@logicflow/extension 1.1.0-alpha.6 → 1.1.0-alpha.7
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/cjs/materials/group/GroupNode.js +2 -0
- package/cjs/materials/group/index.js +1 -1
- package/es/materials/group/GroupNode.d.ts +1 -0
- package/es/materials/group/GroupNode.js +2 -0
- package/es/materials/group/index.js +1 -1
- package/lib/Group.js +1 -1
- package/package.json +2 -2
- package/types/materials/group/GroupNode.d.ts +1 -0
|
@@ -79,6 +79,7 @@ var GroupNodeModel = /** @class */ (function (_super) {
|
|
|
79
79
|
this.autoToFront = false;
|
|
80
80
|
this.foldable = false;
|
|
81
81
|
this.properties.isFolded = false;
|
|
82
|
+
this.isFolded = this.properties.isFolded;
|
|
82
83
|
};
|
|
83
84
|
GroupNodeModel.prototype.getResizeOutlineStyle = function () {
|
|
84
85
|
var style = _super.prototype.getResizeOutlineStyle.call(this);
|
|
@@ -88,6 +89,7 @@ var GroupNodeModel = /** @class */ (function (_super) {
|
|
|
88
89
|
GroupNodeModel.prototype.foldGroup = function (isFolded) {
|
|
89
90
|
var _this = this;
|
|
90
91
|
this.setProperty('isFolded', isFolded);
|
|
92
|
+
this.isFolded = isFolded;
|
|
91
93
|
if (isFolded) {
|
|
92
94
|
this.x = this.x - this.width / 2 + this.foldedWidth / 2;
|
|
93
95
|
this.y = this.y - this.height / 2 + this.foldedHeight / 2;
|
|
@@ -98,7 +98,7 @@ var Group = /** @class */ (function () {
|
|
|
98
98
|
});
|
|
99
99
|
lf.on('node:add', this.appendNodeToGrop);
|
|
100
100
|
lf.on('node:drop', this.appendNodeToGrop);
|
|
101
|
-
lf.on('node:dnd-
|
|
101
|
+
lf.on('node:dnd-drag', this.setActiveGroup);
|
|
102
102
|
lf.on('node:drag', this.setActiveGroup);
|
|
103
103
|
lf.on('graph:rendered', this.graphRendered);
|
|
104
104
|
}
|
|
@@ -77,6 +77,7 @@ var GroupNodeModel = /** @class */ (function (_super) {
|
|
|
77
77
|
this.autoToFront = false;
|
|
78
78
|
this.foldable = false;
|
|
79
79
|
this.properties.isFolded = false;
|
|
80
|
+
this.isFolded = this.properties.isFolded;
|
|
80
81
|
};
|
|
81
82
|
GroupNodeModel.prototype.getResizeOutlineStyle = function () {
|
|
82
83
|
var style = _super.prototype.getResizeOutlineStyle.call(this);
|
|
@@ -86,6 +87,7 @@ var GroupNodeModel = /** @class */ (function (_super) {
|
|
|
86
87
|
GroupNodeModel.prototype.foldGroup = function (isFolded) {
|
|
87
88
|
var _this = this;
|
|
88
89
|
this.setProperty('isFolded', isFolded);
|
|
90
|
+
this.isFolded = isFolded;
|
|
89
91
|
if (isFolded) {
|
|
90
92
|
this.x = this.x - this.width / 2 + this.foldedWidth / 2;
|
|
91
93
|
this.y = this.y - this.height / 2 + this.foldedHeight / 2;
|
|
@@ -94,7 +94,7 @@ var Group = /** @class */ (function () {
|
|
|
94
94
|
});
|
|
95
95
|
lf.on('node:add', this.appendNodeToGrop);
|
|
96
96
|
lf.on('node:drop', this.appendNodeToGrop);
|
|
97
|
-
lf.on('node:dnd-
|
|
97
|
+
lf.on('node:dnd-drag', this.setActiveGroup);
|
|
98
98
|
lf.on('node:drag', this.setActiveGroup);
|
|
99
99
|
lf.on('graph:rendered', this.graphRendered);
|
|
100
100
|
}
|
package/lib/Group.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("window"));else if("function"==typeof define&&define.amd)define(["window"],e);else{var n="object"==typeof exports?e(require("window")):e(t.window);for(var r in n)("object"==typeof exports?exports:t)[r]=n[r]}}(window,(function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=225)}([function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(95))},function(t,e){var n=Function.prototype,r=n.bind,o=n.call,i=r&&r.bind(o);t.exports=r?function(t){return t&&i(o,t)}:function(t){return t&&function(){return o.apply(t,arguments)}}},function(t,e){t.exports=function(t){return"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(0),o=n(33),i=n(5),u=n(35),c=n(45),a=n(62),f=o("wks"),l=r.Symbol,s=l&&l.for,p=a?l:l&&l.withoutSetter||u;t.exports=function(t){if(!i(f,t)||!c&&"string"!=typeof f[t]){var e="Symbol."+t;c&&i(l,t)?f[t]=l[t]:f[t]=a&&s?s(e):p(e)}return f[t]}},function(t,e,n){var r=n(1),o=n(15),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},function(t,e,n){var r=n(0),o=n(25).f,i=n(16),u=n(14),c=n(42),a=n(68),f=n(71);t.exports=function(t,e){var n,l,s,p,d,h=t.target,y=t.global,v=t.stat;if(n=y?r:v?r[h]||c(h,{}):(r[h]||{}).prototype)for(l in e){if(p=e[l],s=t.noTargetGet?(d=o(n,l))&&d.value:n[l],!f(y?l:h+(v?".":"#")+l,t.forced)&&void 0!==s){if(typeof p==typeof s)continue;a(p,s)}(t.sham||s&&s.sham)&&i(p,"sham",!0),u(n,l,p,t)}}},function(t,e,n){var r=n(3);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(2);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},function(t,e,n){var r=n(0),o=n(7),i=n(63),u=n(10),c=n(26),a=r.TypeError,f=Object.defineProperty;e.f=o?f:function(t,e,n){if(u(t),e=c(e),u(n),i)try{return f(t,e,n)}catch(t){}if("get"in n||"set"in n)throw a("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(0),o=n(8),i=r.String,u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},function(t,e){var n=Function.prototype.call;t.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},function(t,e,n){var r=n(51),o=n(31);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(0),o=n(2),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t]):r[t]&&r[t][e]}},function(t,e,n){var r=n(0),o=n(2),i=n(5),u=n(16),c=n(42),a=n(38),f=n(22),l=n(53).CONFIGURABLE,s=f.get,p=f.enforce,d=String(String).split("String");(t.exports=function(t,e,n,a){var f,s=!!a&&!!a.unsafe,h=!!a&&!!a.enumerable,y=!!a&&!!a.noTargetGet,v=a&&void 0!==a.name?a.name:e;o(n)&&("Symbol("===String(v).slice(0,7)&&(v="["+String(v).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(n,"name")||l&&n.name!==v)&&u(n,"name",v),(f=p(n)).source||(f.source=d.join("string"==typeof v?v:""))),t!==r?(s?!y&&t[e]&&(h=!0):delete t[e],h?t[e]=n:u(t,e,n)):h?t[e]=n:c(e,n)})(Function.prototype,"toString",(function(){return o(this)&&s(this).source||a(this)}))},function(t,e,n){var r=n(0),o=n(31),i=r.Object;t.exports=function(t){return i(o(t))}},function(t,e,n){var r=n(7),o=n(9),i=n(21);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(83);t.exports=function(t){return r(t.length)}},function(e,n){e.exports=t},function(t,e,n){var r,o=n(10),i=n(93),u=n(46),c=n(24),a=n(106),f=n(44),l=n(29),s=l("IE_PROTO"),p=function(){},d=function(t){return"<script>"+t+"<\/script>"},h=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},y=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,e;y="undefined"!=typeof document?document.domain&&r?h(r):((e=f("iframe")).style.display="none",a.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):h(r);for(var n=u.length;n--;)delete y.prototype[u[n]];return y()};c[s]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(p.prototype=o(t),n=new p,p.prototype=null,n[s]=t):n=y(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(1),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r,o,i,u=n(97),c=n(0),a=n(1),f=n(8),l=n(16),s=n(5),p=n(41),d=n(29),h=n(24),y=c.TypeError,v=c.WeakMap;if(u||p.state){var g=p.state||(p.state=new v),b=a(g.get),m=a(g.has),_=a(g.set);r=function(t,e){if(m(g,t))throw new y("Object already initialized");return e.facade=t,_(g,t,e),e},o=function(t){return b(g,t)||{}},i=function(t){return m(g,t)}}else{var x=d("state");h[x]=!0,r=function(t,e){if(s(t,x))throw new y("Object already initialized");return e.facade=t,l(t,x,e),e},o=function(t){return s(t,x)?t[x]:{}},i=function(t){return s(t,x)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!f(e)||(n=o(e)).type!==t)throw y("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(0),o=n(32),i=r.String;t.exports=function(t){if("Symbol"===o(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},function(t,e){t.exports={}},function(t,e,n){var r=n(7),o=n(11),i=n(61),u=n(21),c=n(12),a=n(26),f=n(5),l=n(63),s=Object.getOwnPropertyDescriptor;e.f=r?s:function(t,e){if(t=c(t),e=a(e),l)try{return s(t,e)}catch(t){}if(f(t,e))return u(!o(i.f,t,e),t[e])}},function(t,e,n){var r=n(91),o=n(40);t.exports=function(t){var e=r(t,"string");return o(e)?e:e+""}},function(t,e,n){var r=n(1);t.exports=r({}.isPrototypeOf)},function(t,e){t.exports=!1},function(t,e,n){var r=n(33),o=n(35),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,n){var r=n(0).TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},function(t,e,n){var r=n(0),o=n(43),i=n(2),u=n(20),c=n(4)("toStringTag"),a=r.Object,f="Arguments"==u(function(){return arguments}());t.exports=o?u:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=a(t),c))?n:f?u(e):"Object"==(r=u(e))&&i(e.callee)?"Arguments":r}},function(t,e,n){var r=n(28),o=n(41);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.3",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(20);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(1),o=0,i=Math.random(),u=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},function(t,e,n){var r=n(66),o=n(46).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(0),o=n(2),i=n(52),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},function(t,e,n){var r=n(1),o=n(2),i=n(41),u=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){var e=+t;return e!=e||0===e?0:(e>0?r:n)(e)}},function(t,e,n){var r=n(0),o=n(13),i=n(2),u=n(27),c=n(62),a=r.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var e=o("Symbol");return i(e)&&u(e.prototype,a(t))}},function(t,e,n){var r=n(0),o=n(42),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(0),o=Object.defineProperty;t.exports=function(t,e){try{o(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},function(t,e,n){var r={};r[n(4)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e,n){var r=n(0),o=n(8),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},function(t,e,n){var r=n(48),o=n(3);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(9).f,o=n(5),i=n(4)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r,o,i=n(0),u=n(86),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,l=f&&f.v8;l&&(o=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},function(t,e,n){var r=n(37);t.exports=function(t,e){var n=t[e];return null==n?void 0:r(n)}},function(t,e,n){"use strict";var r=n(26),o=n(9),i=n(21);t.exports=function(t,e,n){var u=r(e);u in t?o.f(t,u,i(0,n)):t[u]=n}},function(t,e,n){var r=n(0),o=n(1),i=n(3),u=n(20),c=r.Object,a=o("".split);t.exports=i((function(){return!c("z").propertyIsEnumerable(0)}))?function(t){return"String"==u(t)?a(t,""):c(t)}:c},function(t,e,n){var r=n(0).String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},function(t,e,n){var r=n(7),o=n(5),i=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!r||r&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},function(t,e,n){var r=n(39),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){var r=n(1),o=n(37),i=r(r.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?i(t,e):function(){return t.apply(e,arguments)}}},function(t,e,n){"use strict";var r=n(12),o=n(105),i=n(30),u=n(22),c=n(67),a=u.set,f=u.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){a(this,{type:"Array Iterator",target:r(t),index:0,kind:e})}),(function(){var t=f(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){var r=n(55),o=n(1),i=n(51),u=n(15),c=n(17),a=n(72),f=o([].push),l=function(t){var e=1==t,n=2==t,o=3==t,l=4==t,s=6==t,p=7==t,d=5==t||s;return function(h,y,v,g){for(var b,m,_=u(h),x=i(_),O=r(y,v),w=c(x),S=0,j=g||a,E=e?j(h,w):n||p?j(h,0):void 0;w>S;S++)if((d||S in x)&&(m=O(b=x[S],S,_),t))if(e)E[S]=m;else if(m)switch(t){case 3:return!0;case 5:return b;case 6:return S;case 2:f(E,b)}else switch(t){case 4:return!1;case 7:f(E,b)}return s?-1:o||l?l:E}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},function(t,e,n){var r=n(1),o=n(3),i=n(2),u=n(32),c=n(13),a=n(38),f=function(){},l=[],s=c("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(f),y=function(t){if(!i(t))return!1;try{return s(f,l,t),!0}catch(t){return!1}};t.exports=!s||o((function(){var t;return y(y.call)||!y(Object)||!y((function(){t=!0}))||t}))?function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,a(t))}:y},function(t,e,n){var r=n(66),o=n(46);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){var r=n(43),o=n(14),i=n(99);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(45);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){var r=n(7),o=n(3),i=n(44);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(0),o=n(5),i=n(2),u=n(15),c=n(29),a=n(102),f=c("IE_PROTO"),l=r.Object,s=l.prototype;t.exports=a?l.getPrototypeOf:function(t){var e=u(t);if(o(e,f))return e[f];var n=e.constructor;return i(n)&&e instanceof n?n.prototype:e instanceof l?s:null}},function(t,e,n){var r=n(1),o=n(5),i=n(12),u=n(89).indexOf,c=n(24),a=r([].push);t.exports=function(t,e){var n,r=i(t),f=0,l=[];for(n in r)!o(c,n)&&o(r,n)&&a(l,n);for(;e.length>f;)o(r,n=e[f++])&&(~u(l,n)||a(l,n));return l}},function(t,e,n){"use strict";var r=n(6),o=n(11),i=n(28),u=n(53),c=n(2),a=n(108),f=n(65),l=n(78),s=n(47),p=n(16),d=n(14),h=n(4),y=n(30),v=n(76),g=u.PROPER,b=u.CONFIGURABLE,m=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,x=h("iterator"),O=function(){return this};t.exports=function(t,e,n,u,h,v,w){a(n,e,u);var S,j,E,P=function(t){if(t===h&&N)return N;if(!_&&t in M)return M[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},k=e+" Iterator",R=!1,M=t.prototype,A=M[x]||M["@@iterator"]||h&&M[h],N=!_&&A||P(h),T="Array"==e&&M.entries||A;if(T&&(S=f(T.call(new t)))!==Object.prototype&&S.next&&(i||f(S)===m||(l?l(S,m):c(S[x])||d(S,x,O)),s(S,k,!0,!0),i&&(y[k]=O)),g&&"values"==h&&A&&"values"!==A.name&&(!i&&b?p(M,"name","values"):(R=!0,N=function(){return o(A,this)})),h)if(j={values:P("values"),keys:v?N:P("keys"),entries:P("entries")},w)for(E in j)(_||R||!(E in M))&&d(M,E,j[E]);else r({target:e,proto:!0,forced:_||R},j);return i&&!w||M[x]===N||d(M,x,N,{name:h}),y[e]=N,j}},function(t,e,n){var r=n(5),o=n(87),i=n(25),u=n(9);t.exports=function(t,e){for(var n=o(e),c=u.f,a=i.f,f=0;f<n.length;f++){var l=n[f];r(t,l)||c(t,l,a(e,l))}}},function(t,e,n){"use strict";var r=n(104).charAt,o=n(23),i=n(22),u=n(67),c=i.set,a=i.getterFor("String Iterator");u(String,"String",(function(t){c(this,{type:"String Iterator",string:o(t),index:0})}),(function(){var t,e=a(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,n){"use strict";var r=n(6),o=n(0),i=n(13),u=n(92),c=n(11),a=n(1),f=n(28),l=n(7),s=n(45),p=n(3),d=n(5),h=n(34),y=n(2),v=n(8),g=n(27),b=n(40),m=n(10),_=n(15),x=n(12),O=n(26),w=n(23),S=n(21),j=n(19),E=n(59),P=n(36),k=n(103),R=n(64),M=n(25),A=n(9),N=n(61),T=n(79),D=n(14),I=n(33),C=n(29),F=n(24),z=n(35),G=n(4),L=n(85),W=n(88),B=n(47),H=n(22),Y=n(57).forEach,X=C("hidden"),U=G("toPrimitive"),q=H.set,$=H.getterFor("Symbol"),V=Object.prototype,K=o.Symbol,J=K&&K.prototype,Q=o.TypeError,Z=o.QObject,tt=i("JSON","stringify"),et=M.f,nt=A.f,rt=k.f,ot=N.f,it=a([].push),ut=I("symbols"),ct=I("op-symbols"),at=I("string-to-symbol-registry"),ft=I("symbol-to-string-registry"),lt=I("wks"),st=!Z||!Z.prototype||!Z.prototype.findChild,pt=l&&p((function(){return 7!=j(nt({},"a",{get:function(){return nt(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=et(V,e);r&&delete V[e],nt(t,e,n),r&&t!==V&&nt(V,e,r)}:nt,dt=function(t,e){var n=ut[t]=j(J);return q(n,{type:"Symbol",tag:t,description:e}),l||(n.description=e),n},ht=function(t,e,n){t===V&&ht(ct,e,n),m(t);var r=O(e);return m(n),d(ut,r)?(n.enumerable?(d(t,X)&&t[X][r]&&(t[X][r]=!1),n=j(n,{enumerable:S(0,!1)})):(d(t,X)||nt(t,X,S(1,{})),t[X][r]=!0),pt(t,r,n)):nt(t,r,n)},yt=function(t,e){m(t);var n=x(e),r=E(n).concat(mt(n));return Y(r,(function(e){l&&!c(vt,n,e)||ht(t,e,n[e])})),t},vt=function(t){var e=O(t),n=c(ot,this,e);return!(this===V&&d(ut,e)&&!d(ct,e))&&(!(n||!d(this,e)||!d(ut,e)||d(this,X)&&this[X][e])||n)},gt=function(t,e){var n=x(t),r=O(e);if(n!==V||!d(ut,r)||d(ct,r)){var o=et(n,r);return!o||!d(ut,r)||d(n,X)&&n[X][r]||(o.enumerable=!0),o}},bt=function(t){var e=rt(x(t)),n=[];return Y(e,(function(t){d(ut,t)||d(F,t)||it(n,t)})),n},mt=function(t){var e=t===V,n=rt(e?ct:x(t)),r=[];return Y(n,(function(t){!d(ut,t)||e&&!d(V,t)||it(r,ut[t])})),r};(s||(D(J=(K=function(){if(g(J,this))throw Q("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?w(arguments[0]):void 0,e=z(t),n=function(t){this===V&&c(n,ct,t),d(this,X)&&d(this[X],e)&&(this[X][e]=!1),pt(this,e,S(1,t))};return l&&st&&pt(V,e,{configurable:!0,set:n}),dt(e,t)}).prototype,"toString",(function(){return $(this).tag})),D(K,"withoutSetter",(function(t){return dt(z(t),t)})),N.f=vt,A.f=ht,M.f=gt,P.f=k.f=bt,R.f=mt,L.f=function(t){return dt(G(t),t)},l&&(nt(J,"description",{configurable:!0,get:function(){return $(this).description}}),f||D(V,"propertyIsEnumerable",vt,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:K}),Y(E(lt),(function(t){W(t)})),r({target:"Symbol",stat:!0,forced:!s},{for:function(t){var e=w(t);if(d(at,e))return at[e];var n=K(e);return at[e]=n,ft[n]=e,n},keyFor:function(t){if(!b(t))throw Q(t+" is not a symbol");if(d(ft,t))return ft[t]},useSetter:function(){st=!0},useSimple:function(){st=!1}}),r({target:"Object",stat:!0,forced:!s,sham:!l},{create:function(t,e){return void 0===e?j(t):yt(j(t),e)},defineProperty:ht,defineProperties:yt,getOwnPropertyDescriptor:gt}),r({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:bt,getOwnPropertySymbols:mt}),r({target:"Object",stat:!0,forced:p((function(){R.f(1)}))},{getOwnPropertySymbols:function(t){return R.f(_(t))}}),tt)&&r({target:"JSON",stat:!0,forced:!s||p((function(){var t=K();return"[null]"!=tt([t])||"{}"!=tt({a:t})||"{}"!=tt(Object(t))}))},{stringify:function(t,e,n){var r=T(arguments),o=e;if((v(e)||void 0!==t)&&!b(t))return h(e)||(e=function(t,e){if(y(o)&&(e=c(o,this,t,e)),!b(e))return e}),r[1]=e,u(tt,null,r)}});if(!J[U]){var _t=J.valueOf;D(J,U,(function(t){return c(_t,this)}))}B(K,"Symbol"),F[X]=!0},function(t,e,n){var r=n(3),o=n(2),i=/#|\.prototype\./,u=function(t,e){var n=a[c(t)];return n==l||n!=f&&(o(e)?r(e):!!e)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",l=u.POLYFILL="P";t.exports=u},function(t,e,n){var r=n(98);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,n){var r=n(44)("span").classList,o=r&&r.constructor&&r.constructor.prototype;t.exports=o===Object.prototype?void 0:o},function(t,e,n){var r=n(0),o=n(73),i=n(74),u=n(56),c=n(16),a=n(4),f=a("iterator"),l=a("toStringTag"),s=u.values,p=function(t,e){if(t){if(t[f]!==s)try{c(t,f,s)}catch(e){t[f]=s}if(t[l]||c(t,l,e),o[e])for(var n in u)if(t[n]!==u[n])try{c(t,n,u[n])}catch(e){t[n]=u[n]}}};for(var d in o)p(r[d]&&r[d].prototype,d);p(i,"DOMTokenList")},function(t,e,n){"use strict";var r,o,i,u=n(3),c=n(2),a=n(19),f=n(65),l=n(14),s=n(4),p=n(28),d=s("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(r=o):h=!0),null==r||u((function(){var t={};return r[d].call(t)!==t}))?r={}:p&&(r=a(r)),c(r[d])||l(r,d,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},function(t,e,n){var r=n(6),o=n(7);r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:n(9).f})},function(t,e,n){var r=n(1),o=n(10),i=n(109);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return o(n),i(r),e?t(n,r):n.__proto__=r,n}}():void 0)},function(t,e,n){var r=n(1);t.exports=r([].slice)},function(t,e,n){"use strict";var r=n(6),o=n(7),i=n(0),u=n(1),c=n(5),a=n(2),f=n(27),l=n(23),s=n(9).f,p=n(68),d=i.Symbol,h=d&&d.prototype;if(o&&a(d)&&(!("description"in h)||void 0!==d().description)){var y={},v=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:l(arguments[0]),e=f(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(y[e]=!0),e};p(v,d),v.prototype=h,h.constructor=v;var g="Symbol(test)"==String(d("test")),b=u(h.toString),m=u(h.valueOf),_=/^Symbol\((.*)\)[^)]+$/,x=u("".replace),O=u("".slice);s(h,"description",{configurable:!0,get:function(){var t=m(this),e=b(t);if(c(y,t))return"";var n=g?O(e,7,-1):x(e,_,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:v})}},function(t,e,n){n(88)("iterator")},function(t,e,n){var r=n(3),o=n(4),i=n(48),u=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[u]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(39),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){"use strict";var r=n(57).forEach,o=n(90)("forEach");t.exports=o?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){var r=n(4);e.f=r},function(t,e,n){var r=n(13);t.exports=r("navigator","userAgent")||""},function(t,e,n){var r=n(13),o=n(1),i=n(36),u=n(64),c=n(10),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(c(t)),n=u.f;return n?a(e,n(t)):e}},function(t,e,n){var r=n(111),o=n(5),i=n(85),u=n(9).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||u(e,t,{value:i.f(t)})}},function(t,e,n){var r=n(12),o=n(54),i=n(17),u=function(t){return function(e,n,u){var c,a=r(e),f=i(a),l=o(u,f);if(t&&n!=n){for(;f>l;)if((c=a[l++])!=c)return!0}else for(;f>l;l++)if((t||l in a)&&a[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,e,n){"use strict";var r=n(3);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(0),o=n(11),i=n(8),u=n(40),c=n(49),a=n(96),f=n(4),l=r.TypeError,s=f("toPrimitive");t.exports=function(t,e){if(!i(t)||u(t))return t;var n,r=c(t,s);if(r){if(void 0===e&&(e="default"),n=o(r,t,e),!i(n)||u(n))return n;throw l("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},function(t,e){var n=Function.prototype,r=n.apply,o=n.bind,i=n.call;t.exports="object"==typeof Reflect&&Reflect.apply||(o?i.bind(r):function(){return i.apply(r,arguments)})},function(t,e,n){var r=n(7),o=n(9),i=n(10),u=n(12),c=n(59);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=u(e),a=c(e),f=a.length,l=0;f>l;)o.f(t,n=a[l++],r[n]);return t}},function(t,e,n){var r=n(32),o=n(49),i=n(30),u=n(4)("iterator");t.exports=function(t){if(null!=t)return o(t,u)||o(t,"@@iterator")||i[r(t)]}},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(0),o=n(11),i=n(2),u=n(8),c=r.TypeError;t.exports=function(t,e){var n,r;if("string"===e&&i(n=t.toString)&&!u(r=o(n,t)))return r;if(i(n=t.valueOf)&&!u(r=o(n,t)))return r;if("string"!==e&&i(n=t.toString)&&!u(r=o(n,t)))return r;throw c("Can't convert object to primitive value")}},function(t,e,n){var r=n(0),o=n(2),i=n(38),u=r.WeakMap;t.exports=o(u)&&/native code/.test(i(u))},function(t,e,n){var r=n(0),o=n(34),i=n(58),u=n(8),c=n(4)("species"),a=r.Array;t.exports=function(t){var e;return o(t)&&(e=t.constructor,(i(e)&&(e===a||o(e.prototype))||u(e)&&null===(e=e[c]))&&(e=void 0)),void 0===e?a:e}},function(t,e,n){"use strict";var r=n(43),o=n(32);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,n){"use strict";var r=n(6),o=n(84);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,n){var r=n(0),o=n(73),i=n(74),u=n(84),c=n(16),a=function(t){if(t&&t.forEach!==u)try{c(t,"forEach",u)}catch(e){t.forEach=u}};for(var f in o)o[f]&&a(r[f]&&r[f].prototype);a(i)},function(t,e,n){var r=n(3);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,n){var r=n(20),o=n(12),i=n(36).f,u=n(107),c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"Window"==r(t)?function(t){try{return i(t)}catch(t){return u(c)}}(t):i(o(t))}},function(t,e,n){var r=n(1),o=n(39),i=n(23),u=n(31),c=r("".charAt),a=r("".charCodeAt),f=r("".slice),l=function(t){return function(e,n){var r,l,s=i(u(e)),p=o(n),d=s.length;return p<0||p>=d?t?"":void 0:(r=a(s,p))<55296||r>56319||p+1===d||(l=a(s,p+1))<56320||l>57343?t?c(s,p):r:t?f(s,p,p+2):l-56320+(r-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},function(t,e,n){var r=n(4),o=n(19),i=n(9),u=r("unscopables"),c=Array.prototype;null==c[u]&&i.f(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},function(t,e,n){var r=n(13);t.exports=r("document","documentElement")},function(t,e,n){var r=n(0),o=n(54),i=n(17),u=n(50),c=r.Array,a=Math.max;t.exports=function(t,e,n){for(var r=i(t),f=o(e,r),l=o(void 0===n?r:n,r),s=c(a(l-f,0)),p=0;f<l;f++,p++)u(s,p,t[f]);return s.length=p,s}},function(t,e,n){"use strict";var r=n(76).IteratorPrototype,o=n(19),i=n(21),u=n(47),c=n(30),a=function(){return this};t.exports=function(t,e,n,f){var l=e+" Iterator";return t.prototype=o(r,{next:i(+!f,n)}),u(t,l,!1,!0),c[l]=a,t}},function(t,e,n){var r=n(0),o=n(2),i=r.String,u=r.TypeError;t.exports=function(t){if("object"==typeof t||o(t))return t;throw u("Can't set "+i(t)+" as a prototype")}},function(t,e,n){"use strict";var r,o,i=n(11),u=n(1),c=n(23),a=n(125),f=n(126),l=n(33),s=n(19),p=n(22).get,d=n(130),h=n(131),y=l("native-string-replace",String.prototype.replace),v=RegExp.prototype.exec,g=v,b=u("".charAt),m=u("".indexOf),_=u("".replace),x=u("".slice),O=(o=/b*/g,i(v,r=/a/,"a"),i(v,o,"a"),0!==r.lastIndex||0!==o.lastIndex),w=f.BROKEN_CARET,S=void 0!==/()??/.exec("")[1];(O||S||w||d||h)&&(g=function(t){var e,n,r,o,u,f,l,d=this,h=p(d),j=c(t),E=h.raw;if(E)return E.lastIndex=d.lastIndex,e=i(g,E,j),d.lastIndex=E.lastIndex,e;var P=h.groups,k=w&&d.sticky,R=i(a,d),M=d.source,A=0,N=j;if(k&&(R=_(R,"y",""),-1===m(R,"g")&&(R+="g"),N=x(j,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==b(j,d.lastIndex-1))&&(M="(?: "+M+")",N=" "+N,A++),n=new RegExp("^(?:"+M+")",R)),S&&(n=new RegExp("^"+M+"$(?!\\s)",R)),O&&(r=d.lastIndex),o=i(v,k?n:d,N),k?o?(o.input=x(o.input,A),o[0]=x(o[0],A),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:O&&o&&(d.lastIndex=d.global?o.index+o[0].length:r),S&&o&&o.length>1&&i(y,o[0],n,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o&&P)for(o.groups=f=s(null),u=0;u<P.length;u++)f[(l=P[u])[0]]=o[l[1]];return o}),t.exports=g},function(t,e,n){var r=n(0);t.exports=r},function(t,e,n){var r=n(4),o=n(30),i=r("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},function(t,e,n){var r=n(0),o=n(11),i=n(37),u=n(10),c=n(52),a=n(94),f=r.TypeError;t.exports=function(t,e){var n=arguments.length<2?a(t):e;if(i(n))return u(o(n,t));throw f(c(t)+" is not iterable")}},function(t,e,n){var r=n(11),o=n(10),i=n(49);t.exports=function(t,e,n){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===e)throw n;return n}u=r(u,t)}catch(t){c=!0,u=t}if("throw"===e)throw n;if(c)throw u;return o(u),n}},function(t,e,n){var r=n(4)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[r]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},function(t,e,n){"use strict";var r=n(6),o=n(0),i=n(3),u=n(34),c=n(8),a=n(15),f=n(17),l=n(50),s=n(72),p=n(82),d=n(4),h=n(48),y=d("isConcatSpreadable"),v=o.TypeError,g=h>=51||!i((function(){var t=[];return t[y]=!1,t.concat()[0]!==t})),b=p("concat"),m=function(t){if(!c(t))return!1;var e=t[y];return void 0!==e?!!e:u(t)};r({target:"Array",proto:!0,forced:!g||!b},{concat:function(t){var e,n,r,o,i,u=a(this),c=s(u,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(m(i=-1===e?u:arguments[e])){if(p+(o=f(i))>9007199254740991)throw v("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&l(c,p,i[n])}else{if(p>=9007199254740991)throw v("Maximum allowed index exceeded");l(c,p++,i)}return c.length=p,c}})},function(t,e,n){var r=n(6),o=n(3),i=n(12),u=n(25).f,c=n(7),a=o((function(){u(1)}));r({target:"Object",stat:!0,forced:!c||a,sham:!c},{getOwnPropertyDescriptor:function(t,e){return u(i(t),e)}})},function(t,e,n){"use strict";var r=n(6),o=n(110);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,n){n(6)({target:"Object",stat:!0},{setPrototypeOf:n(78)})},function(t,e,n){var r=n(6),o=n(3),i=n(15),u=n(65),c=n(102);r({target:"Object",stat:!0,forced:o((function(){u(1)})),sham:!c},{getPrototypeOf:function(t){return u(i(t))}})},function(t,e,n){var r=n(6),o=n(13),i=n(92),u=n(154),c=n(146),a=n(10),f=n(8),l=n(19),s=n(3),p=o("Reflect","construct"),d=Object.prototype,h=[].push,y=s((function(){function t(){}return!(p((function(){}),[],t)instanceof t)})),v=!s((function(){p((function(){}))})),g=y||v;r({target:"Reflect",stat:!0,forced:g,sham:g},{construct:function(t,e){c(t),a(e);var n=arguments.length<3?t:c(arguments[2]);if(v&&!y)return p(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return i(h,r,e),new(i(u,t,r))}var o=n.prototype,s=l(f(o)?o:d),g=i(t,s,e);return f(g)?g:s}})},function(t,e,n){n(6)({target:"Object",stat:!0,sham:!n(7)},{create:n(19)})},function(t,e,n){var r=n(0),o=n(55),i=n(11),u=n(10),c=n(52),a=n(112),f=n(17),l=n(27),s=n(113),p=n(94),d=n(114),h=r.TypeError,y=function(t,e){this.stopped=t,this.result=e},v=y.prototype;t.exports=function(t,e,n){var r,g,b,m,_,x,O,w=n&&n.that,S=!(!n||!n.AS_ENTRIES),j=!(!n||!n.IS_ITERATOR),E=!(!n||!n.INTERRUPTED),P=o(e,w),k=function(t){return r&&d(r,"normal",t),new y(!0,t)},R=function(t){return S?(u(t),E?P(t[0],t[1],k):P(t[0],t[1])):E?P(t,k):P(t)};if(j)r=t;else{if(!(g=p(t)))throw h(c(t)+" is not iterable");if(a(g)){for(b=0,m=f(t);m>b;b++)if((_=R(t[b]))&&l(v,_))return _;return new y(!1)}r=s(t,g)}for(x=r.next;!(O=i(x,r)).done;){try{_=R(O.value)}catch(t){d(r,"throw",t)}if("object"==typeof _&&_&&l(v,_))return _}return new y(!1)}},function(t,e,n){var r=n(0),o=n(27),i=r.TypeError;t.exports=function(t,e){if(o(e,t))return t;throw i("Incorrect invocation")}},function(t,e,n){"use strict";var r=n(10);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(3),o=n(0).RegExp,i=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),u=i||r((function(){return!o("a","y").sticky})),c=i||r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:c,MISSED_STICKY:u,UNSUPPORTED_Y:i}},function(t,e,n){var r=n(6),o=n(1),i=n(24),u=n(8),c=n(5),a=n(9).f,f=n(36),l=n(103),s=n(149),p=n(35),d=n(151),h=!1,y=p("meta"),v=0,g=function(t){a(t,y,{value:{objectID:"O"+v++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},h=!0;var t=f.f,e=o([].splice),n={};n[y]=1,t(n).length&&(f.f=function(n){for(var r=t(n),o=0,i=r.length;o<i;o++)if(r[o]===y){e(r,o,1);break}return r},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:l.f}))},fastKey:function(t,e){if(!u(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!c(t,y)){if(!s(t))return"F";if(!e)return"E";g(t)}return t[y].objectID},getWeakData:function(t,e){if(!c(t,y)){if(!s(t))return!0;if(!e)return!1;g(t)}return t[y].weakData},onFreeze:function(t){return d&&h&&s(t)&&!c(t,y)&&g(t),t}};i[y]=!0},function(t,e,n){var r=n(2),o=n(8),i=n(78);t.exports=function(t,e,n){var u,c;return i&&r(u=e.constructor)&&u!==n&&o(c=u.prototype)&&c!==n.prototype&&i(t,c),t}},function(t,e,n){var r=n(6),o=n(15),i=n(59);r({target:"Object",stat:!0,forced:n(3)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},function(t,e,n){var r=n(3),o=n(0).RegExp;t.exports=r((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,e,n){var r=n(3),o=n(0).RegExp;t.exports=r((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},function(t,e,n){var r=n(6),o=n(133);r({target:"Array",stat:!0,forced:!n(115)((function(t){Array.from(t)}))},{from:o})},function(t,e,n){"use strict";var r=n(0),o=n(55),i=n(11),u=n(15),c=n(134),a=n(112),f=n(58),l=n(17),s=n(50),p=n(113),d=n(94),h=r.Array;t.exports=function(t){var e=u(t),n=f(this),r=arguments.length,y=r>1?arguments[1]:void 0,v=void 0!==y;v&&(y=o(y,r>2?arguments[2]:void 0));var g,b,m,_,x,O,w=d(e),S=0;if(!w||this==h&&a(w))for(g=l(e),b=n?new this(g):h(g);g>S;S++)O=v?y(e[S],S):e[S],s(b,S,O);else for(x=(_=p(e,w)).next,b=n?new this:[];!(m=i(x,_)).done;S++)O=v?c(_,y,[m.value,S],!0):m.value,s(b,S,O);return b.length=S,b}},function(t,e,n){var r=n(10),o=n(114);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){o(t,"throw",e)}}},function(t,e,n){"use strict";var r=n(6),o=n(57).filter;r({target:"Array",proto:!0,forced:!n(82)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(6),o=n(7),i=n(87),u=n(12),c=n(25),a=n(50);r({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,n,r=u(t),o=c.f,f=i(r),l={},s=0;f.length>s;)void 0!==(n=o(r,e=f[s++]))&&a(l,e,n);return l}})},function(t,e,n){var r=n(6),o=n(7);r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperties:n(93)})},function(t,e,n){n(6)({target:"Array",stat:!0},{isArray:n(34)})},function(t,e,n){"use strict";var r=n(6),o=n(0),i=n(34),u=n(58),c=n(8),a=n(54),f=n(17),l=n(12),s=n(50),p=n(4),d=n(82),h=n(79),y=d("slice"),v=p("species"),g=o.Array,b=Math.max;r({target:"Array",proto:!0,forced:!y},{slice:function(t,e){var n,r,o,p=l(this),d=f(p),y=a(t,d),m=a(void 0===e?d:e,d);if(i(p)&&(n=p.constructor,(u(n)&&(n===g||i(n.prototype))||c(n)&&null===(n=n[v]))&&(n=void 0),n===g||void 0===n))return h(p,y,m);for(r=new(void 0===n?g:n)(b(m-y,0)),o=0;y<m;y++,o++)y in p&&s(r,o,p[y]);return r.length=o,r}})},function(t,e,n){var r=n(7),o=n(53).EXISTS,i=n(1),u=n(9).f,c=Function.prototype,a=i(c.toString),f=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,l=i(f.exec);r&&!o&&u(c,"name",{configurable:!0,get:function(){try{return l(f,a(this))[1]}catch(t){return""}}})},function(t,e,n){"use strict";var r=n(6),o=n(0),i=n(1),u=n(71),c=n(14),a=n(127),f=n(123),l=n(124),s=n(2),p=n(8),d=n(3),h=n(115),y=n(47),v=n(128);t.exports=function(t,e,n){var g=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),m=g?"set":"add",_=o[t],x=_&&_.prototype,O=_,w={},S=function(t){var e=i(x[t]);c(x,t,"add"==t?function(t){return e(this,0===t?0:t),this}:"delete"==t?function(t){return!(b&&!p(t))&&e(this,0===t?0:t)}:"get"==t?function(t){return b&&!p(t)?void 0:e(this,0===t?0:t)}:"has"==t?function(t){return!(b&&!p(t))&&e(this,0===t?0:t)}:function(t,n){return e(this,0===t?0:t,n),this})};if(u(t,!s(_)||!(b||x.forEach&&!d((function(){(new _).entries().next()})))))O=n.getConstructor(e,t,g,m),a.enable();else if(u(t,!0)){var j=new O,E=j[m](b?{}:-0,1)!=j,P=d((function(){j.has(1)})),k=h((function(t){new _(t)})),R=!b&&d((function(){for(var t=new _,e=5;e--;)t[m](e,e);return!t.has(-0)}));k||((O=e((function(t,e){l(t,x);var n=v(new _,t,O);return null!=e&&f(e,n[m],{that:n,AS_ENTRIES:g}),n}))).prototype=x,x.constructor=O),(P||R)&&(S("delete"),S("has"),g&&S("get")),(R||E)&&S(m),b&&x.clear&&delete x.clear}return w[t]=O,r({global:!0,forced:O!=_},w),y(O,t),b||n.setStrong(O,t,g),O}},function(t,e,n){"use strict";var r=n(9).f,o=n(19),i=n(143),u=n(55),c=n(124),a=n(123),f=n(67),l=n(144),s=n(7),p=n(127).fastKey,d=n(22),h=d.set,y=d.getterFor;t.exports={getConstructor:function(t,e,n,f){var l=t((function(t,r){c(t,d),h(t,{type:e,index:o(null),first:void 0,last:void 0,size:0}),s||(t.size=0),null!=r&&a(r,t[f],{that:t,AS_ENTRIES:n})})),d=l.prototype,v=y(e),g=function(t,e,n){var r,o,i=v(t),u=b(t,e);return u?u.value=n:(i.last=u={index:o=p(e,!0),key:e,value:n,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=u),r&&(r.next=u),s?i.size++:t.size++,"F"!==o&&(i.index[o]=u)),t},b=function(t,e){var n,r=v(t),o=p(e);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==e)return n};return i(d,{clear:function(){for(var t=v(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,s?t.size=0:this.size=0},delete:function(t){var e=v(this),n=b(this,t);if(n){var r=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=r),r&&(r.previous=o),e.first==n&&(e.first=r),e.last==n&&(e.last=o),s?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=v(this),r=u(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!b(this,t)}}),i(d,n?{get:function(t){var e=b(this,t);return e&&e.value},set:function(t,e){return g(this,0===t?0:t,e)}}:{add:function(t){return g(this,t=0===t?0:t,t)}}),s&&r(d,"size",{get:function(){return v(this).size}}),l},setStrong:function(t,e,n){var r=e+" Iterator",o=y(e),i=y(r);f(t,e,(function(t,e){h(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),l(e)}}},function(t,e,n){var r=n(14);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){"use strict";var r=n(13),o=n(9),i=n(4),u=n(7),c=i("species");t.exports=function(t){var e=r(t),n=o.f;u&&e&&!e[c]&&n(e,c,{configurable:!0,get:function(){return this}})}},,function(t,e,n){var r=n(0),o=n(58),i=n(52),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a constructor")}},,function(t,e,n){"use strict";n(141)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(142))},function(t,e,n){var r=n(3),o=n(8),i=n(20),u=n(150),c=Object.isExtensible,a=r((function(){c(1)}));t.exports=a||u?function(t){return!!o(t)&&((!u||"ArrayBuffer"!=i(t))&&(!c||c(t)))}:c},function(t,e,n){var r=n(3);t.exports=r((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},function(t,e,n){var r=n(3);t.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(t,e,n){var r=n(6),o=n(11),i=n(8),u=n(10),c=n(172),a=n(25),f=n(65);r({target:"Reflect",stat:!0},{get:function t(e,n){var r,l,s=arguments.length<3?e:arguments[2];return u(e)===s?e[n]:(r=a.f(e,n))?c(r)?r.value:void 0===r.get?void 0:o(r.get,s):i(l=f(e))?t(l,n,s):void 0}})},function(t,e,n){"use strict";var r=n(6),o=n(57).map;r({target:"Array",proto:!0,forced:!n(82)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),o=n(1),i=n(37),u=n(8),c=n(5),a=n(79),f=r.Function,l=o([].concat),s=o([].join),p={},d=function(t,e,n){if(!c(p,e)){for(var r=[],o=0;o<e;o++)r[o]="a["+o+"]";p[e]=f("C,a","return new C("+s(r,",")+")")}return p[e](t,n)};t.exports=f.bind||function(t){var e=i(this),n=e.prototype,r=a(arguments,1),o=function(){var n=l(r,a(arguments));return this instanceof o?d(e,n.length,n):e.apply(t,n)};return u(n)&&(o.prototype=n),o}},,,,,function(t,e,n){var r=n(6),o=n(166);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,n){"use strict";var r=n(6),o=n(1),i=n(51),u=n(12),c=n(90),a=o([].join),f=i!=Object,l=c("join",",");r({target:"Array",proto:!0,forced:f||!l},{join:function(t){return a(u(this),void 0===t?",":t)}})},,,,,,function(t,e,n){"use strict";var r=n(7),o=n(1),i=n(11),u=n(3),c=n(59),a=n(64),f=n(61),l=n(15),s=n(51),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||u((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=p({},t)[n]||"abcdefghijklmnopqrst"!=c(p({},e)).join("")}))?function(t,e){for(var n=l(t),o=arguments.length,u=1,p=a.f,d=f.f;o>u;)for(var y,v=s(arguments[u++]),g=p?h(c(v),p(v)):c(v),b=g.length,m=0;b>m;)y=g[m++],r&&!i(d,v,y)||(n[y]=v[y]);return n}:p},,,,,,function(t,e,n){var r=n(5);t.exports=function(t){return void 0!==t&&(r(t,"value")||r(t,"writable"))}},function(t,e,n){"use strict";n.r(e),n.d(e,"NodeResize",(function(){return xe})),n.d(e,"RectResize",(function(){return Pt})),n.d(e,"EllipseResize",(function(){return Bt})),n.d(e,"DiamondResize",(function(){return ie})),n.d(e,"HtmlResize",(function(){return _e}));n(116),n(77),n(119),n(120),n(60),n(121),n(122),n(152),n(117),n(70),n(80),n(81),n(56),n(69),n(75);var r,o,i,u,c,a,f=n(18),l=(n(153),n(159),{}),s=[],p=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function d(t,e){for(var n in e)t[n]=e[n];return t}function h(t){var e=t.parentNode;e&&e.removeChild(t)}function y(t,e,n){var o,i,u,c={};for(u in e)"key"==u?o=e[u]:"ref"==u?i=e[u]:c[u]=e[u];if(arguments.length>2&&(c.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof t&&null!=t.defaultProps)for(u in t.defaultProps)void 0===c[u]&&(c[u]=t.defaultProps[u]);return v(t,c,o,i,null)}function v(t,e,n,r,u){var c={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==u?++i:u};return null==u&&null!=o.vnode&&o.vnode(c),c}function g(t){return t.children}function b(t,e){this.props=t,this.context=e}function m(t,e){if(null==e)return t.__?m(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e<t.__k.length;e++)if(null!=(n=t.__k[e])&&null!=n.__e)return n.__e;return"function"==typeof t.type?m(t):null}function _(t){var e,n;if(null!=(t=t.__)&&null!=t.__c){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if(null!=(n=t.__k[e])&&null!=n.__e){t.__e=t.__c.base=n.__e;break}return _(t)}}function x(t){(!t.__d&&(t.__d=!0)&&u.push(t)&&!O.__r++||a!==o.debounceRendering)&&((a=o.debounceRendering)||c)(O)}function O(){for(var t;O.__r=u.length;)t=u.sort((function(t,e){return t.__v.__b-e.__v.__b})),u=[],t.some((function(t){var e,n,r,o,i,u;t.__d&&(i=(o=(e=t).__v).__e,(u=e.__P)&&(n=[],(r=d({},o)).__v=o.__v+1,M(u,o,r,e.__n,void 0!==u.ownerSVGElement,null!=o.__h?[i]:null,n,null==i?m(o):i,o.__h),A(n,o),o.__e!=i&&_(o)))}))}function w(t,e,n,r,o,i,u,c,a,f){var p,d,h,y,b,_,x,O=r&&r.__k||s,w=O.length;for(n.__k=[],p=0;p<e.length;p++)if(null!=(y=n.__k[p]=null==(y=e[p])||"boolean"==typeof y?null:"string"==typeof y||"number"==typeof y||"bigint"==typeof y?v(null,y,null,null,y):Array.isArray(y)?v(g,{children:y},null,null,null):y.__b>0?v(y.type,y.props,y.key,null,y.__v):y)){if(y.__=n,y.__b=n.__b+1,null===(h=O[p])||h&&y.key==h.key&&y.type===h.type)O[p]=void 0;else for(d=0;d<w;d++){if((h=O[d])&&y.key==h.key&&y.type===h.type){O[d]=void 0;break}h=null}M(t,y,h=h||l,o,i,u,c,a,f),b=y.__e,(d=y.ref)&&h.ref!=d&&(x||(x=[]),h.ref&&x.push(h.ref,null,y),x.push(d,y.__c||b,y)),null!=b?(null==_&&(_=b),"function"==typeof y.type&&y.__k===h.__k?y.__d=a=S(y,a,t):a=j(t,y,h,O,b,a),"function"==typeof n.type&&(n.__d=a)):a&&h.__e==a&&a.parentNode!=t&&(a=m(h))}for(n.__e=_,p=w;p--;)null!=O[p]&&("function"==typeof n.type&&null!=O[p].__e&&O[p].__e==n.__d&&(n.__d=m(r,p+1)),D(O[p],O[p]));if(x)for(p=0;p<x.length;p++)T(x[p],x[++p],x[++p])}function S(t,e,n){for(var r,o=t.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=t,e="function"==typeof r.type?S(r,e,n):j(n,r,r,o,r.__e,e));return e}function j(t,e,n,r,o,i){var u,c,a;if(void 0!==e.__d)u=e.__d,e.__d=void 0;else if(null==n||o!=i||null==o.parentNode)t:if(null==i||i.parentNode!==t)t.appendChild(o),u=null;else{for(c=i,a=0;(c=c.nextSibling)&&a<r.length;a+=2)if(c==o)break t;t.insertBefore(o,i),u=i}return void 0!==u?u:o.nextSibling}function E(t,e,n){"-"===e[0]?t.setProperty(e,n):t[e]=null==n?"":"number"!=typeof n||p.test(e)?n:n+"px"}function P(t,e,n,r,o){var i;t:if("style"===e)if("string"==typeof n)t.style.cssText=n;else{if("string"==typeof r&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||E(t.style,e,"");if(n)for(e in n)r&&n[e]===r[e]||E(t.style,e,n[e])}else if("o"===e[0]&&"n"===e[1])i=e!==(e=e.replace(/Capture$/,"")),e=e.toLowerCase()in t?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+i]=n,n?r||t.addEventListener(e,i?R:k,i):t.removeEventListener(e,i?R:k,i);else if("dangerouslySetInnerHTML"!==e){if(o)e=e.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==e&&"list"!==e&&"form"!==e&&"tabIndex"!==e&&"download"!==e&&e in t)try{t[e]=null==n?"":n;break t}catch(t){}"function"==typeof n||(null!=n&&(!1!==n||"a"===e[0]&&"r"===e[1])?t.setAttribute(e,n):t.removeAttribute(e))}}function k(t){this.l[t.type+!1](o.event?o.event(t):t)}function R(t){this.l[t.type+!0](o.event?o.event(t):t)}function M(t,e,n,r,i,u,c,a,f){var l,s,p,h,y,v,m,_,x,O,S,j=e.type;if(void 0!==e.constructor)return null;null!=n.__h&&(f=n.__h,a=e.__e=n.__e,e.__h=null,u=[a]),(l=o.__b)&&l(e);try{t:if("function"==typeof j){if(_=e.props,x=(l=j.contextType)&&r[l.__c],O=l?x?x.props.value:l.__:r,n.__c?m=(s=e.__c=n.__c).__=s.__E:("prototype"in j&&j.prototype.render?e.__c=s=new j(_,O):(e.__c=s=new b(_,O),s.constructor=j,s.render=I),x&&x.sub(s),s.props=_,s.state||(s.state={}),s.context=O,s.__n=r,p=s.__d=!0,s.__h=[]),null==s.__s&&(s.__s=s.state),null!=j.getDerivedStateFromProps&&(s.__s==s.state&&(s.__s=d({},s.__s)),d(s.__s,j.getDerivedStateFromProps(_,s.__s))),h=s.props,y=s.state,p)null==j.getDerivedStateFromProps&&null!=s.componentWillMount&&s.componentWillMount(),null!=s.componentDidMount&&s.__h.push(s.componentDidMount);else{if(null==j.getDerivedStateFromProps&&_!==h&&null!=s.componentWillReceiveProps&&s.componentWillReceiveProps(_,O),!s.__e&&null!=s.shouldComponentUpdate&&!1===s.shouldComponentUpdate(_,s.__s,O)||e.__v===n.__v){s.props=_,s.state=s.__s,e.__v!==n.__v&&(s.__d=!1),s.__v=e,e.__e=n.__e,e.__k=n.__k,e.__k.forEach((function(t){t&&(t.__=e)})),s.__h.length&&c.push(s);break t}null!=s.componentWillUpdate&&s.componentWillUpdate(_,s.__s,O),null!=s.componentDidUpdate&&s.__h.push((function(){s.componentDidUpdate(h,y,v)}))}s.context=O,s.props=_,s.state=s.__s,(l=o.__r)&&l(e),s.__d=!1,s.__v=e,s.__P=t,l=s.render(s.props,s.state,s.context),s.state=s.__s,null!=s.getChildContext&&(r=d(d({},r),s.getChildContext())),p||null==s.getSnapshotBeforeUpdate||(v=s.getSnapshotBeforeUpdate(h,y)),S=null!=l&&l.type===g&&null==l.key?l.props.children:l,w(t,Array.isArray(S)?S:[S],e,n,r,i,u,c,a,f),s.base=e.__e,e.__h=null,s.__h.length&&c.push(s),m&&(s.__E=s.__=null),s.__e=!1}else null==u&&e.__v===n.__v?(e.__k=n.__k,e.__e=n.__e):e.__e=N(n.__e,e,n,r,i,u,c,f);(l=o.diffed)&&l(e)}catch(t){e.__v=null,(f||null!=u)&&(e.__e=a,e.__h=!!f,u[u.indexOf(a)]=null),o.__e(t,e,n)}}function A(t,e){o.__c&&o.__c(e,t),t.some((function(e){try{t=e.__h,e.__h=[],t.some((function(t){t.call(e)}))}catch(t){o.__e(t,e.__v)}}))}function N(t,e,n,o,i,u,c,a){var f,s,p,d=n.props,y=e.props,v=e.type,g=0;if("svg"===v&&(i=!0),null!=u)for(;g<u.length;g++)if((f=u[g])&&"setAttribute"in f==!!v&&(v?f.localName===v:3===f.nodeType)){t=f,u[g]=null;break}if(null==t){if(null===v)return document.createTextNode(y);t=i?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),u=null,a=!1}if(null===v)d===y||a&&t.data===y||(t.data=y);else{if(u=u&&r.call(t.childNodes),s=(d=n.props||l).dangerouslySetInnerHTML,p=y.dangerouslySetInnerHTML,!a){if(null!=u)for(d={},g=0;g<t.attributes.length;g++)d[t.attributes[g].name]=t.attributes[g].value;(p||s)&&(p&&(s&&p.__html==s.__html||p.__html===t.innerHTML)||(t.innerHTML=p&&p.__html||""))}if(function(t,e,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in e||P(t,i,null,n[i],r);for(i in e)o&&"function"!=typeof e[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===e[i]||P(t,i,e[i],n[i],r)}(t,y,d,i,a),p)e.__k=[];else if(g=e.props.children,w(t,Array.isArray(g)?g:[g],e,n,o,i&&"foreignObject"!==v,u,c,u?u[0]:n.__k&&m(n,0),a),null!=u)for(g=u.length;g--;)null!=u[g]&&h(u[g]);a||("value"in y&&void 0!==(g=y.value)&&(g!==d.value||g!==t.value||"progress"===v&&!g)&&P(t,"value",g,d.value,!1),"checked"in y&&void 0!==(g=y.checked)&&g!==t.checked&&P(t,"checked",g,d.checked,!1))}return t}function T(t,e,n){try{"function"==typeof t?t(e):t.current=e}catch(t){o.__e(t,n)}}function D(t,e,n){var r,i;if(o.unmount&&o.unmount(t),(r=t.ref)&&(r.current&&r.current!==t.__e||T(r,null,e)),null!=(r=t.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(t){o.__e(t,e)}r.base=r.__P=null}if(r=t.__k)for(i=0;i<r.length;i++)r[i]&&D(r[i],e,"function"!=typeof t.type);n||null==t.__e||h(t.__e),t.__e=t.__d=void 0}function I(t,e,n){return this.constructor(t,n)}r=s.slice,o={__e:function(t,e){for(var n,r,o;e=e.__;)if((n=e.__c)&&!n.__)try{if((r=n.constructor)&&null!=r.getDerivedStateFromError&&(n.setState(r.getDerivedStateFromError(t)),o=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(t),o=n.__d),o)return n.__E=n}catch(e){t=e}throw t}},i=0,b.prototype.setState=function(t,e){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=d({},this.state),"function"==typeof t&&(t=t(d({},n),this.props)),t&&d(n,t),null!=t&&this.__v&&(e&&this.__h.push(e),x(this))},b.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),x(this))},b.prototype.render=g,u=[],c="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,O.__r=0;var C;n(100),n(101),n(129),n(135),n(136),n(137);function F(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?F(Object(n),!0).forEach((function(e){G(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):F(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function G(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function L(t){var e=t.x,n=t.y,r=t.width,o=t.height,i=t.radius,u=t.className,c=e-r/2,a=n-o/2,l=z(z({width:10,height:10,cx:0,cy:0,rx:i||0,ry:i||0,fill:"transparent",fillOpacity:1,strokeWidth:"1px",stroke:"#000",strokeOpacity:1,className:"lf-basic-shape ".concat(u)},t),{},{x:c,y:a});return Object(f.h)("rect",l)}function W(t){var e=t.x,n=t.y,r=t.width,o=t.height;return{minX:e-r/2,minY:n-o/2,maxX:e+r/2,maxY:n+o/2}}function B(t){var e=W(t),n=t.radius,r=e.minX,o=e.minY,i=e.maxX,u=e.maxY;return[{x:r+n,y:o+n},{x:i-n,y:o+n},{x:i-n,y:u-n},{x:r+n,y:u-n}]}function H(t){var e=t.point,n=t.beforeNode,r=t.afterNode,o=e.x,i=e.y,u={x:o,y:i},c=n.radius,a=W(n),f=W(r);if(o===a.minX){u.x=f.minX;var l=(i-n.y)/(n.height/2-c);u.y=l?r.y+(r.height/2-c)*l:r.y}else if(o===a.maxX){u.x=f.maxX;var s=(i-n.y)/(n.height/2-c);u.y=s?r.y+(r.height/2-c)*s:r.y}else if(i===a.minY){u.y=f.minY;var p=(o-n.x)/(n.width/2-c);u.x=p?r.x+(r.width/2-c)*p:r.x}else if(i===a.maxY){u.y=f.maxY;var d=(o-n.x)/(n.width/2-c);u.x=d?r.x+(r.width/2-c)*d:r.x}else{var h=B(n),y=B(r),v=W(n),g=v.minX,b=v.minY,m=v.maxX,_=v.maxY,x=-1;if(o-g<c&&i-b<c?x=0:m-o<c&&i-b<c?x=1:m-o<c&&_-i<c?x=2:o-g<c&&b-i<c&&(x=3),x>-1){var O=Math.atan2(i-h[x].y,o-h[x].x);u.x=y[x].x+c*Math.cos(O),u.y=y[x].y+c*Math.sin(O)}}return u}function Y(t){var e,n,r=t.point,o=t.beforeNode,i=t.afterNode,u=i.rx,c=i.ry,a=(r.y-o.y)/(r.x-o.x),f=u,l=c;return a>=1/0?(e=0,n=l):a<=-1/0?(e=0,n=-l):r.x-o.x>0?(e=f*l/Math.sqrt(l*l+f*f*a*a),n=f*l*a/Math.sqrt(l*l+f*f*a*a)):(e=-f*l/Math.sqrt(l*l+f*f*a*a),n=-f*l*a/Math.sqrt(l*l+f*f*a*a)),{x:e+i.x,y:n+i.y}}function X(t){var e,n=t.point,r=t.beforeNode,o=t.afterNode,i=n.x-r.x,u=n.y-r.y,c=r.rx,a=r.ry,f=Math.sqrt((c-Math.abs(i))*(c-Math.abs(i))+u*u)/Math.sqrt(c*c+a*a),l=o.rx,s=o.ry,p=Math.sqrt((l*l+s*s)*f*f*(l*l/(l*l+s*s))),d=p*(s/l);return e=u>0?d:-d,{x:(i>=0?l-p:p-l)+o.x,y:e+o.y}}function U(t){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function q(){return(q=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function V(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?$(Object(n),!0).forEach((function(e){nt(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):$(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function K(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function J(t,e){return(J=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Q(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=et(t);if(e){var o=et(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Z(this,n)}}function Z(t,e){if(e&&("object"===U(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return tt(t)}function tt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function et(t){return(et=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function nt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}L.defaultProps={radius:0,stroke:"",strokeDasharray:"",className:""},function(t){t.NODE="node",t.CIRCLE_NODE="circle-node",t.POLYGON_NODE="polygon-node",t.RECT_NODE="rect-node",t.HTML_NODE="html-node",t.TEXT_NODE="text-node",t.ELLIPSE_NODE="ellipse-node",t.DIAMOND_NODE="diamond-node",t.EDGE="edge",t.LINE_EDGE="line-edge",t.POLYLINE_EDGE="polyline-edge",t.BEZIER_EDGE="bezier-edge",t.GRAPH="graph"}(C||(C={}));var rt=f.LogicFlowUtil.createDrag,ot=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&J(t,e)}(i,t);var e,n,r,o=Q(i);function i(t){var e;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),nt(tt(e=o.call(this)),"updatePosition",(function(t){var n=t.deltaX,r=t.deltaY,o=e.nodeModel,i=o.x,u=o.y;e.nodeModel.x=i+n/2,e.nodeModel.y=u+r/2,e.nodeModel.moveText(n/2,r/2)})),nt(tt(e),"getResize",(function(t){var e=t.index,n=t.deltaX,r=t.deltaY,o=t.width,i=t.height,u=t.pct,c=void 0===u?1:u,a={width:o,height:i};switch(e){case 0:a.width=o-n*c,a.height=i-r*c;break;case 1:a.width=o+n*c,a.height=i-r*c;break;case 2:a.width=o+n,a.height=i+r*c;break;case 3:a.width=o-n*c,a.height=i+r*c}return a})),nt(tt(e),"updateRect",(function(t){var n=t.deltaX,r=t.deltaY,o=e.nodeModel,i=o.id,u=o.x,c=o.y,a=o.width,f=o.height,l=o.radius,s=tt(e).index,p=e.getResize({index:s,deltaX:n,deltaY:r,width:a,height:f,pct:1}),d=e.nodeModel,h=d.minWidth,y=d.minHeight,v=d.maxWidth,g=d.maxHeight;if(!(p.width<h||p.width>v||p.height<y||p.height>g)){e.updatePosition({deltaX:n,deltaY:r}),e.nodeModel.width=p.width,e.nodeModel.height=p.height,e.nodeModel.setProperties({nodeSize:{width:p.width,height:p.height}});var b,m=e.getNodeEdges(i),_={x:u,y:c,width:a,height:f,radius:l},x={x:e.nodeModel.x,y:e.nodeModel.y,width:e.nodeModel.width,height:e.nodeModel.height,radius:l},O={point:"",beforeNode:_,afterNode:x};m.sourceEdges.forEach((function(t){O.point=t.startPoint,b=H(O),t.updateStartPoint(b)})),m.targetEdges.forEach((function(t){O.point=t.endPoint,b=H(O),t.updateEndPoint(b)})),e.eventEmit({beforeNode:_,afterNode:x})}})),nt(tt(e),"updateEllipse",(function(t){var n=t.deltaX,r=t.deltaY,o=e.nodeModel,i=o.id,u=o.rx,c=o.ry,a=o.x,f=o.y,l=tt(e).index,s=u,p=c,d=e.getResize({index:l,deltaX:n,deltaY:r,width:s,height:p,pct:.5}),h=e.nodeModel,y=h.minWidth,v=h.minHeight,g=h.maxWidth,b=h.maxHeight;if(!(d.width<y/2||d.width>g/2||d.height<v/2||d.height>b/2)){e.updatePosition({deltaX:n,deltaY:r}),e.nodeModel.rx=d.width,e.nodeModel.ry=d.height,e.nodeModel.setProperties({nodeSize:{rx:d.width,ry:d.height}});var m,_=e.getNodeEdges(i),x={x:a,y:f},O={rx:d.width,ry:d.height,x:e.nodeModel.x,y:e.nodeModel.y},w={point:{},beforeNode:x,afterNode:O};_.sourceEdges.forEach((function(t){w.point=t.startPoint,m=Y(w),t.updateStartPoint(m)})),_.targetEdges.forEach((function(t){w.point=t.endPoint,m=Y(w),t.updateEndPoint(m)})),e.eventEmit({beforeNode:V(V({},x),{},{rx:u,ry:c}),afterNode:O})}})),nt(tt(e),"updateDiamond",(function(t){var n=t.deltaX,r=t.deltaY,o=e.nodeModel,i=o.id,u=o.rx,c=o.ry,a=o.x,f=o.y,l=tt(e).index,s=u,p=c,d=e.getResize({index:l,deltaX:n,deltaY:r,width:s,height:p,pct:.5}),h=e.nodeModel,y=h.minWidth,v=h.minHeight,g=h.maxWidth,b=h.maxHeight;if(!(d.width<y/2||d.width>g/2||d.height<v/2||d.height>b/2)){e.updatePosition({deltaX:n,deltaY:r}),e.nodeModel.rx=d.width,e.nodeModel.ry=d.height,e.nodeModel.setProperties({nodeSize:{rx:d.width,ry:d.height}});var m,_={x:a,y:f,rx:u,ry:c},x={rx:d.width,ry:d.height,x:e.nodeModel.x,y:e.nodeModel.y},O={point:{},beforeNode:_,afterNode:x},w=e.getNodeEdges(i);w.sourceEdges.forEach((function(t){O.point=t.startPoint,m=X(O),t.updateStartPoint(m)})),w.targetEdges.forEach((function(t){O.point=t.endPoint,m=X(O),t.updateEndPoint(m)})),e.eventEmit({beforeNode:_,afterNode:x})}})),nt(tt(e),"eventEmit",(function(t){var n=t.beforeNode,r=t.afterNode,o=e.nodeModel,i=o.id,u=o.modelType,c=o.type,a=V({id:i,modelType:u,type:c},n),f=V({id:i,modelType:u,type:c},r);e.graphModel.eventCenter.emit("node:resize",{oldNodeSize:a,newNodeSize:f})})),nt(tt(e),"onDraging",(function(t){var n=t.deltaX,r=t.deltaY,o=e.nodeModel.modelType;o===C.RECT_NODE||o===C.HTML_NODE?e.updateRect({deltaX:n,deltaY:r}):o===C.ELLIPSE_NODE?e.updateEllipse({deltaX:n,deltaY:r}):o===C.DIAMOND_NODE&&e.updateDiamond({deltaX:n,deltaY:r})})),e.index=t.index,e.nodeModel=t.model,e.graphModel=t.graphModel;var n=e.graphModel.gridSize,r=2;return n>1&&(r=2*n),e.state={},e.dragHandler=rt({onDraging:e.onDraging,step:r}),e}return e=i,(n=[{key:"getNodeEdges",value:function(t){for(var e=this.graphModel.edges,n=[],r=[],o=0;o<e.length;o++){var i=e[o];i.sourceNodeId===t?n.push(i):e[o].targetNodeId===t&&r.push(i)}return{sourceEdges:n,targetEdges:r}}},{key:"render",value:function(){var t=this.props,e=t.x,n=t.y,r=t.index,o=t.model.getControlPointStyle();return y("g",{className:"lf-resize-control-".concat(r)},y(L,q({className:"lf-node-control",x:e,y:n},o,{onMouseDown:this.dragHandler})))}}])&&K(e.prototype,n),r&&K(e,r),i}(b);function it(t){return(it="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ut(){return(ut=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function ct(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function at(t,e){return(at=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function ft(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=st(t);if(e){var o=st(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return lt(this,n)}}function lt(t,e){if(e&&("object"===it(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function st(t){return(st=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var pt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&at(t,e)}(i,t);var e,n,r,o=ft(i);function i(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),(t=o.call(this)).state={},t}return e=i,(n=[{key:"getResizeControl",value:function(){var t=this.props,e=t.model,n=t.graphModel,r=e.x,o=e.y,i=e.width,u=e.height,c={minX:r-i/2,minY:o-u/2,maxX:r+i/2,maxY:o+u/2},a=c.minX,f=c.minY,l=c.maxX,s=c.maxY;return[{x:a,y:f},{x:l,y:f},{x:l,y:s},{x:a,y:s}].map((function(t,r){return y(ot,ut({index:r},t,{model:e,graphModel:n}))}))}},{key:"getGroupSolid",value:function(){var t=this.props.model,e=t.x,n=t.y,r=t.width,o=t.height;return y(L,ut({fill:"none"},t.getResizeOutlineStyle(),{x:e,y:n,width:r,height:o}))}},{key:"render",value:function(){return y("g",{className:"lf-resize-control"},this.getGroupSolid(),this.getResizeControl())}}])&&ct(e.prototype,n),r&&ct(e,r),i}(b);function dt(t){return(dt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ht(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yt(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function vt(t,e,n){return e&&yt(t.prototype,e),n&&yt(t,n),t}function gt(){return(gt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=bt(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(this,arguments)}function bt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=St(t)););return t}function mt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&_t(t,e)}function _t(t,e){return(_t=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function xt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=St(t);if(e){var o=St(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ot(this,n)}}function Ot(t,e){if(e&&("object"===dt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return wt(t)}function wt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function St(t){return(St=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function jt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Et=function(t){mt(n,t);var e=xt(n);function n(){var t;ht(this,n);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return jt(wt(t=e.call.apply(e,[this].concat(o))),"minWidth",30),jt(wt(t),"minHeight",30),jt(wt(t),"maxWidth",2e3),jt(wt(t),"maxHeight",2e3),t}return vt(n,[{key:"getOutlineStyle",value:function(){var t=gt(St(n.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{fill:"none",stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.width=t.width,this.height=t.height)}},{key:"resize",value:function(t,e){console.log(t,e)}}]),n}(f.RectNodeModel),Pt={type:"rect",view:function(t){mt(n,t);var e=xt(n);function n(){return ht(this,n),e.apply(this,arguments)}return vt(n,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,n=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:n})}},{key:"getResizeShape",value:function(){return gt(St(n.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),n}(f.RectNode),model:Et};function kt(t){return(kt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Rt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Mt(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function At(t,e,n){return e&&Mt(t.prototype,e),n&&Mt(t,n),t}function Nt(){return(Nt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=Tt(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(this,arguments)}function Tt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Gt(t)););return t}function Dt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&It(t,e)}function It(t,e){return(It=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Ct(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=Gt(t);if(e){var o=Gt(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ft(this,n)}}function Ft(t,e){if(e&&("object"===kt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return zt(t)}function zt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Gt(t){return(Gt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Lt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Wt=function(t){Dt(n,t);var e=Ct(n);function n(t,r){var o;return Rt(this,n),Lt(zt(o=e.call(this,t,r)),"minWidth",30),Lt(zt(o),"minHeight",30),Lt(zt(o),"maxWidth",2e3),Lt(zt(o),"maxHeight",2e3),o.rx=50,o.ry=50,o}return At(n,[{key:"getOutlineStyle",value:function(){var t=Nt(Gt(n.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.rx=t.rx,this.ry=t.ry)}}]),n}(f.EllipseNodeModel),Bt={type:"ellipse",view:function(t){Dt(n,t);var e=Ct(n);function n(){return Rt(this,n),e.apply(this,arguments)}return At(n,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,n=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:n})}},{key:"getResizeShape",value:function(){return Nt(Gt(n.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model;return Object(f.h)("g",null,this.getResizeShape(),t.isSelected?this.getControlGroup():"")}}]),n}(f.EllipseNode),model:Wt};n(182),n(160);function Ht(t){var e=t.fillOpacity,n=void 0===e?1:e,r=t.strokeWidth,o=void 0===r?1:r,i=t.strokeOpacity,u=void 0===i?1:i,c=t.fill,a=void 0===c?"transparent":c,l=t.stroke,s=void 0===l?"#000":l,p=t.points,d=t.className,h={fill:a,fillOpacity:n,strokeWidth:o,stroke:s,strokeOpacity:u,points:"",className:void 0===d?"lf-basic-shape":d};return h.points=p.map((function(t){return t.join(",")})).join(" "),Object(f.h)("polygon",h)}function Yt(t){return(Yt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Xt(){return(Xt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function Ut(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function qt(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function $t(t,e,n){return e&&qt(t.prototype,e),n&&qt(t,n),t}function Vt(){return(Vt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=Kt(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(this,arguments)}function Kt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=ne(t)););return t}function Jt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Qt(t,e)}function Qt(t,e){return(Qt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Zt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=ne(t);if(e){var o=ne(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return te(this,n)}}function te(t,e){if(e&&("object"===Yt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return ee(t)}function ee(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ne(t){return(ne=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function re(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var oe=function(t){Jt(n,t);var e=Zt(n);function n(){var t;Ut(this,n);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return re(ee(t=e.call.apply(e,[this].concat(o))),"minWidth",30),re(ee(t),"minHeight",30),re(ee(t),"maxWidth",2e3),re(ee(t),"maxHeight",2e3),t}return $t(n,[{key:"getOutlineStyle",value:function(){var t=Vt(ne(n.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.rx=t.rx,this.ry=t.ry)}}]),n}(f.DiamondNodeModel),ie={type:"diamond",view:function(t){Jt(n,t);var e=Zt(n);function n(){return Ut(this,n),e.apply(this,arguments)}return $t(n,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,n=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:n})}},{key:"getResizeShape",value:function(){var t=this.props.model,e=t.points,n=t.getNodeStyle();return Object(f.h)("g",null,Object(f.h)(Ht,Xt({},n,{points:e})))}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),n}(f.DiamondNode),model:oe};function ue(t){return(ue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ce(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ae(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function fe(t,e,n){return e&&ae(t.prototype,e),n&&ae(t,n),t}function le(){return(le="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=se(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(this,arguments)}function se(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=ge(t)););return t}function pe(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&de(t,e)}function de(t,e){return(de=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function he(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=ge(t);if(e){var o=ge(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return ye(this,n)}}function ye(t,e){if(e&&("object"===ue(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return ve(t)}function ve(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ge(t){return(ge=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function be(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var me=function(t){pe(n,t);var e=he(n);function n(){var t;ce(this,n);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return be(ve(t=e.call.apply(e,[this].concat(o))),"minWidth",30),be(ve(t),"minHeight",30),be(ve(t),"maxWidth",2e3),be(ve(t),"maxHeight",2e3),t}return fe(n,[{key:"getOutlineStyle",value:function(){var t=le(ge(n.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.width=t.width,this.height=t.height)}}]),n}(f.HtmlNodeModel),_e={type:"html",view:function(t){pe(n,t);var e=he(n);function n(){return ce(this,n),e.apply(this,arguments)}return fe(n,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,n=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:n})}},{key:"getResizeShape",value:function(){return le(ge(n.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),n}(f.HtmlNode),model:me},xe={pluginName:"nodeResize",step:0,install:function(t){t.register({type:Pt.type,view:Pt.view,model:Pt.model}),t.register({type:Bt.type,view:Bt.view,model:Bt.model}),t.register({type:ie.type,view:ie.view,model:ie.model}),t.register({type:_e.type,view:_e.view,model:_e.model})}};e.default=xe},,,,,,,,function(t,e,n){"use strict";n(141)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),n(142))},function(t,e,n){var r=n(6),o=n(183),i=n(105);r({target:"Array",proto:!0},{fill:o}),i("fill")},function(t,e,n){"use strict";var r=n(15),o=n(54),i=n(17);t.exports=function(t){for(var e=r(this),n=i(e),u=arguments.length,c=o(u>1?arguments[1]:void 0,n),a=u>2?arguments[2]:void 0,f=void 0===a?n:o(a,n);f>c;)e[c++]=t;return e}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.r(e),n.d(e,"Group",(function(){return k})),n.d(e,"GroupNode",(function(){return w}));n(56),n(148),n(60),n(69),n(75),n(100),n(101),n(77),n(138),n(70),n(80),n(81),n(132),n(139),n(140),n(118),n(116),n(181),n(119),n(120),n(121),n(122),n(152),n(117),n(129),n(135),n(136),n(137);var r=n(18),o=n(173);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){x(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return f(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function p(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}function d(){return(d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=h(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}}).apply(this,arguments)}function h(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=_(t)););return t}function y(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&v(t,e)}function v(t,e){return(v=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function g(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=_(t);if(e){var o=_(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return b(this,n)}}function b(t,e){if(e&&("object"===i(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return m(t)}function m(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _(t){return(_=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function x(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var O=function(t){y(n,t);var e=g(n);function n(){var t;l(this,n);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return x(m(t=e.call.apply(e,[this].concat(o))),"isGroup",!0),x(m(t),"unfoldedWidth",500),x(m(t),"unfoldedHight",300),t}return p(n,[{key:"initNodeData",value:function(t){d(_(n.prototype),"initNodeData",this).call(this,t);var e=[];Array.isArray(t.children)&&(e=t.children),this.children=new Set(e),this.width=500,this.height=300,this.foldedWidth=80,this.foldedHeight=60,this.zIndex=-1,this.radius=0,this.text.editable=!1,this.text.draggable=!1,this.isRestrict=!1,this.resizable=!1,this.autoToFront=!1,this.foldable=!1,this.properties.isFolded=!1}},{key:"getResizeOutlineStyle",value:function(){var t=d(_(n.prototype),"getResizeOutlineStyle",this).call(this);return t.stroke="none",t}},{key:"foldGroup",value:function(t){var e=this;this.setProperty("isFolded",t),t?(this.x=this.x-this.width/2+this.foldedWidth/2,this.y=this.y-this.height/2+this.foldedHeight/2,this.unfoldedWidth=this.width,this.unfoldedHight=this.height,this.width=this.foldedWidth,this.height=this.foldedHeight):(this.width=this.unfoldedWidth,this.height=this.unfoldedHight,this.x=this.x+this.width/2-this.foldedWidth/2,this.y=this.y+this.height/2-this.foldedHeight/2);var n=this.graphModel.getNodeIncomingEdge(this.id),r=this.graphModel.getNodeOutgoingEdge(this.id);n.concat(r).forEach((function(t){if(e.graphModel.deleteEdgeById(t.id),!t.isFoldedEdge){var n=t.targetNodeId===e.id,r=t.getData();n?r.endPoint=void 0:r.startPoint=void 0,r.pointsList=void 0,e.graphModel.addEdge(r)}})),this.children.forEach((function(n){e.graphModel.getElement(n).visible=!t,e.foldEdge(n,t)}))}},{key:"foldEdge",value:function(t,e){var n=this,r=this.graphModel.getNodeIncomingEdge(t),o=this.graphModel.getNodeOutgoingEdge(t);r.concat(o).forEach((function(r,o){if(r.visible=!e,e&&(!n.children.has(r.targetNodeId)||!n.children.has(r.sourceNodeId))){var i=r.targetNodeId===t;if(e){var u,c=r.getData();c.id="".concat(c.id,"__").concat(o),i?(c.endPoint=void 0,c.targetNodeId=n.id):(c.startPoint=void 0,c.sourceNodeId=n.id),c.text=null===(u=c.text)||void 0===u?void 0:u.value,c.pointsList=void 0;var a=n.graphModel.addEdge(c);a.virtual=!0,a.getData=function(){return null},a.text.editable=!1,a.isFoldedEdge=!0}}}))}},{key:"isInRange",value:function(t){var e=t.x1,n=t.y1,r=t.x2,o=t.y2;return e>=this.x-this.width/2&&r<=this.x+this.width/2&&n>=this.y-this.height/2&&o<=this.y+this.height/2}},{key:"setAllowAppendChild",value:function(t){this.setProperty("groupAddable",t)}},{key:"addChild",value:function(t){this.children.add(t)}},{key:"removeChild",value:function(t){this.children.delete(t)}},{key:"getAddableOutlineStyle",value:function(){return{stroke:"#FEB663",strokeWidth:2,strokeDasharray:"4 4",fill:"transparent"}}},{key:"getData",value:function(){var t=d(_(n.prototype),"getData",this).call(this);t.children=a(this.children);var e=t.properties;return delete e.groupAddable,delete e.isFolded,t}}]),n}(o.RectResize.model),w={type:"group",view:function(t){y(n,t);var e=g(n);function n(){return l(this,n),e.apply(this,arguments)}return p(n,[{key:"getControlGroup",value:function(){var t=this.props.model,e=t.resizable,r=t.properties;return e&&!r.isFolded?d(_(n.prototype),"getControlGroup",this).call(this):null}},{key:"getAddedableShape",value:function(){var t=this.props.model,e=t.width,n=t.height,o=t.x,i=t.y,u=t.radius;if(!t.properties.groupAddable)return null;var a=this.props.model.getNodeStyle().strokeWidth,f=this.props.model.getAddableOutlineStyle(),l=e+a+8,s=n+a+8;return Object(r.h)("rect",c(c({},f),{},{width:l,height:s,x:o-l/2,y:i-s/2,rx:u,ry:u}))}},{key:"getFoldIcon",value:function(){var t=this.props.model,e=t.x-t.width/2+5,n=t.y-t.height/2+5;if(!t.foldable)return null;var o=Object(r.h)("path",{fill:"none",stroke:"#818281",strokeWidth:2,"pointer-events":"none",d:t.properties.isFolded?"M ".concat(e+3,",").concat(n+6," ").concat(e+11,",").concat(n+6," M").concat(e+7,",").concat(n+2," ").concat(e+7,",").concat(n+10):"M ".concat(e+3,",").concat(n+6," ").concat(e+11,",").concat(n+6," ")});return Object(r.h)("g",{},[Object(r.h)("rect",{height:12,width:14,rx:2,ry:2,strokeWidth:1,fill:"#F4F5F6",stroke:"#CECECE",cursor:"pointer",x:t.x-t.width/2+5,y:t.y-t.height/2+5,onClick:function(){t.foldGroup(!t.properties.isFolded)}}),o])}},{key:"getResizeShape",value:function(){return Object(r.h)("g",{},[this.getAddedableShape(),d(_(n.prototype),"getResizeShape",this).call(this),this.getFoldIcon()])}}]),n}(o.RectResize.view),model:O};function S(t){return function(t){if(Array.isArray(t))return j(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return j(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return j(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function j(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function E(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function P(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var k=function(){function t(e){var n=this,r=e.lf;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),P(this,"nodeGroupMap",new Map),P(this,"graphRendered",(function(t){t&&t.nodes&&t.nodes.forEach((function(t){t.children&&t.children.forEach((function(e){n.nodeGroupMap.set(e,t.id)}))}))})),P(this,"appendNodeToGrop",(function(t){var e=t.data,r=n.nodeGroupMap.get(e.id);if(r){var o=n.lf.getNodeModelById(r);o.removeChild(e.id),n.nodeGroupMap.delete(e.id),o.setAllowAppendChild(!1)}var i=n.lf.getNodeModelById(e.id).getBounds(),u=n.getGroup(i);u&&e.id!==u.id&&(u.addChild(e.id),n.nodeGroupMap.set(e.id,u.id),u.setAllowAppendChild(!1))})),P(this,"setActiveGroup",(function(t){var e=t.data,r=n.lf.getNodeModelById(e.id);if(!r.isGroup){var o=r.getBounds(),i=n.getGroup(o);(i||i!==n.activeGroup)&&(n.activeGroup&&n.activeGroup.setAllowAppendChild(!1),i&&(n.activeGroup=i,n.activeGroup.setAllowAppendChild(!0)))}})),r.register(w),this.lf=r,r.graphModel.addNodeMoveRules((function(t,e,o){if(t.isGroup)return r.graphModel.moveNodes(S(t.children),e,o,!0),!0;var i=r.getNodeModelById(n.nodeGroupMap.get(t.id));if(i&&i.isRestrict){var u=t.getBounds(),c=u.x1,a=u.y1,f=u.x2,l=u.y2;return i.isInRange({x1:c+e,y1:a+o,x2:f+e,y2:l+o})}return!0})),r.on("node:add",this.appendNodeToGrop),r.on("node:drop",this.appendNodeToGrop),r.on("node:dnd-move",this.setActiveGroup),r.on("node:drag",this.setActiveGroup),r.on("graph:rendered",this.graphRendered)}var e,n,r;return e=t,(n=[{key:"getGroups",value:function(){var t=[];this.lf.graphModel.nodes.forEach((function(e){e.isGroup&&t.push(e)}))}},{key:"getGroup",value:function(t){for(var e=this.lf.graphModel.nodes,n=0;n<e.length;n++){var r=e[n];if(r.isGroup&&r.isInRange(t))return r}}}])&&E(e.prototype,n),r&&E(e,r),t}();P(k,"pluginName","group")}])}));
|
|
1
|
+
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("window"));else if("function"==typeof define&&define.amd)define(["window"],e);else{var r="object"==typeof exports?e(require("window")):e(t.window);for(var n in r)("object"==typeof exports?exports:t)[n]=r[n]}}(window,(function(t){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=225)}([function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(95))},function(t,e){var r=Function.prototype,n=r.bind,o=r.call,i=n&&n.bind(o);t.exports=n?function(t){return t&&i(o,t)}:function(t){return t&&function(){return o.apply(t,arguments)}}},function(t,e){t.exports=function(t){return"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){var n=r(0),o=r(33),i=r(5),u=r(35),c=r(45),a=r(62),f=o("wks"),l=n.Symbol,s=l&&l.for,p=a?l:l&&l.withoutSetter||u;t.exports=function(t){if(!i(f,t)||!c&&"string"!=typeof f[t]){var e="Symbol."+t;c&&i(l,t)?f[t]=l[t]:f[t]=a&&s?s(e):p(e)}return f[t]}},function(t,e,r){var n=r(1),o=r(15),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},function(t,e,r){var n=r(0),o=r(25).f,i=r(16),u=r(14),c=r(42),a=r(68),f=r(71);t.exports=function(t,e){var r,l,s,p,d,h=t.target,y=t.global,v=t.stat;if(r=y?n:v?n[h]||c(h,{}):(n[h]||{}).prototype)for(l in e){if(p=e[l],s=t.noTargetGet?(d=o(r,l))&&d.value:r[l],!f(y?l:h+(v?".":"#")+l,t.forced)&&void 0!==s){if(typeof p==typeof s)continue;a(p,s)}(t.sham||s&&s.sham)&&i(p,"sham",!0),u(r,l,p,t)}}},function(t,e,r){var n=r(3);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){var n=r(2);t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},function(t,e,r){var n=r(0),o=r(7),i=r(63),u=r(10),c=r(26),a=n.TypeError,f=Object.defineProperty;e.f=o?f:function(t,e,r){if(u(t),e=c(e),u(r),i)try{return f(t,e,r)}catch(t){}if("get"in r||"set"in r)throw a("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(0),o=r(8),i=n.String,u=n.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},function(t,e){var r=Function.prototype.call;t.exports=r.bind?r.bind(r):function(){return r.apply(r,arguments)}},function(t,e,r){var n=r(51),o=r(31);t.exports=function(t){return n(o(t))}},function(t,e,r){var n=r(0),o=r(2),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t]):n[t]&&n[t][e]}},function(t,e,r){var n=r(0),o=r(2),i=r(5),u=r(16),c=r(42),a=r(38),f=r(22),l=r(53).CONFIGURABLE,s=f.get,p=f.enforce,d=String(String).split("String");(t.exports=function(t,e,r,a){var f,s=!!a&&!!a.unsafe,h=!!a&&!!a.enumerable,y=!!a&&!!a.noTargetGet,v=a&&void 0!==a.name?a.name:e;o(r)&&("Symbol("===String(v).slice(0,7)&&(v="["+String(v).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(r,"name")||l&&r.name!==v)&&u(r,"name",v),(f=p(r)).source||(f.source=d.join("string"==typeof v?v:""))),t!==n?(s?!y&&t[e]&&(h=!0):delete t[e],h?t[e]=r:u(t,e,r)):h?t[e]=r:c(e,r)})(Function.prototype,"toString",(function(){return o(this)&&s(this).source||a(this)}))},function(t,e,r){var n=r(0),o=r(31),i=n.Object;t.exports=function(t){return i(o(t))}},function(t,e,r){var n=r(7),o=r(9),i=r(21);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n=r(83);t.exports=function(t){return n(t.length)}},function(e,r){e.exports=t},function(t,e,r){var n,o=r(10),i=r(93),u=r(46),c=r(24),a=r(106),f=r(44),l=r(29),s=l("IE_PROTO"),p=function(){},d=function(t){return"<script>"+t+"<\/script>"},h=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},y=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e;y="undefined"!=typeof document?document.domain&&n?h(n):((e=f("iframe")).style.display="none",a.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):h(n);for(var r=u.length;r--;)delete y.prototype[u[r]];return y()};c[s]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(p.prototype=o(t),r=new p,p.prototype=null,r[s]=t):r=y(),void 0===e?r:i(r,e)}},function(t,e,r){var n=r(1),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,r){var n,o,i,u=r(97),c=r(0),a=r(1),f=r(8),l=r(16),s=r(5),p=r(41),d=r(29),h=r(24),y=c.TypeError,v=c.WeakMap;if(u||p.state){var g=p.state||(p.state=new v),b=a(g.get),m=a(g.has),_=a(g.set);n=function(t,e){if(m(g,t))throw new y("Object already initialized");return e.facade=t,_(g,t,e),e},o=function(t){return b(g,t)||{}},i=function(t){return m(g,t)}}else{var x=d("state");h[x]=!0,n=function(t,e){if(s(t,x))throw new y("Object already initialized");return e.facade=t,l(t,x,e),e},o=function(t){return s(t,x)?t[x]:{}},i=function(t){return s(t,x)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!f(e)||(r=o(e)).type!==t)throw y("Incompatible receiver, "+t+" required");return r}}}},function(t,e,r){var n=r(0),o=r(32),i=n.String;t.exports=function(t){if("Symbol"===o(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},function(t,e){t.exports={}},function(t,e,r){var n=r(7),o=r(11),i=r(61),u=r(21),c=r(12),a=r(26),f=r(5),l=r(63),s=Object.getOwnPropertyDescriptor;e.f=n?s:function(t,e){if(t=c(t),e=a(e),l)try{return s(t,e)}catch(t){}if(f(t,e))return u(!o(i.f,t,e),t[e])}},function(t,e,r){var n=r(91),o=r(40);t.exports=function(t){var e=n(t,"string");return o(e)?e:e+""}},function(t,e,r){var n=r(1);t.exports=n({}.isPrototypeOf)},function(t,e){t.exports=!1},function(t,e,r){var n=r(33),o=r(35),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,r){var n=r(0).TypeError;t.exports=function(t){if(null==t)throw n("Can't call method on "+t);return t}},function(t,e,r){var n=r(0),o=r(43),i=r(2),u=r(20),c=r(4)("toStringTag"),a=n.Object,f="Arguments"==u(function(){return arguments}());t.exports=o?u:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=a(t),c))?r:f?u(e):"Object"==(n=u(e))&&i(e.callee)?"Arguments":n}},function(t,e,r){var n=r(28),o=r(41);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.3",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e,r){var n=r(20);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,r){var n=r(1),o=0,i=Math.random(),u=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},function(t,e,r){var n=r(66),o=r(46).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},function(t,e,r){var n=r(0),o=r(2),i=r(52),u=n.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},function(t,e,r){var n=r(1),o=r(2),i=r(41),u=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){var e=+t;return e!=e||0===e?0:(e>0?n:r)(e)}},function(t,e,r){var n=r(0),o=r(13),i=r(2),u=r(27),c=r(62),a=n.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var e=o("Symbol");return i(e)&&u(e.prototype,a(t))}},function(t,e,r){var n=r(0),o=r(42),i=n["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,r){var n=r(0),o=Object.defineProperty;t.exports=function(t,e){try{o(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},function(t,e,r){var n={};n[r(4)("toStringTag")]="z",t.exports="[object z]"===String(n)},function(t,e,r){var n=r(0),o=r(8),i=n.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},function(t,e,r){var n=r(48),o=r(3);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,r){var n=r(9).f,o=r(5),i=r(4)("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},function(t,e,r){var n,o,i=r(0),u=r(86),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,l=f&&f.v8;l&&(o=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&u&&(!(n=u.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},function(t,e,r){var n=r(37);t.exports=function(t,e){var r=t[e];return null==r?void 0:n(r)}},function(t,e,r){"use strict";var n=r(26),o=r(9),i=r(21);t.exports=function(t,e,r){var u=n(e);u in t?o.f(t,u,i(0,r)):t[u]=r}},function(t,e,r){var n=r(0),o=r(1),i=r(3),u=r(20),c=n.Object,a=o("".split);t.exports=i((function(){return!c("z").propertyIsEnumerable(0)}))?function(t){return"String"==u(t)?a(t,""):c(t)}:c},function(t,e,r){var n=r(0).String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},function(t,e,r){var n=r(7),o=r(5),i=Function.prototype,u=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!n||n&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},function(t,e,r){var n=r(39),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},function(t,e,r){var n=r(1),o=r(37),i=n(n.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?i(t,e):function(){return t.apply(e,arguments)}}},function(t,e,r){"use strict";var n=r(12),o=r(105),i=r(30),u=r(22),c=r(67),a=u.set,f=u.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){a(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=f(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,r){var n=r(55),o=r(1),i=r(51),u=r(15),c=r(17),a=r(72),f=o([].push),l=function(t){var e=1==t,r=2==t,o=3==t,l=4==t,s=6==t,p=7==t,d=5==t||s;return function(h,y,v,g){for(var b,m,_=u(h),x=i(_),O=n(y,v),w=c(x),S=0,j=g||a,E=e?j(h,w):r||p?j(h,0):void 0;w>S;S++)if((d||S in x)&&(m=O(b=x[S],S,_),t))if(e)E[S]=m;else if(m)switch(t){case 3:return!0;case 5:return b;case 6:return S;case 2:f(E,b)}else switch(t){case 4:return!1;case 7:f(E,b)}return s?-1:o||l?l:E}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},function(t,e,r){var n=r(1),o=r(3),i=r(2),u=r(32),c=r(13),a=r(38),f=function(){},l=[],s=c("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=n(p.exec),h=!p.exec(f),y=function(t){if(!i(t))return!1;try{return s(f,l,t),!0}catch(t){return!1}};t.exports=!s||o((function(){var t;return y(y.call)||!y(Object)||!y((function(){t=!0}))||t}))?function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,a(t))}:y},function(t,e,r){var n=r(66),o=r(46);t.exports=Object.keys||function(t){return n(t,o)}},function(t,e,r){var n=r(43),o=r(14),i=r(99);n||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},function(t,e,r){var n=r(45);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,r){var n=r(7),o=r(3),i=r(44);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,r){var n=r(0),o=r(5),i=r(2),u=r(15),c=r(29),a=r(102),f=c("IE_PROTO"),l=n.Object,s=l.prototype;t.exports=a?l.getPrototypeOf:function(t){var e=u(t);if(o(e,f))return e[f];var r=e.constructor;return i(r)&&e instanceof r?r.prototype:e instanceof l?s:null}},function(t,e,r){var n=r(1),o=r(5),i=r(12),u=r(89).indexOf,c=r(24),a=n([].push);t.exports=function(t,e){var r,n=i(t),f=0,l=[];for(r in n)!o(c,r)&&o(n,r)&&a(l,r);for(;e.length>f;)o(n,r=e[f++])&&(~u(l,r)||a(l,r));return l}},function(t,e,r){"use strict";var n=r(6),o=r(11),i=r(28),u=r(53),c=r(2),a=r(108),f=r(65),l=r(78),s=r(47),p=r(16),d=r(14),h=r(4),y=r(30),v=r(76),g=u.PROPER,b=u.CONFIGURABLE,m=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,x=h("iterator"),O=function(){return this};t.exports=function(t,e,r,u,h,v,w){a(r,e,u);var S,j,E,P=function(t){if(t===h&&N)return N;if(!_&&t in M)return M[t];switch(t){case"keys":case"values":case"entries":return function(){return new r(this,t)}}return function(){return new r(this)}},k=e+" Iterator",R=!1,M=t.prototype,A=M[x]||M["@@iterator"]||h&&M[h],N=!_&&A||P(h),T="Array"==e&&M.entries||A;if(T&&(S=f(T.call(new t)))!==Object.prototype&&S.next&&(i||f(S)===m||(l?l(S,m):c(S[x])||d(S,x,O)),s(S,k,!0,!0),i&&(y[k]=O)),g&&"values"==h&&A&&"values"!==A.name&&(!i&&b?p(M,"name","values"):(R=!0,N=function(){return o(A,this)})),h)if(j={values:P("values"),keys:v?N:P("keys"),entries:P("entries")},w)for(E in j)(_||R||!(E in M))&&d(M,E,j[E]);else n({target:e,proto:!0,forced:_||R},j);return i&&!w||M[x]===N||d(M,x,N,{name:h}),y[e]=N,j}},function(t,e,r){var n=r(5),o=r(87),i=r(25),u=r(9);t.exports=function(t,e){for(var r=o(e),c=u.f,a=i.f,f=0;f<r.length;f++){var l=r[f];n(t,l)||c(t,l,a(e,l))}}},function(t,e,r){"use strict";var n=r(104).charAt,o=r(23),i=r(22),u=r(67),c=i.set,a=i.getterFor("String Iterator");u(String,"String",(function(t){c(this,{type:"String Iterator",string:o(t),index:0})}),(function(){var t,e=a(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,r){"use strict";var n=r(6),o=r(0),i=r(13),u=r(92),c=r(11),a=r(1),f=r(28),l=r(7),s=r(45),p=r(3),d=r(5),h=r(34),y=r(2),v=r(8),g=r(27),b=r(40),m=r(10),_=r(15),x=r(12),O=r(26),w=r(23),S=r(21),j=r(19),E=r(59),P=r(36),k=r(103),R=r(64),M=r(25),A=r(9),N=r(61),T=r(79),D=r(14),I=r(33),C=r(29),F=r(24),z=r(35),G=r(4),L=r(85),W=r(88),B=r(47),H=r(22),Y=r(57).forEach,X=C("hidden"),U=G("toPrimitive"),q=H.set,$=H.getterFor("Symbol"),V=Object.prototype,K=o.Symbol,J=K&&K.prototype,Q=o.TypeError,Z=o.QObject,tt=i("JSON","stringify"),et=M.f,rt=A.f,nt=k.f,ot=N.f,it=a([].push),ut=I("symbols"),ct=I("op-symbols"),at=I("string-to-symbol-registry"),ft=I("symbol-to-string-registry"),lt=I("wks"),st=!Z||!Z.prototype||!Z.prototype.findChild,pt=l&&p((function(){return 7!=j(rt({},"a",{get:function(){return rt(this,"a",{value:7}).a}})).a}))?function(t,e,r){var n=et(V,e);n&&delete V[e],rt(t,e,r),n&&t!==V&&rt(V,e,n)}:rt,dt=function(t,e){var r=ut[t]=j(J);return q(r,{type:"Symbol",tag:t,description:e}),l||(r.description=e),r},ht=function(t,e,r){t===V&&ht(ct,e,r),m(t);var n=O(e);return m(r),d(ut,n)?(r.enumerable?(d(t,X)&&t[X][n]&&(t[X][n]=!1),r=j(r,{enumerable:S(0,!1)})):(d(t,X)||rt(t,X,S(1,{})),t[X][n]=!0),pt(t,n,r)):rt(t,n,r)},yt=function(t,e){m(t);var r=x(e),n=E(r).concat(mt(r));return Y(n,(function(e){l&&!c(vt,r,e)||ht(t,e,r[e])})),t},vt=function(t){var e=O(t),r=c(ot,this,e);return!(this===V&&d(ut,e)&&!d(ct,e))&&(!(r||!d(this,e)||!d(ut,e)||d(this,X)&&this[X][e])||r)},gt=function(t,e){var r=x(t),n=O(e);if(r!==V||!d(ut,n)||d(ct,n)){var o=et(r,n);return!o||!d(ut,n)||d(r,X)&&r[X][n]||(o.enumerable=!0),o}},bt=function(t){var e=nt(x(t)),r=[];return Y(e,(function(t){d(ut,t)||d(F,t)||it(r,t)})),r},mt=function(t){var e=t===V,r=nt(e?ct:x(t)),n=[];return Y(r,(function(t){!d(ut,t)||e&&!d(V,t)||it(n,ut[t])})),n};(s||(D(J=(K=function(){if(g(J,this))throw Q("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?w(arguments[0]):void 0,e=z(t),r=function(t){this===V&&c(r,ct,t),d(this,X)&&d(this[X],e)&&(this[X][e]=!1),pt(this,e,S(1,t))};return l&&st&&pt(V,e,{configurable:!0,set:r}),dt(e,t)}).prototype,"toString",(function(){return $(this).tag})),D(K,"withoutSetter",(function(t){return dt(z(t),t)})),N.f=vt,A.f=ht,M.f=gt,P.f=k.f=bt,R.f=mt,L.f=function(t){return dt(G(t),t)},l&&(rt(J,"description",{configurable:!0,get:function(){return $(this).description}}),f||D(V,"propertyIsEnumerable",vt,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:K}),Y(E(lt),(function(t){W(t)})),n({target:"Symbol",stat:!0,forced:!s},{for:function(t){var e=w(t);if(d(at,e))return at[e];var r=K(e);return at[e]=r,ft[r]=e,r},keyFor:function(t){if(!b(t))throw Q(t+" is not a symbol");if(d(ft,t))return ft[t]},useSetter:function(){st=!0},useSimple:function(){st=!1}}),n({target:"Object",stat:!0,forced:!s,sham:!l},{create:function(t,e){return void 0===e?j(t):yt(j(t),e)},defineProperty:ht,defineProperties:yt,getOwnPropertyDescriptor:gt}),n({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:bt,getOwnPropertySymbols:mt}),n({target:"Object",stat:!0,forced:p((function(){R.f(1)}))},{getOwnPropertySymbols:function(t){return R.f(_(t))}}),tt)&&n({target:"JSON",stat:!0,forced:!s||p((function(){var t=K();return"[null]"!=tt([t])||"{}"!=tt({a:t})||"{}"!=tt(Object(t))}))},{stringify:function(t,e,r){var n=T(arguments),o=e;if((v(e)||void 0!==t)&&!b(t))return h(e)||(e=function(t,e){if(y(o)&&(e=c(o,this,t,e)),!b(e))return e}),n[1]=e,u(tt,null,n)}});if(!J[U]){var _t=J.valueOf;D(J,U,(function(t){return c(_t,this)}))}B(K,"Symbol"),F[X]=!0},function(t,e,r){var n=r(3),o=r(2),i=/#|\.prototype\./,u=function(t,e){var r=a[c(t)];return r==l||r!=f&&(o(e)?n(e):!!e)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",l=u.POLYFILL="P";t.exports=u},function(t,e,r){var n=r(98);t.exports=function(t,e){return new(n(t))(0===e?0:e)}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,r){var n=r(44)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},function(t,e,r){var n=r(0),o=r(73),i=r(74),u=r(56),c=r(16),a=r(4),f=a("iterator"),l=a("toStringTag"),s=u.values,p=function(t,e){if(t){if(t[f]!==s)try{c(t,f,s)}catch(e){t[f]=s}if(t[l]||c(t,l,e),o[e])for(var r in u)if(t[r]!==u[r])try{c(t,r,u[r])}catch(e){t[r]=u[r]}}};for(var d in o)p(n[d]&&n[d].prototype,d);p(i,"DOMTokenList")},function(t,e,r){"use strict";var n,o,i,u=r(3),c=r(2),a=r(19),f=r(65),l=r(14),s=r(4),p=r(28),d=s("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):h=!0),null==n||u((function(){var t={};return n[d].call(t)!==t}))?n={}:p&&(n=a(n)),c(n[d])||l(n,d,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:h}},function(t,e,r){var n=r(6),o=r(7);n({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:r(9).f})},function(t,e,r){var n=r(1),o=r(10),i=r(109);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return o(r),i(n),e?t(r,n):r.__proto__=n,r}}():void 0)},function(t,e,r){var n=r(1);t.exports=n([].slice)},function(t,e,r){"use strict";var n=r(6),o=r(7),i=r(0),u=r(1),c=r(5),a=r(2),f=r(27),l=r(23),s=r(9).f,p=r(68),d=i.Symbol,h=d&&d.prototype;if(o&&a(d)&&(!("description"in h)||void 0!==d().description)){var y={},v=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:l(arguments[0]),e=f(h,this)?new d(t):void 0===t?d():d(t);return""===t&&(y[e]=!0),e};p(v,d),v.prototype=h,h.constructor=v;var g="Symbol(test)"==String(d("test")),b=u(h.toString),m=u(h.valueOf),_=/^Symbol\((.*)\)[^)]+$/,x=u("".replace),O=u("".slice);s(h,"description",{configurable:!0,get:function(){var t=m(this),e=b(t);if(c(y,t))return"";var r=g?O(e,7,-1):x(e,_,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:v})}},function(t,e,r){r(88)("iterator")},function(t,e,r){var n=r(3),o=r(4),i=r(48),u=o("species");t.exports=function(t){return i>=51||!n((function(){var e=[];return(e.constructor={})[u]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,r){var n=r(39),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},function(t,e,r){"use strict";var n=r(57).forEach,o=r(90)("forEach");t.exports=o?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,r){var n=r(4);e.f=n},function(t,e,r){var n=r(13);t.exports=n("navigator","userAgent")||""},function(t,e,r){var n=r(13),o=r(1),i=r(36),u=r(64),c=r(10),a=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(c(t)),r=u.f;return r?a(e,r(t)):e}},function(t,e,r){var n=r(111),o=r(5),i=r(85),u=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||u(e,t,{value:i.f(t)})}},function(t,e,r){var n=r(12),o=r(54),i=r(17),u=function(t){return function(e,r,u){var c,a=n(e),f=i(a),l=o(u,f);if(t&&r!=r){for(;f>l;)if((c=a[l++])!=c)return!0}else for(;f>l;l++)if((t||l in a)&&a[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,e,r){"use strict";var n=r(3);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){throw 1},1)}))}},function(t,e,r){var n=r(0),o=r(11),i=r(8),u=r(40),c=r(49),a=r(96),f=r(4),l=n.TypeError,s=f("toPrimitive");t.exports=function(t,e){if(!i(t)||u(t))return t;var r,n=c(t,s);if(n){if(void 0===e&&(e="default"),r=o(n,t,e),!i(r)||u(r))return r;throw l("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},function(t,e){var r=Function.prototype,n=r.apply,o=r.bind,i=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(o?i.bind(n):function(){return i.apply(n,arguments)})},function(t,e,r){var n=r(7),o=r(9),i=r(10),u=r(12),c=r(59);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=u(e),a=c(e),f=a.length,l=0;f>l;)o.f(t,r=a[l++],n[r]);return t}},function(t,e,r){var n=r(32),o=r(49),i=r(30),u=r(4)("iterator");t.exports=function(t){if(null!=t)return o(t,u)||o(t,"@@iterator")||i[n(t)]}},function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},function(t,e,r){var n=r(0),o=r(11),i=r(2),u=r(8),c=n.TypeError;t.exports=function(t,e){var r,n;if("string"===e&&i(r=t.toString)&&!u(n=o(r,t)))return n;if(i(r=t.valueOf)&&!u(n=o(r,t)))return n;if("string"!==e&&i(r=t.toString)&&!u(n=o(r,t)))return n;throw c("Can't convert object to primitive value")}},function(t,e,r){var n=r(0),o=r(2),i=r(38),u=n.WeakMap;t.exports=o(u)&&/native code/.test(i(u))},function(t,e,r){var n=r(0),o=r(34),i=r(58),u=r(8),c=r(4)("species"),a=n.Array;t.exports=function(t){var e;return o(t)&&(e=t.constructor,(i(e)&&(e===a||o(e.prototype))||u(e)&&null===(e=e[c]))&&(e=void 0)),void 0===e?a:e}},function(t,e,r){"use strict";var n=r(43),o=r(32);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,r){"use strict";var n=r(6),o=r(84);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,r){var n=r(0),o=r(73),i=r(74),u=r(84),c=r(16),a=function(t){if(t&&t.forEach!==u)try{c(t,"forEach",u)}catch(e){t.forEach=u}};for(var f in o)o[f]&&a(n[f]&&n[f].prototype);a(i)},function(t,e,r){var n=r(3);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,r){var n=r(20),o=r(12),i=r(36).f,u=r(107),c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"Window"==n(t)?function(t){try{return i(t)}catch(t){return u(c)}}(t):i(o(t))}},function(t,e,r){var n=r(1),o=r(39),i=r(23),u=r(31),c=n("".charAt),a=n("".charCodeAt),f=n("".slice),l=function(t){return function(e,r){var n,l,s=i(u(e)),p=o(r),d=s.length;return p<0||p>=d?t?"":void 0:(n=a(s,p))<55296||n>56319||p+1===d||(l=a(s,p+1))<56320||l>57343?t?c(s,p):n:t?f(s,p,p+2):l-56320+(n-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},function(t,e,r){var n=r(4),o=r(19),i=r(9),u=n("unscopables"),c=Array.prototype;null==c[u]&&i.f(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},function(t,e,r){var n=r(13);t.exports=n("document","documentElement")},function(t,e,r){var n=r(0),o=r(54),i=r(17),u=r(50),c=n.Array,a=Math.max;t.exports=function(t,e,r){for(var n=i(t),f=o(e,n),l=o(void 0===r?n:r,n),s=c(a(l-f,0)),p=0;f<l;f++,p++)u(s,p,t[f]);return s.length=p,s}},function(t,e,r){"use strict";var n=r(76).IteratorPrototype,o=r(19),i=r(21),u=r(47),c=r(30),a=function(){return this};t.exports=function(t,e,r,f){var l=e+" Iterator";return t.prototype=o(n,{next:i(+!f,r)}),u(t,l,!1,!0),c[l]=a,t}},function(t,e,r){var n=r(0),o=r(2),i=n.String,u=n.TypeError;t.exports=function(t){if("object"==typeof t||o(t))return t;throw u("Can't set "+i(t)+" as a prototype")}},function(t,e,r){"use strict";var n,o,i=r(11),u=r(1),c=r(23),a=r(125),f=r(126),l=r(33),s=r(19),p=r(22).get,d=r(130),h=r(131),y=l("native-string-replace",String.prototype.replace),v=RegExp.prototype.exec,g=v,b=u("".charAt),m=u("".indexOf),_=u("".replace),x=u("".slice),O=(o=/b*/g,i(v,n=/a/,"a"),i(v,o,"a"),0!==n.lastIndex||0!==o.lastIndex),w=f.BROKEN_CARET,S=void 0!==/()??/.exec("")[1];(O||S||w||d||h)&&(g=function(t){var e,r,n,o,u,f,l,d=this,h=p(d),j=c(t),E=h.raw;if(E)return E.lastIndex=d.lastIndex,e=i(g,E,j),d.lastIndex=E.lastIndex,e;var P=h.groups,k=w&&d.sticky,R=i(a,d),M=d.source,A=0,N=j;if(k&&(R=_(R,"y",""),-1===m(R,"g")&&(R+="g"),N=x(j,d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==b(j,d.lastIndex-1))&&(M="(?: "+M+")",N=" "+N,A++),r=new RegExp("^(?:"+M+")",R)),S&&(r=new RegExp("^"+M+"$(?!\\s)",R)),O&&(n=d.lastIndex),o=i(v,k?r:d,N),k?o?(o.input=x(o.input,A),o[0]=x(o[0],A),o.index=d.lastIndex,d.lastIndex+=o[0].length):d.lastIndex=0:O&&o&&(d.lastIndex=d.global?o.index+o[0].length:n),S&&o&&o.length>1&&i(y,o[0],r,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o&&P)for(o.groups=f=s(null),u=0;u<P.length;u++)f[(l=P[u])[0]]=o[l[1]];return o}),t.exports=g},function(t,e,r){var n=r(0);t.exports=n},function(t,e,r){var n=r(4),o=r(30),i=n("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},function(t,e,r){var n=r(0),o=r(11),i=r(37),u=r(10),c=r(52),a=r(94),f=n.TypeError;t.exports=function(t,e){var r=arguments.length<2?a(t):e;if(i(r))return u(o(r,t));throw f(c(t)+" is not iterable")}},function(t,e,r){var n=r(11),o=r(10),i=r(49);t.exports=function(t,e,r){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===e)throw r;return r}u=n(u,t)}catch(t){c=!0,u=t}if("throw"===e)throw r;if(c)throw u;return o(u),r}},function(t,e,r){var n=r(4)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[n]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},function(t,e,r){"use strict";var n=r(6),o=r(0),i=r(3),u=r(34),c=r(8),a=r(15),f=r(17),l=r(50),s=r(72),p=r(82),d=r(4),h=r(48),y=d("isConcatSpreadable"),v=o.TypeError,g=h>=51||!i((function(){var t=[];return t[y]=!1,t.concat()[0]!==t})),b=p("concat"),m=function(t){if(!c(t))return!1;var e=t[y];return void 0!==e?!!e:u(t)};n({target:"Array",proto:!0,forced:!g||!b},{concat:function(t){var e,r,n,o,i,u=a(this),c=s(u,0),p=0;for(e=-1,n=arguments.length;e<n;e++)if(m(i=-1===e?u:arguments[e])){if(p+(o=f(i))>9007199254740991)throw v("Maximum allowed index exceeded");for(r=0;r<o;r++,p++)r in i&&l(c,p,i[r])}else{if(p>=9007199254740991)throw v("Maximum allowed index exceeded");l(c,p++,i)}return c.length=p,c}})},function(t,e,r){var n=r(6),o=r(3),i=r(12),u=r(25).f,c=r(7),a=o((function(){u(1)}));n({target:"Object",stat:!0,forced:!c||a,sham:!c},{getOwnPropertyDescriptor:function(t,e){return u(i(t),e)}})},function(t,e,r){"use strict";var n=r(6),o=r(110);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,r){r(6)({target:"Object",stat:!0},{setPrototypeOf:r(78)})},function(t,e,r){var n=r(6),o=r(3),i=r(15),u=r(65),c=r(102);n({target:"Object",stat:!0,forced:o((function(){u(1)})),sham:!c},{getPrototypeOf:function(t){return u(i(t))}})},function(t,e,r){var n=r(6),o=r(13),i=r(92),u=r(154),c=r(146),a=r(10),f=r(8),l=r(19),s=r(3),p=o("Reflect","construct"),d=Object.prototype,h=[].push,y=s((function(){function t(){}return!(p((function(){}),[],t)instanceof t)})),v=!s((function(){p((function(){}))})),g=y||v;n({target:"Reflect",stat:!0,forced:g,sham:g},{construct:function(t,e){c(t),a(e);var r=arguments.length<3?t:c(arguments[2]);if(v&&!y)return p(t,e,r);if(t==r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return i(h,n,e),new(i(u,t,n))}var o=r.prototype,s=l(f(o)?o:d),g=i(t,s,e);return f(g)?g:s}})},function(t,e,r){r(6)({target:"Object",stat:!0,sham:!r(7)},{create:r(19)})},function(t,e,r){var n=r(0),o=r(55),i=r(11),u=r(10),c=r(52),a=r(112),f=r(17),l=r(27),s=r(113),p=r(94),d=r(114),h=n.TypeError,y=function(t,e){this.stopped=t,this.result=e},v=y.prototype;t.exports=function(t,e,r){var n,g,b,m,_,x,O,w=r&&r.that,S=!(!r||!r.AS_ENTRIES),j=!(!r||!r.IS_ITERATOR),E=!(!r||!r.INTERRUPTED),P=o(e,w),k=function(t){return n&&d(n,"normal",t),new y(!0,t)},R=function(t){return S?(u(t),E?P(t[0],t[1],k):P(t[0],t[1])):E?P(t,k):P(t)};if(j)n=t;else{if(!(g=p(t)))throw h(c(t)+" is not iterable");if(a(g)){for(b=0,m=f(t);m>b;b++)if((_=R(t[b]))&&l(v,_))return _;return new y(!1)}n=s(t,g)}for(x=n.next;!(O=i(x,n)).done;){try{_=R(O.value)}catch(t){d(n,"throw",t)}if("object"==typeof _&&_&&l(v,_))return _}return new y(!1)}},function(t,e,r){var n=r(0),o=r(27),i=n.TypeError;t.exports=function(t,e){if(o(e,t))return t;throw i("Incorrect invocation")}},function(t,e,r){"use strict";var n=r(10);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,r){var n=r(3),o=r(0).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),u=i||n((function(){return!o("a","y").sticky})),c=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:c,MISSED_STICKY:u,UNSUPPORTED_Y:i}},function(t,e,r){var n=r(6),o=r(1),i=r(24),u=r(8),c=r(5),a=r(9).f,f=r(36),l=r(103),s=r(149),p=r(35),d=r(151),h=!1,y=p("meta"),v=0,g=function(t){a(t,y,{value:{objectID:"O"+v++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},h=!0;var t=f.f,e=o([].splice),r={};r[y]=1,t(r).length&&(f.f=function(r){for(var n=t(r),o=0,i=n.length;o<i;o++)if(n[o]===y){e(n,o,1);break}return n},n({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:l.f}))},fastKey:function(t,e){if(!u(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!c(t,y)){if(!s(t))return"F";if(!e)return"E";g(t)}return t[y].objectID},getWeakData:function(t,e){if(!c(t,y)){if(!s(t))return!0;if(!e)return!1;g(t)}return t[y].weakData},onFreeze:function(t){return d&&h&&s(t)&&!c(t,y)&&g(t),t}};i[y]=!0},function(t,e,r){var n=r(2),o=r(8),i=r(78);t.exports=function(t,e,r){var u,c;return i&&n(u=e.constructor)&&u!==r&&o(c=u.prototype)&&c!==r.prototype&&i(t,c),t}},function(t,e,r){var n=r(6),o=r(15),i=r(59);n({target:"Object",stat:!0,forced:r(3)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},function(t,e,r){var n=r(3),o=r(0).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,e,r){var n=r(3),o=r(0).RegExp;t.exports=n((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},function(t,e,r){var n=r(6),o=r(133);n({target:"Array",stat:!0,forced:!r(115)((function(t){Array.from(t)}))},{from:o})},function(t,e,r){"use strict";var n=r(0),o=r(55),i=r(11),u=r(15),c=r(134),a=r(112),f=r(58),l=r(17),s=r(50),p=r(113),d=r(94),h=n.Array;t.exports=function(t){var e=u(t),r=f(this),n=arguments.length,y=n>1?arguments[1]:void 0,v=void 0!==y;v&&(y=o(y,n>2?arguments[2]:void 0));var g,b,m,_,x,O,w=d(e),S=0;if(!w||this==h&&a(w))for(g=l(e),b=r?new this(g):h(g);g>S;S++)O=v?y(e[S],S):e[S],s(b,S,O);else for(x=(_=p(e,w)).next,b=r?new this:[];!(m=i(x,_)).done;S++)O=v?c(_,y,[m.value,S],!0):m.value,s(b,S,O);return b.length=S,b}},function(t,e,r){var n=r(10),o=r(114);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){o(t,"throw",e)}}},function(t,e,r){"use strict";var n=r(6),o=r(57).filter;n({target:"Array",proto:!0,forced:!r(82)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(6),o=r(7),i=r(87),u=r(12),c=r(25),a=r(50);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=u(t),o=c.f,f=i(n),l={},s=0;f.length>s;)void 0!==(r=o(n,e=f[s++]))&&a(l,e,r);return l}})},function(t,e,r){var n=r(6),o=r(7);n({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperties:r(93)})},function(t,e,r){r(6)({target:"Array",stat:!0},{isArray:r(34)})},function(t,e,r){"use strict";var n=r(6),o=r(0),i=r(34),u=r(58),c=r(8),a=r(54),f=r(17),l=r(12),s=r(50),p=r(4),d=r(82),h=r(79),y=d("slice"),v=p("species"),g=o.Array,b=Math.max;n({target:"Array",proto:!0,forced:!y},{slice:function(t,e){var r,n,o,p=l(this),d=f(p),y=a(t,d),m=a(void 0===e?d:e,d);if(i(p)&&(r=p.constructor,(u(r)&&(r===g||i(r.prototype))||c(r)&&null===(r=r[v]))&&(r=void 0),r===g||void 0===r))return h(p,y,m);for(n=new(void 0===r?g:r)(b(m-y,0)),o=0;y<m;y++,o++)y in p&&s(n,o,p[y]);return n.length=o,n}})},function(t,e,r){var n=r(7),o=r(53).EXISTS,i=r(1),u=r(9).f,c=Function.prototype,a=i(c.toString),f=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,l=i(f.exec);n&&!o&&u(c,"name",{configurable:!0,get:function(){try{return l(f,a(this))[1]}catch(t){return""}}})},function(t,e,r){"use strict";var n=r(6),o=r(0),i=r(1),u=r(71),c=r(14),a=r(127),f=r(123),l=r(124),s=r(2),p=r(8),d=r(3),h=r(115),y=r(47),v=r(128);t.exports=function(t,e,r){var g=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),m=g?"set":"add",_=o[t],x=_&&_.prototype,O=_,w={},S=function(t){var e=i(x[t]);c(x,t,"add"==t?function(t){return e(this,0===t?0:t),this}:"delete"==t?function(t){return!(b&&!p(t))&&e(this,0===t?0:t)}:"get"==t?function(t){return b&&!p(t)?void 0:e(this,0===t?0:t)}:"has"==t?function(t){return!(b&&!p(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(u(t,!s(_)||!(b||x.forEach&&!d((function(){(new _).entries().next()})))))O=r.getConstructor(e,t,g,m),a.enable();else if(u(t,!0)){var j=new O,E=j[m](b?{}:-0,1)!=j,P=d((function(){j.has(1)})),k=h((function(t){new _(t)})),R=!b&&d((function(){for(var t=new _,e=5;e--;)t[m](e,e);return!t.has(-0)}));k||((O=e((function(t,e){l(t,x);var r=v(new _,t,O);return null!=e&&f(e,r[m],{that:r,AS_ENTRIES:g}),r}))).prototype=x,x.constructor=O),(P||R)&&(S("delete"),S("has"),g&&S("get")),(R||E)&&S(m),b&&x.clear&&delete x.clear}return w[t]=O,n({global:!0,forced:O!=_},w),y(O,t),b||r.setStrong(O,t,g),O}},function(t,e,r){"use strict";var n=r(9).f,o=r(19),i=r(143),u=r(55),c=r(124),a=r(123),f=r(67),l=r(144),s=r(7),p=r(127).fastKey,d=r(22),h=d.set,y=d.getterFor;t.exports={getConstructor:function(t,e,r,f){var l=t((function(t,n){c(t,d),h(t,{type:e,index:o(null),first:void 0,last:void 0,size:0}),s||(t.size=0),null!=n&&a(n,t[f],{that:t,AS_ENTRIES:r})})),d=l.prototype,v=y(e),g=function(t,e,r){var n,o,i=v(t),u=b(t,e);return u?u.value=r:(i.last=u={index:o=p(e,!0),key:e,value:r,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=u),n&&(n.next=u),s?i.size++:t.size++,"F"!==o&&(i.index[o]=u)),t},b=function(t,e){var r,n=v(t),o=p(e);if("F"!==o)return n.index[o];for(r=n.first;r;r=r.next)if(r.key==e)return r};return i(d,{clear:function(){for(var t=v(this),e=t.index,r=t.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete e[r.index],r=r.next;t.first=t.last=void 0,s?t.size=0:this.size=0},delete:function(t){var e=v(this),r=b(this,t);if(r){var n=r.next,o=r.previous;delete e.index[r.index],r.removed=!0,o&&(o.next=n),n&&(n.previous=o),e.first==r&&(e.first=n),e.last==r&&(e.last=o),s?e.size--:this.size--}return!!r},forEach:function(t){for(var e,r=v(this),n=u(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!b(this,t)}}),i(d,r?{get:function(t){var e=b(this,t);return e&&e.value},set:function(t,e){return g(this,0===t?0:t,e)}}:{add:function(t){return g(this,t=0===t?0:t,t)}}),s&&n(d,"size",{get:function(){return v(this).size}}),l},setStrong:function(t,e,r){var n=e+" Iterator",o=y(e),i=y(n);f(t,e,(function(t,e){h(this,{type:n,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?"keys"==e?{value:r.key,done:!1}:"values"==e?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),l(e)}}},function(t,e,r){var n=r(14);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},function(t,e,r){"use strict";var n=r(13),o=r(9),i=r(4),u=r(7),c=i("species");t.exports=function(t){var e=n(t),r=o.f;u&&e&&!e[c]&&r(e,c,{configurable:!0,get:function(){return this}})}},,function(t,e,r){var n=r(0),o=r(58),i=r(52),u=n.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a constructor")}},,function(t,e,r){"use strict";r(141)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(142))},function(t,e,r){var n=r(3),o=r(8),i=r(20),u=r(150),c=Object.isExtensible,a=n((function(){c(1)}));t.exports=a||u?function(t){return!!o(t)&&((!u||"ArrayBuffer"!=i(t))&&(!c||c(t)))}:c},function(t,e,r){var n=r(3);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},function(t,e,r){var n=r(3);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(t,e,r){var n=r(6),o=r(11),i=r(8),u=r(10),c=r(172),a=r(25),f=r(65);n({target:"Reflect",stat:!0},{get:function t(e,r){var n,l,s=arguments.length<3?e:arguments[2];return u(e)===s?e[r]:(n=a.f(e,r))?c(n)?n.value:void 0===n.get?void 0:o(n.get,s):i(l=f(e))?t(l,r,s):void 0}})},function(t,e,r){"use strict";var n=r(6),o=r(57).map;n({target:"Array",proto:!0,forced:!r(82)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(37),u=r(8),c=r(5),a=r(79),f=n.Function,l=o([].concat),s=o([].join),p={},d=function(t,e,r){if(!c(p,e)){for(var n=[],o=0;o<e;o++)n[o]="a["+o+"]";p[e]=f("C,a","return new C("+s(n,",")+")")}return p[e](t,r)};t.exports=f.bind||function(t){var e=i(this),r=e.prototype,n=a(arguments,1),o=function(){var r=l(n,a(arguments));return this instanceof o?d(e,r.length,r):e.apply(t,r)};return u(r)&&(o.prototype=r),o}},,,,,function(t,e,r){var n=r(6),o=r(166);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,r){"use strict";var n=r(6),o=r(1),i=r(51),u=r(12),c=r(90),a=o([].join),f=i!=Object,l=c("join",",");n({target:"Array",proto:!0,forced:f||!l},{join:function(t){return a(u(this),void 0===t?",":t)}})},,,,,,function(t,e,r){"use strict";var n=r(7),o=r(1),i=r(11),u=r(3),c=r(59),a=r(64),f=r(61),l=r(15),s=r(51),p=Object.assign,d=Object.defineProperty,h=o([].concat);t.exports=!p||u((function(){if(n&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol();return t[r]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=p({},t)[r]||"abcdefghijklmnopqrst"!=c(p({},e)).join("")}))?function(t,e){for(var r=l(t),o=arguments.length,u=1,p=a.f,d=f.f;o>u;)for(var y,v=s(arguments[u++]),g=p?h(c(v),p(v)):c(v),b=g.length,m=0;b>m;)y=g[m++],n&&!i(d,v,y)||(r[y]=v[y]);return r}:p},,,,,,function(t,e,r){var n=r(5);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},function(t,e,r){"use strict";r.r(e),r.d(e,"NodeResize",(function(){return xe})),r.d(e,"RectResize",(function(){return Pt})),r.d(e,"EllipseResize",(function(){return Bt})),r.d(e,"DiamondResize",(function(){return ie})),r.d(e,"HtmlResize",(function(){return _e}));r(116),r(77),r(119),r(120),r(60),r(121),r(122),r(152),r(117),r(70),r(80),r(81),r(56),r(69),r(75);var n,o,i,u,c,a,f=r(18),l=(r(153),r(159),{}),s=[],p=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function d(t,e){for(var r in e)t[r]=e[r];return t}function h(t){var e=t.parentNode;e&&e.removeChild(t)}function y(t,e,r){var o,i,u,c={};for(u in e)"key"==u?o=e[u]:"ref"==u?i=e[u]:c[u]=e[u];if(arguments.length>2&&(c.children=arguments.length>3?n.call(arguments,2):r),"function"==typeof t&&null!=t.defaultProps)for(u in t.defaultProps)void 0===c[u]&&(c[u]=t.defaultProps[u]);return v(t,c,o,i,null)}function v(t,e,r,n,u){var c={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==u?++i:u};return null==u&&null!=o.vnode&&o.vnode(c),c}function g(t){return t.children}function b(t,e){this.props=t,this.context=e}function m(t,e){if(null==e)return t.__?m(t.__,t.__.__k.indexOf(t)+1):null;for(var r;e<t.__k.length;e++)if(null!=(r=t.__k[e])&&null!=r.__e)return r.__e;return"function"==typeof t.type?m(t):null}function _(t){var e,r;if(null!=(t=t.__)&&null!=t.__c){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if(null!=(r=t.__k[e])&&null!=r.__e){t.__e=t.__c.base=r.__e;break}return _(t)}}function x(t){(!t.__d&&(t.__d=!0)&&u.push(t)&&!O.__r++||a!==o.debounceRendering)&&((a=o.debounceRendering)||c)(O)}function O(){for(var t;O.__r=u.length;)t=u.sort((function(t,e){return t.__v.__b-e.__v.__b})),u=[],t.some((function(t){var e,r,n,o,i,u;t.__d&&(i=(o=(e=t).__v).__e,(u=e.__P)&&(r=[],(n=d({},o)).__v=o.__v+1,M(u,o,n,e.__n,void 0!==u.ownerSVGElement,null!=o.__h?[i]:null,r,null==i?m(o):i,o.__h),A(r,o),o.__e!=i&&_(o)))}))}function w(t,e,r,n,o,i,u,c,a,f){var p,d,h,y,b,_,x,O=n&&n.__k||s,w=O.length;for(r.__k=[],p=0;p<e.length;p++)if(null!=(y=r.__k[p]=null==(y=e[p])||"boolean"==typeof y?null:"string"==typeof y||"number"==typeof y||"bigint"==typeof y?v(null,y,null,null,y):Array.isArray(y)?v(g,{children:y},null,null,null):y.__b>0?v(y.type,y.props,y.key,null,y.__v):y)){if(y.__=r,y.__b=r.__b+1,null===(h=O[p])||h&&y.key==h.key&&y.type===h.type)O[p]=void 0;else for(d=0;d<w;d++){if((h=O[d])&&y.key==h.key&&y.type===h.type){O[d]=void 0;break}h=null}M(t,y,h=h||l,o,i,u,c,a,f),b=y.__e,(d=y.ref)&&h.ref!=d&&(x||(x=[]),h.ref&&x.push(h.ref,null,y),x.push(d,y.__c||b,y)),null!=b?(null==_&&(_=b),"function"==typeof y.type&&y.__k===h.__k?y.__d=a=S(y,a,t):a=j(t,y,h,O,b,a),"function"==typeof r.type&&(r.__d=a)):a&&h.__e==a&&a.parentNode!=t&&(a=m(h))}for(r.__e=_,p=w;p--;)null!=O[p]&&("function"==typeof r.type&&null!=O[p].__e&&O[p].__e==r.__d&&(r.__d=m(n,p+1)),D(O[p],O[p]));if(x)for(p=0;p<x.length;p++)T(x[p],x[++p],x[++p])}function S(t,e,r){for(var n,o=t.__k,i=0;o&&i<o.length;i++)(n=o[i])&&(n.__=t,e="function"==typeof n.type?S(n,e,r):j(r,n,n,o,n.__e,e));return e}function j(t,e,r,n,o,i){var u,c,a;if(void 0!==e.__d)u=e.__d,e.__d=void 0;else if(null==r||o!=i||null==o.parentNode)t:if(null==i||i.parentNode!==t)t.appendChild(o),u=null;else{for(c=i,a=0;(c=c.nextSibling)&&a<n.length;a+=2)if(c==o)break t;t.insertBefore(o,i),u=i}return void 0!==u?u:o.nextSibling}function E(t,e,r){"-"===e[0]?t.setProperty(e,r):t[e]=null==r?"":"number"!=typeof r||p.test(e)?r:r+"px"}function P(t,e,r,n,o){var i;t:if("style"===e)if("string"==typeof r)t.style.cssText=r;else{if("string"==typeof n&&(t.style.cssText=n=""),n)for(e in n)r&&e in r||E(t.style,e,"");if(r)for(e in r)n&&r[e]===n[e]||E(t.style,e,r[e])}else if("o"===e[0]&&"n"===e[1])i=e!==(e=e.replace(/Capture$/,"")),e=e.toLowerCase()in t?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+i]=r,r?n||t.addEventListener(e,i?R:k,i):t.removeEventListener(e,i?R:k,i);else if("dangerouslySetInnerHTML"!==e){if(o)e=e.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==e&&"list"!==e&&"form"!==e&&"tabIndex"!==e&&"download"!==e&&e in t)try{t[e]=null==r?"":r;break t}catch(t){}"function"==typeof r||(null!=r&&(!1!==r||"a"===e[0]&&"r"===e[1])?t.setAttribute(e,r):t.removeAttribute(e))}}function k(t){this.l[t.type+!1](o.event?o.event(t):t)}function R(t){this.l[t.type+!0](o.event?o.event(t):t)}function M(t,e,r,n,i,u,c,a,f){var l,s,p,h,y,v,m,_,x,O,S,j=e.type;if(void 0!==e.constructor)return null;null!=r.__h&&(f=r.__h,a=e.__e=r.__e,e.__h=null,u=[a]),(l=o.__b)&&l(e);try{t:if("function"==typeof j){if(_=e.props,x=(l=j.contextType)&&n[l.__c],O=l?x?x.props.value:l.__:n,r.__c?m=(s=e.__c=r.__c).__=s.__E:("prototype"in j&&j.prototype.render?e.__c=s=new j(_,O):(e.__c=s=new b(_,O),s.constructor=j,s.render=I),x&&x.sub(s),s.props=_,s.state||(s.state={}),s.context=O,s.__n=n,p=s.__d=!0,s.__h=[]),null==s.__s&&(s.__s=s.state),null!=j.getDerivedStateFromProps&&(s.__s==s.state&&(s.__s=d({},s.__s)),d(s.__s,j.getDerivedStateFromProps(_,s.__s))),h=s.props,y=s.state,p)null==j.getDerivedStateFromProps&&null!=s.componentWillMount&&s.componentWillMount(),null!=s.componentDidMount&&s.__h.push(s.componentDidMount);else{if(null==j.getDerivedStateFromProps&&_!==h&&null!=s.componentWillReceiveProps&&s.componentWillReceiveProps(_,O),!s.__e&&null!=s.shouldComponentUpdate&&!1===s.shouldComponentUpdate(_,s.__s,O)||e.__v===r.__v){s.props=_,s.state=s.__s,e.__v!==r.__v&&(s.__d=!1),s.__v=e,e.__e=r.__e,e.__k=r.__k,e.__k.forEach((function(t){t&&(t.__=e)})),s.__h.length&&c.push(s);break t}null!=s.componentWillUpdate&&s.componentWillUpdate(_,s.__s,O),null!=s.componentDidUpdate&&s.__h.push((function(){s.componentDidUpdate(h,y,v)}))}s.context=O,s.props=_,s.state=s.__s,(l=o.__r)&&l(e),s.__d=!1,s.__v=e,s.__P=t,l=s.render(s.props,s.state,s.context),s.state=s.__s,null!=s.getChildContext&&(n=d(d({},n),s.getChildContext())),p||null==s.getSnapshotBeforeUpdate||(v=s.getSnapshotBeforeUpdate(h,y)),S=null!=l&&l.type===g&&null==l.key?l.props.children:l,w(t,Array.isArray(S)?S:[S],e,r,n,i,u,c,a,f),s.base=e.__e,e.__h=null,s.__h.length&&c.push(s),m&&(s.__E=s.__=null),s.__e=!1}else null==u&&e.__v===r.__v?(e.__k=r.__k,e.__e=r.__e):e.__e=N(r.__e,e,r,n,i,u,c,f);(l=o.diffed)&&l(e)}catch(t){e.__v=null,(f||null!=u)&&(e.__e=a,e.__h=!!f,u[u.indexOf(a)]=null),o.__e(t,e,r)}}function A(t,e){o.__c&&o.__c(e,t),t.some((function(e){try{t=e.__h,e.__h=[],t.some((function(t){t.call(e)}))}catch(t){o.__e(t,e.__v)}}))}function N(t,e,r,o,i,u,c,a){var f,s,p,d=r.props,y=e.props,v=e.type,g=0;if("svg"===v&&(i=!0),null!=u)for(;g<u.length;g++)if((f=u[g])&&"setAttribute"in f==!!v&&(v?f.localName===v:3===f.nodeType)){t=f,u[g]=null;break}if(null==t){if(null===v)return document.createTextNode(y);t=i?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),u=null,a=!1}if(null===v)d===y||a&&t.data===y||(t.data=y);else{if(u=u&&n.call(t.childNodes),s=(d=r.props||l).dangerouslySetInnerHTML,p=y.dangerouslySetInnerHTML,!a){if(null!=u)for(d={},g=0;g<t.attributes.length;g++)d[t.attributes[g].name]=t.attributes[g].value;(p||s)&&(p&&(s&&p.__html==s.__html||p.__html===t.innerHTML)||(t.innerHTML=p&&p.__html||""))}if(function(t,e,r,n,o){var i;for(i in r)"children"===i||"key"===i||i in e||P(t,i,null,r[i],n);for(i in e)o&&"function"!=typeof e[i]||"children"===i||"key"===i||"value"===i||"checked"===i||r[i]===e[i]||P(t,i,e[i],r[i],n)}(t,y,d,i,a),p)e.__k=[];else if(g=e.props.children,w(t,Array.isArray(g)?g:[g],e,r,o,i&&"foreignObject"!==v,u,c,u?u[0]:r.__k&&m(r,0),a),null!=u)for(g=u.length;g--;)null!=u[g]&&h(u[g]);a||("value"in y&&void 0!==(g=y.value)&&(g!==d.value||g!==t.value||"progress"===v&&!g)&&P(t,"value",g,d.value,!1),"checked"in y&&void 0!==(g=y.checked)&&g!==t.checked&&P(t,"checked",g,d.checked,!1))}return t}function T(t,e,r){try{"function"==typeof t?t(e):t.current=e}catch(t){o.__e(t,r)}}function D(t,e,r){var n,i;if(o.unmount&&o.unmount(t),(n=t.ref)&&(n.current&&n.current!==t.__e||T(n,null,e)),null!=(n=t.__c)){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(t){o.__e(t,e)}n.base=n.__P=null}if(n=t.__k)for(i=0;i<n.length;i++)n[i]&&D(n[i],e,"function"!=typeof t.type);r||null==t.__e||h(t.__e),t.__e=t.__d=void 0}function I(t,e,r){return this.constructor(t,r)}n=s.slice,o={__e:function(t,e){for(var r,n,o;e=e.__;)if((r=e.__c)&&!r.__)try{if((n=r.constructor)&&null!=n.getDerivedStateFromError&&(r.setState(n.getDerivedStateFromError(t)),o=r.__d),null!=r.componentDidCatch&&(r.componentDidCatch(t),o=r.__d),o)return r.__E=r}catch(e){t=e}throw t}},i=0,b.prototype.setState=function(t,e){var r;r=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=d({},this.state),"function"==typeof t&&(t=t(d({},r),this.props)),t&&d(r,t),null!=t&&this.__v&&(e&&this.__h.push(e),x(this))},b.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),x(this))},b.prototype.render=g,u=[],c="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,O.__r=0;var C;r(100),r(101),r(129),r(135),r(136),r(137);function F(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function z(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?F(Object(r),!0).forEach((function(e){G(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):F(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function G(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function L(t){var e=t.x,r=t.y,n=t.width,o=t.height,i=t.radius,u=t.className,c=e-n/2,a=r-o/2,l=z(z({width:10,height:10,cx:0,cy:0,rx:i||0,ry:i||0,fill:"transparent",fillOpacity:1,strokeWidth:"1px",stroke:"#000",strokeOpacity:1,className:"lf-basic-shape ".concat(u)},t),{},{x:c,y:a});return Object(f.h)("rect",l)}function W(t){var e=t.x,r=t.y,n=t.width,o=t.height;return{minX:e-n/2,minY:r-o/2,maxX:e+n/2,maxY:r+o/2}}function B(t){var e=W(t),r=t.radius,n=e.minX,o=e.minY,i=e.maxX,u=e.maxY;return[{x:n+r,y:o+r},{x:i-r,y:o+r},{x:i-r,y:u-r},{x:n+r,y:u-r}]}function H(t){var e=t.point,r=t.beforeNode,n=t.afterNode,o=e.x,i=e.y,u={x:o,y:i},c=r.radius,a=W(r),f=W(n);if(o===a.minX){u.x=f.minX;var l=(i-r.y)/(r.height/2-c);u.y=l?n.y+(n.height/2-c)*l:n.y}else if(o===a.maxX){u.x=f.maxX;var s=(i-r.y)/(r.height/2-c);u.y=s?n.y+(n.height/2-c)*s:n.y}else if(i===a.minY){u.y=f.minY;var p=(o-r.x)/(r.width/2-c);u.x=p?n.x+(n.width/2-c)*p:n.x}else if(i===a.maxY){u.y=f.maxY;var d=(o-r.x)/(r.width/2-c);u.x=d?n.x+(n.width/2-c)*d:n.x}else{var h=B(r),y=B(n),v=W(r),g=v.minX,b=v.minY,m=v.maxX,_=v.maxY,x=-1;if(o-g<c&&i-b<c?x=0:m-o<c&&i-b<c?x=1:m-o<c&&_-i<c?x=2:o-g<c&&b-i<c&&(x=3),x>-1){var O=Math.atan2(i-h[x].y,o-h[x].x);u.x=y[x].x+c*Math.cos(O),u.y=y[x].y+c*Math.sin(O)}}return u}function Y(t){var e,r,n=t.point,o=t.beforeNode,i=t.afterNode,u=i.rx,c=i.ry,a=(n.y-o.y)/(n.x-o.x),f=u,l=c;return a>=1/0?(e=0,r=l):a<=-1/0?(e=0,r=-l):n.x-o.x>0?(e=f*l/Math.sqrt(l*l+f*f*a*a),r=f*l*a/Math.sqrt(l*l+f*f*a*a)):(e=-f*l/Math.sqrt(l*l+f*f*a*a),r=-f*l*a/Math.sqrt(l*l+f*f*a*a)),{x:e+i.x,y:r+i.y}}function X(t){var e,r=t.point,n=t.beforeNode,o=t.afterNode,i=r.x-n.x,u=r.y-n.y,c=n.rx,a=n.ry,f=Math.sqrt((c-Math.abs(i))*(c-Math.abs(i))+u*u)/Math.sqrt(c*c+a*a),l=o.rx,s=o.ry,p=Math.sqrt((l*l+s*s)*f*f*(l*l/(l*l+s*s))),d=p*(s/l);return e=u>0?d:-d,{x:(i>=0?l-p:p-l)+o.x,y:e+o.y}}function U(t){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function q(){return(q=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function $(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function V(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?$(Object(r),!0).forEach((function(e){rt(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):$(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function K(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function J(t,e){return(J=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Q(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=et(t);if(e){var o=et(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Z(this,r)}}function Z(t,e){if(e&&("object"===U(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return tt(t)}function tt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function et(t){return(et=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function rt(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}L.defaultProps={radius:0,stroke:"",strokeDasharray:"",className:""},function(t){t.NODE="node",t.CIRCLE_NODE="circle-node",t.POLYGON_NODE="polygon-node",t.RECT_NODE="rect-node",t.HTML_NODE="html-node",t.TEXT_NODE="text-node",t.ELLIPSE_NODE="ellipse-node",t.DIAMOND_NODE="diamond-node",t.EDGE="edge",t.LINE_EDGE="line-edge",t.POLYLINE_EDGE="polyline-edge",t.BEZIER_EDGE="bezier-edge",t.GRAPH="graph"}(C||(C={}));var nt=f.LogicFlowUtil.createDrag,ot=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&J(t,e)}(i,t);var e,r,n,o=Q(i);function i(t){var e;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),rt(tt(e=o.call(this)),"updatePosition",(function(t){var r=t.deltaX,n=t.deltaY,o=e.nodeModel,i=o.x,u=o.y;e.nodeModel.x=i+r/2,e.nodeModel.y=u+n/2,e.nodeModel.moveText(r/2,n/2)})),rt(tt(e),"getResize",(function(t){var e=t.index,r=t.deltaX,n=t.deltaY,o=t.width,i=t.height,u=t.pct,c=void 0===u?1:u,a={width:o,height:i};switch(e){case 0:a.width=o-r*c,a.height=i-n*c;break;case 1:a.width=o+r*c,a.height=i-n*c;break;case 2:a.width=o+r,a.height=i+n*c;break;case 3:a.width=o-r*c,a.height=i+n*c}return a})),rt(tt(e),"updateRect",(function(t){var r=t.deltaX,n=t.deltaY,o=e.nodeModel,i=o.id,u=o.x,c=o.y,a=o.width,f=o.height,l=o.radius,s=tt(e).index,p=e.getResize({index:s,deltaX:r,deltaY:n,width:a,height:f,pct:1}),d=e.nodeModel,h=d.minWidth,y=d.minHeight,v=d.maxWidth,g=d.maxHeight;if(!(p.width<h||p.width>v||p.height<y||p.height>g)){e.updatePosition({deltaX:r,deltaY:n}),e.nodeModel.width=p.width,e.nodeModel.height=p.height,e.nodeModel.setProperties({nodeSize:{width:p.width,height:p.height}});var b,m=e.getNodeEdges(i),_={x:u,y:c,width:a,height:f,radius:l},x={x:e.nodeModel.x,y:e.nodeModel.y,width:e.nodeModel.width,height:e.nodeModel.height,radius:l},O={point:"",beforeNode:_,afterNode:x};m.sourceEdges.forEach((function(t){O.point=t.startPoint,b=H(O),t.updateStartPoint(b)})),m.targetEdges.forEach((function(t){O.point=t.endPoint,b=H(O),t.updateEndPoint(b)})),e.eventEmit({beforeNode:_,afterNode:x})}})),rt(tt(e),"updateEllipse",(function(t){var r=t.deltaX,n=t.deltaY,o=e.nodeModel,i=o.id,u=o.rx,c=o.ry,a=o.x,f=o.y,l=tt(e).index,s=u,p=c,d=e.getResize({index:l,deltaX:r,deltaY:n,width:s,height:p,pct:.5}),h=e.nodeModel,y=h.minWidth,v=h.minHeight,g=h.maxWidth,b=h.maxHeight;if(!(d.width<y/2||d.width>g/2||d.height<v/2||d.height>b/2)){e.updatePosition({deltaX:r,deltaY:n}),e.nodeModel.rx=d.width,e.nodeModel.ry=d.height,e.nodeModel.setProperties({nodeSize:{rx:d.width,ry:d.height}});var m,_=e.getNodeEdges(i),x={x:a,y:f},O={rx:d.width,ry:d.height,x:e.nodeModel.x,y:e.nodeModel.y},w={point:{},beforeNode:x,afterNode:O};_.sourceEdges.forEach((function(t){w.point=t.startPoint,m=Y(w),t.updateStartPoint(m)})),_.targetEdges.forEach((function(t){w.point=t.endPoint,m=Y(w),t.updateEndPoint(m)})),e.eventEmit({beforeNode:V(V({},x),{},{rx:u,ry:c}),afterNode:O})}})),rt(tt(e),"updateDiamond",(function(t){var r=t.deltaX,n=t.deltaY,o=e.nodeModel,i=o.id,u=o.rx,c=o.ry,a=o.x,f=o.y,l=tt(e).index,s=u,p=c,d=e.getResize({index:l,deltaX:r,deltaY:n,width:s,height:p,pct:.5}),h=e.nodeModel,y=h.minWidth,v=h.minHeight,g=h.maxWidth,b=h.maxHeight;if(!(d.width<y/2||d.width>g/2||d.height<v/2||d.height>b/2)){e.updatePosition({deltaX:r,deltaY:n}),e.nodeModel.rx=d.width,e.nodeModel.ry=d.height,e.nodeModel.setProperties({nodeSize:{rx:d.width,ry:d.height}});var m,_={x:a,y:f,rx:u,ry:c},x={rx:d.width,ry:d.height,x:e.nodeModel.x,y:e.nodeModel.y},O={point:{},beforeNode:_,afterNode:x},w=e.getNodeEdges(i);w.sourceEdges.forEach((function(t){O.point=t.startPoint,m=X(O),t.updateStartPoint(m)})),w.targetEdges.forEach((function(t){O.point=t.endPoint,m=X(O),t.updateEndPoint(m)})),e.eventEmit({beforeNode:_,afterNode:x})}})),rt(tt(e),"eventEmit",(function(t){var r=t.beforeNode,n=t.afterNode,o=e.nodeModel,i=o.id,u=o.modelType,c=o.type,a=V({id:i,modelType:u,type:c},r),f=V({id:i,modelType:u,type:c},n);e.graphModel.eventCenter.emit("node:resize",{oldNodeSize:a,newNodeSize:f})})),rt(tt(e),"onDraging",(function(t){var r=t.deltaX,n=t.deltaY,o=e.nodeModel.modelType;o===C.RECT_NODE||o===C.HTML_NODE?e.updateRect({deltaX:r,deltaY:n}):o===C.ELLIPSE_NODE?e.updateEllipse({deltaX:r,deltaY:n}):o===C.DIAMOND_NODE&&e.updateDiamond({deltaX:r,deltaY:n})})),e.index=t.index,e.nodeModel=t.model,e.graphModel=t.graphModel;var r=e.graphModel.gridSize,n=2;return r>1&&(n=2*r),e.state={},e.dragHandler=nt({onDraging:e.onDraging,step:n}),e}return e=i,(r=[{key:"getNodeEdges",value:function(t){for(var e=this.graphModel.edges,r=[],n=[],o=0;o<e.length;o++){var i=e[o];i.sourceNodeId===t?r.push(i):e[o].targetNodeId===t&&n.push(i)}return{sourceEdges:r,targetEdges:n}}},{key:"render",value:function(){var t=this.props,e=t.x,r=t.y,n=t.index,o=t.model.getControlPointStyle();return y("g",{className:"lf-resize-control-".concat(n)},y(L,q({className:"lf-node-control",x:e,y:r},o,{onMouseDown:this.dragHandler})))}}])&&K(e.prototype,r),n&&K(e,n),i}(b);function it(t){return(it="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ut(){return(ut=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function ct(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function at(t,e){return(at=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function ft(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=st(t);if(e){var o=st(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return lt(this,r)}}function lt(t,e){if(e&&("object"===it(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function st(t){return(st=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var pt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&at(t,e)}(i,t);var e,r,n,o=ft(i);function i(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),(t=o.call(this)).state={},t}return e=i,(r=[{key:"getResizeControl",value:function(){var t=this.props,e=t.model,r=t.graphModel,n=e.x,o=e.y,i=e.width,u=e.height,c={minX:n-i/2,minY:o-u/2,maxX:n+i/2,maxY:o+u/2},a=c.minX,f=c.minY,l=c.maxX,s=c.maxY;return[{x:a,y:f},{x:l,y:f},{x:l,y:s},{x:a,y:s}].map((function(t,n){return y(ot,ut({index:n},t,{model:e,graphModel:r}))}))}},{key:"getGroupSolid",value:function(){var t=this.props.model,e=t.x,r=t.y,n=t.width,o=t.height;return y(L,ut({fill:"none"},t.getResizeOutlineStyle(),{x:e,y:r,width:n,height:o}))}},{key:"render",value:function(){return y("g",{className:"lf-resize-control"},this.getGroupSolid(),this.getResizeControl())}}])&&ct(e.prototype,r),n&&ct(e,n),i}(b);function dt(t){return(dt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ht(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yt(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function vt(t,e,r){return e&&yt(t.prototype,e),r&&yt(t,r),t}function gt(){return(gt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=bt(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}}).apply(this,arguments)}function bt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=St(t)););return t}function mt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&_t(t,e)}function _t(t,e){return(_t=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function xt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=St(t);if(e){var o=St(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Ot(this,r)}}function Ot(t,e){if(e&&("object"===dt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return wt(t)}function wt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function St(t){return(St=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function jt(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Et=function(t){mt(r,t);var e=xt(r);function r(){var t;ht(this,r);for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return jt(wt(t=e.call.apply(e,[this].concat(o))),"minWidth",30),jt(wt(t),"minHeight",30),jt(wt(t),"maxWidth",2e3),jt(wt(t),"maxHeight",2e3),t}return vt(r,[{key:"getOutlineStyle",value:function(){var t=gt(St(r.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{fill:"none",stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.width=t.width,this.height=t.height)}},{key:"resize",value:function(t,e){console.log(t,e)}}]),r}(f.RectNodeModel),Pt={type:"rect",view:function(t){mt(r,t);var e=xt(r);function r(){return ht(this,r),e.apply(this,arguments)}return vt(r,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,r=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:r})}},{key:"getResizeShape",value:function(){return gt(St(r.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),r}(f.RectNode),model:Et};function kt(t){return(kt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Rt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Mt(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function At(t,e,r){return e&&Mt(t.prototype,e),r&&Mt(t,r),t}function Nt(){return(Nt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=Tt(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}}).apply(this,arguments)}function Tt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Gt(t)););return t}function Dt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&It(t,e)}function It(t,e){return(It=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Ct(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=Gt(t);if(e){var o=Gt(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Ft(this,r)}}function Ft(t,e){if(e&&("object"===kt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return zt(t)}function zt(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Gt(t){return(Gt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Lt(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Wt=function(t){Dt(r,t);var e=Ct(r);function r(t,n){var o;return Rt(this,r),Lt(zt(o=e.call(this,t,n)),"minWidth",30),Lt(zt(o),"minHeight",30),Lt(zt(o),"maxWidth",2e3),Lt(zt(o),"maxHeight",2e3),o.rx=50,o.ry=50,o}return At(r,[{key:"getOutlineStyle",value:function(){var t=Nt(Gt(r.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.rx=t.rx,this.ry=t.ry)}}]),r}(f.EllipseNodeModel),Bt={type:"ellipse",view:function(t){Dt(r,t);var e=Ct(r);function r(){return Rt(this,r),e.apply(this,arguments)}return At(r,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,r=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:r})}},{key:"getResizeShape",value:function(){return Nt(Gt(r.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model;return Object(f.h)("g",null,this.getResizeShape(),t.isSelected?this.getControlGroup():"")}}]),r}(f.EllipseNode),model:Wt};r(182),r(160);function Ht(t){var e=t.fillOpacity,r=void 0===e?1:e,n=t.strokeWidth,o=void 0===n?1:n,i=t.strokeOpacity,u=void 0===i?1:i,c=t.fill,a=void 0===c?"transparent":c,l=t.stroke,s=void 0===l?"#000":l,p=t.points,d=t.className,h={fill:a,fillOpacity:r,strokeWidth:o,stroke:s,strokeOpacity:u,points:"",className:void 0===d?"lf-basic-shape":d};return h.points=p.map((function(t){return t.join(",")})).join(" "),Object(f.h)("polygon",h)}function Yt(t){return(Yt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Xt(){return(Xt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function Ut(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function qt(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function $t(t,e,r){return e&&qt(t.prototype,e),r&&qt(t,r),t}function Vt(){return(Vt="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=Kt(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}}).apply(this,arguments)}function Kt(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=re(t)););return t}function Jt(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Qt(t,e)}function Qt(t,e){return(Qt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Zt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=re(t);if(e){var o=re(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return te(this,r)}}function te(t,e){if(e&&("object"===Yt(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return ee(t)}function ee(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function re(t){return(re=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function ne(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var oe=function(t){Jt(r,t);var e=Zt(r);function r(){var t;Ut(this,r);for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return ne(ee(t=e.call.apply(e,[this].concat(o))),"minWidth",30),ne(ee(t),"minHeight",30),ne(ee(t),"maxWidth",2e3),ne(ee(t),"maxHeight",2e3),t}return $t(r,[{key:"getOutlineStyle",value:function(){var t=Vt(re(r.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.rx=t.rx,this.ry=t.ry)}}]),r}(f.DiamondNodeModel),ie={type:"diamond",view:function(t){Jt(r,t);var e=Zt(r);function r(){return Ut(this,r),e.apply(this,arguments)}return $t(r,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,r=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:r})}},{key:"getResizeShape",value:function(){var t=this.props.model,e=t.points,r=t.getNodeStyle();return Object(f.h)("g",null,Object(f.h)(Ht,Xt({},r,{points:e})))}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),r}(f.DiamondNode),model:oe};function ue(t){return(ue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ce(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ae(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function fe(t,e,r){return e&&ae(t.prototype,e),r&&ae(t,r),t}function le(){return(le="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=se(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}}).apply(this,arguments)}function se(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=ge(t)););return t}function pe(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&de(t,e)}function de(t,e){return(de=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function he(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=ge(t);if(e){var o=ge(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return ye(this,r)}}function ye(t,e){if(e&&("object"===ue(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return ve(t)}function ve(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ge(t){return(ge=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function be(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var me=function(t){pe(r,t);var e=he(r);function r(){var t;ce(this,r);for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return be(ve(t=e.call.apply(e,[this].concat(o))),"minWidth",30),be(ve(t),"minHeight",30),be(ve(t),"maxWidth",2e3),be(ve(t),"maxHeight",2e3),t}return fe(r,[{key:"getOutlineStyle",value:function(){var t=le(ge(r.prototype),"getOutlineStyle",this).call(this);return t.stroke="none",t.hover&&(t.hover.stroke="none"),t}},{key:"getResizeOutlineStyle",value:function(){return{stroke:"#000000",strokeWidth:1,strokeDasharray:"3,3"}}},{key:"getControlPointStyle",value:function(){return{width:7,height:7,fill:"#FFFFFF",stroke:"#000000"}}},{key:"setAttributes",value:function(){var t=this.properties.nodeSize;t&&(this.width=t.width,this.height=t.height)}}]),r}(f.HtmlNodeModel),_e={type:"html",view:function(t){pe(r,t);var e=he(r);function r(){return ce(this,r),e.apply(this,arguments)}return fe(r,[{key:"getControlGroup",value:function(){var t=this.props,e=t.model,r=t.graphModel;return Object(f.h)(pt,{model:e,graphModel:r})}},{key:"getResizeShape",value:function(){return le(ge(r.prototype),"getShape",this).call(this)}},{key:"getShape",value:function(){var t=this.props.model.isSelected;return Object(f.h)("g",null,this.getResizeShape(),t?this.getControlGroup():"")}}]),r}(f.HtmlNode),model:me},xe={pluginName:"nodeResize",step:0,install:function(t){t.register({type:Pt.type,view:Pt.view,model:Pt.model}),t.register({type:Bt.type,view:Bt.view,model:Bt.model}),t.register({type:ie.type,view:ie.view,model:ie.model}),t.register({type:_e.type,view:_e.view,model:_e.model})}};e.default=xe},,,,,,,,function(t,e,r){"use strict";r(141)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),r(142))},function(t,e,r){var n=r(6),o=r(183),i=r(105);n({target:"Array",proto:!0},{fill:o}),i("fill")},function(t,e,r){"use strict";var n=r(15),o=r(54),i=r(17);t.exports=function(t){for(var e=n(this),r=i(e),u=arguments.length,c=o(u>1?arguments[1]:void 0,r),a=u>2?arguments[2]:void 0,f=void 0===a?r:o(a,r);f>c;)e[c++]=t;return e}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,r){"use strict";r.r(e),r.d(e,"Group",(function(){return k})),r.d(e,"GroupNode",(function(){return w}));r(56),r(148),r(60),r(69),r(75),r(100),r(101),r(77),r(138),r(70),r(80),r(81),r(132),r(139),r(140),r(118),r(116),r(181),r(119),r(120),r(121),r(122),r(152),r(117),r(129),r(135),r(136),r(137);var n=r(18),o=r(173);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function c(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e){x(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function a(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return f(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return f(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function p(t,e,r){return e&&s(t.prototype,e),r&&s(t,r),t}function d(){return(d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,r){var n=h(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}}).apply(this,arguments)}function h(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=_(t)););return t}function y(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&v(t,e)}function v(t,e){return(v=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function g(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=_(t);if(e){var o=_(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return b(this,r)}}function b(t,e){if(e&&("object"===i(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return m(t)}function m(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _(t){return(_=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function x(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var O=function(t){y(r,t);var e=g(r);function r(){var t;l(this,r);for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return x(m(t=e.call.apply(e,[this].concat(o))),"isGroup",!0),x(m(t),"unfoldedWidth",500),x(m(t),"unfoldedHight",300),t}return p(r,[{key:"initNodeData",value:function(t){d(_(r.prototype),"initNodeData",this).call(this,t);var e=[];Array.isArray(t.children)&&(e=t.children),this.children=new Set(e),this.width=500,this.height=300,this.foldedWidth=80,this.foldedHeight=60,this.zIndex=-1,this.radius=0,this.text.editable=!1,this.text.draggable=!1,this.isRestrict=!1,this.resizable=!1,this.autoToFront=!1,this.foldable=!1,this.properties.isFolded=!1,this.isFolded=this.properties.isFolded}},{key:"getResizeOutlineStyle",value:function(){var t=d(_(r.prototype),"getResizeOutlineStyle",this).call(this);return t.stroke="none",t}},{key:"foldGroup",value:function(t){var e=this;this.setProperty("isFolded",t),this.isFolded=t,t?(this.x=this.x-this.width/2+this.foldedWidth/2,this.y=this.y-this.height/2+this.foldedHeight/2,this.unfoldedWidth=this.width,this.unfoldedHight=this.height,this.width=this.foldedWidth,this.height=this.foldedHeight):(this.width=this.unfoldedWidth,this.height=this.unfoldedHight,this.x=this.x+this.width/2-this.foldedWidth/2,this.y=this.y+this.height/2-this.foldedHeight/2);var r=this.graphModel.getNodeIncomingEdge(this.id),n=this.graphModel.getNodeOutgoingEdge(this.id);r.concat(n).forEach((function(t){if(e.graphModel.deleteEdgeById(t.id),!t.isFoldedEdge){var r=t.targetNodeId===e.id,n=t.getData();r?n.endPoint=void 0:n.startPoint=void 0,n.pointsList=void 0,e.graphModel.addEdge(n)}})),this.children.forEach((function(r){e.graphModel.getElement(r).visible=!t,e.foldEdge(r,t)}))}},{key:"foldEdge",value:function(t,e){var r=this,n=this.graphModel.getNodeIncomingEdge(t),o=this.graphModel.getNodeOutgoingEdge(t);n.concat(o).forEach((function(n,o){if(n.visible=!e,e&&(!r.children.has(n.targetNodeId)||!r.children.has(n.sourceNodeId))){var i=n.targetNodeId===t;if(e){var u,c=n.getData();c.id="".concat(c.id,"__").concat(o),i?(c.endPoint=void 0,c.targetNodeId=r.id):(c.startPoint=void 0,c.sourceNodeId=r.id),c.text=null===(u=c.text)||void 0===u?void 0:u.value,c.pointsList=void 0;var a=r.graphModel.addEdge(c);a.virtual=!0,a.getData=function(){return null},a.text.editable=!1,a.isFoldedEdge=!0}}}))}},{key:"isInRange",value:function(t){var e=t.x1,r=t.y1,n=t.x2,o=t.y2;return e>=this.x-this.width/2&&n<=this.x+this.width/2&&r>=this.y-this.height/2&&o<=this.y+this.height/2}},{key:"setAllowAppendChild",value:function(t){this.setProperty("groupAddable",t)}},{key:"addChild",value:function(t){this.children.add(t)}},{key:"removeChild",value:function(t){this.children.delete(t)}},{key:"getAddableOutlineStyle",value:function(){return{stroke:"#FEB663",strokeWidth:2,strokeDasharray:"4 4",fill:"transparent"}}},{key:"getData",value:function(){var t=d(_(r.prototype),"getData",this).call(this);t.children=a(this.children);var e=t.properties;return delete e.groupAddable,delete e.isFolded,t}}]),r}(o.RectResize.model),w={type:"group",view:function(t){y(r,t);var e=g(r);function r(){return l(this,r),e.apply(this,arguments)}return p(r,[{key:"getControlGroup",value:function(){var t=this.props.model,e=t.resizable,n=t.properties;return e&&!n.isFolded?d(_(r.prototype),"getControlGroup",this).call(this):null}},{key:"getAddedableShape",value:function(){var t=this.props.model,e=t.width,r=t.height,o=t.x,i=t.y,u=t.radius;if(!t.properties.groupAddable)return null;var a=this.props.model.getNodeStyle().strokeWidth,f=this.props.model.getAddableOutlineStyle(),l=e+a+8,s=r+a+8;return Object(n.h)("rect",c(c({},f),{},{width:l,height:s,x:o-l/2,y:i-s/2,rx:u,ry:u}))}},{key:"getFoldIcon",value:function(){var t=this.props.model,e=t.x-t.width/2+5,r=t.y-t.height/2+5;if(!t.foldable)return null;var o=Object(n.h)("path",{fill:"none",stroke:"#818281",strokeWidth:2,"pointer-events":"none",d:t.properties.isFolded?"M ".concat(e+3,",").concat(r+6," ").concat(e+11,",").concat(r+6," M").concat(e+7,",").concat(r+2," ").concat(e+7,",").concat(r+10):"M ".concat(e+3,",").concat(r+6," ").concat(e+11,",").concat(r+6," ")});return Object(n.h)("g",{},[Object(n.h)("rect",{height:12,width:14,rx:2,ry:2,strokeWidth:1,fill:"#F4F5F6",stroke:"#CECECE",cursor:"pointer",x:t.x-t.width/2+5,y:t.y-t.height/2+5,onClick:function(){t.foldGroup(!t.properties.isFolded)}}),o])}},{key:"getResizeShape",value:function(){return Object(n.h)("g",{},[this.getAddedableShape(),d(_(r.prototype),"getResizeShape",this).call(this),this.getFoldIcon()])}}]),r}(o.RectResize.view),model:O};function S(t){return function(t){if(Array.isArray(t))return j(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return j(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return j(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function j(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function E(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function P(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var k=function(){function t(e){var r=this,n=e.lf;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),P(this,"nodeGroupMap",new Map),P(this,"graphRendered",(function(t){t&&t.nodes&&t.nodes.forEach((function(t){t.children&&t.children.forEach((function(e){r.nodeGroupMap.set(e,t.id)}))}))})),P(this,"appendNodeToGrop",(function(t){var e=t.data,n=r.nodeGroupMap.get(e.id);if(n){var o=r.lf.getNodeModelById(n);o.removeChild(e.id),r.nodeGroupMap.delete(e.id),o.setAllowAppendChild(!1)}var i=r.lf.getNodeModelById(e.id).getBounds(),u=r.getGroup(i);u&&e.id!==u.id&&(u.addChild(e.id),r.nodeGroupMap.set(e.id,u.id),u.setAllowAppendChild(!1))})),P(this,"setActiveGroup",(function(t){var e=t.data,n=r.lf.getNodeModelById(e.id);if(!n.isGroup){var o=n.getBounds(),i=r.getGroup(o);(i||i!==r.activeGroup)&&(r.activeGroup&&r.activeGroup.setAllowAppendChild(!1),i&&(r.activeGroup=i,r.activeGroup.setAllowAppendChild(!0)))}})),n.register(w),this.lf=n,n.graphModel.addNodeMoveRules((function(t,e,o){if(t.isGroup)return n.graphModel.moveNodes(S(t.children),e,o,!0),!0;var i=n.getNodeModelById(r.nodeGroupMap.get(t.id));if(i&&i.isRestrict){var u=t.getBounds(),c=u.x1,a=u.y1,f=u.x2,l=u.y2;return i.isInRange({x1:c+e,y1:a+o,x2:f+e,y2:l+o})}return!0})),n.on("node:add",this.appendNodeToGrop),n.on("node:drop",this.appendNodeToGrop),n.on("node:dnd-drag",this.setActiveGroup),n.on("node:drag",this.setActiveGroup),n.on("graph:rendered",this.graphRendered)}var e,r,n;return e=t,(r=[{key:"getGroups",value:function(){var t=[];this.lf.graphModel.nodes.forEach((function(e){e.isGroup&&t.push(e)}))}},{key:"getGroup",value:function(t){for(var e=this.lf.graphModel.nodes,r=0;r<e.length;r++){var n=e[r];if(n.isGroup&&n.isInRange(t))return n}}}])&&E(e.prototype,r),n&&E(e,n),t}();P(k,"pluginName","group")}])}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logicflow/extension",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.7",
|
|
4
4
|
"description": "LogicFlow extension",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"readme.md"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@logicflow/core": "^1.1.0-alpha.
|
|
35
|
+
"@logicflow/core": "^1.1.0-alpha.7",
|
|
36
36
|
"ids": "^1.0.0",
|
|
37
37
|
"preact": "^10.4.8"
|
|
38
38
|
},
|