ice-entity-designer 0.0.21 → 0.0.22

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/dist/index.cjs CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  "use strict";function _defineProperty$1(t,e,i){return(e=function _toPropertyKey(t){var e=function _toPrimitive(t,e){if("object"!=typeof t||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var s=i.call(t,e||"default");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function ownKeys(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,s)}return i}function _objectSpread2(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(i),!0).forEach((function(e){_defineProperty$1(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function isNil$1(t){return null==t}function isString(t){return"string"==typeof t}function isUndefined(t){return void 0===t}function round(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(0===e)return Math.round(t);const[i,s]="".concat(t).split("e"),n=s?parseInt(s,10):0,o=Math.round(Number("".concat(i,"e").concat(n+e))),[r,a]="".concat(o).split("e");return Number("".concat(r,"e").concat((a?parseInt(a,10):0)-e))}function isPlainObject$2(t){return null!==t&&"object"==typeof t&&!Array.isArray(t)}function merge$1(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];for(const e of i)if(null!=e)for(const i in e){const s=e[i];if(void 0===s)continue;const n=t[i];isPlainObject$2(s)&&isPlainObject$2(n)?(Object.prototype.hasOwnProperty.call(t,i)||(t[i]=cloneDeep(n)),merge$1(t[i],s)):t[i]=s}return t}function cloneDeep(t){if(Array.isArray(t))return t.map(t=>cloneDeep(t));if(isPlainObject$2(t)){const e={};for(const i in t)e[i]=cloneDeep(t[i]);return e}return t}
26
26
  //!ICE 自定的事件名称常量,原生 DOM 事件的名称不变。
27
- Object.defineProperty(exports,"__esModule",{value:!0});var t="ICE_FRAME_EVENT",e="BEFORE_RENDER",i="AFTER_RENDER",s="BEFORE_ADD",n="AFTER_ADD",o="BEFORE_REMOVE",r="AFTER_REMOVE",a="ROUND_FINISH",h="HOOK_MOUSEDOWN",l="HOOK_MOUSEMOVE",c="HOOK_MOUSEUP",d="BEFORE_RESIZE",u="AFTER_RESIZE",p="BEFORE_ROTATE",f="AFTER_ROTATE",g="BEFORE_MOVE",y="AFTER_MOVE";function springProgress(t,e){const i=t,s=Math.sqrt(Math.max(1e-6,1-t*t));return t=>{const n=Math.max(0,t)*e;return 1-Math.exp(-i*n)*(Math.cos(s*n)+i/s*Math.sin(s*n))}}const m={linear:t=>t,easeInQuad:t=>t*t,easeOutQuad:t=>t*(2-t),easeInOutQuad:t=>t<.5?2*t*t:(4-2*t)*t-1,easeInQuart:t=>t*t*t*t,easeOutQuart:t=>1-Math.pow(1-t,4),easeInOutQuart:t=>t<.5?8*t*t*t*t:1-8*Math.pow(1-t,4),easeInCubic:t=>t*t*t,easeOutCubic:t=>1-Math.pow(1-t,3),easeInOutCubic:t=>t<.5?4*t*t*t:1-Math.pow(-2*t+2,3)/2,spring:springProgress(.55,12),springSoft:springProgress(.75,14),springSnappy:springProgress(.4,9)},_={color:{blue:{50:"#EFF6FF",100:"#DBEAFE",200:"#BFDBFE",300:"#93C5FD",400:"#60A5FA",500:"#3B82F6",600:"#2563EB",700:"#1D4ED8",800:"#1E40AF",900:"#1E3A8A"},emerald:{50:"#ECFDF5",100:"#D1FAE5",200:"#A7F3D0",300:"#6EE7B7",400:"#34D399",500:"#10B981",600:"#059669",700:"#047857",800:"#065F46",900:"#064E3B"},amber:{50:"#FFFBEB",100:"#FEF3C7",200:"#FDE68A",300:"#FCD34D",400:"#FBBF24",500:"#F59E0B",600:"#D97706",700:"#B45309",800:"#92400E",900:"#78350F"},red:{50:"#FEF2F2",100:"#FEE2E2",200:"#FECACA",300:"#FCA5A5",400:"#F87171",500:"#EF4444",600:"#DC2626",700:"#B91C1C",800:"#991B1B",900:"#7F1D1D"},gray:{50:"#F9FAFB",100:"#F3F4F6",200:"#E5E7EB",300:"#D1D5DB",400:"#9CA3AF",500:"#6B7280",600:"#4B5563",700:"#374151",800:"#1F2937",900:"#111827"},violet:{50:"#F5F3FF",100:"#EDE9FE",200:"#DDD6FE",300:"#C4B5FD",400:"#A78BFA",500:"#8B5CF6",600:"#7C3AED",700:"#6D28D9",800:"#5B21B6",900:"#4C1D95"},teal:{50:"#F0FDFA",100:"#CCFBF1",200:"#99F6E4",300:"#5EEAD4",400:"#2DD4BF",500:"#14B8A6",600:"#0D9488",700:"#0F766E",800:"#115E59",900:"#134E4A"},pink:{50:"#FDF2F8",100:"#FCE7F3",200:"#FBCFE8",300:"#F9A8D4",400:"#F472B6",500:"#EC4899",600:"#DB2777",700:"#BE185D",800:"#9D174D",900:"#831843"},indigo:{50:"#EEF2FF",100:"#E0E7FF",200:"#C7D2FE",300:"#A5B4FC",400:"#818CF8",500:"#6366F1",600:"#4F46E5",700:"#4338CA",800:"#3730A3",900:"#312E81"}},spacing:{1:4,2:8,3:12,4:16,6:24,8:32,12:48,16:64},radius:{sm:4,md:8,lg:12,xl:16,full:9999},fontSize:{sm:12,md:14,lg:16,xl:20,"2xl":24,"3xl":32,"4xl":44},fontFamily:{base:"Arial"},fontWeight:{normal:400,bold:700}};function buildSemantic(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=t.color;return _objectSpread2({primary:i.blue[500],success:i.emerald[500],warning:i.amber[500],danger:i.red[500],info:i.blue[400],text:i.gray[800],muted:i.gray[500],hint:i.gray[400],border:i.gray[200],background:"#ffffff",palette:[i.blue[500],i.emerald[500],i.amber[500],i.red[500],i.violet[500],i.teal[500],i.pink[500],i.indigo[500]],motion:{duration:{fast:100,normal:200,slow:300,slower:500},easing:{linear:"linear",out:"easeOutCubic",inOut:"easeInOutCubic",outQuart:"easeOutQuart",spring:"spring",springSoft:"springSoft",springSnappy:"springSnappy"}}},e)}const v={base:_,semantic:buildSemantic(_)},x={base:_,semantic:buildSemantic(_,{primary:_.color.blue[400],success:_.color.emerald[400],warning:_.color.amber[400],danger:_.color.red[400],info:_.color.teal[400],text:_.color.gray[200],muted:_.color.gray[400],hint:_.color.gray[500],border:_.color.gray[700],background:_.color.gray[900],palette:[_.color.blue[400],_.color.emerald[400],_.color.amber[400],_.color.red[400],_.color.violet[400],_.color.teal[400],_.color.pink[400],_.color.indigo[400]]})},b={default:v,dark:x};let C=v;function registerTheme(t,e){b[t]=e}function resolveTheme(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:C;return"string"==typeof t?b[t]||v:{base:e.base,semantic:_objectSpread2(_objectSpread2({},e.semantic),t)}}function setTheme(t){return C=resolveTheme(t,C),C}function getTheme(){return C}const w={card:t=>({radius:t.base.radius.lg,style:{fillStyle:t.semantic.background,strokeStyle:t.semantic.border,lineWidth:1,shadow:"md"}}),gradient:t=>({radius:t.base.radius.lg,style:{fillGradient:{type:"linear",from:[0,0],to:[0,200],stops:[[0,t.semantic.primary],[1,t.semantic.background]]},strokeStyle:t.semantic.border,lineWidth:1}}),panel:t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.background,strokeStyle:t.semantic.border,lineWidth:1,shadow:"sm"}}),button:t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.primary,strokeStyle:t.semantic.primary,lineWidth:1,shadow:"sm"}}),"button-danger":t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.danger,strokeStyle:t.semantic.danger,lineWidth:1,shadow:"sm"}}),title:t=>({stroke:!1,style:{fontSize:t.base.fontSize["2xl"],fontWeight:t.base.fontWeight.bold,fillStyle:t.semantic.text}}),subtitle:t=>({stroke:!1,style:{fontSize:t.base.fontSize.lg,fillStyle:t.semantic.muted}}),body:t=>({stroke:!1,style:{fontSize:t.base.fontSize.md,fillStyle:t.semantic.text}}),label:t=>({stroke:!1,style:{fontSize:t.base.fontSize.sm,fillStyle:t.semantic.hint}})};var S={baseTokens:_,DEFAULT_THEME:v,DARK_THEME:x,registerTheme:registerTheme,setTheme:setTheme,getTheme:getTheme,STYLE_PRESETS:w},E=class AnimationManager{constructor(t){_defineProperty$1(this,"animationMap",new Map),_defineProperty$1(this,"paused",!1),_defineProperty$1(this,"pausedAt",0),_defineProperty$1(this,"warned",new WeakSet),this.ice=t}start(){return this.ice.evtBus.on(t,this.frameEventHandler,this),this}stop(){return this.ice.evtBus.off(t,this.frameEventHandler,this),this}frameEventHandler(t){if(this.paused)return;const e=Date.now(),i=[...this.animationMap.values()];for(let t=0;t<i.length;t++){const s=i[t],n=s.state.interactive;s.state.interactive=!1,this.tween(s,e),s.state.interactive=n}}__writeValue(t,e,i){const s=e.indexOf(".");if(-1===s)return void(t[e]=i);const n=e.slice(0,s),o=e.slice(s+1);t[n]&&"object"==typeof t[n]||(t[n]={}),this.__writeValue(t[n],o,i)}tween(t,e){const i={},s=t.props.animations,n=isUndefined(e)?Date.now():e;let o=!1;for(const t in s){const e=s[t];if(e.finished)continue;let r;if(isUndefined(e.startTime)&&(e.startTime=n,this.__resolveMotion(e)),isUndefined(e.easing)&&(e.easing="linear"),Array.isArray(e.keyframes)){const i=this.__normalizeKeyframes(e);if(!i){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的 keyframes 非法:需要 ≥2 帧、offset 为数字、各帧取值同型(都是数字或等长的数字数组);已跳过。"));continue}r=i}else if(!this.__isTweenable(e.from,e.to)){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的取值必须都是数字或等长的数字数组,当前为 ")+"".concat(this.__describe(e.from)," → ").concat(this.__describe(e.to),";已跳过。"));continue}const a=Number(e.duration);if(!Number.isFinite(a)||a<=0){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的 duration 必须是正数,当前为 ").concat(String(e.duration),";已直接落到终点。")),this.__writeValue(i,t,this.__roundIfNeeded(e,this.__sampleValue(r,e,1)));continue}const h=Number(e.delay)||0,l=n-e.startTime-h;if(l<0){o=!0,this.__writeValue(i,t,this.__sampleValue(r,e,0));continue}if(l>=a){let s=this.__sampleValue(r,e,1);this.shouldRepeat(e)?(e.startTime=n,s=this.__sampleValue(r,e,0),o=!0):e.finished=!0,this.__writeValue(i,t,this.__roundIfNeeded(e,s));continue}o=!0;const c=r?l/a:this.__easingFn(e.easing,e)(l/a);this.__writeValue(i,t,this.__roundIfNeeded(e,this.__sampleValue(r,e,c)))}return o||this.remove(t),Object.keys(i).length>0&&t.setState(i),t}__sampleValue(t,e,i){if(!t)return this.__interpolate(e.from,e.to,i);const s=t[0],n=t[t.length-1];if(i<=s.offset)return s.value;if(i>=n.offset)return n.value;for(let s=0;s<t.length-1;s++){const n=t[s],o=t[s+1];if(i<n.offset||i>o.offset)continue;const r=o.offset-n.offset;if(r<=0)return o.value;const a=(i-n.offset)/r,h=this.__easingFn(isUndefined(n.easing)?e.easing:n.easing,e);return this.__interpolate(n.value,o.value,h(a))}return n.value}__interpolate(t,e,i){if("number"==typeof t)return t+(e-t)*i;const s=new Array(t.length);for(let n=0;n<t.length;n++)s[n]=t[n]+(e[n]-t[n])*i;return s}__isTweenable(t,e){const i=this.__valueKind(t);return null!==i&&i===this.__valueKind(e)&&("number"===i||t.length===e.length)}__valueKind(t){if("number"==typeof t)return"number";if(Array.isArray(t)&&t.length>0){for(let e=0;e<t.length;e++)if("number"!=typeof t[e])return null;return"array"}return null}__normalizeKeyframes(t){if(t.__frames)return t.__frames;const e=t.keyframes;if(!Array.isArray(e)||e.length<2)return null;const i=[];for(let t=0;t<e.length;t++){const s=e[t]||{},n=isUndefined(s.offset)?t/(e.length-1):Number(s.offset);if(!Number.isFinite(n))return null;i.push({offset:Math.min(1,Math.max(0,n)),value:s.value,easing:s.easing})}i.sort((t,e)=>t.offset-e.offset);const s=this.__valueKind(i[0].value);if(null===s)return null;const n="array"===s?i[0].value.length:0;for(let t=1;t<i.length;t++){if(this.__valueKind(i[t].value)!==s)return null;if("array"===s&&i[t].value.length!==n)return null}return t.__frames=i,i}__easingFn(t,e){return("string"==typeof t?m[t]:void 0)||(e&&this.__warnOnce(e,"[ICE] 未知的缓动「".concat(String(t),"」,已回退为 linear。可用:").concat(Object.keys(m).join(" / "))),m.linear)}__roundIfNeeded(t,e){return t.round?"number"==typeof e?Math.round(e):e.map(t=>Math.round(t)):e}__describe(t){return Array.isArray(t)?"数组[".concat(t.length,"]"):typeof t}__reject(t,e){t.finished=!0,this.__warnOnce(t,e)}__warnOnce(t,e){t&&"object"==typeof t&&(this.warned.has(t)||this.warned.add(t))}__resolveMotion(t){const e=(this.ice&&this.ice.theme||getTheme()).semantic.motion;"string"==typeof t.duration&&void 0!==e.duration[t.duration]&&(t.duration=e.duration[t.duration]),"string"==typeof t.easing&&void 0!==e.easing[t.easing]&&(t.easing=e.easing[t.easing])}shouldRepeat(t){return!0===t.loop||"number"==typeof t.iterationCount&&t.iterationCount>1&&(t.iterationCount--,!0)}pause(){this.paused||(this.paused=!0,this.pausedAt=Date.now())}resume(){if(!this.paused)return;const t=Date.now()-this.pausedAt,e=[...this.animationMap.values()];for(const i of e){const e=i.props.animations;for(const i in e){const s=e[i];isUndefined(s.startTime)||(s.startTime+=t)}}this.paused=!1}isPaused(){return this.paused}add(t){this.animationMap.set(t.props.id,t)}remove(t){isString(t)?this.animationMap.delete(t):this.animationMap.delete(t.props.id)}};let P=0;function bumpVisibilityEpoch(){P++}function getVisibilityEpoch(){return P}function isEffectivelyVisible(t){return t&&"function"==typeof t.isEffectivelyVisible?t.isEffectivelyVisible():!!(t&&t.state&&t.state.display)}function flattenAllComponents(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return flattenTree(e,t.childNodes||[]),flattenTree(e,t.toolNodes||[]),e}function hitTestComponents(t,e,i,s){const n=flattenAllComponents(t);n.sort((t,e)=>t.state.zIndex-e.state.zIndex);const o=t.renderer,r=o&&"function"==typeof o.getWorldBox;let a=null;for(let t=0;t<n.length;t++){const h=n[t];if(!h.isControlPanel&&h.state.interactive&&isEffectivelyVisible(h)){if(r){const t=o.getWorldBox(h);if(t&&(e<t[0]-s||e>t[2]+s||i<t[1]-s||i>t[3]+s))continue}if(h.containsPoint(e,i)){if("function"==typeof h.isPointClippedOut&&h.isPointClippedOut(e,i))continue;a=h}}}return a}function flattenTree(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(let n=0;n<e.length;n++){const o=e[n];o._level=i,o._pid=s,t.push(o);const r=o.props&&void 0!==o.props.id?o.props.id:o.id;flattenTree(t,o.childNodes||[],i+1,r)}return t}class PolyfillPath2D{constructor(){_defineProperty$1(this,"_isPolyfill",!0),_defineProperty$1(this,"_commands",[]),_defineProperty$1(this,"_closed",!1)}moveTo(t,e){this._commands.push(["moveTo",t,e])}lineTo(t,e){this._commands.push(["lineTo",t,e])}bezierCurveTo(t,e,i,s,n,o){this._commands.push(["bezierCurveTo",t,e,i,s,n,o])}quadraticCurveTo(t,e,i,s){this._commands.push(["quadraticCurveTo",t,e,i,s])}arcTo(t,e,i,s,n){this._commands.push(["arcTo",t,e,i,s,n])}rect(t,e,i,s){this._commands.push(["rect",t,e,i,s])}ellipse(t,e,i,s,n,o,r,a){this._commands.push(["ellipse",t,e,i,s,n,o,r,a])}closePath(){this._closed=!0}}let k=null;(()=>{const t="undefined"!=typeof window?window:"undefined"!=typeof global?global:{};k=t||{},k.requestFrame=k.requestAnimationFrame||k.webkitRequestAnimationFrame||k.mozRequestAnimationFrame||k.oRequestAnimationFrame||k.msRequestAnimationFrame,"function"!=typeof k.requestFrame&&(k.requestFrame=function(t){return setTimeout((function(){t(Date.now())}),16)}),k.createPath2D=()=>"function"==typeof k.Path2D?new k.Path2D:new PolyfillPath2D,k.loadFont=(t,e)=>{if("function"==typeof k.FontFace&&k.document&&k.document.fonts){const i=new k.FontFace(t,e);return k.document.fonts.add(i),i.load()}return k.wx&&"function"==typeof k.wx.loadFont?k.wx.loadFont(e):Promise.resolve()},k.createImage=()=>{if("function"==typeof k.Image)return new k.Image;if(k.wx&&"function"==typeof k.wx.createImage)return k.wx.createImage();throw new Error("当前运行时没有可用的 Image 构造器,无法加载图片。")},"number"==typeof k.devicePixelRatio&&k.devicePixelRatio>0||(k.devicePixelRatio=(()=>{if(k.wx&&"function"==typeof k.wx.getSystemInfoSync)try{return k.wx.getSystemInfoSync().pixelRatio||1}catch(t){return 1}return 1})()),k.createOffscreenCanvas=(t,e)=>{if(k.wx&&"function"==typeof k.wx.createOffscreenCanvas){const i=k.wx.createOffscreenCanvas({type:"2d",width:t,height:e}),s=i.getContext("2d");if(!s)throw new Error("当前运行时无法创建 2d 离屏上下文。");return{canvas:i,ctx:s}}if(k.document&&"function"==typeof k.document.createElement){const i=k.document.createElement("canvas");i.width=t,i.height=e;const s=i.getContext("2d");if(!s)throw new Error("当前运行时无法创建 2d 离屏上下文。");return{canvas:i,ctx:s}}throw new Error("当前运行时没有可用的离屏 canvas。")}})();var M=k,I="undefined"!=typeof Float32Array?Float32Array:Array,B=Math.PI/180;function toRadian(t){return t*B}function invert(t,e){var i=e[0],s=e[1],n=e[2],o=e[3],r=e[4],a=e[5],h=i*o-s*n;return h?(h=1/h,t[0]=o*h,t[1]=-s*h,t[2]=-n*h,t[3]=i*h,t[4]=(n*a-o*r)*h,t[5]=(s*r-i*a)*h,t):null}function multiply(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],h=e[5],l=i[0],c=i[1],d=i[2],u=i[3],p=i[4],f=i[5];return t[0]=s*l+o*c,t[1]=n*l+r*c,t[2]=s*d+o*u,t[3]=n*d+r*u,t[4]=s*p+o*f+a,t[5]=n*p+r*f+h,t}function cross(t,e,i){var s=e[0]*i[1]-e[1]*i[0];return t[0]=t[1]=0,t[2]=s,t}function transformMat2d(t,e,i){var s=e[0],n=e[1];return t[0]=i[0]*s+i[2]*n+i[4],t[1]=i[1]*s+i[3]*n+i[5],t}Math.hypot||(Math.hypot=function(){for(var t=0,e=arguments.length;e--;)t+=arguments[e]*arguments[e];return Math.sqrt(t)}),function create(){var t=new I(2);I!=Float32Array&&(t[0]=0,t[1]=0)}();var T=class ICEEvent{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_defineProperty$1(this,"AT_TARGET",2),_defineProperty$1(this,"BUBBLING_PHASE",3),_defineProperty$1(this,"CAPTURING_PHASE",1),_defineProperty$1(this,"NONE",0);for(const e in t)this[e]=t[e];for(const t in e)this[t]=e[t]}composedPath(){throw new Error("Method not implemented.")}initEvent(t,e,i){throw new Error("Method not implemented.")}preventDefault(){throw new Error("Method not implemented.")}stopImmediatePropagation(){throw new Error("Method not implemented.")}stopPropagation(){throw new Error("Method not implemented.")}};class ICEEventTarget{constructor(){_defineProperty$1(this,"listeners",{}),_defineProperty$1(this,"suspendedEventNames",[])}on(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;this.listeners[t]||(this.listeners[t]=[]),this.off(t,e,i),this.listeners[t].push({callback:e,scope:i})}off(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M,s=this.listeners[t];if(s){s=[...s];for(let n=0;n<s.length;n++){const o=s[n],r=o.callback;if((r===e||r&&r.__onceOriginal===e)&&o.scope===i)return void this.listeners[t].splice(n,1)}}}trigger(t){let e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(function isEmpty(t){return null==t||(Array.isArray(t)||"string"==typeof t?0===t.length:"object"!=typeof t||0===Object.keys(t).length)}(this.listeners[t]))return!1;if(this.suspendedEventNames.includes(t))return!1;i?(e=new T(i),e.originalEvent=i.originalEvent?i.originalEvent:i,e.param=_objectSpread2({},s)):e=new T({type:t,timeStamp:Date.now(),param:_objectSpread2({},s)});const n=this.listeners[t];for(let t=0;t<n.length;t++){const i=n[t];i.callback.call(i.scope,e)}return!0}once(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;const s=this;function callback(n){s.off(t,callback,i),e.call(i,n)}callback.__onceOriginal=e,s.on(t,callback,i)}suspend(t){t&&!this.suspendedEventNames.includes(t)&&this.suspendedEventNames.push(t)}resume(t){const e=this.suspendedEventNames.indexOf(t);-1!==e&&this.suspendedEventNames.splice(e,1)}purgeEvents(){this.listeners={},this.suspendedEventNames=[]}hasListener(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;if(!this.listeners[t])return!1;const s=this.listeners[t];if(!s)return!1;for(let t=0;t<s.length;t++){const n=s[t];if(n.callback===e&&n.scope===i)return!0}return!1}}ICEEventTarget.prototype.addEventListener=ICEEventTarget.prototype.on,ICEEventTarget.prototype.removeEventListener=ICEEventTarget.prototype.off,ICEEventTarget.prototype.dispatchEvent=ICEEventTarget.prototype.trigger;var N=ICEEventTarget;class GeoUtil{constructor(){throw new Error("GeoUtil is a static util class.")}static pointInPolygon(t,e,i){if(!i||i.length<3)return!1;let s=!1;for(let n=0,o=i.length-1;n<i.length;o=n++){const r=i[n][0],a=i[n][1],h=i[o][0],l=i[o][1];a>e!=l>e&&t<(h-r)*(e-a)/(l-a)+r&&(s=!s)}return s}static distanceToSegment(t,e,i,s,n,o){const r=n-i,a=o-s,h=r*r+a*a;let l=0===h?0:((t-i)*r+(e-s)*a)/h;return l=l<0?0:l>1?1:l,Math.hypot(t-(i+l*r),e-(s+l*a))}static distanceToPolyline(t,e,i){if(!t||0===t.length)return 1/0;if(1===t.length)return Math.hypot(e-t[0][0],i-t[0][1]);let s=1/0;for(let n=0;n<t.length-1;n++){const o=GeoUtil.distanceToSegment(e,i,t[n][0],t[n][1],t[n+1][0],t[n+1][1]);o<s&&(s=o)}return s}static samplePolyline(t,e){const i=[];if(!t||t.length<2||e<1)return t?t.map(t=>[t[0],t[1]]):i;const s=[];let n=0;for(let e=0;e<t.length-1;e++){const i=Math.hypot(t[e+1][0]-t[e][0],t[e+1][1]-t[e][1]);s.push(i),n+=i}if(0===n)return[t[0].slice(),t[t.length-1].slice()];for(let o=0;o<=e;o++){const r=n*o/e;let a=0;for(let e=0;e<s.length;e++){if(a+s[e]>=r||e===s.length-1){const n=0===s[e]?0:(r-a)/s[e];i.push([t[e][0]+(t[e+1][0]-t[e][0])*n,t[e][1]+(t[e+1][1]-t[e][1])*n]);break}a+=s[e]}}return i}static segmentIntersect(t,e,i,s){const n=e[0]-t[0],o=e[1]-t[1],r=s[0]-i[0],a=s[1]-i[1],h=n*a-o*r;if(0===h)return null;const l=((i[0]-t[0])*a-(i[1]-t[1])*r)/h,c=((i[0]-t[0])*o-(i[1]-t[1])*n)/h;return l<0||l>1||c<0||c>1?null:[t[0]+l*n,t[1]+l*o]}static calcRotateAngle(t,e,i,s){const n=t-i,o=e-s,r=Math.hypot(n,o),a=n/r;let h=(o/r<0?-1:1)*Math.acos(a)*180/Math.PI+360;return h%=360,h}static calcRotateAngleFromMatrix(t){const e=t[0],i=t[1];return Math.atan2(i,e)*(180/Math.PI)}static calcScaleFromMatrix(t){const e=t[0],i=t[1],s=t[2],n=t[3];return[Math.hypot(e,i),Math.hypot(s,n)]}}class ICEBoundingBox{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[0,0,0,0,0,0,0,0,0,0];_defineProperty$1(this,"tl",[0,0]),_defineProperty$1(this,"tr",[0,0]),_defineProperty$1(this,"bl",[0,0]),_defineProperty$1(this,"br",[0,0]),_defineProperty$1(this,"tc",[0,0]),_defineProperty$1(this,"rc",[0,0]),_defineProperty$1(this,"bc",[0,0]),_defineProperty$1(this,"lc",[0,0]),_defineProperty$1(this,"center",[0,0]),this.tl=[t[0],t[1]],this.tr=[t[2],t[3]],this.bl=[t[4],t[5]],this.br=[t[6],t[7]],this.tc=[(this.tr[0]+this.tl[0])/2,(this.tr[1]+this.tl[1])/2],this.bc=[(this.br[0]+this.bl[0])/2,(this.br[1]+this.bl[1])/2],this.lc=[(this.bl[0]+this.tl[0])/2,(this.bl[1]+this.tl[1])/2],this.rc=[(this.br[0]+this.tr[0])/2,(this.br[1]+this.tr[1])/2],this.center=[t[8],t[9]]}static fromDimension(t,e,i,s){return new ICEBoundingBox([t,e,t+i,e,t,e+s,t+i,e+s,t+i/2,e+s/2])}containsPoint(t){const{minX:e,minY:i,maxX:s,maxY:n}=this.getMinAndMaxPoint();if(t[0]<e||t[0]>s||t[1]<i||t[1]>n)return!1;let o,r=0;const a=this.getBoundingLines();for(let e=0;e<a.length;e++){const i=a[e];if(!(t[1]>i.o[1]&&t[1]>i.d[1]||t[1]<i.o[1]&&t[1]<i.d[1])){if(i.o[0]===i.d[0]&&i.o[0]>=t[0])o=i.o[0];else{const e=(i.d[1]-i.o[1])/(i.d[0]-i.o[0]);o=i.o[0]+(t[1]-i.o[1])/e}o>t[0]&&r++}}return 0!==r&&r%2==1}getBoundingLines(){return[{o:[...this.tl],d:[...this.tr]},{o:[...this.tr],d:[...this.br]},{o:[...this.br],d:[...this.bl]},{o:[...this.bl],d:[...this.tl]}]}getMinAndMaxPoint(){let t=this.tl[0],e=this.tl[1],i=this.tl[0],s=this.tl[1];const n=[this.tr,this.bl,this.br];for(let o=0;o<n.length;o++){const r=n[o];r[0]<t&&(t=r[0]),r[0]>i&&(i=r[0]),r[1]<e&&(e=r[1]),r[1]>s&&(s=r[1])}return{minX:t,minY:e,maxX:i,maxY:s}}containsBox(t){const e=this.getMinAndMaxPoint(),i=t.getMinAndMaxPoint();return i.minX>=e.minX&&i.maxX<=e.maxX&&i.minY>=e.minY&&i.maxY<=e.maxY}isIntersect(t){const e=this.tl[0],i=this.br[0],s=this.tl[1],n=this.br[1],o=t.tl[0],r=t.br[0],a=t.tl[1],h=t.br[1];return!(e>r||s>h||i<o||n<a)}transform(t){const e=transformMat2d([],this.tl,t),i=transformMat2d([],this.tr,t),s=transformMat2d([],this.bl,t),n=transformMat2d([],this.br,t),o=transformMat2d([],this.center,t);return new ICEBoundingBox([...e,...i,...s,...n,...o])}union(t){const e=this.getMinAndMaxPoint(),i=t.getMinAndMaxPoint(),s=Math.min(e.minX,i.minX),n=Math.min(e.minY,i.minY),o=Math.max(e.maxX,i.maxX),r=Math.max(e.maxY,i.maxY);return ICEBoundingBox.fromDimension(s,n,o-s,r-n)}get width(){const t=this.br[0]-this.bl[0],e=this.br[1]-this.bl[1];return Math.hypot(t,e)}get height(){const t=this.br[0]-this.tr[0],e=this.br[1]-this.tr[1];return Math.hypot(t,e)}get left(){return this.tl[0]}set left(t){throw new Error("Can not set left to ICEBoundingBox directly.")}get top(){return this.tl[1]}set top(t){throw new Error("Can not set top to ICEBoundingBox directly.")}get centerX(){return this.center[0]}get centerY(){return this.center[1]}get centerPoint(){return this.center}}var O=ICEBoundingBox;const D={sm:{shadowColor:"rgba(0,0,0,0.12)",shadowBlur:4,shadowOffsetX:0,shadowOffsetY:1},md:{shadowColor:"rgba(0,0,0,0.18)",shadowBlur:10,shadowOffsetX:0,shadowOffsetY:3},lg:{shadowColor:"rgba(0,0,0,0.25)",shadowBlur:20,shadowOffsetX:0,shadowOffsetY:6}},A=[["shadowColor","rgba(0,0,0,0)"],["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["globalAlpha",1],["globalCompositeOperation","source-over"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10],["textAlign","start"],["textBaseline","alphabetic"]],$=Object.freeze([1,0,0,1,0,0]),L={left:0,top:0,width:0,height:0,style:Object.freeze({fillStyle:"red",strokeStyle:"blue",lineWidth:1}),lineDash:Object.freeze([]),lineDashOffset:0,lineDashFlow:!1,lineDashFlowSpeed:60,lineBorder:!1,lineBorderWidth:1.5,lineBorderColor:"#999999",fill:!0,stroke:!0,animations:Object.freeze({}),transform:Object.freeze({translate:Object.freeze([0,0]),scale:Object.freeze([1,1]),skew:Object.freeze([0,0]),rotate:0}),linearMatrix:Object.freeze([]),composedMatrix:Object.freeze([]),origin:"localCenter",originX:0,originY:0,clipChildren:!1,opacity:1,localOrigin:Object.freeze([0,0]),absoluteOrigin:Object.freeze([0,0]),display:!0,draggable:!0,transformable:!0,interactive:!0,linkable:!0,showMinBoundingBox:!1,showMaxBoundingBox:!1};function normalizeGradientStops(t){const e=[];if(!Array.isArray(t))return e;for(let i=0;i<t.length;i++){const s=t[i];let n=NaN,o="";Array.isArray(s)?(n=Number(s[0]),o=String(s[1])):s&&"object"==typeof s&&(n=Number(s.offset),o=String(s.color)),isFinite(n)&&o&&e.push([n<0?0:n>1?1:n,o])}return e.sort((t,e)=>t[0]-e[0]),e}class ICEComponent extends N{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),_defineProperty$1(this,"__dirty",!0),_defineProperty$1(this,"__everRendered",!1),_defineProperty$1(this,"__localBoxScratch",[0,0,0,0]),_defineProperty$1(this,"__activeCtm",null),_defineProperty$1(this,"__activeWorldMatrix",null),_defineProperty$1(this,"__visEpoch",-1),_defineProperty$1(this,"__visValue",!0),_defineProperty$1(this,"__opacityApplied",!1),_defineProperty$1(this,"__gradCache",{}),_defineProperty$1(this,"__paramsDirty",!0),_defineProperty$1(this,"__absScratchA",null),_defineProperty$1(this,"__absScratchB",null),_defineProperty$1(this,"__transScratch",null),_defineProperty$1(this,"__originScratch",null),_defineProperty$1(this,"__composeScratch",null),_defineProperty$1(this,"__viewportScratch",null),this.__userProps=t,t&&t.preset&&w[t.preset]&&(this.__presetName=t.preset,t=merge$1({},w[t.preset](getTheme()),t)),this.props=Object.create(L),this.props.id="ICE_"+function uuid(){if(M.crypto)return M.crypto.randomUUID();{let t=Date.now();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const i=(t+16*Math.random())%16|0;return t=Math.floor(t/16),("x"==e?i:3&i|8).toString(16)}))}}(),this.props.zIndex=ICEComponent.instanceCounter++,merge$1(this.props,t),this.__initState(),this.root=M,this.initEvents()}__initState(){this.state=Object.create(L),this.state.id=this.props.id,this.state.zIndex=this.props.zIndex;for(const t in this.props)Object.prototype.hasOwnProperty.call(this.props,t)&&(this.state[t]=cloneDeep(this.props[t]));this.state.linearMatrix=[],this.state.composedMatrix=[],this.state.localOrigin=[0,0],this.state.absoluteOrigin=[0,0]}__reapplyPreset(t){if(!this.__presetName||!w[this.__presetName])return;const e=w[this.__presetName](t||getTheme()),i=this.__userProps||{},s={};for(const t in e)"style"===t?s.style=merge$1({},e.style,i.style):void 0!==i[t]?s[t]=i[t]:s[t]=e[t];this.setState(s)}initEvents(){this.on("mousedown",this.mouseDownEvtHandler,this),this.on("keydown",this.keyboardEvtHandler,this),this.on("keyup",this.keyboardEvtHandler,this)}mouseDownEvtHandler(t){this.state.interactive&&this.state.draggable&&(this.on("mousemove",this.mouseMoveEvtHandler,this),this.on("mouseup",this.mouseUpEvtHandler,this))}mouseMoveEvtHandler(t){const e=this.ice&&this.ice.viewport?this.ice.viewport.scale:1,i=t.movementX/e,s=t.movementY/e;return this.moveGlobalPosition(i,s,t),!0}mouseUpEvtHandler(t){this.off("mousemove",this.mouseMoveEvtHandler,this),this.off("mouseup",this.mouseUpEvtHandler,this)}keyboardEvtHandler(t){switch(t.key){case"ArrowUp":this.moveGlobalPosition(0,-2,t);break;case"ArrowDown":this.moveGlobalPosition(0,2,t);break;case"ArrowLeft":this.moveGlobalPosition(-2,0,t);break;case"ArrowRight":this.moveGlobalPosition(2,0,t);break;case"Delete":this.parentNode&&this.parentNode.removeChild?this.parentNode.removeChild(this):this.ice.removeChild(this)}}render(){this.__renderCore(null,!0)}renderTo(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!t)return;const i=this.ctx;this.ctx=t;try{this.__renderCore(e,!1)}finally{this.ctx=i}}isEffectivelyVisible(){if(this.__visEpoch===getVisibilityEpoch())return this.__visValue;const t=this.__computeEffectivelyVisible();return this.__visEpoch=getVisibilityEpoch(),this.__visValue=t,t}__computeEffectivelyVisible(){if(!this.state.display)return!1;let t=this.parentNode;for(;t&&t.state;){if(!t.state.display)return!1;t=t.parentNode}return!0}__renderCore(t,s){if(this.trigger(e),!this.isEffectivelyVisible())return;this.refreshParams(),this.applyStyleToCtx();const n=this.__effectiveOpacity();1!==n&&(this.__applyStyleProp("globalAlpha",(Number(this.ctx.globalAlpha)||1)*n),this.__opacityApplied=!0),this.applyTransformToCtx(t,s);const o=this.__applyAncestorClips();this.doRender(),o&&this.ctx.restore(),this.__resetLeakyCtxState(),this.trigger(i),this.__everRendered=!0,this.dirty=!1}applyStyleToCtx(){const t=this.props.style,e=this.state.style;let i=null,s=null;if(t)for(const e in t)"fillGradient"!==e?"strokeGradient"!==e?this.__applyStyleProp(e,t[e]):s=t[e]:i=t[e];if(e)for(const t in e)"fillGradient"!==t?"strokeGradient"!==t?this.__applyStyleProp(t,e[t]):s=e[t]:i=e[t];i&&this.__applyStyleProp("fillGradient",i),s&&this.__applyStyleProp("strokeGradient",s)}__applyStyleProp(t,e){if("fillGradient"!==t&&"strokeGradient"!==t){if("shadow"===t&&"string"==typeof e&&D[e]){const t=D[e];return this.ctx.shadowColor=t.shadowColor,this.ctx.shadowBlur=t.shadowBlur,this.ctx.shadowOffsetX=t.shadowOffsetX,void(this.ctx.shadowOffsetY=t.shadowOffsetY)}this.ctx[t]=e}else{const i="fillGradient"===t?"fillStyle":"strokeStyle",s=this.__resolveGradient("fillGradient"===t?"fill":"stroke",e);if(s)this.ctx[i]=s;else if(e){const t=normalizeGradientStops(e.stops);t.length&&(this.ctx[i]=t[Math.floor(t.length/2)][1])}}}__resolveGradient(t,e){if(!e||"object"!=typeof e)return null;const i=this.__gradCache[t];if(i&&i.src===e)return i.grad;const s=this.__buildGradient(e);return this.__gradCache[t]={src:e,grad:s},s}__buildGradient(t){const e=this.ctx;if(!e)return null;const i=normalizeGradientStops(t.stops);if(i.length<1)return null;const s=Number(this.state.width)||0,n=Number(this.state.height)||0,o=t.type||"linear";let r=null;if("radial"===o&&"function"==typeof e.createRadialGradient){const i=Array.isArray(t.center)?t.center:[s/2,n/2],o=Number(t.radius)>0?Number(t.radius):Math.max(s,n)/2,a=Number(t.innerRadius)>0?Number(t.innerRadius):0;r=e.createRadialGradient(i[0],i[1],a,i[0],i[1],o)}else if("conic"===o&&"function"==typeof e.createConicGradient){const i=Array.isArray(t.center)?t.center:[s/2,n/2];r=e.createConicGradient(Number(t.startAngle)||0,i[0],i[1])}else{if("conic"===o)return null;if("function"==typeof e.createLinearGradient){const i=Array.isArray(t.from)?t.from:[0,0],n=Array.isArray(t.to)?t.to:[s,0];r=e.createLinearGradient(i[0],i[1],n[0],n[1])}}if(!r&&"function"!=typeof e.createLinearGradient)return null;if(!r)return null;for(let e=0;e<i.length;e++)try{r.addColorStop(i[e][0],i[e][1])}catch(t){}return r}calcComponentParams(){return{width:this.state.width,height:this.state.height}}__localBox(){const t=this.__localBoxScratch;return t[0]=0,t[1]=0,t[2]=this.state.width||0,t[3]=this.state.height||0,t}measure(){this.refreshParams()}refreshParams(){this.__paramsDirty&&(this.calcComponentParams(),this.__paramsDirty=!1,this.__gradCache.fill=void 0,this.__gradCache.stroke=void 0)}calcLocalOrigin(){let t=this.state.localOrigin;(!t||t.length<2)&&(t=this.state.localOrigin=[0,0]),t[0]=0,t[1]=0;const e=this.state.origin;return e&&"localCenter"!==e?"top-left"===e?(t[0]=0,t[1]=0):"custom"===e&&(t[0]=Number(this.state.originX)||0,t[1]=Number(this.state.originY)||0):(t[0]=this.state.width/2,t[1]=this.state.height/2),this.state.localOrigin=t,t}calcAbsoluteOrigin(){const t=this.state.transform,e=t.translate[0]+this.state.left,i=t.translate[1]+this.state.top,s=this.calcLocalOrigin();let n=this.__originScratch;return n||(n=this.__originScratch=[0,0]),n[0]=s[0]+e,n[1]=s[1]+i,this.parentNode&&(transformMat2d(n,n,[1,0,0,1,-this.parentNode.state.localOrigin[0],-this.parentNode.state.localOrigin[1]]),transformMat2d(n,n,this.parentNode.state.composedMatrix)),this.state.absoluteOrigin=n,n}calcLinearMatrix(){(!this.state.linearMatrix||this.state.linearMatrix.length<6)&&(this.state.linearMatrix=function create$1(){var t=new I(6);return I!=Float32Array&&(t[1]=0,t[2]=0,t[4]=0,t[5]=0),t[0]=1,t[3]=1,t}());const t=this.state.linearMatrix;!function identity(t){t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0}(t);const e=this.state.transform,i=e.skew[0],s=e.skew[1];return function skew(t,e,i,s){const n=Math.tan(i),o=Math.tan(s);t[0]=e[0],t[1]=e[1]+n,t[2]=e[2]+o,t[3]=e[3],t[4]=e[4],t[5]=e[5]}(t,t,toRadian(i),toRadian(s)),function rotate(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],h=e[5],l=Math.sin(i),c=Math.cos(i);t[0]=s*c+o*l,t[1]=n*c+r*l,t[2]=s*-l+o*c,t[3]=n*-l+r*c,t[4]=a,t[5]=h}(t,t,toRadian(e.rotate)),function scale(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],h=e[5],l=i[0],c=i[1];t[0]=s*l,t[1]=n*l,t[2]=o*c,t[3]=r*c,t[4]=a,t[5]=h}(t,t,[e.scale[0],e.scale[1]]),this.state.linearMatrix=t,t}calcAbsoluteLinearMatrix(){let t=this,e=t.calcLinearMatrix();this.__absScratchA||(this.__absScratchA=[0,0,0,0,0,0]),this.__absScratchB||(this.__absScratchB=[0,0,0,0,0,0]);let i=this.__absScratchA;for(;t.parentNode;){const s=t.parentNode,n=s.state&&s.state.linearMatrix&&s.state.linearMatrix.length>=6&&!s.dirty?s.state.linearMatrix:s.calcLinearMatrix();i=i===this.__absScratchA?this.__absScratchB:this.__absScratchA,multiply(i,n,e),e=i,t=s}return this.state.absoluteLinearMatrix=e,e}composeMatrix(){if(this.parentNode&&"function"==typeof this.parentNode.composeMatrix){const t=this.parentNode,e=t.state?t.state.composedMatrix:null;(t.dirty||!e||e.length<6)&&t.composeMatrix()}const t=this.calcAbsoluteOrigin();this.__transScratch||(this.__transScratch=[1,0,0,1,0,0]),this.__transScratch[4]=t[0],this.__transScratch[5]=t[1];const e=this.__transScratch,i=this.calcAbsoluteLinearMatrix();(!this.state.composedMatrix||this.state.composedMatrix.length<6)&&(this.state.composedMatrix=[1,0,0,1,0,0]);const s=multiply(this.state.composedMatrix,e,i);return this.state.composedMatrix=s,s}applyTransformToCtx(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const i=this.dirty?this.composeMatrix():this.state.composedMatrix,s=e&&this.ice?this.ice.getRenderViewport():null,n=s&&(1!==s.scale||0!==s.tx||0!==s.ty);let o=null;if(n){this.__viewportScratch||(this.__viewportScratch=[1,0,0,1,0,0]);const t=this.__viewportScratch;t[0]=s.scale,t[1]=0,t[2]=0,t[3]=s.scale,t[4]=s.tx,t[5]=s.ty,o=t}else t&&(o=t);if(this.__activeWorldMatrix=o,t||n){this.__composeScratch||(this.__composeScratch=[1,0,0,1,0,0]);const e=this.__composeScratch;multiply(e,o||t,i),this.__activeCtm=e,this.ctx.setTransform(e[0],e[1],e[2],e[3],e[4],e[5])}else this.__activeCtm=i,this.ctx.setTransform(...i)}applyActiveTransform(){const t=this.__activeCtm;t?this.ctx.setTransform(t[0],t[1],t[2],t[3],t[4],t[5]):this.applyTransformToCtx(null,!0)}hasClippingAncestor(){let t=this.parentNode;for(;t&&t.state;){if(t.state.clipChildren)return!0;t=t.parentNode}return!1}__effectiveOpacity(){const t=this.state.opacity;let e=void 0===t?1:Number(t);e>=0||(e=1);let i=this.parentNode;for(;i&&i.state;){const t=void 0===i.state.opacity?1:Number(i.state.opacity);t>=0&&1!==t&&(e*=t),i=i.parentNode}return e}isPointClippedOut(t,e){let i=this.parentNode;for(;i&&i.state;){if(i.state.clipChildren){const s=i.__paintWorldBox();if(t<s[0]||t>s[2]||e<s[1]||e>s[3])return!0}i=i.parentNode}return!1}__applyAncestorClips(){const t=this.parentNode;if(!t||!t.state)return!1;const e=this.ctx;if(!e||"function"!=typeof e.clip||"function"!=typeof e.rect)return!1;let i=null,s=t;for(;s&&s.state;)s.state.clipChildren&&(i||(i=[])).push(s),s=s.parentNode;if(!i)return!1;const n=this.__activeWorldMatrix||$;e.save(),e.setTransform(1,0,0,1,0,0);for(let t=i.length-1;t>=0;t--){const s=i[t].__paintWorldBox(),o=n[0]*s[0]+n[2]*s[1]+n[4],r=n[1]*s[0]+n[3]*s[1]+n[5],a=n[0]*s[2]+n[2]*s[1]+n[4],h=n[1]*s[2]+n[3]*s[1]+n[5],l=n[0]*s[0]+n[2]*s[3]+n[4],c=n[1]*s[0]+n[3]*s[3]+n[5],d=n[0]*s[2]+n[2]*s[3]+n[4],u=n[1]*s[2]+n[3]*s[3]+n[5],p=Math.min(o,a,l,d),f=Math.min(r,h,c,u),g=Math.max(o,a,l,d),y=Math.max(r,h,c,u);e.beginPath(),e.rect(p,f,g-p,y-f),e.clip()}return this.applyActiveTransform(),!0}applyWorldTransform(){const t=this.__activeWorldMatrix;t?(this.ctx.setTransform(t[0],t[1],t[2],t[3],t[4],t[5]),this.ctx.lineWidth=1/(Math.abs(t[0])||Math.abs(t[3])||1)):(this.ctx.setTransform(1,0,0,1,0,0),this.ctx.lineWidth=1)}doRender(){if(this.applyWorldTransform(),this.state.showMinBoundingBox||this.state.showMaxBoundingBox){const t=this.state.showMinBoundingBox?this.getMinBoundingBox():null,e=this.state.showMaxBoundingBox?this.getMaxBoundingBox():null,i=t&&e&&this.__areBoundingBoxesNearlyEqual(t,e);t&&!i&&(this.ctx.strokeStyle="#ff0000",this.ctx.fillStyle="rgba(0,0,0,0)",this.ctx.beginPath(),this.ctx.moveTo(t.tl[0],t.tl[1]),this.ctx.lineTo(t.tr[0],t.tr[1]),this.ctx.lineTo(t.br[0],t.br[1]),this.ctx.lineTo(t.bl[0],t.bl[1]),this.ctx.closePath(),this.ctx.stroke(),this.ctx.fill()),e&&(this.ctx.strokeStyle="#0000ff",this.ctx.fillStyle="rgba(0,0,0,0)",this.ctx.beginPath(),this.ctx.moveTo(e.tl[0],e.tl[1]),this.ctx.lineTo(e.tr[0],e.tr[1]),this.ctx.lineTo(e.br[0],e.br[1]),this.ctx.lineTo(e.bl[0],e.bl[1]),this.ctx.closePath(),this.ctx.stroke(),this.ctx.fill())}}__areBoundingBoxesNearlyEqual(t,e){const i=[[t.tl,e.tl],[t.tr,e.tr],[t.bl,e.bl],[t.br,e.br]];for(const[t,e]of i)if(Math.abs(t[0]-e[0])>1||Math.abs(t[1]-e[1])>1)return!1;return!0}hasDerivedChildren(){return!1}getMinBoundingBox(){const t=arguments.length>0&&void 0!==arguments[0]&&arguments[0]?this.composeMatrix():this.state.composedMatrix,e=this.state.localOrigin[0],i=this.state.localOrigin[1],s=this.__localBox(),n=s[0]-e,o=s[1]-i,r=s[2]-e,a=s[3]-i;let h=new O([n,o,r,o,n,a,r,a,0,0]);return h=h.transform(t),h}getMaxBoundingBox(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.getMinBoundingBox(t);const{minX:i,minY:s,maxX:n,maxY:o}=e.getMinAndMaxPoint(),r=e.centerPoint;return e=new O([i,s,n,s,i,o,n,o,r[0],r[1]]),e}setState(t){const e=this.__beforeStateMerge(t);merge$1(this.state,t),this.paramsDirty=!0,this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.__afterStateMerge(e)}__beforeStateMerge(t){const e=!!t&&(void 0!==t.width&&t.width!==this.state.width||void 0!==t.height&&t.height!==this.state.height);return t&&void 0!==t.display&&t.display!==this.state.display&&bumpVisibilityEpoch(),e}__afterStateMerge(t){t&&this.parentNode&&"function"==typeof this.parentNode.requestLayout&&this.parentNode.requestLayout()}set dirty(t){this.__dirty=t}get dirty(){return this.__dirty}__applyDirty(t){this.dirty=t||!this.__everRendered}set paramsDirty(t){this.__paramsDirty=t}get paramsDirty(){return this.__paramsDirty}setPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new T;this.trigger(g,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e})),this.setState({left:t,top:e}),this.trigger(y,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e}))}moveGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new T;if(this.parentNode){let i=[t,e];i=transformMat2d([],i,invert([],this.parentNode.calcAbsoluteLinearMatrix())),t=i[0],e=i[1]}this.setPosition(this.state.left+t,this.state.top+e,_objectSpread2(_objectSpread2({},i),{},{tx:t,ty:e}))}setGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new T;if(this.parentNode){let i=[t,e];i=transformMat2d([],i,invert([],this.parentNode.calcAbsoluteLinearMatrix())),t=i[0],e=i[1]}this.setPosition(t,e,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e}))}setGlobalRotate(t){if(this.parentNode){const e=this.parentNode.calcAbsoluteLinearMatrix();t-=GeoUtil.calcRotateAngleFromMatrix(e)}this.setState({transform:{rotate:t}})}localToGlobal(t,e){let i=[t,e];return i=transformMat2d([],i,this.state.composedMatrix),i}globalToLocal(t,e){let i=[t,e];return i=transformMat2d([],i,invert([],this.state.composedMatrix)),i}getRotateAngle(){const t=arguments.length>0&&void 0!==arguments[0]&&arguments[0]?this.composeMatrix():this.state.composedMatrix;return GeoUtil.calcRotateAngleFromMatrix(t)}getLocalLeftTop(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const e=this.getMinBoundingBox(t),i=e.width,s=e.height;return{left:e.centerX-e.width/2,top:e.centerY-e.height/2,width:i,height:s}}__resetLeakyCtxState(){let t=0;const scan=e=>{if(e)for(const i in e){const e=this.__leakyIndex(i);e>=0&&(t|=1<<e)}};if(scan(this.props.style),scan(this.state.style),this.__opacityApplied&&(t|=1<<this.__leakyIndex("globalAlpha"),this.__opacityApplied=!1),this.state.lineDash&&this.state.lineDash.length&&(t|=2048),(this.state.lineDashFlow||this.state.lineDashOffset)&&(t|=2048),!t)return;const e=this.ctx;for(let i=0;i<A.length;i++)t&1<<i&&(e[A[i][0]]=A[i][1]);2048&t&&"function"==typeof e.setLineDash&&(e.setLineDash([]),e.lineDashOffset=0)}__leakyIndex(t){switch(t){case"shadowColor":return 0;case"shadowBlur":return 1;case"shadowOffsetX":return 2;case"shadowOffsetY":return 3;case"globalAlpha":return 4;case"globalCompositeOperation":return 5;case"lineCap":return 6;case"lineJoin":return 7;case"miterLimit":return 8;case"textAlign":return 9;case"textBaseline":return 10;default:return-1}}__paintWorldBox(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[0,0,0,0];const e=this.state.composedMatrix,i=this.state.localOrigin,s=i?i[0]:0,n=i?i[1]:0,o=this.__localBox(),r=[o[0]-s,o[2]-s],a=[o[1]-n,o[3]-n];if(t[0]=t[1]=1/0,t[2]=t[3]=-1/0,!e||e.length<6)return t[0]=r[0],t[1]=a[0],t[2]=r[1],t[3]=a[1],t;const h=e[0],l=e[1],c=e[2],d=e[3],u=e[4],p=e[5];for(let e=0;e<2;e++){const i=r[e];for(let e=0;e<2;e++){const s=a[e],n=h*i+c*s+u,o=l*i+d*s+p;n<t[0]&&(t[0]=n),n>t[2]&&(t[2]=n),o<t[1]&&(t[1]=o),o>t[3]&&(t[3]=o)}}return t}containsPoint(t,e){const i=this.state.composedMatrix;if(!i||i.length<6)return this.getMinBoundingBox().containsPoint([t,e]);const s=transformMat2d([],[t,e],invert([],i));return this.containsLocalPoint(s[0],s[1])}containsLocalPoint(t,e){const i=this.state.width/2,s=this.state.height/2;return t>=-i&&t<=i&&e>=-s&&e<=s}destroy(){this.destory()}destory(){this.ice&&this.ice.animationManager&&this.ice.animationManager.remove(this),this.trigger(o,null,{component:this}),this.purgeEvents(),this.ice=null,this.ctx=null,this.root=null,this.evtBus=null,this.parentNode=null}}_defineProperty$1(ICEComponent,"instanceCounter",0);var R=ICEComponent,F=class ICEPath extends R{constructor(){super(_objectSpread2({closePath:!0},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})),_defineProperty$1(this,"path2D",M.createPath2D()),_defineProperty$1(this,"__flowRegistered",!1)}doRender(){this.dirty&&this.createPathObject(),this.state.closePath&&this.path2D.closePath();const t=this.state.lineDash,e=Array.isArray(t)&&t.length>0,i=this.state.lineDashFlow;if(i&&this.__ensureFlowAnimation(),this.state.lineBorder&&e&&this.state.stroke){const t=this.ctx;t.save(),t.setLineDash([]),t.lineWidth=(this.state.style.lineWidth||1)+2*(this.state.lineBorderWidth||4),t.strokeStyle=this.state.lineBorderColor||"#c8c8c8",this.path2D._isPolyfill?(this.replayPath(),t.stroke()):t.stroke(this.path2D),t.restore()}if(e&&"function"==typeof this.ctx.setLineDash)if(this.ctx.setLineDash(t),i&&"number"==typeof this.ctx.lineDashOffset){const e=t.reduce((t,e)=>t+e,0)||1,i=this.state.lineDashFlowSpeed||60;this.ctx.lineDashOffset=-Date.now()/1e3*i%e}else this.state.lineDashOffset&&(this.ctx.lineDashOffset=this.state.lineDashOffset);this.path2D._isPolyfill?(this.replayPath(),this.state.fill&&this.ctx.fill(),this.state.stroke&&this.ctx.stroke()):(this.state.fill&&this.ctx.fill(this.path2D),this.state.stroke&&this.ctx.stroke(this.path2D)),e&&"function"==typeof this.ctx.setLineDash&&this.ctx.setLineDash([]),super.doRender()}__ensureFlowAnimation(){this.__flowRegistered||(this.__flowRegistered=!0,this.props.animations=_objectSpread2(_objectSpread2({},this.props.animations),{},{__flow:{from:0,to:1,duration:100,loop:!0}}),this.ice&&this.ice.animationManager&&this.ice.animationManager.add(this))}replayPath(){const t=this.ctx;t.beginPath();const e=this.path2D._commands;for(let i=0;i<e.length;i++){const s=e[i];t[s[0]](...s.slice(1))}this.path2D._closed&&t.closePath()}},z=class ICERect extends F{constructor(){super(_objectSpread2({width:10,height:10},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}createPathObject(){this.path2D=M.createPath2D();const t=0-this.state.localOrigin[0],e=0-this.state.localOrigin[1],i=this.state.width,s=this.state.height,n=Math.min(this.state.radius||0,i/2,s/2);return n>0?(this.path2D.moveTo(t+n,e),this.path2D.lineTo(t+i-n,e),this.path2D.arcTo(t+i,e,t+i,e+n,n),this.path2D.lineTo(t+i,e+s-n),this.path2D.arcTo(t+i,e+s,t+i-n,e+s,n),this.path2D.lineTo(t+n,e+s),this.path2D.arcTo(t,e+s,t,e+s-n,n),this.path2D.lineTo(t,e+n),this.path2D.arcTo(t,e,t+n,e,n),this.path2D.closePath()):this.path2D.rect(t,e,i,s),this.path2D}};class ICEGroup extends z{constructor(t){super(t),_defineProperty$1(this,"parentNode",null),_defineProperty$1(this,"childNodes",[]),_defineProperty$1(this,"__childSet",new WeakSet),_defineProperty$1(this,"layoutManager",null),_defineProperty$1(this,"__layoutExplicit",!1),_defineProperty$1(this,"__layoutRequested",!1),_defineProperty$1(this,"__layingOut",!1),_defineProperty$1(this,"__inBatch",!1)}setLayout(t){this.layoutManager=t,this.__layoutExplicit=!0,t&&(this.doLayout(),this.__disableTransformRecursively(this)),this.__propagateLayout(t)}__disableTransformRecursively(t){if(t&&t.childNodes)for(const e of t.childNodes)e.state.transformable=!1,e.state.draggable=!1,this.__disableTransformRecursively(e)}__propagateLayout(t){for(const e of this.childNodes)e instanceof ICEGroup&&!e.__layoutExplicit&&(e.layoutManager=t,e.doLayout(),e.__propagateLayout(t))}doLayout(){if(this.layoutManager){this.__layingOut=!0;try{for(let t=0;t<this.childNodes.length;t++){const e=this.childNodes[t];"function"==typeof e.measure&&e.measure()}this.layoutManager.layoutContainer(this)}finally{this.__layingOut=!1,this.__layoutRequested=!1}}}requestLayout(){this.layoutManager&&!this.__layingOut&&(this.__layoutRequested=!0,this.dirty=!0,this.ice&&(this.ice.dirty=!0))}getPreferredSize(){return this.layoutManager?this.layoutManager.getPreferredSize(this):[0,0]}doRender(){this.__layoutRequested&&this.doLayout(),super.doRender()}initEvents(){super.initEvents(),this.once(n,this.afterAddHandler,this)}afterAddHandler(){for(let t=0;t<this.childNodes.length;t++){const e=this.childNodes[t];this.syncChildEvents(e)}}syncChildEvents(t){t.trigger(s),t.ice=this.ice,t.ctx=this.ice.ctx,t.evtBus=this.ice.evtBus,t.trigger(n)}addChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this.__childSet.has(t)||(t.parentNode=this,this.childNodes.push(t),this.__childSet.add(t),bumpVisibilityEpoch(),this.layoutManager&&(t.state.transformable=!1,t.state.draggable=!1,this.__disableTransformRecursively(t)),this.__applyDirty(e),this.ice&&(this.syncChildEvents(t),this.ice.dirty=e,this.ice.renderer&&this.ice.renderer.markQueueDirty()),this.layoutManager&&(t instanceof ICEGroup&&!t.__layoutExplicit&&(t.layoutManager=this.layoutManager),this.__inBatch||this.doLayout()))}addChildren(t){this.__inBatch=!0;try{for(let e=0;e<t.length;e++)this.addChild(t[e],!1)}finally{this.__inBatch=!1}this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.doLayout()}removeChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.__childSet.has(t))return;t.trigger(o);const i=this.childNodes.indexOf(t);-1!==i&&this.childNodes.splice(i,1),this.__childSet.delete(t),bumpVisibilityEpoch(),t.trigger(r),this.__applyDirty(e),this.ice&&(this.ice.dirty=e,this.ice.renderer&&this.ice.renderer.markQueueDirty()),t.destory(),this.layoutManager&&!this.__inBatch&&this.doLayout()}removeChildren(t){this.__inBatch=!0;try{for(let e=0;e<t.length;e++)this.removeChild(t[e],!1)}finally{this.__inBatch=!1}this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.doLayout()}setState(t){const e=this.__beforeStateMerge(t);merge$1(this.state,t),this.paramsDirty=!0,this.dirty=!0,function setRecursively(t){if(t.dirty=!0,t.childNodes&&t.childNodes.length)for(let e=0;e<t.childNodes.length;e++)setRecursively(t.childNodes[e])}(this),this.ice&&(this.ice.dirty=!0),this.__afterStateMerge(e)}destory(){this.removeChildren(this.childNodes),super.destory()}}var j=ICEGroup;class ICEControlPanel extends j{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{linkable:!1})),_defineProperty$1(this,"isControlPanel",!0)}doRender(){super.doRender(),this.updateControlPositions()}moveGlobalPosition(t,e,i){super.moveGlobalPosition(t,e,i),this._targetComponent&&this._targetComponent.moveGlobalPosition(t,e,i)}}var H=class ICEEllipse extends F{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=_objectSpread2({radiusX:20,radiusY:10,rotation:0,startAngle:0,endAngle:2*Math.PI,counterclockwise:!0},t);void 0===t.radiusX&&void 0!==t.width&&(e.radiusX=Number(t.width)/2),void 0===t.radiusY&&void 0!==t.height&&(e.radiusY=Number(t.height)/2),e.width=2*e.radiusX,e.height=2*e.radiusY,super(e)}createPathObject(){return this.path2D=M.createPath2D(),this.path2D.ellipse(this.state.radiusX-this.state.localOrigin[0],this.state.radiusY-this.state.localOrigin[1],this.state.radiusX,this.state.radiusY,this.state.rotation,this.state.startAngle,this.state.endAngle,this.state.counterclockwise),this.path2D.closePath(),this.path2D}containsLocalPoint(t,e){const i=this.state.radiusX,s=this.state.radiusY;if(!i||!s)return!1;let n=t,o=e;const r=this.state.rotation||0;if(r){const i=Math.cos(r),s=Math.sin(r);n=t*i+e*s,o=-t*s+e*i}const a=n/i,h=o/s;return a*a+h*h<=1}setState(t){isNil$1(t.radiusX)?isNil$1(t.width)||(t.radiusX=t.width/2):t.width=2*t.radiusX,isNil$1(t.radiusY)?isNil$1(t.height)||(t.radiusY=t.height/2):t.height=2*t.radiusY,super.setState(t)}},X=class ICECircle extends H{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=_objectSpread2({radius:10},t);void 0===t.radius&&void 0!==t.width?e.radius=Number(t.width)/2:void 0===t.radius&&void 0!==t.height&&(e.radius=Number(t.height)/2),e.radiusX=e.radius,e.radiusY=e.radius,super(e)}};class ICELinkHook extends X{constructor(){super(_objectSpread2({linkable:!1},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}initEvents(){super.initEvents(),this.on("mousedown",this.mosueDownHandler,this),this.on("mousemove",this.mosueMoveHandler,this),this.on("mouseup",this.mosueUpHandler,this),this.on(y,this.resizeEvtHandler,this)}keyboardEvtHandler(t){}mosueDownHandler(t){this.evtBus.trigger(h,new T({target:this}))}mosueMoveHandler(t){this.evtBus.trigger(l,new T({target:this}))}mosueUpHandler(t){this.evtBus.trigger(c,new T({target:this}))}resizeEvtHandler(t){if(!this.parentNode)return;const e=this.props.position;this.parentNode.trigger(d,new T(t,{position:e})),this.parentNode.trigger(u,new T(t,{position:e}))}}class LineControlPanel extends ICEControlPanel{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{zIndex:10001e3,linkable:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1})),_defineProperty$1(this,"controlSize",16),this.initControls()}initControls(){const t=this.state.width,e=this.state.height,i=this.controlSize/2;this.startControl=new ICELinkHook({zIndex:10001001,display:!1,left:-i,top:-i,width:this.controlSize,height:this.controlSize,style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1},position:"start"}),this.addChild(this.startControl),this.endControl=new ICELinkHook({zIndex:10001002,display:!1,left:t-i,top:e-i,width:this.controlSize,height:this.controlSize,style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1},position:"end"}),this.addChild(this.endControl)}initEvents(){this.on(u,this.resizeEvtHandler,this)}enable(){this.setState({display:!0}),this.resume(u),this.showHooks()}disable(){this.setState({display:!1}),this.suspend(u),this.hideHooks()}updateControlPositions(){}resizeEvtHandler(t){if(!this.targetComponent)return;const e=t.position;let i=t.movementX,s=t.movementY;const n=this.targetComponent.state,o=n.points.length;let r=n.points[0][0],a=n.points[0][1],h=n.points[o-1][0],l=n.points[o-1][1];const c=transformMat2d([],[i,s],invert([],this.targetComponent.calcAbsoluteLinearMatrix()));switch(i=c[0],s=c[1],e){case"start":r+=i,a+=s;break;case"end":h+=i,l+=s}this.targetComponent.setState({startPoint:[r,a],endPoint:[h,l]})}updatePosition(){if(!this.targetComponent)return;this.setState({left:0,top:-5,width:3,height:3,transform:{translate:[0,0],scale:[1,1],skew:[0,0],rotate:0}});const t=this.controlSize/2,e=this.targetComponent.state.points.length,i=this.targetComponent.state.points[0],s=this.targetComponent.state.points[e-1],n=[i[0],i[1]],o=[s[0],s[1]];this.startControl.setState({left:n[0]-t,top:n[1]-t}),this.endControl.setState({left:o[0]-t,top:o[1]-t})}set targetComponent(t){this._targetComponent&&this._targetComponent.off(y,this.updatePosition,this),this._targetComponent=t,this._targetComponent&&this._targetComponent.on(y,this.updatePosition,this),this._targetComponent&&this._targetComponent.once(o,()=>{this.targetComponent=null,this.disable()},this),this.updatePosition()}get targetComponent(){return this._targetComponent}showHooks(){this.startControl.setState({display:!0}),this.endControl.setState({display:!0})}hideHooks(){this.startControl.setState({display:!1}),this.endControl.setState({display:!1})}}class ResizeControl extends z{constructor(t){super(_objectSpread2(_objectSpread2({position:"l",direction:"x",quadrant:1},t),{},{linkable:!1}))}initEvents(){super.initEvents(),this.on(y,this.resizeEvtHandler,this)}resizeEvtHandler(t){if(!this.parentNode)return;const{quadrant:e}=t;let i=t.movementX,s=t.movementY;const n=this.parentNode.state;let o=n.left,r=n.top,a=n.width,h=n.height;const l=transformMat2d([],[i,s],invert([],this.parentNode.calcAbsoluteLinearMatrix()));switch(i=l[0],s=l[1],e){case 1:o-=i,r+=s,a+=2*i,h-=2*s;break;case 2:o+=i,r+=s,a-=2*i,h-=2*s;break;case 3:o+=i,r-=s,a-=2*i,h+=2*s;break;case 4:o-=i,r-=s,a+=2*i,h+=2*s;break;case 5:r+=s,h-=2*s;break;case 6:r-=s,h+=2*s;break;case 7:o+=i,a-=2*i;break;case 8:o-=i,a+=2*i}const c={top:r,left:o,width:Math.abs(a),height:Math.abs(h)};this.parentNode.trigger(d,new T(t,{quadrant:e})),this.parentNode.setState(c),this.parentNode.trigger(u,new T(t,{quadrant:e}))}moveGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new T;const s=t>0?1:-1,n=e>0?1:-1,o=this.parentNode.state.localOrigin,r=transformMat2d([],[t,e],invert([],this.parentNode.calcAbsoluteLinearMatrix()));t=r[0],e=r[1];let{left:a,top:h}=this.state;const{quadrant:l}=this.state,c=this.state.width/2;let d=0;"x"===this.state.direction?(a+=t,0===round(a)&&(a=.5*s),d=a+c-o[0]>0?8:7):"y"===this.state.direction?(h+=e,0===round(h)&&(h=.5*n),d=h+c-o[1]>0?6:5):"xy"===this.state.direction&&(a+=t,h+=e,d=a+c-o[0]>0?h+c-o[1]>0?4:1:h+c-o[1]>0?3:2),l!==d&&this.parentNode.toggleControlQuadrant(this,l,d),this.setPosition(a,h,new T(i,{left:a,top:h,tx:t,ty:e,quadrant:d}))}}class RotateControl extends X{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{linkable:!1}))}initEvents(){super.initEvents(),this.on(y,this.rotateEvtHandler,this)}rotateEvtHandler(t){if(!this.parentNode)return;const e=this.parentNode.calcAbsoluteOrigin();let i=GeoUtil.calcRotateAngle(t.offsetX,t.offsetY,e[0],e[1])+90;t&&t.shiftKey&&(i=function snapAngle(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return e>0&&isFinite(t)?Math.round(t/e)*e:t}(i));const s={transform:{rotate:i}};this.parentNode.trigger(p,new T(s)),this.parentNode.setState(s),this.parentNode.trigger(f,new T(s))}}class TransformControlPanel extends ICEControlPanel{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{zIndex:10000001,linkable:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1})),_defineProperty$1(this,"rotateControlSize",8),_defineProperty$1(this,"rotateControlOffsetY",60),_defineProperty$1(this,"resizeControlInstanceCache",[]),_defineProperty$1(this,"resizeControlSize",16),_defineProperty$1(this,"__onTargetRemoved",()=>{this.targetComponent=null,this.disable()}),this.initControls()}initControls(){const t=this.state.width,e=this.state.height,i=t/2,s=e/2,n=this.resizeControlSize/2,o=[{direction:"xy",quadrant:2,position:[-n,-n]},{direction:"y",quadrant:5,position:[i-n,-n]},{direction:"xy",quadrant:1,position:[t-n,-n]},{direction:"x",quadrant:8,position:[t-n,s-n]},{direction:"xy",quadrant:4,position:[t-n,e-n]},{direction:"y",quadrant:6,position:[i-n,e-n]},{direction:"xy",quadrant:3,position:[-n,e-n]},{direction:"x",quadrant:7,position:[-n,s-n]}];this.resizeControlInstanceCache=[];for(let t=0;t<o.length;t++){const e=o[t],i=new ResizeControl({zIndex:10000002,display:!1,left:e.position[0],top:e.position[1],width:this.resizeControlSize,height:this.resizeControlSize,style:{strokeStyle:"#8b0000",fillStyle:"#CC3300",lineWidth:1},direction:e.direction,quadrant:e.quadrant});this.addChild(i),this.resizeControlInstanceCache.push(i)}const r=this.state.width/2-this.rotateControlSize,a=-this.rotateControlOffsetY;this.rotateControlInstance=new RotateControl({zIndex:10000003,display:!1,left:r,top:a,radius:this.rotateControlSize,style:{strokeStyle:"#8b0000",fillStyle:"#CC3300",lineWidth:1}}),this.addChild(this.rotateControlInstance)}initEvents(){super.initEvents(),this.on(u,this.resizeEvtHandler,this),this.on(f,this.rotateEvtHandler,this),this.on("keydown",this.keyboardEvtHandler,this),this.on("keyup",this.keyboardEvtHandler,this)}enable(){this.rotateControlInstance.setState({display:!0});for(let t=0;t<this.resizeControlInstanceCache.length;t++)this.resizeControlInstanceCache[t].setState({display:!0});this.setState({display:!0}),this.resume(u),this.resume(f),this.resume("keydown"),this.resume("keyup")}disable(){this.rotateControlInstance.setState({display:!1});for(let t=0;t<this.resizeControlInstanceCache.length;t++)this.resizeControlInstanceCache[t].setState({display:!1});this.setState({display:!1}),this.suspend(u),this.suspend(f),this.suspend("keydown"),this.suspend("keyup")}keyboardEvtHandler(t){this.targetComponent&&this.targetComponent.trigger(t.type,t,{component:this.targetComponent})}rotateEvtHandler(t){if(!this.targetComponent)return;const{rotate:e}=this.state.transform;this.targetComponent.setGlobalRotate(e),this.targetComponent.trigger(f),this.updatePanel()}resizeEvtHandler(t){if(!this.targetComponent)return;const{quadrant:e}=t;let i=t.movementX,s=t.movementY;const n=this.targetComponent.state;let o=n.left,r=n.top,a=n.width,h=n.height;const l=transformMat2d([],[i,s],invert([],this.targetComponent.calcAbsoluteLinearMatrix()));switch(i=l[0],s=l[1],e){case 1:o-=i,r+=s,a+=2*i,h-=2*s;break;case 2:o+=i,r+=s,a-=2*i,h-=2*s;break;case 3:o+=i,r-=s,a-=2*i,h+=2*s;break;case 4:o-=i,r-=s,a+=2*i,h+=2*s;break;case 5:r+=s,h-=2*s;break;case 6:r-=s,h+=2*s;break;case 7:o+=i,a-=2*i;break;case 8:o-=i,a+=2*i}if(t&&t.shiftKey){const t=function applyAspectLock(t,e,i,s){const n=Math.abs(i),o=Math.abs(s);if(!(t>0&&e>0))return{width:n,height:o};const r=Math.max(n/t,o/e);return{width:t*r,height:e*r}}(n.width,n.height,a,h),e=r+h/2;o=o+a/2-t.width/2,r=e-t.height/2,a=t.width,h=t.height}this.targetComponent.setState({left:o,top:r,width:Math.abs(a),height:Math.abs(h)}),this.targetComponent.trigger(u),this.updatePanel()}updateControlPositions(){const t=this.state.width,e=this.state.height,i=t/2,s=e/2,n=this.resizeControlSize/2;for(let o=0;o<this.resizeControlInstanceCache.length;o++){const r=this.resizeControlInstanceCache[o];let a=[0,0];switch(r.state.quadrant){case 1:a=[t-n,-n];break;case 2:a=[-n,-n];break;case 3:a=[-n,e-n];break;case 4:a=[t-n,e-n];break;case 5:a=[i-n,-n];break;case 6:a=[i-n,e-n];break;case 7:a=[-n,s-n];break;case 8:a=[t-n,s-n]}r.setState({left:a[0],top:a[1]})}const o=this.state.width/2-this.rotateControlSize,r=-this.rotateControlOffsetY;this.rotateControlInstance.setState({left:o,top:r})}updatePanel(){if(!this.targetComponent)return;const t=this.targetComponent.getRotateAngle(!0),{left:e,top:i,width:s,height:n}=this.targetComponent.getLocalLeftTop(!0);this.setState({left:e,top:i,width:s,height:n,transform:{rotate:t}})}set targetComponent(t){const e=this._targetComponent;e&&(e.off(y,this.updatePanel,this),e.off(o,this.__onTargetRemoved,this)),this._targetComponent=t,t&&(t.on(y,this.updatePanel,this),t.on(o,this.__onTargetRemoved,this)),this.updatePanel()}get targetComponent(){return this._targetComponent}toggleControlQuadrant(t,e,i){for(let t=0;t<this.resizeControlInstanceCache.length;t++){const s=this.resizeControlInstanceCache[t];s.state.quadrant===i&&s.setState({quadrant:e})}t.setState({quadrant:i})}}var V=class ICEControlPanelManager{constructor(t){this.ice=t,this.transformControlPanel=new TransformControlPanel({left:500,top:100,width:100,height:100,style:{strokeStyle:"#8b0000",fillStyle:"rgba(255, 255, 49, 0.2)",lineWidth:1},transform:{rotate:45}}),this.ice.addTool(this.transformControlPanel),this.transformControlPanel.disable(),this.lineControlPanel=new LineControlPanel({left:700,top:50,width:100,height:100,style:{strokeStyle:"rgba(255, 255, 49, 0)",fillStyle:"rgba(255, 255, 49, 0)",lineWidth:1}}),this.ice.addTool(this.lineControlPanel),this.lineControlPanel.disable()}start(){return this.ice.evtBus.on("mousedown",this.mouseDownHandler,this),this}stop(){return this.ice.evtBus.off("mousedown",this.mouseDownHandler,this),this}mouseDownHandler(t){const e=t.target;if(!e.ice||!e.state.interactive||!e.state.transformable)return this.lineControlPanel.disable(),void this.transformControlPanel.disable();if(e&&(e.isControlPanel||e.parentNode&&e.parentNode.isControlPanel))return;const i=this.ice.setSelection([e]);this.lineControlPanel.disable(),this.transformControlPanel.disable(),i||(e.isLine?(this.lineControlPanel.targetComponent=e,this.lineControlPanel.enable()):(this.transformControlPanel.targetComponent=e,this.transformControlPanel.enable()))}},W=class AlignmentGuideManager{constructor(t){_defineProperty$1(this,"options",{threshold:3,hysteresis:1,edge:!0,center:!0,spacing:!0,guideStyle:{fillStyle:"#EC4899"},guideZIndex:10000010,guideWidth:1}),_defineProperty$1(this,"enabled",!1),_defineProperty$1(this,"active",null),_defineProperty$1(this,"snapping",!1),_defineProperty$1(this,"intentLeft",0),_defineProperty$1(this,"intentTop",0),_defineProperty$1(this,"cachedTargets",[]),_defineProperty$1(this,"engagedX",!1),_defineProperty$1(this,"engagedY",!1),_defineProperty$1(this,"guideX",null),_defineProperty$1(this,"guideY",null),this.ice=t}enable(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.options=_objectSpread2(_objectSpread2({},this.options),t),this.enabled||(this.enabled=!0,this.ice.evtBus.on("mousedown",this.__onMouseDown,this),this.ice.evtBus.on("mouseup",this.__onMouseUp,this)),this}disable(){return this.enabled?(this.enabled=!1,this.ice.evtBus.off("mousedown",this.__onMouseDown,this),this.ice.evtBus.off("mouseup",this.__onMouseUp,this),this.__detach(),this):this}isEnabled(){return this.enabled}setOptions(t){return this.options=_objectSpread2(_objectSpread2({},this.options),t),this}__onMouseDown(t){const e=t&&t.target;this.__isAlignmentParticipant(e)&&(this.__detach(),this.active=e,this.intentLeft=e.state.left,this.intentTop=e.state.top,this.cachedTargets=this.__computeTargets(),this.engagedX=!1,this.engagedY=!1,this.__ensureGuides(),e.on("mousemove",this.__onDrag,this))}__onDrag(t){if(!this.active||this.snapping)return;const e=t&&"number"==typeof t.movementX?t.movementX:0,i=t&&"number"==typeof t.movementY?t.movementY:0,s=this.ice.viewport?this.ice.viewport.scale:1;this.intentLeft+=e/s,this.intentTop+=i/s,this.snapping=!0,this.active.setState({left:this.intentLeft,top:this.intentTop});const n=this.__boxOf(this.active);if(this.snapping=!1,!n)return;const o=this.options.threshold/s,r=(this.options.threshold+this.options.hysteresis)/s,a=function computeSnap(t,e,i,s,n){const o={x:null,y:null},consider=t=>{if(!t)return;const e=o[t.axis];(!e||Math.abs(t.delta)<Math.abs(e.delta))&&(o[t.axis]=t)};for(const i of e)n.edge&&(consider({axis:"x",type:"edge",delta:i.minX-t.minX,guideValue:i.minX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.maxX-t.minX,guideValue:i.maxX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.minX-t.maxX,guideValue:i.minX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.maxX-t.maxX,guideValue:i.maxX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"y",type:"edge",delta:i.minY-t.minY,guideValue:i.minY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.maxY-t.minY,guideValue:i.maxY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.minY-t.maxY,guideValue:i.minY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.maxY-t.maxY,guideValue:i.maxY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)})),n.center&&(consider({axis:"x",type:"center",delta:i.centerX-t.centerX,guideValue:i.centerX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"y",type:"center",delta:i.centerY-t.centerY,guideValue:i.centerY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}));if(n.spacing)for(let i=0;i<e.length;i++)for(let s=i+1;s<e.length;s++){const n=e[i],o=e[s],r=Math.min(n.centerX,o.centerX),a=Math.max(n.centerX,o.centerX);if(t.centerX>r&&t.centerX<a){const e=(n.centerX+o.centerX)/2;consider({axis:"x",type:"spacing",delta:e-t.centerX,guideValue:e,guideStart:Math.min(t.minY,n.minY,o.minY),guideEnd:Math.max(t.maxY,n.maxY,o.maxY)})}const h=Math.min(n.centerY,o.centerY),l=Math.max(n.centerY,o.centerY);if(t.centerY>h&&t.centerY<l){const e=(n.centerY+o.centerY)/2;consider({axis:"y",type:"spacing",delta:e-t.centerY,guideValue:e,guideStart:Math.min(t.minX,n.minX,o.minX),guideEnd:Math.max(t.maxX,n.maxX,o.maxX)})}}return o.x=o.x&&Math.abs(o.x.delta)<=i?o.x:null,o.y=o.y&&Math.abs(o.y.delta)<=s?o.y:null,o}(n,this.cachedTargets,this.engagedX?r:o,this.engagedY?r:o,this.options);if(a.x||a.y){const t=this.intentLeft+(a.x?Math.round(a.x.delta):0),e=this.intentTop+(a.y?Math.round(a.y.delta):0);this.active.setState({left:t,top:e}),this.engagedX=!!a.x,this.engagedY=!!a.y,this.__updateGuides(a)}else this.engagedX=!1,this.engagedY=!1,this.__hideGuides()}__onMouseUp(){this.__detach()}__detach(){this.active&&this.active.off("mousemove",this.__onDrag,this),this.active=null,this.intentLeft=0,this.intentTop=0,this.cachedTargets=[],this.engagedX=!1,this.engagedY=!1,this.__hideGuides()}__boxOf(t){const e=t.getMaxBoundingBox(!0);if(!e)return null;const i=e.getMinAndMaxPoint();return function toBox(t,e,i,s){return{minX:t,minY:e,maxX:i,maxY:s,centerX:(t+i)/2,centerY:(e+s)/2}}(i.minX,i.minY,i.maxX,i.maxY)}__computeTargets(){const t=this.ice.childNodes,e=[];for(const i of t){if(i===this.active)continue;if(!this.__isAlignmentParticipant(i))continue;const t=this.__boxOf(i);t&&e.push(t)}return e}__isAlignmentParticipant(t){return!(!(t&&t.state&&t.state.interactive&&t.state.draggable)||t.isLine||t.isControlPanel||t.parentNode&&t.parentNode.isControlPanel)}__ensureGuides(){const t=_objectSpread2({},this.options.guideStyle);this.guideX||(this.guideX=new z({left:0,top:0,width:1,height:1,display:!1,zIndex:this.options.guideZIndex,origin:"top-left",stroke:!1,style:t}),this.ice.addTool(this.guideX)),this.guideY||(this.guideY=new z({left:0,top:0,width:1,height:1,display:!1,zIndex:this.options.guideZIndex,origin:"top-left",stroke:!1,style:t}),this.ice.addTool(this.guideY))}__updateGuides(t){const e=this.options.guideWidth/(this.ice.viewport?this.ice.viewport.scale:1),[i,s]=this.ice.screenToWorld(0,0),[n,o]=this.ice.screenToWorld(this.ice.canvasWidth,this.ice.canvasHeight);t.x&&this.guideX?this.guideX.setState({display:!0,left:t.x.guideValue-e/2,top:s,width:e,height:o-s}):this.guideX&&this.guideX.setState({display:!1}),t.y&&this.guideY?this.guideY.setState({display:!0,left:i,top:t.y.guideValue-e/2,width:n-i,height:e}):this.guideY&&this.guideY.setState({display:!1})}__hideGuides(){this.guideX&&this.guideX.setState({display:!1}),this.guideY&&this.guideY.setState({display:!1})}};const Y=[["pointerdown","ICE_POINTERDOWN"],["pointermove","ICE_POINTERMOVE"],["pointerup","ICE_POINTERUP"],["pointercancel","ICE_POINTERCANCEL"]],G=[["mousedown","ICE_MOUSEDOWN"],["mouseup","ICE_MOUSEUP"],["mousemove","ICE_MOUSEMOVE"],["click","ICE_CLICK"],["dblclick","ICE_DBCLICK"],["contextmenu","ICE_CONTEXTMENU"]],q=[["click","ICE_CLICK"],["dblclick","ICE_DBCLICK"],["contextmenu","ICE_CONTEXTMENU"]],K=[["touchstart","ICE_TOUCHSTART"],["touchmove","ICE_TOUCHMOVE"],["touchend","ICE_TOUCHEND"],["touchcancel","ICE_TOUCHCANCEL"]],U=[["wheel","ICE_WHEEL"]],J=[["keydown","ICE_KEYDOWN"],["keyup","ICE_KEYUP"]],Q=["ICE_MOUSEMOVE","ICE_POINTERMOVE","ICE_TOUCHMOVE"];function buildDomEventList(t){const e=[];return t?e.push(...Y,...q):e.push(...G,...K),e.push(...U,...J),e}function isTouchEvent(t){return!!t&&"string"==typeof t.type&&0===t.type.indexOf("touch")}function normalizeInput(t,e,i){const s=function resolveClientPoint(t){if(!t)return null;if(isTouchEvent(t)){const e=(t.touches&&t.touches.length?t.touches:t.changedTouches)||null,i=e&&e[0];return i&&"number"==typeof i.clientX?{clientX:i.clientX,clientY:i.clientY}:null}return"number"==typeof t.clientX&&"number"==typeof t.clientY?{clientX:t.clientX,clientY:t.clientY}:null}(t);if(!s)return null;const n=e&&"number"==typeof e.left?e.left:0,o=e&&"number"==typeof e.top?e.top:0,r=s.clientX-n,a=s.clientY-o;let h=Number(t.movementX),l=Number(t.movementY);isFinite(h)&&isFinite(l)||(i?(h=r-i.x,l=a-i.y):(h=0,l=0));const c=isTouchEvent(t);return{x:r,y:a,clientX:s.clientX,clientY:s.clientY,movementX:h,movementY:l,pointerType:t.pointerType||(c?"touch":"mouse"),pointerId:"number"==typeof t.pointerId?t.pointerId:-1,button:"number"==typeof t.button?t.button:0,buttons:"number"==typeof t.buttons?t.buttons:0,isPrimary:!1!==t.isPrimary,isTouch:c,shiftKey:!!t.shiftKey,ctrlKey:!!t.ctrlKey,altKey:!!t.altKey,metaKey:!!t.metaKey}}function applyNormalizedInput(t,e){t&&e&&(t.offsetX=e.x,t.offsetY=e.y,t.clientX=e.clientX,t.clientY=e.clientY,t.movementX=e.movementX,t.movementY=e.movementY,t.pointerType=e.pointerType,t.pointerId=e.pointerId,t.isTouchInput=e.isTouch,t.shiftKey=e.shiftKey,t.ctrlKey=e.ctrlKey,t.altKey=e.altKey,t.metaKey=e.metaKey)}function toLegacyMouseName(t){switch(t){case"pointerdown":case"touchstart":return"mousedown";case"pointermove":case"touchmove":return"mousemove";case"pointerup":case"touchend":case"pointercancel":case"touchcancel":return"mouseup";default:return null}}const Z={sm:5,md:13,lg:26};function stylePaintPad(t){const e=t&&t.style||{};let i=2;const s=Number(e.lineWidth)||0,n=Number(t.lineBorderWidth)||0,o=Math.ceil(Math.max(s,n));o>0&&(i+=o);const r=Number(e.shadowBlur);return r>0?i+=r+Math.max(Math.abs(Number(e.shadowOffsetX)||0),Math.abs(Number(e.shadowOffsetY)||0)):"string"==typeof e.shadow&&Z[e.shadow]&&(i+=Z[e.shadow]),i}function boxArea(t){return function boxWidth(t){return t[2]-t[0]}(t)*function boxHeight(t){return t[3]-t[1]}(t)}function unionBoxes(t,e){return e[0]<t[0]&&(t[0]=e[0]),e[1]<t[1]&&(t[1]=e[1]),e[2]>t[2]&&(t[2]=e[2]),e[3]>t[3]&&(t[3]=e[3]),t}function intersects(t,e){return!(t[0]>e[2]||t[2]<e[0]||t[1]>e[3]||t[3]<e[1])}function isFiniteBox(t){return isFinite(t[0])&&isFinite(t[1])&&isFinite(t[2])&&isFinite(t[3])}function integerAlign(t){return t[0]=Math.floor(t[0]),t[1]=Math.floor(t[1]),t[2]=Math.ceil(t[2]),t[3]=Math.ceil(t[3]),t}function mergeBox(t,e){return[Math.min(t[0],e[0]),Math.min(t[1],e[1]),Math.max(t[2],e[2]),Math.max(t[3],e[3])]}function isWorthMerging(t,e){const i=boxArea(t)+boxArea(e);return i<=0||boxArea(mergeBox(t,e))<=2*i}function mapBoxToRender(t,e,i){const s=i||[0,0,0,0];return s[0]=Math.floor(t[0]*e.scale+e.tx),s[1]=Math.floor(t[1]*e.scale+e.ty),s[2]=Math.ceil(t[2]*e.scale+e.tx),s[3]=Math.ceil(t[3]*e.scale+e.ty),s}const tt=/(rgba|hsla)\(|transparent|#[0-9a-fA-F]{8}|opacity/i;function isOpaqueDrawing(t){const e=t&&t.style||{};if(t&&void 0!==t.opacity&&1!==t.opacity)return!1;if(void 0!==e.globalAlpha&&1!==e.globalAlpha)return!1;if(e.globalCompositeOperation&&"source-over"!==e.globalCompositeOperation)return!1;if(e.shadow||(Number(e.shadowBlur)||0)>0)return!1;for(const t of["fillStyle","strokeStyle"]){const i=e[t];if("string"==typeof i&&tt.test(i))return!1}return!0}var et=class DOMEventDispatcher{constructor(t){_defineProperty$1(this,"selectionCandidates",[]),_defineProperty$1(this,"_stopped",!1),_defineProperty$1(this,"__lastInput",null),_defineProperty$1(this,"focusedComponent",null),this.ice=t}start(){let t=null;const e=buildDomEventList("function"==typeof M.PointerEvent);for(let i=0;i<e.length;i++){const s=e[i],n=s[0],o=s[1],r=toLegacyMouseName(n);this.ice.evtBus.on(o,e=>{if(this._stopped)return;const i=e.originalEvent||e;this.__handlePointerCapture(o,i);const s=normalizeInput(i,this.__resolveCanvasRect(n),this.__lastInput);s&&(applyNormalizedInput(e,s),this.__lastInput=s);const a=-1!==Q.indexOf(o),h=-1!==o.indexOf("KEY"),l="ICE_WHEEL"===o;
27
+ Object.defineProperty(exports,"__esModule",{value:!0});var t="ICE_FRAME_EVENT",e="BEFORE_RENDER",i="AFTER_RENDER",s="BEFORE_ADD",n="AFTER_ADD",o="BEFORE_REMOVE",r="AFTER_REMOVE",a="ROUND_FINISH",l="HOOK_MOUSEDOWN",h="HOOK_MOUSEMOVE",c="HOOK_MOUSEUP",d="BEFORE_RESIZE",u="AFTER_RESIZE",p="BEFORE_ROTATE",f="AFTER_ROTATE",g="BEFORE_MOVE",y="AFTER_MOVE";function springProgress(t,e){const i=t,s=Math.sqrt(Math.max(1e-6,1-t*t));return t=>{const n=Math.max(0,t)*e;return 1-Math.exp(-i*n)*(Math.cos(s*n)+i/s*Math.sin(s*n))}}const m={linear:t=>t,easeInQuad:t=>t*t,easeOutQuad:t=>t*(2-t),easeInOutQuad:t=>t<.5?2*t*t:(4-2*t)*t-1,easeInQuart:t=>t*t*t*t,easeOutQuart:t=>1-Math.pow(1-t,4),easeInOutQuart:t=>t<.5?8*t*t*t*t:1-8*Math.pow(1-t,4),easeInCubic:t=>t*t*t,easeOutCubic:t=>1-Math.pow(1-t,3),easeInOutCubic:t=>t<.5?4*t*t*t:1-Math.pow(-2*t+2,3)/2,spring:springProgress(.55,12),springSoft:springProgress(.75,14),springSnappy:springProgress(.4,9)},_={color:{blue:{50:"#EFF6FF",100:"#DBEAFE",200:"#BFDBFE",300:"#93C5FD",400:"#60A5FA",500:"#3B82F6",600:"#2563EB",700:"#1D4ED8",800:"#1E40AF",900:"#1E3A8A"},emerald:{50:"#ECFDF5",100:"#D1FAE5",200:"#A7F3D0",300:"#6EE7B7",400:"#34D399",500:"#10B981",600:"#059669",700:"#047857",800:"#065F46",900:"#064E3B"},amber:{50:"#FFFBEB",100:"#FEF3C7",200:"#FDE68A",300:"#FCD34D",400:"#FBBF24",500:"#F59E0B",600:"#D97706",700:"#B45309",800:"#92400E",900:"#78350F"},red:{50:"#FEF2F2",100:"#FEE2E2",200:"#FECACA",300:"#FCA5A5",400:"#F87171",500:"#EF4444",600:"#DC2626",700:"#B91C1C",800:"#991B1B",900:"#7F1D1D"},gray:{50:"#F9FAFB",100:"#F3F4F6",200:"#E5E7EB",300:"#D1D5DB",400:"#9CA3AF",500:"#6B7280",600:"#4B5563",700:"#374151",800:"#1F2937",900:"#111827"},violet:{50:"#F5F3FF",100:"#EDE9FE",200:"#DDD6FE",300:"#C4B5FD",400:"#A78BFA",500:"#8B5CF6",600:"#7C3AED",700:"#6D28D9",800:"#5B21B6",900:"#4C1D95"},teal:{50:"#F0FDFA",100:"#CCFBF1",200:"#99F6E4",300:"#5EEAD4",400:"#2DD4BF",500:"#14B8A6",600:"#0D9488",700:"#0F766E",800:"#115E59",900:"#134E4A"},pink:{50:"#FDF2F8",100:"#FCE7F3",200:"#FBCFE8",300:"#F9A8D4",400:"#F472B6",500:"#EC4899",600:"#DB2777",700:"#BE185D",800:"#9D174D",900:"#831843"},indigo:{50:"#EEF2FF",100:"#E0E7FF",200:"#C7D2FE",300:"#A5B4FC",400:"#818CF8",500:"#6366F1",600:"#4F46E5",700:"#4338CA",800:"#3730A3",900:"#312E81"}},spacing:{1:4,2:8,3:12,4:16,6:24,8:32,12:48,16:64},radius:{sm:4,md:8,lg:12,xl:16,full:9999},fontSize:{sm:12,md:14,lg:16,xl:20,"2xl":24,"3xl":32,"4xl":44},fontFamily:{base:"Arial"},fontWeight:{normal:400,bold:700}};function buildSemantic(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=t.color;return _objectSpread2({primary:i.blue[500],success:i.emerald[500],warning:i.amber[500],danger:i.red[500],info:i.blue[400],text:i.gray[800],muted:i.gray[500],hint:i.gray[400],border:i.gray[200],background:"#ffffff",palette:[i.blue[500],i.emerald[500],i.amber[500],i.red[500],i.violet[500],i.teal[500],i.pink[500],i.indigo[500]],motion:{duration:{fast:100,normal:200,slow:300,slower:500},easing:{linear:"linear",out:"easeOutCubic",inOut:"easeInOutCubic",outQuart:"easeOutQuart",spring:"spring",springSoft:"springSoft",springSnappy:"springSnappy"}}},e)}const b={base:_,semantic:buildSemantic(_)},v={base:_,semantic:buildSemantic(_,{primary:_.color.blue[400],success:_.color.emerald[400],warning:_.color.amber[400],danger:_.color.red[400],info:_.color.teal[400],text:_.color.gray[200],muted:_.color.gray[400],hint:_.color.gray[500],border:_.color.gray[700],background:_.color.gray[900],palette:[_.color.blue[400],_.color.emerald[400],_.color.amber[400],_.color.red[400],_.color.violet[400],_.color.teal[400],_.color.pink[400],_.color.indigo[400]]})},x={default:b,dark:v};let w=b;function registerTheme(t,e){x[t]=e}function resolveTheme(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:w;return"string"==typeof t?x[t]||b:{base:e.base,semantic:_objectSpread2(_objectSpread2({},e.semantic),t)}}function setTheme(t){return w=resolveTheme(t,w),w}function getTheme(){return w}const C={card:t=>({radius:t.base.radius.lg,style:{fillStyle:t.semantic.background,strokeStyle:t.semantic.border,lineWidth:1,shadow:"md"}}),gradient:t=>({radius:t.base.radius.lg,style:{fillGradient:{type:"linear",from:[0,0],to:[0,200],stops:[[0,t.semantic.primary],[1,t.semantic.background]]},strokeStyle:t.semantic.border,lineWidth:1}}),panel:t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.background,strokeStyle:t.semantic.border,lineWidth:1,shadow:"sm"}}),button:t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.primary,strokeStyle:t.semantic.primary,lineWidth:1,shadow:"sm"}}),"button-danger":t=>({radius:t.base.radius.md,style:{fillStyle:t.semantic.danger,strokeStyle:t.semantic.danger,lineWidth:1,shadow:"sm"}}),title:t=>({stroke:!1,style:{fontSize:t.base.fontSize["2xl"],fontWeight:t.base.fontWeight.bold,fillStyle:t.semantic.text}}),subtitle:t=>({stroke:!1,style:{fontSize:t.base.fontSize.lg,fillStyle:t.semantic.muted}}),body:t=>({stroke:!1,style:{fontSize:t.base.fontSize.md,fillStyle:t.semantic.text}}),label:t=>({stroke:!1,style:{fontSize:t.base.fontSize.sm,fillStyle:t.semantic.hint}})};var S={baseTokens:_,DEFAULT_THEME:b,DARK_THEME:v,registerTheme:registerTheme,setTheme:setTheme,getTheme:getTheme,STYLE_PRESETS:C},E=class AnimationManager{constructor(t){_defineProperty$1(this,"animationMap",new Map),_defineProperty$1(this,"paused",!1),_defineProperty$1(this,"pausedAt",0),_defineProperty$1(this,"warned",new WeakSet),this.ice=t}start(){return this.ice.evtBus.on(t,this.frameEventHandler,this),this}stop(){return this.ice.evtBus.off(t,this.frameEventHandler,this),this}frameEventHandler(t){if(this.paused)return;const e=Date.now(),i=[...this.animationMap.values()];for(let t=0;t<i.length;t++){const s=i[t],n=s.state.interactive;s.state.interactive=!1,this.tween(s,e),s.state.interactive=n}}__writeValue(t,e,i){const s=e.indexOf(".");if(-1===s)return void(t[e]=i);const n=e.slice(0,s),o=e.slice(s+1);t[n]&&"object"==typeof t[n]||(t[n]={}),this.__writeValue(t[n],o,i)}tween(t,e){const i={},s=t.props.animations,n=isUndefined(e)?Date.now():e;let o=!1;for(const t in s){const e=s[t];if(e.finished)continue;let r;if(isUndefined(e.startTime)&&(e.startTime=n,this.__resolveMotion(e)),isUndefined(e.easing)&&(e.easing="linear"),Array.isArray(e.keyframes)){const i=this.__normalizeKeyframes(e);if(!i){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的 keyframes 非法:需要 ≥2 帧、offset 为数字、各帧取值同型(都是数字或等长的数字数组);已跳过。"));continue}r=i}else if(!this.__isTweenable(e.from,e.to)){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的取值必须都是数字或等长的数字数组,当前为 ")+"".concat(this.__describe(e.from)," → ").concat(this.__describe(e.to),";已跳过。"));continue}const a=Number(e.duration);if(!Number.isFinite(a)||a<=0){this.__reject(e,"[ICE] 动画属性「".concat(t,"」的 duration 必须是正数,当前为 ").concat(String(e.duration),";已直接落到终点。")),this.__writeValue(i,t,this.__roundIfNeeded(e,this.__sampleValue(r,e,1)));continue}const l=Number(e.delay)||0,h=n-e.startTime-l;if(h<0){o=!0,this.__writeValue(i,t,this.__sampleValue(r,e,0));continue}if(h>=a){let s=this.__sampleValue(r,e,1);this.shouldRepeat(e)?(e.startTime=n,s=this.__sampleValue(r,e,0),o=!0):e.finished=!0,this.__writeValue(i,t,this.__roundIfNeeded(e,s));continue}o=!0;const c=r?h/a:this.__easingFn(e.easing,e)(h/a);this.__writeValue(i,t,this.__roundIfNeeded(e,this.__sampleValue(r,e,c)))}return o||this.remove(t),Object.keys(i).length>0&&t.setState(i),t}__sampleValue(t,e,i){if(!t)return this.__interpolate(e.from,e.to,i);const s=t[0],n=t[t.length-1];if(i<=s.offset)return s.value;if(i>=n.offset)return n.value;for(let s=0;s<t.length-1;s++){const n=t[s],o=t[s+1];if(i<n.offset||i>o.offset)continue;const r=o.offset-n.offset;if(r<=0)return o.value;const a=(i-n.offset)/r,l=this.__easingFn(isUndefined(n.easing)?e.easing:n.easing,e);return this.__interpolate(n.value,o.value,l(a))}return n.value}__interpolate(t,e,i){if("number"==typeof t)return t+(e-t)*i;const s=new Array(t.length);for(let n=0;n<t.length;n++)s[n]=t[n]+(e[n]-t[n])*i;return s}__isTweenable(t,e){const i=this.__valueKind(t);return null!==i&&i===this.__valueKind(e)&&("number"===i||t.length===e.length)}__valueKind(t){if("number"==typeof t)return"number";if(Array.isArray(t)&&t.length>0){for(let e=0;e<t.length;e++)if("number"!=typeof t[e])return null;return"array"}return null}__normalizeKeyframes(t){if(t.__frames)return t.__frames;const e=t.keyframes;if(!Array.isArray(e)||e.length<2)return null;const i=[];for(let t=0;t<e.length;t++){const s=e[t]||{},n=isUndefined(s.offset)?t/(e.length-1):Number(s.offset);if(!Number.isFinite(n))return null;i.push({offset:Math.min(1,Math.max(0,n)),value:s.value,easing:s.easing})}i.sort((t,e)=>t.offset-e.offset);const s=this.__valueKind(i[0].value);if(null===s)return null;const n="array"===s?i[0].value.length:0;for(let t=1;t<i.length;t++){if(this.__valueKind(i[t].value)!==s)return null;if("array"===s&&i[t].value.length!==n)return null}return t.__frames=i,i}__easingFn(t,e){return("string"==typeof t?m[t]:void 0)||(e&&this.__warnOnce(e,"[ICE] 未知的缓动「".concat(String(t),"」,已回退为 linear。可用:").concat(Object.keys(m).join(" / "))),m.linear)}__roundIfNeeded(t,e){return t.round?"number"==typeof e?Math.round(e):e.map(t=>Math.round(t)):e}__describe(t){return Array.isArray(t)?"数组[".concat(t.length,"]"):typeof t}__reject(t,e){t.finished=!0,this.__warnOnce(t,e)}__warnOnce(t,e){t&&"object"==typeof t&&(this.warned.has(t)||this.warned.add(t))}__resolveMotion(t){const e=(this.ice&&this.ice.theme||getTheme()).semantic.motion;"string"==typeof t.duration&&void 0!==e.duration[t.duration]&&(t.duration=e.duration[t.duration]),"string"==typeof t.easing&&void 0!==e.easing[t.easing]&&(t.easing=e.easing[t.easing])}shouldRepeat(t){return!0===t.loop||"number"==typeof t.iterationCount&&t.iterationCount>1&&(t.iterationCount--,!0)}pause(){this.paused||(this.paused=!0,this.pausedAt=Date.now())}resume(){if(!this.paused)return;const t=Date.now()-this.pausedAt,e=[...this.animationMap.values()];for(const i of e){const e=i.props.animations;for(const i in e){const s=e[i];isUndefined(s.startTime)||(s.startTime+=t)}}this.paused=!1}isPaused(){return this.paused}add(t){this.animationMap.set(t.props.id,t)}remove(t){isString(t)?this.animationMap.delete(t):this.animationMap.delete(t.props.id)}};let P=0;function bumpVisibilityEpoch(){P++}function getVisibilityEpoch(){return P}function isEffectivelyVisible(t){return t&&"function"==typeof t.isEffectivelyVisible?t.isEffectivelyVisible():!!(t&&t.state&&t.state.display)}function flattenAllComponents(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return flattenTree(e,t.childNodes||[]),flattenTree(e,t.toolNodes||[]),e}function hitTestComponents(t,e,i,s){const n=flattenAllComponents(t);n.sort((t,e)=>t.state.zIndex-e.state.zIndex);const o=t.renderer,r=o&&"function"==typeof o.getWorldBox;let a=null;for(let t=0;t<n.length;t++){const l=n[t];if(!l.isControlPanel&&l.state.interactive&&isEffectivelyVisible(l)){if(r){const t=o.getWorldBox(l);if(t&&(e<t[0]-s||e>t[2]+s||i<t[1]-s||i>t[3]+s))continue}if(l.containsPoint(e,i)){if("function"==typeof l.isPointClippedOut&&l.isPointClippedOut(e,i))continue;a=l}}}return a}function flattenTree(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(let n=0;n<e.length;n++){const o=e[n];o._level=i,o._pid=s,t.push(o);const r=o.props&&void 0!==o.props.id?o.props.id:o.id;flattenTree(t,o.childNodes||[],i+1,r)}return t}class PolyfillPath2D{constructor(){_defineProperty$1(this,"_isPolyfill",!0),_defineProperty$1(this,"_commands",[]),_defineProperty$1(this,"_closed",!1)}moveTo(t,e){this._commands.push(["moveTo",t,e])}lineTo(t,e){this._commands.push(["lineTo",t,e])}bezierCurveTo(t,e,i,s,n,o){this._commands.push(["bezierCurveTo",t,e,i,s,n,o])}quadraticCurveTo(t,e,i,s){this._commands.push(["quadraticCurveTo",t,e,i,s])}arcTo(t,e,i,s,n){this._commands.push(["arcTo",t,e,i,s,n])}rect(t,e,i,s){this._commands.push(["rect",t,e,i,s])}ellipse(t,e,i,s,n,o,r,a){this._commands.push(["ellipse",t,e,i,s,n,o,r,a])}closePath(){this._closed=!0}}let k=null;(()=>{const t="undefined"!=typeof window?window:"undefined"!=typeof global?global:{};k=t||{},k.requestFrame=k.requestAnimationFrame||k.webkitRequestAnimationFrame||k.mozRequestAnimationFrame||k.oRequestAnimationFrame||k.msRequestAnimationFrame,"function"!=typeof k.requestFrame&&(k.requestFrame=function(t){return setTimeout((function(){t(Date.now())}),16)}),k.createPath2D=()=>"function"==typeof k.Path2D?new k.Path2D:new PolyfillPath2D,k.loadFont=(t,e)=>{if("function"==typeof k.FontFace&&k.document&&k.document.fonts){const i=new k.FontFace(t,e);return k.document.fonts.add(i),i.load()}return k.wx&&"function"==typeof k.wx.loadFont?k.wx.loadFont(e):Promise.resolve()},k.createImage=()=>{if("function"==typeof k.Image)return new k.Image;if(k.wx&&"function"==typeof k.wx.createImage)return k.wx.createImage();throw new Error("当前运行时没有可用的 Image 构造器,无法加载图片。")},"number"==typeof k.devicePixelRatio&&k.devicePixelRatio>0||(k.devicePixelRatio=(()=>{if(k.wx&&"function"==typeof k.wx.getSystemInfoSync)try{return k.wx.getSystemInfoSync().pixelRatio||1}catch(t){return 1}return 1})()),k.createOffscreenCanvas=(t,e)=>{if(k.wx&&"function"==typeof k.wx.createOffscreenCanvas){const i=k.wx.createOffscreenCanvas({type:"2d",width:t,height:e}),s=i.getContext("2d");if(!s)throw new Error("当前运行时无法创建 2d 离屏上下文。");return{canvas:i,ctx:s}}if(k.document&&"function"==typeof k.document.createElement){const i=k.document.createElement("canvas");i.width=t,i.height=e;const s=i.getContext("2d");if(!s)throw new Error("当前运行时无法创建 2d 离屏上下文。");return{canvas:i,ctx:s}}throw new Error("当前运行时没有可用的离屏 canvas。")}})();var M=k,T="undefined"!=typeof Float32Array?Float32Array:Array,I=Math.PI/180;function toRadian(t){return t*I}function invert(t,e){var i=e[0],s=e[1],n=e[2],o=e[3],r=e[4],a=e[5],l=i*o-s*n;return l?(l=1/l,t[0]=o*l,t[1]=-s*l,t[2]=-n*l,t[3]=i*l,t[4]=(n*a-o*r)*l,t[5]=(s*r-i*a)*l,t):null}function multiply(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],l=e[5],h=i[0],c=i[1],d=i[2],u=i[3],p=i[4],f=i[5];return t[0]=s*h+o*c,t[1]=n*h+r*c,t[2]=s*d+o*u,t[3]=n*d+r*u,t[4]=s*p+o*f+a,t[5]=n*p+r*f+l,t}function cross(t,e,i){var s=e[0]*i[1]-e[1]*i[0];return t[0]=t[1]=0,t[2]=s,t}function transformMat2d(t,e,i){var s=e[0],n=e[1];return t[0]=i[0]*s+i[2]*n+i[4],t[1]=i[1]*s+i[3]*n+i[5],t}Math.hypot||(Math.hypot=function(){for(var t=0,e=arguments.length;e--;)t+=arguments[e]*arguments[e];return Math.sqrt(t)}),function create(){var t=new T(2);T!=Float32Array&&(t[0]=0,t[1]=0)}();var B=class ICEEvent{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_defineProperty$1(this,"AT_TARGET",2),_defineProperty$1(this,"BUBBLING_PHASE",3),_defineProperty$1(this,"CAPTURING_PHASE",1),_defineProperty$1(this,"NONE",0);for(const e in t)this[e]=t[e];for(const t in e)this[t]=e[t]}composedPath(){throw new Error("Method not implemented.")}initEvent(t,e,i){throw new Error("Method not implemented.")}preventDefault(){throw new Error("Method not implemented.")}stopImmediatePropagation(){throw new Error("Method not implemented.")}stopPropagation(){throw new Error("Method not implemented.")}};class ICEEventTarget{constructor(){_defineProperty$1(this,"listeners",{}),_defineProperty$1(this,"suspendedEventNames",[])}on(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;this.listeners[t]||(this.listeners[t]=[]),this.off(t,e,i),this.listeners[t].push({callback:e,scope:i})}off(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M,s=this.listeners[t];if(s){s=[...s];for(let n=0;n<s.length;n++){const o=s[n],r=o.callback;if((r===e||r&&r.__onceOriginal===e)&&o.scope===i)return void this.listeners[t].splice(n,1)}}}trigger(t){let e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(function isEmpty(t){return null==t||(Array.isArray(t)||"string"==typeof t?0===t.length:"object"!=typeof t||0===Object.keys(t).length)}(this.listeners[t]))return!1;if(this.suspendedEventNames.includes(t))return!1;i?(e=new B(i),e.originalEvent=i.originalEvent?i.originalEvent:i,e.param=_objectSpread2({},s)):e=new B({type:t,timeStamp:Date.now(),param:_objectSpread2({},s)});const n=this.listeners[t];for(let t=0;t<n.length;t++){const i=n[t];i.callback.call(i.scope,e)}return!0}once(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;const s=this;function callback(n){s.off(t,callback,i),e.call(i,n)}callback.__onceOriginal=e,s.on(t,callback,i)}suspend(t){t&&!this.suspendedEventNames.includes(t)&&this.suspendedEventNames.push(t)}resume(t){const e=this.suspendedEventNames.indexOf(t);-1!==e&&this.suspendedEventNames.splice(e,1)}purgeEvents(){this.listeners={},this.suspendedEventNames=[]}hasListener(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:M;if(!this.listeners[t])return!1;const s=this.listeners[t];if(!s)return!1;for(let t=0;t<s.length;t++){const n=s[t];if(n.callback===e&&n.scope===i)return!0}return!1}}ICEEventTarget.prototype.addEventListener=ICEEventTarget.prototype.on,ICEEventTarget.prototype.removeEventListener=ICEEventTarget.prototype.off,ICEEventTarget.prototype.dispatchEvent=ICEEventTarget.prototype.trigger;var N=ICEEventTarget;class GeoUtil{constructor(){throw new Error("GeoUtil is a static util class.")}static pointInPolygon(t,e,i){if(!i||i.length<3)return!1;let s=!1;for(let n=0,o=i.length-1;n<i.length;o=n++){const r=i[n][0],a=i[n][1],l=i[o][0],h=i[o][1];a>e!=h>e&&t<(l-r)*(e-a)/(h-a)+r&&(s=!s)}return s}static distanceToSegment(t,e,i,s,n,o){const r=n-i,a=o-s,l=r*r+a*a;let h=0===l?0:((t-i)*r+(e-s)*a)/l;return h=h<0?0:h>1?1:h,Math.hypot(t-(i+h*r),e-(s+h*a))}static distanceToPolyline(t,e,i){if(!t||0===t.length)return 1/0;if(1===t.length)return Math.hypot(e-t[0][0],i-t[0][1]);let s=1/0;for(let n=0;n<t.length-1;n++){const o=GeoUtil.distanceToSegment(e,i,t[n][0],t[n][1],t[n+1][0],t[n+1][1]);o<s&&(s=o)}return s}static samplePolyline(t,e){const i=[];if(!t||t.length<2||e<1)return t?t.map(t=>[t[0],t[1]]):i;const s=[];let n=0;for(let e=0;e<t.length-1;e++){const i=Math.hypot(t[e+1][0]-t[e][0],t[e+1][1]-t[e][1]);s.push(i),n+=i}if(0===n)return[t[0].slice(),t[t.length-1].slice()];for(let o=0;o<=e;o++){const r=n*o/e;let a=0;for(let e=0;e<s.length;e++){if(a+s[e]>=r||e===s.length-1){const n=0===s[e]?0:(r-a)/s[e];i.push([t[e][0]+(t[e+1][0]-t[e][0])*n,t[e][1]+(t[e+1][1]-t[e][1])*n]);break}a+=s[e]}}return i}static segmentIntersect(t,e,i,s){const n=e[0]-t[0],o=e[1]-t[1],r=s[0]-i[0],a=s[1]-i[1],l=n*a-o*r;if(0===l)return null;const h=((i[0]-t[0])*a-(i[1]-t[1])*r)/l,c=((i[0]-t[0])*o-(i[1]-t[1])*n)/l;return h<0||h>1||c<0||c>1?null:[t[0]+h*n,t[1]+h*o]}static calcRotateAngle(t,e,i,s){const n=t-i,o=e-s,r=Math.hypot(n,o),a=n/r;let l=(o/r<0?-1:1)*Math.acos(a)*180/Math.PI+360;return l%=360,l}static calcRotateAngleFromMatrix(t){const e=t[0],i=t[1];return Math.atan2(i,e)*(180/Math.PI)}static calcScaleFromMatrix(t){const e=t[0],i=t[1],s=t[2],n=t[3];return[Math.hypot(e,i),Math.hypot(s,n)]}}class ICEBoundingBox{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[0,0,0,0,0,0,0,0,0,0];_defineProperty$1(this,"tl",[0,0]),_defineProperty$1(this,"tr",[0,0]),_defineProperty$1(this,"bl",[0,0]),_defineProperty$1(this,"br",[0,0]),_defineProperty$1(this,"tc",[0,0]),_defineProperty$1(this,"rc",[0,0]),_defineProperty$1(this,"bc",[0,0]),_defineProperty$1(this,"lc",[0,0]),_defineProperty$1(this,"center",[0,0]),this.tl=[t[0],t[1]],this.tr=[t[2],t[3]],this.bl=[t[4],t[5]],this.br=[t[6],t[7]],this.tc=[(this.tr[0]+this.tl[0])/2,(this.tr[1]+this.tl[1])/2],this.bc=[(this.br[0]+this.bl[0])/2,(this.br[1]+this.bl[1])/2],this.lc=[(this.bl[0]+this.tl[0])/2,(this.bl[1]+this.tl[1])/2],this.rc=[(this.br[0]+this.tr[0])/2,(this.br[1]+this.tr[1])/2],this.center=[t[8],t[9]]}static fromDimension(t,e,i,s){return new ICEBoundingBox([t,e,t+i,e,t,e+s,t+i,e+s,t+i/2,e+s/2])}containsPoint(t){const{minX:e,minY:i,maxX:s,maxY:n}=this.getMinAndMaxPoint();if(t[0]<e||t[0]>s||t[1]<i||t[1]>n)return!1;let o,r=0;const a=this.getBoundingLines();for(let e=0;e<a.length;e++){const i=a[e];if(!(t[1]>i.o[1]&&t[1]>i.d[1]||t[1]<i.o[1]&&t[1]<i.d[1])){if(i.o[0]===i.d[0]&&i.o[0]>=t[0])o=i.o[0];else{const e=(i.d[1]-i.o[1])/(i.d[0]-i.o[0]);o=i.o[0]+(t[1]-i.o[1])/e}o>t[0]&&r++}}return 0!==r&&r%2==1}getBoundingLines(){return[{o:[...this.tl],d:[...this.tr]},{o:[...this.tr],d:[...this.br]},{o:[...this.br],d:[...this.bl]},{o:[...this.bl],d:[...this.tl]}]}getMinAndMaxPoint(){let t=this.tl[0],e=this.tl[1],i=this.tl[0],s=this.tl[1];const n=[this.tr,this.bl,this.br];for(let o=0;o<n.length;o++){const r=n[o];r[0]<t&&(t=r[0]),r[0]>i&&(i=r[0]),r[1]<e&&(e=r[1]),r[1]>s&&(s=r[1])}return{minX:t,minY:e,maxX:i,maxY:s}}containsBox(t){const e=this.getMinAndMaxPoint(),i=t.getMinAndMaxPoint();return i.minX>=e.minX&&i.maxX<=e.maxX&&i.minY>=e.minY&&i.maxY<=e.maxY}isIntersect(t){const e=this.tl[0],i=this.br[0],s=this.tl[1],n=this.br[1],o=t.tl[0],r=t.br[0],a=t.tl[1],l=t.br[1];return!(e>r||s>l||i<o||n<a)}transform(t){const e=transformMat2d([],this.tl,t),i=transformMat2d([],this.tr,t),s=transformMat2d([],this.bl,t),n=transformMat2d([],this.br,t),o=transformMat2d([],this.center,t);return new ICEBoundingBox([...e,...i,...s,...n,...o])}union(t){const e=this.getMinAndMaxPoint(),i=t.getMinAndMaxPoint(),s=Math.min(e.minX,i.minX),n=Math.min(e.minY,i.minY),o=Math.max(e.maxX,i.maxX),r=Math.max(e.maxY,i.maxY);return ICEBoundingBox.fromDimension(s,n,o-s,r-n)}get width(){const t=this.br[0]-this.bl[0],e=this.br[1]-this.bl[1];return Math.hypot(t,e)}get height(){const t=this.br[0]-this.tr[0],e=this.br[1]-this.tr[1];return Math.hypot(t,e)}get left(){return this.tl[0]}set left(t){throw new Error("Can not set left to ICEBoundingBox directly.")}get top(){return this.tl[1]}set top(t){throw new Error("Can not set top to ICEBoundingBox directly.")}get centerX(){return this.center[0]}get centerY(){return this.center[1]}get centerPoint(){return this.center}}var D=ICEBoundingBox;const O={sm:{shadowColor:"rgba(0,0,0,0.12)",shadowBlur:4,shadowOffsetX:0,shadowOffsetY:1},md:{shadowColor:"rgba(0,0,0,0.18)",shadowBlur:10,shadowOffsetX:0,shadowOffsetY:3},lg:{shadowColor:"rgba(0,0,0,0.25)",shadowBlur:20,shadowOffsetX:0,shadowOffsetY:6}},$=[["shadowColor","rgba(0,0,0,0)"],["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["globalAlpha",1],["globalCompositeOperation","source-over"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10],["textAlign","start"],["textBaseline","alphabetic"]],A=Object.freeze([1,0,0,1,0,0]),L={left:0,top:0,width:0,height:0,style:Object.freeze({fillStyle:"red",strokeStyle:"blue",lineWidth:1}),lineDash:Object.freeze([]),lineDashOffset:0,lineDashFlow:!1,lineDashFlowSpeed:60,lineBorder:!1,lineBorderWidth:1.5,lineBorderColor:"#999999",fill:!0,stroke:!0,animations:Object.freeze({}),transform:Object.freeze({translate:Object.freeze([0,0]),scale:Object.freeze([1,1]),skew:Object.freeze([0,0]),rotate:0}),linearMatrix:Object.freeze([]),composedMatrix:Object.freeze([]),origin:"localCenter",originX:0,originY:0,clipChildren:!1,opacity:1,localOrigin:Object.freeze([0,0]),absoluteOrigin:Object.freeze([0,0]),display:!0,draggable:!0,transformable:!0,interactive:!0,linkable:!0,showMinBoundingBox:!1,showMaxBoundingBox:!1};function normalizeGradientStops(t){const e=[];if(!Array.isArray(t))return e;for(let i=0;i<t.length;i++){const s=t[i];let n=NaN,o="";Array.isArray(s)?(n=Number(s[0]),o=String(s[1])):s&&"object"==typeof s&&(n=Number(s.offset),o=String(s.color)),isFinite(n)&&o&&e.push([n<0?0:n>1?1:n,o])}return e.sort((t,e)=>t[0]-e[0]),e}class ICEComponent extends N{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),_defineProperty$1(this,"__dirty",!0),_defineProperty$1(this,"__everRendered",!1),_defineProperty$1(this,"__localBoxScratch",[0,0,0,0]),_defineProperty$1(this,"__activeCtm",null),_defineProperty$1(this,"__activeWorldMatrix",null),_defineProperty$1(this,"__visEpoch",-1),_defineProperty$1(this,"__visValue",!0),_defineProperty$1(this,"__opacityApplied",!1),_defineProperty$1(this,"__gradCache",{}),_defineProperty$1(this,"__paramsDirty",!0),_defineProperty$1(this,"__absScratchA",null),_defineProperty$1(this,"__absScratchB",null),_defineProperty$1(this,"__transScratch",null),_defineProperty$1(this,"__originScratch",null),_defineProperty$1(this,"__composeScratch",null),_defineProperty$1(this,"__viewportScratch",null),this.__userProps=t,t&&t.preset&&C[t.preset]&&(this.__presetName=t.preset,t=merge$1({},C[t.preset](getTheme()),t)),this.props=Object.create(L),this.props.id="ICE_"+function uuid(){if(M.crypto)return M.crypto.randomUUID();{let t=Date.now();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const i=(t+16*Math.random())%16|0;return t=Math.floor(t/16),("x"==e?i:3&i|8).toString(16)}))}}(),this.props.zIndex=ICEComponent.instanceCounter++,merge$1(this.props,t),this.__initState(),this.root=M,this.initEvents()}__initState(){this.state=Object.create(L),this.state.id=this.props.id,this.state.zIndex=this.props.zIndex;for(const t in this.props)Object.prototype.hasOwnProperty.call(this.props,t)&&(this.state[t]=cloneDeep(this.props[t]));this.state.linearMatrix=[],this.state.composedMatrix=[],this.state.localOrigin=[0,0],this.state.absoluteOrigin=[0,0]}__reapplyPreset(t){if(!this.__presetName||!C[this.__presetName])return;const e=C[this.__presetName](t||getTheme()),i=this.__userProps||{},s={};for(const t in e)"style"===t?s.style=merge$1({},e.style,i.style):void 0!==i[t]?s[t]=i[t]:s[t]=e[t];this.setState(s)}initEvents(){this.on("mousedown",this.mouseDownEvtHandler,this),this.on("keydown",this.keyboardEvtHandler,this),this.on("keyup",this.keyboardEvtHandler,this)}mouseDownEvtHandler(t){this.state.interactive&&this.state.draggable&&(this.on("mousemove",this.mouseMoveEvtHandler,this),this.on("mouseup",this.mouseUpEvtHandler,this))}mouseMoveEvtHandler(t){const e=this.ice&&this.ice.viewport?this.ice.viewport.scale:1,i=t.movementX/e,s=t.movementY/e;return this.moveGlobalPosition(i,s,t),!0}mouseUpEvtHandler(t){this.off("mousemove",this.mouseMoveEvtHandler,this),this.off("mouseup",this.mouseUpEvtHandler,this)}keyboardEvtHandler(t){switch(t.key){case"ArrowUp":this.moveGlobalPosition(0,-2,t);break;case"ArrowDown":this.moveGlobalPosition(0,2,t);break;case"ArrowLeft":this.moveGlobalPosition(-2,0,t);break;case"ArrowRight":this.moveGlobalPosition(2,0,t);break;case"Delete":this.parentNode&&this.parentNode.removeChild?this.parentNode.removeChild(this):this.ice.removeChild(this)}}render(){this.__renderCore(null,!0)}renderTo(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!t)return;const i=this.ctx;this.ctx=t;try{this.__renderCore(e,!1)}finally{this.ctx=i}}isEffectivelyVisible(){if(this.__visEpoch===getVisibilityEpoch())return this.__visValue;const t=this.__computeEffectivelyVisible();return this.__visEpoch=getVisibilityEpoch(),this.__visValue=t,t}__computeEffectivelyVisible(){if(!this.state.display)return!1;let t=this.parentNode;for(;t&&t.state;){if(!t.state.display)return!1;t=t.parentNode}return!0}__renderCore(t,s){if(this.trigger(e),!this.isEffectivelyVisible())return;this.refreshParams(),this.applyStyleToCtx();const n=this.__effectiveOpacity();1!==n&&(this.__applyStyleProp("globalAlpha",(Number(this.ctx.globalAlpha)||1)*n),this.__opacityApplied=!0),this.applyTransformToCtx(t,s);const o=this.__applyAncestorClips();this.doRender(),o&&this.ctx.restore(),this.__resetLeakyCtxState(),this.trigger(i),this.__everRendered=!0,this.dirty=!1}applyStyleToCtx(){const t=this.props.style,e=this.state.style;let i=null,s=null;if(t)for(const e in t)"fillGradient"!==e?"strokeGradient"!==e?this.__applyStyleProp(e,t[e]):s=t[e]:i=t[e];if(e)for(const t in e)"fillGradient"!==t?"strokeGradient"!==t?this.__applyStyleProp(t,e[t]):s=e[t]:i=e[t];i&&this.__applyStyleProp("fillGradient",i),s&&this.__applyStyleProp("strokeGradient",s)}__applyStyleProp(t,e){if("fillGradient"!==t&&"strokeGradient"!==t){if("shadow"===t&&"string"==typeof e&&O[e]){const t=O[e];return this.ctx.shadowColor=t.shadowColor,this.ctx.shadowBlur=t.shadowBlur,this.ctx.shadowOffsetX=t.shadowOffsetX,void(this.ctx.shadowOffsetY=t.shadowOffsetY)}this.ctx[t]=e}else{const i="fillGradient"===t?"fillStyle":"strokeStyle",s=this.__resolveGradient("fillGradient"===t?"fill":"stroke",e);if(s)this.ctx[i]=s;else if(e){const t=normalizeGradientStops(e.stops);t.length&&(this.ctx[i]=t[Math.floor(t.length/2)][1])}}}__resolveGradient(t,e){if(!e||"object"!=typeof e)return null;const i=this.__gradCache[t];if(i&&i.src===e)return i.grad;const s=this.__buildGradient(e);return this.__gradCache[t]={src:e,grad:s},s}__buildGradient(t){const e=this.ctx;if(!e)return null;const i=normalizeGradientStops(t.stops);if(i.length<1)return null;const s=Number(this.state.width)||0,n=Number(this.state.height)||0,o=t.type||"linear";let r=null;if("radial"===o&&"function"==typeof e.createRadialGradient){const i=Array.isArray(t.center)?t.center:[s/2,n/2],o=Number(t.radius)>0?Number(t.radius):Math.max(s,n)/2,a=Number(t.innerRadius)>0?Number(t.innerRadius):0;r=e.createRadialGradient(i[0],i[1],a,i[0],i[1],o)}else if("conic"===o&&"function"==typeof e.createConicGradient){const i=Array.isArray(t.center)?t.center:[s/2,n/2];r=e.createConicGradient(Number(t.startAngle)||0,i[0],i[1])}else{if("conic"===o)return null;if("function"==typeof e.createLinearGradient){const i=Array.isArray(t.from)?t.from:[0,0],n=Array.isArray(t.to)?t.to:[s,0];r=e.createLinearGradient(i[0],i[1],n[0],n[1])}}if(!r&&"function"!=typeof e.createLinearGradient)return null;if(!r)return null;for(let e=0;e<i.length;e++)try{r.addColorStop(i[e][0],i[e][1])}catch(t){}return r}calcComponentParams(){return{width:this.state.width,height:this.state.height}}__localBox(){const t=this.__localBoxScratch;return t[0]=0,t[1]=0,t[2]=this.state.width||0,t[3]=this.state.height||0,t}measure(){this.refreshParams()}refreshParams(){this.__paramsDirty&&(this.calcComponentParams(),this.__paramsDirty=!1,this.__gradCache.fill=void 0,this.__gradCache.stroke=void 0)}calcLocalOrigin(){let t=this.state.localOrigin;(!t||t.length<2)&&(t=this.state.localOrigin=[0,0]),t[0]=0,t[1]=0;const e=this.state.origin;return e&&"localCenter"!==e?"top-left"===e?(t[0]=0,t[1]=0):"custom"===e&&(t[0]=Number(this.state.originX)||0,t[1]=Number(this.state.originY)||0):(t[0]=this.state.width/2,t[1]=this.state.height/2),this.state.localOrigin=t,t}calcAbsoluteOrigin(){const t=this.state.transform,e=t.translate[0]+this.state.left,i=t.translate[1]+this.state.top,s=this.calcLocalOrigin();let n=this.__originScratch;return n||(n=this.__originScratch=[0,0]),n[0]=s[0]+e,n[1]=s[1]+i,this.parentNode&&(transformMat2d(n,n,[1,0,0,1,-this.parentNode.state.localOrigin[0],-this.parentNode.state.localOrigin[1]]),transformMat2d(n,n,this.parentNode.state.composedMatrix)),this.state.absoluteOrigin=n,n}calcLinearMatrix(){(!this.state.linearMatrix||this.state.linearMatrix.length<6)&&(this.state.linearMatrix=function create$1(){var t=new T(6);return T!=Float32Array&&(t[1]=0,t[2]=0,t[4]=0,t[5]=0),t[0]=1,t[3]=1,t}());const t=this.state.linearMatrix;!function identity(t){t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0}(t);const e=this.state.transform,i=e.skew[0],s=e.skew[1];return function skew(t,e,i,s){const n=Math.tan(i),o=Math.tan(s);t[0]=e[0],t[1]=e[1]+n,t[2]=e[2]+o,t[3]=e[3],t[4]=e[4],t[5]=e[5]}(t,t,toRadian(i),toRadian(s)),function rotate(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],l=e[5],h=Math.sin(i),c=Math.cos(i);t[0]=s*c+o*h,t[1]=n*c+r*h,t[2]=s*-h+o*c,t[3]=n*-h+r*c,t[4]=a,t[5]=l}(t,t,toRadian(e.rotate)),function scale(t,e,i){var s=e[0],n=e[1],o=e[2],r=e[3],a=e[4],l=e[5],h=i[0],c=i[1];t[0]=s*h,t[1]=n*h,t[2]=o*c,t[3]=r*c,t[4]=a,t[5]=l}(t,t,[e.scale[0],e.scale[1]]),this.state.linearMatrix=t,t}calcAbsoluteLinearMatrix(){let t=this,e=t.calcLinearMatrix();this.__absScratchA||(this.__absScratchA=[0,0,0,0,0,0]),this.__absScratchB||(this.__absScratchB=[0,0,0,0,0,0]);let i=this.__absScratchA;for(;t.parentNode;){const s=t.parentNode,n=s.state&&s.state.linearMatrix&&s.state.linearMatrix.length>=6&&!s.dirty?s.state.linearMatrix:s.calcLinearMatrix();i=i===this.__absScratchA?this.__absScratchB:this.__absScratchA,multiply(i,n,e),e=i,t=s}return this.state.absoluteLinearMatrix=e,e}composeMatrix(){if(this.parentNode&&"function"==typeof this.parentNode.composeMatrix){const t=this.parentNode,e=t.state?t.state.composedMatrix:null;(t.dirty||!e||e.length<6)&&t.composeMatrix()}const t=this.calcAbsoluteOrigin();this.__transScratch||(this.__transScratch=[1,0,0,1,0,0]),this.__transScratch[4]=t[0],this.__transScratch[5]=t[1];const e=this.__transScratch,i=this.calcAbsoluteLinearMatrix();(!this.state.composedMatrix||this.state.composedMatrix.length<6)&&(this.state.composedMatrix=[1,0,0,1,0,0]);const s=multiply(this.state.composedMatrix,e,i);return this.state.composedMatrix=s,s}applyTransformToCtx(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const i=this.dirty?this.composeMatrix():this.state.composedMatrix,s=e&&this.ice?this.ice.getRenderViewport():null,n=s&&(1!==s.scale||0!==s.tx||0!==s.ty);let o=null;if(n){this.__viewportScratch||(this.__viewportScratch=[1,0,0,1,0,0]);const t=this.__viewportScratch;t[0]=s.scale,t[1]=0,t[2]=0,t[3]=s.scale,t[4]=s.tx,t[5]=s.ty,o=t}else t&&(o=t);if(this.__activeWorldMatrix=o,t||n){this.__composeScratch||(this.__composeScratch=[1,0,0,1,0,0]);const e=this.__composeScratch;multiply(e,o||t,i),this.__activeCtm=e,this.ctx.setTransform(e[0],e[1],e[2],e[3],e[4],e[5])}else this.__activeCtm=i,this.ctx.setTransform(...i)}applyActiveTransform(){const t=this.__activeCtm;t?this.ctx.setTransform(t[0],t[1],t[2],t[3],t[4],t[5]):this.applyTransformToCtx(null,!0)}hasClippingAncestor(){let t=this.parentNode;for(;t&&t.state;){if(t.state.clipChildren)return!0;t=t.parentNode}return!1}__effectiveOpacity(){const t=this.state.opacity;let e=void 0===t?1:Number(t);e>=0||(e=1);let i=this.parentNode;for(;i&&i.state;){const t=void 0===i.state.opacity?1:Number(i.state.opacity);t>=0&&1!==t&&(e*=t),i=i.parentNode}return e}isPointClippedOut(t,e){let i=this.parentNode;for(;i&&i.state;){if(i.state.clipChildren){const s=i.__paintWorldBox();if(t<s[0]||t>s[2]||e<s[1]||e>s[3])return!0}i=i.parentNode}return!1}__applyAncestorClips(){const t=this.parentNode;if(!t||!t.state)return!1;const e=this.ctx;if(!e||"function"!=typeof e.clip||"function"!=typeof e.rect)return!1;let i=null,s=t;for(;s&&s.state;)s.state.clipChildren&&(i||(i=[])).push(s),s=s.parentNode;if(!i)return!1;const n=this.__activeWorldMatrix||A;e.save(),e.setTransform(1,0,0,1,0,0);for(let t=i.length-1;t>=0;t--){const s=i[t].__paintWorldBox(),o=n[0]*s[0]+n[2]*s[1]+n[4],r=n[1]*s[0]+n[3]*s[1]+n[5],a=n[0]*s[2]+n[2]*s[1]+n[4],l=n[1]*s[2]+n[3]*s[1]+n[5],h=n[0]*s[0]+n[2]*s[3]+n[4],c=n[1]*s[0]+n[3]*s[3]+n[5],d=n[0]*s[2]+n[2]*s[3]+n[4],u=n[1]*s[2]+n[3]*s[3]+n[5],p=Math.min(o,a,h,d),f=Math.min(r,l,c,u),g=Math.max(o,a,h,d),y=Math.max(r,l,c,u);e.beginPath(),e.rect(p,f,g-p,y-f),e.clip()}return this.applyActiveTransform(),!0}applyWorldTransform(){const t=this.__activeWorldMatrix;t?(this.ctx.setTransform(t[0],t[1],t[2],t[3],t[4],t[5]),this.ctx.lineWidth=1/(Math.abs(t[0])||Math.abs(t[3])||1)):(this.ctx.setTransform(1,0,0,1,0,0),this.ctx.lineWidth=1)}doRender(){if(this.applyWorldTransform(),this.state.showMinBoundingBox||this.state.showMaxBoundingBox){const t=this.state.showMinBoundingBox?this.getMinBoundingBox():null,e=this.state.showMaxBoundingBox?this.getMaxBoundingBox():null,i=t&&e&&this.__areBoundingBoxesNearlyEqual(t,e);t&&!i&&(this.ctx.strokeStyle="#ff0000",this.ctx.fillStyle="rgba(0,0,0,0)",this.ctx.beginPath(),this.ctx.moveTo(t.tl[0],t.tl[1]),this.ctx.lineTo(t.tr[0],t.tr[1]),this.ctx.lineTo(t.br[0],t.br[1]),this.ctx.lineTo(t.bl[0],t.bl[1]),this.ctx.closePath(),this.ctx.stroke(),this.ctx.fill()),e&&(this.ctx.strokeStyle="#0000ff",this.ctx.fillStyle="rgba(0,0,0,0)",this.ctx.beginPath(),this.ctx.moveTo(e.tl[0],e.tl[1]),this.ctx.lineTo(e.tr[0],e.tr[1]),this.ctx.lineTo(e.br[0],e.br[1]),this.ctx.lineTo(e.bl[0],e.bl[1]),this.ctx.closePath(),this.ctx.stroke(),this.ctx.fill())}}__areBoundingBoxesNearlyEqual(t,e){const i=[[t.tl,e.tl],[t.tr,e.tr],[t.bl,e.bl],[t.br,e.br]];for(const[t,e]of i)if(Math.abs(t[0]-e[0])>1||Math.abs(t[1]-e[1])>1)return!1;return!0}hasDerivedChildren(){return!1}getMinBoundingBox(){const t=arguments.length>0&&void 0!==arguments[0]&&arguments[0]?this.composeMatrix():this.state.composedMatrix,e=this.state.localOrigin[0],i=this.state.localOrigin[1],s=this.__localBox(),n=s[0]-e,o=s[1]-i,r=s[2]-e,a=s[3]-i;let l=new D([n,o,r,o,n,a,r,a,0,0]);return l=l.transform(t),l}getMaxBoundingBox(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.getMinBoundingBox(t);const{minX:i,minY:s,maxX:n,maxY:o}=e.getMinAndMaxPoint(),r=e.centerPoint;return e=new D([i,s,n,s,i,o,n,o,r[0],r[1]]),e}setState(t){const e=this.__beforeStateMerge(t);merge$1(this.state,t),this.paramsDirty=!0,this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.__afterStateMerge(e)}__beforeStateMerge(t){const e=!!t&&(void 0!==t.width&&t.width!==this.state.width||void 0!==t.height&&t.height!==this.state.height);return t&&void 0!==t.display&&t.display!==this.state.display&&bumpVisibilityEpoch(),e}__afterStateMerge(t){t&&this.parentNode&&"function"==typeof this.parentNode.requestLayout&&this.parentNode.requestLayout()}set dirty(t){this.__dirty=t}get dirty(){return this.__dirty}__applyDirty(t){this.dirty=t||!this.__everRendered}set paramsDirty(t){this.__paramsDirty=t}get paramsDirty(){return this.__paramsDirty}setPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new B;this.trigger(g,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e})),this.setState({left:t,top:e}),this.trigger(y,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e})),function triggerSubtreeMove(t,e){const i=t&&t.childNodes||[];for(let t=0;t<i.length;t++){const s=i[t];s.trigger(y,e),triggerSubtreeMove(s,e)}}(this,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e}))}moveGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new B;if(this.parentNode){let i=[t,e];i=transformMat2d([],i,invert([],this.parentNode.calcAbsoluteLinearMatrix())),t=i[0],e=i[1]}this.setPosition(this.state.left+t,this.state.top+e,_objectSpread2(_objectSpread2({},i),{},{tx:t,ty:e}))}setGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new B;if(this.parentNode){let i=[t,e];i=transformMat2d([],i,invert([],this.parentNode.calcAbsoluteLinearMatrix())),t=i[0],e=i[1]}this.setPosition(t,e,_objectSpread2(_objectSpread2({},i),{},{left:t,top:e}))}setGlobalRotate(t){if(this.parentNode){const e=this.parentNode.calcAbsoluteLinearMatrix();t-=GeoUtil.calcRotateAngleFromMatrix(e)}this.setState({transform:{rotate:t}})}localToGlobal(t,e){let i=[t,e];return i=transformMat2d([],i,this.state.composedMatrix),i}globalToLocal(t,e){let i=[t,e];return i=transformMat2d([],i,invert([],this.state.composedMatrix)),i}getRotateAngle(){const t=arguments.length>0&&void 0!==arguments[0]&&arguments[0]?this.composeMatrix():this.state.composedMatrix;return GeoUtil.calcRotateAngleFromMatrix(t)}getLocalLeftTop(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const e=this.getMinBoundingBox(t),i=e.width,s=e.height;return{left:e.centerX-e.width/2,top:e.centerY-e.height/2,width:i,height:s}}__resetLeakyCtxState(){let t=0;const scan=e=>{if(e)for(const i in e){const e=this.__leakyIndex(i);e>=0&&(t|=1<<e)}};if(scan(this.props.style),scan(this.state.style),this.__opacityApplied&&(t|=1<<this.__leakyIndex("globalAlpha"),this.__opacityApplied=!1),this.state.lineDash&&this.state.lineDash.length&&(t|=2048),(this.state.lineDashFlow||this.state.lineDashOffset)&&(t|=2048),!t)return;const e=this.ctx;for(let i=0;i<$.length;i++)t&1<<i&&(e[$[i][0]]=$[i][1]);2048&t&&"function"==typeof e.setLineDash&&(e.setLineDash([]),e.lineDashOffset=0)}__leakyIndex(t){switch(t){case"shadowColor":return 0;case"shadowBlur":return 1;case"shadowOffsetX":return 2;case"shadowOffsetY":return 3;case"globalAlpha":return 4;case"globalCompositeOperation":return 5;case"lineCap":return 6;case"lineJoin":return 7;case"miterLimit":return 8;case"textAlign":return 9;case"textBaseline":return 10;default:return-1}}__paintWorldBox(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[0,0,0,0];const e=this.state.composedMatrix,i=this.state.localOrigin,s=i?i[0]:0,n=i?i[1]:0,o=this.__localBox(),r=[o[0]-s,o[2]-s],a=[o[1]-n,o[3]-n];if(t[0]=t[1]=1/0,t[2]=t[3]=-1/0,!e||e.length<6)return t[0]=r[0],t[1]=a[0],t[2]=r[1],t[3]=a[1],t;const l=e[0],h=e[1],c=e[2],d=e[3],u=e[4],p=e[5];for(let e=0;e<2;e++){const i=r[e];for(let e=0;e<2;e++){const s=a[e],n=l*i+c*s+u,o=h*i+d*s+p;n<t[0]&&(t[0]=n),n>t[2]&&(t[2]=n),o<t[1]&&(t[1]=o),o>t[3]&&(t[3]=o)}}return t}containsPoint(t,e){const i=this.state.composedMatrix;if(!i||i.length<6)return this.getMinBoundingBox().containsPoint([t,e]);const s=transformMat2d([],[t,e],invert([],i));return this.containsLocalPoint(s[0],s[1])}containsLocalPoint(t,e){const i=this.state.width/2,s=this.state.height/2;return t>=-i&&t<=i&&e>=-s&&e<=s}destroy(){this.destory()}destory(){this.ice&&this.ice.animationManager&&this.ice.animationManager.remove(this),this.trigger(o,null,{component:this}),this.purgeEvents(),this.ice=null,this.ctx=null,this.root=null,this.evtBus=null,this.parentNode=null}}_defineProperty$1(ICEComponent,"instanceCounter",0);var R=ICEComponent,F=class ICEPath extends R{constructor(){super(_objectSpread2({closePath:!0},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})),_defineProperty$1(this,"path2D",M.createPath2D()),_defineProperty$1(this,"__flowRegistered",!1)}doRender(){this.dirty&&this.createPathObject(),this.state.closePath&&this.path2D.closePath();const t=this.state.lineDash,e=Array.isArray(t)&&t.length>0,i=this.state.lineDashFlow;if(i&&this.__ensureFlowAnimation(),this.state.lineBorder&&e&&this.state.stroke){const t=this.ctx;t.save(),t.setLineDash([]),t.lineWidth=(this.state.style.lineWidth||1)+2*(this.state.lineBorderWidth||4),t.strokeStyle=this.state.lineBorderColor||"#c8c8c8",this.path2D._isPolyfill?(this.replayPath(),t.stroke()):t.stroke(this.path2D),t.restore()}if(e&&"function"==typeof this.ctx.setLineDash)if(this.ctx.setLineDash(t),i&&"number"==typeof this.ctx.lineDashOffset){const e=t.reduce((t,e)=>t+e,0)||1,i=this.state.lineDashFlowSpeed||60;this.ctx.lineDashOffset=-Date.now()/1e3*i%e}else this.state.lineDashOffset&&(this.ctx.lineDashOffset=this.state.lineDashOffset);this.path2D._isPolyfill?(this.replayPath(),this.state.fill&&this.ctx.fill(),this.state.stroke&&this.ctx.stroke()):(this.state.fill&&this.ctx.fill(this.path2D),this.state.stroke&&this.ctx.stroke(this.path2D)),e&&"function"==typeof this.ctx.setLineDash&&this.ctx.setLineDash([]),super.doRender()}__ensureFlowAnimation(){this.__flowRegistered||(this.__flowRegistered=!0,this.props.animations=_objectSpread2(_objectSpread2({},this.props.animations),{},{__flow:{from:0,to:1,duration:100,loop:!0}}),this.ice&&this.ice.animationManager&&this.ice.animationManager.add(this))}replayPath(){const t=this.ctx;t.beginPath();const e=this.path2D._commands;for(let i=0;i<e.length;i++){const s=e[i];t[s[0]](...s.slice(1))}this.path2D._closed&&t.closePath()}},j=class ICERect extends F{constructor(){super(_objectSpread2({width:10,height:10},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}createPathObject(){this.path2D=M.createPath2D();const t=0-this.state.localOrigin[0],e=0-this.state.localOrigin[1],i=this.state.width,s=this.state.height,n=Math.min(this.state.radius||0,i/2,s/2);return n>0?(this.path2D.moveTo(t+n,e),this.path2D.lineTo(t+i-n,e),this.path2D.arcTo(t+i,e,t+i,e+n,n),this.path2D.lineTo(t+i,e+s-n),this.path2D.arcTo(t+i,e+s,t+i-n,e+s,n),this.path2D.lineTo(t+n,e+s),this.path2D.arcTo(t,e+s,t,e+s-n,n),this.path2D.lineTo(t,e+n),this.path2D.arcTo(t,e,t+n,e,n),this.path2D.closePath()):this.path2D.rect(t,e,i,s),this.path2D}};class ICEGroup extends j{constructor(t){super(t),_defineProperty$1(this,"parentNode",null),_defineProperty$1(this,"childNodes",[]),_defineProperty$1(this,"__childSet",new WeakSet),_defineProperty$1(this,"layoutManager",null),_defineProperty$1(this,"__layoutExplicit",!1),_defineProperty$1(this,"__layoutRequested",!1),_defineProperty$1(this,"__layingOut",!1),_defineProperty$1(this,"__inBatch",!1)}setLayout(t){this.layoutManager=t,this.__layoutExplicit=!0,t&&(this.doLayout(),this.__disableTransformRecursively(this)),this.__propagateLayout(t)}__disableTransformRecursively(t){if(t&&t.childNodes)for(const e of t.childNodes)e.state.transformable=!1,e.state.draggable=!1,this.__disableTransformRecursively(e)}__propagateLayout(t){for(const e of this.childNodes)e instanceof ICEGroup&&!e.__layoutExplicit&&(e.layoutManager=t,e.doLayout(),e.__propagateLayout(t))}doLayout(){if(this.layoutManager){this.__layingOut=!0;try{for(let t=0;t<this.childNodes.length;t++){const e=this.childNodes[t];"function"==typeof e.measure&&e.measure()}this.layoutManager.layoutContainer(this)}finally{this.__layingOut=!1,this.__layoutRequested=!1}}}requestLayout(){this.layoutManager&&!this.__layingOut&&(this.__layoutRequested=!0,this.dirty=!0,this.ice&&(this.ice.dirty=!0))}getPreferredSize(){return this.layoutManager?this.layoutManager.getPreferredSize(this):[0,0]}doRender(){this.__layoutRequested&&this.doLayout(),super.doRender()}initEvents(){super.initEvents(),this.once(n,this.afterAddHandler,this)}afterAddHandler(){for(let t=0;t<this.childNodes.length;t++){const e=this.childNodes[t];this.syncChildEvents(e)}}syncChildEvents(t){t.trigger(s),t.ice=this.ice,t.ctx=this.ice.ctx,t.evtBus=this.ice.evtBus,t.trigger(n)}addChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this.__childSet.has(t)||(t.parentNode=this,this.childNodes.push(t),this.__childSet.add(t),bumpVisibilityEpoch(),this.layoutManager&&(t.state.transformable=!1,t.state.draggable=!1,this.__disableTransformRecursively(t)),this.__applyDirty(e),this.ice&&(this.syncChildEvents(t),this.ice.dirty=e,this.ice.renderer&&this.ice.renderer.markQueueDirty()),this.layoutManager&&(t instanceof ICEGroup&&!t.__layoutExplicit&&(t.layoutManager=this.layoutManager),this.__inBatch||this.doLayout()))}addChildren(t){this.__inBatch=!0;try{for(let e=0;e<t.length;e++)this.addChild(t[e],!1)}finally{this.__inBatch=!1}this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.doLayout()}adoptChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!t||t===this)return;const i=t.parentNode;if(i&&i!==this&&i.childNodes){const e=i.childNodes.indexOf(t);-1!==e&&i.childNodes.splice(e,1),i.__childSet&&"function"==typeof i.__childSet.delete&&i.__childSet.delete(t),t.parentNode=null,i.ice&&i.ice.renderer&&"function"==typeof i.ice.renderer.markQueueDirty&&i.ice.renderer.markQueueDirty()}else if(!i){const e=this.ice||t.ice;if(e&&Array.isArray(e.childNodes)){const i=e.childNodes.indexOf(t);-1!==i&&e.childNodes.splice(i,1),e.__childSet&&"function"==typeof e.__childSet.delete&&e.__childSet.delete(t),e.renderer&&"function"==typeof e.renderer.markQueueDirty&&e.renderer.markQueueDirty()}}this.addChild(t,e)}removeChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.__childSet.has(t))return;t.trigger(o);const i=this.childNodes.indexOf(t);-1!==i&&this.childNodes.splice(i,1),this.__childSet.delete(t),bumpVisibilityEpoch(),t.trigger(r),this.__applyDirty(e),this.ice&&(this.ice.dirty=e,this.ice.renderer&&this.ice.renderer.markQueueDirty()),t.destory(),this.layoutManager&&!this.__inBatch&&this.doLayout()}removeChildren(t){this.__inBatch=!0;try{for(let e=0;e<t.length;e++)this.removeChild(t[e],!1)}finally{this.__inBatch=!1}this.dirty=!0,this.ice&&(this.ice.dirty=!0),this.doLayout()}setState(t){const e=this.__beforeStateMerge(t);merge$1(this.state,t),this.paramsDirty=!0,this.dirty=!0,function setRecursively(t){if(t.dirty=!0,t.childNodes&&t.childNodes.length)for(let e=0;e<t.childNodes.length;e++)setRecursively(t.childNodes[e])}(this),this.ice&&(this.ice.dirty=!0),this.__afterStateMerge(e)}destory(){this.removeChildren(this.childNodes),super.destory()}}var z=ICEGroup;class ICEControlPanel extends z{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{linkable:!1})),_defineProperty$1(this,"isControlPanel",!0)}doRender(){super.doRender(),this.updateControlPositions()}moveGlobalPosition(t,e,i){super.moveGlobalPosition(t,e,i),this._targetComponent&&this._targetComponent.moveGlobalPosition(t,e,i)}}var X=class ICEEllipse extends F{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=_objectSpread2({radiusX:20,radiusY:10,rotation:0,startAngle:0,endAngle:2*Math.PI,counterclockwise:!0},t);void 0===t.radiusX&&void 0!==t.width&&(e.radiusX=Number(t.width)/2),void 0===t.radiusY&&void 0!==t.height&&(e.radiusY=Number(t.height)/2),e.width=2*e.radiusX,e.height=2*e.radiusY,super(e)}createPathObject(){return this.path2D=M.createPath2D(),this.path2D.ellipse(this.state.radiusX-this.state.localOrigin[0],this.state.radiusY-this.state.localOrigin[1],this.state.radiusX,this.state.radiusY,this.state.rotation,this.state.startAngle,this.state.endAngle,this.state.counterclockwise),this.path2D.closePath(),this.path2D}containsLocalPoint(t,e){const i=this.state.radiusX,s=this.state.radiusY;if(!i||!s)return!1;let n=t,o=e;const r=this.state.rotation||0;if(r){const i=Math.cos(r),s=Math.sin(r);n=t*i+e*s,o=-t*s+e*i}const a=n/i,l=o/s;return a*a+l*l<=1}setState(t){isNil$1(t.radiusX)?isNil$1(t.width)||(t.radiusX=t.width/2):t.width=2*t.radiusX,isNil$1(t.radiusY)?isNil$1(t.height)||(t.radiusY=t.height/2):t.height=2*t.radiusY,super.setState(t)}},H=class ICECircle extends X{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=_objectSpread2({radius:10},t);void 0===t.radius&&void 0!==t.width?e.radius=Number(t.width)/2:void 0===t.radius&&void 0!==t.height&&(e.radius=Number(t.height)/2),e.radiusX=e.radius,e.radiusY=e.radius,super(e)}};class ICELinkHook extends H{constructor(){super(_objectSpread2({linkable:!1},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}initEvents(){super.initEvents(),this.on("mousedown",this.mosueDownHandler,this),this.on("mousemove",this.mosueMoveHandler,this),this.on("mouseup",this.mosueUpHandler,this),this.on(y,this.resizeEvtHandler,this)}keyboardEvtHandler(t){}mosueDownHandler(t){this.evtBus.trigger(l,new B({target:this}))}mosueMoveHandler(t){this.evtBus.trigger(h,new B({target:this}))}mosueUpHandler(t){this.evtBus.trigger(c,new B({target:this}))}resizeEvtHandler(t){if(!this.parentNode)return;const e=this.props.position;this.parentNode.trigger(d,new B(t,{position:e})),this.parentNode.trigger(u,new B(t,{position:e}))}}class LineControlPanel extends ICEControlPanel{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{zIndex:10001e3,linkable:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1})),_defineProperty$1(this,"controlSize",16),this.initControls()}initControls(){const t=this.state.width,e=this.state.height,i=this.controlSize/2;this.startControl=new ICELinkHook({zIndex:10001001,display:!1,left:-i,top:-i,width:this.controlSize,height:this.controlSize,style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1},position:"start"}),this.addChild(this.startControl),this.endControl=new ICELinkHook({zIndex:10001002,display:!1,left:t-i,top:e-i,width:this.controlSize,height:this.controlSize,style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1},position:"end"}),this.addChild(this.endControl)}initEvents(){this.on(u,this.resizeEvtHandler,this)}enable(){this.setState({display:!0}),this.resume(u),this.showHooks()}disable(){this.setState({display:!1}),this.suspend(u),this.hideHooks()}updateControlPositions(){}resizeEvtHandler(t){if(!this.targetComponent)return;const e=t.position;let i=t.movementX,s=t.movementY;const n=this.targetComponent.state,o=n.points.length;let r=n.points[0][0],a=n.points[0][1],l=n.points[o-1][0],h=n.points[o-1][1];const c=transformMat2d([],[i,s],invert([],this.targetComponent.calcAbsoluteLinearMatrix()));switch(i=c[0],s=c[1],e){case"start":r+=i,a+=s;break;case"end":l+=i,h+=s}this.targetComponent.setState({startPoint:[r,a],endPoint:[l,h]})}updatePosition(){if(!this.targetComponent)return;this.setState({left:0,top:-5,width:3,height:3,transform:{translate:[0,0],scale:[1,1],skew:[0,0],rotate:0}});const t=this.controlSize/2,e=this.targetComponent.state.points.length,i=this.targetComponent.state.points[0],s=this.targetComponent.state.points[e-1],n=[i[0],i[1]],o=[s[0],s[1]];this.startControl.setState({left:n[0]-t,top:n[1]-t}),this.endControl.setState({left:o[0]-t,top:o[1]-t})}set targetComponent(t){this._targetComponent&&this._targetComponent.off(y,this.updatePosition,this),this._targetComponent=t,this._targetComponent&&this._targetComponent.on(y,this.updatePosition,this),this._targetComponent&&this._targetComponent.once(o,()=>{this.targetComponent=null,this.disable()},this),this.updatePosition()}get targetComponent(){return this._targetComponent}showHooks(){this.startControl.setState({display:!0}),this.endControl.setState({display:!0})}hideHooks(){this.startControl.setState({display:!1}),this.endControl.setState({display:!1})}}class ResizeControl extends j{constructor(t){super(_objectSpread2(_objectSpread2({position:"l",direction:"x",quadrant:1},t),{},{linkable:!1}))}initEvents(){super.initEvents(),this.on(y,this.resizeEvtHandler,this)}resizeEvtHandler(t){if(!this.parentNode)return;const{quadrant:e}=t;let i=t.movementX,s=t.movementY;const n=this.parentNode.state;let o=n.left,r=n.top,a=n.width,l=n.height;const h=transformMat2d([],[i,s],invert([],this.parentNode.calcAbsoluteLinearMatrix()));switch(i=h[0],s=h[1],e){case 1:o-=i,r+=s,a+=2*i,l-=2*s;break;case 2:o+=i,r+=s,a-=2*i,l-=2*s;break;case 3:o+=i,r-=s,a-=2*i,l+=2*s;break;case 4:o-=i,r-=s,a+=2*i,l+=2*s;break;case 5:r+=s,l-=2*s;break;case 6:r-=s,l+=2*s;break;case 7:o+=i,a-=2*i;break;case 8:o-=i,a+=2*i}const c={top:r,left:o,width:Math.abs(a),height:Math.abs(l)};this.parentNode.trigger(d,new B(t,{quadrant:e})),this.parentNode.setState(c),this.parentNode.trigger(u,new B(t,{quadrant:e}))}moveGlobalPosition(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new B;const s=t>0?1:-1,n=e>0?1:-1,o=this.parentNode.state.localOrigin,r=transformMat2d([],[t,e],invert([],this.parentNode.calcAbsoluteLinearMatrix()));t=r[0],e=r[1];let{left:a,top:l}=this.state;const{quadrant:h}=this.state,c=this.state.width/2;let d=0;"x"===this.state.direction?(a+=t,0===round(a)&&(a=.5*s),d=a+c-o[0]>0?8:7):"y"===this.state.direction?(l+=e,0===round(l)&&(l=.5*n),d=l+c-o[1]>0?6:5):"xy"===this.state.direction&&(a+=t,l+=e,d=a+c-o[0]>0?l+c-o[1]>0?4:1:l+c-o[1]>0?3:2),h!==d&&this.parentNode.toggleControlQuadrant(this,h,d),this.setPosition(a,l,new B(i,{left:a,top:l,tx:t,ty:e,quadrant:d}))}}class RotateControl extends H{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{linkable:!1}))}initEvents(){super.initEvents(),this.on(y,this.rotateEvtHandler,this)}rotateEvtHandler(t){if(!this.parentNode)return;const e=this.parentNode.calcAbsoluteOrigin();let i=GeoUtil.calcRotateAngle(t.offsetX,t.offsetY,e[0],e[1])+90;t&&t.shiftKey&&(i=function snapAngle(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return e>0&&isFinite(t)?Math.round(t/e)*e:t}(i));const s={transform:{rotate:i}};this.parentNode.trigger(p,new B(s)),this.parentNode.setState(s),this.parentNode.trigger(f,new B(s))}}class TransformControlPanel extends ICEControlPanel{constructor(t){super(_objectSpread2(_objectSpread2({},t),{},{zIndex:10000001,linkable:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1})),_defineProperty$1(this,"rotateControlSize",8),_defineProperty$1(this,"rotateControlOffsetY",60),_defineProperty$1(this,"resizeControlInstanceCache",[]),_defineProperty$1(this,"resizeControlSize",16),_defineProperty$1(this,"__onTargetRemoved",()=>{this.targetComponent=null,this.disable()}),this.initControls()}initControls(){const t=this.state.width,e=this.state.height,i=t/2,s=e/2,n=this.resizeControlSize/2,o=[{direction:"xy",quadrant:2,position:[-n,-n]},{direction:"y",quadrant:5,position:[i-n,-n]},{direction:"xy",quadrant:1,position:[t-n,-n]},{direction:"x",quadrant:8,position:[t-n,s-n]},{direction:"xy",quadrant:4,position:[t-n,e-n]},{direction:"y",quadrant:6,position:[i-n,e-n]},{direction:"xy",quadrant:3,position:[-n,e-n]},{direction:"x",quadrant:7,position:[-n,s-n]}];this.resizeControlInstanceCache=[];for(let t=0;t<o.length;t++){const e=o[t],i=new ResizeControl({zIndex:10000002,display:!1,left:e.position[0],top:e.position[1],width:this.resizeControlSize,height:this.resizeControlSize,style:{strokeStyle:"#8b0000",fillStyle:"#CC3300",lineWidth:1},direction:e.direction,quadrant:e.quadrant});this.addChild(i),this.resizeControlInstanceCache.push(i)}const r=this.state.width/2-this.rotateControlSize,a=-this.rotateControlOffsetY;this.rotateControlInstance=new RotateControl({zIndex:10000003,display:!1,left:r,top:a,radius:this.rotateControlSize,style:{strokeStyle:"#8b0000",fillStyle:"#CC3300",lineWidth:1}}),this.addChild(this.rotateControlInstance)}initEvents(){super.initEvents(),this.on(u,this.resizeEvtHandler,this),this.on(f,this.rotateEvtHandler,this),this.on("keydown",this.keyboardEvtHandler,this),this.on("keyup",this.keyboardEvtHandler,this)}enable(){this.rotateControlInstance.setState({display:!0});for(let t=0;t<this.resizeControlInstanceCache.length;t++)this.resizeControlInstanceCache[t].setState({display:!0});this.setState({display:!0}),this.resume(u),this.resume(f),this.resume("keydown"),this.resume("keyup")}disable(){this.rotateControlInstance.setState({display:!1});for(let t=0;t<this.resizeControlInstanceCache.length;t++)this.resizeControlInstanceCache[t].setState({display:!1});this.setState({display:!1}),this.suspend(u),this.suspend(f),this.suspend("keydown"),this.suspend("keyup")}keyboardEvtHandler(t){this.targetComponent&&this.targetComponent.trigger(t.type,t,{component:this.targetComponent})}rotateEvtHandler(t){if(!this.targetComponent)return;const{rotate:e}=this.state.transform;this.targetComponent.setGlobalRotate(e),this.targetComponent.trigger(f),this.updatePanel()}resizeEvtHandler(t){if(!this.targetComponent)return;const{quadrant:e}=t;let i=t.movementX,s=t.movementY;const n=this.targetComponent.state;let o=n.left,r=n.top,a=n.width,l=n.height;const h=transformMat2d([],[i,s],invert([],this.targetComponent.calcAbsoluteLinearMatrix()));switch(i=h[0],s=h[1],e){case 1:o-=i,r+=s,a+=2*i,l-=2*s;break;case 2:o+=i,r+=s,a-=2*i,l-=2*s;break;case 3:o+=i,r-=s,a-=2*i,l+=2*s;break;case 4:o-=i,r-=s,a+=2*i,l+=2*s;break;case 5:r+=s,l-=2*s;break;case 6:r-=s,l+=2*s;break;case 7:o+=i,a-=2*i;break;case 8:o-=i,a+=2*i}if(t&&t.shiftKey){const t=function applyAspectLock(t,e,i,s){const n=Math.abs(i),o=Math.abs(s);if(!(t>0&&e>0))return{width:n,height:o};const r=Math.max(n/t,o/e);return{width:t*r,height:e*r}}(n.width,n.height,a,l),e=r+l/2;o=o+a/2-t.width/2,r=e-t.height/2,a=t.width,l=t.height}this.targetComponent.setState({left:o,top:r,width:Math.abs(a),height:Math.abs(l)}),this.targetComponent.trigger(u),this.updatePanel()}updateControlPositions(){const t=this.state.width,e=this.state.height,i=t/2,s=e/2,n=this.resizeControlSize/2;for(let o=0;o<this.resizeControlInstanceCache.length;o++){const r=this.resizeControlInstanceCache[o];let a=[0,0];switch(r.state.quadrant){case 1:a=[t-n,-n];break;case 2:a=[-n,-n];break;case 3:a=[-n,e-n];break;case 4:a=[t-n,e-n];break;case 5:a=[i-n,-n];break;case 6:a=[i-n,e-n];break;case 7:a=[-n,s-n];break;case 8:a=[t-n,s-n]}r.setState({left:a[0],top:a[1]})}const o=this.state.width/2-this.rotateControlSize,r=-this.rotateControlOffsetY;this.rotateControlInstance.setState({left:o,top:r})}updatePanel(){if(!this.targetComponent)return;const t=this.targetComponent.getRotateAngle(!0),{left:e,top:i,width:s,height:n}=this.targetComponent.getLocalLeftTop(!0);this.setState({left:e,top:i,width:s,height:n,transform:{rotate:t}})}set targetComponent(t){const e=this._targetComponent;e&&(e.off(y,this.updatePanel,this),e.off(o,this.__onTargetRemoved,this)),this._targetComponent=t,t&&(t.on(y,this.updatePanel,this),t.on(o,this.__onTargetRemoved,this)),this.updatePanel()}get targetComponent(){return this._targetComponent}toggleControlQuadrant(t,e,i){for(let t=0;t<this.resizeControlInstanceCache.length;t++){const s=this.resizeControlInstanceCache[t];s.state.quadrant===i&&s.setState({quadrant:e})}t.setState({quadrant:i})}}var V=class ICEControlPanelManager{constructor(t){this.ice=t,this.transformControlPanel=new TransformControlPanel({left:500,top:100,width:100,height:100,style:{strokeStyle:"#8b0000",fillStyle:"rgba(255, 255, 49, 0.2)",lineWidth:1},transform:{rotate:45}}),this.ice.addTool(this.transformControlPanel),this.transformControlPanel.disable(),this.lineControlPanel=new LineControlPanel({left:700,top:50,width:100,height:100,style:{strokeStyle:"rgba(255, 255, 49, 0)",fillStyle:"rgba(255, 255, 49, 0)",lineWidth:1}}),this.ice.addTool(this.lineControlPanel),this.lineControlPanel.disable()}start(){return this.ice.evtBus.on("mousedown",this.mouseDownHandler,this),this}stop(){return this.ice.evtBus.off("mousedown",this.mouseDownHandler,this),this}mouseDownHandler(t){const e=t.target;if(!e.ice||!e.state.interactive||!e.state.transformable)return this.lineControlPanel.disable(),void this.transformControlPanel.disable();if(e&&(e.isControlPanel||e.parentNode&&e.parentNode.isControlPanel))return;const i=this.ice.setSelection([e]);this.lineControlPanel.disable(),this.transformControlPanel.disable(),i||(e.isLine?(this.lineControlPanel.targetComponent=e,this.lineControlPanel.enable()):(this.transformControlPanel.targetComponent=e,this.transformControlPanel.enable()))}},W=class AlignmentGuideManager{constructor(t){_defineProperty$1(this,"options",{threshold:3,hysteresis:1,edge:!0,center:!0,spacing:!0,guideStyle:{fillStyle:"#EC4899"},guideZIndex:10000010,guideWidth:1}),_defineProperty$1(this,"enabled",!1),_defineProperty$1(this,"active",null),_defineProperty$1(this,"snapping",!1),_defineProperty$1(this,"intentLeft",0),_defineProperty$1(this,"intentTop",0),_defineProperty$1(this,"cachedTargets",[]),_defineProperty$1(this,"engagedX",!1),_defineProperty$1(this,"engagedY",!1),_defineProperty$1(this,"guideX",null),_defineProperty$1(this,"guideY",null),this.ice=t}enable(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.options=_objectSpread2(_objectSpread2({},this.options),t),this.enabled||(this.enabled=!0,this.ice.evtBus.on("mousedown",this.__onMouseDown,this),this.ice.evtBus.on("mouseup",this.__onMouseUp,this)),this}disable(){return this.enabled?(this.enabled=!1,this.ice.evtBus.off("mousedown",this.__onMouseDown,this),this.ice.evtBus.off("mouseup",this.__onMouseUp,this),this.__detach(),this):this}isEnabled(){return this.enabled}setOptions(t){return this.options=_objectSpread2(_objectSpread2({},this.options),t),this}__onMouseDown(t){const e=t&&t.target;this.__isAlignmentParticipant(e)&&(this.__detach(),this.active=e,this.intentLeft=e.state.left,this.intentTop=e.state.top,this.cachedTargets=this.__computeTargets(),this.engagedX=!1,this.engagedY=!1,this.__ensureGuides(),e.on("mousemove",this.__onDrag,this))}__onDrag(t){if(!this.active||this.snapping)return;const e=t&&"number"==typeof t.movementX?t.movementX:0,i=t&&"number"==typeof t.movementY?t.movementY:0,s=this.ice.viewport?this.ice.viewport.scale:1;this.intentLeft+=e/s,this.intentTop+=i/s,this.snapping=!0,this.active.setState({left:this.intentLeft,top:this.intentTop});const n=this.__boxOf(this.active);if(this.snapping=!1,!n)return;const o=this.options.threshold/s,r=(this.options.threshold+this.options.hysteresis)/s,a=function computeSnap(t,e,i,s,n){const o={x:null,y:null},consider=t=>{if(!t)return;const e=o[t.axis];(!e||Math.abs(t.delta)<Math.abs(e.delta))&&(o[t.axis]=t)};for(const i of e)n.edge&&(consider({axis:"x",type:"edge",delta:i.minX-t.minX,guideValue:i.minX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.maxX-t.minX,guideValue:i.maxX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.minX-t.maxX,guideValue:i.minX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"x",type:"edge",delta:i.maxX-t.maxX,guideValue:i.maxX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"y",type:"edge",delta:i.minY-t.minY,guideValue:i.minY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.maxY-t.minY,guideValue:i.maxY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.minY-t.maxY,guideValue:i.minY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}),consider({axis:"y",type:"edge",delta:i.maxY-t.maxY,guideValue:i.maxY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)})),n.center&&(consider({axis:"x",type:"center",delta:i.centerX-t.centerX,guideValue:i.centerX,guideStart:Math.min(t.minY,i.minY),guideEnd:Math.max(t.maxY,i.maxY)}),consider({axis:"y",type:"center",delta:i.centerY-t.centerY,guideValue:i.centerY,guideStart:Math.min(t.minX,i.minX),guideEnd:Math.max(t.maxX,i.maxX)}));if(n.spacing)for(let i=0;i<e.length;i++)for(let s=i+1;s<e.length;s++){const n=e[i],o=e[s],r=Math.min(n.centerX,o.centerX),a=Math.max(n.centerX,o.centerX);if(t.centerX>r&&t.centerX<a){const e=(n.centerX+o.centerX)/2;consider({axis:"x",type:"spacing",delta:e-t.centerX,guideValue:e,guideStart:Math.min(t.minY,n.minY,o.minY),guideEnd:Math.max(t.maxY,n.maxY,o.maxY)})}const l=Math.min(n.centerY,o.centerY),h=Math.max(n.centerY,o.centerY);if(t.centerY>l&&t.centerY<h){const e=(n.centerY+o.centerY)/2;consider({axis:"y",type:"spacing",delta:e-t.centerY,guideValue:e,guideStart:Math.min(t.minX,n.minX,o.minX),guideEnd:Math.max(t.maxX,n.maxX,o.maxX)})}}return o.x=o.x&&Math.abs(o.x.delta)<=i?o.x:null,o.y=o.y&&Math.abs(o.y.delta)<=s?o.y:null,o}(n,this.cachedTargets,this.engagedX?r:o,this.engagedY?r:o,this.options);if(a.x||a.y){const t=this.intentLeft+(a.x?Math.round(a.x.delta):0),e=this.intentTop+(a.y?Math.round(a.y.delta):0);this.active.setState({left:t,top:e}),this.engagedX=!!a.x,this.engagedY=!!a.y,this.__updateGuides(a)}else this.engagedX=!1,this.engagedY=!1,this.__hideGuides()}__onMouseUp(){this.__detach()}__detach(){this.active&&this.active.off("mousemove",this.__onDrag,this),this.active=null,this.intentLeft=0,this.intentTop=0,this.cachedTargets=[],this.engagedX=!1,this.engagedY=!1,this.__hideGuides()}__boxOf(t){const e=t.getMaxBoundingBox(!0);if(!e)return null;const i=e.getMinAndMaxPoint();return function toBox(t,e,i,s){return{minX:t,minY:e,maxX:i,maxY:s,centerX:(t+i)/2,centerY:(e+s)/2}}(i.minX,i.minY,i.maxX,i.maxY)}__computeTargets(){const t=this.ice.childNodes,e=[];for(const i of t){if(i===this.active)continue;if(!this.__isAlignmentParticipant(i))continue;const t=this.__boxOf(i);t&&e.push(t)}return e}__isAlignmentParticipant(t){return!(!(t&&t.state&&t.state.interactive&&t.state.draggable)||t.isLine||t.isControlPanel||t.parentNode&&t.parentNode.isControlPanel)}__ensureGuides(){const t=_objectSpread2({},this.options.guideStyle);this.guideX||(this.guideX=new j({left:0,top:0,width:1,height:1,display:!1,zIndex:this.options.guideZIndex,origin:"top-left",stroke:!1,style:t}),this.ice.addTool(this.guideX)),this.guideY||(this.guideY=new j({left:0,top:0,width:1,height:1,display:!1,zIndex:this.options.guideZIndex,origin:"top-left",stroke:!1,style:t}),this.ice.addTool(this.guideY))}__updateGuides(t){const e=this.options.guideWidth/(this.ice.viewport?this.ice.viewport.scale:1),[i,s]=this.ice.screenToWorld(0,0),[n,o]=this.ice.screenToWorld(this.ice.canvasWidth,this.ice.canvasHeight);t.x&&this.guideX?this.guideX.setState({display:!0,left:t.x.guideValue-e/2,top:s,width:e,height:o-s}):this.guideX&&this.guideX.setState({display:!1}),t.y&&this.guideY?this.guideY.setState({display:!0,left:i,top:t.y.guideValue-e/2,width:n-i,height:e}):this.guideY&&this.guideY.setState({display:!1})}__hideGuides(){this.guideX&&this.guideX.setState({display:!1}),this.guideY&&this.guideY.setState({display:!1})}};const G=[["pointerdown","ICE_POINTERDOWN"],["pointermove","ICE_POINTERMOVE"],["pointerup","ICE_POINTERUP"],["pointercancel","ICE_POINTERCANCEL"]],Y=[["mousedown","ICE_MOUSEDOWN"],["mouseup","ICE_MOUSEUP"],["mousemove","ICE_MOUSEMOVE"],["click","ICE_CLICK"],["dblclick","ICE_DBCLICK"],["contextmenu","ICE_CONTEXTMENU"]],q=[["click","ICE_CLICK"],["dblclick","ICE_DBCLICK"],["contextmenu","ICE_CONTEXTMENU"]],K=[["touchstart","ICE_TOUCHSTART"],["touchmove","ICE_TOUCHMOVE"],["touchend","ICE_TOUCHEND"],["touchcancel","ICE_TOUCHCANCEL"]],U=[["wheel","ICE_WHEEL"]],J=[["keydown","ICE_KEYDOWN"],["keyup","ICE_KEYUP"]],Q=["ICE_MOUSEMOVE","ICE_POINTERMOVE","ICE_TOUCHMOVE"];function buildDomEventList(t){const e=[];return t?e.push(...G,...q):e.push(...Y,...K),e.push(...U,...J),e}function isTouchEvent(t){return!!t&&"string"==typeof t.type&&0===t.type.indexOf("touch")}function normalizeInput(t,e,i){const s=function resolveClientPoint(t){if(!t)return null;if(isTouchEvent(t)){const e=(t.touches&&t.touches.length?t.touches:t.changedTouches)||null,i=e&&e[0];return i&&"number"==typeof i.clientX?{clientX:i.clientX,clientY:i.clientY}:null}return"number"==typeof t.clientX&&"number"==typeof t.clientY?{clientX:t.clientX,clientY:t.clientY}:null}(t);if(!s)return null;const n=e&&"number"==typeof e.left?e.left:0,o=e&&"number"==typeof e.top?e.top:0,r=s.clientX-n,a=s.clientY-o;let l=Number(t.movementX),h=Number(t.movementY);isFinite(l)&&isFinite(h)||(i?(l=r-i.x,h=a-i.y):(l=0,h=0));const c=isTouchEvent(t);return{x:r,y:a,clientX:s.clientX,clientY:s.clientY,movementX:l,movementY:h,pointerType:t.pointerType||(c?"touch":"mouse"),pointerId:"number"==typeof t.pointerId?t.pointerId:-1,button:"number"==typeof t.button?t.button:0,buttons:"number"==typeof t.buttons?t.buttons:0,isPrimary:!1!==t.isPrimary,isTouch:c,shiftKey:!!t.shiftKey,ctrlKey:!!t.ctrlKey,altKey:!!t.altKey,metaKey:!!t.metaKey}}function applyNormalizedInput(t,e){t&&e&&(t.offsetX=e.x,t.offsetY=e.y,t.clientX=e.clientX,t.clientY=e.clientY,t.movementX=e.movementX,t.movementY=e.movementY,t.pointerType=e.pointerType,t.pointerId=e.pointerId,t.isTouchInput=e.isTouch,t.shiftKey=e.shiftKey,t.ctrlKey=e.ctrlKey,t.altKey=e.altKey,t.metaKey=e.metaKey)}function toLegacyMouseName(t){switch(t){case"pointerdown":case"touchstart":return"mousedown";case"pointermove":case"touchmove":return"mousemove";case"pointerup":case"touchend":case"pointercancel":case"touchcancel":return"mouseup";default:return null}}const Z={sm:5,md:13,lg:26};function stylePaintPad(t){const e=t&&t.style||{};let i=2;const s=Number(e.lineWidth)||0,n=Number(t.lineBorderWidth)||0,o=Math.ceil(Math.max(s,n));o>0&&(i+=o);const r=Number(e.shadowBlur);return r>0?i+=r+Math.max(Math.abs(Number(e.shadowOffsetX)||0),Math.abs(Number(e.shadowOffsetY)||0)):"string"==typeof e.shadow&&Z[e.shadow]&&(i+=Z[e.shadow]),i}function boxArea(t){return function boxWidth(t){return t[2]-t[0]}(t)*function boxHeight(t){return t[3]-t[1]}(t)}function unionBoxes(t,e){return e[0]<t[0]&&(t[0]=e[0]),e[1]<t[1]&&(t[1]=e[1]),e[2]>t[2]&&(t[2]=e[2]),e[3]>t[3]&&(t[3]=e[3]),t}function intersects(t,e){return!(t[0]>e[2]||t[2]<e[0]||t[1]>e[3]||t[3]<e[1])}function isFiniteBox(t){return isFinite(t[0])&&isFinite(t[1])&&isFinite(t[2])&&isFinite(t[3])}function integerAlign(t){return t[0]=Math.floor(t[0]),t[1]=Math.floor(t[1]),t[2]=Math.ceil(t[2]),t[3]=Math.ceil(t[3]),t}function mergeBox(t,e){return[Math.min(t[0],e[0]),Math.min(t[1],e[1]),Math.max(t[2],e[2]),Math.max(t[3],e[3])]}function isWorthMerging(t,e){const i=boxArea(t)+boxArea(e);return i<=0||boxArea(mergeBox(t,e))<=2*i}function mapBoxToRender(t,e,i){const s=i||[0,0,0,0];return s[0]=Math.floor(t[0]*e.scale+e.tx),s[1]=Math.floor(t[1]*e.scale+e.ty),s[2]=Math.ceil(t[2]*e.scale+e.tx),s[3]=Math.ceil(t[3]*e.scale+e.ty),s}const tt=/(rgba|hsla)\(|transparent|#[0-9a-fA-F]{8}|opacity/i;function isOpaqueDrawing(t){const e=t&&t.style||{};if(t&&void 0!==t.opacity&&1!==t.opacity)return!1;if(void 0!==e.globalAlpha&&1!==e.globalAlpha)return!1;if(e.globalCompositeOperation&&"source-over"!==e.globalCompositeOperation)return!1;if(e.shadow||(Number(e.shadowBlur)||0)>0)return!1;for(const t of["fillStyle","strokeStyle"]){const i=e[t];if("string"==typeof i&&tt.test(i))return!1}return!0}var et=class DOMEventDispatcher{constructor(t){_defineProperty$1(this,"selectionCandidates",[]),_defineProperty$1(this,"_stopped",!1),_defineProperty$1(this,"__lastInput",null),_defineProperty$1(this,"focusedComponent",null),this.ice=t}start(){let t=null;const e=buildDomEventList("function"==typeof M.PointerEvent);for(let i=0;i<e.length;i++){const s=e[i],n=s[0],o=s[1],r=toLegacyMouseName(n);this.ice.evtBus.on(o,e=>{if(this._stopped)return;const i=e.originalEvent||e;this.__handlePointerCapture(o,i);const s=normalizeInput(i,this.__resolveCanvasRect(n),this.__lastInput);s&&(applyNormalizedInput(e,s),this.__lastInput=s);const a=-1!==Q.indexOf(o),l=-1!==o.indexOf("KEY"),h="ICE_WHEEL"===o;
28
28
  //! 移动类事件触发频率极高,不执行 findTargetComponent();
29
29
  //! 键盘事件必须先选中组件再派发才有意义,同样不做命中检测。
30
- a||h||l||(t=this.findTargetComponent(e));let c=t;l?c=null:h&&this.focusedComponent&&(c=this.focusedComponent),this.__dispatch(n,e,c),r&&r!==n&&this.__dispatch(r,e,c)})}return this}__handlePointerCapture(t,e){const i=this.ice.canvasEl;if(!i||"function"!=typeof i.setPointerCapture)return;const s=e&&e.pointerId;if("number"==typeof s)try{if("ICE_POINTERDOWN"===t){const t=e&&e.target;if(t&&t!==i&&(!i.contains||!i.contains(t)))return;i.setPointerCapture(s)}else"ICE_POINTERUP"!==t&&"ICE_POINTERCANCEL"!==t||"function"==typeof i.releasePointerCapture&&i.hasPointerCapture&&i.hasPointerCapture(s)&&i.releasePointerCapture(s)}catch(t){}}__dispatch(t,e,i){i&&(e.target=i,i.trigger(t,e)),this.ice.evtBus.trigger(t,e,{component:i})}__resolveCanvasRect(t){const e="pointermove"===t||"mousemove"===t||"touchmove"===t,i=this.ice;return!e&&i&&"function"==typeof i.updateCanvasBoundingRect&&i.updateCanvasBoundingRect(),i&&"function"==typeof i.getInputRect?i.getInputRect():i&&i.canvasBoundingClientRect||null}set stopped(t){this._stopped=t}get stopped(){return this._stopped}findTargetComponent(t){if(this._stopped)return null;const{offsetX:e,offsetY:i}=t;if("number"!=typeof e||"number"!=typeof i)return null;const[s,n]=this.ice.screenToWorld(e,i);return hitTestComponents(this.ice,s,n,1)}};const it={evtBuses:[],__handlers:null,__hasPointerEvent:!1,start:function(){if(!M||!M.addEventListener||it.__handlers)return;const t="function"==typeof M.PointerEvent;it.__hasPointerEvent=t;const e=buildDomEventList(t),i=[];for(let t=0;t<e.length;t++){const s=e[t],handler=t=>{for(let e=0;e<it.evtBuses.length;e++)it.evtBuses[e].trigger(s[1],t)},n="wheel"===s[0]||"touchmove"===s[0]?{passive:!1}:void 0;n&&"function"==typeof M.addEventListener?M.addEventListener(s[0],handler,n):M.addEventListener(s[0],handler),i.push({name:s[0],handler:handler})}it.__handlers=i},stop:function(){if(it.__handlers&&M&&M.removeEventListener)for(let t=0;t<it.__handlers.length;t++){const e=it.__handlers[t];M.removeEventListener(e.name,e.handler)}it.__handlers=null},registerEvtBus:function(t){it.evtBuses.includes(t)||it.evtBuses.push(t)},delEvtBus:function(t){it.evtBuses.includes(t)&&(it.evtBuses.splice(it.evtBuses.indexOf(t),1),0===it.evtBuses.length&&it.stop())}};var st=it,nt=class EventBus extends N{constructor(){super()}};class GeoLine{constructor(t,e){this.startPoint=t,this.endPoint=e}contains(t,e){const i=Math.hypot(this.endPoint.x-this.startPoint.x,this.endPoint.y-this.startPoint.y),s=Math.hypot(t-this.startPoint.x,e-this.startPoint.y),n=Math.hypot(t-this.endPoint.x,e-this.endPoint.y);return s+n>=i-3&&s+n<=i+3}}class GeoPoint{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;this.x=t,this.y=e}static load(t){return new GeoPoint(Number(t.x),Number(t.y))}static cloneArray(t){const e=[];for(let i=0;i<t.length;i++)e.push(t[i].clone());return e}equals(t){return this.x==t.x&&this.y==t.y}clone(){return new GeoPoint(this.x,this.y)}}class ICEDotPath extends F{constructor(t){super(_objectSpread2({dots:[],closePath:!0},t)),_defineProperty$1(this,"__dotsShiftX",0),_defineProperty$1(this,"__dotsShiftY",0)}calcComponentParams(){if(!this.paramsDirty)return{width:this.state.width,height:this.state.height};this.calcDots();const t=this.calc4VertexPoints(),e=Math.abs(t[1][0]-t[0][0]),i=Math.abs(t[2][1]-t[0][1]);return this.state.width=e,this.state.height=i,{width:this.state.width,height:this.state.height}}containsLocalPoint(t,e){const i=this.state.dots;return!i||i.length<3?super.containsLocalPoint(t,e):GeoUtil.pointInPolygon(t,e,i)}calcLocalOrigin(){const t=super.calcLocalOrigin(),e=-t[0]-this.__dotsShiftX,i=-t[1]-this.__dotsShiftY;if(0!==e||0!==i){const s=[1,0,0,1,e,i];for(let t=0;t<this.state.dots.length;t++)this.state.dots[t]=transformMat2d([],this.state.dots[t],s);this.__dotsShiftX=-t[0],this.__dotsShiftY=-t[1]}return t}createPathObject(){this.ensureDots(),this.path2D=M.createPath2D(),this.path2D.moveTo(this.state.dots[0][0],this.state.dots[0][1]);for(let t=1;t<this.state.dots.length;t++){const e=this.state.dots[t];this.path2D.lineTo(e[0],e[1])}return this.path2D}calcDots(){return this.__dotsShiftX=0,this.__dotsShiftY=0,this.__calcDots()}__calcDots(){return this.state.dots=[],this.state.dots}ensureDots(){this.state.dots&&0!==this.state.dots.length||this.calcDots()}calc4VertexPoints(){this.ensureDots();let t=this.state.dots[0][0],e=this.state.dots[0][1],i=this.state.dots[0][0],s=this.state.dots[0][1];for(let n=1;n<this.state.dots.length;n++){const o=this.state.dots[n];o[0]<t&&(t=o[0]),o[0]>i&&(i=o[0]),o[1]<e&&(e=o[1]),o[1]>s&&(s=o[1])}return[[t,e],[i,e],[t,s],[i,s]]}getTransformedDots(){const t=this.state.composedMatrix,e=this.state.dots,i=[];for(let s=0;s<e.length;s++){const n=transformMat2d([],e[s],t);i.push(n)}return i}}var ot=class ICEImage extends R{constructor(){super(_objectSpread2({width:100,height:100,src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAAC2CAYAAACF+yyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAtoSURBVHhe7Z3tj15FHYb9VxUVo7zFUBWC8YXoF9++GENMRAWRKAkxGj8pihpjFBVF1CBlKaUU+wK0pYVqt12fn+6xs7PXnDPzO3O2Z+a5r+T6ss995nm2vXf3vM68570vXNuTsmdVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VXLZvSq57F6VXHavSi67VyWX3auSy+5VyWX3quSye1Vy2b0quexelVx2r0ouu1cll92rksvuVcll96rksntVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VfIjcIy7j/M2sp4q+YKWQNvLOqrkC+nhodO7OJacp0q+gHO4/2UVvbYqeWXH+O2lG3sf29nd++Eb1/e/wtC40q9KXtGfX+Dy3v4PzpspKCt9quQVJSgXS1BO+lTJK0pQLvab/zz8F+CjL3FWlquSV/KBE7v79bwJ5VISlJPlquSV/AXsj1MuJUE5Wa5KXsmfvKWSr1WVvJJ2BiWGciljLm/2figny1XJK0pQLvbS4d15zEmfKnlFicfPXsdsKEE56VMlr+hdx7mwqV2P75/ji0dvboahvPSpkle2BjSu9KuSL+AcaDw5T5V8IT3QOHK+KvmCni/oOm0v66iSO/zz5Rv71cwr56Nn+ADzmUs3MB8bQq/LcVVyhzHvg0wsQbnYmCfPTZ+SlAdVyQv92mm4crPhzokHkgnKhaagrEyrkjtM8eAr6UfXCMoNpqCsHFcld5rC7g3PzVPOTPHZkR8imbbpkqeg7BKm+NXFw0Un4swH4CavgTuOaH6Wd/gYGbOt2GTJc8k5IJxrileuHjxzQoSv37uTHutWfh8x9zU4m0BTJd959+apu1z+tdmExgoN+euVvNN6oSnCe1aI4bUvneKDWWPI5PrhFw++F2VC6dG7HGistdpMyc/9u7zgA/bfSGMOxlBmyhT2qVOv29efSNykZYTj5xrz2Jn0KcdvOQs+QGOu0SZKbn+u5/LAyJ/ZGO/uQSnPvp3+waXxc4x57nL6L9Ncnh0Ze002UfIUlDVTUNYkKJdjDWjcHD938vBuD+XMFJQ1U1B2ba6+5HZWgaBsKPFwhdN7Oc6BxsuVoJxJUC6UuJi4V35Nrr7kBOVIYk6uRA80TonEnBxJUG5NquQbbZLNGMqVWgJtX2rMcNA7lTMoR9JRBOXWZHMlt4d+KUc+VTBNRIydzaFcqTnQdqXeVjBbAEE5ki5YUW5NNlfy+CLLmN876y+5QTmPYyc/Ke+RoJxJUC5lDGXWpHZX9iUo55WgnFeCciZBOfL5K4d/ZCm3JlXyfR+BBxso55WgnFeCciZBOZKg3Jpcfcl/nJiwnrKhqWt5x3byLwr98kK9BxQIynmNscn+KWemoGxo6uIVZdfk6ktupqCseW1sJ3gf2o6gnEeCch4vwPCUy4G2M/8OuykGZddmEyW3ZUjG+PSJ3f9etr+eUe6Y8H2I8PU5EpTzSISv0370FF8+tbv38c1fA/oBCgnfZ602UXJzSexGJXsPe7A4Jv4cXgnKeSTs6zXu+Rkj/hxrtZmSm15yt6Xc11+vc/80QTmPMXb7Qg60bS7xZ1izTZXcLLmn/Orm/zrc1vubLRzDK0G5Un9zsXxXxB7GDsewSUlLCLdtweZKPjh2f/m7Ublj/zhyiytBY5RKUK7UEuy7pjEGfwZXiENomxZstuQ1zIW2LfE1ezwpAeVLzIW23Ra3uuSDOdB2U9rzkDn8yfnwQQ73ahU5/SYv4Y3NJjQO6eGDI4vahqYmOBpjm5dM3KqSp66elnL3yPQQNaBxB2twttIdlq3YfcmXJHyfF96ZPpgdzvb84HzeD1s4/pJ8pvNJi7or+e8Lz5wQdrXPxqIFaGNy/zbEn9PM4W8ZVyvte7bxPhRNR+Hh7YL79Vuxq5J7ic+nx6ZmlcqBxoudA403+LuJ2yHGoPFadWtL/qnNb2kaY8wShlsFch2bIo6gMcYsvRBmD5zQOC26NSWvdbD1/oky2k1itF2uT8Py5SHfrVS+qYNw2qZVuyq5FSDkngVPmxGU80pQrpYhdqsyZVq1uwPPo5KgnFeCcnJaldwpQTmvBOXktCq5U4JyXgnKyWlVcqcE5bwSlJPTquROCcp5JSgnp1XJnRKU80pQTk6rkjslKOeVoJycViV3SlDOK0E5Oa1K7pSgnFeCcnJaldwpQTmvBOXktF2VPL6sP/Zww1wJynklKFfLkKm7Mluzq5KPUesGram7Be3mVtou119PTDGhG7TK3ZqSx3xy4VttHx1ZWpC05ztLoDHG1K22nehl6mkYPTTRtt0deP6hwuNvX3z1f7/l7bf9FLmTjMaf08zBVoiewiZLsvFqPP4WriLdi92VPPQoJ7zMeZB5WAJdDzIfrV2XPLbWlBR3aUqKptyqkseWcqagHB40udAybnXJB3Og7ab8ROY0cXaASNtPmXM4oGni9Js8C9q2xFOa8POW2mzJbdchhZ3yo20GS8/A0BilEpQrtQT7rmmMQVsIbAzapgWbK/lLmoT/gJ5J+L/62sGzKY/B8o5jhNu2YFMl95K7LeVaXE7lG6/nlZa2zSX+DGu2mZIvyTDbFV0hjD+HV4JyHgn7+lFeJ1izTZQ8Z4lDuzqpJQ5vEr6ec9U05guv7u7d//Lu3lsTPyfh+6zVJkqegrLmyDHp/6HtCMp5JCjn8SgWq039oFB2ba6+5LWXHS9ZjrvlZceP7XDOTEHZ0NRZKcquydWXnKAcSVDOfATOMFDOK0E5rwTlTIJyJEG5NamS70tQzitBOa8E5UyCcuRzlw//Nqfcmmyu5Ceu5l8Ctxv/YyhnEpTzOHZCj/IeCcqZBOVSxlBmTTZX8pLlPmjxVcqZMbYYLuVKzYG2K5XmTaecSVCOLHmftajdlY12qiyGcqWWQNuXGmM7Fjk5g3IkHXpSbk2q5AW5Ej3QOCUSc3IkQbk1ufqS33Hc9w9LfDuxjg9BuVznQOPlSlDOJCgXStg5esquydWX3ExBWTMFZU2CcjnWgMbN8fMn83e7UlDWTEHZtdlEyUtXRiPGpqCIsXs+KDdlKc+PXG6n8XOMsVN+lDPnYldBady12UTJTVvX3kvqAGwwhjJTphjem7CvP3EufYIxHD/XmO+MzP9iN6bNgcZco82U3Bx7wibF1AMUZshfRn7zpUxxJXhvYnjtK6fSj8kNmVzvjI5hKBP6sLPoNNZabarkg7l4dztKTHEyumhFhK8f20kX/VZ+HzH23Cptv2abLPlgCsouYQqbzzAnG2duHzn2+MiLB7NLaWt4Ekfxg7aUTZf8VpoitQ9MUM5M4VkqXarkLlM8ODITFUG5wRSUleOq5IWmJvaxAz7KDxKUC01BWZlWJXcYcxtkYgnKxcY8ea7egxzbokruMLynml6PtbnKiWcyZ84KodfluCr5gp5P73EcgraXdVTJF9IDjSPnq5Iv4BxoPDlPlbyyNaBxpV+VvKK2pCJxaZeL+zg8g2q8uRmG8tKnSl5RImdJQoJy0qdKXlGCcrEX4foS5aRPlbySdHMV5VLGlMxKIMdVySv504LpL0iCcrJclbyStEoD5VISlJPlquSVpIVtKZeSoJwsVyWvKEG5WHrWcpuXJKytSl5RgnKxBOWkT5W8ok8nVk+zNe8pb6agrPSpkld2DLu11hYB+NHE8uc0rvSrki/gHO5r8Gn4tauSL6SHh06r4Euoki9oCbS9rKNKfgSOcY9OFS6uSi67VyWX3auSy+5VyWX3quSye1Vy2b0quexelVx2r0ouu1cll92rksvuVcll96rksntVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VXLZvSq57F6VXHavSi67VyWX3auSy+5VyWX3quSye1Vy2b0quezca3v/AeMnvtkH1pHJAAAAAElFTkSuQmCC",clipType:"none",sx:0,sy:0,sw:0,sh:0},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}doRender(){if(this.state.src){const{loaded:t,image:e}=this.ice.imageCache.setImage(this.state.src);if(t){const t=this.ctx,i=this.state.clipType||"none",s=0-this.state.localOrigin[0],n=0-this.state.localOrigin[1],{sx:o,sy:r,sw:a,sh:h}=this.state,l=a>0&&h>0;"circle"===i&&(t.save(),t.beginPath(),t.arc(0,0,Math.min(this.state.width,this.state.height)/2,0,2*Math.PI),t.closePath(),t.clip()),l?t.drawImage(e,o,r,a,h,s,n,this.state.width,this.state.height):t.drawImage(e,s,n,this.state.width,this.state.height),"circle"===i&&t.restore()}}super.doRender()}};class ICEPolyLine extends ICEDotPath{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(ICEPolyLine.arrangeParam(t)),_defineProperty$1(this,"isLine",!0),_defineProperty$1(this,"__polyBoxScratch",[0,0,0,0]),_defineProperty$1(this,"__arrowFaceIndexes",[])}containsLocalPoint(t,e){const i=this.state.dots;if(!i||i.length<2)return super.containsLocalPoint(t,e);const s=Math.max(4,(this.state.lineWidth||1)/2+3);return GeoUtil.distanceToPolyline(i,t,e)<=s}static arrangeParam(t){let e=merge$1({},{lineType:"solid",lineWidth:1,arrow:"none",arrowLength:15,arrowAngel:toRadian(30),arrowStyle:"filled",points:[],showMinBoundingBox:!1,showMaxBoundingBox:!1,links:{},routeType:"straight",routeOffset:20,curveType:"straight",label:"",labelStyle:{fontSize:14,fillStyle:"#000000",backgroundColor:"#ffffff"},style:{lineJoin:"round"}},t,{linkable:!1,closePath:!1,fill:!1});const i=e.points.length;return i<2&&(0===i?(e.points.push([0,0]),e.points.push([10,10])):1===i&&e.points.push([10,10])),"dashed"!==e.lineType||e.lineDash&&0!==e.lineDash.length||(e.lineDash=[4*e.lineWidth,4*e.lineWidth]),e=_objectSpread2(_objectSpread2({},e),{left:e.points[0][0],top:e.points[0][1],transform:{translate:[0,0],scale:[1,1],skew:[0,0],rotate:0}}),e.style.lineWidth<1&&(e.style.lineWidth=1),e}initEvents(){super.initEvents(),this.once(n,this.afterAddHandler,this)}afterAddHandler(t){this.evtBus.once(a,this.syncConnections,this)}syncConnections(){if(!this.ice)return;this.removeLink("start"),this.removeLink("end");const t=this.state.links;t&&(t.start&&t.start.id&&t.start.position&&this.createLink(t.start.id,t.start.position),t.end&&t.end.id&&t.end.position&&this.createLink(t.end.id,t.end.position)),this.paramsDirty=!0,this.dirty=!0,this.ice.dirty=!0}createLink(t,e){const i=this.ice.findComponent(t);i&&i.on(y,this.followComponent,this),i&&i.on(u,this.followComponent,this),i&&i.on(f,this.followComponent,this),i&&this.followComponent(),this.state.draggable=!1}removeLink(t,e,i){if(!this.state.links||!this.state.links[t])return;const s=this.state.links[t].id,n=this.state.links[t].position;if(e||(e=s),i||(i=n),s===e&&n===i){const t=this.ice.findComponent(s);t&&t.off(y,this.followComponent,this),t&&t.off(u,this.followComponent,this),t&&t.off(f,this.followComponent,this)}let o=!0;this.state.links.start&&this.state.links.start.id&&(o=!1),this.state.links.end&&this.state.links.end.id&&(o=!1),this.state.draggable=o}getLinkFromId(){return this.state.links.start.id}getLinkToId(){return this.state.links.end.id}followComponent(t){for(const t in this.state.links){if(!this.state.links[t]||!this.state.links[t].id||!this.state.links[t].position)continue;const e=this.state.links[t].id,i=this.state.links[t].position,s=this.ice.findComponent(e);if(!s)continue;const n=s.getMinBoundingBox(!0);let o=[0,0];switch(i){case"T":o=n.tc;break;case"R":o=n.rc;break;case"B":o=n.bc;break;case"L":o=n.lc;break;case"C":o=n.center}switch(t){case"start":this.setState({startPoint:[...o]});break;case"end":this.setState({endPoint:[...o]})}}}calcLocalOrigin(){const t=[0,0];return this.state.localOrigin=t,t}__calcDots(){const t=this.state.left,e=this.state.top;this.state.dots=[];for(let i=0;i<this.state.points.length;i++){const s=this.state.points[i],n=s[0]-t,o=s[1]-e;this.state.dots.push([n,o])}return this.calcArrowPoints(),this.state.dots}calcArrowPoints(){if(this.__arrowFaceIndexes.length=0,"start"===this.state.arrow||"both"===this.state.arrow){const t=[...this.state.dots[0]];let e=[[...this.state.dots[0]],[...this.state.dots[1]]];e=this.doCalcArrowPoints(e),this.state.dots.unshift(...e),this.state.dots.unshift([...t]),this.__arrowFaceIndexes.push(0)}if("end"===this.state.arrow||"both"===this.state.arrow){const t=this.state.dots.length,e=[...this.state.dots[t-1]];let i=[[...this.state.dots[t-1]],[...this.state.dots[t-2]]];i=this.doCalcArrowPoints(i),this.state.dots.push(...i),this.state.dots.push([...e]),this.__arrowFaceIndexes.push(this.state.dots.length-4)}}doCalcArrowPoints(t){const e=t[0],i=t[1];i[0]=i[0]-e[0],i[1]=i[1]-e[1];const s=Math.hypot(i[0],i[1]);if(0===s)return[[e[0],e[1]],[e[0],e[1]]];const n=i[0]/s,o=i[1]/s,r=Math.cos(this.state.arrowAngel),a=Math.sin(this.state.arrowAngel);let h=this.state.arrowLength*(n*r-o*a),l=this.state.arrowLength*(o*r+n*a),c=this.state.arrowLength*(n*r+o*a),d=this.state.arrowLength*(o*r-n*a);return h+=e[0],l+=e[1],c+=e[0],d+=e[1],[[h,l],[c,d]]}addDot(t,e){this.state.points.splice(e,0,t),this.state.dots.splice(e,0,[t[0],t[1]])}rmDot(t){return!(this.state.points.length<3||(this.state.points.splice(t,1),this.state.dots.splice(t,1),0))}calcComponentParams(){if(!this.paramsDirty)return{width:this.state.width,height:this.state.height};this.calcDots();const t=this.calc4VertexPoints();let e=1/0,i=1/0,s=-1/0,n=-1/0;for(let o=0;o<t.length;o++){const r=t[o];r[0]<e&&(e=r[0]),r[0]>s&&(s=r[0]),r[1]<i&&(i=r[1]),r[1]>n&&(n=r[1])}return this.state.width=Math.abs(s-e),this.state.height=Math.abs(n-i),{width:this.state.width,height:this.state.height}}isDotsOnSameLine(){const t=this.state.points.length,e=round(this.state.points[0][0],2),i=round(this.state.points[0][1],2);let s=0;const n=[round(this.state.points[t-1][0],2)-e,round(this.state.points[t-1][1],2)-i];for(let o=0;o<t;o++){const t=this.state.points[o];0===cross([],n,[t[0]-e,t[1]-i])[2]&&s++}return s===t}calc4VertexPoints(){return this.isDotsOnSameLine()?this.splitEndpointsTo4Points():super.calc4VertexPoints()}splitEndpointsTo4Points(){const t=this.state.points.length,e=this.state.points[t-1][0]-this.state.points[0][0],i=this.state.points[t-1][1]-this.state.points[0][1],s=this.getRotateAngle(),n=this.state.style.lineWidth||1;let o=Math.cos(s*Math.PI/180)*n/2,r=Math.sin(s*Math.PI/180)*n/2;return o=round(o,3),r=round(r,3),[[0+o,0+r],[0-o,0-r],[e+o,i+r],[e-o,i-r]]}__localBox(){const t=this.__polyBoxScratch;this.ensureDots();const e=this.state.dots;if(!e||0===e.length)return t[0]=0,t[1]=0,t[2]=0,t[3]=0,t;const i=this.calc4VertexPoints();let s=1/0,n=1/0,o=-1/0,r=-1/0;for(let t=0;t<i.length;t++){const e=i[t];e[0]<s&&(s=e[0]),e[0]>o&&(o=e[0]),e[1]<n&&(n=e[1]),e[1]>r&&(r=e[1])}const a=this.__arrowFaceIndexes;for(let t=0;t<a.length;t++){const i=a[t];for(let t=0;t<3;t++){const a=e[i+t];a&&(a[0]<s&&(s=a[0]),a[0]>o&&(o=a[0]),a[1]<n&&(n=a[1]),a[1]>r&&(r=a[1]))}}const h=this.__measureLabelBoxForBounds();return h&&(h.x-h.halfW<s&&(s=h.x-h.halfW),h.x+h.halfW>o&&(o=h.x+h.halfW),h.y-h.halfH<n&&(n=h.y-h.halfH),h.y+h.halfH>r&&(r=h.y+h.halfH)),t[0]=s,t[1]=n,t[2]=o,t[3]=r,t}setState(t){if(isNil$1(t.width)||delete t.width,isNil$1(t.height)||delete t.height,isNil$1(t.transform)||delete t.transform,!isNil$1(t.left)){const e=t.left-this.state.points[0][0];for(let t=0;t<this.state.points.length;t++)this.state.points[t][0]+=e}if(!isNil$1(t.top)){const e=t.top-this.state.points[0][1];for(let t=0;t<this.state.points.length;t++)this.state.points[t][1]+=e}if(isNil$1(t.startPoint)||(this.state.points[0]=[...t.startPoint],this.state.left=this.state.points[0][0],this.state.top=this.state.points[0][1]),!isNil$1(t.endPoint)){const e=this.state.points.length;this.state.points[e-1]=[...t.endPoint]}isNil$1(t.startPoint)&&isNil$1(t.endPoint)||this.recalculateRoute(),isNil$1(t.links)||(merge$1(this.state.links,t.links),this.syncConnections()),super.setState(t)}static dirVector(t){switch(t){case"T":return[0,-1];case"B":return[0,1];case"L":return[-1,0];case"R":return[1,0];default:return[0,0]}}recalculateRoute(){if("orthogonal"!==this.state.routeType)return;const t=this.state.points[0],e=this.state.points[this.state.points.length-1],i=this.state.routeOffset||20,s=ICEPolyLine.dirVector(this.state.links&&this.state.links.start&&this.state.links.start.position),n=ICEPolyLine.dirVector(this.state.links&&this.state.links.end&&this.state.links.end.position),o=[t[0]+s[0]*i,t[1]+s[1]*i],r=[e[0]+n[0]*i,e[1]+n[1]*i],a=[t];0===s[0]&&0===s[1]||a.push(o),o[0]!==r[0]&&o[1]!==r[1]&&a.push([r[0],o[1]]),0===n[0]&&0===n[1]||a.push(r),a.push(e),this.state.points=a,this.paramsDirty=!0,this.dirty=!0}createPathObject(){this.ensureDots();const t=this.state.curveType||"straight",e=this.state.dots;if(this.path2D=M.createPath2D(),!e||0===e.length)return this.path2D;if(this.path2D.moveTo(e[0][0],e[0][1]),"quadratic"===t&&e.length>=3)this.path2D.quadraticCurveTo(e[1][0],e[1][1],e[2][0],e[2][1]);else if("cubic"===t&&e.length>=4)this.path2D.bezierCurveTo(e[1][0],e[1][1],e[2][0],e[2][1],e[3][0],e[3][1]);else for(let t=1;t<e.length;t++)this.path2D.lineTo(e[t][0],e[t][1]);return this.path2D}doRender(){const t=this.__arrowFaceIndexes.length>0&&"hollow"!==this.state.arrowStyle&&!1!==this.state.stroke,e=t?this.ctx.strokeStyle:null;super.doRender(),this.applyActiveTransform(),t&&this.drawArrowFills(e),this.drawLabel()}drawArrowFills(t){const e=this.__arrowFaceIndexes,i=this.state.dots;if(!i||0===e.length)return;const s=this.ctx;s.save(),s.beginPath();for(let t=0;t<e.length;t++){const n=e[t],o=i[n],r=i[n+1],a=i[n+2];o&&r&&a&&(s.moveTo(o[0],o[1]),s.lineTo(r[0],r[1]),s.lineTo(a[0],a[1]),s.closePath())}s.fillStyle=t||this.state.style.strokeStyle||"#000000",s.fill(),s.restore()}__labelMetrics(){const t=this.state.label;if(!t)return null;const e=(this.state.labelStyle||{}).fontSize||14,i=this.getLabelPosition();let s=0;const n=this.ctx;return n&&"function"==typeof n.measureText?(n.font="".concat(e,"px Arial"),s=n.measureText(t).width):s=t.length*e,{x:i[0],y:i[1],halfW:s/2+4,halfH:e/2+4}}__measureLabelBoxForBounds(){const t=this.ctx,e=!!t&&"font"in t,i=e?t.font:void 0,s=this.__labelMetrics();return e&&(t.font=i),s}drawLabel(){const t=this.state.label;if(!t)return;const e=this.ctx,i=this.state.labelStyle||{};e.save();const s=this.__labelMetrics();s?(e.textAlign="center",e.textBaseline="middle",e.fillStyle=i.backgroundColor||"#ffffff",e.fillRect(s.x-s.halfW,s.y-s.halfH,2*s.halfW,2*s.halfH),e.fillStyle=i.fillStyle||"#000000",e.fillText(t,s.x,s.y),e.restore()):e.restore()}getLabelPosition(){const t=this.state.points,e=t.length,i=this.state.left,s=this.state.top;if(0===e)return[0,0];if(1===e)return[t[0][0]-i,t[0][1]-s];let n,o;if(2===e)n=(t[0][0]+t[1][0])/2,o=(t[0][1]+t[1][1])/2;else{const i=t[Math.floor(e/2)];n=i[0],o=i[1]}return[n-i,o-s]}getRotateAngle(){if(this.isDotsOnSameLine()){const t=0,e=0,i=this.state.points.length,s=this.state.points[i-1][0]-this.state.points[0][0],n=this.state.points[i-1][1]-this.state.points[0][1];let o=GeoUtil.calcRotateAngle(s,n,t,e);return o+=90,o}return super.getRotateAngle()}containsPoint(t,e){const i=this.getLines();for(let s=0;s<i.length;s++){const n=i[s],o=n.o[0],r=n.o[1],a=n.d[0],h=n.d[1],l=Math.hypot(a-o,h-r),c=Math.hypot(o-t,r-e),d=Math.hypot(a-t,h-e);if(c+d>=l-3&&c+d<=l+3)return!0}return!1}getLines(){const t=[],e=this.getTransformedDots();if(!e||e.length<2)return t;for(let i=0;i<e.length-1;i++){const s={o:[e[i][0],e[i][1]],d:[e[i+1][0],e[i+1][1]]};t.push(s)}return t}destory(){this.evtBus&&this.evtBus.off(a,this.syncConnections,this),this.removeLink("start"),this.removeLink("end"),super.destory()}}var rt=ICEPolyLine;class ICEBezier extends rt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=ICEBezier.arrangeParam(t),super(t)}static arrangeParam(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e="cubic"===t.curveType?"cubic":"quadratic",i=t.points&&t.points.length?t.points:ICEBezier.buildDefaultPoints(t,e);return _objectSpread2(_objectSpread2({},t),{},{curveType:e,points:i})}static buildDefaultPoints(t,e){const i=t.startPoint||[0,0],s=t.endPoint||[10,10];return"cubic"===e?[i,t.controlPoint1||[5,-5],t.controlPoint2||[5,5],s]:[i,t.controlPoint||[5,-5],s]}}var at=class ICELinkSlot extends X{constructor(){super(_objectSpread2({linkable:!1,draggable:!1,position:"T"},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})),_defineProperty$1(this,"__onHostRemoved",()=>{this._hostComponent=null,this.setState({display:!1})})}keyboardEvtHandler(t){}destory(){this.hostComponent=null,super.destory()}updatePosition(){const t=this._hostComponent.getMinBoundingBox(!0);let e=0,i=0;switch(this.state.position){case"T":e=t.tc[0]-this.state.radius,i=t.tc[1]-this.state.radius;break;case"R":e=t.rc[0]-this.state.radius,i=t.rc[1]-this.state.radius;break;case"B":e=t.bc[0]-this.state.radius,i=t.bc[1]-this.state.radius;break;case"L":e=t.lc[0]-this.state.radius,i=t.lc[1]-this.state.radius;break;case"C":e=t.center[0]-this.state.radius,i=t.center[1]-this.state.radius}this.state.left===e&&this.state.top===i||this.setState({left:e,top:i})}set hostComponent(t){const e=this._hostComponent;e&&(e.off(i,this.updatePosition,this),e.off(o,this.__onHostRemoved,this)),this._hostComponent=t,t&&(t.on(i,this.updatePosition,this),t.on(o,this.__onHostRemoved,this),this.setState({display:!0}))}get hostComponent(){return this._hostComponent}};class ICEVisioLink extends rt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=ICEVisioLink.arrangeParam(t),super(t)}static arrangeParam(t){return isNil$1(t.startPoint)&&(t.startPoint=[0,0]),isNil$1(t.endPoint)&&(t.endPoint=[10,10]),t.points=[[...t.startPoint],[...t.endPoint]],"bezier"===(t=_objectSpread2({escapeDistance:30,linkShape:"visio"},t)).linkShape&&(t.curveType="straight"),t}__calcDots(){if("bezier"===this.state.linkShape)return this.__calcBezierDots();const t=this.interpolate(),{left:e,top:i}=this.state,s=t[0][2];this.state.points=[],this.state.dots=[];for(let t=0;t<s.length;t++){const n=s[t];this.state.points.push([n.x,n.y]),this.state.dots.push([n.x-e,n.y-i])}return this.calcArrowPoints(),this.state.dots}__calcBezierDots(){const t=this.state.points,e=[...t[0]],i=[...t[t.length-1]],{left:s,top:n}=this.state,o=this.buildBezierPoints(e,i);return this.state.points=o.map(t=>[...t]),this.state.dots=o.map(t=>[t[0]-s,t[1]-n]),this.state.curveType="straight",this.calcArrowPoints(),this.state.dots}buildBezierPoints(t,e){const i=e[0]-t[0],s=e[1]-t[1],n=Math.hypot(i,s);if(n<1e-6)return[[...t],[...e]];const o=[i/n,s/n],r=Math.max(.45*n,24),a=this.slotDirection("start",o),h=this.slotDirection("end",o),l=[t[0]+a[0]*r,t[1]+a[1]*r],c=[e[0]+h[0]*r,e[1]+h[1]*r],d=Math.min(24,Math.max(8,Math.round(n/12))),u=[];for(let i=0;i<=d;i++){const s=i/d,n=1-s,o=n*n*n*t[0]+3*n*n*s*l[0]+3*n*s*s*c[0]+s*s*s*e[0],r=n*n*n*t[1]+3*n*n*s*l[1]+3*n*s*s*c[1]+s*s*s*e[1];u.push([round(o,2),round(r,2)])}return u.filter((t,e)=>0===e||t[0]!==u[e-1][0]||t[1]!==u[e-1][1])}slotDirection(t,e){const i=this.state.links&&this.state.links[t],s=rt.dirVector(i&&i.position);return 0!==s[0]||0!==s[1]?s:"start"===t?e:[-e[0],-e[1]]}recalculateRoute(){"bezier"!==this.state.linkShape&&super.recalculateRoute()}interpolate(){const t=this.state.points.length,e=this.state.points[0][0],i=this.state.points[0][1],s=this.state.points[t-1][0],n=this.state.points[t-1][1],o=new GeoPoint(e,i),r=new GeoPoint(s,n),a=[];let h,l,c=null,d=null,u=[],p=new O,f=new O;if(this.ice&&this.state.links&&this.state.links.start&&this.state.links.start.id&&(h=this.ice.findComponent(this.state.links.start.id)),h){p=h.getMinBoundingBox(),a[0]=new GeoPoint(o.x,p.tl[1]-this.state.escapeDistance),a[1]=new GeoPoint(p.tr[0]+this.state.escapeDistance,o.y),a[2]=new GeoPoint(o.x,p.br[1]+this.state.escapeDistance),a[3]=new GeoPoint(p.tl[0]-this.state.escapeDistance,o.y),c=a[0];for(let t=1;t<a.length;t++)this.distance(o,a[t])<this.distance(o,c)&&(c=a[t])}if(this.ice&&this.state.links&&this.state.links.end&&this.state.links.end.id&&(l=this.ice.findComponent(this.state.links.end.id)),l){f=l.getMinBoundingBox(),a[0]=new GeoPoint(r.x,f.tl[1]-this.state.escapeDistance),a[1]=new GeoPoint(f.tr[0]+this.state.escapeDistance,r.y),a[2]=new GeoPoint(r.x,f.br[1]+this.state.escapeDistance),a[3]=new GeoPoint(f.tl[0]-this.state.escapeDistance,r.y),d=a[0];for(let t=1;t<a.length;t++)this.distance(r,a[t])<this.distance(r,d)&&(d=a[t])}let g=0;const y=[o];c&&(y.push(c),g=1),d&&y.push(d),y.push(r);const m=GeoPoint.cloneArray(y);u.push(["s0","s0",m]);const _=GeoPoint.cloneArray(y),v=GeoPoint.cloneArray(_);v.splice(g+1,0,new GeoPoint(v[g].x,v[g+1].y)),u.push(["s1","s1_1",v]);const x=GeoPoint.cloneArray(_);x.splice(g+1,0,new GeoPoint(x[g+1].x,x[g].y)),u.push(["s1","s1_2",x]);const b=GeoPoint.cloneArray(_),C=new GeoPoint((b[g].x+b[g+1].x)/2,b[g].y),w=new GeoPoint((b[g].x+b[g+1].x)/2,b[g+1].y);b.splice(g+1,0,C,w),u.push(["s2","s2_1",b]);const S=GeoPoint.cloneArray(_),E=new GeoPoint(S[g].x,(S[g].y+S[g+1].y)/2),P=new GeoPoint(S[g+1].x,(S[g].y+S[g+1].y)/2);S.splice(g+1,0,E,P),u.push(["s2","s2_2",S]);const k=GeoPoint.cloneArray(_),M=[k[g].x+20,k[g+1].x+20];p&&M.push(p.br[0]+20),f&&M.push(f.br[0]+20);const I=this.max(M),B=new GeoPoint(I,k[g].y),T=new GeoPoint(I,k[g+1].y);k.splice(g+1,0,B,T),u.push(["s2","s2_3",k]);const N=GeoPoint.cloneArray(_),D=[N[g].y-20,N[g+1].y-20];p&&D.push(p.tl[1]-20),f&&D.push(f.tl[1]-20);const A=this.min(D),$=new GeoPoint(N[g].x,A),L=new GeoPoint(N[g+1].x,A);N.splice(g+1,0,$,L),u.push(["s2","s2_4",N]);const R=GeoPoint.cloneArray(_),F=[R[g].x-20,R[g+1].x-20];p&&F.push(p.tl[0]-20),f&&F.push(f.tl[0]-20);const z=this.min(F),j=new GeoPoint(z,R[g].y),H=new GeoPoint(z,R[g+1].y);R.splice(g+1,0,j,H),u.push(["s2","s2_5",R]);const X=GeoPoint.cloneArray(_),V=[X[g].y+20,X[g+1].y+20];p&&V.push(p.tl[1]+p.height+20),f&&V.push(f.tl[1]+f.height+20);const W=this.max(V),Y=new GeoPoint(X[g].x,W),G=new GeoPoint(X[g+1].x,W);X.splice(g+1,0,Y,G),u.push(["s2","s2_6",X]);const q=[];for(let t=0;t<u.length;t++){const e=u[t][2];this.orthogonalPath(e)&&q.push(u[t])}if(u=q,!o.equals(r)){const t=[];for(let e=0;e<u.length;e++){const i=u[e][2];this.forwardPath(i)&&t.push(u[e])}u=t,u.length}const K=[];for(let t=0;t<u.length;t++){let e=!1,i=u[t][2].slice();(f||p)&&(i=i.slice(1,i.length-1)),p&&(e=e||this.polylineIntersectsRectangle(i,p)),f&&(e=e||this.polylineIntersectsRectangle(i,f)),e||K.push(u[t])}0!=K.length&&(u=K),u.length;const U=u[0][2].length,J=[];for(let t=0;t<u.length;t++)u[t][2].length==U&&J.push(u[t]);u=J;let Q=0;for(let t=0;t<u.length;t++)this.scorePath(u[Q][2])<this.scorePath(u[t][2])&&(Q=t);return u=[u[Q]],u}orthogonalPath(t){if(t.length<=1)return!0;for(let e=0;e<t.length-1;e++)if(t[e].x!=t[e+1].x&&t[e].y!=t[e+1].y)return!1;return!0}lineIntersectsLine(t,e){if(t.startPoint.x==t.endPoint.x&&e.startPoint.x==e.endPoint.x)return t.startPoint.x==e.startPoint.x&&(t.contains(e.startPoint.x,e.startPoint.y)||t.contains(e.endPoint.x,e.endPoint.y));if(t.startPoint.x==t.endPoint.x||e.startPoint.x==e.endPoint.x){if(t.startPoint.x==t.endPoint.x){const i=t;t=e,e=i}const i=(t.endPoint.y-t.startPoint.y)/(t.endPoint.x-t.startPoint.x),s=t.startPoint.y-i*t.startPoint.x,n=e.startPoint.x,o=i*n+s;return t.contains(n,o)&&e.contains(n,o)}{const i=(t.endPoint.y-t.startPoint.y)/(t.endPoint.x-t.startPoint.x),s=t.startPoint.y-i*t.startPoint.x,n=(e.endPoint.y-e.startPoint.y)/(e.endPoint.x-e.startPoint.x),o=e.startPoint.y-n*e.startPoint.x;if(i==n)return s==o&&(t.contains(e.startPoint.x,e.startPoint.y)||t.contains(e.endPoint.x,e.endPoint.y));{const r=(o-s)/(i-n),a=i*r+s;return t.contains(r,a)&&e.contains(r,a)}}}polylineIntersectsRectangle(t,e){let i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const s=[];s.push(new GeoLine(new GeoPoint(e.x1,e.y1),new GeoPoint(e.x2,e.y1))),s.push(new GeoLine(new GeoPoint(e.x2,e.y1),new GeoPoint(e.x2,e.y2))),s.push(new GeoLine(new GeoPoint(e.x2,e.y2),new GeoPoint(e.x1,e.y2))),s.push(new GeoLine(new GeoPoint(e.x1,e.y2),new GeoPoint(e.x1,e.y1)));for(let e=0;e<t.length-1;e++){const i=new GeoLine(t[e],t[e+1]);for(let t=0;t<s.length;t++)if(this.lineIntersectsLine(i,s[t]))return!0}if(i){const e=new GeoLine(t[t.length-1],t[0]);for(let t=0;t<s.length;t++)if(this.lineIntersectsLine(e,s[t]))return!0}return!1}scorePath(t){if(t.length<=2)return-1;let e=0;for(let i=1;i<t.length-1;i++)if(t[i-1].x==t[i].x&&t[i].x==t[i+1].x){if(this.signum(t[i+1].y-t[i].y)!=this.signum(t[i].y-t[i-1].y))return-1;e++}else if(t[i-1].y==t[i].y&&t[i].y==t[i+1].y){if(this.signum(t[i+1].x-t[i].x)!=this.signum(t[i].x-t[i-1].x))return-1;e++}else e--;return e}signum(t){return t>0?1:t<0?-1:0}forwardPath(t){if(t.length<=2)return!0;for(let e=0;e<t.length-2;e++)if(t[e].x==t[e+1].x&&t[e+1].x==t[e+2].x){if(0!=this.signum(t[e+1].y-t[e].y)&&this.signum(t[e+1].y-t[e].y)==-1*this.signum(t[e+2].y-t[e+1].y))return!1}else if(t[e].y==t[e+1].y&&t[e+1].y==t[e+2].y&&0!=this.signum(t[e+1].x-t[e].x)&&this.signum(t[e+1].x-t[e].x)==-1*this.signum(t[e+2].x-t[e+1].x))return!1;return!0}distance(t,e){return Math.hypot(e.x-t.x,e.y-t.y)}max(t){if(0==t.lenght)return NaN;{let e=t[0];for(let i=0;i<t.length;i++)e<t[i]&&(e=t[i]);return e}}min(t){if(0==t.lenght)return NaN;{let e=t[0];for(let i=0;i<t.length;i++)e>t[i]&&(e=t[i]);return e}}addDot(t,e){throw new Error("Can NOT add dot to ICEVisioLink mannually.")}rmDot(t){throw new Error("Can NOT remove dot from ICEVisioLink mannually.")}}var ht=class ICEIsogon extends ICEDotPath{constructor(){const t=_objectSpread2({radius:10,edges:3,startAngle:90},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.edges=Math.floor(t.edges>=3?t.edges:3),t.width=2*t.radius,t.height=2*t.radius,super(t)}__calcDots(){this.state.dots=[];const t=2*Math.PI/this.state.edges,e=this.state.radius;for(let i=0;i<this.state.edges;i++){const s=t*i-toRadian(this.state.startAngle),n=Math.floor(e*Math.cos(s)+e),o=Math.floor(e*Math.sin(s)+e);this.state.dots.push([n,o])}return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.radius,this.state.height=2*this.state.radius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.radius)?isNil$1(t.width)?isNil$1(t.height)||(t.radius=t.height/2):t.radius=t.width/2:(t.width=2*t.radius,t.height=2*t.radius),super.setState(t)}},lt=class ICERose extends ICEDotPath{constructor(){const t=_objectSpread2({radius:50,leafNum:2,pointNumber:100},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.leafNum=Math.floor(t.leafNum>=2?t.leafNum:2),t.width=2*t.radius,t.height=2*t.radius,super(t)}__calcDots(){const t=this.state.radius,e=this.state.leafNum;this.state.dots=[];const i=Math.PI/this.state.pointNumber;let s=0,n=0,o=0;for(;s=t+t*Math.sin(e*o)*Math.cos(o),n=t+t*Math.sin(e*o)*Math.sin(o),this.state.dots.push([s,n]),o+=i,!(o>=2*Math.PI););return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.radius,this.state.height=2*this.state.radius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.radius)?isNil$1(t.width)?isNil$1(t.height)||(t.radius=t.height/2,t.width=t.height):(t.radius=t.width/2,t.height=t.width):(t.width=2*t.radius,t.height=2*t.radius),super.setState(t)}},ct=class ICEStar extends ICEDotPath{constructor(){const t=_objectSpread2({outerRadius:50,innerRadius:20,startAngle:90,spikes:5},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.spikes=Math.floor(t.spikes>=1?t.spikes:1),t.width=2*t.outerRadius,t.height=2*t.outerRadius,super(t)}__calcDots(){this.state.dots=[];let t=toRadian(this.state.startAngle);const e=Math.PI/this.state.spikes,i=this.state.outerRadius,s=this.state.innerRadius;let n,o;for(let r=0;r<this.state.spikes;r++)n=Math.cos(t)*i+i,o=Math.sin(t)*i+i,this.state.dots.push([n,o]),t+=e,n=Math.cos(t)*s+i,o=Math.sin(t)*s+i,this.state.dots.push([n,o]),t+=e;return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.outerRadius,this.state.height=2*this.state.outerRadius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.outerRadius)?isNil$1(t.width)?isNil$1(t.height)||(t.outerRadius=t.height/2):t.outerRadius=t.width/2:(t.width=2*t.outerRadius,t.height=2*t.outerRadius),super.setState(t)}};const dt="__ICE_UTILS_TEXT_MEASURE_DIV__";class ICEText extends R{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(ICEText.arrangeParam(t)),_defineProperty$1(this,"__originalDraggable",!0),_defineProperty$1(this,"__editInput",null),this.measureText()}static arrangeParam(t){const e=merge$1({text:"",left:0,top:0,width:10,height:10,editing:!1,caretIndex:0,wrap:!1,maxLines:0,ellipsis:"…",lines:null,transformable:!1,style:{fontWeight:"bold",fontSize:32,fontFamily:"Arial",lineWidth:1,textBaseline:"bottom",paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0}},t);return e.style=_objectSpread2(_objectSpread2({},e.style),{},{font:"".concat(e.style.fontWeight," ").concat(e.style.fontSize,"px ").concat(e.style.fontFamily)}),e}initEvents(){super.initEvents(),this.on("dblclick",this.startEditing,this)}startEditing(){this.__originalDraggable=this.state.draggable,this.setState({editing:!0,caretIndex:this.state.text.length,draggable:!1}),this.ice&&this.ice.controlPanelManager&&this.ice.controlPanelManager.transformControlPanel.disable(),this.ice&&this.ice.evtBus&&this.ice.evtBus.on("mousedown",this.__globalMouseDownHandler,this),this.__mountEditInput()}stopEditing(){this.ice&&this.ice.evtBus&&this.ice.evtBus.off("mousedown",this.__globalMouseDownHandler,this),this.__unmountEditInput(),this.setState({editing:!1,draggable:this.__originalDraggable})}__mountEditInput(){const t=this.root&&this.root.document;if(!t||!t.body)return;const e=this.getMinBoundingBox(!0),i=this.ice&&this.ice.canvasEl?this.ice.canvasEl.getBoundingClientRect():{left:0,top:0},{paddingTop:s,paddingRight:n,paddingBottom:o,paddingLeft:r}=this.state.style,a=Math.max(this.state.width-r-n,1),h=Math.max(this.state.height-s-o,this.state.style.fontSize),l=t.createElement("input");l.type="text",l.value=this.state.text,l.style.position="absolute",l.style.left=i.left+e.tl[0]+"px",l.style.top=i.top+e.tl[1]+"px",l.style.width=a+"px",l.style.height=h+"px",l.style.font=this.state.style.font,l.style.paddingTop=s+"px",l.style.paddingRight=n+"px",l.style.paddingBottom=o+"px",l.style.paddingLeft=r+"px",l.style.boxSizing="content-box",l.style.color="transparent",l.style.caretColor=this.state.style.fillStyle||"#000000",l.style.background="transparent",l.style.border="none",l.style.outline="none",l.style.margin="0",l.style.zIndex="9999",t.body.appendChild(l),l.focus(),l.setSelectionRange(l.value.length,l.value.length),l.addEventListener("input",()=>{this.setText(l.value)}),l.addEventListener("compositionend",()=>{this.setText(l.value)}),l.addEventListener("keydown",t=>{"Enter"!==t.key&&"Escape"!==t.key||t.isComposing||this.stopEditing()}),l.addEventListener("blur",()=>{this.stopEditing()}),this.__editInput=l}__unmountEditInput(){this.__editInput&&this.__editInput.parentNode&&this.__editInput.parentNode.removeChild(this.__editInput),this.__editInput=null}__globalMouseDownHandler(t){(t&&t.param&&t.param.component)!==this&&this.stopEditing()}setText(t){const e=Math.max(0,Math.min(this.state.caretIndex,t.length));return this.setState({text:t,caretIndex:e}),this}getText(){return this.state.text}keyboardEvtHandler(t){if(this.__editInput)return;if(!this.state.editing)return void super.keyboardEvtHandler(t);if("keydown"!==t.type)return;const e=t.key,i=this.state.text,s=this.state.caretIndex;"Enter"!==e&&"Escape"!==e?"Backspace"!==e?"Delete"!==e?"ArrowLeft"!==e?"ArrowRight"!==e?"Home"!==e?"End"!==e?e&&1===e.length&&this.setState({text:i.slice(0,s)+e+i.slice(s),caretIndex:s+1}):this.setState({caretIndex:i.length}):this.setState({caretIndex:0}):this.setState({caretIndex:Math.min(i.length,s+1)}):this.setState({caretIndex:Math.max(0,s-1)}):s<i.length&&this.setState({text:i.slice(0,s)+i.slice(s+1)}):s>0&&this.setState({text:i.slice(0,s-1)+i.slice(s),caretIndex:s-1}):this.stopEditing()}renderCaret(){if(this.__editInput)return;const{paddingTop:t,paddingBottom:e,paddingLeft:i}=this.state.style,s=this.state.text.slice(0,this.state.caretIndex);let n=0-this.state.localOrigin[0]+i;"function"==typeof this.ctx.measureText&&(n+=this.ctx.measureText(s).width);const o=0-this.state.localOrigin[1]+t,r=0-this.state.localOrigin[1]+this.state.height-e;this.ctx.save(),this.ctx.strokeStyle=this.state.style.fillStyle||"#000000",this.ctx.lineWidth=1,this.ctx.beginPath(),this.ctx.moveTo(n,o),this.ctx.lineTo(n,r),this.ctx.stroke(),this.ctx.restore()}calcComponentParams(){return this.paramsDirty?this.measureText():{width:this.state.width,height:this.state.height}}measureText(t){this.state.lines=this.__computeWrappedLines();const e=this.__measureByCanvas();return e?(this.__applyMeasuredSize(e),{width:this.state.width,height:this.state.height}):this.__measureByDOM()}__computeWrappedLines(){var t;if(!this.state.wrap||this.state.editing)return null;const e=Number(this.state.width);if(!(e>0))return null;const i=this.ctx;if(!i||"function"!=typeof i.measureText)return null;const s=this.__measureFn(),n=this.__wrapText(e,s);return this.__truncateLines(n,e,Number(this.state.maxLines)||0,String(null!==(t=this.state.ellipsis)&&void 0!==t?t:"…"),s)}__measureFn(){const t=this.ctx;this.state.style.font&&t&&"function"==typeof t.measureText&&(t.font=this.state.style.font);const e=Number(this.state.style.fontSize)||12;return i=>{if(t&&"function"==typeof t.measureText){const e=t.measureText(i);return e&&e.width||0}return i.length*e}}__graphemes(t){const e=this.root&&this.root.Intl;if(e&&"function"==typeof e.Segmenter)try{const i=new e.Segmenter(void 0,{granularity:"grapheme"}),s=[];for(const e of i.segment(t))s.push(e.segment);return s}catch(t){}return Array.from(t)}__wrapText(t,e){var i;const s=[],n=String(null!==(i=this.state.text)&&void 0!==i?i:"").split("\n");for(let i=0;i<n.length;i++){const o=this.__graphemes(n[i]);let r="";for(let i=0;i<o.length;i++){const n=r+o[i];""!==r&&e(n)>t?(s.push(r),r=o[i]):r=n}s.push(r)}return s}__truncateLines(t,e,i,s,n){if(!(i>0)||t.length<=i)return t;const o=t.slice(0,i),r=this.__graphemes(o[i-1]);for(;r.length>0&&n(r.join("")+s)>e;)r.pop();return o[i-1]=r.join("")+s,o}__measureByCanvas(){var t;if(!this.ctx||"function"!=typeof this.ctx.measureText)return null;this.state.style.font&&(this.ctx.font=this.state.style.font);const e=this.state.lines||String(null!==(t=this.state.text)&&void 0!==t?t:"").split("\n");let i=0,s=0,n=0;for(const t of e){const e=this.ctx.measureText(t);i=Math.max(i,e.width||0);const o=e.actualBoundingBoxAscent,r=e.actualBoundingBoxDescent;if("number"!=typeof o||"number"!=typeof r)return null;s=Math.max(s,o),n=Math.max(n,r)}return{textWidth:i,textHeight:(s+n)*e.length}}__applyMeasuredSize(t){const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n}=this.state.style,o=t.textWidth+s+n,r=t.textHeight+e+i;10===this.props.width&&(this.state.width=o),10===this.props.height&&(this.state.height=r),this.state.textHeight=t.textHeight}__measureByDOM(){let t;try{if(t=this.root.document.getElementById(dt),!t){t=this.root.document.createElement("div"),t.setAttribute("id",dt);const e={visibility:"hidden",position:"absolute",top:"0",left:"0",padding:"0",margin:"0",border:"none",fontFamily:this.state.style.fontFamily,fontWeight:this.state.style.fontWeight,fontSize:this.state.style.fontSize+"px",lineHeight:"1",whiteSpace:"pre"};for(const i in e)t.style[i]=e[i];t.contenteditable=!1,this.root.document.body.appendChild(t)}t.textContent=this.state.text;const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n}=this.state.style,o={width:t.offsetWidth+s+n,height:t.offsetHeight+e+i};return 10===this.props.width&&(this.state.width=o.width),10===this.props.height&&(this.state.height=o.height),this.state.textHeight=t.offsetHeight,{width:this.state.width,height:this.state.height}}catch(t){return{width:this.state.width,height:this.state.height}}}doRender(){var t;this.dirty&&this.measureText();const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n,textAlign:o,textBaseline:r}=this.state.style,a=this.state.lines||String(null!==(t=this.state.text)&&void 0!==t?t:"").split("\n"),h=(this.state.textHeight||this.state.style.fontSize)/a.length,l="center"===o||"right"===o||"end"===o,c=l?this.__measureFn():null;l&&(this.ctx.textAlign="left");for(let t=0;t<a.length;t++){let i=0-this.state.localOrigin[0]+s;if(l){const e=c&&c(a[t])||0;i="center"===o?-e/2:this.state.localOrigin[0]-n-e}let d=0-this.state.localOrigin[1]+e+(t+1)*h;"middle"===r&&(d=(t-(a.length-1)/2)*h),this.state.stroke&&this.ctx.strokeText(a[t],i,d,this.state.width),this.state.fill&&this.ctx.fillText(a[t],i,d,this.state.width)}this.state.editing&&this.renderCaret(),super.doRender()}}var ut=ICEText,pt=class ICELayoutManager{getPreferredSize(t){return[0,0]}},ft={ICERect:z,ICECircle:X,ICEEllipse:H,ICEStar:ct,ICEIsogon:ht,ICERose:lt,ICEText:ut,ICEImage:ot,ICEGroup:j,ICEVisioLink:ICEVisioLink,ICEPolyLine:rt,ICEBezier:ICEBezier};const gt={evtBuses:[],stopped:!1,frameCallback:function(){for(let e=0;e<gt.evtBuses.length;e++){if(gt.stopped)return;gt.evtBuses[e].trigger(t)}gt.stopped||M.requestFrame(gt.frameCallback)},start:function(){gt.stopped=!1,M.requestFrame(gt.frameCallback)},stop:function(){gt.stopped=!0},registerEvtBus:function(t){gt.evtBuses.includes(t)||gt.evtBuses.push(t)},delEvtBus:function(t){gt.evtBuses.includes(t)&&gt.evtBuses.splice(gt.evtBuses.indexOf(t),1)}};var yt=gt;class ICELinkSlotManager{constructor(t){_defineProperty$1(this,"slotRadius",10),this.ice=t}start(){return this.createLinkSlots(),this.ice.evtBus.on(l,this.hookMouseMoveHandler,this),this.ice.evtBus.on(c,this.hookMouseUpHandler,this),this.ice.evtBus.on("mouseup",this.globalMouseUpHandler,this),this}stop(){return this.ice.evtBus.off(l,this.hookMouseMoveHandler,this),this.ice.evtBus.off(c,this.hookMouseUpHandler,this),this.ice.evtBus.off("mouseup",this.globalMouseUpHandler,this),this}hookMouseMoveHandler(t){const e=t.target,i=e.getMaxBoundingBox(),s=flattenTree([],this.ice.childNodes);s.sort((t,e)=>t.state.zIndex-e.state.zIndex),this.collision=null;for(let t=0;t<s.length;t++){const e=s[t];e&&e.state.linkable&&isEffectivelyVisible(e)&&(e.getMaxBoundingBox().isIntersect(i)&&(this.collision=e))}if(!this.collision){for(let t=0;t<this.ice._linkSlots.length;t++)this.ice._linkSlots[t].setState({display:!1,style:{fillStyle:"#3ce92c"}});return void e.setState({style:{fillStyle:"#3ce92c"}})}let n=!1;for(let t=0;t<this.ice._linkSlots.length;t++){const s=this.ice._linkSlots[t];s.hostComponent!==this.collision&&(s.hostComponent=this.collision),s.setState({display:!0,style:{fillStyle:"#3ce92c"}}),e.setState({style:{fillStyle:"#3ce92c"}}),s.getMaxBoundingBox().isIntersect(i)&&(n=!0,s.setState({style:{fillStyle:"#fffb00"}}))}n&&e.setState({style:{fillStyle:"#fffb00"}})}hookMouseUpHandler(t){const e=t.target,i=e.state.position,s=e.parentNode.targetComponent,n=e.getMaxBoundingBox();let o=!1;if(this.collision)for(let t=0;t<this.ice._linkSlots.length;t++){const e=this.ice._linkSlots[t];if(e.setState({display:!1,style:{fillStyle:"#3ce92c"}}),e.getMaxBoundingBox().isIntersect(n)){o=!0;const t={};t[i]={id:e.hostComponent.state.id,position:e.state.position},s&&s.setState({links:t});break}}if(o)e.setState({display:!1,style:{fillStyle:"#3ce92c"}});else{const t={};t[i]=null,s&&s.setState({links:t})}this.collision=null}globalMouseUpHandler(t){for(let t=0;t<this.ice._linkSlots.length;t++)this.ice._linkSlots[t].setState({display:!1,style:{fillStyle:"#3ce92c"}})}createLinkSlots(){if(this.ice._linkSlots&&this.ice._linkSlots.length)return;const t=new at({zIndex:10000010,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"T",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(t);const e=new at({zIndex:10000011,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"R",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(e);const i=new at({zIndex:10000012,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"B",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(i);const s=new at({zIndex:10000013,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"L",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(s);const n=new at({zIndex:10000014,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"C",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(n),this.ice._linkSlots=[t,e,i,s,n]}}const mt=["linearMatrix","composedMatrix","localOrigin","absoluteOrigin","dots","textHeight","lines"];class Serializer{constructor(t){this.ice=t}toJSONString(){return JSON.stringify(this.toJSONObject())}toJSONObject(){const t={version:1,createTime:(new Date).toLocaleString(),lastModifyTime:(new Date).toLocaleString(),childNodes:[]};for(let e=0;e<this.ice.childNodes.length;e++){const i=this.ice.childNodes[e];this.encodeRecursively(i,t)}return t}encodeRecursively(t,e){const i=this.ice.getTypeId(t.constructor)||t.constructor.name,s={state:this.pickSerializableState(t.state),type:i,childNodes:[]};if(e.childNodes.push(s),("function"!=typeof t.hasDerivedChildren||!t.hasDerivedChildren())&&t.childNodes&&t.childNodes.length)for(let e=0;e<t.childNodes.length;e++)this.encodeRecursively(t.childNodes[e],s)}pickSerializableState(t){const e={};for(const i in t)-1===mt.indexOf(i)&&(e[i]=t[i]);return e}}const _t=[];class Deserializer{constructor(t){_defineProperty$1(this,"_unknownTypes",[]),this.ice=t}get unknownTypes(){return this._unknownTypes}fromJSONObject(t){this._unknownTypes=[];const e=t&&t.version?t.version:1;this.migrate(t,e);const i=t&&t.childNodes||[];for(let t=0;t<i.length;t++)this.decodeRecursively(this.ice,i[t])}fromJSONString(t){const e=JSON.parse(t);this.fromJSONObject(e)}migrate(t,e){if(e>1)throw new Error("不支持的反序列化版本:".concat(e,"(当前支持到 ").concat(1,")"));for(let i=0;i<_t.length;i++){const s=_t[i];e<s.to&&(s.run(t),e=s.to)}t.version=e}decodeRecursively(t,e){if(!e||!e.type)return null;const i=this.ice.getType(e.type);if("function"!=typeof i)return-1===this._unknownTypes.indexOf(e.type)&&this._unknownTypes.push(e.type),null;const s=new i(e.state);if(t.addChild(s),"function"==typeof s.hasDerivedChildren&&s.hasDerivedChildren())return s;const n=e.childNodes;if(n&&n.length)for(let t=0;t<n.length;t++)this.decodeRecursively(s,n[t]);return s}}class PluginHost{constructor(t){_defineProperty$1(this,"plugins",[]),_defineProperty$1(this,"renderHooks",[]),_defineProperty$1(this,"tools",[]),this.ice=t}get names(){return this.plugins.map(t=>t.name)}has(t){return this.plugins.some(e=>e.name===t)}hasRenderHooks(){return this.renderHooks.length>0}use(t){if(!t||!t.name)throw new Error("ICE.use(plugin):插件必须提供非空的 name。");if(this.has(t.name))return!1;if(t.components)for(const e in t.components){const i=t.components[e];"function"==typeof i&&this.ice.registerType(e,i)}if("function"==typeof t.render&&this.renderHooks.push({pluginName:t.name,hook:t.render}),t.tools)for(let e=0;e<t.tools.length;e++){const i=t.tools[e];i&&i.id&&this.tools.push(_objectSpread2(_objectSpread2({},i),{},{pluginName:t.name,instance:null,attached:!1}))}return this.plugins.push(t),"function"==typeof t.setup&&t.setup(this.ice),!0}unuse(t){const e=this.plugins.findIndex(e=>e.name===t);if(-1===e)return!1;const i=this.plugins[e];for(let e=this.tools.length-1;e>=0;e--)this.tools[e].pluginName===t&&(this.detachTool(this.tools[e]),this.tools.splice(e,1));for(let e=this.renderHooks.length-1;e>=0;e--)this.renderHooks[e].pluginName===t&&this.renderHooks.splice(e,1);return this.plugins.splice(e,1),"function"==typeof i.teardown&&i.teardown(this.ice),!0}invokeRenderHooks(t){for(let e=0;e<this.renderHooks.length;e++)this.renderHooks[e].hook(t)}syncTools(t){let e=!1;for(let i=0;i<this.tools.length;i++){const s=this.tools[i];let n=!1;try{n=!!t&&!!s.match(t,this.ice)}catch(t){n=!1}n?(s.instance||(s.instance=s.create()),!s.attached&&s.instance&&(this.ice.addTool(s.instance),s.attached=!0),"function"==typeof s.onTargetChange&&s.onTargetChange(s.instance,t),s.exclusive&&(e=!0)):this.detachTool(s)}return e}detachAllTools(){for(let t=0;t<this.tools.length;t++)this.detachTool(this.tools[t])}detachTool(t){t.attached&&t.instance&&(this.ice.removeTool(t.instance),t.attached=!1)}clear(){this.detachAllTools(),this.plugins=[],this.renderHooks=[],this.tools=[]}}function resolveRole(t){return t.isControlPanel?"tool":t.isLine?"link":"function"==typeof t.measureText?"text":Array.isArray(t.childNodes)?"container":t.state&&t.state.src?"image":"graphic"}function resolveLabel(t){const e=t.state||{};return"string"==typeof e.ariaLabel&&e.ariaLabel?e.ariaLabel:"string"==typeof e.text&&e.text?e.text:"string"==typeof e.title&&e.title?e.title:t.props&&t.props.id||String(e.id||"")}function resolveBox(t,e){if("function"!=typeof e.__paintWorldBox)return null;const i=e.state&&e.state.composedMatrix;if(!i||i.length<6)return null;const s=e.__paintWorldBox([0,0,0,0]);if(!(isFinite(s[0])&&isFinite(s[1])&&isFinite(s[2])&&isFinite(s[3])))return null;const[n,o]=t.worldToScreen(s[0],s[1]),[r,a]=t.worldToScreen(s[2],s[3]);return{x:Math.min(n,r),y:Math.min(o,a),width:Math.abs(r-n),height:Math.abs(a-o)}}function buildAccessibilityTree(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=[],s=t&&t.selectionList||[];let n=0;const walk=(o,r,a)=>{if(!o||!o.length)return;const h=o.slice().sort((t,e)=>(t.state.zIndex||0)-(e.state.zIndex||0));for(let o=0;o<h.length;o++){const l=h[o],c=l.state||{},d=isEffectivelyVisible(l),u=!1!==c.interactive,p=resolveBox(t,l),f=(e.includeHidden||d)&&!!p,g=!e.filter||e.filter(l);f&&g&&i.push({id:l.props&&l.props.id||String(c.id||""),role:resolveRole(l),label:resolveLabel(l),box:p,visible:d,interactive:u,focusable:d&&u,tabIndex:n++,selected:-1!==s.indexOf(l),level:r,parentId:a}),l.childNodes&&l.childNodes.length&&walk(l.childNodes,r+1,l.props&&l.props.id||null)}};return walk(t&&t.childNodes||[],1,null),e.includeTools&&walk(t&&t.toolNodes||[],1,null),i}var vt=class CanvasRenderer extends N{constructor(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),_defineProperty$1(this,"stopped",!1),_defineProperty$1(this,"renderMode","dirty-rect"),_defineProperty$1(this,"__forceFullRender",!1),_defineProperty$1(this,"componentQueue",[]),_defineProperty$1(this,"toolsQueue",[]),_defineProperty$1(this,"__queueDirty",!0),_defineProperty$1(this,"__zSnap",[]),_defineProperty$1(this,"__snap",new WeakMap),_defineProperty$1(this,"__primed",!1),_defineProperty$1(this,"__lastFrameCulled",0),this.ice=t,this.cache=new class ObjectCache{constructor(t){_defineProperty$1(this,"map",new WeakMap),_defineProperty$1(this,"__bytes",0),_defineProperty$1(this,"__vp",null),_defineProperty$1(this,"__vpChanged",!1),this.ice=t}__rvp(){return this.ice&&"function"==typeof this.ice.getRenderViewport?this.ice.getRenderViewport():this.ice&&this.ice.viewport||{scale:1,tx:0,ty:0}}beginFrame(){const t=this.__rvp(),e=this.__vp;this.__vpChanged=!!e&&(e.scale!==t.scale||e.tx!==t.tx||e.ty!==t.ty),e?(e.scale=t.scale,e.tx=t.tx,e.ty=t.ty):this.__vp={scale:t.scale,tx:t.tx,ty:t.ty}}__sameViewport(t,e,i,s){return t.rs===e&&t.ox===i&&t.oy===s}isCachable(t){if(this.__vpChanged)return!1;if("function"==typeof t.hasClippingAncestor&&t.hasClippingAncestor())return!1;if("function"==typeof t.measureText)return!t.state.editing&&isEffectivelyVisible(t);if(t.isLine){if(t.state.lineDashFlow)return!1;if(!isEffectivelyVisible(t))return!1;const e=this.__rvp().scale;if(!(e>0))return!1;const i="function"==typeof t.__localBox?t.__localBox():null,s=i?i[2]-i[0]:Number(t.state.width)||0,n=i?i[3]-i[1]:Number(t.state.height)||0,o=Math.max(0,s)*Math.max(0,n)*e*e;return!(o>2e6||!this.map.has(t)&&this.__bytes+4*o>33554432)}if("function"==typeof t.calcDots&&!t.isLine){const e=Number(t.state.width)||0,i=Number(t.state.height)||0;return isEffectivelyVisible(t)&&!t.state.lineDashFlow&&e*i>=4e4}return!isOpaqueDrawing(t.state)&&"function"==typeof t.createPathObject&&!t.childNodes&&!t.isLine&&isEffectivelyVisible(t)}has(t){return this.map.has(t)}contentKey(t){const e=t.state;if("function"==typeof t.measureText){const t=e.style||{};return[e.text,t.fontWeight,t.fontSize,t.fontFamily,t.font,t.textAlign,t.textBaseline,t.paddingTop,t.paddingBottom,t.paddingLeft,t.paddingRight,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|")}return"function"==typeof t.calcDots?[JSON.stringify(e.dots),e.closePath,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|"):[e.width,e.height,e.radius,e.radiusX,e.radiusY,e.closePath,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|")}__styleKey(t){const e=t.style||{};return[e.fillStyle,e.strokeStyle,e.lineWidth,e.globalAlpha,e.globalCompositeOperation,e.shadow,e.shadowColor,e.shadowBlur,e.shadowOffsetX,e.shadowOffsetY].join("|")}linearKey(t){const e=t.state.composedMatrix;return!e||e.length<6?"":"".concat(e[0],",").concat(e[1],",").concat(e[2],",").concat(e[3])}render(t){if(!this.isCachable(t))return!1;const e=this.__rvp(),i=e.scale,s=e.tx,n=e.ty;let o=this.map.get(t);if(!t.dirty&&o&&this.__sameViewport(o,i,s,n))return this.draw(o),!0;"function"==typeof t.calcDots&&t.refreshParams(),t.composeMatrix();const r=this.linearKey(t),a=this.contentKey(t);let h=!o||o.contentKey!==a||o.linearKey!==r||!this.__sameViewport(o,i,s,n);if(h||(h=!this.refreshPosition(t,o)),h){const e=o||null;e&&(this.__bytes=Math.max(0,this.__bytes-e.pw*e.ph*4)),o=this.build(t,a,r,i,s,n),this.__bytes+=o.pw*o.ph*4}return this.map.set(t,o),this.draw(o),t.dirty=!1,!0}__paintBox(t){const e=t.getMaxBoundingBox().getMinAndMaxPoint(),i=stylePaintPad(t.state);return{minX:e.minX-i,minY:e.minY-i,maxX:e.maxX+i,maxY:e.maxY+i}}build(t,e,i,s,n,o){t.refreshParams(),t.composeMatrix();const r=this.__paintBox(t),a=Math.floor(r.minX*s+n)-1,h=Math.floor(r.minY*s+o)-1,l=Math.max(1,Math.ceil(r.maxX*s+n)-a+1),c=Math.max(1,Math.ceil(r.maxY*s+o)-h+1),{canvas:d,ctx:u}=M.createOffscreenCanvas(l,c),p=[s,0,0,s,n-a,o-h];return t.renderTo(u,p),{canvas:d,ctx:u,pw:l,ph:c,dx:a,dy:h,dx0:a,dy0:h,buildMinX:r.minX,buildMinY:r.minY,rs:s,ox:n,oy:o,contentKey:e,linearKey:i}}refreshPosition(t,e){const i=this.__paintBox(t),s=e.rs,n=s*(i.minX-e.buildMinX),o=s*(i.minY-e.buildMinY);if(Math.abs(n-Math.round(n))>1e-6)return!1;if(Math.abs(o-Math.round(o))>1e-6)return!1;const r=e.dx0+Math.round(n),a=e.dy0+Math.round(o);return!(i.minX*s+e.ox<r||i.minY*s+e.oy<a||i.maxX*s+e.ox>r+e.pw||i.maxY*s+e.oy>a+e.ph||(e.dx=r,e.dy=a,0))}draw(t){const e=this.ice.ctx;e.save(),e.setTransform(1,0,0,1,0,0),e.drawImage(t.canvas,t.dx,t.dy),e.restore()}invalidate(t){const e=this.map.get(t);e&&(this.__bytes=Math.max(0,this.__bytes-e.pw*e.ph*4)),this.map.delete(t)}clear(){this.map=new WeakMap,this.__bytes=0}}(t),"full"!==e.renderMode&&"dirty-rect"!==e.renderMode||(this.renderMode=e.renderMode)}markQueueDirty(){this.__queueDirty=!0}setRenderMode(t){this.renderMode=t}getRenderMode(){return this.renderMode}start(){return this.stopped=!1,this.ice.evtBus.on(t,this.frameEvtHandler,this),this}stop(){return this.stopped=!0,this.ice.evtBus.off(t,this.frameEvtHandler,this),this}frameEvtHandler(t){if(this.ice.dirty){if(this.refreshQueue(),this.cache.beginFrame(),"dirty-rect"===this.renderMode&&!this.__forceFullRender){const t=this.__collect();if(t)return void this.__renderDirtyRect(t)}this.doRenderFull()}}refreshQueue(){if(this.__queueDirty)this.__rebuildQueue();else if(this.__zOrderChanged()){const compareZ=(t,e)=>t.state.zIndex-e.state.zIndex;this.componentQueue.sort(compareZ),this.toolsQueue.sort(compareZ),this.__snapshotZ()}}__rebuildQueue(){const compareZ=(t,e)=>t.state.zIndex-e.state.zIndex;this.componentQueue=flattenTree([],this.ice.childNodes),this.componentQueue.sort(compareZ),this.toolsQueue=flattenTree([],this.ice.toolNodes),this.toolsQueue.sort(compareZ),this.__queueDirty=!1,this.__snapshotZ(),this.__snap=new WeakMap,this.__primed=!1}__snapshotZ(){const t=this.componentQueue.length+this.toolsQueue.length;this.__zSnap.length!==t&&(this.__zSnap=new Array(t));let e=0;for(let t=0;t<this.componentQueue.length;t++)this.__zSnap[e++]=this.componentQueue[t].state.zIndex;for(let t=0;t<this.toolsQueue.length;t++)this.__zSnap[e++]=this.toolsQueue[t].state.zIndex}__zOrderChanged(){const t=this.componentQueue.length+this.toolsQueue.length;if(this.__zSnap.length!==t)return!0;let e=0;for(let t=0;t<this.componentQueue.length;t++)if(this.__zSnap[e++]!==this.componentQueue[t].state.zIndex)return!0;for(let t=0;t<this.toolsQueue.length;t++)if(this.__zSnap[e++]!==this.toolsQueue[t].state.zIndex)return!0;return!1}doRenderFull(){this.ice.ctx.setTransform(1,0,0,1,0,0),this.ice.ctx.clearRect(0,0,this.ice.canvasWidth,this.ice.canvasHeight);const t=this.__visibleWorldRect();let e=0;for(let i=0;i<this.componentQueue.length;i++){const s=this.componentQueue[i];if(t&&s.isEffectivelyVisible()&&!s.dirty){const i=this.__snap.get(s);if(i&&!intersects(i,t)){e++;continue}}this.__ensureContext(s),this.__renderComponent(s),s.isEffectivelyVisible()&&this.__capture(s)}this.__lastFrameCulled=e;for(let t=0;t<this.toolsQueue.length;t++){const e=this.toolsQueue[t];this.__ensureContext(e),e.render(),e.isEffectivelyVisible()&&this.__capture(e)}this.__invokePluginRender(null),this.__finalizeHidden(this.componentQueue),this.__finalizeHidden(this.toolsQueue),this.__primed=!0,this.ice.dirty=!1,this.ice.evtBus.trigger(a)}__collect(){if(!this.__primed)return null;const t=this.ice.ctx,e=this.ice.canvasWidth||0,i=this.ice.canvasHeight||0;if(!e||!i)return null;if(!t||"function"!=typeof t.save||"function"!=typeof t.clip||"function"!=typeof t.restore)return null;const s=this.__preCount(this.componentQueue);if(0===s.dirty)return null;if(s.visible>0&&s.dirty/s.visible>.2)return null;const n=[];if(!this.__collectDirtyBoxes(n,this.componentQueue))return null;if(!this.__collectDirtyBoxes(n,this.toolsQueue))return null;const o=function coalesceRegions(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;const i=[];for(let e=0;e<t.length;e++){const s=t[e];if(!isFiniteBox(s))continue;let n=!1;for(let t=0;t<i.length;t++)if(intersects(i[t],s)&&isWorthMerging(i[t],s)){i[t]=mergeBox(i[t],s),n=!0;break}n||i.push([s[0],s[1],s[2],s[3]])}let s=!0;for(;s;){s=!1;for(let t=0;t<i.length&&!s;t++)for(let e=t+1;e<i.length;e++)if(intersects(i[t],i[e])&&isWorthMerging(i[t],i[e])){i[t]=mergeBox(i[t],i[e]),i.splice(e,1),s=!0;break}}for(;i.length>e;){let t=0,e=1,s=1/0;for(let n=0;n<i.length;n++)for(let o=n+1;o<i.length;o++){const r=boxArea(mergeBox(i[n],i[o]))-boxArea(i[n])-boxArea(i[o]);isWorthMerging(i[n],i[o])&&r<s&&(s=r,t=n,e=o)}if(s===1/0){if(i.length>24)return[i.reduce((t,e)=>mergeBox(t,e),[1/0,1/0,-1/0,-1/0])];break}i[t]=mergeBox(i[t],i[e]),i.splice(e,1)}return i}(n,6);if(!o.length)return null;const r=this.__renderViewport(),a=[];for(let t=0;t<o.length;t++)integerAlign(o[t]),a.push(mapBoxToRender(o[t],r));if(function regionsAreaRatio(t,e,i){if(!e||!i)return 1;let s=0;for(let e=0;e<t.length;e++)s+=boxArea(t[e]);return s/(e*i)}(a,e,i)>.35)return null;if(this.__riskyIntersectsRegions(o,this.componentQueue))return null;if(this.__riskyIntersectsRegions(o,this.toolsQueue))return null;const h=[1/0,1/0,-1/0,-1/0];for(let t=0;t<o.length;t++)unionBoxes(h,o[t]);return{regions:o,renderRegions:a,bounding:h}}__renderViewport(){return"function"==typeof this.ice.getRenderViewport?this.ice.getRenderViewport():this.ice.viewport}__preCount(t){let e=0,i=0,s=!1;for(let n=0;n<t.length;n++){const o=t[n];o.isEffectivelyVisible()?(e++,o.dirty&&i++):this.__snap.has(o)&&(s=!0)}return{visible:e,dirty:i,hiddenErase:s}}__collectDirtyBoxes(t,e){for(let i=0;i<e.length;i++){const s=e[i];if(!s.isEffectivelyVisible()){const e=this.__snap.get(s);e&&t.push([e[0],e[1],e[2],e[3]]);continue}if(!s.dirty)continue;s.__paramsDirtyAtCollect=s.paramsDirty;const n=this.__freshBox(s);if(!n)return!1;const o=this.__snap.get(s);t.push(o?mergeBox(o,n):n)}return!0}__riskyIntersectsRegions(t,e){for(let i=0;i<e.length;i++){const s=e[i];if(!s.isEffectivelyVisible())continue;if(!this.__isDotPath(s)&&!this.__isText(s)&&isOpaqueDrawing(s.state))continue;if(s.dirty){if(!this.__isText(s))continue;if(!s.__paramsDirtyAtCollect&&this.cache.isCachable(s)&&this.cache.has(s))continue;return!0}if(this.cache.isCachable(s)&&this.cache.has(s))continue;const n=this.__snap.get(s);if(!n)return!0;for(let e=0;e<t.length;e++)if(intersects(n,t[e]))return!0}return!1}__renderDirtyRect(t){const e=this.ice.ctx,i=t.regions,s=t.renderRegions;for(let t=0;t<i.length;t++){const n=i[t],o=s[t],r=o[0],a=o[1],h=o[2]-o[0],l=o[3]-o[1];if(!(h<=0||l<=0)){e.save(),e.setTransform(1,0,0,1,0,0),e.clearRect(r,a,h,l),e.beginPath(),e.rect(r,a,h,l),e.clip();for(let t=0;t<this.componentQueue.length;t++){const e=this.componentQueue[t];if(!e.isEffectivelyVisible())continue;const i=this.__snap.get(e);(e.dirty||i&&intersects(i,n))&&(this.__ensureContext(e),this.__renderComponent(e),this.__capture(e))}for(let t=0;t<this.toolsQueue.length;t++){const e=this.toolsQueue[t];e.isEffectivelyVisible()&&(this.__ensureContext(e),e.render(),this.__capture(e))}this.__invokePluginRender(n),e.restore()}}this.__finalizeHidden(this.componentQueue),this.__finalizeHidden(this.toolsQueue),this.ice.dirty=!1,this.ice.evtBus.trigger(a)}__invokePluginRender(t){const e=this.ice&&this.ice.plugins;if(!e||"function"!=typeof e.hasRenderHooks||!e.hasRenderHooks())return;const i=this.ice.ctx,s=this.__renderViewport();i.setTransform(s.scale,0,0,s.scale,s.tx,s.ty),e.invokeRenderHooks({ctx:i,mode:this.renderMode,region:t,width:this.ice.canvasWidth,height:this.ice.canvasHeight})}__ensureContext(t){t.ctx===this.ice.ctx&&t.ice===this.ice||(t.root=this.ice.root,t.ctx=this.ice.ctx,t.evtBus=this.ice.evtBus,t.ice=this.ice)}getWorldBox(t){return this.__snap.get(t)||null}__visibleWorldRect(){const t=this.ice.canvasWidth||0,e=this.ice.canvasHeight||0;if(!t||!e)return null;const[i,s]=this.ice.screenToWorld(0,0),[n,o]=this.ice.screenToWorld(t,e),r=[Math.min(i,n),Math.min(s,o),Math.max(i,n),Math.max(s,o)];return isFiniteBox(r)?r:null}__renderComponent(t){this.cache.render(t)||t.render()}__isDotPath(t){return"function"==typeof t.calcDots}__isText(t){return"function"==typeof t.measureText}__freshBox(t){try{"function"==typeof t.refreshParams&&t.refreshParams();const e=t.getMaxBoundingBox(!0).getMinAndMaxPoint(),i=stylePaintPad(t.state),s=[e.minX-i,e.minY-i,e.maxX+i,e.maxY+i];return isFiniteBox(s)?s:null}catch(t){return null}}__capture(t){let e=this.__snap.get(t);e||(e=new Float64Array(4),this.__snap.set(t,e)),t.__paintWorldBox(e);const i=stylePaintPad(t.state);e[0]-=i,e[1]-=i,e[2]+=i,e[3]+=i}__finalizeHidden(t){for(let e=0;e<t.length;e++){const i=t[e];!i.isEffectivelyVisible()&&i.dirty&&(i.dirty=!1,this.__snap.delete(i))}}};class ImageCache{constructor(t){_defineProperty$1(this,"imageCache",new Map),this.ice=t}setImage(t){let e=this.imageCache.get(t);return e||(e=M.createImage(),e.onload=()=>{this.ice.dirty=!0},e.onerror=()=>{},e.src=t,this.imageCache.size>ImageCache.CACHE_SIZE&&this.imageCache.delete(this.imageCache.keys().next().value),this.imageCache.set(t,e)),{loaded:this.loaded(e),image:e}}loaded(t){return t.complete&&t.naturalWidth>0}}_defineProperty$1(ImageCache,"CACHE_SIZE",100);var xt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var bt=function isNil(t){return null==t};var Ct=function listCacheClear$1(){this.__data__=[],this.size=0};var wt=function eq$4(t,e){return t===e||t!=t&&e!=e},St=wt;var Et=function assocIndexOf$4(t,e){for(var i=t.length;i--;)if(St(t[i][0],e))return i;return-1},Pt=Et,kt=Array.prototype.splice;var Mt=Et;var It=Et;var Bt=Et;var Tt=Ct,Nt=function listCacheDelete$1(t){var e=this.__data__,i=Pt(e,t);return!(i<0)&&(i==e.length-1?e.pop():kt.call(e,i,1),--this.size,!0)},Ot=function listCacheGet$1(t){var e=this.__data__,i=Mt(e,t);return i<0?void 0:e[i][1]},Dt=function listCacheHas$1(t){return It(this.__data__,t)>-1},At=function listCacheSet$1(t,e){var i=this.__data__,s=Bt(i,t);return s<0?(++this.size,i.push([t,e])):i[s][1]=e,this};function ListCache$4(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}ListCache$4.prototype.clear=Tt,ListCache$4.prototype.delete=Nt,ListCache$4.prototype.get=Ot,ListCache$4.prototype.has=Dt,ListCache$4.prototype.set=At;var $t=ListCache$4,Lt=$t;var Rt=function stackClear$1(){this.__data__=new Lt,this.size=0};var Ft=function stackDelete$1(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i};var zt=function stackGet$1(t){return this.__data__.get(t)};var jt=function stackHas$1(t){return this.__data__.has(t)},Ht="object"==typeof xt&&xt&&xt.Object===Object&&xt,Xt=Ht,Vt="object"==typeof self&&self&&self.Object===Object&&self,Wt=Xt||Vt||Function("return this")(),Yt=Wt.Symbol,Gt=Yt,qt=Object.prototype,Kt=qt.hasOwnProperty,Ut=qt.toString,Jt=Gt?Gt.toStringTag:void 0;var Qt=function getRawTag$1(t){var e=Kt.call(t,Jt),i=t[Jt];try{t[Jt]=void 0;var s=!0}catch(t){}var n=Ut.call(t);return s&&(e?t[Jt]=i:delete t[Jt]),n},Zt=Object.prototype.toString;var te=Qt,ee=function objectToString$1(t){return Zt.call(t)},ie=Yt?Yt.toStringTag:void 0;var se=function baseGetTag$4(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ie&&ie in Object(t)?te(t):ee(t)};var ne=function isObject$7(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)},oe=se,re=ne;var ae,he=function isFunction$3(t){if(!re(t))return!1;var e=oe(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},le=Wt["__core-js_shared__"],ce=(ae=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||""))?"Symbol(src)_1."+ae:"";var de=function isMasked$1(t){return!!ce&&ce in t},ue=Function.prototype.toString;var pe=he,fe=de,ge=ne,ye=function toSource$1(t){if(null!=t){try{return ue.call(t)}catch(t){}try{return t+""}catch(t){}}return""},me=/^\[object .+?Constructor\]$/,_e=Function.prototype,ve=Object.prototype,xe=_e.toString,be=ve.hasOwnProperty,Ce=RegExp("^"+xe.call(be).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var we=function baseIsNative$1(t){return!(!ge(t)||fe(t))&&(pe(t)?Ce:me).test(ye(t))},Se=function getValue$1(t,e){return null==t?void 0:t[e]};var Ee=function getNative$3(t,e){var i=Se(t,e);return we(i)?i:void 0},Pe=Ee(Wt,"Map"),ke=Ee(Object,"create"),Me=ke;var Ie=function hashClear$1(){this.__data__=Me?Me(null):{},this.size=0};var Be=function hashDelete$1(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Te=ke,Ne=Object.prototype.hasOwnProperty;var Oe=function hashGet$1(t){var e=this.__data__;if(Te){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return Ne.call(e,t)?e[t]:void 0},De=ke,Ae=Object.prototype.hasOwnProperty;var $e=ke;var Le=Ie,Re=Be,Fe=Oe,ze=function hashHas$1(t){var e=this.__data__;return De?void 0!==e[t]:Ae.call(e,t)},je=function hashSet$1(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=$e&&void 0===e?"__lodash_hash_undefined__":e,this};function Hash$1(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}Hash$1.prototype.clear=Le,Hash$1.prototype.delete=Re,Hash$1.prototype.get=Fe,Hash$1.prototype.has=ze,Hash$1.prototype.set=je;var He=Hash$1,Xe=$t,Ve=Pe;var We=function isKeyable$1(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};var Ye=function getMapData$4(t,e){var i=t.__data__;return We(e)?i["string"==typeof e?"string":"hash"]:i.map},Ge=Ye;var qe=Ye;var Ke=Ye;var Ue=Ye;var Je=function mapCacheClear$1(){this.size=0,this.__data__={hash:new He,map:new(Ve||Xe),string:new He}},Qe=function mapCacheDelete$1(t){var e=Ge(this,t).delete(t);return this.size-=e?1:0,e},Ze=function mapCacheGet$1(t){return qe(this,t).get(t)},ti=function mapCacheHas$1(t){return Ke(this,t).has(t)},ei=function mapCacheSet$1(t,e){var i=Ue(this,t),s=i.size;return i.set(t,e),this.size+=i.size==s?0:1,this};function MapCache$1(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}MapCache$1.prototype.clear=Je,MapCache$1.prototype.delete=Qe,MapCache$1.prototype.get=Ze,MapCache$1.prototype.has=ti,MapCache$1.prototype.set=ei;var ii=$t,si=Pe,ni=MapCache$1;var oi=$t,ri=Rt,ai=Ft,hi=zt,li=jt,ci=function stackSet$1(t,e){var i=this.__data__;if(i instanceof ii){var s=i.__data__;if(!si||s.length<199)return s.push([t,e]),this.size=++i.size,this;i=this.__data__=new ni(s)}return i.set(t,e),this.size=i.size,this};function Stack$1(t){var e=this.__data__=new oi(t);this.size=e.size}Stack$1.prototype.clear=ri,Stack$1.prototype.delete=ai,Stack$1.prototype.get=hi,Stack$1.prototype.has=li,Stack$1.prototype.set=ci;var di=Stack$1,ui=Ee,pi=function(){try{var t=ui(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),fi=pi;var gi=function baseAssignValue$3(t,e,i){"__proto__"==e&&fi?fi(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i},yi=gi,mi=wt;var _i=function assignMergeValue$2(t,e,i){(void 0!==i&&!mi(t[e],i)||void 0===i&&!(e in t))&&yi(t,e,i)};var vi=function createBaseFor$1(t){return function(e,i,s){for(var n=-1,o=Object(e),r=s(e),a=r.length;a--;){var h=r[t?a:++n];if(!1===i(o[h],h,o))break}return e}}(),xi={exports:{}};!function(t,e){var i=Wt,s=e&&!e.nodeType&&e,n=s&&t&&!t.nodeType&&t,o=n&&n.exports===s?i.Buffer:void 0,r=o?o.allocUnsafe:void 0;t.exports=function cloneBuffer(t,e){if(e)return t.slice();var i=t.length,s=r?r(i):new t.constructor(i);return t.copy(s),s}}(xi,xi.exports);var bi=Wt.Uint8Array;var Ci=function cloneArrayBuffer$1(t){var e=new t.constructor(t.byteLength);return new bi(e).set(new bi(t)),e};var wi=function cloneTypedArray$1(t,e){var i=e?Ci(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)};var Si=function copyArray$1(t,e){var i=-1,s=t.length;for(e||(e=Array(s));++i<s;)e[i]=t[i];return e},Ei=ne,Pi=Object.create,ki=function(){function object(){}return function(t){if(!Ei(t))return{};if(Pi)return Pi(t);object.prototype=t;var e=new object;return object.prototype=void 0,e}}();var Mi=function overArg$1(t,e){return function(i){return t(e(i))}}(Object.getPrototypeOf,Object),Ii=Object.prototype;var Bi=function isPrototype$2(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ii)},Ti=ki,Ni=Mi,Oi=Bi;var Di=function initCloneObject$1(t){return"function"!=typeof t.constructor||Oi(t)?{}:Ti(Ni(t))};var Ai=function isObjectLike$5(t){return null!=t&&"object"==typeof t},$i=se,Li=Ai;var Ri=function baseIsArguments$1(t){return Li(t)&&"[object Arguments]"==$i(t)},Fi=Ai,zi=Object.prototype,ji=zi.hasOwnProperty,Hi=zi.propertyIsEnumerable,Xi=Ri(function(){return arguments}())?Ri:function(t){return Fi(t)&&ji.call(t,"callee")&&!Hi.call(t,"callee")},Vi=Array.isArray;var Wi=function isLength$2(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991},Yi=he,Gi=Wi;var qi=function isArrayLike$3(t){return null!=t&&Gi(t.length)&&!Yi(t)},Ki=qi,Ui=Ai;var Ji=function isArrayLikeObject$1(t){return Ui(t)&&Ki(t)},Qi={exports:{}};var Zi=function stubFalse(){return!1};!function(t,e){var i=Wt,s=Zi,n=e&&!e.nodeType&&e,o=n&&t&&!t.nodeType&&t,r=o&&o.exports===n?i.Buffer:void 0,a=(r?r.isBuffer:void 0)||s;t.exports=a}(Qi,Qi.exports);var ts=se,es=Mi,is=Ai,ss=Function.prototype,ns=Object.prototype,os=ss.toString,rs=ns.hasOwnProperty,as=os.call(Object);var hs=function isPlainObject$1(t){if(!is(t)||"[object Object]"!=ts(t))return!1;var e=es(t);if(null===e)return!0;var i=rs.call(e,"constructor")&&e.constructor;return"function"==typeof i&&i instanceof i&&os.call(i)==as},ls=se,cs=Wi,ds=Ai,us={};us["[object Float32Array]"]=us["[object Float64Array]"]=us["[object Int8Array]"]=us["[object Int16Array]"]=us["[object Int32Array]"]=us["[object Uint8Array]"]=us["[object Uint8ClampedArray]"]=us["[object Uint16Array]"]=us["[object Uint32Array]"]=!0,us["[object Arguments]"]=us["[object Array]"]=us["[object ArrayBuffer]"]=us["[object Boolean]"]=us["[object DataView]"]=us["[object Date]"]=us["[object Error]"]=us["[object Function]"]=us["[object Map]"]=us["[object Number]"]=us["[object Object]"]=us["[object RegExp]"]=us["[object Set]"]=us["[object String]"]=us["[object WeakMap]"]=!1;var ps=function baseIsTypedArray$1(t){return ds(t)&&cs(t.length)&&!!us[ls(t)]};var fs=function baseUnary$1(t){return function(e){return t(e)}},gs={exports:{}};!function(t,e){var i=Ht,s=e&&!e.nodeType&&e,n=s&&t&&!t.nodeType&&t,o=n&&n.exports===s&&i.process,r=function(){try{var t=n&&n.require&&n.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=r}(gs,gs.exports);var ys=ps,ms=fs,_s=gs.exports,vs=_s&&_s.isTypedArray,xs=vs?ms(vs):ys;var bs=function safeGet$2(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]},Cs=gi,ws=wt,Ss=Object.prototype.hasOwnProperty;var Es=function assignValue$1(t,e,i){var s=t[e];Ss.call(t,e)&&ws(s,i)&&(void 0!==i||e in t)||Cs(t,e,i)},Ps=gi;var ks=function copyObject$1(t,e,i,s){var n=!i;i||(i={});for(var o=-1,r=e.length;++o<r;){var a=e[o],h=s?s(i[a],t[a],a,i,t):void 0;void 0===h&&(h=t[a]),n?Ps(i,a,h):Es(i,a,h)}return i};var Ms=/^(?:0|[1-9]\d*)$/;var Is=function isIndex$2(t,e){var i=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==i||"symbol"!=i&&Ms.test(t))&&t>-1&&t%1==0&&t<e},Bs=function baseTimes$1(t,e){for(var i=-1,s=Array(t);++i<t;)s[i]=e(i);return s},Ts=Xi,Ns=Vi,Os=Qi.exports,Ds=Is,As=xs,$s=Object.prototype.hasOwnProperty;var Ls=function arrayLikeKeys$1(t,e){var i=Ns(t),s=!i&&Ts(t),n=!i&&!s&&Os(t),o=!i&&!s&&!n&&As(t),r=i||s||n||o,a=r?Bs(t.length,String):[],h=a.length;for(var l in t)!e&&!$s.call(t,l)||r&&("length"==l||n&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Ds(l,h))||a.push(l);return a};var Rs=ne,Fs=Bi,zs=function nativeKeysIn$1(t){var e=[];if(null!=t)for(var i in Object(t))e.push(i);return e},js=Object.prototype.hasOwnProperty;var Hs=Ls,Xs=function baseKeysIn$1(t){if(!Rs(t))return zs(t);var e=Fs(t),i=[];for(var s in t)("constructor"!=s||!e&&js.call(t,s))&&i.push(s);return i},Vs=qi;var Ws=function keysIn$2(t){return Vs(t)?Hs(t,!0):Xs(t)},Ys=ks,Gs=Ws;var qs=_i,Ks=xi.exports,Us=wi,Js=Si,Qs=Di,Zs=Xi,tn=Vi,en=Ji,sn=Qi.exports,nn=he,on=ne,rn=hs,an=xs,hn=bs,ln=function toPlainObject$1(t){return Ys(t,Gs(t))};var cn=di,dn=_i,un=vi,pn=function baseMergeDeep$1(t,e,i,s,n,o,r){var a=hn(t,i),h=hn(e,i),l=r.get(h);if(l)qs(t,i,l);else{var c=o?o(a,h,i+"",t,e,r):void 0,d=void 0===c;if(d){var u=tn(h),p=!u&&sn(h),f=!u&&!p&&an(h);c=h,u||p||f?tn(a)?c=a:en(a)?c=Js(a):p?(d=!1,c=Ks(h,!0)):f?(d=!1,c=Us(h,!0)):c=[]:rn(h)||Zs(h)?(c=a,Zs(a)?c=ln(a):on(a)&&!nn(a)||(c=Qs(h))):d=!1}d&&(r.set(h,c),n(c,h,s,o,r),r.delete(h)),qs(t,i,c)}},fn=ne,gn=Ws,yn=bs;var mn=function baseMerge$1(t,e,i,s,n){t!==e&&un(e,(function(o,r){if(n||(n=new cn),fn(o))pn(t,e,r,i,baseMerge$1,s,n);else{var a=s?s(yn(t,r),o,r+"",t,e,n):void 0;void 0===a&&(a=o),dn(t,r,a)}}),gn)};var _n=function identity$2(t){return t};var vn=function apply$1(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)},xn=Math.max;var bn=function overRest$1(t,e,i){return e=xn(void 0===e?t.length-1:e,0),function(){for(var s=arguments,n=-1,o=xn(s.length-e,0),r=Array(o);++n<o;)r[n]=s[e+n];n=-1;for(var a=Array(e+1);++n<e;)a[n]=s[n];return a[e]=i(r),vn(t,this,a)}};var Cn=function constant$1(t){return function(){return t}},wn=pi,Sn=wn?function(t,e){return wn(t,"toString",{configurable:!0,enumerable:!1,value:Cn(e),writable:!0})}:_n,En=Date.now;var Pn=function shortOut$1(t){var e=0,i=0;return function(){var s=En(),n=16-(s-i);if(i=s,n>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Sn),kn=_n,Mn=bn,In=Pn;var Bn=wt,Tn=qi,Nn=Is,On=ne;var Dn=function baseRest$1(t,e){return In(Mn(t,e,kn),t+"")},An=function isIterateeCall$1(t,e,i){if(!On(i))return!1;var s=typeof e;return!!("number"==s?Tn(i)&&Nn(e,i.length):"string"==s&&e in i)&&Bn(i[e],t)};var $n=mn,Ln=function createAssigner$1(t){return Dn((function(e,i){var s=-1,n=i.length,o=n>1?i[n-1]:void 0,r=n>2?i[2]:void 0;for(o=t.length>3&&"function"==typeof o?(n--,o):void 0,r&&An(i[0],i[1],r)&&(o=n<3?void 0:o,n=1),e=Object(e);++s<n;){var a=i[s];a&&t(e,a,s,o)}return e}))}((function(t,e,i){$n(t,e,i)}));class Entity extends j{static typeId="Entity";hasDerivedChildren(){return!0}entityFieldsComponent=[];constructor(t){super(Entity.arrangeParam(t)),this.syncEntityNameAndFields()}static arrangeParam(t){const e=Ln({entityName:"Entity Name",fields:[],style:{strokeStyle:"#334155",fillStyle:"#ffffff",radius:8,lineWidth:1.5},headerStyle:{textColor:"#0f172a",backgroundColor:"#f1f5f9",fontSize:18,fontWeight:"bold",paddingTop:12,paddingLeft:14,paddingRight:14,paddingBottom:12},fieldStyle:{textColor:"#334155",fontSize:16,fontWeight:"normal",paddingTop:9,paddingLeft:14,paddingRight:14},dividerStyle:{strokeStyle:"#cbd5e1",fillStyle:"#cbd5e1",lineWidth:1}},t,{transformable:!1});return bt(e.entityName)&&(e.entityName="Entity Name"),bt(e.fields)&&(e.fields=[]),e}syncEntityNameAndFields(){if(this.entityNameComponent&&(this.removeChild(this.entityNameComponent),this.entityNameComponent=null),this.headerBackgroundComponent&&(this.removeChild(this.headerBackgroundComponent),this.headerBackgroundComponent=null),this.deviderLine&&(this.removeChild(this.deviderLine),this.deviderLine=null),this.entityFieldsComponent.length&&(this.removeChildren(this.entityFieldsComponent),this.entityFieldsComponent.length=0),this.state.entityName){if(this.entityNameComponent=new ut({left:0,top:0,text:this.state.entityName,style:{strokeStyle:this.state.headerStyle.textColor,fillStyle:this.state.headerStyle.textColor,fontSize:this.state.headerStyle.fontSize,fontWeight:this.state.headerStyle.fontWeight,paddingTop:this.state.headerStyle.paddingTop,paddingLeft:this.state.headerStyle.paddingLeft,paddingRight:this.state.headerStyle.paddingRight,paddingBottom:this.state.headerStyle.paddingBottom},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1}),this.state.headerStyle.backgroundColor&&"none"!==this.state.headerStyle.backgroundColor){const t=this.state.style.lineWidth||1.5,e=t/2;this.headerBackgroundComponent=new z({left:e,top:e,width:Math.max(this.state.width-t,0),height:Math.max(this.entityNameComponent.state.height-e,0),zIndex:this.entityNameComponent.state.zIndex-1,origin:"top-left",style:{fillStyle:this.state.headerStyle.backgroundColor,radius:Math.max((this.state.style.radius||0)-e,0),lineWidth:0},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1}),this.addChild(this.headerBackgroundComponent)}this.addChild(this.entityNameComponent),this.deviderLine=new rt({left:0,top:0,points:[[0,0],[this.state.width,0]],style:{strokeStyle:this.state.dividerStyle.strokeStyle,fillStyle:this.state.dividerStyle.fillStyle,lineWidth:this.state.dividerStyle.lineWidth},interactive:!1}),this.addChild(this.deviderLine)}if(!bt(this.state.fields)){const t=this.state.fields.length;for(let e=0;e<t;e++){const i=this.state.fields[e],s=this.fieldDisplay(i),n=new ut({left:0,top:0,text:s.text,style:{strokeStyle:this.state.fieldStyle.textColor,fillStyle:this.state.fieldStyle.textColor,fontSize:this.state.fieldStyle.fontSize,fontWeight:this.state.fieldStyle.fontWeight,paddingTop:this.state.fieldStyle.paddingTop,paddingLeft:this.state.fieldStyle.paddingLeft,paddingRight:this.state.fieldStyle.paddingRight,paddingBottom:e===t-1?12:0},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1});this.entityFieldsComponent.push(n)}this.addChildren(this.entityFieldsComponent)}}fieldDisplay(t){const e=[];t.primary&&e.push("PK"),t.foreignKey&&e.push("FK");const i=[];t.unique&&i.push("UQ"),t.autoIncrement&&i.push("AI"),!1===t.nullable&&i.push("NN");const s=e.length?e.join(" ")+" ":"",n=t.type?`${t.type}${t.length?`(${t.length})`:""}`:"",o=i.length?" "+i.join(" "):"",r=void 0!==t.default?" = "+t.default:"",a=t.comment?" // "+t.comment:"";return{text:`${s}${t.name}${n?" "+n:""}${o}${r}${a}`}}calcComponentParams(){let t=this.state.width,e=0,i=0,s=0;this.entityNameComponent&&(s=this.entityNameComponent.state.height,e=s,t=Math.max(t,this.entityNameComponent.state.width),e+=this.deviderLine.state.height,i=e);for(let i=0;i<this.entityFieldsComponent.length;i++){const s=this.entityFieldsComponent[i];s.state.left=0,s.state.top=e,e+=s.state.height,t=Math.max(t,s.state.width)}if(this.deviderLine&&(this.deviderLine.state.points=[[0,i],[t,i]]),this.headerBackgroundComponent){const e=this.state.style.lineWidth||1.5,i=e/2;this.headerBackgroundComponent.state.left=i,this.headerBackgroundComponent.state.top=i,this.headerBackgroundComponent.state.width=Math.max(t-e,0),this.headerBackgroundComponent.state.height=Math.max(s-i,0)}const n=t,o=Math.max(e,this.state.height);return this.state.width=n,this.state.height=o,{width:n,height:o}}toEntityObject(){const t={name:this.state.entityName,columns:{}};return this.state.fields.forEach(e=>{const i={};void 0!==e.type&&(i.type=e.type),void 0!==e.length&&(i.length=e.length),e.primary&&(i.primary=!0),e.generated&&(i.generated=!0),e.autoIncrement&&(i.generated=!0,i.strategy="increment"),!1===e.nullable&&(i.nullable=!1),e.unique&&(i.unique=!0),void 0!==e.default&&(i.default=e.default),void 0!==e.comment&&(i.comment=e.comment),e.index&&(i.index=!0),t.columns[e.name]=i}),t}setState(t){const e=!bt(t.fields)||!bt(t.entityName);super.setState(t),e&&this.syncEntityNameAndFields()}addField(t){const e=[...this.state.fields||[],t];return this.setFields(e),this}removeField(t){const e=(this.state.fields||[]).filter(e=>e.name!==t);return this.setFields(e),this}setFields(t){return this.setState({fields:t}),this}}class Relation extends ICEVisioLink{static typeId="Relation";hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Relation.normalizeLinks(t||{}),i=e.relationType||"one-to-one",s=Relation.composeLabel(e,i);super({title:"Relation",relationType:i,referencedColumnName:"id",sourceField:"id",targetField:"id",arrow:e.arrow||Relation.defaultArrow(i),...e,label:s,labelStyle:{fontSize:14,fillStyle:"#334155",backgroundColor:"#ffffff",...e.labelStyle||{}}})}static defaultArrow(t){switch(t){case"one-to-many":return"end";case"many-to-one":return"start";case"many-to-many":case"one-to-one":default:return"none"}}static normalizeLinks(t){if(!t||!t.links)return t||{};const e={top:"T",right:"R",bottom:"B",left:"L",center:"C"},i={...t.links};return i.start&&e[i.start.position]&&(i.start={...i.start,position:e[i.start.position]}),i.end&&e[i.end.position]&&(i.end={...i.end,position:e[i.end.position]}),{...t,links:i}}static cardinalityLabel(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i={"one-to-many":["1","N"],"many-to-one":["N","1"],"many-to-many":["N","N"],"one-to-one":["1","1"]},[s,n]=i[t]||i["one-to-one"];return`${e.sourceCardinality||s} : ${e.targetCardinality||n}`}static composeLabel(t,e){return t.label?t.label:Relation.buildLabel(t,e)}static buildLabel(t,e){const i=[];t.onDelete&&i.push("ON DELETE "+t.onDelete),t.onUpdate&&i.push("ON UPDATE "+t.onUpdate);const s=Relation.cardinalityLabel(e,t);return i.length?`${s} (${i.join(", ")})`:s}toEntityObject(){const{title:t,relationType:e,referencedColumnName:i,sourceField:s,targetField:n,nullable:o,onDelete:r,onUpdate:a,joinTableName:h,fromKey:l,toKey:c}=this.state;let d,u,p,f,g,y;this.state.links&&this.state.links.start&&this.state.links.start.id&&(p=this.state.links.start.id,d=this.ice.findComponent(p),f=d.state.entityName),this.state.links&&this.state.links.end&&this.state.links.end.id&&(g=this.state.links.end.id,u=this.ice.findComponent(g),y=u.state.entityName);return{title:t,fromId:p,fromName:f,toId:g,toName:y,relationType:e,referencedColumnName:i,sourceField:s,targetField:n,nullable:!1!==o&&void 0,onDelete:r,onUpdate:a,joinTableName:h,fromKey:l,toKey:c}}}function typeIdOf(t){const e=t&&t.constructor;return e&&"string"==typeof e.typeId?e.typeId:void 0}function isEntity(t){return typeIdOf(t)===Entity.typeId}function isRelation(t){return typeIdOf(t)===Relation.typeId}const Rn=[{key:"display",type:"boolean"},{key:"zIndex",type:"number"},{key:"opacity",type:"number",doc:"子树不透明度(引擎 1.3 起)"},{key:"transform",type:"object"},{key:"origin",type:"string"},{key:"originX",type:"number"},{key:"originY",type:"number"},{key:"lineDash",type:"array"},{key:"lineDashOffset",type:"number"},{key:"lineDashFlow",type:"boolean"},{key:"lineDashFlowSpeed",type:"number"},{key:"lineBorder",type:"boolean"},{key:"lineBorderWidth",type:"number"},{key:"lineBorderColor",type:"string"},{key:"fill",type:"boolean"},{key:"stroke",type:"boolean"},{key:"linkable",type:"boolean"},{key:"transformable",type:"boolean"},{key:"animations",type:"object"}],Fn=[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"},{key:"left",type:"number"},{key:"top",type:"number"},{key:"width",type:"number"},{key:"height",type:"number"},{key:"relationType",type:"string"},{key:"referencedColumnName",type:"string"},{key:"sourceField",type:"string"},{key:"targetField",type:"string"},{key:"nullable",type:"boolean"},{key:"onDelete",type:"string"},{key:"onUpdate",type:"string"},{key:"joinTableName",type:"string"},{key:"fromKey",type:"string"},{key:"toKey",type:"string"},{key:"sourceCardinality",type:"string"},{key:"targetCardinality",type:"string"},{key:"label",type:"string"},{key:"labelStyle",type:"object"},{key:"style",type:"object"},{key:"arrow",type:"string"},{key:"lineType",type:"string"},{key:"escapeDistance",type:"number"},{key:"routeType",type:"string"},{key:"routeOffset",type:"number"},{key:"curveType",type:"string"},{key:"linkShape",type:"string",doc:"连线形态(visio/bezier)"},{key:"lineDash",type:"array"},{key:"lineWidth",type:"number"},{key:"arrowLength",type:"number"},{key:"arrowAngel",type:"number"},{key:"arrowStyle",type:"string"},{key:"startPoint",type:"array"},{key:"endPoint",type:"array"},{key:"links",type:"object",validate:function validateLinks(t,e,i){["start","end"].forEach(s=>{const n=t[s];void 0!==n&&(n&&"object"==typeof n&&!Array.isArray(n)?(void 0!==n.id&&"string"!=typeof n.id&&i.push(`${e}.${s}.id must be a string when present`),void 0!==n.position&&"string"!=typeof n.position&&i.push(`${e}.${s}.position must be a string when present`)):i.push(`${e}.${s} must be an object when present`))})}},{key:"sourceId",type:"string",doc:"连线起点宿主 id(与 links.start.id 同步)"},{key:"targetId",type:"string",doc:"连线终点宿主 id(与 links.end.id 同步)"},{key:"draggable",type:"boolean"},{key:"interactive",type:"boolean"},{key:"showMinBoundingBox",type:"boolean"},{key:"showMaxBoundingBox",type:"boolean"}],zn=[...[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"},{key:"left",type:"number"},{key:"top",type:"number"},{key:"width",type:"number"},{key:"height",type:"number"},{key:"entityName",type:"string",required:!0},{key:"fields",type:"array",validate:function validateFields(t,e,i){t.forEach((t,s)=>{t&&"object"==typeof t&&!Array.isArray(t)?void 0!==t.name&&"string"!=typeof t.name&&i.push(`${e}[${s}].name must be a string when present`):i.push(`${e}[${s}] must be an object`)})}},{key:"style",type:"object"},{key:"headerStyle",type:"object"},{key:"fieldStyle",type:"object"},{key:"dividerStyle",type:"object"},{key:"draggable",type:"boolean"},{key:"interactive",type:"boolean"},{key:"showMinBoundingBox",type:"boolean"},{key:"showMaxBoundingBox",type:"boolean"}],...Rn],jn=[...Fn,...Rn];function pickDocumentNode(t,e){const i={};e.forEach(e=>{const s=t?t[e.key]:void 0;void 0!==s&&(i[e.key]=s)});const s=t?t.data:void 0;return void 0!==s&&(i.data=s),i}function validateDocumentNode(t,e,i,s){t&&"object"==typeof t&&!Array.isArray(t)?i.forEach(i=>{const n=t[i.key];void 0!==n?!function typeMatches(t,e){switch(e){case void 0:case"any":return!0;case"array":return Array.isArray(t);case"object":return!!t&&"object"==typeof t&&!Array.isArray(t);case"number":return"number"==typeof t;case"boolean":return"boolean"==typeof t;case"string":default:return"string"==typeof t}}(n,i.type)?s.push(`${e}.${i.key} must be a ${i.type} when present`):i.validate&&i.validate(n,`${e}.${i.key}`,s):i.required&&s.push(`${e}.${i.key} is required`)}):s.push(e+" must be an object")}const Hn=[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"}];function validateProjectSnapshot(t){const e=[];return!t||"object"!=typeof t||Array.isArray(t)?{valid:!1,errors:["root must be an object"]}:(void 0!==t.schemaVersion&&"number"!=typeof t.schemaVersion&&e.push("schemaVersion must be a number when present"),Array.isArray(t.entities)?t.entities.forEach((t,i)=>{validateNode(t,`entities[${i}]`,Entity.typeId,e)}):e.push("entities must be an array"),void 0===t.relations||Array.isArray(t.relations)?Array.isArray(t.relations)&&t.relations.forEach((t,i)=>{validateNode(t,`relations[${i}]`,Relation.typeId,e)}):e.push("relations must be an array when present"),{valid:0===e.length,errors:e})}function validateNode(t,e,i,s){if(!t||"object"!=typeof t||Array.isArray(t))return void s.push(e+" must be an object");const n=void 0===t.typeId?i:t.typeId;n!==Entity.typeId?n!==Relation.typeId?validateDocumentNode(t,e,Hn,s):validateDocumentNode(t,e,jn,s):validateDocumentNode(t,e,zn,s)}function validateSchema(t){const e=[],i=t.filter(isEntity),s=t.filter(isRelation),n=new Map;return i.forEach(t=>{const i=(t.state.entityName||"").trim();if(!i)return void e.push({level:"error",message:"存在未命名的 Entity",componentId:t.state.id});n.has(i)||n.set(i,[]),n.get(i).push(t);const s=t.state.fields||[];0===s.length&&e.push({level:"warning",message:`Entity "${i}" 没有任何字段`,componentId:t.state.id});const o=new Set;s.forEach(s=>{const n=(s.name||"").trim();n?o.has(n)?e.push({level:"error",message:`Entity "${i}" 存在重复字段 "${n}"`,componentId:t.state.id}):o.add(n):e.push({level:"error",message:`Entity "${i}" 存在未命名字段`,componentId:t.state.id}),s.type||e.push({level:"warning",message:`Entity "${i}" 的字段 "${n||"(未命名)"}" 未设置类型`,componentId:t.state.id})})}),n.forEach((t,i)=>{t.length>1&&e.push({level:"error",message:`存在重复的 Entity 名称 "${i}"`})}),s.forEach(t=>{const s=t.state.links||{},n=s.start&&s.start.id,o=s.end&&s.end.id,r=t.state.relationType;if(!n||!o)return void e.push({level:"error",message:"存在没有完整起点/终点的 Relation",componentId:t.state.id});const a=i.some(t=>t.state.id===n),h=i.some(t=>t.state.id===o);a&&h||e.push({level:"error",message:"Relation 连接到了不存在的 Entity",componentId:t.state.id}),r?"many-to-many"!==r||t.state.joinTableName||e.push({level:"warning",message:"many-to-many 关系建议设置 joinTableName",componentId:t.state.id}):e.push({level:"error",message:"Relation 未设置关系类型",componentId:t.state.id})}),e}function toWords(t){return function convertToString(t){const e=t||"";return"string"==typeof e?e:String(e)}(t).match(/[A-Z\xC0-\xD6\xD8-\xDE]?[a-z\xDF-\xF6\xF8-\xFF]+|[A-Z\xC0-\xD6\xD8-\xDE]+(?![a-z\xDF-\xF6\xF8-\xFF])|\d+/g)||[]}function toCamelCase(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i="";for(let s=0,n=t.length;s<n;s++){let n=t[s].toLowerCase();(e||0!==s)&&(n=n.substr(0,1).toUpperCase()+n.substr(1)),i+=n}return i}function camelCase(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return toCamelCase(toWords(t),e)}var Xn=[],Vn=[],Wn={},Yn={},Gn={};function sanitizeRule(t){return"string"==typeof t?new RegExp("^"+t+"$","i"):t}function restoreCase(t,e){return t===e?e:t===t.toLowerCase()?e.toLowerCase():t===t.toUpperCase()?e.toUpperCase():t[0]===t[0].toUpperCase()?e.charAt(0).toUpperCase()+e.substr(1).toLowerCase():e.toLowerCase()}function interpolate(t,e){return t.replace(/\$(\d{1,2})/g,(function(t,i){return e[i]||""}))}function replace(t,e){return t.replace(e[0],(function(i,s){var n=interpolate(e[1],arguments);return restoreCase(""===i?t[s-1]:i,n)}))}function sanitizeWord(t,e,i){if(!t.length||Wn.hasOwnProperty(t))return e;for(var s=i.length;s--;){var n=i[s];if(n[0].test(e))return replace(e,n)}return e}function replaceWord(t,e,i){return function(s){var n=s.toLowerCase();return e.hasOwnProperty(n)?restoreCase(s,n):t.hasOwnProperty(n)?restoreCase(s,t[n]):sanitizeWord(n,s,i)}}function checkWord(t,e,i){return function(s){var n=s.toLowerCase();return!!e.hasOwnProperty(n)||!t.hasOwnProperty(n)&&sanitizeWord(n,n,i)===n}}function pluralize(t,e,i){return(i?e+" ":"")+(1===e?pluralize.singular(t):pluralize.plural(t))}pluralize.plural=replaceWord(Gn,Yn,Xn),pluralize.isPlural=checkWord(Gn,Yn,Xn),pluralize.singular=replaceWord(Yn,Gn,Vn),pluralize.isSingular=checkWord(Yn,Gn,Vn),pluralize.addPluralRule=function(t,e){Xn.push([sanitizeRule(t),e])},pluralize.addSingularRule=function(t,e){Vn.push([sanitizeRule(t),e])},pluralize.addUncountableRule=function(t){"string"!=typeof t?(pluralize.addPluralRule(t,"$0"),pluralize.addSingularRule(t,"$0")):Wn[t.toLowerCase()]=!0},pluralize.addIrregularRule=function(t,e){e=e.toLowerCase(),t=t.toLowerCase(),Gn[t]=e,Yn[e]=t},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach((function(t){return pluralize.addIrregularRule(t[0],t[1])})),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach((function(t){return pluralize.addPluralRule(t[0],t[1])})),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach((function(t){return pluralize.addSingularRule(t[0],t[1])})),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(pluralize.addUncountableRule);const qn={number:"int",int:"int",integer:"int",smallint:"smallint",bigint:"bigint",float:"float",double:"double",real:"real",decimal:"decimal",numeric:"numeric",string:"varchar",varchar:"varchar",char:"char",text:"text",boolean:"boolean",bool:"boolean",date:"date",datetime:"datetime",timestamp:"timestamp",time:"time",json:"json",jsonb:"jsonb",uuid:"uuid",enum:"enum",blob:"blob",binary:"blob","simple-array":"simple-array","simple-json":"simple-json"},Kn=["varchar","char","nvarchar","nchar","text","uuid"];function normalizeColumn(t){const e={},i=function mapColumnType(t){if(null==t||""===t)return;const e=String(t).toLowerCase();return qn[e]||String(t)}(t.type);if(void 0!==i&&(e.type=i),void 0!==t.length&&null!==t.length&&""!==t.length){const s=String(t.length).trim();if("decimal"===i||"numeric"===i){const[t,i]=s.split(",").map(t=>t.trim());t&&(e.precision=Number(t)),i&&(e.scale=Number(i))}else i&&Kn.indexOf(i)>=0&&(e.length=t.length)}return t.primary&&(e.primary=!0),t.generated&&(e.generated=!0),t.autoIncrement&&(e.generated=!0,e.strategy="increment"),void 0!==t.strategy&&(e.strategy=t.strategy),!1===t.nullable&&(e.nullable=!1),t.unique&&(e.unique=!0),void 0!==t.default&&(e.default=t.default),void 0!==t.comment&&(e.comment=t.comment),t.index&&(e.index=!0),e}function normalizeColumns(t){const e={};return Object.keys(t||{}).forEach(i=>{e[i]=normalizeColumn(t[i])}),e}function buildJoinColumn(t,e){return{name:t||e||"id",referencedColumnName:e||"id"}}function toSchemaObject(t){const e=[...t],i=[],s={};for(let t=0;t<e.length;t++){const n=e[t];if(isRelation(n))i.push(n);else if(isEntity(n)){const t=n.toEntityObject();t.columns=normalizeColumns(t.columns),s[n.state.id]=t}}for(let t=0;t<i.length;t++){const e=i[t],{fromId:n,fromName:o,toId:r,toName:a,relationType:h,referencedColumnName:l,sourceField:c,targetField:d,nullable:u,onDelete:p,onUpdate:f,joinTableName:g,fromKey:y,toKey:m}=e.toEntityObject(),_=s[n],v=s[r];if(!_||!v)continue;_.relations||(_.relations={}),v.relations||(v.relations={});const x=y||camelCase(a),b=m||camelCase(o),C={};!1===u&&(C.nullable=!1),p&&(C.onDelete=p),f&&(C.onUpdate=f),"one-to-one"===h?(v.relations[b]={type:h,target:o,joinColumn:buildJoinColumn(d||l,c||l),...C},_.relations[x]={type:h,target:a,inverseSide:b}):"one-to-many"===h?(_.relations[x]={type:h,target:a,inverseSide:b},v.relations[b]={type:"many-to-one",target:o,joinColumn:buildJoinColumn(d||l,c||l),...C}):"many-to-one"===h?(_.relations[x]={type:h,target:a,joinColumn:buildJoinColumn(c||l,d||l),...C},v.relations[b]={type:"one-to-many",target:o,inverseSide:x}):"many-to-many"===h&&(_.relations[""+pluralize(x)]={type:h,target:a,joinTable:!g||{name:g}},v.relations[""+pluralize(b)]={type:h,target:o,inverseSide:""+pluralize(x)})}const n=[];for(const t in s)n.push(s[t]);return n}function toSchemaString(t){return JSON.stringify(toSchemaObject(t))}function createEmptyPath(t){const e=t.path2D&&t.path2D.constructor;return e?new e:null}class FlowDiamond extends F{static typeId="FlowDiamond";createPathObject(){const t=this.state.width,e=this.state.height,i=0-this.state.localOrigin[0],s=0-this.state.localOrigin[1],n=createEmptyPath(this);return n?(n.moveTo(i+t/2,s),n.lineTo(i+t,s+e/2),n.lineTo(i+t/2,s+e),n.lineTo(i,s+e/2),n.closePath(),this.path2D=n,this.path2D):this.path2D}}class FlowParallelogram extends F{static typeId="FlowParallelogram";createPathObject(){const t=this.state.width,e=this.state.height,i=Math.min(28,.18*t),s=0-this.state.localOrigin[0],n=0-this.state.localOrigin[1],o=createEmptyPath(this);return o?(o.moveTo(s+i,n),o.lineTo(s+t,n),o.lineTo(s+t-i,n+e),o.lineTo(s,n+e),o.closePath(),this.path2D=o,this.path2D):this.path2D}}const Un={terminator:{label:"开始 / 结束",width:180,height:60,fill:"#dcfce7",stroke:"#16a34a",radius:30,shape:"rect"},process:{label:"处理",width:220,height:80,fill:"#e0e7ff",stroke:"#4f46e5",radius:10,shape:"rect"},decision:{label:"判定",width:200,height:120,fill:"#fef3c7",stroke:"#d97706",shape:"diamond"},io:{label:"输入 / 输出",width:220,height:80,fill:"#e0f2fe",stroke:"#0284c7",shape:"parallelogram"}},Jn={rect:z,diamond:FlowDiamond,parallelogram:FlowParallelogram};class FlowNode extends j{static typeId="FlowNode";shapeComponent=null;labelComponent=null;hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Un[t.kind]?t.kind:"process",i=Un[e];super({kind:e,title:i.label,fillColor:i.fill,strokeColor:i.stroke,textColor:"#0f172a",fontSize:14,width:i.width,height:i.height,fill:!1,stroke:!1,draggable:!0,interactive:!0,transformable:!1,...t}),this.__buildShape()}__buildShape(){this.shapeComponent&&this.removeChild(this.shapeComponent),this.labelComponent&&this.removeChild(this.labelComponent);const t=Un[this.state.kind]||Un.process,e=Jn[t.shape]||z;this.shapeComponent=new e({left:0,top:0,width:this.state.width,height:this.state.height,radius:t.radius||0,interactive:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,style:{fillStyle:this.state.fillColor||t.fill,strokeStyle:this.state.strokeColor||t.stroke,lineWidth:1.5}}),this.labelComponent=new ut({left:0,top:0,width:this.state.width,height:this.state.height,text:String(this.state.title||""),wrap:!0,maxLines:2,interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,style:{fontSize:this.state.fontSize||14,fillStyle:this.state.textColor||"#0f172a",textAlign:"center",textBaseline:"middle",paddingLeft:12,paddingRight:12}}),this.addChild(this.shapeComponent),this.addChild(this.labelComponent)}applyPatch(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=void 0!==t.kind||void 0!==t.fillColor||void 0!==t.strokeColor||void 0!==t.textColor||void 0!==t.fontSize||void 0!==t.width||void 0!==t.height;return this.setState(t),e?this.__buildShape():this.labelComponent&&this.labelComponent.setState({text:String(this.state.title||"")}),this.dirty=!0,this}}class FlowEdge extends ICEVisioLink{static typeId="FlowEdge";hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super({title:"Edge",arrow:"end",linkShape:"visio",lineType:"solid",linkable:!1,draggable:!1,interactive:!0,transformable:!1,startPoint:[0,0],endPoint:[10,10],label:"",...t,style:{strokeStyle:"#475569",fillStyle:"#475569",lineWidth:1.6,...t.style||{}},labelStyle:{fontSize:12,fillStyle:"#334155",backgroundColor:"#ffffff",paddingLeft:4,paddingRight:4,...t.labelStyle||{}}})}}function validateFlowSnapshot(t){const e=[];return!t||"object"!=typeof t||Array.isArray(t)?{valid:!1,errors:["root must be an object"]}:void 0!==t.scene?(!t.scene||"object"!=typeof t.scene||Array.isArray(t.scene)?e.push("scene must be an object when present"):Array.isArray(t.scene.childNodes)||e.push("scene.childNodes must be an array"),{valid:0===e.length,errors:e}):(Array.isArray(t.nodes)?t.nodes.forEach((t,i)=>{const s=`nodes[${i}]`;t&&"object"==typeof t&&!Array.isArray(t)?("string"!=typeof t.id&&e.push(s+".id must be a string"),void 0!==t.kind&&"string"!=typeof t.kind&&e.push(s+".kind must be a string when present"),void 0!==t.left&&"number"!=typeof t.left&&e.push(s+".left must be a number when present"),void 0!==t.top&&"number"!=typeof t.top&&e.push(s+".top must be a number when present")):e.push(s+" must be an object")}):e.push("nodes must be an array"),void 0===t.edges||Array.isArray(t.edges)?Array.isArray(t.edges)&&t.edges.forEach((t,i)=>{const s=`edges[${i}]`;t&&"object"==typeof t&&!Array.isArray(t)?(["sourceId","targetId"].forEach(i=>{void 0!==t[i]&&null!==t[i]&&"string"!=typeof t[i]&&e.push(`${s}.${i} must be a string or null when present`)}),void 0!==t.label&&"string"!=typeof t.label&&e.push(s+".label must be a string when present"),void 0!==t.linkShape&&"visio"!==t.linkShape&&"bezier"!==t.linkShape&&e.push(s+'.linkShape must be "visio" or "bezier" when present')):e.push(s+" must be an object")}):e.push("edges must be an array when present"),{valid:0===e.length,errors:e})}exports.AlignmentGuideManager=W,exports.AnimationManager=E,exports.CanvasRenderer=vt,exports.DARK_THEME=x,exports.DEFAULT_THEME=v,exports.DOMEventDispatcher=et,exports.DOMEventInterceptor=st,exports.Deserializer=Deserializer,exports.Entity=Entity,exports.EntityDesigner=class EntityDesigner{selectedId=null;__changeListeners=[];__mousedownHandler=t=>this.__handleMouseDown(t);__undoStack=[];__redoStack=[];__historyEnabled=!0;__maxHistory=100;constructor(t){this.ice=t,this.ice.registerType(Entity.typeId,Entity),this.ice.registerType(Relation.typeId,Relation),this.ice.evtBus.on("mousedown",this.__mousedownHandler,this)}get entities(){return this.ice.childNodes.filter(t=>isEntity(t))}get relations(){return this.ice.childNodes.filter(t=>isRelation(t))}get selected(){return this.selectedId?this.ice.findComponent(this.selectedId):null}select(t){return this.selectedId=t,this}createEntity(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.captureHistory();const e=this.entities.length,i=new Entity({left:120+e%4*220,top:120+260*Math.floor(e/4),entityName:"NewEntity",fields:[],...t});return this.ice.addChild(i),this.select(i.state.id),this.__emitChange(),i}createRelation(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.captureHistory();const e=t.links||{start:{id:t.sourceId||t.fromId,position:t.startPosition||"R"},end:{id:t.targetId||t.toId,position:t.endPosition||"L"}},i=t.sourceId||t.fromId||e.start&&e.start.id,s=t.targetId||t.toId||e.end&&e.end.id,n=e.start&&e.start.position||t.startPosition||"R",o=e.end&&e.end.position||t.endPosition||"L",r=i?this.ice.findComponent(i):null,a=s?this.ice.findComponent(s):null,h=r?this.__slotPoint(r,n):null,l=a?this.__slotPoint(a,o):null,c=new Relation({relationType:t.relationType||"one-to-many",sourceField:t.sourceField||"id",targetField:t.targetField||"id",links:e,startPoint:h||[0,0],endPoint:l||[10,10],...t});return this.ice.addChild(c),this.select(c.state.id),this.__emitChange(),c}updateEntity(t,e){const i=this.ice.findComponent(t);return isEntity(i)&&(this.captureHistory(),i.setState(e),this.__emitChange()),i}updateRelation(t,e){const i=this.ice.findComponent(t);if(isRelation(i)){this.captureHistory();const t={...i.state,...e},s=Relation.buildLabel(t,t.relationType||"one-to-one");i.setState({...e,label:s}),this.__emitChange()}return i}removeComponent(t){const e=this.ice.findComponent(t);if(e){if(this.captureHistory(),isEntity(e)){this.relations.filter(e=>{const i=e.state.links||{};return i.start&&i.start.id===t||i.end&&i.end.id===t}).forEach(t=>this.ice.removeChild(t))}this.ice.removeChild(e),this.selectedId===t&&(this.selectedId=null),this.__emitChange()}}toSchemaObject(){return toSchemaObject(this.ice.childNodes)}toSchemaString(){return toSchemaString(this.ice.childNodes)}validate(){return validateSchema(this.ice.childNodes)}serializeProject(){const t={version:1,schemaVersion:1,entities:this.entities.map(t=>this.__entitySnapshot(t)),relations:this.relations.map(t=>this.__relationSnapshot(t))};return JSON.stringify(t)}loadProject(t){if(!t)return{loaded:!1,entities:0,relations:0,unknownTypes:[],skipped:[]};const e=this.__parseProject(t);if(!e)return{loaded:!1,entities:0,relations:0,unknownTypes:[],skipped:[]};this.captureHistory();const i=this.__applySnapshot(e);return this.__emitChange(),i}__entitySnapshot(t){return pickDocumentNode({...t.state||{},typeId:Entity.typeId},zn)}__slotPoint(t,e){const i=t.getMinBoundingBox(!0),s=i.center[0],n=i.center[1];switch(e){case"T":return[s,i.tl[1]];case"B":return[s,i.br[1]];case"L":return[i.tl[0],n];case"R":return[i.tr[0],n];case"C":default:return[s,n]}}__relationSnapshot(t){return pickDocumentNode({...t.state||{},typeId:Relation.typeId},jn)}__parseProject(t){const e=JSON.parse(t);if(!e||!Array.isArray(e.entities))return null;if(void 0!==e.schemaVersion&&1!==e.schemaVersion)throw new Error("Unsupported project schemaVersion: "+e.schemaVersion);const i=validateProjectSnapshot(e);if(!i.valid)throw new Error("Invalid project snapshot:\n"+i.errors.join("\n"));return e}__applyProject(t){const e=this.__parseProject(t);e&&this.__applySnapshot(e)}__resolveTypeId(t,e){return t&&"string"==typeof t.typeId&&t.typeId?t.typeId:"entities"===e?Entity.typeId:Relation.typeId}__resolveComponentClass(t){const e=this.ice;if("function"==typeof e.getType){const i=e.getType(t);if("function"==typeof i)return i}else if(e.typeMapping&&"function"==typeof e.typeMapping[t])return e.typeMapping[t];return t===Entity.typeId?Entity:t===Relation.typeId?Relation:null}__recordUnknownType(t,e,i,s,n){-1===t.unknownTypes.indexOf(s)&&t.unknownTypes.push(s);const o=n&&"string"==typeof n.id?n.id:void 0;t.skipped.push(void 0===o?{bucket:e,index:i,typeId:s}:{bucket:e,index:i,typeId:s,id:o})}__applySnapshot(t){const e=this.ice.renderer;e&&e.stop();const i={loaded:!0,entities:0,relations:0,unknownTypes:[],skipped:[]};try{this.ice.clearAll(),this.ice.ctx&&"function"==typeof this.ice.ctx.clearRect&&(this.ice.ctx.setTransform(1,0,0,1,0,0),this.ice.ctx.clearRect(0,0,this.ice.canvasWidth||0,this.ice.canvasHeight||0));const createNode=(t,e,s)=>{const n=this.__resolveTypeId(t,e),o=this.__resolveComponentClass(n);if("function"!=typeof o)return this.__recordUnknownType(i,e,s,n,t),null;const r=new o(t);return delete r.state.typeId,delete r.props.typeId,this.ice.addChild(r),r},collect=(t,e,s)=>{const n=createNode(t,e,s);isEntity(n)?i.entities+=1:isRelation(n)&&(i.relations+=1)};t.entities.forEach((t,e)=>collect(t,"entities",e)),(t.relations||[]).forEach((t,e)=>collect(t,"relations",e)),this.selectedId=null}finally{if(e){const t=e.getRenderMode();e.setRenderMode("full"),e.start(),this.ice.dirty=!0,setTimeout(()=>{e.setRenderMode(t)},50)}}return i}__applyHistorySnapshot(t){this.__historyEnabled=!1;try{this.__applyProject(t),this.selectedId=null}finally{this.__historyEnabled=!0}}canUndo(){return this.__undoStack.length>0}canRedo(){return this.__redoStack.length>0}captureHistory(){this.__historyEnabled&&(this.__undoStack.push(this.serializeProject()),this.__undoStack.length>this.__maxHistory&&this.__undoStack.shift(),this.__redoStack.length=0)}undo(){if(!this.canUndo())return;const t=this.serializeProject(),e=this.__undoStack.pop();try{this.__applyHistorySnapshot(e)}catch(t){throw this.__undoStack.push(e),t}this.__redoStack.push(t),this.__emitChange()}redo(){if(!this.canRedo())return;const t=this.serializeProject(),e=this.__redoStack.pop();try{this.__applyHistorySnapshot(e)}catch(t){throw this.__redoStack.push(e),t}this.__undoStack.push(t),this.__emitChange()}subscribe(t){return"function"!=typeof t?()=>{}:(this.__changeListeners.push(t),()=>{const e=this.__changeListeners.indexOf(t);-1!==e&&this.__changeListeners.splice(e,1)})}__emitChange(){if(!this.__changeListeners.length)return;const t=this.serializeProject();this.__changeListeners.slice().forEach(e=>e(t))}dispose(){this.ice.evtBus.off("mousedown",this.__mousedownHandler,this)}__handleMouseDown(t){const e=t&&t.param&&t.param.component;if(!e)return;let i=e;for(;i.parentNode;)i=i.parentNode;(isEntity(i)||isRelation(i))&&this.select(i.state.id)}},exports.EventBus=nt,exports.FLOW_NODE_KINDS=Un,exports.FlowDesigner=class FlowDesigner{selectedId=null;__undoStack=[];__redoStack=[];__historyEnabled=!0;__maxHistory=100;__listeners=[];__mousedownHandler=t=>this.__handleMouseDown(t);__moveSession=!1;__moveEmitQueued=!1;__beforeMoveHandler=()=>this.__onBeforeMove();__afterMoveHandler=()=>this.__onAfterMove();__mouseupHandler=()=>this.__endMoveSession();constructor(t){this.ice=t,this.ice.registerType(FlowNode.typeId,FlowNode),this.ice.registerType(FlowEdge.typeId,FlowEdge),this.ice.evtBus.on("mousedown",this.__mousedownHandler,this),this.ice.evtBus.on("mouseup",this.__mouseupHandler,this)}get nodes(){return this.ice.childNodes.filter(t=>t&&t.constructor&&t.constructor.typeId===FlowNode.typeId)}get edges(){return this.ice.childNodes.filter(t=>t&&t.constructor&&t.constructor.typeId===FlowEdge.typeId)}get selected(){return this.selectedId?this.ice.findComponent(this.selectedId):null}subscribe(t){return"function"!=typeof t?()=>{}:(this.__listeners.push(t),()=>{const e=this.__listeners.indexOf(t);-1!==e&&this.__listeners.splice(e,1)})}__emitChange(){if(!this.__listeners.length)return;const t=this.serialize();this.__listeners.slice().forEach(e=>e(t,this))}__attachNodeListeners(t){t&&"function"==typeof t.on&&(t.on("BEFORE_MOVE",this.__beforeMoveHandler,this),t.on("AFTER_MOVE",this.__afterMoveHandler,this))}__detachNodeListeners(t){t&&"function"==typeof t.off&&(t.off("BEFORE_MOVE",this.__beforeMoveHandler,this),t.off("AFTER_MOVE",this.__afterMoveHandler,this))}__onBeforeMove(){this.__moveSession||(this.__moveSession=!0,this.__captureHistory())}__onAfterMove(){if(this.__moveEmitQueued)return;this.__moveEmitQueued=!0;const flush=()=>{this.__moveEmitQueued=!1,this.__emitChange()};"function"==typeof requestAnimationFrame?requestAnimationFrame(flush):setTimeout(flush,16)}__endMoveSession(){this.__moveSession=!1}select(t){return this.selectedId=t,this.__emitChange(),this}__defaultPlacement(t,e){const i=this.nodes;if(!i.length)return{left:120,top:120};let s=1/0,n=-1/0;i.forEach(t=>{const e=t.getMinBoundingBox(!0);s=Math.min(s,e.tl[0]),n=Math.max(n,e.br[1])});const o=i.length;return{left:s+o%4*280,top:n+80+Math.floor(o/4)*(e+90)}}createNode(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.__captureHistory();const i=new FlowNode({kind:t,...e});if(void 0===e.left||void 0===e.top){const t=this.__defaultPlacement(i.state.width,i.state.height);i.setState({left:void 0===e.left?t.left:e.left,top:void 0===e.top?t.top:e.top})}return this.ice.addChild(i),this.__attachNodeListeners(i),this.selectedId=i.state.id,this.__emitChange(),i}__slotPoint(t,e){const i=t.getMinBoundingBox(!0);switch(e){case"T":return[...i.tc];case"R":return[...i.rc];case"B":return[...i.bc];case"L":return[...i.lc];case"C":default:return[...i.center]}}createEdge(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.sourceId?this.ice.findComponent(t.sourceId):null,i=t.targetId?this.ice.findComponent(t.targetId):null;if(!e||!i)throw new Error("连接两端必须是已存在的节点");this.__captureHistory();const s=t.sourcePort||"B",n=t.targetPort||"T",o=new FlowEdge({links:{start:{id:t.sourceId,position:s},end:{id:t.targetId,position:n}},startPoint:this.__slotPoint(e,s),endPoint:this.__slotPoint(i,n),label:t.label||"",linkShape:t.linkShape||"visio",style:t.style,labelStyle:t.labelStyle});return this.ice.addChild(o),this.selectedId=o.state.id,this.__emitChange(),o}updateNode(t,e){const i=this.ice.findComponent(t);return i&&i.constructor.typeId===FlowNode.typeId&&(this.__captureHistory(),i.applyPatch(e),this.__emitChange()),i}updateEdge(t,e){const i=this.ice.findComponent(t);return i&&i.constructor.typeId===FlowEdge.typeId&&(this.__captureHistory(),i.setState(e),i.dirty=!0,this.__emitChange()),i}remove(t){const e=this.ice.findComponent(t);e&&(this.__captureHistory(),e.constructor.typeId===FlowNode.typeId&&(this.__detachNodeListeners(e),this.edges.filter(e=>{const i=e.state.links||{};return i.start&&i.start.id===t||i.end&&i.end.id===t}).forEach(t=>this.ice.removeChild(t))),this.ice.removeChild(e),this.selectedId===t&&(this.selectedId=null),this.__emitChange())}clear(){this.__captureHistory(),this.ice.clearAll(),this.selectedId=null,this.__emitChange()}serialize(){return JSON.stringify(this.toSnapshot())}toSnapshot(){const t=this.__serializer().toJSONObject();return{version:2,kind:"flowchart",scene:{version:t.version,childNodes:t.childNodes}}}__serializer(){const t=this.ice;return t.serializer||new Serializer(t)}__deserializer(){const t=this.ice;return t.deserializer||new Deserializer(t)}load(t){if(!t)return{loaded:!1,nodes:0,edges:0,skipped:[]};let e;try{e=JSON.parse(t)}catch(t){throw new Error(`Invalid flow snapshot: 不是合法 JSON(${t instanceof Error?t.message:String(t)})`)}if(!e||"object"!=typeof e)return{loaded:!1,nodes:0,edges:0,skipped:[]};const i=!!e.scene;if(!i&&!Array.isArray(e.nodes))return{loaded:!1,nodes:0,edges:0,skipped:[]};const s=validateFlowSnapshot(e);if(!s.valid)throw new Error("Invalid flow snapshot:\n"+s.errors.join("\n"));this.__captureHistory();const n=i?this.__applyEngineScene(e.scene):this.__clearAndBuild(e);return this.__emitChange(),n}__applyEngineScene(t){this.ice.clearAll(),this.selectedId=null;const e=this.__deserializer();e.fromJSONObject({version:t.version,childNodes:t.childNodes});const i={loaded:!0,nodes:this.nodes.length,edges:this.edges.length,skipped:[...e.unknownTypes||[]]};return this.nodes.forEach(t=>this.__attachNodeListeners(t)),i}__clearAndBuild(t){this.ice.clearAll(),this.selectedId=null;const e={loaded:!0,nodes:0,edges:0,skipped:[]};return(t.nodes||[]).forEach(t=>{if(void 0!==t.typeId&&t.typeId!==FlowNode.typeId)return void e.skipped.push(String(t.typeId));const i=new FlowNode(t);delete i.state.typeId,this.ice.addChild(i),this.__attachNodeListeners(i),e.nodes+=1}),(t.edges||[]).forEach(t=>{if(void 0!==t.typeId&&t.typeId!==FlowEdge.typeId)return void e.skipped.push(String(t.typeId));const i=t.sourceId||t.links&&t.links.start&&t.links.start.id||null,s=t.targetId||t.links&&t.links.end&&t.links.end.id||null,n=t.sourcePort||t.links&&t.links.start&&t.links.start.position||"B",o=t.targetPort||t.links&&t.links.end&&t.links.end.position||"T",r=i&&s?{start:{id:i,position:n},end:{id:s,position:o}}:t.links,a=new FlowEdge({...t,links:r,startPoint:t.startPoint||[0,0],endPoint:t.endPoint||[10,10]});delete a.state.typeId,this.ice.addChild(a),e.edges+=1}),e}fitViewport(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:80;const e=this.nodes,i=this.ice.canvasWidth||0,s=this.ice.canvasHeight||0;if(!e.length||!i||!s)return;let n=1/0,o=1/0,r=-1/0,a=-1/0;e.forEach(t=>{const e=t.getMinBoundingBox(!0);n=Math.min(n,e.tl[0]),o=Math.min(o,e.tl[1]),r=Math.max(r,e.br[0]),a=Math.max(a,e.br[1])});const h=Math.max(r-n,1),l=Math.max(a-o,1),c=Math.min((i-2*t)/h,(s-2*t)/l,1.25),d=(i-h*c)/2-n*c,u=(s-l*c)/2-o*c;this.ice.setViewport(c,d,u)}canUndo(){return this.__undoStack.length>0}canRedo(){return this.__redoStack.length>0}captureHistory(){this.__captureHistory()}resetHistory(){this.__undoStack.length=0,this.__redoStack.length=0}__captureHistory(){this.__historyEnabled&&(this.__undoStack.push(this.serialize()),this.__undoStack.length>this.__maxHistory&&this.__undoStack.shift(),this.__redoStack.length=0)}__applySnapshot(t){const e=JSON.parse(t);e&&e.scene?this.__applyEngineScene(e.scene):this.__clearAndBuild(e)}undo(){if(!this.canUndo())return;const t=this.serialize(),e=this.__undoStack.pop();this.__redoStack.push(t),this.__historyEnabled=!1;try{this.__applySnapshot(e)}catch(t){throw this.__redoStack.pop(),this.__undoStack.push(e),t}finally{this.__historyEnabled=!0}this.__emitChange()}redo(){if(!this.canRedo())return;const t=this.serialize(),e=this.__redoStack.pop();this.__undoStack.push(t),this.__historyEnabled=!1;try{this.__applySnapshot(e)}catch(t){throw this.__undoStack.pop(),this.__redoStack.push(e),t}finally{this.__historyEnabled=!0}this.__emitChange()}__handleMouseDown(t){const e=t&&t.param&&t.param.component;if(!e)return;let i=e;for(;i.parentNode;)i=i.parentNode;const s=i.constructor&&i.constructor.typeId;s!==FlowNode.typeId&&s!==FlowEdge.typeId||this.select(i.state.id)}dispose(){this.ice.evtBus.off("mousedown",this.__mousedownHandler,this),this.ice.evtBus.off("mouseup",this.__mouseupHandler,this),this.nodes.forEach(t=>this.__detachNodeListeners(t))}},exports.FlowDiamond=FlowDiamond,exports.FlowEdge=FlowEdge,exports.FlowNode=FlowNode,exports.FlowParallelogram=FlowParallelogram,exports.GeoLine=GeoLine,exports.GeoPoint=GeoPoint,exports.GeoUtil=GeoUtil,exports.ICE=class ICE{constructor(){_defineProperty$1(this,"childNodes",[]),_defineProperty$1(this,"toolNodes",[]),_defineProperty$1(this,"__childSet",new WeakSet),_defineProperty$1(this,"__toolSet",new WeakSet),_defineProperty$1(this,"canvasWidth",0),_defineProperty$1(this,"canvasHeight",0),_defineProperty$1(this,"viewport",{scale:1,tx:0,ty:0}),_defineProperty$1(this,"dpr",1),_defineProperty$1(this,"__renderVp",null),_defineProperty$1(this,"__contentBox",null),_defineProperty$1(this,"selectionList",[]),_defineProperty$1(this,"plugins",new PluginHost(this)),_defineProperty$1(this,"theme",getTheme()),_defineProperty$1(this,"typeMapping",{}),_defineProperty$1(this,"__typeIdMapping",null),_defineProperty$1(this,"__dirty",!0),_defineProperty$1(this,"__initialized",!1)}__resolveCanvasEl(t){return t&&"function"==typeof t.getContext?t:t&&t.canvas&&"function"==typeof t.canvas.getContext?t.canvas:null}init(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)throw new Error("ICE.init() failed...");const i=this.__resolveCanvasEl(t);if(this.__initialized){if(i&&i===this.canvasEl)return this;throw new Error("同一个 ICE 实例已经绑定到其它 canvas,如需重新初始化请先调用 destroy()。")}for(const t in ft)this.typeMapping[t]=ft[t];return this.__typeIdMapping=null,this.root=M,isString(t)?this.canvasEl=this.root.document.getElementById(t):i&&(this.canvasEl=i),e&&"number"==typeof e.dpr&&e.dpr>0&&(this.dpr=e.dpr),this.canvasEl?(this.canvasEl.oncontextmenu=function(t){t.preventDefault(),t.stopPropagation()},this.canvasWidth=this.canvasEl.width,this.canvasHeight=this.canvasEl.height,this.canvasBoundingClientRect=this.canvasEl.getBoundingClientRect(),this.__contentBox=this.__readContentBox(this.canvasBoundingClientRect),this.ctx=this.canvasEl.getContext("2d"),this.canvasEl.style&&(this.canvasEl.style.touchAction="none"),1!==this.dpr&&this.__applyDevicePixelRatio()):this.ctx=t,this.evtBus=new nt,yt.registerEvtBus(this.evtBus),yt.start(),st.registerEvtBus(this.evtBus),st.start(),this.eventDispatcher=new et(this).start(),this.animationManager=new E(this).start(),this.controlPanelManager=new V(this).start(),this.renderer=new vt(this,e).start(),this.alignmentGuide=new W(this),this.linkSlotManager=new ICELinkSlotManager(this).start(),this.serializer=new Serializer(this),this.deserializer=new Deserializer(this),this.imageCache=new ImageCache(this),this.__initialized=!0,this}destroy(){if(!this.__initialized)return;const t=[this.renderer,this.animationManager,this.controlPanelManager,this.linkSlotManager];for(let e=0;e<t.length;e++){const i=t[e];i&&"function"==typeof i.stop&&i.stop()}this.eventDispatcher&&(this.eventDispatcher.stopped=!0),this.canvasEl&&this.canvasEl.oncontextmenu&&(this.canvasEl.oncontextmenu=null),this.evtBus&&(yt.delEvtBus(this.evtBus),st.delEvtBus(this.evtBus)),0===yt.evtBuses.length&&yt.stop(),this.plugins&&this.plugins.clear(),this.clearAll(),this.renderer=null,this.animationManager=null,this.controlPanelManager=null,this.linkSlotManager=null,this.eventDispatcher=null,this.alignmentGuide=null,this.serializer=null,this.deserializer=null,this.imageCache=null,this.ctx=null,this.canvasEl=null,this.canvasBoundingClientRect=null,this.dpr=1,this.__renderVp=null,this.__contentBox=null,this.__initialized=!1}addTool(t){this.__toolSet.has(t)||(this.evtBus.trigger(s,null,{component:t}),t.trigger(s),t.ice=this,t.ctx=this.ctx,t.evtBus=this.evtBus,this.toolNodes.push(t),this.__toolSet.add(t),this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),t&&"function"==typeof t.__reapplyPreset&&t.__reapplyPreset(this.theme),this.evtBus.trigger(n,null,{component:t}),t.trigger(n))}removeTool(t){if(!this.__toolSet.has(t))return;this.evtBus.trigger(o,null,{component:t}),t.trigger(o);const e=this.toolNodes.indexOf(t);-1!==e&&this.toolNodes.splice(e,1),this.__toolSet.delete(t),this.evtBus.trigger(r,null,{component:t}),t.trigger(r),this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),t.destory()}addChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(this.__childSet.has(t))return;this.evtBus.trigger(s,null,{component:t}),t.trigger(s),t.ice=this,t.ctx=this.ctx,t.evtBus=this.evtBus,t.parentNode=null,this.childNodes.push(t),this.__childSet.add(t);let i=!1;const o=t.props.animations;if(o)for(const t in o){i=!0;break}i&&this.animationManager.add(t),this.dirty=e,this.renderer&&this.renderer.markQueueDirty(),t&&"function"==typeof t.__reapplyPreset&&t.__reapplyPreset(this.theme),this.evtBus.trigger(n,null,{component:t}),t.trigger(n)}addChildren(t){for(let e=0;e<t.length;e++)this.addChild(t[e],!1);this.dirty=!0}removeChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.__childSet.has(t))return;this.evtBus.trigger(o,null,{component:t}),t.trigger(o);const i=this.childNodes.indexOf(t);-1!==i&&this.childNodes.splice(i,1),this.__childSet.delete(t),this.evtBus.trigger(r,null,{component:t}),t.trigger(r),this.dirty=e,this.renderer&&this.renderer.markQueueDirty(),t.destory()}removeChildren(t){for(let e=0;e<t.length;e++)this.removeChild(t[e],!1);this.dirty=!0}clearAll(){this.removeChildren([...this.childNodes])}findComponent(t){if(t)return this.childNodes.filter(e=>e.props.id===t)[0]||this.__findComponentInTree(this.childNodes,t)}__findComponentInTree(t,e){for(let i=0;i<t.length;i++){const s=t[i];if(s.props&&s.props.id===e)return s;if(s.childNodes&&s.childNodes.length){const t=this.__findComponentInTree(s.childNodes,e);if(t)return t}}}set dirty(t){this.__dirty=t}get dirty(){return this.__dirty}registerType(t,e){this.typeMapping[t]=e,this.__typeIdMapping=null}getTypeId(t){if(!t)return;let e=this.__typeIdMapping;if(!e){e=new Map;for(const t in this.typeMapping){const i=this.typeMapping[t];"function"!=typeof i||e.has(i)||e.set(i,t)}this.__typeIdMapping=e}return e.get(t)}use(t){return this.plugins.use(t)}unuse(t){return this.plugins.unuse(t)}getPlugins(){return this.plugins.names}setSelection(t){return this.selectionList=null==t?[]:Array.isArray(t)?t:[t],!!this.plugins&&this.plugins.syncTools(this.selectionList[0]||null)}getAccessibilityTree(t){return buildAccessibilityTree(this,t)}setFocusedComponent(t){let e=t;return"string"==typeof t&&(e=flattenAllComponents(this).filter(e=>e.props&&e.props.id===t)[0]||null),this.eventDispatcher&&(this.eventDispatcher.focusedComponent=e||null),this}getFocusedComponent(){return this.eventDispatcher?this.eventDispatcher.focusedComponent:null}getType(t){return this.typeMapping[t]}loadFont(t,e){return M.loadFont(t,e)}setTheme(t){return this.theme=resolveTheme(t,this.theme),this.__reapplyPresets(),this}setViewport(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const s=Number(t);return this.viewport={scale:s>0?s:1,tx:Number(e)||0,ty:Number(i)||0},this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),this}screenToWorld(t,e){const i=this.viewport;return[(t-i.tx)/i.scale,(e-i.ty)/i.scale]}worldToScreen(t,e){const i=this.viewport;return[t*i.scale+i.tx,e*i.scale+i.ty]}getRenderViewport(){const t=this.viewport;if(1===this.dpr)return t;let e=this.__renderVp;return e||(e=this.__renderVp={scale:1,tx:0,ty:0,__d:1,__s:1,__tx:0,__ty:0}),e.__d===this.dpr&&e.__s===t.scale&&e.__tx===t.tx&&e.__ty===t.ty||(e.__d=this.dpr,e.__s=t.scale,e.__tx=t.tx,e.__ty=t.ty,e.scale=t.scale*this.dpr,e.tx=t.tx*this.dpr,e.ty=t.ty*this.dpr),e}__applyDevicePixelRatio(){const t=this.canvasEl;if(!t)return;const e=this.__readContentBox("function"==typeof t.getBoundingClientRect?t.getBoundingClientRect():null),i=e.width||t.width,s=e.height||t.height;t.width=Math.round(i*this.dpr),t.height=Math.round(s*this.dpr),t.style&&(t.style.width=i+"px",t.style.height=s+"px"),this.canvasWidth=t.width,this.canvasHeight=t.height,this.updateCanvasBoundingRect()}updateCanvasBoundingRect(){return this.canvasEl&&"function"==typeof this.canvasEl.getBoundingClientRect&&(this.canvasBoundingClientRect=this.canvasEl.getBoundingClientRect(),this.__contentBox=this.__readContentBox(this.canvasBoundingClientRect)),this.canvasBoundingClientRect}__readContentBox(t){const e=this.canvasEl;let i=0,s=0,n=0,o=0,r=0,a=0,h=0,l=0;const c=this.root&&"function"==typeof this.root.getComputedStyle&&e?this.root.getComputedStyle(e):null;if(c){const num=t=>{const e=parseFloat(t);return isFinite(e)?e:0};i=num(c.borderLeftWidth),s=num(c.borderRightWidth),n=num(c.borderTopWidth),o=num(c.borderBottomWidth),r=num(c.paddingLeft),a=num(c.paddingRight),h=num(c.paddingTop),l=num(c.paddingBottom)}const d=t&&t.left||0,u=t&&t.top||0,p=t&&t.width||0,f=t&&t.height||0;return{left:d+i+r,top:u+n+h,width:Math.max(0,p-i-s-r-a),height:Math.max(0,f-n-o-h-l)}}getInputRect(){return this.__contentBox||this.updateCanvasBoundingRect(),this.__contentBox||this.canvasBoundingClientRect||{left:0,top:0,width:0,height:0}}zoomAt(t,e,i){let s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.05,n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:20;const o=Number(i);if(!isFinite(o)||o<=0)return this;const[r,a]=this.screenToWorld(t,e),h=this.viewport.scale,l=Math.min(s,n),c=Math.max(s,n),d=Math.min(c,Math.max(l,h*o));return d===h?this:this.setViewport(d,t-r*d,e-a*d)}hitTest(t,e){const[i,s]=this.screenToWorld(t,e);return hitTestComponents(this,i,s,1)}registerTheme(t,e){return registerTheme(t,e),this}getTheme(){return this.theme}__reapplyPresets(){const t=flattenAllComponents(this);for(const e of t)"function"==typeof e.__reapplyPreset&&e.__reapplyPreset(this.theme)}createLinearGradient(t,e,i,s){return this.ctx.createLinearGradient(t,e,i,s)}createRadialGradient(t,e,i,s,n,o){return this.ctx.createRadialGradient(t,e,i,s,n,o)}createConicGradient(t,e,i){return"function"==typeof this.ctx.createConicGradient?this.ctx.createConicGradient(t,e,i):null}createPattern(t,e){return this.ctx.createPattern(t,e)}getImageData(t,e,i,s){return this.ctx.getImageData(t,e,i,s)}putImageData(t,e,i){this.ctx.putImageData(t,e,i)}createImageData(t,e){return this.ctx.createImageData(t,e)}toDataURL(t,e){return this.canvasEl.toDataURL(t,e)}toBlob(t,e,i){this.canvasEl.toBlob(t,e,i)}toJSONString(){return this.serializer.toJSONString()}toJSONObject(){return this.serializer.toJSONObject()}fromJSONObject(t){yt.stop(),this.renderer.stop(),this.eventDispatcher.stopped=!0,this.animationManager.stop(),this.controlPanelManager.stop(),this.linkSlotManager.stop(),this.clearAll(),this.deserializer.fromJSONObject(t),yt.start(),this.renderer.start(),this.animationManager.start(),this.controlPanelManager.start(),this.linkSlotManager.start(),setTimeout(()=>{this.eventDispatcher.stopped=!1},300)}fromJSONString(t){const e=JSON.parse(t);this.fromJSONObject(e)}},exports.ICEBezier=ICEBezier,exports.ICEBorderLayout=class ICEBorderLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gap=t.gap||5}layoutContainer(t){const e=t.childNodes,i=t.state.width,s=t.state.height;let n=null,o=null,r=null,a=null,h=null;e.forEach(t=>{const e=t.state.layoutConstraint||"center";"north"===e?n=t:"south"===e?o=t:"east"===e?r=t:"west"===e?a=t:h=t});let l=0,c=s,d=0,u=i;n&&(n.setState({left:0,top:0,width:i}),l=n.state.height+this.gap),o&&(o.setState({left:0,top:s-o.state.height,width:i}),c=s-o.state.height-this.gap),r&&(r.setState({left:i-r.state.width,top:l,height:c-l}),u=i-r.state.width-this.gap),a&&(a.setState({left:0,top:l,height:c-l}),d=a.state.width+this.gap),h&&h.setState({left:d,top:l,width:u-d,height:c-l})}},exports.ICEBoundingBox=O,exports.ICEBoxLayout=class ICEBoxLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.axis=t.axis||"x",this.gap=t.gap||5}layoutContainer(t){let e=0;for(const i of t.childNodes)"x"===this.axis?(i.setState({left:e,top:0}),e+=i.state.width+this.gap):(i.setState({left:0,top:e}),e+=i.state.height+this.gap)}},exports.ICECardLayout=class ICECardLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),_defineProperty$1(this,"currentIndex",0),_defineProperty$1(this,"container",null),this.currentIndex=t.currentIndex||0}layoutContainer(t){this.container=t,t.childNodes.forEach((t,e)=>{t.setState({display:e===this.currentIndex,left:0,top:0})})}show(t){this.currentIndex=t,this.container&&this.layoutContainer(this.container)}next(){this.show(this.currentIndex+1)}previous(){this.show(this.currentIndex-1)}},exports.ICECircle=X,exports.ICEComponent=R,exports.ICEControlPanel=ICEControlPanel,exports.ICEControlPanelManager=V,exports.ICEDotPath=ICEDotPath,exports.ICEEllipse=H,exports.ICEEventTarget=N,exports.ICEFlowLayout=class ICEFlowLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gap=t.gap||10,this.align=t.align||"left"}layoutContainer(t){const e=t.childNodes,i=t.state.width,s=this.gap,n=[[]];let o=0;for(const t of e){const e=t.state.width;o>0&&o+s+e>i&&(n.push([]),o=0),n[n.length-1].push(t),o+=o>0?s+e:e}let r=0;for(const t of n){let e=0,n=0;for(const i of t)e+=i.state.width,n=Math.max(n,i.state.height);e+=s*(t.length-1);let o=0;"center"===this.align?o=(i-e)/2:"right"===this.align&&(o=i-e);for(const e of t)e.setState({left:o,top:r}),o+=e.state.width+s;r+=n+s}}},exports.ICEGridLayout=class ICEGridLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.cols=t.cols||2,this.gapX=t.gapX||10,this.gapY=t.gapY||10}layoutContainer(t){const e=t.childNodes;let i=0,s=0,n=0,o=0;for(const t of e)t.setState({left:i,top:s}),i+=t.state.width+this.gapX,n=Math.max(n,t.state.height),o++,o>=this.cols&&(o=0,i=0,s+=n+this.gapY,n=0)}},exports.ICEGroup=j,exports.ICEImage=ot,exports.ICEIsogon=ht,exports.ICELayeredLayout=class ICELayeredLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gapX=t.gapX||80,this.gapY=t.gapY||40}layoutContainer(t){const e=t.childNodes||[],i=[],s=[];for(const t of e)if(t.isLine){const e=t.getLinkFromId?t.getLinkFromId():null,i=t.getLinkToId?t.getLinkToId():null;s.push({from:e,to:i,component:t})}else i.push({id:t.props.id,component:t,rank:0,order:0,barycenter:0});if(0===i.length)return;const n={};i.forEach(t=>n[t.id]=t);const o=s.filter(t=>t.from&&t.to&&n[t.from]&&n[t.to]);this.assignRanks(i,o),this.assignOrders(i,o,n),this.assignCoords(i,o,n)}assignRanks(t,e){const i={},visit=(t,s)=>{if(void 0!==i[t])return i[t];if(s.has(t))return 0;s.add(t);const n=e.filter(e=>e.to===t).map(t=>t.from);let o=-1;for(const t of n)o=Math.max(o,visit(t,s));return i[t]=o+1,s.delete(t),i[t]};t.forEach(t=>{t.rank=visit(t.id,new Set)})}assignOrders(t,e,i){const s={};t.forEach(t=>{(s[t.rank]=s[t.rank]||[]).push(t)});const n=Object.keys(s).map(Number).sort((t,e)=>t-e);n.forEach(t=>s[t].forEach((t,e)=>t.order=e));for(let t=0;t<4;t++)for(const t of n){const n=s[t];n.forEach(t=>{const s=e.filter(e=>e.from===t.id).map(t=>i[t.to]);t.barycenter=s.length?s.reduce((t,e)=>t+e.order,0)/s.length:t.order}),n.sort((t,e)=>t.barycenter-e.barycenter),n.forEach((t,e)=>t.order=e)}}assignCoords(t,e,i){const s={};t.forEach(t=>{(s[t.rank]=s[t.rank]||[]).push(t)});const n=Object.keys(s).map(Number).sort((t,e)=>t-e),o=this.gapX,r=this.gapY;let a=0;n.forEach(t=>{const e=s[t],i=Math.max(...e.map(t=>t.component.state.width));let n=0;e.forEach(t=>{t.component.setState({left:a,top:n}),n+=t.component.state.height+r}),a+=i+o});for(const t of e){const e=i[t.from].component,s=i[t.to].component,n=e.state.left+e.state.width,o=e.state.top+e.state.height/2,r=s.state.left,a=s.state.top+s.state.height/2;t.component.setState({startPoint:[n,o],endPoint:[r,a]})}}},exports.ICELayoutManager=pt,exports.ICELinkHook=ICELinkHook,exports.ICELinkSlot=at,exports.ICEOverlayLayout=class ICEOverlayLayout extends pt{layoutContainer(t){for(const e of t.childNodes)e.setState({left:0,top:0})}},exports.ICEPath=F,exports.ICEPolyLine=rt,exports.ICERect=z,exports.ICERose=lt,exports.ICEStar=ct,exports.ICEText=ut,exports.ICETheme=S,exports.ICEVisioLink=ICEVisioLink,exports.LineControlPanel=LineControlPanel,exports.PROJECT_SCHEMA_VERSION=1,exports.PluginHost=PluginHost,exports.Relation=Relation,exports.ResizeControl=ResizeControl,exports.RotateControl=RotateControl,exports.SERIALIZATION_MIGRATIONS=_t,exports.SERIALIZATION_VERSION=1,exports.STYLE_PRESETS=w,exports.Serializer=Serializer,exports.TransformControlPanel=TransformControlPanel,exports.baseTokens=_,exports.buildAccessibilityTree=buildAccessibilityTree,exports.getTheme=getTheme,exports.registerTheme=registerTheme,exports.setTheme=setTheme,exports.toSchemaObject=toSchemaObject,exports.toSchemaString=toSchemaString,exports.validateFlowSnapshot=validateFlowSnapshot,exports.validateProjectSnapshot=validateProjectSnapshot,exports.validateSchema=validateSchema;
30
+ a||l||h||(t=this.findTargetComponent(e));let c=t;h?c=null:l&&this.focusedComponent&&(c=this.focusedComponent),this.__dispatch(n,e,c),r&&r!==n&&this.__dispatch(r,e,c)})}return this}__handlePointerCapture(t,e){const i=this.ice.canvasEl;if(!i||"function"!=typeof i.setPointerCapture)return;const s=e&&e.pointerId;if("number"==typeof s)try{if("ICE_POINTERDOWN"===t){const t=e&&e.target;if(t&&t!==i&&(!i.contains||!i.contains(t)))return;i.setPointerCapture(s)}else"ICE_POINTERUP"!==t&&"ICE_POINTERCANCEL"!==t||"function"==typeof i.releasePointerCapture&&i.hasPointerCapture&&i.hasPointerCapture(s)&&i.releasePointerCapture(s)}catch(t){}}__dispatch(t,e,i){i&&(e.target=i,i.trigger(t,e)),this.ice.evtBus.trigger(t,e,{component:i})}__resolveCanvasRect(t){const e="pointermove"===t||"mousemove"===t||"touchmove"===t,i=this.ice;return!e&&i&&"function"==typeof i.updateCanvasBoundingRect&&i.updateCanvasBoundingRect(),i&&"function"==typeof i.getInputRect?i.getInputRect():i&&i.canvasBoundingClientRect||null}set stopped(t){this._stopped=t}get stopped(){return this._stopped}findTargetComponent(t){if(this._stopped)return null;const{offsetX:e,offsetY:i}=t;if("number"!=typeof e||"number"!=typeof i)return null;const[s,n]=this.ice.screenToWorld(e,i);return hitTestComponents(this.ice,s,n,1)}};const it={evtBuses:[],__handlers:null,__hasPointerEvent:!1,start:function(){if(!M||!M.addEventListener||it.__handlers)return;const t="function"==typeof M.PointerEvent;it.__hasPointerEvent=t;const e=buildDomEventList(t),i=[];for(let t=0;t<e.length;t++){const s=e[t],handler=t=>{for(let e=0;e<it.evtBuses.length;e++)it.evtBuses[e].trigger(s[1],t)},n="wheel"===s[0]||"touchmove"===s[0]?{passive:!1}:void 0;n&&"function"==typeof M.addEventListener?M.addEventListener(s[0],handler,n):M.addEventListener(s[0],handler),i.push({name:s[0],handler:handler})}it.__handlers=i},stop:function(){if(it.__handlers&&M&&M.removeEventListener)for(let t=0;t<it.__handlers.length;t++){const e=it.__handlers[t];M.removeEventListener(e.name,e.handler)}it.__handlers=null},registerEvtBus:function(t){it.evtBuses.includes(t)||it.evtBuses.push(t)},delEvtBus:function(t){it.evtBuses.includes(t)&&(it.evtBuses.splice(it.evtBuses.indexOf(t),1),0===it.evtBuses.length&&it.stop())}};var st=it,nt=class EventBus extends N{constructor(){super()}};class GeoLine{constructor(t,e){this.startPoint=t,this.endPoint=e}contains(t,e){const i=Math.hypot(this.endPoint.x-this.startPoint.x,this.endPoint.y-this.startPoint.y),s=Math.hypot(t-this.startPoint.x,e-this.startPoint.y),n=Math.hypot(t-this.endPoint.x,e-this.endPoint.y);return s+n>=i-3&&s+n<=i+3}}class GeoPoint{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;this.x=t,this.y=e}static load(t){return new GeoPoint(Number(t.x),Number(t.y))}static cloneArray(t){const e=[];for(let i=0;i<t.length;i++)e.push(t[i].clone());return e}equals(t){return this.x==t.x&&this.y==t.y}clone(){return new GeoPoint(this.x,this.y)}}class ICEDotPath extends F{constructor(t){super(_objectSpread2({dots:[],closePath:!0},t)),_defineProperty$1(this,"__dotsShiftX",0),_defineProperty$1(this,"__dotsShiftY",0)}calcComponentParams(){if(!this.paramsDirty)return{width:this.state.width,height:this.state.height};this.calcDots();const t=this.calc4VertexPoints(),e=Math.abs(t[1][0]-t[0][0]),i=Math.abs(t[2][1]-t[0][1]);return this.state.width=e,this.state.height=i,{width:this.state.width,height:this.state.height}}containsLocalPoint(t,e){const i=this.state.dots;return!i||i.length<3?super.containsLocalPoint(t,e):GeoUtil.pointInPolygon(t,e,i)}calcLocalOrigin(){const t=super.calcLocalOrigin(),e=-t[0]-this.__dotsShiftX,i=-t[1]-this.__dotsShiftY;if(0!==e||0!==i){const s=[1,0,0,1,e,i];for(let t=0;t<this.state.dots.length;t++)this.state.dots[t]=transformMat2d([],this.state.dots[t],s);this.__dotsShiftX=-t[0],this.__dotsShiftY=-t[1]}return t}createPathObject(){this.ensureDots(),this.path2D=M.createPath2D(),this.path2D.moveTo(this.state.dots[0][0],this.state.dots[0][1]);for(let t=1;t<this.state.dots.length;t++){const e=this.state.dots[t];this.path2D.lineTo(e[0],e[1])}return this.path2D}calcDots(){return this.__dotsShiftX=0,this.__dotsShiftY=0,this.__calcDots()}__calcDots(){return this.state.dots=[],this.state.dots}ensureDots(){this.state.dots&&0!==this.state.dots.length||this.calcDots()}calc4VertexPoints(){this.ensureDots();let t=this.state.dots[0][0],e=this.state.dots[0][1],i=this.state.dots[0][0],s=this.state.dots[0][1];for(let n=1;n<this.state.dots.length;n++){const o=this.state.dots[n];o[0]<t&&(t=o[0]),o[0]>i&&(i=o[0]),o[1]<e&&(e=o[1]),o[1]>s&&(s=o[1])}return[[t,e],[i,e],[t,s],[i,s]]}getTransformedDots(){const t=this.state.composedMatrix,e=this.state.dots,i=[];for(let s=0;s<e.length;s++){const n=transformMat2d([],e[s],t);i.push(n)}return i}}var ot=class ICEImage extends R{constructor(){super(_objectSpread2({width:100,height:100,src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAAC2CAYAAACF+yyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAtoSURBVHhe7Z3tj15FHYb9VxUVo7zFUBWC8YXoF9++GENMRAWRKAkxGj8pihpjFBVF1CBlKaUU+wK0pYVqt12fn+6xs7PXnDPzO3O2Z+a5r+T6ss995nm2vXf3vM68570vXNuTsmdVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VXLZvSq57F6VXHavSi67VyWX3auSy+5VyWX3quSye1Vy2b0quexelVx2r0ouu1cll92rksvuVcll96rksntVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VfIjcIy7j/M2sp4q+YKWQNvLOqrkC+nhodO7OJacp0q+gHO4/2UVvbYqeWXH+O2lG3sf29nd++Eb1/e/wtC40q9KXtGfX+Dy3v4PzpspKCt9quQVJSgXS1BO+lTJK0pQLvab/zz8F+CjL3FWlquSV/KBE7v79bwJ5VISlJPlquSV/AXsj1MuJUE5Wa5KXsmfvKWSr1WVvJJ2BiWGciljLm/2figny1XJK0pQLvbS4d15zEmfKnlFicfPXsdsKEE56VMlr+hdx7mwqV2P75/ji0dvboahvPSpkle2BjSu9KuSL+AcaDw5T5V8IT3QOHK+KvmCni/oOm0v66iSO/zz5Rv71cwr56Nn+ADzmUs3MB8bQq/LcVVyhzHvg0wsQbnYmCfPTZ+SlAdVyQv92mm4crPhzokHkgnKhaagrEyrkjtM8eAr6UfXCMoNpqCsHFcld5rC7g3PzVPOTPHZkR8imbbpkqeg7BKm+NXFw0Un4swH4CavgTuOaH6Wd/gYGbOt2GTJc8k5IJxrileuHjxzQoSv37uTHutWfh8x9zU4m0BTJd959+apu1z+tdmExgoN+euVvNN6oSnCe1aI4bUvneKDWWPI5PrhFw++F2VC6dG7HGistdpMyc/9u7zgA/bfSGMOxlBmyhT2qVOv29efSNykZYTj5xrz2Jn0KcdvOQs+QGOu0SZKbn+u5/LAyJ/ZGO/uQSnPvp3+waXxc4x57nL6L9Ncnh0Ze002UfIUlDVTUNYkKJdjDWjcHD938vBuD+XMFJQ1U1B2ba6+5HZWgaBsKPFwhdN7Oc6BxsuVoJxJUC6UuJi4V35Nrr7kBOVIYk6uRA80TonEnBxJUG5NquQbbZLNGMqVWgJtX2rMcNA7lTMoR9JRBOXWZHMlt4d+KUc+VTBNRIydzaFcqTnQdqXeVjBbAEE5ki5YUW5NNlfy+CLLmN876y+5QTmPYyc/Ke+RoJxJUC5lDGXWpHZX9iUo55WgnFeCciZBOfL5K4d/ZCm3JlXyfR+BBxso55WgnFeCciZBOZKg3Jpcfcl/nJiwnrKhqWt5x3byLwr98kK9BxQIynmNscn+KWemoGxo6uIVZdfk6ktupqCseW1sJ3gf2o6gnEeCch4vwPCUy4G2M/8OuykGZddmEyW3ZUjG+PSJ3f9etr+eUe6Y8H2I8PU5EpTzSISv0370FF8+tbv38c1fA/oBCgnfZ602UXJzSexGJXsPe7A4Jv4cXgnKeSTs6zXu+Rkj/hxrtZmSm15yt6Xc11+vc/80QTmPMXb7Qg60bS7xZ1izTZXcLLmn/Orm/zrc1vubLRzDK0G5Un9zsXxXxB7GDsewSUlLCLdtweZKPjh2f/m7Ublj/zhyiytBY5RKUK7UEuy7pjEGfwZXiENomxZstuQ1zIW2LfE1ezwpAeVLzIW23Ra3uuSDOdB2U9rzkDn8yfnwQQ73ahU5/SYv4Y3NJjQO6eGDI4vahqYmOBpjm5dM3KqSp66elnL3yPQQNaBxB2twttIdlq3YfcmXJHyfF96ZPpgdzvb84HzeD1s4/pJ8pvNJi7or+e8Lz5wQdrXPxqIFaGNy/zbEn9PM4W8ZVyvte7bxPhRNR+Hh7YL79Vuxq5J7ic+nx6ZmlcqBxoudA403+LuJ2yHGoPFadWtL/qnNb2kaY8wShlsFch2bIo6gMcYsvRBmD5zQOC26NSWvdbD1/oky2k1itF2uT8Py5SHfrVS+qYNw2qZVuyq5FSDkngVPmxGU80pQrpYhdqsyZVq1uwPPo5KgnFeCcnJaldwpQTmvBOXktCq5U4JyXgnKyWlVcqcE5bwSlJPTquROCcp5JSgnp1XJnRKU80pQTk6rkjslKOeVoJycViV3SlDOK0E5Oa1K7pSgnFeCcnJaldwpQTmvBOXktF2VPL6sP/Zww1wJynklKFfLkKm7Mluzq5KPUesGram7Be3mVtou119PTDGhG7TK3ZqSx3xy4VttHx1ZWpC05ztLoDHG1K22nehl6mkYPTTRtt0deP6hwuNvX3z1f7/l7bf9FLmTjMaf08zBVoiewiZLsvFqPP4WriLdi92VPPQoJ7zMeZB5WAJdDzIfrV2XPLbWlBR3aUqKptyqkseWcqagHB40udAybnXJB3Og7ab8ROY0cXaASNtPmXM4oGni9Js8C9q2xFOa8POW2mzJbdchhZ3yo20GS8/A0BilEpQrtQT7rmmMQVsIbAzapgWbK/lLmoT/gJ5J+L/62sGzKY/B8o5jhNu2YFMl95K7LeVaXE7lG6/nlZa2zSX+DGu2mZIvyTDbFV0hjD+HV4JyHgn7+lFeJ1izTZQ8Z4lDuzqpJQ5vEr6ec9U05guv7u7d//Lu3lsTPyfh+6zVJkqegrLmyDHp/6HtCMp5JCjn8SgWq039oFB2ba6+5LWXHS9ZjrvlZceP7XDOTEHZ0NRZKcquydWXnKAcSVDOfATOMFDOK0E5rwTlTIJyJEG5NamS70tQzitBOa8E5UyCcuRzlw//Nqfcmmyu5Ceu5l8Ctxv/YyhnEpTzOHZCj/IeCcqZBOVSxlBmTTZX8pLlPmjxVcqZMbYYLuVKzYG2K5XmTaecSVCOLHmftajdlY12qiyGcqWWQNuXGmM7Fjk5g3IkHXpSbk2q5AW5Ej3QOCUSc3IkQbk1ufqS33Hc9w9LfDuxjg9BuVznQOPlSlDOJCgXStg5esquydWX3ExBWTMFZU2CcjnWgMbN8fMn83e7UlDWTEHZtdlEyUtXRiPGpqCIsXs+KDdlKc+PXG6n8XOMsVN+lDPnYldBady12UTJTVvX3kvqAGwwhjJTphjem7CvP3EufYIxHD/XmO+MzP9iN6bNgcZco82U3Bx7wibF1AMUZshfRn7zpUxxJXhvYnjtK6fSj8kNmVzvjI5hKBP6sLPoNNZabarkg7l4dztKTHEyumhFhK8f20kX/VZ+HzH23Cptv2abLPlgCsouYQqbzzAnG2duHzn2+MiLB7NLaWt4Ekfxg7aUTZf8VpoitQ9MUM5M4VkqXarkLlM8ODITFUG5wRSUleOq5IWmJvaxAz7KDxKUC01BWZlWJXcYcxtkYgnKxcY8ea7egxzbokruMLynml6PtbnKiWcyZ84KodfluCr5gp5P73EcgraXdVTJF9IDjSPnq5Iv4BxoPDlPlbyyNaBxpV+VvKK2pCJxaZeL+zg8g2q8uRmG8tKnSl5RImdJQoJy0qdKXlGCcrEX4foS5aRPlbySdHMV5VLGlMxKIMdVySv504LpL0iCcrJclbyStEoD5VISlJPlquSVpIVtKZeSoJwsVyWvKEG5WHrWcpuXJKytSl5RgnKxBOWkT5W8ok8nVk+zNe8pb6agrPSpkld2DLu11hYB+NHE8uc0rvSrki/gHO5r8Gn4tauSL6SHh06r4Euoki9oCbS9rKNKfgSOcY9OFS6uSi67VyWX3auSy+5VyWX3quSye1Vy2b0quexelVx2r0ouu1cll92rksvuVcll96rksntVctm9KrnsXpVcdq9KLrtXJZfdq5LL7lXJZfeq5LJ7VXLZvSq57F6VXHavSi67VyWX3auSy+5VyWX3quSye1Vy2b0quezca3v/AeMnvtkH1pHJAAAAAElFTkSuQmCC",clipType:"none",sx:0,sy:0,sw:0,sh:0},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}))}doRender(){if(this.state.src){const{loaded:t,image:e}=this.ice.imageCache.setImage(this.state.src);if(t){const t=this.ctx,i=this.state.clipType||"none",s=0-this.state.localOrigin[0],n=0-this.state.localOrigin[1],{sx:o,sy:r,sw:a,sh:l}=this.state,h=a>0&&l>0;"circle"===i&&(t.save(),t.beginPath(),t.arc(0,0,Math.min(this.state.width,this.state.height)/2,0,2*Math.PI),t.closePath(),t.clip()),h?t.drawImage(e,o,r,a,l,s,n,this.state.width,this.state.height):t.drawImage(e,s,n,this.state.width,this.state.height),"circle"===i&&t.restore()}}super.doRender()}};class ICEPolyLine extends ICEDotPath{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(ICEPolyLine.arrangeParam(t)),_defineProperty$1(this,"isLine",!0),_defineProperty$1(this,"__polyBoxScratch",[0,0,0,0]),_defineProperty$1(this,"__arrowFaceIndexes",[])}containsLocalPoint(t,e){const i=this.state.dots;if(!i||i.length<2)return super.containsLocalPoint(t,e);const s=Math.max(4,(this.state.lineWidth||1)/2+3);return GeoUtil.distanceToPolyline(i,t,e)<=s}static arrangeParam(t){let e=merge$1({},{lineType:"solid",lineWidth:1,arrow:"none",arrowLength:15,arrowAngel:toRadian(30),arrowStyle:"filled",points:[],showMinBoundingBox:!1,showMaxBoundingBox:!1,links:{},routeType:"straight",routeOffset:20,curveType:"straight",label:"",labelStyle:{fontSize:14,fillStyle:"#000000",backgroundColor:"#ffffff"},style:{lineJoin:"round"}},t,{linkable:!1,closePath:!1,fill:!1});const i=e.points.length;return i<2&&(0===i?(e.points.push([0,0]),e.points.push([10,10])):1===i&&e.points.push([10,10])),"dashed"!==e.lineType||e.lineDash&&0!==e.lineDash.length||(e.lineDash=[4*e.lineWidth,4*e.lineWidth]),e=_objectSpread2(_objectSpread2({},e),{left:e.points[0][0],top:e.points[0][1],transform:{translate:[0,0],scale:[1,1],skew:[0,0],rotate:0}}),e.style.lineWidth<1&&(e.style.lineWidth=1),e}initEvents(){super.initEvents(),this.once(n,this.afterAddHandler,this)}afterAddHandler(t){this.evtBus.once(a,this.syncConnections,this)}syncConnections(){if(!this.ice)return;this.removeLink("start"),this.removeLink("end");const t=this.state.links;t&&(t.start&&t.start.id&&t.start.position&&this.createLink(t.start.id,t.start.position),t.end&&t.end.id&&t.end.position&&this.createLink(t.end.id,t.end.position)),this.paramsDirty=!0,this.dirty=!0,this.ice.dirty=!0}createLink(t,e){const i=this.ice.findComponent(t);i&&i.on(y,this.followComponent,this),i&&i.on(u,this.followComponent,this),i&&i.on(f,this.followComponent,this),i&&this.followComponent(),this.state.draggable=!1}removeLink(t,e,i){if(!this.state.links||!this.state.links[t])return;const s=this.state.links[t].id,n=this.state.links[t].position;if(e||(e=s),i||(i=n),s===e&&n===i){const t=this.ice.findComponent(s);t&&t.off(y,this.followComponent,this),t&&t.off(u,this.followComponent,this),t&&t.off(f,this.followComponent,this)}let o=!0;this.state.links.start&&this.state.links.start.id&&(o=!1),this.state.links.end&&this.state.links.end.id&&(o=!1),this.state.draggable=o}getLinkFromId(){return this.state.links.start.id}getLinkToId(){return this.state.links.end.id}followComponent(t){for(const t in this.state.links){if(!this.state.links[t]||!this.state.links[t].id||!this.state.links[t].position)continue;const e=this.state.links[t].id,i=this.state.links[t].position,s=this.ice.findComponent(e);if(!s)continue;const n=s.getMinBoundingBox(!0);let o=[0,0];switch(i){case"T":o=n.tc;break;case"R":o=n.rc;break;case"B":o=n.bc;break;case"L":o=n.lc;break;case"C":o=n.center}switch(t){case"start":this.setState({startPoint:[...o]});break;case"end":this.setState({endPoint:[...o]})}}}calcLocalOrigin(){const t=[0,0];return this.state.localOrigin=t,t}__calcDots(){const t=this.state.left,e=this.state.top;this.state.dots=[];for(let i=0;i<this.state.points.length;i++){const s=this.state.points[i],n=s[0]-t,o=s[1]-e;this.state.dots.push([n,o])}return this.calcArrowPoints(),this.state.dots}calcArrowPoints(){if(this.__arrowFaceIndexes.length=0,"start"===this.state.arrow||"both"===this.state.arrow){const t=[...this.state.dots[0]];let e=[[...this.state.dots[0]],[...this.state.dots[1]]];e=this.doCalcArrowPoints(e),this.state.dots.unshift(...e),this.state.dots.unshift([...t]),this.__arrowFaceIndexes.push(0)}if("end"===this.state.arrow||"both"===this.state.arrow){const t=this.state.dots.length,e=[...this.state.dots[t-1]];let i=[[...this.state.dots[t-1]],[...this.state.dots[t-2]]];i=this.doCalcArrowPoints(i),this.state.dots.push(...i),this.state.dots.push([...e]),this.__arrowFaceIndexes.push(this.state.dots.length-4)}}doCalcArrowPoints(t){const e=t[0],i=t[1];i[0]=i[0]-e[0],i[1]=i[1]-e[1];const s=Math.hypot(i[0],i[1]);if(0===s)return[[e[0],e[1]],[e[0],e[1]]];const n=i[0]/s,o=i[1]/s,r=Math.cos(this.state.arrowAngel),a=Math.sin(this.state.arrowAngel);let l=this.state.arrowLength*(n*r-o*a),h=this.state.arrowLength*(o*r+n*a),c=this.state.arrowLength*(n*r+o*a),d=this.state.arrowLength*(o*r-n*a);return l+=e[0],h+=e[1],c+=e[0],d+=e[1],[[l,h],[c,d]]}addDot(t,e){this.state.points.splice(e,0,t),this.state.dots.splice(e,0,[t[0],t[1]])}rmDot(t){return!(this.state.points.length<3||(this.state.points.splice(t,1),this.state.dots.splice(t,1),0))}calcComponentParams(){if(!this.paramsDirty)return{width:this.state.width,height:this.state.height};this.calcDots();const t=this.calc4VertexPoints();let e=1/0,i=1/0,s=-1/0,n=-1/0;for(let o=0;o<t.length;o++){const r=t[o];r[0]<e&&(e=r[0]),r[0]>s&&(s=r[0]),r[1]<i&&(i=r[1]),r[1]>n&&(n=r[1])}return this.state.width=Math.abs(s-e),this.state.height=Math.abs(n-i),{width:this.state.width,height:this.state.height}}isDotsOnSameLine(){const t=this.state.points.length,e=round(this.state.points[0][0],2),i=round(this.state.points[0][1],2);let s=0;const n=[round(this.state.points[t-1][0],2)-e,round(this.state.points[t-1][1],2)-i];for(let o=0;o<t;o++){const t=this.state.points[o];0===cross([],n,[t[0]-e,t[1]-i])[2]&&s++}return s===t}calc4VertexPoints(){return this.isDotsOnSameLine()?this.splitEndpointsTo4Points():super.calc4VertexPoints()}splitEndpointsTo4Points(){const t=this.state.points.length,e=this.state.points[t-1][0]-this.state.points[0][0],i=this.state.points[t-1][1]-this.state.points[0][1],s=this.getRotateAngle(),n=this.state.style.lineWidth||1;let o=Math.cos(s*Math.PI/180)*n/2,r=Math.sin(s*Math.PI/180)*n/2;return o=round(o,3),r=round(r,3),[[0+o,0+r],[0-o,0-r],[e+o,i+r],[e-o,i-r]]}__localBox(){const t=this.__polyBoxScratch;this.ensureDots();const e=this.state.dots;if(!e||0===e.length)return t[0]=0,t[1]=0,t[2]=0,t[3]=0,t;const i=this.calc4VertexPoints();let s=1/0,n=1/0,o=-1/0,r=-1/0;for(let t=0;t<i.length;t++){const e=i[t];e[0]<s&&(s=e[0]),e[0]>o&&(o=e[0]),e[1]<n&&(n=e[1]),e[1]>r&&(r=e[1])}const a=this.__arrowFaceIndexes;for(let t=0;t<a.length;t++){const i=a[t];for(let t=0;t<3;t++){const a=e[i+t];a&&(a[0]<s&&(s=a[0]),a[0]>o&&(o=a[0]),a[1]<n&&(n=a[1]),a[1]>r&&(r=a[1]))}}const l=this.__measureLabelBoxForBounds();return l&&(l.x-l.halfW<s&&(s=l.x-l.halfW),l.x+l.halfW>o&&(o=l.x+l.halfW),l.y-l.halfH<n&&(n=l.y-l.halfH),l.y+l.halfH>r&&(r=l.y+l.halfH)),t[0]=s,t[1]=n,t[2]=o,t[3]=r,t}setState(t){if(isNil$1(t.width)||delete t.width,isNil$1(t.height)||delete t.height,isNil$1(t.transform)||delete t.transform,!isNil$1(t.left)){const e=t.left-this.state.points[0][0];for(let t=0;t<this.state.points.length;t++)this.state.points[t][0]+=e}if(!isNil$1(t.top)){const e=t.top-this.state.points[0][1];for(let t=0;t<this.state.points.length;t++)this.state.points[t][1]+=e}if(isNil$1(t.startPoint)||(this.state.points[0]=[...t.startPoint],this.state.left=this.state.points[0][0],this.state.top=this.state.points[0][1]),!isNil$1(t.endPoint)){const e=this.state.points.length;this.state.points[e-1]=[...t.endPoint]}isNil$1(t.startPoint)&&isNil$1(t.endPoint)||this.recalculateRoute(),isNil$1(t.links)||(merge$1(this.state.links,t.links),this.syncConnections()),super.setState(t)}static dirVector(t){switch(t){case"T":return[0,-1];case"B":return[0,1];case"L":return[-1,0];case"R":return[1,0];default:return[0,0]}}recalculateRoute(){if("orthogonal"!==this.state.routeType)return;const t=this.state.points[0],e=this.state.points[this.state.points.length-1],i=this.state.routeOffset||20,s=ICEPolyLine.dirVector(this.state.links&&this.state.links.start&&this.state.links.start.position),n=ICEPolyLine.dirVector(this.state.links&&this.state.links.end&&this.state.links.end.position),o=[t[0]+s[0]*i,t[1]+s[1]*i],r=[e[0]+n[0]*i,e[1]+n[1]*i],a=[t];0===s[0]&&0===s[1]||a.push(o),o[0]!==r[0]&&o[1]!==r[1]&&a.push([r[0],o[1]]),0===n[0]&&0===n[1]||a.push(r),a.push(e),this.state.points=a,this.paramsDirty=!0,this.dirty=!0}createPathObject(){this.ensureDots();const t=this.state.curveType||"straight",e=this.state.dots;if(this.path2D=M.createPath2D(),!e||0===e.length)return this.path2D;if(this.path2D.moveTo(e[0][0],e[0][1]),"quadratic"===t&&e.length>=3)this.path2D.quadraticCurveTo(e[1][0],e[1][1],e[2][0],e[2][1]);else if("cubic"===t&&e.length>=4)this.path2D.bezierCurveTo(e[1][0],e[1][1],e[2][0],e[2][1],e[3][0],e[3][1]);else for(let t=1;t<e.length;t++)this.path2D.lineTo(e[t][0],e[t][1]);return this.path2D}doRender(){const t=this.__arrowFaceIndexes.length>0&&"hollow"!==this.state.arrowStyle&&!1!==this.state.stroke,e=t?this.ctx.strokeStyle:null;super.doRender(),this.applyActiveTransform(),t&&this.drawArrowFills(e),this.drawLabel()}drawArrowFills(t){const e=this.__arrowFaceIndexes,i=this.state.dots;if(!i||0===e.length)return;const s=this.ctx;s.save(),s.beginPath();for(let t=0;t<e.length;t++){const n=e[t],o=i[n],r=i[n+1],a=i[n+2];o&&r&&a&&(s.moveTo(o[0],o[1]),s.lineTo(r[0],r[1]),s.lineTo(a[0],a[1]),s.closePath())}s.fillStyle=t||this.state.style.strokeStyle||"#000000",s.fill(),s.restore()}__labelMetrics(){const t=this.state.label;if(!t)return null;const e=(this.state.labelStyle||{}).fontSize||14,i=this.getLabelPosition();let s=0;const n=this.ctx;return n&&"function"==typeof n.measureText?(n.font="".concat(e,"px Arial"),s=n.measureText(t).width):s=t.length*e,{x:i[0],y:i[1],halfW:s/2+4,halfH:e/2+4}}__measureLabelBoxForBounds(){const t=this.ctx,e=!!t&&"font"in t,i=e?t.font:void 0,s=this.__labelMetrics();return e&&(t.font=i),s}drawLabel(){const t=this.state.label;if(!t)return;const e=this.ctx,i=this.state.labelStyle||{};e.save();const s=this.__labelMetrics();s?(e.textAlign="center",e.textBaseline="middle",e.fillStyle=i.backgroundColor||"#ffffff",e.fillRect(s.x-s.halfW,s.y-s.halfH,2*s.halfW,2*s.halfH),e.fillStyle=i.fillStyle||"#000000",e.fillText(t,s.x,s.y),e.restore()):e.restore()}getLabelPosition(){const t=this.state.points,e=t.length,i=this.state.left,s=this.state.top;if(0===e)return[0,0];if(1===e)return[t[0][0]-i,t[0][1]-s];let n,o;if(2===e)n=(t[0][0]+t[1][0])/2,o=(t[0][1]+t[1][1])/2;else{const i=t[Math.floor(e/2)];n=i[0],o=i[1]}return[n-i,o-s]}getRotateAngle(){if(this.isDotsOnSameLine()){const t=0,e=0,i=this.state.points.length,s=this.state.points[i-1][0]-this.state.points[0][0],n=this.state.points[i-1][1]-this.state.points[0][1];let o=GeoUtil.calcRotateAngle(s,n,t,e);return o+=90,o}return super.getRotateAngle()}containsPoint(t,e){const i=this.getLines();for(let s=0;s<i.length;s++){const n=i[s],o=n.o[0],r=n.o[1],a=n.d[0],l=n.d[1],h=Math.hypot(a-o,l-r),c=Math.hypot(o-t,r-e),d=Math.hypot(a-t,l-e);if(c+d>=h-3&&c+d<=h+3)return!0}return!1}getLines(){const t=[],e=this.getTransformedDots();if(!e||e.length<2)return t;for(let i=0;i<e.length-1;i++){const s={o:[e[i][0],e[i][1]],d:[e[i+1][0],e[i+1][1]]};t.push(s)}return t}destory(){this.evtBus&&this.evtBus.off(a,this.syncConnections,this),this.removeLink("start"),this.removeLink("end"),super.destory()}}var rt=ICEPolyLine;class ICEBezier extends rt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=ICEBezier.arrangeParam(t),super(t)}static arrangeParam(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e="cubic"===t.curveType?"cubic":"quadratic",i=t.points&&t.points.length?t.points:ICEBezier.buildDefaultPoints(t,e);return _objectSpread2(_objectSpread2({},t),{},{curveType:e,points:i})}static buildDefaultPoints(t,e){const i=t.startPoint||[0,0],s=t.endPoint||[10,10];return"cubic"===e?[i,t.controlPoint1||[5,-5],t.controlPoint2||[5,5],s]:[i,t.controlPoint||[5,-5],s]}}var at=class ICELinkSlot extends H{constructor(){super(_objectSpread2({linkable:!1,draggable:!1,position:"T"},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})),_defineProperty$1(this,"__onHostRemoved",()=>{this._hostComponent=null,this.setState({display:!1})})}keyboardEvtHandler(t){}destory(){this.hostComponent=null,super.destory()}updatePosition(){const t=this._hostComponent.getMinBoundingBox(!0);let e=0,i=0;switch(this.state.position){case"T":e=t.tc[0]-this.state.radius,i=t.tc[1]-this.state.radius;break;case"R":e=t.rc[0]-this.state.radius,i=t.rc[1]-this.state.radius;break;case"B":e=t.bc[0]-this.state.radius,i=t.bc[1]-this.state.radius;break;case"L":e=t.lc[0]-this.state.radius,i=t.lc[1]-this.state.radius;break;case"C":e=t.center[0]-this.state.radius,i=t.center[1]-this.state.radius}this.state.left===e&&this.state.top===i||this.setState({left:e,top:i})}set hostComponent(t){const e=this._hostComponent;e&&(e.off(i,this.updatePosition,this),e.off(o,this.__onHostRemoved,this)),this._hostComponent=t,t&&(t.on(i,this.updatePosition,this),t.on(o,this.__onHostRemoved,this),this.setState({display:!0}))}get hostComponent(){return this._hostComponent}};class ICEVisioLink extends rt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=ICEVisioLink.arrangeParam(t),super(t)}static arrangeParam(t){return isNil$1(t.startPoint)&&(t.startPoint=[0,0]),isNil$1(t.endPoint)&&(t.endPoint=[10,10]),t.points=[[...t.startPoint],[...t.endPoint]],"bezier"===(t=_objectSpread2({escapeDistance:30,linkShape:"visio"},t)).linkShape&&(t.curveType="straight"),t}__calcDots(){if("bezier"===this.state.linkShape)return this.__calcBezierDots();const t=this.interpolate(),{left:e,top:i}=this.state,s=t[0][2];this.state.points=[],this.state.dots=[];for(let t=0;t<s.length;t++){const n=s[t];this.state.points.push([n.x,n.y]),this.state.dots.push([n.x-e,n.y-i])}return this.calcArrowPoints(),this.state.dots}__calcBezierDots(){const t=this.state.points,e=[...t[0]],i=[...t[t.length-1]],{left:s,top:n}=this.state,o=this.buildBezierPoints(e,i);return this.state.points=o.map(t=>[...t]),this.state.dots=o.map(t=>[t[0]-s,t[1]-n]),this.state.curveType="straight",this.calcArrowPoints(),this.state.dots}buildBezierPoints(t,e){const i=e[0]-t[0],s=e[1]-t[1],n=Math.hypot(i,s);if(n<1e-6)return[[...t],[...e]];const o=[i/n,s/n],r=Math.max(.45*n,24),a=this.slotDirection("start",o),l=this.slotDirection("end",o),h=[t[0]+a[0]*r,t[1]+a[1]*r],c=[e[0]+l[0]*r,e[1]+l[1]*r],d=Math.min(24,Math.max(8,Math.round(n/12))),u=[];for(let i=0;i<=d;i++){const s=i/d,n=1-s,o=n*n*n*t[0]+3*n*n*s*h[0]+3*n*s*s*c[0]+s*s*s*e[0],r=n*n*n*t[1]+3*n*n*s*h[1]+3*n*s*s*c[1]+s*s*s*e[1];u.push([round(o,2),round(r,2)])}return u.filter((t,e)=>0===e||t[0]!==u[e-1][0]||t[1]!==u[e-1][1])}slotDirection(t,e){const i=this.state.links&&this.state.links[t],s=rt.dirVector(i&&i.position);return 0!==s[0]||0!==s[1]?s:"start"===t?e:[-e[0],-e[1]]}recalculateRoute(){"bezier"!==this.state.linkShape&&super.recalculateRoute()}interpolate(){const t=this.state.points.length,e=this.state.points[0][0],i=this.state.points[0][1],s=this.state.points[t-1][0],n=this.state.points[t-1][1],o=new GeoPoint(e,i),r=new GeoPoint(s,n),a=[];let l,h,c=null,d=null,u=[],p=new D,f=new D;if(this.ice&&this.state.links&&this.state.links.start&&this.state.links.start.id&&(l=this.ice.findComponent(this.state.links.start.id)),l){p=l.getMinBoundingBox(),a[0]=new GeoPoint(o.x,p.tl[1]-this.state.escapeDistance),a[1]=new GeoPoint(p.tr[0]+this.state.escapeDistance,o.y),a[2]=new GeoPoint(o.x,p.br[1]+this.state.escapeDistance),a[3]=new GeoPoint(p.tl[0]-this.state.escapeDistance,o.y),c=a[0];for(let t=1;t<a.length;t++)this.distance(o,a[t])<this.distance(o,c)&&(c=a[t])}if(this.ice&&this.state.links&&this.state.links.end&&this.state.links.end.id&&(h=this.ice.findComponent(this.state.links.end.id)),h){f=h.getMinBoundingBox(),a[0]=new GeoPoint(r.x,f.tl[1]-this.state.escapeDistance),a[1]=new GeoPoint(f.tr[0]+this.state.escapeDistance,r.y),a[2]=new GeoPoint(r.x,f.br[1]+this.state.escapeDistance),a[3]=new GeoPoint(f.tl[0]-this.state.escapeDistance,r.y),d=a[0];for(let t=1;t<a.length;t++)this.distance(r,a[t])<this.distance(r,d)&&(d=a[t])}let g=0;const y=[o];c&&(y.push(c),g=1),d&&y.push(d),y.push(r);const m=GeoPoint.cloneArray(y);u.push(["s0","s0",m]);const _=GeoPoint.cloneArray(y),b=GeoPoint.cloneArray(_);b.splice(g+1,0,new GeoPoint(b[g].x,b[g+1].y)),u.push(["s1","s1_1",b]);const v=GeoPoint.cloneArray(_);v.splice(g+1,0,new GeoPoint(v[g+1].x,v[g].y)),u.push(["s1","s1_2",v]);const x=GeoPoint.cloneArray(_),w=new GeoPoint((x[g].x+x[g+1].x)/2,x[g].y),C=new GeoPoint((x[g].x+x[g+1].x)/2,x[g+1].y);x.splice(g+1,0,w,C),u.push(["s2","s2_1",x]);const S=GeoPoint.cloneArray(_),E=new GeoPoint(S[g].x,(S[g].y+S[g+1].y)/2),P=new GeoPoint(S[g+1].x,(S[g].y+S[g+1].y)/2);S.splice(g+1,0,E,P),u.push(["s2","s2_2",S]);const k=GeoPoint.cloneArray(_),M=[k[g].x+20,k[g+1].x+20];p&&M.push(p.br[0]+20),f&&M.push(f.br[0]+20);const T=this.max(M),I=new GeoPoint(T,k[g].y),B=new GeoPoint(T,k[g+1].y);k.splice(g+1,0,I,B),u.push(["s2","s2_3",k]);const N=GeoPoint.cloneArray(_),O=[N[g].y-20,N[g+1].y-20];p&&O.push(p.tl[1]-20),f&&O.push(f.tl[1]-20);const $=this.min(O),A=new GeoPoint(N[g].x,$),L=new GeoPoint(N[g+1].x,$);N.splice(g+1,0,A,L),u.push(["s2","s2_4",N]);const R=GeoPoint.cloneArray(_),F=[R[g].x-20,R[g+1].x-20];p&&F.push(p.tl[0]-20),f&&F.push(f.tl[0]-20);const j=this.min(F),z=new GeoPoint(j,R[g].y),X=new GeoPoint(j,R[g+1].y);R.splice(g+1,0,z,X),u.push(["s2","s2_5",R]);const H=GeoPoint.cloneArray(_),V=[H[g].y+20,H[g+1].y+20];p&&V.push(p.tl[1]+p.height+20),f&&V.push(f.tl[1]+f.height+20);const W=this.max(V),G=new GeoPoint(H[g].x,W),Y=new GeoPoint(H[g+1].x,W);H.splice(g+1,0,G,Y),u.push(["s2","s2_6",H]);const q=[];for(let t=0;t<u.length;t++){const e=u[t][2];this.orthogonalPath(e)&&q.push(u[t])}if(u=q,!o.equals(r)){const t=[];for(let e=0;e<u.length;e++){const i=u[e][2];this.forwardPath(i)&&t.push(u[e])}u=t,u.length}const K=[];for(let t=0;t<u.length;t++){let e=!1,i=u[t][2].slice();(f||p)&&(i=i.slice(1,i.length-1)),p&&(e=e||this.polylineIntersectsRectangle(i,p)),f&&(e=e||this.polylineIntersectsRectangle(i,f)),e||K.push(u[t])}0!=K.length&&(u=K),u.length;const U=u[0][2].length,J=[];for(let t=0;t<u.length;t++)u[t][2].length==U&&J.push(u[t]);u=J;let Q=0;for(let t=0;t<u.length;t++)this.scorePath(u[Q][2])<this.scorePath(u[t][2])&&(Q=t);return u=[u[Q]],u}orthogonalPath(t){if(t.length<=1)return!0;for(let e=0;e<t.length-1;e++)if(t[e].x!=t[e+1].x&&t[e].y!=t[e+1].y)return!1;return!0}lineIntersectsLine(t,e){if(t.startPoint.x==t.endPoint.x&&e.startPoint.x==e.endPoint.x)return t.startPoint.x==e.startPoint.x&&(t.contains(e.startPoint.x,e.startPoint.y)||t.contains(e.endPoint.x,e.endPoint.y));if(t.startPoint.x==t.endPoint.x||e.startPoint.x==e.endPoint.x){if(t.startPoint.x==t.endPoint.x){const i=t;t=e,e=i}const i=(t.endPoint.y-t.startPoint.y)/(t.endPoint.x-t.startPoint.x),s=t.startPoint.y-i*t.startPoint.x,n=e.startPoint.x,o=i*n+s;return t.contains(n,o)&&e.contains(n,o)}{const i=(t.endPoint.y-t.startPoint.y)/(t.endPoint.x-t.startPoint.x),s=t.startPoint.y-i*t.startPoint.x,n=(e.endPoint.y-e.startPoint.y)/(e.endPoint.x-e.startPoint.x),o=e.startPoint.y-n*e.startPoint.x;if(i==n)return s==o&&(t.contains(e.startPoint.x,e.startPoint.y)||t.contains(e.endPoint.x,e.endPoint.y));{const r=(o-s)/(i-n),a=i*r+s;return t.contains(r,a)&&e.contains(r,a)}}}polylineIntersectsRectangle(t,e){let i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const s=[];s.push(new GeoLine(new GeoPoint(e.x1,e.y1),new GeoPoint(e.x2,e.y1))),s.push(new GeoLine(new GeoPoint(e.x2,e.y1),new GeoPoint(e.x2,e.y2))),s.push(new GeoLine(new GeoPoint(e.x2,e.y2),new GeoPoint(e.x1,e.y2))),s.push(new GeoLine(new GeoPoint(e.x1,e.y2),new GeoPoint(e.x1,e.y1)));for(let e=0;e<t.length-1;e++){const i=new GeoLine(t[e],t[e+1]);for(let t=0;t<s.length;t++)if(this.lineIntersectsLine(i,s[t]))return!0}if(i){const e=new GeoLine(t[t.length-1],t[0]);for(let t=0;t<s.length;t++)if(this.lineIntersectsLine(e,s[t]))return!0}return!1}scorePath(t){if(t.length<=2)return-1;let e=0;for(let i=1;i<t.length-1;i++)if(t[i-1].x==t[i].x&&t[i].x==t[i+1].x){if(this.signum(t[i+1].y-t[i].y)!=this.signum(t[i].y-t[i-1].y))return-1;e++}else if(t[i-1].y==t[i].y&&t[i].y==t[i+1].y){if(this.signum(t[i+1].x-t[i].x)!=this.signum(t[i].x-t[i-1].x))return-1;e++}else e--;return e}signum(t){return t>0?1:t<0?-1:0}forwardPath(t){if(t.length<=2)return!0;for(let e=0;e<t.length-2;e++)if(t[e].x==t[e+1].x&&t[e+1].x==t[e+2].x){if(0!=this.signum(t[e+1].y-t[e].y)&&this.signum(t[e+1].y-t[e].y)==-1*this.signum(t[e+2].y-t[e+1].y))return!1}else if(t[e].y==t[e+1].y&&t[e+1].y==t[e+2].y&&0!=this.signum(t[e+1].x-t[e].x)&&this.signum(t[e+1].x-t[e].x)==-1*this.signum(t[e+2].x-t[e+1].x))return!1;return!0}distance(t,e){return Math.hypot(e.x-t.x,e.y-t.y)}max(t){if(0==t.lenght)return NaN;{let e=t[0];for(let i=0;i<t.length;i++)e<t[i]&&(e=t[i]);return e}}min(t){if(0==t.lenght)return NaN;{let e=t[0];for(let i=0;i<t.length;i++)e>t[i]&&(e=t[i]);return e}}addDot(t,e){throw new Error("Can NOT add dot to ICEVisioLink mannually.")}rmDot(t){throw new Error("Can NOT remove dot from ICEVisioLink mannually.")}}var lt=class ICEIsogon extends ICEDotPath{constructor(){const t=_objectSpread2({radius:10,edges:3,startAngle:90},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.edges=Math.floor(t.edges>=3?t.edges:3),t.width=2*t.radius,t.height=2*t.radius,super(t)}__calcDots(){this.state.dots=[];const t=2*Math.PI/this.state.edges,e=this.state.radius;for(let i=0;i<this.state.edges;i++){const s=t*i-toRadian(this.state.startAngle),n=Math.floor(e*Math.cos(s)+e),o=Math.floor(e*Math.sin(s)+e);this.state.dots.push([n,o])}return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.radius,this.state.height=2*this.state.radius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.radius)?isNil$1(t.width)?isNil$1(t.height)||(t.radius=t.height/2):t.radius=t.width/2:(t.width=2*t.radius,t.height=2*t.radius),super.setState(t)}},ht=class ICERose extends ICEDotPath{constructor(){const t=_objectSpread2({radius:50,leafNum:2,pointNumber:100},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.leafNum=Math.floor(t.leafNum>=2?t.leafNum:2),t.width=2*t.radius,t.height=2*t.radius,super(t)}__calcDots(){const t=this.state.radius,e=this.state.leafNum;this.state.dots=[];const i=Math.PI/this.state.pointNumber;let s=0,n=0,o=0;for(;s=t+t*Math.sin(e*o)*Math.cos(o),n=t+t*Math.sin(e*o)*Math.sin(o),this.state.dots.push([s,n]),o+=i,!(o>=2*Math.PI););return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.radius,this.state.height=2*this.state.radius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.radius)?isNil$1(t.width)?isNil$1(t.height)||(t.radius=t.height/2,t.width=t.height):(t.radius=t.width/2,t.height=t.width):(t.width=2*t.radius,t.height=2*t.radius),super.setState(t)}},ct=class ICEStar extends ICEDotPath{constructor(){const t=_objectSpread2({outerRadius:50,innerRadius:20,startAngle:90,spikes:5},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{});t.spikes=Math.floor(t.spikes>=1?t.spikes:1),t.width=2*t.outerRadius,t.height=2*t.outerRadius,super(t)}__calcDots(){this.state.dots=[];let t=toRadian(this.state.startAngle);const e=Math.PI/this.state.spikes,i=this.state.outerRadius,s=this.state.innerRadius;let n,o;for(let r=0;r<this.state.spikes;r++)n=Math.cos(t)*i+i,o=Math.sin(t)*i+i,this.state.dots.push([n,o]),t+=e,n=Math.cos(t)*s+i,o=Math.sin(t)*s+i,this.state.dots.push([n,o]),t+=e;return this.state.dots}calcComponentParams(){return this.paramsDirty?(this.calcDots(),this.state.width=2*this.state.outerRadius,this.state.height=2*this.state.outerRadius,{width:this.state.width,height:this.state.height}):{width:this.state.width,height:this.state.height}}setState(t){isNil$1(t.outerRadius)?isNil$1(t.width)?isNil$1(t.height)||(t.outerRadius=t.height/2):t.outerRadius=t.width/2:(t.width=2*t.outerRadius,t.height=2*t.outerRadius),super.setState(t)}};const dt="__ICE_UTILS_TEXT_MEASURE_DIV__";class ICEText extends R{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(ICEText.arrangeParam(t)),_defineProperty$1(this,"__originalDraggable",!0),_defineProperty$1(this,"__editInput",null),this.measureText()}static arrangeParam(t){const e=merge$1({text:"",left:0,top:0,width:10,height:10,editing:!1,caretIndex:0,wrap:!1,maxLines:0,ellipsis:"…",lines:null,transformable:!1,style:{fontWeight:"bold",fontSize:32,fontFamily:"Arial",lineWidth:1,textBaseline:"bottom",paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0}},t);return e.style=_objectSpread2(_objectSpread2({},e.style),{},{font:"".concat(e.style.fontWeight," ").concat(e.style.fontSize,"px ").concat(e.style.fontFamily)}),e}initEvents(){super.initEvents(),this.on("dblclick",this.startEditing,this)}startEditing(){this.__originalDraggable=this.state.draggable,this.setState({editing:!0,caretIndex:this.state.text.length,draggable:!1}),this.ice&&this.ice.controlPanelManager&&this.ice.controlPanelManager.transformControlPanel.disable(),this.ice&&this.ice.evtBus&&this.ice.evtBus.on("mousedown",this.__globalMouseDownHandler,this),this.__mountEditInput()}stopEditing(){this.ice&&this.ice.evtBus&&this.ice.evtBus.off("mousedown",this.__globalMouseDownHandler,this),this.__unmountEditInput(),this.setState({editing:!1,draggable:this.__originalDraggable})}__mountEditInput(){const t=this.root&&this.root.document;if(!t||!t.body)return;const e=this.getMinBoundingBox(!0),i=this.ice&&this.ice.canvasEl?this.ice.canvasEl.getBoundingClientRect():{left:0,top:0},{paddingTop:s,paddingRight:n,paddingBottom:o,paddingLeft:r}=this.state.style,a=Math.max(this.state.width-r-n,1),l=Math.max(this.state.height-s-o,this.state.style.fontSize),h=t.createElement("input");h.type="text",h.value=this.state.text,h.style.position="absolute",h.style.left=i.left+e.tl[0]+"px",h.style.top=i.top+e.tl[1]+"px",h.style.width=a+"px",h.style.height=l+"px",h.style.font=this.state.style.font,h.style.paddingTop=s+"px",h.style.paddingRight=n+"px",h.style.paddingBottom=o+"px",h.style.paddingLeft=r+"px",h.style.boxSizing="content-box",h.style.color="transparent",h.style.caretColor=this.state.style.fillStyle||"#000000",h.style.background="transparent",h.style.border="none",h.style.outline="none",h.style.margin="0",h.style.zIndex="9999",t.body.appendChild(h),h.focus(),h.setSelectionRange(h.value.length,h.value.length),h.addEventListener("input",()=>{this.setText(h.value)}),h.addEventListener("compositionend",()=>{this.setText(h.value)}),h.addEventListener("keydown",t=>{"Enter"!==t.key&&"Escape"!==t.key||t.isComposing||this.stopEditing()}),h.addEventListener("blur",()=>{this.stopEditing()}),this.__editInput=h}__unmountEditInput(){this.__editInput&&this.__editInput.parentNode&&this.__editInput.parentNode.removeChild(this.__editInput),this.__editInput=null}__globalMouseDownHandler(t){(t&&t.param&&t.param.component)!==this&&this.stopEditing()}setText(t){const e=Math.max(0,Math.min(this.state.caretIndex,t.length));return this.setState({text:t,caretIndex:e}),this}getText(){return this.state.text}keyboardEvtHandler(t){if(this.__editInput)return;if(!this.state.editing)return void super.keyboardEvtHandler(t);if("keydown"!==t.type)return;const e=t.key,i=this.state.text,s=this.state.caretIndex;"Enter"!==e&&"Escape"!==e?"Backspace"!==e?"Delete"!==e?"ArrowLeft"!==e?"ArrowRight"!==e?"Home"!==e?"End"!==e?e&&1===e.length&&this.setState({text:i.slice(0,s)+e+i.slice(s),caretIndex:s+1}):this.setState({caretIndex:i.length}):this.setState({caretIndex:0}):this.setState({caretIndex:Math.min(i.length,s+1)}):this.setState({caretIndex:Math.max(0,s-1)}):s<i.length&&this.setState({text:i.slice(0,s)+i.slice(s+1)}):s>0&&this.setState({text:i.slice(0,s-1)+i.slice(s),caretIndex:s-1}):this.stopEditing()}renderCaret(){if(this.__editInput)return;const{paddingTop:t,paddingBottom:e,paddingLeft:i}=this.state.style,s=this.state.text.slice(0,this.state.caretIndex);let n=0-this.state.localOrigin[0]+i;"function"==typeof this.ctx.measureText&&(n+=this.ctx.measureText(s).width);const o=0-this.state.localOrigin[1]+t,r=0-this.state.localOrigin[1]+this.state.height-e;this.ctx.save(),this.ctx.strokeStyle=this.state.style.fillStyle||"#000000",this.ctx.lineWidth=1,this.ctx.beginPath(),this.ctx.moveTo(n,o),this.ctx.lineTo(n,r),this.ctx.stroke(),this.ctx.restore()}calcComponentParams(){return this.paramsDirty?this.measureText():{width:this.state.width,height:this.state.height}}measureText(t){this.state.lines=this.__computeWrappedLines();const e=this.__measureByCanvas();return e?(this.__applyMeasuredSize(e),{width:this.state.width,height:this.state.height}):this.__measureByDOM()}__computeWrappedLines(){var t;if(!this.state.wrap||this.state.editing)return null;const e=Number(this.state.width);if(!(e>0))return null;const i=this.ctx;if(!i||"function"!=typeof i.measureText)return null;const s=this.__measureFn(),n=this.__wrapText(e,s);return this.__truncateLines(n,e,Number(this.state.maxLines)||0,String(null!==(t=this.state.ellipsis)&&void 0!==t?t:"…"),s)}__measureFn(){const t=this.ctx;this.state.style.font&&t&&"function"==typeof t.measureText&&(t.font=this.state.style.font);const e=Number(this.state.style.fontSize)||12;return i=>{if(t&&"function"==typeof t.measureText){const e=t.measureText(i);return e&&e.width||0}return i.length*e}}__graphemes(t){const e=this.root&&this.root.Intl;if(e&&"function"==typeof e.Segmenter)try{const i=new e.Segmenter(void 0,{granularity:"grapheme"}),s=[];for(const e of i.segment(t))s.push(e.segment);return s}catch(t){}return Array.from(t)}__wrapText(t,e){var i;const s=[],n=String(null!==(i=this.state.text)&&void 0!==i?i:"").split("\n");for(let i=0;i<n.length;i++){const o=this.__graphemes(n[i]);let r="";for(let i=0;i<o.length;i++){const n=r+o[i];""!==r&&e(n)>t?(s.push(r),r=o[i]):r=n}s.push(r)}return s}__truncateLines(t,e,i,s,n){if(!(i>0)||t.length<=i)return t;const o=t.slice(0,i),r=this.__graphemes(o[i-1]);for(;r.length>0&&n(r.join("")+s)>e;)r.pop();return o[i-1]=r.join("")+s,o}__measureByCanvas(){var t;if(!this.ctx||"function"!=typeof this.ctx.measureText)return null;this.state.style.font&&(this.ctx.font=this.state.style.font);const e=this.state.lines||String(null!==(t=this.state.text)&&void 0!==t?t:"").split("\n");let i=0,s=0,n=0;for(const t of e){const e=this.ctx.measureText(t);i=Math.max(i,e.width||0);const o=e.actualBoundingBoxAscent,r=e.actualBoundingBoxDescent;if("number"!=typeof o||"number"!=typeof r)return null;s=Math.max(s,o),n=Math.max(n,r)}return{textWidth:i,textHeight:(s+n)*e.length}}__applyMeasuredSize(t){const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n}=this.state.style,o=t.textWidth+s+n,r=t.textHeight+e+i;10===this.props.width&&(this.state.width=o),10===this.props.height&&(this.state.height=r),this.state.textHeight=t.textHeight}__measureByDOM(){let t;try{if(t=this.root.document.getElementById(dt),!t){t=this.root.document.createElement("div"),t.setAttribute("id",dt);const e={visibility:"hidden",position:"absolute",top:"0",left:"0",padding:"0",margin:"0",border:"none",fontFamily:this.state.style.fontFamily,fontWeight:this.state.style.fontWeight,fontSize:this.state.style.fontSize+"px",lineHeight:"1",whiteSpace:"pre"};for(const i in e)t.style[i]=e[i];t.contenteditable=!1,this.root.document.body.appendChild(t)}t.textContent=this.state.text;const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n}=this.state.style,o={width:t.offsetWidth+s+n,height:t.offsetHeight+e+i};return 10===this.props.width&&(this.state.width=o.width),10===this.props.height&&(this.state.height=o.height),this.state.textHeight=t.offsetHeight,{width:this.state.width,height:this.state.height}}catch(t){return{width:this.state.width,height:this.state.height}}}doRender(){var t;this.dirty&&this.measureText();const{paddingTop:e,paddingBottom:i,paddingLeft:s,paddingRight:n,textAlign:o,textBaseline:r}=this.state.style,a=this.state.lines||String(null!==(t=this.state.text)&&void 0!==t?t:"").split("\n"),l=(this.state.textHeight||this.state.style.fontSize)/a.length,h="center"===o||"right"===o||"end"===o,c=h?this.__measureFn():null;h&&(this.ctx.textAlign="left");for(let t=0;t<a.length;t++){let i=0-this.state.localOrigin[0]+s;if(h){const e=c&&c(a[t])||0;i="center"===o?-e/2:this.state.localOrigin[0]-n-e}let d=0-this.state.localOrigin[1]+e+(t+1)*l;"middle"===r&&(d=(t-(a.length-1)/2)*l),this.state.stroke&&this.ctx.strokeText(a[t],i,d,this.state.width),this.state.fill&&this.ctx.fillText(a[t],i,d,this.state.width)}this.state.editing&&this.renderCaret(),super.doRender()}}var ut=ICEText,pt=class ICELayoutManager{getPreferredSize(t){return[0,0]}},ft={ICERect:j,ICECircle:H,ICEEllipse:X,ICEStar:ct,ICEIsogon:lt,ICERose:ht,ICEText:ut,ICEImage:ot,ICEGroup:z,ICEVisioLink:ICEVisioLink,ICEPolyLine:rt,ICEBezier:ICEBezier};const gt={evtBuses:[],stopped:!1,frameCallback:function(){for(let e=0;e<gt.evtBuses.length;e++){if(gt.stopped)return;gt.evtBuses[e].trigger(t)}gt.stopped||M.requestFrame(gt.frameCallback)},start:function(){gt.stopped=!1,M.requestFrame(gt.frameCallback)},stop:function(){gt.stopped=!0},registerEvtBus:function(t){gt.evtBuses.includes(t)||gt.evtBuses.push(t)},delEvtBus:function(t){gt.evtBuses.includes(t)&&gt.evtBuses.splice(gt.evtBuses.indexOf(t),1)}};var yt=gt;class ICELinkSlotManager{constructor(t){_defineProperty$1(this,"slotRadius",10),this.ice=t}start(){return this.createLinkSlots(),this.ice.evtBus.on(h,this.hookMouseMoveHandler,this),this.ice.evtBus.on(c,this.hookMouseUpHandler,this),this.ice.evtBus.on("mouseup",this.globalMouseUpHandler,this),this}stop(){return this.ice.evtBus.off(h,this.hookMouseMoveHandler,this),this.ice.evtBus.off(c,this.hookMouseUpHandler,this),this.ice.evtBus.off("mouseup",this.globalMouseUpHandler,this),this}hookMouseMoveHandler(t){const e=t.target,i=e.getMaxBoundingBox(),s=flattenTree([],this.ice.childNodes);s.sort((t,e)=>t.state.zIndex-e.state.zIndex),this.collision=null;for(let t=0;t<s.length;t++){const e=s[t];e&&e.state.linkable&&isEffectivelyVisible(e)&&(e.getMaxBoundingBox().isIntersect(i)&&(this.collision=e))}if(!this.collision){for(let t=0;t<this.ice._linkSlots.length;t++)this.ice._linkSlots[t].setState({display:!1,style:{fillStyle:"#3ce92c"}});return void e.setState({style:{fillStyle:"#3ce92c"}})}let n=!1;for(let t=0;t<this.ice._linkSlots.length;t++){const s=this.ice._linkSlots[t];s.hostComponent!==this.collision&&(s.hostComponent=this.collision),s.setState({display:!0,style:{fillStyle:"#3ce92c"}}),e.setState({style:{fillStyle:"#3ce92c"}}),s.getMaxBoundingBox().isIntersect(i)&&(n=!0,s.setState({style:{fillStyle:"#fffb00"}}))}n&&e.setState({style:{fillStyle:"#fffb00"}})}hookMouseUpHandler(t){const e=t.target,i=e.state.position,s=e.parentNode.targetComponent,n=e.getMaxBoundingBox();let o=!1;if(this.collision)for(let t=0;t<this.ice._linkSlots.length;t++){const e=this.ice._linkSlots[t];if(e.setState({display:!1,style:{fillStyle:"#3ce92c"}}),e.getMaxBoundingBox().isIntersect(n)){o=!0;const t={};t[i]={id:e.hostComponent.state.id,position:e.state.position},s&&s.setState({links:t});break}}if(o)e.setState({display:!1,style:{fillStyle:"#3ce92c"}});else{const t={};t[i]=null,s&&s.setState({links:t})}this.collision=null}globalMouseUpHandler(t){for(let t=0;t<this.ice._linkSlots.length;t++)this.ice._linkSlots[t].setState({display:!1,style:{fillStyle:"#3ce92c"}})}createLinkSlots(){if(this.ice._linkSlots&&this.ice._linkSlots.length)return;const t=new at({zIndex:10000010,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"T",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(t);const e=new at({zIndex:10000011,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"R",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(e);const i=new at({zIndex:10000012,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"B",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(i);const s=new at({zIndex:10000013,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"L",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(s);const n=new at({zIndex:10000014,display:!1,transformable:!1,draggable:!1,radius:this.slotRadius,position:"C",style:{strokeStyle:"#0c09d4",fillStyle:"#3ce92c",lineWidth:1}});this.ice.addTool(n),this.ice._linkSlots=[t,e,i,s,n]}}const mt=["linearMatrix","composedMatrix","localOrigin","absoluteOrigin","dots","textHeight","lines"];class Serializer{constructor(t){this.ice=t}toJSONString(){return JSON.stringify(this.toJSONObject())}toJSONObject(){const t={version:1,createTime:(new Date).toLocaleString(),lastModifyTime:(new Date).toLocaleString(),childNodes:[]};for(let e=0;e<this.ice.childNodes.length;e++){const i=this.ice.childNodes[e];this.encodeRecursively(i,t)}return t}encodeRecursively(t,e){const i=this.ice.getTypeId(t.constructor)||t.constructor.name,s={state:this.pickSerializableState(t.state),type:i,childNodes:[]};if(e.childNodes.push(s),("function"!=typeof t.hasDerivedChildren||!t.hasDerivedChildren())&&t.childNodes&&t.childNodes.length)for(let e=0;e<t.childNodes.length;e++)this.encodeRecursively(t.childNodes[e],s)}pickSerializableState(t){const e={};for(const i in t)-1===mt.indexOf(i)&&(e[i]=t[i]);return e}}const _t=[];class Deserializer{constructor(t){_defineProperty$1(this,"_unknownTypes",[]),this.ice=t}get unknownTypes(){return this._unknownTypes}fromJSONObject(t){this._unknownTypes=[];const e=t&&t.version?t.version:1;this.migrate(t,e);const i=t&&t.childNodes||[];for(let t=0;t<i.length;t++)this.decodeRecursively(this.ice,i[t])}fromJSONString(t){const e=JSON.parse(t);this.fromJSONObject(e)}migrate(t,e){if(e>1)throw new Error("不支持的反序列化版本:".concat(e,"(当前支持到 ").concat(1,")"));for(let i=0;i<_t.length;i++){const s=_t[i];e<s.to&&(s.run(t),e=s.to)}t.version=e}decodeRecursively(t,e){if(!e||!e.type)return null;const i=this.ice.getType(e.type);if("function"!=typeof i)return-1===this._unknownTypes.indexOf(e.type)&&this._unknownTypes.push(e.type),null;const s=new i(e.state);if(t.addChild(s),"function"==typeof s.hasDerivedChildren&&s.hasDerivedChildren())return s;const n=e.childNodes;if(n&&n.length)for(let t=0;t<n.length;t++)this.decodeRecursively(s,n[t]);return s}}class PluginHost{constructor(t){_defineProperty$1(this,"plugins",[]),_defineProperty$1(this,"renderHooks",[]),_defineProperty$1(this,"tools",[]),this.ice=t}get names(){return this.plugins.map(t=>t.name)}has(t){return this.plugins.some(e=>e.name===t)}hasRenderHooks(){return this.renderHooks.length>0}use(t){if(!t||!t.name)throw new Error("ICE.use(plugin):插件必须提供非空的 name。");if(this.has(t.name))return!1;if(t.components)for(const e in t.components){const i=t.components[e];"function"==typeof i&&this.ice.registerType(e,i)}if("function"==typeof t.render&&this.renderHooks.push({pluginName:t.name,hook:t.render}),t.tools)for(let e=0;e<t.tools.length;e++){const i=t.tools[e];i&&i.id&&this.tools.push(_objectSpread2(_objectSpread2({},i),{},{pluginName:t.name,instance:null,attached:!1}))}return this.plugins.push(t),"function"==typeof t.setup&&t.setup(this.ice),!0}unuse(t){const e=this.plugins.findIndex(e=>e.name===t);if(-1===e)return!1;const i=this.plugins[e];for(let e=this.tools.length-1;e>=0;e--)this.tools[e].pluginName===t&&(this.detachTool(this.tools[e]),this.tools.splice(e,1));for(let e=this.renderHooks.length-1;e>=0;e--)this.renderHooks[e].pluginName===t&&this.renderHooks.splice(e,1);return this.plugins.splice(e,1),"function"==typeof i.teardown&&i.teardown(this.ice),!0}invokeRenderHooks(t){for(let e=0;e<this.renderHooks.length;e++)this.renderHooks[e].hook(t)}syncTools(t){let e=!1;for(let i=0;i<this.tools.length;i++){const s=this.tools[i];let n=!1;try{n=!!t&&!!s.match(t,this.ice)}catch(t){n=!1}n?(s.instance||(s.instance=s.create()),!s.attached&&s.instance&&(this.ice.addTool(s.instance),s.attached=!0),"function"==typeof s.onTargetChange&&s.onTargetChange(s.instance,t),s.exclusive&&(e=!0)):this.detachTool(s)}return e}detachAllTools(){for(let t=0;t<this.tools.length;t++)this.detachTool(this.tools[t])}detachTool(t){t.attached&&t.instance&&(this.ice.removeTool(t.instance),t.attached=!1)}clear(){this.detachAllTools(),this.plugins=[],this.renderHooks=[],this.tools=[]}}function resolveRole(t){return t.isControlPanel?"tool":t.isLine?"link":"function"==typeof t.measureText?"text":Array.isArray(t.childNodes)?"container":t.state&&t.state.src?"image":"graphic"}function resolveLabel(t){const e=t.state||{};return"string"==typeof e.ariaLabel&&e.ariaLabel?e.ariaLabel:"string"==typeof e.text&&e.text?e.text:"string"==typeof e.title&&e.title?e.title:t.props&&t.props.id||String(e.id||"")}function resolveBox(t,e){if("function"!=typeof e.__paintWorldBox)return null;const i=e.state&&e.state.composedMatrix;if(!i||i.length<6)return null;const s=e.__paintWorldBox([0,0,0,0]);if(!(isFinite(s[0])&&isFinite(s[1])&&isFinite(s[2])&&isFinite(s[3])))return null;const[n,o]=t.worldToScreen(s[0],s[1]),[r,a]=t.worldToScreen(s[2],s[3]);return{x:Math.min(n,r),y:Math.min(o,a),width:Math.abs(r-n),height:Math.abs(a-o)}}function buildAccessibilityTree(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=[],s=t&&t.selectionList||[];let n=0;const walk=(o,r,a)=>{if(!o||!o.length)return;const l=o.slice().sort((t,e)=>(t.state.zIndex||0)-(e.state.zIndex||0));for(let o=0;o<l.length;o++){const h=l[o],c=h.state||{},d=isEffectivelyVisible(h),u=!1!==c.interactive,p=resolveBox(t,h),f=(e.includeHidden||d)&&!!p,g=!e.filter||e.filter(h);f&&g&&i.push({id:h.props&&h.props.id||String(c.id||""),role:resolveRole(h),label:resolveLabel(h),box:p,visible:d,interactive:u,focusable:d&&u,tabIndex:n++,selected:-1!==s.indexOf(h),level:r,parentId:a}),h.childNodes&&h.childNodes.length&&walk(h.childNodes,r+1,h.props&&h.props.id||null)}};return walk(t&&t.childNodes||[],1,null),e.includeTools&&walk(t&&t.toolNodes||[],1,null),i}var bt=class CanvasRenderer extends N{constructor(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),_defineProperty$1(this,"stopped",!1),_defineProperty$1(this,"renderMode","dirty-rect"),_defineProperty$1(this,"__forceFullRender",!1),_defineProperty$1(this,"componentQueue",[]),_defineProperty$1(this,"toolsQueue",[]),_defineProperty$1(this,"__queueDirty",!0),_defineProperty$1(this,"__zSnap",[]),_defineProperty$1(this,"__snap",new WeakMap),_defineProperty$1(this,"__primed",!1),_defineProperty$1(this,"__lastFrameCulled",0),this.ice=t,this.cache=new class ObjectCache{constructor(t){_defineProperty$1(this,"map",new WeakMap),_defineProperty$1(this,"__bytes",0),_defineProperty$1(this,"__vp",null),_defineProperty$1(this,"__vpChanged",!1),this.ice=t}__rvp(){return this.ice&&"function"==typeof this.ice.getRenderViewport?this.ice.getRenderViewport():this.ice&&this.ice.viewport||{scale:1,tx:0,ty:0}}beginFrame(){const t=this.__rvp(),e=this.__vp;this.__vpChanged=!!e&&(e.scale!==t.scale||e.tx!==t.tx||e.ty!==t.ty),e?(e.scale=t.scale,e.tx=t.tx,e.ty=t.ty):this.__vp={scale:t.scale,tx:t.tx,ty:t.ty}}__sameViewport(t,e,i,s){return t.rs===e&&t.ox===i&&t.oy===s}isCachable(t){if(this.__vpChanged)return!1;if("function"==typeof t.hasClippingAncestor&&t.hasClippingAncestor())return!1;if("function"==typeof t.measureText)return!t.state.editing&&isEffectivelyVisible(t);if(t.isLine){if(t.state.lineDashFlow)return!1;if(!isEffectivelyVisible(t))return!1;const e=this.__rvp().scale;if(!(e>0))return!1;const i="function"==typeof t.__localBox?t.__localBox():null,s=i?i[2]-i[0]:Number(t.state.width)||0,n=i?i[3]-i[1]:Number(t.state.height)||0,o=Math.max(0,s)*Math.max(0,n)*e*e;return!(o>2e6||!this.map.has(t)&&this.__bytes+4*o>33554432)}if("function"==typeof t.calcDots&&!t.isLine){const e=Number(t.state.width)||0,i=Number(t.state.height)||0;return isEffectivelyVisible(t)&&!t.state.lineDashFlow&&e*i>=4e4}return!isOpaqueDrawing(t.state)&&"function"==typeof t.createPathObject&&!t.childNodes&&!t.isLine&&isEffectivelyVisible(t)}has(t){return this.map.has(t)}contentKey(t){const e=t.state;if("function"==typeof t.measureText){const t=e.style||{};return[e.text,t.fontWeight,t.fontSize,t.fontFamily,t.font,t.textAlign,t.textBaseline,t.paddingTop,t.paddingBottom,t.paddingLeft,t.paddingRight,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|")}return"function"==typeof t.calcDots?[JSON.stringify(e.dots),e.closePath,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|"):[e.width,e.height,e.radius,e.radiusX,e.radiusY,e.closePath,e.fill,e.stroke,JSON.stringify(e.lineDash),e.lineDashOffset,e.lineDashFlow,e.lineBorder,e.lineBorderWidth,e.lineBorderColor,this.__styleKey(e)].join("|")}__styleKey(t){const e=t.style||{};return[e.fillStyle,e.strokeStyle,e.lineWidth,e.globalAlpha,e.globalCompositeOperation,e.shadow,e.shadowColor,e.shadowBlur,e.shadowOffsetX,e.shadowOffsetY].join("|")}linearKey(t){const e=t.state.composedMatrix;return!e||e.length<6?"":"".concat(e[0],",").concat(e[1],",").concat(e[2],",").concat(e[3])}render(t){if(!this.isCachable(t))return!1;const e=this.__rvp(),i=e.scale,s=e.tx,n=e.ty;let o=this.map.get(t);if(!t.dirty&&o&&this.__sameViewport(o,i,s,n))return this.draw(o),!0;"function"==typeof t.calcDots&&t.refreshParams(),t.composeMatrix();const r=this.linearKey(t),a=this.contentKey(t);let l=!o||o.contentKey!==a||o.linearKey!==r||!this.__sameViewport(o,i,s,n);if(l||(l=!this.refreshPosition(t,o)),l){const e=o||null;e&&(this.__bytes=Math.max(0,this.__bytes-e.pw*e.ph*4)),o=this.build(t,a,r,i,s,n),this.__bytes+=o.pw*o.ph*4}return this.map.set(t,o),this.draw(o),t.dirty=!1,!0}__paintBox(t){const e=t.getMaxBoundingBox().getMinAndMaxPoint(),i=stylePaintPad(t.state);return{minX:e.minX-i,minY:e.minY-i,maxX:e.maxX+i,maxY:e.maxY+i}}build(t,e,i,s,n,o){t.refreshParams(),t.composeMatrix();const r=this.__paintBox(t),a=Math.floor(r.minX*s+n)-1,l=Math.floor(r.minY*s+o)-1,h=Math.max(1,Math.ceil(r.maxX*s+n)-a+1),c=Math.max(1,Math.ceil(r.maxY*s+o)-l+1),{canvas:d,ctx:u}=M.createOffscreenCanvas(h,c),p=[s,0,0,s,n-a,o-l];return t.renderTo(u,p),{canvas:d,ctx:u,pw:h,ph:c,dx:a,dy:l,dx0:a,dy0:l,buildMinX:r.minX,buildMinY:r.minY,rs:s,ox:n,oy:o,contentKey:e,linearKey:i}}refreshPosition(t,e){const i=this.__paintBox(t),s=e.rs,n=s*(i.minX-e.buildMinX),o=s*(i.minY-e.buildMinY);if(Math.abs(n-Math.round(n))>1e-6)return!1;if(Math.abs(o-Math.round(o))>1e-6)return!1;const r=e.dx0+Math.round(n),a=e.dy0+Math.round(o);return!(i.minX*s+e.ox<r||i.minY*s+e.oy<a||i.maxX*s+e.ox>r+e.pw||i.maxY*s+e.oy>a+e.ph||(e.dx=r,e.dy=a,0))}draw(t){const e=this.ice.ctx;e.save(),e.setTransform(1,0,0,1,0,0),e.drawImage(t.canvas,t.dx,t.dy),e.restore()}invalidate(t){const e=this.map.get(t);e&&(this.__bytes=Math.max(0,this.__bytes-e.pw*e.ph*4)),this.map.delete(t)}clear(){this.map=new WeakMap,this.__bytes=0}}(t),"full"!==e.renderMode&&"dirty-rect"!==e.renderMode||(this.renderMode=e.renderMode)}markQueueDirty(){this.__queueDirty=!0}setRenderMode(t){this.renderMode=t}getRenderMode(){return this.renderMode}start(){return this.stopped=!1,this.ice.evtBus.on(t,this.frameEvtHandler,this),this}stop(){return this.stopped=!0,this.ice.evtBus.off(t,this.frameEvtHandler,this),this}frameEvtHandler(t){if(this.ice.dirty){if(this.refreshQueue(),this.cache.beginFrame(),"dirty-rect"===this.renderMode&&!this.__forceFullRender){const t=this.__collect();if(t)return void this.__renderDirtyRect(t)}this.doRenderFull()}}refreshQueue(){if(this.__queueDirty)this.__rebuildQueue();else if(this.__zOrderChanged()){const compareZ=(t,e)=>t.state.zIndex-e.state.zIndex;this.componentQueue.sort(compareZ),this.toolsQueue.sort(compareZ),this.__snapshotZ()}}__rebuildQueue(){const compareZ=(t,e)=>t.state.zIndex-e.state.zIndex;this.componentQueue=flattenTree([],this.ice.childNodes),this.componentQueue.sort(compareZ),this.toolsQueue=flattenTree([],this.ice.toolNodes),this.toolsQueue.sort(compareZ),this.__queueDirty=!1,this.__snapshotZ(),this.__snap=new WeakMap,this.__primed=!1}__snapshotZ(){const t=this.componentQueue.length+this.toolsQueue.length;this.__zSnap.length!==t&&(this.__zSnap=new Array(t));let e=0;for(let t=0;t<this.componentQueue.length;t++)this.__zSnap[e++]=this.componentQueue[t].state.zIndex;for(let t=0;t<this.toolsQueue.length;t++)this.__zSnap[e++]=this.toolsQueue[t].state.zIndex}__zOrderChanged(){const t=this.componentQueue.length+this.toolsQueue.length;if(this.__zSnap.length!==t)return!0;let e=0;for(let t=0;t<this.componentQueue.length;t++)if(this.__zSnap[e++]!==this.componentQueue[t].state.zIndex)return!0;for(let t=0;t<this.toolsQueue.length;t++)if(this.__zSnap[e++]!==this.toolsQueue[t].state.zIndex)return!0;return!1}doRenderFull(){this.ice.ctx.setTransform(1,0,0,1,0,0),this.ice.ctx.clearRect(0,0,this.ice.canvasWidth,this.ice.canvasHeight);const t=this.__visibleWorldRect();let e=0;for(let i=0;i<this.componentQueue.length;i++){const s=this.componentQueue[i];if(t&&s.isEffectivelyVisible()&&!s.dirty){const i=this.__snap.get(s);if(i&&!intersects(i,t)){e++;continue}}this.__ensureContext(s),this.__renderComponent(s),s.isEffectivelyVisible()&&this.__capture(s)}this.__lastFrameCulled=e;for(let t=0;t<this.toolsQueue.length;t++){const e=this.toolsQueue[t];this.__ensureContext(e),e.render(),e.isEffectivelyVisible()&&this.__capture(e)}this.__invokePluginRender(null),this.__finalizeHidden(this.componentQueue),this.__finalizeHidden(this.toolsQueue),this.__primed=!0,this.ice.dirty=!1,this.ice.evtBus.trigger(a)}__collect(){if(!this.__primed)return null;const t=this.ice.ctx,e=this.ice.canvasWidth||0,i=this.ice.canvasHeight||0;if(!e||!i)return null;if(!t||"function"!=typeof t.save||"function"!=typeof t.clip||"function"!=typeof t.restore)return null;const s=this.__preCount(this.componentQueue);if(0===s.dirty)return null;if(s.visible>0&&s.dirty/s.visible>.2)return null;const n=[];if(!this.__collectDirtyBoxes(n,this.componentQueue))return null;if(!this.__collectDirtyBoxes(n,this.toolsQueue))return null;const o=function coalesceRegions(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;const i=[];for(let e=0;e<t.length;e++){const s=t[e];if(!isFiniteBox(s))continue;let n=!1;for(let t=0;t<i.length;t++)if(intersects(i[t],s)&&isWorthMerging(i[t],s)){i[t]=mergeBox(i[t],s),n=!0;break}n||i.push([s[0],s[1],s[2],s[3]])}let s=!0;for(;s;){s=!1;for(let t=0;t<i.length&&!s;t++)for(let e=t+1;e<i.length;e++)if(intersects(i[t],i[e])&&isWorthMerging(i[t],i[e])){i[t]=mergeBox(i[t],i[e]),i.splice(e,1),s=!0;break}}for(;i.length>e;){let t=0,e=1,s=1/0;for(let n=0;n<i.length;n++)for(let o=n+1;o<i.length;o++){const r=boxArea(mergeBox(i[n],i[o]))-boxArea(i[n])-boxArea(i[o]);isWorthMerging(i[n],i[o])&&r<s&&(s=r,t=n,e=o)}if(s===1/0){if(i.length>24)return[i.reduce((t,e)=>mergeBox(t,e),[1/0,1/0,-1/0,-1/0])];break}i[t]=mergeBox(i[t],i[e]),i.splice(e,1)}return i}(n,6);if(!o.length)return null;const r=this.__renderViewport(),a=[];for(let t=0;t<o.length;t++)integerAlign(o[t]),a.push(mapBoxToRender(o[t],r));if(function regionsAreaRatio(t,e,i){if(!e||!i)return 1;let s=0;for(let e=0;e<t.length;e++)s+=boxArea(t[e]);return s/(e*i)}(a,e,i)>.35)return null;if(this.__riskyIntersectsRegions(o,this.componentQueue))return null;if(this.__riskyIntersectsRegions(o,this.toolsQueue))return null;const l=[1/0,1/0,-1/0,-1/0];for(let t=0;t<o.length;t++)unionBoxes(l,o[t]);return{regions:o,renderRegions:a,bounding:l}}__renderViewport(){return"function"==typeof this.ice.getRenderViewport?this.ice.getRenderViewport():this.ice.viewport}__preCount(t){let e=0,i=0,s=!1;for(let n=0;n<t.length;n++){const o=t[n];o.isEffectivelyVisible()?(e++,o.dirty&&i++):this.__snap.has(o)&&(s=!0)}return{visible:e,dirty:i,hiddenErase:s}}__collectDirtyBoxes(t,e){for(let i=0;i<e.length;i++){const s=e[i];if(!s.isEffectivelyVisible()){const e=this.__snap.get(s);e&&t.push([e[0],e[1],e[2],e[3]]);continue}if(!s.dirty)continue;s.__paramsDirtyAtCollect=s.paramsDirty;const n=this.__freshBox(s);if(!n)return!1;const o=this.__snap.get(s);t.push(o?mergeBox(o,n):n)}return!0}__riskyIntersectsRegions(t,e){for(let i=0;i<e.length;i++){const s=e[i];if(!s.isEffectivelyVisible())continue;if(!this.__isDotPath(s)&&!this.__isText(s)&&isOpaqueDrawing(s.state))continue;if(s.dirty){if(!this.__isText(s))continue;if(!s.__paramsDirtyAtCollect&&this.cache.isCachable(s)&&this.cache.has(s))continue;return!0}if(this.cache.isCachable(s)&&this.cache.has(s))continue;const n=this.__snap.get(s);if(!n)return!0;for(let e=0;e<t.length;e++)if(intersects(n,t[e]))return!0}return!1}__renderDirtyRect(t){const e=this.ice.ctx,i=t.regions,s=t.renderRegions;for(let t=0;t<i.length;t++){const n=i[t],o=s[t],r=o[0],a=o[1],l=o[2]-o[0],h=o[3]-o[1];if(!(l<=0||h<=0)){e.save(),e.setTransform(1,0,0,1,0,0),e.clearRect(r,a,l,h),e.beginPath(),e.rect(r,a,l,h),e.clip();for(let t=0;t<this.componentQueue.length;t++){const e=this.componentQueue[t];if(!e.isEffectivelyVisible())continue;const i=this.__snap.get(e);(e.dirty||i&&intersects(i,n))&&(this.__ensureContext(e),this.__renderComponent(e),this.__capture(e))}for(let t=0;t<this.toolsQueue.length;t++){const e=this.toolsQueue[t];e.isEffectivelyVisible()&&(this.__ensureContext(e),e.render(),this.__capture(e))}this.__invokePluginRender(n),e.restore()}}this.__finalizeHidden(this.componentQueue),this.__finalizeHidden(this.toolsQueue),this.ice.dirty=!1,this.ice.evtBus.trigger(a)}__invokePluginRender(t){const e=this.ice&&this.ice.plugins;if(!e||"function"!=typeof e.hasRenderHooks||!e.hasRenderHooks())return;const i=this.ice.ctx,s=this.__renderViewport();i.setTransform(s.scale,0,0,s.scale,s.tx,s.ty),e.invokeRenderHooks({ctx:i,mode:this.renderMode,region:t,width:this.ice.canvasWidth,height:this.ice.canvasHeight})}__ensureContext(t){t.ctx===this.ice.ctx&&t.ice===this.ice||(t.root=this.ice.root,t.ctx=this.ice.ctx,t.evtBus=this.ice.evtBus,t.ice=this.ice)}getWorldBox(t){return this.__snap.get(t)||null}__visibleWorldRect(){const t=this.ice.canvasWidth||0,e=this.ice.canvasHeight||0;if(!t||!e)return null;const[i,s]=this.ice.screenToWorld(0,0),[n,o]=this.ice.screenToWorld(t,e),r=[Math.min(i,n),Math.min(s,o),Math.max(i,n),Math.max(s,o)];return isFiniteBox(r)?r:null}__renderComponent(t){this.cache.render(t)||t.render()}__isDotPath(t){return"function"==typeof t.calcDots}__isText(t){return"function"==typeof t.measureText}__freshBox(t){try{"function"==typeof t.refreshParams&&t.refreshParams();const e=t.getMaxBoundingBox(!0).getMinAndMaxPoint(),i=stylePaintPad(t.state),s=[e.minX-i,e.minY-i,e.maxX+i,e.maxY+i];return isFiniteBox(s)?s:null}catch(t){return null}}__capture(t){let e=this.__snap.get(t);e||(e=new Float64Array(4),this.__snap.set(t,e)),t.__paintWorldBox(e);const i=stylePaintPad(t.state);e[0]-=i,e[1]-=i,e[2]+=i,e[3]+=i}__finalizeHidden(t){for(let e=0;e<t.length;e++){const i=t[e];!i.isEffectivelyVisible()&&i.dirty&&(i.dirty=!1,this.__snap.delete(i))}}};class ImageCache{constructor(t){_defineProperty$1(this,"imageCache",new Map),this.ice=t}setImage(t){let e=this.imageCache.get(t);return e||(e=M.createImage(),e.onload=()=>{this.ice.dirty=!0},e.onerror=()=>{},e.src=t,this.imageCache.size>ImageCache.CACHE_SIZE&&this.imageCache.delete(this.imageCache.keys().next().value),this.imageCache.set(t,e)),{loaded:this.loaded(e),image:e}}loaded(t){return t.complete&&t.naturalWidth>0}}_defineProperty$1(ImageCache,"CACHE_SIZE",100);var vt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var xt=function isNil(t){return null==t};var wt=function listCacheClear$1(){this.__data__=[],this.size=0};var Ct=function eq$4(t,e){return t===e||t!=t&&e!=e},St=Ct;var Et=function assocIndexOf$4(t,e){for(var i=t.length;i--;)if(St(t[i][0],e))return i;return-1},Pt=Et,kt=Array.prototype.splice;var Mt=Et;var Tt=Et;var It=Et;var Bt=wt,Nt=function listCacheDelete$1(t){var e=this.__data__,i=Pt(e,t);return!(i<0)&&(i==e.length-1?e.pop():kt.call(e,i,1),--this.size,!0)},Dt=function listCacheGet$1(t){var e=this.__data__,i=Mt(e,t);return i<0?void 0:e[i][1]},Ot=function listCacheHas$1(t){return Tt(this.__data__,t)>-1},$t=function listCacheSet$1(t,e){var i=this.__data__,s=It(i,t);return s<0?(++this.size,i.push([t,e])):i[s][1]=e,this};function ListCache$4(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}ListCache$4.prototype.clear=Bt,ListCache$4.prototype.delete=Nt,ListCache$4.prototype.get=Dt,ListCache$4.prototype.has=Ot,ListCache$4.prototype.set=$t;var At=ListCache$4,Lt=At;var Rt=function stackClear$1(){this.__data__=new Lt,this.size=0};var Ft=function stackDelete$1(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i};var jt=function stackGet$1(t){return this.__data__.get(t)};var zt=function stackHas$1(t){return this.__data__.has(t)},Xt="object"==typeof vt&&vt&&vt.Object===Object&&vt,Ht=Xt,Vt="object"==typeof self&&self&&self.Object===Object&&self,Wt=Ht||Vt||Function("return this")(),Gt=Wt.Symbol,Yt=Gt,qt=Object.prototype,Kt=qt.hasOwnProperty,Ut=qt.toString,Jt=Yt?Yt.toStringTag:void 0;var Qt=function getRawTag$1(t){var e=Kt.call(t,Jt),i=t[Jt];try{t[Jt]=void 0;var s=!0}catch(t){}var n=Ut.call(t);return s&&(e?t[Jt]=i:delete t[Jt]),n},Zt=Object.prototype.toString;var te=Qt,ee=function objectToString$1(t){return Zt.call(t)},ie=Gt?Gt.toStringTag:void 0;var se=function baseGetTag$4(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ie&&ie in Object(t)?te(t):ee(t)};var ne=function isObject$7(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)},oe=se,re=ne;var ae,le=function isFunction$3(t){if(!re(t))return!1;var e=oe(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e},he=Wt["__core-js_shared__"],ce=(ae=/[^.]+$/.exec(he&&he.keys&&he.keys.IE_PROTO||""))?"Symbol(src)_1."+ae:"";var de=function isMasked$1(t){return!!ce&&ce in t},ue=Function.prototype.toString;var pe=le,fe=de,ge=ne,ye=function toSource$1(t){if(null!=t){try{return ue.call(t)}catch(t){}try{return t+""}catch(t){}}return""},me=/^\[object .+?Constructor\]$/,_e=Function.prototype,be=Object.prototype,ve=_e.toString,xe=be.hasOwnProperty,we=RegExp("^"+ve.call(xe).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Ce=function baseIsNative$1(t){return!(!ge(t)||fe(t))&&(pe(t)?we:me).test(ye(t))},Se=function getValue$1(t,e){return null==t?void 0:t[e]};var Ee=function getNative$3(t,e){var i=Se(t,e);return Ce(i)?i:void 0},Pe=Ee(Wt,"Map"),ke=Ee(Object,"create"),Me=ke;var Te=function hashClear$1(){this.__data__=Me?Me(null):{},this.size=0};var Ie=function hashDelete$1(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Be=ke,Ne=Object.prototype.hasOwnProperty;var De=function hashGet$1(t){var e=this.__data__;if(Be){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return Ne.call(e,t)?e[t]:void 0},Oe=ke,$e=Object.prototype.hasOwnProperty;var Ae=ke;var Le=Te,Re=Ie,Fe=De,je=function hashHas$1(t){var e=this.__data__;return Oe?void 0!==e[t]:$e.call(e,t)},ze=function hashSet$1(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=Ae&&void 0===e?"__lodash_hash_undefined__":e,this};function Hash$1(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}Hash$1.prototype.clear=Le,Hash$1.prototype.delete=Re,Hash$1.prototype.get=Fe,Hash$1.prototype.has=je,Hash$1.prototype.set=ze;var Xe=Hash$1,He=At,Ve=Pe;var We=function isKeyable$1(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};var Ge=function getMapData$4(t,e){var i=t.__data__;return We(e)?i["string"==typeof e?"string":"hash"]:i.map},Ye=Ge;var qe=Ge;var Ke=Ge;var Ue=Ge;var Je=function mapCacheClear$1(){this.size=0,this.__data__={hash:new Xe,map:new(Ve||He),string:new Xe}},Qe=function mapCacheDelete$1(t){var e=Ye(this,t).delete(t);return this.size-=e?1:0,e},Ze=function mapCacheGet$1(t){return qe(this,t).get(t)},ti=function mapCacheHas$1(t){return Ke(this,t).has(t)},ei=function mapCacheSet$1(t,e){var i=Ue(this,t),s=i.size;return i.set(t,e),this.size+=i.size==s?0:1,this};function MapCache$1(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var s=t[e];this.set(s[0],s[1])}}MapCache$1.prototype.clear=Je,MapCache$1.prototype.delete=Qe,MapCache$1.prototype.get=Ze,MapCache$1.prototype.has=ti,MapCache$1.prototype.set=ei;var ii=At,si=Pe,ni=MapCache$1;var oi=At,ri=Rt,ai=Ft,li=jt,hi=zt,ci=function stackSet$1(t,e){var i=this.__data__;if(i instanceof ii){var s=i.__data__;if(!si||s.length<199)return s.push([t,e]),this.size=++i.size,this;i=this.__data__=new ni(s)}return i.set(t,e),this.size=i.size,this};function Stack$1(t){var e=this.__data__=new oi(t);this.size=e.size}Stack$1.prototype.clear=ri,Stack$1.prototype.delete=ai,Stack$1.prototype.get=li,Stack$1.prototype.has=hi,Stack$1.prototype.set=ci;var di=Stack$1,ui=Ee,pi=function(){try{var t=ui(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),fi=pi;var gi=function baseAssignValue$3(t,e,i){"__proto__"==e&&fi?fi(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i},yi=gi,mi=Ct;var _i=function assignMergeValue$2(t,e,i){(void 0!==i&&!mi(t[e],i)||void 0===i&&!(e in t))&&yi(t,e,i)};var bi=function createBaseFor$1(t){return function(e,i,s){for(var n=-1,o=Object(e),r=s(e),a=r.length;a--;){var l=r[t?a:++n];if(!1===i(o[l],l,o))break}return e}}(),vi={exports:{}};!function(t,e){var i=Wt,s=e&&!e.nodeType&&e,n=s&&t&&!t.nodeType&&t,o=n&&n.exports===s?i.Buffer:void 0,r=o?o.allocUnsafe:void 0;t.exports=function cloneBuffer(t,e){if(e)return t.slice();var i=t.length,s=r?r(i):new t.constructor(i);return t.copy(s),s}}(vi,vi.exports);var xi=Wt.Uint8Array;var wi=function cloneArrayBuffer$1(t){var e=new t.constructor(t.byteLength);return new xi(e).set(new xi(t)),e};var Ci=function cloneTypedArray$1(t,e){var i=e?wi(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)};var Si=function copyArray$1(t,e){var i=-1,s=t.length;for(e||(e=Array(s));++i<s;)e[i]=t[i];return e},Ei=ne,Pi=Object.create,ki=function(){function object(){}return function(t){if(!Ei(t))return{};if(Pi)return Pi(t);object.prototype=t;var e=new object;return object.prototype=void 0,e}}();var Mi=function overArg$1(t,e){return function(i){return t(e(i))}}(Object.getPrototypeOf,Object),Ti=Object.prototype;var Ii=function isPrototype$2(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ti)},Bi=ki,Ni=Mi,Di=Ii;var Oi=function initCloneObject$1(t){return"function"!=typeof t.constructor||Di(t)?{}:Bi(Ni(t))};var $i=function isObjectLike$5(t){return null!=t&&"object"==typeof t},Ai=se,Li=$i;var Ri=function baseIsArguments$1(t){return Li(t)&&"[object Arguments]"==Ai(t)},Fi=$i,ji=Object.prototype,zi=ji.hasOwnProperty,Xi=ji.propertyIsEnumerable,Hi=Ri(function(){return arguments}())?Ri:function(t){return Fi(t)&&zi.call(t,"callee")&&!Xi.call(t,"callee")},Vi=Array.isArray;var Wi=function isLength$2(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991},Gi=le,Yi=Wi;var qi=function isArrayLike$3(t){return null!=t&&Yi(t.length)&&!Gi(t)},Ki=qi,Ui=$i;var Ji=function isArrayLikeObject$1(t){return Ui(t)&&Ki(t)},Qi={exports:{}};var Zi=function stubFalse(){return!1};!function(t,e){var i=Wt,s=Zi,n=e&&!e.nodeType&&e,o=n&&t&&!t.nodeType&&t,r=o&&o.exports===n?i.Buffer:void 0,a=(r?r.isBuffer:void 0)||s;t.exports=a}(Qi,Qi.exports);var ts=se,es=Mi,is=$i,ss=Function.prototype,ns=Object.prototype,os=ss.toString,rs=ns.hasOwnProperty,as=os.call(Object);var ls=function isPlainObject$1(t){if(!is(t)||"[object Object]"!=ts(t))return!1;var e=es(t);if(null===e)return!0;var i=rs.call(e,"constructor")&&e.constructor;return"function"==typeof i&&i instanceof i&&os.call(i)==as},hs=se,cs=Wi,ds=$i,us={};us["[object Float32Array]"]=us["[object Float64Array]"]=us["[object Int8Array]"]=us["[object Int16Array]"]=us["[object Int32Array]"]=us["[object Uint8Array]"]=us["[object Uint8ClampedArray]"]=us["[object Uint16Array]"]=us["[object Uint32Array]"]=!0,us["[object Arguments]"]=us["[object Array]"]=us["[object ArrayBuffer]"]=us["[object Boolean]"]=us["[object DataView]"]=us["[object Date]"]=us["[object Error]"]=us["[object Function]"]=us["[object Map]"]=us["[object Number]"]=us["[object Object]"]=us["[object RegExp]"]=us["[object Set]"]=us["[object String]"]=us["[object WeakMap]"]=!1;var ps=function baseIsTypedArray$1(t){return ds(t)&&cs(t.length)&&!!us[hs(t)]};var fs=function baseUnary$1(t){return function(e){return t(e)}},gs={exports:{}};!function(t,e){var i=Xt,s=e&&!e.nodeType&&e,n=s&&t&&!t.nodeType&&t,o=n&&n.exports===s&&i.process,r=function(){try{var t=n&&n.require&&n.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=r}(gs,gs.exports);var ys=ps,ms=fs,_s=gs.exports,bs=_s&&_s.isTypedArray,vs=bs?ms(bs):ys;var xs=function safeGet$2(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]},ws=gi,Cs=Ct,Ss=Object.prototype.hasOwnProperty;var Es=function assignValue$1(t,e,i){var s=t[e];Ss.call(t,e)&&Cs(s,i)&&(void 0!==i||e in t)||ws(t,e,i)},Ps=gi;var ks=function copyObject$1(t,e,i,s){var n=!i;i||(i={});for(var o=-1,r=e.length;++o<r;){var a=e[o],l=s?s(i[a],t[a],a,i,t):void 0;void 0===l&&(l=t[a]),n?Ps(i,a,l):Es(i,a,l)}return i};var Ms=/^(?:0|[1-9]\d*)$/;var Ts=function isIndex$2(t,e){var i=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==i||"symbol"!=i&&Ms.test(t))&&t>-1&&t%1==0&&t<e},Is=function baseTimes$1(t,e){for(var i=-1,s=Array(t);++i<t;)s[i]=e(i);return s},Bs=Hi,Ns=Vi,Ds=Qi.exports,Os=Ts,$s=vs,As=Object.prototype.hasOwnProperty;var Ls=function arrayLikeKeys$1(t,e){var i=Ns(t),s=!i&&Bs(t),n=!i&&!s&&Ds(t),o=!i&&!s&&!n&&$s(t),r=i||s||n||o,a=r?Is(t.length,String):[],l=a.length;for(var h in t)!e&&!As.call(t,h)||r&&("length"==h||n&&("offset"==h||"parent"==h)||o&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Os(h,l))||a.push(h);return a};var Rs=ne,Fs=Ii,js=function nativeKeysIn$1(t){var e=[];if(null!=t)for(var i in Object(t))e.push(i);return e},zs=Object.prototype.hasOwnProperty;var Xs=Ls,Hs=function baseKeysIn$1(t){if(!Rs(t))return js(t);var e=Fs(t),i=[];for(var s in t)("constructor"!=s||!e&&zs.call(t,s))&&i.push(s);return i},Vs=qi;var Ws=function keysIn$2(t){return Vs(t)?Xs(t,!0):Hs(t)},Gs=ks,Ys=Ws;var qs=_i,Ks=vi.exports,Us=Ci,Js=Si,Qs=Oi,Zs=Hi,tn=Vi,en=Ji,sn=Qi.exports,nn=le,on=ne,rn=ls,an=vs,ln=xs,hn=function toPlainObject$1(t){return Gs(t,Ys(t))};var cn=di,dn=_i,un=bi,pn=function baseMergeDeep$1(t,e,i,s,n,o,r){var a=ln(t,i),l=ln(e,i),h=r.get(l);if(h)qs(t,i,h);else{var c=o?o(a,l,i+"",t,e,r):void 0,d=void 0===c;if(d){var u=tn(l),p=!u&&sn(l),f=!u&&!p&&an(l);c=l,u||p||f?tn(a)?c=a:en(a)?c=Js(a):p?(d=!1,c=Ks(l,!0)):f?(d=!1,c=Us(l,!0)):c=[]:rn(l)||Zs(l)?(c=a,Zs(a)?c=hn(a):on(a)&&!nn(a)||(c=Qs(l))):d=!1}d&&(r.set(l,c),n(c,l,s,o,r),r.delete(l)),qs(t,i,c)}},fn=ne,gn=Ws,yn=xs;var mn=function baseMerge$1(t,e,i,s,n){t!==e&&un(e,(function(o,r){if(n||(n=new cn),fn(o))pn(t,e,r,i,baseMerge$1,s,n);else{var a=s?s(yn(t,r),o,r+"",t,e,n):void 0;void 0===a&&(a=o),dn(t,r,a)}}),gn)};var _n=function identity$2(t){return t};var bn=function apply$1(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)},vn=Math.max;var xn=function overRest$1(t,e,i){return e=vn(void 0===e?t.length-1:e,0),function(){for(var s=arguments,n=-1,o=vn(s.length-e,0),r=Array(o);++n<o;)r[n]=s[e+n];n=-1;for(var a=Array(e+1);++n<e;)a[n]=s[n];return a[e]=i(r),bn(t,this,a)}};var wn=function constant$1(t){return function(){return t}},Cn=pi,Sn=Cn?function(t,e){return Cn(t,"toString",{configurable:!0,enumerable:!1,value:wn(e),writable:!0})}:_n,En=Date.now;var Pn=function shortOut$1(t){var e=0,i=0;return function(){var s=En(),n=16-(s-i);if(i=s,n>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(Sn),kn=_n,Mn=xn,Tn=Pn;var In=Ct,Bn=qi,Nn=Ts,Dn=ne;var On=function baseRest$1(t,e){return Tn(Mn(t,e,kn),t+"")},$n=function isIterateeCall$1(t,e,i){if(!Dn(i))return!1;var s=typeof e;return!!("number"==s?Bn(i)&&Nn(e,i.length):"string"==s&&e in i)&&In(i[e],t)};var An=mn,Ln=function createAssigner$1(t){return On((function(e,i){var s=-1,n=i.length,o=n>1?i[n-1]:void 0,r=n>2?i[2]:void 0;for(o=t.length>3&&"function"==typeof o?(n--,o):void 0,r&&$n(i[0],i[1],r)&&(o=n<3?void 0:o,n=1),e=Object(e);++s<n;){var a=i[s];a&&t(e,a,s,o)}return e}))}((function(t,e,i){An(t,e,i)}));class Entity extends z{static typeId="Entity";hasDerivedChildren(){return!0}entityFieldsComponent=[];constructor(t){super(Entity.arrangeParam(t)),this.syncEntityNameAndFields()}static arrangeParam(t){const e=Ln({entityName:"Entity Name",fields:[],style:{strokeStyle:"#334155",fillStyle:"#ffffff",radius:8,lineWidth:1.5},headerStyle:{textColor:"#0f172a",backgroundColor:"#f1f5f9",fontSize:18,fontWeight:"bold",paddingTop:12,paddingLeft:14,paddingRight:14,paddingBottom:12},fieldStyle:{textColor:"#334155",fontSize:16,fontWeight:"normal",paddingTop:9,paddingLeft:14,paddingRight:14},dividerStyle:{strokeStyle:"#cbd5e1",fillStyle:"#cbd5e1",lineWidth:1}},t,{transformable:!1});return xt(e.entityName)&&(e.entityName="Entity Name"),xt(e.fields)&&(e.fields=[]),e}syncEntityNameAndFields(){if(this.entityNameComponent&&(this.removeChild(this.entityNameComponent),this.entityNameComponent=null),this.headerBackgroundComponent&&(this.removeChild(this.headerBackgroundComponent),this.headerBackgroundComponent=null),this.deviderLine&&(this.removeChild(this.deviderLine),this.deviderLine=null),this.entityFieldsComponent.length&&(this.removeChildren(this.entityFieldsComponent),this.entityFieldsComponent.length=0),this.state.entityName){if(this.entityNameComponent=new ut({left:0,top:0,text:this.state.entityName,style:{strokeStyle:this.state.headerStyle.textColor,fillStyle:this.state.headerStyle.textColor,fontSize:this.state.headerStyle.fontSize,fontWeight:this.state.headerStyle.fontWeight,paddingTop:this.state.headerStyle.paddingTop,paddingLeft:this.state.headerStyle.paddingLeft,paddingRight:this.state.headerStyle.paddingRight,paddingBottom:this.state.headerStyle.paddingBottom},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1}),this.state.headerStyle.backgroundColor&&"none"!==this.state.headerStyle.backgroundColor){const t=this.state.style.lineWidth||1.5,e=t/2;this.headerBackgroundComponent=new j({left:e,top:e,width:Math.max(this.state.width-t,0),height:Math.max(this.entityNameComponent.state.height-e,0),zIndex:this.entityNameComponent.state.zIndex-1,origin:"top-left",style:{fillStyle:this.state.headerStyle.backgroundColor,radius:Math.max((this.state.style.radius||0)-e,0),lineWidth:0},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1}),this.addChild(this.headerBackgroundComponent)}this.addChild(this.entityNameComponent),this.deviderLine=new rt({left:0,top:0,points:[[0,0],[this.state.width,0]],style:{strokeStyle:this.state.dividerStyle.strokeStyle,fillStyle:this.state.dividerStyle.fillStyle,lineWidth:this.state.dividerStyle.lineWidth},interactive:!1}),this.addChild(this.deviderLine)}if(!xt(this.state.fields)){const t=this.state.fields.length;for(let e=0;e<t;e++){const i=this.state.fields[e],s=this.fieldDisplay(i),n=new ut({left:0,top:0,text:s.text,style:{strokeStyle:this.state.fieldStyle.textColor,fillStyle:this.state.fieldStyle.textColor,fontSize:this.state.fieldStyle.fontSize,fontWeight:this.state.fieldStyle.fontWeight,paddingTop:this.state.fieldStyle.paddingTop,paddingLeft:this.state.fieldStyle.paddingLeft,paddingRight:this.state.fieldStyle.paddingRight,paddingBottom:e===t-1?12:0},interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1});this.entityFieldsComponent.push(n)}this.addChildren(this.entityFieldsComponent)}}fieldDisplay(t){const e=[];t.primary&&e.push("PK"),t.foreignKey&&e.push("FK");const i=[];t.unique&&i.push("UQ"),t.autoIncrement&&i.push("AI"),!1===t.nullable&&i.push("NN");const s=e.length?e.join(" ")+" ":"",n=t.type?`${t.type}${t.length?`(${t.length})`:""}`:"",o=i.length?" "+i.join(" "):"",r=void 0!==t.default?" = "+t.default:"",a=t.comment?" // "+t.comment:"";return{text:`${s}${t.name}${n?" "+n:""}${o}${r}${a}`}}calcComponentParams(){let t=this.state.width,e=0,i=0,s=0;this.entityNameComponent&&(s=this.entityNameComponent.state.height,e=s,t=Math.max(t,this.entityNameComponent.state.width),e+=this.deviderLine.state.height,i=e);for(let i=0;i<this.entityFieldsComponent.length;i++){const s=this.entityFieldsComponent[i];s.state.left=0,s.state.top=e,e+=s.state.height,t=Math.max(t,s.state.width)}if(this.deviderLine&&(this.deviderLine.state.points=[[0,i],[t,i]]),this.headerBackgroundComponent){const e=this.state.style.lineWidth||1.5,i=e/2;this.headerBackgroundComponent.state.left=i,this.headerBackgroundComponent.state.top=i,this.headerBackgroundComponent.state.width=Math.max(t-e,0),this.headerBackgroundComponent.state.height=Math.max(s-i,0)}const n=t,o=Math.max(e,this.state.height);return this.state.width=n,this.state.height=o,{width:n,height:o}}toEntityObject(){const t={name:this.state.entityName,columns:{}};return this.state.fields.forEach(e=>{const i={};void 0!==e.type&&(i.type=e.type),void 0!==e.length&&(i.length=e.length),e.primary&&(i.primary=!0),e.generated&&(i.generated=!0),e.autoIncrement&&(i.generated=!0,i.strategy="increment"),!1===e.nullable&&(i.nullable=!1),e.unique&&(i.unique=!0),void 0!==e.default&&(i.default=e.default),void 0!==e.comment&&(i.comment=e.comment),e.index&&(i.index=!0),t.columns[e.name]=i}),t}setState(t){const e=!xt(t.fields)||!xt(t.entityName);super.setState(t),e&&this.syncEntityNameAndFields()}addField(t){const e=[...this.state.fields||[],t];return this.setFields(e),this}removeField(t){const e=(this.state.fields||[]).filter(e=>e.name!==t);return this.setFields(e),this}setFields(t){return this.setState({fields:t}),this}}class Relation extends ICEVisioLink{static typeId="Relation";hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Relation.normalizeLinks(t||{}),i=e.relationType||"one-to-one",s=Relation.composeLabel(e,i);super({title:"Relation",relationType:i,referencedColumnName:"id",sourceField:"id",targetField:"id",arrow:e.arrow||Relation.defaultArrow(i),...e,label:s,labelStyle:{fontSize:14,fillStyle:"#334155",backgroundColor:"#ffffff",...e.labelStyle||{}}})}static defaultArrow(t){switch(t){case"one-to-many":return"end";case"many-to-one":return"start";case"many-to-many":case"one-to-one":default:return"none"}}static normalizeLinks(t){if(!t||!t.links)return t||{};const e={top:"T",right:"R",bottom:"B",left:"L",center:"C"},i={...t.links};return i.start&&e[i.start.position]&&(i.start={...i.start,position:e[i.start.position]}),i.end&&e[i.end.position]&&(i.end={...i.end,position:e[i.end.position]}),{...t,links:i}}static cardinalityLabel(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i={"one-to-many":["1","N"],"many-to-one":["N","1"],"many-to-many":["N","N"],"one-to-one":["1","1"]},[s,n]=i[t]||i["one-to-one"];return`${e.sourceCardinality||s} : ${e.targetCardinality||n}`}static composeLabel(t,e){return t.label?t.label:Relation.buildLabel(t,e)}static buildLabel(t,e){const i=[];t.onDelete&&i.push("ON DELETE "+t.onDelete),t.onUpdate&&i.push("ON UPDATE "+t.onUpdate);const s=Relation.cardinalityLabel(e,t);return i.length?`${s} (${i.join(", ")})`:s}toEntityObject(){const{title:t,relationType:e,referencedColumnName:i,sourceField:s,targetField:n,nullable:o,onDelete:r,onUpdate:a,joinTableName:l,fromKey:h,toKey:c}=this.state;let d,u,p,f,g,y;this.state.links&&this.state.links.start&&this.state.links.start.id&&(p=this.state.links.start.id,d=this.ice.findComponent(p),f=d.state.entityName),this.state.links&&this.state.links.end&&this.state.links.end.id&&(g=this.state.links.end.id,u=this.ice.findComponent(g),y=u.state.entityName);return{title:t,fromId:p,fromName:f,toId:g,toName:y,relationType:e,referencedColumnName:i,sourceField:s,targetField:n,nullable:!1!==o&&void 0,onDelete:r,onUpdate:a,joinTableName:l,fromKey:h,toKey:c}}}function typeIdOf(t){const e=t&&t.constructor;return e&&"string"==typeof e.typeId?e.typeId:void 0}function isEntity(t){return typeIdOf(t)===Entity.typeId}function isRelation(t){return typeIdOf(t)===Relation.typeId}const Rn=[{key:"display",type:"boolean"},{key:"zIndex",type:"number"},{key:"opacity",type:"number",doc:"子树不透明度(引擎 1.3 起)"},{key:"transform",type:"object"},{key:"origin",type:"string"},{key:"originX",type:"number"},{key:"originY",type:"number"},{key:"lineDash",type:"array"},{key:"lineDashOffset",type:"number"},{key:"lineDashFlow",type:"boolean"},{key:"lineDashFlowSpeed",type:"number"},{key:"lineBorder",type:"boolean"},{key:"lineBorderWidth",type:"number"},{key:"lineBorderColor",type:"string"},{key:"fill",type:"boolean"},{key:"stroke",type:"boolean"},{key:"linkable",type:"boolean"},{key:"transformable",type:"boolean"},{key:"animations",type:"object"}],Fn=[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"},{key:"left",type:"number"},{key:"top",type:"number"},{key:"width",type:"number"},{key:"height",type:"number"},{key:"relationType",type:"string"},{key:"referencedColumnName",type:"string"},{key:"sourceField",type:"string"},{key:"targetField",type:"string"},{key:"nullable",type:"boolean"},{key:"onDelete",type:"string"},{key:"onUpdate",type:"string"},{key:"joinTableName",type:"string"},{key:"fromKey",type:"string"},{key:"toKey",type:"string"},{key:"sourceCardinality",type:"string"},{key:"targetCardinality",type:"string"},{key:"label",type:"string"},{key:"labelStyle",type:"object"},{key:"style",type:"object"},{key:"arrow",type:"string"},{key:"lineType",type:"string"},{key:"escapeDistance",type:"number"},{key:"routeType",type:"string"},{key:"routeOffset",type:"number"},{key:"curveType",type:"string"},{key:"linkShape",type:"string",doc:"连线形态(visio/bezier)"},{key:"lineDash",type:"array"},{key:"lineWidth",type:"number"},{key:"arrowLength",type:"number"},{key:"arrowAngel",type:"number"},{key:"arrowStyle",type:"string"},{key:"startPoint",type:"array"},{key:"endPoint",type:"array"},{key:"links",type:"object",validate:function validateLinks(t,e,i){["start","end"].forEach(s=>{const n=t[s];void 0!==n&&(n&&"object"==typeof n&&!Array.isArray(n)?(void 0!==n.id&&"string"!=typeof n.id&&i.push(`${e}.${s}.id must be a string when present`),void 0!==n.position&&"string"!=typeof n.position&&i.push(`${e}.${s}.position must be a string when present`)):i.push(`${e}.${s} must be an object when present`))})}},{key:"sourceId",type:"string",doc:"连线起点宿主 id(与 links.start.id 同步)"},{key:"targetId",type:"string",doc:"连线终点宿主 id(与 links.end.id 同步)"},{key:"draggable",type:"boolean"},{key:"interactive",type:"boolean"},{key:"showMinBoundingBox",type:"boolean"},{key:"showMaxBoundingBox",type:"boolean"}],jn=[...[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"},{key:"left",type:"number"},{key:"top",type:"number"},{key:"width",type:"number"},{key:"height",type:"number"},{key:"entityName",type:"string",required:!0},{key:"fields",type:"array",validate:function validateFields(t,e,i){t.forEach((t,s)=>{t&&"object"==typeof t&&!Array.isArray(t)?void 0!==t.name&&"string"!=typeof t.name&&i.push(`${e}[${s}].name must be a string when present`):i.push(`${e}[${s}] must be an object`)})}},{key:"style",type:"object"},{key:"headerStyle",type:"object"},{key:"fieldStyle",type:"object"},{key:"dividerStyle",type:"object"},{key:"draggable",type:"boolean"},{key:"interactive",type:"boolean"},{key:"showMinBoundingBox",type:"boolean"},{key:"showMaxBoundingBox",type:"boolean"}],...Rn],zn=[...Fn,...Rn];function pickDocumentNode(t,e){const i={};e.forEach(e=>{const s=t?t[e.key]:void 0;void 0!==s&&(i[e.key]=s)});const s=t?t.data:void 0;return void 0!==s&&(i.data=s),i}function validateDocumentNode(t,e,i,s){t&&"object"==typeof t&&!Array.isArray(t)?i.forEach(i=>{const n=t[i.key];void 0!==n?!function typeMatches(t,e){switch(e){case void 0:case"any":return!0;case"array":return Array.isArray(t);case"object":return!!t&&"object"==typeof t&&!Array.isArray(t);case"number":return"number"==typeof t;case"boolean":return"boolean"==typeof t;case"string":default:return"string"==typeof t}}(n,i.type)?s.push(`${e}.${i.key} must be a ${i.type} when present`):i.validate&&i.validate(n,`${e}.${i.key}`,s):i.required&&s.push(`${e}.${i.key} is required`)}):s.push(e+" must be an object")}const Xn=[{key:"id",type:"string",required:!0},{key:"typeId",type:"string"}];function validateProjectSnapshot(t){const e=[];return!t||"object"!=typeof t||Array.isArray(t)?{valid:!1,errors:["root must be an object"]}:(void 0!==t.schemaVersion&&"number"!=typeof t.schemaVersion&&e.push("schemaVersion must be a number when present"),Array.isArray(t.entities)?t.entities.forEach((t,i)=>{validateNode(t,`entities[${i}]`,Entity.typeId,e)}):e.push("entities must be an array"),void 0===t.relations||Array.isArray(t.relations)?Array.isArray(t.relations)&&t.relations.forEach((t,i)=>{validateNode(t,`relations[${i}]`,Relation.typeId,e)}):e.push("relations must be an array when present"),{valid:0===e.length,errors:e})}function validateNode(t,e,i,s){if(!t||"object"!=typeof t||Array.isArray(t))return void s.push(e+" must be an object");const n=void 0===t.typeId?i:t.typeId;n!==Entity.typeId?n!==Relation.typeId?validateDocumentNode(t,e,Xn,s):validateDocumentNode(t,e,zn,s):validateDocumentNode(t,e,jn,s)}function validateSchema(t){const e=[],i=t.filter(isEntity),s=t.filter(isRelation),n=new Map;return i.forEach(t=>{const i=(t.state.entityName||"").trim();if(!i)return void e.push({level:"error",message:"存在未命名的 Entity",componentId:t.state.id});n.has(i)||n.set(i,[]),n.get(i).push(t);const s=t.state.fields||[];0===s.length&&e.push({level:"warning",message:`Entity "${i}" 没有任何字段`,componentId:t.state.id});const o=new Set;s.forEach(s=>{const n=(s.name||"").trim();n?o.has(n)?e.push({level:"error",message:`Entity "${i}" 存在重复字段 "${n}"`,componentId:t.state.id}):o.add(n):e.push({level:"error",message:`Entity "${i}" 存在未命名字段`,componentId:t.state.id}),s.type||e.push({level:"warning",message:`Entity "${i}" 的字段 "${n||"(未命名)"}" 未设置类型`,componentId:t.state.id})})}),n.forEach((t,i)=>{t.length>1&&e.push({level:"error",message:`存在重复的 Entity 名称 "${i}"`})}),s.forEach(t=>{const s=t.state.links||{},n=s.start&&s.start.id,o=s.end&&s.end.id,r=t.state.relationType;if(!n||!o)return void e.push({level:"error",message:"存在没有完整起点/终点的 Relation",componentId:t.state.id});const a=i.some(t=>t.state.id===n),l=i.some(t=>t.state.id===o);a&&l||e.push({level:"error",message:"Relation 连接到了不存在的 Entity",componentId:t.state.id}),r?"many-to-many"!==r||t.state.joinTableName||e.push({level:"warning",message:"many-to-many 关系建议设置 joinTableName",componentId:t.state.id}):e.push({level:"error",message:"Relation 未设置关系类型",componentId:t.state.id})}),e}function toWords(t){return function convertToString(t){const e=t||"";return"string"==typeof e?e:String(e)}(t).match(/[A-Z\xC0-\xD6\xD8-\xDE]?[a-z\xDF-\xF6\xF8-\xFF]+|[A-Z\xC0-\xD6\xD8-\xDE]+(?![a-z\xDF-\xF6\xF8-\xFF])|\d+/g)||[]}function toCamelCase(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i="";for(let s=0,n=t.length;s<n;s++){let n=t[s].toLowerCase();(e||0!==s)&&(n=n.substr(0,1).toUpperCase()+n.substr(1)),i+=n}return i}function camelCase(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return toCamelCase(toWords(t),e)}var Hn=[],Vn=[],Wn={},Gn={},Yn={};function sanitizeRule(t){return"string"==typeof t?new RegExp("^"+t+"$","i"):t}function restoreCase(t,e){return t===e?e:t===t.toLowerCase()?e.toLowerCase():t===t.toUpperCase()?e.toUpperCase():t[0]===t[0].toUpperCase()?e.charAt(0).toUpperCase()+e.substr(1).toLowerCase():e.toLowerCase()}function interpolate(t,e){return t.replace(/\$(\d{1,2})/g,(function(t,i){return e[i]||""}))}function replace(t,e){return t.replace(e[0],(function(i,s){var n=interpolate(e[1],arguments);return restoreCase(""===i?t[s-1]:i,n)}))}function sanitizeWord(t,e,i){if(!t.length||Wn.hasOwnProperty(t))return e;for(var s=i.length;s--;){var n=i[s];if(n[0].test(e))return replace(e,n)}return e}function replaceWord(t,e,i){return function(s){var n=s.toLowerCase();return e.hasOwnProperty(n)?restoreCase(s,n):t.hasOwnProperty(n)?restoreCase(s,t[n]):sanitizeWord(n,s,i)}}function checkWord(t,e,i){return function(s){var n=s.toLowerCase();return!!e.hasOwnProperty(n)||!t.hasOwnProperty(n)&&sanitizeWord(n,n,i)===n}}function pluralize(t,e,i){return(i?e+" ":"")+(1===e?pluralize.singular(t):pluralize.plural(t))}pluralize.plural=replaceWord(Yn,Gn,Hn),pluralize.isPlural=checkWord(Yn,Gn,Hn),pluralize.singular=replaceWord(Gn,Yn,Vn),pluralize.isSingular=checkWord(Gn,Yn,Vn),pluralize.addPluralRule=function(t,e){Hn.push([sanitizeRule(t),e])},pluralize.addSingularRule=function(t,e){Vn.push([sanitizeRule(t),e])},pluralize.addUncountableRule=function(t){"string"!=typeof t?(pluralize.addPluralRule(t,"$0"),pluralize.addSingularRule(t,"$0")):Wn[t.toLowerCase()]=!0},pluralize.addIrregularRule=function(t,e){e=e.toLowerCase(),t=t.toLowerCase(),Yn[t]=e,Gn[e]=t},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach((function(t){return pluralize.addIrregularRule(t[0],t[1])})),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach((function(t){return pluralize.addPluralRule(t[0],t[1])})),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach((function(t){return pluralize.addSingularRule(t[0],t[1])})),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(pluralize.addUncountableRule);const qn={number:"int",int:"int",integer:"int",smallint:"smallint",bigint:"bigint",float:"float",double:"double",real:"real",decimal:"decimal",numeric:"numeric",string:"varchar",varchar:"varchar",char:"char",text:"text",boolean:"boolean",bool:"boolean",date:"date",datetime:"datetime",timestamp:"timestamp",time:"time",json:"json",jsonb:"jsonb",uuid:"uuid",enum:"enum",blob:"blob",binary:"blob","simple-array":"simple-array","simple-json":"simple-json"},Kn=["varchar","char","nvarchar","nchar","text","uuid"];function normalizeColumn(t){const e={},i=function mapColumnType(t){if(null==t||""===t)return;const e=String(t).toLowerCase();return qn[e]||String(t)}(t.type);if(void 0!==i&&(e.type=i),void 0!==t.length&&null!==t.length&&""!==t.length){const s=String(t.length).trim();if("decimal"===i||"numeric"===i){const[t,i]=s.split(",").map(t=>t.trim());t&&(e.precision=Number(t)),i&&(e.scale=Number(i))}else i&&Kn.indexOf(i)>=0&&(e.length=t.length)}return t.primary&&(e.primary=!0),t.generated&&(e.generated=!0),t.autoIncrement&&(e.generated=!0,e.strategy="increment"),void 0!==t.strategy&&(e.strategy=t.strategy),!1===t.nullable&&(e.nullable=!1),t.unique&&(e.unique=!0),void 0!==t.default&&(e.default=t.default),void 0!==t.comment&&(e.comment=t.comment),t.index&&(e.index=!0),e}function normalizeColumns(t){const e={};return Object.keys(t||{}).forEach(i=>{e[i]=normalizeColumn(t[i])}),e}function buildJoinColumn(t,e){return{name:t||e||"id",referencedColumnName:e||"id"}}function toSchemaObject(t){const e=[...t],i=[],s={};for(let t=0;t<e.length;t++){const n=e[t];if(isRelation(n))i.push(n);else if(isEntity(n)){const t=n.toEntityObject();t.columns=normalizeColumns(t.columns),s[n.state.id]=t}}for(let t=0;t<i.length;t++){const e=i[t],{fromId:n,fromName:o,toId:r,toName:a,relationType:l,referencedColumnName:h,sourceField:c,targetField:d,nullable:u,onDelete:p,onUpdate:f,joinTableName:g,fromKey:y,toKey:m}=e.toEntityObject(),_=s[n],b=s[r];if(!_||!b)continue;_.relations||(_.relations={}),b.relations||(b.relations={});const v=y||camelCase(a),x=m||camelCase(o),w={};!1===u&&(w.nullable=!1),p&&(w.onDelete=p),f&&(w.onUpdate=f),"one-to-one"===l?(b.relations[x]={type:l,target:o,joinColumn:buildJoinColumn(d||h,c||h),...w},_.relations[v]={type:l,target:a,inverseSide:x}):"one-to-many"===l?(_.relations[v]={type:l,target:a,inverseSide:x},b.relations[x]={type:"many-to-one",target:o,joinColumn:buildJoinColumn(d||h,c||h),...w}):"many-to-one"===l?(_.relations[v]={type:l,target:a,joinColumn:buildJoinColumn(c||h,d||h),...w},b.relations[x]={type:"one-to-many",target:o,inverseSide:v}):"many-to-many"===l&&(_.relations[""+pluralize(v)]={type:l,target:a,joinTable:!g||{name:g}},b.relations[""+pluralize(x)]={type:l,target:o,inverseSide:""+pluralize(v)})}const n=[];for(const t in s)n.push(s[t]);return n}function toSchemaString(t){return JSON.stringify(toSchemaObject(t))}function createEmptyPath$1(t){const e=t.path2D&&t.path2D.constructor;return e?new e:null}class FlowDiamond extends F{static typeId="FlowDiamond";createPathObject(){const t=this.state.width,e=this.state.height,i=0-this.state.localOrigin[0],s=0-this.state.localOrigin[1],n=createEmptyPath$1(this);return n?(n.moveTo(i+t/2,s),n.lineTo(i+t,s+e/2),n.lineTo(i+t/2,s+e),n.lineTo(i,s+e/2),n.closePath(),this.path2D=n,this.path2D):this.path2D}}class FlowParallelogram extends F{static typeId="FlowParallelogram";createPathObject(){const t=this.state.width,e=this.state.height,i=Math.min(28,.18*t),s=0-this.state.localOrigin[0],n=0-this.state.localOrigin[1],o=createEmptyPath$1(this);return o?(o.moveTo(s+i,n),o.lineTo(s+t,n),o.lineTo(s+t-i,n+e),o.lineTo(s,n+e),o.closePath(),this.path2D=o,this.path2D):this.path2D}}function createEmptyPath(t){const e=t.path2D&&t.path2D.constructor;return e?new e:null}function localBox(t){return{w:t.state.width,h:t.state.height,x:0-t.state.localOrigin[0],y:0-t.state.localOrigin[1]}}class BpmnTaskIcon extends F{static typeId="BpmnTaskIcon";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=i+t/2,r=s+e/2,a=Math.min(t,e)/2,l=this.state.taskType||"none";if("user"===l)n.moveTo(o,r-a),n.arc(o,r-.35*a,.34*a,0,2*Math.PI),n.moveTo(o-.62*a,r+.72*a),n.arc(o,r+.72*a,.62*a,Math.PI,0);else if("service"===l){const t=8;for(let e=0;e<t;e++){const i=e*Math.PI*2/t,s=o+Math.cos(i)*a*.55,l=r+Math.sin(i)*a*.55,h=o+Math.cos(i)*a,c=r+Math.sin(i)*a;n.moveTo(s,l),n.lineTo(h,c)}n.moveTo(o+.34*a,r),n.arc(o,r,.34*a,0,2*Math.PI)}else"script"===l?(n.moveTo(o-.7*a,r-.85*a),n.lineTo(o+.7*a,r-.85*a),n.lineTo(o+.7*a,r+.5*a),n.moveTo(o-.7*a,r-.85*a),n.lineTo(o-.7*a,r+.5*a),n.moveTo(o-.7*a,r+.6*a),n.lineTo(o-.25*a,r+.85*a),n.lineTo(o+.25*a,r+.6*a),n.lineTo(o+.7*a,r+.85*a)):"send"===l?(n.moveTo(o-.85*a,r-.55*a),n.lineTo(o+.85*a,r-.55*a),n.lineTo(o+.85*a,r+.55*a),n.lineTo(o-.85*a,r+.55*a),n.closePath(),n.moveTo(o-.85*a,r-.55*a),n.lineTo(o,r+.12*a),n.lineTo(o+.85*a,r-.55*a)):"receive"===l?(n.moveTo(o-.85*a,r-.55*a),n.lineTo(o+.85*a,r-.55*a),n.lineTo(o+.85*a,r+.55*a),n.lineTo(o-.85*a,r+.55*a),n.closePath()):"manual"===l&&(n.moveTo(o-.7*a,r+.6*a),n.lineTo(o-.45*a,r-.5*a),n.lineTo(o+.45*a,r-.5*a),n.lineTo(o+.7*a,r+.6*a),n.closePath());return this.path2D=n,this.path2D}}class BpmnSubprocessMarker extends F{static typeId="BpmnSubprocessMarker";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);return n?(n.moveTo(i,s),n.lineTo(i+t,s),n.lineTo(i+t,s+e),n.lineTo(i,s+e),n.closePath(),n.moveTo(i+t/2,s+.22*e),n.lineTo(i+t/2,s+.78*e),n.moveTo(i+.22*t,s+e/2),n.lineTo(i+.78*t,s+e/2),this.path2D=n,this.path2D):this.path2D}}class BpmnFlowMarker extends F{static typeId="BpmnFlowMarker";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);return n?("default"===(this.state.markerType||"conditional")?(n.moveTo(i+.2*t,s+.8*e),n.lineTo(i+.8*t,s+.2*e)):(n.moveTo(i+t/2,s),n.lineTo(i+t,s+e/2),n.lineTo(i+t/2,s+e),n.lineTo(i,s+e/2),n.closePath()),this.path2D=n,this.path2D):this.path2D}}const Un={terminator:{label:"开始 / 结束",width:180,height:60,fill:"#dcfce7",stroke:"#16a34a",radius:30,shape:"rect"},process:{label:"处理",width:220,height:80,fill:"#e0e7ff",stroke:"#4f46e5",radius:10,shape:"rect"},decision:{label:"判定",width:200,height:120,fill:"#fef3c7",stroke:"#d97706",shape:"diamond"},io:{label:"输入 / 输出",width:220,height:80,fill:"#e0f2fe",stroke:"#0284c7",shape:"parallelogram"},bpmnEvent:{label:"事件",width:56,height:56,fill:"#ffffff",stroke:"#0f172a",shape:"event",lineWidth:1.5,eventKind:"start",trigger:"none",labelPlacement:"top-left"},bpmnTask:{label:"任务",width:180,height:90,fill:"#ffffff",stroke:"#0f172a",radius:8,shape:"rect",taskType:"none",labelPlacement:"center"},bpmnGateway:{label:"网关",width:70,height:70,fill:"#ffffff",stroke:"#0f172a",shape:"gateway",gatewayType:"exclusive",labelPlacement:"top-left"},bpmnSubprocess:{label:"子流程",width:200,height:110,fill:"#ffffff",stroke:"#0f172a",radius:8,shape:"rect",labelPlacement:"center"},bpmnDataObject:{label:"数据对象",width:130,height:80,fill:"#ffffff",stroke:"#0f172a",shape:"dataObject",labelPlacement:"center"},bpmnAnnotation:{label:"注释",width:200,height:80,fill:"#ffffff",stroke:"#64748b",shape:"annotation",lineDash:[],labelPlacement:"center"},bpmnPool:{label:"池",width:900,height:260,fill:"#f8fafc",stroke:"#64748b",shape:"lane",band:"top",bandSize:32,labelPlacement:"top-left"},bpmnLane:{label:"泳道",width:900,height:130,fill:"#ffffff",stroke:"#94a3b8",shape:"lane",band:"left",bandSize:32,labelPlacement:"top-left",transparent:!0}},Jn={rect:j,diamond:FlowDiamond,parallelogram:FlowParallelogram,event:class BpmnEventShape extends F{static typeId="BpmnEventShape";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=i+t/2,r=s+e/2,a=Math.min(t,e)/2,l=this.state.eventKind||"start";n.arc(o,r,a,0,2*Math.PI),"intermediate"!==l&&"end"!==l||(n.moveTo(o+.84*a,r),n.arc(o,r,.84*a,0,2*Math.PI));const h=this.state.trigger||"none";if("message"===h){const t=1.1*a,e=.78*a;n.moveTo(o-t/2,r-e/2),n.lineTo(o+t/2,r-e/2),n.lineTo(o+t/2,r+e/2),n.lineTo(o-t/2,r+e/2),n.closePath(),n.moveTo(o-t/2,r-e/2),n.lineTo(o,r+.08*e),n.lineTo(o+t/2,r-e/2)}else if("timer"===h){const t=.52*a;n.moveTo(o+t,r),n.arc(o,r,t,0,2*Math.PI),n.moveTo(o,r),n.lineTo(o,r-.62*t),n.moveTo(o,r),n.lineTo(o+.5*t,r)}else"error"===h?(n.moveTo(o+.34*a,r-.62*a),n.lineTo(o-.42*a,r+.06*a),n.lineTo(o-.02*a,r+.06*a),n.lineTo(o-.3*a,r+.66*a),n.lineTo(o+.44*a,r-.02*a),n.lineTo(o+.04*a,r-.02*a),n.closePath()):"terminate"===h&&(n.moveTo(o+.5*a,r),n.arc(o,r,.5*a,0,2*Math.PI));return this.path2D=n,this.path2D}},gateway:class BpmnGatewayShape extends F{static typeId="BpmnGatewayShape";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=i+t/2,r=s+e/2,a=t/2,l=e/2;n.moveTo(o,r-l),n.lineTo(o+a,r),n.lineTo(o,r+l),n.lineTo(o-a,r),n.closePath();const h=this.state.gatewayType||"exclusive",c=.42*Math.min(a,l);if("exclusive"===h)n.moveTo(o-c,r-c),n.lineTo(o+c,r+c),n.moveTo(o+c,r-c),n.lineTo(o-c,r+c);else if("parallel"===h)n.moveTo(o-c,r),n.lineTo(o+c,r),n.moveTo(o,r-c),n.lineTo(o,r+c);else if("inclusive"===h)n.moveTo(o+c,r),n.arc(o,r,c,0,2*Math.PI);else if("event"===h){const t=1.15*c;for(let e=0;e<5;e++){const i=-Math.PI/2+e*Math.PI*2/5,s=o+Math.cos(i)*t,a=r+Math.sin(i)*t;0===e?n.moveTo(s,a):n.lineTo(s,a)}n.closePath()}return this.path2D=n,this.path2D}},dataObject:class BpmnDataObjectShape extends F{static typeId="BpmnDataObjectShape";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=Math.min(14,.22*t,.32*e);return n.moveTo(i,s),n.lineTo(i+t-o,s),n.lineTo(i+t,s+o),n.lineTo(i+t,s+e),n.lineTo(i,s+e),n.closePath(),n.moveTo(i+t-o,s),n.lineTo(i+t-o,s+o),n.lineTo(i+t,s+o),this.path2D=n,this.path2D}},annotation:class BpmnAnnotationShape extends F{static typeId="BpmnAnnotationShape";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=Math.min(16,.3*t);return n.moveTo(i,s),n.lineTo(i+t,s),n.lineTo(i+t,s+e),n.lineTo(i,s+e),n.closePath(),n.moveTo(i+o,s),n.lineTo(i,s),n.lineTo(i,s+e),n.lineTo(i+o,s+e),this.path2D=n,this.path2D}},lane:class BpmnLaneShape extends F{static typeId="BpmnLaneShape";createPathObject(){const{w:t,h:e,x:i,y:s}=localBox(this),n=createEmptyPath(this);if(!n)return this.path2D;const o=Math.min(this.state.bandSize||30,.4*t,.4*e);return n.moveTo(i,s),n.lineTo(i+t,s),n.lineTo(i+t,s+e),n.lineTo(i,s+e),n.closePath(),"top"===(this.state.band||"left")?(n.moveTo(i,s+o),n.lineTo(i+t,s+o)):(n.moveTo(i+o,s),n.lineTo(i+o,s+e)),this.path2D=n,this.path2D}}};class FlowNode extends z{static typeId="FlowNode";shapeComponent=null;labelComponent=null;decorationComponents=[];hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=Un[t.kind]?t.kind:"process",i=Un[e];super({kind:e,title:i.label,fillColor:i.fill,strokeColor:i.stroke,textColor:"#0f172a",fontSize:14,width:i.width,height:i.height,fill:!1,stroke:!1,draggable:!0,interactive:!0,transformable:!1,...t}),this.__buildShape()}__buildShape(){this.shapeComponent&&this.removeChild(this.shapeComponent),this.labelComponent&&this.removeChild(this.labelComponent),this.decorationComponents&&this.decorationComponents.length&&(this.removeChildren(this.decorationComponents),this.decorationComponents.length=0);const t=Un[this.state.kind]||Un.process,e=Jn[t.shape]||j;this.shapeComponent=new e({left:0,top:0,width:this.state.width,height:this.state.height,radius:t.radius||0,lineWidth:t.lineWidth||1.5,lineDash:this.state.lineDash||t.lineDash||[],eventKind:this.state.eventKind||t.eventKind,trigger:this.state.trigger||t.trigger,gatewayType:this.state.gatewayType||t.gatewayType,taskType:this.state.taskType||t.taskType,band:t.band,bandSize:t.bandSize,fill:!t.transparent,interactive:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,style:{fillStyle:this.state.fillColor||t.fill,strokeStyle:this.state.strokeColor||t.stroke,lineWidth:t.lineWidth||1.5}}),this.__buildDecorations(t);const i="top-left"===t.labelPlacement;this.labelComponent=new ut({left:i?10:0,top:i?"top"===t.band?18:16:0,width:i?Math.max(this.state.width-20,20):this.state.width,height:i?18:this.state.height,text:String(this.state.title||""),wrap:!i,maxLines:2,interactive:!1,stroke:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,style:{fontSize:this.state.fontSize||(i?13:14),fillStyle:this.state.textColor||"#0f172a",textAlign:i?"left":"center",textBaseline:"middle",fontWeight:i?"bold":"normal",paddingLeft:i?0:12,paddingRight:i?0:12}}),this.addChild(this.shapeComponent),this.addChild(this.labelComponent)}__buildDecorations(t){const e=this.state.kind,i=[],s=this.state.strokeColor||t.stroke;if("bpmnTask"===e||"bpmnSubprocess"===e){const e=this.state.taskType||t.taskType||"none";"none"!==e&&i.push(new BpmnTaskIcon({left:8,top:8,width:14,height:14,stroke:!0,fill:!1,interactive:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,taskType:e,style:{strokeStyle:s,lineWidth:1.4}}))}"bpmnSubprocess"===e&&i.push(new BpmnSubprocessMarker({left:(this.state.width-14)/2,top:this.state.height-20,width:14,height:14,stroke:!0,fill:!1,interactive:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,style:{strokeStyle:s,lineWidth:1.4}})),i.length&&(i.forEach(t=>this.addChild(t)),this.decorationComponents=i)}applyPatch(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=void 0!==t.kind||void 0!==t.fillColor||void 0!==t.strokeColor||void 0!==t.textColor||void 0!==t.fontSize||void 0!==t.eventKind||void 0!==t.trigger||void 0!==t.gatewayType||void 0!==t.taskType||void 0!==t.width||void 0!==t.height;return this.setState(t),e?this.__buildShape():this.labelComponent&&this.labelComponent.setState({text:String(this.state.title||"")}),this.dirty=!0,this}}class FlowEdge extends ICEVisioLink{static typeId="FlowEdge";hasDerivedChildren(){return!0}constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super({title:"Edge",arrow:"end",linkShape:"visio",lineType:"solid",linkable:!1,draggable:!1,interactive:!0,transformable:!1,startPoint:[0,0],endPoint:[10,10],label:"",...t,style:{strokeStyle:"#475569",fillStyle:"#475569",lineWidth:1.6,...t.style||{}},labelStyle:{fontSize:12,fillStyle:"#334155",backgroundColor:"#ffffff",paddingLeft:4,paddingRight:4,...t.labelStyle||{}}}),this.applyPatch({flowType:this.state.flowType,condition:this.state.condition,isDefault:this.state.isDefault})}applyPatch(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e={...this.state,...t},i=e.flowType||"sequence",s="message"===i?{lineDash:[7,4],arrowStyle:"hollow",lineWidth:e.lineWidth||1.4}:"association"===i?{lineDash:[2,3],arrow:"none",arrowStyle:"hollow",lineWidth:e.lineWidth||1.2}:{arrow:e.arrow||"end",arrowStyle:"filled",lineDash:[],lineWidth:e.lineWidth||1.6};return this.setState({...t,...s}),this.dirty=!0,this}}function validateFlowSnapshot(t){const e=[];return!t||"object"!=typeof t||Array.isArray(t)?{valid:!1,errors:["root must be an object"]}:void 0!==t.scene?(!t.scene||"object"!=typeof t.scene||Array.isArray(t.scene)?e.push("scene must be an object when present"):Array.isArray(t.scene.childNodes)||e.push("scene.childNodes must be an array"),{valid:0===e.length,errors:e}):(Array.isArray(t.nodes)?t.nodes.forEach((t,i)=>{const s=`nodes[${i}]`;t&&"object"==typeof t&&!Array.isArray(t)?("string"!=typeof t.id&&e.push(s+".id must be a string"),void 0!==t.kind&&"string"!=typeof t.kind&&e.push(s+".kind must be a string when present"),void 0!==t.left&&"number"!=typeof t.left&&e.push(s+".left must be a number when present"),void 0!==t.top&&"number"!=typeof t.top&&e.push(s+".top must be a number when present")):e.push(s+" must be an object")}):e.push("nodes must be an array"),void 0===t.edges||Array.isArray(t.edges)?Array.isArray(t.edges)&&t.edges.forEach((t,i)=>{const s=`edges[${i}]`;t&&"object"==typeof t&&!Array.isArray(t)?(["sourceId","targetId"].forEach(i=>{void 0!==t[i]&&null!==t[i]&&"string"!=typeof t[i]&&e.push(`${s}.${i} must be a string or null when present`)}),void 0!==t.label&&"string"!=typeof t.label&&e.push(s+".label must be a string when present"),void 0!==t.linkShape&&"visio"!==t.linkShape&&"bezier"!==t.linkShape&&e.push(s+'.linkShape must be "visio" or "bezier" when present')):e.push(s+" must be an object")}):e.push("edges must be an array when present"),{valid:0===e.length,errors:e})}class FlowDesigner{selectedId=null;__undoStack=[];__redoStack=[];__historyEnabled=!0;__maxHistory=100;__listeners=[];__mousedownHandler=t=>this.__handleMouseDown(t);__moveSession=!1;__moveEmitQueued=!1;__beforeMoveHandler=()=>this.__onBeforeMove();__afterMoveHandler=()=>this.__onAfterMove();__mouseupHandler=()=>this.__endMoveSession();constructor(t){this.ice=t,this.ice.registerType(FlowNode.typeId,FlowNode),this.ice.registerType(FlowEdge.typeId,FlowEdge),this.ice.evtBus.on("mousedown",this.__mousedownHandler,this),this.ice.evtBus.on("mouseup",this.__mouseupHandler,this)}get nodes(){return this.__flatten().filter(t=>t.constructor&&t.constructor.typeId===FlowNode.typeId)}get edges(){return this.__flatten().filter(t=>t.constructor&&t.constructor.typeId===FlowEdge.typeId)}__flatten(){const t=[],walk=e=>{e.forEach(e=>{t.push(e),e.childNodes&&e.childNodes.length&&walk(e.childNodes)})};return walk(this.ice.childNodes||[]),t}get selected(){return this.selectedId?this.ice.findComponent(this.selectedId):null}subscribe(t){return"function"!=typeof t?()=>{}:(this.__listeners.push(t),()=>{const e=this.__listeners.indexOf(t);-1!==e&&this.__listeners.splice(e,1)})}__emitChange(){if(!this.__listeners.length)return;const t=this.serialize();this.__listeners.slice().forEach(e=>e(t,this))}__attachNodeListeners(t){t&&"function"==typeof t.on&&(t.on("BEFORE_MOVE",this.__beforeMoveHandler,this),t.on("AFTER_MOVE",this.__afterMoveHandler,this))}__detachNodeListeners(t){t&&"function"==typeof t.off&&(t.off("BEFORE_MOVE",this.__beforeMoveHandler,this),t.off("AFTER_MOVE",this.__afterMoveHandler,this))}__onBeforeMove(){this.__moveSession||(this.__moveSession=!0,this.__captureHistory())}__onAfterMove(){if(this.__moveEmitQueued)return;this.__moveEmitQueued=!0;const flush=()=>{this.__moveEmitQueued=!1,this.__emitChange()};"function"==typeof requestAnimationFrame?requestAnimationFrame(flush):setTimeout(flush,16)}__endMoveSession(){this.__moveSession=!1}select(t){return this.selectedId=t,this.__emitChange(),this}__defaultPlacement(t,e){const i=this.nodes;if(!i.length)return{left:120,top:120};let s=1/0,n=-1/0;i.forEach(t=>{const e=t.getMinBoundingBox(!0);s=Math.min(s,e.tl[0]),n=Math.max(n,e.br[1])});const o=i.length;return{left:s+o%4*280,top:n+80+Math.floor(o/4)*(e+90)}}createNode(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.__captureHistory();const i=new FlowNode({kind:t,...e});if(void 0===e.left||void 0===e.top){const t=this.__defaultPlacement(i.state.width,i.state.height);i.setState({left:void 0===e.left?t.left:e.left,top:void 0===e.top?t.top:e.top})}return this.ice.addChild(i),this.__attachNodeListeners(i),this.selectedId=i.state.id,this.__emitChange(),i}__slotPoint(t,e){const i=t.getMinBoundingBox(!0);switch(e){case"T":return[...i.tc];case"R":return[...i.rc];case"B":return[...i.bc];case"L":return[...i.lc];case"C":default:return[...i.center]}}createEdge(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const e=t.sourceId?this.ice.findComponent(t.sourceId):null,i=t.targetId?this.ice.findComponent(t.targetId):null;if(!e||!i)throw new Error("连接两端必须是已存在的节点");this.__captureHistory();const s=t.sourcePort||"B",n=t.targetPort||"T",o=new FlowEdge({links:{start:{id:t.sourceId,position:s},end:{id:t.targetId,position:n}},startPoint:this.__slotPoint(e,s),endPoint:this.__slotPoint(i,n),label:t.label||"",linkShape:t.linkShape||"visio",flowType:t.flowType||"sequence",condition:t.condition||"",isDefault:!!t.isDefault,style:t.style,labelStyle:t.labelStyle});return this.ice.addChild(o),this.selectedId=o.state.id,this.__emitChange(),o}updateNode(t,e){const i=this.ice.findComponent(t);return i&&i.constructor.typeId===FlowNode.typeId&&(this.__captureHistory(),i.applyPatch(e),this.__emitChange()),i}updateEdge(t,e){const i=this.ice.findComponent(t);return i&&i.constructor.typeId===FlowEdge.typeId&&(this.__captureHistory(),"function"==typeof i.applyPatch?i.applyPatch(e):(i.setState(e),i.dirty=!0),this.__emitChange()),i}remove(t){const e=this.ice.findComponent(t);e&&(this.__captureHistory(),e.constructor.typeId===FlowNode.typeId&&(this.__detachNodeListeners(e),this.edges.filter(e=>{const i=e.state.links||{};return i.start&&i.start.id===t||i.end&&i.end.id===t}).forEach(t=>this.ice.removeChild(t))),e.parentNode&&"function"==typeof e.parentNode.removeChild?e.parentNode.removeChild(e):this.ice.removeChild(e),this.selectedId===t&&(this.selectedId=null),this.__emitChange())}clear(){this.__captureHistory(),this.ice.clearAll(),this.selectedId=null,this.__emitChange()}serialize(){return JSON.stringify(this.toSnapshot())}toSnapshot(){const t=this.__serializer().toJSONObject();return{version:2,kind:"flowchart",scene:{version:t.version,childNodes:t.childNodes}}}__serializer(){const t=this.ice;return t.serializer||new Serializer(t)}__deserializer(){const t=this.ice;return t.deserializer||new Deserializer(t)}load(t){if(!t)return{loaded:!1,nodes:0,edges:0,skipped:[]};let e;try{e=JSON.parse(t)}catch(t){throw new Error(`Invalid flow snapshot: 不是合法 JSON(${t instanceof Error?t.message:String(t)})`)}if(!e||"object"!=typeof e)return{loaded:!1,nodes:0,edges:0,skipped:[]};const i=!!e.scene;if(!i&&!Array.isArray(e.nodes))return{loaded:!1,nodes:0,edges:0,skipped:[]};const s=validateFlowSnapshot(e);if(!s.valid)throw new Error("Invalid flow snapshot:\n"+s.errors.join("\n"));this.__captureHistory();const n=i?this.__applyEngineScene(e.scene):this.__clearAndBuild(e);return this.__emitChange(),n}__applyEngineScene(t){this.ice.clearAll(),this.selectedId=null;const e=this.__deserializer();e.fromJSONObject({version:t.version,childNodes:t.childNodes});const i={loaded:!0,nodes:this.nodes.length,edges:this.edges.length,skipped:[...e.unknownTypes||[]]};return this.nodes.forEach(t=>this.__attachNodeListeners(t)),i}__clearAndBuild(t){this.ice.clearAll(),this.selectedId=null;const e={loaded:!0,nodes:0,edges:0,skipped:[]};return(t.nodes||[]).forEach(t=>{if(void 0!==t.typeId&&t.typeId!==FlowNode.typeId)return void e.skipped.push(String(t.typeId));const i=new FlowNode(t);delete i.state.typeId,this.ice.addChild(i),this.__attachNodeListeners(i),e.nodes+=1}),(t.edges||[]).forEach(t=>{if(void 0!==t.typeId&&t.typeId!==FlowEdge.typeId)return void e.skipped.push(String(t.typeId));const i=t.sourceId||t.links&&t.links.start&&t.links.start.id||null,s=t.targetId||t.links&&t.links.end&&t.links.end.id||null,n=t.sourcePort||t.links&&t.links.start&&t.links.start.position||"B",o=t.targetPort||t.links&&t.links.end&&t.links.end.position||"T",r=i&&s?{start:{id:i,position:n},end:{id:s,position:o}}:t.links,a=new FlowEdge({...t,links:r,startPoint:t.startPoint||[0,0],endPoint:t.endPoint||[10,10]});delete a.state.typeId,this.ice.addChild(a),e.edges+=1}),e}fitViewport(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:80;const e=this.nodes,i=this.ice.canvasWidth||0,s=this.ice.canvasHeight||0;if(!e.length||!i||!s)return;let n=1/0,o=1/0,r=-1/0,a=-1/0;e.forEach(t=>{const e=t.getMinBoundingBox(!0);n=Math.min(n,e.tl[0]),o=Math.min(o,e.tl[1]),r=Math.max(r,e.br[0]),a=Math.max(a,e.br[1])});const l=Math.max(r-n,1),h=Math.max(a-o,1),c=Math.min((i-2*t)/l,(s-2*t)/h,1.25),d=(i-l*c)/2-n*c,u=(s-h*c)/2-o*c;this.ice.setViewport(c,d,u)}canUndo(){return this.__undoStack.length>0}canRedo(){return this.__redoStack.length>0}captureHistory(){this.__captureHistory()}resetHistory(){this.__undoStack.length=0,this.__redoStack.length=0}__captureHistory(){this.__historyEnabled&&(this.__undoStack.push(this.serialize()),this.__undoStack.length>this.__maxHistory&&this.__undoStack.shift(),this.__redoStack.length=0)}__applySnapshot(t){const e=JSON.parse(t);e&&e.scene?this.__applyEngineScene(e.scene):this.__clearAndBuild(e)}undo(){if(!this.canUndo())return;const t=this.serialize(),e=this.__undoStack.pop();this.__redoStack.push(t),this.__historyEnabled=!1;try{this.__applySnapshot(e)}catch(t){throw this.__redoStack.pop(),this.__undoStack.push(e),t}finally{this.__historyEnabled=!0}this.__emitChange()}redo(){if(!this.canRedo())return;const t=this.serialize(),e=this.__redoStack.pop();this.__undoStack.push(t),this.__historyEnabled=!1;try{this.__applySnapshot(e)}catch(t){throw this.__undoStack.pop(),this.__redoStack.push(e),t}finally{this.__historyEnabled=!0}this.__emitChange()}__handleMouseDown(t){const e=t&&t.param&&t.param.component;if(!e)return;let i=e;for(;i;){const t=i.constructor&&i.constructor.typeId;if(t===FlowNode.typeId||t===FlowEdge.typeId)return void this.select(i.state.id);i=i.parentNode}}dispose(){this.ice.evtBus.off("mousedown",this.__mousedownHandler,this),this.ice.evtBus.off("mouseup",this.__mouseupHandler,this),this.nodes.forEach(t=>this.__detachNodeListeners(t))}}function endpointId(t,e){return((t.state.links||{})[e]||{}).id}function boxOf(t){const e=t.getMinBoundingBox(!0);return{x0:e.tl[0],y0:e.tl[1],x1:e.br[0],y1:e.br[1]}}function contains(t,e){const i=(e.x0+e.x1)/2,s=(e.y0+e.y1)/2;return i>=t.x0&&i<=t.x1&&s>=t.y0&&s<=t.y1}function owningPool(t,e){const i=boxOf(t),s=e.filter(t=>"bpmnPool"===t.state.kind);for(const t of s)if(contains(boxOf(t),i))return t;return null}function validateBpmn(t){const e=[],i=t.nodes||[],s=t.edges||[],n=new Map;i.forEach(t=>n.set(t.state.id,t));const o=i.filter(t=>!!t&&-1!==["bpmnEvent","bpmnTask","bpmnGateway","bpmnSubprocess"].indexOf(t.state.kind)),r=s.filter(t=>"sequence"===(t.state.flowType||"sequence")),a=s.filter(t=>"message"===t.state.flowType),l=new Map,h=new Map;o.forEach(t=>{l.set(t.state.id,[]),h.set(t.state.id,[])}),r.forEach(t=>{const e=endpointId(t,"start"),i=endpointId(t,"end"),s=l.get(e),n=h.get(i);s&&s.push(t),n&&n.push(t)}),o.forEach(t=>{const i=t.state.kind,s=t.state.eventKind,n=l.get(t.state.id)||[],o=h.get(t.state.id)||[];if("bpmnEvent"===i&&"start"===s&&(o.length&&e.push({level:"error",code:"start-incoming",componentId:t.state.id,message:`开始事件「${t.state.title}」不能有流入的顺序流`}),n.length||e.push({level:"error",code:"start-no-outgoing",componentId:t.state.id,message:`开始事件「${t.state.title}」缺少流出的顺序流`})),"bpmnEvent"===i&&"end"===s&&(n.length&&e.push({level:"error",code:"end-outgoing",componentId:t.state.id,message:`结束事件「${t.state.title}」不能有流出的顺序流`}),o.length||e.push({level:"warning",code:"end-no-incoming",componentId:t.state.id,message:`结束事件「${t.state.title}」没有流入的顺序流(不可达)`})),"bpmnGateway"===i){const i=t.state.gatewayType||"exclusive";n.length<1&&e.push({level:"error",code:"gateway-no-outgoing",componentId:t.state.id,message:`网关「${t.state.title}」至少要有一条流出顺序流`}),"exclusive"!==i&&n.length<2&&e.push({level:"warning",code:"gateway-too-few-branches",componentId:t.state.id,message:`${{parallel:"并行",inclusive:"包容",event:"事件"}[i]||i}网关「${t.state.title}」通常应有 ≥2 条出边`});const s=n.filter(t=>t.state.isDefault);s.length>1&&e.push({level:"error",code:"gateway-multi-default",componentId:t.state.id,message:`网关「${t.state.title}」只能有一条默认流(当前 ${s.length} 条)`}),s.length&&"exclusive"!==i&&"inclusive"!==i&&e.push({level:"warning",code:"gateway-default-on-and",componentId:t.state.id,message:`并行网关「${t.state.title}」不应设置默认流`})}o.length||n.length||"bpmnPool"===i||"bpmnLane"===i||"bpmnAnnotation"===i||"bpmnEvent"===i&&"start"===s||e.push({level:"warning",code:"isolated-node",componentId:t.state.id,message:`「${t.state.title}」没有连任何顺序流`})});i.filter(t=>"bpmnPool"===t.state.kind).forEach(t=>{const i=boxOf(t),s=o.filter(t=>contains(i,boxOf(t))),n=s.filter(t=>"bpmnEvent"===t.state.kind&&"start"===t.state.eventKind);s.length&&!n.length&&e.push({level:"error",code:"pool-no-start",componentId:t.state.id,message:`池「${t.state.title}」里没有开始事件`})}),r.forEach(t=>{const s=n.get(endpointId(t,"start")),o=n.get(endpointId(t,"end"));if(!s||!o)return;owningPool(s,i)!==owningPool(o,i)&&e.push({level:"error",code:"sequence-flow-cross-pool",componentId:t.state.id,message:`顺序流不能跨池(「${s.state.title}」→「${o.state.title}」);跨参与者请用消息流`})}),a.forEach(t=>{const s=n.get(endpointId(t,"start")),o=n.get(endpointId(t,"end"));if(!s||!o)return;const r=owningPool(s,i),a=owningPool(o,i);r&&a&&r===a&&e.push({level:"warning",code:"message-flow-same-pool",componentId:t.state.id,message:"消息流通常用于跨池(不同参与者)之间的通信"})});const c=new Set,d=o.filter(t=>"bpmnEvent"===t.state.kind&&"start"===t.state.eventKind).map(t=>t.state.id);for(d.forEach(t=>c.add(t));d.length;){const t=d.shift();(l.get(t)||[]).forEach(t=>{const e=endpointId(t,"end");e&&!c.has(e)&&(c.add(e),d.push(e))})}return o.forEach(t=>{c.has(t.state.id)||e.push({level:"warning",code:"unreachable-node",componentId:t.state.id,message:`「${t.state.title}」从开始事件出发不可达`})}),e}const Qn="http://www.omg.org/spec/BPMN/20100524/MODEL",Zn="http://www.omg.org/spec/BPMN/20100524/DI",to="http://www.omg.org/spec/DD/20100524/DC",eo="http://www.omg.org/spec/DD/20100524/DI";function escapeXml(t){return String(t??"").replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function localName(t){return(t&&(t.localName||t.nodeName||"")).split(":").pop()}function rectOf(t){const e=t.getMinBoundingBox(!0);return{x0:e.tl[0],y0:e.tl[1],x1:e.br[0],y1:e.br[1]}}function centerInside(t,e){const i=(e.x0+e.x1)/2,s=(e.y0+e.y1)/2;return i>=t.x0&&i<=t.x1&&s>=t.y0&&s<=t.y1}function elementNameForNode(t){const e=t.state.kind;if("bpmnEvent"===e){const e=t.state.eventKind||"start";return"end"===e?"endEvent":"intermediate"===e?"intermediateThrowEvent":"startEvent"}if("bpmnGateway"===e){return{exclusive:"exclusiveGateway",parallel:"parallelGateway",inclusive:"inclusiveGateway",event:"eventBasedGateway"}[t.state.gatewayType||"exclusive"]}if("bpmnSubprocess"===e)return"subProcess";if("bpmnDataObject"===e)return"dataObjectReference";if("bpmnAnnotation"===e)return"textAnnotation";if("bpmnTask"===e||"process"===e){return{none:"task",user:"userTask",service:"serviceTask",script:"scriptTask",send:"sendTask",receive:"receiveTask",manual:"manualTask"}[t.state.taskType||"none"]||"task"}return null}exports.AlignmentGuideManager=W,exports.AnimationManager=E,exports.BpmnDesigner=class BpmnDesigner extends FlowDesigner{__markers=new Map;__markerSyncing=!1;__nesting=!1;constructor(t){super(t),this.subscribe(()=>this.syncFlowMarkers()),this.syncFlowMarkers()}validateBpmn(){return validateBpmn(this)}createNode(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=super.createNode(t,e);return this.__nestByGeometry(i),i}__nestByGeometry(t){if(this.__nesting)return;if("bpmnPool"===t.state.kind)return void t.setState({zIndex:-3e4});"bpmnLane"===t.state.kind&&t.setState({zIndex:-2e4});const e=t.getMinBoundingBox(!0),i=(e.tl[0]+e.br[0])/2,s=(e.tl[1]+e.br[1])/2,n=this.nodes.filter(e=>e!==t&&("bpmnPool"===e.state.kind||"bpmnLane"===e.state.kind)).filter(t=>{const e=this.__contentBox(t);return i>=e.tl[0]&&i<=e.br[0]&&s>=e.tl[1]&&s<=e.br[1]}).sort((t,e)=>t.state.width*t.state.height-e.state.width*e.state.height)[0];if(n){this.__nesting=!0;try{const e=n.getMinBoundingBox(!0).tl[0],i=n.getMinBoundingBox(!0).tl[1];t.setState({left:t.state.left-e,top:t.state.top-i}),n.adoptChild(t)}finally{this.__nesting=!1}}}__contentBox(t){const e=t.getMinBoundingBox(!0),i=Un[t.state.kind]||{},s=i.band,n=i.bandSize||0;return s&&n?{tl:"top"===s?[e.tl[0],e.tl[1]+n]:[e.tl[0]+n,e.tl[1]],br:e.br}:e}syncFlowMarkers(){if(!this.__markerSyncing){this.__markerSyncing=!0;try{const t=new Set;this.edges.forEach(e=>{if(!!("sequence"!==(e.state.flowType||"sequence")||!e.state.condition&&!e.state.isDefault))return;t.add(e.state.id);const i=e.state.points&&e.state.points.length?e.state.points:[e.state.startPoint,e.state.endPoint],s=i[0]||[0,0],n=i[1]||s,o=n[0]-s[0],r=n[1]-s[1],a=Math.max(Math.hypot(o,r),1),l=s[0]+o/a*16-7,h=s[1]+r/a*16-7,c=e.state.isDefault?"default":"conditional",d=e.state.style&&e.state.style.strokeStyle||"#475569";let u=this.__markers.get(e.state.id);u?(u.setState({left:l,top:h,markerType:c,style:{...u.state.style||{},strokeStyle:d}}),u.dirty=!0):(u=new BpmnFlowMarker({left:l,top:h,width:14,height:14,interactive:!1,draggable:!1,linkable:!1,showMinBoundingBox:!1,showMaxBoundingBox:!1,markerType:c,style:{strokeStyle:d,fillStyle:"#ffffff",lineWidth:1.4}}),this.ice.addTool(u),this.__markers.set(e.state.id,u))}),[...this.__markers.keys()].forEach(e=>{if(!t.has(e)){const t=this.__markers.get(e);this.ice.removeTool(t),this.__markers.delete(e)}})}finally{this.__markerSyncing=!1}}}dispose(){this.__markers.forEach(t=>this.ice.removeTool(t)),this.__markers.clear(),super.dispose()}},exports.CanvasRenderer=bt,exports.DARK_THEME=v,exports.DEFAULT_THEME=b,exports.DOMEventDispatcher=et,exports.DOMEventInterceptor=st,exports.Deserializer=Deserializer,exports.Entity=Entity,exports.EntityDesigner=class EntityDesigner{selectedId=null;__changeListeners=[];__mousedownHandler=t=>this.__handleMouseDown(t);__undoStack=[];__redoStack=[];__historyEnabled=!0;__maxHistory=100;constructor(t){this.ice=t,this.ice.registerType(Entity.typeId,Entity),this.ice.registerType(Relation.typeId,Relation),this.ice.evtBus.on("mousedown",this.__mousedownHandler,this)}get entities(){return this.ice.childNodes.filter(t=>isEntity(t))}get relations(){return this.ice.childNodes.filter(t=>isRelation(t))}get selected(){return this.selectedId?this.ice.findComponent(this.selectedId):null}select(t){return this.selectedId=t,this}createEntity(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.captureHistory();const e=this.entities.length,i=new Entity({left:120+e%4*220,top:120+260*Math.floor(e/4),entityName:"NewEntity",fields:[],...t});return this.ice.addChild(i),this.select(i.state.id),this.__emitChange(),i}createRelation(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.captureHistory();const e=t.links||{start:{id:t.sourceId||t.fromId,position:t.startPosition||"R"},end:{id:t.targetId||t.toId,position:t.endPosition||"L"}},i=t.sourceId||t.fromId||e.start&&e.start.id,s=t.targetId||t.toId||e.end&&e.end.id,n=e.start&&e.start.position||t.startPosition||"R",o=e.end&&e.end.position||t.endPosition||"L",r=i?this.ice.findComponent(i):null,a=s?this.ice.findComponent(s):null,l=r?this.__slotPoint(r,n):null,h=a?this.__slotPoint(a,o):null,c=new Relation({relationType:t.relationType||"one-to-many",sourceField:t.sourceField||"id",targetField:t.targetField||"id",links:e,startPoint:l||[0,0],endPoint:h||[10,10],...t});return this.ice.addChild(c),this.select(c.state.id),this.__emitChange(),c}updateEntity(t,e){const i=this.ice.findComponent(t);return isEntity(i)&&(this.captureHistory(),i.setState(e),this.__emitChange()),i}updateRelation(t,e){const i=this.ice.findComponent(t);if(isRelation(i)){this.captureHistory();const t={...i.state,...e},s=Relation.buildLabel(t,t.relationType||"one-to-one");i.setState({...e,label:s}),this.__emitChange()}return i}removeComponent(t){const e=this.ice.findComponent(t);if(e){if(this.captureHistory(),isEntity(e)){this.relations.filter(e=>{const i=e.state.links||{};return i.start&&i.start.id===t||i.end&&i.end.id===t}).forEach(t=>this.ice.removeChild(t))}this.ice.removeChild(e),this.selectedId===t&&(this.selectedId=null),this.__emitChange()}}toSchemaObject(){return toSchemaObject(this.ice.childNodes)}toSchemaString(){return toSchemaString(this.ice.childNodes)}validate(){return validateSchema(this.ice.childNodes)}serializeProject(){const t={version:1,schemaVersion:1,entities:this.entities.map(t=>this.__entitySnapshot(t)),relations:this.relations.map(t=>this.__relationSnapshot(t))};return JSON.stringify(t)}loadProject(t){if(!t)return{loaded:!1,entities:0,relations:0,unknownTypes:[],skipped:[]};const e=this.__parseProject(t);if(!e)return{loaded:!1,entities:0,relations:0,unknownTypes:[],skipped:[]};this.captureHistory();const i=this.__applySnapshot(e);return this.__emitChange(),i}__entitySnapshot(t){return pickDocumentNode({...t.state||{},typeId:Entity.typeId},jn)}__slotPoint(t,e){const i=t.getMinBoundingBox(!0),s=i.center[0],n=i.center[1];switch(e){case"T":return[s,i.tl[1]];case"B":return[s,i.br[1]];case"L":return[i.tl[0],n];case"R":return[i.tr[0],n];case"C":default:return[s,n]}}__relationSnapshot(t){return pickDocumentNode({...t.state||{},typeId:Relation.typeId},zn)}__parseProject(t){const e=JSON.parse(t);if(!e||!Array.isArray(e.entities))return null;if(void 0!==e.schemaVersion&&1!==e.schemaVersion)throw new Error("Unsupported project schemaVersion: "+e.schemaVersion);const i=validateProjectSnapshot(e);if(!i.valid)throw new Error("Invalid project snapshot:\n"+i.errors.join("\n"));return e}__applyProject(t){const e=this.__parseProject(t);e&&this.__applySnapshot(e)}__resolveTypeId(t,e){return t&&"string"==typeof t.typeId&&t.typeId?t.typeId:"entities"===e?Entity.typeId:Relation.typeId}__resolveComponentClass(t){const e=this.ice;if("function"==typeof e.getType){const i=e.getType(t);if("function"==typeof i)return i}else if(e.typeMapping&&"function"==typeof e.typeMapping[t])return e.typeMapping[t];return t===Entity.typeId?Entity:t===Relation.typeId?Relation:null}__recordUnknownType(t,e,i,s,n){-1===t.unknownTypes.indexOf(s)&&t.unknownTypes.push(s);const o=n&&"string"==typeof n.id?n.id:void 0;t.skipped.push(void 0===o?{bucket:e,index:i,typeId:s}:{bucket:e,index:i,typeId:s,id:o})}__applySnapshot(t){const e=this.ice.renderer;e&&e.stop();const i={loaded:!0,entities:0,relations:0,unknownTypes:[],skipped:[]};try{this.ice.clearAll(),this.ice.ctx&&"function"==typeof this.ice.ctx.clearRect&&(this.ice.ctx.setTransform(1,0,0,1,0,0),this.ice.ctx.clearRect(0,0,this.ice.canvasWidth||0,this.ice.canvasHeight||0));const createNode=(t,e,s)=>{const n=this.__resolveTypeId(t,e),o=this.__resolveComponentClass(n);if("function"!=typeof o)return this.__recordUnknownType(i,e,s,n,t),null;const r=new o(t);return delete r.state.typeId,delete r.props.typeId,this.ice.addChild(r),r},collect=(t,e,s)=>{const n=createNode(t,e,s);isEntity(n)?i.entities+=1:isRelation(n)&&(i.relations+=1)};t.entities.forEach((t,e)=>collect(t,"entities",e)),(t.relations||[]).forEach((t,e)=>collect(t,"relations",e)),this.selectedId=null}finally{if(e){const t=e.getRenderMode();e.setRenderMode("full"),e.start(),this.ice.dirty=!0,setTimeout(()=>{e.setRenderMode(t)},50)}}return i}__applyHistorySnapshot(t){this.__historyEnabled=!1;try{this.__applyProject(t),this.selectedId=null}finally{this.__historyEnabled=!0}}canUndo(){return this.__undoStack.length>0}canRedo(){return this.__redoStack.length>0}captureHistory(){this.__historyEnabled&&(this.__undoStack.push(this.serializeProject()),this.__undoStack.length>this.__maxHistory&&this.__undoStack.shift(),this.__redoStack.length=0)}undo(){if(!this.canUndo())return;const t=this.serializeProject(),e=this.__undoStack.pop();try{this.__applyHistorySnapshot(e)}catch(t){throw this.__undoStack.push(e),t}this.__redoStack.push(t),this.__emitChange()}redo(){if(!this.canRedo())return;const t=this.serializeProject(),e=this.__redoStack.pop();try{this.__applyHistorySnapshot(e)}catch(t){throw this.__redoStack.push(e),t}this.__undoStack.push(t),this.__emitChange()}subscribe(t){return"function"!=typeof t?()=>{}:(this.__changeListeners.push(t),()=>{const e=this.__changeListeners.indexOf(t);-1!==e&&this.__changeListeners.splice(e,1)})}__emitChange(){if(!this.__changeListeners.length)return;const t=this.serializeProject();this.__changeListeners.slice().forEach(e=>e(t))}dispose(){this.ice.evtBus.off("mousedown",this.__mousedownHandler,this)}__handleMouseDown(t){const e=t&&t.param&&t.param.component;if(!e)return;let i=e;for(;i.parentNode;)i=i.parentNode;(isEntity(i)||isRelation(i))&&this.select(i.state.id)}},exports.EventBus=nt,exports.FLOW_NODE_KINDS=Un,exports.FlowDesigner=FlowDesigner,exports.FlowDiamond=FlowDiamond,exports.FlowEdge=FlowEdge,exports.FlowNode=FlowNode,exports.FlowParallelogram=FlowParallelogram,exports.GeoLine=GeoLine,exports.GeoPoint=GeoPoint,exports.GeoUtil=GeoUtil,exports.ICE=class ICE{constructor(){_defineProperty$1(this,"childNodes",[]),_defineProperty$1(this,"toolNodes",[]),_defineProperty$1(this,"__childSet",new WeakSet),_defineProperty$1(this,"__toolSet",new WeakSet),_defineProperty$1(this,"canvasWidth",0),_defineProperty$1(this,"canvasHeight",0),_defineProperty$1(this,"viewport",{scale:1,tx:0,ty:0}),_defineProperty$1(this,"dpr",1),_defineProperty$1(this,"__renderVp",null),_defineProperty$1(this,"__contentBox",null),_defineProperty$1(this,"selectionList",[]),_defineProperty$1(this,"plugins",new PluginHost(this)),_defineProperty$1(this,"theme",getTheme()),_defineProperty$1(this,"typeMapping",{}),_defineProperty$1(this,"__typeIdMapping",null),_defineProperty$1(this,"__dirty",!0),_defineProperty$1(this,"__initialized",!1)}__resolveCanvasEl(t){return t&&"function"==typeof t.getContext?t:t&&t.canvas&&"function"==typeof t.canvas.getContext?t.canvas:null}init(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)throw new Error("ICE.init() failed...");const i=this.__resolveCanvasEl(t);if(this.__initialized){if(i&&i===this.canvasEl)return this;throw new Error("同一个 ICE 实例已经绑定到其它 canvas,如需重新初始化请先调用 destroy()。")}for(const t in ft)this.typeMapping[t]=ft[t];return this.__typeIdMapping=null,this.root=M,isString(t)?this.canvasEl=this.root.document.getElementById(t):i&&(this.canvasEl=i),e&&"number"==typeof e.dpr&&e.dpr>0&&(this.dpr=e.dpr),this.canvasEl?(this.canvasEl.oncontextmenu=function(t){t.preventDefault()},this.canvasWidth=this.canvasEl.width,this.canvasHeight=this.canvasEl.height,this.canvasBoundingClientRect=this.canvasEl.getBoundingClientRect(),this.__contentBox=this.__readContentBox(this.canvasBoundingClientRect),this.ctx=this.canvasEl.getContext("2d"),this.canvasEl.style&&(this.canvasEl.style.touchAction="none"),1!==this.dpr&&this.__applyDevicePixelRatio()):this.ctx=t,this.evtBus=new nt,yt.registerEvtBus(this.evtBus),yt.start(),st.registerEvtBus(this.evtBus),st.start(),this.eventDispatcher=new et(this).start(),this.animationManager=new E(this).start(),this.controlPanelManager=new V(this).start(),this.renderer=new bt(this,e).start(),this.alignmentGuide=new W(this),this.linkSlotManager=new ICELinkSlotManager(this).start(),this.serializer=new Serializer(this),this.deserializer=new Deserializer(this),this.imageCache=new ImageCache(this),this.__initialized=!0,this}destroy(){if(!this.__initialized)return;const t=[this.renderer,this.animationManager,this.controlPanelManager,this.linkSlotManager];for(let e=0;e<t.length;e++){const i=t[e];i&&"function"==typeof i.stop&&i.stop()}this.eventDispatcher&&(this.eventDispatcher.stopped=!0),this.canvasEl&&this.canvasEl.oncontextmenu&&(this.canvasEl.oncontextmenu=null),this.evtBus&&(yt.delEvtBus(this.evtBus),st.delEvtBus(this.evtBus)),0===yt.evtBuses.length&&yt.stop(),this.plugins&&this.plugins.clear(),this.clearAll(),this.renderer=null,this.animationManager=null,this.controlPanelManager=null,this.linkSlotManager=null,this.eventDispatcher=null,this.alignmentGuide=null,this.serializer=null,this.deserializer=null,this.imageCache=null,this.ctx=null,this.canvasEl=null,this.canvasBoundingClientRect=null,this.dpr=1,this.__renderVp=null,this.__contentBox=null,this.__initialized=!1}addTool(t){this.__toolSet.has(t)||(this.evtBus.trigger(s,null,{component:t}),t.trigger(s),t.ice=this,t.ctx=this.ctx,t.evtBus=this.evtBus,this.toolNodes.push(t),this.__toolSet.add(t),this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),t&&"function"==typeof t.__reapplyPreset&&t.__reapplyPreset(this.theme),this.evtBus.trigger(n,null,{component:t}),t.trigger(n))}removeTool(t){if(!this.__toolSet.has(t))return;this.evtBus.trigger(o,null,{component:t}),t.trigger(o);const e=this.toolNodes.indexOf(t);-1!==e&&this.toolNodes.splice(e,1),this.__toolSet.delete(t),this.evtBus.trigger(r,null,{component:t}),t.trigger(r),this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),t.destory()}addChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(this.__childSet.has(t))return;this.evtBus.trigger(s,null,{component:t}),t.trigger(s),t.ice=this,t.ctx=this.ctx,t.evtBus=this.evtBus,t.parentNode=null,this.childNodes.push(t),this.__childSet.add(t);let i=!1;const o=t.props.animations;if(o)for(const t in o){i=!0;break}i&&this.animationManager.add(t),this.dirty=e,this.renderer&&this.renderer.markQueueDirty(),t&&"function"==typeof t.__reapplyPreset&&t.__reapplyPreset(this.theme),this.evtBus.trigger(n,null,{component:t}),t.trigger(n)}addChildren(t){for(let e=0;e<t.length;e++)this.addChild(t[e],!1);this.dirty=!0}removeChild(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.__childSet.has(t))return;this.evtBus.trigger(o,null,{component:t}),t.trigger(o);const i=this.childNodes.indexOf(t);-1!==i&&this.childNodes.splice(i,1),this.__childSet.delete(t),this.evtBus.trigger(r,null,{component:t}),t.trigger(r),this.dirty=e,this.renderer&&this.renderer.markQueueDirty(),t.destory()}removeChildren(t){for(let e=0;e<t.length;e++)this.removeChild(t[e],!1);this.dirty=!0}clearAll(){this.removeChildren([...this.childNodes])}findComponent(t){if(t)return this.childNodes.filter(e=>e.props.id===t)[0]||this.__findComponentInTree(this.childNodes,t)}__findComponentInTree(t,e){for(let i=0;i<t.length;i++){const s=t[i];if(s.props&&s.props.id===e)return s;if(s.childNodes&&s.childNodes.length){const t=this.__findComponentInTree(s.childNodes,e);if(t)return t}}}set dirty(t){this.__dirty=t}get dirty(){return this.__dirty}registerType(t,e){this.typeMapping[t]=e,this.__typeIdMapping=null}getTypeId(t){if(!t)return;let e=this.__typeIdMapping;if(!e){e=new Map;for(const t in this.typeMapping){const i=this.typeMapping[t];"function"!=typeof i||e.has(i)||e.set(i,t)}this.__typeIdMapping=e}return e.get(t)}use(t){return this.plugins.use(t)}unuse(t){return this.plugins.unuse(t)}getPlugins(){return this.plugins.names}setSelection(t){return this.selectionList=null==t?[]:Array.isArray(t)?t:[t],!!this.plugins&&this.plugins.syncTools(this.selectionList[0]||null)}getAccessibilityTree(t){return buildAccessibilityTree(this,t)}setFocusedComponent(t){let e=t;return"string"==typeof t&&(e=flattenAllComponents(this).filter(e=>e.props&&e.props.id===t)[0]||null),this.eventDispatcher&&(this.eventDispatcher.focusedComponent=e||null),this}getFocusedComponent(){return this.eventDispatcher?this.eventDispatcher.focusedComponent:null}getType(t){return this.typeMapping[t]}loadFont(t,e){return M.loadFont(t,e)}setTheme(t){return this.theme=resolveTheme(t,this.theme),this.__reapplyPresets(),this}setViewport(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const s=Number(t);return this.viewport={scale:s>0?s:1,tx:Number(e)||0,ty:Number(i)||0},this.dirty=!0,this.renderer&&this.renderer.markQueueDirty(),this}screenToWorld(t,e){const i=this.viewport;return[(t-i.tx)/i.scale,(e-i.ty)/i.scale]}worldToScreen(t,e){const i=this.viewport;return[t*i.scale+i.tx,e*i.scale+i.ty]}getRenderViewport(){const t=this.viewport;if(1===this.dpr)return t;let e=this.__renderVp;return e||(e=this.__renderVp={scale:1,tx:0,ty:0,__d:1,__s:1,__tx:0,__ty:0}),e.__d===this.dpr&&e.__s===t.scale&&e.__tx===t.tx&&e.__ty===t.ty||(e.__d=this.dpr,e.__s=t.scale,e.__tx=t.tx,e.__ty=t.ty,e.scale=t.scale*this.dpr,e.tx=t.tx*this.dpr,e.ty=t.ty*this.dpr),e}__applyDevicePixelRatio(){const t=this.canvasEl;if(!t)return;const e=this.__readContentBox("function"==typeof t.getBoundingClientRect?t.getBoundingClientRect():null),i=e.width||t.width,s=e.height||t.height;t.width=Math.round(i*this.dpr),t.height=Math.round(s*this.dpr),t.style&&(t.style.width=i+"px",t.style.height=s+"px"),this.canvasWidth=t.width,this.canvasHeight=t.height,this.updateCanvasBoundingRect()}updateCanvasBoundingRect(){return this.canvasEl&&"function"==typeof this.canvasEl.getBoundingClientRect&&(this.canvasBoundingClientRect=this.canvasEl.getBoundingClientRect(),this.__contentBox=this.__readContentBox(this.canvasBoundingClientRect)),this.canvasBoundingClientRect}__readContentBox(t){const e=this.canvasEl;let i=0,s=0,n=0,o=0,r=0,a=0,l=0,h=0;const c=this.root&&"function"==typeof this.root.getComputedStyle&&e?this.root.getComputedStyle(e):null;if(c){const num=t=>{const e=parseFloat(t);return isFinite(e)?e:0};i=num(c.borderLeftWidth),s=num(c.borderRightWidth),n=num(c.borderTopWidth),o=num(c.borderBottomWidth),r=num(c.paddingLeft),a=num(c.paddingRight),l=num(c.paddingTop),h=num(c.paddingBottom)}const d=t&&t.left||0,u=t&&t.top||0,p=t&&t.width||0,f=t&&t.height||0;return{left:d+i+r,top:u+n+l,width:Math.max(0,p-i-s-r-a),height:Math.max(0,f-n-o-l-h)}}getInputRect(){return this.__contentBox||this.updateCanvasBoundingRect(),this.__contentBox||this.canvasBoundingClientRect||{left:0,top:0,width:0,height:0}}zoomAt(t,e,i){let s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.05,n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:20;const o=Number(i);if(!isFinite(o)||o<=0)return this;const[r,a]=this.screenToWorld(t,e),l=this.viewport.scale,h=Math.min(s,n),c=Math.max(s,n),d=Math.min(c,Math.max(h,l*o));return d===l?this:this.setViewport(d,t-r*d,e-a*d)}hitTest(t,e){const[i,s]=this.screenToWorld(t,e);return hitTestComponents(this,i,s,1)}registerTheme(t,e){return registerTheme(t,e),this}getTheme(){return this.theme}__reapplyPresets(){const t=flattenAllComponents(this);for(const e of t)"function"==typeof e.__reapplyPreset&&e.__reapplyPreset(this.theme)}createLinearGradient(t,e,i,s){return this.ctx.createLinearGradient(t,e,i,s)}createRadialGradient(t,e,i,s,n,o){return this.ctx.createRadialGradient(t,e,i,s,n,o)}createConicGradient(t,e,i){return"function"==typeof this.ctx.createConicGradient?this.ctx.createConicGradient(t,e,i):null}createPattern(t,e){return this.ctx.createPattern(t,e)}getImageData(t,e,i,s){return this.ctx.getImageData(t,e,i,s)}putImageData(t,e,i){this.ctx.putImageData(t,e,i)}createImageData(t,e){return this.ctx.createImageData(t,e)}toDataURL(t,e){return this.canvasEl.toDataURL(t,e)}toBlob(t,e,i){this.canvasEl.toBlob(t,e,i)}toJSONString(){return this.serializer.toJSONString()}toJSONObject(){return this.serializer.toJSONObject()}fromJSONObject(t){yt.stop(),this.renderer.stop(),this.eventDispatcher.stopped=!0,this.animationManager.stop(),this.controlPanelManager.stop(),this.linkSlotManager.stop(),this.clearAll(),this.deserializer.fromJSONObject(t),yt.start(),this.renderer.start(),this.animationManager.start(),this.controlPanelManager.start(),this.linkSlotManager.start(),setTimeout(()=>{this.eventDispatcher.stopped=!1},300)}fromJSONString(t){const e=JSON.parse(t);this.fromJSONObject(e)}},exports.ICEBezier=ICEBezier,exports.ICEBorderLayout=class ICEBorderLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gap=t.gap||5}layoutContainer(t){const e=t.childNodes,i=t.state.width,s=t.state.height;let n=null,o=null,r=null,a=null,l=null;e.forEach(t=>{const e=t.state.layoutConstraint||"center";"north"===e?n=t:"south"===e?o=t:"east"===e?r=t:"west"===e?a=t:l=t});let h=0,c=s,d=0,u=i;n&&(n.setState({left:0,top:0,width:i}),h=n.state.height+this.gap),o&&(o.setState({left:0,top:s-o.state.height,width:i}),c=s-o.state.height-this.gap),r&&(r.setState({left:i-r.state.width,top:h,height:c-h}),u=i-r.state.width-this.gap),a&&(a.setState({left:0,top:h,height:c-h}),d=a.state.width+this.gap),l&&l.setState({left:d,top:h,width:u-d,height:c-h})}},exports.ICEBoundingBox=D,exports.ICEBoxLayout=class ICEBoxLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.axis=t.axis||"x",this.gap=t.gap||5}layoutContainer(t){let e=0;for(const i of t.childNodes)"x"===this.axis?(i.setState({left:e,top:0}),e+=i.state.width+this.gap):(i.setState({left:0,top:e}),e+=i.state.height+this.gap)}},exports.ICECardLayout=class ICECardLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),_defineProperty$1(this,"currentIndex",0),_defineProperty$1(this,"container",null),this.currentIndex=t.currentIndex||0}layoutContainer(t){this.container=t,t.childNodes.forEach((t,e)=>{t.setState({display:e===this.currentIndex,left:0,top:0})})}show(t){this.currentIndex=t,this.container&&this.layoutContainer(this.container)}next(){this.show(this.currentIndex+1)}previous(){this.show(this.currentIndex-1)}},exports.ICECircle=H,exports.ICEComponent=R,exports.ICEControlPanel=ICEControlPanel,exports.ICEControlPanelManager=V,exports.ICEDotPath=ICEDotPath,exports.ICEEllipse=X,exports.ICEEventTarget=N,exports.ICEFlowLayout=class ICEFlowLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gap=t.gap||10,this.align=t.align||"left"}layoutContainer(t){const e=t.childNodes,i=t.state.width,s=this.gap,n=[[]];let o=0;for(const t of e){const e=t.state.width;o>0&&o+s+e>i&&(n.push([]),o=0),n[n.length-1].push(t),o+=o>0?s+e:e}let r=0;for(const t of n){let e=0,n=0;for(const i of t)e+=i.state.width,n=Math.max(n,i.state.height);e+=s*(t.length-1);let o=0;"center"===this.align?o=(i-e)/2:"right"===this.align&&(o=i-e);for(const e of t)e.setState({left:o,top:r}),o+=e.state.width+s;r+=n+s}}},exports.ICEGridLayout=class ICEGridLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.cols=t.cols||2,this.gapX=t.gapX||10,this.gapY=t.gapY||10}layoutContainer(t){const e=t.childNodes;let i=0,s=0,n=0,o=0;for(const t of e)t.setState({left:i,top:s}),i+=t.state.width+this.gapX,n=Math.max(n,t.state.height),o++,o>=this.cols&&(o=0,i=0,s+=n+this.gapY,n=0)}},exports.ICEGroup=z,exports.ICEImage=ot,exports.ICEIsogon=lt,exports.ICELayeredLayout=class ICELayeredLayout extends pt{constructor(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super(),this.gapX=t.gapX||80,this.gapY=t.gapY||40}layoutContainer(t){const e=t.childNodes||[],i=[],s=[];for(const t of e)if(t.isLine){const e=t.getLinkFromId?t.getLinkFromId():null,i=t.getLinkToId?t.getLinkToId():null;s.push({from:e,to:i,component:t})}else i.push({id:t.props.id,component:t,rank:0,order:0,barycenter:0});if(0===i.length)return;const n={};i.forEach(t=>n[t.id]=t);const o=s.filter(t=>t.from&&t.to&&n[t.from]&&n[t.to]);this.assignRanks(i,o),this.assignOrders(i,o,n),this.assignCoords(i,o,n)}assignRanks(t,e){const i={},visit=(t,s)=>{if(void 0!==i[t])return i[t];if(s.has(t))return 0;s.add(t);const n=e.filter(e=>e.to===t).map(t=>t.from);let o=-1;for(const t of n)o=Math.max(o,visit(t,s));return i[t]=o+1,s.delete(t),i[t]};t.forEach(t=>{t.rank=visit(t.id,new Set)})}assignOrders(t,e,i){const s={};t.forEach(t=>{(s[t.rank]=s[t.rank]||[]).push(t)});const n=Object.keys(s).map(Number).sort((t,e)=>t-e);n.forEach(t=>s[t].forEach((t,e)=>t.order=e));for(let t=0;t<4;t++)for(const t of n){const n=s[t];n.forEach(t=>{const s=e.filter(e=>e.from===t.id).map(t=>i[t.to]);t.barycenter=s.length?s.reduce((t,e)=>t+e.order,0)/s.length:t.order}),n.sort((t,e)=>t.barycenter-e.barycenter),n.forEach((t,e)=>t.order=e)}}assignCoords(t,e,i){const s={};t.forEach(t=>{(s[t.rank]=s[t.rank]||[]).push(t)});const n=Object.keys(s).map(Number).sort((t,e)=>t-e),o=this.gapX,r=this.gapY;let a=0;n.forEach(t=>{const e=s[t],i=Math.max(...e.map(t=>t.component.state.width));let n=0;e.forEach(t=>{t.component.setState({left:a,top:n}),n+=t.component.state.height+r}),a+=i+o});for(const t of e){const e=i[t.from].component,s=i[t.to].component,n=e.state.left+e.state.width,o=e.state.top+e.state.height/2,r=s.state.left,a=s.state.top+s.state.height/2;t.component.setState({startPoint:[n,o],endPoint:[r,a]})}}},exports.ICELayoutManager=pt,exports.ICELinkHook=ICELinkHook,exports.ICELinkSlot=at,exports.ICEOverlayLayout=class ICEOverlayLayout extends pt{layoutContainer(t){for(const e of t.childNodes)e.setState({left:0,top:0})}},exports.ICEPath=F,exports.ICEPolyLine=rt,exports.ICERect=j,exports.ICERose=ht,exports.ICEStar=ct,exports.ICEText=ut,exports.ICETheme=S,exports.ICEVisioLink=ICEVisioLink,exports.LineControlPanel=LineControlPanel,exports.PROJECT_SCHEMA_VERSION=1,exports.PluginHost=PluginHost,exports.Relation=Relation,exports.ResizeControl=ResizeControl,exports.RotateControl=RotateControl,exports.SERIALIZATION_MIGRATIONS=_t,exports.SERIALIZATION_VERSION=1,exports.STYLE_PRESETS=C,exports.Serializer=Serializer,exports.TransformControlPanel=TransformControlPanel,exports.baseTokens=_,exports.buildAccessibilityTree=buildAccessibilityTree,exports.fromBpmnXml=function fromBpmnXml(t,e){const i=globalThis.DOMParser;if("function"!=typeof i)throw new Error("当前环境没有 DOMParser:请在浏览器(或 jsdom)中导入 BPMN XML");const s=(new i).parseFromString(t,"application/xml"),n=s.getElementsByTagName("parsererror");if(n&&n.length)throw new Error("BPMN XML 解析失败:"+n[0].textContent);const o=[],r=Array.prototype.slice.call(s.getElementsByTagName("*")),a=new Map,l=new Map;r.forEach(t=>{const e=localName(t);if("BPMNShape"===e){const e=t.getAttribute("bpmnElement"),i=Array.prototype.slice.call(t.getElementsByTagName("*")).find(t=>"Bounds"===localName(t));e&&i&&a.set(e,{x:Number(i.getAttribute("x"))||0,y:Number(i.getAttribute("y"))||0,width:Number(i.getAttribute("width"))||120,height:Number(i.getAttribute("height"))||80})}else if("BPMNEdge"===e){const e=t.getAttribute("bpmnElement"),i=Array.prototype.slice.call(t.getElementsByTagName("*")).filter(t=>"waypoint"===localName(t)).map(t=>[Number(t.getAttribute("x"))||0,Number(t.getAttribute("y"))||0]);e&&l.set(e,i)}}),e.clear();const h=new Map;let c=0;r.forEach(t=>{const i=localName(t);if("lane"===i){const i=t.getAttribute("id"),s=i?a.get(i):null;if(s){const n=e.createNode("bpmnLane",{title:t.getAttribute("name")||"Lane",left:s.x,top:s.y,width:s.width,height:s.height});i&&h.set(i,n.state.id),c+=1}return}if("participant"!==i)return;const s=t.getAttribute("id"),n=s?a.get(s):null;if(!n)return;const o=e.createNode("bpmnPool",{title:t.getAttribute("name")||"Pool",left:n.x,top:n.y,width:n.width,height:n.height});h.set(s,o.state.id),c+=1,o.setState({zIndex:0})}),r.forEach(t=>{const i=localName(t);if("participant"===i||"laneSet"===i||"process"===i||"collaboration"===i)return;if("lane"===i||"participant"===i)return;const s=function nodeFromElement(t){switch(t){case"startEvent":return{kind:"bpmnEvent",attrs:{eventKind:"start"}};case"endEvent":return{kind:"bpmnEvent",attrs:{eventKind:"end"}};case"intermediateThrowEvent":case"intermediateCatchEvent":return{kind:"bpmnEvent",attrs:{eventKind:"intermediate"}};case"exclusiveGateway":return{kind:"bpmnGateway",attrs:{gatewayType:"exclusive"}};case"parallelGateway":return{kind:"bpmnGateway",attrs:{gatewayType:"parallel"}};case"inclusiveGateway":return{kind:"bpmnGateway",attrs:{gatewayType:"inclusive"}};case"eventBasedGateway":return{kind:"bpmnGateway",attrs:{gatewayType:"event"}};case"subProcess":return{kind:"bpmnSubprocess",attrs:{}};case"dataObjectReference":return{kind:"bpmnDataObject",attrs:{}};case"textAnnotation":return{kind:"bpmnAnnotation",attrs:{}};case"task":return{kind:"bpmnTask",attrs:{taskType:"none"}};case"userTask":return{kind:"bpmnTask",attrs:{taskType:"user"}};case"serviceTask":return{kind:"bpmnTask",attrs:{taskType:"service"}};case"scriptTask":return{kind:"bpmnTask",attrs:{taskType:"script"}};case"sendTask":return{kind:"bpmnTask",attrs:{taskType:"send"}};case"receiveTask":return{kind:"bpmnTask",attrs:{taskType:"receive"}};case"manualTask":return{kind:"bpmnTask",attrs:{taskType:"manual"}};default:return null}}(i);if(!s)return;const n=t.getAttribute("id");if(!n)return;const r=a.get(n);r||o.push(`元素 ${n}(${i})没有 DI 布局信息,已按默认尺寸放在原点附近`);const l={...s.attrs};if("bpmnEvent"===s.kind&&(l.trigger=function triggerOf(t){const e=(t&&t.childNodes?Array.prototype.slice.call(t.childNodes):[]).map(t=>localName(t));return-1!==e.indexOf("messageEventDefinition")?"message":-1!==e.indexOf("timerEventDefinition")?"timer":-1!==e.indexOf("errorEventDefinition")?"error":-1!==e.indexOf("terminateEventDefinition")?"terminate":"none"}(t)),"textAnnotation"===i){const e=Array.prototype.slice.call(t.getElementsByTagName("*")).find(t=>"text"===localName(t));l.title=e&&e.textContent||""}const d=e.createNode(s.kind,{...l,title:t.getAttribute("name")||l.title||"",left:r?r.x:0,top:r?r.y:0,width:r?r.width:void 0,height:r?r.height:void 0});h.set(n,d.state.id),c+=1});let d=0;return r.forEach(t=>{const i=localName(t);if("sequenceFlow"!==i&&"messageFlow"!==i)return;const s=t.getAttribute("sourceRef"),n=t.getAttribute("targetRef"),r=s?h.get(s):null,a=n?h.get(n):null;if(!r||!a)return void o.push(`连线 ${t.getAttribute("id")} 的端点未找到(sourceRef=${s} targetRef=${n})`);const l=Array.prototype.slice.call(t.getElementsByTagName("*")).find(t=>"conditionExpression"===localName(t));e.createEdge({sourceId:r,targetId:a,label:t.getAttribute("name")||"",flowType:"messageFlow"===i?"message":"sequence",isDefault:"true"===t.getAttribute("default"),condition:l?l.textContent:""}),d+=1}),e.resetHistory(),{nodes:c,edges:d,warnings:o}},exports.getTheme=getTheme,exports.registerTheme=registerTheme,exports.setTheme=setTheme,exports.toBpmnXml=function toBpmnXml(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=t.nodes||[],s=t.edges||[],n=i.filter(t=>"bpmnPool"===t.state.kind),o=i.filter(t=>"bpmnLane"===t.state.kind),r=new Map;i.forEach(t=>r.set(t.state.id,t));const poolOf=t=>{if(!t)return null;const e=rectOf(t);return n.find(t=>centerInside(rectOf(t),e))||null},processIdOf=t=>"Process_"+(t?t.state.id:"default"),escapeId=t=>String(t).replace(/[^A-Za-z0-9_-]/g,"_"),idOf=t=>escapeId(t.state.id),a=[],l=[],h=[],c=[],d=[];i.forEach(t=>{const e=elementNameForNode(t);if(e){const i="bpmnEvent"===t.state.kind&&t.state.trigger&&"none"!==t.state.trigger?`<bpmn:${t.state.trigger}EventDefinition id="${idOf(t)}_def" />`:"",s="textAnnotation"===e?` id="${idOf(t)}"><bpmn:text>${escapeXml(t.state.title)}</bpmn:text></bpmn:textAnnotation>`:` id="${idOf(t)}" name="${escapeXml(t.state.title)}">${i}</bpmn:${e}>`,n="textAnnotation"===e?null:"<bpmn:"+e;a.push(n?`${n}${s}`:"<bpmn:textAnnotation"+s)}const i=rectOf(t);l.push(` <bpmndi:BPMNShape id="${idOf(t)}_di" bpmnElement="${idOf(t)}">\n <dc:Bounds x="${Math.round(i.x0)}" y="${Math.round(i.y0)}" width="${Math.round(i.x1-i.x0)}" height="${Math.round(i.y1-i.y0)}" />\n </bpmndi:BPMNShape>`)}),s.forEach(t=>{const e=t.state.links||{},i=r.get((e.start||{}).id),s=r.get((e.end||{}).id);if(!i||!s)return;if(poolOf(i)!==poolOf(s)||"message"===t.state.flowType)c.push(` <bpmn:messageFlow id="${idOf(t)}" name="${escapeXml(t.state.label)}" sourceRef="${idOf(i)}" targetRef="${idOf(s)}" />`);else{const e=t.state.condition?`\n <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${escapeXml(t.state.condition)}</bpmn:conditionExpression>\n `:"";h.push(` <bpmn:sequenceFlow id="${idOf(t)}" name="${escapeXml(t.state.label)}" sourceRef="${idOf(i)}" targetRef="${idOf(s)}"${t.state.isDefault?' default="true"':""}>${e}</bpmn:sequenceFlow>`)}const n=(t.state.points&&t.state.points.length?t.state.points:[t.state.startPoint,t.state.endPoint]).filter(Boolean);d.push(` <bpmndi:BPMNEdge id="${idOf(t)}_di" bpmnElement="${idOf(t)}">\n`+n.map(t=>` <di:waypoint x="${Math.round(t[0])}" y="${Math.round(t[1])}" />`).join("\n")+"\n </bpmndi:BPMNEdge>")});const u=[];n.forEach(t=>{const e=o.filter(e=>centerInside(rectOf(t),rectOf(e))),i=e.length?`\n <bpmn:laneSet id="${idOf(t)}_lanes">\n`+e.map(t=>` <bpmn:lane id="${idOf(t)}" name="${escapeXml(t.state.title)}" />`).join("\n")+"\n </bpmn:laneSet>":"";u.push(` <bpmn:process id="${processIdOf(t)}" name="${escapeXml(t.state.title)}" isExecutable="false">${i}\n \x3c!-- 该池内的流元素与顺序流由下面的 collaboration/di 段按 id 关联 --\x3e\n </bpmn:process>`)});const p="Process_default";u.push(` <bpmn:process id="${p}" isExecutable="false" />`);const f=n.map(t=>` <bpmn:participant id="${idOf(t)}" name="${escapeXml(t.state.title)}" processRef="${processIdOf(t)}" />`).join("\n");return`<?xml version="1.0" encoding="UTF-8"?>\n<bpmn:definitions xmlns:bpmn="${Qn}" xmlns:bpmndi="${Zn}" xmlns:dc="${to}" xmlns:di="${eo}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://ice-render/bpmn">\n <bpmn:collaboration id="Collaboration_1">\n${f}\n </bpmn:collaboration>\n`+u.join("\n")+"\n \x3c!-- 流元素 --\x3e\n"+a.map(t=>" "+t).join("\n")+"\n \x3c!-- 连线 --\x3e\n"+h.join("\n")+"\n"+c.join("\n")+`\n <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="${escapeXml(e.name||"BPMN Diagram")}">\n <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">\n`+l.join("\n")+(d.length?"\n"+d.join("\n"):"")+"\n </bpmndi:BPMNPlane>\n </bpmndi:BPMNDiagram>\n</bpmn:definitions>\n"},exports.toSchemaObject=toSchemaObject,exports.toSchemaString=toSchemaString,exports.validateBpmn=validateBpmn,exports.validateFlowSnapshot=validateFlowSnapshot,exports.validateProjectSnapshot=validateProjectSnapshot,exports.validateSchema=validateSchema;