@antv/infographic 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/infographic.min.js +95 -95
- package/dist/infographic.min.js.map +1 -1
- package/esm/designs/items/types.d.ts +3 -3
- package/esm/designs/structures/index.d.ts +1 -1
- package/esm/designs/structures/index.js +1 -1
- package/esm/designs/structures/relation-dagre-flow.js +2 -4
- package/esm/designs/structures/types.d.ts +2 -2
- package/esm/editor/utils/data.d.ts +2 -2
- package/esm/options/parser.d.ts +2 -0
- package/esm/options/parser.js +55 -4
- package/esm/options/types.d.ts +2 -2
- package/esm/syntax/relations.d.ts +2 -2
- package/esm/syntax/schema.js +14 -1
- package/esm/templates/built-in.js +2 -21
- package/esm/templates/compare-quadrant.d.ts +2 -0
- package/esm/templates/compare-quadrant.js +40 -0
- package/esm/types/data.d.ts +86 -10
- package/esm/utils/data.d.ts +2 -2
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/lib/designs/items/types.d.ts +3 -3
- package/lib/designs/structures/index.d.ts +1 -1
- package/lib/designs/structures/index.js +1 -1
- package/lib/designs/structures/relation-dagre-flow.js +2 -4
- package/lib/designs/structures/types.d.ts +2 -2
- package/lib/editor/utils/data.d.ts +2 -2
- package/lib/options/parser.d.ts +2 -0
- package/lib/options/parser.js +56 -4
- package/lib/options/types.d.ts +2 -2
- package/lib/syntax/relations.d.ts +2 -2
- package/lib/syntax/schema.js +14 -1
- package/lib/templates/built-in.js +2 -21
- package/lib/templates/compare-quadrant.d.ts +2 -0
- package/lib/templates/compare-quadrant.js +43 -0
- package/lib/types/data.d.ts +86 -10
- package/lib/utils/data.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/src/designs/items/types.ts +3 -3
- package/src/designs/structures/compare-binary-horizontal/index.tsx +3 -2
- package/src/designs/structures/compare-hierarchy-left-right.tsx +2 -1
- package/src/designs/structures/compare-hierarchy-row.tsx +2 -1
- package/src/designs/structures/hierarchy-structure.tsx +2 -1
- package/src/designs/structures/hierarchy-tree.tsx +2 -2
- package/src/designs/structures/index.ts +1 -1
- package/src/designs/structures/relation-dagre-flow.tsx +6 -7
- package/src/designs/structures/types.ts +2 -2
- package/src/editor/utils/data.ts +2 -2
- package/src/options/parser.ts +55 -3
- package/src/options/types.ts +2 -2
- package/src/syntax/relations.ts +5 -5
- package/src/syntax/schema.ts +14 -1
- package/src/templates/built-in.ts +2 -21
- package/src/templates/compare-quadrant.ts +48 -0
- package/src/types/data.ts +112 -10
- package/src/utils/data.ts +2 -2
- package/src/version.ts +1 -1
- /package/esm/designs/structures/{quadrant.d.ts → compare-quadrant.d.ts} +0 -0
- /package/esm/designs/structures/{quadrant.js → compare-quadrant.js} +0 -0
- /package/lib/designs/structures/{quadrant.d.ts → compare-quadrant.d.ts} +0 -0
- /package/lib/designs/structures/{quadrant.js → compare-quadrant.js} +0 -0
- /package/src/designs/structures/{quadrant.tsx → compare-quadrant.tsx} +0 -0
package/dist/infographic.min.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
(function(V,dt){typeof exports=="object"&&typeof module!="undefined"?dt(exports):typeof define=="function"&&define.amd?define(["exports"],dt):(V=typeof globalThis!="undefined"?globalThis:V||self,dt(V.AntVInfographic={}))})(this,(function(V){"use strict";var dae=Object.defineProperty,fae=Object.defineProperties;var pae=Object.getOwnPropertyDescriptors;var xS=Object.getOwnPropertySymbols;var gae=Object.prototype.hasOwnProperty,mae=Object.prototype.propertyIsEnumerable;var Qo=Math.pow,wS=(V,dt,Zt)=>dt in V?dae(V,dt,{enumerable:!0,configurable:!0,writable:!0,value:Zt}):V[dt]=Zt,Tt=(V,dt)=>{for(var Zt in dt||(dt={}))gae.call(dt,Zt)&&wS(V,Zt,dt[Zt]);if(xS)for(var Zt of xS(dt))mae.call(dt,Zt)&&wS(V,Zt,dt[Zt]);return V},Kt=(V,dt)=>fae(V,pae(dt));var dt=typeof document!="undefined"?document.currentScript:null;const Zt=new Map;function fm(e,t){Zt.set(e,t)}function pm(e){return Zt.get(e)}function $S(){return Array.from(Zt.keys())}var CS=Object.defineProperty,gm=Object.getOwnPropertySymbols,OS=Object.prototype.hasOwnProperty,SS=Object.prototype.propertyIsEnumerable,mm=(e,t,n)=>t in e?CS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ym=(e,t)=>{for(var n in t||(t={}))OS.call(t,n)&&mm(e,n,t[n]);if(gm)for(var n of gm(t))SS.call(t,n)&&mm(e,n,t[n]);return e};const qi={edgeType:"curved",edgeColorMode:"gradient",edgeWidth:2,colorMode:"branch",levelGap:80,nodeGap:18},ji={edgeType:"curved",edgeWidth:2,edgeColorMode:"gradient",colorMode:"level",levelGap:80,nodeGap:18},vm={type:"lined-text",usePaletteColor:!0,showUnderline:!0,underlineThickness:2},bm={type:"capsule-item"},_m={type:"circular-progress"},xm={type:"rounded-rect-node",positionH:"center"},wm={type:"compact-card"},MS=(e,t)=>ym(ym({type:"hierarchy-mindmap"},t!==void 0?{edgeAlign:t}:{}),e),wn=(e,t,n,r)=>[e,{design:{structure:MS(t,r),item:n}}],ES=Object.fromEntries([wn("hierarchy-mindmap-branch-gradient-lined-palette",qi,vm,"bottom"),wn("hierarchy-mindmap-level-gradient-lined-palette",ji,vm,"bottom"),wn("hierarchy-mindmap-branch-gradient-capsule-item",qi,bm),wn("hierarchy-mindmap-level-gradient-capsule-item",ji,bm),wn("hierarchy-mindmap-branch-gradient-circle-progress",qi,_m,.4),wn("hierarchy-mindmap-level-gradient-circle-progress",ji,_m,.4),wn("hierarchy-mindmap-branch-gradient-rounded-rect",qi,xm),wn("hierarchy-mindmap-level-gradient-rounded-rect",ji,xm),wn("hierarchy-mindmap-branch-gradient-compact-card",qi,wm),wn("hierarchy-mindmap-level-gradient-compact-card",ji,wm)]),IS={"hierarchy-structure":{design:{title:"default",structure:{type:"hierarchy-structure"},item:"simple"}},"hierarchy-structure-mirror":{design:{title:"default",structure:{type:"hierarchy-structure",layerLabelPosition:"right"},item:"simple"}}};var AS=Object.defineProperty,Pm=Object.getOwnPropertySymbols,TS=Object.prototype.hasOwnProperty,kS=Object.prototype.propertyIsEnumerable,$m=(e,t,n)=>t in e?AS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Cm=(e,t)=>{for(var n in t||(t={}))TS.call(t,n)&&$m(e,n,t[n]);if(Pm)for(var n of Pm(t))kS.call(t,n)&&$m(e,n,t[n]);return e};const RS={"tech-style":{edgeType:"straight",edgeStyle:"solid",edgeColorMode:"gradient",edgeMarker:"arrow",markerSize:12,edgeCornerRadius:5},"dashed-line":{edgeStyle:"dashed",edgeCornerRadius:10,edgeDashPattern:"10,5",edgeColorMode:"gradient",edgeMarker:"dot",markerSize:6,edgeOffset:6},"distributed-origin":{edgeOrigin:"distributed",edgeOriginPadding:30,edgeMarker:"arrow",edgeCornerRadius:10,markerSize:12,edgeColorMode:"gradient"},"curved-line":{edgeType:"curved",edgeColorMode:"gradient",edgeMarker:"none"},"dashed-arrow":{edgeType:"straight",edgeStyle:"dashed",edgeDashPattern:"8,4",edgeMarker:"arrow",markerSize:10,edgeCornerRadius:0}},LS=["capsule-item","rounded-rect-node","compact-card","badge-card","ribbon-card"],Om={},Sm="hierarchy-tree",zS=[{key:""},{key:"bt",orientation:"bottom-top"},{key:"lr",orientation:"left-right"},{key:"rl",orientation:"right-left"}],NS=(e,t,n)=>e?`${Sm}-${e}-${t}-${n}`:`${Sm}-${t}-${n}`;for(const e of LS)for(const[t,n]of Object.entries(RS))for(const{key:r,orientation:i}of zS){const o=NS(r,t,e);Om[o]={design:{structure:Cm(Cm({type:"hierarchy-tree"},i?{orientation:i}:{}),n),item:{type:e}}}}const HS={"list-zigzag-up-compact-card":{design:{title:"default",structure:{type:"list-zigzag-up"},items:[{type:"compact-card"}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-up-simple":{design:{title:"default",structure:{type:"list-zigzag-up"},items:[{type:"simple",usePaletteColor:!0}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-down-compact-card":{design:{title:"default",structure:{type:"list-zigzag-down"},items:[{type:"compact-card"}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-down-simple":{design:{title:"default",structure:{type:"list-zigzag-down"},items:[{type:"simple",usePaletteColor:!0}]},themeConfig:{colorPrimary:"#17CA2C"}}};var DS=Object.defineProperty,qS=Object.defineProperties,jS=Object.getOwnPropertyDescriptors,Mm=Object.getOwnPropertySymbols,FS=Object.prototype.hasOwnProperty,BS=Object.prototype.propertyIsEnumerable,Em=(e,t,n)=>t in e?DS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jo=(e,t)=>{for(var n in t||(t={}))FS.call(t,n)&&Em(e,n,t[n]);if(Mm)for(var n of Mm(t))BS.call(t,n)&&Em(e,n,t[n]);return e},ea=(e,t)=>qS(e,jS(t));const WS={"simple-circle-node":{type:"simple-circle-node"},"badge-card":{type:"badge-card"},capsule:{type:"capsule-item"},"compact-card":{type:"compact-card"}},ta={type:"relation-dagre-flow",edgeColorMode:"gradient",showArrow:!0,arrowType:"triangle",colorMode:"node"},GS={tb:ea(Jo({},ta),{rankdir:"TB",edgeRouting:"orth"}),lr:ea(Jo({},ta),{rankdir:"LR",edgeRouting:"orth"}),"tb-animated":ea(Jo({},ta),{rankdir:"TB",edgeCornerRadius:12,edgeRouting:"orth",edgeAnimation:"ant-line",edgeDashPattern:"8,4",edgeAnimationSpeed:1}),"lr-animated":ea(Jo({},ta),{rankdir:"LR",edgeCornerRadius:12,edgeRouting:"orth",edgeAnimation:"ant-line",edgeDashPattern:"8,4",edgeAnimationSpeed:1})},Im={},VS=["lr-capsule","tb-capsule"];Object.entries(GS).forEach(([e,t])=>{Object.entries(WS).forEach(([n,r])=>{const i=`${e}-${n}`;if(VS.includes(i))return;const o=`relation-dagre-flow-${i}`;Im[o]={design:{title:"default",structure:t,item:r}}})});const YS={"sequence-stairs-front-pill-badge":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"pill-badge"}]}},"sequence-stairs-front-compact-card":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"compact-card"}]}},"sequence-stairs-front-simple":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"simple",usePaletteColor:!0}]}}},XS={"chart-wordcloud-rotate":{design:{structure:{type:"chart-wordcloud"},item:"simple"}},"chart-wordcloud":{design:{structure:{type:"chart-wordcloud",enableRotate:!1},item:"simple"}}};var US=Object.defineProperty,Am=Object.getOwnPropertySymbols,KS=Object.prototype.hasOwnProperty,ZS=Object.prototype.propertyIsEnumerable,Tm=(e,t,n)=>t in e?US(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pr=(e,t)=>{for(var n in t||(t={}))KS.call(t,n)&&Tm(e,n,t[n]);if(Am)for(var n of Am(t))ZS.call(t,n)&&Tm(e,n,t[n]);return e};const QS=pr(pr(pr(pr(pr(pr(pr({"compare-hierarchy-left-right-circle-node-pill-badge":{design:{structure:{type:"compare-hierarchy-left-right",decoration:"split-line",surround:!1,groupGap:-20},title:"default",items:[{type:"circle-node",width:240},"pill-badge"]},themeConfig:{}},"compare-hierarchy-left-right-circle-node-plain-text":{design:{title:"default",structure:{type:"compare-hierarchy-left-right",decoration:"dot-line",flipLeaf:!0,groupGap:-10},items:[{type:"circle-node",width:180},{type:"plain-text"}]}},"list-pyramid-rounded-rect-node":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"rounded-rect-node"}]}},"list-pyramid-badge-card":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"badge-card"}]}},"list-pyramid-compact-card":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"compact-card"}]}},"list-column-done-list":{design:{title:"default",structure:{type:"list-column"},items:[{type:"done-list"}]}},"list-column-vertical-icon-arrow":{design:{title:"default",structure:{type:"list-column",gap:-5,zigzag:!0},items:[{type:"vertical-icon-arrow"}]}},"list-grid-badge-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"badge-card"}]}},"list-grid-candy-card-lite":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"candy-card-lite"}]}},"chart-column-simple":{design:{title:"default",structure:{type:"chart-column"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"list-grid-circular-progress":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"circular-progress"}]}},"list-grid-compact-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"compact-card"}]}},"list-grid-done-list":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"done-list"}]}},"list-grid-horizontal-icon-arrow":{design:{title:"default",structure:{type:"list-grid",gap:0,zigzag:!0},items:[{type:"horizontal-icon-arrow"}]}},"list-grid-progress-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"progress-card"}]}},"list-grid-ribbon-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"ribbon-card"}]}},"list-grid-simple":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"simple"}]}},"list-row-circular-progress":{design:{title:"default",structure:{type:"list-row"},items:[{type:"circular-progress"}]}},"list-row-horizontal-icon-arrow":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"horizontal-icon-arrow"}]}},"relation-circle-circular-progress":{design:{title:"default",structure:{type:"relation-circle"},items:[{type:"circular-progress"}]}},"relation-circle-icon-badge":{design:{title:"default",structure:{type:"relation-circle"},items:[{type:"icon-badge"}]}},"sequence-steps-badge-card":{design:{title:"default",structure:{type:"sequence-steps"},items:[{type:"badge-card"}]}},"sequence-steps-simple":{design:{title:"default",structure:{type:"sequence-steps",gap:10},items:[{type:"simple"}]}},"sequence-timeline-done-list":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"done-list"}]}},"sequence-timeline-plain-text":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"plain-text"}]}},"sequence-timeline-rounded-rect-node":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"rounded-rect-node"}]}},"sequence-ascending-steps":{design:{title:"default",structure:{type:"sequence-ascending-steps",vGap:-46,hGap:-20},items:[{type:"l-corner-card"}]}},"sequence-timeline-simple":{design:{title:"default",structure:{type:"sequence-timeline",gap:20},items:[{type:"simple",positionV:"middle"}]}},"sequence-cylinders-3d-simple":{design:{title:"default",structure:{type:"sequence-cylinders-3d",gapY:20},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"list-column-simple-vertical-arrow":{design:{title:"default",structure:{type:"list-column",gap:0,zigzag:!0},items:[{type:"simple-vertical-arrow"}]}},"list-row-simple-horizontal-arrow":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"simple-horizontal-arrow"}]}},"compare-swot":{design:{title:"default",structure:{type:"compare-hierarchy-row",itemGap:32,itemPadding:40,showColumnBackground:!0,columnBackgroundAlpha:.08},items:[{type:"letter-card",showBottomShade:!1},{type:"plain-text",formatter:e=>`● ${e}`,usePaletteColor:!0}]}},"compare-hierarchy-row-letter-card-compact-card":{design:{title:"default",structure:{type:"compare-hierarchy-row"},items:[{type:"letter-card"},{type:"compact-card"}]}},"compare-hierarchy-row-letter-card-rounded-rect-node":{design:{title:"default",structure:{type:"compare-hierarchy-row"},items:[{type:"letter-card"},{type:"rounded-rect-node"}]}},"sequence-snake-steps-compact-card":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"compact-card"}]}},"sequence-snake-steps-pill-badge":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"pill-badge"}]}},"sequence-snake-steps-simple":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"simple"}]}},"sequence-color-snake-steps-horizontal-icon-line":{design:{title:"default",structure:{type:"sequence-color-snake-steps"},items:[{type:"horizontal-icon-line"}]}},"sequence-pyramid-simple":{design:{title:"default",structure:{type:"sequence-pyramid"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]},themeConfig:{colorPrimary:"#1677ff"}},"sequence-funnel-simple":{design:{title:"default",structure:{type:"sequence-funnel"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]},themeConfig:{palette:"#1677ff"}},"list-row-horizontal-icon-line":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"horizontal-icon-line"}]}},"list-sector-simple":{design:{title:"default",structure:{type:"list-sector"},items:[{type:"simple"}]}},"list-sector-plain-text":{design:{title:"default",structure:{type:"list-sector"},items:[{type:"plain-text"}]}},"list-sector-half-plain-text":{design:{title:"default",structure:{type:"list-sector",startAngle:-180,endAngle:0},items:[{type:"plain-text"}]}},"quadrant-quarter-simple-card":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"quarter-simple-card"}]}},"quadrant-quarter-circular":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"quarter-circular"}]}},"sequence-roadmap-vertical-plain-text":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"plain-text"}]}},"sequence-roadmap-vertical-simple":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"simple",showIcon:!1}]}},"sequence-roadmap-vertical-badge-card":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"badge-card"}]}},"sequence-roadmap-vertical-pill-badge":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"pill-badge"}]}},"sequence-roadmap-vertical-quarter-circular":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"quarter-circular"}]}},"sequence-roadmap-vertical-quarter-simple-card":{design:{title:"default",structure:{type:"sequence-roadmap-vertical",flipped:!0},items:[{type:"quarter-simple-card"}]}},"sequence-horizontal-zigzag-simple-illus":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple-illus"}]}},"sequence-horizontal-zigzag-horizontal-icon-line":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"horizontal-icon-line"}]}},"sequence-horizontal-zigzag-plain-text":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"plain-text"}]}},"sequence-horizontal-zigzag-simple-horizontal-arrow":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple-horizontal-arrow"}]}},"sequence-horizontal-zigzag-simple":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple"}]}},"list-row-simple-illus":{design:{title:"default",structure:{type:"list-row"},items:[{type:"simple-illus"}]}},"quadrant-simple-illus":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"simple-illus"}]}},"sequence-color-snake-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-color-snake-steps"},items:[{type:"simple-illus"}]}},"sequence-snake-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"simple-illus"}]}},"sequence-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-steps"},items:[{type:"simple-illus"}]}},"sequence-timeline-simple-illus":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"simple-illus",usePaletteColor:!0}]}},"sequence-zigzag-steps-underline-text":{design:{title:"default",structure:{type:"sequence-zigzag-steps"},items:[{type:"underline-text"}]}},"sequence-horizontal-zigzag-underline-text":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"underline-text"}]}},"sequence-roadmap-vertical-underline-text":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"underline-text"}]}},"sequence-snake-steps-underline-text":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"underline-text"}]}},"sequence-circle-arrows-indexed-card":{design:{title:"default",structure:{type:"sequence-circle-arrows"},items:[{type:"indexed-card"}]}},"sequence-zigzag-pucks-3d-simple":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-zigzag-pucks-3d-underline-text":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"underline-text"}]}},"sequence-zigzag-pucks-3d-indexed-card":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"indexed-card"}]}},"sequence-ascending-stairs-3d-simple":{design:{title:"default",structure:{type:"sequence-ascending-stairs-3d"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-ascending-stairs-3d-underline-text":{design:{title:"default",structure:{type:"sequence-ascending-stairs-3d"},items:[{type:"underline-text"}]}},"sequence-circular-underline-text":{design:{title:"default",structure:{type:"sequence-circular"},items:[{type:"underline-text"}]}},"sequence-circular-simple":{design:{title:"default",structure:{type:"sequence-circular"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-filter-mesh-underline-text":{design:{title:"default",structure:{type:"sequence-filter-mesh"},items:[{type:"underline-text"}]}},"sequence-filter-mesh-simple":{design:{title:"default",structure:{type:"sequence-filter-mesh"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-mountain-underline-text":{design:{title:"default",structure:{type:"sequence-mountain"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-simple-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"compact-card"}]}},"compare-binary-horizontal-simple-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"compact-card"}]}},"compare-binary-horizontal-simple-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"compact-card"}]}},"chart-bar-plain-text":{design:{title:"default",structure:{type:"chart-bar"},items:[{type:"plain-text",positionH:"flipped"}]}},"chart-line-plain-text":{design:{title:"default",structure:{type:"chart-line"},items:[{type:"plain-text",lineNumber:2}]}},"chart-pie-plain-text":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"plain-text"}]}},"chart-pie-compact-card":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"compact-card"}]}},"chart-pie-pill-badge":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"pill-badge"}]}},"chart-pie-donut-plain-text":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"plain-text"}]}},"chart-pie-donut-compact-card":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"compact-card"}]}},"chart-pie-donut-pill-badge":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"pill-badge"}]}}},Om),ES),YS),XS),HS),Im),IS);Object.entries(QS).forEach(([e,t])=>{fm(e,t)});const tt=Symbol.for("@antv/infographic/Fragment");function p(e,t={}){return{type:e,props:t}}const R=p,il="infographic-component";var Ue=(e=>(e.Background="background",e.Title="title",e.Desc="desc",e.ItemsGroup="items-group",e.ItemIconGroup="item-icon-group",e.ItemIcon="item-icon",e.ItemLabel="item-label",e.ItemDesc="item-desc",e.ItemValue="item-value",e.ItemIllus="item-illus",e.BtnAdd="btn-add",e.BtnRemove="btn-remove",e.IllusGroup="illus-group",e.IllusVolume="illus-volume",e.Illus="illus",e.BtnsGroup="btns-group",e.Unknown="unknown",e))(Ue||{});const JS="https://www.weavefox.cn/api/open/v1/icon",ol=Symbol.for("@antv/infographic/Defs");function Ke(e){return{type:ol,props:e}}function Je(e){var t,n,r,i;const{x:o=0,y:a=0,width:s=0,height:c=0}=e;return(t=e.cx)!=null||(e.cx=o+s/2),(n=e.cy)!=null||(e.cy=a+c/2),(r=e.rx)!=null||(e.rx=s/2),(i=e.ry)!=null||(e.ry=c/2),{type:"ellipse",props:e}}function Y(e){const{x:t=0,y:n=0}=e;return(t||n)&&(e.transform||(e.transform=`translate(${t}, ${n})`)),{type:"g",props:e}}var eM=Object.defineProperty,km=Object.getOwnPropertySymbols,tM=Object.prototype.hasOwnProperty,nM=Object.prototype.propertyIsEnumerable,Rm=(e,t,n)=>t in e?eM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rM=(e,t)=>{for(var n in t||(t={}))tM.call(t,n)&&Rm(e,n,t[n]);if(km)for(var n of km(t))nM.call(t,n)&&Rm(e,n,t[n]);return e};function Pe(e){const{x:t,y:n}=e,r=rM({},e);return(t!==void 0||n!==void 0)&&(r.transform=`translate(${t!=null?t:0}, ${n!=null?n:0})`),{type:"path",props:r}}var iM=Object.defineProperty,oM=Object.defineProperties,aM=Object.getOwnPropertyDescriptors,na=Object.getOwnPropertySymbols,Lm=Object.prototype.hasOwnProperty,zm=Object.prototype.propertyIsEnumerable,Nm=(e,t,n)=>t in e?iM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,sM=(e,t)=>{for(var n in t||(t={}))Lm.call(t,n)&&Nm(e,n,t[n]);if(na)for(var n of na(t))zm.call(t,n)&&Nm(e,n,t[n]);return e},cM=(e,t)=>oM(e,aM(t)),lM=(e,t)=>{var n={};for(var r in e)Lm.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&na)for(var r of na(e))t.indexOf(r)<0&&zm.call(e,r)&&(n[r]=e[r]);return n};function Wt(e){var t=e,{points:n=[]}=t,r=lM(t,["points"]);const{x:i,y:o}=r,a=n.map(({x:l,y:u})=>`${l},${u}`).join(" "),s=cM(sM({},r),{points:a});return(i!==void 0||o!==void 0)&&(s.transform=`translate(${i!=null?i:0}, ${o!=null?o:0})`+(s.transform||"")),{type:"polygon",props:s}}function ze(e){return{type:"rect",props:e}}function Hm(e){return Object.keys(e[0]).reduce((t,n)=>{const r=n;return e.every(i=>i[r]===e[0][r])&&(t[r]=e[0][r]),t},{})}const Dm=(e,t)=>{if(typeof e=="number"){if(t===3)return{mode:"rgb",r:(e>>8&15|e>>4&240)/255,g:(e>>4&15|e&240)/255,b:(e&15|e<<4&240)/255};if(t===4)return{mode:"rgb",r:(e>>12&15|e>>8&240)/255,g:(e>>8&15|e>>4&240)/255,b:(e>>4&15|e&240)/255,alpha:(e&15|e<<4&240)/255};if(t===6)return{mode:"rgb",r:(e>>16&255)/255,g:(e>>8&255)/255,b:(e&255)/255};if(t===8)return{mode:"rgb",r:(e>>24&255)/255,g:(e>>16&255)/255,b:(e>>8&255)/255,alpha:(e&255)/255}}},uM={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074},hM=e=>Dm(uM[e.toLowerCase()],6),dM=/^#?([0-9a-f]{8}|[0-9a-f]{6}|[0-9a-f]{4}|[0-9a-f]{3})$/i,fM=e=>{let t;return(t=e.match(dM))?Dm(parseInt(t[1],16),t[1].length):void 0},Kn="([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)",Fi=`${Kn}%`,al=`(?:${Kn}%|${Kn})`,pM=`(?:${Kn}(deg|grad|rad|turn)|${Kn})`,ti="\\s*,\\s*",gM=new RegExp(`^rgba?\\(\\s*${Kn}${ti}${Kn}${ti}${Kn}\\s*(?:,\\s*${al}\\s*)?\\)$`),mM=new RegExp(`^rgba?\\(\\s*${Fi}${ti}${Fi}${ti}${Fi}\\s*(?:,\\s*${al}\\s*)?\\)$`),yM=e=>{let t={mode:"rgb"},n;if(n=e.match(gM))n[1]!==void 0&&(t.r=n[1]/255),n[2]!==void 0&&(t.g=n[2]/255),n[3]!==void 0&&(t.b=n[3]/255);else if(n=e.match(mM))n[1]!==void 0&&(t.r=n[1]/100),n[2]!==void 0&&(t.g=n[2]/100),n[3]!==void 0&&(t.b=n[3]/100);else return;return n[4]!==void 0?t.alpha=Math.max(0,Math.min(1,n[4]/100)):n[5]!==void 0&&(t.alpha=Math.max(0,Math.min(1,+n[5]))),t},vM=(e,t)=>e===void 0?void 0:typeof e!="object"?$n(e):e.mode!==void 0?e:t?Kt(Tt({},e),{mode:t}):void 0,sl=(e="rgb")=>t=>(t=vM(t,e))!==void 0?t.mode===e?t:Pn[t.mode][e]?Pn[t.mode][e](t):e==="rgb"?Pn[t.mode].rgb(t):Pn.rgb[e](Pn[t.mode].rgb(t)):void 0,Pn={},qm={},ra=[],jm={},bM=e=>e,it=e=>(Pn[e.mode]=Tt(Tt({},Pn[e.mode]),e.toMode),Object.keys(e.fromMode||{}).forEach(t=>{Pn[t]||(Pn[t]={}),Pn[t][e.mode]=e.fromMode[t]}),e.ranges||(e.ranges={}),e.difference||(e.difference={}),e.channels.forEach(t=>{if(e.ranges[t]===void 0&&(e.ranges[t]=[0,1]),!e.interpolate[t])throw new Error(`Missing interpolator for: ${t}`);typeof e.interpolate[t]=="function"&&(e.interpolate[t]={use:e.interpolate[t]}),e.interpolate[t].fixup||(e.interpolate[t].fixup=bM)}),qm[e.mode]=e,(e.parse||[]).forEach(t=>{xM(t,e.mode)}),sl(e.mode)),_M=e=>qm[e],xM=(e,t)=>{if(typeof e=="string"){if(!t)throw new Error("'mode' required when 'parser' is a string");jm[e]=t}else typeof e=="function"&&ra.indexOf(e)<0&&ra.push(e)},cl=/[^\x00-\x7F]|[a-zA-Z_]/,wM=/[^\x00-\x7F]|[-\w]/,ge={Function:"function",Ident:"ident",Number:"number",Percentage:"percentage",ParenClose:")",None:"none",Hue:"hue",Alpha:"alpha"};let Ie=0;function ia(e){let t=e[Ie],n=e[Ie+1];return t==="-"||t==="+"?/\d/.test(n)||n==="."&&/\d/.test(e[Ie+2]):t==="."?/\d/.test(n):/\d/.test(t)}function ll(e){if(Ie>=e.length)return!1;let t=e[Ie];if(cl.test(t))return!0;if(t==="-"){if(e.length-Ie<2)return!1;let n=e[Ie+1];return!!(n==="-"||cl.test(n))}return!1}const PM={deg:1,rad:180/Math.PI,grad:9/10,turn:360};function Bi(e){let t="";if((e[Ie]==="-"||e[Ie]==="+")&&(t+=e[Ie++]),t+=oa(e),e[Ie]==="."&&/\d/.test(e[Ie+1])&&(t+=e[Ie++]+oa(e)),(e[Ie]==="e"||e[Ie]==="E")&&((e[Ie+1]==="-"||e[Ie+1]==="+")&&/\d/.test(e[Ie+2])?t+=e[Ie++]+e[Ie++]+oa(e):/\d/.test(e[Ie+1])&&(t+=e[Ie++]+oa(e))),ll(e)){let n=aa(e);return n==="deg"||n==="rad"||n==="turn"||n==="grad"?{type:ge.Hue,value:t*PM[n]}:void 0}return e[Ie]==="%"?(Ie++,{type:ge.Percentage,value:+t}):{type:ge.Number,value:+t}}function oa(e){let t="";for(;/\d/.test(e[Ie]);)t+=e[Ie++];return t}function aa(e){let t="";for(;Ie<e.length&&wM.test(e[Ie]);)t+=e[Ie++];return t}function $M(e){let t=aa(e);return e[Ie]==="("?(Ie++,{type:ge.Function,value:t}):t==="none"?{type:ge.None,value:void 0}:{type:ge.Ident,value:t}}function CM(e=""){let t=e.trim(),n=[],r;for(Ie=0;Ie<t.length;){if(r=t[Ie++],r===`
|
|
2
|
-
`||r===" "||r===" "){for(;
|
|
3
|
-
`||t[
|
|
4
|
-
`||t[Ie]===" "||t[Ie]===" ");)Ie++;let i;if(ia(t)&&(i=Bi(t),i.type!==ge.Hue)){n.push({type:ge.Alpha,value:i});continue}if(ll(t)&&aa(t)==="none"){n.push({type:ge.Alpha,value:{type:ge.None,value:void 0}});continue}return}if(/\d/.test(r)){Ie--,n.push(Bi(t));continue}if(cl.test(r)){Ie--,n.push($M(t));continue}return}return n}function OM(e){e._i=0;let t=e[e._i++];if(!t||t.type!==ge.Function||t.value!=="color"||(t=e[e._i++],t.type!==ge.Ident))return;const n=jm[t.value];if(!n)return;const r={mode:n},i=Fm(e,!1);if(!i)return;const o=_M(n).channels;for(let a=0,s,c;a<o.length;a++)s=i[a],c=o[a],s.type!==ge.None&&(r[c]=s.type===ge.Number?s.value:s.value/100,c==="alpha"&&(r[c]=Math.max(0,Math.min(1,r[c]))));return r}function Fm(e,t){const n=[];let r;for(;e._i<e.length;){if(r=e[e._i++],r.type===ge.None||r.type===ge.Number||r.type===ge.Alpha||r.type===ge.Percentage||t&&r.type===ge.Hue){n.push(r);continue}if(r.type===ge.ParenClose){if(e._i<e.length)return;continue}return}if(!(n.length<3||n.length>4)){if(n.length===4){if(n[3].type!==ge.Alpha)return;n[3]=n[3].value}return n.length===3&&n.push({type:ge.None,value:void 0}),n.every(i=>i.type!==ge.Alpha)?n:void 0}}function SM(e,t){e._i=0;let n=e[e._i++];if(!n||n.type!==ge.Function)return;let r=Fm(e,t);if(r)return r.unshift(n.value),r}const $n=e=>{if(typeof e!="string")return;const t=CM(e),n=t?SM(t,!0):void 0;let r,i=0,o=ra.length;for(;i<o;)if((r=ra[i++](e,n))!==void 0)return r;return t?OM(t):void 0};function MM(e,t){if(!t||t[0]!=="rgb"&&t[0]!=="rgba")return;const n={mode:"rgb"},[,r,i,o,a]=t;if(!(r.type===ge.Hue||i.type===ge.Hue||o.type===ge.Hue))return r.type!==ge.None&&(n.r=r.type===ge.Number?r.value/255:r.value/100),i.type!==ge.None&&(n.g=i.type===ge.Number?i.value/255:i.value/100),o.type!==ge.None&&(n.b=o.type===ge.Number?o.value/255:o.value/100),a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const EM=e=>e==="transparent"?{mode:"rgb",r:0,g:0,b:0,alpha:0}:void 0,IM=(e,t,n)=>e+n*(t-e),AM=e=>{let t=[];for(let n=0;n<e.length-1;n++){let r=e[n],i=e[n+1];r===void 0&&i===void 0?t.push(void 0):r!==void 0&&i!==void 0?t.push([r,i]):t.push(r!==void 0?[r,r]:[i,i])}return t},xe=(e=>t=>{let n=AM(t);return r=>{let i=r*n.length,o=r>=1?n.length-1:Math.max(Math.floor(i),0),a=n[o];return a===void 0?void 0:e(a[0],a[1],i-o)}})(IM),kt=e=>{let t=!1,n=e.map(r=>r!==void 0?(t=!0,r):1);return t?n:e},ni={mode:"rgb",channels:["r","g","b","alpha"],parse:[MM,fM,yM,hM,EM,"srgb"],serialize:"srgb",interpolate:{r:xe,g:xe,b:xe,alpha:{use:xe,fixup:kt}},gamut:!0,white:{r:1,g:1,b:1},black:{r:0,g:0,b:0}},ul=(e=0)=>Math.pow(Math.abs(e),563/256)*Math.sign(e),Bm=e=>{let t=ul(e.r),n=ul(e.g),r=ul(e.b),i={mode:"xyz65",x:.5766690429101305*t+.1855582379065463*n+.1882286462349947*r,y:.297344975250536*t+.6273635662554661*n+.0752914584939979*r,z:.0270313613864123*t+.0706888525358272*n+.9913375368376386*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},hl=e=>Math.pow(Math.abs(e),256/563)*Math.sign(e),Wm=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"a98",r:hl(e*2.0415879038107465-t*.5650069742788597-.3447313507783297*n),g:hl(e*-.9692436362808798+t*1.8759675015077206+.0415550574071756*n),b:hl(e*.0134442806320312-t*.1183623922310184+1.0151749943912058*n)};return r!==void 0&&(i.alpha=r),i},dl=(e=0)=>{const t=Math.abs(e);return t<=.04045?e/12.92:(Math.sign(e)||1)*Math.pow((t+.055)/1.055,2.4)},ri=({r:e,g:t,b:n,alpha:r})=>{let i={mode:"lrgb",r:dl(e),g:dl(t),b:dl(n)};return r!==void 0&&(i.alpha=r),i},gr=e=>{let{r:t,g:n,b:r,alpha:i}=ri(e),o={mode:"xyz65",x:.4123907992659593*t+.357584339383878*n+.1804807884018343*r,y:.2126390058715102*t+.715168678767756*n+.0721923153607337*r,z:.0193308187155918*t+.119194779794626*n+.9505321522496607*r};return i!==void 0&&(o.alpha=i),o},fl=(e=0)=>{const t=Math.abs(e);return t>.0031308?(Math.sign(e)||1)*(1.055*Math.pow(t,1/2.4)-.055):e*12.92},ii=({r:e,g:t,b:n,alpha:r},i="rgb")=>{let o={mode:i,r:fl(e),g:fl(t),b:fl(n)};return r!==void 0&&(o.alpha=r),o},mr=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=ii({r:e*3.2409699419045226-t*1.537383177570094-.4986107602930034*n,g:e*-.9692436362808796+t*1.8759675015077204+.0415550574071756*n,b:e*.0556300796969936-t*.2039769588889765+1.0569715142428784*n});return r!==void 0&&(i.alpha=r),i},TM=Kt(Tt({},ni),{mode:"a98",parse:["a98-rgb"],serialize:"a98-rgb",fromMode:{rgb:e=>Wm(gr(e)),xyz65:Wm},toMode:{rgb:e=>mr(Bm(e)),xyz65:Bm}}),Ht=e=>(e=e%360)<0?e+360:e,kM=(e,t)=>e.map((n,r,i)=>{if(n===void 0)return n;let o=Ht(n);return r===0||e[r-1]===void 0?o:t(o-Ht(i[r-1]))}).reduce((n,r)=>!n.length||r===void 0||n[n.length-1]===void 0?(n.push(r),n):(n.push(r+n[n.length-1]),n),[]),zn=e=>kM(e,t=>Math.abs(t)<=180?t:t-360*Math.sign(t)),Lt=[-.14861,1.78277,-.29227,-.90649,1.97294,0],RM=Math.PI/180,LM=180/Math.PI;let Gm=Lt[3]*Lt[4],Vm=Lt[1]*Lt[4],Ym=Lt[1]*Lt[2]-Lt[0]*Lt[3];const zM=({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(Ym*n+e*Gm-t*Vm)/(Ym+Gm-Vm),o=n-i,a=(Lt[4]*(t-i)-Lt[2]*o)/Lt[3],s={mode:"cubehelix",l:i,s:i===0||i===1?void 0:Math.sqrt(o*o+a*a)/(Lt[4]*i*(1-i))};return s.s&&(s.h=Math.atan2(a,o)*LM-120),r!==void 0&&(s.alpha=r),s},NM=({h:e,s:t,l:n,alpha:r})=>{let i={mode:"rgb"};e=(e===void 0?0:e+120)*RM,n===void 0&&(n=0);let o=t===void 0?0:t*n*(1-n),a=Math.cos(e),s=Math.sin(e);return i.r=n+o*(Lt[0]*a+Lt[1]*s),i.g=n+o*(Lt[2]*a+Lt[3]*s),i.b=n+o*(Lt[4]*a+Lt[5]*s),r!==void 0&&(i.alpha=r),i},sa=(e,t)=>{if(e.h===void 0||t.h===void 0||!e.s||!t.s)return 0;let n=Ht(e.h),r=Ht(t.h),i=Math.sin((r-n+360)/2*Math.PI/180);return 2*Math.sqrt(e.s*t.s)*i},HM=(e,t)=>{if(e.h===void 0||t.h===void 0)return 0;let n=Ht(e.h),r=Ht(t.h);return Math.abs(r-n)>180?n-(r-360*Math.sign(r-n)):r-n},ca=(e,t)=>{if(e.h===void 0||t.h===void 0||!e.c||!t.c)return 0;let n=Ht(e.h),r=Ht(t.h),i=Math.sin((r-n+360)/2*Math.PI/180);return 2*Math.sqrt(e.c*t.c)*i},Nn=e=>{let t=e.reduce((r,i)=>{if(i!==void 0){let o=i*Math.PI/180;r.sin+=Math.sin(o),r.cos+=Math.cos(o)}return r},{sin:0,cos:0}),n=Math.atan2(t.sin,t.cos)*180/Math.PI;return n<0?360+n:n},DM={mode:"cubehelix",channels:["h","s","l","alpha"],parse:["--cubehelix"],serialize:"--cubehelix",ranges:{h:[0,360],s:[0,4.614],l:[0,1]},fromMode:{rgb:zM},toMode:{rgb:NM},interpolate:{h:{use:xe,fixup:zn},s:xe,l:xe,alpha:{use:xe,fixup:kt}},difference:{h:sa},average:{h:Nn}},Zn=({l:e,a:t,b:n,alpha:r},i="lch")=>{t===void 0&&(t=0),n===void 0&&(n=0);let o=Math.sqrt(t*t+n*n),a={mode:i,l:e,c:o};return o&&(a.h=Ht(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(a.alpha=r),a},Qn=({l:e,c:t,h:n,alpha:r},i="lab")=>{n===void 0&&(n=0);let o={mode:i,l:e,a:t?t*Math.cos(n/180*Math.PI):0,b:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(o.alpha=r),o},Xm=Math.pow(29,3)/Math.pow(3,3),Um=Math.pow(6,3)/Math.pow(29,3),Et={X:.3457/.3585,Y:1,Z:(1-.3457-.3585)/.3585},oi={X:.3127/.329,Y:1,Z:(1-.3127-.329)/.329};let pl=e=>Math.pow(e,3)>Um?Math.pow(e,3):(116*e-16)/Xm;const Km=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+16)/116,o=t/500+i,a=i-n/200,s={mode:"xyz65",x:pl(o)*oi.X,y:pl(i)*oi.Y,z:pl(a)*oi.Z};return r!==void 0&&(s.alpha=r),s},la=e=>mr(Km(e)),gl=e=>e>Um?Math.cbrt(e):(Xm*e+16)/116,Zm=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=gl(e/oi.X),o=gl(t/oi.Y),a=gl(n/oi.Z),s={mode:"lab65",l:116*o-16,a:500*(i-o),b:200*(o-a)};return r!==void 0&&(s.alpha=r),s},ua=e=>{let t=Zm(gr(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},ha=1,Qm=1,Wi=26/180*Math.PI,da=Math.cos(Wi),fa=Math.sin(Wi),Jm=100/Math.log(139/100),ml=({l:e,c:t,h:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"lab65",l:(Math.exp(e*ha/Jm)-1)/.0039},o=(Math.exp(.0435*t*Qm*ha)-1)/.075,a=o*Math.cos(n/180*Math.PI-Wi),s=o*Math.sin(n/180*Math.PI-Wi);return i.a=a*da-s/.83*fa,i.b=a*fa+s/.83*da,r!==void 0&&(i.alpha=r),i},yl=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=t*da+n*fa,o=.83*(n*da-t*fa),a=Math.sqrt(i*i+o*o),s={mode:"dlch",l:Jm/ha*Math.log(1+.0039*e),c:Math.log(1+.075*a)/(.0435*Qm*ha)};return s.c&&(s.h=Ht((Math.atan2(o,i)+Wi)/Math.PI*180)),r!==void 0&&(s.alpha=r),s},ey=e=>ml(Zn(e,"dlch")),ty=e=>Qn(yl(e),"dlab"),qM={mode:"dlab",parse:["--din99o-lab"],serialize:"--din99o-lab",toMode:{lab65:ey,rgb:e=>la(ey(e))},fromMode:{lab65:ty,rgb:e=>ty(ua(e))},channels:["l","a","b","alpha"],ranges:{l:[0,100],a:[-40.09,45.501],b:[-40.469,44.344]},interpolate:{l:xe,a:xe,b:xe,alpha:{use:xe,fixup:kt}}},jM={mode:"dlch",parse:["--din99o-lch"],serialize:"--din99o-lch",toMode:{lab65:ml,dlab:e=>Qn(e,"dlab"),rgb:e=>la(ml(e))},fromMode:{lab65:yl,dlab:e=>Zn(e,"dlch"),rgb:e=>yl(ua(e))},channels:["l","c","h","alpha"],ranges:{l:[0,100],c:[0,51.484],h:[0,360]},interpolate:{l:xe,c:xe,h:{use:xe,fixup:zn},alpha:{use:xe,fixup:kt}},difference:{h:ca},average:{h:Nn}};function FM({h:e,s:t,i:n,alpha:r}){e=Ht(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.abs(e/60%2-1),o;switch(Math.floor(e/60)){case 0:o={r:n*(1+t*(3/(2-i)-1)),g:n*(1+t*(3*(1-i)/(2-i)-1)),b:n*(1-t)};break;case 1:o={r:n*(1+t*(3*(1-i)/(2-i)-1)),g:n*(1+t*(3/(2-i)-1)),b:n*(1-t)};break;case 2:o={r:n*(1-t),g:n*(1+t*(3/(2-i)-1)),b:n*(1+t*(3*(1-i)/(2-i)-1))};break;case 3:o={r:n*(1-t),g:n*(1+t*(3*(1-i)/(2-i)-1)),b:n*(1+t*(3/(2-i)-1))};break;case 4:o={r:n*(1+t*(3*(1-i)/(2-i)-1)),g:n*(1-t),b:n*(1+t*(3/(2-i)-1))};break;case 5:o={r:n*(1+t*(3/(2-i)-1)),g:n*(1-t),b:n*(1+t*(3*(1-i)/(2-i)-1))};break;default:o={r:n*(1-t),g:n*(1-t),b:n*(1-t)}}return o.mode="rgb",r!==void 0&&(o.alpha=r),o}function BM({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsi",s:e+t+n===0?0:1-3*o/(e+t+n),i:(e+t+n)/3};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const WM={mode:"hsi",toMode:{rgb:FM},parse:["--hsi"],serialize:"--hsi",fromMode:{rgb:BM},channels:["h","s","i","alpha"],ranges:{h:[0,360]},gamut:"rgb",interpolate:{h:{use:xe,fixup:zn},s:xe,i:xe,alpha:{use:xe,fixup:kt}},difference:{h:sa},average:{h:Nn}};function GM({h:e,s:t,l:n,alpha:r}){e=Ht(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=n+t*(n<.5?n:1-n),o=i-(i-n)*2*Math.abs(e/60%2-1),a;switch(Math.floor(e/60)){case 0:a={r:i,g:o,b:2*n-i};break;case 1:a={r:o,g:i,b:2*n-i};break;case 2:a={r:2*n-i,g:i,b:o};break;case 3:a={r:2*n-i,g:o,b:i};break;case 4:a={r:o,g:2*n-i,b:i};break;case 5:a={r:i,g:2*n-i,b:o};break;default:a={r:2*n-i,g:2*n-i,b:2*n-i}}return a.mode="rgb",r!==void 0&&(a.alpha=r),a}function VM({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsl",s:i===o?0:(i-o)/(1-Math.abs(i+o-1)),l:.5*(i+o)};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const YM=(e,t)=>{switch(t){case"deg":return+e;case"rad":return e/Math.PI*180;case"grad":return e/10*9;case"turn":return e*360}},XM=new RegExp(`^hsla?\\(\\s*${pM}${ti}${Fi}${ti}${Fi}\\s*(?:,\\s*${al}\\s*)?\\)$`),UM=e=>{let t=e.match(XM);if(!t)return;let n={mode:"hsl"};return t[3]!==void 0?n.h=+t[3]:t[1]!==void 0&&t[2]!==void 0&&(n.h=YM(t[1],t[2])),t[4]!==void 0&&(n.s=Math.min(Math.max(0,t[4]/100),1)),t[5]!==void 0&&(n.l=Math.min(Math.max(0,t[5]/100),1)),t[6]!==void 0?n.alpha=Math.max(0,Math.min(1,t[6]/100)):t[7]!==void 0&&(n.alpha=Math.max(0,Math.min(1,+t[7]))),n};function KM(e,t){if(!t||t[0]!=="hsl"&&t[0]!=="hsla")return;const n={mode:"hsl"},[,r,i,o,a]=t;if(r.type!==ge.None){if(r.type===ge.Percentage)return;n.h=r.value}if(i.type!==ge.None){if(i.type===ge.Hue)return;n.s=i.value/100}if(o.type!==ge.None){if(o.type===ge.Hue)return;n.l=o.value/100}return a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const ny={mode:"hsl",toMode:{rgb:GM},fromMode:{rgb:VM},channels:["h","s","l","alpha"],ranges:{h:[0,360]},gamut:"rgb",parse:[KM,UM],serialize:e=>`hsl(${e.h!==void 0?e.h:"none"} ${e.s!==void 0?e.s*100+"%":"none"} ${e.l!==void 0?e.l*100+"%":"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:xe,fixup:zn},s:xe,l:xe,alpha:{use:xe,fixup:kt}},difference:{h:sa},average:{h:Nn}};function ry({h:e,s:t,v:n,alpha:r}){e=Ht(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.abs(e/60%2-1),o;switch(Math.floor(e/60)){case 0:o={r:n,g:n*(1-t*i),b:n*(1-t)};break;case 1:o={r:n*(1-t*i),g:n,b:n*(1-t)};break;case 2:o={r:n*(1-t),g:n,b:n*(1-t*i)};break;case 3:o={r:n*(1-t),g:n*(1-t*i),b:n};break;case 4:o={r:n*(1-t*i),g:n*(1-t),b:n};break;case 5:o={r:n,g:n*(1-t),b:n*(1-t*i)};break;default:o={r:n*(1-t),g:n*(1-t),b:n*(1-t)}}return o.mode="rgb",r!==void 0&&(o.alpha=r),o}function iy({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsv",s:i===0?0:1-o/i,v:i};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const oy={mode:"hsv",toMode:{rgb:ry},parse:["--hsv"],serialize:"--hsv",fromMode:{rgb:iy},channels:["h","s","v","alpha"],ranges:{h:[0,360]},gamut:"rgb",interpolate:{h:{use:xe,fixup:zn},s:xe,v:xe,alpha:{use:xe,fixup:kt}},difference:{h:sa},average:{h:Nn}};function ZM({h:e,w:t,b:n,alpha:r}){if(t===void 0&&(t=0),n===void 0&&(n=0),t+n>1){let i=t+n;t/=i,n/=i}return ry({h:e,s:n===1?1:1-t/(1-n),v:1-n,alpha:r})}function QM(e){let t=iy(e);if(t===void 0)return;let n=t.s!==void 0?t.s:0,r=t.v!==void 0?t.v:0,i={mode:"hwb",w:(1-n)*r,b:1-r};return t.h!==void 0&&(i.h=t.h),t.alpha!==void 0&&(i.alpha=t.alpha),i}function JM(e,t){if(!t||t[0]!=="hwb")return;const n={mode:"hwb"},[,r,i,o,a]=t;if(r.type!==ge.None){if(r.type===ge.Percentage)return;n.h=r.value}if(i.type!==ge.None){if(i.type===ge.Hue)return;n.w=i.value/100}if(o.type!==ge.None){if(o.type===ge.Hue)return;n.b=o.value/100}return a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const eE={mode:"hwb",toMode:{rgb:ZM},fromMode:{rgb:QM},channels:["h","w","b","alpha"],ranges:{h:[0,360]},gamut:"rgb",parse:[JM],serialize:e=>`hwb(${e.h!==void 0?e.h:"none"} ${e.w!==void 0?e.w*100+"%":"none"} ${e.b!==void 0?e.b*100+"%":"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:xe,fixup:zn},w:xe,b:xe,alpha:{use:xe,fixup:kt}},difference:{h:HM},average:{h:Nn}},ay=203,pa=.1593017578125,sy=78.84375,ga=.8359375,ma=18.8515625,ya=18.6875;function vl(e){if(e<0)return 0;const t=Math.pow(e,1/sy);return 1e4*Math.pow(Math.max(0,t-ga)/(ma-ya*t),1/pa)}function bl(e){if(e<0)return 0;const t=Math.pow(e/1e4,pa);return Math.pow((ga+ma*t)/(1+ya*t),sy)}const _l=e=>Math.max(e/ay,0),cy=({i:e,t,p:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i=vl(e+.008609037037932761*t+.11102962500302593*n),o=vl(e-.00860903703793275*t-.11102962500302599*n),a=vl(e+.5600313357106791*t-.32062717498731885*n),s={mode:"xyz65",x:_l(2.070152218389422*i-1.3263473389671556*o+.2066510476294051*a),y:_l(.3647385209748074*i+.680566024947227*o-.0453045459220346*a),z:_l(-.049747207535812*i-.0492609666966138*o+1.1880659249923042*a)};return r!==void 0&&(s.alpha=r),s},xl=(e=0)=>Math.max(e*ay,0),ly=({x:e,y:t,z:n,alpha:r})=>{const i=xl(e),o=xl(t),a=xl(n),s=bl(.3592832590121217*i+.6976051147779502*o-.0358915932320289*a),c=bl(-.1920808463704995*i+1.1004767970374323*o+.0753748658519118*a),l=bl(.0070797844607477*i+.0748396662186366*o+.8433265453898765*a),u=.5*s+.5*c,h=1.61376953125*s-3.323486328125*c+1.709716796875*l,d=4.378173828125*s-4.24560546875*c-.132568359375*l,f={mode:"itp",i:u,t:h,p:d};return r!==void 0&&(f.alpha=r),f},tE={mode:"itp",channels:["i","t","p","alpha"],parse:["--ictcp"],serialize:"--ictcp",toMode:{xyz65:cy,rgb:e=>mr(cy(e))},fromMode:{xyz65:ly,rgb:e=>ly(gr(e))},ranges:{i:[0,.581],t:[-.369,.272],p:[-.164,.331]},interpolate:{i:xe,t:xe,p:xe,alpha:{use:xe,fixup:kt}}},nE=134.03437499999998,rE=16295499532821565e-27,wl=e=>{if(e<0)return 0;let t=Math.pow(e/1e4,pa);return Math.pow((ga+ma*t)/(1+ya*t),nE)},Pl=(e=0)=>Math.max(e*203,0),uy=({x:e,y:t,z:n,alpha:r})=>{e=Pl(e),t=Pl(t),n=Pl(n);let i=1.15*e-.15*n,o=.66*t+.34*e,a=wl(.41478972*i+.579999*o+.014648*n),s=wl(-.20151*i+1.120649*o+.0531008*n),c=wl(-.0166008*i+.2648*o+.6684799*n),l=(a+s)/2,u={mode:"jab",j:.44*l/(1-.56*l)-rE,a:3.524*a-4.066708*s+.542708*c,b:.199076*a+1.096799*s-1.295875*c};return r!==void 0&&(u.alpha=r),u},iE=134.03437499999998,hy=16295499532821565e-27,$l=e=>{if(e<0)return 0;let t=Math.pow(e,1/iE);return 1e4*Math.pow((ga-t)/(ya*t-ma),1/pa)},Cl=e=>e/203,dy=({j:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+hy)/(.44+.56*(e+hy)),o=$l(i+.13860504*t+.058047316*n),a=$l(i-.13860504*t-.058047316*n),s=$l(i-.096019242*t-.8118919*n),c={mode:"xyz65",x:Cl(1.661373024652174*o-.914523081304348*a+.23136208173913045*s),y:Cl(-.3250758611844533*o+1.571847026732543*a-.21825383453227928*s),z:Cl(-.090982811*o-.31272829*a+1.5227666*s)};return r!==void 0&&(c.alpha=r),c},fy=e=>{let t=uy(gr(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},py=e=>mr(dy(e)),oE={mode:"jab",channels:["j","a","b","alpha"],parse:["--jzazbz"],serialize:"--jzazbz",fromMode:{rgb:fy,xyz65:uy},toMode:{rgb:py,xyz65:dy},ranges:{j:[0,.222],a:[-.109,.129],b:[-.185,.134]},interpolate:{j:xe,a:xe,b:xe,alpha:{use:xe,fixup:kt}}},gy=({j:e,a:t,b:n,alpha:r})=>{t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.sqrt(t*t+n*n),o={mode:"jch",j:e,c:i};return i&&(o.h=Ht(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(o.alpha=r),o},my=({j:e,c:t,h:n,alpha:r})=>{n===void 0&&(n=0);let i={mode:"jab",j:e,a:t?t*Math.cos(n/180*Math.PI):0,b:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(i.alpha=r),i},aE={mode:"jch",parse:["--jzczhz"],serialize:"--jzczhz",toMode:{jab:my,rgb:e=>py(my(e))},fromMode:{rgb:e=>gy(fy(e)),jab:gy},channels:["j","c","h","alpha"],ranges:{j:[0,.221],c:[0,.19],h:[0,360]},interpolate:{h:{use:xe,fixup:zn},c:xe,j:xe,alpha:{use:xe,fixup:kt}},difference:{h:ca},average:{h:Nn}},va=Math.pow(29,3)/Math.pow(3,3),Ol=Math.pow(6,3)/Math.pow(29,3);let Sl=e=>Math.pow(e,3)>Ol?Math.pow(e,3):(116*e-16)/va;const Ml=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+16)/116,o=t/500+i,a=i-n/200,s={mode:"xyz50",x:Sl(o)*Et.X,y:Sl(i)*Et.Y,z:Sl(a)*Et.Z};return r!==void 0&&(s.alpha=r),s},Gi=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=ii({r:e*3.1341359569958707-t*1.6173863321612538-.4906619460083532*n,g:e*-.978795502912089+t*1.916254567259524+.03344273116131949*n,b:e*.07195537988411677-t*.2289768264158322+1.405386058324125*n});return r!==void 0&&(i.alpha=r),i},yy=e=>Gi(Ml(e)),Vi=e=>{let{r:t,g:n,b:r,alpha:i}=ri(e),o={mode:"xyz50",x:.436065742824811*t+.3851514688337912*n+.14307845442264197*r,y:.22249319175623702*t+.7168870538238823*n+.06061979053616537*r,z:.013923904500943465*t+.09708128566574634*n+.7140993584005155*r};return i!==void 0&&(o.alpha=i),o},El=e=>e>Ol?Math.cbrt(e):(va*e+16)/116,Il=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=El(e/Et.X),o=El(t/Et.Y),a=El(n/Et.Z),s={mode:"lab",l:116*o-16,a:500*(i-o),b:200*(o-a)};return r!==void 0&&(s.alpha=r),s},vy=e=>{let t=Il(Vi(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t};function sE(e,t){if(!t||t[0]!=="lab")return;const n={mode:"lab"},[,r,i,o,a]=t;if(!(r.type===ge.Hue||i.type===ge.Hue||o.type===ge.Hue))return r.type!==ge.None&&(n.l=Math.min(Math.max(0,r.value),100)),i.type!==ge.None&&(n.a=i.type===ge.Number?i.value:i.value*125/100),o.type!==ge.None&&(n.b=o.type===ge.Number?o.value:o.value*125/100),a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const Al={mode:"lab",toMode:{xyz50:Ml,rgb:yy},fromMode:{xyz50:Il,rgb:vy},channels:["l","a","b","alpha"],ranges:{l:[0,100],a:[-125,125],b:[-125,125]},parse:[sE],serialize:e=>`lab(${e.l!==void 0?e.l:"none"} ${e.a!==void 0?e.a:"none"} ${e.b!==void 0?e.b:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{l:xe,a:xe,b:xe,alpha:{use:xe,fixup:kt}}},cE=Kt(Tt({},Al),{mode:"lab65",parse:["--lab-d65"],serialize:"--lab-d65",toMode:{xyz65:Km,rgb:la},fromMode:{xyz65:Zm,rgb:ua},ranges:{l:[0,100],a:[-125,125],b:[-125,125]}});function lE(e,t){if(!t||t[0]!=="lch")return;const n={mode:"lch"},[,r,i,o,a]=t;if(r.type!==ge.None){if(r.type===ge.Hue)return;n.l=Math.min(Math.max(0,r.value),100)}if(i.type!==ge.None&&(n.c=Math.max(0,i.type===ge.Number?i.value:i.value*150/100)),o.type!==ge.None){if(o.type===ge.Percentage)return;n.h=o.value}return a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const Tl={mode:"lch",toMode:{lab:Qn,rgb:e=>yy(Qn(e))},fromMode:{rgb:e=>Zn(vy(e)),lab:Zn},channels:["l","c","h","alpha"],ranges:{l:[0,100],c:[0,150],h:[0,360]},parse:[lE],serialize:e=>`lch(${e.l!==void 0?e.l:"none"} ${e.c!==void 0?e.c:"none"} ${e.h!==void 0?e.h:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:xe,fixup:zn},c:xe,l:xe,alpha:{use:xe,fixup:kt}},difference:{h:ca},average:{h:Nn}},uE=Kt(Tt({},Tl),{mode:"lch65",parse:["--lch-d65"],serialize:"--lch-d65",toMode:{lab65:e=>Qn(e,"lab65"),rgb:e=>la(Qn(e,"lab65"))},fromMode:{rgb:e=>Zn(ua(e),"lch65"),lab65:e=>Zn(e,"lch65")},ranges:{l:[0,100],c:[0,150],h:[0,360]}}),by=({l:e,u:t,v:n,alpha:r})=>{t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.sqrt(t*t+n*n),o={mode:"lchuv",l:e,c:i};return i&&(o.h=Ht(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(o.alpha=r),o},_y=({l:e,c:t,h:n,alpha:r})=>{n===void 0&&(n=0);let i={mode:"luv",l:e,u:t?t*Math.cos(n/180*Math.PI):0,v:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(i.alpha=r),i},xy=(e,t,n)=>4*e/(e+15*t+3*n),wy=(e,t,n)=>9*t/(e+15*t+3*n),hE=xy(Et.X,Et.Y,Et.Z),dE=wy(Et.X,Et.Y,Et.Z),fE=e=>e<=Ol?va*e:116*Math.cbrt(e)-16,kl=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=fE(t/Et.Y),o=xy(e,t,n),a=wy(e,t,n);!isFinite(o)||!isFinite(a)?i=o=a=0:(o=13*i*(o-hE),a=13*i*(a-dE));let s={mode:"luv",l:i,u:o,v:a};return r!==void 0&&(s.alpha=r),s},pE=(e,t,n)=>4*e/(e+15*t+3*n),gE=(e,t,n)=>9*t/(e+15*t+3*n),mE=pE(Et.X,Et.Y,Et.Z),yE=gE(Et.X,Et.Y,Et.Z),Rl=({l:e,u:t,v:n,alpha:r})=>{if(e===void 0&&(e=0),e===0)return{mode:"xyz50",x:0,y:0,z:0};t===void 0&&(t=0),n===void 0&&(n=0);let i=t/(13*e)+mE,o=n/(13*e)+yE,a=Et.Y*(e<=8?e/va:Math.pow((e+16)/116,3)),s=a*(9*i)/(4*o),c=a*(12-3*i-20*o)/(4*o),l={mode:"xyz50",x:s,y:a,z:c};return r!==void 0&&(l.alpha=r),l},vE={mode:"lchuv",toMode:{luv:_y,rgb:e=>Gi(Rl(_y(e)))},fromMode:{rgb:e=>by(kl(Vi(e))),luv:by},channels:["l","c","h","alpha"],parse:["--lchuv"],serialize:"--lchuv",ranges:{l:[0,100],c:[0,176.956],h:[0,360]},interpolate:{h:{use:xe,fixup:zn},c:xe,l:xe,alpha:{use:xe,fixup:kt}},difference:{h:ca},average:{h:Nn}},bE=Kt(Tt({},ni),{mode:"lrgb",toMode:{rgb:ii},fromMode:{rgb:ri},parse:["srgb-linear"],serialize:"srgb-linear"}),_E={mode:"luv",toMode:{xyz50:Rl,rgb:e=>Gi(Rl(e))},fromMode:{xyz50:kl,rgb:e=>kl(Vi(e))},channels:["l","u","v","alpha"],parse:["--luv"],serialize:"--luv",ranges:{l:[0,100],u:[-84.936,175.042],v:[-125.882,87.243]},interpolate:{l:xe,u:xe,v:xe,alpha:{use:xe,fixup:kt}}},Py=({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.cbrt(.412221469470763*e+.5363325372617348*t+.0514459932675022*n),o=Math.cbrt(.2119034958178252*e+.6806995506452344*t+.1073969535369406*n),a=Math.cbrt(.0883024591900564*e+.2817188391361215*t+.6299787016738222*n),s={mode:"oklab",l:.210454268309314*i+.7936177747023054*o-.0040720430116193*a,a:1.9779985324311684*i-2.42859224204858*o+.450593709617411*a,b:.0259040424655478*i+.7827717124575296*o-.8086757549230774*a};return r!==void 0&&(s.alpha=r),s},ba=e=>{let t=Py(ri(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},Yi=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.pow(e+.3963377773761749*t+.2158037573099136*n,3),o=Math.pow(e-.1055613458156586*t-.0638541728258133*n,3),a=Math.pow(e-.0894841775298119*t-1.2914855480194092*n,3),s={mode:"lrgb",r:4.076741636075957*i-3.3077115392580616*o+.2309699031821044*a,g:-1.2684379732850317*i+2.6097573492876887*o-.3413193760026573*a,b:-.0041960761386756*i-.7034186179359362*o+1.7076146940746117*a};return r!==void 0&&(s.alpha=r),s},_a=e=>ii(Yi(e));function Ll(e){const r=1.170873786407767;return .5*(r*e-.206+Math.sqrt((r*e-.206)*(r*e-.206)+4*.03*r*e))}function xa(e){return(e*e+.206*e)/(1.170873786407767*(e+.03))}function xE(e,t){let n,r,i,o,a,s,c,l;-1.88170328*e-.80936493*t>1?(n=1.19086277,r=1.76576728,i=.59662641,o=.75515197,a=.56771245,s=4.0767416621,c=-3.3077115913,l=.2309699292):1.81444104*e-1.19445276*t>1?(n=.73956515,r=-.45954404,i=.08285427,o=.1254107,a=.14503204,s=-1.2684380046,c=2.6097574011,l=-.3413193965):(n=1.35733652,r=-.00915799,i=-1.1513021,o=-.50559606,a=.00692167,s=-.0041960863,c=-.7034186147,l=1.707614701);let u=n+r*e+i*t+o*e*e+a*e*t,h=.3963377774*e+.2158037573*t,d=-.1055613458*e-.0638541728*t,f=-.0894841775*e-1.291485548*t;{let g=1+u*h,y=1+u*d,m=1+u*f,v=g*g*g,b=y*y*y,_=m*m*m,x=3*h*g*g,w=3*d*y*y,P=3*f*m*m,$=6*h*h*g,C=6*d*d*y,M=6*f*f*m,S=s*v+c*b+l*_,E=s*x+c*w+l*P,I=s*$+c*C+l*M;u=u-S*E/(E*E-.5*S*I)}return u}function zl(e,t){let n=xE(e,t),r=Yi({l:1,a:n*e,b:n*t}),i=Math.cbrt(1/Math.max(r.r,r.g,r.b)),o=i*n;return[i,o]}function wE(e,t,n,r,i,o=null){o||(o=zl(e,t));let a;if((n-i)*o[1]-(o[0]-i)*r<=0)a=o[1]*i/(r*o[0]+o[1]*(i-n));else{a=o[1]*(i-1)/(r*(o[0]-1)+o[1]*(i-n));{let s=n-i,c=r,l=.3963377774*e+.2158037573*t,u=-.1055613458*e-.0638541728*t,h=-.0894841775*e-1.291485548*t,d=s+c*l,f=s+c*u,g=s+c*h;{let y=i*(1-a)+a*n,m=a*r,v=y+m*l,b=y+m*u,_=y+m*h,x=v*v*v,w=b*b*b,P=_*_*_,$=3*d*v*v,C=3*f*b*b,M=3*g*_*_,S=6*d*d*v,E=6*f*f*b,I=6*g*g*_,O=4.0767416621*x-3.3077115913*w+.2309699292*P-1,T=4.0767416621*$-3.3077115913*C+.2309699292*M,F=4.0767416621*S-3.3077115913*E+.2309699292*I,z=T/(T*T-.5*O*F),j=-O*z,H=-1.2684380046*x+2.6097574011*w-.3413193965*P-1,W=-1.2684380046*$+2.6097574011*C-.3413193965*M,B=-1.2684380046*S+2.6097574011*E-.3413193965*I,X=W/(W*W-.5*H*B),D=-H*X,k=-.0041960863*x-.7034186147*w+1.707614701*P-1,A=-.0041960863*$-.7034186147*C+1.707614701*M,L=-.0041960863*S-.7034186147*E+1.707614701*I,N=A/(A*A-.5*k*L),q=-k*N;j=z>=0?j:1e6,D=X>=0?D:1e6,q=N>=0?q:1e6,a+=Math.min(j,Math.min(D,q))}}}return a}function Nl(e,t,n=null){n||(n=zl(e,t));let r=n[0],i=n[1];return[i/r,i/(1-r)]}function $y(e,t,n){let r=zl(t,n),i=wE(t,n,e,1,e,r),o=Nl(t,n,r),a=.11516993+1/(7.4477897+4.1590124*n+t*(-2.19557347+1.75198401*n+t*(-2.13704948-10.02301043*n+t*(-4.24894561+5.38770819*n+4.69891013*t)))),s=.11239642+1/(1.6132032-.68124379*n+t*(.40370612+.90148123*n+t*(-.27087943+.6122399*n+t*(.00299215-.45399568*n-.14661872*t)))),c=i/Math.min(e*o[0],(1-e)*o[1]),l=e*a,u=(1-e)*s,h=.9*c*Math.sqrt(Math.sqrt(1/(1/(l*l*l*l)+1/(u*u*u*u))));return l=e*.4,u=(1-e)*.8,[Math.sqrt(1/(1/(l*l)+1/(u*u))),h,i]}function Cy(e){const t=e.l!==void 0?e.l:0,n=e.a!==void 0?e.a:0,r=e.b!==void 0?e.b:0,i={mode:"okhsl",l:Ll(t)};e.alpha!==void 0&&(i.alpha=e.alpha);let o=Math.sqrt(n*n+r*r);if(!o)return i.s=0,i;let[a,s,c]=$y(t,n/o,r/o),l;if(o<s){let u=0,h=.8*a,d=1-h/s;l=(o-u)/(h+d*(o-u))*.8}else{let u=s,h=.2*s*s*1.25*1.25/a,d=1-h/(c-s);l=.8+.2*((o-u)/(h+d*(o-u)))}return l&&(i.s=l,i.h=Ht(Math.atan2(r,n)*180/Math.PI)),i}function Oy(e){let t=e.h!==void 0?e.h:0,n=e.s!==void 0?e.s:0,r=e.l!==void 0?e.l:0;const i={mode:"oklab",l:xa(r)};if(e.alpha!==void 0&&(i.alpha=e.alpha),!n||r===1)return i.a=i.b=0,i;let o=Math.cos(t/180*Math.PI),a=Math.sin(t/180*Math.PI),[s,c,l]=$y(i.l,o,a),u,h,d,f;n<.8?(u=1.25*n,h=0,d=.8*s,f=1-d/c):(u=5*(n-.8),h=c,d=.2*c*c*1.25*1.25/s,f=1-d/(l-c));let g=h+u*d/(1-f*u);return i.a=g*o,i.b=g*a,i}const PE=Kt(Tt({},ny),{mode:"okhsl",channels:["h","s","l","alpha"],parse:["--okhsl"],serialize:"--okhsl",fromMode:{oklab:Cy,rgb:e=>Cy(ba(e))},toMode:{oklab:Oy,rgb:e=>_a(Oy(e))}});function Sy(e){let t=e.l!==void 0?e.l:0,n=e.a!==void 0?e.a:0,r=e.b!==void 0?e.b:0,i=Math.sqrt(n*n+r*r),o=i?n/i:1,a=i?r/i:1,[s,c]=Nl(o,a),l=.5,u=1-l/s,h=c/(i+t*c),d=h*t,f=h*i,g=xa(d),y=f*g/d,m=Yi({l:g,a:o*y,b:a*y}),v=Math.cbrt(1/Math.max(m.r,m.g,m.b,0));t=t/v,i=i/v*Ll(t)/t,t=Ll(t);const b={mode:"okhsv",s:i?(l+c)*f/(c*l+c*u*f):0,v:t?t/d:0};return b.s&&(b.h=Ht(Math.atan2(r,n)*180/Math.PI)),e.alpha!==void 0&&(b.alpha=e.alpha),b}function My(e){const t={mode:"oklab"};e.alpha!==void 0&&(t.alpha=e.alpha);const n=e.h!==void 0?e.h:0,r=e.s!==void 0?e.s:0,i=e.v!==void 0?e.v:0,o=Math.cos(n/180*Math.PI),a=Math.sin(n/180*Math.PI),[s,c]=Nl(o,a),l=.5,u=1-l/s,h=1-r*l/(l+c-c*u*r),d=r*c*l/(l+c-c*u*r),f=xa(h),g=d*f/h,y=Yi({l:f,a:o*g,b:a*g}),m=Math.cbrt(1/Math.max(y.r,y.g,y.b,0)),v=xa(i*h),b=d*v/h;return t.l=v*m,t.a=b*o*m,t.b=b*a*m,t}const $E=Kt(Tt({},oy),{mode:"okhsv",channels:["h","s","v","alpha"],parse:["--okhsv"],serialize:"--okhsv",fromMode:{oklab:Sy,rgb:e=>Sy(ba(e))},toMode:{oklab:My,rgb:e=>_a(My(e))}});function CE(e,t){if(!t||t[0]!=="oklab")return;const n={mode:"oklab"},[,r,i,o,a]=t;if(!(r.type===ge.Hue||i.type===ge.Hue||o.type===ge.Hue))return r.type!==ge.None&&(n.l=Math.min(Math.max(0,r.type===ge.Number?r.value:r.value/100),1)),i.type!==ge.None&&(n.a=i.type===ge.Number?i.value:i.value*.4/100),o.type!==ge.None&&(n.b=o.type===ge.Number?o.value:o.value*.4/100),a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const OE=Kt(Tt({},Al),{mode:"oklab",toMode:{lrgb:Yi,rgb:_a},fromMode:{lrgb:Py,rgb:ba},ranges:{l:[0,1],a:[-.4,.4],b:[-.4,.4]},parse:[CE],serialize:e=>`oklab(${e.l!==void 0?e.l:"none"} ${e.a!==void 0?e.a:"none"} ${e.b!==void 0?e.b:"none"}${e.alpha<1?` / ${e.alpha}`:""})`});function SE(e,t){if(!t||t[0]!=="oklch")return;const n={mode:"oklch"},[,r,i,o,a]=t;if(r.type!==ge.None){if(r.type===ge.Hue)return;n.l=Math.min(Math.max(0,r.type===ge.Number?r.value:r.value/100),1)}if(i.type!==ge.None&&(n.c=Math.max(0,i.type===ge.Number?i.value:i.value*.4/100)),o.type!==ge.None){if(o.type===ge.Percentage)return;n.h=o.value}return a.type!==ge.None&&(n.alpha=Math.min(1,Math.max(0,a.type===ge.Number?a.value:a.value/100))),n}const Ey=Kt(Tt({},Tl),{mode:"oklch",toMode:{oklab:e=>Qn(e,"oklab"),rgb:e=>_a(Qn(e,"oklab"))},fromMode:{rgb:e=>Zn(ba(e),"oklch"),oklab:e=>Zn(e,"oklch")},parse:[SE],serialize:e=>`oklch(${e.l!==void 0?e.l:"none"} ${e.c!==void 0?e.c:"none"} ${e.h!==void 0?e.h:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,ranges:{l:[0,1],c:[0,.4],h:[0,360]}}),Iy=e=>{let{r:t,g:n,b:r,alpha:i}=ri(e),o={mode:"xyz65",x:.486570948648216*t+.265667693169093*n+.1982172852343625*r,y:.2289745640697487*t+.6917385218365062*n+.079286914093745*r,z:0*t+.0451133818589026*n+1.043944368900976*r};return i!==void 0&&(o.alpha=i),o},Ay=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=ii({r:e*2.4934969119414263-t*.9313836179191242-.402710784450717*n,g:e*-.8294889695615749+t*1.7626640603183465+.0236246858419436*n,b:e*.0358458302437845-t*.0761723892680418+.9568845240076871*n},"p3");return r!==void 0&&(i.alpha=r),i},ME=Kt(Tt({},ni),{mode:"p3",parse:["display-p3"],serialize:"display-p3",fromMode:{rgb:e=>Ay(gr(e)),xyz65:Ay},toMode:{rgb:e=>mr(Iy(e)),xyz65:Iy}}),Hl=e=>{let t=Math.abs(e);return t>=1/512?Math.sign(e)*Math.pow(t,1/1.8):16*e},Ty=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"prophoto",r:Hl(e*1.3457868816471585-t*.2555720873797946-.0511018649755453*n),g:Hl(e*-.5446307051249019+t*1.5082477428451466+.0205274474364214*n),b:Hl(e*0+t*0+1.2119675456389452*n)};return r!==void 0&&(i.alpha=r),i},Dl=(e=0)=>{let t=Math.abs(e);return t>=16/512?Math.sign(e)*Math.pow(t,1.8):e/16},ky=e=>{let t=Dl(e.r),n=Dl(e.g),r=Dl(e.b),i={mode:"xyz50",x:.7977666449006423*t+.1351812974005331*n+.0313477341283922*r,y:.2880748288194013*t+.7118352342418731*n+899369387256e-16*r,z:0*t+0*n+.8251046025104602*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},EE=Kt(Tt({},ni),{mode:"prophoto",parse:["prophoto-rgb"],serialize:"prophoto-rgb",fromMode:{xyz50:Ty,rgb:e=>Ty(Vi(e))},toMode:{xyz50:ky,rgb:e=>Gi(ky(e))}}),Ry=1.09929682680944,IE=.018053968510807,ql=e=>{const t=Math.abs(e);return t>IE?(Math.sign(e)||1)*(Ry*Math.pow(t,.45)-(Ry-1)):4.5*e},Ly=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"rec2020",r:ql(e*1.7166511879712683-t*.3556707837763925-.2533662813736599*n),g:ql(e*-.6666843518324893+t*1.6164812366349395+.0157685458139111*n),b:ql(e*.0176398574453108-t*.0427706132578085+.9421031212354739*n)};return r!==void 0&&(i.alpha=r),i},zy=1.09929682680944,AE=.018053968510807,jl=(e=0)=>{let t=Math.abs(e);return t<AE*4.5?e/4.5:(Math.sign(e)||1)*Math.pow((t+zy-1)/zy,1/.45)},Ny=e=>{let t=jl(e.r),n=jl(e.g),r=jl(e.b),i={mode:"xyz65",x:.6369580483012911*t+.1446169035862083*n+.1688809751641721*r,y:.262700212011267*t+.6779980715188708*n+.059301716469862*r,z:0*t+.0280726930490874*n+1.0609850577107909*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},TE=Kt(Tt({},ni),{mode:"rec2020",fromMode:{xyz65:Ly,rgb:e=>Ly(gr(e))},toMode:{xyz65:Ny,rgb:e=>mr(Ny(e))},parse:["rec2020"],serialize:"rec2020"}),yr=.0037930732552754493,Hy=Math.cbrt(yr),Fl=e=>Math.cbrt(e)-Hy,kE=e=>{const{r:t,g:n,b:r,alpha:i}=ri(e),o=Fl(.3*t+.622*n+.078*r+yr),a=Fl(.23*t+.692*n+.078*r+yr),s=Fl(.2434226892454782*t+.2047674442449682*n+.5518098665095535*r+yr),c={mode:"xyb",x:(o-a)/2,y:(o+a)/2,b:s-(o+a)/2};return i!==void 0&&(c.alpha=i),c},Bl=e=>Math.pow(e+Hy,3),RE={mode:"xyb",channels:["x","y","b","alpha"],parse:["--xyb"],serialize:"--xyb",toMode:{rgb:({x:e,y:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i=Bl(e+t)-yr,o=Bl(t-e)-yr,a=Bl(n+t)-yr,s=ii({r:11.031566904639861*i-9.866943908131562*o-.16462299650829934*a,g:-3.2541473810744237*i+4.418770377582723*o-.16462299650829934*a,b:-3.6588512867136815*i+2.7129230459360922*o+1.9459282407775895*a});return r!==void 0&&(s.alpha=r),s}},fromMode:{rgb:kE},ranges:{x:[-.0154,.0281],y:[0,.8453],b:[-.2778,.388]},interpolate:{x:xe,y:xe,b:xe,alpha:{use:xe,fixup:kt}}},LE={mode:"xyz50",parse:["xyz-d50"],serialize:"xyz-d50",toMode:{rgb:Gi,lab:Il},fromMode:{rgb:Vi,lab:Ml},channels:["x","y","z","alpha"],ranges:{x:[0,.964],y:[0,.999],z:[0,.825]},interpolate:{x:xe,y:xe,z:xe,alpha:{use:xe,fixup:kt}}},zE={mode:"xyz65",toMode:{rgb:mr,xyz50:e=>{let{x:t,y:n,z:r,alpha:i}=e;t===void 0&&(t=0),n===void 0&&(n=0),r===void 0&&(r=0);let o={mode:"xyz50",x:1.0479298208405488*t+.0229467933410191*n-.0501922295431356*r,y:.0296278156881593*t+.990434484573249*n-.0170738250293851*r,z:-.0092430581525912*t+.0150551448965779*n+.7518742899580008*r};return i!==void 0&&(o.alpha=i),o}},fromMode:{rgb:gr,xyz50:e=>{let{x:t,y:n,z:r,alpha:i}=e;t===void 0&&(t=0),n===void 0&&(n=0),r===void 0&&(r=0);let o={mode:"xyz65",x:.9554734527042182*t-.0230985368742614*n+.0632593086610217*r,y:-.0283697069632081*t+1.0099954580058226*n+.021041398966943*r,z:.0123140016883199*t-.0205076964334779*n+1.3303659366080753*r};return i!==void 0&&(o.alpha=i),o}},ranges:{x:[0,.95],y:[0,1],z:[0,1.088]},channels:["x","y","z","alpha"],parse:["xyz","xyz-d65"],serialize:"xyz-d65",interpolate:{x:xe,y:xe,z:xe,alpha:{use:xe,fixup:kt}}},NE={mode:"yiq",toMode:{rgb:({y:e,i:t,q:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i={mode:"rgb",r:e+.95608445*t+.6208885*n,g:e-.27137664*t-.6486059*n,b:e-1.10561724*t+1.70250126*n};return r!==void 0&&(i.alpha=r),i}},fromMode:{rgb:({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i={mode:"yiq",y:.29889531*e+.58662247*t+.11448223*n,i:.59597799*e-.2741761*t-.32180189*n,q:.21147017*e-.52261711*t+.31114694*n};return r!==void 0&&(i.alpha=r),i}},channels:["y","i","q","alpha"],parse:["--yiq"],serialize:"--yiq",ranges:{i:[-.595,.595],q:[-.522,.522]},interpolate:{y:xe,i:xe,q:xe,alpha:{use:xe,fixup:kt}}},HE=e=>Math.max(0,Math.min(1,e||0)),wa=e=>Math.round(HE(e)*255),Dy=sl("rgb"),qy=e=>{if(e===void 0)return;let t=wa(e.r),n=wa(e.g),r=wa(e.b);return"#"+(1<<24|t<<16|n<<8|r).toString(16).slice(1)},DE=e=>{if(e===void 0)return;let t=wa(e.alpha!==void 0?e.alpha:1);return qy(e)+(256|t).toString(16).slice(1)},Xi=e=>qy(Dy(e)),qE=e=>DE(Dy(e));function Wl(e){let t=sl("lrgb")(e);return .2126*t.r+.7152*t.g+.0722*t.b}function Gl(e,t){let n=Wl(e),r=Wl(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}it(TM),it(DM),it(qM),it(jM),it(WM),it(ny),it(oy),it(eE),it(tE),it(oE),it(aE),it(Al),it(cE),it(Tl),it(uE),it(vE),it(bE),it(_E),it(PE),it($E),it(OE);const jy=it(Ey);it(ME),it(EE),it(TE),it(ni),it(RE),it(LE),it(zE),it(NE);function vr(e){if(!e)return!1;const t=e.trim().toLowerCase();return!(t==="none"||t==="transparent"||t==="")}function Fy(e){const t=$n(e);return t?Wl(t)<.5:!1}var By=typeof global=="object"&&global&&global.Object===Object&&global,jE=typeof self=="object"&&self&&self.Object===Object&&self,Cn=By||jE||Function("return this")(),Jn=Cn.Symbol,Wy=Object.prototype,FE=Wy.hasOwnProperty,BE=Wy.toString,Ui=Jn?Jn.toStringTag:void 0;function WE(e){var t=FE.call(e,Ui),n=e[Ui];try{e[Ui]=void 0;var r=!0}catch(o){}var i=BE.call(e);return r&&(t?e[Ui]=n:delete e[Ui]),i}var GE=Object.prototype,VE=GE.toString;function YE(e){return VE.call(e)}var XE="[object Null]",UE="[object Undefined]",Gy=Jn?Jn.toStringTag:void 0;function br(e){return e==null?e===void 0?UE:XE:Gy&&Gy in Object(e)?WE(e):YE(e)}function er(e){return e!=null&&typeof e=="object"}var KE="[object Symbol]";function Pa(e){return typeof e=="symbol"||er(e)&&br(e)==KE}function ZE(e,t){for(var n=-1,r=e==null?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}var tr=Array.isArray,Vy=Jn?Jn.prototype:void 0,Yy=Vy?Vy.toString:void 0;function Xy(e){if(typeof e=="string")return e;if(tr(e))return ZE(e,Xy)+"";if(Pa(e))return Yy?Yy.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var QE=/\s/;function JE(e){for(var t=e.length;t--&&QE.test(e.charAt(t)););return t}var eI=/^\s+/;function tI(e){return e&&e.slice(0,JE(e)+1).replace(eI,"")}function On(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Uy=NaN,nI=/^[-+]0x[0-9a-f]+$/i,rI=/^0b[01]+$/i,iI=/^0o[0-7]+$/i,oI=parseInt;function Vl(e){if(typeof e=="number")return e;if(Pa(e))return Uy;if(On(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=On(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=tI(e);var n=rI.test(e);return n||iI.test(e)?oI(e.slice(2),n?2:8):nI.test(e)?Uy:+e}function Ky(e){return e}var aI="[object AsyncFunction]",sI="[object Function]",cI="[object GeneratorFunction]",lI="[object Proxy]";function Yl(e){if(!On(e))return!1;var t=br(e);return t==sI||t==cI||t==aI||t==lI}var Xl=Cn["__core-js_shared__"],Zy=(function(){var e=/[^.]+$/.exec(Xl&&Xl.keys&&Xl.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function uI(e){return!!Zy&&Zy in e}var hI=Function.prototype,dI=hI.toString;function _r(e){if(e!=null){try{return dI.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var fI=/[\\^$.*+?()[\]{}|]/g,pI=/^\[object .+?Constructor\]$/,gI=Function.prototype,mI=Object.prototype,yI=gI.toString,vI=mI.hasOwnProperty,bI=RegExp("^"+yI.call(vI).replace(fI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function _I(e){if(!On(e)||uI(e))return!1;var t=Yl(e)?bI:pI;return t.test(_r(e))}function xI(e,t){return e==null?void 0:e[t]}function xr(e,t){var n=xI(e,t);return _I(n)?n:void 0}var Ul=xr(Cn,"WeakMap"),Qy=Object.create,wI=(function(){function e(){}return function(t){if(!On(t))return{};if(Qy)return Qy(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}})();function PI(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function $I(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var CI=800,OI=16,SI=Date.now;function MI(e){var t=0,n=0;return function(){var r=SI(),i=OI-(r-n);if(n=r,i>0){if(++t>=CI)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function EI(e){return function(){return e}}var $a=(function(){try{var e=xr(Object,"defineProperty");return e({},"",{}),e}catch(t){}})(),II=$a?function(e,t){return $a(e,"toString",{configurable:!0,enumerable:!1,value:EI(t),writable:!0})}:Ky,AI=MI(II);function TI(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var kI=9007199254740991,RI=/^(?:0|[1-9]\d*)$/;function Jy(e,t){var n=typeof e;return t=t==null?kI:t,!!t&&(n=="number"||n!="symbol"&&RI.test(e))&&e>-1&&e%1==0&&e<t}function Kl(e,t,n){t=="__proto__"&&$a?$a(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Ca(e,t){return e===t||e!==e&&t!==t}var LI=Object.prototype,zI=LI.hasOwnProperty;function e2(e,t,n){var r=e[t];(!(zI.call(e,t)&&Ca(r,n))||n===void 0&&!(t in e))&&Kl(e,t,n)}function NI(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=void 0;c===void 0&&(c=e[s]),i?Kl(n,s,c):e2(n,s,c)}return n}var t2=Math.max;function HI(e,t,n){return t=t2(t===void 0?e.length-1:t,0),function(){for(var r=arguments,i=-1,o=t2(r.length-t,0),a=Array(o);++i<o;)a[i]=r[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=r[i];return s[t]=n(a),PI(e,this,s)}}function DI(e,t){return AI(HI(e,t,Ky),e+"")}var qI=9007199254740991;function n2(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=qI}function Oa(e){return e!=null&&n2(e.length)&&!Yl(e)}function jI(e,t,n){if(!On(n))return!1;var r=typeof t;return(r=="number"?Oa(n)&&Jy(t,n.length):r=="string"&&t in n)?Ca(n[t],e):!1}function FI(e){return DI(function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(o=e.length>3&&typeof o=="function"?(i--,o):void 0,a&&jI(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),t=Object(t);++r<i;){var s=n[r];s&&e(t,s,r,o)}return t})}var BI=Object.prototype;function Zl(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||BI;return e===n}function WI(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var GI="[object Arguments]";function r2(e){return er(e)&&br(e)==GI}var i2=Object.prototype,VI=i2.hasOwnProperty,YI=i2.propertyIsEnumerable,Ql=r2((function(){return arguments})())?r2:function(e){return er(e)&&VI.call(e,"callee")&&!YI.call(e,"callee")};function XI(){return!1}var o2=typeof V=="object"&&V&&!V.nodeType&&V,a2=o2&&typeof module=="object"&&module&&!module.nodeType&&module,UI=a2&&a2.exports===o2,s2=UI?Cn.Buffer:void 0,KI=s2?s2.isBuffer:void 0,Jl=KI||XI,ZI="[object Arguments]",QI="[object Array]",JI="[object Boolean]",eA="[object Date]",tA="[object Error]",nA="[object Function]",rA="[object Map]",iA="[object Number]",oA="[object Object]",aA="[object RegExp]",sA="[object Set]",cA="[object String]",lA="[object WeakMap]",uA="[object ArrayBuffer]",hA="[object DataView]",dA="[object Float32Array]",fA="[object Float64Array]",pA="[object Int8Array]",gA="[object Int16Array]",mA="[object Int32Array]",yA="[object Uint8Array]",vA="[object Uint8ClampedArray]",bA="[object Uint16Array]",_A="[object Uint32Array]",gt={};gt[dA]=gt[fA]=gt[pA]=gt[gA]=gt[mA]=gt[yA]=gt[vA]=gt[bA]=gt[_A]=!0,gt[ZI]=gt[QI]=gt[uA]=gt[JI]=gt[hA]=gt[eA]=gt[tA]=gt[nA]=gt[rA]=gt[iA]=gt[oA]=gt[aA]=gt[sA]=gt[cA]=gt[lA]=!1;function xA(e){return er(e)&&n2(e.length)&&!!gt[br(e)]}function eu(e){return function(t){return e(t)}}var c2=typeof V=="object"&&V&&!V.nodeType&&V,Ki=c2&&typeof module=="object"&&module&&!module.nodeType&&module,wA=Ki&&Ki.exports===c2,tu=wA&&By.process,ai=(function(){try{var e=Ki&&Ki.require&&Ki.require("util").types;return e||tu&&tu.binding&&tu.binding("util")}catch(t){}})(),l2=ai&&ai.isTypedArray,u2=l2?eu(l2):xA,PA=Object.prototype,$A=PA.hasOwnProperty;function h2(e,t){var n=tr(e),r=!n&&Ql(e),i=!n&&!r&&Jl(e),o=!n&&!r&&!i&&u2(e),a=n||r||i||o,s=a?WI(e.length,String):[],c=s.length;for(var l in e)(t||$A.call(e,l))&&!(a&&(l=="length"||i&&(l=="offset"||l=="parent")||o&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||Jy(l,c)))&&s.push(l);return s}function d2(e,t){return function(n){return e(t(n))}}var CA=d2(Object.keys,Object),OA=Object.prototype,SA=OA.hasOwnProperty;function MA(e){if(!Zl(e))return CA(e);var t=[];for(var n in Object(e))SA.call(e,n)&&n!="constructor"&&t.push(n);return t}function EA(e){return Oa(e)?h2(e):MA(e)}function IA(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var AA=Object.prototype,TA=AA.hasOwnProperty;function kA(e){if(!On(e))return IA(e);var t=Zl(e),n=[];for(var r in e)r=="constructor"&&(t||!TA.call(e,r))||n.push(r);return n}function f2(e){return Oa(e)?h2(e,!0):kA(e)}var RA=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,LA=/^\w*$/;function zA(e,t){if(tr(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Pa(e)?!0:LA.test(e)||!RA.test(e)||t!=null&&e in Object(t)}var Zi=xr(Object,"create");function NA(){this.__data__=Zi?Zi(null):{},this.size=0}function HA(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var DA="__lodash_hash_undefined__",qA=Object.prototype,jA=qA.hasOwnProperty;function FA(e){var t=this.__data__;if(Zi){var n=t[e];return n===DA?void 0:n}return jA.call(t,e)?t[e]:void 0}var BA=Object.prototype,WA=BA.hasOwnProperty;function GA(e){var t=this.__data__;return Zi?t[e]!==void 0:WA.call(t,e)}var VA="__lodash_hash_undefined__";function YA(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Zi&&t===void 0?VA:t,this}function wr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}wr.prototype.clear=NA,wr.prototype.delete=HA,wr.prototype.get=FA,wr.prototype.has=GA,wr.prototype.set=YA;function XA(){this.__data__=[],this.size=0}function Sa(e,t){for(var n=e.length;n--;)if(Ca(e[n][0],t))return n;return-1}var UA=Array.prototype,KA=UA.splice;function ZA(e){var t=this.__data__,n=Sa(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():KA.call(t,n,1),--this.size,!0}function QA(e){var t=this.__data__,n=Sa(t,e);return n<0?void 0:t[n][1]}function JA(e){return Sa(this.__data__,e)>-1}function eT(e,t){var n=this.__data__,r=Sa(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Hn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Hn.prototype.clear=XA,Hn.prototype.delete=ZA,Hn.prototype.get=QA,Hn.prototype.has=JA,Hn.prototype.set=eT;var Qi=xr(Cn,"Map");function tT(){this.size=0,this.__data__={hash:new wr,map:new(Qi||Hn),string:new wr}}function nT(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Ma(e,t){var n=e.__data__;return nT(t)?n[typeof t=="string"?"string":"hash"]:n.map}function rT(e){var t=Ma(this,e).delete(e);return this.size-=t?1:0,t}function iT(e){return Ma(this,e).get(e)}function oT(e){return Ma(this,e).has(e)}function aT(e,t){var n=Ma(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function nr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}nr.prototype.clear=tT,nr.prototype.delete=rT,nr.prototype.get=iT,nr.prototype.has=oT,nr.prototype.set=aT;var sT="Expected a function";function nu(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(sT);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(nu.Cache||nr),n}nu.Cache=nr;var cT=500;function lT(e){var t=nu(e,function(r){return n.size===cT&&n.clear(),r}),n=t.cache;return t}var uT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,hT=/\\(\\)?/g,dT=lT(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(uT,function(n,r,i,o){t.push(i?o.replace(hT,"$1"):r||n)}),t});function Ji(e){return e==null?"":Xy(e)}function fT(e,t){return tr(e)?e:zA(e,t)?[e]:dT(Ji(e))}function pT(e){if(typeof e=="string"||Pa(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function gT(e,t){t=fT(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[pT(t[n++])];return n&&n==r?e:void 0}function p2(e,t,n){var r=e==null?void 0:gT(e,t);return r===void 0?n:r}function mT(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}var g2=d2(Object.getPrototypeOf,Object),yT="[object Object]",vT=Function.prototype,bT=Object.prototype,m2=vT.toString,_T=bT.hasOwnProperty,xT=m2.call(Object);function wT(e){if(!er(e)||br(e)!=yT)return!1;var t=g2(e);if(t===null)return!0;var n=_T.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&m2.call(n)==xT}function PT(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=e[r+t];return o}function $T(e,t,n){var r=e.length;return n=n===void 0?r:n,!t&&n>=r?e:PT(e,t,n)}var CT="\\ud800-\\udfff",OT="\\u0300-\\u036f",ST="\\ufe20-\\ufe2f",MT="\\u20d0-\\u20ff",ET=OT+ST+MT,IT="\\ufe0e\\ufe0f",AT="\\u200d",TT=RegExp("["+AT+CT+ET+IT+"]");function y2(e){return TT.test(e)}function kT(e){return e.split("")}var v2="\\ud800-\\udfff",RT="\\u0300-\\u036f",LT="\\ufe20-\\ufe2f",zT="\\u20d0-\\u20ff",NT=RT+LT+zT,HT="\\ufe0e\\ufe0f",DT="["+v2+"]",ru="["+NT+"]",iu="\\ud83c[\\udffb-\\udfff]",qT="(?:"+ru+"|"+iu+")",b2="[^"+v2+"]",_2="(?:\\ud83c[\\udde6-\\uddff]){2}",x2="[\\ud800-\\udbff][\\udc00-\\udfff]",jT="\\u200d",w2=qT+"?",P2="["+HT+"]?",FT="(?:"+jT+"(?:"+[b2,_2,x2].join("|")+")"+P2+w2+")*",BT=P2+w2+FT,WT="(?:"+[b2+ru+"?",ru,_2,x2,DT].join("|")+")",GT=RegExp(iu+"(?="+iu+")|"+WT+BT,"g");function VT(e){return e.match(GT)||[]}function YT(e){return y2(e)?VT(e):kT(e)}function XT(e){return function(t){t=Ji(t);var n=y2(t)?YT(t):void 0,r=n?n[0]:t.charAt(0),i=n?$T(n,1).join(""):t.slice(1);return r[e]()+i}}var UT=XT("toUpperCase");function KT(e){return UT(Ji(e).toLowerCase())}function ZT(e,t,n,r){for(var i=-1,o=e==null?0:e.length;++i<o;)n=t(n,e[i],i,e);return n}function QT(e){return function(t){return e==null?void 0:e[t]}}var JT={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},ek=QT(JT),tk=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,nk="\\u0300-\\u036f",rk="\\ufe20-\\ufe2f",ik="\\u20d0-\\u20ff",ok=nk+rk+ik,ak="["+ok+"]",sk=RegExp(ak,"g");function ck(e){return e=Ji(e),e&&e.replace(tk,ek).replace(sk,"")}var lk=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function uk(e){return e.match(lk)||[]}var hk=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function dk(e){return hk.test(e)}var $2="\\ud800-\\udfff",fk="\\u0300-\\u036f",pk="\\ufe20-\\ufe2f",gk="\\u20d0-\\u20ff",mk=fk+pk+gk,C2="\\u2700-\\u27bf",O2="a-z\\xdf-\\xf6\\xf8-\\xff",yk="\\xac\\xb1\\xd7\\xf7",vk="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",bk="\\u2000-\\u206f",_k=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",S2="A-Z\\xc0-\\xd6\\xd8-\\xde",xk="\\ufe0e\\ufe0f",M2=yk+vk+bk+_k,E2="['’]",I2="["+M2+"]",wk="["+mk+"]",A2="\\d+",Pk="["+C2+"]",T2="["+O2+"]",k2="[^"+$2+M2+A2+C2+O2+S2+"]",$k="\\ud83c[\\udffb-\\udfff]",Ck="(?:"+wk+"|"+$k+")",Ok="[^"+$2+"]",R2="(?:\\ud83c[\\udde6-\\uddff]){2}",L2="[\\ud800-\\udbff][\\udc00-\\udfff]",si="["+S2+"]",Sk="\\u200d",z2="(?:"+T2+"|"+k2+")",Mk="(?:"+si+"|"+k2+")",N2="(?:"+E2+"(?:d|ll|m|re|s|t|ve))?",H2="(?:"+E2+"(?:D|LL|M|RE|S|T|VE))?",D2=Ck+"?",q2="["+xk+"]?",Ek="(?:"+Sk+"(?:"+[Ok,R2,L2].join("|")+")"+q2+D2+")*",Ik="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ak="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Tk=q2+D2+Ek,kk="(?:"+[Pk,R2,L2].join("|")+")"+Tk,Rk=RegExp([si+"?"+T2+"+"+N2+"(?="+[I2,si,"$"].join("|")+")",Mk+"+"+H2+"(?="+[I2,si+z2,"$"].join("|")+")",si+"?"+z2+"+"+N2,si+"+"+H2,Ak,Ik,A2,kk].join("|"),"g");function Lk(e){return e.match(Rk)||[]}function zk(e,t,n){return e=Ji(e),t=t,t===void 0?dk(e)?Lk(e):uk(e):e.match(t)||[]}var Nk="['’]",Hk=RegExp(Nk,"g");function j2(e){return function(t){return ZT(zk(ck(t).replace(Hk,"")),e,"")}}var Dk=j2(function(e,t,n){return t=t.toLowerCase(),e+(n?KT(t):t)});function qk(e,t,n){return e===e&&(n!==void 0&&(e=e<=n?e:n),t!==void 0&&(e=e>=t?e:t)),e}function jk(e,t,n){return n===void 0&&(n=t,t=void 0),n!==void 0&&(n=Vl(n),n=n===n?n:0),t!==void 0&&(t=Vl(t),t=t===t?t:0),qk(Vl(e),t,n)}function Fk(){this.__data__=new Hn,this.size=0}function Bk(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function Wk(e){return this.__data__.get(e)}function Gk(e){return this.__data__.has(e)}var Vk=200;function Yk(e,t){var n=this.__data__;if(n instanceof Hn){var r=n.__data__;if(!Qi||r.length<Vk-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new nr(r)}return n.set(e,t),this.size=n.size,this}function Pr(e){var t=this.__data__=new Hn(e);this.size=t.size}Pr.prototype.clear=Fk,Pr.prototype.delete=Bk,Pr.prototype.get=Wk,Pr.prototype.has=Gk,Pr.prototype.set=Yk;var F2=typeof V=="object"&&V&&!V.nodeType&&V,B2=F2&&typeof module=="object"&&module&&!module.nodeType&&module,Xk=B2&&B2.exports===F2,W2=Xk?Cn.Buffer:void 0,G2=W2?W2.allocUnsafe:void 0;function V2(e,t){if(t)return e.slice();var n=e.length,r=G2?G2(n):new e.constructor(n);return e.copy(r),r}function Uk(e,t){for(var n=-1,r=e==null?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function Kk(){return[]}var Zk=Object.prototype,Qk=Zk.propertyIsEnumerable,Y2=Object.getOwnPropertySymbols,Jk=Y2?function(e){return e==null?[]:(e=Object(e),Uk(Y2(e),function(t){return Qk.call(e,t)}))}:Kk;function eR(e,t,n){var r=t(e);return tr(e)?r:mT(r,n(e))}function tR(e){return eR(e,EA,Jk)}var ou=xr(Cn,"DataView"),au=xr(Cn,"Promise"),su=xr(Cn,"Set"),X2="[object Map]",nR="[object Object]",U2="[object Promise]",K2="[object Set]",Z2="[object WeakMap]",Q2="[object DataView]",rR=_r(ou),iR=_r(Qi),oR=_r(au),aR=_r(su),sR=_r(Ul),Dn=br;(ou&&Dn(new ou(new ArrayBuffer(1)))!=Q2||Qi&&Dn(new Qi)!=X2||au&&Dn(au.resolve())!=U2||su&&Dn(new su)!=K2||Ul&&Dn(new Ul)!=Z2)&&(Dn=function(e){var t=br(e),n=t==nR?e.constructor:void 0,r=n?_r(n):"";if(r)switch(r){case rR:return Q2;case iR:return X2;case oR:return U2;case aR:return K2;case sR:return Z2}return t});var cR=Object.prototype,lR=cR.hasOwnProperty;function uR(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&lR.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var J2=Cn.Uint8Array;function cu(e){var t=new e.constructor(e.byteLength);return new J2(t).set(new J2(e)),t}function hR(e,t){var n=cu(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var dR=/\w*$/;function fR(e){var t=new e.constructor(e.source,dR.exec(e));return t.lastIndex=e.lastIndex,t}var ev=Jn?Jn.prototype:void 0,tv=ev?ev.valueOf:void 0;function pR(e){return tv?Object(tv.call(e)):{}}function nv(e,t){var n=t?cu(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var gR="[object Boolean]",mR="[object Date]",yR="[object Map]",vR="[object Number]",bR="[object RegExp]",_R="[object Set]",xR="[object String]",wR="[object Symbol]",PR="[object ArrayBuffer]",$R="[object DataView]",CR="[object Float32Array]",OR="[object Float64Array]",SR="[object Int8Array]",MR="[object Int16Array]",ER="[object Int32Array]",IR="[object Uint8Array]",AR="[object Uint8ClampedArray]",TR="[object Uint16Array]",kR="[object Uint32Array]";function RR(e,t,n){var r=e.constructor;switch(t){case PR:return cu(e);case gR:case mR:return new r(+e);case $R:return hR(e);case CR:case OR:case SR:case MR:case ER:case IR:case AR:case TR:case kR:return nv(e,n);case yR:return new r;case vR:case xR:return new r(e);case bR:return fR(e);case _R:return new r;case wR:return pR(e)}}function rv(e){return typeof e.constructor=="function"&&!Zl(e)?wI(g2(e)):{}}var LR="[object Map]";function zR(e){return er(e)&&Dn(e)==LR}var iv=ai&&ai.isMap,NR=iv?eu(iv):zR,HR="[object Set]";function DR(e){return er(e)&&Dn(e)==HR}var ov=ai&&ai.isSet,qR=ov?eu(ov):DR,jR=1,av="[object Arguments]",FR="[object Array]",BR="[object Boolean]",WR="[object Date]",GR="[object Error]",sv="[object Function]",VR="[object GeneratorFunction]",YR="[object Map]",XR="[object Number]",cv="[object Object]",UR="[object RegExp]",KR="[object Set]",ZR="[object String]",QR="[object Symbol]",JR="[object WeakMap]",eL="[object ArrayBuffer]",tL="[object DataView]",nL="[object Float32Array]",rL="[object Float64Array]",iL="[object Int8Array]",oL="[object Int16Array]",aL="[object Int32Array]",sL="[object Uint8Array]",cL="[object Uint8ClampedArray]",lL="[object Uint16Array]",uL="[object Uint32Array]",ft={};ft[av]=ft[FR]=ft[eL]=ft[tL]=ft[BR]=ft[WR]=ft[nL]=ft[rL]=ft[iL]=ft[oL]=ft[aL]=ft[YR]=ft[XR]=ft[cv]=ft[UR]=ft[KR]=ft[ZR]=ft[QR]=ft[sL]=ft[cL]=ft[lL]=ft[uL]=!0,ft[GR]=ft[sv]=ft[JR]=!1;function Ea(e,t,n,r,i,o){var a,s=t&jR;if(a!==void 0)return a;if(!On(e))return e;var c=tr(e);if(c)a=uR(e);else{var l=Dn(e),u=l==sv||l==VR;if(Jl(e))return V2(e,s);if(l==cv||l==av||u&&!i)a=u?{}:rv(e);else{if(!ft[l])return i?e:{};a=RR(e,l,s)}}o||(o=new Pr);var h=o.get(e);if(h)return h;o.set(e,a),qR(e)?e.forEach(function(g){a.add(Ea(g,t,n,g,e,o))}):NR(e)&&e.forEach(function(g,y){a.set(y,Ea(g,t,n,y,e,o))});var d=tR,f=c?void 0:d(e);return TI(f||e,function(g,y){f&&(y=g,g=e[y]),e2(a,y,Ea(g,t,n,y,e,o))}),a}var hL=1,dL=4;function lv(e){return Ea(e,hL|dL)}function fL(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var c=a[++i];if(n(o[c],c,o)===!1)break}return t}}var pL=fL();function lu(e,t,n){(n!==void 0&&!Ca(e[t],n)||n===void 0&&!(t in e))&&Kl(e,t,n)}function gL(e){return er(e)&&Oa(e)}function uu(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function mL(e){return NI(e,f2(e))}function yL(e,t,n,r,i,o,a){var s=uu(e,n),c=uu(t,n),l=a.get(c);if(l){lu(e,n,l);return}var u=o?o(s,c,n+"",e,t,a):void 0,h=u===void 0;if(h){var d=tr(c),f=!d&&Jl(c),g=!d&&!f&&u2(c);u=c,d||f||g?tr(s)?u=s:gL(s)?u=$I(s):f?(h=!1,u=V2(c,!0)):g?(h=!1,u=nv(c,!0)):u=[]:wT(c)||Ql(c)?(u=s,Ql(s)?u=mL(s):(!On(s)||Yl(s))&&(u=rv(c))):h=!1}h&&(a.set(c,u),i(u,c,r,o,a),a.delete(c)),lu(e,n,u)}function uv(e,t,n,r,i){e!==t&&pL(t,function(o,a){if(i||(i=new Pr),On(o))yL(e,t,a,n,uv,r,i);else{var s=r?r(uu(e,a),o,a+"",e,t,i):void 0;s===void 0&&(s=o),lu(e,a,s)}},f2)}var vL=j2(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),hv=FI(function(e,t,n){uv(e,t,n)});function eo(e,t){if(t.length===0)return{};const n=Array.isArray(e)?e[t[0]]:e.items[t[0]];if(t.length===1)return n;const r=t.slice(1).map(i=>`children[${i}]`).join(".");return p2(n,r)}function dv(e){const{structure:t,item:n,items:r}=e;return!(!t||!n||r.some(i=>!i))}const bL=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","-apple-system","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]);function $r(e){const t=[];let n="",r=null;const i=()=>{const o=n.trim();o&&t.push(o),n=""};for(let o=0;o<e.length;o+=1){const a=e[o];if(r){n+=a,a===r&&(r=null);continue}if(a==='"'||a==="'"){r=a,n+=a;continue}if(a===","){i();continue}n+=a}return i(),t}function fv(e){const t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function _L(e){const t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")}function xL(e){return/^\d/.test(e)||/\s/.test(e)}function wL(e){const t=e.trim();if(!t||_L(t)||bL.has(t.toLowerCase())||!xL(t))return t;const n=t.includes('"')&&!t.includes("'")?"'":'"';return`${n}${t}${n}`}function ci(e){const t=$r(e);return t.length?t.length===1?fv(t[0]):t.map(n=>fv(n)).join(", "):""}function Cr(e){const t=$r(e);return t.length?t.map(n=>wL(n)).join(", "):e.trim()}const PL={100:"thin",hairline:"thin",thin:"thin",200:"extralight",ultralight:"extralight",extralight:"extralight",300:"light",light:"light",400:"regular",normal:"regular",regular:"regular",500:"medium",medium:"medium",600:"semibold",demibold:"semibold",semibold:"semibold",700:"bold",bold:"bold",800:"extrabold",ultrabold:"extrabold",extrabold:"extrabold",900:"black",heavy:"black",black:"black",950:"extrablack",ultrablack:"extrablack",extrablack:"extrablack"};function pv(e){const t=String(e).toLowerCase();return PL[t]||"regular"}const Ia=new Map;let $L="sans-serif";const CL={fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",unitsPerEm:2048,metrics:{ascender:2189,descender:-555,lineGap:0},glyphs:{'"':727,"%":1821,"'":391,"(":682,")":682,"*":797,"+":1196,"-":682,"<":1196,"=":1196,">":1196,"@":2079,C:1479,D:1479,F:1251,G:1593,H:1479,J:1024,M:1706,N:1479,O:1593,Q:1593,R:1479,T:1251,U:1479,W:1933,Z:1251,"^":961,_:1024,"`":682,c:1024,i:455,j:455,k:1024,l:455,m:1706,r:682,s:1024,v:1024,w:1479,x:1024,y:1024,z:1024,"{":684,"|":532,"}":684,"~":1196},glyphsByWidth:{569:" !,./:;I[\\]ft",1139:"#$0123456789?Labdeghnopqu",1366:"&ABEKPSVXY"},defaultWidth:1139};function gv(e){if(e===void 0||e==="normal")return"400";if(e==="bold")return"700";const t={thin:"100",hairline:"100","extra-light":"200","ultra-light":"200",light:"300",regular:"400",normal:"400",medium:"500","semi-bold":"600",semibold:"600","demi-bold":"600",demibold:"600","extra-bold":"800",extrabold:"800","ultra-bold":"800",ultrabold:"800",black:"900",heavy:"900","extra-black":"950",extrablack:"950","ultra-black":"950",ultrablack:"950",bolder:"900",lighter:"300"};if(typeof e=="string"){const n=e.toLowerCase();return t[n]||e}return String(e)}function mv(e){return e||"normal"}function OL(e){const t=e.fontFamily,n=gv(e.fontWeight),r=mv(e.fontStyle);if(e.glyphsByWidth){const a=Tt({},e.glyphs||{});for(const[s,c]of Object.entries(e.glyphsByWidth))if(typeof c=="string"){const l=Number(s);for(const u of c)a[u]=l}else a[s]=c;e=Kt(Tt({},e),{glyphs:a,glyphsByWidth:void 0})}Ia.has(t)||Ia.set(t,new Map);const i=Ia.get(t);i.has(n)||i.set(n,new Map),i.get(n).set(r,e)}function SL(e,t,n){const r=e||$L,i=gv(t),o=mv(n),a=Ia.get(r);if(!a)return console.warn(`Font family "${r}" not registered, using fallback font data`),CL;let s=a.get(i);if(s){let l=s.get(o);if(l||o!=="normal"&&(l=s.get("normal"),l))return l;const u=s.values().next().value;if(u)return u}if(s=a.get("400"),s){let l=s.get(o);if(l||o!=="normal"&&(l=s.get("normal"),l))return l;const u=s.values().next().value;if(u)return u}const c=a.values().next().value;if(c){const l=c.values().next().value;if(l)return l}throw new Error(`No font data found for family "${r}" with weight "${i}" and style "${o}"`)}function ML(e,t){if(!t||t==="none")return e;switch(t){case"uppercase":return e.toUpperCase();case"lowercase":return e.toLowerCase();case"capitalize":return e.split(" ").map(n=>n.length===0?n:n[0].toUpperCase()+n.slice(1).toLowerCase()).join(" ");default:return e}}function yv(e){if(e===void 0)return 14;if(typeof e=="number")return e;const t=parseFloat(e);return isNaN(t)?16:t}function EL(e,t){const n=yv(e.fontSize),r=e.lineHeight;if(r===void 0){const{ascender:i,descender:o,lineGap:a=0}=t.metrics;return(i-o+a)/t.unitsPerEm*n}return typeof r=="number"?r*n:r.type==="pixel"?r.value:r.type==="percent"?r.value/100*n:n}function IL(e,t={}){var d;const n=ML(e,t.textTransform),r=SL(t.fontFamily,t.fontWeight,t.fontStyle),i=yv(t.fontSize),o=t.letterSpacing||0,a=t.wordSpacing||0;let s=0;const c=Array.from(n);for(let f=0;f<c.length;f++){const g=c[f],y=f<c.length-1?c[f+1]:void 0;let m=(d=r.glyphs)==null?void 0:d[g];m===void 0&&(m=r.defaultWidth||r.unitsPerEm/2);const v=m/r.unitsPerEm*i;if(s+=v,y&&r.kerning){const b=g+y,_=r.kerning[b];_!==void 0&&(s+=_/r.unitsPerEm*i)}f<c.length-1&&(s+=o),g===" "&&(s+=a)}const l=EL(t,r),{ascender:u}=r.metrics,h=u/r.unitsPerEm*i;return{width:s,height:l,baseline:h}}const AL={fontFamily:"Alibaba PuHuiTi",fontWeight:400,fontStyle:"normal",unitsPerEm:1e3,metrics:{ascender:1060,descender:-340,lineGap:0},glyphs:{" ":257,"!":361,'"':405,"#":600,"%":821,"&":640,"'":253,"(":359,")":359,"*":430,",":302,"-":440,".":302,"/":500,":":378,";":378,"?":431,"@":860,B:620,C:599,D:699,F:527,G:685,H:708,J:271,K:614,L:507,M:830,N:737,P:597,R:614,S:566,T:528,V:617,W:898,X:624,Y:594,Z:626,"[":294,"\\":510,"]":294,_:500,"`":346,b:635,c:497,d:635,f:349,g:636,k:518,l:286,m:921,p:635,q:636,r:379,s:479,t:337,v:526,w:828,x:516,y:527,z:506,"{":299,"|":183,"}":299," ":257,"¡":357,"¦":183,"§":479,"¨":346,"©":806,ª:483,"«":511,"":440,"®":404,"¯":346,"°":363,"´":346,"¶":593,"·":357,"¸":346,º:445,"»":511,"¼":902,"½":914,"¾":902,"¿":431,Æ:889,Ç:599,Ð:719,Ñ:737,Ý:594,Þ:597,ß:610,æ:926,ç:497,ý:527,þ:635,ÿ:527,Ć:599,ć:497,Ĉ:599,ĉ:497,Ċ:599,ċ:497,Č:599,č:497,Ď:699,ď:640,Đ:719,đ:635,Ĝ:685,ĝ:636,Ğ:685,ğ:636,Ġ:685,ġ:636,Ģ:685,ģ:636,Ĥ:708,Ħ:708,IJ:545,ij:536,Ĵ:271,Ķ:614,ķ:518,ĸ:518,Ĺ:507,ĺ:286,Ļ:507,ļ:286,Ľ:507,ľ:290,Ŀ:507,ŀ:291,Ł:507,ł:286,Ń:737,Ņ:737,Ň:737,ʼn:669,Ŋ:737,Œ:987,œ:917,Ŕ:614,ŕ:379,Ŗ:614,ŗ:379,Ř:614,ř:379,Ś:566,ś:479,Ŝ:566,ŝ:479,Ş:566,ş:479,Š:566,š:479,Ţ:528,ţ:337,Ť:528,ť:340,Ŧ:528,ŧ:337,Ŵ:898,ŵ:828,Ŷ:594,ŷ:527,Ÿ:594,Ź:626,ź:506,Ż:626,ż:506,Ž:626,ž:506,ſ:310,Ə:719,ǎ:608,ǐ:265,ǒ:614,ǔ:609,ǖ:609,ǘ:609,ǚ:609,ǜ:609,Ǽ:889,ǽ:926,Ș:566,ș:479,Ț:528,ț:337,"ʹ":255,"͵":255,";":378,"΄":346,"΅":346,Ά:670,"·":357,Έ:628,Ή:779,Ί:346,Ό:765,Ύ:726,Ώ:765,ΐ:312,Β:620,Γ:507,Ζ:626,Η:708,Κ:614,Λ:617,Μ:830,Ν:737,Π:708,Ρ:597,Σ:596,Τ:528,Υ:594,Φ:831,Χ:624,Ψ:804,Ϋ:594,έ:509,ή:643,ί:312,ΰ:593,β:610,γ:526,ε:509,ζ:465,η:643,θ:638,ι:312,κ:518,λ:514,ν:526,ξ:465,π:616,ρ:619,ς:497,σ:639,τ:437,υ:593,φ:774,χ:509,ψ:745,ω:782,ϊ:312,ϋ:593,ύ:593,ώ:782,"‐":440,"‑":440,"–":495,"—":684,"―":684,"‗":500,"‘":270,"’":270,"‚":270,"‛":270,"“":784,"”":784,"„":468,"†":500,"‡":500,"•":308,"…":1085,"‰":1174,"′":256,"″":472,"‴":689,"‵":256,"‶":472,"‷":689,"‹":312,"›":312,"‼":589,"‽":433,"‾":500,"⁄":120,"⁺":407,"⁻":407,"⁼":407,"⁽":225,"⁾":225,ⁿ:486,"₊":407,"₋":407,"₌":407,"₍":225,"₎":225,"ₙ":486,"₡":599,"₣":527,"₤":600,"₥":921,"₦":625,"₨":1093,"₩":769,"₪":754,"₫":635,"₭":614,"₮":528,"₯":1288,"₰":950,"₲":685,"₴":576,"₵":599,"₶":576,"₷":700,"₸":528,"₻":750,"₼":683,"₾":577,"₿":620,"℃":915,"℅":825,"℉":868,ℓ:385,"№":1176,"℗":806,"℡":1022,"™":903,"℮":903,"⅛":930,"⅜":931,"⅝":931,"⅞":871,"Ⅶ":1166,"∂":587,"∈":663,"∏":708,"∑":596,"√":604,"∞":679,"∧":617,"∫":531,"∮":654,"≈":600,"≒":662,"◊":600," ":0,"〞":472},glyphsByWidth:{268:"ijìíîïĩīĭįıĵȷ",274:"IÌÍÎÏĨĪĬĮİΙΪ",406:"²³¹⁰⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉",552:"+<=>^~¬±×÷−∕∙≠≤≥≦≧≮≯",556:"EÈÉÊËĒĔĖĘĚΕΞ",575:"$0123456789¢£¤¥ƒ₢₧€₱₹₺₽",578:"eèéêëēĕėęě",612:"aàáâãäåāăąǻ",613:"uµùúûüũūŭůűųάαμ∨",618:"hnoðñòóôõöøĥħńņňŋōŏőǿδοό",667:"AÀÁÂÃÄÅĀĂĄǺΑΔ₳∆",701:"UÙÚÛÜŨŪŬŮŰŲ",743:"OQÒÓÔÕÖØŌŎŐǾΘΟΩΩ",1e3:"─━│┃┄┅┆┇┈┉┊┋┌┍┎┏┐┑┒┓└┕┖┗┘┙┚┛├┝┞┟┠┡┢┣┤┥┦┧┨┩┪┫┬┭┮┯┰┱┲┳┴┵┶┷┸┹┺┻┼┽┾┿╀╁╂╃╄╅╆╇╈╉╊╋═║╒╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡╢╣╤╥╦╧╨╩╪╫╬╭╮╯╰╱╲╳▁▂▃▄▅▆▇█▉▊▋▌▍▎▏▓▔▕■□▲△▼▽◆◇○◎●◢◣◤◥★☆☉♀♂〾"},defaultWidth:984,kerning:{'""':-56,"\"'":-57,'",':-179,'".':-179,"'\"":-56,"''":-57,"',":-179,"'.":-179,"(j":60,',"':-160,",'":-160,",1":-140,",7":-41,",9":-39,'."':-160,".'":-160,".1":-140,".7":-41,".9":-39,"//":-120,"1,":-99,"1.":-99,"1:":-99,"1;":-99,"7,":-160,"7.":-160,"7:":-99,"7;":-99,":1":-79,":7":-59,";1":-79,";7":-59,'A"':-100,"A'":-100,AC:-20,AG:-20,AO:-20,AQ:-20,AT:-80,AU:-10,AV:-70,AW:-39,AY:-81,Af:-20,Al:-10,At:-20,Av:-20,Ay:-20,BC:-10,BG:-10,BO:-10,BQ:-10,BT:-40,BV:-20,BX:-20,BY:-21,"D,":-59,"D.":-59,DA:-20,DT:-36,DV:-30,DW:-19,DX:-20,DY:-40,DZ:-20,Da:-39,Ej:19,"F,":-159,"F.":-159,FA:-40,Fa:-59,Fh:1,Fk:1,GV:-11,GY:-21,JJ:7,KA:-19,KC:-20,KG:-20,KO:-20,KQ:-20,KT:-19,KU:-39,KV:-39,KW:-39,KY:-40,Kc:-39,Kd:-39,Ke:-39,Kg:-39,Kl:-39,Ko:-39,Kq:-39,Ks:-19,Kt:-10,Ku:-40,Kv:-60,Kw:-40,Ky:-60,'L"':-99,"L'":-99,LA:20,LC:-59,LG:-59,LO:-59,LQ:-59,LT:-79,LU:-19,LV:-79,LW:-39,LY:-100,Lv:-41,Lw:-21,Ly:-41,"O,":-59,"O.":-59,OA:-20,OT:-36,OV:-30,OW:-19,OX:-20,OY:-40,OZ:-20,Oa:-39,"P,":-199,"P.":-199,PA:-60,PT:-29,PV:-10,PW:-10,PX:-50,PY:-20,PZ:-39,Pa:-60,"Q,":-59,"Q.":-59,QA:-20,QJ:7,QT:-36,QV:-30,QW:-19,QX:-20,QY:-40,QZ:-20,Qa:-39,RC:-15,RG:-15,RO:-15,RQ:-15,RT:-40,RU:-10,RV:-21,RW:-10,RX:-29,RY:-41,Rc:-20,Rd:-20,Re:-20,Rg:-20,Ro:-20,Rq:-20,Rt:-20,Ru:-10,Rv:-10,Rx:20,Ry:-10,"S,":-20,"S.":-20,SS:-1,ST:-1,SV:-21,SW:-10,SY:-21,St:-1,Sv:-20,Sw:-10,Sx:-1,Sy:-20,'T"':2,"T'":2,"T,":-154,"T.":-154,TA:-80,TC:-20,TG:-20,TO:-20,TQ:-20,TS:-1,Ta:-80,Tc:-59,Td:-59,Te:-59,Tg:-59,Ti:-20,Tj:-19,Tm:-59,Tn:-59,To:-59,Tp:-58,Tq:-59,Tr:-59,Ts:-60,Tt:20,Tu:-79,Tv:-39,Tw:-19,Tx:-39,Ty:-39,Tz:-59,UA:-10,UX:-19,Ux:-1,"V,":-140,"V.":-140,"V:":-41,"V;":-41,VA:-70,VC:-30,VG:-30,VO:-30,VQ:-30,VS:-10,Va:-41,Vc:-21,Vd:-21,Ve:-21,Vg:-21,Vh:1,Vk:1,Vo:-21,Vq:-21,Vs:-21,Vv:-1,Vy:-1,"W,":-79,"W.":-79,"W:":-39,"W;":-39,WA:-40,WC:-19,WG:-19,WO:-19,WQ:-19,Wa:-40,Wc:-20,Wd:-20,We:-20,Wg:-20,Wo:-20,Wq:-20,Ws:-20,XA:-19,XC:-20,XG:-20,XO:-20,XQ:-20,XT:-19,XU:-39,XV:-39,XW:-39,XY:-40,Xc:-39,Xd:-39,Xe:-39,Xg:-39,Xl:-39,Xo:-39,Xq:-39,Xs:-19,Xt:-10,Xu:-40,Xv:-60,Xw:-40,Xy:-60,'Y"':1,"Y'":1,"Y,":-141,"Y.":-141,"Y:":-60,"Y;":-60,YA:-81,YC:-40,YG:-40,YO:-40,YQ:-40,YS:-1,Ya:-101,Yc:-60,Yd:-60,Ye:-60,Yf:-1,Yg:-60,Yh:1,Yi:-19,Yk:1,Ym:-41,Yn:-41,Yo:-60,Yp:-40,Yq:-60,Yr:-41,Ys:-61,Yt:-1,Yu:-40,Yv:-40,Yx:-41,Yy:-40,Yz:-41,ZC:-20,ZG:-20,ZO:-20,ZQ:-20,"[j":80,aT:-60,aV:-21,aY:-61,av:-10,aw:-10,ay:-10,"b,":-40,"b.":-40,bT:-59,bV:-21,bW:-20,bX:-39,bY:-60,bv:-10,bx:-20,by:-10,"e,":-20,"e.":-20,eT:-59,eY:-40,ej:20,'f"':3,"f'":3,"f)":1,"f*":61,"f,":-1,"f.":-1,"f?":40,fT:40,fV:21,fW:21,fX:21,fY:1,"f]":21,fa:-29,fc:-19,fd:-19,fe:-19,ff:1,fg:-39,fh:-19,fi:-19,fj:-19,fk:-19,fl:-19,fo:-19,fq:-19,fs:-19,ft:1,"f}":3,hT:-58,hY:-39,hv:-10,hy:-10,'i"':2,"i'":2,"i)":2,"i?":3,iT:-20,"i]":41,"i}":22,jT:-20,kT:-39,kU:-1,kW:-20,ka:-20,kc:-20,kd:-20,ke:-20,kg:-20,kl:-20,ko:-20,kq:-20,ku:-10,lf:-20,lv:-19,lw:-10,ly:-19,mT:-58,mY:-39,mv:-10,my:-10,nT:-58,nY:-39,nv:-10,ny:-10,"o,":-40,"o.":-40,oT:-59,oV:-21,oW:-20,oX:-39,oY:-60,ov:-10,ox:-20,oy:-10,"p,":-40,"p.":-40,pT:-59,pV:-21,pW:-20,pX:-39,pY:-60,pv:-10,px:-20,py:-10,qT:-19,qY:-19,qj:20,'r"':2,"r'":2,"r,":-90,"r.":-90,ra:-49,rc:-19,rd:-19,re:-19,rf:1,ro:-19,rq:-19,rt:20,sT:-59,sV:-21,sW:-20,sX:-19,sY:-60,sv:-19,sx:-10,sy:-19,tf:1,uT:-40,uY:-19,"v,":-90,"v.":-90,vT:-39,vX:-39,va:-35,vc:-10,vd:-10,ve:-10,vo:-10,vq:-10,"w,":-50,"w.":-50,wT:-19,wX:-39,wa:-30,xT:-39,xU:-1,xW:-20,xa:-20,xc:-20,xd:-20,xe:-20,xg:-20,xl:-20,xo:-20,xq:-20,xu:-10,"y,":-90,"y.":-90,yT:-39,yX:-39,ya:-35,yc:-10,yd:-10,ye:-10,yo:-10,yq:-10,zT:-59,"{h":2,"{j":79,"{k":2}};var TL=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});const li=new WeakMap;function kL(e){const t=li.get(e);return t?Array.from(t.values()):[]}function vv(e,t){var n;return(n=li.get(e))==null?void 0:n.get(t)}function bv(e,t,n){let r=li.get(e);return r||(r=new Map,li.set(e,r)),r.set(t,n),n.finally(()=>{const i=li.get(e);i&&(i.get(t)===n&&i.delete(t),i.size===0&&li.delete(e))}),n}function RL(e){return TL(this,null,function*(){for(yield Promise.resolve();;){const t=kL(e);if(!t.length)break;yield Promise.allSettled(t),yield Promise.resolve()}})}var LL=Object.defineProperty,_v=Object.getOwnPropertySymbols,zL=Object.prototype.hasOwnProperty,NL=Object.prototype.propertyIsEnumerable,xv=(e,t,n)=>t in e?LL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,HL=(e,t)=>{for(var n in t||(t={}))zL.call(t,n)&&xv(e,n,t[n]);if(_v)for(var n of _v(t))NL.call(t,n)&&xv(e,n,t[n]);return e};const hu=new Map;let du="Alibaba PuHuiTi";function fu(e){const t=$r(e);for(const n of t){const r=hu.get(ci(n));if(r)return r}return null}function pu(){return Array.from(hu.values())}function DL(e){du=Cr(e)}function wv(e){const t=HL({},e);return hu.set(t.fontFamily,t),t.fontFamily=Cr(t.fontFamily),t}function Pv(e){const t=$r(e).flatMap(n=>{const r=fu(n);if(!r)return[];const{baseUrl:i,fontWeight:o}=r;return Object.values(o).filter(a=>!!a).map(a=>Bu(i,a))});return Array.from(new Set(t))}function qL(e,t){const n=$r(e);let r=null;for(const a of n)if(r=fu(a),r)break;if(!r)return null;const i=pv(t),o=r.fontWeight[i];return o?Bu(r.baseUrl,o.replace(/\/result.css$/,"")):null}const gu=new WeakMap,to=new WeakMap;function $v(e,t,n){let r=to.get(e);return r||(r=new Map,to.set(e,r)),r.set(t,n),n.finally(()=>{const i=to.get(e);i&&(i.get(t)===n&&i.delete(t),i.size===0&&to.delete(e))}),n}function jL(e){if(e.getAttribute("data-infographic-font-loaded")==="true")return!0;try{return!!e.sheet}catch(t){return!1}}function FL(e,t,n){var r;const i=(r=to.get(e))==null?void 0:r.get(t);if(i)return i;if(!n||jL(n))return $v(e,t,Promise.resolve());const o=new Promise(a=>{const s=()=>{n.setAttribute("data-infographic-font-loaded","true"),a()};n.addEventListener("load",s,{once:!0}),n.addEventListener("error",s,{once:!0})});return $v(e,t,o)}function BL(e,t){const n=e.ownerDocument,r=(n==null?void 0:n.head)||document.head;if(!r)return;gu.has(r)||gu.set(r,new Map);const i=gu.get(r),o=Pv(t);if(!o.length)return;const a=[];o.forEach(s=>{const c=`${t}-${s}`,l=`font:${c}`;if(vv(e,l))return;let u=i.get(c);u||(u=n.createElement("link"),u.id=c,u.rel="stylesheet",u.href=s,a.push(u),i.set(c,u));const h=FL(r,c,u);bv(e,l,h)}),a.length&&r.tagName==="HEAD"&&a.forEach(s=>r.appendChild(s))}function WL(e){if(Fu)return;pu().forEach(n=>BL(e,n.fontFamily))}const no="https://assets.antv.antgroup.com",ui=e=>`${e}/result.css`;[{fontFamily:"Alibaba PuHuiTi",name:"阿里巴巴普惠体",baseUrl:no,fontWeight:{regular:ui("AlibabaPuHuiTi-Regular"),bold:ui("AlibabaPuHuiTi-Bold")}},{fontFamily:"Source Han Sans",name:"黑体",baseUrl:no,fontWeight:{regular:ui("SourceHanSansCN-Regular")}},{fontFamily:"Source Han Serif",name:"宋体",baseUrl:no,fontWeight:{regular:ui("SourceHanSerifCN-Regular")}},{fontFamily:"LXGW WenKai",name:"楷体",baseUrl:no,fontWeight:{regular:ui("LXGWWenKai-Regular")}},{fontFamily:"851tegakizatsu",name:"手写体",baseUrl:no,fontWeight:{regular:ui("851tegakizatsu-Regular")}}].forEach(wv);const mu=new Map;function yu(e,t){mu.set(e,t)}function Cv(e){return mu.get(e)}function GL(){return Object.fromEntries(mu)}yu("antv",["#1783FF","#00C9C9","#F0884D","#D580FF","#7863FF","#60C42D","#BD8F24","#FF80CA","#2491B3","#17C76F","#70CAF8"]),yu("spectral",(e,t,n)=>{const r=[["#fc8d59","#ffffbf","#99d594"],["#d7191c","#fdae61","#abdda4","#2b83ba"],["#d7191c","#fdae61","#ffffbf","#abdda4","#2b83ba"],["#d53e4f","#fc8d59","#fee08b","#e6f598","#99d594","#3288bd"],["#d53e4f","#fc8d59","#fee08b","#ffffbf","#e6f598","#99d594","#3288bd"],["#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd"],["#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd"],["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"]],i=Math.min(Math.max(n,3),11);return r[i-3][t%i]});const Aa=(e=[],t,n)=>{var r;const i=typeof e=="string"?Cv(e)||[]:e,o=(r=t[0])!=null?r:0;if(typeof i=="function"){const a=n?o/n:0;return i(a,o,n!=null?n:0)}if(Array.isArray(i))return i.length===0?void 0:i[o%i.length]};function VL(e,t){var n,r;if(((n=t.svg)==null?void 0:n.background)===!1)return;const{themeConfig:{colorBg:i}}=t;if(!i)return;const o=e.parentElement;o&&(o.style.backgroundColor=i||"none");const a=gi(e,Ue.Background);if(e.style.backgroundColor=i,a)a.setAttribute("fill",i);else if((r=e.viewBox)!=null&&r.baseVal){const{x:s,y:c,width:l,height:u}=e.viewBox.baseVal,h=Se("rect",{x:s,y:c,width:l,height:u,fill:i,"data-element-type":Ue.Background});e.prepend(h)}}function ro(e,t){return Object.entries(t).reduce((r,[i,o])=>{if(typeof o=="function"){const a=o(e.getAttribute(i),e);a!=null&&(r[i]=a)}else Object.assign(r,{[i]:o});return r},{})}function Ov(e){return e.replace(/#|%|\.| |\/|\(|\)/g,"").replace(/,/g,"-")}function YL(e,t){t&&Object.keys(t).length>0&&pi(e,n=>{const r=ro(n,t);ut(n,r)})}const Sv="btn-add-icon",Mv="btn-remove-icon";function XL(e,t){ut(t,{display:"none"});const n=t.querySelectorAll('[id^="btn-add-"]'),r=t.querySelectorAll('[id^="btn-remove-"]');KL(e),n.forEach(ZL),r.forEach(QL)}const UL="btn-icon-defs";function KL(e){const t=Se("defs");uo(t,UL);const n=fi(`<symbol class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
1
|
+
(function(V,ht){typeof exports=="object"&&typeof module!="undefined"?ht(exports):typeof define=="function"&&define.amd?define(["exports"],ht):(V=typeof globalThis!="undefined"?globalThis:V||self,ht(V.AntVInfographic={}))})(this,(function(V){"use strict";var bae=Object.defineProperty,_ae=Object.defineProperties;var xae=Object.getOwnPropertyDescriptors;var $S=Object.getOwnPropertySymbols;var wae=Object.prototype.hasOwnProperty,Pae=Object.prototype.propertyIsEnumerable;var ia=Math.pow,CS=(V,ht,Zt)=>ht in V?bae(V,ht,{enumerable:!0,configurable:!0,writable:!0,value:Zt}):V[ht]=Zt,At=(V,ht)=>{for(var Zt in ht||(ht={}))wae.call(ht,Zt)&&CS(V,Zt,ht[Zt]);if($S)for(var Zt of $S(ht))Pae.call(ht,Zt)&&CS(V,Zt,ht[Zt]);return V},Kt=(V,ht)=>_ae(V,xae(ht));var ht=typeof document!="undefined"?document.currentScript:null;const Zt=new Map;function gm(e,t){Zt.set(e,t)}function mm(e){return Zt.get(e)}function SS(){return Array.from(Zt.keys())}const MS={"compare-quadrant-quarter-simple-card":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"quarter-simple-card"}]}},"compare-quadrant-quarter-circular":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"quarter-circular"}]}},"compare-quadrant-simple-illus":{design:{title:"default",structure:{type:"quadrant"},items:[{type:"simple-illus"}]}}},ym=new Set,al={};Object.entries(MS).forEach(([e,t])=>{al[e]=t;const n=e.replace("compare-quadrant","quadrant");al[n]=new Proxy(t,{get(r,i,o){return ym.has(n)||(console.warn(`[Deprecated] "${n}" 已被废弃,将在下个版本移除,请使用 "${e}"`),ym.add(n)),Reflect.get(r,i,o)}})});const ES=al;var IS=Object.defineProperty,vm=Object.getOwnPropertySymbols,AS=Object.prototype.hasOwnProperty,TS=Object.prototype.propertyIsEnumerable,bm=(e,t,n)=>t in e?IS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_m=(e,t)=>{for(var n in t||(t={}))AS.call(t,n)&&bm(e,n,t[n]);if(vm)for(var n of vm(t))TS.call(t,n)&&bm(e,n,t[n]);return e};const Fi={edgeType:"curved",edgeColorMode:"gradient",edgeWidth:2,colorMode:"branch",levelGap:80,nodeGap:18},Bi={edgeType:"curved",edgeWidth:2,edgeColorMode:"gradient",colorMode:"level",levelGap:80,nodeGap:18},xm={type:"lined-text",usePaletteColor:!0,showUnderline:!0,underlineThickness:2},wm={type:"capsule-item"},Pm={type:"circular-progress"},$m={type:"rounded-rect-node",positionH:"center"},Cm={type:"compact-card"},kS=(e,t)=>_m(_m({type:"hierarchy-mindmap"},t!==void 0?{edgeAlign:t}:{}),e),wn=(e,t,n,r)=>[e,{design:{structure:kS(t,r),item:n}}],RS=Object.fromEntries([wn("hierarchy-mindmap-branch-gradient-lined-palette",Fi,xm,"bottom"),wn("hierarchy-mindmap-level-gradient-lined-palette",Bi,xm,"bottom"),wn("hierarchy-mindmap-branch-gradient-capsule-item",Fi,wm),wn("hierarchy-mindmap-level-gradient-capsule-item",Bi,wm),wn("hierarchy-mindmap-branch-gradient-circle-progress",Fi,Pm,.4),wn("hierarchy-mindmap-level-gradient-circle-progress",Bi,Pm,.4),wn("hierarchy-mindmap-branch-gradient-rounded-rect",Fi,$m),wn("hierarchy-mindmap-level-gradient-rounded-rect",Bi,$m),wn("hierarchy-mindmap-branch-gradient-compact-card",Fi,Cm),wn("hierarchy-mindmap-level-gradient-compact-card",Bi,Cm)]),LS={"hierarchy-structure":{design:{title:"default",structure:{type:"hierarchy-structure"},item:"simple"}},"hierarchy-structure-mirror":{design:{title:"default",structure:{type:"hierarchy-structure",layerLabelPosition:"right"},item:"simple"}}};var zS=Object.defineProperty,Om=Object.getOwnPropertySymbols,NS=Object.prototype.hasOwnProperty,DS=Object.prototype.propertyIsEnumerable,Sm=(e,t,n)=>t in e?zS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mm=(e,t)=>{for(var n in t||(t={}))NS.call(t,n)&&Sm(e,n,t[n]);if(Om)for(var n of Om(t))DS.call(t,n)&&Sm(e,n,t[n]);return e};const HS={"tech-style":{edgeType:"straight",edgeStyle:"solid",edgeColorMode:"gradient",edgeMarker:"arrow",markerSize:12,edgeCornerRadius:5},"dashed-line":{edgeStyle:"dashed",edgeCornerRadius:10,edgeDashPattern:"10,5",edgeColorMode:"gradient",edgeMarker:"dot",markerSize:6,edgeOffset:6},"distributed-origin":{edgeOrigin:"distributed",edgeOriginPadding:30,edgeMarker:"arrow",edgeCornerRadius:10,markerSize:12,edgeColorMode:"gradient"},"curved-line":{edgeType:"curved",edgeColorMode:"gradient",edgeMarker:"none"},"dashed-arrow":{edgeType:"straight",edgeStyle:"dashed",edgeDashPattern:"8,4",edgeMarker:"arrow",markerSize:10,edgeCornerRadius:0}},qS=["capsule-item","rounded-rect-node","compact-card","badge-card","ribbon-card"],Em={},Im="hierarchy-tree",jS=[{key:""},{key:"bt",orientation:"bottom-top"},{key:"lr",orientation:"left-right"},{key:"rl",orientation:"right-left"}],FS=(e,t,n)=>e?`${Im}-${e}-${t}-${n}`:`${Im}-${t}-${n}`;for(const e of qS)for(const[t,n]of Object.entries(HS))for(const{key:r,orientation:i}of jS){const o=FS(r,t,e);Em[o]={design:{structure:Mm(Mm({type:"hierarchy-tree"},i?{orientation:i}:{}),n),item:{type:e}}}}const BS={"list-zigzag-up-compact-card":{design:{title:"default",structure:{type:"list-zigzag-up"},items:[{type:"compact-card"}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-up-simple":{design:{title:"default",structure:{type:"list-zigzag-up"},items:[{type:"simple",usePaletteColor:!0}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-down-compact-card":{design:{title:"default",structure:{type:"list-zigzag-down"},items:[{type:"compact-card"}]},themeConfig:{colorPrimary:"#17CA2C"}},"list-zigzag-down-simple":{design:{title:"default",structure:{type:"list-zigzag-down"},items:[{type:"simple",usePaletteColor:!0}]},themeConfig:{colorPrimary:"#17CA2C"}}};var WS=Object.defineProperty,GS=Object.defineProperties,VS=Object.getOwnPropertyDescriptors,Am=Object.getOwnPropertySymbols,YS=Object.prototype.hasOwnProperty,XS=Object.prototype.propertyIsEnumerable,Tm=(e,t,n)=>t in e?WS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oa=(e,t)=>{for(var n in t||(t={}))YS.call(t,n)&&Tm(e,n,t[n]);if(Am)for(var n of Am(t))XS.call(t,n)&&Tm(e,n,t[n]);return e},aa=(e,t)=>GS(e,VS(t));const US={"simple-circle-node":{type:"simple-circle-node"},"badge-card":{type:"badge-card"},capsule:{type:"capsule-item"},"compact-card":{type:"compact-card"}},sa={type:"relation-dagre-flow",edgeColorMode:"gradient",showArrow:!0,arrowType:"triangle",colorMode:"node"},KS={tb:aa(oa({},sa),{rankdir:"TB",edgeRouting:"orth"}),lr:aa(oa({},sa),{rankdir:"LR",edgeRouting:"orth"}),"tb-animated":aa(oa({},sa),{rankdir:"TB",edgeCornerRadius:12,edgeRouting:"orth",edgeAnimation:"ant-line",edgeDashPattern:"8,4",edgeAnimationSpeed:1}),"lr-animated":aa(oa({},sa),{rankdir:"LR",edgeCornerRadius:12,edgeRouting:"orth",edgeAnimation:"ant-line",edgeDashPattern:"8,4",edgeAnimationSpeed:1})},km={},ZS=["lr-capsule","tb-capsule"];Object.entries(KS).forEach(([e,t])=>{Object.entries(US).forEach(([n,r])=>{const i=`${e}-${n}`;if(ZS.includes(i))return;const o=`relation-dagre-flow-${i}`;km[o]={design:{title:"default",structure:t,item:r}}})});const QS={"sequence-stairs-front-pill-badge":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"pill-badge"}]}},"sequence-stairs-front-compact-card":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"compact-card"}]}},"sequence-stairs-front-simple":{design:{title:"default",structure:{type:"sequence-stairs-front"},items:[{type:"simple",usePaletteColor:!0}]}}},JS={"chart-wordcloud-rotate":{design:{structure:{type:"chart-wordcloud"},item:"simple"}},"chart-wordcloud":{design:{structure:{type:"chart-wordcloud",enableRotate:!1},item:"simple"}}};var eM=Object.defineProperty,Rm=Object.getOwnPropertySymbols,tM=Object.prototype.hasOwnProperty,nM=Object.prototype.propertyIsEnumerable,Lm=(e,t,n)=>t in e?eM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jn=(e,t)=>{for(var n in t||(t={}))tM.call(t,n)&&Lm(e,n,t[n]);if(Rm)for(var n of Rm(t))nM.call(t,n)&&Lm(e,n,t[n]);return e};const rM=Jn(Jn(Jn(Jn(Jn(Jn(Jn(Jn({"compare-hierarchy-left-right-circle-node-pill-badge":{design:{structure:{type:"compare-hierarchy-left-right",decoration:"split-line",surround:!1,groupGap:-20},title:"default",items:[{type:"circle-node",width:240},"pill-badge"]},themeConfig:{}},"compare-hierarchy-left-right-circle-node-plain-text":{design:{title:"default",structure:{type:"compare-hierarchy-left-right",decoration:"dot-line",flipLeaf:!0,groupGap:-10},items:[{type:"circle-node",width:180},{type:"plain-text"}]}},"list-pyramid-rounded-rect-node":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"rounded-rect-node"}]}},"list-pyramid-badge-card":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"badge-card"}]}},"list-pyramid-compact-card":{design:{title:"default",structure:{type:"list-pyramid"},items:[{type:"compact-card"}]}},"list-column-done-list":{design:{title:"default",structure:{type:"list-column"},items:[{type:"done-list"}]}},"list-column-vertical-icon-arrow":{design:{title:"default",structure:{type:"list-column",gap:-5,zigzag:!0},items:[{type:"vertical-icon-arrow"}]}},"list-grid-badge-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"badge-card"}]}},"list-grid-candy-card-lite":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"candy-card-lite"}]}},"chart-column-simple":{design:{title:"default",structure:{type:"chart-column"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"list-grid-circular-progress":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"circular-progress"}]}},"list-grid-compact-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"compact-card"}]}},"list-grid-done-list":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"done-list"}]}},"list-grid-horizontal-icon-arrow":{design:{title:"default",structure:{type:"list-grid",gap:0,zigzag:!0},items:[{type:"horizontal-icon-arrow"}]}},"list-grid-progress-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"progress-card"}]}},"list-grid-ribbon-card":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"ribbon-card"}]}},"list-grid-simple":{design:{title:"default",structure:{type:"list-grid"},items:[{type:"simple"}]}},"list-row-circular-progress":{design:{title:"default",structure:{type:"list-row"},items:[{type:"circular-progress"}]}},"list-row-horizontal-icon-arrow":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"horizontal-icon-arrow"}]}},"relation-circle-circular-progress":{design:{title:"default",structure:{type:"relation-circle"},items:[{type:"circular-progress"}]}},"relation-circle-icon-badge":{design:{title:"default",structure:{type:"relation-circle"},items:[{type:"icon-badge"}]}},"sequence-steps-badge-card":{design:{title:"default",structure:{type:"sequence-steps"},items:[{type:"badge-card"}]}},"sequence-steps-simple":{design:{title:"default",structure:{type:"sequence-steps",gap:10},items:[{type:"simple"}]}},"sequence-timeline-done-list":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"done-list"}]}},"sequence-timeline-plain-text":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"plain-text"}]}},"sequence-timeline-rounded-rect-node":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"rounded-rect-node"}]}},"sequence-ascending-steps":{design:{title:"default",structure:{type:"sequence-ascending-steps",vGap:-46,hGap:-20},items:[{type:"l-corner-card"}]}},"sequence-timeline-simple":{design:{title:"default",structure:{type:"sequence-timeline",gap:20},items:[{type:"simple",positionV:"middle"}]}},"sequence-cylinders-3d-simple":{design:{title:"default",structure:{type:"sequence-cylinders-3d",gapY:20},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"list-column-simple-vertical-arrow":{design:{title:"default",structure:{type:"list-column",gap:0,zigzag:!0},items:[{type:"simple-vertical-arrow"}]}},"list-row-simple-horizontal-arrow":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"simple-horizontal-arrow"}]}},"compare-swot":{design:{title:"default",structure:{type:"compare-hierarchy-row",itemGap:32,itemPadding:40,showColumnBackground:!0,columnBackgroundAlpha:.08},items:[{type:"letter-card",showBottomShade:!1},{type:"plain-text",formatter:e=>`● ${e}`,usePaletteColor:!0}]}},"compare-hierarchy-row-letter-card-compact-card":{design:{title:"default",structure:{type:"compare-hierarchy-row"},items:[{type:"letter-card"},{type:"compact-card"}]}},"compare-hierarchy-row-letter-card-rounded-rect-node":{design:{title:"default",structure:{type:"compare-hierarchy-row"},items:[{type:"letter-card"},{type:"rounded-rect-node"}]}},"sequence-snake-steps-compact-card":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"compact-card"}]}},"sequence-snake-steps-pill-badge":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"pill-badge"}]}},"sequence-snake-steps-simple":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"simple"}]}},"sequence-color-snake-steps-horizontal-icon-line":{design:{title:"default",structure:{type:"sequence-color-snake-steps"},items:[{type:"horizontal-icon-line"}]}},"sequence-pyramid-simple":{design:{title:"default",structure:{type:"sequence-pyramid"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]},themeConfig:{colorPrimary:"#1677ff"}},"sequence-funnel-simple":{design:{title:"default",structure:{type:"sequence-funnel"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]},themeConfig:{palette:"#1677ff"}},"list-row-horizontal-icon-line":{design:{title:"default",structure:{type:"list-row",gap:0,zigzag:!0},items:[{type:"horizontal-icon-line"}]}},"list-sector-simple":{design:{title:"default",structure:{type:"list-sector"},items:[{type:"simple"}]}},"list-sector-plain-text":{design:{title:"default",structure:{type:"list-sector"},items:[{type:"plain-text"}]}},"list-sector-half-plain-text":{design:{title:"default",structure:{type:"list-sector",startAngle:-180,endAngle:0},items:[{type:"plain-text"}]}},"sequence-roadmap-vertical-plain-text":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"plain-text"}]}},"sequence-roadmap-vertical-simple":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"simple",showIcon:!1}]}},"sequence-roadmap-vertical-badge-card":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"badge-card"}]}},"sequence-roadmap-vertical-pill-badge":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"pill-badge"}]}},"sequence-roadmap-vertical-quarter-circular":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"quarter-circular"}]}},"sequence-roadmap-vertical-quarter-simple-card":{design:{title:"default",structure:{type:"sequence-roadmap-vertical",flipped:!0},items:[{type:"quarter-simple-card"}]}},"sequence-horizontal-zigzag-simple-illus":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple-illus"}]}},"sequence-horizontal-zigzag-horizontal-icon-line":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"horizontal-icon-line"}]}},"sequence-horizontal-zigzag-plain-text":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"plain-text"}]}},"sequence-horizontal-zigzag-simple-horizontal-arrow":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple-horizontal-arrow"}]}},"sequence-horizontal-zigzag-simple":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"simple"}]}},"list-row-simple-illus":{design:{title:"default",structure:{type:"list-row"},items:[{type:"simple-illus"}]}},"sequence-color-snake-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-color-snake-steps"},items:[{type:"simple-illus"}]}},"sequence-snake-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"simple-illus"}]}},"sequence-steps-simple-illus":{design:{title:"default",structure:{type:"sequence-steps"},items:[{type:"simple-illus"}]}},"sequence-timeline-simple-illus":{design:{title:"default",structure:{type:"sequence-timeline"},items:[{type:"simple-illus",usePaletteColor:!0}]}},"sequence-zigzag-steps-underline-text":{design:{title:"default",structure:{type:"sequence-zigzag-steps"},items:[{type:"underline-text"}]}},"sequence-horizontal-zigzag-underline-text":{design:{title:"default",structure:{type:"sequence-horizontal-zigzag"},items:[{type:"underline-text"}]}},"sequence-roadmap-vertical-underline-text":{design:{title:"default",structure:{type:"sequence-roadmap-vertical"},items:[{type:"underline-text"}]}},"sequence-snake-steps-underline-text":{design:{title:"default",structure:{type:"sequence-snake-steps"},items:[{type:"underline-text"}]}},"sequence-circle-arrows-indexed-card":{design:{title:"default",structure:{type:"sequence-circle-arrows"},items:[{type:"indexed-card"}]}},"sequence-zigzag-pucks-3d-simple":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-zigzag-pucks-3d-underline-text":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"underline-text"}]}},"sequence-zigzag-pucks-3d-indexed-card":{design:{title:"default",structure:{type:"sequence-zigzag-pucks-3d"},items:[{type:"indexed-card"}]}},"sequence-ascending-stairs-3d-simple":{design:{title:"default",structure:{type:"sequence-ascending-stairs-3d"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-ascending-stairs-3d-underline-text":{design:{title:"default",structure:{type:"sequence-ascending-stairs-3d"},items:[{type:"underline-text"}]}},"sequence-circular-underline-text":{design:{title:"default",structure:{type:"sequence-circular"},items:[{type:"underline-text"}]}},"sequence-circular-simple":{design:{title:"default",structure:{type:"sequence-circular"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-filter-mesh-underline-text":{design:{title:"default",structure:{type:"sequence-filter-mesh"},items:[{type:"underline-text"}]}},"sequence-filter-mesh-simple":{design:{title:"default",structure:{type:"sequence-filter-mesh"},items:[{type:"simple",showIcon:!1,usePaletteColor:!0}]}},"sequence-mountain-underline-text":{design:{title:"default",structure:{type:"sequence-mountain"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-simple-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-fold":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-fold"},items:[{type:"compact-card"}]}},"compare-binary-horizontal-simple-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-arrow":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"pros-cons-arrow"},items:[{type:"compact-card"}]}},"compare-binary-horizontal-simple-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"simple",iconType:"circle",iconSize:40}]}},"compare-binary-horizontal-underline-text-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"underline-text"}]}},"compare-binary-horizontal-badge-card-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"badge-card"}]}},"compare-binary-horizontal-compact-card-vs":{design:{title:"default",structure:{type:"compare-binary-horizontal",dividerType:"vs"},items:[{type:"compact-card"}]}},"chart-bar-plain-text":{design:{title:"default",structure:{type:"chart-bar"},items:[{type:"plain-text",positionH:"flipped"}]}},"chart-line-plain-text":{design:{title:"default",structure:{type:"chart-line"},items:[{type:"plain-text",lineNumber:2}]}},"chart-pie-plain-text":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"plain-text"}]}},"chart-pie-compact-card":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"compact-card"}]}},"chart-pie-pill-badge":{design:{title:"default",structure:{type:"chart-pie"},items:[{type:"pill-badge"}]}},"chart-pie-donut-plain-text":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"plain-text"}]}},"chart-pie-donut-compact-card":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"compact-card"}]}},"chart-pie-donut-pill-badge":{design:{title:"default",structure:{type:"chart-pie",innerRadius:90},items:[{type:"pill-badge"}]}}},ES),Em),RS),QS),JS),BS),km),LS);Object.entries(rM).forEach(([e,t])=>{gm(e,t)});const tt=Symbol.for("@antv/infographic/Fragment");function p(e,t={}){return{type:e,props:t}}const L=p,sl="infographic-component";var Ve=(e=>(e.Background="background",e.Title="title",e.Desc="desc",e.ItemsGroup="items-group",e.ItemIconGroup="item-icon-group",e.ItemIcon="item-icon",e.ItemLabel="item-label",e.ItemDesc="item-desc",e.ItemValue="item-value",e.ItemIllus="item-illus",e.BtnAdd="btn-add",e.BtnRemove="btn-remove",e.IllusGroup="illus-group",e.IllusVolume="illus-volume",e.Illus="illus",e.BtnsGroup="btns-group",e.Unknown="unknown",e))(Ve||{});const iM="https://www.weavefox.cn/api/open/v1/icon",cl=Symbol.for("@antv/infographic/Defs");function Ke(e){return{type:cl,props:e}}function Ze(e){var t,n,r,i;const{x:o=0,y:a=0,width:s=0,height:c=0}=e;return(t=e.cx)!=null||(e.cx=o+s/2),(n=e.cy)!=null||(e.cy=a+c/2),(r=e.rx)!=null||(e.rx=s/2),(i=e.ry)!=null||(e.ry=c/2),{type:"ellipse",props:e}}function Y(e){const{x:t=0,y:n=0}=e;return(t||n)&&(e.transform||(e.transform=`translate(${t}, ${n})`)),{type:"g",props:e}}var oM=Object.defineProperty,zm=Object.getOwnPropertySymbols,aM=Object.prototype.hasOwnProperty,sM=Object.prototype.propertyIsEnumerable,Nm=(e,t,n)=>t in e?oM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cM=(e,t)=>{for(var n in t||(t={}))aM.call(t,n)&&Nm(e,n,t[n]);if(zm)for(var n of zm(t))sM.call(t,n)&&Nm(e,n,t[n]);return e};function Pe(e){const{x:t,y:n}=e,r=cM({},e);return(t!==void 0||n!==void 0)&&(r.transform=`translate(${t!=null?t:0}, ${n!=null?n:0})`),{type:"path",props:r}}var lM=Object.defineProperty,uM=Object.defineProperties,hM=Object.getOwnPropertyDescriptors,ca=Object.getOwnPropertySymbols,Dm=Object.prototype.hasOwnProperty,Hm=Object.prototype.propertyIsEnumerable,qm=(e,t,n)=>t in e?lM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,dM=(e,t)=>{for(var n in t||(t={}))Dm.call(t,n)&&qm(e,n,t[n]);if(ca)for(var n of ca(t))Hm.call(t,n)&&qm(e,n,t[n]);return e},fM=(e,t)=>uM(e,hM(t)),pM=(e,t)=>{var n={};for(var r in e)Dm.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ca)for(var r of ca(e))t.indexOf(r)<0&&Hm.call(e,r)&&(n[r]=e[r]);return n};function Wt(e){var t=e,{points:n=[]}=t,r=pM(t,["points"]);const{x:i,y:o}=r,a=n.map(({x:l,y:u})=>`${l},${u}`).join(" "),s=fM(dM({},r),{points:a});return(i!==void 0||o!==void 0)&&(s.transform=`translate(${i!=null?i:0}, ${o!=null?o:0})`+(s.transform||"")),{type:"polygon",props:s}}function Re(e){return{type:"rect",props:e}}function jm(e){return Object.keys(e[0]).reduce((t,n)=>{const r=n;return e.every(i=>i[r]===e[0][r])&&(t[r]=e[0][r]),t},{})}const Fm=(e,t)=>{if(typeof e=="number"){if(t===3)return{mode:"rgb",r:(e>>8&15|e>>4&240)/255,g:(e>>4&15|e&240)/255,b:(e&15|e<<4&240)/255};if(t===4)return{mode:"rgb",r:(e>>12&15|e>>8&240)/255,g:(e>>8&15|e>>4&240)/255,b:(e>>4&15|e&240)/255,alpha:(e&15|e<<4&240)/255};if(t===6)return{mode:"rgb",r:(e>>16&255)/255,g:(e>>8&255)/255,b:(e&255)/255};if(t===8)return{mode:"rgb",r:(e>>24&255)/255,g:(e>>16&255)/255,b:(e>>8&255)/255,alpha:(e&255)/255}}},gM={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074},mM=e=>Fm(gM[e.toLowerCase()],6),yM=/^#?([0-9a-f]{8}|[0-9a-f]{6}|[0-9a-f]{4}|[0-9a-f]{3})$/i,vM=e=>{let t;return(t=e.match(yM))?Fm(parseInt(t[1],16),t[1].length):void 0},er="([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)",Wi=`${er}%`,ll=`(?:${er}%|${er})`,bM=`(?:${er}(deg|grad|rad|turn)|${er})`,ni="\\s*,\\s*",_M=new RegExp(`^rgba?\\(\\s*${er}${ni}${er}${ni}${er}\\s*(?:,\\s*${ll}\\s*)?\\)$`),xM=new RegExp(`^rgba?\\(\\s*${Wi}${ni}${Wi}${ni}${Wi}\\s*(?:,\\s*${ll}\\s*)?\\)$`),wM=e=>{let t={mode:"rgb"},n;if(n=e.match(_M))n[1]!==void 0&&(t.r=n[1]/255),n[2]!==void 0&&(t.g=n[2]/255),n[3]!==void 0&&(t.b=n[3]/255);else if(n=e.match(xM))n[1]!==void 0&&(t.r=n[1]/100),n[2]!==void 0&&(t.g=n[2]/100),n[3]!==void 0&&(t.b=n[3]/100);else return;return n[4]!==void 0?t.alpha=Math.max(0,Math.min(1,n[4]/100)):n[5]!==void 0&&(t.alpha=Math.max(0,Math.min(1,+n[5]))),t},PM=(e,t)=>e===void 0?void 0:typeof e!="object"?$n(e):e.mode!==void 0?e:t?Kt(At({},e),{mode:t}):void 0,ul=(e="rgb")=>t=>(t=PM(t,e))!==void 0?t.mode===e?t:Pn[t.mode][e]?Pn[t.mode][e](t):e==="rgb"?Pn[t.mode].rgb(t):Pn.rgb[e](Pn[t.mode].rgb(t)):void 0,Pn={},Bm={},la=[],Wm={},$M=e=>e,it=e=>(Pn[e.mode]=At(At({},Pn[e.mode]),e.toMode),Object.keys(e.fromMode||{}).forEach(t=>{Pn[t]||(Pn[t]={}),Pn[t][e.mode]=e.fromMode[t]}),e.ranges||(e.ranges={}),e.difference||(e.difference={}),e.channels.forEach(t=>{if(e.ranges[t]===void 0&&(e.ranges[t]=[0,1]),!e.interpolate[t])throw new Error(`Missing interpolator for: ${t}`);typeof e.interpolate[t]=="function"&&(e.interpolate[t]={use:e.interpolate[t]}),e.interpolate[t].fixup||(e.interpolate[t].fixup=$M)}),Bm[e.mode]=e,(e.parse||[]).forEach(t=>{OM(t,e.mode)}),ul(e.mode)),CM=e=>Bm[e],OM=(e,t)=>{if(typeof e=="string"){if(!t)throw new Error("'mode' required when 'parser' is a string");Wm[e]=t}else typeof e=="function"&&la.indexOf(e)<0&&la.push(e)},hl=/[^\x00-\x7F]|[a-zA-Z_]/,SM=/[^\x00-\x7F]|[-\w]/,fe={Function:"function",Ident:"ident",Number:"number",Percentage:"percentage",ParenClose:")",None:"none",Hue:"hue",Alpha:"alpha"};let Te=0;function ua(e){let t=e[Te],n=e[Te+1];return t==="-"||t==="+"?/\d/.test(n)||n==="."&&/\d/.test(e[Te+2]):t==="."?/\d/.test(n):/\d/.test(t)}function dl(e){if(Te>=e.length)return!1;let t=e[Te];if(hl.test(t))return!0;if(t==="-"){if(e.length-Te<2)return!1;let n=e[Te+1];return!!(n==="-"||hl.test(n))}return!1}const MM={deg:1,rad:180/Math.PI,grad:9/10,turn:360};function Gi(e){let t="";if((e[Te]==="-"||e[Te]==="+")&&(t+=e[Te++]),t+=ha(e),e[Te]==="."&&/\d/.test(e[Te+1])&&(t+=e[Te++]+ha(e)),(e[Te]==="e"||e[Te]==="E")&&((e[Te+1]==="-"||e[Te+1]==="+")&&/\d/.test(e[Te+2])?t+=e[Te++]+e[Te++]+ha(e):/\d/.test(e[Te+1])&&(t+=e[Te++]+ha(e))),dl(e)){let n=da(e);return n==="deg"||n==="rad"||n==="turn"||n==="grad"?{type:fe.Hue,value:t*MM[n]}:void 0}return e[Te]==="%"?(Te++,{type:fe.Percentage,value:+t}):{type:fe.Number,value:+t}}function ha(e){let t="";for(;/\d/.test(e[Te]);)t+=e[Te++];return t}function da(e){let t="";for(;Te<e.length&&SM.test(e[Te]);)t+=e[Te++];return t}function EM(e){let t=da(e);return e[Te]==="("?(Te++,{type:fe.Function,value:t}):t==="none"?{type:fe.None,value:void 0}:{type:fe.Ident,value:t}}function IM(e=""){let t=e.trim(),n=[],r;for(Te=0;Te<t.length;){if(r=t[Te++],r===`
|
|
2
|
+
`||r===" "||r===" "){for(;Te<t.length&&(t[Te]===`
|
|
3
|
+
`||t[Te]===" "||t[Te]===" ");)Te++;continue}if(r===",")return;if(r===")"){n.push({type:fe.ParenClose});continue}if(r==="+"){if(Te--,ua(t)){n.push(Gi(t));continue}return}if(r==="-"){if(Te--,ua(t)){n.push(Gi(t));continue}if(dl(t)){n.push({type:fe.Ident,value:da(t)});continue}return}if(r==="."){if(Te--,ua(t)){n.push(Gi(t));continue}return}if(r==="/"){for(;Te<t.length&&(t[Te]===`
|
|
4
|
+
`||t[Te]===" "||t[Te]===" ");)Te++;let i;if(ua(t)&&(i=Gi(t),i.type!==fe.Hue)){n.push({type:fe.Alpha,value:i});continue}if(dl(t)&&da(t)==="none"){n.push({type:fe.Alpha,value:{type:fe.None,value:void 0}});continue}return}if(/\d/.test(r)){Te--,n.push(Gi(t));continue}if(hl.test(r)){Te--,n.push(EM(t));continue}return}return n}function AM(e){e._i=0;let t=e[e._i++];if(!t||t.type!==fe.Function||t.value!=="color"||(t=e[e._i++],t.type!==fe.Ident))return;const n=Wm[t.value];if(!n)return;const r={mode:n},i=Gm(e,!1);if(!i)return;const o=CM(n).channels;for(let a=0,s,c;a<o.length;a++)s=i[a],c=o[a],s.type!==fe.None&&(r[c]=s.type===fe.Number?s.value:s.value/100,c==="alpha"&&(r[c]=Math.max(0,Math.min(1,r[c]))));return r}function Gm(e,t){const n=[];let r;for(;e._i<e.length;){if(r=e[e._i++],r.type===fe.None||r.type===fe.Number||r.type===fe.Alpha||r.type===fe.Percentage||t&&r.type===fe.Hue){n.push(r);continue}if(r.type===fe.ParenClose){if(e._i<e.length)return;continue}return}if(!(n.length<3||n.length>4)){if(n.length===4){if(n[3].type!==fe.Alpha)return;n[3]=n[3].value}return n.length===3&&n.push({type:fe.None,value:void 0}),n.every(i=>i.type!==fe.Alpha)?n:void 0}}function TM(e,t){e._i=0;let n=e[e._i++];if(!n||n.type!==fe.Function)return;let r=Gm(e,t);if(r)return r.unshift(n.value),r}const $n=e=>{if(typeof e!="string")return;const t=IM(e),n=t?TM(t,!0):void 0;let r,i=0,o=la.length;for(;i<o;)if((r=la[i++](e,n))!==void 0)return r;return t?AM(t):void 0};function kM(e,t){if(!t||t[0]!=="rgb"&&t[0]!=="rgba")return;const n={mode:"rgb"},[,r,i,o,a]=t;if(!(r.type===fe.Hue||i.type===fe.Hue||o.type===fe.Hue))return r.type!==fe.None&&(n.r=r.type===fe.Number?r.value/255:r.value/100),i.type!==fe.None&&(n.g=i.type===fe.Number?i.value/255:i.value/100),o.type!==fe.None&&(n.b=o.type===fe.Number?o.value/255:o.value/100),a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const RM=e=>e==="transparent"?{mode:"rgb",r:0,g:0,b:0,alpha:0}:void 0,LM=(e,t,n)=>e+n*(t-e),zM=e=>{let t=[];for(let n=0;n<e.length-1;n++){let r=e[n],i=e[n+1];r===void 0&&i===void 0?t.push(void 0):r!==void 0&&i!==void 0?t.push([r,i]):t.push(r!==void 0?[r,r]:[i,i])}return t},_e=(e=>t=>{let n=zM(t);return r=>{let i=r*n.length,o=r>=1?n.length-1:Math.max(Math.floor(i),0),a=n[o];return a===void 0?void 0:e(a[0],a[1],i-o)}})(LM),Tt=e=>{let t=!1,n=e.map(r=>r!==void 0?(t=!0,r):1);return t?n:e},ri={mode:"rgb",channels:["r","g","b","alpha"],parse:[kM,vM,wM,mM,RM,"srgb"],serialize:"srgb",interpolate:{r:_e,g:_e,b:_e,alpha:{use:_e,fixup:Tt}},gamut:!0,white:{r:1,g:1,b:1},black:{r:0,g:0,b:0}},fl=(e=0)=>Math.pow(Math.abs(e),563/256)*Math.sign(e),Vm=e=>{let t=fl(e.r),n=fl(e.g),r=fl(e.b),i={mode:"xyz65",x:.5766690429101305*t+.1855582379065463*n+.1882286462349947*r,y:.297344975250536*t+.6273635662554661*n+.0752914584939979*r,z:.0270313613864123*t+.0706888525358272*n+.9913375368376386*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},pl=e=>Math.pow(Math.abs(e),256/563)*Math.sign(e),Ym=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"a98",r:pl(e*2.0415879038107465-t*.5650069742788597-.3447313507783297*n),g:pl(e*-.9692436362808798+t*1.8759675015077206+.0415550574071756*n),b:pl(e*.0134442806320312-t*.1183623922310184+1.0151749943912058*n)};return r!==void 0&&(i.alpha=r),i},gl=(e=0)=>{const t=Math.abs(e);return t<=.04045?e/12.92:(Math.sign(e)||1)*Math.pow((t+.055)/1.055,2.4)},ii=({r:e,g:t,b:n,alpha:r})=>{let i={mode:"lrgb",r:gl(e),g:gl(t),b:gl(n)};return r!==void 0&&(i.alpha=r),i},yr=e=>{let{r:t,g:n,b:r,alpha:i}=ii(e),o={mode:"xyz65",x:.4123907992659593*t+.357584339383878*n+.1804807884018343*r,y:.2126390058715102*t+.715168678767756*n+.0721923153607337*r,z:.0193308187155918*t+.119194779794626*n+.9505321522496607*r};return i!==void 0&&(o.alpha=i),o},ml=(e=0)=>{const t=Math.abs(e);return t>.0031308?(Math.sign(e)||1)*(1.055*Math.pow(t,1/2.4)-.055):e*12.92},oi=({r:e,g:t,b:n,alpha:r},i="rgb")=>{let o={mode:i,r:ml(e),g:ml(t),b:ml(n)};return r!==void 0&&(o.alpha=r),o},vr=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=oi({r:e*3.2409699419045226-t*1.537383177570094-.4986107602930034*n,g:e*-.9692436362808796+t*1.8759675015077204+.0415550574071756*n,b:e*.0556300796969936-t*.2039769588889765+1.0569715142428784*n});return r!==void 0&&(i.alpha=r),i},NM=Kt(At({},ri),{mode:"a98",parse:["a98-rgb"],serialize:"a98-rgb",fromMode:{rgb:e=>Ym(yr(e)),xyz65:Ym},toMode:{rgb:e=>vr(Vm(e)),xyz65:Vm}}),Dt=e=>(e=e%360)<0?e+360:e,DM=(e,t)=>e.map((n,r,i)=>{if(n===void 0)return n;let o=Dt(n);return r===0||e[r-1]===void 0?o:t(o-Dt(i[r-1]))}).reduce((n,r)=>!n.length||r===void 0||n[n.length-1]===void 0?(n.push(r),n):(n.push(r+n[n.length-1]),n),[]),Nn=e=>DM(e,t=>Math.abs(t)<=180?t:t-360*Math.sign(t)),Lt=[-.14861,1.78277,-.29227,-.90649,1.97294,0],HM=Math.PI/180,qM=180/Math.PI;let Xm=Lt[3]*Lt[4],Um=Lt[1]*Lt[4],Km=Lt[1]*Lt[2]-Lt[0]*Lt[3];const jM=({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(Km*n+e*Xm-t*Um)/(Km+Xm-Um),o=n-i,a=(Lt[4]*(t-i)-Lt[2]*o)/Lt[3],s={mode:"cubehelix",l:i,s:i===0||i===1?void 0:Math.sqrt(o*o+a*a)/(Lt[4]*i*(1-i))};return s.s&&(s.h=Math.atan2(a,o)*qM-120),r!==void 0&&(s.alpha=r),s},FM=({h:e,s:t,l:n,alpha:r})=>{let i={mode:"rgb"};e=(e===void 0?0:e+120)*HM,n===void 0&&(n=0);let o=t===void 0?0:t*n*(1-n),a=Math.cos(e),s=Math.sin(e);return i.r=n+o*(Lt[0]*a+Lt[1]*s),i.g=n+o*(Lt[2]*a+Lt[3]*s),i.b=n+o*(Lt[4]*a+Lt[5]*s),r!==void 0&&(i.alpha=r),i},fa=(e,t)=>{if(e.h===void 0||t.h===void 0||!e.s||!t.s)return 0;let n=Dt(e.h),r=Dt(t.h),i=Math.sin((r-n+360)/2*Math.PI/180);return 2*Math.sqrt(e.s*t.s)*i},BM=(e,t)=>{if(e.h===void 0||t.h===void 0)return 0;let n=Dt(e.h),r=Dt(t.h);return Math.abs(r-n)>180?n-(r-360*Math.sign(r-n)):r-n},pa=(e,t)=>{if(e.h===void 0||t.h===void 0||!e.c||!t.c)return 0;let n=Dt(e.h),r=Dt(t.h),i=Math.sin((r-n+360)/2*Math.PI/180);return 2*Math.sqrt(e.c*t.c)*i},Dn=e=>{let t=e.reduce((r,i)=>{if(i!==void 0){let o=i*Math.PI/180;r.sin+=Math.sin(o),r.cos+=Math.cos(o)}return r},{sin:0,cos:0}),n=Math.atan2(t.sin,t.cos)*180/Math.PI;return n<0?360+n:n},WM={mode:"cubehelix",channels:["h","s","l","alpha"],parse:["--cubehelix"],serialize:"--cubehelix",ranges:{h:[0,360],s:[0,4.614],l:[0,1]},fromMode:{rgb:jM},toMode:{rgb:FM},interpolate:{h:{use:_e,fixup:Nn},s:_e,l:_e,alpha:{use:_e,fixup:Tt}},difference:{h:fa},average:{h:Dn}},tr=({l:e,a:t,b:n,alpha:r},i="lch")=>{t===void 0&&(t=0),n===void 0&&(n=0);let o=Math.sqrt(t*t+n*n),a={mode:i,l:e,c:o};return o&&(a.h=Dt(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(a.alpha=r),a},nr=({l:e,c:t,h:n,alpha:r},i="lab")=>{n===void 0&&(n=0);let o={mode:i,l:e,a:t?t*Math.cos(n/180*Math.PI):0,b:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(o.alpha=r),o},Zm=Math.pow(29,3)/Math.pow(3,3),Qm=Math.pow(6,3)/Math.pow(29,3),Mt={X:.3457/.3585,Y:1,Z:(1-.3457-.3585)/.3585},ai={X:.3127/.329,Y:1,Z:(1-.3127-.329)/.329};let yl=e=>Math.pow(e,3)>Qm?Math.pow(e,3):(116*e-16)/Zm;const Jm=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+16)/116,o=t/500+i,a=i-n/200,s={mode:"xyz65",x:yl(o)*ai.X,y:yl(i)*ai.Y,z:yl(a)*ai.Z};return r!==void 0&&(s.alpha=r),s},ga=e=>vr(Jm(e)),vl=e=>e>Qm?Math.cbrt(e):(Zm*e+16)/116,ey=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=vl(e/ai.X),o=vl(t/ai.Y),a=vl(n/ai.Z),s={mode:"lab65",l:116*o-16,a:500*(i-o),b:200*(o-a)};return r!==void 0&&(s.alpha=r),s},ma=e=>{let t=ey(yr(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},ya=1,ty=1,Vi=26/180*Math.PI,va=Math.cos(Vi),ba=Math.sin(Vi),ny=100/Math.log(139/100),bl=({l:e,c:t,h:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"lab65",l:(Math.exp(e*ya/ny)-1)/.0039},o=(Math.exp(.0435*t*ty*ya)-1)/.075,a=o*Math.cos(n/180*Math.PI-Vi),s=o*Math.sin(n/180*Math.PI-Vi);return i.a=a*va-s/.83*ba,i.b=a*ba+s/.83*va,r!==void 0&&(i.alpha=r),i},_l=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=t*va+n*ba,o=.83*(n*va-t*ba),a=Math.sqrt(i*i+o*o),s={mode:"dlch",l:ny/ya*Math.log(1+.0039*e),c:Math.log(1+.075*a)/(.0435*ty*ya)};return s.c&&(s.h=Dt((Math.atan2(o,i)+Vi)/Math.PI*180)),r!==void 0&&(s.alpha=r),s},ry=e=>bl(tr(e,"dlch")),iy=e=>nr(_l(e),"dlab"),GM={mode:"dlab",parse:["--din99o-lab"],serialize:"--din99o-lab",toMode:{lab65:ry,rgb:e=>ga(ry(e))},fromMode:{lab65:iy,rgb:e=>iy(ma(e))},channels:["l","a","b","alpha"],ranges:{l:[0,100],a:[-40.09,45.501],b:[-40.469,44.344]},interpolate:{l:_e,a:_e,b:_e,alpha:{use:_e,fixup:Tt}}},VM={mode:"dlch",parse:["--din99o-lch"],serialize:"--din99o-lch",toMode:{lab65:bl,dlab:e=>nr(e,"dlab"),rgb:e=>ga(bl(e))},fromMode:{lab65:_l,dlab:e=>tr(e,"dlch"),rgb:e=>_l(ma(e))},channels:["l","c","h","alpha"],ranges:{l:[0,100],c:[0,51.484],h:[0,360]},interpolate:{l:_e,c:_e,h:{use:_e,fixup:Nn},alpha:{use:_e,fixup:Tt}},difference:{h:pa},average:{h:Dn}};function YM({h:e,s:t,i:n,alpha:r}){e=Dt(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.abs(e/60%2-1),o;switch(Math.floor(e/60)){case 0:o={r:n*(1+t*(3/(2-i)-1)),g:n*(1+t*(3*(1-i)/(2-i)-1)),b:n*(1-t)};break;case 1:o={r:n*(1+t*(3*(1-i)/(2-i)-1)),g:n*(1+t*(3/(2-i)-1)),b:n*(1-t)};break;case 2:o={r:n*(1-t),g:n*(1+t*(3/(2-i)-1)),b:n*(1+t*(3*(1-i)/(2-i)-1))};break;case 3:o={r:n*(1-t),g:n*(1+t*(3*(1-i)/(2-i)-1)),b:n*(1+t*(3/(2-i)-1))};break;case 4:o={r:n*(1+t*(3*(1-i)/(2-i)-1)),g:n*(1-t),b:n*(1+t*(3/(2-i)-1))};break;case 5:o={r:n*(1+t*(3/(2-i)-1)),g:n*(1-t),b:n*(1+t*(3*(1-i)/(2-i)-1))};break;default:o={r:n*(1-t),g:n*(1-t),b:n*(1-t)}}return o.mode="rgb",r!==void 0&&(o.alpha=r),o}function XM({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsi",s:e+t+n===0?0:1-3*o/(e+t+n),i:(e+t+n)/3};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const UM={mode:"hsi",toMode:{rgb:YM},parse:["--hsi"],serialize:"--hsi",fromMode:{rgb:XM},channels:["h","s","i","alpha"],ranges:{h:[0,360]},gamut:"rgb",interpolate:{h:{use:_e,fixup:Nn},s:_e,i:_e,alpha:{use:_e,fixup:Tt}},difference:{h:fa},average:{h:Dn}};function KM({h:e,s:t,l:n,alpha:r}){e=Dt(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=n+t*(n<.5?n:1-n),o=i-(i-n)*2*Math.abs(e/60%2-1),a;switch(Math.floor(e/60)){case 0:a={r:i,g:o,b:2*n-i};break;case 1:a={r:o,g:i,b:2*n-i};break;case 2:a={r:2*n-i,g:i,b:o};break;case 3:a={r:2*n-i,g:o,b:i};break;case 4:a={r:o,g:2*n-i,b:i};break;case 5:a={r:i,g:2*n-i,b:o};break;default:a={r:2*n-i,g:2*n-i,b:2*n-i}}return a.mode="rgb",r!==void 0&&(a.alpha=r),a}function ZM({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsl",s:i===o?0:(i-o)/(1-Math.abs(i+o-1)),l:.5*(i+o)};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const QM=(e,t)=>{switch(t){case"deg":return+e;case"rad":return e/Math.PI*180;case"grad":return e/10*9;case"turn":return e*360}},JM=new RegExp(`^hsla?\\(\\s*${bM}${ni}${Wi}${ni}${Wi}\\s*(?:,\\s*${ll}\\s*)?\\)$`),eE=e=>{let t=e.match(JM);if(!t)return;let n={mode:"hsl"};return t[3]!==void 0?n.h=+t[3]:t[1]!==void 0&&t[2]!==void 0&&(n.h=QM(t[1],t[2])),t[4]!==void 0&&(n.s=Math.min(Math.max(0,t[4]/100),1)),t[5]!==void 0&&(n.l=Math.min(Math.max(0,t[5]/100),1)),t[6]!==void 0?n.alpha=Math.max(0,Math.min(1,t[6]/100)):t[7]!==void 0&&(n.alpha=Math.max(0,Math.min(1,+t[7]))),n};function tE(e,t){if(!t||t[0]!=="hsl"&&t[0]!=="hsla")return;const n={mode:"hsl"},[,r,i,o,a]=t;if(r.type!==fe.None){if(r.type===fe.Percentage)return;n.h=r.value}if(i.type!==fe.None){if(i.type===fe.Hue)return;n.s=i.value/100}if(o.type!==fe.None){if(o.type===fe.Hue)return;n.l=o.value/100}return a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const oy={mode:"hsl",toMode:{rgb:KM},fromMode:{rgb:ZM},channels:["h","s","l","alpha"],ranges:{h:[0,360]},gamut:"rgb",parse:[tE,eE],serialize:e=>`hsl(${e.h!==void 0?e.h:"none"} ${e.s!==void 0?e.s*100+"%":"none"} ${e.l!==void 0?e.l*100+"%":"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:_e,fixup:Nn},s:_e,l:_e,alpha:{use:_e,fixup:Tt}},difference:{h:fa},average:{h:Dn}};function ay({h:e,s:t,v:n,alpha:r}){e=Dt(e!==void 0?e:0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.abs(e/60%2-1),o;switch(Math.floor(e/60)){case 0:o={r:n,g:n*(1-t*i),b:n*(1-t)};break;case 1:o={r:n*(1-t*i),g:n,b:n*(1-t)};break;case 2:o={r:n*(1-t),g:n,b:n*(1-t*i)};break;case 3:o={r:n*(1-t),g:n*(1-t*i),b:n};break;case 4:o={r:n*(1-t*i),g:n*(1-t),b:n};break;case 5:o={r:n,g:n*(1-t),b:n*(1-t*i)};break;default:o={r:n*(1-t),g:n*(1-t),b:n*(1-t)}}return o.mode="rgb",r!==void 0&&(o.alpha=r),o}function sy({r:e,g:t,b:n,alpha:r}){e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.max(e,t,n),o=Math.min(e,t,n),a={mode:"hsv",s:i===0?0:1-o/i,v:i};return i-o!==0&&(a.h=(i===e?(t-n)/(i-o)+(t<n)*6:i===t?(n-e)/(i-o)+2:(e-t)/(i-o)+4)*60),r!==void 0&&(a.alpha=r),a}const cy={mode:"hsv",toMode:{rgb:ay},parse:["--hsv"],serialize:"--hsv",fromMode:{rgb:sy},channels:["h","s","v","alpha"],ranges:{h:[0,360]},gamut:"rgb",interpolate:{h:{use:_e,fixup:Nn},s:_e,v:_e,alpha:{use:_e,fixup:Tt}},difference:{h:fa},average:{h:Dn}};function nE({h:e,w:t,b:n,alpha:r}){if(t===void 0&&(t=0),n===void 0&&(n=0),t+n>1){let i=t+n;t/=i,n/=i}return ay({h:e,s:n===1?1:1-t/(1-n),v:1-n,alpha:r})}function rE(e){let t=sy(e);if(t===void 0)return;let n=t.s!==void 0?t.s:0,r=t.v!==void 0?t.v:0,i={mode:"hwb",w:(1-n)*r,b:1-r};return t.h!==void 0&&(i.h=t.h),t.alpha!==void 0&&(i.alpha=t.alpha),i}function iE(e,t){if(!t||t[0]!=="hwb")return;const n={mode:"hwb"},[,r,i,o,a]=t;if(r.type!==fe.None){if(r.type===fe.Percentage)return;n.h=r.value}if(i.type!==fe.None){if(i.type===fe.Hue)return;n.w=i.value/100}if(o.type!==fe.None){if(o.type===fe.Hue)return;n.b=o.value/100}return a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const oE={mode:"hwb",toMode:{rgb:nE},fromMode:{rgb:rE},channels:["h","w","b","alpha"],ranges:{h:[0,360]},gamut:"rgb",parse:[iE],serialize:e=>`hwb(${e.h!==void 0?e.h:"none"} ${e.w!==void 0?e.w*100+"%":"none"} ${e.b!==void 0?e.b*100+"%":"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:_e,fixup:Nn},w:_e,b:_e,alpha:{use:_e,fixup:Tt}},difference:{h:BM},average:{h:Dn}},ly=203,_a=.1593017578125,uy=78.84375,xa=.8359375,wa=18.8515625,Pa=18.6875;function xl(e){if(e<0)return 0;const t=Math.pow(e,1/uy);return 1e4*Math.pow(Math.max(0,t-xa)/(wa-Pa*t),1/_a)}function wl(e){if(e<0)return 0;const t=Math.pow(e/1e4,_a);return Math.pow((xa+wa*t)/(1+Pa*t),uy)}const Pl=e=>Math.max(e/ly,0),hy=({i:e,t,p:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i=xl(e+.008609037037932761*t+.11102962500302593*n),o=xl(e-.00860903703793275*t-.11102962500302599*n),a=xl(e+.5600313357106791*t-.32062717498731885*n),s={mode:"xyz65",x:Pl(2.070152218389422*i-1.3263473389671556*o+.2066510476294051*a),y:Pl(.3647385209748074*i+.680566024947227*o-.0453045459220346*a),z:Pl(-.049747207535812*i-.0492609666966138*o+1.1880659249923042*a)};return r!==void 0&&(s.alpha=r),s},$l=(e=0)=>Math.max(e*ly,0),dy=({x:e,y:t,z:n,alpha:r})=>{const i=$l(e),o=$l(t),a=$l(n),s=wl(.3592832590121217*i+.6976051147779502*o-.0358915932320289*a),c=wl(-.1920808463704995*i+1.1004767970374323*o+.0753748658519118*a),l=wl(.0070797844607477*i+.0748396662186366*o+.8433265453898765*a),u=.5*s+.5*c,h=1.61376953125*s-3.323486328125*c+1.709716796875*l,d=4.378173828125*s-4.24560546875*c-.132568359375*l,f={mode:"itp",i:u,t:h,p:d};return r!==void 0&&(f.alpha=r),f},aE={mode:"itp",channels:["i","t","p","alpha"],parse:["--ictcp"],serialize:"--ictcp",toMode:{xyz65:hy,rgb:e=>vr(hy(e))},fromMode:{xyz65:dy,rgb:e=>dy(yr(e))},ranges:{i:[0,.581],t:[-.369,.272],p:[-.164,.331]},interpolate:{i:_e,t:_e,p:_e,alpha:{use:_e,fixup:Tt}}},sE=134.03437499999998,cE=16295499532821565e-27,Cl=e=>{if(e<0)return 0;let t=Math.pow(e/1e4,_a);return Math.pow((xa+wa*t)/(1+Pa*t),sE)},Ol=(e=0)=>Math.max(e*203,0),fy=({x:e,y:t,z:n,alpha:r})=>{e=Ol(e),t=Ol(t),n=Ol(n);let i=1.15*e-.15*n,o=.66*t+.34*e,a=Cl(.41478972*i+.579999*o+.014648*n),s=Cl(-.20151*i+1.120649*o+.0531008*n),c=Cl(-.0166008*i+.2648*o+.6684799*n),l=(a+s)/2,u={mode:"jab",j:.44*l/(1-.56*l)-cE,a:3.524*a-4.066708*s+.542708*c,b:.199076*a+1.096799*s-1.295875*c};return r!==void 0&&(u.alpha=r),u},lE=134.03437499999998,py=16295499532821565e-27,Sl=e=>{if(e<0)return 0;let t=Math.pow(e,1/lE);return 1e4*Math.pow((xa-t)/(Pa*t-wa),1/_a)},Ml=e=>e/203,gy=({j:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+py)/(.44+.56*(e+py)),o=Sl(i+.13860504*t+.058047316*n),a=Sl(i-.13860504*t-.058047316*n),s=Sl(i-.096019242*t-.8118919*n),c={mode:"xyz65",x:Ml(1.661373024652174*o-.914523081304348*a+.23136208173913045*s),y:Ml(-.3250758611844533*o+1.571847026732543*a-.21825383453227928*s),z:Ml(-.090982811*o-.31272829*a+1.5227666*s)};return r!==void 0&&(c.alpha=r),c},my=e=>{let t=fy(yr(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},yy=e=>vr(gy(e)),uE={mode:"jab",channels:["j","a","b","alpha"],parse:["--jzazbz"],serialize:"--jzazbz",fromMode:{rgb:my,xyz65:fy},toMode:{rgb:yy,xyz65:gy},ranges:{j:[0,.222],a:[-.109,.129],b:[-.185,.134]},interpolate:{j:_e,a:_e,b:_e,alpha:{use:_e,fixup:Tt}}},vy=({j:e,a:t,b:n,alpha:r})=>{t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.sqrt(t*t+n*n),o={mode:"jch",j:e,c:i};return i&&(o.h=Dt(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(o.alpha=r),o},by=({j:e,c:t,h:n,alpha:r})=>{n===void 0&&(n=0);let i={mode:"jab",j:e,a:t?t*Math.cos(n/180*Math.PI):0,b:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(i.alpha=r),i},hE={mode:"jch",parse:["--jzczhz"],serialize:"--jzczhz",toMode:{jab:by,rgb:e=>yy(by(e))},fromMode:{rgb:e=>vy(my(e)),jab:vy},channels:["j","c","h","alpha"],ranges:{j:[0,.221],c:[0,.19],h:[0,360]},interpolate:{h:{use:_e,fixup:Nn},c:_e,j:_e,alpha:{use:_e,fixup:Tt}},difference:{h:pa},average:{h:Dn}},$a=Math.pow(29,3)/Math.pow(3,3),El=Math.pow(6,3)/Math.pow(29,3);let Il=e=>Math.pow(e,3)>El?Math.pow(e,3):(116*e-16)/$a;const Al=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=(e+16)/116,o=t/500+i,a=i-n/200,s={mode:"xyz50",x:Il(o)*Mt.X,y:Il(i)*Mt.Y,z:Il(a)*Mt.Z};return r!==void 0&&(s.alpha=r),s},Yi=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=oi({r:e*3.1341359569958707-t*1.6173863321612538-.4906619460083532*n,g:e*-.978795502912089+t*1.916254567259524+.03344273116131949*n,b:e*.07195537988411677-t*.2289768264158322+1.405386058324125*n});return r!==void 0&&(i.alpha=r),i},_y=e=>Yi(Al(e)),Xi=e=>{let{r:t,g:n,b:r,alpha:i}=ii(e),o={mode:"xyz50",x:.436065742824811*t+.3851514688337912*n+.14307845442264197*r,y:.22249319175623702*t+.7168870538238823*n+.06061979053616537*r,z:.013923904500943465*t+.09708128566574634*n+.7140993584005155*r};return i!==void 0&&(o.alpha=i),o},Tl=e=>e>El?Math.cbrt(e):($a*e+16)/116,kl=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Tl(e/Mt.X),o=Tl(t/Mt.Y),a=Tl(n/Mt.Z),s={mode:"lab",l:116*o-16,a:500*(i-o),b:200*(o-a)};return r!==void 0&&(s.alpha=r),s},xy=e=>{let t=kl(Xi(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t};function dE(e,t){if(!t||t[0]!=="lab")return;const n={mode:"lab"},[,r,i,o,a]=t;if(!(r.type===fe.Hue||i.type===fe.Hue||o.type===fe.Hue))return r.type!==fe.None&&(n.l=Math.min(Math.max(0,r.value),100)),i.type!==fe.None&&(n.a=i.type===fe.Number?i.value:i.value*125/100),o.type!==fe.None&&(n.b=o.type===fe.Number?o.value:o.value*125/100),a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const Rl={mode:"lab",toMode:{xyz50:Al,rgb:_y},fromMode:{xyz50:kl,rgb:xy},channels:["l","a","b","alpha"],ranges:{l:[0,100],a:[-125,125],b:[-125,125]},parse:[dE],serialize:e=>`lab(${e.l!==void 0?e.l:"none"} ${e.a!==void 0?e.a:"none"} ${e.b!==void 0?e.b:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{l:_e,a:_e,b:_e,alpha:{use:_e,fixup:Tt}}},fE=Kt(At({},Rl),{mode:"lab65",parse:["--lab-d65"],serialize:"--lab-d65",toMode:{xyz65:Jm,rgb:ga},fromMode:{xyz65:ey,rgb:ma},ranges:{l:[0,100],a:[-125,125],b:[-125,125]}});function pE(e,t){if(!t||t[0]!=="lch")return;const n={mode:"lch"},[,r,i,o,a]=t;if(r.type!==fe.None){if(r.type===fe.Hue)return;n.l=Math.min(Math.max(0,r.value),100)}if(i.type!==fe.None&&(n.c=Math.max(0,i.type===fe.Number?i.value:i.value*150/100)),o.type!==fe.None){if(o.type===fe.Percentage)return;n.h=o.value}return a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const Ll={mode:"lch",toMode:{lab:nr,rgb:e=>_y(nr(e))},fromMode:{rgb:e=>tr(xy(e)),lab:tr},channels:["l","c","h","alpha"],ranges:{l:[0,100],c:[0,150],h:[0,360]},parse:[pE],serialize:e=>`lch(${e.l!==void 0?e.l:"none"} ${e.c!==void 0?e.c:"none"} ${e.h!==void 0?e.h:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,interpolate:{h:{use:_e,fixup:Nn},c:_e,l:_e,alpha:{use:_e,fixup:Tt}},difference:{h:pa},average:{h:Dn}},gE=Kt(At({},Ll),{mode:"lch65",parse:["--lch-d65"],serialize:"--lch-d65",toMode:{lab65:e=>nr(e,"lab65"),rgb:e=>ga(nr(e,"lab65"))},fromMode:{rgb:e=>tr(ma(e),"lch65"),lab65:e=>tr(e,"lch65")},ranges:{l:[0,100],c:[0,150],h:[0,360]}}),wy=({l:e,u:t,v:n,alpha:r})=>{t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.sqrt(t*t+n*n),o={mode:"lchuv",l:e,c:i};return i&&(o.h=Dt(Math.atan2(n,t)*180/Math.PI)),r!==void 0&&(o.alpha=r),o},Py=({l:e,c:t,h:n,alpha:r})=>{n===void 0&&(n=0);let i={mode:"luv",l:e,u:t?t*Math.cos(n/180*Math.PI):0,v:t?t*Math.sin(n/180*Math.PI):0};return r!==void 0&&(i.alpha=r),i},$y=(e,t,n)=>4*e/(e+15*t+3*n),Cy=(e,t,n)=>9*t/(e+15*t+3*n),mE=$y(Mt.X,Mt.Y,Mt.Z),yE=Cy(Mt.X,Mt.Y,Mt.Z),vE=e=>e<=El?$a*e:116*Math.cbrt(e)-16,zl=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=vE(t/Mt.Y),o=$y(e,t,n),a=Cy(e,t,n);!isFinite(o)||!isFinite(a)?i=o=a=0:(o=13*i*(o-mE),a=13*i*(a-yE));let s={mode:"luv",l:i,u:o,v:a};return r!==void 0&&(s.alpha=r),s},bE=(e,t,n)=>4*e/(e+15*t+3*n),_E=(e,t,n)=>9*t/(e+15*t+3*n),xE=bE(Mt.X,Mt.Y,Mt.Z),wE=_E(Mt.X,Mt.Y,Mt.Z),Nl=({l:e,u:t,v:n,alpha:r})=>{if(e===void 0&&(e=0),e===0)return{mode:"xyz50",x:0,y:0,z:0};t===void 0&&(t=0),n===void 0&&(n=0);let i=t/(13*e)+xE,o=n/(13*e)+wE,a=Mt.Y*(e<=8?e/$a:Math.pow((e+16)/116,3)),s=a*(9*i)/(4*o),c=a*(12-3*i-20*o)/(4*o),l={mode:"xyz50",x:s,y:a,z:c};return r!==void 0&&(l.alpha=r),l},PE={mode:"lchuv",toMode:{luv:Py,rgb:e=>Yi(Nl(Py(e)))},fromMode:{rgb:e=>wy(zl(Xi(e))),luv:wy},channels:["l","c","h","alpha"],parse:["--lchuv"],serialize:"--lchuv",ranges:{l:[0,100],c:[0,176.956],h:[0,360]},interpolate:{h:{use:_e,fixup:Nn},c:_e,l:_e,alpha:{use:_e,fixup:Tt}},difference:{h:pa},average:{h:Dn}},$E=Kt(At({},ri),{mode:"lrgb",toMode:{rgb:oi},fromMode:{rgb:ii},parse:["srgb-linear"],serialize:"srgb-linear"}),CE={mode:"luv",toMode:{xyz50:Nl,rgb:e=>Yi(Nl(e))},fromMode:{xyz50:zl,rgb:e=>zl(Xi(e))},channels:["l","u","v","alpha"],parse:["--luv"],serialize:"--luv",ranges:{l:[0,100],u:[-84.936,175.042],v:[-125.882,87.243]},interpolate:{l:_e,u:_e,v:_e,alpha:{use:_e,fixup:Tt}}},Oy=({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.cbrt(.412221469470763*e+.5363325372617348*t+.0514459932675022*n),o=Math.cbrt(.2119034958178252*e+.6806995506452344*t+.1073969535369406*n),a=Math.cbrt(.0883024591900564*e+.2817188391361215*t+.6299787016738222*n),s={mode:"oklab",l:.210454268309314*i+.7936177747023054*o-.0040720430116193*a,a:1.9779985324311684*i-2.42859224204858*o+.450593709617411*a,b:.0259040424655478*i+.7827717124575296*o-.8086757549230774*a};return r!==void 0&&(s.alpha=r),s},Ca=e=>{let t=Oy(ii(e));return e.r===e.b&&e.b===e.g&&(t.a=t.b=0),t},Ui=({l:e,a:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=Math.pow(e+.3963377773761749*t+.2158037573099136*n,3),o=Math.pow(e-.1055613458156586*t-.0638541728258133*n,3),a=Math.pow(e-.0894841775298119*t-1.2914855480194092*n,3),s={mode:"lrgb",r:4.076741636075957*i-3.3077115392580616*o+.2309699031821044*a,g:-1.2684379732850317*i+2.6097573492876887*o-.3413193760026573*a,b:-.0041960761386756*i-.7034186179359362*o+1.7076146940746117*a};return r!==void 0&&(s.alpha=r),s},Oa=e=>oi(Ui(e));function Dl(e){const r=1.170873786407767;return .5*(r*e-.206+Math.sqrt((r*e-.206)*(r*e-.206)+4*.03*r*e))}function Sa(e){return(e*e+.206*e)/(1.170873786407767*(e+.03))}function OE(e,t){let n,r,i,o,a,s,c,l;-1.88170328*e-.80936493*t>1?(n=1.19086277,r=1.76576728,i=.59662641,o=.75515197,a=.56771245,s=4.0767416621,c=-3.3077115913,l=.2309699292):1.81444104*e-1.19445276*t>1?(n=.73956515,r=-.45954404,i=.08285427,o=.1254107,a=.14503204,s=-1.2684380046,c=2.6097574011,l=-.3413193965):(n=1.35733652,r=-.00915799,i=-1.1513021,o=-.50559606,a=.00692167,s=-.0041960863,c=-.7034186147,l=1.707614701);let u=n+r*e+i*t+o*e*e+a*e*t,h=.3963377774*e+.2158037573*t,d=-.1055613458*e-.0638541728*t,f=-.0894841775*e-1.291485548*t;{let g=1+u*h,y=1+u*d,m=1+u*f,v=g*g*g,b=y*y*y,_=m*m*m,x=3*h*g*g,w=3*d*y*y,P=3*f*m*m,$=6*h*h*g,C=6*d*d*y,M=6*f*f*m,S=s*v+c*b+l*_,E=s*x+c*w+l*P,A=s*$+c*C+l*M;u=u-S*E/(E*E-.5*S*A)}return u}function Hl(e,t){let n=OE(e,t),r=Ui({l:1,a:n*e,b:n*t}),i=Math.cbrt(1/Math.max(r.r,r.g,r.b)),o=i*n;return[i,o]}function SE(e,t,n,r,i,o=null){o||(o=Hl(e,t));let a;if((n-i)*o[1]-(o[0]-i)*r<=0)a=o[1]*i/(r*o[0]+o[1]*(i-n));else{a=o[1]*(i-1)/(r*(o[0]-1)+o[1]*(i-n));{let s=n-i,c=r,l=.3963377774*e+.2158037573*t,u=-.1055613458*e-.0638541728*t,h=-.0894841775*e-1.291485548*t,d=s+c*l,f=s+c*u,g=s+c*h;{let y=i*(1-a)+a*n,m=a*r,v=y+m*l,b=y+m*u,_=y+m*h,x=v*v*v,w=b*b*b,P=_*_*_,$=3*d*v*v,C=3*f*b*b,M=3*g*_*_,S=6*d*d*v,E=6*f*f*b,A=6*g*g*_,O=4.0767416621*x-3.3077115913*w+.2309699292*P-1,T=4.0767416621*$-3.3077115913*C+.2309699292*M,F=4.0767416621*S-3.3077115913*E+.2309699292*A,z=T/(T*T-.5*O*F),j=-O*z,D=-1.2684380046*x+2.6097574011*w-.3413193965*P-1,W=-1.2684380046*$+2.6097574011*C-.3413193965*M,B=-1.2684380046*S+2.6097574011*E-.3413193965*A,X=W/(W*W-.5*D*B),H=-D*X,k=-.0041960863*x-.7034186147*w+1.707614701*P-1,I=-.0041960863*$-.7034186147*C+1.707614701*M,R=-.0041960863*S-.7034186147*E+1.707614701*A,N=I/(I*I-.5*k*R),q=-k*N;j=z>=0?j:1e6,H=X>=0?H:1e6,q=N>=0?q:1e6,a+=Math.min(j,Math.min(H,q))}}}return a}function ql(e,t,n=null){n||(n=Hl(e,t));let r=n[0],i=n[1];return[i/r,i/(1-r)]}function Sy(e,t,n){let r=Hl(t,n),i=SE(t,n,e,1,e,r),o=ql(t,n,r),a=.11516993+1/(7.4477897+4.1590124*n+t*(-2.19557347+1.75198401*n+t*(-2.13704948-10.02301043*n+t*(-4.24894561+5.38770819*n+4.69891013*t)))),s=.11239642+1/(1.6132032-.68124379*n+t*(.40370612+.90148123*n+t*(-.27087943+.6122399*n+t*(.00299215-.45399568*n-.14661872*t)))),c=i/Math.min(e*o[0],(1-e)*o[1]),l=e*a,u=(1-e)*s,h=.9*c*Math.sqrt(Math.sqrt(1/(1/(l*l*l*l)+1/(u*u*u*u))));return l=e*.4,u=(1-e)*.8,[Math.sqrt(1/(1/(l*l)+1/(u*u))),h,i]}function My(e){const t=e.l!==void 0?e.l:0,n=e.a!==void 0?e.a:0,r=e.b!==void 0?e.b:0,i={mode:"okhsl",l:Dl(t)};e.alpha!==void 0&&(i.alpha=e.alpha);let o=Math.sqrt(n*n+r*r);if(!o)return i.s=0,i;let[a,s,c]=Sy(t,n/o,r/o),l;if(o<s){let u=0,h=.8*a,d=1-h/s;l=(o-u)/(h+d*(o-u))*.8}else{let u=s,h=.2*s*s*1.25*1.25/a,d=1-h/(c-s);l=.8+.2*((o-u)/(h+d*(o-u)))}return l&&(i.s=l,i.h=Dt(Math.atan2(r,n)*180/Math.PI)),i}function Ey(e){let t=e.h!==void 0?e.h:0,n=e.s!==void 0?e.s:0,r=e.l!==void 0?e.l:0;const i={mode:"oklab",l:Sa(r)};if(e.alpha!==void 0&&(i.alpha=e.alpha),!n||r===1)return i.a=i.b=0,i;let o=Math.cos(t/180*Math.PI),a=Math.sin(t/180*Math.PI),[s,c,l]=Sy(i.l,o,a),u,h,d,f;n<.8?(u=1.25*n,h=0,d=.8*s,f=1-d/c):(u=5*(n-.8),h=c,d=.2*c*c*1.25*1.25/s,f=1-d/(l-c));let g=h+u*d/(1-f*u);return i.a=g*o,i.b=g*a,i}const ME=Kt(At({},oy),{mode:"okhsl",channels:["h","s","l","alpha"],parse:["--okhsl"],serialize:"--okhsl",fromMode:{oklab:My,rgb:e=>My(Ca(e))},toMode:{oklab:Ey,rgb:e=>Oa(Ey(e))}});function Iy(e){let t=e.l!==void 0?e.l:0,n=e.a!==void 0?e.a:0,r=e.b!==void 0?e.b:0,i=Math.sqrt(n*n+r*r),o=i?n/i:1,a=i?r/i:1,[s,c]=ql(o,a),l=.5,u=1-l/s,h=c/(i+t*c),d=h*t,f=h*i,g=Sa(d),y=f*g/d,m=Ui({l:g,a:o*y,b:a*y}),v=Math.cbrt(1/Math.max(m.r,m.g,m.b,0));t=t/v,i=i/v*Dl(t)/t,t=Dl(t);const b={mode:"okhsv",s:i?(l+c)*f/(c*l+c*u*f):0,v:t?t/d:0};return b.s&&(b.h=Dt(Math.atan2(r,n)*180/Math.PI)),e.alpha!==void 0&&(b.alpha=e.alpha),b}function Ay(e){const t={mode:"oklab"};e.alpha!==void 0&&(t.alpha=e.alpha);const n=e.h!==void 0?e.h:0,r=e.s!==void 0?e.s:0,i=e.v!==void 0?e.v:0,o=Math.cos(n/180*Math.PI),a=Math.sin(n/180*Math.PI),[s,c]=ql(o,a),l=.5,u=1-l/s,h=1-r*l/(l+c-c*u*r),d=r*c*l/(l+c-c*u*r),f=Sa(h),g=d*f/h,y=Ui({l:f,a:o*g,b:a*g}),m=Math.cbrt(1/Math.max(y.r,y.g,y.b,0)),v=Sa(i*h),b=d*v/h;return t.l=v*m,t.a=b*o*m,t.b=b*a*m,t}const EE=Kt(At({},cy),{mode:"okhsv",channels:["h","s","v","alpha"],parse:["--okhsv"],serialize:"--okhsv",fromMode:{oklab:Iy,rgb:e=>Iy(Ca(e))},toMode:{oklab:Ay,rgb:e=>Oa(Ay(e))}});function IE(e,t){if(!t||t[0]!=="oklab")return;const n={mode:"oklab"},[,r,i,o,a]=t;if(!(r.type===fe.Hue||i.type===fe.Hue||o.type===fe.Hue))return r.type!==fe.None&&(n.l=Math.min(Math.max(0,r.type===fe.Number?r.value:r.value/100),1)),i.type!==fe.None&&(n.a=i.type===fe.Number?i.value:i.value*.4/100),o.type!==fe.None&&(n.b=o.type===fe.Number?o.value:o.value*.4/100),a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const AE=Kt(At({},Rl),{mode:"oklab",toMode:{lrgb:Ui,rgb:Oa},fromMode:{lrgb:Oy,rgb:Ca},ranges:{l:[0,1],a:[-.4,.4],b:[-.4,.4]},parse:[IE],serialize:e=>`oklab(${e.l!==void 0?e.l:"none"} ${e.a!==void 0?e.a:"none"} ${e.b!==void 0?e.b:"none"}${e.alpha<1?` / ${e.alpha}`:""})`});function TE(e,t){if(!t||t[0]!=="oklch")return;const n={mode:"oklch"},[,r,i,o,a]=t;if(r.type!==fe.None){if(r.type===fe.Hue)return;n.l=Math.min(Math.max(0,r.type===fe.Number?r.value:r.value/100),1)}if(i.type!==fe.None&&(n.c=Math.max(0,i.type===fe.Number?i.value:i.value*.4/100)),o.type!==fe.None){if(o.type===fe.Percentage)return;n.h=o.value}return a.type!==fe.None&&(n.alpha=Math.min(1,Math.max(0,a.type===fe.Number?a.value:a.value/100))),n}const Ty=Kt(At({},Ll),{mode:"oklch",toMode:{oklab:e=>nr(e,"oklab"),rgb:e=>Oa(nr(e,"oklab"))},fromMode:{rgb:e=>tr(Ca(e),"oklch"),oklab:e=>tr(e,"oklch")},parse:[TE],serialize:e=>`oklch(${e.l!==void 0?e.l:"none"} ${e.c!==void 0?e.c:"none"} ${e.h!==void 0?e.h:"none"}${e.alpha<1?` / ${e.alpha}`:""})`,ranges:{l:[0,1],c:[0,.4],h:[0,360]}}),ky=e=>{let{r:t,g:n,b:r,alpha:i}=ii(e),o={mode:"xyz65",x:.486570948648216*t+.265667693169093*n+.1982172852343625*r,y:.2289745640697487*t+.6917385218365062*n+.079286914093745*r,z:0*t+.0451133818589026*n+1.043944368900976*r};return i!==void 0&&(o.alpha=i),o},Ry=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i=oi({r:e*2.4934969119414263-t*.9313836179191242-.402710784450717*n,g:e*-.8294889695615749+t*1.7626640603183465+.0236246858419436*n,b:e*.0358458302437845-t*.0761723892680418+.9568845240076871*n},"p3");return r!==void 0&&(i.alpha=r),i},kE=Kt(At({},ri),{mode:"p3",parse:["display-p3"],serialize:"display-p3",fromMode:{rgb:e=>Ry(yr(e)),xyz65:Ry},toMode:{rgb:e=>vr(ky(e)),xyz65:ky}}),jl=e=>{let t=Math.abs(e);return t>=1/512?Math.sign(e)*Math.pow(t,1/1.8):16*e},Ly=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"prophoto",r:jl(e*1.3457868816471585-t*.2555720873797946-.0511018649755453*n),g:jl(e*-.5446307051249019+t*1.5082477428451466+.0205274474364214*n),b:jl(e*0+t*0+1.2119675456389452*n)};return r!==void 0&&(i.alpha=r),i},Fl=(e=0)=>{let t=Math.abs(e);return t>=16/512?Math.sign(e)*Math.pow(t,1.8):e/16},zy=e=>{let t=Fl(e.r),n=Fl(e.g),r=Fl(e.b),i={mode:"xyz50",x:.7977666449006423*t+.1351812974005331*n+.0313477341283922*r,y:.2880748288194013*t+.7118352342418731*n+899369387256e-16*r,z:0*t+0*n+.8251046025104602*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},RE=Kt(At({},ri),{mode:"prophoto",parse:["prophoto-rgb"],serialize:"prophoto-rgb",fromMode:{xyz50:Ly,rgb:e=>Ly(Xi(e))},toMode:{xyz50:zy,rgb:e=>Yi(zy(e))}}),Ny=1.09929682680944,LE=.018053968510807,Bl=e=>{const t=Math.abs(e);return t>LE?(Math.sign(e)||1)*(Ny*Math.pow(t,.45)-(Ny-1)):4.5*e},Dy=({x:e,y:t,z:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);let i={mode:"rec2020",r:Bl(e*1.7166511879712683-t*.3556707837763925-.2533662813736599*n),g:Bl(e*-.6666843518324893+t*1.6164812366349395+.0157685458139111*n),b:Bl(e*.0176398574453108-t*.0427706132578085+.9421031212354739*n)};return r!==void 0&&(i.alpha=r),i},Hy=1.09929682680944,zE=.018053968510807,Wl=(e=0)=>{let t=Math.abs(e);return t<zE*4.5?e/4.5:(Math.sign(e)||1)*Math.pow((t+Hy-1)/Hy,1/.45)},qy=e=>{let t=Wl(e.r),n=Wl(e.g),r=Wl(e.b),i={mode:"xyz65",x:.6369580483012911*t+.1446169035862083*n+.1688809751641721*r,y:.262700212011267*t+.6779980715188708*n+.059301716469862*r,z:0*t+.0280726930490874*n+1.0609850577107909*r};return e.alpha!==void 0&&(i.alpha=e.alpha),i},NE=Kt(At({},ri),{mode:"rec2020",fromMode:{xyz65:Dy,rgb:e=>Dy(yr(e))},toMode:{xyz65:qy,rgb:e=>vr(qy(e))},parse:["rec2020"],serialize:"rec2020"}),br=.0037930732552754493,jy=Math.cbrt(br),Gl=e=>Math.cbrt(e)-jy,DE=e=>{const{r:t,g:n,b:r,alpha:i}=ii(e),o=Gl(.3*t+.622*n+.078*r+br),a=Gl(.23*t+.692*n+.078*r+br),s=Gl(.2434226892454782*t+.2047674442449682*n+.5518098665095535*r+br),c={mode:"xyb",x:(o-a)/2,y:(o+a)/2,b:s-(o+a)/2};return i!==void 0&&(c.alpha=i),c},Vl=e=>Math.pow(e+jy,3),HE={mode:"xyb",channels:["x","y","b","alpha"],parse:["--xyb"],serialize:"--xyb",toMode:{rgb:({x:e,y:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i=Vl(e+t)-br,o=Vl(t-e)-br,a=Vl(n+t)-br,s=oi({r:11.031566904639861*i-9.866943908131562*o-.16462299650829934*a,g:-3.2541473810744237*i+4.418770377582723*o-.16462299650829934*a,b:-3.6588512867136815*i+2.7129230459360922*o+1.9459282407775895*a});return r!==void 0&&(s.alpha=r),s}},fromMode:{rgb:DE},ranges:{x:[-.0154,.0281],y:[0,.8453],b:[-.2778,.388]},interpolate:{x:_e,y:_e,b:_e,alpha:{use:_e,fixup:Tt}}},qE={mode:"xyz50",parse:["xyz-d50"],serialize:"xyz-d50",toMode:{rgb:Yi,lab:kl},fromMode:{rgb:Xi,lab:Al},channels:["x","y","z","alpha"],ranges:{x:[0,.964],y:[0,.999],z:[0,.825]},interpolate:{x:_e,y:_e,z:_e,alpha:{use:_e,fixup:Tt}}},jE={mode:"xyz65",toMode:{rgb:vr,xyz50:e=>{let{x:t,y:n,z:r,alpha:i}=e;t===void 0&&(t=0),n===void 0&&(n=0),r===void 0&&(r=0);let o={mode:"xyz50",x:1.0479298208405488*t+.0229467933410191*n-.0501922295431356*r,y:.0296278156881593*t+.990434484573249*n-.0170738250293851*r,z:-.0092430581525912*t+.0150551448965779*n+.7518742899580008*r};return i!==void 0&&(o.alpha=i),o}},fromMode:{rgb:yr,xyz50:e=>{let{x:t,y:n,z:r,alpha:i}=e;t===void 0&&(t=0),n===void 0&&(n=0),r===void 0&&(r=0);let o={mode:"xyz65",x:.9554734527042182*t-.0230985368742614*n+.0632593086610217*r,y:-.0283697069632081*t+1.0099954580058226*n+.021041398966943*r,z:.0123140016883199*t-.0205076964334779*n+1.3303659366080753*r};return i!==void 0&&(o.alpha=i),o}},ranges:{x:[0,.95],y:[0,1],z:[0,1.088]},channels:["x","y","z","alpha"],parse:["xyz","xyz-d65"],serialize:"xyz-d65",interpolate:{x:_e,y:_e,z:_e,alpha:{use:_e,fixup:Tt}}},FE={mode:"yiq",toMode:{rgb:({y:e,i:t,q:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i={mode:"rgb",r:e+.95608445*t+.6208885*n,g:e-.27137664*t-.6486059*n,b:e-1.10561724*t+1.70250126*n};return r!==void 0&&(i.alpha=r),i}},fromMode:{rgb:({r:e,g:t,b:n,alpha:r})=>{e===void 0&&(e=0),t===void 0&&(t=0),n===void 0&&(n=0);const i={mode:"yiq",y:.29889531*e+.58662247*t+.11448223*n,i:.59597799*e-.2741761*t-.32180189*n,q:.21147017*e-.52261711*t+.31114694*n};return r!==void 0&&(i.alpha=r),i}},channels:["y","i","q","alpha"],parse:["--yiq"],serialize:"--yiq",ranges:{i:[-.595,.595],q:[-.522,.522]},interpolate:{y:_e,i:_e,q:_e,alpha:{use:_e,fixup:Tt}}},BE=e=>Math.max(0,Math.min(1,e||0)),Ma=e=>Math.round(BE(e)*255),Fy=ul("rgb"),By=e=>{if(e===void 0)return;let t=Ma(e.r),n=Ma(e.g),r=Ma(e.b);return"#"+(1<<24|t<<16|n<<8|r).toString(16).slice(1)},WE=e=>{if(e===void 0)return;let t=Ma(e.alpha!==void 0?e.alpha:1);return By(e)+(256|t).toString(16).slice(1)},Ki=e=>By(Fy(e)),GE=e=>WE(Fy(e));function Yl(e){let t=ul("lrgb")(e);return .2126*t.r+.7152*t.g+.0722*t.b}function Xl(e,t){let n=Yl(e),r=Yl(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}it(NM),it(WM),it(GM),it(VM),it(UM),it(oy),it(cy),it(oE),it(aE),it(uE),it(hE),it(Rl),it(fE),it(Ll),it(gE),it(PE),it($E),it(CE),it(ME),it(EE),it(AE);const Wy=it(Ty);it(kE),it(RE),it(NE),it(ri),it(HE),it(qE),it(jE),it(FE);function _r(e){if(!e)return!1;const t=e.trim().toLowerCase();return!(t==="none"||t==="transparent"||t==="")}function Gy(e){const t=$n(e);return t?Yl(t)<.5:!1}var Vy=typeof global=="object"&&global&&global.Object===Object&&global,VE=typeof self=="object"&&self&&self.Object===Object&&self,Cn=Vy||VE||Function("return this")(),rr=Cn.Symbol,Yy=Object.prototype,YE=Yy.hasOwnProperty,XE=Yy.toString,Zi=rr?rr.toStringTag:void 0;function UE(e){var t=YE.call(e,Zi),n=e[Zi];try{e[Zi]=void 0;var r=!0}catch(o){}var i=XE.call(e);return r&&(t?e[Zi]=n:delete e[Zi]),i}var KE=Object.prototype,ZE=KE.toString;function QE(e){return ZE.call(e)}var JE="[object Null]",eI="[object Undefined]",Xy=rr?rr.toStringTag:void 0;function xr(e){return e==null?e===void 0?eI:JE:Xy&&Xy in Object(e)?UE(e):QE(e)}function ir(e){return e!=null&&typeof e=="object"}var tI="[object Symbol]";function Ea(e){return typeof e=="symbol"||ir(e)&&xr(e)==tI}function nI(e,t){for(var n=-1,r=e==null?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}var or=Array.isArray,Uy=rr?rr.prototype:void 0,Ky=Uy?Uy.toString:void 0;function Zy(e){if(typeof e=="string")return e;if(or(e))return nI(e,Zy)+"";if(Ea(e))return Ky?Ky.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var rI=/\s/;function iI(e){for(var t=e.length;t--&&rI.test(e.charAt(t)););return t}var oI=/^\s+/;function aI(e){return e&&e.slice(0,iI(e)+1).replace(oI,"")}function On(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Qy=NaN,sI=/^[-+]0x[0-9a-f]+$/i,cI=/^0b[01]+$/i,lI=/^0o[0-7]+$/i,uI=parseInt;function Ul(e){if(typeof e=="number")return e;if(Ea(e))return Qy;if(On(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=On(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=aI(e);var n=cI.test(e);return n||lI.test(e)?uI(e.slice(2),n?2:8):sI.test(e)?Qy:+e}function Jy(e){return e}var hI="[object AsyncFunction]",dI="[object Function]",fI="[object GeneratorFunction]",pI="[object Proxy]";function Kl(e){if(!On(e))return!1;var t=xr(e);return t==dI||t==fI||t==hI||t==pI}var Zl=Cn["__core-js_shared__"],e2=(function(){var e=/[^.]+$/.exec(Zl&&Zl.keys&&Zl.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function gI(e){return!!e2&&e2 in e}var mI=Function.prototype,yI=mI.toString;function wr(e){if(e!=null){try{return yI.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var vI=/[\\^$.*+?()[\]{}|]/g,bI=/^\[object .+?Constructor\]$/,_I=Function.prototype,xI=Object.prototype,wI=_I.toString,PI=xI.hasOwnProperty,$I=RegExp("^"+wI.call(PI).replace(vI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function CI(e){if(!On(e)||gI(e))return!1;var t=Kl(e)?$I:bI;return t.test(wr(e))}function OI(e,t){return e==null?void 0:e[t]}function Pr(e,t){var n=OI(e,t);return CI(n)?n:void 0}var Ql=Pr(Cn,"WeakMap"),t2=Object.create,SI=(function(){function e(){}return function(t){if(!On(t))return{};if(t2)return t2(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}})();function MI(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function EI(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var II=800,AI=16,TI=Date.now;function kI(e){var t=0,n=0;return function(){var r=TI(),i=AI-(r-n);if(n=r,i>0){if(++t>=II)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function RI(e){return function(){return e}}var Ia=(function(){try{var e=Pr(Object,"defineProperty");return e({},"",{}),e}catch(t){}})(),LI=Ia?function(e,t){return Ia(e,"toString",{configurable:!0,enumerable:!1,value:RI(t),writable:!0})}:Jy,zI=kI(LI);function NI(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var DI=9007199254740991,HI=/^(?:0|[1-9]\d*)$/;function n2(e,t){var n=typeof e;return t=t==null?DI:t,!!t&&(n=="number"||n!="symbol"&&HI.test(e))&&e>-1&&e%1==0&&e<t}function Jl(e,t,n){t=="__proto__"&&Ia?Ia(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Aa(e,t){return e===t||e!==e&&t!==t}var qI=Object.prototype,jI=qI.hasOwnProperty;function r2(e,t,n){var r=e[t];(!(jI.call(e,t)&&Aa(r,n))||n===void 0&&!(t in e))&&Jl(e,t,n)}function FI(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=void 0;c===void 0&&(c=e[s]),i?Jl(n,s,c):r2(n,s,c)}return n}var i2=Math.max;function BI(e,t,n){return t=i2(t===void 0?e.length-1:t,0),function(){for(var r=arguments,i=-1,o=i2(r.length-t,0),a=Array(o);++i<o;)a[i]=r[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=r[i];return s[t]=n(a),MI(e,this,s)}}function WI(e,t){return zI(BI(e,t,Jy),e+"")}var GI=9007199254740991;function o2(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=GI}function Ta(e){return e!=null&&o2(e.length)&&!Kl(e)}function VI(e,t,n){if(!On(n))return!1;var r=typeof t;return(r=="number"?Ta(n)&&n2(t,n.length):r=="string"&&t in n)?Aa(n[t],e):!1}function YI(e){return WI(function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(o=e.length>3&&typeof o=="function"?(i--,o):void 0,a&&VI(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),t=Object(t);++r<i;){var s=n[r];s&&e(t,s,r,o)}return t})}var XI=Object.prototype;function eu(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||XI;return e===n}function UI(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var KI="[object Arguments]";function a2(e){return ir(e)&&xr(e)==KI}var s2=Object.prototype,ZI=s2.hasOwnProperty,QI=s2.propertyIsEnumerable,tu=a2((function(){return arguments})())?a2:function(e){return ir(e)&&ZI.call(e,"callee")&&!QI.call(e,"callee")};function JI(){return!1}var c2=typeof V=="object"&&V&&!V.nodeType&&V,l2=c2&&typeof module=="object"&&module&&!module.nodeType&&module,eA=l2&&l2.exports===c2,u2=eA?Cn.Buffer:void 0,tA=u2?u2.isBuffer:void 0,nu=tA||JI,nA="[object Arguments]",rA="[object Array]",iA="[object Boolean]",oA="[object Date]",aA="[object Error]",sA="[object Function]",cA="[object Map]",lA="[object Number]",uA="[object Object]",hA="[object RegExp]",dA="[object Set]",fA="[object String]",pA="[object WeakMap]",gA="[object ArrayBuffer]",mA="[object DataView]",yA="[object Float32Array]",vA="[object Float64Array]",bA="[object Int8Array]",_A="[object Int16Array]",xA="[object Int32Array]",wA="[object Uint8Array]",PA="[object Uint8ClampedArray]",$A="[object Uint16Array]",CA="[object Uint32Array]",gt={};gt[yA]=gt[vA]=gt[bA]=gt[_A]=gt[xA]=gt[wA]=gt[PA]=gt[$A]=gt[CA]=!0,gt[nA]=gt[rA]=gt[gA]=gt[iA]=gt[mA]=gt[oA]=gt[aA]=gt[sA]=gt[cA]=gt[lA]=gt[uA]=gt[hA]=gt[dA]=gt[fA]=gt[pA]=!1;function OA(e){return ir(e)&&o2(e.length)&&!!gt[xr(e)]}function ru(e){return function(t){return e(t)}}var h2=typeof V=="object"&&V&&!V.nodeType&&V,Qi=h2&&typeof module=="object"&&module&&!module.nodeType&&module,SA=Qi&&Qi.exports===h2,iu=SA&&Vy.process,si=(function(){try{var e=Qi&&Qi.require&&Qi.require("util").types;return e||iu&&iu.binding&&iu.binding("util")}catch(t){}})(),d2=si&&si.isTypedArray,f2=d2?ru(d2):OA,MA=Object.prototype,EA=MA.hasOwnProperty;function p2(e,t){var n=or(e),r=!n&&tu(e),i=!n&&!r&&nu(e),o=!n&&!r&&!i&&f2(e),a=n||r||i||o,s=a?UI(e.length,String):[],c=s.length;for(var l in e)(t||EA.call(e,l))&&!(a&&(l=="length"||i&&(l=="offset"||l=="parent")||o&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||n2(l,c)))&&s.push(l);return s}function g2(e,t){return function(n){return e(t(n))}}var IA=g2(Object.keys,Object),AA=Object.prototype,TA=AA.hasOwnProperty;function kA(e){if(!eu(e))return IA(e);var t=[];for(var n in Object(e))TA.call(e,n)&&n!="constructor"&&t.push(n);return t}function RA(e){return Ta(e)?p2(e):kA(e)}function LA(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var zA=Object.prototype,NA=zA.hasOwnProperty;function DA(e){if(!On(e))return LA(e);var t=eu(e),n=[];for(var r in e)r=="constructor"&&(t||!NA.call(e,r))||n.push(r);return n}function m2(e){return Ta(e)?p2(e,!0):DA(e)}var HA=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,qA=/^\w*$/;function jA(e,t){if(or(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Ea(e)?!0:qA.test(e)||!HA.test(e)||t!=null&&e in Object(t)}var Ji=Pr(Object,"create");function FA(){this.__data__=Ji?Ji(null):{},this.size=0}function BA(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var WA="__lodash_hash_undefined__",GA=Object.prototype,VA=GA.hasOwnProperty;function YA(e){var t=this.__data__;if(Ji){var n=t[e];return n===WA?void 0:n}return VA.call(t,e)?t[e]:void 0}var XA=Object.prototype,UA=XA.hasOwnProperty;function KA(e){var t=this.__data__;return Ji?t[e]!==void 0:UA.call(t,e)}var ZA="__lodash_hash_undefined__";function QA(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ji&&t===void 0?ZA:t,this}function $r(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}$r.prototype.clear=FA,$r.prototype.delete=BA,$r.prototype.get=YA,$r.prototype.has=KA,$r.prototype.set=QA;function JA(){this.__data__=[],this.size=0}function ka(e,t){for(var n=e.length;n--;)if(Aa(e[n][0],t))return n;return-1}var eT=Array.prototype,tT=eT.splice;function nT(e){var t=this.__data__,n=ka(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():tT.call(t,n,1),--this.size,!0}function rT(e){var t=this.__data__,n=ka(t,e);return n<0?void 0:t[n][1]}function iT(e){return ka(this.__data__,e)>-1}function oT(e,t){var n=this.__data__,r=ka(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Hn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Hn.prototype.clear=JA,Hn.prototype.delete=nT,Hn.prototype.get=rT,Hn.prototype.has=iT,Hn.prototype.set=oT;var eo=Pr(Cn,"Map");function aT(){this.size=0,this.__data__={hash:new $r,map:new(eo||Hn),string:new $r}}function sT(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Ra(e,t){var n=e.__data__;return sT(t)?n[typeof t=="string"?"string":"hash"]:n.map}function cT(e){var t=Ra(this,e).delete(e);return this.size-=t?1:0,t}function lT(e){return Ra(this,e).get(e)}function uT(e){return Ra(this,e).has(e)}function hT(e,t){var n=Ra(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function ar(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}ar.prototype.clear=aT,ar.prototype.delete=cT,ar.prototype.get=lT,ar.prototype.has=uT,ar.prototype.set=hT;var dT="Expected a function";function ou(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(dT);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(ou.Cache||ar),n}ou.Cache=ar;var fT=500;function pT(e){var t=ou(e,function(r){return n.size===fT&&n.clear(),r}),n=t.cache;return t}var gT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,mT=/\\(\\)?/g,yT=pT(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(gT,function(n,r,i,o){t.push(i?o.replace(mT,"$1"):r||n)}),t});function to(e){return e==null?"":Zy(e)}function vT(e,t){return or(e)?e:jA(e,t)?[e]:yT(to(e))}function bT(e){if(typeof e=="string"||Ea(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function _T(e,t){t=vT(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[bT(t[n++])];return n&&n==r?e:void 0}function y2(e,t,n){var r=e==null?void 0:_T(e,t);return r===void 0?n:r}function xT(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}var v2=g2(Object.getPrototypeOf,Object),wT="[object Object]",PT=Function.prototype,$T=Object.prototype,b2=PT.toString,CT=$T.hasOwnProperty,OT=b2.call(Object);function ST(e){if(!ir(e)||xr(e)!=wT)return!1;var t=v2(e);if(t===null)return!0;var n=CT.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&b2.call(n)==OT}function MT(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=e[r+t];return o}function ET(e,t,n){var r=e.length;return n=n===void 0?r:n,!t&&n>=r?e:MT(e,t,n)}var IT="\\ud800-\\udfff",AT="\\u0300-\\u036f",TT="\\ufe20-\\ufe2f",kT="\\u20d0-\\u20ff",RT=AT+TT+kT,LT="\\ufe0e\\ufe0f",zT="\\u200d",NT=RegExp("["+zT+IT+RT+LT+"]");function _2(e){return NT.test(e)}function DT(e){return e.split("")}var x2="\\ud800-\\udfff",HT="\\u0300-\\u036f",qT="\\ufe20-\\ufe2f",jT="\\u20d0-\\u20ff",FT=HT+qT+jT,BT="\\ufe0e\\ufe0f",WT="["+x2+"]",au="["+FT+"]",su="\\ud83c[\\udffb-\\udfff]",GT="(?:"+au+"|"+su+")",w2="[^"+x2+"]",P2="(?:\\ud83c[\\udde6-\\uddff]){2}",$2="[\\ud800-\\udbff][\\udc00-\\udfff]",VT="\\u200d",C2=GT+"?",O2="["+BT+"]?",YT="(?:"+VT+"(?:"+[w2,P2,$2].join("|")+")"+O2+C2+")*",XT=O2+C2+YT,UT="(?:"+[w2+au+"?",au,P2,$2,WT].join("|")+")",KT=RegExp(su+"(?="+su+")|"+UT+XT,"g");function ZT(e){return e.match(KT)||[]}function QT(e){return _2(e)?ZT(e):DT(e)}function JT(e){return function(t){t=to(t);var n=_2(t)?QT(t):void 0,r=n?n[0]:t.charAt(0),i=n?ET(n,1).join(""):t.slice(1);return r[e]()+i}}var ek=JT("toUpperCase");function tk(e){return ek(to(e).toLowerCase())}function nk(e,t,n,r){for(var i=-1,o=e==null?0:e.length;++i<o;)n=t(n,e[i],i,e);return n}function rk(e){return function(t){return e==null?void 0:e[t]}}var ik={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},ok=rk(ik),ak=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,sk="\\u0300-\\u036f",ck="\\ufe20-\\ufe2f",lk="\\u20d0-\\u20ff",uk=sk+ck+lk,hk="["+uk+"]",dk=RegExp(hk,"g");function fk(e){return e=to(e),e&&e.replace(ak,ok).replace(dk,"")}var pk=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function gk(e){return e.match(pk)||[]}var mk=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function yk(e){return mk.test(e)}var S2="\\ud800-\\udfff",vk="\\u0300-\\u036f",bk="\\ufe20-\\ufe2f",_k="\\u20d0-\\u20ff",xk=vk+bk+_k,M2="\\u2700-\\u27bf",E2="a-z\\xdf-\\xf6\\xf8-\\xff",wk="\\xac\\xb1\\xd7\\xf7",Pk="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",$k="\\u2000-\\u206f",Ck=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",I2="A-Z\\xc0-\\xd6\\xd8-\\xde",Ok="\\ufe0e\\ufe0f",A2=wk+Pk+$k+Ck,T2="['’]",k2="["+A2+"]",Sk="["+xk+"]",R2="\\d+",Mk="["+M2+"]",L2="["+E2+"]",z2="[^"+S2+A2+R2+M2+E2+I2+"]",Ek="\\ud83c[\\udffb-\\udfff]",Ik="(?:"+Sk+"|"+Ek+")",Ak="[^"+S2+"]",N2="(?:\\ud83c[\\udde6-\\uddff]){2}",D2="[\\ud800-\\udbff][\\udc00-\\udfff]",ci="["+I2+"]",Tk="\\u200d",H2="(?:"+L2+"|"+z2+")",kk="(?:"+ci+"|"+z2+")",q2="(?:"+T2+"(?:d|ll|m|re|s|t|ve))?",j2="(?:"+T2+"(?:D|LL|M|RE|S|T|VE))?",F2=Ik+"?",B2="["+Ok+"]?",Rk="(?:"+Tk+"(?:"+[Ak,N2,D2].join("|")+")"+B2+F2+")*",Lk="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",zk="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Nk=B2+F2+Rk,Dk="(?:"+[Mk,N2,D2].join("|")+")"+Nk,Hk=RegExp([ci+"?"+L2+"+"+q2+"(?="+[k2,ci,"$"].join("|")+")",kk+"+"+j2+"(?="+[k2,ci+H2,"$"].join("|")+")",ci+"?"+H2+"+"+q2,ci+"+"+j2,zk,Lk,R2,Dk].join("|"),"g");function qk(e){return e.match(Hk)||[]}function jk(e,t,n){return e=to(e),t=t,t===void 0?yk(e)?qk(e):gk(e):e.match(t)||[]}var Fk="['’]",Bk=RegExp(Fk,"g");function W2(e){return function(t){return nk(jk(fk(t).replace(Bk,"")),e,"")}}var Wk=W2(function(e,t,n){return t=t.toLowerCase(),e+(n?tk(t):t)});function Gk(e,t,n){return e===e&&(n!==void 0&&(e=e<=n?e:n),t!==void 0&&(e=e>=t?e:t)),e}function Vk(e,t,n){return n===void 0&&(n=t,t=void 0),n!==void 0&&(n=Ul(n),n=n===n?n:0),t!==void 0&&(t=Ul(t),t=t===t?t:0),Gk(Ul(e),t,n)}function Yk(){this.__data__=new Hn,this.size=0}function Xk(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function Uk(e){return this.__data__.get(e)}function Kk(e){return this.__data__.has(e)}var Zk=200;function Qk(e,t){var n=this.__data__;if(n instanceof Hn){var r=n.__data__;if(!eo||r.length<Zk-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new ar(r)}return n.set(e,t),this.size=n.size,this}function Cr(e){var t=this.__data__=new Hn(e);this.size=t.size}Cr.prototype.clear=Yk,Cr.prototype.delete=Xk,Cr.prototype.get=Uk,Cr.prototype.has=Kk,Cr.prototype.set=Qk;var G2=typeof V=="object"&&V&&!V.nodeType&&V,V2=G2&&typeof module=="object"&&module&&!module.nodeType&&module,Jk=V2&&V2.exports===G2,Y2=Jk?Cn.Buffer:void 0,X2=Y2?Y2.allocUnsafe:void 0;function U2(e,t){if(t)return e.slice();var n=e.length,r=X2?X2(n):new e.constructor(n);return e.copy(r),r}function eR(e,t){for(var n=-1,r=e==null?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}function tR(){return[]}var nR=Object.prototype,rR=nR.propertyIsEnumerable,K2=Object.getOwnPropertySymbols,iR=K2?function(e){return e==null?[]:(e=Object(e),eR(K2(e),function(t){return rR.call(e,t)}))}:tR;function oR(e,t,n){var r=t(e);return or(e)?r:xT(r,n(e))}function aR(e){return oR(e,RA,iR)}var cu=Pr(Cn,"DataView"),lu=Pr(Cn,"Promise"),uu=Pr(Cn,"Set"),Z2="[object Map]",sR="[object Object]",Q2="[object Promise]",J2="[object Set]",ev="[object WeakMap]",tv="[object DataView]",cR=wr(cu),lR=wr(eo),uR=wr(lu),hR=wr(uu),dR=wr(Ql),qn=xr;(cu&&qn(new cu(new ArrayBuffer(1)))!=tv||eo&&qn(new eo)!=Z2||lu&&qn(lu.resolve())!=Q2||uu&&qn(new uu)!=J2||Ql&&qn(new Ql)!=ev)&&(qn=function(e){var t=xr(e),n=t==sR?e.constructor:void 0,r=n?wr(n):"";if(r)switch(r){case cR:return tv;case lR:return Z2;case uR:return Q2;case hR:return J2;case dR:return ev}return t});var fR=Object.prototype,pR=fR.hasOwnProperty;function gR(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&pR.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var nv=Cn.Uint8Array;function hu(e){var t=new e.constructor(e.byteLength);return new nv(t).set(new nv(e)),t}function mR(e,t){var n=hu(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var yR=/\w*$/;function vR(e){var t=new e.constructor(e.source,yR.exec(e));return t.lastIndex=e.lastIndex,t}var rv=rr?rr.prototype:void 0,iv=rv?rv.valueOf:void 0;function bR(e){return iv?Object(iv.call(e)):{}}function ov(e,t){var n=t?hu(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var _R="[object Boolean]",xR="[object Date]",wR="[object Map]",PR="[object Number]",$R="[object RegExp]",CR="[object Set]",OR="[object String]",SR="[object Symbol]",MR="[object ArrayBuffer]",ER="[object DataView]",IR="[object Float32Array]",AR="[object Float64Array]",TR="[object Int8Array]",kR="[object Int16Array]",RR="[object Int32Array]",LR="[object Uint8Array]",zR="[object Uint8ClampedArray]",NR="[object Uint16Array]",DR="[object Uint32Array]";function HR(e,t,n){var r=e.constructor;switch(t){case MR:return hu(e);case _R:case xR:return new r(+e);case ER:return mR(e);case IR:case AR:case TR:case kR:case RR:case LR:case zR:case NR:case DR:return ov(e,n);case wR:return new r;case PR:case OR:return new r(e);case $R:return vR(e);case CR:return new r;case SR:return bR(e)}}function av(e){return typeof e.constructor=="function"&&!eu(e)?SI(v2(e)):{}}var qR="[object Map]";function jR(e){return ir(e)&&qn(e)==qR}var sv=si&&si.isMap,FR=sv?ru(sv):jR,BR="[object Set]";function WR(e){return ir(e)&&qn(e)==BR}var cv=si&&si.isSet,GR=cv?ru(cv):WR,VR=1,lv="[object Arguments]",YR="[object Array]",XR="[object Boolean]",UR="[object Date]",KR="[object Error]",uv="[object Function]",ZR="[object GeneratorFunction]",QR="[object Map]",JR="[object Number]",hv="[object Object]",eL="[object RegExp]",tL="[object Set]",nL="[object String]",rL="[object Symbol]",iL="[object WeakMap]",oL="[object ArrayBuffer]",aL="[object DataView]",sL="[object Float32Array]",cL="[object Float64Array]",lL="[object Int8Array]",uL="[object Int16Array]",hL="[object Int32Array]",dL="[object Uint8Array]",fL="[object Uint8ClampedArray]",pL="[object Uint16Array]",gL="[object Uint32Array]",dt={};dt[lv]=dt[YR]=dt[oL]=dt[aL]=dt[XR]=dt[UR]=dt[sL]=dt[cL]=dt[lL]=dt[uL]=dt[hL]=dt[QR]=dt[JR]=dt[hv]=dt[eL]=dt[tL]=dt[nL]=dt[rL]=dt[dL]=dt[fL]=dt[pL]=dt[gL]=!0,dt[KR]=dt[uv]=dt[iL]=!1;function La(e,t,n,r,i,o){var a,s=t&VR;if(a!==void 0)return a;if(!On(e))return e;var c=or(e);if(c)a=gR(e);else{var l=qn(e),u=l==uv||l==ZR;if(nu(e))return U2(e,s);if(l==hv||l==lv||u&&!i)a=u?{}:av(e);else{if(!dt[l])return i?e:{};a=HR(e,l,s)}}o||(o=new Cr);var h=o.get(e);if(h)return h;o.set(e,a),GR(e)?e.forEach(function(g){a.add(La(g,t,n,g,e,o))}):FR(e)&&e.forEach(function(g,y){a.set(y,La(g,t,n,y,e,o))});var d=aR,f=c?void 0:d(e);return NI(f||e,function(g,y){f&&(y=g,g=e[y]),r2(a,y,La(g,t,n,y,e,o))}),a}var mL=1,yL=4;function dv(e){return La(e,mL|yL)}function vL(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var c=a[++i];if(n(o[c],c,o)===!1)break}return t}}var bL=vL();function du(e,t,n){(n!==void 0&&!Aa(e[t],n)||n===void 0&&!(t in e))&&Jl(e,t,n)}function _L(e){return ir(e)&&Ta(e)}function fu(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function xL(e){return FI(e,m2(e))}function wL(e,t,n,r,i,o,a){var s=fu(e,n),c=fu(t,n),l=a.get(c);if(l){du(e,n,l);return}var u=o?o(s,c,n+"",e,t,a):void 0,h=u===void 0;if(h){var d=or(c),f=!d&&nu(c),g=!d&&!f&&f2(c);u=c,d||f||g?or(s)?u=s:_L(s)?u=EI(s):f?(h=!1,u=U2(c,!0)):g?(h=!1,u=ov(c,!0)):u=[]:ST(c)||tu(c)?(u=s,tu(s)?u=xL(s):(!On(s)||Kl(s))&&(u=av(c))):h=!1}h&&(a.set(c,u),i(u,c,r,o,a),a.delete(c)),du(e,n,u)}function fv(e,t,n,r,i){e!==t&&bL(t,function(o,a){if(i||(i=new Cr),On(o))wL(e,t,a,n,fv,r,i);else{var s=r?r(fu(e,a),o,a+"",e,t,i):void 0;s===void 0&&(s=o),du(e,a,s)}},m2)}var PL=W2(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),pv=YI(function(e,t,n){fv(e,t,n)});function no(e,t){if(t.length===0)return{};const n=Array.isArray(e)?e[t[0]]:e.items[t[0]];if(t.length===1)return n;const r=t.slice(1).map(i=>`children[${i}]`).join(".");return y2(n,r)}function gv(e){const{structure:t,item:n,items:r}=e;return!(!t||!n||r.some(i=>!i))}const $L=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","-apple-system","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]);function Or(e){const t=[];let n="",r=null;const i=()=>{const o=n.trim();o&&t.push(o),n=""};for(let o=0;o<e.length;o+=1){const a=e[o];if(r){n+=a,a===r&&(r=null);continue}if(a==='"'||a==="'"){r=a,n+=a;continue}if(a===","){i();continue}n+=a}return i(),t}function mv(e){const t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):t}function CL(e){const t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")}function OL(e){return/^\d/.test(e)||/\s/.test(e)}function SL(e){const t=e.trim();if(!t||CL(t)||$L.has(t.toLowerCase())||!OL(t))return t;const n=t.includes('"')&&!t.includes("'")?"'":'"';return`${n}${t}${n}`}function li(e){const t=Or(e);return t.length?t.length===1?mv(t[0]):t.map(n=>mv(n)).join(", "):""}function Sr(e){const t=Or(e);return t.length?t.map(n=>SL(n)).join(", "):e.trim()}const ML={100:"thin",hairline:"thin",thin:"thin",200:"extralight",ultralight:"extralight",extralight:"extralight",300:"light",light:"light",400:"regular",normal:"regular",regular:"regular",500:"medium",medium:"medium",600:"semibold",demibold:"semibold",semibold:"semibold",700:"bold",bold:"bold",800:"extrabold",ultrabold:"extrabold",extrabold:"extrabold",900:"black",heavy:"black",black:"black",950:"extrablack",ultrablack:"extrablack",extrablack:"extrablack"};function yv(e){const t=String(e).toLowerCase();return ML[t]||"regular"}const ro=new Map,pu=new Map;let EL="sans-serif";function IL(e){return ro.has(e)?e:pu.get(e)||e}const AL={fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",unitsPerEm:2048,metrics:{ascender:2189,descender:-555,lineGap:0},glyphs:{'"':727,"%":1821,"'":391,"(":682,")":682,"*":797,"+":1196,"-":682,"<":1196,"=":1196,">":1196,"@":2079,C:1479,D:1479,F:1251,G:1593,H:1479,J:1024,M:1706,N:1479,O:1593,Q:1593,R:1479,T:1251,U:1479,W:1933,Z:1251,"^":961,_:1024,"`":682,c:1024,i:455,j:455,k:1024,l:455,m:1706,r:682,s:1024,v:1024,w:1479,x:1024,y:1024,z:1024,"{":684,"|":532,"}":684,"~":1196},glyphsByWidth:{569:" !,./:;I[\\]ft",1139:"#$0123456789?Labdeghnopqu",1366:"&ABEKPSVXY"},defaultWidth:1139};function vv(e){if(e===void 0||e==="normal")return"400";if(e==="bold")return"700";const t={thin:"100",hairline:"100","extra-light":"200","ultra-light":"200",light:"300",regular:"400",normal:"400",medium:"500","semi-bold":"600",semibold:"600","demi-bold":"600",demibold:"600","extra-bold":"800",extrabold:"800","ultra-bold":"800",ultrabold:"800",black:"900",heavy:"900","extra-black":"950",extrablack:"950","ultra-black":"950",ultrablack:"950",bolder:"900",lighter:"300"};if(typeof e=="string"){const n=e.toLowerCase();return t[n]||e}return String(e)}function bv(e){return e||"normal"}function TL(e){const t=e.fontFamily,n=vv(e.fontWeight),r=bv(e.fontStyle);if(e.aliases)for(const a of e.aliases)pu.has(a)||pu.set(a,t);if(e.glyphsByWidth){const a=At({},e.glyphs||{});for(const[s,c]of Object.entries(e.glyphsByWidth))if(typeof c=="string"){const l=Number(s);for(const u of c)a[u]=l}else a[s]=c;e=Kt(At({},e),{glyphs:a,glyphsByWidth:void 0})}ro.has(t)||ro.set(t,new Map);const i=ro.get(t);i.has(n)||i.set(n,new Map),i.get(n).set(r,e)}function kL(e,t,n){const r=IL(e||EL),i=vv(t),o=bv(n),a=ro.get(r);if(!a)return console.warn(`Font family "${r}" not registered, using fallback font data`),AL;let s=a.get(i);if(s){let l=s.get(o);if(l||o!=="normal"&&(l=s.get("normal"),l))return l;const u=s.values().next().value;if(u)return u}if(s=a.get("400"),s){let l=s.get(o);if(l||o!=="normal"&&(l=s.get("normal"),l))return l;const u=s.values().next().value;if(u)return u}const c=a.values().next().value;if(c){const l=c.values().next().value;if(l)return l}throw new Error(`No font data found for family "${r}" with weight "${i}" and style "${o}"`)}function RL(e,t){if(!t||t==="none")return e;switch(t){case"uppercase":return e.toUpperCase();case"lowercase":return e.toLowerCase();case"capitalize":return e.split(" ").map(n=>n.length===0?n:n[0].toUpperCase()+n.slice(1).toLowerCase()).join(" ");default:return e}}function _v(e){if(e===void 0)return 14;if(typeof e=="number")return e;const t=parseFloat(e);return isNaN(t)?16:t}function LL(e,t){const n=_v(e.fontSize),r=e.lineHeight;if(r===void 0){const{ascender:i,descender:o,lineGap:a=0}=t.metrics;return(i-o+a)/t.unitsPerEm*n}return typeof r=="number"?r*n:r.type==="pixel"?r.value:r.type==="percent"?r.value/100*n:n}function zL(e,t={}){var d;const n=RL(e,t.textTransform),r=kL(t.fontFamily,t.fontWeight,t.fontStyle),i=_v(t.fontSize),o=t.letterSpacing||0,a=t.wordSpacing||0;let s=0;const c=Array.from(n);for(let f=0;f<c.length;f++){const g=c[f],y=f<c.length-1?c[f+1]:void 0;let m=(d=r.glyphs)==null?void 0:d[g];m===void 0&&(m=r.defaultWidth||r.unitsPerEm/2);const v=m/r.unitsPerEm*i;if(s+=v,y&&r.kerning){const b=g+y,_=r.kerning[b];_!==void 0&&(s+=_/r.unitsPerEm*i)}f<c.length-1&&(s+=o),g===" "&&(s+=a)}const l=LL(t,r),{ascender:u}=r.metrics,h=u/r.unitsPerEm*i;return{width:s,height:l,baseline:h}}const NL={fontFamily:"Alibaba PuHuiTi",aliases:["AlibabaPuHuiTi","AlibabaPuHuiTi-Regular"],fontWeight:400,fontStyle:"normal",unitsPerEm:1e3,metrics:{ascender:1060,descender:-340,lineGap:0},glyphs:{" ":257,"!":361,'"':405,"#":600,"%":821,"&":640,"'":253,"(":359,")":359,"*":430,",":302,"-":440,".":302,"/":500,":":378,";":378,"?":431,"@":860,B:620,C:599,D:699,F:527,G:685,H:708,J:271,K:614,L:507,M:830,N:737,P:597,R:614,S:566,T:528,V:617,W:898,X:624,Y:594,Z:626,"[":294,"\\":510,"]":294,_:500,"`":346,b:635,c:497,d:635,f:349,g:636,k:518,l:286,m:921,p:635,q:636,r:379,s:479,t:337,v:526,w:828,x:516,y:527,z:506,"{":299,"|":183,"}":299," ":257,"¡":357,"¦":183,"§":479,"¨":346,"©":806,ª:483,"«":511,"":440,"®":404,"¯":346,"°":363,"´":346,"¶":593,"·":357,"¸":346,º:445,"»":511,"¼":902,"½":914,"¾":902,"¿":431,Æ:889,Ç:599,Ð:719,Ñ:737,Ý:594,Þ:597,ß:610,æ:926,ç:497,ý:527,þ:635,ÿ:527,Ć:599,ć:497,Ĉ:599,ĉ:497,Ċ:599,ċ:497,Č:599,č:497,Ď:699,ď:640,Đ:719,đ:635,Ĝ:685,ĝ:636,Ğ:685,ğ:636,Ġ:685,ġ:636,Ģ:685,ģ:636,Ĥ:708,Ħ:708,IJ:545,ij:536,Ĵ:271,Ķ:614,ķ:518,ĸ:518,Ĺ:507,ĺ:286,Ļ:507,ļ:286,Ľ:507,ľ:290,Ŀ:507,ŀ:291,Ł:507,ł:286,Ń:737,Ņ:737,Ň:737,ʼn:669,Ŋ:737,Œ:987,œ:917,Ŕ:614,ŕ:379,Ŗ:614,ŗ:379,Ř:614,ř:379,Ś:566,ś:479,Ŝ:566,ŝ:479,Ş:566,ş:479,Š:566,š:479,Ţ:528,ţ:337,Ť:528,ť:340,Ŧ:528,ŧ:337,Ŵ:898,ŵ:828,Ŷ:594,ŷ:527,Ÿ:594,Ź:626,ź:506,Ż:626,ż:506,Ž:626,ž:506,ſ:310,Ə:719,ǎ:608,ǐ:265,ǒ:614,ǔ:609,ǖ:609,ǘ:609,ǚ:609,ǜ:609,Ǽ:889,ǽ:926,Ș:566,ș:479,Ț:528,ț:337,"ʹ":255,"͵":255,";":378,"΄":346,"΅":346,Ά:670,"·":357,Έ:628,Ή:779,Ί:346,Ό:765,Ύ:726,Ώ:765,ΐ:312,Β:620,Γ:507,Ζ:626,Η:708,Κ:614,Λ:617,Μ:830,Ν:737,Π:708,Ρ:597,Σ:596,Τ:528,Υ:594,Φ:831,Χ:624,Ψ:804,Ϋ:594,έ:509,ή:643,ί:312,ΰ:593,β:610,γ:526,ε:509,ζ:465,η:643,θ:638,ι:312,κ:518,λ:514,ν:526,ξ:465,π:616,ρ:619,ς:497,σ:639,τ:437,υ:593,φ:774,χ:509,ψ:745,ω:782,ϊ:312,ϋ:593,ύ:593,ώ:782,"‐":440,"‑":440,"–":495,"—":684,"―":684,"‗":500,"‘":270,"’":270,"‚":270,"‛":270,"“":784,"”":784,"„":468,"†":500,"‡":500,"•":308,"…":1085,"‰":1174,"′":256,"″":472,"‴":689,"‵":256,"‶":472,"‷":689,"‹":312,"›":312,"‼":589,"‽":433,"‾":500,"⁄":120,"⁺":407,"⁻":407,"⁼":407,"⁽":225,"⁾":225,ⁿ:486,"₊":407,"₋":407,"₌":407,"₍":225,"₎":225,"ₙ":486,"₡":599,"₣":527,"₤":600,"₥":921,"₦":625,"₨":1093,"₩":769,"₪":754,"₫":635,"₭":614,"₮":528,"₯":1288,"₰":950,"₲":685,"₴":576,"₵":599,"₶":576,"₷":700,"₸":528,"₻":750,"₼":683,"₾":577,"₿":620,"℃":915,"℅":825,"℉":868,ℓ:385,"№":1176,"℗":806,"℡":1022,"™":903,"℮":903,"⅛":930,"⅜":931,"⅝":931,"⅞":871,"Ⅶ":1166,"∂":587,"∈":663,"∏":708,"∑":596,"√":604,"∞":679,"∧":617,"∫":531,"∮":654,"≈":600,"≒":662,"◊":600," ":0,"〞":472},glyphsByWidth:{268:"ijìíîïĩīĭįıĵȷ",274:"IÌÍÎÏĨĪĬĮİΙΪ",406:"²³¹⁰⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉",552:"+<=>^~¬±×÷−∕∙≠≤≥≦≧≮≯",556:"EÈÉÊËĒĔĖĘĚΕΞ",575:"$0123456789¢£¤¥ƒ₢₧€₱₹₺₽",578:"eèéêëēĕėęě",612:"aàáâãäåāăąǻ",613:"uµùúûüũūŭůűųάαμ∨",618:"hnoðñòóôõöøĥħńņňŋōŏőǿδοό",667:"AÀÁÂÃÄÅĀĂĄǺΑΔ₳∆",701:"UÙÚÛÜŨŪŬŮŰŲ",743:"OQÒÓÔÕÖØŌŎŐǾΘΟΩΩ",1e3:"─━│┃┄┅┆┇┈┉┊┋┌┍┎┏┐┑┒┓└┕┖┗┘┙┚┛├┝┞┟┠┡┢┣┤┥┦┧┨┩┪┫┬┭┮┯┰┱┲┳┴┵┶┷┸┹┺┻┼┽┾┿╀╁╂╃╄╅╆╇╈╉╊╋═║╒╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡╢╣╤╥╦╧╨╩╪╫╬╭╮╯╰╱╲╳▁▂▃▄▅▆▇█▉▊▋▌▍▎▏▓▔▕■□▲△▼▽◆◇○◎●◢◣◤◥★☆☉♀♂〾"},defaultWidth:984,kerning:{'""':-56,"\"'":-57,'",':-179,'".':-179,"'\"":-56,"''":-57,"',":-179,"'.":-179,"(j":60,',"':-160,",'":-160,",1":-140,",7":-41,",9":-39,'."':-160,".'":-160,".1":-140,".7":-41,".9":-39,"//":-120,"1,":-99,"1.":-99,"1:":-99,"1;":-99,"7,":-160,"7.":-160,"7:":-99,"7;":-99,":1":-79,":7":-59,";1":-79,";7":-59,'A"':-100,"A'":-100,AC:-20,AG:-20,AO:-20,AQ:-20,AT:-80,AU:-10,AV:-70,AW:-39,AY:-81,Af:-20,Al:-10,At:-20,Av:-20,Ay:-20,BC:-10,BG:-10,BO:-10,BQ:-10,BT:-40,BV:-20,BX:-20,BY:-21,"D,":-59,"D.":-59,DA:-20,DT:-36,DV:-30,DW:-19,DX:-20,DY:-40,DZ:-20,Da:-39,Ej:19,"F,":-159,"F.":-159,FA:-40,Fa:-59,Fh:1,Fk:1,GV:-11,GY:-21,JJ:7,KA:-19,KC:-20,KG:-20,KO:-20,KQ:-20,KT:-19,KU:-39,KV:-39,KW:-39,KY:-40,Kc:-39,Kd:-39,Ke:-39,Kg:-39,Kl:-39,Ko:-39,Kq:-39,Ks:-19,Kt:-10,Ku:-40,Kv:-60,Kw:-40,Ky:-60,'L"':-99,"L'":-99,LA:20,LC:-59,LG:-59,LO:-59,LQ:-59,LT:-79,LU:-19,LV:-79,LW:-39,LY:-100,Lv:-41,Lw:-21,Ly:-41,"O,":-59,"O.":-59,OA:-20,OT:-36,OV:-30,OW:-19,OX:-20,OY:-40,OZ:-20,Oa:-39,"P,":-199,"P.":-199,PA:-60,PT:-29,PV:-10,PW:-10,PX:-50,PY:-20,PZ:-39,Pa:-60,"Q,":-59,"Q.":-59,QA:-20,QJ:7,QT:-36,QV:-30,QW:-19,QX:-20,QY:-40,QZ:-20,Qa:-39,RC:-15,RG:-15,RO:-15,RQ:-15,RT:-40,RU:-10,RV:-21,RW:-10,RX:-29,RY:-41,Rc:-20,Rd:-20,Re:-20,Rg:-20,Ro:-20,Rq:-20,Rt:-20,Ru:-10,Rv:-10,Rx:20,Ry:-10,"S,":-20,"S.":-20,SS:-1,ST:-1,SV:-21,SW:-10,SY:-21,St:-1,Sv:-20,Sw:-10,Sx:-1,Sy:-20,'T"':2,"T'":2,"T,":-154,"T.":-154,TA:-80,TC:-20,TG:-20,TO:-20,TQ:-20,TS:-1,Ta:-80,Tc:-59,Td:-59,Te:-59,Tg:-59,Ti:-20,Tj:-19,Tm:-59,Tn:-59,To:-59,Tp:-58,Tq:-59,Tr:-59,Ts:-60,Tt:20,Tu:-79,Tv:-39,Tw:-19,Tx:-39,Ty:-39,Tz:-59,UA:-10,UX:-19,Ux:-1,"V,":-140,"V.":-140,"V:":-41,"V;":-41,VA:-70,VC:-30,VG:-30,VO:-30,VQ:-30,VS:-10,Va:-41,Vc:-21,Vd:-21,Ve:-21,Vg:-21,Vh:1,Vk:1,Vo:-21,Vq:-21,Vs:-21,Vv:-1,Vy:-1,"W,":-79,"W.":-79,"W:":-39,"W;":-39,WA:-40,WC:-19,WG:-19,WO:-19,WQ:-19,Wa:-40,Wc:-20,Wd:-20,We:-20,Wg:-20,Wo:-20,Wq:-20,Ws:-20,XA:-19,XC:-20,XG:-20,XO:-20,XQ:-20,XT:-19,XU:-39,XV:-39,XW:-39,XY:-40,Xc:-39,Xd:-39,Xe:-39,Xg:-39,Xl:-39,Xo:-39,Xq:-39,Xs:-19,Xt:-10,Xu:-40,Xv:-60,Xw:-40,Xy:-60,'Y"':1,"Y'":1,"Y,":-141,"Y.":-141,"Y:":-60,"Y;":-60,YA:-81,YC:-40,YG:-40,YO:-40,YQ:-40,YS:-1,Ya:-101,Yc:-60,Yd:-60,Ye:-60,Yf:-1,Yg:-60,Yh:1,Yi:-19,Yk:1,Ym:-41,Yn:-41,Yo:-60,Yp:-40,Yq:-60,Yr:-41,Ys:-61,Yt:-1,Yu:-40,Yv:-40,Yx:-41,Yy:-40,Yz:-41,ZC:-20,ZG:-20,ZO:-20,ZQ:-20,"[j":80,aT:-60,aV:-21,aY:-61,av:-10,aw:-10,ay:-10,"b,":-40,"b.":-40,bT:-59,bV:-21,bW:-20,bX:-39,bY:-60,bv:-10,bx:-20,by:-10,"e,":-20,"e.":-20,eT:-59,eY:-40,ej:20,'f"':3,"f'":3,"f)":1,"f*":61,"f,":-1,"f.":-1,"f?":40,fT:40,fV:21,fW:21,fX:21,fY:1,"f]":21,fa:-29,fc:-19,fd:-19,fe:-19,ff:1,fg:-39,fh:-19,fi:-19,fj:-19,fk:-19,fl:-19,fo:-19,fq:-19,fs:-19,ft:1,"f}":3,hT:-58,hY:-39,hv:-10,hy:-10,'i"':2,"i'":2,"i)":2,"i?":3,iT:-20,"i]":41,"i}":22,jT:-20,kT:-39,kU:-1,kW:-20,ka:-20,kc:-20,kd:-20,ke:-20,kg:-20,kl:-20,ko:-20,kq:-20,ku:-10,lf:-20,lv:-19,lw:-10,ly:-19,mT:-58,mY:-39,mv:-10,my:-10,nT:-58,nY:-39,nv:-10,ny:-10,"o,":-40,"o.":-40,oT:-59,oV:-21,oW:-20,oX:-39,oY:-60,ov:-10,ox:-20,oy:-10,"p,":-40,"p.":-40,pT:-59,pV:-21,pW:-20,pX:-39,pY:-60,pv:-10,px:-20,py:-10,qT:-19,qY:-19,qj:20,'r"':2,"r'":2,"r,":-90,"r.":-90,ra:-49,rc:-19,rd:-19,re:-19,rf:1,ro:-19,rq:-19,rt:20,sT:-59,sV:-21,sW:-20,sX:-19,sY:-60,sv:-19,sx:-10,sy:-19,tf:1,uT:-40,uY:-19,"v,":-90,"v.":-90,vT:-39,vX:-39,va:-35,vc:-10,vd:-10,ve:-10,vo:-10,vq:-10,"w,":-50,"w.":-50,wT:-19,wX:-39,wa:-30,xT:-39,xU:-1,xW:-20,xa:-20,xc:-20,xd:-20,xe:-20,xg:-20,xl:-20,xo:-20,xq:-20,xu:-10,"y,":-90,"y.":-90,yT:-39,yX:-39,ya:-35,yc:-10,yd:-10,ye:-10,yo:-10,yq:-10,zT:-59,"{h":2,"{j":79,"{k":2}};var DL=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});const ui=new WeakMap;function HL(e){const t=ui.get(e);return t?Array.from(t.values()):[]}function xv(e,t){var n;return(n=ui.get(e))==null?void 0:n.get(t)}function wv(e,t,n){let r=ui.get(e);return r||(r=new Map,ui.set(e,r)),r.set(t,n),n.finally(()=>{const i=ui.get(e);i&&(i.get(t)===n&&i.delete(t),i.size===0&&ui.delete(e))}),n}function qL(e){return DL(this,null,function*(){for(yield Promise.resolve();;){const t=HL(e);if(!t.length)break;yield Promise.allSettled(t),yield Promise.resolve()}})}var jL=Object.defineProperty,Pv=Object.getOwnPropertySymbols,FL=Object.prototype.hasOwnProperty,BL=Object.prototype.propertyIsEnumerable,$v=(e,t,n)=>t in e?jL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,WL=(e,t)=>{for(var n in t||(t={}))FL.call(t,n)&&$v(e,n,t[n]);if(Pv)for(var n of Pv(t))BL.call(t,n)&&$v(e,n,t[n]);return e};const gu=new Map;let mu="Alibaba PuHuiTi";function yu(e){const t=Or(e);for(const n of t){const r=gu.get(li(n));if(r)return r}return null}function vu(){return Array.from(gu.values())}function GL(e){mu=Sr(e)}function Cv(e){const t=WL({},e);return gu.set(t.fontFamily,t),t.fontFamily=Sr(t.fontFamily),t}function Ov(e){const t=Or(e).flatMap(n=>{const r=yu(n);if(!r)return[];const{baseUrl:i,fontWeight:o}=r;return Object.values(o).filter(a=>!!a).map(a=>Yu(i,a))});return Array.from(new Set(t))}function VL(e,t){const n=Or(e);let r=null;for(const a of n)if(r=yu(a),r)break;if(!r)return null;const i=yv(t),o=r.fontWeight[i];return o?Yu(r.baseUrl,o.replace(/\/result.css$/,"")):null}const bu=new WeakMap,io=new WeakMap;function Sv(e,t,n){let r=io.get(e);return r||(r=new Map,io.set(e,r)),r.set(t,n),n.finally(()=>{const i=io.get(e);i&&(i.get(t)===n&&i.delete(t),i.size===0&&io.delete(e))}),n}function YL(e){if(e.getAttribute("data-infographic-font-loaded")==="true")return!0;try{return!!e.sheet}catch(t){return!1}}function XL(e,t,n){var r;const i=(r=io.get(e))==null?void 0:r.get(t);if(i)return i;if(!n||YL(n))return Sv(e,t,Promise.resolve());const o=new Promise(a=>{const s=()=>{n.setAttribute("data-infographic-font-loaded","true"),a()};n.addEventListener("load",s,{once:!0}),n.addEventListener("error",s,{once:!0})});return Sv(e,t,o)}function UL(e,t){const n=e.ownerDocument,r=(n==null?void 0:n.head)||document.head;if(!r)return;bu.has(r)||bu.set(r,new Map);const i=bu.get(r),o=Ov(t);if(!o.length)return;const a=[];o.forEach(s=>{const c=`${t}-${s}`,l=`font:${c}`;if(xv(e,l))return;let u=i.get(c);u||(u=n.createElement("link"),u.id=c,u.rel="stylesheet",u.href=s,a.push(u),i.set(c,u));const h=XL(r,c,u);wv(e,l,h)}),a.length&&r.tagName==="HEAD"&&a.forEach(s=>r.appendChild(s))}function KL(e){if(Vu)return;vu().forEach(n=>UL(e,n.fontFamily))}const oo="https://assets.antv.antgroup.com",hi=e=>`${e}/result.css`;[{fontFamily:"Alibaba PuHuiTi",name:"阿里巴巴普惠体",baseUrl:oo,fontWeight:{regular:hi("AlibabaPuHuiTi-Regular"),bold:hi("AlibabaPuHuiTi-Bold")}},{fontFamily:"Source Han Sans",name:"黑体",baseUrl:oo,fontWeight:{regular:hi("SourceHanSansCN-Regular")}},{fontFamily:"Source Han Serif",name:"宋体",baseUrl:oo,fontWeight:{regular:hi("SourceHanSerifCN-Regular")}},{fontFamily:"LXGW WenKai",name:"楷体",baseUrl:oo,fontWeight:{regular:hi("LXGWWenKai-Regular")}},{fontFamily:"851tegakizatsu",name:"手写体",baseUrl:oo,fontWeight:{regular:hi("851tegakizatsu-Regular")}}].forEach(Cv);const _u=new Map;function xu(e,t){_u.set(e,t)}function Mv(e){return _u.get(e)}function ZL(){return Object.fromEntries(_u)}xu("antv",["#1783FF","#00C9C9","#F0884D","#D580FF","#7863FF","#60C42D","#BD8F24","#FF80CA","#2491B3","#17C76F","#70CAF8"]),xu("spectral",(e,t,n)=>{const r=[["#fc8d59","#ffffbf","#99d594"],["#d7191c","#fdae61","#abdda4","#2b83ba"],["#d7191c","#fdae61","#ffffbf","#abdda4","#2b83ba"],["#d53e4f","#fc8d59","#fee08b","#e6f598","#99d594","#3288bd"],["#d53e4f","#fc8d59","#fee08b","#ffffbf","#e6f598","#99d594","#3288bd"],["#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd"],["#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd"],["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"]],i=Math.min(Math.max(n,3),11);return r[i-3][t%i]});const za=(e=[],t,n)=>{var r;const i=typeof e=="string"?Mv(e)||[]:e,o=(r=t[0])!=null?r:0;if(typeof i=="function"){const a=n?o/n:0;return i(a,o,n!=null?n:0)}if(Array.isArray(i))return i.length===0?void 0:i[o%i.length]};function QL(e,t){var n,r;if(((n=t.svg)==null?void 0:n.background)===!1)return;const{themeConfig:{colorBg:i}}=t;if(!i)return;const o=e.parentElement;o&&(o.style.backgroundColor=i||"none");const a=mi(e,Ve.Background);if(e.style.backgroundColor=i,a)a.setAttribute("fill",i);else if((r=e.viewBox)!=null&&r.baseVal){const{x:s,y:c,width:l,height:u}=e.viewBox.baseVal,h=Ee("rect",{x:s,y:c,width:l,height:u,fill:i,"data-element-type":Ve.Background});e.prepend(h)}}function ao(e,t){return Object.entries(t).reduce((r,[i,o])=>{if(typeof o=="function"){const a=o(e.getAttribute(i),e);a!=null&&(r[i]=a)}else Object.assign(r,{[i]:o});return r},{})}function Ev(e){return e.replace(/#|%|\.| |\/|\(|\)/g,"").replace(/,/g,"-")}function JL(e,t){t&&Object.keys(t).length>0&&gi(e,n=>{const r=ao(n,t);lt(n,r)})}const Iv="btn-add-icon",Av="btn-remove-icon";function ez(e,t){lt(t,{display:"none"});const n=t.querySelectorAll('[id^="btn-add-"]'),r=t.querySelectorAll('[id^="btn-remove-"]');nz(e),n.forEach(rz),r.forEach(iz)}const tz="btn-icon-defs";function nz(e){const t=Ee("defs");po(t,tz);const n=pi(`<symbol class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
5
5
|
<path
|
|
6
6
|
d="M512 1024C229.216 1024 0 794.784 0 512S229.216 0 512 0s512 229.216 512 512-229.216 512-512 512z m0-960C264.576 64 64 264.576 64 512s200.576 448 448 448 448-200.576 448-448S759.424 64 512 64z m192 480h-160v160a32 32 0 0 1-64 0v-160h-160a32 32 0 0 1 0-64h160v-160a32 32 0 0 1 64 0v160h160a32 32 0 0 1 0 64z"
|
|
7
7
|
fill="#339900"></path>
|
|
8
|
-
</symbol>`);n&&(n.setAttribute("id",
|
|
8
|
+
</symbol>`);n&&(n.setAttribute("id",Iv),t.appendChild(n));const r=pi(`<symbol viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
9
9
|
<path d="M874.971429 149.942857C776.228571 54.857143 648.228571 0 512.914286 0S245.942857 54.857143 150.857143 149.942857c-201.142857 201.142857-201.142857 522.971429 0 724.114286C245.942857 969.142857 377.6 1024 512.914286 1024s266.971429-54.857143 362.057143-149.942857c201.142857-201.142857 201.142857-522.971429 0-724.114286m-51.2 672.914286C739.657143 906.971429 629.942857 950.857143 512.914286 950.857143s-226.742857-43.885714-310.857143-128c-171.885714-171.885714-171.885714-449.828571 0-621.714286C286.171429 117.028571 395.885714 73.142857 512.914286 73.142857s226.742857 43.885714 310.857143 128c171.885714 171.885714 171.885714 449.828571 0 621.714286" fill="#E63C33"></path>
|
|
10
10
|
<path d="M772.571429 475.428571H253.257143c-21.942857 0-36.571429 14.628571-36.571429 36.571429 0 10.971429 3.657143 18.285714 10.971429 25.6s14.628571 10.971429 25.6 10.971429H768.914286c21.942857 0 36.571429-14.628571 36.571428-36.571429s-14.628571-36.571429-32.914285-36.571429" fill="#E63C33"></path>
|
|
11
|
-
</symbol>`);r&&(r.setAttribute("id",
|
|
11
|
+
</symbol>`);r&&(r.setAttribute("id",Av),t.appendChild(r)),e.prepend(t)}function Tv(e,t){const{id:n,x:r=0,y:i=0,width:o=0,height:a=0}=sn(e,["id","x","y","width","height"]),s=Ee("g",{id:n,class:"btn-group",transform:`translate(${r}, ${i})`}),c=e.getAttribute("data-items");c&&s.setAttribute("data-items",c);const l=Math.max(+o,+a)/2,u=Ee("circle",{cx:l,cy:l,r:l,fill:"#fff",stroke:"transparent"});s.appendChild(u);const h=Ee("use",{href:`#${t}`,width:o,height:a});s.appendChild(h),s.style.cursor="pointer",e.replaceWith(s)}function rz(e){Tv(e,Iv)}function iz(e){Tv(e,Av)}var oz=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function az(e){return e.startsWith("data:")}function so(e){return oz(this,null,function*(){var t;if(!e||!az(e))return null;const n=(t=e.match(/^data:([^;]+)/))==null?void 0:t[1];if(!n)return null;const r=()=>new Promise((l,u)=>{const h=new Image;h.onload=()=>{const d=h.naturalWidth,f=h.naturalHeight,g=document.createElement("canvas"),y=g.getContext("2d");if(!y)return l({width:d,height:f,hasAlpha:!1});if(["image/jpeg","image/jpg","image/webp","image/gif"].includes(n))return l({width:d,height:f,hasAlpha:!1});g.width=d,g.height=f,y.drawImage(h,0,0);let m=!1;const v=10;for(let b=0;b<d&&!m;b+=v)for(let _=0;_<f;_+=v)if(y.getImageData(b,_,1,1).data[3]<255){m=!0;break}l({width:d,height:f,hasAlpha:m})},h.onerror=()=>u(new Error("Failed to analysis image")),h.src=e}),{width:i,height:o,hasAlpha:a}=yield r(),c=(()=>{if(a||n!=null&&n.includes("image/gif")||n!=null&&n.includes("image/svg")||Math.min(i,o)<=200)return"xMidYMid meet";const u=i/o;return u>=.6&&u<=1.67||u<.3||u>3.33?"xMidYMid meet":"xMidYMid slice"})();return pi(`
|
|
12
12
|
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${i} ${o}" preserveAspectRatio="${c}">
|
|
13
13
|
<image href="${e}" width="${i}" height="${o}" />
|
|
14
|
-
</symbol>`)})}function tz(e){const t=e.trim();return/^(?:<\?xml[^>]*>\s*)?<svg[\s>]/i.test(t)||t.startsWith("<symbol")}function hi(e){if(!e||!tz(e))return null;const t=e.replace(/<svg(?=[\s/>])/i,"<symbol").replace(/<\/svg>/i,"</symbol>");return fi(t)}var nz=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function rz(e){try{return!!new URL(e)}catch(t){return!1}}function iz(e,t){return!!(e.toLowerCase().includes("image/svg")||!e&&t==="svg")}function Iv(e,t){return nz(this,null,function*(){if(!e||!rz(e))return null;const n=yield ts(e);if(!n.ok)throw new Error("Failed to load resource");const r=n.headers.get("Content-Type")||"";if(iz(r,t)){const a=yield n.text();return hi(a)}const i=yield n.blob(),o=yield oz(i);return io(o)})}function oz(e){return new Promise((t,n)=>{const r=new FileReader;r.onloadend=()=>{t(r.result)},r.onerror=n,r.readAsDataURL(e)})}var Av=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});const az=e=>Av(null,null,function*(){var t;try{const n=new URLSearchParams({text:e,topK:"1"}),r=`${JS}?${n.toString()}`,i=yield ts(r);if(!i.ok)return null;const o=yield i.json();return!(o!=null&&o.status)||!Array.isArray((t=o.data)==null?void 0:t.data)?null:o.data.data[0]||null}catch(n){return console.error(`Failed to query icon for "${e}":`,n),null}});function sz(e){return e.startsWith("data:")}function cz(e){const t=e.trim();return t.startsWith("<svg")||t.startsWith("<symbol")}function Tv(e,t){return Av(this,null,function*(){var n;if(!e)return null;const r=yield az(e);if(!r)return null;if(cz(r))return hi(r);if(sz(r)){const i=((n=r.match(/^data:([^;]+)/))==null?void 0:n[1])||"",o=r.includes(";base64,");if(i==="image/svg+xml"&&!o){const a=r.indexOf(","),s=a>=0?r.slice(a+1):r;return hi(s)}return io(r)}return Iv(r,t)})}let kv=null;function lz(e){kv=e}function uz(){return kv}function hz(e){if(!e.startsWith("data:"))return null;const t=e.indexOf(",");if(t===-1)return null;const n=e.slice(5,t),r=e.slice(t+1),i=n.split(";"),o=i[0],a=i.includes("base64");return o==="image/svg+xml"&&!a?{source:"inline",format:"svg",encoding:"raw",data:r.startsWith("%3C")?decodeURIComponent(r):r}:o.startsWith("image/")?{source:"inline",format:o==="image/svg+xml"?"svg":"image",encoding:a?"base64":"data-uri",data:e}:null}const dz=new Set(["svg","png","jpg","jpeg","webp","gif"]);function fz(e){const t=e.trim();return t.startsWith("<svg")||t.startsWith("<symbol")}function pz(e){const t=e.toLowerCase();if(t.endsWith(".svg")||t.includes(".svg?"))return"svg";if(t.endsWith(".png")||t.endsWith(".jpg")||t.endsWith(".jpeg")||t.endsWith(".webp")||t.endsWith(".gif"))return"image"}function gz(e){var t;if(!e.startsWith("ref:"))return null;const n=e.slice(4),[r,...i]=n.split(":");if(!r||i.length===0)return null;let o;i.length>1&&dz.has(i[0].toLowerCase())&&(o=(t=i.shift())==null?void 0:t.toLowerCase());const a=i.join(":");if(!a)return null;const s=r==="url"?"remote":r;return s==="remote"?{source:"remote",format:o||pz(a)||void 0,data:a}:s==="search"?{source:"search",format:o||"svg",data:a}:s==="svg"?{source:"inline",format:"svg",data:a,encoding:"raw"}:{source:"custom",data:e,format:o}}function Ta(e){if(!e)return null;if(typeof e!="string"){if(e.source)return e;const r=e;return r.type==="image"?{source:"inline",format:"image",data:r.data}:r.type==="svg"?{source:"inline",format:"svg",encoding:"raw",data:r.data}:r.type==="remote"?{source:"remote",format:r.format,data:r.data}:r.type==="search"?{source:"search",format:r.format||"svg",data:r.data}:r.type==="custom"?{source:"custom",data:r.data}:null}const t=hz(e);if(t)return t;const n=gz(e);return n||(fz(e)?{source:"inline",format:"svg",encoding:"raw",data:e}:{source:"custom",data:e})}function vu(e){const t=typeof e=="string"?Ta(e):e;return t?"rsc-"+Rb(JSON.stringify(t)):null}function Rv(e){const t=vu(e);return t?`#${t}`:null}var bu=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function mz(e,t,n){return bu(this,null,function*(){const r=Ta(t);if(!r)return null;r.scene||(r.scene=e);const{source:i,data:o,format:a,encoding:s}=r;let c=null;try{if(i==="inline"){const l=o.startsWith("data:");a==="svg"&&s==="raw"?c=hi(o):a==="svg"&&l?c=yield io(o):l||a==="image"?c=yield io(o):c=hi(o)}else if(i==="remote")c=yield Iv(o,a);else if(i==="search")c=yield Tv(o,a);else{const l=uz();l&&(c=yield l(r))}}catch(l){c=null}return c||(yield Tv(yz(r,e,n),a))})}const Lv=new Map,ka=new WeakMap;function zv(e,t,n,r){return bu(this,null,function*(){if(!e)return null;const i=Ta(n);if(!i)return null;const o=vu(i),a=`resource:${o}`,s=ka.get(e);if(s!=null&&s.has(o))return o;const c=vv(e,a);if(c)return yield c;const l=bu(null,null,function*(){const u=Lv.has(o)?Lv.get(o)||null:yield mz(t,i,r);if(!u)return null;ka.has(e)||ka.set(e,new Map);const h=ka.get(e);if(h.has(o))return o;const d=Qa(e);return u.id=o,d.appendChild(u),h.set(o,u),o});return bv(e,a,l),yield l})}function yz(e,t,n){const r=t==="illus"?"illustration":"icon",i=Ra(e.data)||Ra(n==null?void 0:n.label)||Ra(n==null?void 0:n.desc);if(i)return i;const o=Ra(e.data);return!o||e.source==="inline"||o.startsWith("data:")||o.startsWith("<svg")||o.startsWith("<symbol")?r:o}function Ra(e){if(typeof e!="string")return null;const t=e.trim();return t||null}var vz=Object.defineProperty,Nv=Object.getOwnPropertySymbols,bz=Object.prototype.hasOwnProperty,_z=Object.prototype.propertyIsEnumerable,Hv=(e,t,n)=>t in e?vz(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,La=(e,t)=>{for(var n in t||(t={}))bz.call(t,n)&&Hv(e,n,t[n]);if(Nv)for(var n of Nv(t))_z.call(t,n)&&Hv(e,n,t[n]);return e};function xz(e,t,n,r){var i,o;const a=n.icon;if(!a)return null;const{themeConfig:s}=r,c=(i=n.attributes)==null?void 0:i.icon,l=La(La({},(o=s.item)==null?void 0:o.icon),c),u=ro(t,l);return wz(e,t,a,u,n)}function wz(e,t,n,r,i){return zv(e,"icon",n,i),FH(n,La(La({},sn(t,["id","x","y","width","height","fill","stroke","data-element-type","data-indexes"])),r))}var Pz=Object.defineProperty,$z=Object.defineProperties,Cz=Object.getOwnPropertyDescriptors,za=Object.getOwnPropertySymbols,Dv=Object.prototype.hasOwnProperty,qv=Object.prototype.propertyIsEnumerable,jv=(e,t,n)=>t in e?Pz(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oo=(e,t)=>{for(var n in t||(t={}))Dv.call(t,n)&&jv(e,n,t[n]);if(za)for(var n of za(t))qv.call(t,n)&&jv(e,n,t[n]);return e},Fv=(e,t)=>$z(e,Cz(t)),Oz=(e,t)=>{var n={};for(var r in e)Dv.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&za)for(var r of za(e))t.indexOf(r)<0&&qv.call(e,r)&&(n[r]=e[r]);return n};function Bv(e,t,n,r,i={}){if(!n)return null;const o=Ta(n);if(!o)return null;const a=vu(o);i&&Object.keys(i).length>0&&ut(t,i);const s=Mz(e,t,a);zv(e,"illus",o,r);const{data:c,color:l}=o;return Ez(a,Fv(oo(oo(oo({},Iz(t)),l?{color:l}:{}),i),{"clip-path":`url(#${s})`}),c)}function Sz(e,t,n){var r;const i=n.illus,o=(r=n.attributes)==null?void 0:r.illus;return Bv(e,t,i,n,o)}function Mz(e,t,n){const r=`clip-${n}-${YH()}`;if(e.querySelector(`#${r}`))return r;const i=Qa(e),o=Se("clipPath",{id:r}),a=t.cloneNode();return rH(a,["id","data-illus-bounds","data-element-type"]),o.appendChild(a),i.appendChild(o),r}function Ez(e,t,n){const r=t,{"clip-path":i}=r,o=Oz(r,["clip-path"]),{x:a="0",y:s="0",width:c="0",height:l="0"}=o,u=Se("rect",{id:`${e}-volume`,"data-element-type":Ue.IllusVolume,x:a,y:s,width:c,height:l,fill:"transparent"}),h=Se("g",{"data-element-type":Ue.IllusGroup,"clip-path":i,id:`${e}-group`});h.appendChild(u);const d=Se("use",Fv(oo({id:e,fill:"lightgray"},o),{href:Rv(n),"data-element-type":Ue.Illus}));return h.appendChild(d),h}function Iz(e){const t=e.getAttribute("data-illus-bounds");if(!t)return oo({x:"0",y:"0",width:"0",height:"0"},sn(e,["x","y","width","height"]));const[n,r,i,o]=t.split(" ");return{x:n,y:r,width:i,height:o}}function Na(e){"@babel/helpers - typeof";return Na=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Na(e)}var Az=/^\s+/,Tz=/\s+$/;function ve(e,t){if(e=e||"",t=t||{},e instanceof ve)return e;if(!(this instanceof ve))return new ve(e,t);var n=kz(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=Math.round(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=n.ok}ve.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},getLuminance:function(){var t=this.toRgb(),n,r,i,o,a,s;return n=t.r/255,r=t.g/255,i=t.b/255,n<=.03928?o=n/12.92:o=Math.pow((n+.055)/1.055,2.4),r<=.03928?a=r/12.92:a=Math.pow((r+.055)/1.055,2.4),i<=.03928?s=i/12.92:s=Math.pow((i+.055)/1.055,2.4),.2126*o+.7152*a+.0722*s},setAlpha:function(t){return this._a=Uv(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=Gv(this._r,this._g,this._b);return{h:t.h*360,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=Gv(this._r,this._g,this._b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.v*100);return this._a==1?"hsv("+n+", "+r+"%, "+i+"%)":"hsva("+n+", "+r+"%, "+i+"%, "+this._roundA+")"},toHsl:function(){var t=Wv(this._r,this._g,this._b);return{h:t.h*360,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=Wv(this._r,this._g,this._b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.l*100);return this._a==1?"hsl("+n+", "+r+"%, "+i+"%)":"hsla("+n+", "+r+"%, "+i+"%, "+this._roundA+")"},toHex:function(t){return Vv(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return Nz(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(vt(this._r,255)*100)+"%",g:Math.round(vt(this._g,255)*100)+"%",b:Math.round(vt(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(vt(this._r,255)*100)+"%, "+Math.round(vt(this._g,255)*100)+"%, "+Math.round(vt(this._b,255)*100)+"%)":"rgba("+Math.round(vt(this._r,255)*100)+"%, "+Math.round(vt(this._g,255)*100)+"%, "+Math.round(vt(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Uz[Vv(this._r,this._g,this._b,!0)]||!1},toFilter:function(t){var n="#"+Yv(this._r,this._g,this._b,this._a),r=n,i=this._gradientType?"GradientType = 1, ":"";if(t){var o=ve(t);r="#"+Yv(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+n+",endColorstr="+r+")"},toString:function(t){var n=!!t;t=t||this._format;var r=!1,i=this._a<1&&this._a>=0,o=!n&&i&&(t==="hex"||t==="hex6"||t==="hex3"||t==="hex4"||t==="hex8"||t==="name");return o?t==="name"&&this._a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},clone:function(){return ve(this.toString())},_applyModification:function(t,n){var r=t.apply(null,[this].concat([].slice.call(n)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(jz,arguments)},brighten:function(){return this._applyModification(Fz,arguments)},darken:function(){return this._applyModification(Bz,arguments)},desaturate:function(){return this._applyModification(Hz,arguments)},saturate:function(){return this._applyModification(Dz,arguments)},greyscale:function(){return this._applyModification(qz,arguments)},spin:function(){return this._applyModification(Wz,arguments)},_applyCombination:function(t,n){return t.apply(null,[this].concat([].slice.call(n)))},analogous:function(){return this._applyCombination(Yz,arguments)},complement:function(){return this._applyCombination(Gz,arguments)},monochromatic:function(){return this._applyCombination(Xz,arguments)},splitcomplement:function(){return this._applyCombination(Vz,arguments)},triad:function(){return this._applyCombination(Xv,[3])},tetrad:function(){return this._applyCombination(Xv,[4])}},ve.fromRatio=function(e,t){if(Na(e)=="object"){var n={};for(var r in e)e.hasOwnProperty(r)&&(r==="a"?n[r]=e[r]:n[r]=ao(e[r]));e=n}return ve(e,t)};function kz(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,o=null,a=!1,s=!1;return typeof e=="string"&&(e=Jz(e)),Na(e)=="object"&&(qn(e.r)&&qn(e.g)&&qn(e.b)?(t=Rz(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):qn(e.h)&&qn(e.s)&&qn(e.v)?(r=ao(e.s),i=ao(e.v),t=zz(e.h,r,i),a=!0,s="hsv"):qn(e.h)&&qn(e.s)&&qn(e.l)&&(r=ao(e.s),o=ao(e.l),t=Lz(e.h,r,o),a=!0,s="hsl"),e.hasOwnProperty("a")&&(n=e.a)),n=Uv(n),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}function Rz(e,t,n){return{r:vt(e,255)*255,g:vt(t,255)*255,b:vt(n,255)*255}}function Wv(e,t,n){e=vt(e,255),t=vt(t,255),n=vt(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o,a,s=(r+i)/2;if(r==i)o=a=0;else{var c=r-i;switch(a=s>.5?c/(2-r-i):c/(r+i),r){case e:o=(t-n)/c+(t<n?6:0);break;case t:o=(n-e)/c+2;break;case n:o=(e-t)/c+4;break}o/=6}return{h:o,s:a,l:s}}function Lz(e,t,n){var r,i,o;e=vt(e,360),t=vt(t,100),n=vt(n,100);function a(l,u,h){return h<0&&(h+=1),h>1&&(h-=1),h<1/6?l+(u-l)*6*h:h<1/2?u:h<2/3?l+(u-l)*(2/3-h)*6:l}if(t===0)r=i=o=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=a(c,s,e+1/3),i=a(c,s,e),o=a(c,s,e-1/3)}return{r:r*255,g:i*255,b:o*255}}function Gv(e,t,n){e=vt(e,255),t=vt(t,255),n=vt(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o,a,s=r,c=r-i;if(a=r===0?0:c/r,r==i)o=0;else{switch(r){case e:o=(t-n)/c+(t<n?6:0);break;case t:o=(n-e)/c+2;break;case n:o=(e-t)/c+4;break}o/=6}return{h:o,s:a,v:s}}function zz(e,t,n){e=vt(e,360)*6,t=vt(t,100),n=vt(n,100);var r=Math.floor(e),i=e-r,o=n*(1-t),a=n*(1-i*t),s=n*(1-(1-i)*t),c=r%6,l=[n,a,o,o,s,n][c],u=[s,n,n,a,o,o][c],h=[o,o,s,n,n,a][c];return{r:l*255,g:u*255,b:h*255}}function Vv(e,t,n,r){var i=[hn(Math.round(e).toString(16)),hn(Math.round(t).toString(16)),hn(Math.round(n).toString(16))];return r&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function Nz(e,t,n,r,i){var o=[hn(Math.round(e).toString(16)),hn(Math.round(t).toString(16)),hn(Math.round(n).toString(16)),hn(Kv(r))];return i&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}function Yv(e,t,n,r){var i=[hn(Kv(r)),hn(Math.round(e).toString(16)),hn(Math.round(t).toString(16)),hn(Math.round(n).toString(16))];return i.join("")}ve.equals=function(e,t){return!e||!t?!1:ve(e).toRgbString()==ve(t).toRgbString()},ve.random=function(){return ve.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function Hz(e,t){t=t===0?0:t||10;var n=ve(e).toHsl();return n.s-=t/100,n.s=Ha(n.s),ve(n)}function Dz(e,t){t=t===0?0:t||10;var n=ve(e).toHsl();return n.s+=t/100,n.s=Ha(n.s),ve(n)}function qz(e){return ve(e).desaturate(100)}function jz(e,t){t=t===0?0:t||10;var n=ve(e).toHsl();return n.l+=t/100,n.l=Ha(n.l),ve(n)}function Fz(e,t){t=t===0?0:t||10;var n=ve(e).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),ve(n)}function Bz(e,t){t=t===0?0:t||10;var n=ve(e).toHsl();return n.l-=t/100,n.l=Ha(n.l),ve(n)}function Wz(e,t){var n=ve(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,ve(n)}function Gz(e){var t=ve(e).toHsl();return t.h=(t.h+180)%360,ve(t)}function Xv(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var n=ve(e).toHsl(),r=[ve(e)],i=360/t,o=1;o<t;o++)r.push(ve({h:(n.h+o*i)%360,s:n.s,l:n.l}));return r}function Vz(e){var t=ve(e).toHsl(),n=t.h;return[ve(e),ve({h:(n+72)%360,s:t.s,l:t.l}),ve({h:(n+216)%360,s:t.s,l:t.l})]}function Yz(e,t,n){t=t||6,n=n||30;var r=ve(e).toHsl(),i=360/n,o=[ve(e)];for(r.h=(r.h-(i*t>>1)+720)%360;--t;)r.h=(r.h+i)%360,o.push(ve(r));return o}function Xz(e,t){t=t||6;for(var n=ve(e).toHsv(),r=n.h,i=n.s,o=n.v,a=[],s=1/t;t--;)a.push(ve({h:r,s:i,v:o})),o=(o+s)%1;return a}ve.mix=function(e,t,n){n=n===0?0:n||50;var r=ve(e).toRgb(),i=ve(t).toRgb(),o=n/100,a={r:(i.r-r.r)*o+r.r,g:(i.g-r.g)*o+r.g,b:(i.b-r.b)*o+r.b,a:(i.a-r.a)*o+r.a};return ve(a)},ve.readability=function(e,t){var n=ve(e),r=ve(t);return(Math.max(n.getLuminance(),r.getLuminance())+.05)/(Math.min(n.getLuminance(),r.getLuminance())+.05)},ve.isReadable=function(e,t,n){var r=ve.readability(e,t),i,o;switch(o=!1,i=eN(n),i.level+i.size){case"AAsmall":case"AAAlarge":o=r>=4.5;break;case"AAlarge":o=r>=3;break;case"AAAsmall":o=r>=7;break}return o},ve.mostReadable=function(e,t,n){var r=null,i=0,o,a,s,c;n=n||{},a=n.includeFallbackColors,s=n.level,c=n.size;for(var l=0;l<t.length;l++)o=ve.readability(e,t[l]),o>i&&(i=o,r=ve(t[l]));return ve.isReadable(e,r,{level:s,size:c})||!a?r:(n.includeFallbackColors=!1,ve.mostReadable(e,["#fff","#000"],n))};var _u=ve.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Uz=ve.hexNames=Kz(_u);function Kz(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Uv(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function vt(e,t){Zz(e)&&(e="100%");var n=Qz(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function Ha(e){return Math.min(1,Math.max(0,e))}function on(e){return parseInt(e,16)}function Zz(e){return typeof e=="string"&&e.indexOf(".")!=-1&&parseFloat(e)===1}function Qz(e){return typeof e=="string"&&e.indexOf("%")!=-1}function hn(e){return e.length==1?"0"+e:""+e}function ao(e){return e<=1&&(e=e*100+"%"),e}function Kv(e){return Math.round(parseFloat(e)*255).toString(16)}function Zv(e){return on(e)/255}var dn=(function(){var e="[-\\+]?\\d+%?",t="[-\\+]?\\d*\\.\\d+%?",n="(?:"+t+")|(?:"+e+")",r="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?",i="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?";return{CSS_UNIT:new RegExp(n),rgb:new RegExp("rgb"+r),rgba:new RegExp("rgba"+i),hsl:new RegExp("hsl"+r),hsla:new RegExp("hsla"+i),hsv:new RegExp("hsv"+r),hsva:new RegExp("hsva"+i),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}})();function qn(e){return!!dn.CSS_UNIT.exec(e)}function Jz(e){e=e.replace(Az,"").replace(Tz,"").toLowerCase();var t=!1;if(_u[e])e=_u[e],t=!0;else if(e=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n;return(n=dn.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=dn.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=dn.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=dn.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=dn.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=dn.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=dn.hex8.exec(e))?{r:on(n[1]),g:on(n[2]),b:on(n[3]),a:Zv(n[4]),format:t?"name":"hex8"}:(n=dn.hex6.exec(e))?{r:on(n[1]),g:on(n[2]),b:on(n[3]),format:t?"name":"hex"}:(n=dn.hex4.exec(e))?{r:on(n[1]+""+n[1]),g:on(n[2]+""+n[2]),b:on(n[3]+""+n[3]),a:Zv(n[4]+""+n[4]),format:t?"name":"hex8"}:(n=dn.hex3.exec(e))?{r:on(n[1]+""+n[1]),g:on(n[2]+""+n[2]),b:on(n[3]+""+n[3]),format:t?"name":"hex"}:!1}function eN(e){var t,n;return e=e||{level:"AA",size:"small"},t=(e.level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),t!=="AA"&&t!=="AAA"&&(t="AA"),n!=="small"&&n!=="large"&&(n="small"),{level:t,size:n}}var tN=Object.defineProperty,Qv=Object.getOwnPropertySymbols,nN=Object.prototype.hasOwnProperty,rN=Object.prototype.propertyIsEnumerable,Jv=(e,t,n)=>t in e?tN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,iN=(e,t)=>{for(var n in t||(t={}))nN.call(t,n)&&Jv(e,n,t[n]);if(Qv)for(var n of Qv(t))rN.call(t,n)&&Jv(e,n,t[n]);return e};function eb(e,t,n,r){const i=e.getAttribute(r),o=oN(i,n),{type:a,colors:s=[]}=o,c=s.length-1,l=s.map((f,g)=>typeof f=="string"?Se("stop",{offset:`${g/c}`,"stop-color":f}):Se("stop",{offset:`${f.offset}`,"stop-color":f.color})),u=aN(o);if(a==="linear-gradient"){const{angle:f=0}=o,[[g,y],[m,v]]=sN(f),b=Se("linearGradient",{id:u,x1:g,y1:y,x2:m,y2:v});l.forEach(_=>b.appendChild(_)),tb(t,u,b)}else if(a==="radial-gradient"){const f=Se("radialGradient",{id:u});l.forEach(g=>f.appendChild(g)),tb(t,u,f)}const h=e.getAttribute("fill"),d=e.getAttribute("stroke");vr(h)&&e.setAttribute("fill",`url(#${u})`),vr(d)&&e.setAttribute("stroke",`url(#${u})`)}function tb(e,t,n){const r=Qa(e);n.setAttribute("id",t);const i=r.querySelector(`#${t}`);i?i.replaceWith(n):r.appendChild(n)}function oN(e,t){var n;if((n=t.colors)!=null&&n.length||!e)return t;const r=ve(e),i=iN({},t);return i.colors=r.isDark()?[e,r.lighten(20).toHexString()]:[r.darken(20).toHexString(),e],!("angle"in t)&&i.type==="linear-gradient"&&(i.angle=225),i}function aN(e){const{type:t,colors:n=[]}=e,r=Ov(n.map(i=>typeof i=="string"?i:`${i.color}_${i.offset}`).join("-"));if(t==="linear-gradient"){const{angle:i=0}=e;return`${t}-${r}-${i}`}return`${t}-${r}`}function sN(e){const t=Math.PI/180*e,n=Math.cos(t),r=Math.sin(t);return[[.5-n/2,.5-r/2],[.5+n/2,.5+r/2]]}const cN=Object.freeze(Object.defineProperty({__proto__:null,diamond:({scale:e=.5,backgroundColor:t,foregroundColor:n})=>{const r=Se("pattern",{id:"pattern-diamond",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Se("rect",{width:"100%",height:"100%",fill:t}),o=Se("path",{d:"M0,0 L20,20 M20,0 L0,20",stroke:n,"stroke-width":"1"});return r.appendChild(i),r.appendChild(o),r},dot:({scale:e=1,backgroundColor:t,foregroundColor:n})=>{const r=Se("pattern",{id:"pattern-dot",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Se("rect",{width:"100%",height:"100%",fill:t}),o=Se("circle",{cx:"5",cy:"5",r:"3",fill:n}),a=Se("circle",{cx:"15",cy:"15",r:"3",fill:n});return r.appendChild(i),r.appendChild(o),r.appendChild(a),r},hex:({scale:e=.3,backgroundColor:t,foregroundColor:n})=>{const r=Se("pattern",{id:"pattern-hex",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Se("rect",{width:"100%",height:"100%",fill:t}),o=Se("path",{d:"M10,0 L20,5 L20,15 L10,20 L0,15 L0,5 Z",fill:n});return r.appendChild(i),r.appendChild(o),r},line:({scale:e=1,backgroundColor:t,foregroundColor:n})=>{const o=Se("pattern",{id:"pattern-line",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),a=Se("rect",{width:"100%",height:"100%",fill:t}),s=Se("line",{x1:"7",y1:"-3",x2:"23",y2:"13",stroke:n,"stroke-width":6,"stroke-opacity":"0.5"}),c=Se("line",{x1:"-3",y1:"7",x2:"13",y2:"23",stroke:n,"stroke-width":6,"stroke-opacity":"0.5"});return o.appendChild(a),o.appendChild(s),o.appendChild(c),o},mosaic:({scale:e=1,backgroundColor:t="#ffffff",foregroundColor:n="#000000"})=>{const s=Se("pattern",{id:"pattern-mosaic",width:20,height:20,patternUnits:"userSpaceOnUse",patternTransform:`scale(${e})`}),c=Se("rect",{width:"100%",height:"100%",fill:t});s.appendChild(c);for(let l=0;l<4;l++)for(let u=0;u<4;u++)if((u+l)%2===0){const h=Se("rect",{x:u*5,y:l*5,width:5,height:5,fill:n});s.appendChild(h)}return s},square:({scale:e=.3,backgroundColor:t,foregroundColor:n})=>{const r=Se("pattern",{id:"pattern-square",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Se("rect",{width:"100%",height:"100%",fill:t}),o=Se("path",{d:"M0,0 L20,0 L20,20 L0,20 Z",fill:n});return r.appendChild(i),r.appendChild(o),r}},Symbol.toStringTag,{value:"Module"}));var lN=Object.defineProperty,Da=Object.getOwnPropertySymbols,nb=Object.prototype.hasOwnProperty,rb=Object.prototype.propertyIsEnumerable,ib=(e,t,n)=>t in e?lN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xu=(e,t)=>{for(var n in t||(t={}))nb.call(t,n)&&ib(e,n,t[n]);if(Da)for(var n of Da(t))rb.call(t,n)&&ib(e,n,t[n]);return e},uN=(e,t)=>{var n={};for(var r in e)nb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Da)for(var r of Da(e))t.indexOf(r)<0&&rb.call(e,r)&&(n[r]=e[r]);return n};const wu=new Map;function ob(e,t){wu.has(e)&&console.warn(`Pattern ${e} will be overwritten`),wu.set(e,t)}for(const[e,t]of Object.entries(cN))ob(e,t);function hN(e,t,n){const r=n.themeConfig.stylize;if(!r||r.type!=="pattern")return;const i=r,{pattern:o}=i,a=uN(i,["pattern"]),s=wu.get(o);if(!s)return console.warn(`Pattern ${o} not found`);const{fill:c}=sn(e,["fill","stroke"]),l=c,u=xu({backgroundColor:l&&ve(l).setAlpha(.5).toRgbString(),foregroundColor:l},a),h=fN(xu(xu({},r),u));dN(t,h,s(u)),vr(c)&&(e.setAttribute("fill",`url(#${h})`),!e.getAttribute("stroke")&&c&&e.setAttribute("stroke",c))}function dN(e,t,n){const r=Qa(e);n.setAttribute("id",t);const i=r.querySelector(`pattern#${t}`);i?i.replaceWith(n):r.appendChild(n)}function fN(e){const{pattern:t,foregroundColor:n="unset",backgroundColor:r="unset",scale:i="unset"}=e;return Ov(`pattern-${t}-${n}-${r}-${i}`)}function Pu(e,t,n){if(e&&e.length){const[r,i]=t,o=Math.PI/180*n,a=Math.cos(o),s=Math.sin(o);for(const c of e){const[l,u]=c;c[0]=(l-r)*a-(u-i)*s+r,c[1]=(l-r)*s+(u-i)*a+i}}}function pN(e,t){return e[0]===t[0]&&e[1]===t[1]}function gN(e,t,n,r=1){const i=n,o=Math.max(t,.1),a=e[0]&&e[0][0]&&typeof e[0][0]=="number"?[e]:e,s=[0,0];if(i)for(const l of a)Pu(l,s,i);const c=(function(l,u,h){const d=[];for(const b of l){const _=[...b];pN(_[0],_[_.length-1])||_.push([_[0][0],_[0][1]]),_.length>2&&d.push(_)}const f=[];u=Math.max(u,.1);const g=[];for(const b of d)for(let _=0;_<b.length-1;_++){const x=b[_],w=b[_+1];if(x[1]!==w[1]){const P=Math.min(x[1],w[1]);g.push({ymin:P,ymax:Math.max(x[1],w[1]),x:P===x[1]?x[0]:w[0],islope:(w[0]-x[0])/(w[1]-x[1])})}}if(g.sort(((b,_)=>b.ymin<_.ymin?-1:b.ymin>_.ymin?1:b.x<_.x?-1:b.x>_.x?1:b.ymax===_.ymax?0:(b.ymax-_.ymax)/Math.abs(b.ymax-_.ymax))),!g.length)return f;let y=[],m=g[0].ymin,v=0;for(;y.length||g.length;){if(g.length){let b=-1;for(let _=0;_<g.length&&!(g[_].ymin>m);_++)b=_;g.splice(0,b+1).forEach((_=>{y.push({s:m,edge:_})}))}if(y=y.filter((b=>!(b.edge.ymax<=m))),y.sort(((b,_)=>b.edge.x===_.edge.x?0:(b.edge.x-_.edge.x)/Math.abs(b.edge.x-_.edge.x))),(h!==1||v%u==0)&&y.length>1)for(let b=0;b<y.length;b+=2){const _=b+1;if(_>=y.length)break;const x=y[b].edge,w=y[_].edge;f.push([[Math.round(x.x),m],[Math.round(w.x),m]])}m+=h,y.forEach((b=>{b.edge.x=b.edge.x+h*b.edge.islope})),v++}return f})(a,o,r);if(i){for(const l of a)Pu(l,s,-i);(function(l,u,h){const d=[];l.forEach((f=>d.push(...f))),Pu(d,u,h)})(c,s,-i)}return c}function so(e,t){var n;const r=t.hachureAngle+90;let i=t.hachureGap;i<0&&(i=4*t.strokeWidth),i=Math.round(Math.max(i,.1));let o=1;return t.roughness>=1&&(((n=t.randomizer)===null||n===void 0?void 0:n.next())||Math.random())>.7&&(o=i),gN(e,i,r,o||1)}let $u=class{constructor(t){this.helper=t}fillPolygons(t,n){return this._fillPolygons(t,n)}_fillPolygons(t,n){const r=so(t,n);return{type:"fillSketch",ops:this.renderLines(r,n)}}renderLines(t,n){const r=[];for(const i of t)r.push(...this.helper.doubleLineOps(i[0][0],i[0][1],i[1][0],i[1][1],n));return r}};function qa(e){const t=e[0],n=e[1];return Math.sqrt(Math.pow(t[0]-n[0],2)+Math.pow(t[1]-n[1],2))}let mN=class extends $u{fillPolygons(t,n){let r=n.hachureGap;r<0&&(r=4*n.strokeWidth),r=Math.max(r,.1);const i=so(t,Object.assign({},n,{hachureGap:r})),o=Math.PI/180*n.hachureAngle,a=[],s=.5*r*Math.cos(o),c=.5*r*Math.sin(o);for(const[l,u]of i)qa([l,u])&&a.push([[l[0]-s,l[1]+c],[...u]],[[l[0]+s,l[1]-c],[...u]]);return{type:"fillSketch",ops:this.renderLines(a,n)}}},yN=class extends $u{fillPolygons(t,n){const r=this._fillPolygons(t,n),i=Object.assign({},n,{hachureAngle:n.hachureAngle+90}),o=this._fillPolygons(t,i);return r.ops=r.ops.concat(o.ops),r}},vN=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=so(t,n=Object.assign({},n,{hachureAngle:0}));return this.dotsOnLines(r,n)}dotsOnLines(t,n){const r=[];let i=n.hachureGap;i<0&&(i=4*n.strokeWidth),i=Math.max(i,.1);let o=n.fillWeight;o<0&&(o=n.strokeWidth/2);const a=i/4;for(const s of t){const c=qa(s),l=c/i,u=Math.ceil(l)-1,h=c-u*i,d=(s[0][0]+s[1][0])/2-i/4,f=Math.min(s[0][1],s[1][1]);for(let g=0;g<u;g++){const y=f+h+g*i,m=d-a+2*Math.random()*a,v=y-a+2*Math.random()*a,b=this.helper.ellipse(m,v,o,o,n);r.push(...b.ops)}}return{type:"fillSketch",ops:r}}},bN=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=so(t,n);return{type:"fillSketch",ops:this.dashedLine(r,n)}}dashedLine(t,n){const r=n.dashOffset<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashOffset,i=n.dashGap<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashGap,o=[];return t.forEach((a=>{const s=qa(a),c=Math.floor(s/(r+i)),l=(s+i-c*(r+i))/2;let u=a[0],h=a[1];u[0]>h[0]&&(u=a[1],h=a[0]);const d=Math.atan((h[1]-u[1])/(h[0]-u[0]));for(let f=0;f<c;f++){const g=f*(r+i),y=g+r,m=[u[0]+g*Math.cos(d)+l*Math.cos(d),u[1]+g*Math.sin(d)+l*Math.sin(d)],v=[u[0]+y*Math.cos(d)+l*Math.cos(d),u[1]+y*Math.sin(d)+l*Math.sin(d)];o.push(...this.helper.doubleLineOps(m[0],m[1],v[0],v[1],n))}})),o}},_N=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=n.hachureGap<0?4*n.strokeWidth:n.hachureGap,i=n.zigzagOffset<0?r:n.zigzagOffset,o=so(t,n=Object.assign({},n,{hachureGap:r+i}));return{type:"fillSketch",ops:this.zigzagLines(o,i,n)}}zigzagLines(t,n,r){const i=[];return t.forEach((o=>{const a=qa(o),s=Math.round(a/(2*n));let c=o[0],l=o[1];c[0]>l[0]&&(c=o[1],l=o[0]);const u=Math.atan((l[1]-c[1])/(l[0]-c[0]));for(let h=0;h<s;h++){const d=2*h*n,f=2*(h+1)*n,g=Math.sqrt(2*Math.pow(n,2)),y=[c[0]+d*Math.cos(u),c[1]+d*Math.sin(u)],m=[c[0]+f*Math.cos(u),c[1]+f*Math.sin(u)],v=[y[0]+g*Math.cos(u+Math.PI/4),y[1]+g*Math.sin(u+Math.PI/4)];i.push(...this.helper.doubleLineOps(y[0],y[1],v[0],v[1],r),...this.helper.doubleLineOps(v[0],v[1],m[0],m[1],r))}})),i}};const Qt={};let xN=class{constructor(t){this.seed=t}next(){return this.seed?(Qo(2,31)-1&(this.seed=Math.imul(48271,this.seed)))/Qo(2,31):Math.random()}};const wN=0,Cu=1,ab=2,ja={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function Ou(e,t){return e.type===t}function Su(e){const t=[],n=(function(a){const s=new Array;for(;a!=="";)if(a.match(/^([ \t\r\n,]+)/))a=a.substr(RegExp.$1.length);else if(a.match(/^([aAcChHlLmMqQsStTvVzZ])/))s[s.length]={type:wN,text:RegExp.$1},a=a.substr(RegExp.$1.length);else{if(!a.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];s[s.length]={type:Cu,text:`${parseFloat(RegExp.$1)}`},a=a.substr(RegExp.$1.length)}return s[s.length]={type:ab,text:""},s})(e);let r="BOD",i=0,o=n[i];for(;!Ou(o,ab);){let a=0;const s=[];if(r==="BOD"){if(o.text!=="M"&&o.text!=="m")return Su("M0,0"+e);i++,a=ja[o.text],r=o.text}else Ou(o,Cu)?a=ja[r]:(i++,a=ja[o.text],r=o.text);if(!(i+a<n.length))throw new Error("Path data ended short");for(let c=i;c<i+a;c++){const l=n[c];if(!Ou(l,Cu))throw new Error("Param not a number: "+r+","+l.text);s[s.length]=+l.text}if(typeof ja[r]!="number")throw new Error("Bad segment: "+r);{const c={key:r,data:s};t.push(c),i+=a,o=n[i],r==="M"&&(r="L"),r==="m"&&(r="l")}}return t}function sb(e){let t=0,n=0,r=0,i=0;const o=[];for(const{key:a,data:s}of e)switch(a){case"M":o.push({key:"M",data:[...s]}),[t,n]=s,[r,i]=s;break;case"m":t+=s[0],n+=s[1],o.push({key:"M",data:[t,n]}),r=t,i=n;break;case"L":o.push({key:"L",data:[...s]}),[t,n]=s;break;case"l":t+=s[0],n+=s[1],o.push({key:"L",data:[t,n]});break;case"C":o.push({key:"C",data:[...s]}),t=s[4],n=s[5];break;case"c":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"C",data:c}),t=c[4],n=c[5];break}case"Q":o.push({key:"Q",data:[...s]}),t=s[2],n=s[3];break;case"q":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"Q",data:c}),t=c[2],n=c[3];break}case"A":o.push({key:"A",data:[...s]}),t=s[5],n=s[6];break;case"a":t+=s[5],n+=s[6],o.push({key:"A",data:[s[0],s[1],s[2],s[3],s[4],t,n]});break;case"H":o.push({key:"H",data:[...s]}),t=s[0];break;case"h":t+=s[0],o.push({key:"H",data:[t]});break;case"V":o.push({key:"V",data:[...s]}),n=s[0];break;case"v":n+=s[0],o.push({key:"V",data:[n]});break;case"S":o.push({key:"S",data:[...s]}),t=s[2],n=s[3];break;case"s":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"S",data:c}),t=c[2],n=c[3];break}case"T":o.push({key:"T",data:[...s]}),t=s[0],n=s[1];break;case"t":t+=s[0],n+=s[1],o.push({key:"T",data:[t,n]});break;case"Z":case"z":o.push({key:"Z",data:[]}),t=r,n=i}return o}function cb(e){const t=[];let n="",r=0,i=0,o=0,a=0,s=0,c=0;for(const{key:l,data:u}of e){switch(l){case"M":t.push({key:"M",data:[...u]}),[r,i]=u,[o,a]=u;break;case"C":t.push({key:"C",data:[...u]}),r=u[4],i=u[5],s=u[2],c=u[3];break;case"L":t.push({key:"L",data:[...u]}),[r,i]=u;break;case"H":r=u[0],t.push({key:"L",data:[r,i]});break;case"V":i=u[0],t.push({key:"L",data:[r,i]});break;case"S":{let h=0,d=0;n==="C"||n==="S"?(h=r+(r-s),d=i+(i-c)):(h=r,d=i),t.push({key:"C",data:[h,d,...u]}),s=u[0],c=u[1],r=u[2],i=u[3];break}case"T":{const[h,d]=u;let f=0,g=0;n==="Q"||n==="T"?(f=r+(r-s),g=i+(i-c)):(f=r,g=i);const y=r+2*(f-r)/3,m=i+2*(g-i)/3,v=h+2*(f-h)/3,b=d+2*(g-d)/3;t.push({key:"C",data:[y,m,v,b,h,d]}),s=f,c=g,r=h,i=d;break}case"Q":{const[h,d,f,g]=u,y=r+2*(h-r)/3,m=i+2*(d-i)/3,v=f+2*(h-f)/3,b=g+2*(d-g)/3;t.push({key:"C",data:[y,m,v,b,f,g]}),s=h,c=d,r=f,i=g;break}case"A":{const h=Math.abs(u[0]),d=Math.abs(u[1]),f=u[2],g=u[3],y=u[4],m=u[5],v=u[6];h===0||d===0?(t.push({key:"C",data:[r,i,m,v,m,v]}),r=m,i=v):(r!==m||i!==v)&&(lb(r,i,m,v,h,d,f,g,y).forEach((function(b){t.push({key:"C",data:b})})),r=m,i=v);break}case"Z":t.push({key:"Z",data:[]}),r=o,i=a}n=l}return t}function co(e,t,n){return[e*Math.cos(n)-t*Math.sin(n),e*Math.sin(n)+t*Math.cos(n)]}function lb(e,t,n,r,i,o,a,s,c,l){const u=(h=a,Math.PI*h/180);var h;let d=[],f=0,g=0,y=0,m=0;if(l)[f,g,y,m]=l;else{[e,t]=co(e,t,-u),[n,r]=co(n,r,-u);const O=(e-n)/2,T=(t-r)/2;let F=O*O/(i*i)+T*T/(o*o);F>1&&(F=Math.sqrt(F),i*=F,o*=F);const z=i*i,j=o*o,H=z*j-z*T*T-j*O*O,W=z*T*T+j*O*O,B=(s===c?-1:1)*Math.sqrt(Math.abs(H/W));y=B*i*T/o+(e+n)/2,m=B*-o*O/i+(t+r)/2,f=Math.asin(parseFloat(((t-m)/o).toFixed(9))),g=Math.asin(parseFloat(((r-m)/o).toFixed(9))),e<y&&(f=Math.PI-f),n<y&&(g=Math.PI-g),f<0&&(f=2*Math.PI+f),g<0&&(g=2*Math.PI+g),c&&f>g&&(f-=2*Math.PI),!c&&g>f&&(g-=2*Math.PI)}let v=g-f;if(Math.abs(v)>120*Math.PI/180){const O=g,T=n,F=r;g=c&&g>f?f+120*Math.PI/180*1:f+120*Math.PI/180*-1,d=lb(n=y+i*Math.cos(g),r=m+o*Math.sin(g),T,F,i,o,a,0,c,[g,O,y,m])}v=g-f;const b=Math.cos(f),_=Math.sin(f),x=Math.cos(g),w=Math.sin(g),P=Math.tan(v/4),$=4/3*i*P,C=4/3*o*P,M=[e,t],S=[e+$*_,t-C*b],E=[n+$*w,r-C*x],I=[n,r];if(S[0]=2*M[0]-S[0],S[1]=2*M[1]-S[1],l)return[S,E,I].concat(d);{d=[S,E,I].concat(d);const O=[];for(let T=0;T<d.length;T+=3){const F=co(d[T][0],d[T][1],u),z=co(d[T+1][0],d[T+1][1],u),j=co(d[T+2][0],d[T+2][1],u);O.push([F[0],F[1],z[0],z[1],j[0],j[1]])}return O}}const PN={randOffset:function(e,t){return Ae(e,t)},randOffsetWithRange:function(e,t,n){return Ba(e,t,n)},ellipse:function(e,t,n,r,i){const o=db(n,r,i);return Mu(e,t,i,o).opset},doubleLineOps:function(e,t,n,r,i){return rr(e,t,n,r,i,!0)}};function ub(e,t,n,r,i){return{type:"path",ops:rr(e,t,n,r,i)}}function Fa(e,t,n){const r=(e||[]).length;if(r>2){const i=[];for(let o=0;o<r-1;o++)i.push(...rr(e[o][0],e[o][1],e[o+1][0],e[o+1][1],n));return t&&i.push(...rr(e[r-1][0],e[r-1][1],e[0][0],e[0][1],n)),{type:"path",ops:i}}return r===2?ub(e[0][0],e[0][1],e[1][0],e[1][1],n):{type:"path",ops:[]}}function $N(e,t,n,r,i){return(function(o,a){return Fa(o,!0,a)})([[e,t],[e+n,t],[e+n,t+r],[e,t+r]],i)}function hb(e,t){if(e.length){const n=typeof e[0][0]=="number"?[e]:e,r=Wa(n[0],1*(1+.2*t.roughness),t),i=t.disableMultiStroke?[]:Wa(n[0],1.5*(1+.22*t.roughness),gb(t));for(let o=1;o<n.length;o++){const a=n[o];if(a.length){const s=Wa(a,1*(1+.2*t.roughness),t),c=t.disableMultiStroke?[]:Wa(a,1.5*(1+.22*t.roughness),gb(t));for(const l of s)l.op!=="move"&&r.push(l);for(const l of c)l.op!=="move"&&i.push(l)}}return{type:"path",ops:r.concat(i)}}return{type:"path",ops:[]}}function db(e,t,n){const r=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(e/2,2)+Math.pow(t/2,2))/2)),i=Math.ceil(Math.max(n.curveStepCount,n.curveStepCount/Math.sqrt(200)*r)),o=2*Math.PI/i;let a=Math.abs(e/2),s=Math.abs(t/2);const c=1-n.curveFitting;return a+=Ae(a*c,n),s+=Ae(s*c,n),{increment:o,rx:a,ry:s}}function Mu(e,t,n,r){const[i,o]=yb(r.increment,e,t,r.rx,r.ry,1,r.increment*Ba(.1,Ba(.4,1,n),n),n);let a=Ga(i,null,n);if(!n.disableMultiStroke&&n.roughness!==0){const[s]=yb(r.increment,e,t,r.rx,r.ry,1.5,0,n),c=Ga(s,null,n);a=a.concat(c)}return{estimatedPoints:o,opset:{type:"path",ops:a}}}function fb(e,t,n,r,i,o,a,s,c){const l=e,u=t;let h=Math.abs(n/2),d=Math.abs(r/2);h+=Ae(.01*h,c),d+=Ae(.01*d,c);let f=i,g=o;for(;f<0;)f+=2*Math.PI,g+=2*Math.PI;g-f>2*Math.PI&&(f=0,g=2*Math.PI);const y=2*Math.PI/c.curveStepCount,m=Math.min(y/2,(g-f)/2),v=vb(m,l,u,h,d,f,g,1,c);if(!c.disableMultiStroke){const b=vb(m,l,u,h,d,f,g,1.5,c);v.push(...b)}return a&&(s?v.push(...rr(l,u,l+h*Math.cos(f),u+d*Math.sin(f),c),...rr(l,u,l+h*Math.cos(g),u+d*Math.sin(g),c)):v.push({op:"lineTo",data:[l,u]},{op:"lineTo",data:[l+h*Math.cos(f),u+d*Math.sin(f)]})),{type:"path",ops:v}}function pb(e,t){const n=cb(sb(Su(e))),r=[];let i=[0,0],o=[0,0];for(const{key:a,data:s}of n)switch(a){case"M":o=[s[0],s[1]],i=[s[0],s[1]];break;case"L":r.push(...rr(o[0],o[1],s[0],s[1],t)),o=[s[0],s[1]];break;case"C":{const[c,l,u,h,d,f]=s;r.push(...CN(c,l,u,h,d,f,o,t)),o=[d,f];break}case"Z":r.push(...rr(o[0],o[1],i[0],i[1],t)),o=[i[0],i[1]]}return{type:"path",ops:r}}function Eu(e,t){const n=[];for(const r of e)if(r.length){const i=t.maxRandomnessOffset||0,o=r.length;if(o>2){n.push({op:"move",data:[r[0][0]+Ae(i,t),r[0][1]+Ae(i,t)]});for(let a=1;a<o;a++)n.push({op:"lineTo",data:[r[a][0]+Ae(i,t),r[a][1]+Ae(i,t)]})}}return{type:"fillPath",ops:n}}function di(e,t){return(function(n,r){let i=n.fillStyle||"hachure";if(!Qt[i])switch(i){case"zigzag":Qt[i]||(Qt[i]=new mN(r));break;case"cross-hatch":Qt[i]||(Qt[i]=new yN(r));break;case"dots":Qt[i]||(Qt[i]=new vN(r));break;case"dashed":Qt[i]||(Qt[i]=new bN(r));break;case"zigzag-line":Qt[i]||(Qt[i]=new _N(r));break;default:i="hachure",Qt[i]||(Qt[i]=new $u(r))}return Qt[i]})(t,PN).fillPolygons(e,t)}function gb(e){const t=Object.assign({},e);return t.randomizer=void 0,e.seed&&(t.seed=e.seed+1),t}function mb(e){return e.randomizer||(e.randomizer=new xN(e.seed||0)),e.randomizer.next()}function Ba(e,t,n,r=1){return n.roughness*r*(mb(n)*(t-e)+e)}function Ae(e,t,n=1){return Ba(-e,e,t,n)}function rr(e,t,n,r,i,o=!1){const a=o?i.disableMultiStrokeFill:i.disableMultiStroke,s=Iu(e,t,n,r,i,!0,!1);if(a)return s;const c=Iu(e,t,n,r,i,!0,!0);return s.concat(c)}function Iu(e,t,n,r,i,o,a){const s=Math.pow(e-n,2)+Math.pow(t-r,2),c=Math.sqrt(s);let l=1;l=c<200?1:c>500?.4:-.0016668*c+1.233334;let u=i.maxRandomnessOffset||0;u*u*100>s&&(u=c/10);const h=u/2,d=.2+.2*mb(i);let f=i.bowing*i.maxRandomnessOffset*(r-t)/200,g=i.bowing*i.maxRandomnessOffset*(e-n)/200;f=Ae(f,i,l),g=Ae(g,i,l);const y=[],m=()=>Ae(h,i,l),v=()=>Ae(u,i,l),b=i.preserveVertices;return a?y.push({op:"move",data:[e+(b?0:m()),t+(b?0:m())]}):y.push({op:"move",data:[e+(b?0:Ae(u,i,l)),t+(b?0:Ae(u,i,l))]}),a?y.push({op:"bcurveTo",data:[f+e+(n-e)*d+m(),g+t+(r-t)*d+m(),f+e+2*(n-e)*d+m(),g+t+2*(r-t)*d+m(),n+(b?0:m()),r+(b?0:m())]}):y.push({op:"bcurveTo",data:[f+e+(n-e)*d+v(),g+t+(r-t)*d+v(),f+e+2*(n-e)*d+v(),g+t+2*(r-t)*d+v(),n+(b?0:v()),r+(b?0:v())]}),y}function Wa(e,t,n){if(!e.length)return[];const r=[];r.push([e[0][0]+Ae(t,n),e[0][1]+Ae(t,n)]),r.push([e[0][0]+Ae(t,n),e[0][1]+Ae(t,n)]);for(let i=1;i<e.length;i++)r.push([e[i][0]+Ae(t,n),e[i][1]+Ae(t,n)]),i===e.length-1&&r.push([e[i][0]+Ae(t,n),e[i][1]+Ae(t,n)]);return Ga(r,null,n)}function Ga(e,t,n){const r=e.length,i=[];if(r>3){const o=[],a=1-n.curveTightness;i.push({op:"move",data:[e[1][0],e[1][1]]});for(let s=1;s+2<r;s++){const c=e[s];o[0]=[c[0],c[1]],o[1]=[c[0]+(a*e[s+1][0]-a*e[s-1][0])/6,c[1]+(a*e[s+1][1]-a*e[s-1][1])/6],o[2]=[e[s+1][0]+(a*e[s][0]-a*e[s+2][0])/6,e[s+1][1]+(a*e[s][1]-a*e[s+2][1])/6],o[3]=[e[s+1][0],e[s+1][1]],i.push({op:"bcurveTo",data:[o[1][0],o[1][1],o[2][0],o[2][1],o[3][0],o[3][1]]})}}else r===3?(i.push({op:"move",data:[e[1][0],e[1][1]]}),i.push({op:"bcurveTo",data:[e[1][0],e[1][1],e[2][0],e[2][1],e[2][0],e[2][1]]})):r===2&&i.push(...Iu(e[0][0],e[0][1],e[1][0],e[1][1],n,!0,!0));return i}function yb(e,t,n,r,i,o,a,s){const c=[],l=[];if(s.roughness===0){e/=4,l.push([t+r*Math.cos(-e),n+i*Math.sin(-e)]);for(let u=0;u<=2*Math.PI;u+=e){const h=[t+r*Math.cos(u),n+i*Math.sin(u)];c.push(h),l.push(h)}l.push([t+r*Math.cos(0),n+i*Math.sin(0)]),l.push([t+r*Math.cos(e),n+i*Math.sin(e)])}else{const u=Ae(.5,s)-Math.PI/2;l.push([Ae(o,s)+t+.9*r*Math.cos(u-e),Ae(o,s)+n+.9*i*Math.sin(u-e)]);const h=2*Math.PI+u-.01;for(let d=u;d<h;d+=e){const f=[Ae(o,s)+t+r*Math.cos(d),Ae(o,s)+n+i*Math.sin(d)];c.push(f),l.push(f)}l.push([Ae(o,s)+t+r*Math.cos(u+2*Math.PI+.5*a),Ae(o,s)+n+i*Math.sin(u+2*Math.PI+.5*a)]),l.push([Ae(o,s)+t+.98*r*Math.cos(u+a),Ae(o,s)+n+.98*i*Math.sin(u+a)]),l.push([Ae(o,s)+t+.9*r*Math.cos(u+.5*a),Ae(o,s)+n+.9*i*Math.sin(u+.5*a)])}return[l,c]}function vb(e,t,n,r,i,o,a,s,c){const l=o+Ae(.1,c),u=[];u.push([Ae(s,c)+t+.9*r*Math.cos(l-e),Ae(s,c)+n+.9*i*Math.sin(l-e)]);for(let h=l;h<=a;h+=e)u.push([Ae(s,c)+t+r*Math.cos(h),Ae(s,c)+n+i*Math.sin(h)]);return u.push([t+r*Math.cos(a),n+i*Math.sin(a)]),u.push([t+r*Math.cos(a),n+i*Math.sin(a)]),Ga(u,null,c)}function CN(e,t,n,r,i,o,a,s){const c=[],l=[s.maxRandomnessOffset||1,(s.maxRandomnessOffset||1)+.3];let u=[0,0];const h=s.disableMultiStroke?1:2,d=s.preserveVertices;for(let f=0;f<h;f++)f===0?c.push({op:"move",data:[a[0],a[1]]}):c.push({op:"move",data:[a[0]+(d?0:Ae(l[0],s)),a[1]+(d?0:Ae(l[0],s))]}),u=d?[i,o]:[i+Ae(l[f],s),o+Ae(l[f],s)],c.push({op:"bcurveTo",data:[e+Ae(l[f],s),t+Ae(l[f],s),n+Ae(l[f],s),r+Ae(l[f],s),u[0],u[1]]});return c}function lo(e){return[...e]}function bb(e,t=0){const n=e.length;if(n<3)throw new Error("A curve must have at least three points.");const r=[];if(n===3)r.push(lo(e[0]),lo(e[1]),lo(e[2]),lo(e[2]));else{const i=[];i.push(e[0],e[0]);for(let s=1;s<e.length;s++)i.push(e[s]),s===e.length-1&&i.push(e[s]);const o=[],a=1-t;r.push(lo(i[0]));for(let s=1;s+2<i.length;s++){const c=i[s];o[0]=[c[0],c[1]],o[1]=[c[0]+(a*i[s+1][0]-a*i[s-1][0])/6,c[1]+(a*i[s+1][1]-a*i[s-1][1])/6],o[2]=[i[s+1][0]+(a*i[s][0]-a*i[s+2][0])/6,i[s+1][1]+(a*i[s][1]-a*i[s+2][1])/6],o[3]=[i[s+1][0],i[s+1][1]],r.push(o[1],o[2],o[3])}}return r}function Va(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)}function ON(e,t,n){const r=Va(t,n);if(r===0)return Va(e,t);let i=((e[0]-t[0])*(n[0]-t[0])+(e[1]-t[1])*(n[1]-t[1]))/r;return i=Math.max(0,Math.min(1,i)),Va(e,Or(t,n,i))}function Or(e,t,n){return[e[0]+(t[0]-e[0])*n,e[1]+(t[1]-e[1])*n]}function Au(e,t,n,r){const i=r||[];if((function(s,c){const l=s[c+0],u=s[c+1],h=s[c+2],d=s[c+3];let f=3*u[0]-2*l[0]-d[0];f*=f;let g=3*u[1]-2*l[1]-d[1];g*=g;let y=3*h[0]-2*d[0]-l[0];y*=y;let m=3*h[1]-2*d[1]-l[1];return m*=m,f<y&&(f=y),g<m&&(g=m),f+g})(e,t)<n){const s=e[t+0];i.length?(o=i[i.length-1],a=s,Math.sqrt(Va(o,a))>1&&i.push(s)):i.push(s),i.push(e[t+3])}else{const c=e[t+0],l=e[t+1],u=e[t+2],h=e[t+3],d=Or(c,l,.5),f=Or(l,u,.5),g=Or(u,h,.5),y=Or(d,f,.5),m=Or(f,g,.5),v=Or(y,m,.5);Au([c,d,y,v],0,n,i),Au([v,m,g,h],0,n,i)}var o,a;return i}function SN(e,t){return Ya(e,0,e.length,t)}function Ya(e,t,n,r,i){const o=i||[],a=e[t],s=e[n-1];let c=0,l=1;for(let u=t+1;u<n-1;++u){const h=ON(e[u],a,s);h>c&&(c=h,l=u)}return Math.sqrt(c)>r?(Ya(e,t,l+1,r,o),Ya(e,l,n,r,o)):(o.length||o.push(a),o.push(s)),o}function Tu(e,t=.15,n){const r=[],i=(e.length-1)/3;for(let o=0;o<i;o++)Au(e,3*o,t,r);return n&&n>0?Ya(r,0,r.length,n):r}const an="none";class Xa{constructor(t){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=t||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(Math.random()*Qo(2,31))}_o(t){return t?Object.assign({},this.defaultOptions,t):this.defaultOptions}_d(t,n,r){return{shape:t,sets:n||[],options:r||this.defaultOptions}}line(t,n,r,i,o){const a=this._o(o);return this._d("line",[ub(t,n,r,i,a)],a)}rectangle(t,n,r,i,o){const a=this._o(o),s=[],c=$N(t,n,r,i,a);if(a.fill){const l=[[t,n],[t+r,n],[t+r,n+i],[t,n+i]];a.fillStyle==="solid"?s.push(Eu([l],a)):s.push(di([l],a))}return a.stroke!==an&&s.push(c),this._d("rectangle",s,a)}ellipse(t,n,r,i,o){const a=this._o(o),s=[],c=db(r,i,a),l=Mu(t,n,a,c);if(a.fill)if(a.fillStyle==="solid"){const u=Mu(t,n,a,c).opset;u.type="fillPath",s.push(u)}else s.push(di([l.estimatedPoints],a));return a.stroke!==an&&s.push(l.opset),this._d("ellipse",s,a)}circle(t,n,r,i){const o=this.ellipse(t,n,r,r,i);return o.shape="circle",o}linearPath(t,n){const r=this._o(n);return this._d("linearPath",[Fa(t,!1,r)],r)}arc(t,n,r,i,o,a,s=!1,c){const l=this._o(c),u=[],h=fb(t,n,r,i,o,a,s,!0,l);if(s&&l.fill)if(l.fillStyle==="solid"){const d=Object.assign({},l);d.disableMultiStroke=!0;const f=fb(t,n,r,i,o,a,!0,!1,d);f.type="fillPath",u.push(f)}else u.push((function(d,f,g,y,m,v,b){const _=d,x=f;let w=Math.abs(g/2),P=Math.abs(y/2);w+=Ae(.01*w,b),P+=Ae(.01*P,b);let $=m,C=v;for(;$<0;)$+=2*Math.PI,C+=2*Math.PI;C-$>2*Math.PI&&($=0,C=2*Math.PI);const M=(C-$)/b.curveStepCount,S=[];for(let E=$;E<=C;E+=M)S.push([_+w*Math.cos(E),x+P*Math.sin(E)]);return S.push([_+w*Math.cos(C),x+P*Math.sin(C)]),S.push([_,x]),di([S],b)})(t,n,r,i,o,a,l));return l.stroke!==an&&u.push(h),this._d("arc",u,l)}curve(t,n){const r=this._o(n),i=[],o=hb(t,r);if(r.fill&&r.fill!==an)if(r.fillStyle==="solid"){const a=hb(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(a.ops)})}else{const a=[],s=t;if(s.length){const c=typeof s[0][0]=="number"?[s]:s;for(const l of c)l.length<3?a.push(...l):l.length===3?a.push(...Tu(bb([l[0],l[0],l[1],l[2]]),10,(1+r.roughness)/2)):a.push(...Tu(bb(l),10,(1+r.roughness)/2))}a.length&&i.push(di([a],r))}return r.stroke!==an&&i.push(o),this._d("curve",i,r)}polygon(t,n){const r=this._o(n),i=[],o=Fa(t,!0,r);return r.fill&&(r.fillStyle==="solid"?i.push(Eu([t],r)):i.push(di([t],r))),r.stroke!==an&&i.push(o),this._d("polygon",i,r)}path(t,n){const r=this._o(n),i=[];if(!t)return this._d("path",i,r);t=(t||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");const o=r.fill&&r.fill!=="transparent"&&r.fill!==an,a=r.stroke!==an,s=!!(r.simplification&&r.simplification<1),c=(function(u,h,d){const f=cb(sb(Su(u))),g=[];let y=[],m=[0,0],v=[];const b=()=>{v.length>=4&&y.push(...Tu(v,h)),v=[]},_=()=>{b(),y.length&&(g.push(y),y=[])};for(const{key:w,data:P}of f)switch(w){case"M":_(),m=[P[0],P[1]],y.push(m);break;case"L":b(),y.push([P[0],P[1]]);break;case"C":if(!v.length){const $=y.length?y[y.length-1]:m;v.push([$[0],$[1]])}v.push([P[0],P[1]]),v.push([P[2],P[3]]),v.push([P[4],P[5]]);break;case"Z":b(),y.push([m[0],m[1]])}if(_(),!d)return g;const x=[];for(const w of g){const P=SN(w,d);P.length&&x.push(P)}return x})(t,1,s?4-4*(r.simplification||1):(1+r.roughness)/2),l=pb(t,r);if(o)if(r.fillStyle==="solid")if(c.length===1){const u=pb(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(u.ops)})}else i.push(Eu(c,r));else i.push(di(c,r));return a&&(s?c.forEach((u=>{i.push(Fa(u,!1,r))})):i.push(l)),this._d("path",i,r)}opsToPath(t,n){let r="";for(const i of t.ops){const o=typeof n=="number"&&n>=0?i.data.map((a=>+a.toFixed(n))):i.data;switch(i.op){case"move":r+=`M${o[0]} ${o[1]} `;break;case"bcurveTo":r+=`C${o[0]} ${o[1]}, ${o[2]} ${o[3]}, ${o[4]} ${o[5]} `;break;case"lineTo":r+=`L${o[0]} ${o[1]} `}}return r.trim()}toPaths(t){const n=t.sets||[],r=t.options||this.defaultOptions,i=[];for(const o of n){let a=null;switch(o.type){case"path":a={d:this.opsToPath(o),stroke:r.stroke,strokeWidth:r.strokeWidth,fill:an};break;case"fillPath":a={d:this.opsToPath(o),stroke:an,strokeWidth:0,fill:r.fill||an};break;case"fillSketch":a=this.fillSketch(o,r)}a&&i.push(a)}return i}fillSketch(t,n){let r=n.fillWeight;return r<0&&(r=n.strokeWidth/2),{d:this.opsToPath(t),stroke:n.fill||an,strokeWidth:r,fill:an}}_mergedShape(t){return t.filter(((n,r)=>r===0||n.op!=="move"))}}class MN{constructor(t,n){this.canvas=t,this.ctx=this.canvas.getContext("2d"),this.gen=new Xa(n)}draw(t){const n=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.ctx,o=t.options.fixedDecimalPlaceDigits;for(const a of n)switch(a.type){case"path":i.save(),i.strokeStyle=r.stroke==="none"?"transparent":r.stroke,i.lineWidth=r.strokeWidth,r.strokeLineDash&&i.setLineDash(r.strokeLineDash),r.strokeLineDashOffset&&(i.lineDashOffset=r.strokeLineDashOffset),this._drawToContext(i,a,o),i.restore();break;case"fillPath":{i.save(),i.fillStyle=r.fill||"";const s=t.shape==="curve"||t.shape==="polygon"||t.shape==="path"?"evenodd":"nonzero";this._drawToContext(i,a,o,s),i.restore();break}case"fillSketch":this.fillSketch(i,a,r)}}fillSketch(t,n,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2),t.save(),r.fillLineDash&&t.setLineDash(r.fillLineDash),r.fillLineDashOffset&&(t.lineDashOffset=r.fillLineDashOffset),t.strokeStyle=r.fill||"",t.lineWidth=i,this._drawToContext(t,n,r.fixedDecimalPlaceDigits),t.restore()}_drawToContext(t,n,r,i="nonzero"){t.beginPath();for(const o of n.ops){const a=typeof r=="number"&&r>=0?o.data.map((s=>+s.toFixed(r))):o.data;switch(o.op){case"move":t.moveTo(a[0],a[1]);break;case"bcurveTo":t.bezierCurveTo(a[0],a[1],a[2],a[3],a[4],a[5]);break;case"lineTo":t.lineTo(a[0],a[1])}}n.type==="fillPath"?t.fill(i):t.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(t,n,r,i,o){const a=this.gen.line(t,n,r,i,o);return this.draw(a),a}rectangle(t,n,r,i,o){const a=this.gen.rectangle(t,n,r,i,o);return this.draw(a),a}ellipse(t,n,r,i,o){const a=this.gen.ellipse(t,n,r,i,o);return this.draw(a),a}circle(t,n,r,i){const o=this.gen.circle(t,n,r,i);return this.draw(o),o}linearPath(t,n){const r=this.gen.linearPath(t,n);return this.draw(r),r}polygon(t,n){const r=this.gen.polygon(t,n);return this.draw(r),r}arc(t,n,r,i,o,a,s=!1,c){const l=this.gen.arc(t,n,r,i,o,a,s,c);return this.draw(l),l}curve(t,n){const r=this.gen.curve(t,n);return this.draw(r),r}path(t,n){const r=this.gen.path(t,n);return this.draw(r),r}}const Ua="http://www.w3.org/2000/svg";class EN{constructor(t,n){this.svg=t,this.gen=new Xa(n)}draw(t){const n=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.svg.ownerDocument||window.document,o=i.createElementNS(Ua,"g"),a=t.options.fixedDecimalPlaceDigits;for(const s of n){let c=null;switch(s.type){case"path":c=i.createElementNS(Ua,"path"),c.setAttribute("d",this.opsToPath(s,a)),c.setAttribute("stroke",r.stroke),c.setAttribute("stroke-width",r.strokeWidth+""),c.setAttribute("fill","none"),r.strokeLineDash&&c.setAttribute("stroke-dasharray",r.strokeLineDash.join(" ").trim()),r.strokeLineDashOffset&&c.setAttribute("stroke-dashoffset",`${r.strokeLineDashOffset}`);break;case"fillPath":c=i.createElementNS(Ua,"path"),c.setAttribute("d",this.opsToPath(s,a)),c.setAttribute("stroke","none"),c.setAttribute("stroke-width","0"),c.setAttribute("fill",r.fill||""),t.shape!=="curve"&&t.shape!=="polygon"||c.setAttribute("fill-rule","evenodd");break;case"fillSketch":c=this.fillSketch(i,s,r)}c&&o.appendChild(c)}return o}fillSketch(t,n,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2);const o=t.createElementNS(Ua,"path");return o.setAttribute("d",this.opsToPath(n,r.fixedDecimalPlaceDigits)),o.setAttribute("stroke",r.fill||""),o.setAttribute("stroke-width",i+""),o.setAttribute("fill","none"),r.fillLineDash&&o.setAttribute("stroke-dasharray",r.fillLineDash.join(" ").trim()),r.fillLineDashOffset&&o.setAttribute("stroke-dashoffset",`${r.fillLineDashOffset}`),o}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(t,n){return this.gen.opsToPath(t,n)}line(t,n,r,i,o){const a=this.gen.line(t,n,r,i,o);return this.draw(a)}rectangle(t,n,r,i,o){const a=this.gen.rectangle(t,n,r,i,o);return this.draw(a)}ellipse(t,n,r,i,o){const a=this.gen.ellipse(t,n,r,i,o);return this.draw(a)}circle(t,n,r,i){const o=this.gen.circle(t,n,r,i);return this.draw(o)}linearPath(t,n){const r=this.gen.linearPath(t,n);return this.draw(r)}polygon(t,n){const r=this.gen.polygon(t,n);return this.draw(r)}arc(t,n,r,i,o,a,s=!1,c){const l=this.gen.arc(t,n,r,i,o,a,s,c);return this.draw(l)}curve(t,n){const r=this.gen.curve(t,n);return this.draw(r)}path(t,n){const r=this.gen.path(t,n);return this.draw(r)}}var IN={canvas:(e,t)=>new MN(e,t),svg:(e,t)=>new EN(e,t),generator:e=>new Xa(e),newSeed:()=>Xa.newSeed()},AN=Object.defineProperty,_b=Object.getOwnPropertySymbols,TN=Object.prototype.hasOwnProperty,kN=Object.prototype.propertyIsEnumerable,xb=(e,t,n)=>t in e?AN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,RN=(e,t)=>{for(var n in t||(t={}))TN.call(t,n)&&xb(e,n,t[n]);if(_b)for(var n of _b(t))kN.call(t,n)&&xb(e,n,t[n]);return e};function LN(e,t,n){if(!e||!t){console.warn("Invalid node or svg element");return}const r=IN.svg(t,{options:{seed:1e3}}),i=Se("g");e.hasAttribute("transform")&&i.setAttribute("transform",e.getAttribute("transform")||"");const o=e.cloneNode();ut(o,{opacity:.5}),o.hasAttribute("transform")&&o.removeAttribute("transform"),o.dataset.elementType="rough-volume",i.appendChild(o);const a=NN(r,e,n);if(a){const{element:c,svgAttributes:l}=a;c.dataset.elementType="rough-element",c.style.pointerEvents="none",zN(c,l),i.appendChild(c)}e.id&&(i.id=e.id),Array.from(e.classList).forEach(c=>{i.classList.contains(c)||i.classList.add(c)}),Array.from(e.attributes).forEach(c=>{c.name.startsWith("data-")&&i.setAttribute(c.name,c.value)}),i.childElementCount>0?e.replaceWith(i):e.remove()}function zN(e,t){t.opacity!==void 0&&e.setAttribute("opacity",String(t.opacity)),t.fillOpacity!==void 0&&e.setAttribute("fill-opacity",String(t.fillOpacity)),t.strokeOpacity!==void 0&&e.setAttribute("stroke-opacity",String(t.strokeOpacity)),t.strokeLinecap&&e.setAttribute("stroke-linecap",t.strokeLinecap),t.strokeLinejoin&&e.setAttribute("stroke-linejoin",t.strokeLinejoin),t.strokeDasharray&&e.setAttribute("stroke-dasharray",t.strokeDasharray),t.filter&&e.setAttribute("filter",t.filter),t.clipPath&&e.setAttribute("clip-path",t.clipPath),t.mask&&e.setAttribute("mask",t.mask)}function NN(e,t,n){const r=t.nodeName.toLowerCase(),i=(o,a)=>{const s=sn(o,[...a,"fill","fill-opacity","stroke","stroke-opacity","stroke-width","stroke-dasharray","stroke-linecap","stroke-linejoin","opacity","filter","clip-path","mask"],!0),c={},l=RN({},n),u={};a.forEach($=>{s[$]!==void 0&&(c[$]=s[$])});const{fill:h,"fill-opacity":d,stroke:f,"stroke-opacity":g,"stroke-width":y,"stroke-dasharray":m,"stroke-linecap":v,"stroke-linejoin":b,opacity:_,filter:x,"clip-path":w,mask:P}=s;if(l.fill=h||"none",l.stroke=f||(h&&h!=="none"?h:"currentColor"),y&&(l.strokeWidth=parseFloat(y)),m&&m!=="none"){const $=m.split(/[\s,]+/).map(C=>parseFloat(C)).filter(C=>!isNaN(C));$.length>0&&(l.strokeLineDash=$)}return d&&(u.fillOpacity=parseFloat(d)),g&&(u.strokeOpacity=parseFloat(g)),_&&(u.opacity=parseFloat(_)),v&&(u.strokeLinecap=v),b&&(u.strokeLinejoin=b),m&&m!=="none"&&(u.strokeDasharray=m),x&&(u.filter=x),w&&(u.clipPath=w),P&&(u.mask=P),[c,l,u]};try{let o=null,a={};switch(r){case"circle":{const[s,c,l]=i(t,["cx","cy","r"]),u=parseFloat(s.cx)||0,h=parseFloat(s.cy)||0,d=parseFloat(s.r)||0;o=e.circle(u,h,d*2,c),a=l;break}case"ellipse":{const[s,c,l]=i(t,["cx","cy","rx","ry"]),u=parseFloat(s.cx)||0,h=parseFloat(s.cy)||0,d=parseFloat(s.rx)||0,f=parseFloat(s.ry)||0;o=e.ellipse(u,h,d*2,f*2,c),a=l;break}case"line":{const[s,c,l]=i(t,["x1","y1","x2","y2"]),u=parseFloat(s.x1)||0,h=parseFloat(s.y1)||0,d=parseFloat(s.x2)||0,f=parseFloat(s.y2)||0;o=e.line(u,h,d,f,c),a=l;break}case"rect":{const[s,c,l]=i(t,["x","y","width","height","rx","ry"]),u=parseFloat(s.x)||0,h=parseFloat(s.y)||0,d=parseFloat(s.width)||0,f=parseFloat(s.height)||0,g=parseFloat(s.rx)||0,y=parseFloat(s.ry)||0;if(g>0||y>0){const b=HN(u,h,d,f,g||y,y||g);o=e.path(b,c)}else o=e.rectangle(u,h,d,f,c);a=l;break}case"path":{const[s,c,l]=i(t,["d"]),u=s.d||"";if(!u)return console.warn("Path element has no d attribute"),null;o=e.path(u,c),a=l;break}case"polygon":{const[s,c,l]=i(t,["points"]),u=wb(s.points||"");if(u.length<3)return console.warn("Polygon needs at least 3 points"),null;o=e.polygon(u,c),a=l;break}case"polyline":{const[s,c,l]=i(t,["points"]),u=wb(s.points||"");if(u.length<2)return console.warn("Polyline needs at least 2 points"),null;o=e.linearPath(u,c),a=l;break}default:return console.warn(`Unsupported shape type: ${r}`),null}return o?{element:o,svgAttributes:a}:null}catch(o){return console.error(`Error creating rough shape for ${r}:`,o),null}}function HN(e,t,n,r,i,o){return i=Math.min(i,n/2),o=Math.min(o,r/2),`
|
|
14
|
+
</symbol>`)})}function sz(e){const t=e.trim();return/^(?:<\?xml[^>]*>\s*)?<svg[\s>]/i.test(t)||t.startsWith("<symbol")}function di(e){if(!e||!sz(e))return null;const t=e.replace(/<svg(?=[\s/>])/i,"<symbol").replace(/<\/svg>/i,"</symbol>");return pi(t)}var cz=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function lz(e){try{return!!new URL(e)}catch(t){return!1}}function uz(e,t){return!!(e.toLowerCase().includes("image/svg")||!e&&t==="svg")}function kv(e,t){return cz(this,null,function*(){if(!e||!lz(e))return null;const n=yield as(e);if(!n.ok)throw new Error("Failed to load resource");const r=n.headers.get("Content-Type")||"";if(uz(r,t)){const a=yield n.text();return di(a)}const i=yield n.blob(),o=yield hz(i);return so(o)})}function hz(e){return new Promise((t,n)=>{const r=new FileReader;r.onloadend=()=>{t(r.result)},r.onerror=n,r.readAsDataURL(e)})}var Rv=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});const dz=e=>Rv(null,null,function*(){var t;try{const n=new URLSearchParams({text:e,topK:"1"}),r=`${iM}?${n.toString()}`,i=yield as(r);if(!i.ok)return null;const o=yield i.json();return!(o!=null&&o.status)||!Array.isArray((t=o.data)==null?void 0:t.data)?null:o.data.data[0]||null}catch(n){return console.error(`Failed to query icon for "${e}":`,n),null}});function fz(e){return e.startsWith("data:")}function pz(e){const t=e.trim();return t.startsWith("<svg")||t.startsWith("<symbol")}function Lv(e,t){return Rv(this,null,function*(){var n;if(!e)return null;const r=yield dz(e);if(!r)return null;if(pz(r))return di(r);if(fz(r)){const i=((n=r.match(/^data:([^;]+)/))==null?void 0:n[1])||"",o=r.includes(";base64,");if(i==="image/svg+xml"&&!o){const a=r.indexOf(","),s=a>=0?r.slice(a+1):r;return di(s)}return so(r)}return kv(r,t)})}let zv=null;function gz(e){zv=e}function mz(){return zv}function yz(e){if(!e.startsWith("data:"))return null;const t=e.indexOf(",");if(t===-1)return null;const n=e.slice(5,t),r=e.slice(t+1),i=n.split(";"),o=i[0],a=i.includes("base64");return o==="image/svg+xml"&&!a?{source:"inline",format:"svg",encoding:"raw",data:r.startsWith("%3C")?decodeURIComponent(r):r}:o.startsWith("image/")?{source:"inline",format:o==="image/svg+xml"?"svg":"image",encoding:a?"base64":"data-uri",data:e}:null}const vz=new Set(["svg","png","jpg","jpeg","webp","gif"]);function bz(e){const t=e.trim();return t.startsWith("<svg")||t.startsWith("<symbol")}function _z(e){const t=e.toLowerCase();if(t.endsWith(".svg")||t.includes(".svg?"))return"svg";if(t.endsWith(".png")||t.endsWith(".jpg")||t.endsWith(".jpeg")||t.endsWith(".webp")||t.endsWith(".gif"))return"image"}function xz(e){var t;if(!e.startsWith("ref:"))return null;const n=e.slice(4),[r,...i]=n.split(":");if(!r||i.length===0)return null;let o;i.length>1&&vz.has(i[0].toLowerCase())&&(o=(t=i.shift())==null?void 0:t.toLowerCase());const a=i.join(":");if(!a)return null;const s=r==="url"?"remote":r;return s==="remote"?{source:"remote",format:o||_z(a)||void 0,data:a}:s==="search"?{source:"search",format:o||"svg",data:a}:s==="svg"?{source:"inline",format:"svg",data:a,encoding:"raw"}:{source:"custom",data:e,format:o}}function Na(e){if(!e)return null;if(typeof e!="string"){if(e.source)return e;const r=e;return r.type==="image"?{source:"inline",format:"image",data:r.data}:r.type==="svg"?{source:"inline",format:"svg",encoding:"raw",data:r.data}:r.type==="remote"?{source:"remote",format:r.format,data:r.data}:r.type==="search"?{source:"search",format:r.format||"svg",data:r.data}:r.type==="custom"?{source:"custom",data:r.data}:null}const t=yz(e);if(t)return t;const n=xz(e);return n||(bz(e)?{source:"inline",format:"svg",encoding:"raw",data:e}:{source:"custom",data:e})}function wu(e){const t=typeof e=="string"?Na(e):e;return t?"rsc-"+Nb(JSON.stringify(t)):null}function Nv(e){const t=wu(e);return t?`#${t}`:null}var Pu=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function wz(e,t,n){return Pu(this,null,function*(){const r=Na(t);if(!r)return null;r.scene||(r.scene=e);const{source:i,data:o,format:a,encoding:s}=r;let c=null;try{if(i==="inline"){const l=o.startsWith("data:");a==="svg"&&s==="raw"?c=di(o):a==="svg"&&l?c=yield so(o):l||a==="image"?c=yield so(o):c=di(o)}else if(i==="remote")c=yield kv(o,a);else if(i==="search")c=yield Lv(o,a);else{const l=mz();l&&(c=yield l(r))}}catch(l){c=null}return c||(yield Lv(Pz(r,e,n),a))})}const Dv=new Map,Da=new WeakMap;function Hv(e,t,n,r){return Pu(this,null,function*(){if(!e)return null;const i=Na(n);if(!i)return null;const o=wu(i),a=`resource:${o}`,s=Da.get(e);if(s!=null&&s.has(o))return o;const c=xv(e,a);if(c)return yield c;const l=Pu(null,null,function*(){const u=Dv.has(o)?Dv.get(o)||null:yield wz(t,i,r);if(!u)return null;Da.has(e)||Da.set(e,new Map);const h=Da.get(e);if(h.has(o))return o;const d=rs(e);return u.id=o,d.appendChild(u),h.set(o,u),o});return wv(e,a,l),yield l})}function Pz(e,t,n){const r=t==="illus"?"illustration":"icon",i=Ha(e.data)||Ha(n==null?void 0:n.label)||Ha(n==null?void 0:n.desc);if(i)return i;const o=Ha(e.data);return!o||e.source==="inline"||o.startsWith("data:")||o.startsWith("<svg")||o.startsWith("<symbol")?r:o}function Ha(e){if(typeof e!="string")return null;const t=e.trim();return t||null}var $z=Object.defineProperty,qv=Object.getOwnPropertySymbols,Cz=Object.prototype.hasOwnProperty,Oz=Object.prototype.propertyIsEnumerable,jv=(e,t,n)=>t in e?$z(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,qa=(e,t)=>{for(var n in t||(t={}))Cz.call(t,n)&&jv(e,n,t[n]);if(qv)for(var n of qv(t))Oz.call(t,n)&&jv(e,n,t[n]);return e};function Sz(e,t,n,r){var i,o;const a=n.icon;if(!a)return null;const{themeConfig:s}=r,c=(i=n.attributes)==null?void 0:i.icon,l=qa(qa({},(o=s.item)==null?void 0:o.icon),c),u=ao(t,l);return Mz(e,t,a,u,n)}function Mz(e,t,n,r,i){return Hv(e,"icon",n,i),XD(n,qa(qa({},sn(t,["id","x","y","width","height","fill","stroke","data-element-type","data-indexes"])),r))}var Ez=Object.defineProperty,Iz=Object.defineProperties,Az=Object.getOwnPropertyDescriptors,ja=Object.getOwnPropertySymbols,Fv=Object.prototype.hasOwnProperty,Bv=Object.prototype.propertyIsEnumerable,Wv=(e,t,n)=>t in e?Ez(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,co=(e,t)=>{for(var n in t||(t={}))Fv.call(t,n)&&Wv(e,n,t[n]);if(ja)for(var n of ja(t))Bv.call(t,n)&&Wv(e,n,t[n]);return e},Gv=(e,t)=>Iz(e,Az(t)),Tz=(e,t)=>{var n={};for(var r in e)Fv.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ja)for(var r of ja(e))t.indexOf(r)<0&&Bv.call(e,r)&&(n[r]=e[r]);return n};function Vv(e,t,n,r,i={}){if(!n)return null;const o=Na(n);if(!o)return null;const a=wu(o);i&&Object.keys(i).length>0&<(t,i);const s=Rz(e,t,a);Hv(e,"illus",o,r);const{data:c,color:l}=o;return Lz(a,Gv(co(co(co({},zz(t)),l?{color:l}:{}),i),{"clip-path":`url(#${s})`}),c)}function kz(e,t,n){var r;const i=n.illus,o=(r=n.attributes)==null?void 0:r.illus;return Vv(e,t,i,n,o)}function Rz(e,t,n){const r=`clip-${n}-${JD()}`;if(e.querySelector(`#${r}`))return r;const i=rs(e),o=Ee("clipPath",{id:r}),a=t.cloneNode();return lD(a,["id","data-illus-bounds","data-element-type"]),o.appendChild(a),i.appendChild(o),r}function Lz(e,t,n){const r=t,{"clip-path":i}=r,o=Tz(r,["clip-path"]),{x:a="0",y:s="0",width:c="0",height:l="0"}=o,u=Ee("rect",{id:`${e}-volume`,"data-element-type":Ve.IllusVolume,x:a,y:s,width:c,height:l,fill:"transparent"}),h=Ee("g",{"data-element-type":Ve.IllusGroup,"clip-path":i,id:`${e}-group`});h.appendChild(u);const d=Ee("use",Gv(co({id:e,fill:"lightgray"},o),{href:Nv(n),"data-element-type":Ve.Illus}));return h.appendChild(d),h}function zz(e){const t=e.getAttribute("data-illus-bounds");if(!t)return co({x:"0",y:"0",width:"0",height:"0"},sn(e,["x","y","width","height"]));const[n,r,i,o]=t.split(" ");return{x:n,y:r,width:i,height:o}}function Fa(e){"@babel/helpers - typeof";return Fa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fa(e)}var Nz=/^\s+/,Dz=/\s+$/;function be(e,t){if(e=e||"",t=t||{},e instanceof be)return e;if(!(this instanceof be))return new be(e,t);var n=Hz(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=Math.round(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=n.ok}be.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},getLuminance:function(){var t=this.toRgb(),n,r,i,o,a,s;return n=t.r/255,r=t.g/255,i=t.b/255,n<=.03928?o=n/12.92:o=Math.pow((n+.055)/1.055,2.4),r<=.03928?a=r/12.92:a=Math.pow((r+.055)/1.055,2.4),i<=.03928?s=i/12.92:s=Math.pow((i+.055)/1.055,2.4),.2126*o+.7152*a+.0722*s},setAlpha:function(t){return this._a=Qv(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=Xv(this._r,this._g,this._b);return{h:t.h*360,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=Xv(this._r,this._g,this._b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.v*100);return this._a==1?"hsv("+n+", "+r+"%, "+i+"%)":"hsva("+n+", "+r+"%, "+i+"%, "+this._roundA+")"},toHsl:function(){var t=Yv(this._r,this._g,this._b);return{h:t.h*360,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=Yv(this._r,this._g,this._b),n=Math.round(t.h*360),r=Math.round(t.s*100),i=Math.round(t.l*100);return this._a==1?"hsl("+n+", "+r+"%, "+i+"%)":"hsla("+n+", "+r+"%, "+i+"%, "+this._roundA+")"},toHex:function(t){return Uv(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return Bz(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(vt(this._r,255)*100)+"%",g:Math.round(vt(this._g,255)*100)+"%",b:Math.round(vt(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(vt(this._r,255)*100)+"%, "+Math.round(vt(this._g,255)*100)+"%, "+Math.round(vt(this._b,255)*100)+"%)":"rgba("+Math.round(vt(this._r,255)*100)+"%, "+Math.round(vt(this._g,255)*100)+"%, "+Math.round(vt(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:tN[Uv(this._r,this._g,this._b,!0)]||!1},toFilter:function(t){var n="#"+Kv(this._r,this._g,this._b,this._a),r=n,i=this._gradientType?"GradientType = 1, ":"";if(t){var o=be(t);r="#"+Kv(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+n+",endColorstr="+r+")"},toString:function(t){var n=!!t;t=t||this._format;var r=!1,i=this._a<1&&this._a>=0,o=!n&&i&&(t==="hex"||t==="hex6"||t==="hex3"||t==="hex4"||t==="hex8"||t==="name");return o?t==="name"&&this._a===0?this.toName():this.toRgbString():(t==="rgb"&&(r=this.toRgbString()),t==="prgb"&&(r=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(r=this.toHexString()),t==="hex3"&&(r=this.toHexString(!0)),t==="hex4"&&(r=this.toHex8String(!0)),t==="hex8"&&(r=this.toHex8String()),t==="name"&&(r=this.toName()),t==="hsl"&&(r=this.toHslString()),t==="hsv"&&(r=this.toHsvString()),r||this.toHexString())},clone:function(){return be(this.toString())},_applyModification:function(t,n){var r=t.apply(null,[this].concat([].slice.call(n)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(Yz,arguments)},brighten:function(){return this._applyModification(Xz,arguments)},darken:function(){return this._applyModification(Uz,arguments)},desaturate:function(){return this._applyModification(Wz,arguments)},saturate:function(){return this._applyModification(Gz,arguments)},greyscale:function(){return this._applyModification(Vz,arguments)},spin:function(){return this._applyModification(Kz,arguments)},_applyCombination:function(t,n){return t.apply(null,[this].concat([].slice.call(n)))},analogous:function(){return this._applyCombination(Jz,arguments)},complement:function(){return this._applyCombination(Zz,arguments)},monochromatic:function(){return this._applyCombination(eN,arguments)},splitcomplement:function(){return this._applyCombination(Qz,arguments)},triad:function(){return this._applyCombination(Zv,[3])},tetrad:function(){return this._applyCombination(Zv,[4])}},be.fromRatio=function(e,t){if(Fa(e)=="object"){var n={};for(var r in e)e.hasOwnProperty(r)&&(r==="a"?n[r]=e[r]:n[r]=lo(e[r]));e=n}return be(e,t)};function Hz(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,o=null,a=!1,s=!1;return typeof e=="string"&&(e=oN(e)),Fa(e)=="object"&&(jn(e.r)&&jn(e.g)&&jn(e.b)?(t=qz(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):jn(e.h)&&jn(e.s)&&jn(e.v)?(r=lo(e.s),i=lo(e.v),t=Fz(e.h,r,i),a=!0,s="hsv"):jn(e.h)&&jn(e.s)&&jn(e.l)&&(r=lo(e.s),o=lo(e.l),t=jz(e.h,r,o),a=!0,s="hsl"),e.hasOwnProperty("a")&&(n=e.a)),n=Qv(n),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}function qz(e,t,n){return{r:vt(e,255)*255,g:vt(t,255)*255,b:vt(n,255)*255}}function Yv(e,t,n){e=vt(e,255),t=vt(t,255),n=vt(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o,a,s=(r+i)/2;if(r==i)o=a=0;else{var c=r-i;switch(a=s>.5?c/(2-r-i):c/(r+i),r){case e:o=(t-n)/c+(t<n?6:0);break;case t:o=(n-e)/c+2;break;case n:o=(e-t)/c+4;break}o/=6}return{h:o,s:a,l:s}}function jz(e,t,n){var r,i,o;e=vt(e,360),t=vt(t,100),n=vt(n,100);function a(l,u,h){return h<0&&(h+=1),h>1&&(h-=1),h<1/6?l+(u-l)*6*h:h<1/2?u:h<2/3?l+(u-l)*(2/3-h)*6:l}if(t===0)r=i=o=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=a(c,s,e+1/3),i=a(c,s,e),o=a(c,s,e-1/3)}return{r:r*255,g:i*255,b:o*255}}function Xv(e,t,n){e=vt(e,255),t=vt(t,255),n=vt(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),o,a,s=r,c=r-i;if(a=r===0?0:c/r,r==i)o=0;else{switch(r){case e:o=(t-n)/c+(t<n?6:0);break;case t:o=(n-e)/c+2;break;case n:o=(e-t)/c+4;break}o/=6}return{h:o,s:a,v:s}}function Fz(e,t,n){e=vt(e,360)*6,t=vt(t,100),n=vt(n,100);var r=Math.floor(e),i=e-r,o=n*(1-t),a=n*(1-i*t),s=n*(1-(1-i)*t),c=r%6,l=[n,a,o,o,s,n][c],u=[s,n,n,a,o,o][c],h=[o,o,s,n,n,a][c];return{r:l*255,g:u*255,b:h*255}}function Uv(e,t,n,r){var i=[dn(Math.round(e).toString(16)),dn(Math.round(t).toString(16)),dn(Math.round(n).toString(16))];return r&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function Bz(e,t,n,r,i){var o=[dn(Math.round(e).toString(16)),dn(Math.round(t).toString(16)),dn(Math.round(n).toString(16)),dn(Jv(r))];return i&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}function Kv(e,t,n,r){var i=[dn(Jv(r)),dn(Math.round(e).toString(16)),dn(Math.round(t).toString(16)),dn(Math.round(n).toString(16))];return i.join("")}be.equals=function(e,t){return!e||!t?!1:be(e).toRgbString()==be(t).toRgbString()},be.random=function(){return be.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function Wz(e,t){t=t===0?0:t||10;var n=be(e).toHsl();return n.s-=t/100,n.s=Ba(n.s),be(n)}function Gz(e,t){t=t===0?0:t||10;var n=be(e).toHsl();return n.s+=t/100,n.s=Ba(n.s),be(n)}function Vz(e){return be(e).desaturate(100)}function Yz(e,t){t=t===0?0:t||10;var n=be(e).toHsl();return n.l+=t/100,n.l=Ba(n.l),be(n)}function Xz(e,t){t=t===0?0:t||10;var n=be(e).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(255*-(t/100)))),n.g=Math.max(0,Math.min(255,n.g-Math.round(255*-(t/100)))),n.b=Math.max(0,Math.min(255,n.b-Math.round(255*-(t/100)))),be(n)}function Uz(e,t){t=t===0?0:t||10;var n=be(e).toHsl();return n.l-=t/100,n.l=Ba(n.l),be(n)}function Kz(e,t){var n=be(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,be(n)}function Zz(e){var t=be(e).toHsl();return t.h=(t.h+180)%360,be(t)}function Zv(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var n=be(e).toHsl(),r=[be(e)],i=360/t,o=1;o<t;o++)r.push(be({h:(n.h+o*i)%360,s:n.s,l:n.l}));return r}function Qz(e){var t=be(e).toHsl(),n=t.h;return[be(e),be({h:(n+72)%360,s:t.s,l:t.l}),be({h:(n+216)%360,s:t.s,l:t.l})]}function Jz(e,t,n){t=t||6,n=n||30;var r=be(e).toHsl(),i=360/n,o=[be(e)];for(r.h=(r.h-(i*t>>1)+720)%360;--t;)r.h=(r.h+i)%360,o.push(be(r));return o}function eN(e,t){t=t||6;for(var n=be(e).toHsv(),r=n.h,i=n.s,o=n.v,a=[],s=1/t;t--;)a.push(be({h:r,s:i,v:o})),o=(o+s)%1;return a}be.mix=function(e,t,n){n=n===0?0:n||50;var r=be(e).toRgb(),i=be(t).toRgb(),o=n/100,a={r:(i.r-r.r)*o+r.r,g:(i.g-r.g)*o+r.g,b:(i.b-r.b)*o+r.b,a:(i.a-r.a)*o+r.a};return be(a)},be.readability=function(e,t){var n=be(e),r=be(t);return(Math.max(n.getLuminance(),r.getLuminance())+.05)/(Math.min(n.getLuminance(),r.getLuminance())+.05)},be.isReadable=function(e,t,n){var r=be.readability(e,t),i,o;switch(o=!1,i=aN(n),i.level+i.size){case"AAsmall":case"AAAlarge":o=r>=4.5;break;case"AAlarge":o=r>=3;break;case"AAAsmall":o=r>=7;break}return o},be.mostReadable=function(e,t,n){var r=null,i=0,o,a,s,c;n=n||{},a=n.includeFallbackColors,s=n.level,c=n.size;for(var l=0;l<t.length;l++)o=be.readability(e,t[l]),o>i&&(i=o,r=be(t[l]));return be.isReadable(e,r,{level:s,size:c})||!a?r:(n.includeFallbackColors=!1,be.mostReadable(e,["#fff","#000"],n))};var $u=be.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},tN=be.hexNames=nN($u);function nN(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Qv(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function vt(e,t){rN(e)&&(e="100%");var n=iN(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function Ba(e){return Math.min(1,Math.max(0,e))}function on(e){return parseInt(e,16)}function rN(e){return typeof e=="string"&&e.indexOf(".")!=-1&&parseFloat(e)===1}function iN(e){return typeof e=="string"&&e.indexOf("%")!=-1}function dn(e){return e.length==1?"0"+e:""+e}function lo(e){return e<=1&&(e=e*100+"%"),e}function Jv(e){return Math.round(parseFloat(e)*255).toString(16)}function eb(e){return on(e)/255}var fn=(function(){var e="[-\\+]?\\d+%?",t="[-\\+]?\\d*\\.\\d+%?",n="(?:"+t+")|(?:"+e+")",r="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?",i="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?";return{CSS_UNIT:new RegExp(n),rgb:new RegExp("rgb"+r),rgba:new RegExp("rgba"+i),hsl:new RegExp("hsl"+r),hsla:new RegExp("hsla"+i),hsv:new RegExp("hsv"+r),hsva:new RegExp("hsva"+i),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}})();function jn(e){return!!fn.CSS_UNIT.exec(e)}function oN(e){e=e.replace(Nz,"").replace(Dz,"").toLowerCase();var t=!1;if($u[e])e=$u[e],t=!0;else if(e=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n;return(n=fn.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=fn.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=fn.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=fn.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=fn.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=fn.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=fn.hex8.exec(e))?{r:on(n[1]),g:on(n[2]),b:on(n[3]),a:eb(n[4]),format:t?"name":"hex8"}:(n=fn.hex6.exec(e))?{r:on(n[1]),g:on(n[2]),b:on(n[3]),format:t?"name":"hex"}:(n=fn.hex4.exec(e))?{r:on(n[1]+""+n[1]),g:on(n[2]+""+n[2]),b:on(n[3]+""+n[3]),a:eb(n[4]+""+n[4]),format:t?"name":"hex8"}:(n=fn.hex3.exec(e))?{r:on(n[1]+""+n[1]),g:on(n[2]+""+n[2]),b:on(n[3]+""+n[3]),format:t?"name":"hex"}:!1}function aN(e){var t,n;return e=e||{level:"AA",size:"small"},t=(e.level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),t!=="AA"&&t!=="AAA"&&(t="AA"),n!=="small"&&n!=="large"&&(n="small"),{level:t,size:n}}var sN=Object.defineProperty,tb=Object.getOwnPropertySymbols,cN=Object.prototype.hasOwnProperty,lN=Object.prototype.propertyIsEnumerable,nb=(e,t,n)=>t in e?sN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,uN=(e,t)=>{for(var n in t||(t={}))cN.call(t,n)&&nb(e,n,t[n]);if(tb)for(var n of tb(t))lN.call(t,n)&&nb(e,n,t[n]);return e};function rb(e,t,n,r){const i=e.getAttribute(r),o=hN(i,n),{type:a,colors:s=[]}=o,c=s.length-1,l=s.map((f,g)=>typeof f=="string"?Ee("stop",{offset:`${g/c}`,"stop-color":f}):Ee("stop",{offset:`${f.offset}`,"stop-color":f.color})),u=dN(o);if(a==="linear-gradient"){const{angle:f=0}=o,[[g,y],[m,v]]=fN(f),b=Ee("linearGradient",{id:u,x1:g,y1:y,x2:m,y2:v});l.forEach(_=>b.appendChild(_)),ib(t,u,b)}else if(a==="radial-gradient"){const f=Ee("radialGradient",{id:u});l.forEach(g=>f.appendChild(g)),ib(t,u,f)}const h=e.getAttribute("fill"),d=e.getAttribute("stroke");_r(h)&&e.setAttribute("fill",`url(#${u})`),_r(d)&&e.setAttribute("stroke",`url(#${u})`)}function ib(e,t,n){const r=rs(e);n.setAttribute("id",t);const i=r.querySelector(`#${t}`);i?i.replaceWith(n):r.appendChild(n)}function hN(e,t){var n;if((n=t.colors)!=null&&n.length||!e)return t;const r=be(e),i=uN({},t);return i.colors=r.isDark()?[e,r.lighten(20).toHexString()]:[r.darken(20).toHexString(),e],!("angle"in t)&&i.type==="linear-gradient"&&(i.angle=225),i}function dN(e){const{type:t,colors:n=[]}=e,r=Ev(n.map(i=>typeof i=="string"?i:`${i.color}_${i.offset}`).join("-"));if(t==="linear-gradient"){const{angle:i=0}=e;return`${t}-${r}-${i}`}return`${t}-${r}`}function fN(e){const t=Math.PI/180*e,n=Math.cos(t),r=Math.sin(t);return[[.5-n/2,.5-r/2],[.5+n/2,.5+r/2]]}const pN=Object.freeze(Object.defineProperty({__proto__:null,diamond:({scale:e=.5,backgroundColor:t,foregroundColor:n})=>{const r=Ee("pattern",{id:"pattern-diamond",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Ee("rect",{width:"100%",height:"100%",fill:t}),o=Ee("path",{d:"M0,0 L20,20 M20,0 L0,20",stroke:n,"stroke-width":"1"});return r.appendChild(i),r.appendChild(o),r},dot:({scale:e=1,backgroundColor:t,foregroundColor:n})=>{const r=Ee("pattern",{id:"pattern-dot",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Ee("rect",{width:"100%",height:"100%",fill:t}),o=Ee("circle",{cx:"5",cy:"5",r:"3",fill:n}),a=Ee("circle",{cx:"15",cy:"15",r:"3",fill:n});return r.appendChild(i),r.appendChild(o),r.appendChild(a),r},hex:({scale:e=.3,backgroundColor:t,foregroundColor:n})=>{const r=Ee("pattern",{id:"pattern-hex",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Ee("rect",{width:"100%",height:"100%",fill:t}),o=Ee("path",{d:"M10,0 L20,5 L20,15 L10,20 L0,15 L0,5 Z",fill:n});return r.appendChild(i),r.appendChild(o),r},line:({scale:e=1,backgroundColor:t,foregroundColor:n})=>{const o=Ee("pattern",{id:"pattern-line",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),a=Ee("rect",{width:"100%",height:"100%",fill:t}),s=Ee("line",{x1:"7",y1:"-3",x2:"23",y2:"13",stroke:n,"stroke-width":6,"stroke-opacity":"0.5"}),c=Ee("line",{x1:"-3",y1:"7",x2:"13",y2:"23",stroke:n,"stroke-width":6,"stroke-opacity":"0.5"});return o.appendChild(a),o.appendChild(s),o.appendChild(c),o},mosaic:({scale:e=1,backgroundColor:t="#ffffff",foregroundColor:n="#000000"})=>{const s=Ee("pattern",{id:"pattern-mosaic",width:20,height:20,patternUnits:"userSpaceOnUse",patternTransform:`scale(${e})`}),c=Ee("rect",{width:"100%",height:"100%",fill:t});s.appendChild(c);for(let l=0;l<4;l++)for(let u=0;u<4;u++)if((u+l)%2===0){const h=Ee("rect",{x:u*5,y:l*5,width:5,height:5,fill:n});s.appendChild(h)}return s},square:({scale:e=.3,backgroundColor:t,foregroundColor:n})=>{const r=Ee("pattern",{id:"pattern-square",width:"20",height:"20",patternTransform:`scale(${e})`,patternUnits:"userSpaceOnUse"}),i=Ee("rect",{width:"100%",height:"100%",fill:t}),o=Ee("path",{d:"M0,0 L20,0 L20,20 L0,20 Z",fill:n});return r.appendChild(i),r.appendChild(o),r}},Symbol.toStringTag,{value:"Module"}));var gN=Object.defineProperty,Wa=Object.getOwnPropertySymbols,ob=Object.prototype.hasOwnProperty,ab=Object.prototype.propertyIsEnumerable,sb=(e,t,n)=>t in e?gN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Cu=(e,t)=>{for(var n in t||(t={}))ob.call(t,n)&&sb(e,n,t[n]);if(Wa)for(var n of Wa(t))ab.call(t,n)&&sb(e,n,t[n]);return e},mN=(e,t)=>{var n={};for(var r in e)ob.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Wa)for(var r of Wa(e))t.indexOf(r)<0&&ab.call(e,r)&&(n[r]=e[r]);return n};const Ou=new Map;function cb(e,t){Ou.has(e)&&console.warn(`Pattern ${e} will be overwritten`),Ou.set(e,t)}for(const[e,t]of Object.entries(pN))cb(e,t);function yN(e,t,n){const r=n.themeConfig.stylize;if(!r||r.type!=="pattern")return;const i=r,{pattern:o}=i,a=mN(i,["pattern"]),s=Ou.get(o);if(!s)return console.warn(`Pattern ${o} not found`);const{fill:c}=sn(e,["fill","stroke"]),l=c,u=Cu({backgroundColor:l&&be(l).setAlpha(.5).toRgbString(),foregroundColor:l},a),h=bN(Cu(Cu({},r),u));vN(t,h,s(u)),_r(c)&&(e.setAttribute("fill",`url(#${h})`),!e.getAttribute("stroke")&&c&&e.setAttribute("stroke",c))}function vN(e,t,n){const r=rs(e);n.setAttribute("id",t);const i=r.querySelector(`pattern#${t}`);i?i.replaceWith(n):r.appendChild(n)}function bN(e){const{pattern:t,foregroundColor:n="unset",backgroundColor:r="unset",scale:i="unset"}=e;return Ev(`pattern-${t}-${n}-${r}-${i}`)}function Su(e,t,n){if(e&&e.length){const[r,i]=t,o=Math.PI/180*n,a=Math.cos(o),s=Math.sin(o);for(const c of e){const[l,u]=c;c[0]=(l-r)*a-(u-i)*s+r,c[1]=(l-r)*s+(u-i)*a+i}}}function _N(e,t){return e[0]===t[0]&&e[1]===t[1]}function xN(e,t,n,r=1){const i=n,o=Math.max(t,.1),a=e[0]&&e[0][0]&&typeof e[0][0]=="number"?[e]:e,s=[0,0];if(i)for(const l of a)Su(l,s,i);const c=(function(l,u,h){const d=[];for(const b of l){const _=[...b];_N(_[0],_[_.length-1])||_.push([_[0][0],_[0][1]]),_.length>2&&d.push(_)}const f=[];u=Math.max(u,.1);const g=[];for(const b of d)for(let _=0;_<b.length-1;_++){const x=b[_],w=b[_+1];if(x[1]!==w[1]){const P=Math.min(x[1],w[1]);g.push({ymin:P,ymax:Math.max(x[1],w[1]),x:P===x[1]?x[0]:w[0],islope:(w[0]-x[0])/(w[1]-x[1])})}}if(g.sort(((b,_)=>b.ymin<_.ymin?-1:b.ymin>_.ymin?1:b.x<_.x?-1:b.x>_.x?1:b.ymax===_.ymax?0:(b.ymax-_.ymax)/Math.abs(b.ymax-_.ymax))),!g.length)return f;let y=[],m=g[0].ymin,v=0;for(;y.length||g.length;){if(g.length){let b=-1;for(let _=0;_<g.length&&!(g[_].ymin>m);_++)b=_;g.splice(0,b+1).forEach((_=>{y.push({s:m,edge:_})}))}if(y=y.filter((b=>!(b.edge.ymax<=m))),y.sort(((b,_)=>b.edge.x===_.edge.x?0:(b.edge.x-_.edge.x)/Math.abs(b.edge.x-_.edge.x))),(h!==1||v%u==0)&&y.length>1)for(let b=0;b<y.length;b+=2){const _=b+1;if(_>=y.length)break;const x=y[b].edge,w=y[_].edge;f.push([[Math.round(x.x),m],[Math.round(w.x),m]])}m+=h,y.forEach((b=>{b.edge.x=b.edge.x+h*b.edge.islope})),v++}return f})(a,o,r);if(i){for(const l of a)Su(l,s,-i);(function(l,u,h){const d=[];l.forEach((f=>d.push(...f))),Su(d,u,h)})(c,s,-i)}return c}function uo(e,t){var n;const r=t.hachureAngle+90;let i=t.hachureGap;i<0&&(i=4*t.strokeWidth),i=Math.round(Math.max(i,.1));let o=1;return t.roughness>=1&&(((n=t.randomizer)===null||n===void 0?void 0:n.next())||Math.random())>.7&&(o=i),xN(e,i,r,o||1)}let Mu=class{constructor(t){this.helper=t}fillPolygons(t,n){return this._fillPolygons(t,n)}_fillPolygons(t,n){const r=uo(t,n);return{type:"fillSketch",ops:this.renderLines(r,n)}}renderLines(t,n){const r=[];for(const i of t)r.push(...this.helper.doubleLineOps(i[0][0],i[0][1],i[1][0],i[1][1],n));return r}};function Ga(e){const t=e[0],n=e[1];return Math.sqrt(Math.pow(t[0]-n[0],2)+Math.pow(t[1]-n[1],2))}let wN=class extends Mu{fillPolygons(t,n){let r=n.hachureGap;r<0&&(r=4*n.strokeWidth),r=Math.max(r,.1);const i=uo(t,Object.assign({},n,{hachureGap:r})),o=Math.PI/180*n.hachureAngle,a=[],s=.5*r*Math.cos(o),c=.5*r*Math.sin(o);for(const[l,u]of i)Ga([l,u])&&a.push([[l[0]-s,l[1]+c],[...u]],[[l[0]+s,l[1]-c],[...u]]);return{type:"fillSketch",ops:this.renderLines(a,n)}}},PN=class extends Mu{fillPolygons(t,n){const r=this._fillPolygons(t,n),i=Object.assign({},n,{hachureAngle:n.hachureAngle+90}),o=this._fillPolygons(t,i);return r.ops=r.ops.concat(o.ops),r}},$N=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=uo(t,n=Object.assign({},n,{hachureAngle:0}));return this.dotsOnLines(r,n)}dotsOnLines(t,n){const r=[];let i=n.hachureGap;i<0&&(i=4*n.strokeWidth),i=Math.max(i,.1);let o=n.fillWeight;o<0&&(o=n.strokeWidth/2);const a=i/4;for(const s of t){const c=Ga(s),l=c/i,u=Math.ceil(l)-1,h=c-u*i,d=(s[0][0]+s[1][0])/2-i/4,f=Math.min(s[0][1],s[1][1]);for(let g=0;g<u;g++){const y=f+h+g*i,m=d-a+2*Math.random()*a,v=y-a+2*Math.random()*a,b=this.helper.ellipse(m,v,o,o,n);r.push(...b.ops)}}return{type:"fillSketch",ops:r}}},CN=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=uo(t,n);return{type:"fillSketch",ops:this.dashedLine(r,n)}}dashedLine(t,n){const r=n.dashOffset<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashOffset,i=n.dashGap<0?n.hachureGap<0?4*n.strokeWidth:n.hachureGap:n.dashGap,o=[];return t.forEach((a=>{const s=Ga(a),c=Math.floor(s/(r+i)),l=(s+i-c*(r+i))/2;let u=a[0],h=a[1];u[0]>h[0]&&(u=a[1],h=a[0]);const d=Math.atan((h[1]-u[1])/(h[0]-u[0]));for(let f=0;f<c;f++){const g=f*(r+i),y=g+r,m=[u[0]+g*Math.cos(d)+l*Math.cos(d),u[1]+g*Math.sin(d)+l*Math.sin(d)],v=[u[0]+y*Math.cos(d)+l*Math.cos(d),u[1]+y*Math.sin(d)+l*Math.sin(d)];o.push(...this.helper.doubleLineOps(m[0],m[1],v[0],v[1],n))}})),o}},ON=class{constructor(t){this.helper=t}fillPolygons(t,n){const r=n.hachureGap<0?4*n.strokeWidth:n.hachureGap,i=n.zigzagOffset<0?r:n.zigzagOffset,o=uo(t,n=Object.assign({},n,{hachureGap:r+i}));return{type:"fillSketch",ops:this.zigzagLines(o,i,n)}}zigzagLines(t,n,r){const i=[];return t.forEach((o=>{const a=Ga(o),s=Math.round(a/(2*n));let c=o[0],l=o[1];c[0]>l[0]&&(c=o[1],l=o[0]);const u=Math.atan((l[1]-c[1])/(l[0]-c[0]));for(let h=0;h<s;h++){const d=2*h*n,f=2*(h+1)*n,g=Math.sqrt(2*Math.pow(n,2)),y=[c[0]+d*Math.cos(u),c[1]+d*Math.sin(u)],m=[c[0]+f*Math.cos(u),c[1]+f*Math.sin(u)],v=[y[0]+g*Math.cos(u+Math.PI/4),y[1]+g*Math.sin(u+Math.PI/4)];i.push(...this.helper.doubleLineOps(y[0],y[1],v[0],v[1],r),...this.helper.doubleLineOps(v[0],v[1],m[0],m[1],r))}})),i}};const Qt={};let SN=class{constructor(t){this.seed=t}next(){return this.seed?(ia(2,31)-1&(this.seed=Math.imul(48271,this.seed)))/ia(2,31):Math.random()}};const MN=0,Eu=1,lb=2,Va={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function Iu(e,t){return e.type===t}function Au(e){const t=[],n=(function(a){const s=new Array;for(;a!=="";)if(a.match(/^([ \t\r\n,]+)/))a=a.substr(RegExp.$1.length);else if(a.match(/^([aAcChHlLmMqQsStTvVzZ])/))s[s.length]={type:MN,text:RegExp.$1},a=a.substr(RegExp.$1.length);else{if(!a.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];s[s.length]={type:Eu,text:`${parseFloat(RegExp.$1)}`},a=a.substr(RegExp.$1.length)}return s[s.length]={type:lb,text:""},s})(e);let r="BOD",i=0,o=n[i];for(;!Iu(o,lb);){let a=0;const s=[];if(r==="BOD"){if(o.text!=="M"&&o.text!=="m")return Au("M0,0"+e);i++,a=Va[o.text],r=o.text}else Iu(o,Eu)?a=Va[r]:(i++,a=Va[o.text],r=o.text);if(!(i+a<n.length))throw new Error("Path data ended short");for(let c=i;c<i+a;c++){const l=n[c];if(!Iu(l,Eu))throw new Error("Param not a number: "+r+","+l.text);s[s.length]=+l.text}if(typeof Va[r]!="number")throw new Error("Bad segment: "+r);{const c={key:r,data:s};t.push(c),i+=a,o=n[i],r==="M"&&(r="L"),r==="m"&&(r="l")}}return t}function ub(e){let t=0,n=0,r=0,i=0;const o=[];for(const{key:a,data:s}of e)switch(a){case"M":o.push({key:"M",data:[...s]}),[t,n]=s,[r,i]=s;break;case"m":t+=s[0],n+=s[1],o.push({key:"M",data:[t,n]}),r=t,i=n;break;case"L":o.push({key:"L",data:[...s]}),[t,n]=s;break;case"l":t+=s[0],n+=s[1],o.push({key:"L",data:[t,n]});break;case"C":o.push({key:"C",data:[...s]}),t=s[4],n=s[5];break;case"c":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"C",data:c}),t=c[4],n=c[5];break}case"Q":o.push({key:"Q",data:[...s]}),t=s[2],n=s[3];break;case"q":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"Q",data:c}),t=c[2],n=c[3];break}case"A":o.push({key:"A",data:[...s]}),t=s[5],n=s[6];break;case"a":t+=s[5],n+=s[6],o.push({key:"A",data:[s[0],s[1],s[2],s[3],s[4],t,n]});break;case"H":o.push({key:"H",data:[...s]}),t=s[0];break;case"h":t+=s[0],o.push({key:"H",data:[t]});break;case"V":o.push({key:"V",data:[...s]}),n=s[0];break;case"v":n+=s[0],o.push({key:"V",data:[n]});break;case"S":o.push({key:"S",data:[...s]}),t=s[2],n=s[3];break;case"s":{const c=s.map(((l,u)=>u%2?l+n:l+t));o.push({key:"S",data:c}),t=c[2],n=c[3];break}case"T":o.push({key:"T",data:[...s]}),t=s[0],n=s[1];break;case"t":t+=s[0],n+=s[1],o.push({key:"T",data:[t,n]});break;case"Z":case"z":o.push({key:"Z",data:[]}),t=r,n=i}return o}function hb(e){const t=[];let n="",r=0,i=0,o=0,a=0,s=0,c=0;for(const{key:l,data:u}of e){switch(l){case"M":t.push({key:"M",data:[...u]}),[r,i]=u,[o,a]=u;break;case"C":t.push({key:"C",data:[...u]}),r=u[4],i=u[5],s=u[2],c=u[3];break;case"L":t.push({key:"L",data:[...u]}),[r,i]=u;break;case"H":r=u[0],t.push({key:"L",data:[r,i]});break;case"V":i=u[0],t.push({key:"L",data:[r,i]});break;case"S":{let h=0,d=0;n==="C"||n==="S"?(h=r+(r-s),d=i+(i-c)):(h=r,d=i),t.push({key:"C",data:[h,d,...u]}),s=u[0],c=u[1],r=u[2],i=u[3];break}case"T":{const[h,d]=u;let f=0,g=0;n==="Q"||n==="T"?(f=r+(r-s),g=i+(i-c)):(f=r,g=i);const y=r+2*(f-r)/3,m=i+2*(g-i)/3,v=h+2*(f-h)/3,b=d+2*(g-d)/3;t.push({key:"C",data:[y,m,v,b,h,d]}),s=f,c=g,r=h,i=d;break}case"Q":{const[h,d,f,g]=u,y=r+2*(h-r)/3,m=i+2*(d-i)/3,v=f+2*(h-f)/3,b=g+2*(d-g)/3;t.push({key:"C",data:[y,m,v,b,f,g]}),s=h,c=d,r=f,i=g;break}case"A":{const h=Math.abs(u[0]),d=Math.abs(u[1]),f=u[2],g=u[3],y=u[4],m=u[5],v=u[6];h===0||d===0?(t.push({key:"C",data:[r,i,m,v,m,v]}),r=m,i=v):(r!==m||i!==v)&&(db(r,i,m,v,h,d,f,g,y).forEach((function(b){t.push({key:"C",data:b})})),r=m,i=v);break}case"Z":t.push({key:"Z",data:[]}),r=o,i=a}n=l}return t}function ho(e,t,n){return[e*Math.cos(n)-t*Math.sin(n),e*Math.sin(n)+t*Math.cos(n)]}function db(e,t,n,r,i,o,a,s,c,l){const u=(h=a,Math.PI*h/180);var h;let d=[],f=0,g=0,y=0,m=0;if(l)[f,g,y,m]=l;else{[e,t]=ho(e,t,-u),[n,r]=ho(n,r,-u);const O=(e-n)/2,T=(t-r)/2;let F=O*O/(i*i)+T*T/(o*o);F>1&&(F=Math.sqrt(F),i*=F,o*=F);const z=i*i,j=o*o,D=z*j-z*T*T-j*O*O,W=z*T*T+j*O*O,B=(s===c?-1:1)*Math.sqrt(Math.abs(D/W));y=B*i*T/o+(e+n)/2,m=B*-o*O/i+(t+r)/2,f=Math.asin(parseFloat(((t-m)/o).toFixed(9))),g=Math.asin(parseFloat(((r-m)/o).toFixed(9))),e<y&&(f=Math.PI-f),n<y&&(g=Math.PI-g),f<0&&(f=2*Math.PI+f),g<0&&(g=2*Math.PI+g),c&&f>g&&(f-=2*Math.PI),!c&&g>f&&(g-=2*Math.PI)}let v=g-f;if(Math.abs(v)>120*Math.PI/180){const O=g,T=n,F=r;g=c&&g>f?f+120*Math.PI/180*1:f+120*Math.PI/180*-1,d=db(n=y+i*Math.cos(g),r=m+o*Math.sin(g),T,F,i,o,a,0,c,[g,O,y,m])}v=g-f;const b=Math.cos(f),_=Math.sin(f),x=Math.cos(g),w=Math.sin(g),P=Math.tan(v/4),$=4/3*i*P,C=4/3*o*P,M=[e,t],S=[e+$*_,t-C*b],E=[n+$*w,r-C*x],A=[n,r];if(S[0]=2*M[0]-S[0],S[1]=2*M[1]-S[1],l)return[S,E,A].concat(d);{d=[S,E,A].concat(d);const O=[];for(let T=0;T<d.length;T+=3){const F=ho(d[T][0],d[T][1],u),z=ho(d[T+1][0],d[T+1][1],u),j=ho(d[T+2][0],d[T+2][1],u);O.push([F[0],F[1],z[0],z[1],j[0],j[1]])}return O}}const EN={randOffset:function(e,t){return ke(e,t)},randOffsetWithRange:function(e,t,n){return Xa(e,t,n)},ellipse:function(e,t,n,r,i){const o=gb(n,r,i);return Tu(e,t,i,o).opset},doubleLineOps:function(e,t,n,r,i){return sr(e,t,n,r,i,!0)}};function fb(e,t,n,r,i){return{type:"path",ops:sr(e,t,n,r,i)}}function Ya(e,t,n){const r=(e||[]).length;if(r>2){const i=[];for(let o=0;o<r-1;o++)i.push(...sr(e[o][0],e[o][1],e[o+1][0],e[o+1][1],n));return t&&i.push(...sr(e[r-1][0],e[r-1][1],e[0][0],e[0][1],n)),{type:"path",ops:i}}return r===2?fb(e[0][0],e[0][1],e[1][0],e[1][1],n):{type:"path",ops:[]}}function IN(e,t,n,r,i){return(function(o,a){return Ya(o,!0,a)})([[e,t],[e+n,t],[e+n,t+r],[e,t+r]],i)}function pb(e,t){if(e.length){const n=typeof e[0][0]=="number"?[e]:e,r=Ua(n[0],1*(1+.2*t.roughness),t),i=t.disableMultiStroke?[]:Ua(n[0],1.5*(1+.22*t.roughness),vb(t));for(let o=1;o<n.length;o++){const a=n[o];if(a.length){const s=Ua(a,1*(1+.2*t.roughness),t),c=t.disableMultiStroke?[]:Ua(a,1.5*(1+.22*t.roughness),vb(t));for(const l of s)l.op!=="move"&&r.push(l);for(const l of c)l.op!=="move"&&i.push(l)}}return{type:"path",ops:r.concat(i)}}return{type:"path",ops:[]}}function gb(e,t,n){const r=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(e/2,2)+Math.pow(t/2,2))/2)),i=Math.ceil(Math.max(n.curveStepCount,n.curveStepCount/Math.sqrt(200)*r)),o=2*Math.PI/i;let a=Math.abs(e/2),s=Math.abs(t/2);const c=1-n.curveFitting;return a+=ke(a*c,n),s+=ke(s*c,n),{increment:o,rx:a,ry:s}}function Tu(e,t,n,r){const[i,o]=_b(r.increment,e,t,r.rx,r.ry,1,r.increment*Xa(.1,Xa(.4,1,n),n),n);let a=Ka(i,null,n);if(!n.disableMultiStroke&&n.roughness!==0){const[s]=_b(r.increment,e,t,r.rx,r.ry,1.5,0,n),c=Ka(s,null,n);a=a.concat(c)}return{estimatedPoints:o,opset:{type:"path",ops:a}}}function mb(e,t,n,r,i,o,a,s,c){const l=e,u=t;let h=Math.abs(n/2),d=Math.abs(r/2);h+=ke(.01*h,c),d+=ke(.01*d,c);let f=i,g=o;for(;f<0;)f+=2*Math.PI,g+=2*Math.PI;g-f>2*Math.PI&&(f=0,g=2*Math.PI);const y=2*Math.PI/c.curveStepCount,m=Math.min(y/2,(g-f)/2),v=xb(m,l,u,h,d,f,g,1,c);if(!c.disableMultiStroke){const b=xb(m,l,u,h,d,f,g,1.5,c);v.push(...b)}return a&&(s?v.push(...sr(l,u,l+h*Math.cos(f),u+d*Math.sin(f),c),...sr(l,u,l+h*Math.cos(g),u+d*Math.sin(g),c)):v.push({op:"lineTo",data:[l,u]},{op:"lineTo",data:[l+h*Math.cos(f),u+d*Math.sin(f)]})),{type:"path",ops:v}}function yb(e,t){const n=hb(ub(Au(e))),r=[];let i=[0,0],o=[0,0];for(const{key:a,data:s}of n)switch(a){case"M":o=[s[0],s[1]],i=[s[0],s[1]];break;case"L":r.push(...sr(o[0],o[1],s[0],s[1],t)),o=[s[0],s[1]];break;case"C":{const[c,l,u,h,d,f]=s;r.push(...AN(c,l,u,h,d,f,o,t)),o=[d,f];break}case"Z":r.push(...sr(o[0],o[1],i[0],i[1],t)),o=[i[0],i[1]]}return{type:"path",ops:r}}function ku(e,t){const n=[];for(const r of e)if(r.length){const i=t.maxRandomnessOffset||0,o=r.length;if(o>2){n.push({op:"move",data:[r[0][0]+ke(i,t),r[0][1]+ke(i,t)]});for(let a=1;a<o;a++)n.push({op:"lineTo",data:[r[a][0]+ke(i,t),r[a][1]+ke(i,t)]})}}return{type:"fillPath",ops:n}}function fi(e,t){return(function(n,r){let i=n.fillStyle||"hachure";if(!Qt[i])switch(i){case"zigzag":Qt[i]||(Qt[i]=new wN(r));break;case"cross-hatch":Qt[i]||(Qt[i]=new PN(r));break;case"dots":Qt[i]||(Qt[i]=new $N(r));break;case"dashed":Qt[i]||(Qt[i]=new CN(r));break;case"zigzag-line":Qt[i]||(Qt[i]=new ON(r));break;default:i="hachure",Qt[i]||(Qt[i]=new Mu(r))}return Qt[i]})(t,EN).fillPolygons(e,t)}function vb(e){const t=Object.assign({},e);return t.randomizer=void 0,e.seed&&(t.seed=e.seed+1),t}function bb(e){return e.randomizer||(e.randomizer=new SN(e.seed||0)),e.randomizer.next()}function Xa(e,t,n,r=1){return n.roughness*r*(bb(n)*(t-e)+e)}function ke(e,t,n=1){return Xa(-e,e,t,n)}function sr(e,t,n,r,i,o=!1){const a=o?i.disableMultiStrokeFill:i.disableMultiStroke,s=Ru(e,t,n,r,i,!0,!1);if(a)return s;const c=Ru(e,t,n,r,i,!0,!0);return s.concat(c)}function Ru(e,t,n,r,i,o,a){const s=Math.pow(e-n,2)+Math.pow(t-r,2),c=Math.sqrt(s);let l=1;l=c<200?1:c>500?.4:-.0016668*c+1.233334;let u=i.maxRandomnessOffset||0;u*u*100>s&&(u=c/10);const h=u/2,d=.2+.2*bb(i);let f=i.bowing*i.maxRandomnessOffset*(r-t)/200,g=i.bowing*i.maxRandomnessOffset*(e-n)/200;f=ke(f,i,l),g=ke(g,i,l);const y=[],m=()=>ke(h,i,l),v=()=>ke(u,i,l),b=i.preserveVertices;return a?y.push({op:"move",data:[e+(b?0:m()),t+(b?0:m())]}):y.push({op:"move",data:[e+(b?0:ke(u,i,l)),t+(b?0:ke(u,i,l))]}),a?y.push({op:"bcurveTo",data:[f+e+(n-e)*d+m(),g+t+(r-t)*d+m(),f+e+2*(n-e)*d+m(),g+t+2*(r-t)*d+m(),n+(b?0:m()),r+(b?0:m())]}):y.push({op:"bcurveTo",data:[f+e+(n-e)*d+v(),g+t+(r-t)*d+v(),f+e+2*(n-e)*d+v(),g+t+2*(r-t)*d+v(),n+(b?0:v()),r+(b?0:v())]}),y}function Ua(e,t,n){if(!e.length)return[];const r=[];r.push([e[0][0]+ke(t,n),e[0][1]+ke(t,n)]),r.push([e[0][0]+ke(t,n),e[0][1]+ke(t,n)]);for(let i=1;i<e.length;i++)r.push([e[i][0]+ke(t,n),e[i][1]+ke(t,n)]),i===e.length-1&&r.push([e[i][0]+ke(t,n),e[i][1]+ke(t,n)]);return Ka(r,null,n)}function Ka(e,t,n){const r=e.length,i=[];if(r>3){const o=[],a=1-n.curveTightness;i.push({op:"move",data:[e[1][0],e[1][1]]});for(let s=1;s+2<r;s++){const c=e[s];o[0]=[c[0],c[1]],o[1]=[c[0]+(a*e[s+1][0]-a*e[s-1][0])/6,c[1]+(a*e[s+1][1]-a*e[s-1][1])/6],o[2]=[e[s+1][0]+(a*e[s][0]-a*e[s+2][0])/6,e[s+1][1]+(a*e[s][1]-a*e[s+2][1])/6],o[3]=[e[s+1][0],e[s+1][1]],i.push({op:"bcurveTo",data:[o[1][0],o[1][1],o[2][0],o[2][1],o[3][0],o[3][1]]})}}else r===3?(i.push({op:"move",data:[e[1][0],e[1][1]]}),i.push({op:"bcurveTo",data:[e[1][0],e[1][1],e[2][0],e[2][1],e[2][0],e[2][1]]})):r===2&&i.push(...Ru(e[0][0],e[0][1],e[1][0],e[1][1],n,!0,!0));return i}function _b(e,t,n,r,i,o,a,s){const c=[],l=[];if(s.roughness===0){e/=4,l.push([t+r*Math.cos(-e),n+i*Math.sin(-e)]);for(let u=0;u<=2*Math.PI;u+=e){const h=[t+r*Math.cos(u),n+i*Math.sin(u)];c.push(h),l.push(h)}l.push([t+r*Math.cos(0),n+i*Math.sin(0)]),l.push([t+r*Math.cos(e),n+i*Math.sin(e)])}else{const u=ke(.5,s)-Math.PI/2;l.push([ke(o,s)+t+.9*r*Math.cos(u-e),ke(o,s)+n+.9*i*Math.sin(u-e)]);const h=2*Math.PI+u-.01;for(let d=u;d<h;d+=e){const f=[ke(o,s)+t+r*Math.cos(d),ke(o,s)+n+i*Math.sin(d)];c.push(f),l.push(f)}l.push([ke(o,s)+t+r*Math.cos(u+2*Math.PI+.5*a),ke(o,s)+n+i*Math.sin(u+2*Math.PI+.5*a)]),l.push([ke(o,s)+t+.98*r*Math.cos(u+a),ke(o,s)+n+.98*i*Math.sin(u+a)]),l.push([ke(o,s)+t+.9*r*Math.cos(u+.5*a),ke(o,s)+n+.9*i*Math.sin(u+.5*a)])}return[l,c]}function xb(e,t,n,r,i,o,a,s,c){const l=o+ke(.1,c),u=[];u.push([ke(s,c)+t+.9*r*Math.cos(l-e),ke(s,c)+n+.9*i*Math.sin(l-e)]);for(let h=l;h<=a;h+=e)u.push([ke(s,c)+t+r*Math.cos(h),ke(s,c)+n+i*Math.sin(h)]);return u.push([t+r*Math.cos(a),n+i*Math.sin(a)]),u.push([t+r*Math.cos(a),n+i*Math.sin(a)]),Ka(u,null,c)}function AN(e,t,n,r,i,o,a,s){const c=[],l=[s.maxRandomnessOffset||1,(s.maxRandomnessOffset||1)+.3];let u=[0,0];const h=s.disableMultiStroke?1:2,d=s.preserveVertices;for(let f=0;f<h;f++)f===0?c.push({op:"move",data:[a[0],a[1]]}):c.push({op:"move",data:[a[0]+(d?0:ke(l[0],s)),a[1]+(d?0:ke(l[0],s))]}),u=d?[i,o]:[i+ke(l[f],s),o+ke(l[f],s)],c.push({op:"bcurveTo",data:[e+ke(l[f],s),t+ke(l[f],s),n+ke(l[f],s),r+ke(l[f],s),u[0],u[1]]});return c}function fo(e){return[...e]}function wb(e,t=0){const n=e.length;if(n<3)throw new Error("A curve must have at least three points.");const r=[];if(n===3)r.push(fo(e[0]),fo(e[1]),fo(e[2]),fo(e[2]));else{const i=[];i.push(e[0],e[0]);for(let s=1;s<e.length;s++)i.push(e[s]),s===e.length-1&&i.push(e[s]);const o=[],a=1-t;r.push(fo(i[0]));for(let s=1;s+2<i.length;s++){const c=i[s];o[0]=[c[0],c[1]],o[1]=[c[0]+(a*i[s+1][0]-a*i[s-1][0])/6,c[1]+(a*i[s+1][1]-a*i[s-1][1])/6],o[2]=[i[s+1][0]+(a*i[s][0]-a*i[s+2][0])/6,i[s+1][1]+(a*i[s][1]-a*i[s+2][1])/6],o[3]=[i[s+1][0],i[s+1][1]],r.push(o[1],o[2],o[3])}}return r}function Za(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)}function TN(e,t,n){const r=Za(t,n);if(r===0)return Za(e,t);let i=((e[0]-t[0])*(n[0]-t[0])+(e[1]-t[1])*(n[1]-t[1]))/r;return i=Math.max(0,Math.min(1,i)),Za(e,Mr(t,n,i))}function Mr(e,t,n){return[e[0]+(t[0]-e[0])*n,e[1]+(t[1]-e[1])*n]}function Lu(e,t,n,r){const i=r||[];if((function(s,c){const l=s[c+0],u=s[c+1],h=s[c+2],d=s[c+3];let f=3*u[0]-2*l[0]-d[0];f*=f;let g=3*u[1]-2*l[1]-d[1];g*=g;let y=3*h[0]-2*d[0]-l[0];y*=y;let m=3*h[1]-2*d[1]-l[1];return m*=m,f<y&&(f=y),g<m&&(g=m),f+g})(e,t)<n){const s=e[t+0];i.length?(o=i[i.length-1],a=s,Math.sqrt(Za(o,a))>1&&i.push(s)):i.push(s),i.push(e[t+3])}else{const c=e[t+0],l=e[t+1],u=e[t+2],h=e[t+3],d=Mr(c,l,.5),f=Mr(l,u,.5),g=Mr(u,h,.5),y=Mr(d,f,.5),m=Mr(f,g,.5),v=Mr(y,m,.5);Lu([c,d,y,v],0,n,i),Lu([v,m,g,h],0,n,i)}var o,a;return i}function kN(e,t){return Qa(e,0,e.length,t)}function Qa(e,t,n,r,i){const o=i||[],a=e[t],s=e[n-1];let c=0,l=1;for(let u=t+1;u<n-1;++u){const h=TN(e[u],a,s);h>c&&(c=h,l=u)}return Math.sqrt(c)>r?(Qa(e,t,l+1,r,o),Qa(e,l,n,r,o)):(o.length||o.push(a),o.push(s)),o}function zu(e,t=.15,n){const r=[],i=(e.length-1)/3;for(let o=0;o<i;o++)Lu(e,3*o,t,r);return n&&n>0?Qa(r,0,r.length,n):r}const an="none";class Ja{constructor(t){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=t||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(Math.random()*ia(2,31))}_o(t){return t?Object.assign({},this.defaultOptions,t):this.defaultOptions}_d(t,n,r){return{shape:t,sets:n||[],options:r||this.defaultOptions}}line(t,n,r,i,o){const a=this._o(o);return this._d("line",[fb(t,n,r,i,a)],a)}rectangle(t,n,r,i,o){const a=this._o(o),s=[],c=IN(t,n,r,i,a);if(a.fill){const l=[[t,n],[t+r,n],[t+r,n+i],[t,n+i]];a.fillStyle==="solid"?s.push(ku([l],a)):s.push(fi([l],a))}return a.stroke!==an&&s.push(c),this._d("rectangle",s,a)}ellipse(t,n,r,i,o){const a=this._o(o),s=[],c=gb(r,i,a),l=Tu(t,n,a,c);if(a.fill)if(a.fillStyle==="solid"){const u=Tu(t,n,a,c).opset;u.type="fillPath",s.push(u)}else s.push(fi([l.estimatedPoints],a));return a.stroke!==an&&s.push(l.opset),this._d("ellipse",s,a)}circle(t,n,r,i){const o=this.ellipse(t,n,r,r,i);return o.shape="circle",o}linearPath(t,n){const r=this._o(n);return this._d("linearPath",[Ya(t,!1,r)],r)}arc(t,n,r,i,o,a,s=!1,c){const l=this._o(c),u=[],h=mb(t,n,r,i,o,a,s,!0,l);if(s&&l.fill)if(l.fillStyle==="solid"){const d=Object.assign({},l);d.disableMultiStroke=!0;const f=mb(t,n,r,i,o,a,!0,!1,d);f.type="fillPath",u.push(f)}else u.push((function(d,f,g,y,m,v,b){const _=d,x=f;let w=Math.abs(g/2),P=Math.abs(y/2);w+=ke(.01*w,b),P+=ke(.01*P,b);let $=m,C=v;for(;$<0;)$+=2*Math.PI,C+=2*Math.PI;C-$>2*Math.PI&&($=0,C=2*Math.PI);const M=(C-$)/b.curveStepCount,S=[];for(let E=$;E<=C;E+=M)S.push([_+w*Math.cos(E),x+P*Math.sin(E)]);return S.push([_+w*Math.cos(C),x+P*Math.sin(C)]),S.push([_,x]),fi([S],b)})(t,n,r,i,o,a,l));return l.stroke!==an&&u.push(h),this._d("arc",u,l)}curve(t,n){const r=this._o(n),i=[],o=pb(t,r);if(r.fill&&r.fill!==an)if(r.fillStyle==="solid"){const a=pb(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(a.ops)})}else{const a=[],s=t;if(s.length){const c=typeof s[0][0]=="number"?[s]:s;for(const l of c)l.length<3?a.push(...l):l.length===3?a.push(...zu(wb([l[0],l[0],l[1],l[2]]),10,(1+r.roughness)/2)):a.push(...zu(wb(l),10,(1+r.roughness)/2))}a.length&&i.push(fi([a],r))}return r.stroke!==an&&i.push(o),this._d("curve",i,r)}polygon(t,n){const r=this._o(n),i=[],o=Ya(t,!0,r);return r.fill&&(r.fillStyle==="solid"?i.push(ku([t],r)):i.push(fi([t],r))),r.stroke!==an&&i.push(o),this._d("polygon",i,r)}path(t,n){const r=this._o(n),i=[];if(!t)return this._d("path",i,r);t=(t||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");const o=r.fill&&r.fill!=="transparent"&&r.fill!==an,a=r.stroke!==an,s=!!(r.simplification&&r.simplification<1),c=(function(u,h,d){const f=hb(ub(Au(u))),g=[];let y=[],m=[0,0],v=[];const b=()=>{v.length>=4&&y.push(...zu(v,h)),v=[]},_=()=>{b(),y.length&&(g.push(y),y=[])};for(const{key:w,data:P}of f)switch(w){case"M":_(),m=[P[0],P[1]],y.push(m);break;case"L":b(),y.push([P[0],P[1]]);break;case"C":if(!v.length){const $=y.length?y[y.length-1]:m;v.push([$[0],$[1]])}v.push([P[0],P[1]]),v.push([P[2],P[3]]),v.push([P[4],P[5]]);break;case"Z":b(),y.push([m[0],m[1]])}if(_(),!d)return g;const x=[];for(const w of g){const P=kN(w,d);P.length&&x.push(P)}return x})(t,1,s?4-4*(r.simplification||1):(1+r.roughness)/2),l=yb(t,r);if(o)if(r.fillStyle==="solid")if(c.length===1){const u=yb(t,Object.assign(Object.assign({},r),{disableMultiStroke:!0,roughness:r.roughness?r.roughness+r.fillShapeRoughnessGain:0}));i.push({type:"fillPath",ops:this._mergedShape(u.ops)})}else i.push(ku(c,r));else i.push(fi(c,r));return a&&(s?c.forEach((u=>{i.push(Ya(u,!1,r))})):i.push(l)),this._d("path",i,r)}opsToPath(t,n){let r="";for(const i of t.ops){const o=typeof n=="number"&&n>=0?i.data.map((a=>+a.toFixed(n))):i.data;switch(i.op){case"move":r+=`M${o[0]} ${o[1]} `;break;case"bcurveTo":r+=`C${o[0]} ${o[1]}, ${o[2]} ${o[3]}, ${o[4]} ${o[5]} `;break;case"lineTo":r+=`L${o[0]} ${o[1]} `}}return r.trim()}toPaths(t){const n=t.sets||[],r=t.options||this.defaultOptions,i=[];for(const o of n){let a=null;switch(o.type){case"path":a={d:this.opsToPath(o),stroke:r.stroke,strokeWidth:r.strokeWidth,fill:an};break;case"fillPath":a={d:this.opsToPath(o),stroke:an,strokeWidth:0,fill:r.fill||an};break;case"fillSketch":a=this.fillSketch(o,r)}a&&i.push(a)}return i}fillSketch(t,n){let r=n.fillWeight;return r<0&&(r=n.strokeWidth/2),{d:this.opsToPath(t),stroke:n.fill||an,strokeWidth:r,fill:an}}_mergedShape(t){return t.filter(((n,r)=>r===0||n.op!=="move"))}}class RN{constructor(t,n){this.canvas=t,this.ctx=this.canvas.getContext("2d"),this.gen=new Ja(n)}draw(t){const n=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.ctx,o=t.options.fixedDecimalPlaceDigits;for(const a of n)switch(a.type){case"path":i.save(),i.strokeStyle=r.stroke==="none"?"transparent":r.stroke,i.lineWidth=r.strokeWidth,r.strokeLineDash&&i.setLineDash(r.strokeLineDash),r.strokeLineDashOffset&&(i.lineDashOffset=r.strokeLineDashOffset),this._drawToContext(i,a,o),i.restore();break;case"fillPath":{i.save(),i.fillStyle=r.fill||"";const s=t.shape==="curve"||t.shape==="polygon"||t.shape==="path"?"evenodd":"nonzero";this._drawToContext(i,a,o,s),i.restore();break}case"fillSketch":this.fillSketch(i,a,r)}}fillSketch(t,n,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2),t.save(),r.fillLineDash&&t.setLineDash(r.fillLineDash),r.fillLineDashOffset&&(t.lineDashOffset=r.fillLineDashOffset),t.strokeStyle=r.fill||"",t.lineWidth=i,this._drawToContext(t,n,r.fixedDecimalPlaceDigits),t.restore()}_drawToContext(t,n,r,i="nonzero"){t.beginPath();for(const o of n.ops){const a=typeof r=="number"&&r>=0?o.data.map((s=>+s.toFixed(r))):o.data;switch(o.op){case"move":t.moveTo(a[0],a[1]);break;case"bcurveTo":t.bezierCurveTo(a[0],a[1],a[2],a[3],a[4],a[5]);break;case"lineTo":t.lineTo(a[0],a[1])}}n.type==="fillPath"?t.fill(i):t.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(t,n,r,i,o){const a=this.gen.line(t,n,r,i,o);return this.draw(a),a}rectangle(t,n,r,i,o){const a=this.gen.rectangle(t,n,r,i,o);return this.draw(a),a}ellipse(t,n,r,i,o){const a=this.gen.ellipse(t,n,r,i,o);return this.draw(a),a}circle(t,n,r,i){const o=this.gen.circle(t,n,r,i);return this.draw(o),o}linearPath(t,n){const r=this.gen.linearPath(t,n);return this.draw(r),r}polygon(t,n){const r=this.gen.polygon(t,n);return this.draw(r),r}arc(t,n,r,i,o,a,s=!1,c){const l=this.gen.arc(t,n,r,i,o,a,s,c);return this.draw(l),l}curve(t,n){const r=this.gen.curve(t,n);return this.draw(r),r}path(t,n){const r=this.gen.path(t,n);return this.draw(r),r}}const es="http://www.w3.org/2000/svg";class LN{constructor(t,n){this.svg=t,this.gen=new Ja(n)}draw(t){const n=t.sets||[],r=t.options||this.getDefaultOptions(),i=this.svg.ownerDocument||window.document,o=i.createElementNS(es,"g"),a=t.options.fixedDecimalPlaceDigits;for(const s of n){let c=null;switch(s.type){case"path":c=i.createElementNS(es,"path"),c.setAttribute("d",this.opsToPath(s,a)),c.setAttribute("stroke",r.stroke),c.setAttribute("stroke-width",r.strokeWidth+""),c.setAttribute("fill","none"),r.strokeLineDash&&c.setAttribute("stroke-dasharray",r.strokeLineDash.join(" ").trim()),r.strokeLineDashOffset&&c.setAttribute("stroke-dashoffset",`${r.strokeLineDashOffset}`);break;case"fillPath":c=i.createElementNS(es,"path"),c.setAttribute("d",this.opsToPath(s,a)),c.setAttribute("stroke","none"),c.setAttribute("stroke-width","0"),c.setAttribute("fill",r.fill||""),t.shape!=="curve"&&t.shape!=="polygon"||c.setAttribute("fill-rule","evenodd");break;case"fillSketch":c=this.fillSketch(i,s,r)}c&&o.appendChild(c)}return o}fillSketch(t,n,r){let i=r.fillWeight;i<0&&(i=r.strokeWidth/2);const o=t.createElementNS(es,"path");return o.setAttribute("d",this.opsToPath(n,r.fixedDecimalPlaceDigits)),o.setAttribute("stroke",r.fill||""),o.setAttribute("stroke-width",i+""),o.setAttribute("fill","none"),r.fillLineDash&&o.setAttribute("stroke-dasharray",r.fillLineDash.join(" ").trim()),r.fillLineDashOffset&&o.setAttribute("stroke-dashoffset",`${r.fillLineDashOffset}`),o}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(t,n){return this.gen.opsToPath(t,n)}line(t,n,r,i,o){const a=this.gen.line(t,n,r,i,o);return this.draw(a)}rectangle(t,n,r,i,o){const a=this.gen.rectangle(t,n,r,i,o);return this.draw(a)}ellipse(t,n,r,i,o){const a=this.gen.ellipse(t,n,r,i,o);return this.draw(a)}circle(t,n,r,i){const o=this.gen.circle(t,n,r,i);return this.draw(o)}linearPath(t,n){const r=this.gen.linearPath(t,n);return this.draw(r)}polygon(t,n){const r=this.gen.polygon(t,n);return this.draw(r)}arc(t,n,r,i,o,a,s=!1,c){const l=this.gen.arc(t,n,r,i,o,a,s,c);return this.draw(l)}curve(t,n){const r=this.gen.curve(t,n);return this.draw(r)}path(t,n){const r=this.gen.path(t,n);return this.draw(r)}}var zN={canvas:(e,t)=>new RN(e,t),svg:(e,t)=>new LN(e,t),generator:e=>new Ja(e),newSeed:()=>Ja.newSeed()},NN=Object.defineProperty,Pb=Object.getOwnPropertySymbols,DN=Object.prototype.hasOwnProperty,HN=Object.prototype.propertyIsEnumerable,$b=(e,t,n)=>t in e?NN(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,qN=(e,t)=>{for(var n in t||(t={}))DN.call(t,n)&&$b(e,n,t[n]);if(Pb)for(var n of Pb(t))HN.call(t,n)&&$b(e,n,t[n]);return e};function jN(e,t,n){if(!e||!t){console.warn("Invalid node or svg element");return}const r=zN.svg(t,{options:{seed:1e3}}),i=Ee("g");e.hasAttribute("transform")&&i.setAttribute("transform",e.getAttribute("transform")||"");const o=e.cloneNode();lt(o,{opacity:.5}),o.hasAttribute("transform")&&o.removeAttribute("transform"),o.dataset.elementType="rough-volume",i.appendChild(o);const a=BN(r,e,n);if(a){const{element:c,svgAttributes:l}=a;c.dataset.elementType="rough-element",c.style.pointerEvents="none",FN(c,l),i.appendChild(c)}e.id&&(i.id=e.id),Array.from(e.classList).forEach(c=>{i.classList.contains(c)||i.classList.add(c)}),Array.from(e.attributes).forEach(c=>{c.name.startsWith("data-")&&i.setAttribute(c.name,c.value)}),i.childElementCount>0?e.replaceWith(i):e.remove()}function FN(e,t){t.opacity!==void 0&&e.setAttribute("opacity",String(t.opacity)),t.fillOpacity!==void 0&&e.setAttribute("fill-opacity",String(t.fillOpacity)),t.strokeOpacity!==void 0&&e.setAttribute("stroke-opacity",String(t.strokeOpacity)),t.strokeLinecap&&e.setAttribute("stroke-linecap",t.strokeLinecap),t.strokeLinejoin&&e.setAttribute("stroke-linejoin",t.strokeLinejoin),t.strokeDasharray&&e.setAttribute("stroke-dasharray",t.strokeDasharray),t.filter&&e.setAttribute("filter",t.filter),t.clipPath&&e.setAttribute("clip-path",t.clipPath),t.mask&&e.setAttribute("mask",t.mask)}function BN(e,t,n){const r=t.nodeName.toLowerCase(),i=(o,a)=>{const s=sn(o,[...a,"fill","fill-opacity","stroke","stroke-opacity","stroke-width","stroke-dasharray","stroke-linecap","stroke-linejoin","opacity","filter","clip-path","mask"],!0),c={},l=qN({},n),u={};a.forEach($=>{s[$]!==void 0&&(c[$]=s[$])});const{fill:h,"fill-opacity":d,stroke:f,"stroke-opacity":g,"stroke-width":y,"stroke-dasharray":m,"stroke-linecap":v,"stroke-linejoin":b,opacity:_,filter:x,"clip-path":w,mask:P}=s;if(l.fill=h||"none",l.stroke=f||(h&&h!=="none"?h:"currentColor"),y&&(l.strokeWidth=parseFloat(y)),m&&m!=="none"){const $=m.split(/[\s,]+/).map(C=>parseFloat(C)).filter(C=>!isNaN(C));$.length>0&&(l.strokeLineDash=$)}return d&&(u.fillOpacity=parseFloat(d)),g&&(u.strokeOpacity=parseFloat(g)),_&&(u.opacity=parseFloat(_)),v&&(u.strokeLinecap=v),b&&(u.strokeLinejoin=b),m&&m!=="none"&&(u.strokeDasharray=m),x&&(u.filter=x),w&&(u.clipPath=w),P&&(u.mask=P),[c,l,u]};try{let o=null,a={};switch(r){case"circle":{const[s,c,l]=i(t,["cx","cy","r"]),u=parseFloat(s.cx)||0,h=parseFloat(s.cy)||0,d=parseFloat(s.r)||0;o=e.circle(u,h,d*2,c),a=l;break}case"ellipse":{const[s,c,l]=i(t,["cx","cy","rx","ry"]),u=parseFloat(s.cx)||0,h=parseFloat(s.cy)||0,d=parseFloat(s.rx)||0,f=parseFloat(s.ry)||0;o=e.ellipse(u,h,d*2,f*2,c),a=l;break}case"line":{const[s,c,l]=i(t,["x1","y1","x2","y2"]),u=parseFloat(s.x1)||0,h=parseFloat(s.y1)||0,d=parseFloat(s.x2)||0,f=parseFloat(s.y2)||0;o=e.line(u,h,d,f,c),a=l;break}case"rect":{const[s,c,l]=i(t,["x","y","width","height","rx","ry"]),u=parseFloat(s.x)||0,h=parseFloat(s.y)||0,d=parseFloat(s.width)||0,f=parseFloat(s.height)||0,g=parseFloat(s.rx)||0,y=parseFloat(s.ry)||0;if(g>0||y>0){const b=WN(u,h,d,f,g||y,y||g);o=e.path(b,c)}else o=e.rectangle(u,h,d,f,c);a=l;break}case"path":{const[s,c,l]=i(t,["d"]),u=s.d||"";if(!u)return console.warn("Path element has no d attribute"),null;o=e.path(u,c),a=l;break}case"polygon":{const[s,c,l]=i(t,["points"]),u=Cb(s.points||"");if(u.length<3)return console.warn("Polygon needs at least 3 points"),null;o=e.polygon(u,c),a=l;break}case"polyline":{const[s,c,l]=i(t,["points"]),u=Cb(s.points||"");if(u.length<2)return console.warn("Polyline needs at least 2 points"),null;o=e.linearPath(u,c),a=l;break}default:return console.warn(`Unsupported shape type: ${r}`),null}return o?{element:o,svgAttributes:a}:null}catch(o){return console.error(`Error creating rough shape for ${r}:`,o),null}}function WN(e,t,n,r,i,o){return i=Math.min(i,n/2),o=Math.min(o,r/2),`
|
|
15
15
|
M ${e+i} ${t}
|
|
16
16
|
L ${e+n-i} ${t}
|
|
17
17
|
A ${i} ${o} 0 0 1 ${e+n} ${t+o}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
L ${e} ${t+o}
|
|
23
23
|
A ${i} ${o} 0 0 1 ${e+i} ${t}
|
|
24
24
|
Z
|
|
25
|
-
`.replace(/\s+/g," ").trim()}function
|
|
25
|
+
`.replace(/\s+/g," ").trim()}function Cb(e){if(!e||typeof e!="string")return[];try{const n=e.trim().replace(/,/g," ").replace(/\s+/g," ").split(" ").filter(Boolean),r=[];for(let i=0;i<n.length-1;i+=2){const o=parseFloat(n[i]),a=parseFloat(n[i+1]);if(isNaN(o)||isNaN(a)){console.warn(`Invalid coordinate pair at index ${i}: "${n[i]}", "${n[i+1]}"`);continue}r.push([o,a])}return n.length%2!==0&&console.warn(`Odd number of coordinates in points attribute, last value ignored: "${n[n.length-1]}"`),r}catch(t){return console.error("Failed to parse polygon points:",e,t),[]}}function Ob(e,t,n){var r;const{themeConfig:i}=n,o=Object.assign({},(r=i.base)==null?void 0:r.shape,i.shape),a=ao(t,o);return lt(t,a),VN(t,e,n),t}function GN(e,t){var n;lt(e,((n=t.themeConfig.base)==null?void 0:n.shape)||{})}function VN(e,t,n){const r=n.themeConfig.stylize;if(!r)return e;const{type:i}=r;if(!i)return e;if(i==="rough")return jN(e,t,r);if(i==="pattern")return yN(e,t,n);if(i==="linear-gradient"||i==="radial-gradient"){const{fill:o,stroke:a}=sn(e,["fill","stroke"]);_r(o)&&rb(e,t,r,"fill"),_r(a)&&rb(e,t,r,"stroke");return}}function YN(e,t){var n;const{themeConfig:r}=t,{"font-family":i=mu}=((n=r.base)==null?void 0:n.text)||{};e.setAttribute("font-family",i)}function Nu(e,t,n={}){if(!t)return null;const r=e,i=ao(r,n);lt(r,i);const o=KN(t,r);for(const a in r.dataset)o.setAttribute(`data-${PL(a)}`,r.dataset[a]);return o}function XN(e,t,n){var r,i,o;const a=t.nodeName==="text"?t:null;if(!a)return null;const{data:s,themeConfig:c}=n,l=jb(t.dataset.indexes||"0"),u=no(s,l),h=String(y2(u,e,"")),d=(r=u==null?void 0:u.attributes)==null?void 0:r[e],f=Object.assign({},(i=c.base)==null?void 0:i.text,(o=c.item)==null?void 0:o[e],d),g=ao(a,f);return Nu(t,t.textContent||h,g)}function UN(e,t){var n;const r=((n=t.themeConfig.base)==null?void 0:n.text)||{};lt(e,r),r["font-family"]&&e.setAttribute("font-family",Sr(r["font-family"])),e.style.userSelect="none",e.style.pointerEvents="none"}const ts=(e,t)=>e?parseFloat(e):t;function KN(e,t){const n=ts(t.dataset.x,0),r=ts(t.dataset.y,0),i=ts(t.getAttribute("width")),o=ts(t.getAttribute("height")),a=ZN(t);return Object.assign(a,{x:n,y:r,width:i,height:o,"data-horizontal-align":t.dataset.horizontalAlign||"LEFT","data-vertical-align":t.dataset.verticalAlign||"TOP"}),fD(e,a)}function ZN(e){return sn(e,["font-family","font-size","font-weight","font-style","font-variant","letter-spacing","line-height","fill","stroke","stroke-width"])}const Er=(e,t)=>{e!==t&&(t?e.replaceWith(t):e.remove())};class QN{constructor(t,n){this.options=t,this.template=n,this.rendered=!1}getOptions(){return this.options}getSVG(){return this.template}render(){const t=this.getSVG();if(this.rendered)return t;JN(t,this.options),t.style.visibility="hidden";const n=()=>{nD(this.template,this.options),KL(this.template),t.style.removeProperty("visibility")};if(Vu)n();else{const r=new MutationObserver(i=>{i.forEach(o=>{o.addedNodes.forEach(a=>{(a===t||a.contains(t))&&(n(),r.disconnect())})})});try{r.observe(document,{childList:!0,subtree:!0})}catch(i){n(),console.error(i)}}return this.rendered=!0,t}}function JN(e,t){eD(e,t),tD(e,t),QL(e,t)}function eD(e,t){var n;const{themeConfig:r,data:i}=t;JL(e,(n=r.base)==null?void 0:n.global),e.querySelectorAll("[data-element-type]").forEach(a=>{var s,c,l,u,h,d,f;const g=a.id||"";if(yD(a)){const y=Nu(a,i.title||"",Object.assign({},(s=r.base)==null?void 0:s.text,r.title,(c=i.attributes)==null?void 0:c.title));return Er(a,y)}if(vD(a)){const y=Nu(a,i.desc||"",Object.assign({},(l=r.base)==null?void 0:l.text,r.desc,(u=i.attributes)==null?void 0:u.desc));return Er(a,y)}if(xD(a)){const y=Vv(e,a,(h=i.illus)==null?void 0:h[g],void 0,(d=i.attributes)==null?void 0:d.illus);return Er(a,y)}if(_D(a))return Array.from(a.children).forEach(y=>{Ob(e,y,t)});if(bD(a)){const y=Ob(e,a,t);return Er(a,y)}if(ED(a))return ez(e,a);if((f=a.dataset.elementType)!=null&&f.startsWith("item-")){const y=jb(a.dataset.indexes||"0"),m=a.dataset.elementType.replace("item-",""),v=no(i,y);if($D(a)||CD(a)||OD(a)){const b=XN(m,a,t);return Er(a,b)}if(!v)return;if(SD(a)){const b=kz(e,a,v);return Er(a,b)}if(ju(a)){const b=Sz(e,a,v,t);return Er(a,b)}}if(wD(a))return UN(a,t);if(!PD(a))return GN(a,t)}),YN(e,t)}function tD(e,t){const{width:n,height:r}=t,{style:i={},attributes:o={},id:a,className:s}=t.svg||{};a&&(e.id=a),s&&e.classList.add(s),n!==void 0&&e.setAttribute("width",typeof n=="number"?`${n}px`:n),r!==void 0&&e.setAttribute("height",typeof r=="number"?`${r}px`:r),Object.assign(e.style,i),lt(e,o)}function nD(e,t){const{padding:n=0,viewBox:r}=t;r?e.setAttribute("viewBox",r):n!==void 0&&Fb(e,Ar(n))}let Sb;function rD(){if(Sb)return!0;if(typeof window=="undefined"||typeof document=="undefined")return!1;const e=document.body;if(!e)return!1;let t=!1;try{const r=document.createElement("div");r.style.cssText=`
|
|
26
26
|
position: absolute;
|
|
27
27
|
left: 11px;
|
|
28
28
|
top: 13px;
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
margin: 0;
|
|
33
33
|
border: 0;
|
|
34
34
|
visibility: hidden;
|
|
35
|
-
`,e.appendChild(r),r.offsetHeight;const i=r.getBoundingClientRect();e.removeChild(r),t=i.width===37&&i.height===19&&i.left!==0&&i.top!==0}catch(r){t=!1}if(!t)return!1;let n=!1;try{const r=document.createElement("canvas");r.width=100,r.height=50;const i=r.getContext("2d");if(!i)return!1;i.font="20px sans-serif";const o=i.measureText("Hello");n=typeof o.width=="number"&&o.width>0&&o.width<1e3}catch(r){n=!1}return n&&(
|
|
35
|
+
`,e.appendChild(r),r.offsetHeight;const i=r.getBoundingClientRect();e.removeChild(r),t=i.width===37&&i.height===19&&i.left!==0&&i.top!==0}catch(r){t=!1}if(!t)return!1;let n=!1;try{const r=document.createElement("canvas");r.width=100,r.height=50;const i=r.getContext("2d");if(!i)return!1;i.font="20px sans-serif";const o=i.measureText("Hello");n=typeof o.width=="number"&&o.width>0&&o.width<1e3}catch(r){n=!1}return n&&(Sb=n),n}let Du=1.01;const iD=e=>{Du=e};TL(NL);let ns=null,Jt=null;function oD(){return ns||(ns=document.createElement("canvas").getContext("2d"),ns)}function aD(){return document.body?Jt||(Jt=document.createElement("span"),Jt.style.position="absolute",Jt.style.top="-10000px",Jt.style.left="-10000px",Jt.style.visibility="hidden",Jt.style.pointerEvents="none",Jt.style.whiteSpace="pre",Jt.style.display="inline-block",Jt.style.padding="0",Jt.style.margin="0",document.body.appendChild(Jt),Jt):null}function sD(e,t){if(t==null)return e*1.4;if(typeof t=="string"){const n=t.trim();if(n.endsWith("px")){const r=Number.parseFloat(n);return Number.isFinite(r)?r:e*1.4}t=Number(n)}return typeof t!="number"||!Number.isFinite(t)?e*1.4:t>4?t:t*e}function cD(e,{fontFamily:t,fontSize:n,fontWeight:r,lineHeight:i}){const o=e.split(/\r?\n/),a=Sr(t),s=r||"normal",c=sD(n,i),l=oD();if(l)return l.font=`${s} ${n}px ${a}`,{width:o.reduce((f,g)=>{const y=l.measureText(g);return Math.max(f,y.width)},0),height:c*Math.max(o.length,1)};const u=aD();if(!u)return null;u.style.fontFamily=a,u.style.fontSize=`${n}px`,u.style.fontWeight=String(s),u.style.lineHeight=`${c}px`,u.textContent=e;const h=u.getBoundingClientRect();return{width:h.width,height:h.height}}function Mb(e="",t){var n;if(t.width&&t.height)return{width:t.width,height:t.height};if(typeof e!="string"&&typeof e!="number")return{width:0,height:0};const{fontFamily:r=mu,fontSize:i=14,fontWeight:o="normal",lineHeight:a=1.4}=t,s=e.toString(),c={fontFamily:r,fontSize:parseFloat(i.toString()),fontWeight:o,lineHeight:a},l=()=>zL(s,c),u=rD()&&(n=cD(s,c))!=null?n:l();return{width:Math.ceil(u.width*Du),height:Math.ceil(u.height*Du)}}function Ee(e,t={}){const n=document.createElementNS("http://www.w3.org/2000/svg",e);return lt(n,t),n}function pi(e){const n=new DOMParser().parseFromString(e,"image/svg+xml");if(n.querySelector("parsererror"))throw new Error("Invalid SVG string");return n.documentElement}function lt(e,t){Object.entries(t).forEach(([n,r])=>{r==null?e.removeAttribute(n):e.setAttribute(n,r)})}function sn(e,t,n=!0){return t.reduce((r,i)=>{const o=e.getAttribute(i);return(!n||o!==null&&o!==""&&o!==void 0)&&(r[i]=o),r},{})}function lD(e,t){t.forEach(n=>{e.removeAttribute(n)})}function gi(e,t){if(t(e)===!1)return;Array.from(e.children).forEach(r=>{gi(r,t)})}function rs(e,t="infographic-defs"){const n=t?`defs#${t}`:"defs",r=e.querySelector(n);if(r)return r;const i=Ee("defs");return t&&(i.id=t),e.prepend(i),i}var Eb=Object.getOwnPropertySymbols,uD=Object.prototype.hasOwnProperty,hD=Object.prototype.propertyIsEnumerable,dD=(e,t)=>{var n={};for(var r in e)uD.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Eb)for(var r of Eb(e))t.indexOf(r)<0&&hD.call(e,r)&&(n[r]=e[r]);return n};function Ir(e){return Tb(e)?e.querySelector("span"):null}function fD(e,t){const n=document.createElement("span");n.setAttribute("xmlns","http://www.w3.org/1999/xhtml");const r=Ee("foreignObject",{overflow:"visible"});return r.appendChild(n),Ib(r,{textContent:e,attributes:t}),r}function Ib(e,t){const{textContent:n,attributes:r}=t;if(n!==void 0&&Hu(e,n),!r)return;const i=Ir(e);let{width:o,height:a}=r;const s={};if(i){if(Object.assign(i.style,gD(r)),!o||!a){const f=n!=null?n:is(e),{fontFamily:g,fontSize:y,fontWeight:m,lineHeight:v}=i.style,b=y?parseFloat(String(y)):12,_=Mb(f,{fontFamily:g,fontSize:b,fontWeight:m,lineHeight:v.endsWith("px")?parseFloat(v):(parseFloat(v)||1.4)*b});!o&&!e.hasAttribute("width")&&(o=String(_.width)),!a&&!e.hasAttribute("height")&&(a=String(_.height))}const{"data-horizontal-align":h,"data-vertical-align":d}=r;Object.assign(i.style,pD(h,d))}const{id:c,x:l,y:u}=r;c&&(s.id=c),l!==void 0&&(s.x=String(l)),u!==void 0&&(s.y=String(u)),o!==void 0&&(s.width=String(o)),a!==void 0&&(s.height=String(a)),lt(e,s)}function pD(e,t){const n={width:"100%",height:"100%",display:"flex",flexWrap:"wrap",wordBreak:"break-word",whiteSpace:"pre-wrap"};switch(e){case"LEFT":n.textAlign="left",n.justifyContent="flex-start";break;case"CENTER":n.textAlign="center",n.justifyContent="center";break;case"RIGHT":n.textAlign="right",n.justifyContent="flex-end";break}switch(t){case"TOP":n.alignContent="flex-start",n.alignItems="flex-start";break;case"MIDDLE":n.alignContent="center",n.alignItems="center";break;case"BOTTOM":n.alignContent="flex-end",n.alignItems="flex-end";break}return n}function gD(e){const t=e,{x:n,y:r,width:i,height:o,["data-horizontal-align"]:a,["data-vertical-align"]:s,["font-size"]:c,["letter-spacing"]:l,["line-height"]:u,fill:h,["stroke-width"]:d,["text-anchor"]:f,["dominant-baseline"]:g,["font-family"]:y}=t,m=dD(t,["x","y","width","height","data-horizontal-align","data-vertical-align","font-size","letter-spacing","line-height","fill","stroke-width","text-anchor","dominant-baseline","font-family"]),v={overflow:"visible"};return h&&(v.color=h),Object.entries(m).forEach(([b,_])=>{v[Wk(b)]=_}),c&&(v.fontSize=`${c}px`),u&&(v.lineHeight=typeof u=="string"&&u.endsWith("px")?u:+u),l&&(v.letterSpacing=`${l}px`),d&&(v.strokeWidth=`${d}px`),y&&(v.fontFamily=Sr(y)),v}function is(e){const t=Ir(e);return t&&(t.innerText||t.textContent)||""}function Hu(e,t){const n=Ir(e);if(n)try{n.innerText=t}catch(r){n.textContent=t}}function qu(e){const t=Ir(e);if(!t)return{};const{color:n,fontSize:r,fontFamily:i,justifyContent:o,alignContent:a,fontWeight:s}=t.style,[c,l]=mD(o,a),u={"data-horizontal-align":c,"data-vertical-align":l};return i&&(u["font-family"]=li(i)),s&&(u["font-weight"]=s),r&&(u["font-size"]=String(parseInt(r))),n&&(u.fill=n),{attributes:u,textContent:is(e)}}function mD(e,t){let n="LEFT",r="TOP";switch(e){case"flex-start":n="LEFT";break;case"center":n="CENTER";break;case"flex-end":n="RIGHT";break}switch(t){case"flex-start":r="TOP";break;case"center":r="MIDDLE";break;case"flex-end":r="BOTTOM";break}return[n,r]}const Gt=(e,t)=>{var n;return((n=e==null?void 0:e.dataset)==null?void 0:n.elementType)===t},os=(e,t)=>e.tagName.toLowerCase()===t.toLowerCase(),yD=e=>Gt(e,"title"),vD=e=>Gt(e,"desc"),bD=e=>Gt(e,"shape"),_D=e=>Gt(e,"shapes-group"),xD=e=>Gt(e,"illus"),wD=e=>e instanceof SVGElement&&os(e,"text"),PD=e=>e instanceof SVGElement&&os(e,"g"),ju=e=>Gt(e,"item-icon"),Ab=e=>Gt(e,"item-icon-group"),$D=e=>Gt(e,"item-label"),CD=e=>Gt(e,"item-desc"),OD=e=>Gt(e,"item-value"),SD=e=>Gt(e,"item-illus"),MD=e=>Gt(e,"edit-area"),ED=e=>Gt(e,"btns-group"),ID=e=>Gt(e,"rough-element"),AD=e=>Gt(e,"rough-volume");function Tb(e){return os(e,"foreignObject")}function TD(e){return os(e,"SPAN")}function Fn(e){const t=Fu(e);return[Ve.Title,Ve.Desc,Ve.ItemLabel,Ve.ItemDesc].includes(t)}function kb(e){if(!e||!Fn(e))return!1;const t=Ir(e);return t?t.hasAttribute("contenteditable"):!1}function kD(e){const t=e.tagName.toLowerCase();return["rect","circle","ellipse","line","polygon","polyline","path"].includes(t)}function cr(e){return ju(e)||Ab(e)}function RD(e){let t=e;for(;t;){if(mi(t,sl))return!0;t=t.parentElement}return!1}function po(e,t){e.setAttribute("data-element-type",t)}function mi(e,t){return e.querySelector(`[data-element-type="${t}"]`)}function Fu(e){return cr(e)?Ve.ItemIcon:e.getAttribute("data-element-type")||Ve.Unknown}function LD(e){var t,n,r,i=e;function o(s,c){++t>i&&(r=n,a(1),++t),n[s]=c}function a(s){t=0,n=Object.create(null),s||(r=Object.create(null))}return a(),{clear:a,has:function(s){return n[s]!==void 0||r[s]!==void 0},get:function(s){var c=n[s];if(c!==void 0)return c;if((c=r[s])!==void 0)return o(s,c),c},set:function(s,c){n[s]!==void 0?n[s]=c:o(s,c)}}}var Rb=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});const Lb=globalThis.fetch,Bu=LD(1024),Wu=new Map;function zD(e){const t=Array.from(e.headers.entries());return t.length===0?"":(t.sort(([n],[r])=>n.toLowerCase().localeCompare(r.toLowerCase())),t.map(([n,r])=>`${n.toLowerCase()}:${r}`).join("|"))}function ND(e){const t=zD(e);return t?`${e.method}:${e.url}:${t}`:`${e.method}:${e.url}`}function zb(e){return new Response(e.body.slice(0),e.init)}function DD(e,t){return Rb(this,null,function*(){try{const n=yield Lb(e),i={body:yield n.arrayBuffer(),init:{status:n.status,statusText:n.statusText,headers:Array.from(n.headers.entries())}};return n.ok&&Bu.set(t,i),i}finally{Wu.delete(t)}})}function as(e,t){return Rb(this,null,function*(){const n=new Request(e,t);if(n.method!=="GET")return Lb(n);const r=ND(n);if(Bu.has(r))return zb(Bu.get(r));let i=Wu.get(r);i||(i=DD(n,r),Wu.set(r,i));const o=yield i;return zb(o)})}function HD(e,t={title:"信息图标题",desc:"信息图描述",items:"信息图的内容项",label:"项目标签文本",value:"项目数值内容",icon:"项目图标",illus:"项目插图",children:"子级项目(多层结构)"}){const{structure:n,items:r}=e,i=[],o=c=>" ".repeat(c);function a(c,l,u){const h=t[c];return h?`${o(u)}/** ${h} */
|
|
36
36
|
${o(u)}${c}: ${l};`:`${o(u)}${c}: ${l};`}function s(c,l){const u=r[c],h=[];for(const d of u){const f=d==="value"?"number":"string";h.push(a(d,f,l+1))}return r[c+1]&&h.push(a("children",`Array<${s(c+1,l+1)}>`,l+1)),`{
|
|
37
37
|
${h.join(`
|
|
38
38
|
`)}
|
|
39
39
|
${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push(a("title","string",1)),i.push(a("desc","string",1))),n.includes("item")&&r.length>0&&i.push(a("items",`Array<${s(0,1)}>`,1)),i.push("}"),i.join(`
|
|
40
|
-
`)}function Rb(e){let t=0;if(e.length===0)return t.toString();for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);t=(t<<5)-t+r,t=t&t}return Math.abs(t).toString()}var RH=Object.defineProperty,LH=Object.defineProperties,zH=Object.getOwnPropertyDescriptors,Lb=Object.getOwnPropertySymbols,NH=Object.prototype.hasOwnProperty,HH=Object.prototype.propertyIsEnumerable,zb=(e,t,n)=>t in e?RH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,DH=(e,t)=>{for(var n in t||(t={}))NH.call(t,n)&&zb(e,n,t[n]);if(Lb)for(var n of Lb(t))HH.call(t,n)&&zb(e,n,t[n]);return e},qH=(e,t)=>LH(e,zH(t));const jH=new WeakMap;function FH(e,t={}){const n=Se("use",qH(DH({},t),{href:Rv(e)}));return Nb(n),jH.set(n,e),n}function Nb(e){const{stroke:t,fill:n}=sn(e,["fill","stroke"]);e.style.color=n||t||"currentColor"}function ns(e){return e.tagName==="use"?e:e.querySelector("use")}function ju(e){const t=ns(e);return t?sn(t,["width","height","x","y","width","height","fill","fill-opacity","stroke","opacity"]):{}}function BH(e,t,n){const r=ns(e);r&&(n&&ut(r,n),Nb(r))}const Fu=!!(typeof process!="undefined"&&process.versions&&process.versions.node),WH=",",GH=(e,t=WH)=>e.split(t).map(n=>parseInt(n,10)),Hb=e=>GH(e);function Bu(...e){return e.map(t=>t.replace(/^\/+|\/+$/g,"")).filter(t=>t.trim().length>0).join("/")}function Wu(e){const t=e.getAttribute("viewBox");if(t){const[a,s,c,l]=t.split(" ").map(Number);return{x:a,y:s,width:c,height:l}}const n=e.getAttribute("width"),r=e.getAttribute("height"),i=Number(n)||0,o=Number(r)||0;return{x:0,y:0,width:i,height:o}}function Er(e){return e?typeof e=="number"?[e,e,e,e]:e.length===1?[e[0],e[0],e[0],e[0]]:e.length===2?[e[0],e[1],e[0],e[1]]:e.length===3?[e[0],e[1],e[2],e[1]]:e.length===4?[e[0],e[1],e[2],e[3]]:[0,0,0,0]:[0,0,0,0]}function Db(e,t){if(Fu)qb(e,t);else if(document.contains(e))jb(e,t);else try{const n=new MutationObserver(r=>{r.forEach(i=>{i.addedNodes.forEach(o=>{(o===e||o.contains(e))&&(VH(e,()=>{jb(e,t)}),n.disconnect())})})});n.observe(document,{childList:!0,subtree:!0})}catch(n){qb(e,t)}}function qb(e,t){const n=Wu(e),[r,i,o,a]=t;ut(e,{viewBox:`${n.x-a} ${n.y-r} ${n.width+a+i} ${n.height+r+o}`})}function jb(e,t){const n=e.getBBox(),r=e.getBoundingClientRect(),i=r.width>0?n.width/r.width:1,o=r.height>0?n.height/r.height:1,[a,s,c,l]=t,u=a*o,h=s*i,d=c*o,f=l*i,g=n.x-f,y=n.y-u,m=n.width+f+h,v=n.height+u+d;ut(e,{viewBox:`${g} ${y} ${m} ${v}`})}function VH(e,t){requestAnimationFrame(()=>{const n=()=>{const r=e.getBoundingClientRect();r.width>0&&r.height>0?t():requestAnimationFrame(n)};n()})}function Sn(e,t){if(document.getElementById(e))return;const n=document.createElement("style");n.id=e,n.textContent=t,document.head.appendChild(n)}function YH(){return crypto&&crypto.randomUUID?crypto.randomUUID():"xxxx-xxxx-4xxx-yxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}var XH=Object.defineProperty,UH=Object.defineProperties,KH=Object.getOwnPropertyDescriptors,rs=Object.getOwnPropertySymbols,Fb=Object.prototype.hasOwnProperty,Bb=Object.prototype.propertyIsEnumerable,Wb=(e,t,n)=>t in e?XH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vt=(e,t)=>{for(var n in t||(t={}))Fb.call(t,n)&&Wb(e,n,t[n]);if(rs)for(var n of rs(t))Bb.call(t,n)&&Wb(e,n,t[n]);return e},Gu=(e,t)=>UH(e,KH(t)),ZH=(e,t)=>{var n={};for(var r in e)Fb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&rs)for(var r of rs(e))t.indexOf(r)<0&&Bb.call(e,r)&&(n[r]=e[r]);return n};function Ne(e){const t=e,{id:n,x:r=0,y:i=0,width:o,height:a,alignHorizontal:s="left",alignVertical:c="top",children:l,fontSize:u=14,fontFamily:h,fontStyle:d,fontWeight:f,textDecoration:g,letterSpacing:y,wordSpacing:m,opacity:v,fill:b="black",lineHeight:_,wordWrap:x,backgroundColor:w="none",backgroundOpacity:P=1,backgroundRadius:$=0}=t,C=ZH(t,["id","x","y","width","height","alignHorizontal","alignVertical","children","fontSize","fontFamily","fontStyle","fontWeight","textDecoration","letterSpacing","wordSpacing","opacity","fill","lineHeight","wordWrap","backgroundColor","backgroundOpacity","backgroundRadius"]);let M=o,S=a,E=0,I=0;if(!M||!S){const B=Cb(l,e);M||(M=B.width),S||(S=B.height)}o&&(E=s==="center"?M/2:s==="right"?M:0),a&&(I=c==="middle"?S/2:c==="bottom"?S:0);const O=Object.entries(Vt(Vt({width:M,height:S},_!==void 0&&{"line-height":_}),x!==void 0&&{"data-word-wrap":x})).reduce((B,[X,D])=>Gu(Vt({},B),{[X]:D}),{}),z=Vt(Vt(Vt(Vt(Vt(Vt(Vt(Vt(Vt({"data-element-type":"text",width:M,height:S,x:E,y:I,"data-x":0,"data-y":0,fill:b,fontSize:u,textAnchor:s==="center"?"middle":s==="right"?"end":"start",dominantBaseline:c==="middle"?"central":c==="bottom"?"baseline":"hanging","data-horizontal-align":s.toUpperCase(),"data-vertical-align":c.toUpperCase(),children:l},O),C),h&&{fontFamily:h}),d&&{fontStyle:d}),f&&{fontWeight:f}),g&&g!=="none"&&{textDecoration:g}),y&&{letterSpacing:y}),m&&{wordSpacing:m}),v!==void 0&&v!==1&&{opacity:v}),j=Vt(Gu(Vt({},r!==0||i!==0?{x:r,y:i,transform:`translate(${r}, ${i})`}:{}),{width:M,height:S}),n&&{id:n}),W=w&&w!=="none"?{"data-element-type":"shape",x:0,y:0,width:M,height:S,fill:w,fillOpacity:P,rx:$,ry:$}:void 0;return{type:"g",props:Gu(Vt({},j),{children:[...W?[{type:"rect",props:W}]:[],{type:"text",props:z}]})}}const ho=Symbol.for("@antv/infographic/Fragment");function is(e,t={}){return{type:e,props:t}}function QH(e={}){return is(ho,e)}const JH=is,eD=is;function tD(e){return!e||typeof e!="object"||Array.isArray(e)?!1:e.type===ho}function Gb(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&"type"in e}function fo(e){return po(e).filter(Gb)}function po(e,t=[]){var n;if(!e||typeof e=="boolean")return t;if(Array.isArray(e))e.forEach(r=>po(r,t));else if(tD(e)){const r=(n=e.props)==null?void 0:n.children;(Array.isArray(r)?r:[r]).filter(Boolean).forEach(i=>{po(i,t)})}else t.push(e);return t}function at(e){return typeof e=="number"&&!Number.isNaN(e)&&Number.isFinite(e)}const os=()=>({x:0,y:0,width:0,height:0});function mi(e){if(!e||e.length===0)return os();let t=1/0,n=1/0,r=-1/0,i=-1/0;for(const o of e){const{x:a,y:s,width:c,height:l}=o,u=a+c,h=s+l;a<t&&(t=a),s<n&&(n=s),u>r&&(r=u),h>i&&(i=h)}return t===1/0||n===1/0||r===-1/0||i===-1/0?{x:0,y:0,width:0,height:0}:{x:t,y:n,width:Math.max(0,r-t),height:Math.max(0,i-n)}}function ae(e){var t,n,r,i;if(!e)return os();if(Array.isArray(e)){const f=fo(e);return Ir(f)}if(typeof e!="object")return os();const{type:o,props:a={}}=e;if(Zu(e)){const f=Qb(e);return ae(f)}if(typeof o=="function"){const f=(t=a.x)!=null?t:0,g=(n=a.y)!=null?n:0,y=a.width,m=a.height;if(at(y)&&at(m))return{x:f,y:g,width:y,height:m};const v=o(a);if(!v)return{x:f,y:g,width:y!=null?y:0,height:m!=null?m:0};if(Array.isArray(v)){const b=fo(v),_=Ir(b);if(at(y)&&at(m))return{x:f,y:g,width:y,height:m};const x=_.width!==0?_.width:y!=null?y:0,w=_.height!==0?_.height:m!=null?m:0;return{x:f+_.x,y:g+_.y,width:x,height:w}}if(Gb(v)){const b=v,_=ae(b);if(nD(b,a))return _;const x=b.props&&at(b.props.width)&&at(b.props.height),$=Vb(b).flatMap(E=>fo(E)).length>0,C=b.props&&b.props.x===a.x&&b.props.y===a.y;if(x)return{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:_.width,height:_.height};if(at(y)&&at(m))return $?{x:C?_.x:f,y:C?_.y:g,width:y,height:m}:{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:y,height:m};const M=_.width!==0?_.width:y!=null?y:0,S=_.height!==0?_.height:m!=null?m:0;return{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:M,height:S}}return{x:f,y:g,width:y!=null?y:0,height:m!=null?m:0}}const s=(r=a.x)!=null?r:0,c=(i=a.y)!=null?i:0,l=at(a.width)?a.width:void 0,u=at(a.height)?a.height:void 0;if(at(l)&&at(u))return{x:s,y:c,width:l,height:u};const d=Vb(e).flatMap(f=>fo(f));if(d.length>0){const f=Ir(d);return{x:s+f.x,y:c+f.y,width:at(l)?l:f.width,height:at(u)?u:f.height}}return{x:s,y:c,width:l!=null?l:0,height:u!=null?u:0}}function Ir(e){if(!e||!Array.isArray(e)||e.length===0)return os();const t=[];for(const n of e){const r=fo(n);for(const i of r){const o=ae(i);o&&t.push(o)}}return mi(t)}function nD(e,t){if(!(e!=null&&e.props)||!t)return!1;const n=e.props;if(at(n.x)&&at(n.y)&&at(t.x)&&at(t.y)&&n.x===t.x&&n.y===t.y){const r=at(n.width)&&at(n.height),i=at(t.width)&&at(t.height);if(!r&&!i)return!0}return at(n.x)&&at(n.y)&&at(n.width)&&at(n.height)&&at(t.x)&&at(t.y)&&at(t.width)&&at(t.height)?n.x===t.x&&n.y===t.y&&n.width===t.width&&n.height===t.height:!1}function Vb(e){var t;const n=(t=e.props)==null?void 0:t.children;return n?Array.isArray(n)?n:[n]:[]}function Vu(e){var t;return e==null||typeof e=="boolean"?[]:Array.isArray(e)?po(e):typeof e=="object"?po((t=e.props)==null?void 0:t.children):[e]}var rD=Object.defineProperty,as=Object.getOwnPropertySymbols,Yb=Object.prototype.hasOwnProperty,Xb=Object.prototype.propertyIsEnumerable,Ub=(e,t,n)=>t in e?rD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yu=(e,t)=>{for(var n in t||(t={}))Yb.call(t,n)&&Ub(e,n,t[n]);if(as)for(var n of as(t))Xb.call(t,n)&&Ub(e,n,t[n]);return e},iD=(e,t)=>{var n={};for(var r in e)Yb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&as)for(var r of as(e))t.indexOf(r)<0&&Xb.call(e,r)&&(n[r]=e[r]);return n};const or=(e,t)=>{const n=e,{type:r,props:i}=n,o=iD(n,["type","props"]);return Yu({type:r,props:Yu(Yu({},i),t)},o)},Kb=()=>({defs:new Map});function Xu(e){const t={"&":"&","<":"<",">":">",'"':""","'":"'"};return String(e).replace(/[&<>"']/g,n=>t[n])}const Zb={className:"class",viewBox:"viewBox",preserveAspectRatio:"preserveAspectRatio",gradientUnits:"gradientUnits",gradientTransform:"gradientTransform",patternUnits:"patternUnits",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",maskUnits:"maskUnits",maskContentUnits:"maskContentUnits",clipPathUnits:"clipPathUnits",primitiveUnits:"primitiveUnits",filterUnits:"filterUnits",markerUnits:"markerUnits",markerWidth:"markerWidth",markerHeight:"markerHeight",refX:"refX",refY:"refY",xmlLang:"xml:lang",xmlSpace:"xml:space",xmlnsXlink:"xmlns:xlink",xlinkHref:"href",xlinkTitle:"xlink:title",xlinkShow:"xlink:show",xlinkActuate:"xlink:actuate",textLength:"textLength",lengthAdjust:"lengthAdjust",attributeName:"attributeName",attributeType:"attributeType",repeatCount:"repeatCount",repeatDur:"repeatDur",calcMode:"calcMode",keyTimes:"keyTimes",keySplines:"keySplines",keyPoints:"keyPoints",stdDeviation:"stdDeviation",baseFrequency:"baseFrequency",numOctaves:"numOctaves",pathLength:"pathLength",systemLanguage:"systemLanguage",requiredFeatures:"requiredFeatures",requiredExtensions:"requiredExtensions"};function oD(e){return Zb[e]?Zb[e]:e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}const Uu=new Map;function Ku(e){const t=Symbol("layout");return Uu.set(t,e),r=>({type:t,props:r})}function Zu(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)&&typeof e.type=="symbol"&&Uu.has(e.type)}function Qb(e,t=Kb()){const n=Uu.get(e.type);if(!n)return console.warn("Layout function not found for symbol:",e.type),e;const r=Vu(e).filter(i=>typeof i=="object");return n(r,e.props,t)}var aD=Object.defineProperty,sD=Object.defineProperties,cD=Object.getOwnPropertyDescriptors,ss=Object.getOwnPropertySymbols,Jb=Object.prototype.hasOwnProperty,e_=Object.prototype.propertyIsEnumerable,t_=(e,t,n)=>t in e?aD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lD=(e,t)=>{for(var n in t||(t={}))Jb.call(t,n)&&t_(e,n,t[n]);if(ss)for(var n of ss(t))e_.call(t,n)&&t_(e,n,t[n]);return e},uD=(e,t)=>sD(e,cD(t)),n_=(e,t)=>{var n={};for(var r in e)Jb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ss)for(var r of ss(e))t.indexOf(r)<0&&e_.call(e,r)&&(n[r]=e[r]);return n};function go(e,t){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return e;if(Array.isArray(e))return e.map(r=>go(r,t)).filter(Boolean);if(Zu(e)){const r=Qb(e,t);return go(r,t)}if(typeof e.type=="function"){const r=e.type(e.props);return go(r,t)}const n=Vu(e).map(r=>go(r,t)).filter(Boolean);return e.type===ho?n:e.type===ol?(n.forEach(r=>{typeof r=="object"&&r.props.id&&t.defs.set(r.props.id,r)}),null):n.length?or(e,{children:n}):e}function mo(e,t){if(e==null)return"";if(typeof e=="string")return Xu(e);if(typeof e=="number")return String(e);const{type:n,props:r}=e;if(!n)return"";const i=Vu(e);if(n===ho)return i.map(c=>mo(c)).filter(Boolean).join("");if(n===ol)return"";if(typeof n=="function"||Zu(e))return console.warn("Unexpected unprocessed component in render:",e),"";const o=i_(r),a=i.map(c=>mo(c)).filter(Boolean).join(""),s=String(n);return a?`<${s}${o}>${a}</${s}>`:`<${s}${o} />`}function r_(e,t={}){const n=Kb(),r=go(e,n);if(!r)return"";const i=Array.isArray(r)?r.map(m=>mo(m)).join(""):mo(r),o=t,{x:a,y:s,width:c,height:l,style:u}=o,h=n_(o,["x","y","width","height","style"]),d=uD(lD({},h),{xmlns:"http://www.w3.org/2000/svg"});if(!d.viewBox)if(c&&l)d.viewBox=`${a!=null?a:0} ${s!=null?s:0} ${c!=null?c:0} ${l!=null?l:0}`;else{const m=ae(r);if(m){const{x:v,y:b,width:_,height:x}=m;d.viewBox=`${v} ${b} ${_} ${x}`}}const f=i_(d),g=hD(u),y=n.defs.size?`<defs>${Array.from(n.defs.values()).map(m=>mo(m)).join("")}</defs>`:"";return`<svg${f}${g}>${y}${i}</svg>`}function i_(e){if(!e)return"";const t=e,{children:n}=t,r=n_(t,["children"]);return Object.entries(r).filter(([,i])=>i!=null).map(([i,o])=>{const a=oD(i),s=typeof o=="string"?Xu(String(o)):String(o);return` ${a}="${s}"`}).join("")}function hD(e){if(!e||Object.keys(e).length===0)return"";const t=Object.entries(e).map(([n,r])=>`${n.replace(/[A-Z]/g,o=>`-${o.toLowerCase()}`)}: ${r};`).join("");return` style="${Xu(t)}"`}var dD=Object.defineProperty,cs=Object.getOwnPropertySymbols,o_=Object.prototype.hasOwnProperty,a_=Object.prototype.propertyIsEnumerable,s_=(e,t,n)=>t in e?dD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ls=(e,t)=>{for(var n in t||(t={}))o_.call(t,n)&&s_(e,n,t[n]);if(cs)for(var n of cs(t))a_.call(t,n)&&s_(e,n,t[n]);return e},c_=(e,t)=>{var n={};for(var r in e)o_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cs)for(var r of cs(e))t.indexOf(r)<0&&a_.call(e,r)&&(n[r]=e[r]);return n};const J=e=>{const t=e,{indexes:n}=t,r=c_(t,["indexes"]),i={fill:"#B9EBCA",fillOpacity:.3,width:20,height:20,"data-indexes":n,"data-element-type":Ue.BtnAdd};return p(ze,ls(ls({},i),r))},nt=e=>{const t=e,{indexes:n}=t,r=c_(t,["indexes"]),i={fill:"#F9C0C0",fillOpacity:.3,width:20,height:20,"data-indexes":n,"data-element-type":Ue.BtnRemove};return p(ze,ls(ls({},i),r))};var fD=Object.defineProperty,pD=Object.defineProperties,gD=Object.getOwnPropertyDescriptors,l_=Object.getOwnPropertySymbols,mD=Object.prototype.hasOwnProperty,yD=Object.prototype.propertyIsEnumerable,u_=(e,t,n)=>t in e?fD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vD=(e,t)=>{for(var n in t||(t={}))mD.call(t,n)&&u_(e,n,t[n]);if(l_)for(var n of l_(t))yD.call(t,n)&&u_(e,n,t[n]);return e},bD=(e,t)=>pD(e,gD(t));const qe=e=>p(Y,bD(vD({"data-element-type":Ue.BtnsGroup,width:0,height:0},e),{display:"none"})),mt=()=>p(tt,{});var _D=Object.defineProperty,us=Object.getOwnPropertySymbols,h_=Object.prototype.hasOwnProperty,d_=Object.prototype.propertyIsEnumerable,f_=(e,t,n)=>t in e?_D(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qu=(e,t)=>{for(var n in t||(t={}))h_.call(t,n)&&f_(e,n,t[n]);if(us)for(var n of us(t))d_.call(t,n)&&f_(e,n,t[n]);return e},xD=(e,t)=>{var n={};for(var r in e)h_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&us)for(var r of us(e))t.indexOf(r)<0&&d_.call(e,r)&&(n[r]=e[r]);return n};const p_=e=>{var t=e,{indexes:n}=t,r=xD(t,["indexes"]);const o=Qu(Qu({},{fill:"lightgray"}),r);return n?(o["data-indexes"]=n,o["data-element-type"]=Ue.ItemIllus):o["data-element-type"]=Ue.Illus,p(ze,Qu({},o))};var wD=Object.defineProperty,PD=Object.defineProperties,$D=Object.getOwnPropertyDescriptors,hs=Object.getOwnPropertySymbols,g_=Object.prototype.hasOwnProperty,m_=Object.prototype.propertyIsEnumerable,y_=(e,t,n)=>t in e?wD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,v_=(e,t)=>{for(var n in t||(t={}))g_.call(t,n)&&y_(e,n,t[n]);if(hs)for(var n of hs(t))m_.call(t,n)&&y_(e,n,t[n]);return e},CD=(e,t)=>PD(e,$D(t)),OD=(e,t)=>{var n={};for(var r in e)g_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&hs)for(var r of hs(e))t.indexOf(r)<0&&m_.call(e,r)&&(n[r]=e[r]);return n};const ht=e=>{var t=e,{indexes:n,lineNumber:r=2,children:i}=t,o=OD(t,["indexes","lineNumber","children"]),a;if(!i)return null;const s=v_({fontSize:14,fill:"#666",wordWrap:!0,lineHeight:1.4,children:i},o);return(a=s.height)!=null||(s.height=Math.ceil(r*+s.lineHeight*+s.fontSize)),p(Ne,CD(v_({},s),{"data-indexes":n,"data-element-type":Ue.ItemDesc}))};var SD=Object.defineProperty,MD=Object.defineProperties,ED=Object.getOwnPropertyDescriptors,ds=Object.getOwnPropertySymbols,b_=Object.prototype.hasOwnProperty,__=Object.prototype.propertyIsEnumerable,x_=(e,t,n)=>t in e?SD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,yo=(e,t)=>{for(var n in t||(t={}))b_.call(t,n)&&x_(e,n,t[n]);if(ds)for(var n of ds(t))__.call(t,n)&&x_(e,n,t[n]);return e},fs=(e,t)=>MD(e,ED(t)),w_=(e,t)=>{var n={};for(var r in e)b_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ds)for(var r of ds(e))t.indexOf(r)<0&&__.call(e,r)&&(n[r]=e[r]);return n};const Dt=e=>{const t=e,{indexes:n,size:r=32}=t,i=w_(t,["indexes","size"]),o=yo({fill:"lightgray",width:r,height:r},i);return p(ze,fs(yo({},o),{"data-indexes":n,"data-element-type":"item-icon"}))},Ar=e=>{const t=e,{indexes:n,size:r=50,fill:i,colorBg:o="white"}=t,a=w_(t,["indexes","size","fill","colorBg"]),s=r/Math.SQRT2*.9,c=(r-s)/2,l=fs(yo({fill:o},a),{x:c,y:c,width:s,height:s});return R(Y,fs(yo({},a),{width:r,height:r,"data-element-type":Ue.ItemIconGroup,children:[p(Je,{width:r,height:r,fill:i,"data-element-type":"shape"}),p(ze,fs(yo({},l),{"data-indexes":n,"data-element-type":Ue.ItemIcon}))]}))};var ID=Object.defineProperty,AD=Object.defineProperties,TD=Object.getOwnPropertyDescriptors,ps=Object.getOwnPropertySymbols,P_=Object.prototype.hasOwnProperty,$_=Object.prototype.propertyIsEnumerable,C_=(e,t,n)=>t in e?ID(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,O_=(e,t)=>{for(var n in t||(t={}))P_.call(t,n)&&C_(e,n,t[n]);if(ps)for(var n of ps(t))$_.call(t,n)&&C_(e,n,t[n]);return e},kD=(e,t)=>AD(e,TD(t)),RD=(e,t)=>{var n={};for(var r in e)P_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ps)for(var r of ps(e))t.indexOf(r)<0&&$_.call(e,r)&&(n[r]=e[r]);return n};const Ve=e=>{var t=e,{indexes:n,children:r}=t,i=RD(t,["indexes","children"]),o;const a=O_({fontSize:18,fontWeight:"bold",fill:"#252525",lineHeight:1.4,children:r},i);return(o=a.height)!=null||(a.height=Math.ceil(+a.lineHeight*+a.fontSize)),p(Ne,kD(O_({},a),{"data-indexes":n,"data-element-type":Ue.ItemLabel}))};var LD=Object.defineProperty,S_=Object.getOwnPropertySymbols,zD=Object.prototype.hasOwnProperty,ND=Object.prototype.propertyIsEnumerable,M_=(e,t,n)=>t in e?LD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,HD=(e,t)=>{for(var n in t||(t={}))zD.call(t,n)&&M_(e,n,t[n]);if(S_)for(var n of S_(t))ND.call(t,n)&&M_(e,n,t[n]);return e};const He=e=>p(Y,HD({"data-element-type":Ue.ItemsGroup},e));var DD=Object.defineProperty,qD=Object.defineProperties,jD=Object.getOwnPropertyDescriptors,gs=Object.getOwnPropertySymbols,E_=Object.prototype.hasOwnProperty,I_=Object.prototype.propertyIsEnumerable,A_=(e,t,n)=>t in e?DD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,T_=(e,t)=>{for(var n in t||(t={}))E_.call(t,n)&&A_(e,n,t[n]);if(gs)for(var n of gs(t))I_.call(t,n)&&A_(e,n,t[n]);return e},FD=(e,t)=>qD(e,jD(t)),BD=(e,t)=>{var n={};for(var r in e)E_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gs)for(var r of gs(e))t.indexOf(r)<0&&I_.call(e,r)&&(n[r]=e[r]);return n};const vo=e=>{var t=e,{indexes:n,value:r,formatter:i=c=>String(c)}=t,o=BD(t,["indexes","value","formatter"]),a;const s=T_({fontSize:14,fill:"#666",wordWrap:!0,lineHeight:1.4,children:i(r),"data-value":r},o);return(a=s.height)!=null||(s.height=Math.ceil(+s.lineHeight*+s.fontSize)),p(Ne,FD(T_({},s),{"data-indexes":n,"data-element-type":Ue.ItemValue}))};var WD=Object.defineProperty,k_=Object.getOwnPropertySymbols,GD=Object.prototype.hasOwnProperty,VD=Object.prototype.propertyIsEnumerable,R_=(e,t,n)=>t in e?WD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,YD=(e,t)=>{for(var n in t||(t={}))GD.call(t,n)&&R_(e,n,t[n]);if(k_)for(var n of k_(t))VD.call(t,n)&&R_(e,n,t[n]);return e};const xt=e=>p(Y,YD({"data-element-type":"shapes-group"},e));var XD=Object.defineProperty,UD=Object.defineProperties,KD=Object.getOwnPropertyDescriptors,ms=Object.getOwnPropertySymbols,L_=Object.prototype.hasOwnProperty,z_=Object.prototype.propertyIsEnumerable,N_=(e,t,n)=>t in e?XD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ys=(e,t)=>{for(var n in t||(t={}))L_.call(t,n)&&N_(e,n,t[n]);if(ms)for(var n of ms(t))z_.call(t,n)&&N_(e,n,t[n]);return e},H_=(e,t)=>UD(e,KD(t)),ZD=(e,t)=>{var n={};for(var r in e)L_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ms)for(var r of ms(e))t.indexOf(r)<0&&z_.call(e,r)&&(n[r]=e[r]);return n};const yi=Ku((e,t)=>{var n=t,{horizontal:r,vertical:i}=n,o=ZD(n,["horizontal","vertical"]),a,s,c,l;if(!e||e.length===0)return p(Y,ys({},o));const u=e.map(b=>ae(b)),h=Ir(e),d=(a=o.x)!=null?a:h.x,f=(s=o.y)!=null?s:h.y,g=(c=o.width)!=null?c:h.width,y=(l=o.height)!=null?l:h.height,m=e.map((b,_)=>{const x=u[_],w=ys({},b.props);if(r!==void 0)switch(r){case"left":w.x=-x.x;break;case"center":w.x=(g-x.width)/2-x.x;break;case"right":w.x=g-x.width-x.x;break}else w.x===void 0&&(w.x=x.x-d);if(i!==void 0)switch(i){case"top":w.y=-x.y;break;case"middle":w.y=(y-x.height)/2-x.y;break;case"bottom":w.y=y-x.height-x.y;break}else w.y===void 0&&(w.y=x.y-f);return or(b,w)}),v=H_(ys({},o),{x:d,y:f,width:g,height:y});return p(Y,H_(ys({},v),{children:m}))});var QD=Object.defineProperty,JD=Object.defineProperties,eq=Object.getOwnPropertyDescriptors,vs=Object.getOwnPropertySymbols,D_=Object.prototype.hasOwnProperty,q_=Object.prototype.propertyIsEnumerable,j_=(e,t,n)=>t in e?QD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Tr=(e,t)=>{for(var n in t||(t={}))D_.call(t,n)&&j_(e,n,t[n]);if(vs)for(var n of vs(t))q_.call(t,n)&&j_(e,n,t[n]);return e},F_=(e,t)=>JD(e,eq(t)),tq=(e,t)=>{var n={};for(var r in e)D_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&vs)for(var r of vs(e))t.indexOf(r)<0&&q_.call(e,r)&&(n[r]=e[r]);return n};const ye=Ku((e,t)=>{var n=t,{flexDirection:r="row",justifyContent:i="flex-start",alignItems:o="flex-start",alignContent:a="flex-start",flexWrap:s="nowrap",gap:c=0}=n,l=tq(n,["flexDirection","justifyContent","alignItems","alignContent","flexWrap","gap"]),u,h,d,f,g,y;if(!e||e.length===0)return p(Y,Tr({},l));const m=r==="row"||r==="row-reverse",v=r==="row-reverse"||r==="column-reverse",b=e.map(O=>ae(O)),_=Ir(e),x=(u=l.width)!=null?u:_.width,w=(h=l.height)!=null?h:_.height,P=l.width!==void 0&&l.height!==void 0,$=[];if(s==="wrap"&&P){let O=[],T=[],F=0;for(let z=0;z<e.length;z++){const j=e[z],H=b[z],W=m?H.width:H.height,B=m?x:w;O.length===0||F+c+W<=B?(O.push(j),T.push(H),F+=(O.length>1?c:0)+W):($.push({children:O,bounds:T}),O=[j],T=[H],F=W)}O.length>0&&$.push({children:O,bounds:T})}else $.push({children:e,bounds:b});const C=[];let M=0;const S=[];if($.forEach(O=>{const{children:T,bounds:F}=O,z=F.reduce((D,k,A)=>{const L=m?k.width:k.height;return D+L+(A>0?c:0)},0),j=Math.max(...F.map(D=>m?D.height:D.width));S.push(j);let H=0;const W=(m?x:w)-z;if(P)switch(i){case"flex-end":H=W;break;case"center":H=W/2;break;case"space-between":H=0;break;default:H=0;break}let B=c;P&&i==="space-between"&&T.length>1&&(B=W/(T.length-1)+c);let X=H;T.forEach((D,k)=>{const A=F[k],L=m?A.width:A.height,N=m?A.height:A.width,q=m?A.x:A.y,G=m?A.y:A.x;let U=M;if(P)switch(o){case"flex-end":U=M+j-N;break;case"center":U=M+(j-N)/2;break;default:U=M;break}let K,ne;m?(K=v?x-X-L-q:X-q,ne=U-G):(K=U-G,ne=v?w-X-L-q:X-q);const ee=or(D,{x:K,y:ne});C.push(ee),X+=L+B}),M+=j+c}),$.length>1&&P){const O=S.reduce((z,j)=>z+j,0)+($.length-1)*c,T=(m?w:x)-O;let F=0;switch(a){case"flex-end":F=T;break;case"center":F=T/2;break;case"space-between":if($.length>1){const z=T/($.length-1);let j=0;$.forEach((H,W)=>{const B=$.slice(0,W).reduce((D,k)=>D+k.children.length,0),X=B+H.children.length;for(let D=B;D<X;D++){const k=C[D],A=Tr({},k.props);m?A.y=(A.y||0)+j:A.x=(A.x||0)+j,C[D]=or(k,A)}j+=S[W]+c+(W<$.length-1?z:0)});break}break;default:F=0;break}F!==0&&a!=="space-between"&&C.forEach((z,j)=>{const H=Tr({},z.props);m?H.y=(H.y||0)+F:H.x=(H.x||0)+F,C[j]=or(z,H)})}if(!P&&o==="center")if(m){const O=Math.max(...b.map(T=>T.height));C.forEach((T,F)=>{const z=b[F],j=(O-z.height)/2,H=Tr({},T.props);H.y=(H.y||0)+j,C[F]=or(T,H)})}else{const O=Math.max(...b.map(T=>T.width));C.forEach((T,F)=>{const z=b[F],j=(O-z.width)/2,H=Tr({},T.props);H.x=(H.x||0)+j,C[F]=or(T,H)})}const E=Ir(C),I=F_(Tr({},l),{x:(d=l.x)!=null?d:_.x,y:(f=l.y)!=null?f:_.y,width:(g=l.width)!=null?g:E.width,height:(y=l.height)!=null?y:E.height});return p(Y,F_(Tr({},I),{children:C}))});var nq=Object.defineProperty,rq=Object.defineProperties,iq=Object.getOwnPropertyDescriptors,B_=Object.getOwnPropertySymbols,oq=Object.prototype.hasOwnProperty,aq=Object.prototype.propertyIsEnumerable,W_=(e,t,n)=>t in e?nq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,bs=(e,t)=>{for(var n in t||(t={}))oq.call(t,n)&&W_(e,n,t[n]);if(B_)for(var n of B_(t))aq.call(t,n)&&W_(e,n,t[n]);return e},G_=(e,t)=>rq(e,iq(t));const V_=e=>{const{x:t=0,y:n=0,alignHorizontal:r="center",title:i,desc:o,descLineNumber:a=2,themeColors:s}=e,c=u=>{const h={fontSize:24,fill:s.colorPrimaryText,lineHeight:1.4,alignHorizontal:r};return p(Ne,G_(bs(bs({},h),u),{"data-element-type":"title",children:i}))},l=u=>{const h={fontSize:16,fill:s.colorTextSecondary,alignHorizontal:r,lineHeight:1.4,height:a*24};return p(Ne,G_(bs(bs({},h),u),{"data-element-type":"desc",children:o}))};return!i&&!o?null:R(ye,{flexDirection:"column",justifyContent:"center",alignItems:"center",x:t,y:n,gap:8,children:[i&&p(c,{}),o&&p(l,{})]})},Ju=new Map;function eh(e,t){Ju.set(e,t)}function Y_(e){return Ju.get(e)}function sq(){return Array.from(Ju.keys())}eh("dark",{colorBg:"#1F1F1F",base:{text:{fill:"#fff"}}}),eh("hand-drawn",{base:{text:{"font-family":"851tegakizatsu"}},stylize:{type:"rough"}});var cq=Object.defineProperty,lq=Object.defineProperties,uq=Object.getOwnPropertyDescriptors,X_=Object.getOwnPropertySymbols,hq=Object.prototype.hasOwnProperty,dq=Object.prototype.propertyIsEnumerable,U_=(e,t,n)=>t in e?cq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,bo=(e,t)=>{for(var n in t||(t={}))hq.call(t,n)&&U_(e,n,t[n]);if(X_)for(var n of X_(t))dq.call(t,n)&&U_(e,n,t[n]);return e},_o=(e,t)=>lq(e,uq(t));it(Ey);const K_=({colorPrimary:e,colorBg:t="#ffffff",isDarkMode:n=!1})=>{const r=$n(e),i=$n(t),o=vq({primaryColor:r,bgColor:i});return bq(o,{primaryColor:r,bgColor:i,isDarkMode:n})},fq=(e,t)=>qE(_o(bo({},e),{alpha:t?.2:.1}))||"#ffffff",pq=(e,t)=>{if(t)return"#ffffff";const n=$n("#262626");return Gl(n,e)>=7?Xi(n):"#000000"},gq=e=>{const t=jy($n(e)),n=_o(bo({},t),{l:Math.min(1,t.l+.2)});return Xi(n)},mq=(e,t)=>{const n=$n(e),r=$n("#262626"),i=$n("#ffffff"),o=Gl(r,n);return Gl(i,n)>=3?Xi(i):o>=4.5?Xi(r):"#ffffff"},yq=(e,t)=>{const n=jy(e);if(t){const r=_o(bo({},n),{l:Math.min(1,n.l+.1)});return _s(r,"#1f1f1f")}else{if(n.l>.95)return"#ffffff";{const r=_o(bo({},n),{l:Math.min(1,n.l+.05)});return _s(r,"#ffffff")}}},vq=({primaryColor:e,bgColor:t})=>({colorPrimary:_s(e,"#FF356A"),colorBg:_s(t,"#ffffff"),colorWhite:"#ffffff"}),bq=(e,{primaryColor:t,bgColor:n,isDarkMode:r})=>{const i=pq(n,r),o=fq(t,r);return _o(bo({},e),{isDarkMode:r,colorPrimaryBg:o,colorText:i,colorTextSecondary:gq(i),colorPrimaryText:mq(o,r),colorBgElevated:yq(n,r)})};function _s(e,t="#000000"){var n;return(n=Xi(e))!=null?n:t}const th="#FF356A";function wt(e){var t;return((t=e==null?void 0:e.themeConfig)==null?void 0:t.colorPrimary)||th}function Z_(e){var t;const{themeConfig:n={},data:r}=e,{colorPrimary:i,palette:o}=n;return!o||o.length===0?Array(((t=r==null?void 0:r.items)==null?void 0:t.length)||1).fill(i||th):r.items.map((a,s)=>Aa(o,[s],r.items.length)||th)}function je(e,t){var n,r,i;return Aa((n=e==null?void 0:e.themeConfig)==null?void 0:n.palette,t,(i=(r=e.data)==null?void 0:r.items)==null?void 0:i.length)}function Ct(e,t){var n;const{colorBg:r=((n=t==null?void 0:t.themeConfig)==null?void 0:n.colorBg)||"white",colorPrimary:i=t?wt(t):"black"}=e;return K_({colorPrimary:i,isDarkMode:Fy(r),colorBg:r})}function Q_(e,t){const{depth:n,originalIndexes:r,flatIndex:i}=e;switch(t){case"level":return[n];case"branch":return n===0?[0]:n===1?[r[1]+1]:[r[1]+1];case"node":return r;case"node-flat":return i!==void 0?[i]:(console.warn("node-flat mode requires flatIndex in HierarchyNode, falling back to originalIndexes"),r);default:return[0]}}var _q=Object.defineProperty,J_=Object.getOwnPropertySymbols,xq=Object.prototype.hasOwnProperty,wq=Object.prototype.propertyIsEnumerable,e3=(e,t,n)=>t in e?_q(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pq=(e,t)=>{for(var n in t||(t={}))xq.call(t,n)&&e3(e,n,t[n]);if(J_)for(var n of J_(t))wq.call(t,n)&&e3(e,n,t[n]);return e};function st(e,t=[]){const n=Pq({},e),r={};return["indexes","data","datum","positionH","positionV","themeColors","valueFormatter",...t].forEach(o=>{o in n&&(r[o]=n[o],delete n[o])}),["x","y","width","height"].forEach(o=>{o in e&&(n[o]=e[o])}),[r,n]}function xs(e,t){var n;return e.length===0?()=>null:t===void 0?e[0]:(n=e[t])!=null?n:e[0]}const nh=new Map;function ct(e,t){nh.set(e,t)}function t3(e){return nh.get(e)}function $q(){return Array.from(nh.keys())}var Cq=Object.defineProperty,Oq=Object.defineProperties,Sq=Object.getOwnPropertyDescriptors,n3=Object.getOwnPropertySymbols,Mq=Object.prototype.hasOwnProperty,Eq=Object.prototype.propertyIsEnumerable,r3=(e,t,n)=>t in e?Cq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Iq=(e,t)=>{for(var n in t||(t={}))Mq.call(t,n)&&r3(e,n,t[n]);if(n3)for(var n of n3(t))Eq.call(t,n)&&r3(e,n,t[n]);return e},Aq=(e,t)=>Oq(e,Sq(t));const i3=e=>{const[{datum:t,indexes:n,width:r=200,height:i=80,iconSize:o=24,badgeSize:a=32,gap:s=8,positionH:c="normal",themeColors:l,valueFormatter:u},h]=st(e,["width","height","iconSize","badgeSize","gap"]),d=t.value,f=d!==void 0,g=!!t.desc,y=!!t.icon,m=`${l.colorPrimary}-badge`,v=c==="flipped"?r-s-a:s,b=y?c==="flipped"?s:a+2*s:s,_=r-s*2,x=y?r-a-3*s:_,w=s+14+18+8,P=w-s,$=g?s:(i-a)/2,C=!f&&!g?(i-14)/2:s,M=!y&&c==="center"?"center":c==="flipped"?"right":"left";return R(Y,Aq(Iq({},h),{width:r,height:i,children:[p(Ke,{children:R("radialGradient",{id:m,cx:"50%",cy:"50%",r:"50%",children:[p("stop",{offset:"0%",stopColor:l.colorPrimary}),p("stop",{offset:"100%",stopColor:ve(l.colorPrimary).darken(20).toHexString()})]})}),p(ze,{"data-element-type":"shape",x:0,y:0,width:r,height:i,fill:l.colorPrimaryBg,rx:8,ry:8}),y&&R(tt,{children:[p(Je,{x:v,y:$,width:a,height:a,fill:`url(#${m})`}),p(Dt,{indexes:n,x:v+(a-o)/2,y:$+(a-o)/2,size:o,fill:l.colorWhite})]}),R(ye,{flexDirection:"column",x:b,y:C,width:x,height:!f&&!g?void 0:P,alignItems:"center",justifyContent:"center",children:[p(Ve,{indexes:n,width:x,alignHorizontal:M,alignVertical:"middle",fontSize:14,fill:l.colorText,children:t.label}),f&&p(vo,{indexes:n,width:x,alignHorizontal:c==="flipped"?"right":"left",alignVertical:"middle",fontSize:18,lineHeight:1,fontWeight:"bold",fill:l.colorPrimary,value:d,formatter:u})]}),g&&p(ht,{indexes:n,x:s,y:w,width:_,alignHorizontal:M,fontSize:11,fill:l.colorTextSecondary,lineNumber:2,lineHeight:1.2,wordWrap:!0,children:t.desc})]}))};ct("badge-card",{component:i3,composites:["icon","label","value","desc"]});var Tq=Object.defineProperty,kq=Object.defineProperties,Rq=Object.getOwnPropertyDescriptors,o3=Object.getOwnPropertySymbols,Lq=Object.prototype.hasOwnProperty,zq=Object.prototype.propertyIsEnumerable,a3=(e,t,n)=>t in e?Tq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Nq=(e,t)=>{for(var n in t||(t={}))Lq.call(t,n)&&a3(e,n,t[n]);if(o3)for(var n of o3(t))zq.call(t,n)&&a3(e,n,t[n]);return e},Hq=(e,t)=>kq(e,Rq(t));const s3=e=>{const[{indexes:t,datum:n,width:r=280,height:i=140,themeColors:o},a]=st(e,["width","height"]);return R(Y,Hq(Nq({},a),{children:[p("rect",{x:0,y:0,width:r,height:i,rx:22,ry:22,fill:o.colorPrimaryBg,stroke:o.colorPrimary,"data-element-type":"shape"}),p(Pe,{x:r-85,y:.5,width:85,height:65,d:"M0 0H62.4495C74.9557 0 85.4549 10.8574 84.4557 23.1875V60.1875L77.8772 62.5839C64.3776 67.6876 48.51 64.6893 37.8662 53.7441L10.2361 25.3312C4.91402 19.8571 1.65356 13.1736 0.435652 6.21819L0 0Z",fill:o.colorBg,"data-element-type":"shape"}),p(Ve,{indexes:t,x:20,y:24,width:200,alignHorizontal:"left",alignVertical:"middle",fill:o.colorText,children:n.label}),p(ht,{indexes:t,x:20,y:58,width:220,height:70,fill:o.colorTextSecondary,alignHorizontal:"left",alignVertical:"top",children:n.desc}),p(Dt,{indexes:t,x:r-48,y:12,width:32,height:32,fill:o.colorPrimary})]}))};ct("candy-card-lite",{component:s3,composites:["icon","label","desc"]});var Dq=Object.defineProperty,qq=Object.defineProperties,jq=Object.getOwnPropertyDescriptors,ws=Object.getOwnPropertySymbols,c3=Object.prototype.hasOwnProperty,l3=Object.prototype.propertyIsEnumerable,u3=(e,t,n)=>t in e?Dq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fq=(e,t)=>{for(var n in t||(t={}))c3.call(t,n)&&u3(e,n,t[n]);if(ws)for(var n of ws(t))l3.call(t,n)&&u3(e,n,t[n]);return e},Bq=(e,t)=>qq(e,jq(t)),Wq=(e,t)=>{var n={};for(var r in e)c3.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ws)for(var r of ws(e))t.indexOf(r)<0&&l3.call(e,r)&&(n[r]=e[r]);return n};const rh=e=>{const t=e,{color:n="black",opacity:r=.8}=t,i=Wq(t,["color","opacity"]);return p("filter",Bq(Fq({id:"drop-shadow",x:"-25%",y:"-25%",width:"200%",height:"200%"},i),{children:p("feDropShadow",{dx:"4",dy:"4",stdDeviation:"4","flood-color":n,"flood-opacity":r})}))};var Gq=Object.defineProperty,Vq=Object.defineProperties,Yq=Object.getOwnPropertyDescriptors,h3=Object.getOwnPropertySymbols,Xq=Object.prototype.hasOwnProperty,Uq=Object.prototype.propertyIsEnumerable,d3=(e,t,n)=>t in e?Gq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Kq=(e,t)=>{for(var n in t||(t={}))Xq.call(t,n)&&d3(e,n,t[n]);if(h3)for(var n of h3(t))Uq.call(t,n)&&d3(e,n,t[n]);return e},Zq=(e,t)=>Vq(e,Yq(t));const ih=e=>{const{id:t="linear-gradient",startColor:n="black",stopColor:r="white",direction:i="left-right"}=e;return R("linearGradient",Zq(Kq({id:t},{"left-right":{x1:"0%",y1:"0%",x2:"100%",y2:"0%"},"right-left":{x1:"100%",y1:"0%",x2:"0%",y2:"0%"},"top-bottom":{x1:"0%",y1:"0%",x2:"0%",y2:"100%"},"bottom-top":{x1:"0%",y1:"100%",x2:"0%",y2:"0%"}}[i]),{children:[p("stop",{offset:"0%",stopColor:n}),p("stop",{offset:"100%",stopColor:r})]}))};var Qq=Object.defineProperty,Jq=Object.defineProperties,ej=Object.getOwnPropertyDescriptors,f3=Object.getOwnPropertySymbols,tj=Object.prototype.hasOwnProperty,nj=Object.prototype.propertyIsEnumerable,p3=(e,t,n)=>t in e?Qq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xo=(e,t)=>{for(var n in t||(t={}))tj.call(t,n)&&p3(e,n,t[n]);if(f3)for(var n of f3(t))nj.call(t,n)&&p3(e,n,t[n]);return e},wo=(e,t)=>Jq(e,ej(t));const g3=e=>{const[{datum:t,indexes:n,width:r=300,height:i=80,gap:o=12,positionH:a="normal",iconPadding:s=i/10,themeColors:c},l]=st(e,["width","height","gap","iconPadding"]),u=i/2,h=i-s*2,d=a==="flipped",f=!!t.icon,g=f?r-i-o:r-o*2,y=f?d?o:i:o,m=f?d?"right":"left":"center",v={indexes:n,width:g,alignHorizontal:m,alignVertical:"middle",fontSize:16,fontWeight:"600",fill:c.colorWhite},b=ae(p(Ve,wo(xo({},v),{children:t.label}))),_={indexes:n,width:g,alignHorizontal:m,alignVertical:"top",fontSize:12,lineNumber:1,fill:c.colorWhite},x=ae(t.desc?p(ht,wo(xo({},_),{children:t.desc})):null),w=4,P=b.height+w+x.height,C=(i-P)/2,M=C+b.height+w,S=d?r-i+s:s,E=s;return R(Y,wo(xo({},l),{children:[p(Ke,{children:p(rh,{})}),p(ze,{x:0,y:0,width:r,height:i,fill:c.colorPrimary,rx:u,ry:u,"data-element-type":"shape"}),t.icon&&R(tt,{children:[p(Je,{x:S,y:E,width:h,height:h,fillOpacity:.5,fill:c.colorBg,filter:"url(#drop-shadow)"}),p(Ar,{indexes:n,x:S,y:E,size:h,fill:c.colorBg,colorBg:c.colorPrimary})]}),t.label&&p(Ve,wo(xo({x:y,y:C},v),{children:t.label})),t.desc&&p(ht,wo(xo({x:y,y:M},_),{children:t.desc}))]}))};ct("capsule-item",{component:g3,composites:["icon","label","desc"]});var rj=Object.defineProperty,ij=Object.defineProperties,oj=Object.getOwnPropertyDescriptors,m3=Object.getOwnPropertySymbols,aj=Object.prototype.hasOwnProperty,sj=Object.prototype.propertyIsEnumerable,y3=(e,t,n)=>t in e?rj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oh=(e,t)=>{for(var n in t||(t={}))aj.call(t,n)&&y3(e,n,t[n]);if(m3)for(var n of m3(t))sj.call(t,n)&&y3(e,n,t[n]);return e},ah=(e,t)=>ij(e,oj(t));const v3=e=>{const[{indexes:t,datum:n,themeColors:r,positionH:i="normal",width:o=240,height:a=o},s]=st(e,["width","height"]),c=Math.min(o,a),l=c*.7,u=(c-l)/2,h=l*Math.sqrt(2)/2,d=(c-h)/2,f=ve(r.colorPrimary),g=Ps(f,80,.2),y=Ps(f,20,.8),m=Ps(f,75,.32),v=Ps(f,45,.4),b=f.clone().darken(5).toRgbString(),_=`${r.colorPrimary}-${i}-outer`,x=`${r.colorPrimary}-${i}-inner`,w=i==="flipped"?{x1:"0%",y1:"0%",x2:"100%",y2:"0%"}:{x1:"100%",y1:"0%",x2:"0%",y2:"0%"};return R(Y,ah(oh({},s),{children:[R(Ke,{children:[R("linearGradient",ah(oh({id:_},w),{children:[p("stop",{offset:"0%",stopColor:g}),p("stop",{offset:"100%",stopColor:y})]})),R("linearGradient",ah(oh({id:x},w),{children:[p("stop",{offset:"0%",stopColor:m}),p("stop",{offset:"100%",stopColor:v})]}))]}),p(Je,{width:c,height:c,fill:`url(#${_})`,"data-element-type":"shape"}),p(Je,{x:u,y:u,width:l,height:l,fill:`url(#${x})`,stroke:"#FFFFFF",strokeWidth:1,"data-element-type":"shape"}),p(Ve,{indexes:t,x:d,y:d,width:h,height:h,lineHeight:1.1,alignHorizontal:"center",alignVertical:"middle",fill:b,fontWeight:"500",children:n.label})]}))};ct("circle-node",{component:v3,composites:["label"]});function Ps(e,t,n){return ve.mix(e,"#ffffff",t).setAlpha(n).toRgbString()}var cj=Object.defineProperty,lj=Object.defineProperties,uj=Object.getOwnPropertyDescriptors,b3=Object.getOwnPropertySymbols,hj=Object.prototype.hasOwnProperty,dj=Object.prototype.propertyIsEnumerable,_3=(e,t,n)=>t in e?cj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,sh=(e,t)=>{for(var n in t||(t={}))hj.call(t,n)&&_3(e,n,t[n]);if(b3)for(var n of b3(t))dj.call(t,n)&&_3(e,n,t[n]);return e},ch=(e,t)=>lj(e,uj(t));const x3=e=>{var t;const[{datum:n,indexes:r,size:i=120,strokeWidth:o=12,gap:a=8,themeColors:s,valueFormatter:c=w=>`${Math.round(w)}%`},l]=st(e,["size","strokeWidth","gap"]),u=(t=n.value)!=null?t:0,d=Math.min(Math.max(u/100,0),1),f=(i-o)/2,g=i/2,y=o/2,m=i-o,v=d>=1,b=d*360,_=fj(g,g,f,0,b),x={x:y,y,width:m,height:m};return R(Y,ch(sh({},l),{width:i,height:i+a+20,children:[p(ze,{width:i,height:i,fill:"none"}),p(Je,ch(sh({},x),{fill:"none",stroke:"#f0f0f0",strokeWidth:o,"data-element-type":"shape"})),v?p(Je,ch(sh({},x),{fill:"none",stroke:s.colorPrimary,strokeWidth:o,"data-element-type":"shape"})):p(Pe,{d:_,fill:"none",stroke:s.colorPrimary,strokeWidth:o,strokeLinecap:"round","data-element-type":"shape"}),p(vo,{indexes:r,x:o,y:o,width:m-o,height:m-o,fontSize:24,fontWeight:"bold",fill:s.colorPrimary,alignHorizontal:"center",alignVertical:"middle",value:u,formatter:c}),p(Ve,{indexes:r,x:0,y:i+a,width:i,alignHorizontal:"center",fontSize:12,fill:s.colorTextSecondary,children:n.label})]}))};function fj(e,t,n,r,i){const o=w3(e,t,n,i),a=w3(e,t,n,r),s=i-r<=180?"0":"1";return`M ${o.x} ${o.y} A ${n} ${n} 0 ${s} 0 ${a.x} ${a.y}`}function w3(e,t,n,r){const i=(r-90)*Math.PI/180;return{x:e+n*Math.cos(i),y:t+n*Math.sin(i)}}ct("circular-progress",{component:x3,composites:["label","value"]});var pj=Object.defineProperty,gj=Object.defineProperties,mj=Object.getOwnPropertyDescriptors,P3=Object.getOwnPropertySymbols,yj=Object.prototype.hasOwnProperty,vj=Object.prototype.propertyIsEnumerable,$3=(e,t,n)=>t in e?pj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,bj=(e,t)=>{for(var n in t||(t={}))yj.call(t,n)&&$3(e,n,t[n]);if(P3)for(var n of P3(t))vj.call(t,n)&&$3(e,n,t[n]);return e},_j=(e,t)=>gj(e,mj(t));const C3=e=>{const[{datum:t,indexes:n,width:r=200,height:i=60,iconSize:o=20,gap:a=8,positionH:s="normal",themeColors:c,valueFormatter:l},u]=st(e,["width","height","iconSize","gap"]),h=t.value,d=h!=null,f="compact-shadow",g=s==="flipped"?r-a-o:a,y=s==="flipped"?a:o+2*a,m=r-o-3*a,v=d?m*.8:m,b=d?m*.2:0;return R(Y,_j(bj({},u),{children:[p(Ke,{children:p("filter",{id:f,children:p("feDropShadow",{dx:"0",dy:"2",stdDeviation:"2",floodOpacity:"0.15"})})}),p(ze,{x:0,y:0,width:r,height:i,fill:c.colorBgElevated,stroke:c.colorBgElevated,strokeWidth:1,rx:6,ry:6,filter:`url(#${f})`,"data-element-type":"shape"}),p(ze,{x:s==="flipped"?r-3:0,y:0,width:3,height:i,fill:c.colorPrimary,rx:1.5,ry:1.5,"data-element-type":"shape"}),p(Dt,{indexes:n,x:g,y:(i-o)/2,size:o,fill:c.colorPrimary}),R(ye,{x:y,y:a,width:m,height:i-a*2,flexDirection:"column",justifyContent:"center",alignItems:"flex-start",children:[R(ye,{width:m,flexDirection:"row",justifyContent:"space-between",alignItems:"center",children:[p(Ve,{indexes:n,width:v,alignHorizontal:"left",fontSize:12,fill:c.colorText,children:t.label}),d&&p(vo,{indexes:n,width:b,alignHorizontal:"right",fontSize:12,fontWeight:"bold",fill:c.colorPrimary,value:h,formatter:l})]}),p(ht,{indexes:n,width:m,alignHorizontal:"left",alignVertical:"middle",fontSize:10,fill:c.colorTextSecondary,lineNumber:2,wordWrap:!0,children:t.desc})]})]}))};ct("compact-card",{component:C3,composites:["icon","label","value","desc"]});var xj=Object.defineProperty,wj=Object.defineProperties,Pj=Object.getOwnPropertyDescriptors,O3=Object.getOwnPropertySymbols,$j=Object.prototype.hasOwnProperty,Cj=Object.prototype.propertyIsEnumerable,S3=(e,t,n)=>t in e?xj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Oj=(e,t)=>{for(var n in t||(t={}))$j.call(t,n)&&S3(e,n,t[n]);if(O3)for(var n of O3(t))Cj.call(t,n)&&S3(e,n,t[n]);return e},Sj=(e,t)=>wj(e,Pj(t));const M3=e=>{const[{datum:t,indexes:n,width:r=300,height:i=30,iconSize:o=30,gap:a=5,positionH:s="normal",positionV:c="middle",themeColors:l},u]=st(e,["width","height","iconSize","gap"]),h=r-o-a,d=c==="middle"?(i-o)/2:c==="flipped"?i-o:0;return R(Y,Sj(Oj({},u),{children:[p(Pe,{"data-element-type":"shape",x:s==="flipped"?h+a:0,y:d,fill:l.colorPrimary,width:o,height:o,d:"M14.7273 30C6.54538 30 0 22.9077 0 14.7269C0 6.54617 6.54538 0 14.7273 0C22.9092 0 30 6.54617 30 14.7269C30 22.9077 22.9092 30 14.7273 30ZM24.5454 10.9077C22.9092 9.27307 22.9092 9.27307 22.9092 9.27307C22.3638 8.72692 22.3638 8.7269 21.8181 8.7269C21.2727 8.7269 21.2727 8.72692 20.7273 9.27307C13.0908 16.9077 13.0908 16.9077 13.0908 16.9077C8.72731 12.5461 8.72731 12.5462 8.72731 12.5462C8.18193 12.5462 8.18193 12 7.63654 12L7.09077 12.5462C4.90923 14.1808 4.90923 14.1808 4.90923 14.1808C4.90923 14.7269 4.90923 14.7269 4.90923 15.2731C4.90923 15.8192 4.90923 15.8192 4.90923 16.3654C12 23.4539 12 23.4538 12 23.4538C12.5454 23.4538 12.5454 23.4538 13.0908 23.4538C13.6365 23.4538 13.6365 23.4538 14.1819 23.4538C24.5454 12.5461 24.5454 12.5462 24.5454 12.5462L25.0908 12C25.0908 11.4538 24.5454 10.9077 24.5454 10.9077Z"}),p(Ve,{indexes:n,x:s==="flipped"?0:o+a,width:h,height:i,fontWeight:"normal",alignVertical:"middle",wordWrap:!1,fill:"#666",children:t.label||t.desc})]}))};ct("done-list",{component:M3,composites:["label"]});var Mj=Object.defineProperty,Ej=Object.defineProperties,Ij=Object.getOwnPropertyDescriptors,E3=Object.getOwnPropertySymbols,Aj=Object.prototype.hasOwnProperty,Tj=Object.prototype.propertyIsEnumerable,I3=(e,t,n)=>t in e?Mj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kj=(e,t)=>{for(var n in t||(t={}))Aj.call(t,n)&&I3(e,n,t[n]);if(E3)for(var n of E3(t))Tj.call(t,n)&&I3(e,n,t[n]);return e},Rj=(e,t)=>Ej(e,Ij(t));const A3=e=>{const[{indexes:t,datum:n,width:r=140,themeColors:i,positionV:o="normal"},a]=st(e,["width"]),s=o!=="flipped",c=o==="normal"?"bottom":"top",l=p(Ve,{indexes:t,width:r,fill:i.colorText,alignHorizontal:"center",alignVertical:c,fontSize:14,children:n.label}),u=p(ht,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:"center",alignVertical:c,children:n.desc}),h=p(Ar,{indexes:t,fill:i.colorPrimary,colorBg:i.colorWhite}),d=p(zj,{width:8,height:30,fill:i.colorPrimary,positionV:o}),f=5,g=25,y=30,m=ae(l),v=ae(u),b=ae(h),_=ae(d),x=m.height+v.height+f+_.height-b.height-g,w=b.height+g+y+_.height+f+m.height+v.height;return p(Y,Rj(kj({width:r,height:w},a),{children:R(ye,{flexDirection:"column",alignItems:"center",children:[s?R(tt,{children:[u,l,p(mt,{height:f}),d]}):R(tt,{children:[p(mt,{height:x}),h,p(mt,{height:g})]}),R(yi,{horizontal:"center",vertical:"middle",width:r,height:y,children:[p(Lj,{width:r,height:y,fill:i.colorPrimary}),p(Ne,{width:r,height:y,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:n.time?n.time:String(t[0]+1).padStart(2,"0").slice(-2)})]}),s?R(tt,{children:[p(mt,{height:g}),h]}):R(tt,{children:[d,p(mt,{height:f}),l,u]})]})}))},Lj=e=>{const{x:t=0,y:n=0,width:r=100,height:i=40,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r-a,y:n},{x:t+r,y:n+i/2},{x:t+r-a,y:n+i},{x:t,y:n+i},{x:t+a,y:n+i/2}],fill:o,"data-element-type":"shape"})},zj=e=>{const{x:t=0,y:n=0,width:r=10,height:i=50,fill:o,positionV:a="top"}=e,s=r/2,c=i-s,l=2,u=s;return R(xt,{x:t,y:n,width:r,height:i,children:[p(Je,{width:r,height:r,fill:o,y:a==="top"?0:c-s}),p(Pe,{d:a==="top"?`M${u},${s} L${u},${s+c}`:`M${u},0 L${u},${c-s}`,strokeWidth:l,stroke:o})]})};ct("horizontal-icon-arrow",{component:A3,composites:["icon","label","desc","time"]});var Nj=Object.defineProperty,Hj=Object.defineProperties,Dj=Object.getOwnPropertyDescriptors,T3=Object.getOwnPropertySymbols,qj=Object.prototype.hasOwnProperty,jj=Object.prototype.propertyIsEnumerable,k3=(e,t,n)=>t in e?Nj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,R3=(e,t)=>{for(var n in t||(t={}))qj.call(t,n)&&k3(e,n,t[n]);if(T3)for(var n of T3(t))jj.call(t,n)&&k3(e,n,t[n]);return e},L3=(e,t)=>Hj(e,Dj(t));const z3=e=>{const[{indexes:t,datum:n,width:r=160,themeColors:i,positionH:o="center",positionV:a="normal"},s]=st(e,["width"]),c=o==="normal"?"left":o==="flipped"?"right":"center",l=p(Ve,{indexes:t,width:r,alignHorizontal:c,fill:i.colorPrimary,children:n.label}),u=ae(l),h=n.desc?p(ht,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:c,alignVertical:a==="flipped"?"top":"bottom",children:n.desc}):null,d=ae(h),g=n.icon?p(Ar,{size:45,indexes:t,colorBg:i.colorBg,fill:i.colorPrimary}):null,y=ae(g),m=n.time?p(Ne,{width:r,height:30,alignHorizontal:"center",alignVertical:"middle",fill:i.colorPrimary,fontSize:18,fontWeight:"bold",children:n.time}):null,v=ae(m),b=18,_=R(yi,{horizontal:"center",vertical:"middle",width:r,height:b,children:[p(ze,{width:r,height:b,fill:i.colorPrimary,"data-element-type":"shape"}),p(Je,{width:b+6,height:b+6,fill:i.colorBg,fillOpacity:.5,"data-element-type":"shape"}),p(Je,{width:12,height:12,fill:"white","data-element-type":"shape"})]}),x=u.height+d.height,w=y.height+v.height+5,P=Math.abs(w-x),$=w>x?P:0,C=x>w?P:0;return a==="flipped"?R(ye,L3(R3({},s),{flexDirection:"column",alignItems:"center",children:[p(mt,{height:C}),m,g,p(mt,{height:5}),_,l,h,p(mt,{height:$})]})):R(ye,L3(R3({},s),{flexDirection:"column",alignItems:"center",children:[p(mt,{height:$}),l,h,_,p(mt,{height:5}),g,m,p(mt,{height:C})]}))};ct("horizontal-icon-line",{component:z3,composites:["icon","label","desc"]});var Fj=Object.defineProperty,Bj=Object.defineProperties,Wj=Object.getOwnPropertyDescriptors,N3=Object.getOwnPropertySymbols,Gj=Object.prototype.hasOwnProperty,Vj=Object.prototype.propertyIsEnumerable,H3=(e,t,n)=>t in e?Fj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yj=(e,t)=>{for(var n in t||(t={}))Gj.call(t,n)&&H3(e,n,t[n]);if(N3)for(var n of N3(t))Vj.call(t,n)&&H3(e,n,t[n]);return e},Xj=(e,t)=>Bj(e,Wj(t));const D3=e=>{var t;const[{datum:n,indexes:r,size:i=80,iconSize:o=28,badgeSize:a=24,gap:s=8,themeColors:c,width:l=84,height:u=105},h]=st(e,["size","iconSize","badgeSize","gap"]),d=(t=n.value)!=null?t:0,f=`${c.colorPrimary}-icon`,g="#ff6b6b-badge";return R(Y,Xj(Yj({},h),{width:l,height:u,children:[R(Ke,{children:[R("radialGradient",{id:f,cx:"50%",cy:"30%",r:"70%",children:[p("stop",{offset:"0%",stopColor:ve(c.colorPrimary).lighten(30).toHexString()}),p("stop",{offset:"100%",stopColor:c.colorPrimary})]}),R("linearGradient",{id:g,x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#ff6b6b"}),p("stop",{offset:"100%",stopColor:"#ee5a52"})]})]}),p(Je,{x:0,y:0,width:i,height:i,fill:`url(#${f})`,"data-element-type":"shape"}),p(Dt,{indexes:r,x:(i-o)/2,y:(i-o)/2,size:o,fill:c.colorPrimaryText}),p(Je,{x:i-a+4,width:a,height:a,fill:`url(#${g})`}),p(Ne,{x:i-a+4,width:a,height:a,fontSize:10,fontWeight:"bold",fill:c.colorWhite,alignHorizontal:"center",alignVertical:"middle",children:d>99?"99+":Math.round(d)}),p(Ve,{indexes:r,x:0,y:i+s,width:i,alignHorizontal:"center",fontSize:12,fill:c.colorText,children:n.label})]}))};ct("icon-badge",{component:D3,composites:["icon","label"]});var Uj=Object.defineProperty,Kj=Object.defineProperties,Zj=Object.getOwnPropertyDescriptors,q3=Object.getOwnPropertySymbols,Qj=Object.prototype.hasOwnProperty,Jj=Object.prototype.propertyIsEnumerable,j3=(e,t,n)=>t in e?Uj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eF=(e,t)=>{for(var n in t||(t={}))Qj.call(t,n)&&j3(e,n,t[n]);if(q3)for(var n of q3(t))Jj.call(t,n)&&j3(e,n,t[n]);return e},tF=(e,t)=>Kj(e,Zj(t));const F3=e=>{const[{datum:t,indexes:n,width:r=200,borderRadius:i=12,padding:o=16,separatorHeight:a=2,indexFontSize:s=20,labelFontSize:c=16,gap:l=8,themeColors:u},h]=st(e,["width","height","borderRadius","padding","separatorHeight","indexFontSize","labelFontSize","gap"]),d=n[0]+1,f=String(d).padStart(2,"0"),g=t.label!==void 0,y=t.desc!==void 0,m=ve.mix(u.colorPrimary,u.colorWhite,40).toHexString(),v=u.colorBgElevated||u.colorWhite,b=r-2*o,_=ae(p(Ne,{fontSize:s,fontWeight:"bold",children:f})),x=b-_.width-l,w=g?ae(p(Ve,{indexes:n,width:x,fontSize:c,fontWeight:"bold",x:s,children:t.label})):{height:0},P=y?ae(p(ht,{indexes:n,width:b,fontSize:14,lineHeight:1.5,wordWrap:!0,children:t.desc})):{height:0},$=Math.max(_.height,w.height),C=o*2+$+(g||y?l:0)+a+(y?l:0)+P.height;return R(Y,tF(eF({},h),{width:r,height:C,children:[p(ze,{x:0,y:0,width:r,height:C,rx:i,ry:i,fill:v,stroke:ve(v).darken(5).toHexString(),strokeWidth:.5,"data-element-type":"shape"}),R(Y,{x:o,y:o,children:[R(Y,{x:0,y:0,children:[p(Ne,{x:0,y:0,fontSize:s,fontWeight:"bold",fill:u.colorPrimary,alignVertical:"top",children:f}),g&&p(Ve,{indexes:n,x:s+l,y:0,width:x,fontSize:c,fontWeight:"bold",fill:u.colorTextSecondary,alignVertical:"top",children:t.label})]}),p(ze,{x:0,y:$+l,width:b,height:a,fill:m,"data-element-type":"shape"}),y&&p(ht,{indexes:n,x:0,y:$+l+a+l,width:b,fontSize:14,lineHeight:1.5,wordWrap:!0,fill:u.colorTextSecondary,children:t.desc})]})]}))};ct("indexed-card",{component:F3,composites:["label","desc"]});var nF=Object.defineProperty,rF=Object.defineProperties,iF=Object.getOwnPropertyDescriptors,B3=Object.getOwnPropertySymbols,oF=Object.prototype.hasOwnProperty,aF=Object.prototype.propertyIsEnumerable,W3=(e,t,n)=>t in e?nF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,sF=(e,t)=>{for(var n in t||(t={}))oF.call(t,n)&&W3(e,n,t[n]);if(B3)for(var n of B3(t))aF.call(t,n)&&W3(e,n,t[n]);return e},cF=(e,t)=>rF(e,iF(t));const G3=e=>{const[{indexes:t,datum:n,width:r=140,iconSize:i=24,themeColors:o},a]=st(e,["width","iconSize"]),{label:s,desc:c}=n,l=8,u=16,h=12,d=u+h,f=r-d,g=60,y=i+44,m=u,v=g+h,b=g+u+h,_=[{x:0,y:b},{x:m,y:v},{x:m,y:b}],x=r-m-h,w=m+h,P=w+x,$=v+l/2,C=$+y,M=`M ${w} ${C} L ${w} ${$} L ${P} ${$}`,S=l/2,E=w+S,I=$+S,O=8;return R(Y,cF(sF({},a),{children:[p(ht,{indexes:t,x:d,width:f,height:g,fontSize:12,alignHorizontal:"left",alignVertical:"bottom",fill:o.colorTextSecondary,children:c}),p(Wt,{points:_,fill:o.colorPrimary,opacity:.9,width:u,height:u,"data-element-type":"shape"}),p(Pe,{d:M,stroke:o.colorPrimary,strokeWidth:l,fill:"none","data-element-type":"shape"}),p(Dt,{indexes:t,x:E+x/2-i/2,y:I+O,size:i,fill:o.colorPrimary}),p(Ve,{indexes:t,x:E,y:I+i+O*2,width:x,fontSize:14,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:o.colorText,children:s})]}))};ct("l-corner-card",{component:G3,composites:["icon","label","desc"]});var lF=Object.defineProperty,uF=Object.defineProperties,hF=Object.getOwnPropertyDescriptors,V3=Object.getOwnPropertySymbols,dF=Object.prototype.hasOwnProperty,fF=Object.prototype.propertyIsEnumerable,Y3=(e,t,n)=>t in e?lF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pF=(e,t)=>{for(var n in t||(t={}))dF.call(t,n)&&Y3(e,n,t[n]);if(V3)for(var n of V3(t))fF.call(t,n)&&Y3(e,n,t[n]);return e},gF=(e,t)=>uF(e,hF(t));const X3=e=>{var t,n;const[{datum:r,indexes:i,width:o=280,height:a=160,showStripe:s=!0,showGradient:c=!0,showBottomShade:l=!0,themeColors:u},h]=st(e,["width","height","showStripe","showGradient","showBottomShade"]),d=(t=r.label)==null?void 0:t[0].toUpperCase(),f=(n=r.label)==null?void 0:n.toUpperCase(),g=u.colorPrimary,y=ve(g),m=4,v=6,b=45,_=40,x=12,P=y.clone().darken(4).toHexString(),$=y.clone().lighten(x).toHexString(),C="rgba(255, 255, 255, 0)",M="rgba(0, 0, 0, 0.03)",S=`letter-card-${i.join("-")}`,E=`${S}-gradient`,I=`${S}-pattern`,O=`${S}-shade`,T=m+v,F=1,z=96,j=z*F,H=16,W=H*F,B=a/16,X=j+B+W,D=(a-X)/2,k=D+j+B;return R(Y,gF(pF({},h),{width:o,height:a,children:[R(Ke,{children:[c&&R("linearGradient",{id:E,x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:P}),p("stop",{offset:"100%",stopColor:$})]}),s&&R("pattern",{id:I,patternUnits:"userSpaceOnUse",width:T,height:T,patternTransform:`rotate(${b})`,children:[p("rect",{x:"0",y:"0",width:T,height:T,fill:C}),p("rect",{x:"0",y:"0",width:m,height:T,fill:M})]}),l&&R("linearGradient",{id:O,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"rgba(0,0,0,0)"}),p("stop",{offset:"100%",stopColor:"rgba(0,0,0,0.16)"})]})]}),p(ze,{x:0,y:0,width:o,height:a,fill:c?`url(#${E})`:g,rx:0,ry:0,"data-element-type":"shape"}),s&&p(ze,{x:0,y:0,width:o,height:a,fill:`url(#${I})`,rx:0,ry:0}),l&&p(ze,{x:0,y:a-_,width:o,height:_,fill:`url(#${O})`,rx:0,ry:0}),d&&p(Ve,{indexes:i,x:0,y:D,width:o,fontSize:z,fontWeight:"bold",fill:"#FFFFFF",alignHorizontal:"center",alignVertical:"top",lineHeight:1,children:d}),p(Ve,{indexes:i,x:0,y:k,width:o,fontSize:H,fontWeight:"bold",fill:"#FFFFFF",alignHorizontal:"center",alignVertical:"middle",lineHeight:1,children:f})]}))};ct("letter-card",{component:X3,composites:["label"]});var mF=Object.defineProperty,yF=Object.defineProperties,vF=Object.getOwnPropertyDescriptors,U3=Object.getOwnPropertySymbols,bF=Object.prototype.hasOwnProperty,_F=Object.prototype.propertyIsEnumerable,K3=(e,t,n)=>t in e?mF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xF=(e,t)=>{for(var n in t||(t={}))bF.call(t,n)&&K3(e,n,t[n]);if(U3)for(var n of U3(t))_F.call(t,n)&&K3(e,n,t[n]);return e},wF=(e,t)=>yF(e,vF(t));const Z3=e=>{var t,n,r;const[{datum:i,indexes:o,width:a,themeColors:s,positionH:c="normal",positionV:l="center",formatter:u=F=>F||"",usePaletteColor:h=!1,showUnderline:d=!1,underlineGap:f=6,underlineExtend:g=8,underlineThickness:y=2},m]=st(e,["width","formatter","usePaletteColor","showUnderline","underlineGap","underlineExtend","underlineThickness"]),v=u((n=(t=i.label)!=null?t:i.desc)!=null?n:""),b=c==="flipped"?"right":c==="center"?"center":"left",_=ae(p(Ve,{indexes:o,width:a,children:v})),x=a!=null?a:_.width,w=_.height,P=d?x+g*2:0,$=w+(d?f+y:0),C=d?Math.max(x,P):x,M=(r=m.height)!=null?r:$,S=l==="middle"?(M-$)/2:l==="flipped"?M-$:0,E=b==="right"?C-x:b==="center"?(C-x)/2:0,I=S,O=b==="right"?C-P:b==="center"?(C-P)/2:0,T=M;return R(Y,wF(xF({},m),{width:C,height:M,children:[p(Ve,{indexes:o,x:E,y:I,width:x,height:w,alignHorizontal:b,alignVertical:l==="flipped"?"bottom":l==="center"?"middle":"top",fill:h?s.colorPrimary:s.colorText,children:v}),d&&p(Pe,{d:`M 0 ${y/2} L ${P} ${y/2}`,x:O,y:T-y/2,width:P,height:y,stroke:s.colorPrimary,strokeWidth:y,fill:"none",strokeLinecap:"round","data-element-type":"shape"})]}))};ct("lined-text",{component:Z3,composites:["label"]});var PF=Object.defineProperty,$F=Object.defineProperties,CF=Object.getOwnPropertyDescriptors,Q3=Object.getOwnPropertySymbols,OF=Object.prototype.hasOwnProperty,SF=Object.prototype.propertyIsEnumerable,J3=(e,t,n)=>t in e?PF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MF=(e,t)=>{for(var n in t||(t={}))OF.call(t,n)&&J3(e,n,t[n]);if(Q3)for(var n of Q3(t))SF.call(t,n)&&J3(e,n,t[n]);return e},EF=(e,t)=>$F(e,CF(t));const ex=e=>{const[{datum:t,indexes:n,width:r=300,pillWidth:i=120,pillHeight:o=36,gap:a=16,positionH:s="normal",themeColors:c},l]=st(e,["width","pillWidth","pillHeight","gap"]),u=!!t.desc,h=u?r:i,d=u?s==="center"?(h-i)/2:s==="flipped"?h-i:0:0,f=0,g=0,y=o+a,m=h,v=`drop-shadow-${c.colorPrimary}`,b="linear-gradient-white-top-bottom";return R(Y,EF(MF({},l),{children:[R(Ke,{children:[p(rh,{id:v,color:c.colorPrimary}),p(ih,{id:b,startColor:"#fff",stopColor:"#ffffff33",direction:"top-bottom"})]}),p(ze,{x:d,y:f,width:i,height:o,fill:c.colorPrimaryBg,stroke:c.colorPrimary,rx:o/2,ry:o/2,filter:`url(#${v})`,"data-element-type":"shape"}),p(ze,{x:d,y:f,width:i,height:o,fill:`url(#${b})`,opacity:c.isDarkMode?.4:.7,rx:o/2,ry:o/2}),p(Ve,{indexes:n,x:d,y:f,width:i,height:o,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"500",fill:c.colorText,children:t.label}),t.desc&&p(ht,{indexes:n,x:g,y,width:m,alignHorizontal:s==="center"?"center":s==="flipped"?"right":"left",fontSize:12,fill:c.colorTextSecondary,lineNumber:2,wordWrap:!0,children:t.desc})]}))};ct("pill-badge",{component:ex,composites:["label","desc"]});var IF=Object.defineProperty,AF=Object.defineProperties,TF=Object.getOwnPropertyDescriptors,tx=Object.getOwnPropertySymbols,kF=Object.prototype.hasOwnProperty,RF=Object.prototype.propertyIsEnumerable,nx=(e,t,n)=>t in e?IF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,LF=(e,t)=>{for(var n in t||(t={}))kF.call(t,n)&&nx(e,n,t[n]);if(tx)for(var n of tx(t))RF.call(t,n)&&nx(e,n,t[n]);return e},zF=(e,t)=>AF(e,TF(t));const rx=e=>{var t;const[{indexes:n,datum:r,width:i=120,themeColors:o,positionH:a="normal",positionV:s="center",formatter:c=y=>y||"",usePaletteColor:l=!1,lineNumber:u=1},h]=st(e,["width","formatter","usePaletteColor","lineNumber"]),d=14,f=1.4,g=(t=h.height)!=null?t:Math.ceil(u*f*d);return p(Ve,zF(LF({},h),{indexes:n,width:i,height:g,lineHeight:f,fill:l?o.colorPrimary:o.colorText,fontSize:d,fontWeight:"regular",alignHorizontal:a==="flipped"?"right":a==="center"?"center":"left",alignVertical:s==="flipped"?"bottom":s==="center"?"middle":"top",children:c(r.label||r.desc)}))};ct("plain-text",{component:rx,composites:["label"]});function $s(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function NF(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ix(e){let t,n,r;e.length!==2?(t=$s,n=(s,c)=>$s(e(s),c),r=(s,c)=>e(s)-c):(t=e===$s||e===NF?e:HF,n=e,r=e);function i(s,c,l=0,u=s.length){if(l<u){if(t(c,c)!==0)return u;do{const h=l+u>>>1;n(s[h],c)<0?l=h+1:u=h}while(l<u)}return l}function o(s,c,l=0,u=s.length){if(l<u){if(t(c,c)!==0)return u;do{const h=l+u>>>1;n(s[h],c)<=0?l=h+1:u=h}while(l<u)}return l}function a(s,c,l=0,u=s.length){const h=i(s,c,l,u-1);return h>l&&r(s[h-1],c)>-r(s[h],c)?h-1:h}return{left:i,center:a,right:o}}function HF(){return 0}function DF(e){return e===null?NaN:+e}const qF=ix($s).right;ix(DF).center;const jF=Math.sqrt(50),FF=Math.sqrt(10),BF=Math.sqrt(2);function Cs(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=jF?10:o>=FF?5:o>=BF?2:1;let s,c,l;return i<0?(l=Math.pow(10,-i)/a,s=Math.round(e*l),c=Math.round(t*l),s/l<e&&++s,c/l>t&&--c,l=-l):(l=Math.pow(10,i)*a,s=Math.round(e/l),c=Math.round(t/l),s*l<e&&++s,c*l>t&&--c),c<s&&.5<=n&&n<2?Cs(e,t,n*2):[s,c,l]}function WF(e,t,n){if(t=+t,e=+e,n=+n,!(n>0))return[];if(e===t)return[e];const r=t<e,[i,o,a]=r?Cs(t,e,n):Cs(e,t,n);if(!(o>=i))return[];const s=o-i+1,c=new Array(s);if(r)if(a<0)for(let l=0;l<s;++l)c[l]=(o-l)/-a;else for(let l=0;l<s;++l)c[l]=(o-l)*a;else if(a<0)for(let l=0;l<s;++l)c[l]=(i+l)/-a;else for(let l=0;l<s;++l)c[l]=(i+l)*a;return c}function lh(e,t,n){return t=+t,e=+e,n=+n,Cs(e,t,n)[2]}function GF(e,t,n){t=+t,e=+e,n=+n;const r=t<e,i=r?lh(t,e,n):lh(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}var VF={value:()=>{}};function uh(){for(var e=0,t=arguments.length,n={},r;e<t;++e){if(!(r=arguments[e]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new Os(n)}function Os(e){this._=e}function YF(e,t){return e.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}Os.prototype=uh.prototype={constructor:Os,on:function(e,t){var n=this._,r=YF(e+"",n),i,o=-1,a=r.length;if(arguments.length<2){for(;++o<a;)if((i=(e=r[o]).type)&&(i=XF(n[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++o<a;)if(i=(e=r[o]).type)n[i]=ox(n[i],e.name,t);else if(t==null)for(i in n)n[i]=ox(n[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new Os(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,o;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=this._[e],r=0,i=o.length;r<i;++r)o[r].value.apply(t,n)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,o=r.length;i<o;++i)r[i].value.apply(t,n)}};function XF(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function ox(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=VF,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var hh="http://www.w3.org/1999/xhtml";const ax={svg:"http://www.w3.org/2000/svg",xhtml:hh,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Ss(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),ax.hasOwnProperty(t)?{space:ax[t],local:e}:e}function UF(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===hh&&t.documentElement.namespaceURI===hh?t.createElement(e):t.createElementNS(n,e)}}function KF(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function sx(e){var t=Ss(e);return(t.local?KF:UF)(t)}function ZF(){}function dh(e){return e==null?ZF:function(){return this.querySelector(e)}}function QF(e){typeof e!="function"&&(e=dh(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=new Array(a),c,l,u=0;u<a;++u)(c=o[u])&&(l=e.call(c,c.__data__,u,o))&&("__data__"in c&&(l.__data__=c.__data__),s[u]=l);return new fn(r,this._parents)}function JF(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function eB(){return[]}function cx(e){return e==null?eB:function(){return this.querySelectorAll(e)}}function tB(e){return function(){return JF(e.apply(this,arguments))}}function nB(e){typeof e=="function"?e=tB(e):e=cx(e);for(var t=this._groups,n=t.length,r=[],i=[],o=0;o<n;++o)for(var a=t[o],s=a.length,c,l=0;l<s;++l)(c=a[l])&&(r.push(e.call(c,c.__data__,l,a)),i.push(c));return new fn(r,i)}function lx(e){return function(){return this.matches(e)}}function ux(e){return function(t){return t.matches(e)}}var rB=Array.prototype.find;function iB(e){return function(){return rB.call(this.children,e)}}function oB(){return this.firstElementChild}function aB(e){return this.select(e==null?oB:iB(typeof e=="function"?e:ux(e)))}var sB=Array.prototype.filter;function cB(){return Array.from(this.children)}function lB(e){return function(){return sB.call(this.children,e)}}function uB(e){return this.selectAll(e==null?cB:lB(typeof e=="function"?e:ux(e)))}function hB(e){typeof e!="function"&&(e=lx(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=[],c,l=0;l<a;++l)(c=o[l])&&e.call(c,c.__data__,l,o)&&s.push(c);return new fn(r,this._parents)}function hx(e){return new Array(e.length)}function dB(){return new fn(this._enter||this._groups.map(hx),this._parents)}function Ms(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Ms.prototype={constructor:Ms,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function fB(e){return function(){return e}}function pB(e,t,n,r,i,o){for(var a=0,s,c=t.length,l=o.length;a<l;++a)(s=t[a])?(s.__data__=o[a],r[a]=s):n[a]=new Ms(e,o[a]);for(;a<c;++a)(s=t[a])&&(i[a]=s)}function gB(e,t,n,r,i,o,a){var s,c,l=new Map,u=t.length,h=o.length,d=new Array(u),f;for(s=0;s<u;++s)(c=t[s])&&(d[s]=f=a.call(c,c.__data__,s,t)+"",l.has(f)?i[s]=c:l.set(f,c));for(s=0;s<h;++s)f=a.call(e,o[s],s,o)+"",(c=l.get(f))?(r[s]=c,c.__data__=o[s],l.delete(f)):n[s]=new Ms(e,o[s]);for(s=0;s<u;++s)(c=t[s])&&l.get(d[s])===c&&(i[s]=c)}function mB(e){return e.__data__}function yB(e,t){if(!arguments.length)return Array.from(this,mB);var n=t?gB:pB,r=this._parents,i=this._groups;typeof e!="function"&&(e=fB(e));for(var o=i.length,a=new Array(o),s=new Array(o),c=new Array(o),l=0;l<o;++l){var u=r[l],h=i[l],d=h.length,f=vB(e.call(u,u&&u.__data__,l,r)),g=f.length,y=s[l]=new Array(g),m=a[l]=new Array(g),v=c[l]=new Array(d);n(u,h,y,m,v,f,t);for(var b=0,_=0,x,w;b<g;++b)if(x=y[b]){for(b>=_&&(_=b+1);!(w=m[_])&&++_<g;);x._next=w||null}}return a=new fn(a,r),a._enter=s,a._exit=c,a}function vB(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function bB(){return new fn(this._exit||this._groups.map(hx),this._parents)}function _B(e,t,n){var r=this.enter(),i=this,o=this.exit();return typeof e=="function"?(r=e(r),r&&(r=r.selection())):r=r.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),n==null?o.remove():n(o),r&&i?r.merge(i).order():i}function xB(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,i=n.length,o=r.length,a=Math.min(i,o),s=new Array(i),c=0;c<a;++c)for(var l=n[c],u=r[c],h=l.length,d=s[c]=new Array(h),f,g=0;g<h;++g)(f=l[g]||u[g])&&(d[g]=f);for(;c<i;++c)s[c]=n[c];return new fn(s,this._parents)}function wB(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r=e[t],i=r.length-1,o=r[i],a;--i>=0;)(a=r[i])&&(o&&a.compareDocumentPosition(o)^4&&o.parentNode.insertBefore(a,o),o=a);return this}function PB(e){e||(e=$B);function t(h,d){return h&&d?e(h.__data__,d.__data__):!h-!d}for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a=n[o],s=a.length,c=i[o]=new Array(s),l,u=0;u<s;++u)(l=a[u])&&(c[u]=l);c.sort(t)}return new fn(i,this._parents).order()}function $B(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function CB(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function OB(){return Array.from(this)}function SB(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null}function MB(){let e=0;for(const t of this)++e;return e}function EB(){return!this.node()}function IB(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var i=t[n],o=0,a=i.length,s;o<a;++o)(s=i[o])&&e.call(s,s.__data__,o,i);return this}function AB(e){return function(){this.removeAttribute(e)}}function TB(e){return function(){this.removeAttributeNS(e.space,e.local)}}function kB(e,t){return function(){this.setAttribute(e,t)}}function RB(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function LB(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function zB(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function NB(e,t){var n=Ss(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((t==null?n.local?TB:AB:typeof t=="function"?n.local?zB:LB:n.local?RB:kB)(n,t))}function dx(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function HB(e){return function(){this.style.removeProperty(e)}}function DB(e,t,n){return function(){this.style.setProperty(e,t,n)}}function qB(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function jB(e,t,n){return arguments.length>1?this.each((t==null?HB:typeof t=="function"?qB:DB)(e,t,n==null?"":n)):vi(this.node(),e)}function vi(e,t){return e.style.getPropertyValue(t)||dx(e).getComputedStyle(e,null).getPropertyValue(t)}function FB(e){return function(){delete this[e]}}function BB(e,t){return function(){this[e]=t}}function WB(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function GB(e,t){return arguments.length>1?this.each((t==null?FB:typeof t=="function"?WB:BB)(e,t)):this.node()[e]}function fx(e){return e.trim().split(/^|\s+/)}function fh(e){return e.classList||new px(e)}function px(e){this._node=e,this._names=fx(e.getAttribute("class")||"")}px.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function gx(e,t){for(var n=fh(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function mx(e,t){for(var n=fh(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function VB(e){return function(){gx(this,e)}}function YB(e){return function(){mx(this,e)}}function XB(e,t){return function(){(t.apply(this,arguments)?gx:mx)(this,e)}}function UB(e,t){var n=fx(e+"");if(arguments.length<2){for(var r=fh(this.node()),i=-1,o=n.length;++i<o;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof t=="function"?XB:t?VB:YB)(n,t))}function KB(){this.textContent=""}function ZB(e){return function(){this.textContent=e}}function QB(e){return function(){var t=e.apply(this,arguments);this.textContent=t==null?"":t}}function JB(e){return arguments.length?this.each(e==null?KB:(typeof e=="function"?QB:ZB)(e)):this.node().textContent}function eW(){this.innerHTML=""}function tW(e){return function(){this.innerHTML=e}}function nW(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t==null?"":t}}function rW(e){return arguments.length?this.each(e==null?eW:(typeof e=="function"?nW:tW)(e)):this.node().innerHTML}function iW(){this.nextSibling&&this.parentNode.appendChild(this)}function oW(){return this.each(iW)}function aW(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function sW(){return this.each(aW)}function cW(e){var t=typeof e=="function"?e:sx(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function lW(){return null}function uW(e,t){var n=typeof e=="function"?e:sx(e),r=t==null?lW:typeof t=="function"?t:dh(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function hW(){var e=this.parentNode;e&&e.removeChild(this)}function dW(){return this.each(hW)}function fW(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function pW(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function gW(e){return this.select(e?pW:fW)}function mW(e){return arguments.length?this.property("__data__",e):this.node().__data__}function yW(e){return function(t){e.call(this,t,this.__data__)}}function vW(e){return e.trim().split(/^|\s+/).map(function(t){var n="",r=t.indexOf(".");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{type:t,name:n}})}function bW(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,i=t.length,o;n<i;++n)o=t[n],(!e.type||o.type===e.type)&&o.name===e.name?this.removeEventListener(o.type,o.listener,o.options):t[++r]=o;++r?t.length=r:delete this.__on}}}function _W(e,t,n){return function(){var r=this.__on,i,o=yW(t);if(r){for(var a=0,s=r.length;a<s;++a)if((i=r[a]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=o,i.options=n),i.value=t;return}}this.addEventListener(e.type,o,n),i={type:e.type,name:e.name,value:t,listener:o,options:n},r?r.push(i):this.__on=[i]}}function xW(e,t,n){var r=vW(e+""),i,o=r.length,a;if(arguments.length<2){var s=this.node().__on;if(s){for(var c=0,l=s.length,u;c<l;++c)for(i=0,u=s[c];i<o;++i)if((a=r[i]).type===u.type&&a.name===u.name)return u.value}return}for(s=t?_W:bW,i=0;i<o;++i)this.each(s(r[i],t,n));return this}function yx(e,t,n){var r=dx(e),i=r.CustomEvent;typeof i=="function"?i=new i(t,n):(i=r.document.createEvent("Event"),n?(i.initEvent(t,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function wW(e,t){return function(){return yx(this,e,t)}}function PW(e,t){return function(){return yx(this,e,t.apply(this,arguments))}}function $W(e,t){return this.each((typeof t=="function"?PW:wW)(e,t))}function*CW(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length,a;i<o;++i)(a=r[i])&&(yield a)}var OW=[null];function fn(e,t){this._groups=e,this._parents=t}function Po(){return new fn([[document.documentElement]],OW)}function SW(){return this}fn.prototype=Po.prototype={constructor:fn,select:QF,selectAll:nB,selectChild:aB,selectChildren:uB,filter:hB,data:yB,enter:dB,exit:bB,join:_B,merge:xB,selection:SW,order:wB,sort:PB,call:CB,nodes:OB,node:SB,size:MB,empty:EB,each:IB,attr:NB,style:jB,property:GB,classed:UB,text:JB,html:rW,raise:oW,lower:sW,append:cW,insert:uW,remove:dW,clone:gW,datum:mW,on:xW,dispatch:$W,[Symbol.iterator]:CW};function ph(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function vx(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function $o(){}var Co=.7,Es=1/Co,bi="\\s*([+-]?\\d+)\\s*",Oo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Mn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",MW=/^#([0-9a-f]{3,8})$/,EW=new RegExp(`^rgb\\(${bi},${bi},${bi}\\)$`),IW=new RegExp(`^rgb\\(${Mn},${Mn},${Mn}\\)$`),AW=new RegExp(`^rgba\\(${bi},${bi},${bi},${Oo}\\)$`),TW=new RegExp(`^rgba\\(${Mn},${Mn},${Mn},${Oo}\\)$`),kW=new RegExp(`^hsl\\(${Oo},${Mn},${Mn}\\)$`),RW=new RegExp(`^hsla\\(${Oo},${Mn},${Mn},${Oo}\\)$`),bx={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};ph($o,kr,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:_x,formatHex:_x,formatHex8:LW,formatHsl:zW,formatRgb:xx,toString:xx});function _x(){return this.rgb().formatHex()}function LW(){return this.rgb().formatHex8()}function zW(){return Ox(this).formatHsl()}function xx(){return this.rgb().formatRgb()}function kr(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=MW.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?wx(t):n===3?new en(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?Is(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?Is(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=EW.exec(e))?new en(t[1],t[2],t[3],1):(t=IW.exec(e))?new en(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=AW.exec(e))?Is(t[1],t[2],t[3],t[4]):(t=TW.exec(e))?Is(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=kW.exec(e))?Cx(t[1],t[2]/100,t[3]/100,1):(t=RW.exec(e))?Cx(t[1],t[2]/100,t[3]/100,t[4]):bx.hasOwnProperty(e)?wx(bx[e]):e==="transparent"?new en(NaN,NaN,NaN,0):null}function wx(e){return new en(e>>16&255,e>>8&255,e&255,1)}function Is(e,t,n,r){return r<=0&&(e=t=n=NaN),new en(e,t,n,r)}function NW(e){return e instanceof $o||(e=kr(e)),e?(e=e.rgb(),new en(e.r,e.g,e.b,e.opacity)):new en}function gh(e,t,n,r){return arguments.length===1?NW(e):new en(e,t,n,r==null?1:r)}function en(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}ph(en,gh,vx($o,{brighter(e){return e=e==null?Es:Math.pow(Es,e),new en(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Co:Math.pow(Co,e),new en(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new en(Rr(this.r),Rr(this.g),Rr(this.b),As(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Px,formatHex:Px,formatHex8:HW,formatRgb:$x,toString:$x}));function Px(){return`#${Lr(this.r)}${Lr(this.g)}${Lr(this.b)}`}function HW(){return`#${Lr(this.r)}${Lr(this.g)}${Lr(this.b)}${Lr((isNaN(this.opacity)?1:this.opacity)*255)}`}function $x(){const e=As(this.opacity);return`${e===1?"rgb(":"rgba("}${Rr(this.r)}, ${Rr(this.g)}, ${Rr(this.b)}${e===1?")":`, ${e})`}`}function As(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Rr(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Lr(e){return e=Rr(e),(e<16?"0":"")+e.toString(16)}function Cx(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new pn(e,t,n,r)}function Ox(e){if(e instanceof pn)return new pn(e.h,e.s,e.l,e.opacity);if(e instanceof $o||(e=kr(e)),!e)return new pn;if(e instanceof pn)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,c=(o+i)/2;return s?(t===o?a=(n-r)/s+(n<r)*6:n===o?a=(r-t)/s+2:a=(t-n)/s+4,s/=c<.5?o+i:2-o-i,a*=60):s=c>0&&c<1?0:a,new pn(a,s,c,e.opacity)}function DW(e,t,n,r){return arguments.length===1?Ox(e):new pn(e,t,n,r==null?1:r)}function pn(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}ph(pn,DW,vx($o,{brighter(e){return e=e==null?Es:Math.pow(Es,e),new pn(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Co:Math.pow(Co,e),new pn(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new en(mh(e>=240?e-240:e+120,i,r),mh(e,i,r),mh(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new pn(Sx(this.h),Ts(this.s),Ts(this.l),As(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=As(this.opacity);return`${e===1?"hsl(":"hsla("}${Sx(this.h)}, ${Ts(this.s)*100}%, ${Ts(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Sx(e){return e=(e||0)%360,e<0?e+360:e}function Ts(e){return Math.max(0,Math.min(1,e||0))}function mh(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const yh=e=>()=>e;function qW(e,t){return function(n){return e+n*t}}function jW(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}function FW(e){return(e=+e)==1?Mx:function(t,n){return n-t?jW(t,n,e):yh(isNaN(t)?n:t)}}function Mx(e,t){var n=t-e;return n?qW(e,n):yh(isNaN(e)?t:e)}const ks=(function e(t){var n=FW(t);function r(i,o){var a=n((i=gh(i)).r,(o=gh(o)).r),s=n(i.g,o.g),c=n(i.b,o.b),l=Mx(i.opacity,o.opacity);return function(u){return i.r=a(u),i.g=s(u),i.b=c(u),i.opacity=l(u),i+""}}return r.gamma=e,r})(1);function BW(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),i;return function(o){for(i=0;i<n;++i)r[i]=e[i]*(1-o)+t[i]*o;return r}}function WW(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function GW(e,t){var n=t?t.length:0,r=e?Math.min(n,e.length):0,i=new Array(r),o=new Array(n),a;for(a=0;a<r;++a)i[a]=_h(e[a],t[a]);for(;a<n;++a)o[a]=t[a];return function(s){for(a=0;a<r;++a)o[a]=i[a](s);return o}}function VW(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function gn(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function YW(e,t){var n={},r={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?n[i]=_h(e[i],t[i]):r[i]=t[i];return function(o){for(i in n)r[i]=n[i](o);return r}}var vh=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,bh=new RegExp(vh.source,"g");function XW(e){return function(){return e}}function UW(e){return function(t){return e(t)+""}}function Ex(e,t){var n=vh.lastIndex=bh.lastIndex=0,r,i,o,a=-1,s=[],c=[];for(e=e+"",t=t+"";(r=vh.exec(e))&&(i=bh.exec(t));)(o=i.index)>n&&(o=t.slice(n,o),s[a]?s[a]+=o:s[++a]=o),(r=r[0])===(i=i[0])?s[a]?s[a]+=i:s[++a]=i:(s[++a]=null,c.push({i:a,x:gn(r,i)})),n=bh.lastIndex;return n<t.length&&(o=t.slice(n),s[a]?s[a]+=o:s[++a]=o),s.length<2?c[0]?UW(c[0].x):XW(t):(t=c.length,function(l){for(var u=0,h;u<t;++u)s[(h=c[u]).i]=h.x(l);return s.join("")})}function _h(e,t){var n=typeof t,r;return t==null||n==="boolean"?yh(t):(n==="number"?gn:n==="string"?(r=kr(t))?(t=r,ks):Ex:t instanceof kr?ks:t instanceof Date?VW:WW(t)?BW:Array.isArray(t)?GW:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?YW:gn)(e,t)}function KW(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var Ix=180/Math.PI,xh={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Ax(e,t,n,r,i,o){var a,s,c;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,c/=s),e*r<t*n&&(e=-e,t=-t,c=-c,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*Ix,skewX:Math.atan(c)*Ix,scaleX:a,scaleY:s}}var Rs;function ZW(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?xh:Ax(t.a,t.b,t.c,t.d,t.e,t.f)}function QW(e){return e==null||(Rs||(Rs=document.createElementNS("http://www.w3.org/2000/svg","g")),Rs.setAttribute("transform",e),!(e=Rs.transform.baseVal.consolidate()))?xh:(e=e.matrix,Ax(e.a,e.b,e.c,e.d,e.e,e.f))}function Tx(e,t,n,r){function i(l){return l.length?l.pop()+" ":""}function o(l,u,h,d,f,g){if(l!==h||u!==d){var y=f.push("translate(",null,t,null,n);g.push({i:y-4,x:gn(l,h)},{i:y-2,x:gn(u,d)})}else(h||d)&&f.push("translate("+h+t+d+n)}function a(l,u,h,d){l!==u?(l-u>180?u+=360:u-l>180&&(l+=360),d.push({i:h.push(i(h)+"rotate(",null,r)-2,x:gn(l,u)})):u&&h.push(i(h)+"rotate("+u+r)}function s(l,u,h,d){l!==u?d.push({i:h.push(i(h)+"skewX(",null,r)-2,x:gn(l,u)}):u&&h.push(i(h)+"skewX("+u+r)}function c(l,u,h,d,f,g){if(l!==h||u!==d){var y=f.push(i(f)+"scale(",null,",",null,")");g.push({i:y-4,x:gn(l,h)},{i:y-2,x:gn(u,d)})}else(h!==1||d!==1)&&f.push(i(f)+"scale("+h+","+d+")")}return function(l,u){var h=[],d=[];return l=e(l),u=e(u),o(l.translateX,l.translateY,u.translateX,u.translateY,h,d),a(l.rotate,u.rotate,h,d),s(l.skewX,u.skewX,h,d),c(l.scaleX,l.scaleY,u.scaleX,u.scaleY,h,d),l=u=null,function(f){for(var g=-1,y=d.length,m;++g<y;)h[(m=d[g]).i]=m.x(f);return h.join("")}}}var JW=Tx(ZW,"px, ","px)","deg)"),eG=Tx(QW,", ",")",")"),_i=0,So=0,Mo=0,kx=1e3,Ls,Eo,zs=0,zr=0,Ns=0,Io=typeof performance=="object"&&performance.now?performance:Date,Rx=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function wh(){return zr||(Rx(tG),zr=Io.now()+Ns)}function tG(){zr=0}function Hs(){this._call=this._time=this._next=null}Hs.prototype=Ph.prototype={constructor:Hs,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?wh():+n)+(t==null?0:+t),!this._next&&Eo!==this&&(Eo?Eo._next=this:Ls=this,Eo=this),this._call=e,this._time=n,$h()},stop:function(){this._call&&(this._call=null,this._time=1/0,$h())}};function Ph(e,t,n){var r=new Hs;return r.restart(e,t,n),r}function nG(){wh(),++_i;for(var e=Ls,t;e;)(t=zr-e._time)>=0&&e._call.call(void 0,t),e=e._next;--_i}function Lx(){zr=(zs=Io.now())+Ns,_i=So=0;try{nG()}finally{_i=0,iG(),zr=0}}function rG(){var e=Io.now(),t=e-zs;t>kx&&(Ns-=t,zs=e)}function iG(){for(var e,t=Ls,n,r=1/0;t;)t._call?(r>t._time&&(r=t._time),e=t,t=t._next):(n=t._next,t._next=null,t=e?e._next=n:Ls=n);Eo=e,$h(r)}function $h(e){if(!_i){So&&(So=clearTimeout(So));var t=e-zr;t>24?(e<1/0&&(So=setTimeout(Lx,e-Io.now()-Ns)),Mo&&(Mo=clearInterval(Mo))):(Mo||(zs=Io.now(),Mo=setInterval(rG,kx)),_i=1,Rx(Lx))}}function zx(e,t,n){var r=new Hs;return t=t==null?0:+t,r.restart(i=>{r.stop(),e(i+t)},t,n),r}var oG=uh("start","end","cancel","interrupt"),aG=[],Nx=0,Hx=1,Ch=2,Ds=3,Dx=4,Oh=5,qs=6;function js(e,t,n,r,i,o){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;sG(e,n,{name:t,index:r,group:i,on:oG,tween:aG,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:Nx})}function Sh(e,t){var n=mn(e,t);if(n.state>Nx)throw new Error("too late; already scheduled");return n}function En(e,t){var n=mn(e,t);if(n.state>Ds)throw new Error("too late; already running");return n}function mn(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function sG(e,t,n){var r=e.__transition,i;r[t]=n,n.timer=Ph(o,0,n.time);function o(l){n.state=Hx,n.timer.restart(a,n.delay,n.time),n.delay<=l&&a(l-n.delay)}function a(l){var u,h,d,f;if(n.state!==Hx)return c();for(u in r)if(f=r[u],f.name===n.name){if(f.state===Ds)return zx(a);f.state===Dx?(f.state=qs,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete r[u]):+u<t&&(f.state=qs,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete r[u])}if(zx(function(){n.state===Ds&&(n.state=Dx,n.timer.restart(s,n.delay,n.time),s(l))}),n.state=Ch,n.on.call("start",e,e.__data__,n.index,n.group),n.state===Ch){for(n.state=Ds,i=new Array(d=n.tween.length),u=0,h=-1;u<d;++u)(f=n.tween[u].value.call(e,e.__data__,n.index,n.group))&&(i[++h]=f);i.length=h+1}}function s(l){for(var u=l<n.duration?n.ease.call(null,l/n.duration):(n.timer.restart(c),n.state=Oh,1),h=-1,d=i.length;++h<d;)i[h].call(e,u);n.state===Oh&&(n.on.call("end",e,e.__data__,n.index,n.group),c())}function c(){n.state=qs,n.timer.stop(),delete r[t];for(var l in r)return;delete e.__transition}}function cG(e,t){var n=e.__transition,r,i,o=!0,a;if(n){t=t==null?null:t+"";for(a in n){if((r=n[a]).name!==t){o=!1;continue}i=r.state>Ch&&r.state<Oh,r.state=qs,r.timer.stop(),r.on.call(i?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}o&&delete e.__transition}}function lG(e){return this.each(function(){cG(this,e)})}function uG(e,t){var n,r;return function(){var i=En(this,e),o=i.tween;if(o!==n){r=n=o;for(var a=0,s=r.length;a<s;++a)if(r[a].name===t){r=r.slice(),r.splice(a,1);break}}i.tween=r}}function hG(e,t,n){var r,i;if(typeof n!="function")throw new Error;return function(){var o=En(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},c=0,l=i.length;c<l;++c)if(i[c].name===t){i[c]=s;break}c===l&&i.push(s)}o.tween=i}}function dG(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=mn(this.node(),n).tween,i=0,o=r.length,a;i<o;++i)if((a=r[i]).name===e)return a.value;return null}return this.each((t==null?uG:hG)(n,e,t))}function Mh(e,t,n){var r=e._id;return e.each(function(){var i=En(this,r);(i.value||(i.value={}))[t]=n.apply(this,arguments)}),function(i){return mn(i,r).value[t]}}function qx(e,t){var n;return(typeof t=="number"?gn:t instanceof kr?ks:(n=kr(t))?(t=n,ks):Ex)(e,t)}function fG(e){return function(){this.removeAttribute(e)}}function pG(e){return function(){this.removeAttributeNS(e.space,e.local)}}function gG(e,t,n){var r,i=n+"",o;return function(){var a=this.getAttribute(e);return a===i?null:a===r?o:o=t(r=a,n)}}function mG(e,t,n){var r,i=n+"",o;return function(){var a=this.getAttributeNS(e.space,e.local);return a===i?null:a===r?o:o=t(r=a,n)}}function yG(e,t,n){var r,i,o;return function(){var a,s=n(this),c;return s==null?void this.removeAttribute(e):(a=this.getAttribute(e),c=s+"",a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s)))}}function vG(e,t,n){var r,i,o;return function(){var a,s=n(this),c;return s==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),c=s+"",a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s)))}}function bG(e,t){var n=Ss(e),r=n==="transform"?eG:qx;return this.attrTween(e,typeof t=="function"?(n.local?vG:yG)(n,r,Mh(this,"attr."+e,t)):t==null?(n.local?pG:fG)(n):(n.local?mG:gG)(n,r,t))}function _G(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function xG(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function wG(e,t){var n,r;function i(){var o=t.apply(this,arguments);return o!==r&&(n=(r=o)&&xG(e,o)),n}return i._value=t,i}function PG(e,t){var n,r;function i(){var o=t.apply(this,arguments);return o!==r&&(n=(r=o)&&_G(e,o)),n}return i._value=t,i}function $G(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;var r=Ss(e);return this.tween(n,(r.local?wG:PG)(r,t))}function CG(e,t){return function(){Sh(this,e).delay=+t.apply(this,arguments)}}function OG(e,t){return t=+t,function(){Sh(this,e).delay=t}}function SG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?CG:OG)(t,e)):mn(this.node(),t).delay}function MG(e,t){return function(){En(this,e).duration=+t.apply(this,arguments)}}function EG(e,t){return t=+t,function(){En(this,e).duration=t}}function IG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?MG:EG)(t,e)):mn(this.node(),t).duration}function AG(e,t){if(typeof t!="function")throw new Error;return function(){En(this,e).ease=t}}function TG(e){var t=this._id;return arguments.length?this.each(AG(t,e)):mn(this.node(),t).ease}function kG(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;En(this,e).ease=n}}function RG(e){if(typeof e!="function")throw new Error;return this.each(kG(this._id,e))}function LG(e){typeof e!="function"&&(e=lx(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=[],c,l=0;l<a;++l)(c=o[l])&&e.call(c,c.__data__,l,o)&&s.push(c);return new Fn(r,this._parents,this._name,this._id)}function zG(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var c=t[s],l=n[s],u=c.length,h=a[s]=new Array(u),d,f=0;f<u;++f)(d=c[f]||l[f])&&(h[f]=d);for(;s<r;++s)a[s]=t[s];return new Fn(a,this._parents,this._name,this._id)}function NG(e){return(e+"").trim().split(/^|\s+/).every(function(t){var n=t.indexOf(".");return n>=0&&(t=t.slice(0,n)),!t||t==="start"})}function HG(e,t,n){var r,i,o=NG(t)?Sh:En;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}function DG(e,t){var n=this._id;return arguments.length<2?mn(this.node(),n).on.on(e):this.each(HG(n,e,t))}function qG(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function jG(){return this.on("end.remove",qG(this._id))}function FG(e){var t=this._name,n=this._id;typeof e!="function"&&(e=dh(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s=r[a],c=s.length,l=o[a]=new Array(c),u,h,d=0;d<c;++d)(u=s[d])&&(h=e.call(u,u.__data__,d,s))&&("__data__"in u&&(h.__data__=u.__data__),l[d]=h,js(l[d],t,n,d,l,mn(u,n)));return new Fn(o,this._parents,t,n)}function BG(e){var t=this._name,n=this._id;typeof e!="function"&&(e=cx(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var c=r[s],l=c.length,u,h=0;h<l;++h)if(u=c[h]){for(var d=e.call(u,u.__data__,h,c),f,g=mn(u,n),y=0,m=d.length;y<m;++y)(f=d[y])&&js(f,t,n,y,d,g);o.push(d),a.push(u)}return new Fn(o,a,t,n)}var WG=Po.prototype.constructor;function GG(){return new WG(this._groups,this._parents)}function VG(e,t){var n,r,i;return function(){var o=vi(this,e),a=(this.style.removeProperty(e),vi(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}function jx(e){return function(){this.style.removeProperty(e)}}function YG(e,t,n){var r,i=n+"",o;return function(){var a=vi(this,e);return a===i?null:a===r?o:o=t(r=a,n)}}function XG(e,t,n){var r,i,o;return function(){var a=vi(this,e),s=n(this),c=s+"";return s==null&&(c=s=(this.style.removeProperty(e),vi(this,e))),a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s))}}function UG(e,t){var n,r,i,o="style."+t,a="end."+o,s;return function(){var c=En(this,e),l=c.on,u=c.value[o]==null?s||(s=jx(t)):void 0;(l!==n||i!==u)&&(r=(n=l).copy()).on(a,i=u),c.on=r}}function KG(e,t,n){var r=(e+="")=="transform"?JW:qx;return t==null?this.styleTween(e,VG(e,r)).on("end.style."+e,jx(e)):typeof t=="function"?this.styleTween(e,XG(e,r,Mh(this,"style."+e,t))).each(UG(this._id,e)):this.styleTween(e,YG(e,r,t),n).on("end.style."+e,null)}function ZG(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function QG(e,t,n){var r,i;function o(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&ZG(e,a,n)),r}return o._value=t,o}function JG(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;return this.tween(r,QG(e,t,n==null?"":n))}function eV(e){return function(){this.textContent=e}}function tV(e){return function(){var t=e(this);this.textContent=t==null?"":t}}function nV(e){return this.tween("text",typeof e=="function"?tV(Mh(this,"text",e)):eV(e==null?"":e+""))}function rV(e){return function(t){this.textContent=e.call(this,t)}}function iV(e){var t,n;function r(){var i=e.apply(this,arguments);return i!==n&&(t=(n=i)&&rV(i)),t}return r._value=e,r}function oV(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,iV(e))}function aV(){for(var e=this._name,t=this._id,n=Fx(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a=r[o],s=a.length,c,l=0;l<s;++l)if(c=a[l]){var u=mn(c,t);js(c,e,n,l,a,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new Fn(r,this._parents,e,n)}function sV(){var e,t,n=this,r=n._id,i=n.size();return new Promise(function(o,a){var s={value:a},c={value:function(){--i===0&&o()}};n.each(function(){var l=En(this,r),u=l.on;u!==e&&(t=(e=u).copy(),t._.cancel.push(s),t._.interrupt.push(s),t._.end.push(c)),l.on=t}),i===0&&o()})}var cV=0;function Fn(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Fx(){return++cV}var Bn=Po.prototype;Fn.prototype={constructor:Fn,select:FG,selectAll:BG,selectChild:Bn.selectChild,selectChildren:Bn.selectChildren,filter:LG,merge:zG,selection:GG,transition:aV,call:Bn.call,nodes:Bn.nodes,node:Bn.node,size:Bn.size,empty:Bn.empty,each:Bn.each,on:DG,attr:bG,attrTween:$G,style:KG,styleTween:JG,text:nV,textTween:oV,remove:jG,tween:dG,delay:SG,duration:IG,ease:TG,easeVarying:RG,end:sV,[Symbol.iterator]:Bn[Symbol.iterator]};function lV(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var uV={time:null,delay:0,duration:250,ease:lV};function hV(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function dV(e){var t,n;e instanceof Fn?(t=e._id,e=e._name):(t=Fx(),(n=uV).time=wh(),e=e==null?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a=r[o],s=a.length,c,l=0;l<s;++l)(c=a[l])&&js(c,e,t,l,a,n||hV(c,t));return new Fn(r,this._parents,e,t)}Po.prototype.interrupt=lG,Po.prototype.transition=dV;const Eh=Math.PI,Ih=2*Eh,Nr=1e-6,fV=Ih-Nr;function Bx(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function pV(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Bx;const n=Qo(10,t);return function(r){this._+=r[0];for(let i=1,o=r.length;i<o;++i)this._+=Math.round(arguments[i]*n)/n+r[i]}}class gV{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?Bx:pV(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,r,i){this._append`Q${+t},${+n},${this._x1=+r},${this._y1=+i}`}bezierCurveTo(t,n,r,i,o,a){this._append`C${+t},${+n},${+r},${+i},${this._x1=+o},${this._y1=+a}`}arcTo(t,n,r,i,o){if(t=+t,n=+n,r=+r,i=+i,o=+o,o<0)throw new Error(`negative radius: ${o}`);let a=this._x1,s=this._y1,c=r-t,l=i-n,u=a-t,h=s-n,d=u*u+h*h;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(d>Nr)if(!(Math.abs(h*c-l*u)>Nr)||!o)this._append`L${this._x1=t},${this._y1=n}`;else{let f=r-a,g=i-s,y=c*c+l*l,m=f*f+g*g,v=Math.sqrt(y),b=Math.sqrt(d),_=o*Math.tan((Eh-Math.acos((y+d-m)/(2*v*b)))/2),x=_/b,w=_/v;Math.abs(x-1)>Nr&&this._append`L${t+x*u},${n+x*h}`,this._append`A${o},${o},0,0,${+(h*f>u*g)},${this._x1=t+w*c},${this._y1=n+w*l}`}}arc(t,n,r,i,o,a){if(t=+t,n=+n,r=+r,a=!!a,r<0)throw new Error(`negative radius: ${r}`);let s=r*Math.cos(i),c=r*Math.sin(i),l=t+s,u=n+c,h=1^a,d=a?i-o:o-i;this._x1===null?this._append`M${l},${u}`:(Math.abs(this._x1-l)>Nr||Math.abs(this._y1-u)>Nr)&&this._append`L${l},${u}`,r&&(d<0&&(d=d%Ih+Ih),d>fV?this._append`A${r},${r},0,1,${h},${t-s},${n-c}A${r},${r},0,1,${h},${this._x1=l},${this._y1=u}`:d>Nr&&this._append`A${r},${r},0,${+(d>=Eh)},${h},${this._x1=t+r*Math.cos(o)},${this._y1=n+r*Math.sin(o)}`)}rect(t,n,r,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+i}h${-r}Z`}toString(){return this._}}function mV(e,t){var n,r=1;e==null&&(e=0),t==null&&(t=0);function i(){var o,a=n.length,s,c=0,l=0;for(o=0;o<a;++o)s=n[o],c+=s.x,l+=s.y;for(c=(c/a-e)*r,l=(l/a-t)*r,o=0;o<a;++o)s=n[o],s.x-=c,s.y-=l}return i.initialize=function(o){n=o},i.x=function(o){return arguments.length?(e=+o,i):e},i.y=function(o){return arguments.length?(t=+o,i):t},i.strength=function(o){return arguments.length?(r=+o,i):r},i}function yV(e){const t=+this._x.call(null,e),n=+this._y.call(null,e);return Wx(this.cover(t,n),t,n,e)}function Wx(e,t,n,r){if(isNaN(t)||isNaN(n))return e;var i,o=e._root,a={data:r},s=e._x0,c=e._y0,l=e._x1,u=e._y1,h,d,f,g,y,m,v,b;if(!o)return e._root=a,e;for(;o.length;)if((y=t>=(h=(s+l)/2))?s=h:l=h,(m=n>=(d=(c+u)/2))?c=d:u=d,i=o,!(o=o[v=m<<1|y]))return i[v]=a,e;if(f=+e._x.call(null,o.data),g=+e._y.call(null,o.data),t===f&&n===g)return a.next=o,i?i[v]=a:e._root=a,e;do i=i?i[v]=new Array(4):e._root=new Array(4),(y=t>=(h=(s+l)/2))?s=h:l=h,(m=n>=(d=(c+u)/2))?c=d:u=d;while((v=m<<1|y)===(b=(g>=d)<<1|f>=h));return i[b]=o,i[v]=a,e}function vV(e){var t,n,r=e.length,i,o,a=new Array(r),s=new Array(r),c=1/0,l=1/0,u=-1/0,h=-1/0;for(n=0;n<r;++n)isNaN(i=+this._x.call(null,t=e[n]))||isNaN(o=+this._y.call(null,t))||(a[n]=i,s[n]=o,i<c&&(c=i),i>u&&(u=i),o<l&&(l=o),o>h&&(h=o));if(c>u||l>h)return this;for(this.cover(c,l).cover(u,h),n=0;n<r;++n)Wx(this,a[n],s[n],e[n]);return this}function bV(e,t){if(isNaN(e=+e)||isNaN(t=+t))return this;var n=this._x0,r=this._y0,i=this._x1,o=this._y1;if(isNaN(n))i=(n=Math.floor(e))+1,o=(r=Math.floor(t))+1;else{for(var a=i-n||1,s=this._root,c,l;n>e||e>=i||r>t||t>=o;)switch(l=(t<r)<<1|e<n,c=new Array(4),c[l]=s,s=c,a*=2,l){case 0:i=n+a,o=r+a;break;case 1:n=i-a,o=r+a;break;case 2:i=n+a,r=o-a;break;case 3:n=i-a,r=o-a;break}this._root&&this._root.length&&(this._root=s)}return this._x0=n,this._y0=r,this._x1=i,this._y1=o,this}function _V(){var e=[];return this.visit(function(t){if(!t.length)do e.push(t.data);while(t=t.next)}),e}function xV(e){return arguments.length?this.cover(+e[0][0],+e[0][1]).cover(+e[1][0],+e[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function Yt(e,t,n,r,i){this.node=e,this.x0=t,this.y0=n,this.x1=r,this.y1=i}function wV(e,t,n){var r,i=this._x0,o=this._y0,a,s,c,l,u=this._x1,h=this._y1,d=[],f=this._root,g,y;for(f&&d.push(new Yt(f,i,o,u,h)),n==null?n=1/0:(i=e-n,o=t-n,u=e+n,h=t+n,n*=n);g=d.pop();)if(!(!(f=g.node)||(a=g.x0)>u||(s=g.y0)>h||(c=g.x1)<i||(l=g.y1)<o))if(f.length){var m=(a+c)/2,v=(s+l)/2;d.push(new Yt(f[3],m,v,c,l),new Yt(f[2],a,v,m,l),new Yt(f[1],m,s,c,v),new Yt(f[0],a,s,m,v)),(y=(t>=v)<<1|e>=m)&&(g=d[d.length-1],d[d.length-1]=d[d.length-1-y],d[d.length-1-y]=g)}else{var b=e-+this._x.call(null,f.data),_=t-+this._y.call(null,f.data),x=b*b+_*_;if(x<n){var w=Math.sqrt(n=x);i=e-w,o=t-w,u=e+w,h=t+w,r=f.data}}return r}function PV(e){if(isNaN(u=+this._x.call(null,e))||isNaN(h=+this._y.call(null,e)))return this;var t,n=this._root,r,i,o,a=this._x0,s=this._y0,c=this._x1,l=this._y1,u,h,d,f,g,y,m,v;if(!n)return this;if(n.length)for(;;){if((g=u>=(d=(a+c)/2))?a=d:c=d,(y=h>=(f=(s+l)/2))?s=f:l=f,t=n,!(n=n[m=y<<1|g]))return this;if(!n.length)break;(t[m+1&3]||t[m+2&3]||t[m+3&3])&&(r=t,v=m)}for(;n.data!==e;)if(i=n,!(n=n.next))return this;return(o=n.next)&&delete n.next,i?(o?i.next=o:delete i.next,this):t?(o?t[m]=o:delete t[m],(n=t[0]||t[1]||t[2]||t[3])&&n===(t[3]||t[2]||t[1]||t[0])&&!n.length&&(r?r[v]=n:this._root=n),this):(this._root=o,this)}function $V(e){for(var t=0,n=e.length;t<n;++t)this.remove(e[t]);return this}function CV(){return this._root}function OV(){var e=0;return this.visit(function(t){if(!t.length)do++e;while(t=t.next)}),e}function SV(e){var t=[],n,r=this._root,i,o,a,s,c;for(r&&t.push(new Yt(r,this._x0,this._y0,this._x1,this._y1));n=t.pop();)if(!e(r=n.node,o=n.x0,a=n.y0,s=n.x1,c=n.y1)&&r.length){var l=(o+s)/2,u=(a+c)/2;(i=r[3])&&t.push(new Yt(i,l,u,s,c)),(i=r[2])&&t.push(new Yt(i,o,u,l,c)),(i=r[1])&&t.push(new Yt(i,l,a,s,u)),(i=r[0])&&t.push(new Yt(i,o,a,l,u))}return this}function MV(e){var t=[],n=[],r;for(this._root&&t.push(new Yt(this._root,this._x0,this._y0,this._x1,this._y1));r=t.pop();){var i=r.node;if(i.length){var o,a=r.x0,s=r.y0,c=r.x1,l=r.y1,u=(a+c)/2,h=(s+l)/2;(o=i[0])&&t.push(new Yt(o,a,s,u,h)),(o=i[1])&&t.push(new Yt(o,u,s,c,h)),(o=i[2])&&t.push(new Yt(o,a,h,u,l)),(o=i[3])&&t.push(new Yt(o,u,h,c,l))}n.push(r)}for(;r=n.pop();)e(r.node,r.x0,r.y0,r.x1,r.y1);return this}function EV(e){return e[0]}function IV(e){return arguments.length?(this._x=e,this):this._x}function AV(e){return e[1]}function TV(e){return arguments.length?(this._y=e,this):this._y}function Ah(e,t,n){var r=new Th(t==null?EV:t,n==null?AV:n,NaN,NaN,NaN,NaN);return e==null?r:r.addAll(e)}function Th(e,t,n,r,i,o){this._x=e,this._y=t,this._x0=n,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Gx(e){for(var t={data:e.data},n=t;e=e.next;)n=n.next={data:e.data};return t}var Xt=Ah.prototype=Th.prototype;Xt.copy=function(){var e=new Th(this._x,this._y,this._x0,this._y0,this._x1,this._y1),t=this._root,n,r;if(!t)return e;if(!t.length)return e._root=Gx(t),e;for(n=[{source:t,target:e._root=new Array(4)}];t=n.pop();)for(var i=0;i<4;++i)(r=t.source[i])&&(r.length?n.push({source:r,target:t.target[i]=new Array(4)}):t.target[i]=Gx(r));return e},Xt.add=yV,Xt.addAll=vV,Xt.cover=bV,Xt.data=_V,Xt.extent=xV,Xt.find=wV,Xt.remove=PV,Xt.removeAll=$V,Xt.root=CV,Xt.size=OV,Xt.visit=SV,Xt.visitAfter=MV,Xt.x=IV,Xt.y=TV;function Hr(e){return function(){return e}}function ar(e){return(e()-.5)*1e-6}function kV(e){return e.x+e.vx}function RV(e){return e.y+e.vy}function LV(e){var t,n,r,i=1,o=1;typeof e!="function"&&(e=Hr(e==null?1:+e));function a(){for(var l,u=t.length,h,d,f,g,y,m,v=0;v<o;++v)for(h=Ah(t,kV,RV).visitAfter(s),l=0;l<u;++l)d=t[l],y=n[d.index],m=y*y,f=d.x+d.vx,g=d.y+d.vy,h.visit(b);function b(_,x,w,P,$){var C=_.data,M=_.r,S=y+M;if(C){if(C.index>d.index){var E=f-C.x-C.vx,I=g-C.y-C.vy,O=E*E+I*I;O<S*S&&(E===0&&(E=ar(r),O+=E*E),I===0&&(I=ar(r),O+=I*I),O=(S-(O=Math.sqrt(O)))/O*i,d.vx+=(E*=O)*(S=(M*=M)/(m+M)),d.vy+=(I*=O)*S,C.vx-=E*(S=1-S),C.vy-=I*S)}return}return x>f+S||P<f-S||w>g+S||$<g-S}}function s(l){if(l.data)return l.r=n[l.data.index];for(var u=l.r=0;u<4;++u)l[u]&&l[u].r>l.r&&(l.r=l[u].r)}function c(){if(t){var l,u=t.length,h;for(n=new Array(u),l=0;l<u;++l)h=t[l],n[h.index]=+e(h,l,t)}}return a.initialize=function(l,u){t=l,r=u,c()},a.iterations=function(l){return arguments.length?(o=+l,a):o},a.strength=function(l){return arguments.length?(i=+l,a):i},a.radius=function(l){return arguments.length?(e=typeof l=="function"?l:Hr(+l),c(),a):e},a}function zV(e){return e.index}function Vx(e,t){var n=e.get(t);if(!n)throw new Error("node not found: "+t);return n}function NV(e){var t=zV,n=h,r,i=Hr(30),o,a,s,c,l,u=1;e==null&&(e=[]);function h(m){return 1/Math.min(s[m.source.index],s[m.target.index])}function d(m){for(var v=0,b=e.length;v<u;++v)for(var _=0,x,w,P,$,C,M,S;_<b;++_)x=e[_],w=x.source,P=x.target,$=P.x+P.vx-w.x-w.vx||ar(l),C=P.y+P.vy-w.y-w.vy||ar(l),M=Math.sqrt($*$+C*C),M=(M-o[_])/M*m*r[_],$*=M,C*=M,P.vx-=$*(S=c[_]),P.vy-=C*S,w.vx+=$*(S=1-S),w.vy+=C*S}function f(){if(a){var m,v=a.length,b=e.length,_=new Map(a.map((w,P)=>[t(w,P,a),w])),x;for(m=0,s=new Array(v);m<b;++m)x=e[m],x.index=m,typeof x.source!="object"&&(x.source=Vx(_,x.source)),typeof x.target!="object"&&(x.target=Vx(_,x.target)),s[x.source.index]=(s[x.source.index]||0)+1,s[x.target.index]=(s[x.target.index]||0)+1;for(m=0,c=new Array(b);m<b;++m)x=e[m],c[m]=s[x.source.index]/(s[x.source.index]+s[x.target.index]);r=new Array(b),g(),o=new Array(b),y()}}function g(){if(a)for(var m=0,v=e.length;m<v;++m)r[m]=+n(e[m],m,e)}function y(){if(a)for(var m=0,v=e.length;m<v;++m)o[m]=+i(e[m],m,e)}return d.initialize=function(m,v){a=m,l=v,f()},d.links=function(m){return arguments.length?(e=m,f(),d):e},d.id=function(m){return arguments.length?(t=m,d):t},d.iterations=function(m){return arguments.length?(u=+m,d):u},d.strength=function(m){return arguments.length?(n=typeof m=="function"?m:Hr(+m),g(),d):n},d.distance=function(m){return arguments.length?(i=typeof m=="function"?m:Hr(+m),y(),d):i},d}const HV=1664525,DV=1013904223,Yx=4294967296;function qV(){let e=1;return()=>(e=(HV*e+DV)%Yx)/Yx}function jV(e){return e.x}function FV(e){return e.y}var BV=10,WV=Math.PI*(3-Math.sqrt(5));function GV(e){var t,n=1,r=.001,i=1-Math.pow(r,1/300),o=0,a=.6,s=new Map,c=Ph(h),l=uh("tick","end"),u=qV();e==null&&(e=[]);function h(){d(),l.call("tick",t),n<r&&(c.stop(),l.call("end",t))}function d(y){var m,v=e.length,b;y===void 0&&(y=1);for(var _=0;_<y;++_)for(n+=(o-n)*i,s.forEach(function(x){x(n)}),m=0;m<v;++m)b=e[m],b.fx==null?b.x+=b.vx*=a:(b.x=b.fx,b.vx=0),b.fy==null?b.y+=b.vy*=a:(b.y=b.fy,b.vy=0);return t}function f(){for(var y=0,m=e.length,v;y<m;++y){if(v=e[y],v.index=y,v.fx!=null&&(v.x=v.fx),v.fy!=null&&(v.y=v.fy),isNaN(v.x)||isNaN(v.y)){var b=BV*Math.sqrt(.5+y),_=y*WV;v.x=b*Math.cos(_),v.y=b*Math.sin(_)}(isNaN(v.vx)||isNaN(v.vy))&&(v.vx=v.vy=0)}}function g(y){return y.initialize&&y.initialize(e,u),y}return f(),t={tick:d,restart:function(){return c.restart(h),t},stop:function(){return c.stop(),t},nodes:function(y){return arguments.length?(e=y,f(),s.forEach(g),t):e},alpha:function(y){return arguments.length?(n=+y,t):n},alphaMin:function(y){return arguments.length?(r=+y,t):r},alphaDecay:function(y){return arguments.length?(i=+y,t):+i},alphaTarget:function(y){return arguments.length?(o=+y,t):o},velocityDecay:function(y){return arguments.length?(a=1-y,t):1-a},randomSource:function(y){return arguments.length?(u=y,s.forEach(g),t):u},force:function(y,m){return arguments.length>1?(m==null?s.delete(y):s.set(y,g(m)),t):s.get(y)},find:function(y,m,v){var b=0,_=e.length,x,w,P,$,C;for(v==null?v=1/0:v*=v,b=0;b<_;++b)$=e[b],x=y-$.x,w=m-$.y,P=x*x+w*w,P<v&&(C=$,v=P);return C},on:function(y,m){return arguments.length>1?(l.on(y,m),t):l.on(y)}}}function VV(){var e,t,n,r,i=Hr(-30),o,a=1,s=1/0,c=.81;function l(f){var g,y=e.length,m=Ah(e,jV,FV).visitAfter(h);for(r=f,g=0;g<y;++g)t=e[g],m.visit(d)}function u(){if(e){var f,g=e.length,y;for(o=new Array(g),f=0;f<g;++f)y=e[f],o[y.index]=+i(y,f,e)}}function h(f){var g=0,y,m,v=0,b,_,x;if(f.length){for(b=_=x=0;x<4;++x)(y=f[x])&&(m=Math.abs(y.value))&&(g+=y.value,v+=m,b+=m*y.x,_+=m*y.y);f.x=b/v,f.y=_/v}else{y=f,y.x=y.data.x,y.y=y.data.y;do g+=o[y.data.index];while(y=y.next)}f.value=g}function d(f,g,y,m){if(!f.value)return!0;var v=f.x-t.x,b=f.y-t.y,_=m-g,x=v*v+b*b;if(_*_/c<x)return x<s&&(v===0&&(v=ar(n),x+=v*v),b===0&&(b=ar(n),x+=b*b),x<a&&(x=Math.sqrt(a*x)),t.vx+=v*f.value*r/x,t.vy+=b*f.value*r/x),!0;if(f.length||x>=s)return;(f.data!==t||f.next)&&(v===0&&(v=ar(n),x+=v*v),b===0&&(b=ar(n),x+=b*b),x<a&&(x=Math.sqrt(a*x)));do f.data!==t&&(_=o[f.data.index]*r/x,t.vx+=v*_,t.vy+=b*_);while(f=f.next)}return l.initialize=function(f,g){e=f,n=g,u()},l.strength=function(f){return arguments.length?(i=typeof f=="function"?f:Hr(+f),u(),l):i},l.distanceMin=function(f){return arguments.length?(a=f*f,l):Math.sqrt(a)},l.distanceMax=function(f){return arguments.length?(s=f*f,l):Math.sqrt(s)},l.theta=function(f){return arguments.length?(c=f*f,l):Math.sqrt(c)},l}function YV(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Fs(e,t){if(!isFinite(e)||e===0)return null;var n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"),r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function xi(e){return e=Fs(Math.abs(e)),e?e[1]:NaN}function XV(e,t){return function(n,r){for(var i=n.length,o=[],a=0,s=e[0],c=0;i>0&&s>0&&(c+s+1>r&&(s=Math.max(1,r-c)),o.push(n.substring(i-=s,i+s)),!((c+=s+1)>r));)s=e[a=(a+1)%e.length];return o.reverse().join(t)}}function UV(e){return function(t){return t.replace(/[0-9]/g,function(n){return e[+n]})}}var KV=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Bs(e){if(!(t=KV.exec(e)))throw new Error("invalid format: "+e);var t;return new kh({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Bs.prototype=kh.prototype;function kh(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}kh.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function ZV(e){e:for(var t=e.length,n=1,r=-1,i;n<t;++n)switch(e[n]){case".":r=i=n;break;case"0":r===0&&(r=n),i=n;break;default:if(!+e[n])break e;r>0&&(r=0);break}return r>0?e.slice(0,r)+e.slice(i+1):e}var Ws;function QV(e,t){var n=Fs(e,t);if(!n)return Ws=void 0,e.toPrecision(t);var r=n[0],i=n[1],o=i-(Ws=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Fs(e,Math.max(0,t+o-1))[0]}function Xx(e,t){var n=Fs(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}const Ux={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:YV,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Xx(e*100,t),r:Xx,s:QV,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Kx(e){return e}var Zx=Array.prototype.map,Qx=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function JV(e){var t=e.grouping===void 0||e.thousands===void 0?Kx:XV(Zx.call(e.grouping,Number),e.thousands+""),n=e.currency===void 0?"":e.currency[0]+"",r=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",o=e.numerals===void 0?Kx:UV(Zx.call(e.numerals,String)),a=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",c=e.nan===void 0?"NaN":e.nan+"";function l(h,d){h=Bs(h);var f=h.fill,g=h.align,y=h.sign,m=h.symbol,v=h.zero,b=h.width,_=h.comma,x=h.precision,w=h.trim,P=h.type;P==="n"?(_=!0,P="g"):Ux[P]||(x===void 0&&(x=12),w=!0,P="g"),(v||f==="0"&&g==="=")&&(v=!0,f="0",g="=");var $=((d==null?void 0:d.prefix)!==void 0?d.prefix:"")+(m==="$"?n:m==="#"&&/[boxX]/.test(P)?"0"+P.toLowerCase():""),C=(m==="$"?r:/[%p]/.test(P)?a:"")+((d==null?void 0:d.suffix)!==void 0?d.suffix:""),M=Ux[P],S=/[defgprs%]/.test(P);x=x===void 0?6:/[gprs]/.test(P)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function E(I){var O=$,T=C,F,z,j;if(P==="c")T=M(I)+T,I="";else{I=+I;var H=I<0||1/I<0;if(I=isNaN(I)?c:M(Math.abs(I),x),w&&(I=ZV(I)),H&&+I==0&&y!=="+"&&(H=!1),O=(H?y==="("?y:s:y==="-"||y==="("?"":y)+O,T=(P==="s"&&!isNaN(I)&&Ws!==void 0?Qx[8+Ws/3]:"")+T+(H&&y==="("?")":""),S){for(F=-1,z=I.length;++F<z;)if(j=I.charCodeAt(F),48>j||j>57){T=(j===46?i+I.slice(F+1):I.slice(F))+T,I=I.slice(0,F);break}}}_&&!v&&(I=t(I,1/0));var W=O.length+I.length+T.length,B=W<b?new Array(b-W+1).join(f):"";switch(_&&v&&(I=t(B+I,B.length?b-T.length:1/0),B=""),g){case"<":I=O+I+T+B;break;case"=":I=O+B+I+T;break;case"^":I=B.slice(0,W=B.length>>1)+O+I+T+B.slice(W);break;default:I=B+O+I+T;break}return o(I)}return E.toString=function(){return h+""},E}function u(h,d){var f=Math.max(-8,Math.min(8,Math.floor(xi(d)/3)))*3,g=Math.pow(10,-f),y=l((h=Bs(h),h.type="f",h),{suffix:Qx[8+f/3]});return function(m){return y(g*m)}}return{format:l,formatPrefix:u}}var Gs,Jx,ew;eY({thousands:",",grouping:[3],currency:["$",""]});function eY(e){return Gs=JV(e),Jx=Gs.format,ew=Gs.formatPrefix,Gs}function tY(e){return Math.max(0,-xi(Math.abs(e)))}function nY(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(xi(t)/3)))*3-xi(Math.abs(e)))}function rY(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,xi(t)-xi(e))+1}function iY(e){var t=0,n=e.children,r=n&&n.length;if(!r)t=1;else for(;--r>=0;)t+=n[r].value;e.value=t}function oY(){return this.eachAfter(iY)}function aY(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this}function sY(e,t){for(var n=this,r=[n],i,o,a=-1;n=r.pop();)if(e.call(t,n,++a,this),i=n.children)for(o=i.length-1;o>=0;--o)r.push(i[o]);return this}function cY(e,t){for(var n=this,r=[n],i=[],o,a,s,c=-1;n=r.pop();)if(i.push(n),o=n.children)for(a=0,s=o.length;a<s;++a)r.push(o[a]);for(;n=i.pop();)e.call(t,n,++c,this);return this}function lY(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r}function uY(e){return this.eachAfter(function(t){for(var n=+e(t.data)||0,r=t.children,i=r&&r.length;--i>=0;)n+=r[i].value;t.value=n})}function hY(e){return this.eachBefore(function(t){t.children&&t.children.sort(e)})}function dY(e){for(var t=this,n=fY(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var i=r.length;e!==n;)r.splice(i,0,e),e=e.parent;return r}function fY(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),i=null;for(e=n.pop(),t=r.pop();e===t;)i=e,e=n.pop(),t=r.pop();return i}function pY(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t}function gY(){return Array.from(this)}function mY(){var e=[];return this.eachBefore(function(t){t.children||e.push(t)}),e}function yY(){var e=this,t=[];return e.each(function(n){n!==e&&t.push({source:n.parent,target:n})}),t}function*vY(){var e=this,t,n=[e],r,i,o;do for(t=n.reverse(),n=[];e=t.pop();)if(yield e,r=e.children)for(i=0,o=r.length;i<o;++i)n.push(r[i]);while(n.length)}function Rh(e,t){e instanceof Map?(e=[void 0,e],t===void 0&&(t=xY)):t===void 0&&(t=_Y);for(var n=new Ao(e),r,i=[n],o,a,s,c;r=i.pop();)if((a=t(r.data))&&(c=(a=Array.from(a)).length))for(r.children=a,s=c-1;s>=0;--s)i.push(o=a[s]=new Ao(a[s])),o.parent=r,o.depth=r.depth+1;return n.eachBefore(PY)}function bY(){return Rh(this).eachBefore(wY)}function _Y(e){return e.children}function xY(e){return Array.isArray(e)?e[1]:null}function wY(e){e.data.value!==void 0&&(e.value=e.data.value),e.data=e.data.data}function PY(e){var t=0;do e.height=t;while((e=e.parent)&&e.height<++t)}function Ao(e){this.data=e,this.depth=this.height=0,this.parent=null}Ao.prototype=Rh.prototype={constructor:Ao,count:oY,each:aY,eachAfter:cY,eachBefore:sY,find:lY,sum:uY,sort:hY,path:dY,ancestors:pY,descendants:gY,leaves:mY,links:yY,copy:bY,[Symbol.iterator]:vY};function $Y(e,t){return e.parent===t.parent?1:2}function Lh(e){var t=e.children;return t?t[0]:e.t}function zh(e){var t=e.children;return t?t[t.length-1]:e.t}function CY(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function OY(e){for(var t=0,n=0,r=e.children,i=r.length,o;--i>=0;)o=r[i],o.z+=t,o.m+=t,t+=o.s+(n+=o.c)}function SY(e,t,n){return e.a.parent===t.parent?e.a:n}function Vs(e,t){this._=e,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=t}Vs.prototype=Object.create(Ao.prototype);function MY(e){for(var t=new Vs(e,0),n,r=[t],i,o,a,s;n=r.pop();)if(o=n._.children)for(n.children=new Array(s=o.length),a=s-1;a>=0;--a)r.push(i=n.children[a]=new Vs(o[a],a)),i.parent=n;return(t.parent=new Vs(null,0)).children=[t],t}function EY(){var e=$Y,t=1,n=1,r=null;function i(l){var u=MY(l);if(u.eachAfter(o),u.parent.m=-u.z,u.eachBefore(a),r)l.eachBefore(c);else{var h=l,d=l,f=l;l.eachBefore(function(b){b.x<h.x&&(h=b),b.x>d.x&&(d=b),b.depth>f.depth&&(f=b)});var g=h===d?1:e(h,d)/2,y=g-h.x,m=t/(d.x+g+y),v=n/(f.depth||1);l.eachBefore(function(b){b.x=(b.x+y)*m,b.y=b.depth*v})}return l}function o(l){var u=l.children,h=l.parent.children,d=l.i?h[l.i-1]:null;if(u){OY(l);var f=(u[0].z+u[u.length-1].z)/2;d?(l.z=d.z+e(l._,d._),l.m=l.z-f):l.z=f}else d&&(l.z=d.z+e(l._,d._));l.parent.A=s(l,d,l.parent.A||h[0])}function a(l){l._.x=l.z+l.parent.m,l.m+=l.parent.m}function s(l,u,h){if(u){for(var d=l,f=l,g=u,y=d.parent.children[0],m=d.m,v=f.m,b=g.m,_=y.m,x;g=zh(g),d=Lh(d),g&&d;)y=Lh(y),f=zh(f),f.a=l,x=g.z+b-d.z-m+e(g._,d._),x>0&&(CY(SY(g,l,h),l,x),m+=x,v+=x),b+=g.m,m+=d.m,_+=y.m,v+=f.m;g&&!zh(f)&&(f.t=g,f.m+=b-v),d&&!Lh(y)&&(y.t=d,y.m+=m-_,h=l)}return h}function c(l){l.x*=t,l.y=l.depth*n}return i.separation=function(l){return arguments.length?(e=l,i):e},i.size=function(l){return arguments.length?(r=!1,t=+l[0],n=+l[1],i):r?null:[t,n]},i.nodeSize=function(l){return arguments.length?(r=!0,t=+l[0],n=+l[1],i):r?[t,n]:null},i}function IY(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function AY(e){return function(){return e}}function TY(e){return+e}var tw=[0,1];function wi(e){return e}function Nh(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:AY(isNaN(t)?NaN:.5)}function kY(e,t){var n;return e>t&&(n=e,e=t,t=n),function(r){return Math.max(e,Math.min(t,r))}}function RY(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=Nh(i,r),o=n(a,o)):(r=Nh(r,i),o=n(o,a)),function(s){return o(r(s))}}function LY(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Nh(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(s){var c=qF(e,s,1,r)-1;return o[c](i[c](s))}}function zY(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function NY(){var e=tw,t=tw,n=_h,r,i,o,a=wi,s,c,l;function u(){var d=Math.min(e.length,t.length);return a!==wi&&(a=kY(e[0],e[d-1])),s=d>2?LY:RY,c=l=null,h}function h(d){return d==null||isNaN(d=+d)?o:(c||(c=s(e.map(r),t,n)))(r(a(d)))}return h.invert=function(d){return a(i((l||(l=s(t,e.map(r),gn)))(d)))},h.domain=function(d){return arguments.length?(e=Array.from(d,TY),u()):e.slice()},h.range=function(d){return arguments.length?(t=Array.from(d),u()):t.slice()},h.rangeRound=function(d){return t=Array.from(d),n=KW,u()},h.clamp=function(d){return arguments.length?(a=d?!0:wi,u()):a!==wi},h.interpolate=function(d){return arguments.length?(n=d,u()):n},h.unknown=function(d){return arguments.length?(o=d,h):o},function(d,f){return r=d,i=f,u()}}function HY(){return NY()(wi,wi)}function DY(e,t,n,r){var i=GF(e,t,n),o;switch(r=Bs(r==null?",f":r),r.type){case"s":{var a=Math.max(Math.abs(e),Math.abs(t));return r.precision==null&&!isNaN(o=nY(i,a))&&(r.precision=o),ew(r,a)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(o=rY(i,Math.max(Math.abs(e),Math.abs(t))))&&(r.precision=o-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(o=tY(i))&&(r.precision=o-(r.type==="%")*2);break}}return Jx(r)}function qY(e){var t=e.domain;return e.ticks=function(n){var r=t();return WF(r[0],r[r.length-1],n==null?10:n)},e.tickFormat=function(n,r){var i=t();return DY(i[0],i[i.length-1],n==null?10:n,r)},e.nice=function(n){n==null&&(n=10);var r=t(),i=0,o=r.length-1,a=r[i],s=r[o],c,l,u=10;for(s<a&&(l=a,a=s,s=l,l=i,i=o,o=l);u-- >0;){if(l=lh(a,s,n),l===c)return r[i]=a,r[o]=s,t(r);if(l>0)a=Math.floor(a/l)*l,s=Math.ceil(s/l)*l;else if(l<0)a=Math.ceil(a*l)/l,s=Math.floor(s*l)/l;else break;c=l}return e},e}function To(){var e=HY();return e.copy=function(){return zY(e,To())},IY.apply(e,arguments),qY(e)}function Ot(e){return function(){return e}}const nw=Math.abs,jt=Math.atan2,Dr=Math.cos,jY=Math.max,Hh=Math.min,In=Math.sin,Pi=Math.sqrt,tn=1e-12,ko=Math.PI,Ys=ko/2,Xs=2*ko;function FY(e){return e>1?0:e<-1?ko:Math.acos(e)}function rw(e){return e>=1?Ys:e<=-1?-Ys:Math.asin(e)}function iw(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new gV(t)}function BY(e){return e.innerRadius}function WY(e){return e.outerRadius}function GY(e){return e.startAngle}function VY(e){return e.endAngle}function YY(e){return e&&e.padAngle}function XY(e,t,n,r,i,o,a,s){var c=n-e,l=r-t,u=a-i,h=s-o,d=h*c-u*l;if(!(d*d<tn))return d=(u*(t-o)-h*(e-i))/d,[e+d*c,t+d*l]}function Us(e,t,n,r,i,o,a){var s=e-n,c=t-r,l=(a?o:-o)/Pi(s*s+c*c),u=l*c,h=-l*s,d=e+u,f=t+h,g=n+u,y=r+h,m=(d+g)/2,v=(f+y)/2,b=g-d,_=y-f,x=b*b+_*_,w=i-o,P=d*y-g*f,$=(_<0?-1:1)*Pi(jY(0,w*w*x-P*P)),C=(P*_-b*$)/x,M=(-P*b-_*$)/x,S=(P*_+b*$)/x,E=(-P*b+_*$)/x,I=C-m,O=M-v,T=S-m,F=E-v;return I*I+O*O>T*T+F*F&&(C=S,M=E),{cx:C,cy:M,x01:-u,y01:-h,x11:C*(i/w-1),y11:M*(i/w-1)}}function Ro(){var e=BY,t=WY,n=Ot(0),r=null,i=GY,o=VY,a=YY,s=null,c=iw(l);function l(){var u,h,d=+e.apply(this,arguments),f=+t.apply(this,arguments),g=i.apply(this,arguments)-Ys,y=o.apply(this,arguments)-Ys,m=nw(y-g),v=y>g;if(s||(s=u=c()),f<d&&(h=f,f=d,d=h),!(f>tn))s.moveTo(0,0);else if(m>Xs-tn)s.moveTo(f*Dr(g),f*In(g)),s.arc(0,0,f,g,y,!v),d>tn&&(s.moveTo(d*Dr(y),d*In(y)),s.arc(0,0,d,y,g,v));else{var b=g,_=y,x=g,w=y,P=m,$=m,C=a.apply(this,arguments)/2,M=C>tn&&(r?+r.apply(this,arguments):Pi(d*d+f*f)),S=Hh(nw(f-d)/2,+n.apply(this,arguments)),E=S,I=S,O,T;if(M>tn){var F=rw(M/d*In(C)),z=rw(M/f*In(C));(P-=F*2)>tn?(F*=v?1:-1,x+=F,w-=F):(P=0,x=w=(g+y)/2),($-=z*2)>tn?(z*=v?1:-1,b+=z,_-=z):($=0,b=_=(g+y)/2)}var j=f*Dr(b),H=f*In(b),W=d*Dr(w),B=d*In(w);if(S>tn){var X=f*Dr(_),D=f*In(_),k=d*Dr(x),A=d*In(x),L;if(m<ko)if(L=XY(j,H,k,A,X,D,W,B)){var N=j-L[0],q=H-L[1],G=X-L[0],U=D-L[1],K=1/In(FY((N*G+q*U)/(Pi(N*N+q*q)*Pi(G*G+U*U)))/2),ne=Pi(L[0]*L[0]+L[1]*L[1]);E=Hh(S,(d-ne)/(K-1)),I=Hh(S,(f-ne)/(K+1))}else E=I=0}$>tn?I>tn?(O=Us(k,A,j,H,f,I,v),T=Us(X,D,W,B,f,I,v),s.moveTo(O.cx+O.x01,O.cy+O.y01),I<S?s.arc(O.cx,O.cy,I,jt(O.y01,O.x01),jt(T.y01,T.x01),!v):(s.arc(O.cx,O.cy,I,jt(O.y01,O.x01),jt(O.y11,O.x11),!v),s.arc(0,0,f,jt(O.cy+O.y11,O.cx+O.x11),jt(T.cy+T.y11,T.cx+T.x11),!v),s.arc(T.cx,T.cy,I,jt(T.y11,T.x11),jt(T.y01,T.x01),!v))):(s.moveTo(j,H),s.arc(0,0,f,b,_,!v)):s.moveTo(j,H),!(d>tn)||!(P>tn)?s.lineTo(W,B):E>tn?(O=Us(W,B,X,D,d,-E,v),T=Us(j,H,k,A,d,-E,v),s.lineTo(O.cx+O.x01,O.cy+O.y01),E<S?s.arc(O.cx,O.cy,E,jt(O.y01,O.x01),jt(T.y01,T.x01),!v):(s.arc(O.cx,O.cy,E,jt(O.y01,O.x01),jt(O.y11,O.x11),!v),s.arc(0,0,d,jt(O.cy+O.y11,O.cx+O.x11),jt(T.cy+T.y11,T.cx+T.x11),v),s.arc(T.cx,T.cy,E,jt(T.y11,T.x11),jt(T.y01,T.x01),!v))):s.arc(0,0,d,w,x,v)}if(s.closePath(),u)return s=null,u+""||null}return l.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,h=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-ko/2;return[Dr(h)*u,In(h)*u]},l.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:Ot(+u),l):e},l.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:Ot(+u),l):t},l.cornerRadius=function(u){return arguments.length?(n=typeof u=="function"?u:Ot(+u),l):n},l.padRadius=function(u){return arguments.length?(r=u==null?null:typeof u=="function"?u:Ot(+u),l):r},l.startAngle=function(u){return arguments.length?(i=typeof u=="function"?u:Ot(+u),l):i},l.endAngle=function(u){return arguments.length?(o=typeof u=="function"?u:Ot(+u),l):o},l.padAngle=function(u){return arguments.length?(a=typeof u=="function"?u:Ot(+u),l):a},l.context=function(u){return arguments.length?(s=u==null?null:u,l):s},l}function ow(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function aw(e){this._context=e}aw.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function sw(e){return new aw(e)}function UY(e){return e[0]}function KY(e){return e[1]}function ZY(e,t){var n=Ot(!0),r=null,i=sw,o=null,a=iw(s);e=typeof e=="function"?e:e===void 0?UY:Ot(e),t=typeof t=="function"?t:t===void 0?KY:Ot(t);function s(c){var l,u=(c=ow(c)).length,h,d=!1,f;for(r==null&&(o=i(f=a())),l=0;l<=u;++l)!(l<u&&n(h=c[l],l,c))===d&&((d=!d)?o.lineStart():o.lineEnd()),d&&o.point(+e(h,l,c),+t(h,l,c));if(f)return o=null,f+""||null}return s.x=function(c){return arguments.length?(e=typeof c=="function"?c:Ot(+c),s):e},s.y=function(c){return arguments.length?(t=typeof c=="function"?c:Ot(+c),s):t},s.defined=function(c){return arguments.length?(n=typeof c=="function"?c:Ot(!!c),s):n},s.curve=function(c){return arguments.length?(i=c,r!=null&&(o=i(r)),s):i},s.context=function(c){return arguments.length?(c==null?r=o=null:o=i(r=c),s):r},s}function QY(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function JY(e){return e}function eX(){var e=JY,t=QY,n=null,r=Ot(0),i=Ot(Xs),o=Ot(0);function a(s){var c,l=(s=ow(s)).length,u,h,d=0,f=new Array(l),g=new Array(l),y=+r.apply(this,arguments),m=Math.min(Xs,Math.max(-Xs,i.apply(this,arguments)-y)),v,b=Math.min(Math.abs(m)/l,o.apply(this,arguments)),_=b*(m<0?-1:1),x;for(c=0;c<l;++c)(x=g[f[c]=c]=+e(s[c],c,s))>0&&(d+=x);for(t!=null?f.sort(function(w,P){return t(g[w],g[P])}):n!=null&&f.sort(function(w,P){return n(s[w],s[P])}),c=0,h=d?(m-l*_)/d:0;c<l;++c,y=v)u=f[c],x=g[u],v=y+(x>0?x*h:0)+_,g[u]={data:s[u],index:c,value:x,startAngle:y,endAngle:v,padAngle:b};return g}return a.value=function(s){return arguments.length?(e=typeof s=="function"?s:Ot(+s),a):e},a.sortValues=function(s){return arguments.length?(t=s,n=null,a):t},a.sort=function(s){return arguments.length?(n=s,t=null,a):n},a.startAngle=function(s){return arguments.length?(r=typeof s=="function"?s:Ot(+s),a):r},a.endAngle=function(s){return arguments.length?(i=typeof s=="function"?s:Ot(+s),a):i},a.padAngle=function(s){return arguments.length?(o=typeof s=="function"?s:Ot(+s),a):o},a}function Lo(e,t,n){this.k=e,this.x=t,this.y=n}Lo.prototype={constructor:Lo,scale:function(e){return e===1?this:new Lo(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Lo(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},Lo.prototype;var tX=Object.defineProperty,nX=Object.defineProperties,rX=Object.getOwnPropertyDescriptors,cw=Object.getOwnPropertySymbols,iX=Object.prototype.hasOwnProperty,oX=Object.prototype.propertyIsEnumerable,lw=(e,t,n)=>t in e?tX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,aX=(e,t)=>{for(var n in t||(t={}))iX.call(t,n)&&lw(e,n,t[n]);if(cw)for(var n of cw(t))oX.call(t,n)&&lw(e,n,t[n]);return e},sX=(e,t)=>nX(e,rX(t));const uw=e=>{const[{datum:t,data:n,indexes:r,width:i=280,height:o=120,iconSize:a=32,gap:s=12,progressHeight:c=8,borderRadius:l=12,positionH:u="normal",themeColors:h,valueFormatter:d=F=>`${F}%`},f]=st(e,["width","height","iconSize","gap","progressHeight","borderRadius"]),g=t.value,y=g!=null?g:0,m=Math.max(...n.items.map(F=>{var z;return(z=F.value)!=null?z:0}),100),v=i-2*s,_=To().domain([0,m]).range([0,v])(y),x=`${h.colorPrimary}-progress`,w=`${h.colorPrimaryBg}-progress-bg`,P=ae(p(Ve,{indexes:r})),$=s,C=u==="flipped"?i-s-a:s,M=$,S=u==="flipped"?s:a+2*s,E=i-a-3*s,I=M,O=o-s-c,T=g!==void 0;return R(Y,sX(aX({},f),{children:[R(Ke,{children:[R("linearGradient",{id:x,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:h.colorPrimary}),p("stop",{offset:"100%",stopColor:ve.mix(h.colorPrimary,"#fff",20).toHexString()})]}),R("linearGradient",{id:w,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:h.colorPrimaryBg}),p("stop",{offset:"100%",stopColor:h.colorBg})]})]}),p(ze,{x:0,y:0,width:i,height:o,fill:h.colorBgElevated,stroke:h.colorPrimaryBg,strokeWidth:1,rx:l,ry:l,"data-element-type":"shape"}),p(Dt,{indexes:r,x:C,y:M,size:a,fill:h.colorPrimary}),p(Ve,{indexes:r,x:S,y:I,width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",fontSize:16,fontWeight:"medium",fill:h.colorText,children:t.label}),T&&p(vo,{indexes:r,x:S,y:I+P.height,width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",lineHeight:1,fontSize:24,fontWeight:"bold",fill:h.colorPrimary,value:y,formatter:d}),p(ht,{indexes:r,x:S,y:I+P.height+(T?27:4),width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",fontSize:11,fill:h.colorTextSecondary,lineNumber:T?2:3,wordWrap:!0,children:t.desc}),p(ze,{x:s,y:O,width:v,height:c,fill:`url(#${w})`,rx:c/2,ry:c/2,"data-element-type":"shape"}),p(ze,{x:s,y:O,width:_,height:c,fill:`url(#${x})`,rx:c/2,ry:c/2,"data-element-type":"shape"})]}))};ct("progress-card",{component:uw,composites:["icon","label","value","desc"]});var cX=Object.defineProperty,lX=Object.defineProperties,uX=Object.getOwnPropertyDescriptors,hw=Object.getOwnPropertySymbols,hX=Object.prototype.hasOwnProperty,dX=Object.prototype.propertyIsEnumerable,dw=(e,t,n)=>t in e?cX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fX=(e,t)=>{for(var n in t||(t={}))hX.call(t,n)&&dw(e,n,t[n]);if(hw)for(var n of hw(t))dX.call(t,n)&&dw(e,n,t[n]);return e},pX=(e,t)=>lX(e,uX(t));const fw=e=>{const[{datum:t,indexes:n,width:r=280,height:i=120,iconSize:o=30,circleRadius:a=80,positionH:s="normal",positionV:c="normal",themeColors:l},u]=st(e,["width","height","iconSize","circleRadius"]),h=4*a/(3*Math.PI),d=2,f=4,g=28,y=20,m=y+20,v=y,b=8,_=35,x=40,w=30,P=String(n[0]+1).padStart(2,"0"),$=s==="flipped",C=c==="flipped",M=()=>$?{diagonalStartX:r-f,diagonalStartY:C?i-_:_,diagonalEndX:r-x,diagonalEndY:C?i-f:f,topLineStartX:r-x,topLineEndX:h,topLineY:C?i-f:f}:{diagonalStartX:f,diagonalStartY:C?i-_:_,diagonalEndX:x,diagonalEndY:C?i-f:f,topLineStartX:x,topLineEndX:r-h,topLineY:C?i-f:f},S=()=>{if($){const j=a+10,H=r-j-x;return{valueX:r-w,contentX:j,contentWidth:H,circleX:0,circleY:C?0:i,iconX:h-o/2}}else return{valueX:0,contentX:x,contentWidth:r-x-a-10,circleX:r,circleY:C?0:i,iconX:r-h-o/2}},E=M(),I=S(),O=C?h-o/2:i-h-o/2,T=ae(p(Ve,{indexes:n,width:I.contentWidth,children:t.label})),F=v+T.height+b,z=()=>{const{circleX:j,circleY:H}=I;return $?C?`M ${j} ${H} L ${j} ${H+a} A ${a} ${a} 0 0 0 ${j+a} ${H} Z`:`M ${j} ${H} L ${j} ${H-a} A ${a} ${a} 0 0 1 ${j+a} ${H} Z`:C?`M ${j} ${H} L ${j} ${H+a} A ${a} ${a} 0 0 1 ${j-a} ${H} Z`:`M ${j} ${H} L ${j} ${H-a} A ${a} ${a} 0 0 0 ${j-a} ${H} Z`};return R(Y,pX(fX({},u),{width:r,height:i,children:[R(xt,{children:[p(Pe,{d:`M ${E.diagonalStartX} ${E.diagonalStartY} L ${E.diagonalEndX} ${E.diagonalEndY}`,stroke:l.colorPrimary,strokeWidth:d,fill:"none"}),p(Pe,{d:`M ${E.topLineStartX} ${E.topLineY} L ${E.topLineEndX} ${E.topLineY}`,stroke:l.colorPrimary,strokeWidth:d,fill:"none"}),p(Je,{x:E.diagonalStartX-f,y:E.diagonalStartY-f,width:f*2,height:f*2,fill:l.colorPrimary}),p(Je,{x:E.topLineEndX-f,y:E.topLineY-f,width:f*2,height:f*2,fill:l.colorPrimary})]}),R(Y,{children:[p(Ne,{x:I.valueX,y:m,fontSize:g,fontWeight:"bold",fill:l.colorPrimary,children:P}),p(Pe,{d:z(),fill:l.colorPrimary,"data-element-type":"shape"}),t.icon&&p(Dt,{indexes:n,x:I.iconX,y:O,size:o,fill:l.colorWhite}),t.label&&p(Ve,{indexes:n,x:I.contentX,y:v,width:I.contentWidth,fontWeight:"bold",fill:l.colorText,alignHorizontal:$?"right":"left",children:t.label}),t.desc&&p(ht,{indexes:n,x:I.contentX,y:F,width:I.contentWidth,fill:l.colorTextSecondary,alignHorizontal:$?"right":"left",children:t.desc})]})]}))};ct("quarter-circular",{component:fw,composites:["icon","label","desc"]});var gX=Object.defineProperty,mX=Object.defineProperties,yX=Object.getOwnPropertyDescriptors,pw=Object.getOwnPropertySymbols,vX=Object.prototype.hasOwnProperty,bX=Object.prototype.propertyIsEnumerable,gw=(e,t,n)=>t in e?gX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_X=(e,t)=>{for(var n in t||(t={}))vX.call(t,n)&&gw(e,n,t[n]);if(pw)for(var n of pw(t))bX.call(t,n)&&gw(e,n,t[n]);return e},xX=(e,t)=>mX(e,yX(t));const mw=e=>{const[{datum:t,indexes:n,width:r=150,height:i=150,iconSize:o=30,padding:a=20,borderRadius:s=16,positionH:c="center",positionV:l="middle",themeColors:u},h]=st(e,["width","height","iconSize","padding","borderRadius"]),d=r-a*2,f=a,g=a,y=c==="flipped"?r-a-o:c==="center"?(r-o)/2:f,m=g,v=m+o+8,b=ae(p(Ve,{indexes:n,width:d,children:t.label})),_=c==="flipped"?r-a-d:c==="center"?a:f,x=v+b.height+4,w=_,P=s;let $="";return c==="center"&&l==="middle"?$=`
|
|
40
|
+
`)}function Nb(e){let t=0;if(e.length===0)return t.toString();for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);t=(t<<5)-t+r,t=t&t}return Math.abs(t).toString()}var qD=Object.defineProperty,jD=Object.defineProperties,FD=Object.getOwnPropertyDescriptors,Db=Object.getOwnPropertySymbols,BD=Object.prototype.hasOwnProperty,WD=Object.prototype.propertyIsEnumerable,Hb=(e,t,n)=>t in e?qD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,GD=(e,t)=>{for(var n in t||(t={}))BD.call(t,n)&&Hb(e,n,t[n]);if(Db)for(var n of Db(t))WD.call(t,n)&&Hb(e,n,t[n]);return e},VD=(e,t)=>jD(e,FD(t));const YD=new WeakMap;function XD(e,t={}){const n=Ee("use",VD(GD({},t),{href:Nv(e)}));return qb(n),YD.set(n,e),n}function qb(e){const{stroke:t,fill:n}=sn(e,["fill","stroke"]);e.style.color=n||t||"currentColor"}function ss(e){return e.tagName==="use"?e:e.querySelector("use")}function Gu(e){const t=ss(e);return t?sn(t,["width","height","x","y","width","height","fill","fill-opacity","stroke","opacity"]):{}}function UD(e,t,n){const r=ss(e);r&&(n&<(r,n),qb(r))}const Vu=!!(typeof process!="undefined"&&process.versions&&process.versions.node),KD=",",ZD=(e,t=KD)=>e.split(t).map(n=>parseInt(n,10)),jb=e=>ZD(e);function Yu(...e){return e.map(t=>t.replace(/^\/+|\/+$/g,"")).filter(t=>t.trim().length>0).join("/")}function Xu(e){const t=e.getAttribute("viewBox");if(t){const[a,s,c,l]=t.split(" ").map(Number);return{x:a,y:s,width:c,height:l}}const n=e.getAttribute("width"),r=e.getAttribute("height"),i=Number(n)||0,o=Number(r)||0;return{x:0,y:0,width:i,height:o}}function Ar(e){return e?typeof e=="number"?[e,e,e,e]:e.length===1?[e[0],e[0],e[0],e[0]]:e.length===2?[e[0],e[1],e[0],e[1]]:e.length===3?[e[0],e[1],e[2],e[1]]:e.length===4?[e[0],e[1],e[2],e[3]]:[0,0,0,0]:[0,0,0,0]}function Fb(e,t){if(Vu)Bb(e,t);else if(document.contains(e))Wb(e,t);else try{const n=new MutationObserver(r=>{r.forEach(i=>{i.addedNodes.forEach(o=>{(o===e||o.contains(e))&&(QD(e,()=>{Wb(e,t)}),n.disconnect())})})});n.observe(document,{childList:!0,subtree:!0})}catch(n){Bb(e,t)}}function Bb(e,t){const n=Xu(e),[r,i,o,a]=t;lt(e,{viewBox:`${n.x-a} ${n.y-r} ${n.width+a+i} ${n.height+r+o}`})}function Wb(e,t){const n=e.getBBox(),r=e.getBoundingClientRect(),i=r.width>0?n.width/r.width:1,o=r.height>0?n.height/r.height:1,[a,s,c,l]=t,u=a*o,h=s*i,d=c*o,f=l*i,g=n.x-f,y=n.y-u,m=n.width+f+h,v=n.height+u+d;lt(e,{viewBox:`${g} ${y} ${m} ${v}`})}function QD(e,t){requestAnimationFrame(()=>{const n=()=>{const r=e.getBoundingClientRect();r.width>0&&r.height>0?t():requestAnimationFrame(n)};n()})}function Sn(e,t){if(document.getElementById(e))return;const n=document.createElement("style");n.id=e,n.textContent=t,document.head.appendChild(n)}function JD(){return crypto&&crypto.randomUUID?crypto.randomUUID():"xxxx-xxxx-4xxx-yxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}var eH=Object.defineProperty,tH=Object.defineProperties,nH=Object.getOwnPropertyDescriptors,cs=Object.getOwnPropertySymbols,Gb=Object.prototype.hasOwnProperty,Vb=Object.prototype.propertyIsEnumerable,Yb=(e,t,n)=>t in e?eH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vt=(e,t)=>{for(var n in t||(t={}))Gb.call(t,n)&&Yb(e,n,t[n]);if(cs)for(var n of cs(t))Vb.call(t,n)&&Yb(e,n,t[n]);return e},Uu=(e,t)=>tH(e,nH(t)),rH=(e,t)=>{var n={};for(var r in e)Gb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cs)for(var r of cs(e))t.indexOf(r)<0&&Vb.call(e,r)&&(n[r]=e[r]);return n};function ze(e){const t=e,{id:n,x:r=0,y:i=0,width:o,height:a,alignHorizontal:s="left",alignVertical:c="top",children:l,fontSize:u=14,fontFamily:h,fontStyle:d,fontWeight:f,textDecoration:g,letterSpacing:y,wordSpacing:m,opacity:v,fill:b="black",lineHeight:_,wordWrap:x,backgroundColor:w="none",backgroundOpacity:P=1,backgroundRadius:$=0}=t,C=rH(t,["id","x","y","width","height","alignHorizontal","alignVertical","children","fontSize","fontFamily","fontStyle","fontWeight","textDecoration","letterSpacing","wordSpacing","opacity","fill","lineHeight","wordWrap","backgroundColor","backgroundOpacity","backgroundRadius"]);let M=o,S=a,E=0,A=0;if(!M||!S){const B=Mb(l,e);M||(M=B.width),S||(S=B.height)}o&&(E=s==="center"?M/2:s==="right"?M:0),a&&(A=c==="middle"?S/2:c==="bottom"?S:0);const O=Object.entries(Vt(Vt({width:M,height:S},_!==void 0&&{"line-height":_}),x!==void 0&&{"data-word-wrap":x})).reduce((B,[X,H])=>Uu(Vt({},B),{[X]:H}),{}),z=Vt(Vt(Vt(Vt(Vt(Vt(Vt(Vt(Vt({"data-element-type":"text",width:M,height:S,x:E,y:A,"data-x":0,"data-y":0,fill:b,fontSize:u,textAnchor:s==="center"?"middle":s==="right"?"end":"start",dominantBaseline:c==="middle"?"central":c==="bottom"?"baseline":"hanging","data-horizontal-align":s.toUpperCase(),"data-vertical-align":c.toUpperCase(),children:l},O),C),h&&{fontFamily:h}),d&&{fontStyle:d}),f&&{fontWeight:f}),g&&g!=="none"&&{textDecoration:g}),y&&{letterSpacing:y}),m&&{wordSpacing:m}),v!==void 0&&v!==1&&{opacity:v}),j=Vt(Uu(Vt({},r!==0||i!==0?{x:r,y:i,transform:`translate(${r}, ${i})`}:{}),{width:M,height:S}),n&&{id:n}),W=w&&w!=="none"?{"data-element-type":"shape",x:0,y:0,width:M,height:S,fill:w,fillOpacity:P,rx:$,ry:$}:void 0;return{type:"g",props:Uu(Vt({},j),{children:[...W?[{type:"rect",props:W}]:[],{type:"text",props:z}]})}}const go=Symbol.for("@antv/infographic/Fragment");function ls(e,t={}){return{type:e,props:t}}function iH(e={}){return ls(go,e)}const oH=ls,aH=ls;function sH(e){return!e||typeof e!="object"||Array.isArray(e)?!1:e.type===go}function Xb(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&"type"in e}function mo(e){return yo(e).filter(Xb)}function yo(e,t=[]){var n;if(!e||typeof e=="boolean")return t;if(Array.isArray(e))e.forEach(r=>yo(r,t));else if(sH(e)){const r=(n=e.props)==null?void 0:n.children;(Array.isArray(r)?r:[r]).filter(Boolean).forEach(i=>{yo(i,t)})}else t.push(e);return t}function at(e){return typeof e=="number"&&!Number.isNaN(e)&&Number.isFinite(e)}const us=()=>({x:0,y:0,width:0,height:0});function yi(e){if(!e||e.length===0)return us();let t=1/0,n=1/0,r=-1/0,i=-1/0;for(const o of e){const{x:a,y:s,width:c,height:l}=o,u=a+c,h=s+l;a<t&&(t=a),s<n&&(n=s),u>r&&(r=u),h>i&&(i=h)}return t===1/0||n===1/0||r===-1/0||i===-1/0?{x:0,y:0,width:0,height:0}:{x:t,y:n,width:Math.max(0,r-t),height:Math.max(0,i-n)}}function se(e){var t,n,r,i;if(!e)return us();if(Array.isArray(e)){const f=mo(e);return Tr(f)}if(typeof e!="object")return us();const{type:o,props:a={}}=e;if(th(e)){const f=t_(e);return se(f)}if(typeof o=="function"){const f=(t=a.x)!=null?t:0,g=(n=a.y)!=null?n:0,y=a.width,m=a.height;if(at(y)&&at(m))return{x:f,y:g,width:y,height:m};const v=o(a);if(!v)return{x:f,y:g,width:y!=null?y:0,height:m!=null?m:0};if(Array.isArray(v)){const b=mo(v),_=Tr(b);if(at(y)&&at(m))return{x:f,y:g,width:y,height:m};const x=_.width!==0?_.width:y!=null?y:0,w=_.height!==0?_.height:m!=null?m:0;return{x:f+_.x,y:g+_.y,width:x,height:w}}if(Xb(v)){const b=v,_=se(b);if(cH(b,a))return _;const x=b.props&&at(b.props.width)&&at(b.props.height),$=Ub(b).flatMap(E=>mo(E)).length>0,C=b.props&&b.props.x===a.x&&b.props.y===a.y;if(x)return{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:_.width,height:_.height};if(at(y)&&at(m))return $?{x:C?_.x:f,y:C?_.y:g,width:y,height:m}:{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:y,height:m};const M=_.width!==0?_.width:y!=null?y:0,S=_.height!==0?_.height:m!=null?m:0;return{x:C?_.x:f+_.x,y:C?_.y:g+_.y,width:M,height:S}}return{x:f,y:g,width:y!=null?y:0,height:m!=null?m:0}}const s=(r=a.x)!=null?r:0,c=(i=a.y)!=null?i:0,l=at(a.width)?a.width:void 0,u=at(a.height)?a.height:void 0;if(at(l)&&at(u))return{x:s,y:c,width:l,height:u};const d=Ub(e).flatMap(f=>mo(f));if(d.length>0){const f=Tr(d);return{x:s+f.x,y:c+f.y,width:at(l)?l:f.width,height:at(u)?u:f.height}}return{x:s,y:c,width:l!=null?l:0,height:u!=null?u:0}}function Tr(e){if(!e||!Array.isArray(e)||e.length===0)return us();const t=[];for(const n of e){const r=mo(n);for(const i of r){const o=se(i);o&&t.push(o)}}return yi(t)}function cH(e,t){if(!(e!=null&&e.props)||!t)return!1;const n=e.props;if(at(n.x)&&at(n.y)&&at(t.x)&&at(t.y)&&n.x===t.x&&n.y===t.y){const r=at(n.width)&&at(n.height),i=at(t.width)&&at(t.height);if(!r&&!i)return!0}return at(n.x)&&at(n.y)&&at(n.width)&&at(n.height)&&at(t.x)&&at(t.y)&&at(t.width)&&at(t.height)?n.x===t.x&&n.y===t.y&&n.width===t.width&&n.height===t.height:!1}function Ub(e){var t;const n=(t=e.props)==null?void 0:t.children;return n?Array.isArray(n)?n:[n]:[]}function Ku(e){var t;return e==null||typeof e=="boolean"?[]:Array.isArray(e)?yo(e):typeof e=="object"?yo((t=e.props)==null?void 0:t.children):[e]}var lH=Object.defineProperty,hs=Object.getOwnPropertySymbols,Kb=Object.prototype.hasOwnProperty,Zb=Object.prototype.propertyIsEnumerable,Qb=(e,t,n)=>t in e?lH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Zu=(e,t)=>{for(var n in t||(t={}))Kb.call(t,n)&&Qb(e,n,t[n]);if(hs)for(var n of hs(t))Zb.call(t,n)&&Qb(e,n,t[n]);return e},uH=(e,t)=>{var n={};for(var r in e)Kb.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&hs)for(var r of hs(e))t.indexOf(r)<0&&Zb.call(e,r)&&(n[r]=e[r]);return n};const lr=(e,t)=>{const n=e,{type:r,props:i}=n,o=uH(n,["type","props"]);return Zu({type:r,props:Zu(Zu({},i),t)},o)},Jb=()=>({defs:new Map});function Qu(e){const t={"&":"&","<":"<",">":">",'"':""","'":"'"};return String(e).replace(/[&<>"']/g,n=>t[n])}const e_={className:"class",viewBox:"viewBox",preserveAspectRatio:"preserveAspectRatio",gradientUnits:"gradientUnits",gradientTransform:"gradientTransform",patternUnits:"patternUnits",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",maskUnits:"maskUnits",maskContentUnits:"maskContentUnits",clipPathUnits:"clipPathUnits",primitiveUnits:"primitiveUnits",filterUnits:"filterUnits",markerUnits:"markerUnits",markerWidth:"markerWidth",markerHeight:"markerHeight",refX:"refX",refY:"refY",xmlLang:"xml:lang",xmlSpace:"xml:space",xmlnsXlink:"xmlns:xlink",xlinkHref:"href",xlinkTitle:"xlink:title",xlinkShow:"xlink:show",xlinkActuate:"xlink:actuate",textLength:"textLength",lengthAdjust:"lengthAdjust",attributeName:"attributeName",attributeType:"attributeType",repeatCount:"repeatCount",repeatDur:"repeatDur",calcMode:"calcMode",keyTimes:"keyTimes",keySplines:"keySplines",keyPoints:"keyPoints",stdDeviation:"stdDeviation",baseFrequency:"baseFrequency",numOctaves:"numOctaves",pathLength:"pathLength",systemLanguage:"systemLanguage",requiredFeatures:"requiredFeatures",requiredExtensions:"requiredExtensions"};function hH(e){return e_[e]?e_[e]:e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}const Ju=new Map;function eh(e){const t=Symbol("layout");return Ju.set(t,e),r=>({type:t,props:r})}function th(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)&&typeof e.type=="symbol"&&Ju.has(e.type)}function t_(e,t=Jb()){const n=Ju.get(e.type);if(!n)return console.warn("Layout function not found for symbol:",e.type),e;const r=Ku(e).filter(i=>typeof i=="object");return n(r,e.props,t)}var dH=Object.defineProperty,fH=Object.defineProperties,pH=Object.getOwnPropertyDescriptors,ds=Object.getOwnPropertySymbols,n_=Object.prototype.hasOwnProperty,r_=Object.prototype.propertyIsEnumerable,i_=(e,t,n)=>t in e?dH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gH=(e,t)=>{for(var n in t||(t={}))n_.call(t,n)&&i_(e,n,t[n]);if(ds)for(var n of ds(t))r_.call(t,n)&&i_(e,n,t[n]);return e},mH=(e,t)=>fH(e,pH(t)),o_=(e,t)=>{var n={};for(var r in e)n_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ds)for(var r of ds(e))t.indexOf(r)<0&&r_.call(e,r)&&(n[r]=e[r]);return n};function vo(e,t){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return e;if(Array.isArray(e))return e.map(r=>vo(r,t)).filter(Boolean);if(th(e)){const r=t_(e,t);return vo(r,t)}if(typeof e.type=="function"){const r=e.type(e.props);return vo(r,t)}const n=Ku(e).map(r=>vo(r,t)).filter(Boolean);return e.type===go?n:e.type===cl?(n.forEach(r=>{typeof r=="object"&&r.props.id&&t.defs.set(r.props.id,r)}),null):n.length?lr(e,{children:n}):e}function bo(e,t){if(e==null)return"";if(typeof e=="string")return Qu(e);if(typeof e=="number")return String(e);const{type:n,props:r}=e;if(!n)return"";const i=Ku(e);if(n===go)return i.map(c=>bo(c)).filter(Boolean).join("");if(n===cl)return"";if(typeof n=="function"||th(e))return console.warn("Unexpected unprocessed component in render:",e),"";const o=s_(r),a=i.map(c=>bo(c)).filter(Boolean).join(""),s=String(n);return a?`<${s}${o}>${a}</${s}>`:`<${s}${o} />`}function a_(e,t={}){const n=Jb(),r=vo(e,n);if(!r)return"";const i=Array.isArray(r)?r.map(m=>bo(m)).join(""):bo(r),o=t,{x:a,y:s,width:c,height:l,style:u}=o,h=o_(o,["x","y","width","height","style"]),d=mH(gH({},h),{xmlns:"http://www.w3.org/2000/svg"});if(!d.viewBox)if(c&&l)d.viewBox=`${a!=null?a:0} ${s!=null?s:0} ${c!=null?c:0} ${l!=null?l:0}`;else{const m=se(r);if(m){const{x:v,y:b,width:_,height:x}=m;d.viewBox=`${v} ${b} ${_} ${x}`}}const f=s_(d),g=yH(u),y=n.defs.size?`<defs>${Array.from(n.defs.values()).map(m=>bo(m)).join("")}</defs>`:"";return`<svg${f}${g}>${y}${i}</svg>`}function s_(e){if(!e)return"";const t=e,{children:n}=t,r=o_(t,["children"]);return Object.entries(r).filter(([,i])=>i!=null).map(([i,o])=>{const a=hH(i),s=typeof o=="string"?Qu(String(o)):String(o);return` ${a}="${s}"`}).join("")}function yH(e){if(!e||Object.keys(e).length===0)return"";const t=Object.entries(e).map(([n,r])=>`${n.replace(/[A-Z]/g,o=>`-${o.toLowerCase()}`)}: ${r};`).join("");return` style="${Qu(t)}"`}var vH=Object.defineProperty,fs=Object.getOwnPropertySymbols,c_=Object.prototype.hasOwnProperty,l_=Object.prototype.propertyIsEnumerable,u_=(e,t,n)=>t in e?vH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ps=(e,t)=>{for(var n in t||(t={}))c_.call(t,n)&&u_(e,n,t[n]);if(fs)for(var n of fs(t))l_.call(t,n)&&u_(e,n,t[n]);return e},h_=(e,t)=>{var n={};for(var r in e)c_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fs)for(var r of fs(e))t.indexOf(r)<0&&l_.call(e,r)&&(n[r]=e[r]);return n};const Q=e=>{const t=e,{indexes:n}=t,r=h_(t,["indexes"]),i={fill:"#B9EBCA",fillOpacity:.3,width:20,height:20,"data-indexes":n,"data-element-type":Ve.BtnAdd};return p(Re,ps(ps({},i),r))},nt=e=>{const t=e,{indexes:n}=t,r=h_(t,["indexes"]),i={fill:"#F9C0C0",fillOpacity:.3,width:20,height:20,"data-indexes":n,"data-element-type":Ve.BtnRemove};return p(Re,ps(ps({},i),r))};var bH=Object.defineProperty,_H=Object.defineProperties,xH=Object.getOwnPropertyDescriptors,d_=Object.getOwnPropertySymbols,wH=Object.prototype.hasOwnProperty,PH=Object.prototype.propertyIsEnumerable,f_=(e,t,n)=>t in e?bH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$H=(e,t)=>{for(var n in t||(t={}))wH.call(t,n)&&f_(e,n,t[n]);if(d_)for(var n of d_(t))PH.call(t,n)&&f_(e,n,t[n]);return e},CH=(e,t)=>_H(e,xH(t));const He=e=>p(Y,CH($H({"data-element-type":Ve.BtnsGroup,width:0,height:0},e),{display:"none"})),mt=()=>p(tt,{});var OH=Object.defineProperty,gs=Object.getOwnPropertySymbols,p_=Object.prototype.hasOwnProperty,g_=Object.prototype.propertyIsEnumerable,m_=(e,t,n)=>t in e?OH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nh=(e,t)=>{for(var n in t||(t={}))p_.call(t,n)&&m_(e,n,t[n]);if(gs)for(var n of gs(t))g_.call(t,n)&&m_(e,n,t[n]);return e},SH=(e,t)=>{var n={};for(var r in e)p_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gs)for(var r of gs(e))t.indexOf(r)<0&&g_.call(e,r)&&(n[r]=e[r]);return n};const y_=e=>{var t=e,{indexes:n}=t,r=SH(t,["indexes"]);const o=nh(nh({},{fill:"lightgray"}),r);return n?(o["data-indexes"]=n,o["data-element-type"]=Ve.ItemIllus):o["data-element-type"]=Ve.Illus,p(Re,nh({},o))};var MH=Object.defineProperty,EH=Object.defineProperties,IH=Object.getOwnPropertyDescriptors,ms=Object.getOwnPropertySymbols,v_=Object.prototype.hasOwnProperty,b_=Object.prototype.propertyIsEnumerable,__=(e,t,n)=>t in e?MH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,x_=(e,t)=>{for(var n in t||(t={}))v_.call(t,n)&&__(e,n,t[n]);if(ms)for(var n of ms(t))b_.call(t,n)&&__(e,n,t[n]);return e},AH=(e,t)=>EH(e,IH(t)),TH=(e,t)=>{var n={};for(var r in e)v_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ms)for(var r of ms(e))t.indexOf(r)<0&&b_.call(e,r)&&(n[r]=e[r]);return n};const ut=e=>{var t=e,{indexes:n,lineNumber:r=2,children:i}=t,o=TH(t,["indexes","lineNumber","children"]),a;if(!i)return null;const s=x_({fontSize:14,fill:"#666",wordWrap:!0,lineHeight:1.4,children:i},o);return(a=s.height)!=null||(s.height=Math.ceil(r*+s.lineHeight*+s.fontSize)),p(ze,AH(x_({},s),{"data-indexes":n,"data-element-type":Ve.ItemDesc}))};var kH=Object.defineProperty,RH=Object.defineProperties,LH=Object.getOwnPropertyDescriptors,ys=Object.getOwnPropertySymbols,w_=Object.prototype.hasOwnProperty,P_=Object.prototype.propertyIsEnumerable,$_=(e,t,n)=>t in e?kH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_o=(e,t)=>{for(var n in t||(t={}))w_.call(t,n)&&$_(e,n,t[n]);if(ys)for(var n of ys(t))P_.call(t,n)&&$_(e,n,t[n]);return e},vs=(e,t)=>RH(e,LH(t)),C_=(e,t)=>{var n={};for(var r in e)w_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ys)for(var r of ys(e))t.indexOf(r)<0&&P_.call(e,r)&&(n[r]=e[r]);return n};const Ht=e=>{const t=e,{indexes:n,size:r=32}=t,i=C_(t,["indexes","size"]),o=_o({fill:"lightgray",width:r,height:r},i);return p(Re,vs(_o({},o),{"data-indexes":n,"data-element-type":"item-icon"}))},kr=e=>{const t=e,{indexes:n,size:r=50,fill:i,colorBg:o="white"}=t,a=C_(t,["indexes","size","fill","colorBg"]),s=r/Math.SQRT2*.9,c=(r-s)/2,l=vs(_o({fill:o},a),{x:c,y:c,width:s,height:s});return L(Y,vs(_o({},a),{width:r,height:r,"data-element-type":Ve.ItemIconGroup,children:[p(Ze,{width:r,height:r,fill:i,"data-element-type":"shape"}),p(Re,vs(_o({},l),{"data-indexes":n,"data-element-type":Ve.ItemIcon}))]}))};var zH=Object.defineProperty,NH=Object.defineProperties,DH=Object.getOwnPropertyDescriptors,bs=Object.getOwnPropertySymbols,O_=Object.prototype.hasOwnProperty,S_=Object.prototype.propertyIsEnumerable,M_=(e,t,n)=>t in e?zH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,E_=(e,t)=>{for(var n in t||(t={}))O_.call(t,n)&&M_(e,n,t[n]);if(bs)for(var n of bs(t))S_.call(t,n)&&M_(e,n,t[n]);return e},HH=(e,t)=>NH(e,DH(t)),qH=(e,t)=>{var n={};for(var r in e)O_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&bs)for(var r of bs(e))t.indexOf(r)<0&&S_.call(e,r)&&(n[r]=e[r]);return n};const Ge=e=>{var t=e,{indexes:n,children:r}=t,i=qH(t,["indexes","children"]),o;const a=E_({fontSize:18,fontWeight:"bold",fill:"#252525",lineHeight:1.4,children:r},i);return(o=a.height)!=null||(a.height=Math.ceil(+a.lineHeight*+a.fontSize)),p(ze,HH(E_({},a),{"data-indexes":n,"data-element-type":Ve.ItemLabel}))};var jH=Object.defineProperty,I_=Object.getOwnPropertySymbols,FH=Object.prototype.hasOwnProperty,BH=Object.prototype.propertyIsEnumerable,A_=(e,t,n)=>t in e?jH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,WH=(e,t)=>{for(var n in t||(t={}))FH.call(t,n)&&A_(e,n,t[n]);if(I_)for(var n of I_(t))BH.call(t,n)&&A_(e,n,t[n]);return e};const Ne=e=>p(Y,WH({"data-element-type":Ve.ItemsGroup},e));var GH=Object.defineProperty,VH=Object.defineProperties,YH=Object.getOwnPropertyDescriptors,_s=Object.getOwnPropertySymbols,T_=Object.prototype.hasOwnProperty,k_=Object.prototype.propertyIsEnumerable,R_=(e,t,n)=>t in e?GH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,L_=(e,t)=>{for(var n in t||(t={}))T_.call(t,n)&&R_(e,n,t[n]);if(_s)for(var n of _s(t))k_.call(t,n)&&R_(e,n,t[n]);return e},XH=(e,t)=>VH(e,YH(t)),UH=(e,t)=>{var n={};for(var r in e)T_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&_s)for(var r of _s(e))t.indexOf(r)<0&&k_.call(e,r)&&(n[r]=e[r]);return n};const xo=e=>{var t=e,{indexes:n,value:r,formatter:i=c=>String(c)}=t,o=UH(t,["indexes","value","formatter"]),a;const s=L_({fontSize:14,fill:"#666",wordWrap:!0,lineHeight:1.4,children:i(r),"data-value":r},o);return(a=s.height)!=null||(s.height=Math.ceil(+s.lineHeight*+s.fontSize)),p(ze,XH(L_({},s),{"data-indexes":n,"data-element-type":Ve.ItemValue}))};var KH=Object.defineProperty,z_=Object.getOwnPropertySymbols,ZH=Object.prototype.hasOwnProperty,QH=Object.prototype.propertyIsEnumerable,N_=(e,t,n)=>t in e?KH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,JH=(e,t)=>{for(var n in t||(t={}))ZH.call(t,n)&&N_(e,n,t[n]);if(z_)for(var n of z_(t))QH.call(t,n)&&N_(e,n,t[n]);return e};const xt=e=>p(Y,JH({"data-element-type":"shapes-group"},e));var eq=Object.defineProperty,tq=Object.defineProperties,nq=Object.getOwnPropertyDescriptors,xs=Object.getOwnPropertySymbols,D_=Object.prototype.hasOwnProperty,H_=Object.prototype.propertyIsEnumerable,q_=(e,t,n)=>t in e?eq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ws=(e,t)=>{for(var n in t||(t={}))D_.call(t,n)&&q_(e,n,t[n]);if(xs)for(var n of xs(t))H_.call(t,n)&&q_(e,n,t[n]);return e},j_=(e,t)=>tq(e,nq(t)),rq=(e,t)=>{var n={};for(var r in e)D_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&xs)for(var r of xs(e))t.indexOf(r)<0&&H_.call(e,r)&&(n[r]=e[r]);return n};const vi=eh((e,t)=>{var n=t,{horizontal:r,vertical:i}=n,o=rq(n,["horizontal","vertical"]),a,s,c,l;if(!e||e.length===0)return p(Y,ws({},o));const u=e.map(b=>se(b)),h=Tr(e),d=(a=o.x)!=null?a:h.x,f=(s=o.y)!=null?s:h.y,g=(c=o.width)!=null?c:h.width,y=(l=o.height)!=null?l:h.height,m=e.map((b,_)=>{const x=u[_],w=ws({},b.props);if(r!==void 0)switch(r){case"left":w.x=-x.x;break;case"center":w.x=(g-x.width)/2-x.x;break;case"right":w.x=g-x.width-x.x;break}else w.x===void 0&&(w.x=x.x-d);if(i!==void 0)switch(i){case"top":w.y=-x.y;break;case"middle":w.y=(y-x.height)/2-x.y;break;case"bottom":w.y=y-x.height-x.y;break}else w.y===void 0&&(w.y=x.y-f);return lr(b,w)}),v=j_(ws({},o),{x:d,y:f,width:g,height:y});return p(Y,j_(ws({},v),{children:m}))});var iq=Object.defineProperty,oq=Object.defineProperties,aq=Object.getOwnPropertyDescriptors,Ps=Object.getOwnPropertySymbols,F_=Object.prototype.hasOwnProperty,B_=Object.prototype.propertyIsEnumerable,W_=(e,t,n)=>t in e?iq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Rr=(e,t)=>{for(var n in t||(t={}))F_.call(t,n)&&W_(e,n,t[n]);if(Ps)for(var n of Ps(t))B_.call(t,n)&&W_(e,n,t[n]);return e},G_=(e,t)=>oq(e,aq(t)),sq=(e,t)=>{var n={};for(var r in e)F_.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ps)for(var r of Ps(e))t.indexOf(r)<0&&B_.call(e,r)&&(n[r]=e[r]);return n};const ve=eh((e,t)=>{var n=t,{flexDirection:r="row",justifyContent:i="flex-start",alignItems:o="flex-start",alignContent:a="flex-start",flexWrap:s="nowrap",gap:c=0}=n,l=sq(n,["flexDirection","justifyContent","alignItems","alignContent","flexWrap","gap"]),u,h,d,f,g,y;if(!e||e.length===0)return p(Y,Rr({},l));const m=r==="row"||r==="row-reverse",v=r==="row-reverse"||r==="column-reverse",b=e.map(O=>se(O)),_=Tr(e),x=(u=l.width)!=null?u:_.width,w=(h=l.height)!=null?h:_.height,P=l.width!==void 0&&l.height!==void 0,$=[];if(s==="wrap"&&P){let O=[],T=[],F=0;for(let z=0;z<e.length;z++){const j=e[z],D=b[z],W=m?D.width:D.height,B=m?x:w;O.length===0||F+c+W<=B?(O.push(j),T.push(D),F+=(O.length>1?c:0)+W):($.push({children:O,bounds:T}),O=[j],T=[D],F=W)}O.length>0&&$.push({children:O,bounds:T})}else $.push({children:e,bounds:b});const C=[];let M=0;const S=[];if($.forEach(O=>{const{children:T,bounds:F}=O,z=F.reduce((H,k,I)=>{const R=m?k.width:k.height;return H+R+(I>0?c:0)},0),j=Math.max(...F.map(H=>m?H.height:H.width));S.push(j);let D=0;const W=(m?x:w)-z;if(P)switch(i){case"flex-end":D=W;break;case"center":D=W/2;break;case"space-between":D=0;break;default:D=0;break}let B=c;P&&i==="space-between"&&T.length>1&&(B=W/(T.length-1)+c);let X=D;T.forEach((H,k)=>{const I=F[k],R=m?I.width:I.height,N=m?I.height:I.width,q=m?I.x:I.y,G=m?I.y:I.x;let U=M;if(P)switch(o){case"flex-end":U=M+j-N;break;case"center":U=M+(j-N)/2;break;default:U=M;break}let K,oe;m?(K=v?x-X-R-q:X-q,oe=U-G):(K=U-G,oe=v?w-X-R-q:X-q);const te=lr(H,{x:K,y:oe});C.push(te),X+=R+B}),M+=j+c}),$.length>1&&P){const O=S.reduce((z,j)=>z+j,0)+($.length-1)*c,T=(m?w:x)-O;let F=0;switch(a){case"flex-end":F=T;break;case"center":F=T/2;break;case"space-between":if($.length>1){const z=T/($.length-1);let j=0;$.forEach((D,W)=>{const B=$.slice(0,W).reduce((H,k)=>H+k.children.length,0),X=B+D.children.length;for(let H=B;H<X;H++){const k=C[H],I=Rr({},k.props);m?I.y=(I.y||0)+j:I.x=(I.x||0)+j,C[H]=lr(k,I)}j+=S[W]+c+(W<$.length-1?z:0)});break}break;default:F=0;break}F!==0&&a!=="space-between"&&C.forEach((z,j)=>{const D=Rr({},z.props);m?D.y=(D.y||0)+F:D.x=(D.x||0)+F,C[j]=lr(z,D)})}if(!P&&o==="center")if(m){const O=Math.max(...b.map(T=>T.height));C.forEach((T,F)=>{const z=b[F],j=(O-z.height)/2,D=Rr({},T.props);D.y=(D.y||0)+j,C[F]=lr(T,D)})}else{const O=Math.max(...b.map(T=>T.width));C.forEach((T,F)=>{const z=b[F],j=(O-z.width)/2,D=Rr({},T.props);D.x=(D.x||0)+j,C[F]=lr(T,D)})}const E=Tr(C),A=G_(Rr({},l),{x:(d=l.x)!=null?d:_.x,y:(f=l.y)!=null?f:_.y,width:(g=l.width)!=null?g:E.width,height:(y=l.height)!=null?y:E.height});return p(Y,G_(Rr({},A),{children:C}))});var cq=Object.defineProperty,lq=Object.defineProperties,uq=Object.getOwnPropertyDescriptors,V_=Object.getOwnPropertySymbols,hq=Object.prototype.hasOwnProperty,dq=Object.prototype.propertyIsEnumerable,Y_=(e,t,n)=>t in e?cq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$s=(e,t)=>{for(var n in t||(t={}))hq.call(t,n)&&Y_(e,n,t[n]);if(V_)for(var n of V_(t))dq.call(t,n)&&Y_(e,n,t[n]);return e},X_=(e,t)=>lq(e,uq(t));const U_=e=>{const{x:t=0,y:n=0,alignHorizontal:r="center",title:i,desc:o,descLineNumber:a=2,themeColors:s}=e,c=u=>{const h={fontSize:24,fill:s.colorPrimaryText,lineHeight:1.4,alignHorizontal:r};return p(ze,X_($s($s({},h),u),{"data-element-type":"title",children:i}))},l=u=>{const h={fontSize:16,fill:s.colorTextSecondary,alignHorizontal:r,lineHeight:1.4,height:a*24};return p(ze,X_($s($s({},h),u),{"data-element-type":"desc",children:o}))};return!i&&!o?null:L(ve,{flexDirection:"column",justifyContent:"center",alignItems:"center",x:t,y:n,gap:8,children:[i&&p(c,{}),o&&p(l,{})]})},rh=new Map;function ih(e,t){rh.set(e,t)}function K_(e){return rh.get(e)}function fq(){return Array.from(rh.keys())}ih("dark",{colorBg:"#1F1F1F",base:{text:{fill:"#fff"}}}),ih("hand-drawn",{base:{text:{"font-family":"851tegakizatsu"}},stylize:{type:"rough"}});var pq=Object.defineProperty,gq=Object.defineProperties,mq=Object.getOwnPropertyDescriptors,Z_=Object.getOwnPropertySymbols,yq=Object.prototype.hasOwnProperty,vq=Object.prototype.propertyIsEnumerable,Q_=(e,t,n)=>t in e?pq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wo=(e,t)=>{for(var n in t||(t={}))yq.call(t,n)&&Q_(e,n,t[n]);if(Z_)for(var n of Z_(t))vq.call(t,n)&&Q_(e,n,t[n]);return e},Po=(e,t)=>gq(e,mq(t));it(Ty);const J_=({colorPrimary:e,colorBg:t="#ffffff",isDarkMode:n=!1})=>{const r=$n(e),i=$n(t),o=$q({primaryColor:r,bgColor:i});return Cq(o,{primaryColor:r,bgColor:i,isDarkMode:n})},bq=(e,t)=>GE(Po(wo({},e),{alpha:t?.2:.1}))||"#ffffff",_q=(e,t)=>{if(t)return"#ffffff";const n=$n("#262626");return Xl(n,e)>=7?Ki(n):"#000000"},xq=e=>{const t=Wy($n(e)),n=Po(wo({},t),{l:Math.min(1,t.l+.2)});return Ki(n)},wq=(e,t)=>{const n=$n(e),r=$n("#262626"),i=$n("#ffffff"),o=Xl(r,n);return Xl(i,n)>=3?Ki(i):o>=4.5?Ki(r):"#ffffff"},Pq=(e,t)=>{const n=Wy(e);if(t){const r=Po(wo({},n),{l:Math.min(1,n.l+.1)});return Cs(r,"#1f1f1f")}else{if(n.l>.95)return"#ffffff";{const r=Po(wo({},n),{l:Math.min(1,n.l+.05)});return Cs(r,"#ffffff")}}},$q=({primaryColor:e,bgColor:t})=>({colorPrimary:Cs(e,"#FF356A"),colorBg:Cs(t,"#ffffff"),colorWhite:"#ffffff"}),Cq=(e,{primaryColor:t,bgColor:n,isDarkMode:r})=>{const i=_q(n,r),o=bq(t,r);return Po(wo({},e),{isDarkMode:r,colorPrimaryBg:o,colorText:i,colorTextSecondary:xq(i),colorPrimaryText:wq(o,r),colorBgElevated:Pq(n,r)})};function Cs(e,t="#000000"){var n;return(n=Ki(e))!=null?n:t}const oh="#FF356A";function wt(e){var t;return((t=e==null?void 0:e.themeConfig)==null?void 0:t.colorPrimary)||oh}function e3(e){var t;const{themeConfig:n={},data:r}=e,{colorPrimary:i,palette:o}=n;return!o||o.length===0?Array(((t=r==null?void 0:r.items)==null?void 0:t.length)||1).fill(i||oh):r.items.map((a,s)=>za(o,[s],r.items.length)||oh)}function qe(e,t){var n,r,i;return za((n=e==null?void 0:e.themeConfig)==null?void 0:n.palette,t,(i=(r=e.data)==null?void 0:r.items)==null?void 0:i.length)}function Ct(e,t){var n;const{colorBg:r=((n=t==null?void 0:t.themeConfig)==null?void 0:n.colorBg)||"white",colorPrimary:i=t?wt(t):"black"}=e;return J_({colorPrimary:i,isDarkMode:Gy(r),colorBg:r})}function t3(e,t){const{depth:n,originalIndexes:r,flatIndex:i}=e;switch(t){case"level":return[n];case"branch":return n===0?[0]:n===1?[r[1]+1]:[r[1]+1];case"node":return r;case"node-flat":return i!==void 0?[i]:(console.warn("node-flat mode requires flatIndex in HierarchyNode, falling back to originalIndexes"),r);default:return[0]}}var Oq=Object.defineProperty,n3=Object.getOwnPropertySymbols,Sq=Object.prototype.hasOwnProperty,Mq=Object.prototype.propertyIsEnumerable,r3=(e,t,n)=>t in e?Oq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Eq=(e,t)=>{for(var n in t||(t={}))Sq.call(t,n)&&r3(e,n,t[n]);if(n3)for(var n of n3(t))Mq.call(t,n)&&r3(e,n,t[n]);return e};function st(e,t=[]){const n=Eq({},e),r={};return["indexes","data","datum","positionH","positionV","themeColors","valueFormatter",...t].forEach(o=>{o in n&&(r[o]=n[o],delete n[o])}),["x","y","width","height"].forEach(o=>{o in e&&(n[o]=e[o])}),[r,n]}function Os(e,t){var n;return e.length===0?()=>null:t===void 0?e[0]:(n=e[t])!=null?n:e[0]}const ah=new Map;function ct(e,t){ah.set(e,t)}function i3(e){return ah.get(e)}function Iq(){return Array.from(ah.keys())}var Aq=Object.defineProperty,Tq=Object.defineProperties,kq=Object.getOwnPropertyDescriptors,o3=Object.getOwnPropertySymbols,Rq=Object.prototype.hasOwnProperty,Lq=Object.prototype.propertyIsEnumerable,a3=(e,t,n)=>t in e?Aq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zq=(e,t)=>{for(var n in t||(t={}))Rq.call(t,n)&&a3(e,n,t[n]);if(o3)for(var n of o3(t))Lq.call(t,n)&&a3(e,n,t[n]);return e},Nq=(e,t)=>Tq(e,kq(t));const s3=e=>{const[{datum:t,indexes:n,width:r=200,height:i=80,iconSize:o=24,badgeSize:a=32,gap:s=8,positionH:c="normal",themeColors:l,valueFormatter:u},h]=st(e,["width","height","iconSize","badgeSize","gap"]),d=t.value,f=d!==void 0,g=!!t.desc,y=!!t.icon,m=`${l.colorPrimary}-badge`,v=c==="flipped"?r-s-a:s,b=y?c==="flipped"?s:a+2*s:s,_=r-s*2,x=y?r-a-3*s:_,w=s+14+18+8,P=w-s,$=g?s:(i-a)/2,C=!f&&!g?(i-14)/2:s,M=!y&&c==="center"?"center":c==="flipped"?"right":"left";return L(Y,Nq(zq({},h),{width:r,height:i,children:[p(Ke,{children:L("radialGradient",{id:m,cx:"50%",cy:"50%",r:"50%",children:[p("stop",{offset:"0%",stopColor:l.colorPrimary}),p("stop",{offset:"100%",stopColor:be(l.colorPrimary).darken(20).toHexString()})]})}),p(Re,{"data-element-type":"shape",x:0,y:0,width:r,height:i,fill:l.colorPrimaryBg,rx:8,ry:8}),y&&L(tt,{children:[p(Ze,{x:v,y:$,width:a,height:a,fill:`url(#${m})`}),p(Ht,{indexes:n,x:v+(a-o)/2,y:$+(a-o)/2,size:o,fill:l.colorWhite})]}),L(ve,{flexDirection:"column",x:b,y:C,width:x,height:!f&&!g?void 0:P,alignItems:"center",justifyContent:"center",children:[p(Ge,{indexes:n,width:x,alignHorizontal:M,alignVertical:"middle",fontSize:14,fill:l.colorText,children:t.label}),f&&p(xo,{indexes:n,width:x,alignHorizontal:c==="flipped"?"right":"left",alignVertical:"middle",fontSize:18,lineHeight:1,fontWeight:"bold",fill:l.colorPrimary,value:d,formatter:u})]}),g&&p(ut,{indexes:n,x:s,y:w,width:_,alignHorizontal:M,fontSize:11,fill:l.colorTextSecondary,lineNumber:2,lineHeight:1.2,wordWrap:!0,children:t.desc})]}))};ct("badge-card",{component:s3,composites:["icon","label","value","desc"]});var Dq=Object.defineProperty,Hq=Object.defineProperties,qq=Object.getOwnPropertyDescriptors,c3=Object.getOwnPropertySymbols,jq=Object.prototype.hasOwnProperty,Fq=Object.prototype.propertyIsEnumerable,l3=(e,t,n)=>t in e?Dq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bq=(e,t)=>{for(var n in t||(t={}))jq.call(t,n)&&l3(e,n,t[n]);if(c3)for(var n of c3(t))Fq.call(t,n)&&l3(e,n,t[n]);return e},Wq=(e,t)=>Hq(e,qq(t));const u3=e=>{const[{indexes:t,datum:n,width:r=280,height:i=140,themeColors:o},a]=st(e,["width","height"]);return L(Y,Wq(Bq({},a),{children:[p("rect",{x:0,y:0,width:r,height:i,rx:22,ry:22,fill:o.colorPrimaryBg,stroke:o.colorPrimary,"data-element-type":"shape"}),p(Pe,{x:r-85,y:.5,width:85,height:65,d:"M0 0H62.4495C74.9557 0 85.4549 10.8574 84.4557 23.1875V60.1875L77.8772 62.5839C64.3776 67.6876 48.51 64.6893 37.8662 53.7441L10.2361 25.3312C4.91402 19.8571 1.65356 13.1736 0.435652 6.21819L0 0Z",fill:o.colorBg,"data-element-type":"shape"}),p(Ge,{indexes:t,x:20,y:24,width:200,alignHorizontal:"left",alignVertical:"middle",fill:o.colorText,children:n.label}),p(ut,{indexes:t,x:20,y:58,width:220,height:70,fill:o.colorTextSecondary,alignHorizontal:"left",alignVertical:"top",children:n.desc}),p(Ht,{indexes:t,x:r-48,y:12,width:32,height:32,fill:o.colorPrimary})]}))};ct("candy-card-lite",{component:u3,composites:["icon","label","desc"]});var Gq=Object.defineProperty,Vq=Object.defineProperties,Yq=Object.getOwnPropertyDescriptors,Ss=Object.getOwnPropertySymbols,h3=Object.prototype.hasOwnProperty,d3=Object.prototype.propertyIsEnumerable,f3=(e,t,n)=>t in e?Gq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Xq=(e,t)=>{for(var n in t||(t={}))h3.call(t,n)&&f3(e,n,t[n]);if(Ss)for(var n of Ss(t))d3.call(t,n)&&f3(e,n,t[n]);return e},Uq=(e,t)=>Vq(e,Yq(t)),Kq=(e,t)=>{var n={};for(var r in e)h3.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ss)for(var r of Ss(e))t.indexOf(r)<0&&d3.call(e,r)&&(n[r]=e[r]);return n};const sh=e=>{const t=e,{color:n="black",opacity:r=.8}=t,i=Kq(t,["color","opacity"]);return p("filter",Uq(Xq({id:"drop-shadow",x:"-25%",y:"-25%",width:"200%",height:"200%"},i),{children:p("feDropShadow",{dx:"4",dy:"4",stdDeviation:"4","flood-color":n,"flood-opacity":r})}))};var Zq=Object.defineProperty,Qq=Object.defineProperties,Jq=Object.getOwnPropertyDescriptors,p3=Object.getOwnPropertySymbols,ej=Object.prototype.hasOwnProperty,tj=Object.prototype.propertyIsEnumerable,g3=(e,t,n)=>t in e?Zq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nj=(e,t)=>{for(var n in t||(t={}))ej.call(t,n)&&g3(e,n,t[n]);if(p3)for(var n of p3(t))tj.call(t,n)&&g3(e,n,t[n]);return e},rj=(e,t)=>Qq(e,Jq(t));const ch=e=>{const{id:t="linear-gradient",startColor:n="black",stopColor:r="white",direction:i="left-right"}=e;return L("linearGradient",rj(nj({id:t},{"left-right":{x1:"0%",y1:"0%",x2:"100%",y2:"0%"},"right-left":{x1:"100%",y1:"0%",x2:"0%",y2:"0%"},"top-bottom":{x1:"0%",y1:"0%",x2:"0%",y2:"100%"},"bottom-top":{x1:"0%",y1:"100%",x2:"0%",y2:"0%"}}[i]),{children:[p("stop",{offset:"0%",stopColor:n}),p("stop",{offset:"100%",stopColor:r})]}))};var ij=Object.defineProperty,oj=Object.defineProperties,aj=Object.getOwnPropertyDescriptors,m3=Object.getOwnPropertySymbols,sj=Object.prototype.hasOwnProperty,cj=Object.prototype.propertyIsEnumerable,y3=(e,t,n)=>t in e?ij(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$o=(e,t)=>{for(var n in t||(t={}))sj.call(t,n)&&y3(e,n,t[n]);if(m3)for(var n of m3(t))cj.call(t,n)&&y3(e,n,t[n]);return e},Co=(e,t)=>oj(e,aj(t));const v3=e=>{const[{datum:t,indexes:n,width:r=300,height:i=80,gap:o=12,positionH:a="normal",iconPadding:s=i/10,themeColors:c},l]=st(e,["width","height","gap","iconPadding"]),u=i/2,h=i-s*2,d=a==="flipped",f=!!t.icon,g=f?r-i-o:r-o*2,y=f?d?o:i:o,m=f?d?"right":"left":"center",v={indexes:n,width:g,alignHorizontal:m,alignVertical:"middle",fontSize:16,fontWeight:"600",fill:c.colorWhite},b=se(p(Ge,Co($o({},v),{children:t.label}))),_={indexes:n,width:g,alignHorizontal:m,alignVertical:"top",fontSize:12,lineNumber:1,fill:c.colorWhite},x=se(t.desc?p(ut,Co($o({},_),{children:t.desc})):null),w=4,P=b.height+w+x.height,C=(i-P)/2,M=C+b.height+w,S=d?r-i+s:s,E=s;return L(Y,Co($o({},l),{children:[p(Ke,{children:p(sh,{})}),p(Re,{x:0,y:0,width:r,height:i,fill:c.colorPrimary,rx:u,ry:u,"data-element-type":"shape"}),t.icon&&L(tt,{children:[p(Ze,{x:S,y:E,width:h,height:h,fillOpacity:.5,fill:c.colorBg,filter:"url(#drop-shadow)"}),p(kr,{indexes:n,x:S,y:E,size:h,fill:c.colorBg,colorBg:c.colorPrimary})]}),t.label&&p(Ge,Co($o({x:y,y:C},v),{children:t.label})),t.desc&&p(ut,Co($o({x:y,y:M},_),{children:t.desc}))]}))};ct("capsule-item",{component:v3,composites:["icon","label","desc"]});var lj=Object.defineProperty,uj=Object.defineProperties,hj=Object.getOwnPropertyDescriptors,b3=Object.getOwnPropertySymbols,dj=Object.prototype.hasOwnProperty,fj=Object.prototype.propertyIsEnumerable,_3=(e,t,n)=>t in e?lj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lh=(e,t)=>{for(var n in t||(t={}))dj.call(t,n)&&_3(e,n,t[n]);if(b3)for(var n of b3(t))fj.call(t,n)&&_3(e,n,t[n]);return e},uh=(e,t)=>uj(e,hj(t));const x3=e=>{const[{indexes:t,datum:n,themeColors:r,positionH:i="normal",width:o=240,height:a=o},s]=st(e,["width","height"]),c=Math.min(o,a),l=c*.7,u=(c-l)/2,h=l*Math.sqrt(2)/2,d=(c-h)/2,f=be(r.colorPrimary),g=Ms(f,80,.2),y=Ms(f,20,.8),m=Ms(f,75,.32),v=Ms(f,45,.4),b=f.clone().darken(5).toRgbString(),_=`${r.colorPrimary}-${i}-outer`,x=`${r.colorPrimary}-${i}-inner`,w=i==="flipped"?{x1:"0%",y1:"0%",x2:"100%",y2:"0%"}:{x1:"100%",y1:"0%",x2:"0%",y2:"0%"};return L(Y,uh(lh({},s),{children:[L(Ke,{children:[L("linearGradient",uh(lh({id:_},w),{children:[p("stop",{offset:"0%",stopColor:g}),p("stop",{offset:"100%",stopColor:y})]})),L("linearGradient",uh(lh({id:x},w),{children:[p("stop",{offset:"0%",stopColor:m}),p("stop",{offset:"100%",stopColor:v})]}))]}),p(Ze,{width:c,height:c,fill:`url(#${_})`,"data-element-type":"shape"}),p(Ze,{x:u,y:u,width:l,height:l,fill:`url(#${x})`,stroke:"#FFFFFF",strokeWidth:1,"data-element-type":"shape"}),p(Ge,{indexes:t,x:d,y:d,width:h,height:h,lineHeight:1.1,alignHorizontal:"center",alignVertical:"middle",fill:b,fontWeight:"500",children:n.label})]}))};ct("circle-node",{component:x3,composites:["label"]});function Ms(e,t,n){return be.mix(e,"#ffffff",t).setAlpha(n).toRgbString()}var pj=Object.defineProperty,gj=Object.defineProperties,mj=Object.getOwnPropertyDescriptors,w3=Object.getOwnPropertySymbols,yj=Object.prototype.hasOwnProperty,vj=Object.prototype.propertyIsEnumerable,P3=(e,t,n)=>t in e?pj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hh=(e,t)=>{for(var n in t||(t={}))yj.call(t,n)&&P3(e,n,t[n]);if(w3)for(var n of w3(t))vj.call(t,n)&&P3(e,n,t[n]);return e},dh=(e,t)=>gj(e,mj(t));const $3=e=>{var t;const[{datum:n,indexes:r,size:i=120,strokeWidth:o=12,gap:a=8,themeColors:s,valueFormatter:c=w=>`${Math.round(w)}%`},l]=st(e,["size","strokeWidth","gap"]),u=(t=n.value)!=null?t:0,d=Math.min(Math.max(u/100,0),1),f=(i-o)/2,g=i/2,y=o/2,m=i-o,v=d>=1,b=d*360,_=bj(g,g,f,0,b),x={x:y,y,width:m,height:m};return L(Y,dh(hh({},l),{width:i,height:i+a+20,children:[p(Re,{width:i,height:i,fill:"none"}),p(Ze,dh(hh({},x),{fill:"none",stroke:"#f0f0f0",strokeWidth:o,"data-element-type":"shape"})),v?p(Ze,dh(hh({},x),{fill:"none",stroke:s.colorPrimary,strokeWidth:o,"data-element-type":"shape"})):p(Pe,{d:_,fill:"none",stroke:s.colorPrimary,strokeWidth:o,strokeLinecap:"round","data-element-type":"shape"}),p(xo,{indexes:r,x:o,y:o,width:m-o,height:m-o,fontSize:24,fontWeight:"bold",fill:s.colorPrimary,alignHorizontal:"center",alignVertical:"middle",value:u,formatter:c}),p(Ge,{indexes:r,x:0,y:i+a,width:i,alignHorizontal:"center",fontSize:12,fill:s.colorTextSecondary,children:n.label})]}))};function bj(e,t,n,r,i){const o=C3(e,t,n,i),a=C3(e,t,n,r),s=i-r<=180?"0":"1";return`M ${o.x} ${o.y} A ${n} ${n} 0 ${s} 0 ${a.x} ${a.y}`}function C3(e,t,n,r){const i=(r-90)*Math.PI/180;return{x:e+n*Math.cos(i),y:t+n*Math.sin(i)}}ct("circular-progress",{component:$3,composites:["label","value"]});var _j=Object.defineProperty,xj=Object.defineProperties,wj=Object.getOwnPropertyDescriptors,O3=Object.getOwnPropertySymbols,Pj=Object.prototype.hasOwnProperty,$j=Object.prototype.propertyIsEnumerable,S3=(e,t,n)=>t in e?_j(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Cj=(e,t)=>{for(var n in t||(t={}))Pj.call(t,n)&&S3(e,n,t[n]);if(O3)for(var n of O3(t))$j.call(t,n)&&S3(e,n,t[n]);return e},Oj=(e,t)=>xj(e,wj(t));const M3=e=>{const[{datum:t,indexes:n,width:r=200,height:i=60,iconSize:o=20,gap:a=8,positionH:s="normal",themeColors:c,valueFormatter:l},u]=st(e,["width","height","iconSize","gap"]),h=t.value,d=h!=null,f="compact-shadow",g=s==="flipped"?r-a-o:a,y=s==="flipped"?a:o+2*a,m=r-o-3*a,v=d?m*.8:m,b=d?m*.2:0;return L(Y,Oj(Cj({},u),{children:[p(Ke,{children:p("filter",{id:f,children:p("feDropShadow",{dx:"0",dy:"2",stdDeviation:"2",floodOpacity:"0.15"})})}),p(Re,{x:0,y:0,width:r,height:i,fill:c.colorBgElevated,stroke:c.colorBgElevated,strokeWidth:1,rx:6,ry:6,filter:`url(#${f})`,"data-element-type":"shape"}),p(Re,{x:s==="flipped"?r-3:0,y:0,width:3,height:i,fill:c.colorPrimary,rx:1.5,ry:1.5,"data-element-type":"shape"}),p(Ht,{indexes:n,x:g,y:(i-o)/2,size:o,fill:c.colorPrimary}),L(ve,{x:y,y:a,width:m,height:i-a*2,flexDirection:"column",justifyContent:"center",alignItems:"flex-start",children:[L(ve,{width:m,flexDirection:"row",justifyContent:"space-between",alignItems:"center",children:[p(Ge,{indexes:n,width:v,alignHorizontal:"left",fontSize:12,fill:c.colorText,children:t.label}),d&&p(xo,{indexes:n,width:b,alignHorizontal:"right",fontSize:12,fontWeight:"bold",fill:c.colorPrimary,value:h,formatter:l})]}),p(ut,{indexes:n,width:m,alignHorizontal:"left",alignVertical:"middle",fontSize:10,fill:c.colorTextSecondary,lineNumber:2,wordWrap:!0,children:t.desc})]})]}))};ct("compact-card",{component:M3,composites:["icon","label","value","desc"]});var Sj=Object.defineProperty,Mj=Object.defineProperties,Ej=Object.getOwnPropertyDescriptors,E3=Object.getOwnPropertySymbols,Ij=Object.prototype.hasOwnProperty,Aj=Object.prototype.propertyIsEnumerable,I3=(e,t,n)=>t in e?Sj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Tj=(e,t)=>{for(var n in t||(t={}))Ij.call(t,n)&&I3(e,n,t[n]);if(E3)for(var n of E3(t))Aj.call(t,n)&&I3(e,n,t[n]);return e},kj=(e,t)=>Mj(e,Ej(t));const A3=e=>{const[{datum:t,indexes:n,width:r=300,height:i=30,iconSize:o=30,gap:a=5,positionH:s="normal",positionV:c="middle",themeColors:l},u]=st(e,["width","height","iconSize","gap"]),h=r-o-a,d=c==="middle"?(i-o)/2:c==="flipped"?i-o:0;return L(Y,kj(Tj({},u),{children:[p(Pe,{"data-element-type":"shape",x:s==="flipped"?h+a:0,y:d,fill:l.colorPrimary,width:o,height:o,d:"M14.7273 30C6.54538 30 0 22.9077 0 14.7269C0 6.54617 6.54538 0 14.7273 0C22.9092 0 30 6.54617 30 14.7269C30 22.9077 22.9092 30 14.7273 30ZM24.5454 10.9077C22.9092 9.27307 22.9092 9.27307 22.9092 9.27307C22.3638 8.72692 22.3638 8.7269 21.8181 8.7269C21.2727 8.7269 21.2727 8.72692 20.7273 9.27307C13.0908 16.9077 13.0908 16.9077 13.0908 16.9077C8.72731 12.5461 8.72731 12.5462 8.72731 12.5462C8.18193 12.5462 8.18193 12 7.63654 12L7.09077 12.5462C4.90923 14.1808 4.90923 14.1808 4.90923 14.1808C4.90923 14.7269 4.90923 14.7269 4.90923 15.2731C4.90923 15.8192 4.90923 15.8192 4.90923 16.3654C12 23.4539 12 23.4538 12 23.4538C12.5454 23.4538 12.5454 23.4538 13.0908 23.4538C13.6365 23.4538 13.6365 23.4538 14.1819 23.4538C24.5454 12.5461 24.5454 12.5462 24.5454 12.5462L25.0908 12C25.0908 11.4538 24.5454 10.9077 24.5454 10.9077Z"}),p(Ge,{indexes:n,x:s==="flipped"?0:o+a,width:h,height:i,fontWeight:"normal",alignVertical:"middle",wordWrap:!1,fill:"#666",children:t.label||t.desc})]}))};ct("done-list",{component:A3,composites:["label"]});var Rj=Object.defineProperty,Lj=Object.defineProperties,zj=Object.getOwnPropertyDescriptors,T3=Object.getOwnPropertySymbols,Nj=Object.prototype.hasOwnProperty,Dj=Object.prototype.propertyIsEnumerable,k3=(e,t,n)=>t in e?Rj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Hj=(e,t)=>{for(var n in t||(t={}))Nj.call(t,n)&&k3(e,n,t[n]);if(T3)for(var n of T3(t))Dj.call(t,n)&&k3(e,n,t[n]);return e},qj=(e,t)=>Lj(e,zj(t));const R3=e=>{const[{indexes:t,datum:n,width:r=140,themeColors:i,positionV:o="normal"},a]=st(e,["width"]),s=o!=="flipped",c=o==="normal"?"bottom":"top",l=p(Ge,{indexes:t,width:r,fill:i.colorText,alignHorizontal:"center",alignVertical:c,fontSize:14,children:n.label}),u=p(ut,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:"center",alignVertical:c,children:n.desc}),h=p(kr,{indexes:t,fill:i.colorPrimary,colorBg:i.colorWhite}),d=p(Fj,{width:8,height:30,fill:i.colorPrimary,positionV:o}),f=5,g=25,y=30,m=se(l),v=se(u),b=se(h),_=se(d),x=m.height+v.height+f+_.height-b.height-g,w=b.height+g+y+_.height+f+m.height+v.height;return p(Y,qj(Hj({width:r,height:w},a),{children:L(ve,{flexDirection:"column",alignItems:"center",children:[s?L(tt,{children:[u,l,p(mt,{height:f}),d]}):L(tt,{children:[p(mt,{height:x}),h,p(mt,{height:g})]}),L(vi,{horizontal:"center",vertical:"middle",width:r,height:y,children:[p(jj,{width:r,height:y,fill:i.colorPrimary}),p(ze,{width:r,height:y,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:n.time?n.time:String(t[0]+1).padStart(2,"0").slice(-2)})]}),s?L(tt,{children:[p(mt,{height:g}),h]}):L(tt,{children:[d,p(mt,{height:f}),l,u]})]})}))},jj=e=>{const{x:t=0,y:n=0,width:r=100,height:i=40,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r-a,y:n},{x:t+r,y:n+i/2},{x:t+r-a,y:n+i},{x:t,y:n+i},{x:t+a,y:n+i/2}],fill:o,"data-element-type":"shape"})},Fj=e=>{const{x:t=0,y:n=0,width:r=10,height:i=50,fill:o,positionV:a="top"}=e,s=r/2,c=i-s,l=2,u=s;return L(xt,{x:t,y:n,width:r,height:i,children:[p(Ze,{width:r,height:r,fill:o,y:a==="top"?0:c-s}),p(Pe,{d:a==="top"?`M${u},${s} L${u},${s+c}`:`M${u},0 L${u},${c-s}`,strokeWidth:l,stroke:o})]})};ct("horizontal-icon-arrow",{component:R3,composites:["icon","label","desc","time"]});var Bj=Object.defineProperty,Wj=Object.defineProperties,Gj=Object.getOwnPropertyDescriptors,L3=Object.getOwnPropertySymbols,Vj=Object.prototype.hasOwnProperty,Yj=Object.prototype.propertyIsEnumerable,z3=(e,t,n)=>t in e?Bj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,N3=(e,t)=>{for(var n in t||(t={}))Vj.call(t,n)&&z3(e,n,t[n]);if(L3)for(var n of L3(t))Yj.call(t,n)&&z3(e,n,t[n]);return e},D3=(e,t)=>Wj(e,Gj(t));const H3=e=>{const[{indexes:t,datum:n,width:r=160,themeColors:i,positionH:o="center",positionV:a="normal"},s]=st(e,["width"]),c=o==="normal"?"left":o==="flipped"?"right":"center",l=p(Ge,{indexes:t,width:r,alignHorizontal:c,fill:i.colorPrimary,children:n.label}),u=se(l),h=n.desc?p(ut,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:c,alignVertical:a==="flipped"?"top":"bottom",children:n.desc}):null,d=se(h),g=n.icon?p(kr,{size:45,indexes:t,colorBg:i.colorBg,fill:i.colorPrimary}):null,y=se(g),m=n.time?p(ze,{width:r,height:30,alignHorizontal:"center",alignVertical:"middle",fill:i.colorPrimary,fontSize:18,fontWeight:"bold",children:n.time}):null,v=se(m),b=18,_=L(vi,{horizontal:"center",vertical:"middle",width:r,height:b,children:[p(Re,{width:r,height:b,fill:i.colorPrimary,"data-element-type":"shape"}),p(Ze,{width:b+6,height:b+6,fill:i.colorBg,fillOpacity:.5,"data-element-type":"shape"}),p(Ze,{width:12,height:12,fill:"white","data-element-type":"shape"})]}),x=u.height+d.height,w=y.height+v.height+5,P=Math.abs(w-x),$=w>x?P:0,C=x>w?P:0;return a==="flipped"?L(ve,D3(N3({},s),{flexDirection:"column",alignItems:"center",children:[p(mt,{height:C}),m,g,p(mt,{height:5}),_,l,h,p(mt,{height:$})]})):L(ve,D3(N3({},s),{flexDirection:"column",alignItems:"center",children:[p(mt,{height:$}),l,h,_,p(mt,{height:5}),g,m,p(mt,{height:C})]}))};ct("horizontal-icon-line",{component:H3,composites:["icon","label","desc"]});var Xj=Object.defineProperty,Uj=Object.defineProperties,Kj=Object.getOwnPropertyDescriptors,q3=Object.getOwnPropertySymbols,Zj=Object.prototype.hasOwnProperty,Qj=Object.prototype.propertyIsEnumerable,j3=(e,t,n)=>t in e?Xj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jj=(e,t)=>{for(var n in t||(t={}))Zj.call(t,n)&&j3(e,n,t[n]);if(q3)for(var n of q3(t))Qj.call(t,n)&&j3(e,n,t[n]);return e},eF=(e,t)=>Uj(e,Kj(t));const F3=e=>{var t;const[{datum:n,indexes:r,size:i=80,iconSize:o=28,badgeSize:a=24,gap:s=8,themeColors:c,width:l=84,height:u=105},h]=st(e,["size","iconSize","badgeSize","gap"]),d=(t=n.value)!=null?t:0,f=`${c.colorPrimary}-icon`,g="#ff6b6b-badge";return L(Y,eF(Jj({},h),{width:l,height:u,children:[L(Ke,{children:[L("radialGradient",{id:f,cx:"50%",cy:"30%",r:"70%",children:[p("stop",{offset:"0%",stopColor:be(c.colorPrimary).lighten(30).toHexString()}),p("stop",{offset:"100%",stopColor:c.colorPrimary})]}),L("linearGradient",{id:g,x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#ff6b6b"}),p("stop",{offset:"100%",stopColor:"#ee5a52"})]})]}),p(Ze,{x:0,y:0,width:i,height:i,fill:`url(#${f})`,"data-element-type":"shape"}),p(Ht,{indexes:r,x:(i-o)/2,y:(i-o)/2,size:o,fill:c.colorPrimaryText}),p(Ze,{x:i-a+4,width:a,height:a,fill:`url(#${g})`}),p(ze,{x:i-a+4,width:a,height:a,fontSize:10,fontWeight:"bold",fill:c.colorWhite,alignHorizontal:"center",alignVertical:"middle",children:d>99?"99+":Math.round(d)}),p(Ge,{indexes:r,x:0,y:i+s,width:i,alignHorizontal:"center",fontSize:12,fill:c.colorText,children:n.label})]}))};ct("icon-badge",{component:F3,composites:["icon","label"]});var tF=Object.defineProperty,nF=Object.defineProperties,rF=Object.getOwnPropertyDescriptors,B3=Object.getOwnPropertySymbols,iF=Object.prototype.hasOwnProperty,oF=Object.prototype.propertyIsEnumerable,W3=(e,t,n)=>t in e?tF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,aF=(e,t)=>{for(var n in t||(t={}))iF.call(t,n)&&W3(e,n,t[n]);if(B3)for(var n of B3(t))oF.call(t,n)&&W3(e,n,t[n]);return e},sF=(e,t)=>nF(e,rF(t));const G3=e=>{const[{datum:t,indexes:n,width:r=200,borderRadius:i=12,padding:o=16,separatorHeight:a=2,indexFontSize:s=20,labelFontSize:c=16,gap:l=8,themeColors:u},h]=st(e,["width","height","borderRadius","padding","separatorHeight","indexFontSize","labelFontSize","gap"]),d=n[0]+1,f=String(d).padStart(2,"0"),g=t.label!==void 0,y=t.desc!==void 0,m=be.mix(u.colorPrimary,u.colorWhite,40).toHexString(),v=u.colorBgElevated||u.colorWhite,b=r-2*o,_=se(p(ze,{fontSize:s,fontWeight:"bold",children:f})),x=b-_.width-l,w=g?se(p(Ge,{indexes:n,width:x,fontSize:c,fontWeight:"bold",x:s,children:t.label})):{height:0},P=y?se(p(ut,{indexes:n,width:b,fontSize:14,lineHeight:1.5,wordWrap:!0,children:t.desc})):{height:0},$=Math.max(_.height,w.height),C=o*2+$+(g||y?l:0)+a+(y?l:0)+P.height;return L(Y,sF(aF({},h),{width:r,height:C,children:[p(Re,{x:0,y:0,width:r,height:C,rx:i,ry:i,fill:v,stroke:be(v).darken(5).toHexString(),strokeWidth:.5,"data-element-type":"shape"}),L(Y,{x:o,y:o,children:[L(Y,{x:0,y:0,children:[p(ze,{x:0,y:0,fontSize:s,fontWeight:"bold",fill:u.colorPrimary,alignVertical:"top",children:f}),g&&p(Ge,{indexes:n,x:s+l,y:0,width:x,fontSize:c,fontWeight:"bold",fill:u.colorTextSecondary,alignVertical:"top",children:t.label})]}),p(Re,{x:0,y:$+l,width:b,height:a,fill:m,"data-element-type":"shape"}),y&&p(ut,{indexes:n,x:0,y:$+l+a+l,width:b,fontSize:14,lineHeight:1.5,wordWrap:!0,fill:u.colorTextSecondary,children:t.desc})]})]}))};ct("indexed-card",{component:G3,composites:["label","desc"]});var cF=Object.defineProperty,lF=Object.defineProperties,uF=Object.getOwnPropertyDescriptors,V3=Object.getOwnPropertySymbols,hF=Object.prototype.hasOwnProperty,dF=Object.prototype.propertyIsEnumerable,Y3=(e,t,n)=>t in e?cF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fF=(e,t)=>{for(var n in t||(t={}))hF.call(t,n)&&Y3(e,n,t[n]);if(V3)for(var n of V3(t))dF.call(t,n)&&Y3(e,n,t[n]);return e},pF=(e,t)=>lF(e,uF(t));const X3=e=>{const[{indexes:t,datum:n,width:r=140,iconSize:i=24,themeColors:o},a]=st(e,["width","iconSize"]),{label:s,desc:c}=n,l=8,u=16,h=12,d=u+h,f=r-d,g=60,y=i+44,m=u,v=g+h,b=g+u+h,_=[{x:0,y:b},{x:m,y:v},{x:m,y:b}],x=r-m-h,w=m+h,P=w+x,$=v+l/2,C=$+y,M=`M ${w} ${C} L ${w} ${$} L ${P} ${$}`,S=l/2,E=w+S,A=$+S,O=8;return L(Y,pF(fF({},a),{children:[p(ut,{indexes:t,x:d,width:f,height:g,fontSize:12,alignHorizontal:"left",alignVertical:"bottom",fill:o.colorTextSecondary,children:c}),p(Wt,{points:_,fill:o.colorPrimary,opacity:.9,width:u,height:u,"data-element-type":"shape"}),p(Pe,{d:M,stroke:o.colorPrimary,strokeWidth:l,fill:"none","data-element-type":"shape"}),p(Ht,{indexes:t,x:E+x/2-i/2,y:A+O,size:i,fill:o.colorPrimary}),p(Ge,{indexes:t,x:E,y:A+i+O*2,width:x,fontSize:14,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:o.colorText,children:s})]}))};ct("l-corner-card",{component:X3,composites:["icon","label","desc"]});var gF=Object.defineProperty,mF=Object.defineProperties,yF=Object.getOwnPropertyDescriptors,U3=Object.getOwnPropertySymbols,vF=Object.prototype.hasOwnProperty,bF=Object.prototype.propertyIsEnumerable,K3=(e,t,n)=>t in e?gF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_F=(e,t)=>{for(var n in t||(t={}))vF.call(t,n)&&K3(e,n,t[n]);if(U3)for(var n of U3(t))bF.call(t,n)&&K3(e,n,t[n]);return e},xF=(e,t)=>mF(e,yF(t));const Z3=e=>{var t,n;const[{datum:r,indexes:i,width:o=280,height:a=160,showStripe:s=!0,showGradient:c=!0,showBottomShade:l=!0,themeColors:u},h]=st(e,["width","height","showStripe","showGradient","showBottomShade"]),d=(t=r.label)==null?void 0:t[0].toUpperCase(),f=(n=r.label)==null?void 0:n.toUpperCase(),g=u.colorPrimary,y=be(g),m=4,v=6,b=45,_=40,x=12,P=y.clone().darken(4).toHexString(),$=y.clone().lighten(x).toHexString(),C="rgba(255, 255, 255, 0)",M="rgba(0, 0, 0, 0.03)",S=`letter-card-${i.join("-")}`,E=`${S}-gradient`,A=`${S}-pattern`,O=`${S}-shade`,T=m+v,F=1,z=96,j=z*F,D=16,W=D*F,B=a/16,X=j+B+W,H=(a-X)/2,k=H+j+B;return L(Y,xF(_F({},h),{width:o,height:a,children:[L(Ke,{children:[c&&L("linearGradient",{id:E,x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:P}),p("stop",{offset:"100%",stopColor:$})]}),s&&L("pattern",{id:A,patternUnits:"userSpaceOnUse",width:T,height:T,patternTransform:`rotate(${b})`,children:[p("rect",{x:"0",y:"0",width:T,height:T,fill:C}),p("rect",{x:"0",y:"0",width:m,height:T,fill:M})]}),l&&L("linearGradient",{id:O,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"rgba(0,0,0,0)"}),p("stop",{offset:"100%",stopColor:"rgba(0,0,0,0.16)"})]})]}),p(Re,{x:0,y:0,width:o,height:a,fill:c?`url(#${E})`:g,rx:0,ry:0,"data-element-type":"shape"}),s&&p(Re,{x:0,y:0,width:o,height:a,fill:`url(#${A})`,rx:0,ry:0}),l&&p(Re,{x:0,y:a-_,width:o,height:_,fill:`url(#${O})`,rx:0,ry:0}),d&&p(Ge,{indexes:i,x:0,y:H,width:o,fontSize:z,fontWeight:"bold",fill:"#FFFFFF",alignHorizontal:"center",alignVertical:"top",lineHeight:1,children:d}),p(Ge,{indexes:i,x:0,y:k,width:o,fontSize:D,fontWeight:"bold",fill:"#FFFFFF",alignHorizontal:"center",alignVertical:"middle",lineHeight:1,children:f})]}))};ct("letter-card",{component:Z3,composites:["label"]});var wF=Object.defineProperty,PF=Object.defineProperties,$F=Object.getOwnPropertyDescriptors,Q3=Object.getOwnPropertySymbols,CF=Object.prototype.hasOwnProperty,OF=Object.prototype.propertyIsEnumerable,J3=(e,t,n)=>t in e?wF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,SF=(e,t)=>{for(var n in t||(t={}))CF.call(t,n)&&J3(e,n,t[n]);if(Q3)for(var n of Q3(t))OF.call(t,n)&&J3(e,n,t[n]);return e},MF=(e,t)=>PF(e,$F(t));const ex=e=>{var t,n,r;const[{datum:i,indexes:o,width:a,themeColors:s,positionH:c="normal",positionV:l="center",formatter:u=F=>F||"",usePaletteColor:h=!1,showUnderline:d=!1,underlineGap:f=6,underlineExtend:g=8,underlineThickness:y=2},m]=st(e,["width","formatter","usePaletteColor","showUnderline","underlineGap","underlineExtend","underlineThickness"]),v=u((n=(t=i.label)!=null?t:i.desc)!=null?n:""),b=c==="flipped"?"right":c==="center"?"center":"left",_=se(p(Ge,{indexes:o,width:a,children:v})),x=a!=null?a:_.width,w=_.height,P=d?x+g*2:0,$=w+(d?f+y:0),C=d?Math.max(x,P):x,M=(r=m.height)!=null?r:$,S=l==="middle"?(M-$)/2:l==="flipped"?M-$:0,E=b==="right"?C-x:b==="center"?(C-x)/2:0,A=S,O=b==="right"?C-P:b==="center"?(C-P)/2:0,T=M;return L(Y,MF(SF({},m),{width:C,height:M,children:[p(Ge,{indexes:o,x:E,y:A,width:x,height:w,alignHorizontal:b,alignVertical:l==="flipped"?"bottom":l==="center"?"middle":"top",fill:h?s.colorPrimary:s.colorText,children:v}),d&&p(Pe,{d:`M 0 ${y/2} L ${P} ${y/2}`,x:O,y:T-y/2,width:P,height:y,stroke:s.colorPrimary,strokeWidth:y,fill:"none",strokeLinecap:"round","data-element-type":"shape"})]}))};ct("lined-text",{component:ex,composites:["label"]});var EF=Object.defineProperty,IF=Object.defineProperties,AF=Object.getOwnPropertyDescriptors,tx=Object.getOwnPropertySymbols,TF=Object.prototype.hasOwnProperty,kF=Object.prototype.propertyIsEnumerable,nx=(e,t,n)=>t in e?EF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,RF=(e,t)=>{for(var n in t||(t={}))TF.call(t,n)&&nx(e,n,t[n]);if(tx)for(var n of tx(t))kF.call(t,n)&&nx(e,n,t[n]);return e},LF=(e,t)=>IF(e,AF(t));const rx=e=>{const[{datum:t,indexes:n,width:r=300,pillWidth:i=120,pillHeight:o=36,gap:a=16,positionH:s="normal",themeColors:c},l]=st(e,["width","pillWidth","pillHeight","gap"]),u=!!t.desc,h=u?r:i,d=u?s==="center"?(h-i)/2:s==="flipped"?h-i:0:0,f=0,g=0,y=o+a,m=h,v=`drop-shadow-${c.colorPrimary}`,b="linear-gradient-white-top-bottom";return L(Y,LF(RF({},l),{children:[L(Ke,{children:[p(sh,{id:v,color:c.colorPrimary}),p(ch,{id:b,startColor:"#fff",stopColor:"#ffffff33",direction:"top-bottom"})]}),p(Re,{x:d,y:f,width:i,height:o,fill:c.colorPrimaryBg,stroke:c.colorPrimary,rx:o/2,ry:o/2,filter:`url(#${v})`,"data-element-type":"shape"}),p(Re,{x:d,y:f,width:i,height:o,fill:`url(#${b})`,opacity:c.isDarkMode?.4:.7,rx:o/2,ry:o/2}),p(Ge,{indexes:n,x:d,y:f,width:i,height:o,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"500",fill:c.colorText,children:t.label}),t.desc&&p(ut,{indexes:n,x:g,y,width:m,alignHorizontal:s==="center"?"center":s==="flipped"?"right":"left",fontSize:12,fill:c.colorTextSecondary,lineNumber:2,wordWrap:!0,children:t.desc})]}))};ct("pill-badge",{component:rx,composites:["label","desc"]});var zF=Object.defineProperty,NF=Object.defineProperties,DF=Object.getOwnPropertyDescriptors,ix=Object.getOwnPropertySymbols,HF=Object.prototype.hasOwnProperty,qF=Object.prototype.propertyIsEnumerable,ox=(e,t,n)=>t in e?zF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,jF=(e,t)=>{for(var n in t||(t={}))HF.call(t,n)&&ox(e,n,t[n]);if(ix)for(var n of ix(t))qF.call(t,n)&&ox(e,n,t[n]);return e},FF=(e,t)=>NF(e,DF(t));const ax=e=>{var t;const[{indexes:n,datum:r,width:i=120,themeColors:o,positionH:a="normal",positionV:s="center",formatter:c=y=>y||"",usePaletteColor:l=!1,lineNumber:u=1},h]=st(e,["width","formatter","usePaletteColor","lineNumber"]),d=14,f=1.4,g=(t=h.height)!=null?t:Math.ceil(u*f*d);return p(Ge,FF(jF({},h),{indexes:n,width:i,height:g,lineHeight:f,fill:l?o.colorPrimary:o.colorText,fontSize:d,fontWeight:"regular",alignHorizontal:a==="flipped"?"right":a==="center"?"center":"left",alignVertical:s==="flipped"?"bottom":s==="center"?"middle":"top",children:c(r.label||r.desc)}))};ct("plain-text",{component:ax,composites:["label"]});function Es(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function BF(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function sx(e){let t,n,r;e.length!==2?(t=Es,n=(s,c)=>Es(e(s),c),r=(s,c)=>e(s)-c):(t=e===Es||e===BF?e:WF,n=e,r=e);function i(s,c,l=0,u=s.length){if(l<u){if(t(c,c)!==0)return u;do{const h=l+u>>>1;n(s[h],c)<0?l=h+1:u=h}while(l<u)}return l}function o(s,c,l=0,u=s.length){if(l<u){if(t(c,c)!==0)return u;do{const h=l+u>>>1;n(s[h],c)<=0?l=h+1:u=h}while(l<u)}return l}function a(s,c,l=0,u=s.length){const h=i(s,c,l,u-1);return h>l&&r(s[h-1],c)>-r(s[h],c)?h-1:h}return{left:i,center:a,right:o}}function WF(){return 0}function GF(e){return e===null?NaN:+e}const VF=sx(Es).right;sx(GF).center;const YF=Math.sqrt(50),XF=Math.sqrt(10),UF=Math.sqrt(2);function Is(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=YF?10:o>=XF?5:o>=UF?2:1;let s,c,l;return i<0?(l=Math.pow(10,-i)/a,s=Math.round(e*l),c=Math.round(t*l),s/l<e&&++s,c/l>t&&--c,l=-l):(l=Math.pow(10,i)*a,s=Math.round(e/l),c=Math.round(t/l),s*l<e&&++s,c*l>t&&--c),c<s&&.5<=n&&n<2?Is(e,t,n*2):[s,c,l]}function KF(e,t,n){if(t=+t,e=+e,n=+n,!(n>0))return[];if(e===t)return[e];const r=t<e,[i,o,a]=r?Is(t,e,n):Is(e,t,n);if(!(o>=i))return[];const s=o-i+1,c=new Array(s);if(r)if(a<0)for(let l=0;l<s;++l)c[l]=(o-l)/-a;else for(let l=0;l<s;++l)c[l]=(o-l)*a;else if(a<0)for(let l=0;l<s;++l)c[l]=(i+l)/-a;else for(let l=0;l<s;++l)c[l]=(i+l)*a;return c}function fh(e,t,n){return t=+t,e=+e,n=+n,Is(e,t,n)[2]}function ZF(e,t,n){t=+t,e=+e,n=+n;const r=t<e,i=r?fh(t,e,n):fh(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}var QF={value:()=>{}};function ph(){for(var e=0,t=arguments.length,n={},r;e<t;++e){if(!(r=arguments[e]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new As(n)}function As(e){this._=e}function JF(e,t){return e.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}As.prototype=ph.prototype={constructor:As,on:function(e,t){var n=this._,r=JF(e+"",n),i,o=-1,a=r.length;if(arguments.length<2){for(;++o<a;)if((i=(e=r[o]).type)&&(i=eB(n[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++o<a;)if(i=(e=r[o]).type)n[i]=cx(n[i],e.name,t);else if(t==null)for(i in n)n[i]=cx(n[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new As(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,o;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(o=this._[e],r=0,i=o.length;r<i;++r)o[r].value.apply(t,n)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,o=r.length;i<o;++i)r[i].value.apply(t,n)}};function eB(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function cx(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=QF,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var gh="http://www.w3.org/1999/xhtml";const lx={svg:"http://www.w3.org/2000/svg",xhtml:gh,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Ts(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),lx.hasOwnProperty(t)?{space:lx[t],local:e}:e}function tB(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===gh&&t.documentElement.namespaceURI===gh?t.createElement(e):t.createElementNS(n,e)}}function nB(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function ux(e){var t=Ts(e);return(t.local?nB:tB)(t)}function rB(){}function mh(e){return e==null?rB:function(){return this.querySelector(e)}}function iB(e){typeof e!="function"&&(e=mh(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=new Array(a),c,l,u=0;u<a;++u)(c=o[u])&&(l=e.call(c,c.__data__,u,o))&&("__data__"in c&&(l.__data__=c.__data__),s[u]=l);return new pn(r,this._parents)}function oB(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function aB(){return[]}function hx(e){return e==null?aB:function(){return this.querySelectorAll(e)}}function sB(e){return function(){return oB(e.apply(this,arguments))}}function cB(e){typeof e=="function"?e=sB(e):e=hx(e);for(var t=this._groups,n=t.length,r=[],i=[],o=0;o<n;++o)for(var a=t[o],s=a.length,c,l=0;l<s;++l)(c=a[l])&&(r.push(e.call(c,c.__data__,l,a)),i.push(c));return new pn(r,i)}function dx(e){return function(){return this.matches(e)}}function fx(e){return function(t){return t.matches(e)}}var lB=Array.prototype.find;function uB(e){return function(){return lB.call(this.children,e)}}function hB(){return this.firstElementChild}function dB(e){return this.select(e==null?hB:uB(typeof e=="function"?e:fx(e)))}var fB=Array.prototype.filter;function pB(){return Array.from(this.children)}function gB(e){return function(){return fB.call(this.children,e)}}function mB(e){return this.selectAll(e==null?pB:gB(typeof e=="function"?e:fx(e)))}function yB(e){typeof e!="function"&&(e=dx(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=[],c,l=0;l<a;++l)(c=o[l])&&e.call(c,c.__data__,l,o)&&s.push(c);return new pn(r,this._parents)}function px(e){return new Array(e.length)}function vB(){return new pn(this._enter||this._groups.map(px),this._parents)}function ks(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}ks.prototype={constructor:ks,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function bB(e){return function(){return e}}function _B(e,t,n,r,i,o){for(var a=0,s,c=t.length,l=o.length;a<l;++a)(s=t[a])?(s.__data__=o[a],r[a]=s):n[a]=new ks(e,o[a]);for(;a<c;++a)(s=t[a])&&(i[a]=s)}function xB(e,t,n,r,i,o,a){var s,c,l=new Map,u=t.length,h=o.length,d=new Array(u),f;for(s=0;s<u;++s)(c=t[s])&&(d[s]=f=a.call(c,c.__data__,s,t)+"",l.has(f)?i[s]=c:l.set(f,c));for(s=0;s<h;++s)f=a.call(e,o[s],s,o)+"",(c=l.get(f))?(r[s]=c,c.__data__=o[s],l.delete(f)):n[s]=new ks(e,o[s]);for(s=0;s<u;++s)(c=t[s])&&l.get(d[s])===c&&(i[s]=c)}function wB(e){return e.__data__}function PB(e,t){if(!arguments.length)return Array.from(this,wB);var n=t?xB:_B,r=this._parents,i=this._groups;typeof e!="function"&&(e=bB(e));for(var o=i.length,a=new Array(o),s=new Array(o),c=new Array(o),l=0;l<o;++l){var u=r[l],h=i[l],d=h.length,f=$B(e.call(u,u&&u.__data__,l,r)),g=f.length,y=s[l]=new Array(g),m=a[l]=new Array(g),v=c[l]=new Array(d);n(u,h,y,m,v,f,t);for(var b=0,_=0,x,w;b<g;++b)if(x=y[b]){for(b>=_&&(_=b+1);!(w=m[_])&&++_<g;);x._next=w||null}}return a=new pn(a,r),a._enter=s,a._exit=c,a}function $B(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function CB(){return new pn(this._exit||this._groups.map(px),this._parents)}function OB(e,t,n){var r=this.enter(),i=this,o=this.exit();return typeof e=="function"?(r=e(r),r&&(r=r.selection())):r=r.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),n==null?o.remove():n(o),r&&i?r.merge(i).order():i}function SB(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,i=n.length,o=r.length,a=Math.min(i,o),s=new Array(i),c=0;c<a;++c)for(var l=n[c],u=r[c],h=l.length,d=s[c]=new Array(h),f,g=0;g<h;++g)(f=l[g]||u[g])&&(d[g]=f);for(;c<i;++c)s[c]=n[c];return new pn(s,this._parents)}function MB(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r=e[t],i=r.length-1,o=r[i],a;--i>=0;)(a=r[i])&&(o&&a.compareDocumentPosition(o)^4&&o.parentNode.insertBefore(a,o),o=a);return this}function EB(e){e||(e=IB);function t(h,d){return h&&d?e(h.__data__,d.__data__):!h-!d}for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a=n[o],s=a.length,c=i[o]=new Array(s),l,u=0;u<s;++u)(l=a[u])&&(c[u]=l);c.sort(t)}return new pn(i,this._parents).order()}function IB(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function AB(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function TB(){return Array.from(this)}function kB(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null}function RB(){let e=0;for(const t of this)++e;return e}function LB(){return!this.node()}function zB(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var i=t[n],o=0,a=i.length,s;o<a;++o)(s=i[o])&&e.call(s,s.__data__,o,i);return this}function NB(e){return function(){this.removeAttribute(e)}}function DB(e){return function(){this.removeAttributeNS(e.space,e.local)}}function HB(e,t){return function(){this.setAttribute(e,t)}}function qB(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function jB(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function FB(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function BB(e,t){var n=Ts(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((t==null?n.local?DB:NB:typeof t=="function"?n.local?FB:jB:n.local?qB:HB)(n,t))}function gx(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function WB(e){return function(){this.style.removeProperty(e)}}function GB(e,t,n){return function(){this.style.setProperty(e,t,n)}}function VB(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function YB(e,t,n){return arguments.length>1?this.each((t==null?WB:typeof t=="function"?VB:GB)(e,t,n==null?"":n)):bi(this.node(),e)}function bi(e,t){return e.style.getPropertyValue(t)||gx(e).getComputedStyle(e,null).getPropertyValue(t)}function XB(e){return function(){delete this[e]}}function UB(e,t){return function(){this[e]=t}}function KB(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function ZB(e,t){return arguments.length>1?this.each((t==null?XB:typeof t=="function"?KB:UB)(e,t)):this.node()[e]}function mx(e){return e.trim().split(/^|\s+/)}function yh(e){return e.classList||new yx(e)}function yx(e){this._node=e,this._names=mx(e.getAttribute("class")||"")}yx.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function vx(e,t){for(var n=yh(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function bx(e,t){for(var n=yh(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function QB(e){return function(){vx(this,e)}}function JB(e){return function(){bx(this,e)}}function eW(e,t){return function(){(t.apply(this,arguments)?vx:bx)(this,e)}}function tW(e,t){var n=mx(e+"");if(arguments.length<2){for(var r=yh(this.node()),i=-1,o=n.length;++i<o;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof t=="function"?eW:t?QB:JB)(n,t))}function nW(){this.textContent=""}function rW(e){return function(){this.textContent=e}}function iW(e){return function(){var t=e.apply(this,arguments);this.textContent=t==null?"":t}}function oW(e){return arguments.length?this.each(e==null?nW:(typeof e=="function"?iW:rW)(e)):this.node().textContent}function aW(){this.innerHTML=""}function sW(e){return function(){this.innerHTML=e}}function cW(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t==null?"":t}}function lW(e){return arguments.length?this.each(e==null?aW:(typeof e=="function"?cW:sW)(e)):this.node().innerHTML}function uW(){this.nextSibling&&this.parentNode.appendChild(this)}function hW(){return this.each(uW)}function dW(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function fW(){return this.each(dW)}function pW(e){var t=typeof e=="function"?e:ux(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function gW(){return null}function mW(e,t){var n=typeof e=="function"?e:ux(e),r=t==null?gW:typeof t=="function"?t:mh(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function yW(){var e=this.parentNode;e&&e.removeChild(this)}function vW(){return this.each(yW)}function bW(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function _W(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function xW(e){return this.select(e?_W:bW)}function wW(e){return arguments.length?this.property("__data__",e):this.node().__data__}function PW(e){return function(t){e.call(this,t,this.__data__)}}function $W(e){return e.trim().split(/^|\s+/).map(function(t){var n="",r=t.indexOf(".");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{type:t,name:n}})}function CW(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,i=t.length,o;n<i;++n)o=t[n],(!e.type||o.type===e.type)&&o.name===e.name?this.removeEventListener(o.type,o.listener,o.options):t[++r]=o;++r?t.length=r:delete this.__on}}}function OW(e,t,n){return function(){var r=this.__on,i,o=PW(t);if(r){for(var a=0,s=r.length;a<s;++a)if((i=r[a]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=o,i.options=n),i.value=t;return}}this.addEventListener(e.type,o,n),i={type:e.type,name:e.name,value:t,listener:o,options:n},r?r.push(i):this.__on=[i]}}function SW(e,t,n){var r=$W(e+""),i,o=r.length,a;if(arguments.length<2){var s=this.node().__on;if(s){for(var c=0,l=s.length,u;c<l;++c)for(i=0,u=s[c];i<o;++i)if((a=r[i]).type===u.type&&a.name===u.name)return u.value}return}for(s=t?OW:CW,i=0;i<o;++i)this.each(s(r[i],t,n));return this}function _x(e,t,n){var r=gx(e),i=r.CustomEvent;typeof i=="function"?i=new i(t,n):(i=r.document.createEvent("Event"),n?(i.initEvent(t,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function MW(e,t){return function(){return _x(this,e,t)}}function EW(e,t){return function(){return _x(this,e,t.apply(this,arguments))}}function IW(e,t){return this.each((typeof t=="function"?EW:MW)(e,t))}function*AW(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,o=r.length,a;i<o;++i)(a=r[i])&&(yield a)}var TW=[null];function pn(e,t){this._groups=e,this._parents=t}function Oo(){return new pn([[document.documentElement]],TW)}function kW(){return this}pn.prototype=Oo.prototype={constructor:pn,select:iB,selectAll:cB,selectChild:dB,selectChildren:mB,filter:yB,data:PB,enter:vB,exit:CB,join:OB,merge:SB,selection:kW,order:MB,sort:EB,call:AB,nodes:TB,node:kB,size:RB,empty:LB,each:zB,attr:BB,style:YB,property:ZB,classed:tW,text:oW,html:lW,raise:hW,lower:fW,append:pW,insert:mW,remove:vW,clone:xW,datum:wW,on:SW,dispatch:IW,[Symbol.iterator]:AW};function vh(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function xx(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function So(){}var Mo=.7,Rs=1/Mo,_i="\\s*([+-]?\\d+)\\s*",Eo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Mn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",RW=/^#([0-9a-f]{3,8})$/,LW=new RegExp(`^rgb\\(${_i},${_i},${_i}\\)$`),zW=new RegExp(`^rgb\\(${Mn},${Mn},${Mn}\\)$`),NW=new RegExp(`^rgba\\(${_i},${_i},${_i},${Eo}\\)$`),DW=new RegExp(`^rgba\\(${Mn},${Mn},${Mn},${Eo}\\)$`),HW=new RegExp(`^hsl\\(${Eo},${Mn},${Mn}\\)$`),qW=new RegExp(`^hsla\\(${Eo},${Mn},${Mn},${Eo}\\)$`),wx={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};vh(So,Lr,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Px,formatHex:Px,formatHex8:jW,formatHsl:FW,formatRgb:$x,toString:$x});function Px(){return this.rgb().formatHex()}function jW(){return this.rgb().formatHex8()}function FW(){return Ex(this).formatHsl()}function $x(){return this.rgb().formatRgb()}function Lr(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=RW.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?Cx(t):n===3?new en(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?Ls(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?Ls(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=LW.exec(e))?new en(t[1],t[2],t[3],1):(t=zW.exec(e))?new en(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=NW.exec(e))?Ls(t[1],t[2],t[3],t[4]):(t=DW.exec(e))?Ls(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=HW.exec(e))?Mx(t[1],t[2]/100,t[3]/100,1):(t=qW.exec(e))?Mx(t[1],t[2]/100,t[3]/100,t[4]):wx.hasOwnProperty(e)?Cx(wx[e]):e==="transparent"?new en(NaN,NaN,NaN,0):null}function Cx(e){return new en(e>>16&255,e>>8&255,e&255,1)}function Ls(e,t,n,r){return r<=0&&(e=t=n=NaN),new en(e,t,n,r)}function BW(e){return e instanceof So||(e=Lr(e)),e?(e=e.rgb(),new en(e.r,e.g,e.b,e.opacity)):new en}function bh(e,t,n,r){return arguments.length===1?BW(e):new en(e,t,n,r==null?1:r)}function en(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}vh(en,bh,xx(So,{brighter(e){return e=e==null?Rs:Math.pow(Rs,e),new en(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Mo:Math.pow(Mo,e),new en(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new en(zr(this.r),zr(this.g),zr(this.b),zs(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Ox,formatHex:Ox,formatHex8:WW,formatRgb:Sx,toString:Sx}));function Ox(){return`#${Nr(this.r)}${Nr(this.g)}${Nr(this.b)}`}function WW(){return`#${Nr(this.r)}${Nr(this.g)}${Nr(this.b)}${Nr((isNaN(this.opacity)?1:this.opacity)*255)}`}function Sx(){const e=zs(this.opacity);return`${e===1?"rgb(":"rgba("}${zr(this.r)}, ${zr(this.g)}, ${zr(this.b)}${e===1?")":`, ${e})`}`}function zs(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function zr(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Nr(e){return e=zr(e),(e<16?"0":"")+e.toString(16)}function Mx(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new gn(e,t,n,r)}function Ex(e){if(e instanceof gn)return new gn(e.h,e.s,e.l,e.opacity);if(e instanceof So||(e=Lr(e)),!e)return new gn;if(e instanceof gn)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,c=(o+i)/2;return s?(t===o?a=(n-r)/s+(n<r)*6:n===o?a=(r-t)/s+2:a=(t-n)/s+4,s/=c<.5?o+i:2-o-i,a*=60):s=c>0&&c<1?0:a,new gn(a,s,c,e.opacity)}function GW(e,t,n,r){return arguments.length===1?Ex(e):new gn(e,t,n,r==null?1:r)}function gn(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}vh(gn,GW,xx(So,{brighter(e){return e=e==null?Rs:Math.pow(Rs,e),new gn(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Mo:Math.pow(Mo,e),new gn(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new en(_h(e>=240?e-240:e+120,i,r),_h(e,i,r),_h(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new gn(Ix(this.h),Ns(this.s),Ns(this.l),zs(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=zs(this.opacity);return`${e===1?"hsl(":"hsla("}${Ix(this.h)}, ${Ns(this.s)*100}%, ${Ns(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Ix(e){return e=(e||0)%360,e<0?e+360:e}function Ns(e){return Math.max(0,Math.min(1,e||0))}function _h(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const xh=e=>()=>e;function VW(e,t){return function(n){return e+n*t}}function YW(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}function XW(e){return(e=+e)==1?Ax:function(t,n){return n-t?YW(t,n,e):xh(isNaN(t)?n:t)}}function Ax(e,t){var n=t-e;return n?VW(e,n):xh(isNaN(e)?t:e)}const Ds=(function e(t){var n=XW(t);function r(i,o){var a=n((i=bh(i)).r,(o=bh(o)).r),s=n(i.g,o.g),c=n(i.b,o.b),l=Ax(i.opacity,o.opacity);return function(u){return i.r=a(u),i.g=s(u),i.b=c(u),i.opacity=l(u),i+""}}return r.gamma=e,r})(1);function UW(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),i;return function(o){for(i=0;i<n;++i)r[i]=e[i]*(1-o)+t[i]*o;return r}}function KW(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function ZW(e,t){var n=t?t.length:0,r=e?Math.min(n,e.length):0,i=new Array(r),o=new Array(n),a;for(a=0;a<r;++a)i[a]=$h(e[a],t[a]);for(;a<n;++a)o[a]=t[a];return function(s){for(a=0;a<r;++a)o[a]=i[a](s);return o}}function QW(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function mn(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function JW(e,t){var n={},r={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?n[i]=$h(e[i],t[i]):r[i]=t[i];return function(o){for(i in n)r[i]=n[i](o);return r}}var wh=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ph=new RegExp(wh.source,"g");function eG(e){return function(){return e}}function tG(e){return function(t){return e(t)+""}}function Tx(e,t){var n=wh.lastIndex=Ph.lastIndex=0,r,i,o,a=-1,s=[],c=[];for(e=e+"",t=t+"";(r=wh.exec(e))&&(i=Ph.exec(t));)(o=i.index)>n&&(o=t.slice(n,o),s[a]?s[a]+=o:s[++a]=o),(r=r[0])===(i=i[0])?s[a]?s[a]+=i:s[++a]=i:(s[++a]=null,c.push({i:a,x:mn(r,i)})),n=Ph.lastIndex;return n<t.length&&(o=t.slice(n),s[a]?s[a]+=o:s[++a]=o),s.length<2?c[0]?tG(c[0].x):eG(t):(t=c.length,function(l){for(var u=0,h;u<t;++u)s[(h=c[u]).i]=h.x(l);return s.join("")})}function $h(e,t){var n=typeof t,r;return t==null||n==="boolean"?xh(t):(n==="number"?mn:n==="string"?(r=Lr(t))?(t=r,Ds):Tx:t instanceof Lr?Ds:t instanceof Date?QW:KW(t)?UW:Array.isArray(t)?ZW:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?JW:mn)(e,t)}function nG(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var kx=180/Math.PI,Ch={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Rx(e,t,n,r,i,o){var a,s,c;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,c/=s),e*r<t*n&&(e=-e,t=-t,c=-c,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(t,e)*kx,skewX:Math.atan(c)*kx,scaleX:a,scaleY:s}}var Hs;function rG(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Ch:Rx(t.a,t.b,t.c,t.d,t.e,t.f)}function iG(e){return e==null||(Hs||(Hs=document.createElementNS("http://www.w3.org/2000/svg","g")),Hs.setAttribute("transform",e),!(e=Hs.transform.baseVal.consolidate()))?Ch:(e=e.matrix,Rx(e.a,e.b,e.c,e.d,e.e,e.f))}function Lx(e,t,n,r){function i(l){return l.length?l.pop()+" ":""}function o(l,u,h,d,f,g){if(l!==h||u!==d){var y=f.push("translate(",null,t,null,n);g.push({i:y-4,x:mn(l,h)},{i:y-2,x:mn(u,d)})}else(h||d)&&f.push("translate("+h+t+d+n)}function a(l,u,h,d){l!==u?(l-u>180?u+=360:u-l>180&&(l+=360),d.push({i:h.push(i(h)+"rotate(",null,r)-2,x:mn(l,u)})):u&&h.push(i(h)+"rotate("+u+r)}function s(l,u,h,d){l!==u?d.push({i:h.push(i(h)+"skewX(",null,r)-2,x:mn(l,u)}):u&&h.push(i(h)+"skewX("+u+r)}function c(l,u,h,d,f,g){if(l!==h||u!==d){var y=f.push(i(f)+"scale(",null,",",null,")");g.push({i:y-4,x:mn(l,h)},{i:y-2,x:mn(u,d)})}else(h!==1||d!==1)&&f.push(i(f)+"scale("+h+","+d+")")}return function(l,u){var h=[],d=[];return l=e(l),u=e(u),o(l.translateX,l.translateY,u.translateX,u.translateY,h,d),a(l.rotate,u.rotate,h,d),s(l.skewX,u.skewX,h,d),c(l.scaleX,l.scaleY,u.scaleX,u.scaleY,h,d),l=u=null,function(f){for(var g=-1,y=d.length,m;++g<y;)h[(m=d[g]).i]=m.x(f);return h.join("")}}}var oG=Lx(rG,"px, ","px)","deg)"),aG=Lx(iG,", ",")",")"),xi=0,Io=0,Ao=0,zx=1e3,qs,To,js=0,Dr=0,Fs=0,ko=typeof performance=="object"&&performance.now?performance:Date,Nx=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Oh(){return Dr||(Nx(sG),Dr=ko.now()+Fs)}function sG(){Dr=0}function Bs(){this._call=this._time=this._next=null}Bs.prototype=Sh.prototype={constructor:Bs,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?Oh():+n)+(t==null?0:+t),!this._next&&To!==this&&(To?To._next=this:qs=this,To=this),this._call=e,this._time=n,Mh()},stop:function(){this._call&&(this._call=null,this._time=1/0,Mh())}};function Sh(e,t,n){var r=new Bs;return r.restart(e,t,n),r}function cG(){Oh(),++xi;for(var e=qs,t;e;)(t=Dr-e._time)>=0&&e._call.call(void 0,t),e=e._next;--xi}function Dx(){Dr=(js=ko.now())+Fs,xi=Io=0;try{cG()}finally{xi=0,uG(),Dr=0}}function lG(){var e=ko.now(),t=e-js;t>zx&&(Fs-=t,js=e)}function uG(){for(var e,t=qs,n,r=1/0;t;)t._call?(r>t._time&&(r=t._time),e=t,t=t._next):(n=t._next,t._next=null,t=e?e._next=n:qs=n);To=e,Mh(r)}function Mh(e){if(!xi){Io&&(Io=clearTimeout(Io));var t=e-Dr;t>24?(e<1/0&&(Io=setTimeout(Dx,e-ko.now()-Fs)),Ao&&(Ao=clearInterval(Ao))):(Ao||(js=ko.now(),Ao=setInterval(lG,zx)),xi=1,Nx(Dx))}}function Hx(e,t,n){var r=new Bs;return t=t==null?0:+t,r.restart(i=>{r.stop(),e(i+t)},t,n),r}var hG=ph("start","end","cancel","interrupt"),dG=[],qx=0,jx=1,Eh=2,Ws=3,Fx=4,Ih=5,Gs=6;function Vs(e,t,n,r,i,o){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;fG(e,n,{name:t,index:r,group:i,on:hG,tween:dG,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:qx})}function Ah(e,t){var n=yn(e,t);if(n.state>qx)throw new Error("too late; already scheduled");return n}function En(e,t){var n=yn(e,t);if(n.state>Ws)throw new Error("too late; already running");return n}function yn(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function fG(e,t,n){var r=e.__transition,i;r[t]=n,n.timer=Sh(o,0,n.time);function o(l){n.state=jx,n.timer.restart(a,n.delay,n.time),n.delay<=l&&a(l-n.delay)}function a(l){var u,h,d,f;if(n.state!==jx)return c();for(u in r)if(f=r[u],f.name===n.name){if(f.state===Ws)return Hx(a);f.state===Fx?(f.state=Gs,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete r[u]):+u<t&&(f.state=Gs,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete r[u])}if(Hx(function(){n.state===Ws&&(n.state=Fx,n.timer.restart(s,n.delay,n.time),s(l))}),n.state=Eh,n.on.call("start",e,e.__data__,n.index,n.group),n.state===Eh){for(n.state=Ws,i=new Array(d=n.tween.length),u=0,h=-1;u<d;++u)(f=n.tween[u].value.call(e,e.__data__,n.index,n.group))&&(i[++h]=f);i.length=h+1}}function s(l){for(var u=l<n.duration?n.ease.call(null,l/n.duration):(n.timer.restart(c),n.state=Ih,1),h=-1,d=i.length;++h<d;)i[h].call(e,u);n.state===Ih&&(n.on.call("end",e,e.__data__,n.index,n.group),c())}function c(){n.state=Gs,n.timer.stop(),delete r[t];for(var l in r)return;delete e.__transition}}function pG(e,t){var n=e.__transition,r,i,o=!0,a;if(n){t=t==null?null:t+"";for(a in n){if((r=n[a]).name!==t){o=!1;continue}i=r.state>Eh&&r.state<Ih,r.state=Gs,r.timer.stop(),r.on.call(i?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}o&&delete e.__transition}}function gG(e){return this.each(function(){pG(this,e)})}function mG(e,t){var n,r;return function(){var i=En(this,e),o=i.tween;if(o!==n){r=n=o;for(var a=0,s=r.length;a<s;++a)if(r[a].name===t){r=r.slice(),r.splice(a,1);break}}i.tween=r}}function yG(e,t,n){var r,i;if(typeof n!="function")throw new Error;return function(){var o=En(this,e),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:t,value:n},c=0,l=i.length;c<l;++c)if(i[c].name===t){i[c]=s;break}c===l&&i.push(s)}o.tween=i}}function vG(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=yn(this.node(),n).tween,i=0,o=r.length,a;i<o;++i)if((a=r[i]).name===e)return a.value;return null}return this.each((t==null?mG:yG)(n,e,t))}function Th(e,t,n){var r=e._id;return e.each(function(){var i=En(this,r);(i.value||(i.value={}))[t]=n.apply(this,arguments)}),function(i){return yn(i,r).value[t]}}function Bx(e,t){var n;return(typeof t=="number"?mn:t instanceof Lr?Ds:(n=Lr(t))?(t=n,Ds):Tx)(e,t)}function bG(e){return function(){this.removeAttribute(e)}}function _G(e){return function(){this.removeAttributeNS(e.space,e.local)}}function xG(e,t,n){var r,i=n+"",o;return function(){var a=this.getAttribute(e);return a===i?null:a===r?o:o=t(r=a,n)}}function wG(e,t,n){var r,i=n+"",o;return function(){var a=this.getAttributeNS(e.space,e.local);return a===i?null:a===r?o:o=t(r=a,n)}}function PG(e,t,n){var r,i,o;return function(){var a,s=n(this),c;return s==null?void this.removeAttribute(e):(a=this.getAttribute(e),c=s+"",a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s)))}}function $G(e,t,n){var r,i,o;return function(){var a,s=n(this),c;return s==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),c=s+"",a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s)))}}function CG(e,t){var n=Ts(e),r=n==="transform"?aG:Bx;return this.attrTween(e,typeof t=="function"?(n.local?$G:PG)(n,r,Th(this,"attr."+e,t)):t==null?(n.local?_G:bG)(n):(n.local?wG:xG)(n,r,t))}function OG(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function SG(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function MG(e,t){var n,r;function i(){var o=t.apply(this,arguments);return o!==r&&(n=(r=o)&&SG(e,o)),n}return i._value=t,i}function EG(e,t){var n,r;function i(){var o=t.apply(this,arguments);return o!==r&&(n=(r=o)&&OG(e,o)),n}return i._value=t,i}function IG(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;var r=Ts(e);return this.tween(n,(r.local?MG:EG)(r,t))}function AG(e,t){return function(){Ah(this,e).delay=+t.apply(this,arguments)}}function TG(e,t){return t=+t,function(){Ah(this,e).delay=t}}function kG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?AG:TG)(t,e)):yn(this.node(),t).delay}function RG(e,t){return function(){En(this,e).duration=+t.apply(this,arguments)}}function LG(e,t){return t=+t,function(){En(this,e).duration=t}}function zG(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?RG:LG)(t,e)):yn(this.node(),t).duration}function NG(e,t){if(typeof t!="function")throw new Error;return function(){En(this,e).ease=t}}function DG(e){var t=this._id;return arguments.length?this.each(NG(t,e)):yn(this.node(),t).ease}function HG(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;En(this,e).ease=n}}function qG(e){if(typeof e!="function")throw new Error;return this.each(HG(this._id,e))}function jG(e){typeof e!="function"&&(e=dx(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var o=t[i],a=o.length,s=r[i]=[],c,l=0;l<a;++l)(c=o[l])&&e.call(c,c.__data__,l,o)&&s.push(c);return new Bn(r,this._parents,this._name,this._id)}function FG(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var c=t[s],l=n[s],u=c.length,h=a[s]=new Array(u),d,f=0;f<u;++f)(d=c[f]||l[f])&&(h[f]=d);for(;s<r;++s)a[s]=t[s];return new Bn(a,this._parents,this._name,this._id)}function BG(e){return(e+"").trim().split(/^|\s+/).every(function(t){var n=t.indexOf(".");return n>=0&&(t=t.slice(0,n)),!t||t==="start"})}function WG(e,t,n){var r,i,o=BG(t)?Ah:En;return function(){var a=o(this,e),s=a.on;s!==r&&(i=(r=s).copy()).on(t,n),a.on=i}}function GG(e,t){var n=this._id;return arguments.length<2?yn(this.node(),n).on.on(e):this.each(WG(n,e,t))}function VG(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function YG(){return this.on("end.remove",VG(this._id))}function XG(e){var t=this._name,n=this._id;typeof e!="function"&&(e=mh(e));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s=r[a],c=s.length,l=o[a]=new Array(c),u,h,d=0;d<c;++d)(u=s[d])&&(h=e.call(u,u.__data__,d,s))&&("__data__"in u&&(h.__data__=u.__data__),l[d]=h,Vs(l[d],t,n,d,l,yn(u,n)));return new Bn(o,this._parents,t,n)}function UG(e){var t=this._name,n=this._id;typeof e!="function"&&(e=hx(e));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var c=r[s],l=c.length,u,h=0;h<l;++h)if(u=c[h]){for(var d=e.call(u,u.__data__,h,c),f,g=yn(u,n),y=0,m=d.length;y<m;++y)(f=d[y])&&Vs(f,t,n,y,d,g);o.push(d),a.push(u)}return new Bn(o,a,t,n)}var KG=Oo.prototype.constructor;function ZG(){return new KG(this._groups,this._parents)}function QG(e,t){var n,r,i;return function(){var o=bi(this,e),a=(this.style.removeProperty(e),bi(this,e));return o===a?null:o===n&&a===r?i:i=t(n=o,r=a)}}function Wx(e){return function(){this.style.removeProperty(e)}}function JG(e,t,n){var r,i=n+"",o;return function(){var a=bi(this,e);return a===i?null:a===r?o:o=t(r=a,n)}}function eV(e,t,n){var r,i,o;return function(){var a=bi(this,e),s=n(this),c=s+"";return s==null&&(c=s=(this.style.removeProperty(e),bi(this,e))),a===c?null:a===r&&c===i?o:(i=c,o=t(r=a,s))}}function tV(e,t){var n,r,i,o="style."+t,a="end."+o,s;return function(){var c=En(this,e),l=c.on,u=c.value[o]==null?s||(s=Wx(t)):void 0;(l!==n||i!==u)&&(r=(n=l).copy()).on(a,i=u),c.on=r}}function nV(e,t,n){var r=(e+="")=="transform"?oG:Bx;return t==null?this.styleTween(e,QG(e,r)).on("end.style."+e,Wx(e)):typeof t=="function"?this.styleTween(e,eV(e,r,Th(this,"style."+e,t))).each(tV(this._id,e)):this.styleTween(e,JG(e,r,t),n).on("end.style."+e,null)}function rV(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function iV(e,t,n){var r,i;function o(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&rV(e,a,n)),r}return o._value=t,o}function oV(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;return this.tween(r,iV(e,t,n==null?"":n))}function aV(e){return function(){this.textContent=e}}function sV(e){return function(){var t=e(this);this.textContent=t==null?"":t}}function cV(e){return this.tween("text",typeof e=="function"?sV(Th(this,"text",e)):aV(e==null?"":e+""))}function lV(e){return function(t){this.textContent=e.call(this,t)}}function uV(e){var t,n;function r(){var i=e.apply(this,arguments);return i!==n&&(t=(n=i)&&lV(i)),t}return r._value=e,r}function hV(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,uV(e))}function dV(){for(var e=this._name,t=this._id,n=Gx(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a=r[o],s=a.length,c,l=0;l<s;++l)if(c=a[l]){var u=yn(c,t);Vs(c,e,n,l,a,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new Bn(r,this._parents,e,n)}function fV(){var e,t,n=this,r=n._id,i=n.size();return new Promise(function(o,a){var s={value:a},c={value:function(){--i===0&&o()}};n.each(function(){var l=En(this,r),u=l.on;u!==e&&(t=(e=u).copy(),t._.cancel.push(s),t._.interrupt.push(s),t._.end.push(c)),l.on=t}),i===0&&o()})}var pV=0;function Bn(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Gx(){return++pV}var Wn=Oo.prototype;Bn.prototype={constructor:Bn,select:XG,selectAll:UG,selectChild:Wn.selectChild,selectChildren:Wn.selectChildren,filter:jG,merge:FG,selection:ZG,transition:dV,call:Wn.call,nodes:Wn.nodes,node:Wn.node,size:Wn.size,empty:Wn.empty,each:Wn.each,on:GG,attr:CG,attrTween:IG,style:nV,styleTween:oV,text:cV,textTween:hV,remove:YG,tween:vG,delay:kG,duration:zG,ease:DG,easeVarying:qG,end:fV,[Symbol.iterator]:Wn[Symbol.iterator]};function gV(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var mV={time:null,delay:0,duration:250,ease:gV};function yV(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function vV(e){var t,n;e instanceof Bn?(t=e._id,e=e._name):(t=Gx(),(n=mV).time=Oh(),e=e==null?null:e+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a=r[o],s=a.length,c,l=0;l<s;++l)(c=a[l])&&Vs(c,e,t,l,a,n||yV(c,t));return new Bn(r,this._parents,e,t)}Oo.prototype.interrupt=gG,Oo.prototype.transition=vV;const kh=Math.PI,Rh=2*kh,Hr=1e-6,bV=Rh-Hr;function Vx(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function _V(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Vx;const n=ia(10,t);return function(r){this._+=r[0];for(let i=1,o=r.length;i<o;++i)this._+=Math.round(arguments[i]*n)/n+r[i]}}class xV{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?Vx:_V(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,r,i){this._append`Q${+t},${+n},${this._x1=+r},${this._y1=+i}`}bezierCurveTo(t,n,r,i,o,a){this._append`C${+t},${+n},${+r},${+i},${this._x1=+o},${this._y1=+a}`}arcTo(t,n,r,i,o){if(t=+t,n=+n,r=+r,i=+i,o=+o,o<0)throw new Error(`negative radius: ${o}`);let a=this._x1,s=this._y1,c=r-t,l=i-n,u=a-t,h=s-n,d=u*u+h*h;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(d>Hr)if(!(Math.abs(h*c-l*u)>Hr)||!o)this._append`L${this._x1=t},${this._y1=n}`;else{let f=r-a,g=i-s,y=c*c+l*l,m=f*f+g*g,v=Math.sqrt(y),b=Math.sqrt(d),_=o*Math.tan((kh-Math.acos((y+d-m)/(2*v*b)))/2),x=_/b,w=_/v;Math.abs(x-1)>Hr&&this._append`L${t+x*u},${n+x*h}`,this._append`A${o},${o},0,0,${+(h*f>u*g)},${this._x1=t+w*c},${this._y1=n+w*l}`}}arc(t,n,r,i,o,a){if(t=+t,n=+n,r=+r,a=!!a,r<0)throw new Error(`negative radius: ${r}`);let s=r*Math.cos(i),c=r*Math.sin(i),l=t+s,u=n+c,h=1^a,d=a?i-o:o-i;this._x1===null?this._append`M${l},${u}`:(Math.abs(this._x1-l)>Hr||Math.abs(this._y1-u)>Hr)&&this._append`L${l},${u}`,r&&(d<0&&(d=d%Rh+Rh),d>bV?this._append`A${r},${r},0,1,${h},${t-s},${n-c}A${r},${r},0,1,${h},${this._x1=l},${this._y1=u}`:d>Hr&&this._append`A${r},${r},0,${+(d>=kh)},${h},${this._x1=t+r*Math.cos(o)},${this._y1=n+r*Math.sin(o)}`)}rect(t,n,r,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+i}h${-r}Z`}toString(){return this._}}function wV(e,t){var n,r=1;e==null&&(e=0),t==null&&(t=0);function i(){var o,a=n.length,s,c=0,l=0;for(o=0;o<a;++o)s=n[o],c+=s.x,l+=s.y;for(c=(c/a-e)*r,l=(l/a-t)*r,o=0;o<a;++o)s=n[o],s.x-=c,s.y-=l}return i.initialize=function(o){n=o},i.x=function(o){return arguments.length?(e=+o,i):e},i.y=function(o){return arguments.length?(t=+o,i):t},i.strength=function(o){return arguments.length?(r=+o,i):r},i}function PV(e){const t=+this._x.call(null,e),n=+this._y.call(null,e);return Yx(this.cover(t,n),t,n,e)}function Yx(e,t,n,r){if(isNaN(t)||isNaN(n))return e;var i,o=e._root,a={data:r},s=e._x0,c=e._y0,l=e._x1,u=e._y1,h,d,f,g,y,m,v,b;if(!o)return e._root=a,e;for(;o.length;)if((y=t>=(h=(s+l)/2))?s=h:l=h,(m=n>=(d=(c+u)/2))?c=d:u=d,i=o,!(o=o[v=m<<1|y]))return i[v]=a,e;if(f=+e._x.call(null,o.data),g=+e._y.call(null,o.data),t===f&&n===g)return a.next=o,i?i[v]=a:e._root=a,e;do i=i?i[v]=new Array(4):e._root=new Array(4),(y=t>=(h=(s+l)/2))?s=h:l=h,(m=n>=(d=(c+u)/2))?c=d:u=d;while((v=m<<1|y)===(b=(g>=d)<<1|f>=h));return i[b]=o,i[v]=a,e}function $V(e){var t,n,r=e.length,i,o,a=new Array(r),s=new Array(r),c=1/0,l=1/0,u=-1/0,h=-1/0;for(n=0;n<r;++n)isNaN(i=+this._x.call(null,t=e[n]))||isNaN(o=+this._y.call(null,t))||(a[n]=i,s[n]=o,i<c&&(c=i),i>u&&(u=i),o<l&&(l=o),o>h&&(h=o));if(c>u||l>h)return this;for(this.cover(c,l).cover(u,h),n=0;n<r;++n)Yx(this,a[n],s[n],e[n]);return this}function CV(e,t){if(isNaN(e=+e)||isNaN(t=+t))return this;var n=this._x0,r=this._y0,i=this._x1,o=this._y1;if(isNaN(n))i=(n=Math.floor(e))+1,o=(r=Math.floor(t))+1;else{for(var a=i-n||1,s=this._root,c,l;n>e||e>=i||r>t||t>=o;)switch(l=(t<r)<<1|e<n,c=new Array(4),c[l]=s,s=c,a*=2,l){case 0:i=n+a,o=r+a;break;case 1:n=i-a,o=r+a;break;case 2:i=n+a,r=o-a;break;case 3:n=i-a,r=o-a;break}this._root&&this._root.length&&(this._root=s)}return this._x0=n,this._y0=r,this._x1=i,this._y1=o,this}function OV(){var e=[];return this.visit(function(t){if(!t.length)do e.push(t.data);while(t=t.next)}),e}function SV(e){return arguments.length?this.cover(+e[0][0],+e[0][1]).cover(+e[1][0],+e[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function Yt(e,t,n,r,i){this.node=e,this.x0=t,this.y0=n,this.x1=r,this.y1=i}function MV(e,t,n){var r,i=this._x0,o=this._y0,a,s,c,l,u=this._x1,h=this._y1,d=[],f=this._root,g,y;for(f&&d.push(new Yt(f,i,o,u,h)),n==null?n=1/0:(i=e-n,o=t-n,u=e+n,h=t+n,n*=n);g=d.pop();)if(!(!(f=g.node)||(a=g.x0)>u||(s=g.y0)>h||(c=g.x1)<i||(l=g.y1)<o))if(f.length){var m=(a+c)/2,v=(s+l)/2;d.push(new Yt(f[3],m,v,c,l),new Yt(f[2],a,v,m,l),new Yt(f[1],m,s,c,v),new Yt(f[0],a,s,m,v)),(y=(t>=v)<<1|e>=m)&&(g=d[d.length-1],d[d.length-1]=d[d.length-1-y],d[d.length-1-y]=g)}else{var b=e-+this._x.call(null,f.data),_=t-+this._y.call(null,f.data),x=b*b+_*_;if(x<n){var w=Math.sqrt(n=x);i=e-w,o=t-w,u=e+w,h=t+w,r=f.data}}return r}function EV(e){if(isNaN(u=+this._x.call(null,e))||isNaN(h=+this._y.call(null,e)))return this;var t,n=this._root,r,i,o,a=this._x0,s=this._y0,c=this._x1,l=this._y1,u,h,d,f,g,y,m,v;if(!n)return this;if(n.length)for(;;){if((g=u>=(d=(a+c)/2))?a=d:c=d,(y=h>=(f=(s+l)/2))?s=f:l=f,t=n,!(n=n[m=y<<1|g]))return this;if(!n.length)break;(t[m+1&3]||t[m+2&3]||t[m+3&3])&&(r=t,v=m)}for(;n.data!==e;)if(i=n,!(n=n.next))return this;return(o=n.next)&&delete n.next,i?(o?i.next=o:delete i.next,this):t?(o?t[m]=o:delete t[m],(n=t[0]||t[1]||t[2]||t[3])&&n===(t[3]||t[2]||t[1]||t[0])&&!n.length&&(r?r[v]=n:this._root=n),this):(this._root=o,this)}function IV(e){for(var t=0,n=e.length;t<n;++t)this.remove(e[t]);return this}function AV(){return this._root}function TV(){var e=0;return this.visit(function(t){if(!t.length)do++e;while(t=t.next)}),e}function kV(e){var t=[],n,r=this._root,i,o,a,s,c;for(r&&t.push(new Yt(r,this._x0,this._y0,this._x1,this._y1));n=t.pop();)if(!e(r=n.node,o=n.x0,a=n.y0,s=n.x1,c=n.y1)&&r.length){var l=(o+s)/2,u=(a+c)/2;(i=r[3])&&t.push(new Yt(i,l,u,s,c)),(i=r[2])&&t.push(new Yt(i,o,u,l,c)),(i=r[1])&&t.push(new Yt(i,l,a,s,u)),(i=r[0])&&t.push(new Yt(i,o,a,l,u))}return this}function RV(e){var t=[],n=[],r;for(this._root&&t.push(new Yt(this._root,this._x0,this._y0,this._x1,this._y1));r=t.pop();){var i=r.node;if(i.length){var o,a=r.x0,s=r.y0,c=r.x1,l=r.y1,u=(a+c)/2,h=(s+l)/2;(o=i[0])&&t.push(new Yt(o,a,s,u,h)),(o=i[1])&&t.push(new Yt(o,u,s,c,h)),(o=i[2])&&t.push(new Yt(o,a,h,u,l)),(o=i[3])&&t.push(new Yt(o,u,h,c,l))}n.push(r)}for(;r=n.pop();)e(r.node,r.x0,r.y0,r.x1,r.y1);return this}function LV(e){return e[0]}function zV(e){return arguments.length?(this._x=e,this):this._x}function NV(e){return e[1]}function DV(e){return arguments.length?(this._y=e,this):this._y}function Lh(e,t,n){var r=new zh(t==null?LV:t,n==null?NV:n,NaN,NaN,NaN,NaN);return e==null?r:r.addAll(e)}function zh(e,t,n,r,i,o){this._x=e,this._y=t,this._x0=n,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Xx(e){for(var t={data:e.data},n=t;e=e.next;)n=n.next={data:e.data};return t}var Xt=Lh.prototype=zh.prototype;Xt.copy=function(){var e=new zh(this._x,this._y,this._x0,this._y0,this._x1,this._y1),t=this._root,n,r;if(!t)return e;if(!t.length)return e._root=Xx(t),e;for(n=[{source:t,target:e._root=new Array(4)}];t=n.pop();)for(var i=0;i<4;++i)(r=t.source[i])&&(r.length?n.push({source:r,target:t.target[i]=new Array(4)}):t.target[i]=Xx(r));return e},Xt.add=PV,Xt.addAll=$V,Xt.cover=CV,Xt.data=OV,Xt.extent=SV,Xt.find=MV,Xt.remove=EV,Xt.removeAll=IV,Xt.root=AV,Xt.size=TV,Xt.visit=kV,Xt.visitAfter=RV,Xt.x=zV,Xt.y=DV;function qr(e){return function(){return e}}function ur(e){return(e()-.5)*1e-6}function HV(e){return e.x+e.vx}function qV(e){return e.y+e.vy}function jV(e){var t,n,r,i=1,o=1;typeof e!="function"&&(e=qr(e==null?1:+e));function a(){for(var l,u=t.length,h,d,f,g,y,m,v=0;v<o;++v)for(h=Lh(t,HV,qV).visitAfter(s),l=0;l<u;++l)d=t[l],y=n[d.index],m=y*y,f=d.x+d.vx,g=d.y+d.vy,h.visit(b);function b(_,x,w,P,$){var C=_.data,M=_.r,S=y+M;if(C){if(C.index>d.index){var E=f-C.x-C.vx,A=g-C.y-C.vy,O=E*E+A*A;O<S*S&&(E===0&&(E=ur(r),O+=E*E),A===0&&(A=ur(r),O+=A*A),O=(S-(O=Math.sqrt(O)))/O*i,d.vx+=(E*=O)*(S=(M*=M)/(m+M)),d.vy+=(A*=O)*S,C.vx-=E*(S=1-S),C.vy-=A*S)}return}return x>f+S||P<f-S||w>g+S||$<g-S}}function s(l){if(l.data)return l.r=n[l.data.index];for(var u=l.r=0;u<4;++u)l[u]&&l[u].r>l.r&&(l.r=l[u].r)}function c(){if(t){var l,u=t.length,h;for(n=new Array(u),l=0;l<u;++l)h=t[l],n[h.index]=+e(h,l,t)}}return a.initialize=function(l,u){t=l,r=u,c()},a.iterations=function(l){return arguments.length?(o=+l,a):o},a.strength=function(l){return arguments.length?(i=+l,a):i},a.radius=function(l){return arguments.length?(e=typeof l=="function"?l:qr(+l),c(),a):e},a}function FV(e){return e.index}function Ux(e,t){var n=e.get(t);if(!n)throw new Error("node not found: "+t);return n}function BV(e){var t=FV,n=h,r,i=qr(30),o,a,s,c,l,u=1;e==null&&(e=[]);function h(m){return 1/Math.min(s[m.source.index],s[m.target.index])}function d(m){for(var v=0,b=e.length;v<u;++v)for(var _=0,x,w,P,$,C,M,S;_<b;++_)x=e[_],w=x.source,P=x.target,$=P.x+P.vx-w.x-w.vx||ur(l),C=P.y+P.vy-w.y-w.vy||ur(l),M=Math.sqrt($*$+C*C),M=(M-o[_])/M*m*r[_],$*=M,C*=M,P.vx-=$*(S=c[_]),P.vy-=C*S,w.vx+=$*(S=1-S),w.vy+=C*S}function f(){if(a){var m,v=a.length,b=e.length,_=new Map(a.map((w,P)=>[t(w,P,a),w])),x;for(m=0,s=new Array(v);m<b;++m)x=e[m],x.index=m,typeof x.source!="object"&&(x.source=Ux(_,x.source)),typeof x.target!="object"&&(x.target=Ux(_,x.target)),s[x.source.index]=(s[x.source.index]||0)+1,s[x.target.index]=(s[x.target.index]||0)+1;for(m=0,c=new Array(b);m<b;++m)x=e[m],c[m]=s[x.source.index]/(s[x.source.index]+s[x.target.index]);r=new Array(b),g(),o=new Array(b),y()}}function g(){if(a)for(var m=0,v=e.length;m<v;++m)r[m]=+n(e[m],m,e)}function y(){if(a)for(var m=0,v=e.length;m<v;++m)o[m]=+i(e[m],m,e)}return d.initialize=function(m,v){a=m,l=v,f()},d.links=function(m){return arguments.length?(e=m,f(),d):e},d.id=function(m){return arguments.length?(t=m,d):t},d.iterations=function(m){return arguments.length?(u=+m,d):u},d.strength=function(m){return arguments.length?(n=typeof m=="function"?m:qr(+m),g(),d):n},d.distance=function(m){return arguments.length?(i=typeof m=="function"?m:qr(+m),y(),d):i},d}const WV=1664525,GV=1013904223,Kx=4294967296;function VV(){let e=1;return()=>(e=(WV*e+GV)%Kx)/Kx}function YV(e){return e.x}function XV(e){return e.y}var UV=10,KV=Math.PI*(3-Math.sqrt(5));function ZV(e){var t,n=1,r=.001,i=1-Math.pow(r,1/300),o=0,a=.6,s=new Map,c=Sh(h),l=ph("tick","end"),u=VV();e==null&&(e=[]);function h(){d(),l.call("tick",t),n<r&&(c.stop(),l.call("end",t))}function d(y){var m,v=e.length,b;y===void 0&&(y=1);for(var _=0;_<y;++_)for(n+=(o-n)*i,s.forEach(function(x){x(n)}),m=0;m<v;++m)b=e[m],b.fx==null?b.x+=b.vx*=a:(b.x=b.fx,b.vx=0),b.fy==null?b.y+=b.vy*=a:(b.y=b.fy,b.vy=0);return t}function f(){for(var y=0,m=e.length,v;y<m;++y){if(v=e[y],v.index=y,v.fx!=null&&(v.x=v.fx),v.fy!=null&&(v.y=v.fy),isNaN(v.x)||isNaN(v.y)){var b=UV*Math.sqrt(.5+y),_=y*KV;v.x=b*Math.cos(_),v.y=b*Math.sin(_)}(isNaN(v.vx)||isNaN(v.vy))&&(v.vx=v.vy=0)}}function g(y){return y.initialize&&y.initialize(e,u),y}return f(),t={tick:d,restart:function(){return c.restart(h),t},stop:function(){return c.stop(),t},nodes:function(y){return arguments.length?(e=y,f(),s.forEach(g),t):e},alpha:function(y){return arguments.length?(n=+y,t):n},alphaMin:function(y){return arguments.length?(r=+y,t):r},alphaDecay:function(y){return arguments.length?(i=+y,t):+i},alphaTarget:function(y){return arguments.length?(o=+y,t):o},velocityDecay:function(y){return arguments.length?(a=1-y,t):1-a},randomSource:function(y){return arguments.length?(u=y,s.forEach(g),t):u},force:function(y,m){return arguments.length>1?(m==null?s.delete(y):s.set(y,g(m)),t):s.get(y)},find:function(y,m,v){var b=0,_=e.length,x,w,P,$,C;for(v==null?v=1/0:v*=v,b=0;b<_;++b)$=e[b],x=y-$.x,w=m-$.y,P=x*x+w*w,P<v&&(C=$,v=P);return C},on:function(y,m){return arguments.length>1?(l.on(y,m),t):l.on(y)}}}function QV(){var e,t,n,r,i=qr(-30),o,a=1,s=1/0,c=.81;function l(f){var g,y=e.length,m=Lh(e,YV,XV).visitAfter(h);for(r=f,g=0;g<y;++g)t=e[g],m.visit(d)}function u(){if(e){var f,g=e.length,y;for(o=new Array(g),f=0;f<g;++f)y=e[f],o[y.index]=+i(y,f,e)}}function h(f){var g=0,y,m,v=0,b,_,x;if(f.length){for(b=_=x=0;x<4;++x)(y=f[x])&&(m=Math.abs(y.value))&&(g+=y.value,v+=m,b+=m*y.x,_+=m*y.y);f.x=b/v,f.y=_/v}else{y=f,y.x=y.data.x,y.y=y.data.y;do g+=o[y.data.index];while(y=y.next)}f.value=g}function d(f,g,y,m){if(!f.value)return!0;var v=f.x-t.x,b=f.y-t.y,_=m-g,x=v*v+b*b;if(_*_/c<x)return x<s&&(v===0&&(v=ur(n),x+=v*v),b===0&&(b=ur(n),x+=b*b),x<a&&(x=Math.sqrt(a*x)),t.vx+=v*f.value*r/x,t.vy+=b*f.value*r/x),!0;if(f.length||x>=s)return;(f.data!==t||f.next)&&(v===0&&(v=ur(n),x+=v*v),b===0&&(b=ur(n),x+=b*b),x<a&&(x=Math.sqrt(a*x)));do f.data!==t&&(_=o[f.data.index]*r/x,t.vx+=v*_,t.vy+=b*_);while(f=f.next)}return l.initialize=function(f,g){e=f,n=g,u()},l.strength=function(f){return arguments.length?(i=typeof f=="function"?f:qr(+f),u(),l):i},l.distanceMin=function(f){return arguments.length?(a=f*f,l):Math.sqrt(a)},l.distanceMax=function(f){return arguments.length?(s=f*f,l):Math.sqrt(s)},l.theta=function(f){return arguments.length?(c=f*f,l):Math.sqrt(c)},l}function JV(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Ys(e,t){if(!isFinite(e)||e===0)return null;var n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"),r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function wi(e){return e=Ys(Math.abs(e)),e?e[1]:NaN}function eY(e,t){return function(n,r){for(var i=n.length,o=[],a=0,s=e[0],c=0;i>0&&s>0&&(c+s+1>r&&(s=Math.max(1,r-c)),o.push(n.substring(i-=s,i+s)),!((c+=s+1)>r));)s=e[a=(a+1)%e.length];return o.reverse().join(t)}}function tY(e){return function(t){return t.replace(/[0-9]/g,function(n){return e[+n]})}}var nY=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Xs(e){if(!(t=nY.exec(e)))throw new Error("invalid format: "+e);var t;return new Nh({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Xs.prototype=Nh.prototype;function Nh(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}Nh.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function rY(e){e:for(var t=e.length,n=1,r=-1,i;n<t;++n)switch(e[n]){case".":r=i=n;break;case"0":r===0&&(r=n),i=n;break;default:if(!+e[n])break e;r>0&&(r=0);break}return r>0?e.slice(0,r)+e.slice(i+1):e}var Us;function iY(e,t){var n=Ys(e,t);if(!n)return Us=void 0,e.toPrecision(t);var r=n[0],i=n[1],o=i-(Us=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Ys(e,Math.max(0,t+o-1))[0]}function Zx(e,t){var n=Ys(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}const Qx={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:JV,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Zx(e*100,t),r:Zx,s:iY,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Jx(e){return e}var ew=Array.prototype.map,tw=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function oY(e){var t=e.grouping===void 0||e.thousands===void 0?Jx:eY(ew.call(e.grouping,Number),e.thousands+""),n=e.currency===void 0?"":e.currency[0]+"",r=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",o=e.numerals===void 0?Jx:tY(ew.call(e.numerals,String)),a=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",c=e.nan===void 0?"NaN":e.nan+"";function l(h,d){h=Xs(h);var f=h.fill,g=h.align,y=h.sign,m=h.symbol,v=h.zero,b=h.width,_=h.comma,x=h.precision,w=h.trim,P=h.type;P==="n"?(_=!0,P="g"):Qx[P]||(x===void 0&&(x=12),w=!0,P="g"),(v||f==="0"&&g==="=")&&(v=!0,f="0",g="=");var $=(d&&d.prefix!==void 0?d.prefix:"")+(m==="$"?n:m==="#"&&/[boxX]/.test(P)?"0"+P.toLowerCase():""),C=(m==="$"?r:/[%p]/.test(P)?a:"")+(d&&d.suffix!==void 0?d.suffix:""),M=Qx[P],S=/[defgprs%]/.test(P);x=x===void 0?6:/[gprs]/.test(P)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function E(A){var O=$,T=C,F,z,j;if(P==="c")T=M(A)+T,A="";else{A=+A;var D=A<0||1/A<0;if(A=isNaN(A)?c:M(Math.abs(A),x),w&&(A=rY(A)),D&&+A==0&&y!=="+"&&(D=!1),O=(D?y==="("?y:s:y==="-"||y==="("?"":y)+O,T=(P==="s"&&!isNaN(A)&&Us!==void 0?tw[8+Us/3]:"")+T+(D&&y==="("?")":""),S){for(F=-1,z=A.length;++F<z;)if(j=A.charCodeAt(F),48>j||j>57){T=(j===46?i+A.slice(F+1):A.slice(F))+T,A=A.slice(0,F);break}}}_&&!v&&(A=t(A,1/0));var W=O.length+A.length+T.length,B=W<b?new Array(b-W+1).join(f):"";switch(_&&v&&(A=t(B+A,B.length?b-T.length:1/0),B=""),g){case"<":A=O+A+T+B;break;case"=":A=O+B+A+T;break;case"^":A=B.slice(0,W=B.length>>1)+O+A+T+B.slice(W);break;default:A=B+O+A+T;break}return o(A)}return E.toString=function(){return h+""},E}function u(h,d){var f=Math.max(-8,Math.min(8,Math.floor(wi(d)/3)))*3,g=Math.pow(10,-f),y=l((h=Xs(h),h.type="f",h),{suffix:tw[8+f/3]});return function(m){return y(g*m)}}return{format:l,formatPrefix:u}}var Ks,nw,rw;aY({thousands:",",grouping:[3],currency:["$",""]});function aY(e){return Ks=oY(e),nw=Ks.format,rw=Ks.formatPrefix,Ks}function sY(e){return Math.max(0,-wi(Math.abs(e)))}function cY(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(wi(t)/3)))*3-wi(Math.abs(e)))}function lY(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,wi(t)-wi(e))+1}function uY(e){var t=0,n=e.children,r=n&&n.length;if(!r)t=1;else for(;--r>=0;)t+=n[r].value;e.value=t}function hY(){return this.eachAfter(uY)}function dY(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this}function fY(e,t){for(var n=this,r=[n],i,o,a=-1;n=r.pop();)if(e.call(t,n,++a,this),i=n.children)for(o=i.length-1;o>=0;--o)r.push(i[o]);return this}function pY(e,t){for(var n=this,r=[n],i=[],o,a,s,c=-1;n=r.pop();)if(i.push(n),o=n.children)for(a=0,s=o.length;a<s;++a)r.push(o[a]);for(;n=i.pop();)e.call(t,n,++c,this);return this}function gY(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r}function mY(e){return this.eachAfter(function(t){for(var n=+e(t.data)||0,r=t.children,i=r&&r.length;--i>=0;)n+=r[i].value;t.value=n})}function yY(e){return this.eachBefore(function(t){t.children&&t.children.sort(e)})}function vY(e){for(var t=this,n=bY(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var i=r.length;e!==n;)r.splice(i,0,e),e=e.parent;return r}function bY(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),i=null;for(e=n.pop(),t=r.pop();e===t;)i=e,e=n.pop(),t=r.pop();return i}function _Y(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t}function xY(){return Array.from(this)}function wY(){var e=[];return this.eachBefore(function(t){t.children||e.push(t)}),e}function PY(){var e=this,t=[];return e.each(function(n){n!==e&&t.push({source:n.parent,target:n})}),t}function*$Y(){var e=this,t,n=[e],r,i,o;do for(t=n.reverse(),n=[];e=t.pop();)if(yield e,r=e.children)for(i=0,o=r.length;i<o;++i)n.push(r[i]);while(n.length)}function Dh(e,t){e instanceof Map?(e=[void 0,e],t===void 0&&(t=SY)):t===void 0&&(t=OY);for(var n=new Ro(e),r,i=[n],o,a,s,c;r=i.pop();)if((a=t(r.data))&&(c=(a=Array.from(a)).length))for(r.children=a,s=c-1;s>=0;--s)i.push(o=a[s]=new Ro(a[s])),o.parent=r,o.depth=r.depth+1;return n.eachBefore(EY)}function CY(){return Dh(this).eachBefore(MY)}function OY(e){return e.children}function SY(e){return Array.isArray(e)?e[1]:null}function MY(e){e.data.value!==void 0&&(e.value=e.data.value),e.data=e.data.data}function EY(e){var t=0;do e.height=t;while((e=e.parent)&&e.height<++t)}function Ro(e){this.data=e,this.depth=this.height=0,this.parent=null}Ro.prototype=Dh.prototype={constructor:Ro,count:hY,each:dY,eachAfter:pY,eachBefore:fY,find:gY,sum:mY,sort:yY,path:vY,ancestors:_Y,descendants:xY,leaves:wY,links:PY,copy:CY,[Symbol.iterator]:$Y};function IY(e,t){return e.parent===t.parent?1:2}function Hh(e){var t=e.children;return t?t[0]:e.t}function qh(e){var t=e.children;return t?t[t.length-1]:e.t}function AY(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function TY(e){for(var t=0,n=0,r=e.children,i=r.length,o;--i>=0;)o=r[i],o.z+=t,o.m+=t,t+=o.s+(n+=o.c)}function kY(e,t,n){return e.a.parent===t.parent?e.a:n}function Zs(e,t){this._=e,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=t}Zs.prototype=Object.create(Ro.prototype);function RY(e){for(var t=new Zs(e,0),n,r=[t],i,o,a,s;n=r.pop();)if(o=n._.children)for(n.children=new Array(s=o.length),a=s-1;a>=0;--a)r.push(i=n.children[a]=new Zs(o[a],a)),i.parent=n;return(t.parent=new Zs(null,0)).children=[t],t}function LY(){var e=IY,t=1,n=1,r=null;function i(l){var u=RY(l);if(u.eachAfter(o),u.parent.m=-u.z,u.eachBefore(a),r)l.eachBefore(c);else{var h=l,d=l,f=l;l.eachBefore(function(b){b.x<h.x&&(h=b),b.x>d.x&&(d=b),b.depth>f.depth&&(f=b)});var g=h===d?1:e(h,d)/2,y=g-h.x,m=t/(d.x+g+y),v=n/(f.depth||1);l.eachBefore(function(b){b.x=(b.x+y)*m,b.y=b.depth*v})}return l}function o(l){var u=l.children,h=l.parent.children,d=l.i?h[l.i-1]:null;if(u){TY(l);var f=(u[0].z+u[u.length-1].z)/2;d?(l.z=d.z+e(l._,d._),l.m=l.z-f):l.z=f}else d&&(l.z=d.z+e(l._,d._));l.parent.A=s(l,d,l.parent.A||h[0])}function a(l){l._.x=l.z+l.parent.m,l.m+=l.parent.m}function s(l,u,h){if(u){for(var d=l,f=l,g=u,y=d.parent.children[0],m=d.m,v=f.m,b=g.m,_=y.m,x;g=qh(g),d=Hh(d),g&&d;)y=Hh(y),f=qh(f),f.a=l,x=g.z+b-d.z-m+e(g._,d._),x>0&&(AY(kY(g,l,h),l,x),m+=x,v+=x),b+=g.m,m+=d.m,_+=y.m,v+=f.m;g&&!qh(f)&&(f.t=g,f.m+=b-v),d&&!Hh(y)&&(y.t=d,y.m+=m-_,h=l)}return h}function c(l){l.x*=t,l.y=l.depth*n}return i.separation=function(l){return arguments.length?(e=l,i):e},i.size=function(l){return arguments.length?(r=!1,t=+l[0],n=+l[1],i):r?null:[t,n]},i.nodeSize=function(l){return arguments.length?(r=!0,t=+l[0],n=+l[1],i):r?[t,n]:null},i}function zY(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function NY(e){return function(){return e}}function DY(e){return+e}var iw=[0,1];function Pi(e){return e}function jh(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:NY(isNaN(t)?NaN:.5)}function HY(e,t){var n;return e>t&&(n=e,e=t,t=n),function(r){return Math.max(e,Math.min(t,r))}}function qY(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=jh(i,r),o=n(a,o)):(r=jh(r,i),o=n(o,a)),function(s){return o(r(s))}}function jY(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=jh(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(s){var c=VF(e,s,1,r)-1;return o[c](i[c](s))}}function FY(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function BY(){var e=iw,t=iw,n=$h,r,i,o,a=Pi,s,c,l;function u(){var d=Math.min(e.length,t.length);return a!==Pi&&(a=HY(e[0],e[d-1])),s=d>2?jY:qY,c=l=null,h}function h(d){return d==null||isNaN(d=+d)?o:(c||(c=s(e.map(r),t,n)))(r(a(d)))}return h.invert=function(d){return a(i((l||(l=s(t,e.map(r),mn)))(d)))},h.domain=function(d){return arguments.length?(e=Array.from(d,DY),u()):e.slice()},h.range=function(d){return arguments.length?(t=Array.from(d),u()):t.slice()},h.rangeRound=function(d){return t=Array.from(d),n=nG,u()},h.clamp=function(d){return arguments.length?(a=d?!0:Pi,u()):a!==Pi},h.interpolate=function(d){return arguments.length?(n=d,u()):n},h.unknown=function(d){return arguments.length?(o=d,h):o},function(d,f){return r=d,i=f,u()}}function WY(){return BY()(Pi,Pi)}function GY(e,t,n,r){var i=ZF(e,t,n),o;switch(r=Xs(r==null?",f":r),r.type){case"s":{var a=Math.max(Math.abs(e),Math.abs(t));return r.precision==null&&!isNaN(o=cY(i,a))&&(r.precision=o),rw(r,a)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(o=lY(i,Math.max(Math.abs(e),Math.abs(t))))&&(r.precision=o-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(o=sY(i))&&(r.precision=o-(r.type==="%")*2);break}}return nw(r)}function VY(e){var t=e.domain;return e.ticks=function(n){var r=t();return KF(r[0],r[r.length-1],n==null?10:n)},e.tickFormat=function(n,r){var i=t();return GY(i[0],i[i.length-1],n==null?10:n,r)},e.nice=function(n){n==null&&(n=10);var r=t(),i=0,o=r.length-1,a=r[i],s=r[o],c,l,u=10;for(s<a&&(l=a,a=s,s=l,l=i,i=o,o=l);u-- >0;){if(l=fh(a,s,n),l===c)return r[i]=a,r[o]=s,t(r);if(l>0)a=Math.floor(a/l)*l,s=Math.ceil(s/l)*l;else if(l<0)a=Math.ceil(a*l)/l,s=Math.floor(s*l)/l;else break;c=l}return e},e}function Lo(){var e=WY();return e.copy=function(){return FY(e,Lo())},zY.apply(e,arguments),VY(e)}function Ot(e){return function(){return e}}const ow=Math.abs,Ft=Math.atan2,jr=Math.cos,YY=Math.max,Fh=Math.min,In=Math.sin,$i=Math.sqrt,tn=1e-12,zo=Math.PI,Qs=zo/2,Js=2*zo;function XY(e){return e>1?0:e<-1?zo:Math.acos(e)}function aw(e){return e>=1?Qs:e<=-1?-Qs:Math.asin(e)}function sw(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new xV(t)}function UY(e){return e.innerRadius}function KY(e){return e.outerRadius}function ZY(e){return e.startAngle}function QY(e){return e.endAngle}function JY(e){return e&&e.padAngle}function eX(e,t,n,r,i,o,a,s){var c=n-e,l=r-t,u=a-i,h=s-o,d=h*c-u*l;if(!(d*d<tn))return d=(u*(t-o)-h*(e-i))/d,[e+d*c,t+d*l]}function ec(e,t,n,r,i,o,a){var s=e-n,c=t-r,l=(a?o:-o)/$i(s*s+c*c),u=l*c,h=-l*s,d=e+u,f=t+h,g=n+u,y=r+h,m=(d+g)/2,v=(f+y)/2,b=g-d,_=y-f,x=b*b+_*_,w=i-o,P=d*y-g*f,$=(_<0?-1:1)*$i(YY(0,w*w*x-P*P)),C=(P*_-b*$)/x,M=(-P*b-_*$)/x,S=(P*_+b*$)/x,E=(-P*b+_*$)/x,A=C-m,O=M-v,T=S-m,F=E-v;return A*A+O*O>T*T+F*F&&(C=S,M=E),{cx:C,cy:M,x01:-u,y01:-h,x11:C*(i/w-1),y11:M*(i/w-1)}}function No(){var e=UY,t=KY,n=Ot(0),r=null,i=ZY,o=QY,a=JY,s=null,c=sw(l);function l(){var u,h,d=+e.apply(this,arguments),f=+t.apply(this,arguments),g=i.apply(this,arguments)-Qs,y=o.apply(this,arguments)-Qs,m=ow(y-g),v=y>g;if(s||(s=u=c()),f<d&&(h=f,f=d,d=h),!(f>tn))s.moveTo(0,0);else if(m>Js-tn)s.moveTo(f*jr(g),f*In(g)),s.arc(0,0,f,g,y,!v),d>tn&&(s.moveTo(d*jr(y),d*In(y)),s.arc(0,0,d,y,g,v));else{var b=g,_=y,x=g,w=y,P=m,$=m,C=a.apply(this,arguments)/2,M=C>tn&&(r?+r.apply(this,arguments):$i(d*d+f*f)),S=Fh(ow(f-d)/2,+n.apply(this,arguments)),E=S,A=S,O,T;if(M>tn){var F=aw(M/d*In(C)),z=aw(M/f*In(C));(P-=F*2)>tn?(F*=v?1:-1,x+=F,w-=F):(P=0,x=w=(g+y)/2),($-=z*2)>tn?(z*=v?1:-1,b+=z,_-=z):($=0,b=_=(g+y)/2)}var j=f*jr(b),D=f*In(b),W=d*jr(w),B=d*In(w);if(S>tn){var X=f*jr(_),H=f*In(_),k=d*jr(x),I=d*In(x),R;if(m<zo)if(R=eX(j,D,k,I,X,H,W,B)){var N=j-R[0],q=D-R[1],G=X-R[0],U=H-R[1],K=1/In(XY((N*G+q*U)/($i(N*N+q*q)*$i(G*G+U*U)))/2),oe=$i(R[0]*R[0]+R[1]*R[1]);E=Fh(S,(d-oe)/(K-1)),A=Fh(S,(f-oe)/(K+1))}else E=A=0}$>tn?A>tn?(O=ec(k,I,j,D,f,A,v),T=ec(X,H,W,B,f,A,v),s.moveTo(O.cx+O.x01,O.cy+O.y01),A<S?s.arc(O.cx,O.cy,A,Ft(O.y01,O.x01),Ft(T.y01,T.x01),!v):(s.arc(O.cx,O.cy,A,Ft(O.y01,O.x01),Ft(O.y11,O.x11),!v),s.arc(0,0,f,Ft(O.cy+O.y11,O.cx+O.x11),Ft(T.cy+T.y11,T.cx+T.x11),!v),s.arc(T.cx,T.cy,A,Ft(T.y11,T.x11),Ft(T.y01,T.x01),!v))):(s.moveTo(j,D),s.arc(0,0,f,b,_,!v)):s.moveTo(j,D),!(d>tn)||!(P>tn)?s.lineTo(W,B):E>tn?(O=ec(W,B,X,H,d,-E,v),T=ec(j,D,k,I,d,-E,v),s.lineTo(O.cx+O.x01,O.cy+O.y01),E<S?s.arc(O.cx,O.cy,E,Ft(O.y01,O.x01),Ft(T.y01,T.x01),!v):(s.arc(O.cx,O.cy,E,Ft(O.y01,O.x01),Ft(O.y11,O.x11),!v),s.arc(0,0,d,Ft(O.cy+O.y11,O.cx+O.x11),Ft(T.cy+T.y11,T.cx+T.x11),v),s.arc(T.cx,T.cy,E,Ft(T.y11,T.x11),Ft(T.y01,T.x01),!v))):s.arc(0,0,d,w,x,v)}if(s.closePath(),u)return s=null,u+""||null}return l.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,h=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-zo/2;return[jr(h)*u,In(h)*u]},l.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:Ot(+u),l):e},l.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:Ot(+u),l):t},l.cornerRadius=function(u){return arguments.length?(n=typeof u=="function"?u:Ot(+u),l):n},l.padRadius=function(u){return arguments.length?(r=u==null?null:typeof u=="function"?u:Ot(+u),l):r},l.startAngle=function(u){return arguments.length?(i=typeof u=="function"?u:Ot(+u),l):i},l.endAngle=function(u){return arguments.length?(o=typeof u=="function"?u:Ot(+u),l):o},l.padAngle=function(u){return arguments.length?(a=typeof u=="function"?u:Ot(+u),l):a},l.context=function(u){return arguments.length?(s=u==null?null:u,l):s},l}function cw(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function lw(e){this._context=e}lw.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function uw(e){return new lw(e)}function tX(e){return e[0]}function nX(e){return e[1]}function rX(e,t){var n=Ot(!0),r=null,i=uw,o=null,a=sw(s);e=typeof e=="function"?e:e===void 0?tX:Ot(e),t=typeof t=="function"?t:t===void 0?nX:Ot(t);function s(c){var l,u=(c=cw(c)).length,h,d=!1,f;for(r==null&&(o=i(f=a())),l=0;l<=u;++l)!(l<u&&n(h=c[l],l,c))===d&&((d=!d)?o.lineStart():o.lineEnd()),d&&o.point(+e(h,l,c),+t(h,l,c));if(f)return o=null,f+""||null}return s.x=function(c){return arguments.length?(e=typeof c=="function"?c:Ot(+c),s):e},s.y=function(c){return arguments.length?(t=typeof c=="function"?c:Ot(+c),s):t},s.defined=function(c){return arguments.length?(n=typeof c=="function"?c:Ot(!!c),s):n},s.curve=function(c){return arguments.length?(i=c,r!=null&&(o=i(r)),s):i},s.context=function(c){return arguments.length?(c==null?r=o=null:o=i(r=c),s):r},s}function iX(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function oX(e){return e}function aX(){var e=oX,t=iX,n=null,r=Ot(0),i=Ot(Js),o=Ot(0);function a(s){var c,l=(s=cw(s)).length,u,h,d=0,f=new Array(l),g=new Array(l),y=+r.apply(this,arguments),m=Math.min(Js,Math.max(-Js,i.apply(this,arguments)-y)),v,b=Math.min(Math.abs(m)/l,o.apply(this,arguments)),_=b*(m<0?-1:1),x;for(c=0;c<l;++c)(x=g[f[c]=c]=+e(s[c],c,s))>0&&(d+=x);for(t!=null?f.sort(function(w,P){return t(g[w],g[P])}):n!=null&&f.sort(function(w,P){return n(s[w],s[P])}),c=0,h=d?(m-l*_)/d:0;c<l;++c,y=v)u=f[c],x=g[u],v=y+(x>0?x*h:0)+_,g[u]={data:s[u],index:c,value:x,startAngle:y,endAngle:v,padAngle:b};return g}return a.value=function(s){return arguments.length?(e=typeof s=="function"?s:Ot(+s),a):e},a.sortValues=function(s){return arguments.length?(t=s,n=null,a):t},a.sort=function(s){return arguments.length?(n=s,t=null,a):n},a.startAngle=function(s){return arguments.length?(r=typeof s=="function"?s:Ot(+s),a):r},a.endAngle=function(s){return arguments.length?(i=typeof s=="function"?s:Ot(+s),a):i},a.padAngle=function(s){return arguments.length?(o=typeof s=="function"?s:Ot(+s),a):o},a}function Do(e,t,n){this.k=e,this.x=t,this.y=n}Do.prototype={constructor:Do,scale:function(e){return e===1?this:new Do(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Do(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},Do.prototype;var sX=Object.defineProperty,cX=Object.defineProperties,lX=Object.getOwnPropertyDescriptors,hw=Object.getOwnPropertySymbols,uX=Object.prototype.hasOwnProperty,hX=Object.prototype.propertyIsEnumerable,dw=(e,t,n)=>t in e?sX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,dX=(e,t)=>{for(var n in t||(t={}))uX.call(t,n)&&dw(e,n,t[n]);if(hw)for(var n of hw(t))hX.call(t,n)&&dw(e,n,t[n]);return e},fX=(e,t)=>cX(e,lX(t));const fw=e=>{const[{datum:t,data:n,indexes:r,width:i=280,height:o=120,iconSize:a=32,gap:s=12,progressHeight:c=8,borderRadius:l=12,positionH:u="normal",themeColors:h,valueFormatter:d=F=>`${F}%`},f]=st(e,["width","height","iconSize","gap","progressHeight","borderRadius"]),g=t.value,y=g!=null?g:0,m=Math.max(...n.items.map(F=>{var z;return(z=F.value)!=null?z:0}),100),v=i-2*s,_=Lo().domain([0,m]).range([0,v])(y),x=`${h.colorPrimary}-progress`,w=`${h.colorPrimaryBg}-progress-bg`,P=se(p(Ge,{indexes:r})),$=s,C=u==="flipped"?i-s-a:s,M=$,S=u==="flipped"?s:a+2*s,E=i-a-3*s,A=M,O=o-s-c,T=g!==void 0;return L(Y,fX(dX({},f),{children:[L(Ke,{children:[L("linearGradient",{id:x,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:h.colorPrimary}),p("stop",{offset:"100%",stopColor:be.mix(h.colorPrimary,"#fff",20).toHexString()})]}),L("linearGradient",{id:w,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:h.colorPrimaryBg}),p("stop",{offset:"100%",stopColor:h.colorBg})]})]}),p(Re,{x:0,y:0,width:i,height:o,fill:h.colorBgElevated,stroke:h.colorPrimaryBg,strokeWidth:1,rx:l,ry:l,"data-element-type":"shape"}),p(Ht,{indexes:r,x:C,y:M,size:a,fill:h.colorPrimary}),p(Ge,{indexes:r,x:S,y:A,width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",fontSize:16,fontWeight:"medium",fill:h.colorText,children:t.label}),T&&p(xo,{indexes:r,x:S,y:A+P.height,width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",lineHeight:1,fontSize:24,fontWeight:"bold",fill:h.colorPrimary,value:y,formatter:d}),p(ut,{indexes:r,x:S,y:A+P.height+(T?27:4),width:E,alignHorizontal:u==="flipped"?"right":"left",alignVertical:"top",fontSize:11,fill:h.colorTextSecondary,lineNumber:T?2:3,wordWrap:!0,children:t.desc}),p(Re,{x:s,y:O,width:v,height:c,fill:`url(#${w})`,rx:c/2,ry:c/2,"data-element-type":"shape"}),p(Re,{x:s,y:O,width:_,height:c,fill:`url(#${x})`,rx:c/2,ry:c/2,"data-element-type":"shape"})]}))};ct("progress-card",{component:fw,composites:["icon","label","value","desc"]});var pX=Object.defineProperty,gX=Object.defineProperties,mX=Object.getOwnPropertyDescriptors,pw=Object.getOwnPropertySymbols,yX=Object.prototype.hasOwnProperty,vX=Object.prototype.propertyIsEnumerable,gw=(e,t,n)=>t in e?pX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,bX=(e,t)=>{for(var n in t||(t={}))yX.call(t,n)&&gw(e,n,t[n]);if(pw)for(var n of pw(t))vX.call(t,n)&&gw(e,n,t[n]);return e},_X=(e,t)=>gX(e,mX(t));const mw=e=>{const[{datum:t,indexes:n,width:r=280,height:i=120,iconSize:o=30,circleRadius:a=80,positionH:s="normal",positionV:c="normal",themeColors:l},u]=st(e,["width","height","iconSize","circleRadius"]),h=4*a/(3*Math.PI),d=2,f=4,g=28,y=20,m=y+20,v=y,b=8,_=35,x=40,w=30,P=String(n[0]+1).padStart(2,"0"),$=s==="flipped",C=c==="flipped",M=()=>$?{diagonalStartX:r-f,diagonalStartY:C?i-_:_,diagonalEndX:r-x,diagonalEndY:C?i-f:f,topLineStartX:r-x,topLineEndX:h,topLineY:C?i-f:f}:{diagonalStartX:f,diagonalStartY:C?i-_:_,diagonalEndX:x,diagonalEndY:C?i-f:f,topLineStartX:x,topLineEndX:r-h,topLineY:C?i-f:f},S=()=>{if($){const j=a+10,D=r-j-x;return{valueX:r-w,contentX:j,contentWidth:D,circleX:0,circleY:C?0:i,iconX:h-o/2}}else return{valueX:0,contentX:x,contentWidth:r-x-a-10,circleX:r,circleY:C?0:i,iconX:r-h-o/2}},E=M(),A=S(),O=C?h-o/2:i-h-o/2,T=se(p(Ge,{indexes:n,width:A.contentWidth,children:t.label})),F=v+T.height+b,z=()=>{const{circleX:j,circleY:D}=A;return $?C?`M ${j} ${D} L ${j} ${D+a} A ${a} ${a} 0 0 0 ${j+a} ${D} Z`:`M ${j} ${D} L ${j} ${D-a} A ${a} ${a} 0 0 1 ${j+a} ${D} Z`:C?`M ${j} ${D} L ${j} ${D+a} A ${a} ${a} 0 0 1 ${j-a} ${D} Z`:`M ${j} ${D} L ${j} ${D-a} A ${a} ${a} 0 0 0 ${j-a} ${D} Z`};return L(Y,_X(bX({},u),{width:r,height:i,children:[L(xt,{children:[p(Pe,{d:`M ${E.diagonalStartX} ${E.diagonalStartY} L ${E.diagonalEndX} ${E.diagonalEndY}`,stroke:l.colorPrimary,strokeWidth:d,fill:"none"}),p(Pe,{d:`M ${E.topLineStartX} ${E.topLineY} L ${E.topLineEndX} ${E.topLineY}`,stroke:l.colorPrimary,strokeWidth:d,fill:"none"}),p(Ze,{x:E.diagonalStartX-f,y:E.diagonalStartY-f,width:f*2,height:f*2,fill:l.colorPrimary}),p(Ze,{x:E.topLineEndX-f,y:E.topLineY-f,width:f*2,height:f*2,fill:l.colorPrimary})]}),L(Y,{children:[p(ze,{x:A.valueX,y:m,fontSize:g,fontWeight:"bold",fill:l.colorPrimary,children:P}),p(Pe,{d:z(),fill:l.colorPrimary,"data-element-type":"shape"}),t.icon&&p(Ht,{indexes:n,x:A.iconX,y:O,size:o,fill:l.colorWhite}),t.label&&p(Ge,{indexes:n,x:A.contentX,y:v,width:A.contentWidth,fontWeight:"bold",fill:l.colorText,alignHorizontal:$?"right":"left",children:t.label}),t.desc&&p(ut,{indexes:n,x:A.contentX,y:F,width:A.contentWidth,fill:l.colorTextSecondary,alignHorizontal:$?"right":"left",children:t.desc})]})]}))};ct("quarter-circular",{component:mw,composites:["icon","label","desc"]});var xX=Object.defineProperty,wX=Object.defineProperties,PX=Object.getOwnPropertyDescriptors,yw=Object.getOwnPropertySymbols,$X=Object.prototype.hasOwnProperty,CX=Object.prototype.propertyIsEnumerable,vw=(e,t,n)=>t in e?xX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,OX=(e,t)=>{for(var n in t||(t={}))$X.call(t,n)&&vw(e,n,t[n]);if(yw)for(var n of yw(t))CX.call(t,n)&&vw(e,n,t[n]);return e},SX=(e,t)=>wX(e,PX(t));const bw=e=>{const[{datum:t,indexes:n,width:r=150,height:i=150,iconSize:o=30,padding:a=20,borderRadius:s=16,positionH:c="center",positionV:l="middle",themeColors:u},h]=st(e,["width","height","iconSize","padding","borderRadius"]),d=r-a*2,f=a,g=a,y=c==="flipped"?r-a-o:c==="center"?(r-o)/2:f,m=g,v=m+o+8,b=se(p(Ge,{indexes:n,width:d,children:t.label})),_=c==="flipped"?r-a-d:c==="center"?a:f,x=v+b.height+4,w=_,P=s;let $="";return c==="center"&&l==="middle"?$=`
|
|
41
41
|
M ${P} 0
|
|
42
42
|
L ${r-P} 0
|
|
43
43
|
Q ${r} 0 ${r} ${P}
|
|
@@ -89,32 +89,32 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
89
89
|
L 0 ${P}
|
|
90
90
|
Q 0 0 ${P} 0
|
|
91
91
|
Z
|
|
92
|
-
`,R(Y,xX(_X({},h),{children:[p(Pe,{d:$,x:0,y:0,width:r,height:i,fill:u.colorPrimary,"data-element-type":"shape"}),p(Dt,{indexes:n,x:y,y:m,size:o,fill:u.colorBg}),p(Ve,{indexes:n,x:_,y:v,width:d,fontSize:14,fontWeight:"bold",fill:u.colorBg,alignHorizontal:c==="flipped"?"right":"left",children:t.label}),t.desc&&p(ht,{indexes:n,x:w,y:x,width:d,fontSize:11,wordWrap:!0,fill:u.colorBg,alignHorizontal:c==="flipped"?"right":"left",children:t.desc})]}))};ct("quarter-simple-card",{component:mw,composites:["icon","label","desc"]});var wX=Object.defineProperty,PX=Object.defineProperties,$X=Object.getOwnPropertyDescriptors,yw=Object.getOwnPropertySymbols,CX=Object.prototype.hasOwnProperty,OX=Object.prototype.propertyIsEnumerable,vw=(e,t,n)=>t in e?wX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,SX=(e,t)=>{for(var n in t||(t={}))CX.call(t,n)&&vw(e,n,t[n]);if(yw)for(var n of yw(t))OX.call(t,n)&&vw(e,n,t[n]);return e},MX=(e,t)=>PX(e,$X(t));const bw=e=>{const[{datum:t,indexes:n,width:r=240,height:i=140,iconSize:o=28,gap:a=12,ribbonHeight:s=32,themeColors:c},l]=st(e,["width","height","iconSize","gap","ribbonHeight"]),u=`${c.colorPrimary}-ribbon`;return R(Y,MX(SX({},l),{children:[p(Ke,{children:R("linearGradient",{id:u,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:c.colorPrimary}),p("stop",{offset:"100%",stopColor:ve(c.colorPrimary).darken(15).toHexString()})]})}),R(xt,{children:[p(ze,{x:0,y:0,width:r,height:i,fill:c.colorBgElevated,stroke:c.colorPrimaryBg,strokeWidth:1,rx:8,ry:8}),p(ze,{x:0,y:0,width:r,height:s,fill:`url(#${u})`,rx:8,ry:8}),p(ze,{x:0,y:8,width:r,height:s-8,fill:`url(#${u})`}),p(Pe,{x:r-20,y:s,width:20,height:8,fill:ve(c.colorPrimary).darken(25).toHexString(),d:"M0,0 L20,0 L15,8 L5,8 Z"})]}),p(Dt,{indexes:n,x:a,y:s+a,size:o,fill:c.colorPrimary}),p(Ve,{indexes:n,x:o+2*a,y:s+a,width:r-o-3*a,height:o,alignHorizontal:"left",alignVertical:"middle",lineHeight:1,fontWeight:"bold",fill:c.colorText,children:t.label}),p(ht,{indexes:n,x:a,y:s+o+a+5,width:r-2*a,alignHorizontal:"left",fill:c.colorTextSecondary,lineNumber:3,wordWrap:!0,children:t.desc}),p(Dt,{indexes:n,x:r-a-8,y:a/2,size:16,fill:c.colorWhite})]}))};ct("ribbon-card",{component:bw,composites:["icon","label","desc"]});var EX=Object.defineProperty,IX=Object.defineProperties,AX=Object.getOwnPropertyDescriptors,_w=Object.getOwnPropertySymbols,TX=Object.prototype.hasOwnProperty,kX=Object.prototype.propertyIsEnumerable,xw=(e,t,n)=>t in e?EX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,RX=(e,t)=>{for(var n in t||(t={}))TX.call(t,n)&&xw(e,n,t[n]);if(_w)for(var n of _w(t))kX.call(t,n)&&xw(e,n,t[n]);return e},LX=(e,t)=>IX(e,AX(t));const ww=e=>{const[{indexes:t,datum:n,themeColors:r,width:i=300,height:o=40,padding:a=4,positionH:s="normal"},c]=st(e,["width","height","borderRadius","padding"]),l=o/2,u=l,h=a,d=i-l*2,f=o-a*2;return R(Y,LX(RX({},c),{children:[p(ze,{"data-element-type":"shape",width:i,height:o,rx:l,ry:l,fill:r.colorPrimaryBg,stroke:r.colorPrimary,strokeWidth:1,opacity:.8}),p(Ve,{indexes:t,x:u,y:h,width:d,height:f,alignHorizontal:s==="flipped"?"right":s==="center"?"center":"left",alignVertical:"middle",fontSize:14,fontWeight:"500",fill:r.colorText,children:n.label})]}))};ct("rounded-rect-node",{component:ww,composites:["label"]});var zX=Object.defineProperty,NX=Object.defineProperties,HX=Object.getOwnPropertyDescriptors,Pw=Object.getOwnPropertySymbols,DX=Object.prototype.hasOwnProperty,qX=Object.prototype.propertyIsEnumerable,$w=(e,t,n)=>t in e?zX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,jX=(e,t)=>{for(var n in t||(t={}))DX.call(t,n)&&$w(e,n,t[n]);if(Pw)for(var n of Pw(t))qX.call(t,n)&&$w(e,n,t[n]);return e},FX=(e,t)=>NX(e,HX(t));const Cw=e=>{const[{width:t=24,height:n=t,strokeWidth:r=2,themeColors:i,datum:o},a]=st(e,["width","height"]),s=Math.min(t,n)-r,c=r/2;return R(Y,FX(jX({},a),{width:t,height:n,children:[p(ze,{width:t,height:n,fill:"none",visibility:"hidden"}),p(Je,{x:c,y:c,width:s,height:s,fill:i.colorPrimary,stroke:i.isDarkMode?"#FFF":"#000",strokeWidth:r,"data-element-type":"shape",children:p("title",{children:o.label||o.desc})})]}))};ct("simple-circle-node",{component:Cw,composites:[]});var BX=Object.defineProperty,WX=Object.defineProperties,GX=Object.getOwnPropertyDescriptors,Ow=Object.getOwnPropertySymbols,VX=Object.prototype.hasOwnProperty,YX=Object.prototype.propertyIsEnumerable,Sw=(e,t,n)=>t in e?BX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XX=(e,t)=>{for(var n in t||(t={}))VX.call(t,n)&&Sw(e,n,t[n]);if(Ow)for(var n of Ow(t))YX.call(t,n)&&Sw(e,n,t[n]);return e},UX=(e,t)=>WX(e,GX(t));const Mw=e=>{const[{indexes:t,datum:n,width:r=140,themeColors:i,positionV:o="normal"},a]=st(e,["width"]),s=o!=="flipped",c=s?"bottom":"top",l=p(Ve,{indexes:t,width:r,fill:i.colorText,alignHorizontal:"center",alignVertical:c,fontSize:14,children:n.label}),u=p(ht,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:"center",alignVertical:c,children:n.desc}),h=30,d=10,f=ae(l),g=ae(u),y=f.height+g.height,m=y+d+h+d+y;return p(Y,UX(XX({width:r,height:m},a),{children:R(ye,{flexDirection:"column",alignItems:"center",children:[s?R(tt,{children:[u,l,p(mt,{height:d})]}):p(tt,{children:p(mt,{height:y+d})}),R(yi,{horizontal:"center",vertical:"middle",children:[p(KX,{width:r,height:h,fill:i.colorPrimary}),p(Ne,{width:r,height:h,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:n.time?n.time:String(t[0]+1).padStart(2,"0").slice(-2)})]}),s?p(tt,{children:p(mt,{height:y+d})}):R(tt,{children:[p(mt,{height:d}),l,u]})]})}))},KX=e=>{const{x:t=0,y:n=0,width:r=100,height:i=40,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r-a,y:n},{x:t+r,y:n+i/2},{x:t+r-a,y:n+i},{x:t,y:n+i},{x:t+a,y:n+i/2}],fill:o,"data-element-type":"shape"})};ct("simple-horizontal-arrow",{component:Mw,composites:["label","desc","time"]});var ZX=Object.defineProperty,QX=Object.defineProperties,JX=Object.getOwnPropertyDescriptors,Ew=Object.getOwnPropertySymbols,eU=Object.prototype.hasOwnProperty,tU=Object.prototype.propertyIsEnumerable,Iw=(e,t,n)=>t in e?ZX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nU=(e,t)=>{for(var n in t||(t={}))eU.call(t,n)&&Iw(e,n,t[n]);if(Ew)for(var n of Ew(t))tU.call(t,n)&&Iw(e,n,t[n]);return e},rU=(e,t)=>QX(e,JX(t));const Aw=e=>{const[{indexes:t,datum:n,width:r=180,illusSize:i=r,gap:o=8,themeColors:a,usePaletteColor:s=!1},c]=st(e,["width","illusSize","gap","usePaletteColor"]),{label:l,desc:u}=n,h=s?a.colorPrimary:a.colorText,d=p(Ve,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"middle",fill:h,children:l}),f=ae(d);return R(ye,rU(nU({},c),{width:r,height:i+o+f.height+o+48,flexDirection:"column",alignItems:"center",justifyContent:"center",gap:o,children:[p(p_,{indexes:t,width:i,height:i}),d,p(ht,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"top",fill:a.colorTextSecondary,lineNumber:3,children:u})]}))};ct("simple-illus",{component:Aw,composites:["illus","label","desc"]});var iU=Object.defineProperty,oU=Object.defineProperties,aU=Object.getOwnPropertyDescriptors,Tw=Object.getOwnPropertySymbols,sU=Object.prototype.hasOwnProperty,cU=Object.prototype.propertyIsEnumerable,kw=(e,t,n)=>t in e?iU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dh=(e,t)=>{for(var n in t||(t={}))sU.call(t,n)&&kw(e,n,t[n]);if(Tw)for(var n of Tw(t))cU.call(t,n)&&kw(e,n,t[n]);return e},qh=(e,t)=>oU(e,aU(t));const Rw=e=>{const[{indexes:t,datum:n,width:r=200,height:i,gap:o=4,showIcon:a=!0,iconSize:s=30,iconType:c="default",positionH:l="normal",positionV:u="normal",usePaletteColor:h=!1,themeColors:d},f]=st(e,["width","height","gap","showIcon","iconSize","iconType","usePaletteColor"]),{label:g,desc:y,icon:m}=n,b=(z=>z==="normal"?"left":z==="flipped"?"right":"center")(l),_=h?d.colorPrimary:d.colorText,x=14,w=1.4,$=ae(p(Ve,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g})),C=a?c==="circle"?p(Ar,{indexes:t,size:s,fill:d.colorPrimary,colorBg:d.colorBg}):p(Dt,{indexes:t,size:s,fill:d.colorTextSecondary}):null;if(!a||!m){const z=i?Math.max(0,i-$.height-o):void 0,j=z?z<=60?1:Math.floor(z/(w*x)):2,H=i?u==="middle"?(i-$.height-(z||0)-o)/2:u==="flipped"?i-$.height-(z||0)-o:0:0;return R(Y,qh(Dh({},f),{children:[p(Ve,{indexes:t,width:r,y:H,alignHorizontal:b,alignVertical:"middle",fill:_,children:g}),p(ht,{indexes:t,width:r,height:z,y:H+$.height+o,alignHorizontal:b,alignVertical:T(),lineNumber:j,fill:d.colorTextSecondary,children:y})]}))}if(l==="center"){const z=a&&m?s:0,j=i?Math.max(0,i-$.height-z-o*2):void 0,H=j?j<=60?1:Math.floor(j/(w*x)):2,W=$.height+(j||0)+o,B=i?u==="middle"?(i-W-z-o)/2:u==="flipped"?i-W-z-o:0:0;return p(ye,qh(Dh({},f),{flexDirection:"column",gap:o,alignItems:"center",children:u==="flipped"?R(tt,{children:[R(Y,{children:[p(Ve,{indexes:t,width:r,y:B,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g}),p(ht,{indexes:t,width:r,height:j,y:B+$.height+o,alignHorizontal:"center",alignVertical:"bottom",lineNumber:H,fill:d.colorTextSecondary,children:y})]}),C]}):R(tt,{children:[C,R(Y,{children:[p(Ve,{indexes:t,width:r,y:B,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g}),p(ht,{indexes:t,width:r,height:j,y:B+$.height+o,alignHorizontal:"center",alignVertical:"top",lineNumber:H,fill:d.colorTextSecondary,children:y})]})]})}))}const M=ae(C),S=Math.max(r-M.width-o,0),E=i?Math.max(0,i-$.height-o):void 0,I=E?E<=60?1:Math.floor(E/(w*x)):2,O=i?u==="middle"?(i-$.height-(E||0)-o)/2:u==="flipped"?i-$.height-(E||0)-o:0:0;return p(ye,qh(Dh({},f),{flexDirection:"row",gap:o,alignItems:F(u),children:l==="flipped"?R(tt,{children:[R(Y,{children:[p(Ve,{indexes:t,width:S,y:O,alignHorizontal:"right",alignVertical:"middle",fill:_,children:g}),p(ht,{indexes:t,width:S,height:E,y:O+$.height+o,alignHorizontal:"right",alignVertical:T(),lineNumber:I,fill:d.colorTextSecondary,children:y})]}),C]}):R(tt,{children:[C,R(Y,{children:[p(Ve,{indexes:t,width:S,y:O,alignHorizontal:"left",alignVertical:"middle",fill:_,children:g}),p(ht,{indexes:t,width:S,height:E,y:O+$.height+o,alignHorizontal:"left",alignVertical:T(),lineNumber:I,fill:d.colorTextSecondary,children:y})]})]})}));function T(z,j){return"top"}function F(z){return z==="normal"?"flex-start":z==="flipped"?"flex-end":"center"}};ct("simple",{component:Rw,composites:["icon","label","desc"]});var lU=Object.defineProperty,uU=Object.defineProperties,hU=Object.getOwnPropertyDescriptors,Lw=Object.getOwnPropertySymbols,dU=Object.prototype.hasOwnProperty,fU=Object.prototype.propertyIsEnumerable,zw=(e,t,n)=>t in e?lU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pU=(e,t)=>{for(var n in t||(t={}))dU.call(t,n)&&zw(e,n,t[n]);if(Lw)for(var n of Lw(t))fU.call(t,n)&&zw(e,n,t[n]);return e},gU=(e,t)=>uU(e,hU(t));const Nw=e=>{const[{indexes:t,datum:n,height:r=140,themeColors:i,positionH:o="normal"},a]=st(e,["height"]),s=o==="normal"?"right":"left",c=p(Ve,{indexes:t,width:120,fill:i.colorText,alignHorizontal:s,alignVertical:"middle",fontSize:14,children:n.label}),l=p(ht,{indexes:t,width:120,fill:i.colorTextSecondary,alignHorizontal:s,alignVertical:"top",children:n.desc}),u=o!=="flipped",h=15,d=30,f=120,g=f+h+d+h+f;return p(Y,gU(pU({width:g,height:r},a),{children:R(ye,{flexDirection:"row",alignItems:"center",children:[u?R(tt,{children:[R(ye,{flexDirection:"column",alignItems:"flex-end",children:[c,l]}),p(mt,{width:h})]}):p(tt,{children:p(mt,{width:f+h})}),R(yi,{horizontal:"center",vertical:"middle",children:[p(mU,{width:d,height:r,fill:i.colorPrimary}),p(Ne,{width:d,height:r,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:String(t[0]+1).padStart(2,"0").slice(-2)})]}),u?p(tt,{children:p(mt,{width:f+h})}):R(tt,{children:[p(mt,{width:h}),R(ye,{flexDirection:"column",alignItems:"flex-start",children:[c,l]})]})]})}))},mU=e=>{const{x:t=0,y:n=0,width:r=30,height:i=100,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r/2,y:n+a},{x:t+r,y:n},{x:t+r,y:n+i-a},{x:t+r/2,y:n+i},{x:t,y:n+i-a}],fill:o,"data-element-type":"shape"})};ct("simple-vertical-arrow",{component:Nw,composites:["label","desc"]});var yU=Object.defineProperty,vU=Object.defineProperties,bU=Object.getOwnPropertyDescriptors,Hw=Object.getOwnPropertySymbols,_U=Object.prototype.hasOwnProperty,xU=Object.prototype.propertyIsEnumerable,Dw=(e,t,n)=>t in e?yU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wU=(e,t)=>{for(var n in t||(t={}))_U.call(t,n)&&Dw(e,n,t[n]);if(Hw)for(var n of Hw(t))xU.call(t,n)&&Dw(e,n,t[n]);return e},PU=(e,t)=>vU(e,bU(t));const jh=80,Fh=3,qw=e=>{const[{datum:t,indexes:n,width:r=200,gap:i=4,positionH:o="center",themeColors:a},s]=st(e,["width","height","gap"]),c=ae(p(Ve,{indexes:n,fontSize:18,fontWeight:"bold",width:r,children:t.label})),l=t.desc?ae(p(ht,{indexes:n,width:r,wordWrap:!0,children:t.desc})):{height:0},u=c.height+i+Fh+(t.desc?i*2+l.height:0),h=0,d=0,f=o==="center"?"center":o==="flipped"?"right":"left",g=o==="center"?(r-jh)/2:o==="flipped"?r-jh:0,y=d+c.height+i,m=0,v=y+Fh+i*2;return R(Y,PU(wU({width:r,height:u},s),{children:[t.label&&p(Ve,{indexes:n,x:h,y:d,width:r,alignHorizontal:f,fill:a.colorPrimary,fontSize:18,fontWeight:"bold",children:t.label}),t.label&&p(ze,{x:g,y,width:jh,height:Fh,fill:a.colorPrimary,"data-element-type":"shape"}),t.desc&&p(ht,{indexes:n,width:r,x:m,y:v,alignHorizontal:f,wordWrap:!0,fill:a.colorText,children:t.desc})]}))};ct("underline-text",{component:qw,composites:["label","desc"]});var $U=Object.defineProperty,CU=Object.defineProperties,OU=Object.getOwnPropertyDescriptors,jw=Object.getOwnPropertySymbols,SU=Object.prototype.hasOwnProperty,MU=Object.prototype.propertyIsEnumerable,Fw=(e,t,n)=>t in e?$U(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,EU=(e,t)=>{for(var n in t||(t={}))SU.call(t,n)&&Fw(e,n,t[n]);if(jw)for(var n of jw(t))MU.call(t,n)&&Fw(e,n,t[n]);return e},IU=(e,t)=>CU(e,OU(t));const Bw=e=>{const[{indexes:t,datum:n,height:r=140,themeColors:i,positionH:o="normal"},a]=st(e,["height"]),c=o!=="flipped"?"right":"left",l=p(Ve,{indexes:t,width:120,fill:i.colorText,alignHorizontal:c,alignVertical:"middle",fontSize:14,children:n.label}),u=p(ht,{indexes:t,width:120,fill:i.colorTextSecondary,alignHorizontal:c,alignVertical:"top",children:n.desc}),h=p(Ar,{indexes:t,fill:i.colorPrimary,colorBg:i.colorWhite}),d=p(TU,{width:30,height:8,fill:i.colorPrimary,positionH:o}),f=o!=="flipped",g=5,y=25,m=30,v=ae(l),b=ae(h),_=ae(d),x=v.width+g+_.width-b.width-y,w=Math.max(v.width+g+_.width,y+b.width)*2+m;return p(Y,IU(EU({width:w,height:r},a),{children:R(ye,{flexDirection:"row",alignItems:"center",children:[f?R(tt,{children:[R(ye,{flexDirection:"column",alignItems:"flex-end",children:[l,u]}),p(mt,{width:g}),d]}):R(tt,{children:[p(mt,{width:x}),h,p(mt,{width:y})]}),R(yi,{horizontal:"center",vertical:"middle",children:[p(AU,{width:m,height:r,fill:i.colorPrimary}),p(Ne,{width:m,height:r,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:String(t[0]+1).padStart(2,"0").slice(-2)})]}),f?R(tt,{children:[p(mt,{width:y}),h]}):R(tt,{children:[d,p(mt,{width:g}),R(ye,{flexDirection:"column",alignItems:"flex-start",children:[l,u]})]})]})}))},AU=e=>{const{x:t=0,y:n=0,width:r=30,height:i=100,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r/2,y:n+a},{x:t+r,y:n},{x:t+r,y:n+i-a},{x:t+r/2,y:n+i},{x:t,y:n+i-a}],fill:o,"data-element-type":"shape"})},TU=e=>{const{x:t=0,y:n=0,width:r=50,height:i=10,fill:o,positionH:a="normal"}=e,s=i/2,c=r-s,l=2,u=s;return R(Y,{x:t,y:n,width:r,height:i,children:[p(Je,{width:i,height:i,fill:o,x:a==="normal"?0:c-s,"data-element-type":"shape"}),p(Pe,{d:a==="normal"?`M${s},${u} L${s+c},${u}`:`M0,${u} L${c-s},${u}`,strokeWidth:l,stroke:o,"data-element-type":"shape"})]})};ct("vertical-icon-arrow",{component:Bw,composites:["icon","label","desc"]});const Bh=new Map;function We(e,t){Bh.set(e,t)}function Ww(e){return Bh.get(e)}function kU(){return Array.from(Bh.keys())}const Gw=e=>{var t,n,r;const{Title:i,Item:o,data:a,width:s,gap:c,barGap:l,barHeight:u=28,barAreaWidth:h,labelGap:d=16,padding:f=24,showValue:g=!0,options:y,valueFormatter:m=Fe=>Fe.toString()}=e,v=(t=h!=null?h:s)!=null?t:480,{title:b,desc:_,items:x=[],xTitle:w,yTitle:P}=a,$=i?p(i,{title:b,desc:_}):null;if(x.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:$});const[C,M,S,E]=Er(f),I=(n=x[0])!=null?n:{label:"",value:0},O=ae(p(o,{indexes:[0],datum:I,data:a})),T=O.width||140,F=O.height||u,z=Math.max(u,F),j=Math.max(12,z*.35),H=(r=l!=null?l:c)!=null?r:j,W=x.map(Fe=>{var Be;return(Be=Fe.value)!=null?Be:0}),B=Math.max(...W,0),X=Math.min(...W,0),D=X<0?X*1.1:0;let k=B>0?B*1.1:0;k===D&&(k=D+1);const A=To().domain([D,k]).range([0,v]),L=Math.min(Math.max(A(0),0),v),N=Math.max(2,v*.02),q=x.length*(z+H)-H,G=P?24:0,U=20,K=w?24:0,ne=C+G,ee=E+T+d,se=g?80:0,ce=Math.max(8,z*.2),Z=ee+v+se+M,le=ne+q+ce+U+K+S,te=Ct(y.themeConfig),Q=te.colorText||"#666",re=wt(y),ie=[],ue=[],he=[],fe=[],me=[],pe=[],_e=[],Ce=ne+q+ce,Me=Fe=>Number.isInteger(Fe)?Fe.toString():Fe.toFixed(1);x.forEach((Fe,Be)=>{var Ye;const de=[Be],Te=(Ye=Fe.value)!=null?Ye:0,ke=ne+Be*(z+H),oe=ke+(z-u)/2,be=Te>=0?ee+L:ee+A(Te),we=Te>=0?A(Te)-L:L-A(Te),Oe=we===0?N:we,Ze=je(y,[Be])||te.colorPrimary;if(ie.push(p(ze,{x:be,y:oe,width:Oe,height:u,fill:Ze,rx:6,ry:6,"data-element-type":"shape"})),g){const Le=Te>=0?be+Oe+8:be-8;ue.push(p(Ne,{x:Le,y:oe+u/2,alignHorizontal:Te>=0?"left":"right",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:Ze,children:m(Te,Fe)}))}he.push(p(o,{indexes:de,datum:Fe,data:a,x:E,y:ke+(z-F)/2,width:T,height:F,positionV:"middle"}))});const $e=Math.max(3,Math.min(7,Math.floor(v/80)));return A.ticks($e).forEach(Fe=>{const Be=ee+A(Fe);pe.push(p(Pe,{d:`M${Be} ${ne} L${Be} ${ne+q}`,stroke:Q,strokeOpacity:.08,"data-element-type":"shape"})),me.push(p(Pe,{d:`M${Be-.5} ${Ce} L${Be-.5} ${Ce+6}`,stroke:Q,"data-element-type":"shape"})),me.push(p(Ne,{x:Be,y:Ce+14,alignHorizontal:"center",alignVertical:"middle",fontSize:12,fill:Q,children:Me(Fe)}))}),fe.push(p(Pe,{d:`M${ee} ${Ce} L${ee+v} ${Ce}`,stroke:Q,"data-element-type":"shape"})),D<0&&fe.push(p(ze,{x:ee+L-.5,y:ne,width:1,height:q,fill:re,"data-element-type":"shape"})),P&&_e.push(p(Ne,{x:E+T/2,y:C+G/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:Q,children:P})),w&&_e.push(p(Ne,{x:ee+v/2,y:Ce+U+K/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:Q,children:w})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[$,R(Y,{width:Z,height:le,children:[p(Y,{children:pe}),p(Y,{children:ie}),p(Y,{children:ue}),p(Y,{children:_e}),p(Y,{children:[...fe,...me]}),p(He,{children:he})]})]})};We("chart-bar",{component:Gw,composites:["title","item","xTitle","yTitle"]});const Vw=e=>{const{Title:t,Item:n,data:r,columnGap:i=60,columnWidth:o=50,padding:a=20,showValue:s=!0,options:c,valueFormatter:l=W=>W.toString()}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:f});const g=Ct(c.themeConfig),m=[...d.map(W=>{var B;return(B=W.value)!=null?B:0}),0].sort((W,B)=>W-B),v=m[0]<0,b=d.length*o+(d.length-1)*i,_=300,[x,w,P,$]=Er(a),C=s?24:0,M=10,S=v&&s?C+M:M,E=b+$+w,I=_+x+P+S,O=To().domain([m[0],m[m.length-1]]).range([_,0]),T=O(0),F=[],z=[],j=[],H=[];return d.forEach((W,B)=>{var X;const D=[B],k=(X=W.value)!=null?X:0,A=$+B*(o+i),L=k>=0?O(k):T,N=Math.abs(O(k)-T),q=je(c,[B])||g.colorPrimary,G=`${q}-column-positive-${B}`,U=`${q}-column-negative-${B}`;H.push(R("linearGradient",{id:k>=0?G:U,x1:"0%",y1:k>=0?"0%":"100%",x2:"0%",y2:k>=0?"100%":"0%",children:[p("stop",{offset:"0%",stopColor:q}),p("stop",{offset:"100%",stopColor:ve.mix(q,"#fff",40).toHexString()})]})),F.push(p(ze,{x:A,y:x+L,width:o,height:N,fill:`url(#${k>=0?G:U})`,rx:8,ry:8,"data-element-type":"shape"})),s&&z.push(p(Ne,{x:A+o/2,y:k>=0?x+L-10:x+L+N+20,fontSize:16,fontWeight:"bold",alignHorizontal:"center",alignVertical:k>=0?"bottom":"top",fill:q,children:l(k,W)}));const K=o+i,ne=x+_+S;j.push(p(n,{indexes:D,datum:W,data:r,x:A+o/2-K/2,y:ne,width:K,positionH:"center"}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,R(Y,{width:E,height:I,children:[p(Ke,{children:H}),p(Y,{children:F}),p(Y,{children:z}),p(He,{children:j})]})]})};We("chart-column",{component:Vw,composites:["title","item"]});var RU=Object.defineProperty,LU=Object.defineProperties,zU=Object.getOwnPropertyDescriptors,Yw=Object.getOwnPropertySymbols,NU=Object.prototype.hasOwnProperty,HU=Object.prototype.propertyIsEnumerable,Xw=(e,t,n)=>t in e?RU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Uw=(e,t)=>{for(var n in t||(t={}))NU.call(t,n)&&Xw(e,n,t[n]);if(Yw)for(var n of Yw(t))HU.call(t,n)&&Xw(e,n,t[n]);return e},DU=(e,t)=>LU(e,zU(t));const Kw=e=>{const{Title:t,Item:n,data:r,width:i,height:o=260,gap:a=10,padding:s=24,showValue:c=!0,options:l,valueFormatter:u=oe=>oe.toString()}=e,{title:h,desc:d,items:f=[],xTitle:g,yTitle:y}=r,m=t?p(t,{title:h,desc:d}):null;if(f.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:m});const[v,b,_,x]=Er(s),w={indexes:[0],datum:f[0],data:r,positionH:"center",positionV:"normal"},P=ae(p(n,Uw({},w))),$=P.width,C=P.height,M=Math.max(28,C+14),S=44,E=y?26:0,I=g?22:0,O=$+a,T=f.length>0?(f.length-1)*O+$:0,F=i!==void 0?i:Math.max(200,T||320),z=f.length>1?Math.max(O,(F-$)/(f.length-1)):0,j=f.length>0?Math.max($,(f.length-1)*z+$):0,H=x+S+E,W=v+E,B=H+j+b,X=W+o+M+I+_,D=f.map(oe=>{var be;return(be=oe.value)!=null?be:0}),k=Math.max(...D,0),A=Math.min(...D,0),L=Math.max(Math.abs(k),Math.abs(A))*.1,N=A<0?A-L:0;let q=k>0?k+L:1;q===N&&(q=N+1);const G=To().domain([N,q]).nice().range([o,0]),U=Math.max(0,Math.min(o,G(0))),K=q<=0?0:N>=0?o:U,ne=wt(l),ee=Ct(l.themeConfig),se=ee.colorText||"#666",ce=[],Z=[],le=[],te=[],Q=[],re=[],ie=[];G.ticks(6).forEach(oe=>{const be=W+G(oe);ce.push(p(Pe,{d:`M ${H} ${be} L ${H+j} ${be}`,width:j,height:1,stroke:se,strokeWidth:1,"data-element-type":"shape",opacity:.08})),ie.push(p(Ne,{x:H-8,y:be,alignHorizontal:"right",alignVertical:"middle",fontSize:12,fill:se,children:Number.isInteger(oe)?oe.toString():oe.toFixed(1)}))});const he=[],fe=[],me=[],pe=oe=>{if(oe.length===0)return"";if(oe.length===1){const we=oe[0];return`M ${we.x} ${we.y}`}const be=[];be.push(`M ${oe[0].x} ${oe[0].y}`);for(let we=0;we<oe.length-1;we++){const Oe=oe[we-1]||oe[we],Ze=oe[we],Le=oe[we+1],Ee=oe[we+2]||Le,Qe=Ze.x+(Le.x-Oe.x)/6,et=Ze.y+(Le.y-Oe.y)/6,Xe=Le.x-(Ee.x-Ze.x)/6,rt=Le.y-(Ee.y-Ze.y)/6;be.push(`C ${Qe} ${et} ${Xe} ${rt} ${Le.x} ${Le.y}`)}return be.join(" ")};f.forEach((oe,be)=>{var we;const Oe=H+be*z+$/2,Ze=W+G((we=oe.value)!=null?we:0);fe.push({x:Oe,y:Ze,datum:oe}),he.push(p(n,DU(Uw({},w),{indexes:[be],datum:oe,x:Oe-$/2,y:W+o+4})));const Le=je(l,[be])||ee.colorPrimary;me.push({x:Oe,color:Le})});const _e=me.length>0?Math.min(...me.map(oe=>oe.x)):H,Ce=me.length>0?Math.max(...me.map(oe=>oe.x)):H+j,Me=Math.max(1,Ce-_e),$e=me.map(oe=>p("stop",{offset:`${(oe.x-_e)/Me*100}%`,stopColor:oe.color})),Re=me.map(oe=>p("stop",{offset:`${(oe.x-_e)/Me*100}%`,stopColor:oe.color,stopOpacity:"0.18"}));if(me.length>0){const oe=me[me.length-1].color;$e.push(p("stop",{offset:"100%",stopColor:oe})),Re.push(p("stop",{offset:"100%",stopColor:oe,stopOpacity:"0.04"}))}const Fe=`chart-line-${Rb([j,o,se,ne,me.map(oe=>`${oe.x.toFixed(2)}-${oe.color}`).join()].join(":"))}`,Be=`${Fe}-stroke`,Ye=`${Fe}-area`,de=pe(fe);le.push(p(Pe,{d:de,width:j,height:o,stroke:`url(#${Be})`,strokeWidth:3,fill:"none","data-element-type":"shape"}));const Te=de.includes("C")?de.slice(de.indexOf("C")):"",ke=[`M ${fe[0].x} ${W+K}`,`L ${fe[0].x} ${fe[0].y}`,Te,`L ${fe[fe.length-1].x} ${W+K}`,"Z"].join(" ");return le.push(p(Pe,{d:ke,width:j,height:o,fill:`url(#${Ye})`,stroke:"none","data-element-type":"shape"})),fe.forEach((oe,be)=>{var we;const Oe=je(l,[be])||ee.colorPrimary;te.push(p(Je,{x:oe.x-6,y:oe.y-6,width:12,height:12,fill:Oe,"data-element-type":"shape"})),c&&Q.push(p(Ne,{x:oe.x,y:oe.y-12,alignHorizontal:"center",alignVertical:"bottom",fontSize:12,fontWeight:"bold",fill:Oe,children:u((we=oe.datum.value)!=null?we:0,oe.datum)}))}),Z.push(p(Pe,{d:`M ${H} ${W+K} L ${H+j} ${W+K}`,width:j,height:1,stroke:se,strokeWidth:1,"data-element-type":"shape"})),Z.push(p(Pe,{d:`M ${H} ${W} L ${H} ${W+o}`,width:1,height:o,stroke:se,strokeWidth:1,"data-element-type":"shape"})),g&&re.push(p(Ne,{x:H+j/2,y:W+o+M+I/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:se,children:g})),y&&re.push(p(Ne,{x:x+E/2,y:W+o/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:se,children:y})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[m,R(Y,{width:B,height:X,children:[R(Ke,{children:[p("linearGradient",{id:Be,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:$e}),R("linearGradient",{id:Ye,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[Re,p("stop",{offset:"100%",stopColor:ne,stopOpacity:"0.04"})]})]}),p(Y,{children:ce}),p(Y,{children:[...Z,...ie]}),p(Y,{children:le}),p(Y,{children:te}),p(Y,{children:Q}),p(Y,{children:re}),p(He,{children:he})]})]})};We("chart-line",{component:Kw,composites:["title","item","xTitle","yTitle"]});const Zw=e=>{var t;const{Title:n,Item:r,data:i,radius:o=140,innerRadius:a=0,padding:s=30,showPercentage:c=!0,options:l}=e,{title:u,desc:h,items:d=[]}=i,f=n?p(n,{title:u,desc:h}):null,g=ae(p(J,{indexes:[0]})),y=(t=d[0])!=null?t:{label:"",value:0},m=ae(p(r,{indexes:[0],datum:y,data:i,positionH:"center",positionV:"middle"})),v=m.width||140,b=m.height||32,_=Math.max(o,60),x=1.35,w=8,P=_*x+w+v,$=_,C=s+P,M=s+$,S=C*2,E=M*2;if(d.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,p(Y,{width:S,height:E,children:p(qe,{children:p(J,{indexes:[0],x:C-g.width/2,y:M-g.height/2})})})]});const I=d.reduce((G,U)=>{var K;return G+Math.max((K=U.value)!=null?K:0,0)},0),O=wt(l),T=Ct(l.themeConfig),z=eX().value(G=>{var U;return Math.max((U=G.value)!=null?U:0,0)}).sort(null).startAngle(0).endAngle(Math.PI*2)(d),j=Ro().innerRadius(a).outerRadius(_).cornerRadius(2),H=Ro().innerRadius(_).outerRadius(_),W=Ro().innerRadius(_*1.15).outerRadius(_*1.15),B=a+(_-a)*.5,X=Ro().innerRadius(B).outerRadius(B),D=Ro().innerRadius(_*.85).outerRadius(_*.85),k=[],A=[],L=[],N=[],q=[];return z.forEach(G=>{const U=G.data,K=G.index,ne=je(l,[K])||T.colorPrimary||O,ee=j(G)||"";k.push(p(Pe,{d:ee,fill:ne,stroke:T.colorBg,strokeWidth:1,"data-element-type":"shape",width:_*2,height:_*2}));const ce=G.startAngle+(G.endAngle-G.startAngle)/2<Math.PI,Z=H.centroid(G),le=W.centroid(G),Q=[_*x*(ce?1:-1),le[1]];L.push(p(Pe,{d:`M${C+Z[0]} ${M+Z[1]} L${C+le[0]} ${M+le[1]} L${C+Q[0]} ${M+Q[1]}`,stroke:O,strokeOpacity:.45,strokeWidth:2,fill:"none","data-element-type":"shape"}));const re=C+Q[0]+(ce?w:-w-v),ie=M+Q[1]-b/2;if(N.push(p(r,{indexes:[K],datum:U,data:i,x:re,y:ie,width:v,height:b,positionH:ce?"normal":"flipped",positionV:"middle",themeColors:Ct({colorPrimary:ne},l)})),c&&I>0){const he=X.centroid(G),fe=Math.max(G.value,0),me=(fe*100/I).toFixed(1),pe=50,_e=20;A.push(p(Ne,{x:C+he[0]-pe/2,y:M+he[1]-_e/2,width:pe,height:_e,alignHorizontal:"center",alignVertical:"middle",fontSize:12,fontWeight:"bold",fill:"#ffffff","data-value":fe,"data-indexes":[K],"data-element-type":Ue.ItemValue,children:`${me}%`}))}const ue=D.centroid(G);q.push(p(nt,{indexes:[K],x:C+ue[0]-g.width/2,y:M+ue[1]-g.height/2}))}),z.forEach((G,U)=>{const K=(U+1)%z.length,ne=G.endAngle,ee=z[K].startAngle+(K===0?Math.PI*2:0),se=(ne+ee)/2,ce=_*1,Z=Math.sin(se)*ce,le=-Math.cos(se)*ce;q.push(p(J,{indexes:[U+1],x:C+Z-g.width/2,y:M+le-g.height/2}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[f,R(Y,{width:S,height:E,children:[p(Y,{x:C,y:M,children:k}),p(Y,{children:L}),p(Y,{children:A}),p(He,{children:N}),p(qe,{children:q})]})]})};We("chart-pie",{component:Zw,composites:["title","item"]});var qU=Object.defineProperty,jU=Object.defineProperties,FU=Object.getOwnPropertyDescriptors,Qw=Object.getOwnPropertySymbols,BU=Object.prototype.hasOwnProperty,WU=Object.prototype.propertyIsEnumerable,Jw=(e,t,n)=>t in e?qU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,e4=(e,t)=>{for(var n in t||(t={}))BU.call(t,n)&&Jw(e,n,t[n]);if(Qw)for(var n of Qw(t))WU.call(t,n)&&Jw(e,n,t[n]);return e},t4=(e,t)=>jU(e,FU(t));const GU=[0,30,-30,60,-60],VU=Math.PI*(3-Math.sqrt(5));function n4(e,t,n){const r=Math.PI/180*n,i=Math.cos(r),o=Math.sin(r);return{width:Math.abs(e*i)+Math.abs(t*o),height:Math.abs(e*o)+Math.abs(t*i)}}function YU(e,t,n,r,i,o){const a=e-o,s=e+n+o,c=t-o,l=t+r+o;return i.some(u=>{const h=u.box.x-o,d=u.box.x+u.box.width+o,f=u.box.y-o,g=u.box.y+u.box.height+o;return!(s<=h||a>=d||l<=f||c>=g)})}function XU(e,t,n,r,i){const o=[],a=t?GU:[0],s=Math.max(1600,e.length*28);return e.forEach((c,l)=>{const u=Math.max(c.width,c.height),h=l*VU;let d=0,f=null;for(let g=0;g<s&&!f;g++){g===Math.floor(s*.6)&&(d=u);const y=h+g*r,m=i*Math.sqrt(g+1)+d+u*.25,v=m*Math.cos(y),b=m*Math.sin(y);for(const _ of a){const x=n4(c.width,c.height,_),w=v-x.width/2,P=b-x.height/2;if(!YU(w,P,x.width,x.height,o,n)){f=t4(e4({},c),{angle:_,centerX:v,centerY:b,box:{x:w,y:P,width:x.width,height:x.height}});break}}}if(!f){const g=a[l%a.length],y=i*Math.sqrt(s+1)+u,m=h,v=y*Math.cos(m),b=y*Math.sin(m),_=n4(c.width,c.height,g);f=t4(e4({},c),{angle:g,centerX:v,centerY:b,box:{x:v-_.width/2,y:b-_.height/2,width:_.width,height:_.height}})}o.push(f)}),o}const r4=e=>{const{data:t,options:n,minFontSize:r=16,maxFontSize:i=48,enableRotate:o=!0,padding:a=6,spiralStep:s=.45,radiusStep:c=10}=e,{items:l=[]}=t,u=l.map((O,T)=>({datum:O,index:T})).filter(({datum:O})=>O.label);if(u.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:p(Y,{children:p(He,{})})});const h=u.map(({datum:O})=>O.value).filter(O=>typeof O=="number"),d=h.length>0,f=d?Math.min(...h):0,g=d?Math.max(...h):0,y=d&&f===g,m=(r+i)/2,v=O=>{if(!d||y)return m;if(O==null)return r;const T=(O-f)/(g-f||1);return r+T*(i-r)},b=u.map(({datum:O,index:T})=>{const F=v(O.value),z=ae(p(Ne,{fontSize:F,fontWeight:"bold",children:O.label})),j=je(n,[T])||wt(n);return{label:O.label,value:O.value,color:j,fontSize:F,width:z.width*1.05,height:z.height}}).sort((O,T)=>T.fontSize-O.fontSize),_=XU(b,o,a,s,c),x=Math.min(..._.map(O=>O.box.x)),w=Math.min(..._.map(O=>O.box.y)),P=Math.max(..._.map(O=>O.box.x+O.box.width)),$=Math.max(..._.map(O=>O.box.y+O.box.height)),C=-x+a,M=-w+a,S=P-x+a*2,E=$-w+a*2,I=_.map((O,T)=>{const F=O.centerX-O.width/2+C,z=O.centerY-O.height/2+M,j=O.width/2,H=O.height/2,W=`translate(${F}, ${z}) rotate(${O.angle}, ${j}, ${H})`;return p(Y,{transform:W,children:p(Ne,{width:O.width,height:O.height,fontSize:O.fontSize,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:O.color,"data-indexes":T,"data-element-type":Ue.ItemLabel,children:O.label})})});return p(He,{id:"infographic-container",width:S,height:E,children:I})};We("chart-wordcloud",{component:r4,composites:[]});const i4=new Map,Wh=(e,t)=>{i4.set(e,t)},UU=e=>{var t;return e&&(t=i4.get(e))!=null?t:null};var KU=Object.defineProperty,ZU=Object.defineProperties,QU=Object.getOwnPropertyDescriptors,o4=Object.getOwnPropertySymbols,JU=Object.prototype.hasOwnProperty,eK=Object.prototype.propertyIsEnumerable,a4=(e,t,n)=>t in e?KU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,s4=(e,t)=>{for(var n in t||(t={}))JU.call(t,n)&&a4(e,n,t[n]);if(o4)for(var n of o4(t))eK.call(t,n)&&a4(e,n,t[n]);return e},c4=(e,t)=>ZU(e,QU(t));Wh("pros-cons-arrow",e=>{const{x:t,y:n,colorPositive:r,colorNegative:i,colorBg:o}=e,a=200,s=141,c={width:90,height:40,fontSize:22,alignHorizontal:"center",alignVertical:"middle",fontWeight:"bold",fill:o};return R(Y,{x:t,y:n,width:a,height:s,children:[R(xt,{children:[p("path",{d:"M137 54C137 54.2903 137 54.5806 136.706 54.7742L108.614 86.0323H64.7619C64.4071 86.0204 64.0557 86.1043 63.7453 86.2747C63.4349 86.4452 63.1773 86.6959 63 87C63.0037 86.7447 63.1092 86.5012 63.2936 86.3226L91.3862 55.0645H135.238C135.593 55.0763 135.944 54.9925 136.255 54.822C136.565 54.6516 136.823 54.4009 137 54.0968V54Z",fill:"#D9D9D9"}),p("path",{d:"M39.3272 0.484649C39.6146 0.234929 39.9662 0.0736935 40.3407 0.0198929C40.7152 -0.0339076 41.0971 0.0219605 41.4414 0.180925C41.7857 0.33989 42.0783 0.595358 42.2846 0.917314C42.491 1.23927 42.6026 1.61434 42.6063 1.99848V14.8156H136.013C136.54 14.8156 137.045 15.0282 137.418 15.4068C137.791 15.7853 138 16.2987 138 16.834V53.166C138 53.7013 137.791 54.2147 137.418 54.5932C137.045 54.9718 136.54 55.1844 136.013 55.1844H42.6063V68.0015C42.6026 68.3857 42.491 68.7607 42.2846 69.0827C42.0783 69.4046 41.7857 69.6601 41.4414 69.8191C41.0971 69.9781 40.7152 70.0339 40.3407 69.9801C39.9662 69.9263 39.6146 69.7651 39.3272 69.5154L0.672847 36.5138C0.461378 36.3244 0.292014 36.0915 0.176005 35.8305C0.0599968 35.5695 0 35.2864 0 35C0 34.7136 0.0599968 34.4306 0.176005 34.1696C0.292014 33.9085 0.461378 33.6756 0.672847 33.4862L39.4265 0.484649H39.3272Z",fill:r}),p("path",{d:"M157.394 73.0007C157.397 72.6162 157.509 72.2407 157.715 71.9183C157.922 71.596 158.214 71.3403 158.559 71.1811C158.903 71.022 159.285 70.9661 159.659 71.0199C160.034 71.0738 160.385 71.2352 160.673 71.4852L199.327 104.524C199.539 104.714 199.708 104.947 199.824 105.208C199.94 105.47 200 105.753 200 106.04C200 106.326 199.94 106.61 199.824 106.871C199.708 107.132 199.539 107.366 199.327 107.555L160.573 140.594C160.285 140.815 159.943 140.951 159.584 140.989C159.225 141.027 158.862 140.965 158.535 140.809C158.208 140.653 157.929 140.41 157.728 140.105C157.527 139.8 157.411 139.445 157.394 139.078V126.247H63.9874C63.4603 126.247 62.9548 126.034 62.5821 125.655C62.2094 125.276 62 124.762 62 124.226V87.8531C62 87.3172 62.2094 86.8032 62.5821 86.4242C62.9548 86.0453 63.4603 85.8324 63.9874 85.8324H157.394V73.0007Z",fill:i})]}),p(Ne,c4(s4({x:40,y:15},c),{children:"Pros"})),p(Ne,c4(s4({x:70,y:85},c),{children:"Cons"}))]})});var tK=Object.defineProperty,nK=Object.defineProperties,rK=Object.getOwnPropertyDescriptors,l4=Object.getOwnPropertySymbols,iK=Object.prototype.hasOwnProperty,oK=Object.prototype.propertyIsEnumerable,u4=(e,t,n)=>t in e?tK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,h4=(e,t)=>{for(var n in t||(t={}))iK.call(t,n)&&u4(e,n,t[n]);if(l4)for(var n of l4(t))oK.call(t,n)&&u4(e,n,t[n]);return e},d4=(e,t)=>nK(e,rK(t));Wh("pros-cons-fold",e=>{const{x:t,y:n,colorPositive:r,colorNegative:i,colorBg:o}=e,a=240,s=300,c={width:85,height:30,fontSize:20,alignHorizontal:"center",alignVertical:"middle",fontWeight:"bold",fill:o};return R(Y,{x:t,y:n,width:a,height:s,children:[R(xt,{children:[p("path",{d:"M136.914 38.7755C137.303 38.7733 137.683 38.6617 138.011 38.4534C138.339 38.2451 138.602 37.9485 138.77 37.5977C138.937 37.247 139.002 36.8561 138.957 36.4701C138.913 36.084 138.76 35.7183 138.517 35.415L110.741 0.982313C110.548 0.735138 110.301 0.535238 110.018 0.397762C109.736 0.260286 109.426 0.188841 109.112 0.188841C108.798 0.188841 108.488 0.260286 108.206 0.397762C107.924 0.535238 107.676 0.735138 107.483 0.982313L79.7069 35.415C79.4639 35.7183 79.3113 36.084 79.2667 36.4701C79.222 36.8561 79.2871 37.247 79.4545 37.5977C79.6219 37.9485 79.8847 38.2451 80.213 38.4534C80.5412 38.6617 80.9216 38.7733 81.3104 38.7755H92.8965C93.0517 57.1293 97.5517 64.9878 105.259 73.7252C107.017 75.7932 108.983 77.8612 111.103 80.1361C113.276 82.4626 122.121 88.9252 131.069 95.181C129.362 88.7701 128.172 81.2218 127.293 73.7252C125.224 55.9918 125.017 38.7755 125.017 38.7755H136.914Z",fill:r,fillOpacity:.4}),p("path",{d:"M237.931 109.967C238.48 109.967 239.006 109.749 239.394 109.362C239.782 108.974 240 108.448 240 107.899V75.7932C240 75.2447 239.782 74.7187 239.394 74.3309C239.006 73.9431 238.48 73.7252 237.931 73.7252H127.241C128.172 81.2218 129.362 88.7701 131.069 95.181C138.182 100.171 145.337 105.1 152.534 109.967H237.931Z",fill:r}),p("path",{d:"M152.586 109.967C152.586 109.967 141.724 102.678 131.069 95.181C124.122 90.5838 117.455 85.5772 111.103 80.1878C109.034 77.8612 107.017 75.7415 105.259 73.7252H48.6207V56.6639C48.6091 56.2797 48.4905 55.9063 48.2784 55.5857C48.0662 55.2651 47.7689 55.0099 47.4197 54.8488C47.0705 54.6878 46.6833 54.6271 46.3016 54.6738C45.9199 54.7204 45.5587 54.8725 45.2586 55.1129L1.50002 90.2694C1.26208 90.4633 1.07029 90.7078 0.938585 90.985C0.80688 91.2622 0.738558 91.5652 0.738558 91.8721C0.738558 92.179 0.80688 92.482 0.938585 92.7592C1.07029 93.0365 1.26208 93.2809 1.50002 93.4748L45.2586 128.631C45.5621 128.874 45.928 129.027 46.3142 129.071C46.7005 129.116 47.0914 129.051 47.4424 128.884C47.7933 128.716 48.09 128.454 48.2984 128.125C48.5068 127.797 48.6185 127.417 48.6207 127.029V109.967H152.586Z",fill:"#BFBFBF"}),p("path",{d:"M36.1034 88.9252H28.9655V93.785H36.1034V101.85H41.4828V93.785H48.6207V88.8735H41.4828V81.1701H36.1034V88.9252Z",fill:"#404040"}),p("path",{d:"M103.086 261.224C102.697 261.227 102.317 261.338 101.989 261.547C101.661 261.755 101.398 262.051 101.23 262.402C101.063 262.753 100.998 263.144 101.043 263.53C101.087 263.916 101.24 264.282 101.483 264.585L129.259 299.018C129.452 299.265 129.699 299.465 129.982 299.602C130.264 299.74 130.574 299.811 130.888 299.811C131.202 299.811 131.512 299.74 131.794 299.602C132.076 299.465 132.324 299.265 132.517 299.018L160.293 264.585C160.536 264.282 160.689 263.916 160.733 263.53C160.778 263.144 160.713 262.753 160.546 262.402C160.378 262.051 160.115 261.755 159.787 261.547C159.459 261.338 159.078 261.227 158.69 261.224H147.103C146.948 242.871 142.448 235.012 134.741 226.275C132.983 224.207 131.017 222.139 128.897 219.864C126.724 217.537 117.879 211.075 108.931 204.819C110.677 211.877 111.938 219.045 112.707 226.275C114.776 244.008 114.983 261.224 114.983 261.224H103.086Z",fill:i,fillOpacity:.4}),p("path",{d:"M2.06897 190.033C1.52025 190.033 0.993996 190.251 0.605989 190.638C0.217983 191.026 5.00679e-06 191.552 5.00679e-06 192.101V224.207C5.00679e-06 224.755 0.217983 225.281 0.605989 225.669C0.993996 226.057 1.52025 226.275 2.06897 226.275H112.759C111.828 218.778 110.638 211.23 108.931 204.819C99.9827 198.512 90.931 192.411 88.2414 190.55C87.7206 190.204 87.1077 190.024 86.4828 190.033H2.06897Z",fill:i}),p("path",{d:"M87.4138 190.033C87.4138 190.033 98.2759 197.322 108.931 204.819C115.878 209.416 122.545 214.423 128.897 219.812C130.966 222.139 132.983 224.258 134.741 226.275H191.379V243.336C191.391 243.72 191.51 244.094 191.722 244.414C191.934 244.735 192.231 244.99 192.58 245.151C192.929 245.312 193.317 245.373 193.698 245.326C194.08 245.28 194.441 245.128 194.741 244.887L238.5 209.731C238.738 209.537 238.93 209.292 239.061 209.015C239.193 208.738 239.261 208.435 239.261 208.128C239.261 207.821 239.193 207.518 239.061 207.241C238.93 206.964 238.738 206.719 238.5 206.525L194.741 171.369C194.438 171.126 194.072 170.973 193.686 170.929C193.3 170.884 192.909 170.949 192.558 171.116C192.207 171.284 191.91 171.546 191.702 171.875C191.493 172.203 191.382 172.583 191.379 172.971V190.033H87.4138Z",fill:"#BFBFBF"}),p("path",{d:"M192.414 205.905V210.816H212.069V205.905H192.414Z",fill:"#404040"})]}),p(Ne,d4(h4({x:153,y:77},c),{children:"PROS"})),p(Ne,d4(h4({x:2,y:193},c),{children:"CONS"}))]})}),Wh("vs",e=>{const{x:t,y:n,colorPrimary:r,colorBg:i}=e,o=100,a=100,s=ve(r).lighten(20).toString();return R(Y,{x:t,y:n,width:o,height:a,children:[R(Ke,{children:[p("filter",{id:"vs-divider-glow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",children:p("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"8",result:"blur"})}),p(rh,{})]}),p(Je,{x:0,y:0,width:o,height:a,fill:s,filter:"url(#vs-divider-glow-filter)",opacity:.6}),p(Je,{x:0,y:0,width:o,height:a,fill:r,"data-element-type":"shape"}),p("text",{x:o/2,y:a/2,fontSize:Math.min(o,a)/1.5,fontWeight:"bold",fill:i,textAnchor:"middle",dominantBaseline:"central",filter:"url(#drop-shadow)",children:"VS"})]})});const f4=e=>{const{Title:t,Item:n,data:r,gap:i=20,groupGap:o=20,opposite:a=!0,flipped:s=!0,dividerType:c="vs",options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const g=d[0]||{children:[]},y=d[1]||{children:[]},m=g.children||[],v=y.children||[],b=Ct(l.themeConfig),_=ae(p(n,{indexes:[0,0],data:r,datum:m[0]||{}})),x=ae(p(J,{indexes:[0]})),w=UU(c),P=w?ae(p(w,{x:0,y:0,colorPrimary:b.colorPrimary,colorBg:b.colorBg,colorPositive:b.colorPrimary,colorNegative:b.colorPrimary})):{width:0,height:0},$=[],C=[],M=[],S=Math.max(m.length,v.length),E=S>0?S*(_.height+i)-i:0,I=5,O=S>0?i/2+x.height/2:x.height/2,T=x.width+I,F=T+_.width+o,z=F+P.width+o,j=s?"flipped":"normal",H=s?"normal":a?"flipped":"normal";if(m.forEach((W,B)=>{const X=O+B*(_.height+i),D=[0,B];$.push(p(n,{indexes:D,datum:W,data:r,x:T,y:X,positionH:j,positionV:"middle"})),C.push(p(nt,{indexes:D,x:T-x.width-I,y:X+(_.height-x.height)/2})),B<m.length-1&&C.push(p(J,{indexes:[0,B+1],x:T+(_.width-x.width)/2,y:X+_.height+i/2-x.height/2}))}),m.length>0){C.push(p(J,{indexes:[0,0],x:T+(_.width-x.width)/2,y:O-i/2-x.height/2}));const W=O+(m.length-1)*(_.height+i);C.push(p(J,{indexes:[0,m.length],x:T+(_.width-x.width)/2,y:W+_.height+i/2-x.height/2}))}else d.length>=1&&C.push(p(J,{indexes:[0,0],x:T+(_.width-x.width)/2,y:O-x.height/2}));if(v.forEach((W,B)=>{const X=O+B*(_.height+i),D=[1,B];$.push(p(n,{indexes:D,datum:W,data:r,x:z,y:X,positionH:H,positionV:"middle"})),C.push(p(nt,{indexes:D,x:z+_.width+I,y:X+(_.height-x.height)/2})),B<v.length-1&&C.push(p(J,{indexes:[1,B+1],x:z+(_.width-x.width)/2,y:X+_.height+i/2-x.height/2}))}),v.length>0){C.push(p(J,{indexes:[1,0],x:z+(_.width-x.width)/2,y:O-i/2-x.height/2}));const W=O+(v.length-1)*(_.height+i);C.push(p(J,{indexes:[1,v.length],x:z+(_.width-x.width)/2,y:W+_.height+i/2-x.height/2}))}else d.length>=2&&C.push(p(J,{indexes:[1,0],x:z+(_.width-x.width)/2,y:O-x.height/2}));return d.length<2&&C.push(p(J,{indexes:[1],x:z+(_.width-x.width)/2,y:O+(E-x.height)/2})),w&&M.push(p(w,{x:F,y:O+(E-P.height)/2,colorPrimary:b.colorPrimary,colorBg:b.colorBg,colorPositive:je(l,[0])||b.colorPrimary,colorNegative:je(l,[1])||b.colorPrimary})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,R(Y,{children:[p(Y,{children:M}),p(He,{children:$}),p(qe,{children:C})]})]})};We("compare-binary-horizontal",{component:f4,composites:["title","item"]});var aK=Object.defineProperty,p4=Object.getOwnPropertySymbols,sK=Object.prototype.hasOwnProperty,cK=Object.prototype.propertyIsEnumerable,g4=(e,t,n)=>t in e?aK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,m4=(e,t)=>{for(var n in t||(t={}))sK.call(t,n)&&g4(e,n,t[n]);if(p4)for(var n of p4(t))cK.call(t,n)&&g4(e,n,t[n]);return e};const lK={none:5,"dot-line":100,"arc-dot":20,"split-line":5},y4=e=>{var t,n;const{Title:r,Items:i,data:o,gap:a=20,groupGap:s=0,decoration:c="none",surround:l=!0,flipRoot:u=!1,flipLeaf:h=!1,options:d}=e,[f,g]=i,{title:y,desc:m,items:v=[]}=o,b=r?p(r,{title:y,desc:m}):null,_=p(f,{indexes:[0],data:o,datum:o.items[0],themeColors:{}}),x=p(g,{indexes:[0,0],data:o,datum:((n=(t=v[0])==null?void 0:t.children)==null?void 0:n[0])||v[2]}),w=ae(_),P=ae(x),$=[],C=[],[M,S]=v,E=(M==null?void 0:M.children)||[],I=(S==null?void 0:S.children)||[],O=Math.max(w.height,E.length*(P.height+a)-a,I.length*(P.height+a)-a),T=lK[c]||0,F=P.width+T,z=F+w.width+s,j=(O-w.height)/2;M&&$.push(p(f,{indexes:[0],x:F,y:j,data:o,datum:M,positionH:u?"normal":"flipped"})),S&&$.push(p(f,{indexes:[1],x:z,y:j,data:o,datum:S,positionH:u?"flipped":"normal"}));const H=(W,B,X)=>{if(c==="none")return;const[D,k]=B,A=je(d,X),L={x:D,y:k,width:P.width,height:P.height,side:W,color:A||"#ccc",colorBg:d.themeConfig.colorBg||"#fff"};c==="split-line"?C.push(p(uK,m4({},L))):c==="dot-line"&&C.push(p(hK,m4({},L)))};if(l){const B=(2*w.width+s+P.width)/2+T,X=F+w.width+s/2,D=j+w.height/2;E.forEach((k,A)=>{const L=E.length*(P.height+a)-a,q=(O-L)/2+A*(P.height+a),U=q+P.height/2-D,K=Math.max(0,B*B-U*U),ee=X-Math.sqrt(K)-P.width/2;$.push(p(g,{indexes:[0,A],datum:k,data:o,x:ee,y:q,positionH:h?"flipped":"normal"})),H("left",[ee,q],[0,A])}),I.forEach((k,A)=>{const L=I.length*(P.height+a)-a,q=(O-L)/2+A*(P.height+a),U=q+P.height/2-D,K=Math.max(0,B*B-U*U),ee=X+Math.sqrt(K)-P.width/2;$.push(p(g,{indexes:[1,A],datum:k,data:o,x:ee,y:q,positionH:h?"normal":"flipped"})),H("right",[ee,q],[1,A])})}else E.forEach((W,B)=>{const X=E.length*(P.height+a)-a,k=(O-X)/2+B*(P.height+a),A=[0,B],L=0;$.push(p(g,{indexes:A,datum:W,data:o,x:L,y:k,positionH:h?"flipped":"normal"})),H("left",[L,k],A)}),I.forEach((W,B)=>{const X=I.length*(P.height+a)-a,k=(O-X)/2+B*(P.height+a),A=[1,B],L=z+w.width+T;$.push(p(g,{indexes:A,datum:W,data:o,x:L,y:k,positionH:h?"normal":"flipped"})),H("right",[L,k],A)});return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[b,R(Y,{children:[p(He,{children:$}),p(Y,{width:0,height:0,children:C})]})]})},uK=e=>{const{x:t,y:n,width:r,height:i,color:o,colorBg:a,side:s}=e,c=n+i,l=`split-line-linear-gradient-${s}`;return R(tt,{children:[p(Ke,{children:p(ih,{id:l,startColor:o,stopColor:a,direction:s==="left"?"left-right":"right-left"})}),p(ze,{x:t,y:c,width:r,height:1,fill:`url(#${l})`})]})},hK=e=>{const{x:t,y:n,side:r,width:i,height:o,color:a,colorBg:s}=e,c=6,l=c/3,u=c*2,h=l*2,d=5,f=r==="left"?t+i+c+d:t-c-d,g=n+o/2,y=f-l,m=g-l,v=80,b=r==="left"?v:-v,_=`dot-line-linear-gradient-${r}`;return R(Y,{children:[p(Ke,{children:p(ih,{id:_,startColor:a,stopColor:s,direction:r==="left"?"left-right":"right-left"})}),R(xt,{children:[p(Je,{x:f-c,y:g-c,width:u,height:u,fill:"none",strokeWidth:1,stroke:a}),p(Je,{x:y,y:m,width:h,height:h,fill:a})]}),p(ze,{x:r==="left"?f:f+b,y:g-.5,width:v,height:1,fill:`url(#${_})`})]})};We("compare-hierarchy-left-right",{component:y4,composites:["title","item"]});const v4=e=>{var t,n;const{Title:r,Items:i,data:o,gap:a=0,itemGap:s=20,columnWidth:c=280,itemPadding:l=5,showColumnBackground:u=!0,columnBackgroundAlpha:h=.08,options:d}=e,[f,g]=i,{title:y,desc:m,items:v=[]}=o,b=r?p(r,{title:y,desc:m}):null,_=Z_(d),x=[],w=[],P=c-l*2,$=ae(p(f,{indexes:[0],data:o,datum:v[0],width:c})),C=ae(p(g,{indexes:[0,0],data:o,datum:((n=(t=v[0])==null?void 0:t.children)==null?void 0:n[0])||{},width:P})),M=ae(p(J,{indexes:[0]})),S=Math.max(...v.map(I=>{var O;return((O=I.children)==null?void 0:O.length)||0}),0),E=$.height+s+S*(C.height+s);if(v.forEach((I,O)=>{const{children:T=[]}=I,F=O*(c+a),z=F,j=0;if(u){const X=`${_[O%_.length]}${Math.round(h*255).toString(16).padStart(2,"0")}`;x.push(p(ze,{x:F,y:j,width:c,height:E,fill:X,rx:0,ry:0,"data-element-type":"shape"}))}x.push(p(f,{indexes:[O],datum:I,data:o,x:z,y:j,width:c})),w.push(p(nt,{indexes:[O],x:z+$.width-M.width-10,y:j+10})),O===0&&w.push(p(J,{indexes:[O],x:z+$.width/2-M.width/2,y:j-M.height-5}));const H=j+$.height+s;T.forEach((B,X)=>{const D=H+X*(C.height+s),k=z+l,A=[O,X];x.push(p(g,{indexes:A,datum:B,data:o,x:k,y:D,width:P})),w.push(p(nt,{indexes:A,x:k+C.width-M.width-10,y:D+(C.height-M.height)/2})),X<T.length-1&&w.push(p(J,{indexes:[O,X+1],x:k+C.width/2-M.width/2,y:D+C.height-M.height/2}))});const W=z+l;if(T.length>0){const B=H+T.length*(C.height+s);w.push(p(J,{indexes:[O,T.length],x:W+C.width/2-M.width/2,y:B-C.height/2-M.height/2}))}else w.push(p(J,{indexes:[O,0],x:W+C.width/2-M.width/2,y:H-s/2-M.height/2}))}),v.length>0){const I=v.length*(c+a);w.push(p(J,{indexes:[v.length],x:I-a/2-M.width/2,y:-M.height-5}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[b,R(Y,{children:[p(He,{children:x}),p(qe,{children:w})]})]})};We("compare-hierarchy-row",{component:v4,composites:["title","item"]});const Gh=Object.assign,dK={getId:e=>e.id||e.name,getPreH:e=>e.preH||0,getPreV:e=>e.preV||0,getHGap:e=>e.hgap||18,getVGap:e=>e.vgap||18,getChildren:e=>e.children,getHeight:e=>e.height||36,getWidth(e){const t=e.label||" ";return e.width||18*t.split("").length}};let b4=class PS{constructor(t,n){if(this.x=0,this.y=0,this.depth=0,this.children=[],this.hgap=0,this.vgap=0,t instanceof PS||"x"in t&&"y"in t&&"children"in t){const o=t;return this.data=o.data,this.id=o.id,this.x=o.x,this.y=o.y,this.width=o.width,this.height=o.height,this.depth=o.depth,this.children=o.children,this.parent=o.parent,this.hgap=o.hgap,this.vgap=o.vgap,this.preH=o.preH,void(this.preV=o.preV)}this.data=t;const r=n.getHGap(t),i=n.getVGap(t);this.preH=n.getPreH(t),this.preV=n.getPreV(t),this.width=n.getWidth(t),this.height=n.getHeight(t),this.width+=this.preH,this.height+=this.preV,this.id=n.getId(t),this.addGap(r,i)}isRoot(){return this.depth===0}isLeaf(){return this.children.length===0}addGap(t,n){this.hgap+=t,this.vgap+=n,this.width+=2*t,this.height+=2*n}eachNode(t){let n,r=[this];for(;n=r.shift();)t(n),r=n.children.concat(r)}DFTraverse(t){this.eachNode(t)}BFTraverse(t){let n,r=[this];for(;n=r.shift();)t(n),r=r.concat(n.children)}getBoundingBox(){const t={left:Number.MAX_VALUE,top:Number.MAX_VALUE,width:0,height:0};return this.eachNode(n=>{t.left=Math.min(t.left,n.x),t.top=Math.min(t.top,n.y),t.width=Math.max(t.width,n.x+n.width),t.height=Math.max(t.height,n.y+n.height)}),t}translate(t=0,n=0){this.eachNode(r=>{r.x+=t,r.y+=n,r.x+=r.preH,r.y+=r.preV})}right2left(){const t=this.getBoundingBox();this.eachNode(n=>{n.x=n.x-2*(n.x-t.left)-n.width}),this.translate(t.width,0)}bottom2top(){const t=this.getBoundingBox();this.eachNode(n=>{n.y=n.y-2*(n.y-t.top)-n.height}),this.translate(0,t.height)}};function Vh(e,t={},n){t=Gh({},dK,t);const r=new b4(e,t),i=[r];let o;if(!n&&!e.collapsed){for(;o=i.shift();)if(!o.data.collapsed){const a=t.getChildren(o.data),s=a?a.length:0;if(o.children=new Array(s),a&&s)for(let c=0;c<s;c++){const l=new b4(a[c],t);o.children[c]=l,i.push(l),l.parent=o,l.depth=o.depth+1}}}return r}let fK=class{constructor(t,n={}){this.options=n,this.rootNode=Vh(t,n)}execute(){throw new Error("please override this method")}};function pK(e,t){const n=Vh(e.data,t,!0),r=Vh(e.data,t,!0),i=e.children.length,o=Math.round(i/2),a=t.getSide||function(s,c){return c<o?"right":"left"};for(let s=0;s<i;s++){const c=e.children[s];a(c,s)==="right"?r.children.push(c):n.children.push(c)}return n.eachNode(s=>{s.isRoot()||(s.side="left")}),r.eachNode(s=>{s.isRoot()||(s.side="right")}),{left:n,right:r}}const sr=["LR","RL","TB","BT","H","V"],gK=["LR","RL","H"],mK=sr[0];function yK(e,t,n){const r=t.direction||mK;if(t.isHorizontal=(o=>gK.indexOf(o)>-1)(r),sr.indexOf(r)===-1)throw new TypeError(`Invalid direction: ${r}`);if(r===sr[0])n(e,t);else if(r===sr[1])n(e,t),e.right2left();else if(r===sr[2])n(e,t);else if(r===sr[3])n(e,t),e.bottom2top();else if(r===sr[4]||r===sr[5]){const{left:o,right:a}=pK(e,t);n(o,t),n(a,t),t.isHorizontal?o.right2left():o.bottom2top(),a.translate(o.x-a.x,o.y-a.y),e.x=o.x,e.y=a.y;const s=e.getBoundingBox();t.isHorizontal?s.top<0&&e.translate(0,-s.top):s.left<0&&e.translate(-s.left,0)}let i=t.fixedRoot;return i===void 0&&(i=!0),i&&e.translate(-(e.x+e.width/2+e.hgap),-(e.y+e.height/2+e.vgap)),(function(o,a){if(a.radial){const[s,c]=a.isHorizontal?["x","y"]:["y","x"],l={x:1/0,y:1/0},u={x:-1/0,y:-1/0};let h=0;o.DFTraverse(g=>{h++;const{x:y,y:m}=g;l.x=Math.min(l.x,y),l.y=Math.min(l.y,m),u.x=Math.max(u.x,y),u.y=Math.max(u.y,m)});const d=u[c]-l[c];if(d===0)return;const f=2*Math.PI/h;o.DFTraverse(g=>{const y=g[c],m=l[c],v=g[s],b=o[s],_=(y-m)/d*(2*Math.PI-f)+f,x=v-b;g.x=Math.cos(_)*x,g.y=Math.sin(_)*x})}})(e,t),e}function _4(e,t){let n=0;return e.children.length?e.children.forEach(r=>{n+=_4(r,t)}):n=e.height,e._subTreeSep=t.getSubTreeSep(e.data),e.totalHeight=Math.max(e.height,n)+2*e._subTreeSep,e.totalHeight}function x4(e){const t=e.children,n=t.length;if(n){t.forEach(s=>{x4(s)});const r=t[0],i=t[n-1],o=i.y-r.y+i.height;let a=0;if(t.forEach(s=>{a+=s.totalHeight}),o>e.height)e.y=r.y+o/2-e.height/2;else if(t.length!==1||e.height>a){const s=e.y+(e.height-o)/2-r.y;t.forEach(c=>{c.translate(0,s)})}else e.y=(r.y+r.height/2+i.y+i.height/2)/2-e.height/2}}const vK={getSubTreeSep:()=>0};function bK(e,t={}){return t=Gh({},vK,t),e.parent={x:0,width:0,height:0,y:0},e.BFTraverse(n=>{n.x=n.parent.x+n.parent.width}),e.parent=void 0,_4(e,t),e.startY=0,e.y=e.totalHeight/2-e.height/2,e.eachNode(n=>{const r=n.children,i=r.length;if(i){const o=r[0];if(o.startY=n.startY+n._subTreeSep,i===1)o.y=n.y+n.height/2-o.height/2;else{o.y=o.startY+o.totalHeight/2-o.height/2;for(let a=1;a<i;a++){const s=r[a];s.startY=r[a-1].startY+r[a-1].totalHeight,s.y=s.startY+s.totalHeight/2-s.height/2}}}}),x4(e),e}class _K extends fK{execute(){return yK(this.rootNode,this.options,bK)}}const xK={};function wK(e,t){const n=Gh({},xK,t);return new _K(e,n).execute()}var PK=Object.defineProperty,$K=Object.defineProperties,CK=Object.getOwnPropertyDescriptors,w4=Object.getOwnPropertySymbols,OK=Object.prototype.hasOwnProperty,SK=Object.prototype.propertyIsEnumerable,P4=(e,t,n)=>t in e?PK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MK=(e,t)=>{for(var n in t||(t={}))OK.call(t,n)&&P4(e,n,t[n]);if(w4)for(var n of w4(t))SK.call(t,n)&&P4(e,n,t[n]);return e},EK=(e,t)=>$K(e,CK(t));const IK=60,AK=14,$4=30,C4="center",TK="curved",kK=2,RK="node",LK="solid",O4=(e,t=[],n=0)=>{var r,i;const o=[...t,n];return EK(MK({},e),{_indexes:o,children:(i=(r=e.children)==null?void 0:r.map((a,s)=>O4(a,o,s)))!=null?i:[]})},S4=(e,t,n,r)=>{var i,o;t.push(e),(o=(i=e.data)._flatIndex)!=null||(i._flatIndex=t.length-1),r&&n.push({parent:r,child:e});const a=e.children;a==null||a.forEach(s=>S4(s,t,n,e))},zK=(e,t,n,r)=>{const i=Math.abs(n-e)/2,o=n>e?e+i:e-i,a=n>e?n-i:n+i;return`M ${e} ${t} C ${o} ${t} ${a} ${r} ${n} ${r}`},NK=(e,t,n,r)=>`M ${e} ${t} L ${n} ${r}`,HK=(e,t,n,r=C4)=>{const i=l=>Math.max(0,Math.min(1,l)),a=(l=>l==="top"?0:l==="bottom"?1:l==="center"?.5:i(l))(r),s=e.y+e.height*a,c=t.y+t.height*a;return n==="left"?{sx:e.x,sy:s,tx:t.x+t.width,ty:c}:{sx:e.x+e.width,sy:s,tx:t.x,ty:c}},M4=e=>{var t,n;const{Title:r,Items:i,data:o,levelGap:a=IK,nodeGap:s=AK,edgeAlign:c=C4,colorMode:l=RK,edgeColorMode:u=LK,edgeType:h=TK,edgeWidth:d=kK,options:f}=e,{title:g,desc:y,items:m=[]}=o,v=r?p(r,{title:g,desc:y}):null,b=wt(f),_=ae(p(J,{indexes:[0]})),x=new Map;let w=0;if(!m.length||!(i!=null&&i.length))return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,p(Y,{children:p(J,{indexes:[0],x:0,y:0})})]});const P=O4(m[0]),$=new WeakMap,C=new WeakMap,M=new WeakMap,S=(N,q)=>{var G;if(l==="group"){const U=String((G=N.group)!=null?G:"");let K=x.get(U);return K==null&&(K=w,x.set(U,K),w+=1),[K]}return Q_({depth:q,originalIndexes:N._indexes,flatIndex:N._flatIndex},l)},E=(N,q)=>{const G=M.get(N);if(G)return G;const U=S(N,q),K=je(f,U),ne=Ct({colorPrimary:K},f);return M.set(N,ne),C.set(N,K),ne},I=N=>{const q=$.get(N);if(q)return q;const G=Math.max(N._indexes.length-1,0),U=xs(i,G),K=ae(p(U,{indexes:N._indexes,data:o,datum:N,positionH:"center",positionV:"middle",themeColors:E(N,G)}));return $.set(N,K),K},O=wK(P,{direction:"H",getSide:(N,q)=>{if(!N.parent)return"right";const G=(N.parent.children||[]).indexOf(N);return(G>=0?G:q)%2===0?"left":"right"},getWidth:N=>I(N).width,getHeight:N=>I(N).height,getHGap:()=>a,getVGap:()=>s}),T=[],F=[];S4(O,T,F);const z=T.length>0?Math.min(...T.map(N=>N.x)):0,j=T.length>0?Math.min(...T.map(N=>N.y)):0,H=$4-z,W=$4-j,B=[],X=[],D=[],k=[],A=new WeakMap;T.forEach(N=>{var q,G;const U=N.data,K=I(U),ne=N.x+H+((q=N.hgap)!=null?q:0),ee=N.y+W+((G=N.vgap)!=null?G:0),se=xs(i,N.depth),ce=N.depth===0?"center":N.side==="left"?"flipped":"normal",Z=E(U,N.depth);D.push(p(se,{indexes:U._indexes,data:o,datum:U,x:ne,y:ee,positionH:ce,positionV:"middle",themeColors:Z})),A.set(N,{x:ne,y:ee,width:K.width,height:K.height,centerX:ne+K.width/2,centerY:ee+K.height/2})}),F.forEach(N=>{var q,G,U,K;const{parent:ne,child:ee}=N,se=A.get(ee),ce=A.get(ne);if(!se||!ce)return;const Z=ee.data,{sx:le,sy:te,tx:Q,ty:re}=HK(ce,se,ee.side,c),ie=(q=C.get(Z))!=null?q:je(f,S(Z,ee.depth)),ue=(G=C.get(ne.data))!=null?G:je(f,S(ne.data,ne.depth)),he=h==="straight"?NK(le,te,Q,re):zK(le,te,Q,re),fe=`edge-gradient-${Z._indexes.join("-")}`;X.push(p(Pe,{d:he,stroke:u==="gradient"?`url(#${fe})`:ie!=null?ie:b,strokeWidth:d,fill:"none"})),u==="gradient"&&B.push(R("linearGradient",{id:fe,gradientUnits:"userSpaceOnUse",x1:le,y1:te,x2:Q,y2:re,children:[p("stop",{offset:"0%",stopColor:ue!=null?ue:b}),p("stop",{offset:"100%",stopColor:ie!=null?ie:b})]}));const me=(K=(U=Z.children)==null?void 0:U.length)!=null?K:0,pe=[...Z._indexes,me],_e=se.x+(se.width-_.width)/2,Ce=se.y+se.height+8,Me=Ce+_.height+6;ee.depth>0&&k.push(p(nt,{indexes:Z._indexes,x:_e,y:Ce})),k.push(p(J,{indexes:pe,x:_e,y:Me}))});const L=A.get(O);if(L){const N=O.data,q=(n=(t=N.children)==null?void 0:t.length)!=null?n:0,G=[...N._indexes,q],U=L.x+(L.width-_.width)/2,K=L.y+L.height+8+_.height+6;k.push(p(J,{indexes:G,x:U,y:K}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,R(Y,{children:[B.length>0?p(Ke,{children:B}):null,p(Y,{children:X}),p(He,{children:D}),p(qe,{children:k})]})]})};We("hierarchy-mindmap",{component:M4,composites:["title","item"]});const $i=(e,t)=>{if(e[0]!=="#"||e.length!==7)return e;const n=Math.max(0,Math.min(1,t)),r=Math.round(n*255).toString(16).padStart(2,"0");return`${e}${r}`},Ci=e=>e==null?"":String(e),Ks=(e,t,n)=>ae(p(Ne,{fontSize:t,fontWeight:n,children:e})),DK=(e,t,n,r=" ")=>{const i=Ks(r,t,n);let o=i.width,a=i.height;return e.forEach(s=>{const c=Ks(s||" ",t,n);o=Math.max(o,c.width),a=Math.max(a,c.height)}),{width:o,height:a}},E4=(e,t,n,r)=>{const i=DK(e,t,"normal","Item");return{pillWidth:i.width+n*2,pillHeight:i.height+r*2}},I4=e=>{const{Title:t,data:n,options:r,rowGap:i=20,labelGap:o=20,groupGap:a=20,pillGap:s=14,pillColumns:c=2,ungroupedColumns:l=6,layerLabelPosition:u="left",rowPadding:h=20,groupPadding:d=16,labelPaddingX:f=28,labelPaddingY:g=16,pillPaddingX:y=18,pillPaddingY:m=10,labelFontSize:v=20,groupTitleFontSize:b=18,pillFontSize:_=16,groupTitleGap:x=10,rowRadius:w=12,groupRadius:P=10,pillRadius:$=12}=e,{title:C,desc:M,items:S=[]}=n,E=t?p(t,{title:C,desc:M}):null;if(S.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(He,{})})]});const I=Ct(r.themeConfig),O=[],T=[],F=u==="right",z=.12,j=.55,H=.08,W=.4,B=.06,X=.35,D=S.map(ee=>{const se=Ci(ee.label),ce=Ks(se||" ",v,"bold"),Z=ce.width+f*2,le=ce.height+g*2,te=ee.children||[];if(te.some(_e=>{var Ce;return(((Ce=_e.children)==null?void 0:Ce.length)||0)>0})){const _e=[];te.forEach(Be=>{(Be.children||[]).forEach(Ye=>{_e.push(Ci(Ye.label))})});const{pillWidth:Ce,pillHeight:Me}=E4(_e,_,y,m),$e=te.map(Be=>{const Ye=Ci(Be.label),de=Ks(Ye||" ",b,"bold"),Te=Be.children||[],ke=Te.length>0?Math.min(c,Te.length):0,oe=ke>0?Math.ceil(Te.length/ke):0,be=ke>0?ke*Ce+(ke-1)*s:0,we=oe>0?oe*Me+(oe-1)*s:0,Ze=Math.max(de.width,be)+d*2,Le=d*2+de.height+(oe>0?x+we:0);return{label:Ye,children:Te,width:Ze,height:Le,titleHeight:de.height,columns:ke,contentWidth:be,pillWidth:Ce,pillHeight:Me}}),Re=$e.reduce((Be,Ye)=>Be+Ye.width,0)+($e.length>1?($e.length-1)*a:0),Fe=$e.reduce((Be,Ye)=>Math.max(Be,Ye.height),0);return{label:se,labelWidth:Z,labelHeight:le,hasGroups:!0,children:te,groupMetrics:$e,contentInnerWidth:Re,contentInnerHeight:Fe}}const re=te.map(_e=>Ci(_e.label)),{pillWidth:ie,pillHeight:ue}=E4(re,_,y,m),he=te.length>0?Math.min(l,te.length):0,fe=he>0?Math.ceil(te.length/he):0,me=he>0?he*ie+(he-1)*s:0,pe=fe>0?fe*ue+(fe-1)*s:0;return{label:se,labelWidth:Z,labelHeight:le,hasGroups:!1,children:te,pillWidth:ie,pillHeight:ue,columns:he,contentInnerWidth:me,contentInnerHeight:pe}}),k=D.reduce((ee,se)=>Math.max(ee,se.labelWidth),0),A=D.reduce((ee,se)=>Math.max(ee,se.contentInnerWidth),0),L=ee=>{const se=je(r,[ee])||I.colorPrimary||"#6c7dff";return{rowFill:$i(se,z),rowStroke:$i(se,j),groupFill:$i(se,H),groupStroke:$i(se,W),pillFill:$i(se,B),pillStroke:$i(se,X)}},N=(ee,se,ce,Z,le,te,Q,re,ie,ue,he,fe,me,pe)=>{O.push(p(ze,{x:ce,y:Q,width:le,height:re,fill:me,stroke:pe,rx:w,ry:w,"data-element-type":"shape"})),O.push(p(ze,{x:ie,y:ue,width:he,height:fe,fill:me,stroke:pe,rx:w,ry:w,"data-element-type":"shape"})),T.push(p(Ne,{x:ce,y:Z,width:le,height:te,fontSize:v,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:I.colorText,"data-element-type":Ue.ItemLabel,"data-indexes":se,children:ee}))},q=(ee,se,ce,Z)=>{const le=ee.groupMetrics||[],te=ee.label,Q=[se],re=k,ie=ee.labelHeight,ue=ee.contentInnerHeight,he=Math.max(0,A-ee.contentInnerWidth),fe=le.length>0?he/le.length:0,pe=ee.contentInnerWidth+(le.length>0?he:0)+h*2,_e=ue+h*2,Ce=Math.max(ie,_e),Me=F?0:re+o,$e=F?Me+pe+o:0,Re=ce+(Ce-ie)/2,Fe=ce+(Ce-_e)/2;N(te,Q,$e,Re,re,ie,ce,Ce,Me,Fe,pe,_e,Z.rowFill,Z.rowStroke);let Be=Me+h;return le.forEach((de,Te)=>{const ke=[...Q,Te],oe=de.width+fe,be=Fe+h+(ue-de.height)/2;O.push(p(ze,{x:Be,y:be,width:oe,height:de.height,fill:Z.groupFill,stroke:Z.groupStroke,rx:P,ry:P,"data-element-type":"shape"}));const we=de.children.length>0,Oe=we?be+d:be,Ze=we?de.titleHeight:de.height,Le=we?"top":"middle";if(T.push(p(Ne,{x:Be+d,y:Oe,width:oe-d*2,height:Ze,fontSize:b,fontWeight:"bold",alignHorizontal:"center",alignVertical:Le,fill:I.colorText,"data-element-type":Ue.ItemLabel,"data-indexes":ke,children:de.label})),de.columns>0){const Ee=oe-d*2,Qe=Ee-de.contentWidth,et=Qe>0?Qe/de.columns:0,Xe=de.pillWidth+et,rt=de.columns*Xe+(de.columns-1)*s,Rt=(Ee-rt)/2,lt=Be+d+Math.max(0,Rt),Bt=be+d+de.titleHeight+x;de.children.forEach((Ge,$t)=>{const Ut=[...ke,$t],Mt=Math.floor($t/de.columns),Ln=$t%de.columns,dr=lt+Ln*(Xe+s),Zr=Bt+Mt*(de.pillHeight+s),Qr=Math.min($,de.pillHeight/2);O.push(p(ze,{x:dr,y:Zr,width:Xe,height:de.pillHeight,fill:Z.pillFill,stroke:Z.pillStroke,rx:Qr,ry:Qr,"data-element-type":"shape"})),T.push(p(Ne,{x:dr,y:Zr,width:Xe,height:de.pillHeight,fontSize:_,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:I.colorText,"data-element-type":Ue.ItemLabel,"data-indexes":Ut,children:Ci(Ge.label)}))})}Be+=oe+a}),{rowWidth:F?$e+re:Me+pe,rowHeight:Ce}},G=(ee,se,ce,Z)=>{const le=ee.label,te=[se],Q=k,re=ee.labelHeight,ie=ee.contentInnerHeight,ue=Math.max(0,A-ee.contentInnerWidth),he=ee.columns||0,fe=ee.pillWidth||0,me=ee.pillHeight||0,pe=he>0?ue/he:0,_e=fe+pe,Me=(he>0?he*_e+(he-1)*s:0)+h*2,$e=ie+h*2,Re=Math.max(re,$e),Fe=F?0:Q+o,Be=F?Fe+Me+o:0,Ye=ce+(Re-re)/2,de=ce+(Re-$e)/2;if(N(le,te,Be,Ye,Q,re,ce,Re,Fe,de,Me,$e,Z.rowFill,Z.rowStroke),he>0){const ke=Fe+h,oe=de+h;(ee.children||[]).forEach((we,Oe)=>{const Ze=[...te,Oe],Le=Math.floor(Oe/he),Ee=Oe%he,Qe=ke+Ee*(_e+s),et=oe+Le*(me+s),Xe=Math.min($,me/2);O.push(p(ze,{x:Qe,y:et,width:_e,height:me,fill:Z.pillFill,stroke:Z.pillStroke,rx:Xe,ry:Xe,"data-element-type":"shape"})),T.push(p(Ne,{x:Qe,y:et,width:_e,height:me,fontSize:_,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:I.colorText,"data-element-type":Ue.ItemLabel,"data-indexes":Ze,children:Ci(we.label)}))})}return{rowWidth:F?Be+Q:Fe+Me,rowHeight:Re}};let U=0,K=0;D.forEach((ee,se)=>{const ce=L(se),{rowWidth:Z,rowHeight:le}=ee.hasGroups?q(ee,se,U,ce):G(ee,se,U,ce);K=Math.max(K,Z),U+=le+i});const ne=Math.max(U-i,0);return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,R(Y,{width:K,height:ne,children:[p(Y,{children:O}),p(He,{children:T})]})]})};We("hierarchy-structure",{component:I4,composites:["title"]});var qK=Object.defineProperty,jK=Object.defineProperties,FK=Object.getOwnPropertyDescriptors,A4=Object.getOwnPropertySymbols,BK=Object.prototype.hasOwnProperty,WK=Object.prototype.propertyIsEnumerable,T4=(e,t,n)=>t in e?qK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Zs=(e,t)=>{for(var n in t||(t={}))BK.call(t,n)&&T4(e,n,t[n]);if(A4)for(var n of A4(t))WK.call(t,n)&&T4(e,n,t[n]);return e},Qs=(e,t)=>jK(e,FK(t));const k4=(e,t)=>{const n=Math.max(0,t/2-1);return Math.min(e,n)},R4=e=>{const{Title:t,Items:n,data:r,levelGap:i=80,nodeGap:o=60,edgeType:a="straight",edgeColorMode:s="gradient",edgeWidth:c=3,edgeStyle:l="solid",edgeDashPattern:u="5,5",edgeCornerRadius:h=0,edgeOffset:d=0,edgeOrigin:f="center",edgeOriginPadding:g=20,edgeMarker:y="none",markerSize:m=12,colorMode:v="branch",orientation:b="top-bottom",options:_}=e,x=b==="left-right"||b==="right-left",w=b==="bottom-top"||b==="right-left"?-1:1,{title:P,desc:$}=r,C=wt(_),M=new Map;let S=0;const E=Q=>{var re;const ie=[...Q];return(re=ie[0])!=null&&re.children||(ie[0]=Qs(Zs({},ie[0]),{children:ie.slice(1)}),ie.splice(1)),ie},I=(Q,re,ie,ue,he,fe="vertical")=>{const me=fe==="vertical",pe=me?ue-re:ie-Q,_e=me?ie-Q:ue-re,Ce=pe===0?1:Math.sign(pe),Me=_e===0?1:Math.sign(_e),$e=me?re+pe/2:Q+pe/2,Re=Math.min(he,Math.abs(pe)/2,Math.abs(_e)/2);return Re===0?me?`M ${Q} ${re} L ${Q} ${$e} L ${ie} ${$e} L ${ie} ${ue}`:`M ${Q} ${re} L ${$e} ${re} L ${$e} ${ue} L ${ie} ${ue}`:me?`M ${Q} ${re}
|
|
93
|
-
L ${
|
|
94
|
-
Q ${
|
|
95
|
-
L ${
|
|
96
|
-
Q ${
|
|
97
|
-
L ${
|
|
98
|
-
L ${$e-
|
|
99
|
-
Q ${$e} ${
|
|
100
|
-
L ${$e} ${
|
|
101
|
-
Q ${$e} ${
|
|
102
|
-
L ${ie} ${ue}`},O=Q=>{const{x:re,y:ie}=Q;return x?{x:ie*w,y:re}:{x:re,y:ie*w}},T=(Q,re,ie)=>{const{x:ue,y:he}=O(Q),fe=ue+ie.x,me=he+ie.y,pe=me+re.height/2;return{centerX:fe,centerY:pe,left:fe-re.width/2,right:fe+re.width/2,top:me,bottom:me+re.height}},F=Q=>{var re;if(!Q.length)return null;const ie=Q[0],ue=(he,fe=[],me=0)=>{var pe,_e;const Ce=[...fe,me];return Qs(Zs({},he),{_originalIndex:Ce,_depth:Ce.length-1,children:(_e=(pe=he.children)==null?void 0:pe.map((Me,$e)=>ue(Me,Ce,$e)))!=null?_e:[]})};return(re=ie.children)!=null&&re.length?ue(ie):Qs(Zs({},ie),{_originalIndex:[0],_depth:0,children:Q.slice(1).map((he,fe)=>Qs(Zs({},he),{_originalIndex:[fe+1],_depth:1}))})},z=Q=>{var re,ie;let ue=0,he=0;const fe=new Map,me=new Map;Q.each(pe=>{me.has(pe.depth)||me.set(pe.depth,pe.data)});for(let pe=0;pe<Q.height+1;pe++){const _e=xs(n,pe),Ce=(re=me.get(pe))!=null?re:{},Me=(ie=Ce._originalIndex)!=null?ie:Array(pe+1).fill(0),$e=ae(p(_e,{indexes:Me,data:r,datum:Ce,positionH:"center"}));fe.set(pe,$e),ue=Math.max(ue,$e.width),he=Math.max(he,$e.height)}return{levelBounds:fe,maxWidth:ue,maxHeight:he}},j=(Q,re)=>{var ie;if(v==="group"){const ue=String((ie=Q==null?void 0:Q.group)!=null?ie:"");let he=M.get(ue);return he==null&&(he=S,M.set(ue,he),S+=1),[he]}return Q_({depth:re,originalIndexes:Q._originalIndex,flatIndex:Q._flatIndex},v)},H=(Q,re,ie,ue,he,fe)=>{const{depth:me,data:pe,parent:_e}=Q,Ce=pe._originalIndex,Me=xs(n,me),$e=re.get(me),Re=T(Q,$e,ue),Fe=Re.left,Be=Re.top,Ye={items:[],btns:[],deco:[]},de=j(pe,me),Te=je(_,de),ke=Ct({colorPrimary:Te},_);if(Ye.items.push(p(Me,{indexes:Ce,datum:pe,data:r,x:Fe,y:Be,positionH:"center",themeColors:ke})),Ye.btns.push(p(nt,{indexes:Ce,x:Fe+($e.width-ie.width)/2,y:Be+$e.height+5}),p(J,{indexes:[...Ce,0],x:Fe+($e.width-ie.width)/2,y:Be+$e.height+ie.height+10})),_e){const oe=re.get(_e.depth),be=T(_e,oe,ue),we=fe.filter(Ge=>Ge.parent===_e),Oe=we.findIndex(Ge=>Ge===Q),Ze=we.length;let Le,Ee;if(f==="distributed"&&Ze>1)if(x){const Ge=k4(g,oe.height),$t=be.top+Ge,Mt=(be.bottom-Ge-$t)/Ze;Ee=$t+Mt*Oe+Mt/2,Le=(w>0?be.right:be.left)+d*w}else{const Ge=k4(g,oe.width),$t=be.left+Ge,Mt=(be.right-Ge-$t)/Ze;Le=$t+Mt*Oe+Mt/2,Ee=(w>0?be.bottom:be.top)+d*w}else Le=x?(w>0?be.right:be.left)+d*w:be.centerX,Ee=x?be.centerY:(w>0?be.bottom:be.top)+d*w;const Qe=x?(w>0?Re.left:Re.right)-d*w:Re.centerX,et=x?Re.centerY:(w>0?Re.top:Re.bottom)-d*w;let Xe=Qe,rt=et;y==="arrow"&&(x?Xe-=m*w:rt-=m*w);let Rt;if(a==="curved")if(x){const Ge=Le+(Xe-Le)/2;Rt=`M ${Le} ${Ee} C ${Ge} ${Ee}, ${Ge} ${rt}, ${Xe} ${rt}`}else{const Ge=Ee+(rt-Ee)/2;Rt=`M ${Le} ${Ee} C ${Le} ${Ge}, ${Xe} ${Ge}, ${Xe} ${rt}`}else if(h>0)Rt=I(Le,Ee,Xe,rt,h,x?"horizontal":"vertical");else if(x){const Ge=Le+(Xe-Le)/2;Rt=`M ${Le} ${Ee} L ${Ge} ${Ee} L ${Ge} ${rt} L ${Xe} ${rt}`}else{const Ge=Ee+(rt-Ee)/2;Rt=`M ${Le} ${Ee} L ${Le} ${Ge} L ${Xe} ${Ge} L ${Xe} ${rt}`}let lt=C;if(s==="gradient"){const Ge=j(_e.data,_e.depth),$t=j(pe,me),Ut=je(_,Ge),Mt=je(_,$t),Ln=`gradient-${_e.data._originalIndex.join("-")}-${Ce.join("-")}`;he.push(R("linearGradient",{id:Ln,x1:Le,y1:Ee,x2:Xe,y2:rt,gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0%",stopColor:Ut}),p("stop",{offset:"100%",stopColor:Mt})]})),lt=`url(#${Ln})`}const Bt=l==="dashed"?u:"";if(Ye.deco.push(p(Pe,{d:Rt,stroke:lt,strokeWidth:c,strokeDasharray:Bt,fill:"none"})),y==="arrow"){const Ge=s==="gradient"?je(_,de):wt(_),$t=x?[{x:Qe,y:et},{x:Qe-m*w,y:et-m/2},{x:Qe-m*w,y:et+m/2}]:[{x:Qe,y:et},{x:Qe-m/2,y:et-m*w},{x:Qe+m/2,y:et-m*w}];Ye.deco.push(p(Wt,{points:$t,fill:Ge,width:m,height:m}))}if(y==="dot"){const Ge=j(_e.data,_e.depth),$t=s==="gradient"?je(_,Ge):wt(_);Ye.deco.push(p(Je,{x:(x?w>0?be.right+d:be.left-d:Le)-m,y:(x?Ee:w>0?be.bottom+d:be.top-d)-m,width:m*2,height:m*2,fill:$t}));const Ut=s==="gradient"?je(_,de):wt(_);Ye.deco.push(p(Je,{x:Qe-m,y:et-m,width:m*2,height:m*2,fill:Ut}))}}return Ye},W=(Q,re,ie)=>{const ue=new Map;Q.forEach(fe=>{var me;const pe=fe.parent?fe.parent.data._originalIndex.join("-"):"root";((me=ue.get(pe))!=null?me:ue.set(pe,[]).get(pe)).push(fe)});const he=[];return ue.forEach(fe=>{if(fe.length<=1)return;const me=fe.slice().sort((pe,_e)=>x?O(pe).y-O(_e).y:O(pe).x-O(_e).x);if(me.length!==0)for(let pe=0;pe<me.length-1;pe++){const _e=O(me[pe]),Ce=O(me[pe+1]),Me=me[pe].data._originalIndex.slice(0,-1),$e=me[pe].data._originalIndex.at(-1)+1;if(x){const Re=_e.x+ie.x+(w>0?-re.width-5:re.width+5),Fe=(_e.y+Ce.y)/2+ie.y-re.height/2;he.push(p(J,{indexes:[...Me,$e],x:Re,y:Fe}))}else{const Re=_e.y+ie.y-re.height-5,Fe=(_e.x+Ce.x)/2+ie.x-re.width/2;he.push(p(J,{indexes:[...Me,$e],x:Fe,y:Re}))}}}),he},B=E(r.items),X=t?p(t,{title:P,desc:$}):null,D=ae(p(J,{indexes:[0]}));if(!B.length)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[X,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:-D.width/2,y:-D.height/2})})})]});const k=F(B),A=Rh(k),{levelBounds:L,maxWidth:N,maxHeight:q}=z(A),U=EY().nodeSize(x?[q+o,N+i]:[N+o,q+i]).separation(()=>1)(A).descendants(),K=U.map(Q=>O(Q)),ne=Math.min(...K.map(Q=>Q.x)),ee=Math.min(...K.map(Q=>Q.y)),se={x:Math.max(0,-ne+N/2),y:Math.max(0,-ee+D.height+10)},ce=[],Z=[],le=[],te=[];return U.forEach((Q,re)=>{Q.data._flatIndex=re;const{x:ie,y:ue}=O(Q);Q.__layout={x:ie,y:ue}}),U.forEach(Q=>{const{items:re,btns:ie,deco:ue}=H(Q,L,D,se,te,U);ce.push(...re),Z.push(...ie),le.push(...ue)}),Z.push(...W(U,D,se)),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[X,R(Y,{children:[te.length>0&&p(Ke,{children:te}),p(xt,{children:le}),p(He,{children:ce}),p(qe,{children:Z})]})]})};We("hierarchy-tree",{component:R4,composites:["title","item"]});const L4=e=>{const{Title:t,Item:n,data:r,gap:i=20,width:o,zigzag:a}=e,{title:s,desc:c,items:l=[]}=r,u=ae(p(J,{indexes:[0]})),h=ae(p(n,{indexes:[0],data:r,datum:l[0]})),d=o||h.width,f=t?p(t,{title:s,desc:c}):null,g=[],y=[],m=(d-u.width)/2;if(l.forEach((v,b)=>{const _=(h.height+i)*b,x=[b];y.push(p(n,{indexes:x,datum:v,data:r,y:_,width:d,positionV:"middle",positionH:a?b%2===0?"normal":"flipped":"normal"})),g.push(p(nt,{indexes:x,x:-u.width-10,y:_+(h.height-u.height)/2}));const w=b===0?-u.height:_-i/2-u.height/2;g.push(p(J,{indexes:x,x:m,y:w}))}),l.length>0){const b=(h.height+i)*(l.length-1)+h.height;g.push(p(J,{indexes:[l.length],x:m,y:b}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,R(Y,{children:[p(He,{children:y}),p(qe,{children:g})]})]})};We("list-column",{component:L4,composites:["title","item"]});const z4=e=>{const{Title:t,Item:n,data:r,columns:i=3,gap:o=24,zigzag:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=ae(p(J,{indexes:[0]})),d=ae(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),f=[],g=[],y=d.height+o,m=d.width+o,v=new Set;return l.forEach((b,_)=>{const x=Math.floor(_/i),w=_%i,P=w*m,$=x*y,C=[_];g.push(p(n,{indexes:C,datum:b,data:r,x:P,y:$,positionH:"center",positionV:a&&_%2===0?"normal":"flipped"})),f.push(p(nt,{indexes:C,x:P+(d.width-h.width)/2,y:$+d.height})),w<i-1&&f.push(p(J,{indexes:[_+1],x:P+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2})),w===0&&!v.has(x)&&(f.push(p(J,{indexes:[_],x:P-o/2-h.width/2,y:$+(d.height-h.height)/2})),v.add(x)),(w===i-1||_===l.length-1)&&f.push(p(J,{indexes:[_+1],x:P+d.width+o/2-h.width/2,y:$+(d.height-h.height)/2}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,R(Y,{children:[p(He,{children:g}),p(qe,{children:f})]})]})};We("list-grid",{component:z4,composites:["title","item"]});const N4=e=>{const{Title:t,Item:n,data:r,gap:i=20,levelGap:o=20}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=ae(p(J,{indexes:[0]})),h=ae(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[],g=Math.ceil(Math.sqrt(c.length)),y=[];let m=c.length;for(let w=0;w<g;w++){const P=Math.min(w+1,m);if(y.push(P),m-=P,m<=0)break}let v=0;const b=Math.max(...y),x=(b*h.width+(b-1)*i)/2;return y.forEach((w,P)=>{const $=P*(h.height+o),C=w*h.width+(w-1)*i,M=x-C/2;for(let S=0;S<w&&v<c.length;S++){const E=M+S*(h.width+i),I=c[v],O=[v];f.push(p(n,{indexes:O,datum:I,data:r,x:E,y:$,positionH:"center"})),d.push(p(nt,{indexes:O,x:E+(h.width-u.width)/2,y:$+h.height})),S<w-1&&d.push(p(J,{indexes:[v+1],x:E+h.width+(i-u.width)/2,y:$+(h.height-u.height)/2})),S===0&&d.push(p(J,{indexes:[v],x:E-i/2-u.width/2,y:$+(h.height-u.height)/2})),S===w-1&&d.push(p(J,{indexes:[v+1],x:E+h.width+i/2-u.width/2,y:$+(h.height-u.height)/2})),v++}}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(He,{children:f}),p(qe,{children:d})]})]})};We("list-pyramid",{component:N4,composites:["title","item"]});const H4=e=>{const{Title:t,Item:n,data:r,gap:i=20,zigzag:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=ae(p(J,{indexes:[0]})),h=ae(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[],g=(h.height-u.height)/2,y=h.height;if(c.forEach((m,v)=>{const b=(h.width+i)*v,_=[v];f.push(p(n,{indexes:_,datum:m,data:r,x:b,positionH:"center",positionV:o&&v%2===0?"normal":"flipped"})),d.push(p(nt,{indexes:_,x:b+(h.width-u.width)/2,y}));const x=v===0?-(i+u.width)/2:b-(i+u.width)/2;d.push(p(J,{indexes:_,x,y:g}))}),c.length>0){const v=(h.width+i)*(c.length-1)+h.width+(i-u.width)/2;d.push(p(J,{indexes:[c.length],x:v,y:g}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(He,{children:f}),p(qe,{children:d})]})]})};We("list-row",{component:H4,composites:["title","item"]});var GK=Object.defineProperty,D4=Object.getOwnPropertySymbols,VK=Object.prototype.hasOwnProperty,YK=Object.prototype.propertyIsEnumerable,q4=(e,t,n)=>t in e?GK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XK=(e,t)=>{for(var n in t||(t={}))VK.call(t,n)&&q4(e,n,t[n]);if(D4)for(var n of D4(t))YK.call(t,n)&&q4(e,n,t[n]);return e};const j4=e=>{const{Item:t,data:n,outerRadius:r=250,innerRadius:i=120,startAngle:o=-90,endAngle:a=270,gapAngle:s=1,options:c}=e,{title:l,items:u=[]}=n,h=Ct(c.themeConfig),d=ae(p(J,{indexes:[0]})),f=[],g=[],y=[],m=r+100,v=r+100,b=a-o,_=Math.abs(b-360)<.01,x=u.length>0?s*(_?u.length:u.length-1):0,w=b-x,P=u.length>0?w/u.length:0;if(u.forEach((O,T)=>{var F;const z=[T],j=o+(P+s)*T,H=j+P,B=s*Math.PI*r/180/i*(180/Math.PI),X=s,D=(j+X/2)*Math.PI/180,k=(H-X/2)*Math.PI/180,A=(j+B/2)*Math.PI/180,L=(H-B/2)*Math.PI/180,N=m+r*Math.cos(D),q=v+r*Math.sin(D),G=m+r*Math.cos(k),U=v+r*Math.sin(k),K=m+i*Math.cos(A),ne=v+i*Math.sin(A),ee=m+i*Math.cos(L),se=v+i*Math.sin(L),ce=P>180?1:0,Z=`
|
|
92
|
+
`,L(Y,SX(OX({},h),{children:[p(Pe,{d:$,x:0,y:0,width:r,height:i,fill:u.colorPrimary,"data-element-type":"shape"}),p(Ht,{indexes:n,x:y,y:m,size:o,fill:u.colorBg}),p(Ge,{indexes:n,x:_,y:v,width:d,fontSize:14,fontWeight:"bold",fill:u.colorBg,alignHorizontal:c==="flipped"?"right":"left",children:t.label}),t.desc&&p(ut,{indexes:n,x:w,y:x,width:d,fontSize:11,wordWrap:!0,fill:u.colorBg,alignHorizontal:c==="flipped"?"right":"left",children:t.desc})]}))};ct("quarter-simple-card",{component:bw,composites:["icon","label","desc"]});var MX=Object.defineProperty,EX=Object.defineProperties,IX=Object.getOwnPropertyDescriptors,_w=Object.getOwnPropertySymbols,AX=Object.prototype.hasOwnProperty,TX=Object.prototype.propertyIsEnumerable,xw=(e,t,n)=>t in e?MX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kX=(e,t)=>{for(var n in t||(t={}))AX.call(t,n)&&xw(e,n,t[n]);if(_w)for(var n of _w(t))TX.call(t,n)&&xw(e,n,t[n]);return e},RX=(e,t)=>EX(e,IX(t));const ww=e=>{const[{datum:t,indexes:n,width:r=240,height:i=140,iconSize:o=28,gap:a=12,ribbonHeight:s=32,themeColors:c},l]=st(e,["width","height","iconSize","gap","ribbonHeight"]),u=`${c.colorPrimary}-ribbon`;return L(Y,RX(kX({},l),{children:[p(Ke,{children:L("linearGradient",{id:u,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:c.colorPrimary}),p("stop",{offset:"100%",stopColor:be(c.colorPrimary).darken(15).toHexString()})]})}),L(xt,{children:[p(Re,{x:0,y:0,width:r,height:i,fill:c.colorBgElevated,stroke:c.colorPrimaryBg,strokeWidth:1,rx:8,ry:8}),p(Re,{x:0,y:0,width:r,height:s,fill:`url(#${u})`,rx:8,ry:8}),p(Re,{x:0,y:8,width:r,height:s-8,fill:`url(#${u})`}),p(Pe,{x:r-20,y:s,width:20,height:8,fill:be(c.colorPrimary).darken(25).toHexString(),d:"M0,0 L20,0 L15,8 L5,8 Z"})]}),p(Ht,{indexes:n,x:a,y:s+a,size:o,fill:c.colorPrimary}),p(Ge,{indexes:n,x:o+2*a,y:s+a,width:r-o-3*a,height:o,alignHorizontal:"left",alignVertical:"middle",lineHeight:1,fontWeight:"bold",fill:c.colorText,children:t.label}),p(ut,{indexes:n,x:a,y:s+o+a+5,width:r-2*a,alignHorizontal:"left",fill:c.colorTextSecondary,lineNumber:3,wordWrap:!0,children:t.desc}),p(Ht,{indexes:n,x:r-a-8,y:a/2,size:16,fill:c.colorWhite})]}))};ct("ribbon-card",{component:ww,composites:["icon","label","desc"]});var LX=Object.defineProperty,zX=Object.defineProperties,NX=Object.getOwnPropertyDescriptors,Pw=Object.getOwnPropertySymbols,DX=Object.prototype.hasOwnProperty,HX=Object.prototype.propertyIsEnumerable,$w=(e,t,n)=>t in e?LX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,qX=(e,t)=>{for(var n in t||(t={}))DX.call(t,n)&&$w(e,n,t[n]);if(Pw)for(var n of Pw(t))HX.call(t,n)&&$w(e,n,t[n]);return e},jX=(e,t)=>zX(e,NX(t));const Cw=e=>{const[{indexes:t,datum:n,themeColors:r,width:i=300,height:o=40,padding:a=4,positionH:s="normal"},c]=st(e,["width","height","borderRadius","padding"]),l=o/2,u=l,h=a,d=i-l*2,f=o-a*2;return L(Y,jX(qX({},c),{children:[p(Re,{"data-element-type":"shape",width:i,height:o,rx:l,ry:l,fill:r.colorPrimaryBg,stroke:r.colorPrimary,strokeWidth:1,opacity:.8}),p(Ge,{indexes:t,x:u,y:h,width:d,height:f,alignHorizontal:s==="flipped"?"right":s==="center"?"center":"left",alignVertical:"middle",fontSize:14,fontWeight:"500",fill:r.colorText,children:n.label})]}))};ct("rounded-rect-node",{component:Cw,composites:["label"]});var FX=Object.defineProperty,BX=Object.defineProperties,WX=Object.getOwnPropertyDescriptors,Ow=Object.getOwnPropertySymbols,GX=Object.prototype.hasOwnProperty,VX=Object.prototype.propertyIsEnumerable,Sw=(e,t,n)=>t in e?FX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,YX=(e,t)=>{for(var n in t||(t={}))GX.call(t,n)&&Sw(e,n,t[n]);if(Ow)for(var n of Ow(t))VX.call(t,n)&&Sw(e,n,t[n]);return e},XX=(e,t)=>BX(e,WX(t));const Mw=e=>{const[{width:t=24,height:n=t,strokeWidth:r=2,themeColors:i,datum:o},a]=st(e,["width","height"]),s=Math.min(t,n)-r,c=r/2;return L(Y,XX(YX({},a),{width:t,height:n,children:[p(Re,{width:t,height:n,fill:"none",visibility:"hidden"}),p(Ze,{x:c,y:c,width:s,height:s,fill:i.colorPrimary,stroke:i.isDarkMode?"#FFF":"#000",strokeWidth:r,"data-element-type":"shape",children:p("title",{children:o.label||o.desc})})]}))};ct("simple-circle-node",{component:Mw,composites:[]});var UX=Object.defineProperty,KX=Object.defineProperties,ZX=Object.getOwnPropertyDescriptors,Ew=Object.getOwnPropertySymbols,QX=Object.prototype.hasOwnProperty,JX=Object.prototype.propertyIsEnumerable,Iw=(e,t,n)=>t in e?UX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eU=(e,t)=>{for(var n in t||(t={}))QX.call(t,n)&&Iw(e,n,t[n]);if(Ew)for(var n of Ew(t))JX.call(t,n)&&Iw(e,n,t[n]);return e},tU=(e,t)=>KX(e,ZX(t));const Aw=e=>{const[{indexes:t,datum:n,width:r=140,themeColors:i,positionV:o="normal"},a]=st(e,["width"]),s=o!=="flipped",c=s?"bottom":"top",l=p(Ge,{indexes:t,width:r,fill:i.colorText,alignHorizontal:"center",alignVertical:c,fontSize:14,children:n.label}),u=p(ut,{indexes:t,width:r,fill:i.colorTextSecondary,alignHorizontal:"center",alignVertical:c,children:n.desc}),h=30,d=10,f=se(l),g=se(u),y=f.height+g.height,m=y+d+h+d+y;return p(Y,tU(eU({width:r,height:m},a),{children:L(ve,{flexDirection:"column",alignItems:"center",children:[s?L(tt,{children:[u,l,p(mt,{height:d})]}):p(tt,{children:p(mt,{height:y+d})}),L(vi,{horizontal:"center",vertical:"middle",children:[p(nU,{width:r,height:h,fill:i.colorPrimary}),p(ze,{width:r,height:h,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:n.time?n.time:String(t[0]+1).padStart(2,"0").slice(-2)})]}),s?p(tt,{children:p(mt,{height:y+d})}):L(tt,{children:[p(mt,{height:d}),l,u]})]})}))},nU=e=>{const{x:t=0,y:n=0,width:r=100,height:i=40,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r-a,y:n},{x:t+r,y:n+i/2},{x:t+r-a,y:n+i},{x:t,y:n+i},{x:t+a,y:n+i/2}],fill:o,"data-element-type":"shape"})};ct("simple-horizontal-arrow",{component:Aw,composites:["label","desc","time"]});var rU=Object.defineProperty,iU=Object.defineProperties,oU=Object.getOwnPropertyDescriptors,Tw=Object.getOwnPropertySymbols,aU=Object.prototype.hasOwnProperty,sU=Object.prototype.propertyIsEnumerable,kw=(e,t,n)=>t in e?rU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cU=(e,t)=>{for(var n in t||(t={}))aU.call(t,n)&&kw(e,n,t[n]);if(Tw)for(var n of Tw(t))sU.call(t,n)&&kw(e,n,t[n]);return e},lU=(e,t)=>iU(e,oU(t));const Rw=e=>{const[{indexes:t,datum:n,width:r=180,illusSize:i=r,gap:o=8,themeColors:a,usePaletteColor:s=!1},c]=st(e,["width","illusSize","gap","usePaletteColor"]),{label:l,desc:u}=n,h=s?a.colorPrimary:a.colorText,d=p(Ge,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"middle",fill:h,children:l}),f=se(d);return L(ve,lU(cU({},c),{width:r,height:i+o+f.height+o+48,flexDirection:"column",alignItems:"center",justifyContent:"center",gap:o,children:[p(y_,{indexes:t,width:i,height:i}),d,p(ut,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"top",fill:a.colorTextSecondary,lineNumber:3,children:u})]}))};ct("simple-illus",{component:Rw,composites:["illus","label","desc"]});var uU=Object.defineProperty,hU=Object.defineProperties,dU=Object.getOwnPropertyDescriptors,Lw=Object.getOwnPropertySymbols,fU=Object.prototype.hasOwnProperty,pU=Object.prototype.propertyIsEnumerable,zw=(e,t,n)=>t in e?uU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bh=(e,t)=>{for(var n in t||(t={}))fU.call(t,n)&&zw(e,n,t[n]);if(Lw)for(var n of Lw(t))pU.call(t,n)&&zw(e,n,t[n]);return e},Wh=(e,t)=>hU(e,dU(t));const Nw=e=>{const[{indexes:t,datum:n,width:r=200,height:i,gap:o=4,showIcon:a=!0,iconSize:s=30,iconType:c="default",positionH:l="normal",positionV:u="normal",usePaletteColor:h=!1,themeColors:d},f]=st(e,["width","height","gap","showIcon","iconSize","iconType","usePaletteColor"]),{label:g,desc:y,icon:m}=n,b=(z=>z==="normal"?"left":z==="flipped"?"right":"center")(l),_=h?d.colorPrimary:d.colorText,x=14,w=1.4,$=se(p(Ge,{indexes:t,width:r,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g})),C=a?c==="circle"?p(kr,{indexes:t,size:s,fill:d.colorPrimary,colorBg:d.colorBg}):p(Ht,{indexes:t,size:s,fill:d.colorTextSecondary}):null;if(!a||!m){const z=i?Math.max(0,i-$.height-o):void 0,j=z?z<=60?1:Math.floor(z/(w*x)):2,D=i?u==="middle"?(i-$.height-(z||0)-o)/2:u==="flipped"?i-$.height-(z||0)-o:0:0;return L(Y,Wh(Bh({},f),{children:[p(Ge,{indexes:t,width:r,y:D,alignHorizontal:b,alignVertical:"middle",fill:_,children:g}),p(ut,{indexes:t,width:r,height:z,y:D+$.height+o,alignHorizontal:b,alignVertical:T(),lineNumber:j,fill:d.colorTextSecondary,children:y})]}))}if(l==="center"){const z=a&&m?s:0,j=i?Math.max(0,i-$.height-z-o*2):void 0,D=j?j<=60?1:Math.floor(j/(w*x)):2,W=$.height+(j||0)+o,B=i?u==="middle"?(i-W-z-o)/2:u==="flipped"?i-W-z-o:0:0;return p(ve,Wh(Bh({},f),{flexDirection:"column",gap:o,alignItems:"center",children:u==="flipped"?L(tt,{children:[L(Y,{children:[p(Ge,{indexes:t,width:r,y:B,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g}),p(ut,{indexes:t,width:r,height:j,y:B+$.height+o,alignHorizontal:"center",alignVertical:"bottom",lineNumber:D,fill:d.colorTextSecondary,children:y})]}),C]}):L(tt,{children:[C,L(Y,{children:[p(Ge,{indexes:t,width:r,y:B,alignHorizontal:"center",alignVertical:"middle",fill:_,children:g}),p(ut,{indexes:t,width:r,height:j,y:B+$.height+o,alignHorizontal:"center",alignVertical:"top",lineNumber:D,fill:d.colorTextSecondary,children:y})]})]})}))}const M=se(C),S=Math.max(r-M.width-o,0),E=i?Math.max(0,i-$.height-o):void 0,A=E?E<=60?1:Math.floor(E/(w*x)):2,O=i?u==="middle"?(i-$.height-(E||0)-o)/2:u==="flipped"?i-$.height-(E||0)-o:0:0;return p(ve,Wh(Bh({},f),{flexDirection:"row",gap:o,alignItems:F(u),children:l==="flipped"?L(tt,{children:[L(Y,{children:[p(Ge,{indexes:t,width:S,y:O,alignHorizontal:"right",alignVertical:"middle",fill:_,children:g}),p(ut,{indexes:t,width:S,height:E,y:O+$.height+o,alignHorizontal:"right",alignVertical:T(),lineNumber:A,fill:d.colorTextSecondary,children:y})]}),C]}):L(tt,{children:[C,L(Y,{children:[p(Ge,{indexes:t,width:S,y:O,alignHorizontal:"left",alignVertical:"middle",fill:_,children:g}),p(ut,{indexes:t,width:S,height:E,y:O+$.height+o,alignHorizontal:"left",alignVertical:T(),lineNumber:A,fill:d.colorTextSecondary,children:y})]})]})}));function T(z,j){return"top"}function F(z){return z==="normal"?"flex-start":z==="flipped"?"flex-end":"center"}};ct("simple",{component:Nw,composites:["icon","label","desc"]});var gU=Object.defineProperty,mU=Object.defineProperties,yU=Object.getOwnPropertyDescriptors,Dw=Object.getOwnPropertySymbols,vU=Object.prototype.hasOwnProperty,bU=Object.prototype.propertyIsEnumerable,Hw=(e,t,n)=>t in e?gU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_U=(e,t)=>{for(var n in t||(t={}))vU.call(t,n)&&Hw(e,n,t[n]);if(Dw)for(var n of Dw(t))bU.call(t,n)&&Hw(e,n,t[n]);return e},xU=(e,t)=>mU(e,yU(t));const qw=e=>{const[{indexes:t,datum:n,height:r=140,themeColors:i,positionH:o="normal"},a]=st(e,["height"]),s=o==="normal"?"right":"left",c=p(Ge,{indexes:t,width:120,fill:i.colorText,alignHorizontal:s,alignVertical:"middle",fontSize:14,children:n.label}),l=p(ut,{indexes:t,width:120,fill:i.colorTextSecondary,alignHorizontal:s,alignVertical:"top",children:n.desc}),u=o!=="flipped",h=15,d=30,f=120,g=f+h+d+h+f;return p(Y,xU(_U({width:g,height:r},a),{children:L(ve,{flexDirection:"row",alignItems:"center",children:[u?L(tt,{children:[L(ve,{flexDirection:"column",alignItems:"flex-end",children:[c,l]}),p(mt,{width:h})]}):p(tt,{children:p(mt,{width:f+h})}),L(vi,{horizontal:"center",vertical:"middle",children:[p(wU,{width:d,height:r,fill:i.colorPrimary}),p(ze,{width:d,height:r,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:String(t[0]+1).padStart(2,"0").slice(-2)})]}),u?p(tt,{children:p(mt,{width:f+h})}):L(tt,{children:[p(mt,{width:h}),L(ve,{flexDirection:"column",alignItems:"flex-start",children:[c,l]})]})]})}))},wU=e=>{const{x:t=0,y:n=0,width:r=30,height:i=100,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r/2,y:n+a},{x:t+r,y:n},{x:t+r,y:n+i-a},{x:t+r/2,y:n+i},{x:t,y:n+i-a}],fill:o,"data-element-type":"shape"})};ct("simple-vertical-arrow",{component:qw,composites:["label","desc"]});var PU=Object.defineProperty,$U=Object.defineProperties,CU=Object.getOwnPropertyDescriptors,jw=Object.getOwnPropertySymbols,OU=Object.prototype.hasOwnProperty,SU=Object.prototype.propertyIsEnumerable,Fw=(e,t,n)=>t in e?PU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,MU=(e,t)=>{for(var n in t||(t={}))OU.call(t,n)&&Fw(e,n,t[n]);if(jw)for(var n of jw(t))SU.call(t,n)&&Fw(e,n,t[n]);return e},EU=(e,t)=>$U(e,CU(t));const Gh=80,Vh=3,Bw=e=>{const[{datum:t,indexes:n,width:r=200,gap:i=4,positionH:o="center",themeColors:a},s]=st(e,["width","height","gap"]),c=se(p(Ge,{indexes:n,fontSize:18,fontWeight:"bold",width:r,children:t.label})),l=t.desc?se(p(ut,{indexes:n,width:r,wordWrap:!0,children:t.desc})):{height:0},u=c.height+i+Vh+(t.desc?i*2+l.height:0),h=0,d=0,f=o==="center"?"center":o==="flipped"?"right":"left",g=o==="center"?(r-Gh)/2:o==="flipped"?r-Gh:0,y=d+c.height+i,m=0,v=y+Vh+i*2;return L(Y,EU(MU({width:r,height:u},s),{children:[t.label&&p(Ge,{indexes:n,x:h,y:d,width:r,alignHorizontal:f,fill:a.colorPrimary,fontSize:18,fontWeight:"bold",children:t.label}),t.label&&p(Re,{x:g,y,width:Gh,height:Vh,fill:a.colorPrimary,"data-element-type":"shape"}),t.desc&&p(ut,{indexes:n,width:r,x:m,y:v,alignHorizontal:f,wordWrap:!0,fill:a.colorText,children:t.desc})]}))};ct("underline-text",{component:Bw,composites:["label","desc"]});var IU=Object.defineProperty,AU=Object.defineProperties,TU=Object.getOwnPropertyDescriptors,Ww=Object.getOwnPropertySymbols,kU=Object.prototype.hasOwnProperty,RU=Object.prototype.propertyIsEnumerable,Gw=(e,t,n)=>t in e?IU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,LU=(e,t)=>{for(var n in t||(t={}))kU.call(t,n)&&Gw(e,n,t[n]);if(Ww)for(var n of Ww(t))RU.call(t,n)&&Gw(e,n,t[n]);return e},zU=(e,t)=>AU(e,TU(t));const Vw=e=>{const[{indexes:t,datum:n,height:r=140,themeColors:i,positionH:o="normal"},a]=st(e,["height"]),c=o!=="flipped"?"right":"left",l=p(Ge,{indexes:t,width:120,fill:i.colorText,alignHorizontal:c,alignVertical:"middle",fontSize:14,children:n.label}),u=p(ut,{indexes:t,width:120,fill:i.colorTextSecondary,alignHorizontal:c,alignVertical:"top",children:n.desc}),h=p(kr,{indexes:t,fill:i.colorPrimary,colorBg:i.colorWhite}),d=p(DU,{width:30,height:8,fill:i.colorPrimary,positionH:o}),f=o!=="flipped",g=5,y=25,m=30,v=se(l),b=se(h),_=se(d),x=v.width+g+_.width-b.width-y,w=Math.max(v.width+g+_.width,y+b.width)*2+m;return p(Y,zU(LU({width:w,height:r},a),{children:L(ve,{flexDirection:"row",alignItems:"center",children:[f?L(tt,{children:[L(ve,{flexDirection:"column",alignItems:"flex-end",children:[l,u]}),p(mt,{width:g}),d]}):L(tt,{children:[p(mt,{width:x}),h,p(mt,{width:y})]}),L(vi,{horizontal:"center",vertical:"middle",children:[p(NU,{width:m,height:r,fill:i.colorPrimary}),p(ze,{width:m,height:r,alignHorizontal:"center",alignVertical:"middle",fill:i.colorWhite,fontWeight:"bold",fontSize:16,children:String(t[0]+1).padStart(2,"0").slice(-2)})]}),f?L(tt,{children:[p(mt,{width:y}),h]}):L(tt,{children:[d,p(mt,{width:g}),L(ve,{flexDirection:"column",alignItems:"flex-start",children:[l,u]})]})]})}))},NU=e=>{const{x:t=0,y:n=0,width:r=30,height:i=100,fill:o="#FF356A",size:a=10}=e;return p(Wt,{width:r,height:i,points:[{x:t,y:n},{x:t+r/2,y:n+a},{x:t+r,y:n},{x:t+r,y:n+i-a},{x:t+r/2,y:n+i},{x:t,y:n+i-a}],fill:o,"data-element-type":"shape"})},DU=e=>{const{x:t=0,y:n=0,width:r=50,height:i=10,fill:o,positionH:a="normal"}=e,s=i/2,c=r-s,l=2,u=s;return L(Y,{x:t,y:n,width:r,height:i,children:[p(Ze,{width:i,height:i,fill:o,x:a==="normal"?0:c-s,"data-element-type":"shape"}),p(Pe,{d:a==="normal"?`M${s},${u} L${s+c},${u}`:`M0,${u} L${c-s},${u}`,strokeWidth:l,stroke:o,"data-element-type":"shape"})]})};ct("vertical-icon-arrow",{component:Vw,composites:["icon","label","desc"]});const Yh=new Map;function We(e,t){Yh.set(e,t)}function Yw(e){return Yh.get(e)}function HU(){return Array.from(Yh.keys())}const Xw=e=>{var t,n,r;const{Title:i,Item:o,data:a,width:s,gap:c,barGap:l,barHeight:u=28,barAreaWidth:h,labelGap:d=16,padding:f=24,showValue:g=!0,options:y,valueFormatter:m=je=>je.toString()}=e,v=(t=h!=null?h:s)!=null?t:480,{title:b,desc:_,items:x=[],xTitle:w,yTitle:P}=a,$=i?p(i,{title:b,desc:_}):null;if(x.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:$});const[C,M,S,E]=Ar(f),A=(n=x[0])!=null?n:{label:"",value:0},O=se(p(o,{indexes:[0],datum:A,data:a})),T=O.width||140,F=O.height||u,z=Math.max(u,F),j=Math.max(12,z*.35),D=(r=l!=null?l:c)!=null?r:j,W=x.map(je=>{var Fe;return(Fe=je.value)!=null?Fe:0}),B=Math.max(...W,0),X=Math.min(...W,0),H=X<0?X*1.1:0;let k=B>0?B*1.1:0;k===H&&(k=H+1);const I=Lo().domain([H,k]).range([0,v]),R=Math.min(Math.max(I(0),0),v),N=Math.max(2,v*.02),q=x.length*(z+D)-D,G=P?24:0,U=20,K=w?24:0,oe=C+G,te=E+T+d,ae=g?80:0,Z=Math.max(8,z*.2),ee=te+v+ae+M,ue=oe+q+Z+U+K+S,ne=Ct(y.themeConfig),J=ne.colorText||"#666",ie=wt(y),re=[],ce=[],pe=[],he=[],ge=[],de=[],we=[],Se=oe+q+Z,Ie=je=>Number.isInteger(je)?je.toString():je.toFixed(1);x.forEach((je,Fe)=>{var ye;const xe=[Fe],Ae=(ye=je.value)!=null?ye:0,Me=oe+Fe*(z+D),le=Me+(z-u)/2,me=Ae>=0?te+R:te+I(Ae),Ce=Ae>=0?I(Ae)-R:R-I(Ae),Ye=Ce===0?N:Ce,rt=qe(y,[Fe])||ne.colorPrimary;if(re.push(p(Re,{x:me,y:le,width:Ye,height:u,fill:rt,rx:6,ry:6,"data-element-type":"shape"})),g){const Oe=Ae>=0?me+Ye+8:me-8;ce.push(p(ze,{x:Oe,y:le+u/2,alignHorizontal:Ae>=0?"left":"right",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:rt,children:m(Ae,je)}))}pe.push(p(o,{indexes:xe,datum:je,data:a,x:E,y:Me+(z-F)/2,width:T,height:F,positionV:"middle"}))});const $e=Math.max(3,Math.min(7,Math.floor(v/80)));return I.ticks($e).forEach(je=>{const Fe=te+I(je);de.push(p(Pe,{d:`M${Fe} ${oe} L${Fe} ${oe+q}`,stroke:J,strokeOpacity:.08,"data-element-type":"shape"})),ge.push(p(Pe,{d:`M${Fe-.5} ${Se} L${Fe-.5} ${Se+6}`,stroke:J,"data-element-type":"shape"})),ge.push(p(ze,{x:Fe,y:Se+14,alignHorizontal:"center",alignVertical:"middle",fontSize:12,fill:J,children:Ie(je)}))}),he.push(p(Pe,{d:`M${te} ${Se} L${te+v} ${Se}`,stroke:J,"data-element-type":"shape"})),H<0&&he.push(p(Re,{x:te+R-.5,y:oe,width:1,height:q,fill:ie,"data-element-type":"shape"})),P&&we.push(p(ze,{x:E+T/2,y:C+G/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:J,children:P})),w&&we.push(p(ze,{x:te+v/2,y:Se+U+K/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:J,children:w})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[$,L(Y,{width:ee,height:ue,children:[p(Y,{children:de}),p(Y,{children:re}),p(Y,{children:ce}),p(Y,{children:we}),p(Y,{children:[...he,...ge]}),p(Ne,{children:pe})]})]})};We("chart-bar",{component:Xw,composites:["title","item","xTitle","yTitle"]});const Uw=e=>{const{Title:t,Item:n,data:r,columnGap:i=60,columnWidth:o=50,padding:a=20,showValue:s=!0,options:c,valueFormatter:l=W=>W.toString()}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:f});const g=Ct(c.themeConfig),m=[...d.map(W=>{var B;return(B=W.value)!=null?B:0}),0].sort((W,B)=>W-B),v=m[0]<0,b=d.length*o+(d.length-1)*i,_=300,[x,w,P,$]=Ar(a),C=s?24:0,M=10,S=v&&s?C+M:M,E=b+$+w,A=_+x+P+S,O=Lo().domain([m[0],m[m.length-1]]).range([_,0]),T=O(0),F=[],z=[],j=[],D=[];return d.forEach((W,B)=>{var X;const H=[B],k=(X=W.value)!=null?X:0,I=$+B*(o+i),R=k>=0?O(k):T,N=Math.abs(O(k)-T),q=qe(c,[B])||g.colorPrimary,G=`${q}-column-positive-${B}`,U=`${q}-column-negative-${B}`;D.push(L("linearGradient",{id:k>=0?G:U,x1:"0%",y1:k>=0?"0%":"100%",x2:"0%",y2:k>=0?"100%":"0%",children:[p("stop",{offset:"0%",stopColor:q}),p("stop",{offset:"100%",stopColor:be.mix(q,"#fff",40).toHexString()})]})),F.push(p(Re,{x:I,y:x+R,width:o,height:N,fill:`url(#${k>=0?G:U})`,rx:8,ry:8,"data-element-type":"shape"})),s&&z.push(p(ze,{x:I+o/2,y:k>=0?x+R-10:x+R+N+20,fontSize:16,fontWeight:"bold",alignHorizontal:"center",alignVertical:k>=0?"bottom":"top",fill:q,children:l(k,W)}));const K=o+i,oe=x+_+S;j.push(p(n,{indexes:H,datum:W,data:r,x:I+o/2-K/2,y:oe,width:K,positionH:"center"}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,L(Y,{width:E,height:A,children:[p(Ke,{children:D}),p(Y,{children:F}),p(Y,{children:z}),p(Ne,{children:j})]})]})};We("chart-column",{component:Uw,composites:["title","item"]});var qU=Object.defineProperty,jU=Object.defineProperties,FU=Object.getOwnPropertyDescriptors,Kw=Object.getOwnPropertySymbols,BU=Object.prototype.hasOwnProperty,WU=Object.prototype.propertyIsEnumerable,Zw=(e,t,n)=>t in e?qU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qw=(e,t)=>{for(var n in t||(t={}))BU.call(t,n)&&Zw(e,n,t[n]);if(Kw)for(var n of Kw(t))WU.call(t,n)&&Zw(e,n,t[n]);return e},GU=(e,t)=>jU(e,FU(t));const Jw=e=>{const{Title:t,Item:n,data:r,width:i,height:o=260,gap:a=10,padding:s=24,showValue:c=!0,options:l,valueFormatter:u=le=>le.toString()}=e,{title:h,desc:d,items:f=[],xTitle:g,yTitle:y}=r,m=t?p(t,{title:h,desc:d}):null;if(f.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:m});const[v,b,_,x]=Ar(s),w={indexes:[0],datum:f[0],data:r,positionH:"center",positionV:"normal"},P=se(p(n,Qw({},w))),$=P.width,C=P.height,M=Math.max(28,C+14),S=44,E=y?26:0,A=g?22:0,O=$+a,T=f.length>0?(f.length-1)*O+$:0,F=i!==void 0?i:Math.max(200,T||320),z=f.length>1?Math.max(O,(F-$)/(f.length-1)):0,j=f.length>0?Math.max($,(f.length-1)*z+$):0,D=x+S+E,W=v+E,B=D+j+b,X=W+o+M+A+_,H=f.map(le=>{var me;return(me=le.value)!=null?me:0}),k=Math.max(...H,0),I=Math.min(...H,0),R=Math.max(Math.abs(k),Math.abs(I))*.1,N=I<0?I-R:0;let q=k>0?k+R:1;q===N&&(q=N+1);const G=Lo().domain([N,q]).nice().range([o,0]),U=Math.max(0,Math.min(o,G(0))),K=q<=0?0:N>=0?o:U,oe=wt(l),te=Ct(l.themeConfig),ae=te.colorText||"#666",Z=[],ee=[],ue=[],ne=[],J=[],ie=[],re=[];G.ticks(6).forEach(le=>{const me=W+G(le);Z.push(p(Pe,{d:`M ${D} ${me} L ${D+j} ${me}`,width:j,height:1,stroke:ae,strokeWidth:1,"data-element-type":"shape",opacity:.08})),re.push(p(ze,{x:D-8,y:me,alignHorizontal:"right",alignVertical:"middle",fontSize:12,fill:ae,children:Number.isInteger(le)?le.toString():le.toFixed(1)}))});const pe=[],he=[],ge=[],de=le=>{if(le.length===0)return"";if(le.length===1){const Ce=le[0];return`M ${Ce.x} ${Ce.y}`}const me=[];me.push(`M ${le[0].x} ${le[0].y}`);for(let Ce=0;Ce<le.length-1;Ce++){const Ye=le[Ce-1]||le[Ce],rt=le[Ce],Oe=le[Ce+1],Be=le[Ce+2]||Oe,Qe=rt.x+(Oe.x-Ye.x)/6,Je=rt.y+(Oe.y-Ye.y)/6,Xe=Oe.x-(Be.x-rt.x)/6,ft=Oe.y-(Be.y-rt.y)/6;me.push(`C ${Qe} ${Je} ${Xe} ${ft} ${Oe.x} ${Oe.y}`)}return me.join(" ")};f.forEach((le,me)=>{var Ce;const Ye=D+me*z+$/2,rt=W+G((Ce=le.value)!=null?Ce:0);he.push({x:Ye,y:rt,datum:le}),pe.push(p(n,GU(Qw({},w),{indexes:[me],datum:le,x:Ye-$/2,y:W+o+4})));const Oe=qe(l,[me])||te.colorPrimary;ge.push({x:Ye,color:Oe})});const we=ge.length>0?Math.min(...ge.map(le=>le.x)):D,Se=ge.length>0?Math.max(...ge.map(le=>le.x)):D+j,Ie=Math.max(1,Se-we),$e=ge.map(le=>p("stop",{offset:`${(le.x-we)/Ie*100}%`,stopColor:le.color})),Le=ge.map(le=>p("stop",{offset:`${(le.x-we)/Ie*100}%`,stopColor:le.color,stopOpacity:"0.18"}));if(ge.length>0){const le=ge[ge.length-1].color;$e.push(p("stop",{offset:"100%",stopColor:le})),Le.push(p("stop",{offset:"100%",stopColor:le,stopOpacity:"0.04"}))}const je=`chart-line-${Nb([j,o,ae,oe,ge.map(le=>`${le.x.toFixed(2)}-${le.color}`).join()].join(":"))}`,Fe=`${je}-stroke`,ye=`${je}-area`,xe=de(he);ue.push(p(Pe,{d:xe,width:j,height:o,stroke:`url(#${Fe})`,strokeWidth:3,fill:"none","data-element-type":"shape"}));const Ae=xe.includes("C")?xe.slice(xe.indexOf("C")):"",Me=[`M ${he[0].x} ${W+K}`,`L ${he[0].x} ${he[0].y}`,Ae,`L ${he[he.length-1].x} ${W+K}`,"Z"].join(" ");return ue.push(p(Pe,{d:Me,width:j,height:o,fill:`url(#${ye})`,stroke:"none","data-element-type":"shape"})),he.forEach((le,me)=>{var Ce;const Ye=qe(l,[me])||te.colorPrimary;ne.push(p(Ze,{x:le.x-6,y:le.y-6,width:12,height:12,fill:Ye,"data-element-type":"shape"})),c&&J.push(p(ze,{x:le.x,y:le.y-12,alignHorizontal:"center",alignVertical:"bottom",fontSize:12,fontWeight:"bold",fill:Ye,children:u((Ce=le.datum.value)!=null?Ce:0,le.datum)}))}),ee.push(p(Pe,{d:`M ${D} ${W+K} L ${D+j} ${W+K}`,width:j,height:1,stroke:ae,strokeWidth:1,"data-element-type":"shape"})),ee.push(p(Pe,{d:`M ${D} ${W} L ${D} ${W+o}`,width:1,height:o,stroke:ae,strokeWidth:1,"data-element-type":"shape"})),g&&ie.push(p(ze,{x:D+j/2,y:W+o+M+A/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:ae,children:g})),y&&ie.push(p(ze,{x:x+E/2,y:W+o/2,alignHorizontal:"center",alignVertical:"middle",fontSize:14,fontWeight:"bold",fill:ae,children:y})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[m,L(Y,{width:B,height:X,children:[L(Ke,{children:[p("linearGradient",{id:Fe,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:$e}),L("linearGradient",{id:ye,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[Le,p("stop",{offset:"100%",stopColor:oe,stopOpacity:"0.04"})]})]}),p(Y,{children:Z}),p(Y,{children:[...ee,...re]}),p(Y,{children:ue}),p(Y,{children:ne}),p(Y,{children:J}),p(Y,{children:ie}),p(Ne,{children:pe})]})]})};We("chart-line",{component:Jw,composites:["title","item","xTitle","yTitle"]});const e4=e=>{var t;const{Title:n,Item:r,data:i,radius:o=140,innerRadius:a=0,padding:s=30,showPercentage:c=!0,options:l}=e,{title:u,desc:h,items:d=[]}=i,f=n?p(n,{title:u,desc:h}):null,g=se(p(Q,{indexes:[0]})),y=(t=d[0])!=null?t:{label:"",value:0},m=se(p(r,{indexes:[0],datum:y,data:i,positionH:"center",positionV:"middle"})),v=m.width||140,b=m.height||32,_=Math.max(o,60),x=1.35,w=8,P=_*x+w+v,$=_,C=s+P,M=s+$,S=C*2,E=M*2;if(d.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,p(Y,{width:S,height:E,children:p(He,{children:p(Q,{indexes:[0],x:C-g.width/2,y:M-g.height/2})})})]});const A=d.reduce((G,U)=>{var K;return G+Math.max((K=U.value)!=null?K:0,0)},0),O=wt(l),T=Ct(l.themeConfig),z=aX().value(G=>{var U;return Math.max((U=G.value)!=null?U:0,0)}).sort(null).startAngle(0).endAngle(Math.PI*2)(d),j=No().innerRadius(a).outerRadius(_).cornerRadius(2),D=No().innerRadius(_).outerRadius(_),W=No().innerRadius(_*1.15).outerRadius(_*1.15),B=a+(_-a)*.5,X=No().innerRadius(B).outerRadius(B),H=No().innerRadius(_*.85).outerRadius(_*.85),k=[],I=[],R=[],N=[],q=[];return z.forEach(G=>{const U=G.data,K=G.index,oe=qe(l,[K])||T.colorPrimary||O,te=j(G)||"";k.push(p(Pe,{d:te,fill:oe,stroke:T.colorBg,strokeWidth:1,"data-element-type":"shape",width:_*2,height:_*2}));const Z=G.startAngle+(G.endAngle-G.startAngle)/2<Math.PI,ee=D.centroid(G),ue=W.centroid(G),J=[_*x*(Z?1:-1),ue[1]];R.push(p(Pe,{d:`M${C+ee[0]} ${M+ee[1]} L${C+ue[0]} ${M+ue[1]} L${C+J[0]} ${M+J[1]}`,stroke:O,strokeOpacity:.45,strokeWidth:2,fill:"none","data-element-type":"shape"}));const ie=C+J[0]+(Z?w:-w-v),re=M+J[1]-b/2;if(N.push(p(r,{indexes:[K],datum:U,data:i,x:ie,y:re,width:v,height:b,positionH:Z?"normal":"flipped",positionV:"middle",themeColors:Ct({colorPrimary:oe},l)})),c&&A>0){const pe=X.centroid(G),he=Math.max(G.value,0),ge=(he*100/A).toFixed(1),de=50,we=20;I.push(p(ze,{x:C+pe[0]-de/2,y:M+pe[1]-we/2,width:de,height:we,alignHorizontal:"center",alignVertical:"middle",fontSize:12,fontWeight:"bold",fill:"#ffffff","data-value":he,"data-indexes":[K],"data-element-type":Ve.ItemValue,children:`${ge}%`}))}const ce=H.centroid(G);q.push(p(nt,{indexes:[K],x:C+ce[0]-g.width/2,y:M+ce[1]-g.height/2}))}),z.forEach((G,U)=>{const K=(U+1)%z.length,oe=G.endAngle,te=z[K].startAngle+(K===0?Math.PI*2:0),ae=(oe+te)/2,Z=_*1,ee=Math.sin(ae)*Z,ue=-Math.cos(ae)*Z;q.push(p(Q,{indexes:[U+1],x:C+ee-g.width/2,y:M+ue-g.height/2}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[f,L(Y,{width:S,height:E,children:[p(Y,{x:C,y:M,children:k}),p(Y,{children:R}),p(Y,{children:I}),p(Ne,{children:N}),p(He,{children:q})]})]})};We("chart-pie",{component:e4,composites:["title","item"]});var VU=Object.defineProperty,YU=Object.defineProperties,XU=Object.getOwnPropertyDescriptors,t4=Object.getOwnPropertySymbols,UU=Object.prototype.hasOwnProperty,KU=Object.prototype.propertyIsEnumerable,n4=(e,t,n)=>t in e?VU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,r4=(e,t)=>{for(var n in t||(t={}))UU.call(t,n)&&n4(e,n,t[n]);if(t4)for(var n of t4(t))KU.call(t,n)&&n4(e,n,t[n]);return e},i4=(e,t)=>YU(e,XU(t));const ZU=[0,30,-30,60,-60],QU=Math.PI*(3-Math.sqrt(5));function o4(e,t,n){const r=Math.PI/180*n,i=Math.cos(r),o=Math.sin(r);return{width:Math.abs(e*i)+Math.abs(t*o),height:Math.abs(e*o)+Math.abs(t*i)}}function JU(e,t,n,r,i,o){const a=e-o,s=e+n+o,c=t-o,l=t+r+o;return i.some(u=>{const h=u.box.x-o,d=u.box.x+u.box.width+o,f=u.box.y-o,g=u.box.y+u.box.height+o;return!(s<=h||a>=d||l<=f||c>=g)})}function eK(e,t,n,r,i){const o=[],a=t?ZU:[0],s=Math.max(1600,e.length*28);return e.forEach((c,l)=>{const u=Math.max(c.width,c.height),h=l*QU;let d=0,f=null;for(let g=0;g<s&&!f;g++){g===Math.floor(s*.6)&&(d=u);const y=h+g*r,m=i*Math.sqrt(g+1)+d+u*.25,v=m*Math.cos(y),b=m*Math.sin(y);for(const _ of a){const x=o4(c.width,c.height,_),w=v-x.width/2,P=b-x.height/2;if(!JU(w,P,x.width,x.height,o,n)){f=i4(r4({},c),{angle:_,centerX:v,centerY:b,box:{x:w,y:P,width:x.width,height:x.height}});break}}}if(!f){const g=a[l%a.length],y=i*Math.sqrt(s+1)+u,m=h,v=y*Math.cos(m),b=y*Math.sin(m),_=o4(c.width,c.height,g);f=i4(r4({},c),{angle:g,centerX:v,centerY:b,box:{x:v-_.width/2,y:b-_.height/2,width:_.width,height:_.height}})}o.push(f)}),o}const a4=e=>{const{data:t,options:n,minFontSize:r=16,maxFontSize:i=48,enableRotate:o=!0,padding:a=6,spiralStep:s=.45,radiusStep:c=10}=e,{items:l=[]}=t,u=l.map((O,T)=>({datum:O,index:T})).filter(({datum:O})=>O.label);if(u.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:p(Y,{children:p(Ne,{})})});const h=u.map(({datum:O})=>O.value).filter(O=>typeof O=="number"),d=h.length>0,f=d?Math.min(...h):0,g=d?Math.max(...h):0,y=d&&f===g,m=(r+i)/2,v=O=>{if(!d||y)return m;if(O==null)return r;const T=(O-f)/(g-f||1);return r+T*(i-r)},b=u.map(({datum:O,index:T})=>{const F=v(O.value),z=se(p(ze,{fontSize:F,fontWeight:"bold",children:O.label})),j=qe(n,[T])||wt(n);return{label:O.label,value:O.value,color:j,fontSize:F,width:z.width*1.05,height:z.height}}).sort((O,T)=>T.fontSize-O.fontSize),_=eK(b,o,a,s,c),x=Math.min(..._.map(O=>O.box.x)),w=Math.min(..._.map(O=>O.box.y)),P=Math.max(..._.map(O=>O.box.x+O.box.width)),$=Math.max(..._.map(O=>O.box.y+O.box.height)),C=-x+a,M=-w+a,S=P-x+a*2,E=$-w+a*2,A=_.map((O,T)=>{const F=O.centerX-O.width/2+C,z=O.centerY-O.height/2+M,j=O.width/2,D=O.height/2,W=`translate(${F}, ${z}) rotate(${O.angle}, ${j}, ${D})`;return p(Y,{transform:W,children:p(ze,{width:O.width,height:O.height,fontSize:O.fontSize,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:O.color,"data-indexes":T,"data-element-type":Ve.ItemLabel,children:O.label})})});return p(Ne,{id:"infographic-container",width:S,height:E,children:A})};We("chart-wordcloud",{component:a4,composites:[]});const s4=new Map,Xh=(e,t)=>{s4.set(e,t)},tK=e=>{var t;return e&&(t=s4.get(e))!=null?t:null};var nK=Object.defineProperty,rK=Object.defineProperties,iK=Object.getOwnPropertyDescriptors,c4=Object.getOwnPropertySymbols,oK=Object.prototype.hasOwnProperty,aK=Object.prototype.propertyIsEnumerable,l4=(e,t,n)=>t in e?nK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,u4=(e,t)=>{for(var n in t||(t={}))oK.call(t,n)&&l4(e,n,t[n]);if(c4)for(var n of c4(t))aK.call(t,n)&&l4(e,n,t[n]);return e},h4=(e,t)=>rK(e,iK(t));Xh("pros-cons-arrow",e=>{const{x:t,y:n,colorPositive:r,colorNegative:i,colorBg:o}=e,a=200,s=141,c={width:90,height:40,fontSize:22,alignHorizontal:"center",alignVertical:"middle",fontWeight:"bold",fill:o};return L(Y,{x:t,y:n,width:a,height:s,children:[L(xt,{children:[p("path",{d:"M137 54C137 54.2903 137 54.5806 136.706 54.7742L108.614 86.0323H64.7619C64.4071 86.0204 64.0557 86.1043 63.7453 86.2747C63.4349 86.4452 63.1773 86.6959 63 87C63.0037 86.7447 63.1092 86.5012 63.2936 86.3226L91.3862 55.0645H135.238C135.593 55.0763 135.944 54.9925 136.255 54.822C136.565 54.6516 136.823 54.4009 137 54.0968V54Z",fill:"#D9D9D9"}),p("path",{d:"M39.3272 0.484649C39.6146 0.234929 39.9662 0.0736935 40.3407 0.0198929C40.7152 -0.0339076 41.0971 0.0219605 41.4414 0.180925C41.7857 0.33989 42.0783 0.595358 42.2846 0.917314C42.491 1.23927 42.6026 1.61434 42.6063 1.99848V14.8156H136.013C136.54 14.8156 137.045 15.0282 137.418 15.4068C137.791 15.7853 138 16.2987 138 16.834V53.166C138 53.7013 137.791 54.2147 137.418 54.5932C137.045 54.9718 136.54 55.1844 136.013 55.1844H42.6063V68.0015C42.6026 68.3857 42.491 68.7607 42.2846 69.0827C42.0783 69.4046 41.7857 69.6601 41.4414 69.8191C41.0971 69.9781 40.7152 70.0339 40.3407 69.9801C39.9662 69.9263 39.6146 69.7651 39.3272 69.5154L0.672847 36.5138C0.461378 36.3244 0.292014 36.0915 0.176005 35.8305C0.0599968 35.5695 0 35.2864 0 35C0 34.7136 0.0599968 34.4306 0.176005 34.1696C0.292014 33.9085 0.461378 33.6756 0.672847 33.4862L39.4265 0.484649H39.3272Z",fill:r}),p("path",{d:"M157.394 73.0007C157.397 72.6162 157.509 72.2407 157.715 71.9183C157.922 71.596 158.214 71.3403 158.559 71.1811C158.903 71.022 159.285 70.9661 159.659 71.0199C160.034 71.0738 160.385 71.2352 160.673 71.4852L199.327 104.524C199.539 104.714 199.708 104.947 199.824 105.208C199.94 105.47 200 105.753 200 106.04C200 106.326 199.94 106.61 199.824 106.871C199.708 107.132 199.539 107.366 199.327 107.555L160.573 140.594C160.285 140.815 159.943 140.951 159.584 140.989C159.225 141.027 158.862 140.965 158.535 140.809C158.208 140.653 157.929 140.41 157.728 140.105C157.527 139.8 157.411 139.445 157.394 139.078V126.247H63.9874C63.4603 126.247 62.9548 126.034 62.5821 125.655C62.2094 125.276 62 124.762 62 124.226V87.8531C62 87.3172 62.2094 86.8032 62.5821 86.4242C62.9548 86.0453 63.4603 85.8324 63.9874 85.8324H157.394V73.0007Z",fill:i})]}),p(ze,h4(u4({x:40,y:15},c),{children:"Pros"})),p(ze,h4(u4({x:70,y:85},c),{children:"Cons"}))]})});var sK=Object.defineProperty,cK=Object.defineProperties,lK=Object.getOwnPropertyDescriptors,d4=Object.getOwnPropertySymbols,uK=Object.prototype.hasOwnProperty,hK=Object.prototype.propertyIsEnumerable,f4=(e,t,n)=>t in e?sK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,p4=(e,t)=>{for(var n in t||(t={}))uK.call(t,n)&&f4(e,n,t[n]);if(d4)for(var n of d4(t))hK.call(t,n)&&f4(e,n,t[n]);return e},g4=(e,t)=>cK(e,lK(t));Xh("pros-cons-fold",e=>{const{x:t,y:n,colorPositive:r,colorNegative:i,colorBg:o}=e,a=240,s=300,c={width:85,height:30,fontSize:20,alignHorizontal:"center",alignVertical:"middle",fontWeight:"bold",fill:o};return L(Y,{x:t,y:n,width:a,height:s,children:[L(xt,{children:[p("path",{d:"M136.914 38.7755C137.303 38.7733 137.683 38.6617 138.011 38.4534C138.339 38.2451 138.602 37.9485 138.77 37.5977C138.937 37.247 139.002 36.8561 138.957 36.4701C138.913 36.084 138.76 35.7183 138.517 35.415L110.741 0.982313C110.548 0.735138 110.301 0.535238 110.018 0.397762C109.736 0.260286 109.426 0.188841 109.112 0.188841C108.798 0.188841 108.488 0.260286 108.206 0.397762C107.924 0.535238 107.676 0.735138 107.483 0.982313L79.7069 35.415C79.4639 35.7183 79.3113 36.084 79.2667 36.4701C79.222 36.8561 79.2871 37.247 79.4545 37.5977C79.6219 37.9485 79.8847 38.2451 80.213 38.4534C80.5412 38.6617 80.9216 38.7733 81.3104 38.7755H92.8965C93.0517 57.1293 97.5517 64.9878 105.259 73.7252C107.017 75.7932 108.983 77.8612 111.103 80.1361C113.276 82.4626 122.121 88.9252 131.069 95.181C129.362 88.7701 128.172 81.2218 127.293 73.7252C125.224 55.9918 125.017 38.7755 125.017 38.7755H136.914Z",fill:r,fillOpacity:.4}),p("path",{d:"M237.931 109.967C238.48 109.967 239.006 109.749 239.394 109.362C239.782 108.974 240 108.448 240 107.899V75.7932C240 75.2447 239.782 74.7187 239.394 74.3309C239.006 73.9431 238.48 73.7252 237.931 73.7252H127.241C128.172 81.2218 129.362 88.7701 131.069 95.181C138.182 100.171 145.337 105.1 152.534 109.967H237.931Z",fill:r}),p("path",{d:"M152.586 109.967C152.586 109.967 141.724 102.678 131.069 95.181C124.122 90.5838 117.455 85.5772 111.103 80.1878C109.034 77.8612 107.017 75.7415 105.259 73.7252H48.6207V56.6639C48.6091 56.2797 48.4905 55.9063 48.2784 55.5857C48.0662 55.2651 47.7689 55.0099 47.4197 54.8488C47.0705 54.6878 46.6833 54.6271 46.3016 54.6738C45.9199 54.7204 45.5587 54.8725 45.2586 55.1129L1.50002 90.2694C1.26208 90.4633 1.07029 90.7078 0.938585 90.985C0.80688 91.2622 0.738558 91.5652 0.738558 91.8721C0.738558 92.179 0.80688 92.482 0.938585 92.7592C1.07029 93.0365 1.26208 93.2809 1.50002 93.4748L45.2586 128.631C45.5621 128.874 45.928 129.027 46.3142 129.071C46.7005 129.116 47.0914 129.051 47.4424 128.884C47.7933 128.716 48.09 128.454 48.2984 128.125C48.5068 127.797 48.6185 127.417 48.6207 127.029V109.967H152.586Z",fill:"#BFBFBF"}),p("path",{d:"M36.1034 88.9252H28.9655V93.785H36.1034V101.85H41.4828V93.785H48.6207V88.8735H41.4828V81.1701H36.1034V88.9252Z",fill:"#404040"}),p("path",{d:"M103.086 261.224C102.697 261.227 102.317 261.338 101.989 261.547C101.661 261.755 101.398 262.051 101.23 262.402C101.063 262.753 100.998 263.144 101.043 263.53C101.087 263.916 101.24 264.282 101.483 264.585L129.259 299.018C129.452 299.265 129.699 299.465 129.982 299.602C130.264 299.74 130.574 299.811 130.888 299.811C131.202 299.811 131.512 299.74 131.794 299.602C132.076 299.465 132.324 299.265 132.517 299.018L160.293 264.585C160.536 264.282 160.689 263.916 160.733 263.53C160.778 263.144 160.713 262.753 160.546 262.402C160.378 262.051 160.115 261.755 159.787 261.547C159.459 261.338 159.078 261.227 158.69 261.224H147.103C146.948 242.871 142.448 235.012 134.741 226.275C132.983 224.207 131.017 222.139 128.897 219.864C126.724 217.537 117.879 211.075 108.931 204.819C110.677 211.877 111.938 219.045 112.707 226.275C114.776 244.008 114.983 261.224 114.983 261.224H103.086Z",fill:i,fillOpacity:.4}),p("path",{d:"M2.06897 190.033C1.52025 190.033 0.993996 190.251 0.605989 190.638C0.217983 191.026 5.00679e-06 191.552 5.00679e-06 192.101V224.207C5.00679e-06 224.755 0.217983 225.281 0.605989 225.669C0.993996 226.057 1.52025 226.275 2.06897 226.275H112.759C111.828 218.778 110.638 211.23 108.931 204.819C99.9827 198.512 90.931 192.411 88.2414 190.55C87.7206 190.204 87.1077 190.024 86.4828 190.033H2.06897Z",fill:i}),p("path",{d:"M87.4138 190.033C87.4138 190.033 98.2759 197.322 108.931 204.819C115.878 209.416 122.545 214.423 128.897 219.812C130.966 222.139 132.983 224.258 134.741 226.275H191.379V243.336C191.391 243.72 191.51 244.094 191.722 244.414C191.934 244.735 192.231 244.99 192.58 245.151C192.929 245.312 193.317 245.373 193.698 245.326C194.08 245.28 194.441 245.128 194.741 244.887L238.5 209.731C238.738 209.537 238.93 209.292 239.061 209.015C239.193 208.738 239.261 208.435 239.261 208.128C239.261 207.821 239.193 207.518 239.061 207.241C238.93 206.964 238.738 206.719 238.5 206.525L194.741 171.369C194.438 171.126 194.072 170.973 193.686 170.929C193.3 170.884 192.909 170.949 192.558 171.116C192.207 171.284 191.91 171.546 191.702 171.875C191.493 172.203 191.382 172.583 191.379 172.971V190.033H87.4138Z",fill:"#BFBFBF"}),p("path",{d:"M192.414 205.905V210.816H212.069V205.905H192.414Z",fill:"#404040"})]}),p(ze,g4(p4({x:153,y:77},c),{children:"PROS"})),p(ze,g4(p4({x:2,y:193},c),{children:"CONS"}))]})}),Xh("vs",e=>{const{x:t,y:n,colorPrimary:r,colorBg:i}=e,o=100,a=100,s=be(r).lighten(20).toString();return L(Y,{x:t,y:n,width:o,height:a,children:[L(Ke,{children:[p("filter",{id:"vs-divider-glow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",children:p("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"8",result:"blur"})}),p(sh,{})]}),p(Ze,{x:0,y:0,width:o,height:a,fill:s,filter:"url(#vs-divider-glow-filter)",opacity:.6}),p(Ze,{x:0,y:0,width:o,height:a,fill:r,"data-element-type":"shape"}),p("text",{x:o/2,y:a/2,fontSize:Math.min(o,a)/1.5,fontWeight:"bold",fill:i,textAnchor:"middle",dominantBaseline:"central",filter:"url(#drop-shadow)",children:"VS"})]})});const m4=e=>{const{Title:t,Item:n,data:r,gap:i=20,groupGap:o=20,opposite:a=!0,flipped:s=!0,dividerType:c="vs",options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const g=d[0]||{children:[]},y=d[1]||{children:[]},m=g.children||[],v=y.children||[],b=Ct(l.themeConfig),_=se(p(n,{indexes:[0,0],data:r,datum:m[0]||{}})),x=se(p(Q,{indexes:[0]})),w=tK(c),P=w?se(p(w,{x:0,y:0,colorPrimary:b.colorPrimary,colorBg:b.colorBg,colorPositive:b.colorPrimary,colorNegative:b.colorPrimary})):{width:0,height:0},$=[],C=[],M=[],S=Math.max(m.length,v.length),E=S>0?S*(_.height+i)-i:0,A=5,O=S>0?i/2+x.height/2:x.height/2,T=x.width+A,F=T+_.width+o,z=F+P.width+o,j=s?"flipped":"normal",D=s?"normal":a?"flipped":"normal";if(m.forEach((W,B)=>{const X=O+B*(_.height+i),H=[0,B];$.push(p(n,{indexes:H,datum:W,data:r,x:T,y:X,positionH:j,positionV:"middle"})),C.push(p(nt,{indexes:H,x:T-x.width-A,y:X+(_.height-x.height)/2})),B<m.length-1&&C.push(p(Q,{indexes:[0,B+1],x:T+(_.width-x.width)/2,y:X+_.height+i/2-x.height/2}))}),m.length>0){C.push(p(Q,{indexes:[0,0],x:T+(_.width-x.width)/2,y:O-i/2-x.height/2}));const W=O+(m.length-1)*(_.height+i);C.push(p(Q,{indexes:[0,m.length],x:T+(_.width-x.width)/2,y:W+_.height+i/2-x.height/2}))}else d.length>=1&&C.push(p(Q,{indexes:[0,0],x:T+(_.width-x.width)/2,y:O-x.height/2}));if(v.forEach((W,B)=>{const X=O+B*(_.height+i),H=[1,B];$.push(p(n,{indexes:H,datum:W,data:r,x:z,y:X,positionH:D,positionV:"middle"})),C.push(p(nt,{indexes:H,x:z+_.width+A,y:X+(_.height-x.height)/2})),B<v.length-1&&C.push(p(Q,{indexes:[1,B+1],x:z+(_.width-x.width)/2,y:X+_.height+i/2-x.height/2}))}),v.length>0){C.push(p(Q,{indexes:[1,0],x:z+(_.width-x.width)/2,y:O-i/2-x.height/2}));const W=O+(v.length-1)*(_.height+i);C.push(p(Q,{indexes:[1,v.length],x:z+(_.width-x.width)/2,y:W+_.height+i/2-x.height/2}))}else d.length>=2&&C.push(p(Q,{indexes:[1,0],x:z+(_.width-x.width)/2,y:O-x.height/2}));return d.length<2&&C.push(p(Q,{indexes:[1],x:z+(_.width-x.width)/2,y:O+(E-x.height)/2})),w&&M.push(p(w,{x:F,y:O+(E-P.height)/2,colorPrimary:b.colorPrimary,colorBg:b.colorBg,colorPositive:qe(l,[0])||b.colorPrimary,colorNegative:qe(l,[1])||b.colorPrimary})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,L(Y,{children:[p(Y,{children:M}),p(Ne,{children:$}),p(He,{children:C})]})]})};We("compare-binary-horizontal",{component:m4,composites:["title","item"]});var dK=Object.defineProperty,y4=Object.getOwnPropertySymbols,fK=Object.prototype.hasOwnProperty,pK=Object.prototype.propertyIsEnumerable,v4=(e,t,n)=>t in e?dK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,b4=(e,t)=>{for(var n in t||(t={}))fK.call(t,n)&&v4(e,n,t[n]);if(y4)for(var n of y4(t))pK.call(t,n)&&v4(e,n,t[n]);return e};const gK={none:5,"dot-line":100,"arc-dot":20,"split-line":5},_4=e=>{var t,n;const{Title:r,Items:i,data:o,gap:a=20,groupGap:s=0,decoration:c="none",surround:l=!0,flipRoot:u=!1,flipLeaf:h=!1,options:d}=e,[f,g]=i,{title:y,desc:m,items:v=[]}=o,b=r?p(r,{title:y,desc:m}):null,_=p(f,{indexes:[0],data:o,datum:o.items[0],themeColors:{}}),x=p(g,{indexes:[0,0],data:o,datum:((n=(t=v[0])==null?void 0:t.children)==null?void 0:n[0])||v[2]}),w=se(_),P=se(x),$=[],C=[],[M,S]=v,E=(M==null?void 0:M.children)||[],A=(S==null?void 0:S.children)||[],O=Math.max(w.height,E.length*(P.height+a)-a,A.length*(P.height+a)-a),T=gK[c]||0,F=P.width+T,z=F+w.width+s,j=(O-w.height)/2;M&&$.push(p(f,{indexes:[0],x:F,y:j,data:o,datum:M,positionH:u?"normal":"flipped"})),S&&$.push(p(f,{indexes:[1],x:z,y:j,data:o,datum:S,positionH:u?"flipped":"normal"}));const D=(W,B,X)=>{if(c==="none")return;const[H,k]=B,I=qe(d,X),R={x:H,y:k,width:P.width,height:P.height,side:W,color:I||"#ccc",colorBg:d.themeConfig.colorBg||"#fff"};c==="split-line"?C.push(p(mK,b4({},R))):c==="dot-line"&&C.push(p(yK,b4({},R)))};if(l){const B=(2*w.width+s+P.width)/2+T,X=F+w.width+s/2,H=j+w.height/2;E.forEach((k,I)=>{const R=E.length*(P.height+a)-a,q=(O-R)/2+I*(P.height+a),U=q+P.height/2-H,K=Math.max(0,B*B-U*U),te=X-Math.sqrt(K)-P.width/2;$.push(p(g,{indexes:[0,I],datum:k,data:o,x:te,y:q,positionH:h?"flipped":"normal"})),D("left",[te,q],[0,I])}),A.forEach((k,I)=>{const R=A.length*(P.height+a)-a,q=(O-R)/2+I*(P.height+a),U=q+P.height/2-H,K=Math.max(0,B*B-U*U),te=X+Math.sqrt(K)-P.width/2;$.push(p(g,{indexes:[1,I],datum:k,data:o,x:te,y:q,positionH:h?"normal":"flipped"})),D("right",[te,q],[1,I])})}else E.forEach((W,B)=>{const X=E.length*(P.height+a)-a,k=(O-X)/2+B*(P.height+a),I=[0,B],R=0;$.push(p(g,{indexes:I,datum:W,data:o,x:R,y:k,positionH:h?"flipped":"normal"})),D("left",[R,k],I)}),A.forEach((W,B)=>{const X=A.length*(P.height+a)-a,k=(O-X)/2+B*(P.height+a),I=[1,B],R=z+w.width+T;$.push(p(g,{indexes:I,datum:W,data:o,x:R,y:k,positionH:h?"normal":"flipped"})),D("right",[R,k],I)});return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[b,L(Y,{children:[p(Ne,{children:$}),p(Y,{width:0,height:0,children:C})]})]})},mK=e=>{const{x:t,y:n,width:r,height:i,color:o,colorBg:a,side:s}=e,c=n+i,l=`split-line-linear-gradient-${s}`;return L(tt,{children:[p(Ke,{children:p(ch,{id:l,startColor:o,stopColor:a,direction:s==="left"?"left-right":"right-left"})}),p(Re,{x:t,y:c,width:r,height:1,fill:`url(#${l})`})]})},yK=e=>{const{x:t,y:n,side:r,width:i,height:o,color:a,colorBg:s}=e,c=6,l=c/3,u=c*2,h=l*2,d=5,f=r==="left"?t+i+c+d:t-c-d,g=n+o/2,y=f-l,m=g-l,v=80,b=r==="left"?v:-v,_=`dot-line-linear-gradient-${r}`;return L(Y,{children:[p(Ke,{children:p(ch,{id:_,startColor:a,stopColor:s,direction:r==="left"?"left-right":"right-left"})}),L(xt,{children:[p(Ze,{x:f-c,y:g-c,width:u,height:u,fill:"none",strokeWidth:1,stroke:a}),p(Ze,{x:y,y:m,width:h,height:h,fill:a})]}),p(Re,{x:r==="left"?f:f+b,y:g-.5,width:v,height:1,fill:`url(#${_})`})]})};We("compare-hierarchy-left-right",{component:_4,composites:["title","item"]});const x4=e=>{var t,n;const{Title:r,Items:i,data:o,gap:a=0,itemGap:s=20,columnWidth:c=280,itemPadding:l=5,showColumnBackground:u=!0,columnBackgroundAlpha:h=.08,options:d}=e,[f,g]=i,{title:y,desc:m,items:v=[]}=o,b=r?p(r,{title:y,desc:m}):null,_=e3(d),x=[],w=[],P=c-l*2,$=se(p(f,{indexes:[0],data:o,datum:v[0],width:c})),C=se(p(g,{indexes:[0,0],data:o,datum:((n=(t=v[0])==null?void 0:t.children)==null?void 0:n[0])||{},width:P})),M=se(p(Q,{indexes:[0]})),S=Math.max(...v.map(A=>{var O;return((O=A.children)==null?void 0:O.length)||0}),0),E=$.height+s+S*(C.height+s);if(v.forEach((A,O)=>{const{children:T=[]}=A,F=O*(c+a),z=F,j=0;if(u){const X=`${_[O%_.length]}${Math.round(h*255).toString(16).padStart(2,"0")}`;x.push(p(Re,{x:F,y:j,width:c,height:E,fill:X,rx:0,ry:0,"data-element-type":"shape"}))}x.push(p(f,{indexes:[O],datum:A,data:o,x:z,y:j,width:c})),w.push(p(nt,{indexes:[O],x:z+$.width-M.width-10,y:j+10})),O===0&&w.push(p(Q,{indexes:[O],x:z+$.width/2-M.width/2,y:j-M.height-5}));const D=j+$.height+s;T.forEach((B,X)=>{const H=D+X*(C.height+s),k=z+l,I=[O,X];x.push(p(g,{indexes:I,datum:B,data:o,x:k,y:H,width:P})),w.push(p(nt,{indexes:I,x:k+C.width-M.width-10,y:H+(C.height-M.height)/2})),X<T.length-1&&w.push(p(Q,{indexes:[O,X+1],x:k+C.width/2-M.width/2,y:H+C.height-M.height/2}))});const W=z+l;if(T.length>0){const B=D+T.length*(C.height+s);w.push(p(Q,{indexes:[O,T.length],x:W+C.width/2-M.width/2,y:B-C.height/2-M.height/2}))}else w.push(p(Q,{indexes:[O,0],x:W+C.width/2-M.width/2,y:D-s/2-M.height/2}))}),v.length>0){const A=v.length*(c+a);w.push(p(Q,{indexes:[v.length],x:A-a/2-M.width/2,y:-M.height-5}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[b,L(Y,{children:[p(Ne,{children:x}),p(He,{children:w})]})]})};We("compare-hierarchy-row",{component:x4,composites:["title","item"]});const Uh={axisColor:"#D9D9D9",axisArrowSize:5,strokeWidth:1,dashArray:"4,2",defaultExtraSpacing:20},w4=e=>{const{Title:t,Item:n,data:r,quadrantWidth:i,quadrantHeight:o,showAxis:a=!0,dashedAxis:s=!0}=e,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=Array.from({length:4},(_,x)=>u[x]),f=d[0]?se(p(n,{indexes:[0],data:r,datum:d[0]})):{width:0,height:0},g=i!=null?i:f.width+Uh.defaultExtraSpacing,y=o!=null?o:f.height+Uh.defaultExtraSpacing,m=bK(g,y,f),v=d.map((_,x)=>{if(!_)return null;const w=m[x];return p(n,{indexes:[x],datum:_,data:r,x:w.x,y:w.y,positionH:x%2?"flipped":"normal",positionV:x<2?"normal":"flipped"})}).filter(Boolean),b=vK(g,y,a,s);return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[h,L(Y,{width:g*2,height:y*2,children:[b,p(Ne,{children:v})]})]})};function vK(e,t,n,r){if(!n)return[];const{axisColor:i,axisArrowSize:o,strokeWidth:a,dashArray:s}=Uh,c=e,l=t,u=e*2,h=t*2,d=r?s:void 0;return[p(Pe,{d:`M 0 ${l} L ${u} ${l}`,stroke:i,strokeWidth:a,strokeDasharray:d,fill:"none","data-element-type":"shape"}),L(xt,{transform:`translate(${u}, ${l})`,children:[p(Pe,{d:`M 0 0 L ${-o} ${-o/2}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${-o} ${o/2}`,stroke:i,strokeWidth:a,fill:"none"})]}),L(xt,{transform:`translate(0, ${l})`,children:[p(Pe,{d:`M 0 0 L ${o} ${-o/2}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o} ${o/2}`,stroke:i,strokeWidth:a,fill:"none"})]}),p(Pe,{d:`M ${c} 0 L ${c} ${h}`,stroke:i,strokeWidth:a,strokeDasharray:d,fill:"none","data-element-type":"shape"}),L(xt,{transform:`translate(${c}, 0)`,children:[p(Pe,{d:`M 0 0 L ${-o/2} ${o}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o/2} ${o}`,stroke:i,strokeWidth:a,fill:"none"})]}),L(xt,{transform:`translate(${c}, ${h})`,children:[p(Pe,{d:`M 0 0 L ${-o/2} ${-o}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o/2} ${-o}`,stroke:i,strokeWidth:a,fill:"none"})]})]}function bK(e,t,n){const r=e/2,i=t/2;return[{x:r-n.width/2,y:i-n.height/2},{x:e+r-n.width/2,y:i-n.height/2},{x:r-n.width/2,y:t+i-n.height/2},{x:e+r-n.width/2,y:t+i-n.height/2}]}We("quadrant",{component:w4,composites:["title","item"]});const Kh=Object.assign,_K={getId:e=>e.id||e.name,getPreH:e=>e.preH||0,getPreV:e=>e.preV||0,getHGap:e=>e.hgap||18,getVGap:e=>e.vgap||18,getChildren:e=>e.children,getHeight:e=>e.height||36,getWidth(e){const t=e.label||" ";return e.width||18*t.split("").length}};let P4=class OS{constructor(t,n){if(this.x=0,this.y=0,this.depth=0,this.children=[],this.hgap=0,this.vgap=0,t instanceof OS||"x"in t&&"y"in t&&"children"in t){const o=t;return this.data=o.data,this.id=o.id,this.x=o.x,this.y=o.y,this.width=o.width,this.height=o.height,this.depth=o.depth,this.children=o.children,this.parent=o.parent,this.hgap=o.hgap,this.vgap=o.vgap,this.preH=o.preH,void(this.preV=o.preV)}this.data=t;const r=n.getHGap(t),i=n.getVGap(t);this.preH=n.getPreH(t),this.preV=n.getPreV(t),this.width=n.getWidth(t),this.height=n.getHeight(t),this.width+=this.preH,this.height+=this.preV,this.id=n.getId(t),this.addGap(r,i)}isRoot(){return this.depth===0}isLeaf(){return this.children.length===0}addGap(t,n){this.hgap+=t,this.vgap+=n,this.width+=2*t,this.height+=2*n}eachNode(t){let n,r=[this];for(;n=r.shift();)t(n),r=n.children.concat(r)}DFTraverse(t){this.eachNode(t)}BFTraverse(t){let n,r=[this];for(;n=r.shift();)t(n),r=r.concat(n.children)}getBoundingBox(){const t={left:Number.MAX_VALUE,top:Number.MAX_VALUE,width:0,height:0};return this.eachNode(n=>{t.left=Math.min(t.left,n.x),t.top=Math.min(t.top,n.y),t.width=Math.max(t.width,n.x+n.width),t.height=Math.max(t.height,n.y+n.height)}),t}translate(t=0,n=0){this.eachNode(r=>{r.x+=t,r.y+=n,r.x+=r.preH,r.y+=r.preV})}right2left(){const t=this.getBoundingBox();this.eachNode(n=>{n.x=n.x-2*(n.x-t.left)-n.width}),this.translate(t.width,0)}bottom2top(){const t=this.getBoundingBox();this.eachNode(n=>{n.y=n.y-2*(n.y-t.top)-n.height}),this.translate(0,t.height)}};function Zh(e,t={},n){t=Kh({},_K,t);const r=new P4(e,t),i=[r];let o;if(!n&&!e.collapsed){for(;o=i.shift();)if(!o.data.collapsed){const a=t.getChildren(o.data),s=a?a.length:0;if(o.children=new Array(s),a&&s)for(let c=0;c<s;c++){const l=new P4(a[c],t);o.children[c]=l,i.push(l),l.parent=o,l.depth=o.depth+1}}}return r}let xK=class{constructor(t,n={}){this.options=n,this.rootNode=Zh(t,n)}execute(){throw new Error("please override this method")}};function wK(e,t){const n=Zh(e.data,t,!0),r=Zh(e.data,t,!0),i=e.children.length,o=Math.round(i/2),a=t.getSide||function(s,c){return c<o?"right":"left"};for(let s=0;s<i;s++){const c=e.children[s];a(c,s)==="right"?r.children.push(c):n.children.push(c)}return n.eachNode(s=>{s.isRoot()||(s.side="left")}),r.eachNode(s=>{s.isRoot()||(s.side="right")}),{left:n,right:r}}const hr=["LR","RL","TB","BT","H","V"],PK=["LR","RL","H"],$K=hr[0];function CK(e,t,n){const r=t.direction||$K;if(t.isHorizontal=(o=>PK.indexOf(o)>-1)(r),hr.indexOf(r)===-1)throw new TypeError(`Invalid direction: ${r}`);if(r===hr[0])n(e,t);else if(r===hr[1])n(e,t),e.right2left();else if(r===hr[2])n(e,t);else if(r===hr[3])n(e,t),e.bottom2top();else if(r===hr[4]||r===hr[5]){const{left:o,right:a}=wK(e,t);n(o,t),n(a,t),t.isHorizontal?o.right2left():o.bottom2top(),a.translate(o.x-a.x,o.y-a.y),e.x=o.x,e.y=a.y;const s=e.getBoundingBox();t.isHorizontal?s.top<0&&e.translate(0,-s.top):s.left<0&&e.translate(-s.left,0)}let i=t.fixedRoot;return i===void 0&&(i=!0),i&&e.translate(-(e.x+e.width/2+e.hgap),-(e.y+e.height/2+e.vgap)),(function(o,a){if(a.radial){const[s,c]=a.isHorizontal?["x","y"]:["y","x"],l={x:1/0,y:1/0},u={x:-1/0,y:-1/0};let h=0;o.DFTraverse(g=>{h++;const{x:y,y:m}=g;l.x=Math.min(l.x,y),l.y=Math.min(l.y,m),u.x=Math.max(u.x,y),u.y=Math.max(u.y,m)});const d=u[c]-l[c];if(d===0)return;const f=2*Math.PI/h;o.DFTraverse(g=>{const y=g[c],m=l[c],v=g[s],b=o[s],_=(y-m)/d*(2*Math.PI-f)+f,x=v-b;g.x=Math.cos(_)*x,g.y=Math.sin(_)*x})}})(e,t),e}function $4(e,t){let n=0;return e.children.length?e.children.forEach(r=>{n+=$4(r,t)}):n=e.height,e._subTreeSep=t.getSubTreeSep(e.data),e.totalHeight=Math.max(e.height,n)+2*e._subTreeSep,e.totalHeight}function C4(e){const t=e.children,n=t.length;if(n){t.forEach(s=>{C4(s)});const r=t[0],i=t[n-1],o=i.y-r.y+i.height;let a=0;if(t.forEach(s=>{a+=s.totalHeight}),o>e.height)e.y=r.y+o/2-e.height/2;else if(t.length!==1||e.height>a){const s=e.y+(e.height-o)/2-r.y;t.forEach(c=>{c.translate(0,s)})}else e.y=(r.y+r.height/2+i.y+i.height/2)/2-e.height/2}}const OK={getSubTreeSep:()=>0};function SK(e,t={}){return t=Kh({},OK,t),e.parent={x:0,width:0,height:0,y:0},e.BFTraverse(n=>{n.x=n.parent.x+n.parent.width}),e.parent=void 0,$4(e,t),e.startY=0,e.y=e.totalHeight/2-e.height/2,e.eachNode(n=>{const r=n.children,i=r.length;if(i){const o=r[0];if(o.startY=n.startY+n._subTreeSep,i===1)o.y=n.y+n.height/2-o.height/2;else{o.y=o.startY+o.totalHeight/2-o.height/2;for(let a=1;a<i;a++){const s=r[a];s.startY=r[a-1].startY+r[a-1].totalHeight,s.y=s.startY+s.totalHeight/2-s.height/2}}}}),C4(e),e}class MK extends xK{execute(){return CK(this.rootNode,this.options,SK)}}const EK={};function IK(e,t){const n=Kh({},EK,t);return new MK(e,n).execute()}var AK=Object.defineProperty,TK=Object.defineProperties,kK=Object.getOwnPropertyDescriptors,O4=Object.getOwnPropertySymbols,RK=Object.prototype.hasOwnProperty,LK=Object.prototype.propertyIsEnumerable,S4=(e,t,n)=>t in e?AK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,zK=(e,t)=>{for(var n in t||(t={}))RK.call(t,n)&&S4(e,n,t[n]);if(O4)for(var n of O4(t))LK.call(t,n)&&S4(e,n,t[n]);return e},NK=(e,t)=>TK(e,kK(t));const DK=60,HK=14,M4=30,E4="center",qK="curved",jK=2,FK="node",BK="solid",I4=(e,t=[],n=0)=>{var r,i;const o=[...t,n];return NK(zK({},e),{_indexes:o,children:(i=(r=e.children)==null?void 0:r.map((a,s)=>I4(a,o,s)))!=null?i:[]})},A4=(e,t,n,r)=>{var i,o;t.push(e),(o=(i=e.data)._flatIndex)!=null||(i._flatIndex=t.length-1),r&&n.push({parent:r,child:e});const a=e.children;a==null||a.forEach(s=>A4(s,t,n,e))},WK=(e,t,n,r)=>{const i=Math.abs(n-e)/2,o=n>e?e+i:e-i,a=n>e?n-i:n+i;return`M ${e} ${t} C ${o} ${t} ${a} ${r} ${n} ${r}`},GK=(e,t,n,r)=>`M ${e} ${t} L ${n} ${r}`,VK=(e,t,n,r=E4)=>{const i=l=>Math.max(0,Math.min(1,l)),a=(l=>l==="top"?0:l==="bottom"?1:l==="center"?.5:i(l))(r),s=e.y+e.height*a,c=t.y+t.height*a;return n==="left"?{sx:e.x,sy:s,tx:t.x+t.width,ty:c}:{sx:e.x+e.width,sy:s,tx:t.x,ty:c}},T4=e=>{var t,n;const{Title:r,Items:i,data:o,levelGap:a=DK,nodeGap:s=HK,edgeAlign:c=E4,colorMode:l=FK,edgeColorMode:u=BK,edgeType:h=qK,edgeWidth:d=jK,options:f}=e,{title:g,desc:y,items:m=[]}=o,v=r?p(r,{title:g,desc:y}):null,b=wt(f),_=se(p(Q,{indexes:[0]})),x=new Map;let w=0;if(!m.length||!(i!=null&&i.length))return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,p(Y,{children:p(Q,{indexes:[0],x:0,y:0})})]});const P=I4(m[0]),$=new WeakMap,C=new WeakMap,M=new WeakMap,S=(N,q)=>{var G;if(l==="group"){const U=String((G=N.group)!=null?G:"");let K=x.get(U);return K==null&&(K=w,x.set(U,K),w+=1),[K]}return t3({depth:q,originalIndexes:N._indexes,flatIndex:N._flatIndex},l)},E=(N,q)=>{const G=M.get(N);if(G)return G;const U=S(N,q),K=qe(f,U),oe=Ct({colorPrimary:K},f);return M.set(N,oe),C.set(N,K),oe},A=N=>{const q=$.get(N);if(q)return q;const G=Math.max(N._indexes.length-1,0),U=Os(i,G),K=se(p(U,{indexes:N._indexes,data:o,datum:N,positionH:"center",positionV:"middle",themeColors:E(N,G)}));return $.set(N,K),K},O=IK(P,{direction:"H",getSide:(N,q)=>{if(!N.parent)return"right";const G=(N.parent.children||[]).indexOf(N);return(G>=0?G:q)%2===0?"left":"right"},getWidth:N=>A(N).width,getHeight:N=>A(N).height,getHGap:()=>a,getVGap:()=>s}),T=[],F=[];A4(O,T,F);const z=T.length>0?Math.min(...T.map(N=>N.x)):0,j=T.length>0?Math.min(...T.map(N=>N.y)):0,D=M4-z,W=M4-j,B=[],X=[],H=[],k=[],I=new WeakMap;T.forEach(N=>{var q,G;const U=N.data,K=A(U),oe=N.x+D+((q=N.hgap)!=null?q:0),te=N.y+W+((G=N.vgap)!=null?G:0),ae=Os(i,N.depth),Z=N.depth===0?"center":N.side==="left"?"flipped":"normal",ee=E(U,N.depth);H.push(p(ae,{indexes:U._indexes,data:o,datum:U,x:oe,y:te,positionH:Z,positionV:"middle",themeColors:ee})),I.set(N,{x:oe,y:te,width:K.width,height:K.height,centerX:oe+K.width/2,centerY:te+K.height/2})}),F.forEach(N=>{var q,G,U,K;const{parent:oe,child:te}=N,ae=I.get(te),Z=I.get(oe);if(!ae||!Z)return;const ee=te.data,{sx:ue,sy:ne,tx:J,ty:ie}=VK(Z,ae,te.side,c),re=(q=C.get(ee))!=null?q:qe(f,S(ee,te.depth)),ce=(G=C.get(oe.data))!=null?G:qe(f,S(oe.data,oe.depth)),pe=h==="straight"?GK(ue,ne,J,ie):WK(ue,ne,J,ie),he=`edge-gradient-${ee._indexes.join("-")}`;X.push(p(Pe,{d:pe,stroke:u==="gradient"?`url(#${he})`:re!=null?re:b,strokeWidth:d,fill:"none"})),u==="gradient"&&B.push(L("linearGradient",{id:he,gradientUnits:"userSpaceOnUse",x1:ue,y1:ne,x2:J,y2:ie,children:[p("stop",{offset:"0%",stopColor:ce!=null?ce:b}),p("stop",{offset:"100%",stopColor:re!=null?re:b})]}));const ge=(K=(U=ee.children)==null?void 0:U.length)!=null?K:0,de=[...ee._indexes,ge],we=ae.x+(ae.width-_.width)/2,Se=ae.y+ae.height+8,Ie=Se+_.height+6;te.depth>0&&k.push(p(nt,{indexes:ee._indexes,x:we,y:Se})),k.push(p(Q,{indexes:de,x:we,y:Ie}))});const R=I.get(O);if(R){const N=O.data,q=(n=(t=N.children)==null?void 0:t.length)!=null?n:0,G=[...N._indexes,q],U=R.x+(R.width-_.width)/2,K=R.y+R.height+8+_.height+6;k.push(p(Q,{indexes:G,x:U,y:K}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,L(Y,{children:[B.length>0?p(Ke,{children:B}):null,p(Y,{children:X}),p(Ne,{children:H}),p(He,{children:k})]})]})};We("hierarchy-mindmap",{component:T4,composites:["title","item"]});const Ci=(e,t)=>{if(e[0]!=="#"||e.length!==7)return e;const n=Math.max(0,Math.min(1,t)),r=Math.round(n*255).toString(16).padStart(2,"0");return`${e}${r}`},Oi=e=>e==null?"":String(e),tc=(e,t,n)=>se(p(ze,{fontSize:t,fontWeight:n,children:e})),YK=(e,t,n,r=" ")=>{const i=tc(r,t,n);let o=i.width,a=i.height;return e.forEach(s=>{const c=tc(s||" ",t,n);o=Math.max(o,c.width),a=Math.max(a,c.height)}),{width:o,height:a}},k4=(e,t,n,r)=>{const i=YK(e,t,"normal","Item");return{pillWidth:i.width+n*2,pillHeight:i.height+r*2}},R4=e=>{const{Title:t,data:n,options:r,rowGap:i=20,labelGap:o=20,groupGap:a=20,pillGap:s=14,pillColumns:c=2,ungroupedColumns:l=6,layerLabelPosition:u="left",rowPadding:h=20,groupPadding:d=16,labelPaddingX:f=28,labelPaddingY:g=16,pillPaddingX:y=18,pillPaddingY:m=10,labelFontSize:v=20,groupTitleFontSize:b=18,pillFontSize:_=16,groupTitleGap:x=10,rowRadius:w=12,groupRadius:P=10,pillRadius:$=12}=e,{title:C,desc:M,items:S=[]}=n,E=t?p(t,{title:C,desc:M}):null;if(S.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(Ne,{})})]});const A=Ct(r.themeConfig),O=[],T=[],F=u==="right",z=.12,j=.55,D=.08,W=.4,B=.06,X=.35,H=S.map(te=>{const ae=Oi(te.label),Z=tc(ae||" ",v,"bold"),ee=Z.width+f*2,ue=Z.height+g*2,ne=te.children||[];if(ne.some(we=>{var Se;return(((Se=we.children)==null?void 0:Se.length)||0)>0})){const we=[];ne.forEach(Fe=>{(Fe.children||[]).forEach(ye=>{we.push(Oi(ye.label))})});const{pillWidth:Se,pillHeight:Ie}=k4(we,_,y,m),$e=ne.map(Fe=>{const ye=Oi(Fe.label),xe=tc(ye||" ",b,"bold"),Ae=Fe.children||[],Me=Ae.length>0?Math.min(c,Ae.length):0,le=Me>0?Math.ceil(Ae.length/Me):0,me=Me>0?Me*Se+(Me-1)*s:0,Ce=le>0?le*Ie+(le-1)*s:0,rt=Math.max(xe.width,me)+d*2,Oe=d*2+xe.height+(le>0?x+Ce:0);return{label:ye,children:Ae,width:rt,height:Oe,titleHeight:xe.height,columns:Me,contentWidth:me,pillWidth:Se,pillHeight:Ie}}),Le=$e.reduce((Fe,ye)=>Fe+ye.width,0)+($e.length>1?($e.length-1)*a:0),je=$e.reduce((Fe,ye)=>Math.max(Fe,ye.height),0);return{label:ae,labelWidth:ee,labelHeight:ue,hasGroups:!0,children:ne,groupMetrics:$e,contentInnerWidth:Le,contentInnerHeight:je}}const ie=ne.map(we=>Oi(we.label)),{pillWidth:re,pillHeight:ce}=k4(ie,_,y,m),pe=ne.length>0?Math.min(l,ne.length):0,he=pe>0?Math.ceil(ne.length/pe):0,ge=pe>0?pe*re+(pe-1)*s:0,de=he>0?he*ce+(he-1)*s:0;return{label:ae,labelWidth:ee,labelHeight:ue,hasGroups:!1,children:ne,pillWidth:re,pillHeight:ce,columns:pe,contentInnerWidth:ge,contentInnerHeight:de}}),k=H.reduce((te,ae)=>Math.max(te,ae.labelWidth),0),I=H.reduce((te,ae)=>Math.max(te,ae.contentInnerWidth),0),R=te=>{const ae=qe(r,[te])||A.colorPrimary||"#6c7dff";return{rowFill:Ci(ae,z),rowStroke:Ci(ae,j),groupFill:Ci(ae,D),groupStroke:Ci(ae,W),pillFill:Ci(ae,B),pillStroke:Ci(ae,X)}},N=(te,ae,Z,ee,ue,ne,J,ie,re,ce,pe,he,ge,de)=>{O.push(p(Re,{x:Z,y:J,width:ue,height:ie,fill:ge,stroke:de,rx:w,ry:w,"data-element-type":"shape"})),O.push(p(Re,{x:re,y:ce,width:pe,height:he,fill:ge,stroke:de,rx:w,ry:w,"data-element-type":"shape"})),T.push(p(ze,{x:Z,y:ee,width:ue,height:ne,fontSize:v,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:A.colorText,"data-element-type":Ve.ItemLabel,"data-indexes":ae,children:te}))},q=(te,ae,Z,ee)=>{const ue=te.groupMetrics||[],ne=te.label,J=[ae],ie=k,re=te.labelHeight,ce=te.contentInnerHeight,pe=Math.max(0,I-te.contentInnerWidth),he=ue.length>0?pe/ue.length:0,de=te.contentInnerWidth+(ue.length>0?pe:0)+h*2,we=ce+h*2,Se=Math.max(re,we),Ie=F?0:ie+o,$e=F?Ie+de+o:0,Le=Z+(Se-re)/2,je=Z+(Se-we)/2;N(ne,J,$e,Le,ie,re,Z,Se,Ie,je,de,we,ee.rowFill,ee.rowStroke);let Fe=Ie+h;return ue.forEach((xe,Ae)=>{const Me=[...J,Ae],le=xe.width+he,me=je+h+(ce-xe.height)/2;O.push(p(Re,{x:Fe,y:me,width:le,height:xe.height,fill:ee.groupFill,stroke:ee.groupStroke,rx:P,ry:P,"data-element-type":"shape"}));const Ce=xe.children.length>0,Ye=Ce?me+d:me,rt=Ce?xe.titleHeight:xe.height,Oe=Ce?"top":"middle";if(T.push(p(ze,{x:Fe+d,y:Ye,width:le-d*2,height:rt,fontSize:b,fontWeight:"bold",alignHorizontal:"center",alignVertical:Oe,fill:A.colorText,"data-element-type":Ve.ItemLabel,"data-indexes":Me,children:xe.label})),xe.columns>0){const Be=le-d*2,Qe=Be-xe.contentWidth,Je=Qe>0?Qe/xe.columns:0,Xe=xe.pillWidth+Je,ft=xe.columns*Xe+(xe.columns-1)*s,et=(Be-ft)/2,jt=Fe+d+Math.max(0,et),Bt=me+d+xe.titleHeight+x;xe.children.forEach((Ue,$t)=>{const Rt=[...Me,$t],Ut=Math.floor($t/xe.columns),Ln=$t%xe.columns,Jr=jt+Ln*(Xe+s),ei=Bt+Ut*(xe.pillHeight+s),zn=Math.min($,xe.pillHeight/2);O.push(p(Re,{x:Jr,y:ei,width:Xe,height:xe.pillHeight,fill:ee.pillFill,stroke:ee.pillStroke,rx:zn,ry:zn,"data-element-type":"shape"})),T.push(p(ze,{x:Jr,y:ei,width:Xe,height:xe.pillHeight,fontSize:_,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:A.colorText,"data-element-type":Ve.ItemLabel,"data-indexes":Rt,children:Oi(Ue.label)}))})}Fe+=le+a}),{rowWidth:F?$e+ie:Ie+de,rowHeight:Se}},G=(te,ae,Z,ee)=>{const ue=te.label,ne=[ae],J=k,ie=te.labelHeight,re=te.contentInnerHeight,ce=Math.max(0,I-te.contentInnerWidth),pe=te.columns||0,he=te.pillWidth||0,ge=te.pillHeight||0,de=pe>0?ce/pe:0,we=he+de,Ie=(pe>0?pe*we+(pe-1)*s:0)+h*2,$e=re+h*2,Le=Math.max(ie,$e),je=F?0:J+o,Fe=F?je+Ie+o:0,ye=Z+(Le-ie)/2,xe=Z+(Le-$e)/2;if(N(ue,ne,Fe,ye,J,ie,Z,Le,je,xe,Ie,$e,ee.rowFill,ee.rowStroke),pe>0){const Me=je+h,le=xe+h;(te.children||[]).forEach((Ce,Ye)=>{const rt=[...ne,Ye],Oe=Math.floor(Ye/pe),Be=Ye%pe,Qe=Me+Be*(we+s),Je=le+Oe*(ge+s),Xe=Math.min($,ge/2);O.push(p(Re,{x:Qe,y:Je,width:we,height:ge,fill:ee.pillFill,stroke:ee.pillStroke,rx:Xe,ry:Xe,"data-element-type":"shape"})),T.push(p(ze,{x:Qe,y:Je,width:we,height:ge,fontSize:_,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:A.colorText,"data-element-type":Ve.ItemLabel,"data-indexes":rt,children:Oi(Ce.label)}))})}return{rowWidth:F?Fe+J:je+Ie,rowHeight:Le}};let U=0,K=0;H.forEach((te,ae)=>{const Z=R(ae),{rowWidth:ee,rowHeight:ue}=te.hasGroups?q(te,ae,U,Z):G(te,ae,U,Z);K=Math.max(K,ee),U+=ue+i});const oe=Math.max(U-i,0);return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,L(Y,{width:K,height:oe,children:[p(Y,{children:O}),p(Ne,{children:T})]})]})};We("hierarchy-structure",{component:R4,composites:["title"]});var XK=Object.defineProperty,UK=Object.defineProperties,KK=Object.getOwnPropertyDescriptors,L4=Object.getOwnPropertySymbols,ZK=Object.prototype.hasOwnProperty,QK=Object.prototype.propertyIsEnumerable,z4=(e,t,n)=>t in e?XK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nc=(e,t)=>{for(var n in t||(t={}))ZK.call(t,n)&&z4(e,n,t[n]);if(L4)for(var n of L4(t))QK.call(t,n)&&z4(e,n,t[n]);return e},rc=(e,t)=>UK(e,KK(t));const N4=(e,t)=>{const n=Math.max(0,t/2-1);return Math.min(e,n)},D4=e=>{const{Title:t,Items:n,data:r,levelGap:i=80,nodeGap:o=60,edgeType:a="straight",edgeColorMode:s="gradient",edgeWidth:c=3,edgeStyle:l="solid",edgeDashPattern:u="5,5",edgeCornerRadius:h=0,edgeOffset:d=0,edgeOrigin:f="center",edgeOriginPadding:g=20,edgeMarker:y="none",markerSize:m=12,colorMode:v="branch",orientation:b="top-bottom",options:_}=e,x=b==="left-right"||b==="right-left",w=b==="bottom-top"||b==="right-left"?-1:1,{title:P,desc:$}=r,C=wt(_),M=new Map;let S=0;const E=J=>{var ie;const re=[...J];return(ie=re[0])!=null&&ie.children||(re[0]=rc(nc({},re[0]),{children:re.slice(1)}),re.splice(1)),re},A=(J,ie,re,ce,pe,he="vertical")=>{const ge=he==="vertical",de=ge?ce-ie:re-J,we=ge?re-J:ce-ie,Se=de===0?1:Math.sign(de),Ie=we===0?1:Math.sign(we),$e=ge?ie+de/2:J+de/2,Le=Math.min(pe,Math.abs(de)/2,Math.abs(we)/2);return Le===0?ge?`M ${J} ${ie} L ${J} ${$e} L ${re} ${$e} L ${re} ${ce}`:`M ${J} ${ie} L ${$e} ${ie} L ${$e} ${ce} L ${re} ${ce}`:ge?`M ${J} ${ie}
|
|
93
|
+
L ${J} ${$e-Se*Le}
|
|
94
|
+
Q ${J} ${$e} ${J+Ie*Le} ${$e}
|
|
95
|
+
L ${re-Ie*Le} ${$e}
|
|
96
|
+
Q ${re} ${$e} ${re} ${$e+Se*Le}
|
|
97
|
+
L ${re} ${ce}`:`M ${J} ${ie}
|
|
98
|
+
L ${$e-Se*Le} ${ie}
|
|
99
|
+
Q ${$e} ${ie} ${$e} ${ie+Ie*Le}
|
|
100
|
+
L ${$e} ${ce-Ie*Le}
|
|
101
|
+
Q ${$e} ${ce} ${$e+Se*Le} ${ce}
|
|
102
|
+
L ${re} ${ce}`},O=J=>{const{x:ie,y:re}=J;return x?{x:re*w,y:ie}:{x:ie,y:re*w}},T=(J,ie,re)=>{const{x:ce,y:pe}=O(J),he=ce+re.x,ge=pe+re.y,de=ge+ie.height/2;return{centerX:he,centerY:de,left:he-ie.width/2,right:he+ie.width/2,top:ge,bottom:ge+ie.height}},F=J=>{var ie;if(!J.length)return null;const re=J[0],ce=(pe,he=[],ge=0)=>{var de,we;const Se=[...he,ge];return rc(nc({},pe),{_originalIndex:Se,_depth:Se.length-1,children:(we=(de=pe.children)==null?void 0:de.map((Ie,$e)=>ce(Ie,Se,$e)))!=null?we:[]})};return(ie=re.children)!=null&&ie.length?ce(re):rc(nc({},re),{_originalIndex:[0],_depth:0,children:J.slice(1).map((pe,he)=>rc(nc({},pe),{_originalIndex:[he+1],_depth:1}))})},z=J=>{var ie,re;let ce=0,pe=0;const he=new Map,ge=new Map;J.each(de=>{ge.has(de.depth)||ge.set(de.depth,de.data)});for(let de=0;de<J.height+1;de++){const we=Os(n,de),Se=(ie=ge.get(de))!=null?ie:{},Ie=(re=Se._originalIndex)!=null?re:Array(de+1).fill(0),$e=se(p(we,{indexes:Ie,data:r,datum:Se,positionH:"center"}));he.set(de,$e),ce=Math.max(ce,$e.width),pe=Math.max(pe,$e.height)}return{levelBounds:he,maxWidth:ce,maxHeight:pe}},j=(J,ie)=>{var re;if(v==="group"){const ce=String((re=J==null?void 0:J.group)!=null?re:"");let pe=M.get(ce);return pe==null&&(pe=S,M.set(ce,pe),S+=1),[pe]}return t3({depth:ie,originalIndexes:J._originalIndex,flatIndex:J._flatIndex},v)},D=(J,ie,re,ce,pe,he)=>{const{depth:ge,data:de,parent:we}=J,Se=de._originalIndex,Ie=Os(n,ge),$e=ie.get(ge),Le=T(J,$e,ce),je=Le.left,Fe=Le.top,ye={items:[],btns:[],deco:[]},xe=j(de,ge),Ae=qe(_,xe),Me=Ct({colorPrimary:Ae},_);if(ye.items.push(p(Ie,{indexes:Se,datum:de,data:r,x:je,y:Fe,positionH:"center",themeColors:Me})),ye.btns.push(p(nt,{indexes:Se,x:je+($e.width-re.width)/2,y:Fe+$e.height+5}),p(Q,{indexes:[...Se,0],x:je+($e.width-re.width)/2,y:Fe+$e.height+re.height+10})),we){const le=ie.get(we.depth),me=T(we,le,ce),Ce=he.filter(Ue=>Ue.parent===we),Ye=Ce.findIndex(Ue=>Ue===J),rt=Ce.length;let Oe,Be;if(f==="distributed"&&rt>1)if(x){const Ue=N4(g,le.height),$t=me.top+Ue,Ut=(me.bottom-Ue-$t)/rt;Be=$t+Ut*Ye+Ut/2,Oe=(w>0?me.right:me.left)+d*w}else{const Ue=N4(g,le.width),$t=me.left+Ue,Ut=(me.right-Ue-$t)/rt;Oe=$t+Ut*Ye+Ut/2,Be=(w>0?me.bottom:me.top)+d*w}else Oe=x?(w>0?me.right:me.left)+d*w:me.centerX,Be=x?me.centerY:(w>0?me.bottom:me.top)+d*w;const Qe=x?(w>0?Le.left:Le.right)-d*w:Le.centerX,Je=x?Le.centerY:(w>0?Le.top:Le.bottom)-d*w;let Xe=Qe,ft=Je;y==="arrow"&&(x?Xe-=m*w:ft-=m*w);let et;if(a==="curved")if(x){const Ue=Oe+(Xe-Oe)/2;et=`M ${Oe} ${Be} C ${Ue} ${Be}, ${Ue} ${ft}, ${Xe} ${ft}`}else{const Ue=Be+(ft-Be)/2;et=`M ${Oe} ${Be} C ${Oe} ${Ue}, ${Xe} ${Ue}, ${Xe} ${ft}`}else if(h>0)et=A(Oe,Be,Xe,ft,h,x?"horizontal":"vertical");else if(x){const Ue=Oe+(Xe-Oe)/2;et=`M ${Oe} ${Be} L ${Ue} ${Be} L ${Ue} ${ft} L ${Xe} ${ft}`}else{const Ue=Be+(ft-Be)/2;et=`M ${Oe} ${Be} L ${Oe} ${Ue} L ${Xe} ${Ue} L ${Xe} ${ft}`}let jt=C;if(s==="gradient"){const Ue=j(we.data,we.depth),$t=j(de,ge),Rt=qe(_,Ue),Ut=qe(_,$t),Ln=`gradient-${we.data._originalIndex.join("-")}-${Se.join("-")}`;pe.push(L("linearGradient",{id:Ln,x1:Oe,y1:Be,x2:Xe,y2:ft,gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0%",stopColor:Rt}),p("stop",{offset:"100%",stopColor:Ut})]})),jt=`url(#${Ln})`}const Bt=l==="dashed"?u:"";if(ye.deco.push(p(Pe,{d:et,stroke:jt,strokeWidth:c,strokeDasharray:Bt,fill:"none"})),y==="arrow"){const Ue=s==="gradient"?qe(_,xe):wt(_),$t=x?[{x:Qe,y:Je},{x:Qe-m*w,y:Je-m/2},{x:Qe-m*w,y:Je+m/2}]:[{x:Qe,y:Je},{x:Qe-m/2,y:Je-m*w},{x:Qe+m/2,y:Je-m*w}];ye.deco.push(p(Wt,{points:$t,fill:Ue,width:m,height:m}))}if(y==="dot"){const Ue=j(we.data,we.depth),$t=s==="gradient"?qe(_,Ue):wt(_);ye.deco.push(p(Ze,{x:(x?w>0?me.right+d:me.left-d:Oe)-m,y:(x?Be:w>0?me.bottom+d:me.top-d)-m,width:m*2,height:m*2,fill:$t}));const Rt=s==="gradient"?qe(_,xe):wt(_);ye.deco.push(p(Ze,{x:Qe-m,y:Je-m,width:m*2,height:m*2,fill:Rt}))}}return ye},W=(J,ie,re)=>{const ce=new Map;J.forEach(he=>{var ge;const de=he.parent?he.parent.data._originalIndex.join("-"):"root";((ge=ce.get(de))!=null?ge:ce.set(de,[]).get(de)).push(he)});const pe=[];return ce.forEach(he=>{if(he.length<=1)return;const ge=he.slice().sort((de,we)=>x?O(de).y-O(we).y:O(de).x-O(we).x);if(ge.length!==0)for(let de=0;de<ge.length-1;de++){const we=O(ge[de]),Se=O(ge[de+1]),Ie=ge[de].data._originalIndex.slice(0,-1),$e=ge[de].data._originalIndex.at(-1)+1;if(x){const Le=we.x+re.x+(w>0?-ie.width-5:ie.width+5),je=(we.y+Se.y)/2+re.y-ie.height/2;pe.push(p(Q,{indexes:[...Ie,$e],x:Le,y:je}))}else{const Le=we.y+re.y-ie.height-5,je=(we.x+Se.x)/2+re.x-ie.width/2;pe.push(p(Q,{indexes:[...Ie,$e],x:je,y:Le}))}}}),pe},B=E(r.items),X=t?p(t,{title:P,desc:$}):null,H=se(p(Q,{indexes:[0]}));if(!B.length)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[X,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:-H.width/2,y:-H.height/2})})})]});const k=F(B),I=Dh(k),{levelBounds:R,maxWidth:N,maxHeight:q}=z(I),U=LY().nodeSize(x?[q+o,N+i]:[N+o,q+i]).separation(()=>1)(I).descendants(),K=U.map(J=>O(J)),oe=Math.min(...K.map(J=>J.x)),te=Math.min(...K.map(J=>J.y)),ae={x:Math.max(0,-oe+N/2),y:Math.max(0,-te+H.height+10)},Z=[],ee=[],ue=[],ne=[];return U.forEach((J,ie)=>{J.data._flatIndex=ie;const{x:re,y:ce}=O(J);J.__layout={x:re,y:ce}}),U.forEach(J=>{const{items:ie,btns:re,deco:ce}=D(J,R,H,ae,ne,U);Z.push(...ie),ee.push(...re),ue.push(...ce)}),ee.push(...W(U,H,ae)),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[X,L(Y,{children:[ne.length>0&&p(Ke,{children:ne}),p(xt,{children:ue}),p(Ne,{children:Z}),p(He,{children:ee})]})]})};We("hierarchy-tree",{component:D4,composites:["title","item"]});const H4=e=>{const{Title:t,Item:n,data:r,gap:i=20,width:o,zigzag:a}=e,{title:s,desc:c,items:l=[]}=r,u=se(p(Q,{indexes:[0]})),h=se(p(n,{indexes:[0],data:r,datum:l[0]})),d=o||h.width,f=t?p(t,{title:s,desc:c}):null,g=[],y=[],m=(d-u.width)/2;if(l.forEach((v,b)=>{const _=(h.height+i)*b,x=[b];y.push(p(n,{indexes:x,datum:v,data:r,y:_,width:d,positionV:"middle",positionH:a?b%2===0?"normal":"flipped":"normal"})),g.push(p(nt,{indexes:x,x:-u.width-10,y:_+(h.height-u.height)/2}));const w=b===0?-u.height:_-i/2-u.height/2;g.push(p(Q,{indexes:x,x:m,y:w}))}),l.length>0){const b=(h.height+i)*(l.length-1)+h.height;g.push(p(Q,{indexes:[l.length],x:m,y:b}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,L(Y,{children:[p(Ne,{children:y}),p(He,{children:g})]})]})};We("list-column",{component:H4,composites:["title","item"]});const q4=e=>{const{Title:t,Item:n,data:r,columns:i=3,gap:o=24,zigzag:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=se(p(Q,{indexes:[0]})),d=se(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),f=[],g=[],y=d.height+o,m=d.width+o,v=new Set;return l.forEach((b,_)=>{const x=Math.floor(_/i),w=_%i,P=w*m,$=x*y,C=[_];g.push(p(n,{indexes:C,datum:b,data:r,x:P,y:$,positionH:"center",positionV:a&&_%2===0?"normal":"flipped"})),f.push(p(nt,{indexes:C,x:P+(d.width-h.width)/2,y:$+d.height})),w<i-1&&f.push(p(Q,{indexes:[_+1],x:P+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2})),w===0&&!v.has(x)&&(f.push(p(Q,{indexes:[_],x:P-o/2-h.width/2,y:$+(d.height-h.height)/2})),v.add(x)),(w===i-1||_===l.length-1)&&f.push(p(Q,{indexes:[_+1],x:P+d.width+o/2-h.width/2,y:$+(d.height-h.height)/2}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,L(Y,{children:[p(Ne,{children:g}),p(He,{children:f})]})]})};We("list-grid",{component:q4,composites:["title","item"]});const j4=e=>{const{Title:t,Item:n,data:r,gap:i=20,levelGap:o=20}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=se(p(Q,{indexes:[0]})),h=se(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[],g=Math.ceil(Math.sqrt(c.length)),y=[];let m=c.length;for(let w=0;w<g;w++){const P=Math.min(w+1,m);if(y.push(P),m-=P,m<=0)break}let v=0;const b=Math.max(...y),x=(b*h.width+(b-1)*i)/2;return y.forEach((w,P)=>{const $=P*(h.height+o),C=w*h.width+(w-1)*i,M=x-C/2;for(let S=0;S<w&&v<c.length;S++){const E=M+S*(h.width+i),A=c[v],O=[v];f.push(p(n,{indexes:O,datum:A,data:r,x:E,y:$,positionH:"center"})),d.push(p(nt,{indexes:O,x:E+(h.width-u.width)/2,y:$+h.height})),S<w-1&&d.push(p(Q,{indexes:[v+1],x:E+h.width+(i-u.width)/2,y:$+(h.height-u.height)/2})),S===0&&d.push(p(Q,{indexes:[v],x:E-i/2-u.width/2,y:$+(h.height-u.height)/2})),S===w-1&&d.push(p(Q,{indexes:[v+1],x:E+h.width+i/2-u.width/2,y:$+(h.height-u.height)/2})),v++}}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(Ne,{children:f}),p(He,{children:d})]})]})};We("list-pyramid",{component:j4,composites:["title","item"]});const F4=e=>{const{Title:t,Item:n,data:r,gap:i=20,zigzag:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=se(p(Q,{indexes:[0]})),h=se(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[],g=(h.height-u.height)/2,y=h.height;if(c.forEach((m,v)=>{const b=(h.width+i)*v,_=[v];f.push(p(n,{indexes:_,datum:m,data:r,x:b,positionH:"center",positionV:o&&v%2===0?"normal":"flipped"})),d.push(p(nt,{indexes:_,x:b+(h.width-u.width)/2,y}));const x=v===0?-(i+u.width)/2:b-(i+u.width)/2;d.push(p(Q,{indexes:_,x,y:g}))}),c.length>0){const v=(h.width+i)*(c.length-1)+h.width+(i-u.width)/2;d.push(p(Q,{indexes:[c.length],x:v,y:g}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(Ne,{children:f}),p(He,{children:d})]})]})};We("list-row",{component:F4,composites:["title","item"]});var JK=Object.defineProperty,B4=Object.getOwnPropertySymbols,eZ=Object.prototype.hasOwnProperty,tZ=Object.prototype.propertyIsEnumerable,W4=(e,t,n)=>t in e?JK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nZ=(e,t)=>{for(var n in t||(t={}))eZ.call(t,n)&&W4(e,n,t[n]);if(B4)for(var n of B4(t))tZ.call(t,n)&&W4(e,n,t[n]);return e};const G4=e=>{const{Item:t,data:n,outerRadius:r=250,innerRadius:i=120,startAngle:o=-90,endAngle:a=270,gapAngle:s=1,options:c}=e,{title:l,items:u=[]}=n,h=Ct(c.themeConfig),d=se(p(Q,{indexes:[0]})),f=[],g=[],y=[],m=r+100,v=r+100,b=a-o,_=Math.abs(b-360)<.01,x=u.length>0?s*(_?u.length:u.length-1):0,w=b-x,P=u.length>0?w/u.length:0;if(u.forEach((O,T)=>{var F;const z=[T],j=o+(P+s)*T,D=j+P,B=s*Math.PI*r/180/i*(180/Math.PI),X=s,H=(j+X/2)*Math.PI/180,k=(D-X/2)*Math.PI/180,I=(j+B/2)*Math.PI/180,R=(D-B/2)*Math.PI/180,N=m+r*Math.cos(H),q=v+r*Math.sin(H),G=m+r*Math.cos(k),U=v+r*Math.sin(k),K=m+i*Math.cos(I),oe=v+i*Math.sin(I),te=m+i*Math.cos(R),ae=v+i*Math.sin(R),Z=P>180?1:0,ee=`
|
|
103
103
|
M ${N} ${q}
|
|
104
|
-
A ${r} ${r} 0 ${
|
|
105
|
-
L ${
|
|
106
|
-
A ${i} ${i} 0 ${
|
|
104
|
+
A ${r} ${r} 0 ${Z} 1 ${G} ${U}
|
|
105
|
+
L ${te} ${ae}
|
|
106
|
+
A ${i} ${i} 0 ${Z} 0 ${K} ${oe}
|
|
107
107
|
Z
|
|
108
|
-
`.trim(),
|
|
108
|
+
`.trim(),ue=qe(c,z);y.push(p(Pe,{id:"shape-sector",d:ee,fill:ue,width:r*2+200,height:r*2+200,"data-element-type":"shape"}));const J=(j+P/2)*Math.PI/180,ie=(r+i)/2,re=r-i,ce=P*Math.PI/180,pe=ie*ce,he=Math.min(pe*.8,re*.9),ge=Math.min(re*.9,pe*.8),de=se(p(t,{indexes:[0],data:n,datum:u[0],positionH:"center",width:he,height:ge})),we=m+ie*Math.cos(J)-de.width/2,Se=v+ie*Math.sin(J)-de.height/2;g.push(p(t,{indexes:z,datum:O,data:n,x:we,y:Se,positionH:"center",width:he,height:ge,themeColors:nZ({},Ct({colorBg:qe(c,z),colorPrimary:((F=c.themeConfig)==null?void 0:F.colorBg)||"white"}))}));const Ie=r+10,$e=m+Ie*Math.cos(J)-d.width/2,Le=v+Ie*Math.sin(J)-d.height/2;if(f.push(p(nt,{indexes:z,x:$e,y:Le})),_||T<u.length-1){const Fe=(D+s/2)*Math.PI/180,ye=ie,xe=m+ye*Math.cos(Fe)-d.width/2,Ae=v+ye*Math.sin(Fe)-d.height/2;f.push(p(Q,{indexes:[T+1],x:xe,y:Ae}))}}),u.length>0){const T=(o-s/2)*Math.PI/180,F=(r+i)/2,z=m+F*Math.cos(T)-d.width/2,j=v+F*Math.sin(T)-d.height/2;f.push(p(Q,{indexes:[0],x:z,y:j}))}const $=i*.9;let C=m,M=v,S=$*1.4,E=$*1.4;if(!_){const T=(o+a)/2*Math.PI/180,F=$*.5;C=m+F*Math.cos(T),M=v+F*Math.sin(T);const z=b*Math.PI*F/180;S=Math.min(z*.8,$*1.4),E=Math.min(F*1.5,$*1.4)}let A="";if(_)A="";else{const O=o*Math.PI/180,T=a*Math.PI/180,F=m+$*Math.cos(O),z=v+$*Math.sin(O),j=m+$*Math.cos(T),D=v+$*Math.sin(T),W=b>180?1:0;A=`
|
|
109
109
|
M ${m} ${v}
|
|
110
110
|
L ${F} ${z}
|
|
111
|
-
A ${$} ${$} 0 ${W} 1 ${j} ${
|
|
111
|
+
A ${$} ${$} 0 ${W} 1 ${j} ${D}
|
|
112
112
|
Z
|
|
113
|
-
`.trim()}return R(Y,{id:"infographic-container",children:[p(Y,{children:y}),_?p(Je,{id:"shape-center-circle",x:m-$,y:v-$,width:$*2,height:$*2,fill:h.colorPrimaryBg,fillOpacity:.5,"data-element-type":"shape"}):p(Pe,{id:"shape-center-sector",d:I,fill:h.colorPrimaryBg,fillOpacity:.5,width:r*2+200,height:r*2+200,"data-element-type":"shape"}),p(Ne,{x:C-S/2,y:M-E/2,width:S,height:E,alignHorizontal:"center",alignVertical:"middle",fontSize:24,fontWeight:"bold",fill:h.colorText,"data-element-type":Ue.Title,children:l}),p(He,{children:g}),p(qe,{children:f})]})};We("list-sector",{component:j4,composites:["title","item"]});const F4=e=>{const{Title:t,Item:n,data:r,columns:i=4,gap:o=20,stepOffset:a=40}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=ae(p(J,{indexes:[0]})),d=ae(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),f=[],g=[],y=d.width+o;return l.forEach((m,v)=>{const b=v%i,_=Math.floor(v/i),x=b*y,w=_*(d.height+o),P=b*a,$=w+P,C=[v];g.push(p(n,{indexes:C,datum:m,data:r,x,y:$,positionH:"center"})),f.push(p(nt,{indexes:C,x:x+(d.width-h.width)/2,y:$+d.height+5}))}),l.forEach((m,v)=>{const b=v%i,_=Math.floor(v/i),x=b*y,w=_*(d.height+o),P=b*a,$=w+P;if(v===0&&f.push(p(J,{indexes:[0],x:x-o/2-h.width/2,y:$+(d.height-h.height)/2})),b<i-1&&v<l.length-1){const C=Math.floor((v+1)/i);_===C&&f.push(p(J,{indexes:[v+1],x:x+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2}))}(b===i-1||v===l.length-1)&&f.push(p(J,{indexes:[v+1],x:x+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2}))}),l.length===0&&f.push(p(J,{indexes:[0],x:(i-1)*y/2+(d.width-h.width)/2,y:0})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,R(Y,{children:[p(He,{children:g}),p(qe,{children:f})]})]})};We("list-waterfall",{component:F4,composites:["title","item"]});const UK=6,Yh=700,B4=330,W4=333,KK={1:[{x:.5,y:.6,anchor:"top-right"}],2:[{x:.42,y:.5,anchor:"top-right"},{x:.72,y:.4,anchor:"bottom"}],3:[{x:.3,y:.5,anchor:"top-right"},{x:.48,y:.3,anchor:"bottom-left"},{x:.8,y:.75,anchor:"top-right"}],4:[{x:.3,y:.5,anchor:"top-right"},{x:.35,y:.2,anchor:"bottom-left"},{x:.65,y:.73,anchor:"top-right"},{x:.8,y:.52,anchor:"bottom-left"}],5:[{x:.19,y:.4,anchor:"top-right"},{x:.38,y:.2,anchor:"bottom"},{x:.52,y:.62,anchor:"top-right"},{x:.7,y:.43,anchor:"bottom"},{x:.82,y:.8,anchor:"top-right"}],6:[{x:.16,y:.35,anchor:"top-right"},{x:.38,y:.2,anchor:"bottom"},{x:.48,y:.54,anchor:"top-right"},{x:.55,y:.43,anchor:"bottom-left"},{x:.8,y:.75,anchor:"top-right"},{x:.86,y:.65,anchor:"bottom-left"}]},ZK={1:[{x:.5,y:.4,anchor:"bottom-right"}],2:[{x:.42,y:.5,anchor:"bottom-right"},{x:.72,y:.6,anchor:"top"}],3:[{x:.3,y:.5,anchor:"bottom-right"},{x:.48,y:.7,anchor:"top-left"},{x:.8,y:.25,anchor:"bottom-right"}],4:[{x:.3,y:.5,anchor:"bottom-right"},{x:.35,y:.8,anchor:"top-left"},{x:.65,y:.27,anchor:"bottom-right"},{x:.8,y:.48,anchor:"top-left"}],5:[{x:.19,y:.6,anchor:"bottom-right"},{x:.38,y:.8,anchor:"top"},{x:.52,y:.38,anchor:"bottom-right"},{x:.7,y:.57,anchor:"top"},{x:.82,y:.2,anchor:"bottom-right"}],6:[{x:.16,y:.65,anchor:"bottom-right"},{x:.38,y:.8,anchor:"top"},{x:.48,y:.46,anchor:"bottom-right"},{x:.55,y:.57,anchor:"top-left"},{x:.8,y:.25,anchor:"bottom-right"},{x:.86,y:.35,anchor:"top-left"}]},G4=(e,t,n)=>{const r=t[e];return r?r.map(i=>({x:i.x*Yh,y:i.y*n,anchor:i.anchor})):null},QK=(e,t)=>{const n=e.anchor||"center";let r=e.x-t.width/2,i=e.y-t.height/2,o=e.y;switch(n){case"top":r=e.x-t.width/2,i=e.y,o=e.y+t.height/2;break;case"bottom":r=e.x-t.width/2,i=e.y-t.height,o=e.y-t.height/2;break;case"top-left":r=e.x,i=e.y,o=e.y+t.height/2;break;case"top-right":r=e.x-t.width,i=e.y,o=e.y+t.height/2;break;case"bottom-left":r=e.x,i=e.y-t.height,o=e.y-t.height/2;break;case"bottom-right":r=e.x-t.width,i=e.y-t.height,o=e.y-t.height/2;break}return{x:r,y:i,centerY:o}},Xh=(e,t)=>{const n=t.x-e.x,r=t.y-e.y,i=Math.hypot(n,r)||1;return{x:n/i,y:r/i}},V4=e=>{const{presetRatios:t,arrowHeight:n,Arrow:r}=e;return o=>{var a;const{Title:s,Item:c,data:l,options:u,itemGap:h=24}=o,{title:d,desc:f,items:g=[]}=l,y=Math.min(g.length,UK),m=g.slice(0,y),v=s?p(s,{title:d,desc:f}):null,b=wt(u),x=Ct({colorPrimary:b},u).colorTextSecondary||"#737373",w=ae(p(J,{indexes:[0]}));if(g.length===0){const z=(a=G4(1,t,n))==null?void 0:a[0];if(!z)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,p(Y,{children:p(r,{colorPrimary:b,colorShadow:x})})]});const j=z.x-w.width/2,H=z.y-w.height/2;return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,R(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(He,{}),p(qe,{children:p(J,{indexes:[0],x:j,y:H})})]})]})}const P=ae(p(c,{indexes:[0],data:l,datum:g[0],positionH:"center"})),$=[],C=[],M=G4(y,t,n);if(!M)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,R(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(He,{})]})]});const S=M,E=S.length>1?Xh(S[0],S[S.length-1]):{x:1,y:0},I=S.length>1?Xh(S[0],S[1]):E,O=S.length>1?Xh(S[S.length-2],S[S.length-1]):E,T=Math.max(P.width,P.height)*.45+h,F=z=>{const{x:j,y:H,centerY:W}=QK(z,P);return{x:j,y:H,centerY:W}};if(S.forEach((z,j)=>{const H=F(z),W=H.centerY<n/2,B=[j],X=m[j];if(!X)return;C.push(p(c,{indexes:B,datum:X,data:l,x:H.x,y:H.y,positionH:"center"}));const D=H.x+P.width-w.width/2,k=W?H.y-w.height/2:H.y+P.height-w.height/2;$.push(p(nt,{indexes:B,x:D,y:k}))}),S.length>0){const z=S[0],j=z.x-I.x*T-w.width/2,H=z.y-I.y*T-w.height/2;$.push(p(J,{indexes:[0],x:j,y:H}));for(let D=0;D<S.length-1;D++){const k=S[D],A=S[D+1],L=(k.x+A.x)/2,N=(k.y+A.y)/2,q=L-w.width/2,G=N-w.height/2;$.push(p(J,{indexes:[D+1],x:q,y:G}))}const W=S[S.length-1],B=W.x+O.x*T-w.width/2,X=W.y+O.y*T-w.height/2;$.push(p(J,{indexes:[y],x:B,y:X}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,R(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(He,{children:C}),p(qe,{children:$})]})]})}},JK=({colorPrimary:e="#17CA2C",colorShadow:t="#737373"})=>{const n=ve(e).darken(20).toHexString();return R(Y,{width:Yh,height:B4,children:[p("path",{d:"M228.864 159.446C230.266 159.446 231.623 158.768 232.689 157.535L274.263 110.162L265.717 102.923L227.311 148.082C225.977 149.623 224.281 150.47 222.529 150.47H175.404L182.03 158.367C182.795 159.445 182.795 159.446 183.734 159.446H228.864Z",fill:t}),p("path",{d:"M462.869 234.92C464.271 234.92 465.628 234.242 466.695 233.01L508.268 185.636L499.722 178.397L461.316 223.557C459.983 225.098 458.287 225.945 456.534 225.945H409.409L416.035 233.841C416.8 234.92 416.8 234.92 417.74 234.92H462.869Z",fill:t}),p("path",{d:"M697.005 330C698.783 330 700 328.82 700 327.001V256.638C700 254.857 697.848 253.965 696.591 255.225L693.409 258.411V320.402C693.409 322.058 692.069 323.401 690.414 323.401H630.718L627.536 326.587C626.278 327.847 627.169 330 628.947 330H697.005Z",fill:t}),p("path",{d:"M689.642 321.89C690.744 321.89 691.638 320.995 691.638 319.891V250.743C691.638 248.962 689.488 248.07 688.23 249.329L662.647 274.947L520.987 153.863C519.541 152.627 517.703 151.948 515.802 151.948H469.518C470.236 151.949 470.956 152.206 471.53 152.729L498.163 176.978L498.13 177.018L639.84 297.784L619.174 318.477C617.916 319.737 618.807 321.89 620.586 321.89H689.642Z",fill:e}),p("path",{d:"M429.279 198.995L467.208 153.03C468.3 151.716 470.268 151.579 471.531 152.729L498.163 176.978L460.69 221.107C459.173 222.894 456.946 223.924 454.6 223.924H408.473C409.366 223.924 410.252 223.527 410.845 222.764L429.279 198.995Z",fill:n}),p("path",{d:"M408.473 223.924H408.314L408.318 223.92C408.369 223.922 408.421 223.924 408.473 223.924Z",fill:n}),p("path",{d:"M406.524 223.203C407.826 224.318 409.796 224.116 410.845 222.761L429.279 198.932L287.411 77.8866C285.964 76.6523 284.125 75.9742 282.223 75.9742H234.606L234.625 75.9907C235.429 75.9118 236.263 76.1557 236.915 76.7378L263.662 100.621L263.546 100.758L406.524 223.203Z",fill:e}),p("path",{d:"M236.914 76.7386C235.651 75.6097 233.707 75.7513 232.621 77.0513L194.557 123.104L175.644 146.821C175.076 147.535 174.25 147.917 173.409 147.947L173.407 147.95H219.923C222.271 147.95 224.499 146.915 226.017 145.122L263.645 100.649L236.914 76.7386Z",fill:n}),p("path",{d:"M175.648 146.816C174.589 148.145 172.637 148.329 171.348 147.221L4.09334 3.51697C2.68586 2.30767 3.54106 0 5.39671 0H47.5805C49.4864 0 51.3297 0.680433 52.7785 1.91877L194.557 123.104L175.648 146.816Z",fill:e})]})},eZ=({colorPrimary:e="#17CA2C",colorShadow:t="#737373"})=>{const n=ve(e).darken(20).toHexString();return R(Y,{width:Yh,height:W4,children:[p("path",{d:"M19.0526 324L12.6762 329.482C11.2703 330.691 12.1234 333 13.976 333H56.1578C58.058 333 59.896 332.321 61.3413 331.085L201.854 210.901L194.249 201.693L54.0527 321.606C52.246 323.151 49.9486 324 47.5732 324H19.0526Z",fill:t}),p("path",{d:"M234.587 248L241.131 255.922C241.656 256.552 242.382 256.909 243.134 256.983L243.115 257H290.716C292.618 257 294.457 256.322 295.903 255.087L437.091 134.536L429.305 125.5L288.613 245.609C286.805 247.153 284.507 248 282.132 248H234.587Z",fill:t}),p("path",{d:"M461.123 162.429L475.642 179.918C476.237 180.635 477.092 181.001 477.951 181H524.22C526.121 181 527.959 180.321 529.404 179.085L670.786 58.1578L662.326 49.6809L522.115 169.606C520.309 171.151 518.011 172 515.636 172H469.369L461.123 162.429Z",fill:t}),p("path",{d:"M687.912 74.8875C690.374 75.9052 693.412 74.1668 693.412 71.1716V11H698.004C699.106 11 700 11.8954 700 13V82.1716C700 83.9534 697.85 84.8457 696.593 83.5858L687.912 74.8875Z",fill:t}),p("path",{d:"M689.419 0C690.522 0 691.415 0.895432 691.415 2V71.1716C691.415 72.9534 689.265 73.8457 688.008 72.5858L662.433 46.9598L520.819 168.085C519.374 169.321 517.536 170 515.636 170H469.367C470.084 169.999 470.804 169.742 471.379 169.219L498.003 144.961L497.969 144.922L639.634 24.115L618.975 3.41421C617.717 2.15428 618.608 0 620.386 0H689.419Z",fill:e}),p("path",{d:"M429.141 122.937L467.058 168.918C468.149 170.232 470.116 170.369 471.378 169.219L498.003 144.961L460.542 100.818C459.025 99.0305 456.798 98 454.453 98H408.341C409.234 98.0001 410.12 98.3968 410.712 99.1606L429.141 122.937Z",fill:n}),p("path",{d:"M408.341 98H408.183L408.186 98.004C408.237 98.0013 408.289 98 408.341 98Z",fill:n}),p("path",{d:"M406.393 98.721C407.695 97.606 409.664 97.8077 410.712 99.1633L429.141 123L287.318 244.087C285.872 245.322 284.033 246 282.132 246H234.53L234.55 245.983C235.353 246.062 236.187 245.818 236.839 245.236L263.577 221.345L263.461 221.208L406.393 98.721Z",fill:e}),p("path",{d:"M236.837 245.235C235.575 246.365 233.631 246.223 232.546 244.922L194.494 198.854L175.588 175.129C175.019 174.415 174.194 174.032 173.353 174.002L173.351 174H219.852C222.199 174 224.427 175.035 225.944 176.829L263.56 221.317L236.837 245.235Z",fill:n}),p("path",{d:"M175.593 175.135C174.533 173.805 172.581 173.622 171.291 174.73L4.09013 318.484C2.68329 319.693 3.53868 322 5.394 322H47.5627C49.4695 322 51.3136 321.319 52.7627 320.08L194.494 198.854L175.593 175.135Z",fill:e})]})},Y4=V4({arrowHeight:B4,presetRatios:KK,Arrow:JK}),X4=V4({arrowHeight:W4,presetRatios:ZK,Arrow:eZ});We("list-zigzag-down",{component:Y4,composites:["title","item"]}),We("list-zigzag-up",{component:X4,composites:["title","item"]});const Uh={axisColor:"#D9D9D9",axisArrowSize:5,strokeWidth:1,dashArray:"4,2",defaultExtraSpacing:20},U4=e=>{const{Title:t,Item:n,data:r,quadrantWidth:i,quadrantHeight:o,showAxis:a=!0,dashedAxis:s=!0}=e,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=Array.from({length:4},(_,x)=>u[x]),f=d[0]?ae(p(n,{indexes:[0],data:r,datum:d[0]})):{width:0,height:0},g=i!=null?i:f.width+Uh.defaultExtraSpacing,y=o!=null?o:f.height+Uh.defaultExtraSpacing,m=nZ(g,y,f),v=d.map((_,x)=>{if(!_)return null;const w=m[x];return p(n,{indexes:[x],datum:_,data:r,x:w.x,y:w.y,positionH:x%2?"flipped":"normal",positionV:x<2?"normal":"flipped"})}).filter(Boolean),b=tZ(g,y,a,s);return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[h,R(Y,{width:g*2,height:y*2,children:[b,p(He,{children:v})]})]})};function tZ(e,t,n,r){if(!n)return[];const{axisColor:i,axisArrowSize:o,strokeWidth:a,dashArray:s}=Uh,c=e,l=t,u=e*2,h=t*2,d=r?s:void 0;return[p(Pe,{d:`M 0 ${l} L ${u} ${l}`,stroke:i,strokeWidth:a,strokeDasharray:d,fill:"none","data-element-type":"shape"}),R(xt,{transform:`translate(${u}, ${l})`,children:[p(Pe,{d:`M 0 0 L ${-o} ${-o/2}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${-o} ${o/2}`,stroke:i,strokeWidth:a,fill:"none"})]}),R(xt,{transform:`translate(0, ${l})`,children:[p(Pe,{d:`M 0 0 L ${o} ${-o/2}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o} ${o/2}`,stroke:i,strokeWidth:a,fill:"none"})]}),p(Pe,{d:`M ${c} 0 L ${c} ${h}`,stroke:i,strokeWidth:a,strokeDasharray:d,fill:"none","data-element-type":"shape"}),R(xt,{transform:`translate(${c}, 0)`,children:[p(Pe,{d:`M 0 0 L ${-o/2} ${o}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o/2} ${o}`,stroke:i,strokeWidth:a,fill:"none"})]}),R(xt,{transform:`translate(${c}, ${h})`,children:[p(Pe,{d:`M 0 0 L ${-o/2} ${-o}`,stroke:i,strokeWidth:a,fill:"none"}),p(Pe,{d:`M 0 0 L ${o/2} ${-o}`,stroke:i,strokeWidth:a,fill:"none"})]})]}function nZ(e,t,n){const r=e/2,i=t/2;return[{x:r-n.width/2,y:i-n.height/2},{x:e+r-n.width/2,y:i-n.height/2},{x:r-n.width/2,y:t+i-n.height/2},{x:e+r-n.width/2,y:t+i-n.height/2}]}We("quadrant",{component:U4,composites:["title","item"]});const K4=e=>{const{Title:t,Item:n,data:r,radius:i=150,startMode:o="top"}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=ae(p(J,{indexes:[0]})),h=ae(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[];if(c.length===0)return d.push(p(J,{indexes:[0],x:-u.width/2,y:-u.height/2})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,p(Y,{children:p(qe,{children:d})})]});const g=Math.max(h.width,h.height),y=Math.max(i,g),m=y+g/2,v=c.map(()=>{const P=h.width,$=h.height;return(P+$)/2}),b=v.reduce((P,$)=>P+$,0);let _;o==="equal"?_=-Math.PI/2:_=-Math.PI/2+2*Math.PI/c.length/2;let x=_;c.forEach((P,$)=>{const C=v[$]/b*2*Math.PI,M=x+C/2;x+=C;const S=m+y*Math.cos(M)-h.width/2,E=m+y*Math.sin(M)-h.height/2;f.push(p(n,{indexes:[$],datum:P,data:r,x:S,y:E}));const I=y-Math.max(h.width,h.height)/2-20,O=m+I*Math.cos(M)-u.width/2,T=m+I*Math.sin(M)-u.height/2;d.push(p(nt,{indexes:[$],x:O,y:T}))});const w=y-Math.max(h.width,h.height)/2-20;if(c.length>0)for(let P=0;P<c.length;P++){const $=P*2*Math.PI/c.length-Math.PI/2,C=(P+1)%c.length*2*Math.PI/c.length-Math.PI/2;let M;if(P===c.length-1){const I=C+2*Math.PI-$;M=$+I/2}else M=($+C)/2;const S=m+w*Math.cos(M)-u.width/2,E=m+w*Math.sin(M)-u.height/2;d.push(p(J,{indexes:[P+1],x:S,y:E}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(He,{children:f}),p(qe,{children:d})]})]})};We("relation-circle",{component:K4,composites:["title","item"]});function zo(e,t,n,r){function i(o){return o instanceof n?o:new n(function(a){a(o)})}return new(n||(n=Promise))(function(o,a){function s(u){try{l(r.next(u))}catch(h){a(h)}}function c(u){try{l(r.throw(u))}catch(h){a(h)}}function l(u){u.done?o(u.value):i(u.value).then(s,c)}l((r=r.apply(e,[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const rZ={abs:Math.abs,ceil:Math.ceil,floor:Math.floor,max:Math.max,min:Math.min,round:Math.round,sqrt:Math.sqrt,pow:Math.pow};class It extends Error{constructor(t,n,r){super(t),this.position=n,this.token=r,this.name="ExpressionError"}}var De;(function(e){e[e.STRING=0]="STRING",e[e.NUMBER=1]="NUMBER",e[e.BOOLEAN=2]="BOOLEAN",e[e.NULL=3]="NULL",e[e.IDENTIFIER=4]="IDENTIFIER",e[e.OPERATOR=5]="OPERATOR",e[e.FUNCTION=6]="FUNCTION",e[e.DOT=7]="DOT",e[e.BRACKET_LEFT=8]="BRACKET_LEFT",e[e.BRACKET_RIGHT=9]="BRACKET_RIGHT",e[e.PAREN_LEFT=10]="PAREN_LEFT",e[e.PAREN_RIGHT=11]="PAREN_RIGHT",e[e.COMMA=12]="COMMA",e[e.QUESTION=13]="QUESTION",e[e.COLON=14]="COLON",e[e.DOLLAR=15]="DOLLAR"})(De||(De={}));const iZ=new Set([32,9,10,13]),oZ=new Set([43,45,42,47,37,33,38,124,61,60,62]),aZ=new Map([["true",De.BOOLEAN],["false",De.BOOLEAN],["null",De.NULL]]),Kh=new Map([["===",!0],["!==",!0],["<=",!0],[">=",!0],["&&",!0],["||",!0],["+",!0],["-",!0],["*",!0],["/",!0],["%",!0],["!",!0],["<",!0],[">",!0]]),sZ=new Map([[46,De.DOT],[91,De.BRACKET_LEFT],[93,De.BRACKET_RIGHT],[40,De.PAREN_LEFT],[41,De.PAREN_RIGHT],[44,De.COMMA],[63,De.QUESTION],[58,De.COLON],[36,De.DOLLAR]]),Z4=new Map;for(const[e,t]of sZ.entries())Z4.set(e,{type:t,value:String.fromCharCode(e)});function No(e){return e>=48&&e<=57}function Zh(e){return e>=97&&e<=122||e>=65&&e<=90||e===95}function Q4(e){return Zh(e)||No(e)}function cZ(e){return oZ.has(e)}var Pt;(function(e){e[e.Program=0]="Program",e[e.Literal=1]="Literal",e[e.Identifier=2]="Identifier",e[e.MemberExpression=3]="MemberExpression",e[e.CallExpression=4]="CallExpression",e[e.BinaryExpression=5]="BinaryExpression",e[e.UnaryExpression=6]="UnaryExpression",e[e.ConditionalExpression=7]="ConditionalExpression"})(Pt||(Pt={}));const lZ=new Map([["||",2],["&&",3],["===",4],["!==",4],[">",5],[">=",5],["<",5],["<=",5],["+",6],["-",6],["*",7],["/",7],["%",7],["!",8]]),uZ={type:Pt.Literal,value:null},hZ={type:Pt.Literal,value:!0},dZ={type:Pt.Literal,value:!1},fZ=e=>{let t=0;const n=e.length,r=()=>t>=n?null:e[t],i=()=>e[t++],o=h=>{const d=r();return d!==null&&d.type===h},a=h=>h.type===De.OPERATOR?lZ.get(h.value)||-1:h.type===De.DOT||h.type===De.BRACKET_LEFT?9:h.type===De.QUESTION?1:-1,s=h=>{let d,f;if(i().type===De.DOT){if(!o(De.IDENTIFIER)){const y=r();throw new It("Expected property name",t,y?y.value:"<end of input>")}const g=i();d={type:Pt.Identifier,name:g.value},f=!1}else{if(d=l(0),!o(De.BRACKET_RIGHT)){const g=r();throw new It("Expected closing bracket",t,g?g.value:"<end of input>")}i(),f=!0}return{type:Pt.MemberExpression,object:h,property:d,computed:f}},c=()=>{const h=r();if(!h)throw new It("Unexpected end of input",t,"<end of input>");if(h.type===De.OPERATOR&&(h.value==="!"||h.value==="-")){i();const d=c();return{type:Pt.UnaryExpression,operator:h.value,argument:d,prefix:!0}}switch(h.type){case De.NUMBER:return i(),{type:Pt.Literal,value:Number(h.value)};case De.STRING:return i(),{type:Pt.Literal,value:h.value};case De.BOOLEAN:return i(),h.value==="true"?hZ:dZ;case De.NULL:return i(),uZ;case De.IDENTIFIER:return i(),{type:Pt.Identifier,name:h.value};case De.FUNCTION:return(()=>{const d=i(),f=[];if(!o(De.PAREN_LEFT)){const g=r();throw new It("Expected opening parenthesis after function name",t,g?g.value:"<end of input>")}for(i();;){if(o(De.PAREN_RIGHT)){i();break}if(!r()){const y=r();throw new It("Expected closing parenthesis",t,y?y.value:"<end of input>")}if(f.length>0){if(!o(De.COMMA)){const y=r();throw new It("Expected comma between function arguments",t,y?y.value:"<end of input>")}i()}const g=l(0);f.push(g)}return{type:Pt.CallExpression,callee:{type:Pt.Identifier,name:d.value},arguments:f}})();case De.PAREN_LEFT:{i();const d=l(0);if(!o(De.PAREN_RIGHT)){const f=r();throw new It("Expected closing parenthesis",t,f?f.value:"<end of input>")}return i(),d}default:throw new It(`Unexpected token: ${h.type}`,t,h.value)}},l=(h=0)=>{let d=c();for(;t<n;){const f=e[t],g=a(f);if(g<=h)break;if(f.type!==De.QUESTION)if(f.type!==De.OPERATOR){if(f.type!==De.DOT&&f.type!==De.BRACKET_LEFT)break;d=s(d)}else{i();const y=l(g);d={type:Pt.BinaryExpression,operator:f.value,left:d,right:y}}else{i();const y=l(0);if(!o(De.COLON)){const v=r();throw new It("Expected : in conditional expression",t,v?v.value:"<end of input>")}i();const m=l(0);d={type:Pt.ConditionalExpression,test:d,consequent:y,alternate:m}}}return d},u=l();return{type:Pt.Program,body:u}},pZ=(e,t,n)=>{let r=t;n&&(r=Kt(Tt({},t),{context:Tt(Tt({},t.context),n)}));const i=o=>{switch(o.type){case Pt.Literal:return(a=>a.value)(o);case Pt.Identifier:return(a=>{if(!(a.name in r.context))throw new It(`Undefined variable: ${a.name}`);return r.context[a.name]})(o);case Pt.MemberExpression:return(a=>{const s=i(a.object);if(s==null)throw new It("Cannot access property of null or undefined");return s[a.computed?i(a.property):a.property.name]})(o);case Pt.CallExpression:return(a=>{const s=r.functions[a.callee.name];if(!s)throw new It(`Undefined function: ${a.callee.name}`);return s(...a.arguments.map((c=>i(c))))})(o);case Pt.BinaryExpression:return(a=>{if(a.operator==="&&"){const l=i(a.left);return l&&i(a.right)}if(a.operator==="||")return i(a.left)||i(a.right);const s=i(a.left),c=i(a.right);switch(a.operator){case"+":return s+c;case"-":return s-c;case"*":return s*c;case"/":return s/c;case"%":return s%c;case"===":return s===c;case"!==":return s!==c;case">":return s>c;case">=":return s>=c;case"<":return s<c;case"<=":return s<=c;default:throw new It(`Unknown operator: ${a.operator}`)}})(o);case Pt.UnaryExpression:return(a=>{const s=i(a.argument);if(a.prefix)switch(a.operator){case"!":return!s;case"-":if(typeof s!="number")throw new It(`Cannot apply unary - to non-number: ${s}`);return-s;default:throw new It(`Unknown operator: ${a.operator}`)}throw new It(`Postfix operators are not supported: ${a.operator}`)})(o);case Pt.ConditionalExpression:return(a=>{const s=i(a.test);return i(s?a.consequent:a.alternate)})(o);default:throw new It(`Evaluation error: Unsupported node type: ${o.type}`)}};return i(e.body)};function J4(e){const t=(i=>{const o=i,a=o.length,s=new Array(Math.ceil(a/3));let c=0,l=0;function u(m){const v=l+1;l++;let b="",_=!1;for(;l<a;){const x=o.charCodeAt(l);if(x===m)return _||(b=o.substring(v,l)),l++,{type:De.STRING,value:b};x===92?(_||(b=o.substring(v,l),_=!0),l++,b+=o[l]):_&&(b+=o[l]),l++}throw new It(`Unterminated string starting with ${String.fromCharCode(m)}`,l,o.substring(Math.max(0,l-10),l))}function h(){const m=l;for(o.charCodeAt(l)===45&&l++;l<a&&No(o.charCodeAt(l));)l++;if(l<a&&o.charCodeAt(l)===46)for(l++;l<a&&No(o.charCodeAt(l));)l++;const v=o.slice(m,l);return{type:De.NUMBER,value:v}}function d(){l++;const m=l;if(l<a&&Zh(o.charCodeAt(l)))for(l++;l<a&&Q4(o.charCodeAt(l));)l++;const v=o.slice(m,l);return{type:De.FUNCTION,value:v}}function f(){const m=l++;for(;l<a&&Q4(o.charCodeAt(l));)l++;const v=o.slice(m,l),b=aZ.get(v);return b?{type:b,value:v}:{type:De.IDENTIFIER,value:v}}function g(){if(l+2<a){const v=o.substring(l,l+3);if(Kh.has(v))return l+=3,{type:De.OPERATOR,value:v}}if(l+1<a){const v=o.substring(l,l+2);if(Kh.has(v))return l+=2,{type:De.OPERATOR,value:v}}const m=o[l];if(Kh.has(m))return l++,{type:De.OPERATOR,value:m};throw new It(`Unknown operator at position ${l}: ${o.substring(l,l+1)}`,l,o.substring(Math.max(0,l-10),l))}for(;l<a;){const m=o.charCodeAt(l);if(y=m,iZ.has(y)){l++;continue}const v=Z4.get(m);if(v)s[c++]=v,l++;else if(m!==34&&m!==39)if(No(m)||m===45&&l+1<a&&No(o.charCodeAt(l+1)))s[c++]=h();else if(m!==64)if(Zh(m))s[c++]=f();else{if(!cZ(m))throw new It(`Unexpected character: ${o[l]}`,l,o.substring(Math.max(0,l-10),l));s[c++]=g()}else s[c++]=d();else s[c++]=u(m)}var y;return c===s.length?s:s.slice(0,c)})(e),n=fZ(t),r=((i={},o={})=>({context:i,functions:o}))({},rZ);return(i={})=>pZ(n,r,i)}function gZ(e,t={}){return J4(e)(t)}function mZ(e,t){if(typeof e!="string")return;const n=e.trim();if(n)try{return J4(n),gZ(n,t)}catch(r){return}}function Oi(e){return typeof e=="number"}function e5(e){if(!e)return[0,0,0];if(Oi(e))return[e,e,e];if(Array.isArray(e)&&e.length===0)return[0,0,0];const[t,n=t,r=t]=e;return[t,n,r]}function yZ(e){return Oi(e)?!0:Array.isArray(e)?e.every(t=>Oi(t)):!1}function cn(e){return e==null}function t5(e){return typeof e=="string"}function n5(e){return typeof e=="function"}function Qh(e,t){if(typeof e=="function")return e;if(typeof e=="string"){const n=e;return(...r)=>{const i={};for(let o=0;o<t.length;o++)i[t[o]]=r[o];return mZ(n,i)}}return()=>e}function Jh(e,t,n="node"){if(cn(e))return()=>t;if(t5(e)){const r=Qh(e,[n]);return i=>{const o=r(i);return Oi(o)?o:t}}return n5(e)?e:Oi(e)?()=>e:()=>t}function r5(e,t=10,n="node"){if(cn(e))return()=>t;if(t5(e)){const r=Qh(e,[n]);return i=>{const o=r(i);return yZ(o)?o:t}}return n5(e)?e:Oi(e)?()=>e:Array.isArray(e)?()=>e:()=>t}function vZ(e){var t;return[e.x,e.y,(t=e.z)!==null&&t!==void 0?t:0]}class bZ{constructor(t,n={}){this.edgeIdCounter=new Map,this.nodeMap=wZ(t.nodes,n.node),this.edgeMap=PZ(t.edges||[],n.edge,this.getEdgeId.bind(this))}data(){return{nodes:this.nodeMap,edges:this.edgeMap}}replace(t){this.nodeMap=t.nodes,this.edgeMap=t.edges,this.clearCache()}nodes(){return Array.from(this.nodeMap.values())}node(t){return this.nodeMap.get(t)}nodeAt(t){this.indexNodeCache||this.buildNodeIndexCache();const n=this.indexNodeCache.get(t);return n?this.nodeMap.get(n):void 0}nodeIndexOf(t){var n;return this.nodeIndexCache||this.buildNodeIndexCache(),(n=this.nodeIndexCache.get(t))!==null&&n!==void 0?n:-1}firstNode(){return this.nodeMap.values().next().value}forEachNode(t){let n=0;this.nodeMap.forEach(r=>t(r,n++))}originalNode(t){const n=this.nodeMap.get(t);return n==null?void 0:n._original}nodeCount(){return this.nodeMap.size}edges(){return Array.from(this.edgeMap.values())}edge(t){return this.edgeMap.get(t)}firstEdge(){return this.edgeMap.values().next().value}forEachEdge(t){let n=0;this.edgeMap.forEach(r=>t(r,n++))}originalEdge(t){const n=this.edgeMap.get(t);return n==null?void 0:n._original}edgeCount(){return this.edgeMap.size}getEdgeId(t){if(t.id)return t.id;const n=`${t.source}-${t.target}`,r=this.edgeIdCounter.get(n)||0,i=r===0?n:`${n}-${r}`;return this.edgeIdCounter.set(n,r+1),i}degree(t,n="both"){this.degreeCache||this.buildDegreeCache();const r=this.degreeCache.get(t);return r?r[n]:0}neighbors(t,n="both"){if((!this.outAdjacencyCache||!this.inAdjacencyCache)&&this.buildAdjacencyCache(),n==="out")return Array.from(this.outAdjacencyCache.get(t)||[]);if(n==="in")return Array.from(this.inAdjacencyCache.get(t)||[]);if(this.bothAdjacencyCache)return Array.from(this.bothAdjacencyCache.get(t)||[]);const r=this.inAdjacencyCache.get(t),i=this.outAdjacencyCache.get(t);if(!r&&!i)return[];if(!r)return Array.from(i);if(!i)return Array.from(r);const o=new Set;return r.forEach(a=>o.add(a)),i.forEach(a=>o.add(a)),Array.from(o)}successors(t){return this.neighbors(t,"out")}predecessors(t){return this.neighbors(t,"in")}setNodeOrder(t){const n=new Map;for(const r of t)n.set(r.id,r);this.nodeMap=n,this.nodeIndexCache=void 0,this.indexNodeCache=void 0}clearCache(){this.degreeCache=void 0,this.inAdjacencyCache=void 0,this.outAdjacencyCache=void 0,this.bothAdjacencyCache=void 0,this.nodeIndexCache=void 0,this.indexNodeCache=void 0}buildDegreeCache(){this.degreeCache=new Map;for(const t of this.edges()){const{source:n,target:r}=t;if(t.source===t.target)continue;this.degreeCache.has(n)||this.degreeCache.set(n,{in:0,out:0,both:0});const i=this.degreeCache.get(t.source);i&&(i.out++,i.both++),this.degreeCache.has(r)||this.degreeCache.set(r,{in:0,out:0,both:0});const o=this.degreeCache.get(t.target);o&&(o.in++,o.both++)}}buildAdjacencyCache(){this.inAdjacencyCache=new Map,this.outAdjacencyCache=new Map;for(const t of this.edges())!this.nodeMap.has(t.source)||!this.nodeMap.has(t.target)||(this.outAdjacencyCache.has(t.source)||this.outAdjacencyCache.set(t.source,new Set),this.outAdjacencyCache.get(t.source).add(t.target),this.inAdjacencyCache.has(t.target)||this.inAdjacencyCache.set(t.target,new Set),this.inAdjacencyCache.get(t.target).add(t.source))}buildNodeIndexCache(){this.nodeIndexCache=new Map,this.indexNodeCache=new Map;let t=0;this.nodeMap.forEach((n,r)=>{this.nodeIndexCache.set(r,t),this.indexNodeCache.set(t,r),t++})}destroy(){this.clearCache(),this.nodeMap.clear(),this.edgeMap.clear(),this.edgeIdCounter.clear()}}const _Z=["id","x","y","z","vx","vy","vz","fx","fy","fz","parentId"],xZ=["id","source","target","points"];function wZ(e,t){if(!e)throw new Error("Data.nodes is required");const n=new Map;for(const r of e){const i={_original:r};for(const o of _Z){const a=r[o];cn(a)||(i[o]=a)}if(t){const o=t(r);for(const a in o){const s=o[a];cn(s)||(i[a]=s)}}if(cn(i.id))throw new Error("Node is missing id field");n.set(i.id,i)}return n}function PZ(e,t,n){const r=new Map;for(const i of e){const o={_original:i};for(const a of xZ){const s=i[a];cn(s)||(o[a]=s)}if(t){const a=t(i);for(const s in a){const c=a[s];cn(c)||(o[s]=c)}}if(cn(o.source)||cn(o.target))throw new Error("Edge is missing source or target field");cn(o.id)&&(o.id=n==null?void 0:n(i)),r.set(o.id,o)}return r}class $Z{constructor(t,n={}){this.graph=new bZ(t,n)}export(){return this.graph.data()}replace(t){this.graph.replace(t)}forEachNode(t){this.graph.forEachNode(t)}forEachEdge(t){this.graph.forEachEdge((n,r)=>{n.sourceNode=this.graph.node(n.source),n.targetNode=this.graph.node(n.target),t(n,r)})}destroy(){this.graph.destroy()}}const i5=Symbol("Comlink.proxy"),CZ=Symbol("Comlink.endpoint"),OZ=Symbol("Comlink.releaseProxy"),ed=Symbol("Comlink.finalizer"),Js=Symbol("Comlink.thrown"),o5=e=>typeof e=="object"&&e!==null||typeof e=="function",SZ={canHandle:e=>o5(e)&&e[i5],serialize(e){const{port1:t,port2:n}=new MessageChannel;return s5(e,t),[n,[n]]},deserialize(e){return e.start(),l5(e)}},MZ={canHandle:e=>o5(e)&&Js in e,serialize({value:e}){let t;return e instanceof Error?t={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:t={isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},a5=new Map([["proxy",SZ],["throw",MZ]]);function EZ(e,t){for(const n of e)if(t===n||n==="*"||n instanceof RegExp&&n.test(t))return!0;return!1}function s5(e,t=globalThis,n=["*"]){t.addEventListener("message",function r(i){if(!i||!i.data)return;if(!EZ(n,i.origin)){console.warn(`Invalid origin '${i.origin}' for comlink proxy`);return}const{id:o,type:a,path:s}=Object.assign({path:[]},i.data),c=(i.data.argumentList||[]).map(qr);let l;try{const u=s.slice(0,-1).reduce((d,f)=>d[f],e),h=s.reduce((d,f)=>d[f],e);switch(a){case"GET":l=h;break;case"SET":u[s.slice(-1)[0]]=qr(i.data.value),l=!0;break;case"APPLY":l=h.apply(u,c);break;case"CONSTRUCT":{const d=new h(...c);l=LZ(d)}break;case"ENDPOINT":{const{port1:d,port2:f}=new MessageChannel;s5(e,f),l=RZ(d,[d])}break;case"RELEASE":l=void 0;break;default:return}}catch(u){l={value:u,[Js]:0}}Promise.resolve(l).catch(u=>({value:u,[Js]:0})).then(u=>{const[h,d]=rc(u);t.postMessage(Object.assign(Object.assign({},h),{id:o}),d),a==="RELEASE"&&(t.removeEventListener("message",r),c5(t),ed in e&&typeof e[ed]=="function"&&e[ed]())}).catch(u=>{const[h,d]=rc({value:new TypeError("Unserializable return value"),[Js]:0});t.postMessage(Object.assign(Object.assign({},h),{id:o}),d)})}),t.start&&t.start()}function IZ(e){return e.constructor.name==="MessagePort"}function c5(e){IZ(e)&&e.close()}function l5(e,t){const n=new Map;return e.addEventListener("message",function(i){const{data:o}=i;if(!o||!o.id)return;const a=n.get(o.id);if(a)try{a(o)}finally{n.delete(o.id)}}),td(e,n,[],t)}function ec(e){if(e)throw new Error("Proxy has been released and is not useable")}function u5(e){return Si(e,new Map,{type:"RELEASE"}).then(()=>{c5(e)})}const tc=new WeakMap,nc="FinalizationRegistry"in globalThis&&new FinalizationRegistry(e=>{const t=(tc.get(e)||0)-1;tc.set(e,t),t===0&&u5(e)});function AZ(e,t){const n=(tc.get(t)||0)+1;tc.set(t,n),nc&&nc.register(e,t,e)}function TZ(e){nc&&nc.unregister(e)}function td(e,t,n=[],r=function(){}){let i=!1;const o=new Proxy(r,{get(a,s){if(ec(i),s===OZ)return()=>{TZ(o),u5(e),t.clear(),i=!0};if(s==="then"){if(n.length===0)return{then:()=>o};const c=Si(e,t,{type:"GET",path:n.map(l=>l.toString())}).then(qr);return c.then.bind(c)}return td(e,t,[...n,s])},set(a,s,c){ec(i);const[l,u]=rc(c);return Si(e,t,{type:"SET",path:[...n,s].map(h=>h.toString()),value:l},u).then(qr)},apply(a,s,c){ec(i);const l=n[n.length-1];if(l===CZ)return Si(e,t,{type:"ENDPOINT"}).then(qr);if(l==="bind")return td(e,t,n.slice(0,-1));const[u,h]=h5(c);return Si(e,t,{type:"APPLY",path:n.map(d=>d.toString()),argumentList:u},h).then(qr)},construct(a,s){ec(i);const[c,l]=h5(s);return Si(e,t,{type:"CONSTRUCT",path:n.map(u=>u.toString()),argumentList:c},l).then(qr)}});return AZ(o,e),o}function kZ(e){return Array.prototype.concat.apply([],e)}function h5(e){const t=e.map(rc);return[t.map(n=>n[0]),kZ(t.map(n=>n[1]))]}const d5=new WeakMap;function RZ(e,t){return d5.set(e,t),e}function LZ(e){return Object.assign(e,{[i5]:!0})}function rc(e){for(const[t,n]of a5)if(n.canHandle(e)){const[r,i]=n.serialize(e);return[{type:"HANDLER",name:t,value:r},i]}return[{type:"RAW",value:e},d5.get(e)||[]]}function qr(e){switch(e.type){case"HANDLER":return a5.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Si(e,t,n,r){return new Promise(i=>{const o=zZ();t.set(o,i),e.start&&e.start(),e.postMessage(Object.assign({id:o},n),r)})}function zZ(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}class NZ{constructor(){this.worker=null,this.workerApi=null}execute(t,n,r){return zo(this,void 0,void 0,function*(){if(this.worker||(yield this.initWorker()),!this.workerApi)throw new Error("Worker API not initialized");return yield this.workerApi.execute(t,n,r)})}destroy(){this.workerApi&&this.workerApi.destroy(),this.worker&&(this.worker.terminate(),this.worker=null,this.workerApi=null)}initWorker(){return zo(this,void 0,void 0,function*(){const t=this.resolveWorkerPath(),r=t.includes("/lib/")||t.endsWith(".mjs")?"module":"classic";this.worker=new Worker(t,{type:r}),this.workerApi=l5(this.worker)})}resolveWorkerPath(){if(typeof{url:typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:dt&&dt.tagName.toUpperCase()==="SCRIPT"&&dt.src||new URL("infographic.min.js",document.baseURI).href}!="undefined"&&(typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:dt&&dt.tagName.toUpperCase()==="SCRIPT"&&dt.src||new URL("infographic.min.js",document.baseURI).href)){const t=new URL(typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:dt&&dt.tagName.toUpperCase()==="SCRIPT"&&dt.src||new URL("infographic.min.js",document.baseURI).href),n=t.href.replace(/\/runtime\/[^/]+\.js$/,"/worker.js");return n!==t.href?n:t.href.replace(/\/[^/]+\.js$/,"/worker.js")}if(typeof document!="undefined"){const t=document.getElementsByTagName("script");for(let n=t.length-1;n>=0;n--){const r=t[n].src;if(r&&(r.includes("index.js")||r.includes("index.min.js")))return r.replace(/index(\.min)?\.js/,"worker.js")}}return"./worker.js"}}class HZ{constructor(t){this.supervisor=null,this.initialOptions=this.mergeOptions(this.getDefaultOptions(),t)}get options(){return this.runtimeOptions||this.initialOptions}mergeOptions(t,n){return Object.assign({},t,n||{})}execute(t,n){return zo(this,void 0,void 0,function*(){this.runtimeOptions=this.mergeOptions(this.initialOptions,n);const{node:r,edge:i,enableWorker:o}=this.runtimeOptions;this.context=new $Z(t,{node:r,edge:i}),this.model=this.context.graph,o&&typeof Worker!="undefined"?yield this.layoutInWorker(t,this.runtimeOptions):yield this.layout(this.runtimeOptions)})}layoutInWorker(t,n){var r;return zo(this,void 0,void 0,function*(){try{this.supervisor||(this.supervisor=new NZ);const i=yield this.supervisor.execute(this.id,t,n);(r=this.context)===null||r===void 0||r.replace(i)}catch(i){console.error("Layout in worker failed, fallback to main thread layout.",i),yield this.layout(n)}})}forEachNode(t){this.context.forEachNode(t)}forEachEdge(t){this.context.forEachEdge(t)}destroy(){var t;(t=this.context)===null||t===void 0||t.destroy(),this.model=null,this.context=null,this.supervisor&&(this.supervisor.destroy(),this.supervisor=null)}}function DZ(e){return Array.isArray(e)}var qZ=(function(e){var t=typeof e;return e!==null&&t==="object"||t==="function"}),jZ=function(e){return typeof e=="object"&&e!==null},FZ={}.toString,f5=function(e,t){return FZ.call(e)==="[object "+t+"]"},BZ=function(e){if(!jZ(e)||!f5(e,"Object"))return!1;if(Object.getPrototypeOf(e)===null)return!0;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t},ic=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function WZ(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function nd(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var rd,p5;function GZ(){if(p5)return rd;p5=1;function e(){this.__data__=[],this.size=0}return rd=e,rd}var id,g5;function Mi(){if(g5)return id;g5=1;function e(t,n){return t===n||t!==t&&n!==n}return id=e,id}var od,m5;function oc(){if(m5)return od;m5=1;var e=Mi();function t(n,r){for(var i=n.length;i--;)if(e(n[i][0],r))return i;return-1}return od=t,od}var ad,y5;function VZ(){if(y5)return ad;y5=1;var e=oc(),t=Array.prototype,n=t.splice;function r(i){var o=this.__data__,a=e(o,i);if(a<0)return!1;var s=o.length-1;return a==s?o.pop():n.call(o,a,1),--this.size,!0}return ad=r,ad}var sd,v5;function YZ(){if(v5)return sd;v5=1;var e=oc();function t(n){var r=this.__data__,i=e(r,n);return i<0?void 0:r[i][1]}return sd=t,sd}var cd,b5;function XZ(){if(b5)return cd;b5=1;var e=oc();function t(n){return e(this.__data__,n)>-1}return cd=t,cd}var ld,_5;function UZ(){if(_5)return ld;_5=1;var e=oc();function t(n,r){var i=this.__data__,o=e(i,n);return o<0?(++this.size,i.push([n,r])):i[o][1]=r,this}return ld=t,ld}var ud,x5;function ac(){if(x5)return ud;x5=1;var e=GZ(),t=VZ(),n=YZ(),r=XZ(),i=UZ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,ud=o,ud}var hd,w5;function KZ(){if(w5)return hd;w5=1;var e=ac();function t(){this.__data__=new e,this.size=0}return hd=t,hd}var dd,P5;function ZZ(){if(P5)return dd;P5=1;function e(t){var n=this.__data__,r=n.delete(t);return this.size=n.size,r}return dd=e,dd}var fd,$5;function QZ(){if($5)return fd;$5=1;function e(t){return this.__data__.get(t)}return fd=e,fd}var pd,C5;function JZ(){if(C5)return pd;C5=1;function e(t){return this.__data__.has(t)}return pd=e,pd}var gd,O5;function S5(){if(O5)return gd;O5=1;var e=typeof ic=="object"&&ic&&ic.Object===Object&⁣return gd=e,gd}var md,M5;function yn(){if(M5)return md;M5=1;var e=S5(),t=typeof self=="object"&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return md=n,md}var yd,E5;function Ei(){if(E5)return yd;E5=1;var e=yn(),t=e.Symbol;return yd=t,yd}var vd,I5;function eQ(){if(I5)return vd;I5=1;var e=Ei(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,i=e?e.toStringTag:void 0;function o(a){var s=n.call(a,i),c=a[i];try{a[i]=void 0;var l=!0}catch(h){}var u=r.call(a);return l&&(s?a[i]=c:delete a[i]),u}return vd=o,vd}var bd,A5;function tQ(){if(A5)return bd;A5=1;var e=Object.prototype,t=e.toString;function n(r){return t.call(r)}return bd=n,bd}var _d,T5;function jr(){if(T5)return _d;T5=1;var e=Ei(),t=eQ(),n=tQ(),r="[object Null]",i="[object Undefined]",o=e?e.toStringTag:void 0;function a(s){return s==null?s===void 0?i:r:o&&o in Object(s)?t(s):n(s)}return _d=a,_d}var xd,k5;function ln(){if(k5)return xd;k5=1;function e(t){var n=typeof t;return t!=null&&(n=="object"||n=="function")}return xd=e,xd}var wd,R5;function Ho(){if(R5)return wd;R5=1;var e=jr(),t=ln(),n="[object AsyncFunction]",r="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(s){if(!t(s))return!1;var c=e(s);return c==r||c==i||c==n||c==o}return wd=a,wd}var Pd,L5;function nQ(){if(L5)return Pd;L5=1;var e=yn(),t=e["__core-js_shared__"];return Pd=t,Pd}var $d,z5;function rQ(){if(z5)return $d;z5=1;var e=nQ(),t=(function(){var r=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""})();function n(r){return!!t&&t in r}return $d=n,$d}var Cd,N5;function H5(){if(N5)return Cd;N5=1;var e=Function.prototype,t=e.toString;function n(r){if(r!=null){try{return t.call(r)}catch(i){}try{return r+""}catch(i){}}return""}return Cd=n,Cd}var Od,D5;function iQ(){if(D5)return Od;D5=1;var e=Ho(),t=rQ(),n=ln(),r=H5(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,s=Object.prototype,c=a.toString,l=s.hasOwnProperty,u=RegExp("^"+c.call(l).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(d){if(!n(d)||t(d))return!1;var f=e(d)?u:o;return f.test(r(d))}return Od=h,Od}var Sd,q5;function oQ(){if(q5)return Sd;q5=1;function e(t,n){return t==null?void 0:t[n]}return Sd=e,Sd}var Md,j5;function Fr(){if(j5)return Md;j5=1;var e=iQ(),t=oQ();function n(r,i){var o=t(r,i);return e(o)?o:void 0}return Md=n,Md}var Ed,F5;function Id(){if(F5)return Ed;F5=1;var e=Fr(),t=yn(),n=e(t,"Map");return Ed=n,Ed}var Ad,B5;function sc(){if(B5)return Ad;B5=1;var e=Fr(),t=e(Object,"create");return Ad=t,Ad}var Td,W5;function aQ(){if(W5)return Td;W5=1;var e=sc();function t(){this.__data__=e?e(null):{},this.size=0}return Td=t,Td}var kd,G5;function sQ(){if(G5)return kd;G5=1;function e(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}return kd=e,kd}var Rd,V5;function cQ(){if(V5)return Rd;V5=1;var e=sc(),t="__lodash_hash_undefined__",n=Object.prototype,r=n.hasOwnProperty;function i(o){var a=this.__data__;if(e){var s=a[o];return s===t?void 0:s}return r.call(a,o)?a[o]:void 0}return Rd=i,Rd}var Ld,Y5;function lQ(){if(Y5)return Ld;Y5=1;var e=sc(),t=Object.prototype,n=t.hasOwnProperty;function r(i){var o=this.__data__;return e?o[i]!==void 0:n.call(o,i)}return Ld=r,Ld}var zd,X5;function uQ(){if(X5)return zd;X5=1;var e=sc(),t="__lodash_hash_undefined__";function n(r,i){var o=this.__data__;return this.size+=this.has(r)?0:1,o[r]=e&&i===void 0?t:i,this}return zd=n,zd}var Nd,U5;function hQ(){if(U5)return Nd;U5=1;var e=aQ(),t=sQ(),n=cQ(),r=lQ(),i=uQ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Nd=o,Nd}var Hd,K5;function dQ(){if(K5)return Hd;K5=1;var e=hQ(),t=ac(),n=Id();function r(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}return Hd=r,Hd}var Dd,Z5;function fQ(){if(Z5)return Dd;Z5=1;function e(t){var n=typeof t;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?t!=="__proto__":t===null}return Dd=e,Dd}var qd,Q5;function cc(){if(Q5)return qd;Q5=1;var e=fQ();function t(n,r){var i=n.__data__;return e(r)?i[typeof r=="string"?"string":"hash"]:i.map}return qd=t,qd}var jd,J5;function pQ(){if(J5)return jd;J5=1;var e=cc();function t(n){var r=e(this,n).delete(n);return this.size-=r?1:0,r}return jd=t,jd}var Fd,e6;function gQ(){if(e6)return Fd;e6=1;var e=cc();function t(n){return e(this,n).get(n)}return Fd=t,Fd}var Bd,t6;function mQ(){if(t6)return Bd;t6=1;var e=cc();function t(n){return e(this,n).has(n)}return Bd=t,Bd}var Wd,n6;function yQ(){if(n6)return Wd;n6=1;var e=cc();function t(n,r){var i=e(this,n),o=i.size;return i.set(n,r),this.size+=i.size==o?0:1,this}return Wd=t,Wd}var Gd,r6;function Vd(){if(r6)return Gd;r6=1;var e=dQ(),t=pQ(),n=gQ(),r=mQ(),i=yQ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Gd=o,Gd}var Yd,i6;function vQ(){if(i6)return Yd;i6=1;var e=ac(),t=Id(),n=Vd(),r=200;function i(o,a){var s=this.__data__;if(s instanceof e){var c=s.__data__;if(!t||c.length<r-1)return c.push([o,a]),this.size=++s.size,this;s=this.__data__=new n(c)}return s.set(o,a),this.size=s.size,this}return Yd=i,Yd}var Xd,o6;function lc(){if(o6)return Xd;o6=1;var e=ac(),t=KZ(),n=ZZ(),r=QZ(),i=JZ(),o=vQ();function a(s){var c=this.__data__=new e(s);this.size=c.size}return a.prototype.clear=t,a.prototype.delete=n,a.prototype.get=r,a.prototype.has=i,a.prototype.set=o,Xd=a,Xd}var Ud,a6;function Kd(){if(a6)return Ud;a6=1;function e(t,n){for(var r=-1,i=t==null?0:t.length;++r<i&&n(t[r],r,t)!==!1;);return t}return Ud=e,Ud}var Zd,s6;function c6(){if(s6)return Zd;s6=1;var e=Fr(),t=(function(){try{var n=e(Object,"defineProperty");return n({},"",{}),n}catch(r){}})();return Zd=t,Zd}var Qd,l6;function uc(){if(l6)return Qd;l6=1;var e=c6();function t(n,r,i){r=="__proto__"&&e?e(n,r,{configurable:!0,enumerable:!0,value:i,writable:!0}):n[r]=i}return Qd=t,Qd}var Jd,u6;function hc(){if(u6)return Jd;u6=1;var e=uc(),t=Mi(),n=Object.prototype,r=n.hasOwnProperty;function i(o,a,s){var c=o[a];(!(r.call(o,a)&&t(c,s))||s===void 0&&!(a in o))&&e(o,a,s)}return Jd=i,Jd}var ef,h6;function Do(){if(h6)return ef;h6=1;var e=hc(),t=uc();function n(r,i,o,a){var s=!o;o||(o={});for(var c=-1,l=i.length;++c<l;){var u=i[c],h=a?a(o[u],r[u],u,o,r):void 0;h===void 0&&(h=r[u]),s?t(o,u,h):e(o,u,h)}return o}return ef=n,ef}var tf,d6;function bQ(){if(d6)return tf;d6=1;function e(t,n){for(var r=-1,i=Array(t);++r<t;)i[r]=n(r);return i}return tf=e,tf}var nf,f6;function An(){if(f6)return nf;f6=1;function e(t){return t!=null&&typeof t=="object"}return nf=e,nf}var rf,p6;function _Q(){if(p6)return rf;p6=1;var e=jr(),t=An(),n="[object Arguments]";function r(i){return t(i)&&e(i)==n}return rf=r,rf}var of,g6;function qo(){if(g6)return of;g6=1;var e=_Q(),t=An(),n=Object.prototype,r=n.hasOwnProperty,i=n.propertyIsEnumerable,o=e((function(){return arguments})())?e:function(a){return t(a)&&r.call(a,"callee")&&!i.call(a,"callee")};return of=o,of}var af,m6;function At(){if(m6)return af;m6=1;var e=Array.isArray;return af=e,af}var jo={exports:{}},sf,y6;function xQ(){if(y6)return sf;y6=1;function e(){return!1}return sf=e,sf}jo.exports;var v6;function Ii(){return v6||(v6=1,(function(e,t){var n=yn(),r=xQ(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,s=a?n.Buffer:void 0,c=s?s.isBuffer:void 0,l=c||r;e.exports=l})(jo,jo.exports)),jo.exports}var cf,b6;function dc(){if(b6)return cf;b6=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function n(r,i){var o=typeof r;return i=i==null?e:i,!!i&&(o=="number"||o!="symbol"&&t.test(r))&&r>-1&&r%1==0&&r<i}return cf=n,cf}var lf,_6;function uf(){if(_6)return lf;_6=1;var e=9007199254740991;function t(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=e}return lf=t,lf}var hf,x6;function wQ(){if(x6)return hf;x6=1;var e=jr(),t=uf(),n=An(),r="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",s="[object Error]",c="[object Function]",l="[object Map]",u="[object Number]",h="[object Object]",d="[object RegExp]",f="[object Set]",g="[object String]",y="[object WeakMap]",m="[object ArrayBuffer]",v="[object DataView]",b="[object Float32Array]",_="[object Float64Array]",x="[object Int8Array]",w="[object Int16Array]",P="[object Int32Array]",$="[object Uint8Array]",C="[object Uint8ClampedArray]",M="[object Uint16Array]",S="[object Uint32Array]",E={};E[b]=E[_]=E[x]=E[w]=E[P]=E[$]=E[C]=E[M]=E[S]=!0,E[r]=E[i]=E[m]=E[o]=E[v]=E[a]=E[s]=E[c]=E[l]=E[u]=E[h]=E[d]=E[f]=E[g]=E[y]=!1;function I(O){return n(O)&&t(O.length)&&!!E[e(O)]}return hf=I,hf}var df,w6;function fc(){if(w6)return df;w6=1;function e(t){return function(n){return t(n)}}return df=e,df}var Fo={exports:{}};Fo.exports;var P6;function ff(){return P6||(P6=1,(function(e,t){var n=S5(),r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===r,a=o&&n.process,s=(function(){try{var c=i&&i.require&&i.require("util").types;return c||a&&a.binding&&a.binding("util")}catch(l){}})();e.exports=s})(Fo,Fo.exports)),Fo.exports}var pf,$6;function Bo(){if($6)return pf;$6=1;var e=wQ(),t=fc(),n=ff(),r=n&&n.isTypedArray,i=r?t(r):e;return pf=i,pf}var gf,C6;function O6(){if(C6)return gf;C6=1;var e=bQ(),t=qo(),n=At(),r=Ii(),i=dc(),o=Bo(),a=Object.prototype,s=a.hasOwnProperty;function c(l,u){var h=n(l),d=!h&&t(l),f=!h&&!d&&r(l),g=!h&&!d&&!f&&o(l),y=h||d||f||g,m=y?e(l.length,String):[],v=m.length;for(var b in l)(u||s.call(l,b))&&!(y&&(b=="length"||f&&(b=="offset"||b=="parent")||g&&(b=="buffer"||b=="byteLength"||b=="byteOffset")||i(b,v)))&&m.push(b);return m}return gf=c,gf}var mf,S6;function pc(){if(S6)return mf;S6=1;var e=Object.prototype;function t(n){var r=n&&n.constructor,i=typeof r=="function"&&r.prototype||e;return n===i}return mf=t,mf}var yf,M6;function E6(){if(M6)return yf;M6=1;function e(t,n){return function(r){return t(n(r))}}return yf=e,yf}var vf,I6;function PQ(){if(I6)return vf;I6=1;var e=E6(),t=e(Object.keys,Object);return vf=t,vf}var bf,A6;function _f(){if(A6)return bf;A6=1;var e=pc(),t=PQ(),n=Object.prototype,r=n.hasOwnProperty;function i(o){if(!e(o))return t(o);var a=[];for(var s in Object(o))r.call(o,s)&&s!="constructor"&&a.push(s);return a}return bf=i,bf}var xf,T6;function Wn(){if(T6)return xf;T6=1;var e=Ho(),t=uf();function n(r){return r!=null&&t(r.length)&&!e(r)}return xf=n,xf}var wf,k6;function cr(){if(k6)return wf;k6=1;var e=O6(),t=_f(),n=Wn();function r(i){return n(i)?e(i):t(i)}return wf=r,wf}var Pf,R6;function $Q(){if(R6)return Pf;R6=1;var e=Do(),t=cr();function n(r,i){return r&&e(i,t(i),r)}return Pf=n,Pf}var $f,L6;function CQ(){if(L6)return $f;L6=1;function e(t){var n=[];if(t!=null)for(var r in Object(t))n.push(r);return n}return $f=e,$f}var Cf,z6;function OQ(){if(z6)return Cf;z6=1;var e=ln(),t=pc(),n=CQ(),r=Object.prototype,i=r.hasOwnProperty;function o(a){if(!e(a))return n(a);var s=t(a),c=[];for(var l in a)l=="constructor"&&(s||!i.call(a,l))||c.push(l);return c}return Cf=o,Cf}var Of,N6;function Br(){if(N6)return Of;N6=1;var e=O6(),t=OQ(),n=Wn();function r(i){return n(i)?e(i,!0):t(i)}return Of=r,Of}var Sf,H6;function SQ(){if(H6)return Sf;H6=1;var e=Do(),t=Br();function n(r,i){return r&&e(i,t(i),r)}return Sf=n,Sf}var Wo={exports:{}};Wo.exports;var D6;function q6(){return D6||(D6=1,(function(e,t){var n=yn(),r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===r,a=o?n.Buffer:void 0,s=a?a.allocUnsafe:void 0;function c(l,u){if(u)return l.slice();var h=l.length,d=s?s(h):new l.constructor(h);return l.copy(d),d}e.exports=c})(Wo,Wo.exports)),Wo.exports}var Mf,j6;function F6(){if(j6)return Mf;j6=1;function e(t,n){var r=-1,i=t.length;for(n||(n=Array(i));++r<i;)n[r]=t[r];return n}return Mf=e,Mf}var Ef,B6;function W6(){if(B6)return Ef;B6=1;function e(t,n){for(var r=-1,i=t==null?0:t.length,o=0,a=[];++r<i;){var s=t[r];n(s,r,t)&&(a[o++]=s)}return a}return Ef=e,Ef}var If,G6;function V6(){if(G6)return If;G6=1;function e(){return[]}return If=e,If}var Af,Y6;function Tf(){if(Y6)return Af;Y6=1;var e=W6(),t=V6(),n=Object.prototype,r=n.propertyIsEnumerable,i=Object.getOwnPropertySymbols,o=i?function(a){return a==null?[]:(a=Object(a),e(i(a),function(s){return r.call(a,s)}))}:t;return Af=o,Af}var kf,X6;function MQ(){if(X6)return kf;X6=1;var e=Do(),t=Tf();function n(r,i){return e(r,t(r),i)}return kf=n,kf}var Rf,U6;function Lf(){if(U6)return Rf;U6=1;function e(t,n){for(var r=-1,i=n.length,o=t.length;++r<i;)t[o+r]=n[r];return t}return Rf=e,Rf}var zf,K6;function gc(){if(K6)return zf;K6=1;var e=E6(),t=e(Object.getPrototypeOf,Object);return zf=t,zf}var Nf,Z6;function Q6(){if(Z6)return Nf;Z6=1;var e=Lf(),t=gc(),n=Tf(),r=V6(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var s=[];a;)e(s,n(a)),a=t(a);return s}:r;return Nf=o,Nf}var Hf,J6;function EQ(){if(J6)return Hf;J6=1;var e=Do(),t=Q6();function n(r,i){return e(r,t(r),i)}return Hf=n,Hf}var Df,e7;function t7(){if(e7)return Df;e7=1;var e=Lf(),t=At();function n(r,i,o){var a=i(r);return t(r)?a:e(a,o(r))}return Df=n,Df}var qf,n7;function r7(){if(n7)return qf;n7=1;var e=t7(),t=Tf(),n=cr();function r(i){return e(i,n,t)}return qf=r,qf}var jf,i7;function IQ(){if(i7)return jf;i7=1;var e=t7(),t=Q6(),n=Br();function r(i){return e(i,n,t)}return jf=r,jf}var Ff,o7;function AQ(){if(o7)return Ff;o7=1;var e=Fr(),t=yn(),n=e(t,"DataView");return Ff=n,Ff}var Bf,a7;function TQ(){if(a7)return Bf;a7=1;var e=Fr(),t=yn(),n=e(t,"Promise");return Bf=n,Bf}var Wf,s7;function c7(){if(s7)return Wf;s7=1;var e=Fr(),t=yn(),n=e(t,"Set");return Wf=n,Wf}var Gf,l7;function kQ(){if(l7)return Gf;l7=1;var e=Fr(),t=yn(),n=e(t,"WeakMap");return Gf=n,Gf}var Vf,u7;function Ai(){if(u7)return Vf;u7=1;var e=AQ(),t=Id(),n=TQ(),r=c7(),i=kQ(),o=jr(),a=H5(),s="[object Map]",c="[object Object]",l="[object Promise]",u="[object Set]",h="[object WeakMap]",d="[object DataView]",f=a(e),g=a(t),y=a(n),m=a(r),v=a(i),b=o;return(e&&b(new e(new ArrayBuffer(1)))!=d||t&&b(new t)!=s||n&&b(n.resolve())!=l||r&&b(new r)!=u||i&&b(new i)!=h)&&(b=function(_){var x=o(_),w=x==c?_.constructor:void 0,P=w?a(w):"";if(P)switch(P){case f:return d;case g:return s;case y:return l;case m:return u;case v:return h}return x}),Vf=b,Vf}var Yf,h7;function RQ(){if(h7)return Yf;h7=1;var e=Object.prototype,t=e.hasOwnProperty;function n(r){var i=r.length,o=new r.constructor(i);return i&&typeof r[0]=="string"&&t.call(r,"index")&&(o.index=r.index,o.input=r.input),o}return Yf=n,Yf}var Xf,d7;function f7(){if(d7)return Xf;d7=1;var e=yn(),t=e.Uint8Array;return Xf=t,Xf}var Uf,p7;function Kf(){if(p7)return Uf;p7=1;var e=f7();function t(n){var r=new n.constructor(n.byteLength);return new e(r).set(new e(n)),r}return Uf=t,Uf}var Zf,g7;function LQ(){if(g7)return Zf;g7=1;var e=Kf();function t(n,r){var i=r?e(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.byteLength)}return Zf=t,Zf}var Qf,m7;function zQ(){if(m7)return Qf;m7=1;var e=/\w*$/;function t(n){var r=new n.constructor(n.source,e.exec(n));return r.lastIndex=n.lastIndex,r}return Qf=t,Qf}var Jf,y7;function NQ(){if(y7)return Jf;y7=1;var e=Ei(),t=e?e.prototype:void 0,n=t?t.valueOf:void 0;function r(i){return n?Object(n.call(i)):{}}return Jf=r,Jf}var ep,v7;function b7(){if(v7)return ep;v7=1;var e=Kf();function t(n,r){var i=r?e(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.length)}return ep=t,ep}var tp,_7;function HQ(){if(_7)return tp;_7=1;var e=Kf(),t=LQ(),n=zQ(),r=NQ(),i=b7(),o="[object Boolean]",a="[object Date]",s="[object Map]",c="[object Number]",l="[object RegExp]",u="[object Set]",h="[object String]",d="[object Symbol]",f="[object ArrayBuffer]",g="[object DataView]",y="[object Float32Array]",m="[object Float64Array]",v="[object Int8Array]",b="[object Int16Array]",_="[object Int32Array]",x="[object Uint8Array]",w="[object Uint8ClampedArray]",P="[object Uint16Array]",$="[object Uint32Array]";function C(M,S,E){var I=M.constructor;switch(S){case f:return e(M);case o:case a:return new I(+M);case g:return t(M,E);case y:case m:case v:case b:case _:case x:case w:case P:case $:return i(M,E);case s:return new I;case c:case h:return new I(M);case l:return n(M);case u:return new I;case d:return r(M)}}return tp=C,tp}var np,x7;function w7(){if(x7)return np;x7=1;var e=ln(),t=Object.create,n=(function(){function r(){}return function(i){if(!e(i))return{};if(t)return t(i);r.prototype=i;var o=new r;return r.prototype=void 0,o}})();return np=n,np}var rp,P7;function $7(){if(P7)return rp;P7=1;var e=w7(),t=gc(),n=pc();function r(i){return typeof i.constructor=="function"&&!n(i)?e(t(i)):{}}return rp=r,rp}var ip,C7;function DQ(){if(C7)return ip;C7=1;var e=Ai(),t=An(),n="[object Map]";function r(i){return t(i)&&e(i)==n}return ip=r,ip}var op,O7;function qQ(){if(O7)return op;O7=1;var e=DQ(),t=fc(),n=ff(),r=n&&n.isMap,i=r?t(r):e;return op=i,op}var ap,S7;function jQ(){if(S7)return ap;S7=1;var e=Ai(),t=An(),n="[object Set]";function r(i){return t(i)&&e(i)==n}return ap=r,ap}var sp,M7;function FQ(){if(M7)return sp;M7=1;var e=jQ(),t=fc(),n=ff(),r=n&&n.isSet,i=r?t(r):e;return sp=i,sp}var cp,E7;function I7(){if(E7)return cp;E7=1;var e=lc(),t=Kd(),n=hc(),r=$Q(),i=SQ(),o=q6(),a=F6(),s=MQ(),c=EQ(),l=r7(),u=IQ(),h=Ai(),d=RQ(),f=HQ(),g=$7(),y=At(),m=Ii(),v=qQ(),b=ln(),_=FQ(),x=cr(),w=Br(),P=1,$=2,C=4,M="[object Arguments]",S="[object Array]",E="[object Boolean]",I="[object Date]",O="[object Error]",T="[object Function]",F="[object GeneratorFunction]",z="[object Map]",j="[object Number]",H="[object Object]",W="[object RegExp]",B="[object Set]",X="[object String]",D="[object Symbol]",k="[object WeakMap]",A="[object ArrayBuffer]",L="[object DataView]",N="[object Float32Array]",q="[object Float64Array]",G="[object Int8Array]",U="[object Int16Array]",K="[object Int32Array]",ne="[object Uint8Array]",ee="[object Uint8ClampedArray]",se="[object Uint16Array]",ce="[object Uint32Array]",Z={};Z[M]=Z[S]=Z[A]=Z[L]=Z[E]=Z[I]=Z[N]=Z[q]=Z[G]=Z[U]=Z[K]=Z[z]=Z[j]=Z[H]=Z[W]=Z[B]=Z[X]=Z[D]=Z[ne]=Z[ee]=Z[se]=Z[ce]=!0,Z[O]=Z[T]=Z[k]=!1;function le(te,Q,re,ie,ue,he){var fe,me=Q&P,pe=Q&$,_e=Q&C;if(re&&(fe=ue?re(te,ie,ue,he):re(te)),fe!==void 0)return fe;if(!b(te))return te;var Ce=y(te);if(Ce){if(fe=d(te),!me)return a(te,fe)}else{var Me=h(te),$e=Me==T||Me==F;if(m(te))return o(te,me);if(Me==H||Me==M||$e&&!ue){if(fe=pe||$e?{}:g(te),!me)return pe?c(te,i(fe,te)):s(te,r(fe,te))}else{if(!Z[Me])return ue?te:{};fe=f(te,Me,me)}}he||(he=new e);var Re=he.get(te);if(Re)return Re;he.set(te,fe),_(te)?te.forEach(function(Ye){fe.add(le(Ye,Q,re,Ye,te,he))}):v(te)&&te.forEach(function(Ye,de){fe.set(de,le(Ye,Q,re,de,te,he))});var Fe=_e?pe?u:l:pe?w:x,Be=Ce?void 0:Fe(te);return t(Be||te,function(Ye,de){Be&&(de=Ye,Ye=te[de]),n(fe,de,le(Ye,Q,re,de,te,he))}),fe}return cp=le,cp}var lp,A7;function BQ(){if(A7)return lp;A7=1;var e=I7(),t=4;function n(r){return e(r,t)}return lp=n,lp}var up,T7;function hp(){if(T7)return up;T7=1;function e(t){return function(){return t}}return up=e,up}var dp,k7;function WQ(){if(k7)return dp;k7=1;function e(t){return function(n,r,i){for(var o=-1,a=Object(n),s=i(n),c=s.length;c--;){var l=s[t?c:++o];if(r(a[l],l,a)===!1)break}return n}}return dp=e,dp}var fp,R7;function pp(){if(R7)return fp;R7=1;var e=WQ(),t=e();return fp=t,fp}var gp,L7;function mp(){if(L7)return gp;L7=1;var e=pp(),t=cr();function n(r,i){return r&&e(r,i,t)}return gp=n,gp}var yp,z7;function GQ(){if(z7)return yp;z7=1;var e=Wn();function t(n,r){return function(i,o){if(i==null)return i;if(!e(i))return n(i,o);for(var a=i.length,s=r?a:-1,c=Object(i);(r?s--:++s<a)&&o(c[s],s,c)!==!1;);return i}}return yp=t,yp}var vp,N7;function mc(){if(N7)return vp;N7=1;var e=mp(),t=GQ(),n=t(e);return vp=n,vp}var bp,H7;function Wr(){if(H7)return bp;H7=1;function e(t){return t}return bp=e,bp}var _p,D7;function q7(){if(D7)return _p;D7=1;var e=Wr();function t(n){return typeof n=="function"?n:e}return _p=t,_p}var xp,j7;function F7(){if(j7)return xp;j7=1;var e=Kd(),t=mc(),n=q7(),r=At();function i(o,a){var s=r(o)?e:t;return s(o,n(a))}return xp=i,xp}var wp,B7;function W7(){return B7||(B7=1,wp=F7()),wp}var Pp,G7;function VQ(){if(G7)return Pp;G7=1;var e=mc();function t(n,r){var i=[];return e(n,function(o,a,s){r(o,a,s)&&i.push(o)}),i}return Pp=t,Pp}var $p,V7;function YQ(){if(V7)return $p;V7=1;var e="__lodash_hash_undefined__";function t(n){return this.__data__.set(n,e),this}return $p=t,$p}var Cp,Y7;function XQ(){if(Y7)return Cp;Y7=1;function e(t){return this.__data__.has(t)}return Cp=e,Cp}var Op,X7;function U7(){if(X7)return Op;X7=1;var e=Vd(),t=YQ(),n=XQ();function r(i){var o=-1,a=i==null?0:i.length;for(this.__data__=new e;++o<a;)this.add(i[o])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,Op=r,Op}var Sp,K7;function UQ(){if(K7)return Sp;K7=1;function e(t,n){for(var r=-1,i=t==null?0:t.length;++r<i;)if(n(t[r],r,t))return!0;return!1}return Sp=e,Sp}var Mp,Z7;function Q7(){if(Z7)return Mp;Z7=1;function e(t,n){return t.has(n)}return Mp=e,Mp}var Ep,J7;function e9(){if(J7)return Ep;J7=1;var e=U7(),t=UQ(),n=Q7(),r=1,i=2;function o(a,s,c,l,u,h){var d=c&r,f=a.length,g=s.length;if(f!=g&&!(d&&g>f))return!1;var y=h.get(a),m=h.get(s);if(y&&m)return y==s&&m==a;var v=-1,b=!0,_=c&i?new e:void 0;for(h.set(a,s),h.set(s,a);++v<f;){var x=a[v],w=s[v];if(l)var P=d?l(w,x,v,s,a,h):l(x,w,v,a,s,h);if(P!==void 0){if(P)continue;b=!1;break}if(_){if(!t(s,function($,C){if(!n(_,C)&&(x===$||u(x,$,c,l,h)))return _.push(C)})){b=!1;break}}else if(!(x===w||u(x,w,c,l,h))){b=!1;break}}return h.delete(a),h.delete(s),b}return Ep=o,Ep}var Ip,t9;function KQ(){if(t9)return Ip;t9=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(i,o){r[++n]=[o,i]}),r}return Ip=e,Ip}var Ap,n9;function Tp(){if(n9)return Ap;n9=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(i){r[++n]=i}),r}return Ap=e,Ap}var kp,r9;function ZQ(){if(r9)return kp;r9=1;var e=Ei(),t=f7(),n=Mi(),r=e9(),i=KQ(),o=Tp(),a=1,s=2,c="[object Boolean]",l="[object Date]",u="[object Error]",h="[object Map]",d="[object Number]",f="[object RegExp]",g="[object Set]",y="[object String]",m="[object Symbol]",v="[object ArrayBuffer]",b="[object DataView]",_=e?e.prototype:void 0,x=_?_.valueOf:void 0;function w(P,$,C,M,S,E,I){switch(C){case b:if(P.byteLength!=$.byteLength||P.byteOffset!=$.byteOffset)return!1;P=P.buffer,$=$.buffer;case v:return!(P.byteLength!=$.byteLength||!E(new t(P),new t($)));case c:case l:case d:return n(+P,+$);case u:return P.name==$.name&&P.message==$.message;case f:case y:return P==$+"";case h:var O=i;case g:var T=M&a;if(O||(O=o),P.size!=$.size&&!T)return!1;var F=I.get(P);if(F)return F==$;M|=s,I.set(P,$);var z=r(O(P),O($),M,S,E,I);return I.delete(P),z;case m:if(x)return x.call(P)==x.call($)}return!1}return kp=w,kp}var Rp,i9;function QQ(){if(i9)return Rp;i9=1;var e=r7(),t=1,n=Object.prototype,r=n.hasOwnProperty;function i(o,a,s,c,l,u){var h=s&t,d=e(o),f=d.length,g=e(a),y=g.length;if(f!=y&&!h)return!1;for(var m=f;m--;){var v=d[m];if(!(h?v in a:r.call(a,v)))return!1}var b=u.get(o),_=u.get(a);if(b&&_)return b==a&&_==o;var x=!0;u.set(o,a),u.set(a,o);for(var w=h;++m<f;){v=d[m];var P=o[v],$=a[v];if(c)var C=h?c($,P,v,a,o,u):c(P,$,v,o,a,u);if(!(C===void 0?P===$||l(P,$,s,c,u):C)){x=!1;break}w||(w=v=="constructor")}if(x&&!w){var M=o.constructor,S=a.constructor;M!=S&&"constructor"in o&&"constructor"in a&&!(typeof M=="function"&&M instanceof M&&typeof S=="function"&&S instanceof S)&&(x=!1)}return u.delete(o),u.delete(a),x}return Rp=i,Rp}var Lp,o9;function JQ(){if(o9)return Lp;o9=1;var e=lc(),t=e9(),n=ZQ(),r=QQ(),i=Ai(),o=At(),a=Ii(),s=Bo(),c=1,l="[object Arguments]",u="[object Array]",h="[object Object]",d=Object.prototype,f=d.hasOwnProperty;function g(y,m,v,b,_,x){var w=o(y),P=o(m),$=w?u:i(y),C=P?u:i(m);$=$==l?h:$,C=C==l?h:C;var M=$==h,S=C==h,E=$==C;if(E&&a(y)){if(!a(m))return!1;w=!0,M=!1}if(E&&!M)return x||(x=new e),w||s(y)?t(y,m,v,b,_,x):n(y,m,$,v,b,_,x);if(!(v&c)){var I=M&&f.call(y,"__wrapped__"),O=S&&f.call(m,"__wrapped__");if(I||O){var T=I?y.value():y,F=O?m.value():m;return x||(x=new e),_(T,F,v,b,x)}}return E?(x||(x=new e),r(y,m,v,b,_,x)):!1}return Lp=g,Lp}var zp,a9;function s9(){if(a9)return zp;a9=1;var e=JQ(),t=An();function n(r,i,o,a,s){return r===i?!0:r==null||i==null||!t(r)&&!t(i)?r!==r&&i!==i:e(r,i,o,a,n,s)}return zp=n,zp}var Np,c9;function eJ(){if(c9)return Np;c9=1;var e=lc(),t=s9(),n=1,r=2;function i(o,a,s,c){var l=s.length,u=l,h=!c;if(o==null)return!u;for(o=Object(o);l--;){var d=s[l];if(h&&d[2]?d[1]!==o[d[0]]:!(d[0]in o))return!1}for(;++l<u;){d=s[l];var f=d[0],g=o[f],y=d[1];if(h&&d[2]){if(g===void 0&&!(f in o))return!1}else{var m=new e;if(c)var v=c(g,y,f,o,a,m);if(!(v===void 0?t(y,g,n|r,c,m):v))return!1}}return!0}return Np=i,Np}var Hp,l9;function u9(){if(l9)return Hp;l9=1;var e=ln();function t(n){return n===n&&!e(n)}return Hp=t,Hp}var Dp,h9;function tJ(){if(h9)return Dp;h9=1;var e=u9(),t=cr();function n(r){for(var i=t(r),o=i.length;o--;){var a=i[o],s=r[a];i[o]=[a,s,e(s)]}return i}return Dp=n,Dp}var qp,d9;function f9(){if(d9)return qp;d9=1;function e(t,n){return function(r){return r==null?!1:r[t]===n&&(n!==void 0||t in Object(r))}}return qp=e,qp}var jp,p9;function nJ(){if(p9)return jp;p9=1;var e=eJ(),t=tJ(),n=f9();function r(i){var o=t(i);return o.length==1&&o[0][2]?n(o[0][0],o[0][1]):function(a){return a===i||e(a,i,o)}}return jp=r,jp}var Fp,g9;function Ti(){if(g9)return Fp;g9=1;var e=jr(),t=An(),n="[object Symbol]";function r(i){return typeof i=="symbol"||t(i)&&e(i)==n}return Fp=r,Fp}var Bp,m9;function Wp(){if(m9)return Bp;m9=1;var e=At(),t=Ti(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;function i(o,a){if(e(o))return!1;var s=typeof o;return s=="number"||s=="symbol"||s=="boolean"||o==null||t(o)?!0:r.test(o)||!n.test(o)||a!=null&&o in Object(a)}return Bp=i,Bp}var Gp,y9;function rJ(){if(y9)return Gp;y9=1;var e=Vd(),t="Expected a function";function n(r,i){if(typeof r!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var o=function(){var a=arguments,s=i?i.apply(this,a):a[0],c=o.cache;if(c.has(s))return c.get(s);var l=r.apply(this,a);return o.cache=c.set(s,l)||c,l};return o.cache=new(n.Cache||e),o}return n.Cache=e,Gp=n,Gp}var Vp,v9;function iJ(){if(v9)return Vp;v9=1;var e=rJ(),t=500;function n(r){var i=e(r,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return Vp=n,Vp}var Yp,b9;function oJ(){if(b9)return Yp;b9=1;var e=iJ(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e(function(i){var o=[];return i.charCodeAt(0)===46&&o.push(""),i.replace(t,function(a,s,c,l){o.push(c?l.replace(n,"$1"):s||a)}),o});return Yp=r,Yp}var Xp,_9;function yc(){if(_9)return Xp;_9=1;function e(t,n){for(var r=-1,i=t==null?0:t.length,o=Array(i);++r<i;)o[r]=n(t[r],r,t);return o}return Xp=e,Xp}var Up,x9;function aJ(){if(x9)return Up;x9=1;var e=Ei(),t=yc(),n=At(),r=Ti(),i=e?e.prototype:void 0,o=i?i.toString:void 0;function a(s){if(typeof s=="string")return s;if(n(s))return t(s,a)+"";if(r(s))return o?o.call(s):"";var c=s+"";return c=="0"&&1/s==-1/0?"-0":c}return Up=a,Up}var Kp,w9;function P9(){if(w9)return Kp;w9=1;var e=aJ();function t(n){return n==null?"":e(n)}return Kp=t,Kp}var Zp,$9;function vc(){if($9)return Zp;$9=1;var e=At(),t=Wp(),n=oJ(),r=P9();function i(o,a){return e(o)?o:t(o,a)?[o]:n(r(o))}return Zp=i,Zp}var Qp,C9;function Go(){if(C9)return Qp;C9=1;var e=Ti();function t(n){if(typeof n=="string"||e(n))return n;var r=n+"";return r=="0"&&1/n==-1/0?"-0":r}return Qp=t,Qp}var Jp,O9;function bc(){if(O9)return Jp;O9=1;var e=vc(),t=Go();function n(r,i){i=e(i,r);for(var o=0,a=i.length;r!=null&&o<a;)r=r[t(i[o++])];return o&&o==a?r:void 0}return Jp=n,Jp}var e0,S9;function sJ(){if(S9)return e0;S9=1;var e=bc();function t(n,r,i){var o=n==null?void 0:e(n,r);return o===void 0?i:o}return e0=t,e0}var t0,M9;function cJ(){if(M9)return t0;M9=1;function e(t,n){return t!=null&&n in Object(t)}return t0=e,t0}var n0,E9;function I9(){if(E9)return n0;E9=1;var e=vc(),t=qo(),n=At(),r=dc(),i=uf(),o=Go();function a(s,c,l){c=e(c,s);for(var u=-1,h=c.length,d=!1;++u<h;){var f=o(c[u]);if(!(d=s!=null&&l(s,f)))break;s=s[f]}return d||++u!=h?d:(h=s==null?0:s.length,!!h&&i(h)&&r(f,h)&&(n(s)||t(s)))}return n0=a,n0}var r0,A9;function T9(){if(A9)return r0;A9=1;var e=cJ(),t=I9();function n(r,i){return r!=null&&t(r,i,e)}return r0=n,r0}var i0,k9;function lJ(){if(k9)return i0;k9=1;var e=s9(),t=sJ(),n=T9(),r=Wp(),i=u9(),o=f9(),a=Go(),s=1,c=2;function l(u,h){return r(u)&&i(h)?o(a(u),h):function(d){var f=t(d,u);return f===void 0&&f===h?n(d,u):e(h,f,s|c)}}return i0=l,i0}var o0,R9;function L9(){if(R9)return o0;R9=1;function e(t){return function(n){return n==null?void 0:n[t]}}return o0=e,o0}var a0,z9;function uJ(){if(z9)return a0;z9=1;var e=bc();function t(n){return function(r){return e(r,n)}}return a0=t,a0}var s0,N9;function hJ(){if(N9)return s0;N9=1;var e=L9(),t=uJ(),n=Wp(),r=Go();function i(o){return n(o)?e(r(o)):t(o)}return s0=i,s0}var c0,H9;function Gn(){if(H9)return c0;H9=1;var e=nJ(),t=lJ(),n=Wr(),r=At(),i=hJ();function o(a){return typeof a=="function"?a:a==null?n:typeof a=="object"?r(a)?t(a[0],a[1]):e(a):i(a)}return c0=o,c0}var l0,D9;function q9(){if(D9)return l0;D9=1;var e=W6(),t=VQ(),n=Gn(),r=At();function i(o,a){var s=r(o)?e:t;return s(o,n(a,3))}return l0=i,l0}var u0,j9;function dJ(){if(j9)return u0;j9=1;var e=Object.prototype,t=e.hasOwnProperty;function n(r,i){return r!=null&&t.call(r,i)}return u0=n,u0}var h0,F9;function B9(){if(F9)return h0;F9=1;var e=dJ(),t=I9();function n(r,i){return r!=null&&t(r,i,e)}return h0=n,h0}var d0,W9;function fJ(){if(W9)return d0;W9=1;var e=_f(),t=Ai(),n=qo(),r=At(),i=Wn(),o=Ii(),a=pc(),s=Bo(),c="[object Map]",l="[object Set]",u=Object.prototype,h=u.hasOwnProperty;function d(f){if(f==null)return!0;if(i(f)&&(r(f)||typeof f=="string"||typeof f.splice=="function"||o(f)||s(f)||n(f)))return!f.length;var g=t(f);if(g==c||g==l)return!f.size;if(a(f))return!e(f).length;for(var y in f)if(h.call(f,y))return!1;return!0}return d0=d,d0}var f0,G9;function V9(){if(G9)return f0;G9=1;function e(t){return t===void 0}return f0=e,f0}var p0,Y9;function X9(){if(Y9)return p0;Y9=1;var e=mc(),t=Wn();function n(r,i){var o=-1,a=t(r)?Array(r.length):[];return e(r,function(s,c,l){a[++o]=i(s,c,l)}),a}return p0=n,p0}var g0,U9;function K9(){if(U9)return g0;U9=1;var e=yc(),t=Gn(),n=X9(),r=At();function i(o,a){var s=r(o)?e:n;return s(o,t(a,3))}return g0=i,g0}var m0,Z9;function pJ(){if(Z9)return m0;Z9=1;function e(t,n,r,i){var o=-1,a=t==null?0:t.length;for(i&&a&&(r=t[++o]);++o<a;)r=n(r,t[o],o,t);return r}return m0=e,m0}var y0,Q9;function gJ(){if(Q9)return y0;Q9=1;function e(t,n,r,i,o){return o(t,function(a,s,c){r=i?(i=!1,a):n(r,a,s,c)}),r}return y0=e,y0}var v0,J9;function e8(){if(J9)return v0;J9=1;var e=pJ(),t=mc(),n=Gn(),r=gJ(),i=At();function o(a,s,c){var l=i(a)?e:r,u=arguments.length<3;return l(a,n(s,4),c,u,t)}return v0=o,v0}var b0,t8;function mJ(){if(t8)return b0;t8=1;var e=jr(),t=At(),n=An(),r="[object String]";function i(o){return typeof o=="string"||!t(o)&&n(o)&&e(o)==r}return b0=i,b0}var _0,n8;function yJ(){if(n8)return _0;n8=1;var e=L9(),t=e("length");return _0=t,_0}var x0,r8;function vJ(){if(r8)return x0;r8=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",r="\\u20d0-\\u20ff",i=t+n+r,o="\\ufe0e\\ufe0f",a="\\u200d",s=RegExp("["+a+e+i+o+"]");function c(l){return s.test(l)}return x0=c,x0}var w0,i8;function bJ(){if(i8)return w0;i8=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",r="\\u20d0-\\u20ff",i=t+n+r,o="\\ufe0e\\ufe0f",a="["+e+"]",s="["+i+"]",c="\\ud83c[\\udffb-\\udfff]",l="(?:"+s+"|"+c+")",u="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",d="[\\ud800-\\udbff][\\udc00-\\udfff]",f="\\u200d",g=l+"?",y="["+o+"]?",m="(?:"+f+"(?:"+[u,h,d].join("|")+")"+y+g+")*",v=y+g+m,b="(?:"+[u+s+"?",s,h,d,a].join("|")+")",_=RegExp(c+"(?="+c+")|"+b+v,"g");function x(w){for(var P=_.lastIndex=0;_.test(w);)++P;return P}return w0=x,w0}var P0,o8;function _J(){if(o8)return P0;o8=1;var e=yJ(),t=vJ(),n=bJ();function r(i){return t(i)?n(i):e(i)}return P0=r,P0}var $0,a8;function xJ(){if(a8)return $0;a8=1;var e=_f(),t=Ai(),n=Wn(),r=mJ(),i=_J(),o="[object Map]",a="[object Set]";function s(c){if(c==null)return 0;if(n(c))return r(c)?i(c):c.length;var l=t(c);return l==o||l==a?c.size:e(c).length}return $0=s,$0}var C0,s8;function wJ(){if(s8)return C0;s8=1;var e=Kd(),t=w7(),n=mp(),r=Gn(),i=gc(),o=At(),a=Ii(),s=Ho(),c=ln(),l=Bo();function u(h,d,f){var g=o(h),y=g||a(h)||l(h);if(d=r(d,4),f==null){var m=h&&h.constructor;y?f=g?new m:[]:c(h)?f=s(m)?t(i(h)):{}:f={}}return(y?e:n)(h,function(v,b,_){return d(f,v,b,_)}),f}return C0=u,C0}var O0,c8;function PJ(){if(c8)return O0;c8=1;var e=Ei(),t=qo(),n=At(),r=e?e.isConcatSpreadable:void 0;function i(o){return n(o)||t(o)||!!(r&&o&&o[r])}return O0=i,O0}var S0,l8;function M0(){if(l8)return S0;l8=1;var e=Lf(),t=PJ();function n(r,i,o,a,s){var c=-1,l=r.length;for(o||(o=t),s||(s=[]);++c<l;){var u=r[c];i>0&&o(u)?i>1?n(u,i-1,o,a,s):e(s,u):a||(s[s.length]=u)}return s}return S0=n,S0}var E0,u8;function $J(){if(u8)return E0;u8=1;function e(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return t.call(n,r[0]);case 2:return t.call(n,r[0],r[1]);case 3:return t.call(n,r[0],r[1],r[2])}return t.apply(n,r)}return E0=e,E0}var I0,h8;function d8(){if(h8)return I0;h8=1;var e=$J(),t=Math.max;function n(r,i,o){return i=t(i===void 0?r.length-1:i,0),function(){for(var a=arguments,s=-1,c=t(a.length-i,0),l=Array(c);++s<c;)l[s]=a[i+s];s=-1;for(var u=Array(i+1);++s<i;)u[s]=a[s];return u[i]=o(l),e(r,this,u)}}return I0=n,I0}var A0,f8;function CJ(){if(f8)return A0;f8=1;var e=hp(),t=c6(),n=Wr(),r=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:n;return A0=r,A0}var T0,p8;function OJ(){if(p8)return T0;p8=1;var e=800,t=16,n=Date.now;function r(i){var o=0,a=0;return function(){var s=n(),c=t-(s-a);if(a=s,c>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return T0=r,T0}var k0,g8;function m8(){if(g8)return k0;g8=1;var e=CJ(),t=OJ(),n=t(e);return k0=n,k0}var R0,y8;function _c(){if(y8)return R0;y8=1;var e=Wr(),t=d8(),n=m8();function r(i,o){return n(t(i,o,e),i+"")}return R0=r,R0}var L0,v8;function b8(){if(v8)return L0;v8=1;function e(t,n,r,i){for(var o=t.length,a=r+(i?1:-1);i?a--:++a<o;)if(n(t[a],a,t))return a;return-1}return L0=e,L0}var z0,_8;function SJ(){if(_8)return z0;_8=1;function e(t){return t!==t}return z0=e,z0}var N0,x8;function MJ(){if(x8)return N0;x8=1;function e(t,n,r){for(var i=r-1,o=t.length;++i<o;)if(t[i]===n)return i;return-1}return N0=e,N0}var H0,w8;function EJ(){if(w8)return H0;w8=1;var e=b8(),t=SJ(),n=MJ();function r(i,o,a){return o===o?n(i,o,a):e(i,t,a)}return H0=r,H0}var D0,P8;function IJ(){if(P8)return D0;P8=1;var e=EJ();function t(n,r){var i=n==null?0:n.length;return!!i&&e(n,r,0)>-1}return D0=t,D0}var q0,$8;function AJ(){if($8)return q0;$8=1;function e(t,n,r){for(var i=-1,o=t==null?0:t.length;++i<o;)if(r(n,t[i]))return!0;return!1}return q0=e,q0}var j0,C8;function TJ(){if(C8)return j0;C8=1;function e(){}return j0=e,j0}var F0,O8;function kJ(){if(O8)return F0;O8=1;var e=c7(),t=TJ(),n=Tp(),r=1/0,i=e&&1/n(new e([,-0]))[1]==r?function(o){return new e(o)}:t;return F0=i,F0}var B0,S8;function RJ(){if(S8)return B0;S8=1;var e=U7(),t=IJ(),n=AJ(),r=Q7(),i=kJ(),o=Tp(),a=200;function s(c,l,u){var h=-1,d=t,f=c.length,g=!0,y=[],m=y;if(u)g=!1,d=n;else if(f>=a){var v=l?null:i(c);if(v)return o(v);g=!1,d=r,m=new e}else m=l?[]:y;e:for(;++h<f;){var b=c[h],_=l?l(b):b;if(b=u||b!==0?b:0,g&&_===_){for(var x=m.length;x--;)if(m[x]===_)continue e;l&&m.push(_),y.push(b)}else d(m,_,u)||(m!==y&&m.push(_),y.push(b))}return y}return B0=s,B0}var W0,M8;function E8(){if(M8)return W0;M8=1;var e=Wn(),t=An();function n(r){return t(r)&&e(r)}return W0=n,W0}var G0,I8;function LJ(){if(I8)return G0;I8=1;var e=M0(),t=_c(),n=RJ(),r=E8(),i=t(function(o){return n(e(o,1,r,!0))});return G0=i,G0}var V0,A8;function zJ(){if(A8)return V0;A8=1;var e=yc();function t(n,r){return e(r,function(i){return n[i]})}return V0=t,V0}var Y0,T8;function k8(){if(T8)return Y0;T8=1;var e=zJ(),t=cr();function n(r){return r==null?[]:e(r,t(r))}return Y0=n,Y0}var X0,R8;function un(){if(R8)return X0;R8=1;var e;if(typeof nd=="function")try{e={clone:BQ(),constant:hp(),each:W7(),filter:q9(),has:B9(),isArray:At(),isEmpty:fJ(),isFunction:Ho(),isUndefined:V9(),keys:cr(),map:K9(),reduce:e8(),size:xJ(),transform:wJ(),union:LJ(),values:k8()}}catch(t){}return e||(e=window._),X0=e,X0}var U0,L8;function K0(){if(L8)return U0;L8=1;var e=un();U0=i;var t="\0",n="\0",r="";function i(u){this._isDirected=e.has(u,"directed")?u.directed:!0,this._isMultigraph=e.has(u,"multigraph")?u.multigraph:!1,this._isCompound=e.has(u,"compound")?u.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[n]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}i.prototype._nodeCount=0,i.prototype._edgeCount=0,i.prototype.isDirected=function(){return this._isDirected},i.prototype.isMultigraph=function(){return this._isMultigraph},i.prototype.isCompound=function(){return this._isCompound},i.prototype.setGraph=function(u){return this._label=u,this},i.prototype.graph=function(){return this._label},i.prototype.setDefaultNodeLabel=function(u){return e.isFunction(u)||(u=e.constant(u)),this._defaultNodeLabelFn=u,this},i.prototype.nodeCount=function(){return this._nodeCount},i.prototype.nodes=function(){return e.keys(this._nodes)},i.prototype.sources=function(){var u=this;return e.filter(this.nodes(),function(h){return e.isEmpty(u._in[h])})},i.prototype.sinks=function(){var u=this;return e.filter(this.nodes(),function(h){return e.isEmpty(u._out[h])})},i.prototype.setNodes=function(u,h){var d=arguments,f=this;return e.each(u,function(g){d.length>1?f.setNode(g,h):f.setNode(g)}),this},i.prototype.setNode=function(u,h){return e.has(this._nodes,u)?(arguments.length>1&&(this._nodes[u]=h),this):(this._nodes[u]=arguments.length>1?h:this._defaultNodeLabelFn(u),this._isCompound&&(this._parent[u]=n,this._children[u]={},this._children[n][u]=!0),this._in[u]={},this._preds[u]={},this._out[u]={},this._sucs[u]={},++this._nodeCount,this)},i.prototype.node=function(u){return this._nodes[u]},i.prototype.hasNode=function(u){return e.has(this._nodes,u)},i.prototype.removeNode=function(u){var h=this;if(e.has(this._nodes,u)){var d=function(f){h.removeEdge(h._edgeObjs[f])};delete this._nodes[u],this._isCompound&&(this._removeFromParentsChildList(u),delete this._parent[u],e.each(this.children(u),function(f){h.setParent(f)}),delete this._children[u]),e.each(e.keys(this._in[u]),d),delete this._in[u],delete this._preds[u],e.each(e.keys(this._out[u]),d),delete this._out[u],delete this._sucs[u],--this._nodeCount}return this},i.prototype.setParent=function(u,h){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(h))h=n;else{h+="";for(var d=h;!e.isUndefined(d);d=this.parent(d))if(d===u)throw new Error("Setting "+h+" as parent of "+u+" would create a cycle");this.setNode(h)}return this.setNode(u),this._removeFromParentsChildList(u),this._parent[u]=h,this._children[h][u]=!0,this},i.prototype._removeFromParentsChildList=function(u){delete this._children[this._parent[u]][u]},i.prototype.parent=function(u){if(this._isCompound){var h=this._parent[u];if(h!==n)return h}},i.prototype.children=function(u){if(e.isUndefined(u)&&(u=n),this._isCompound){var h=this._children[u];if(h)return e.keys(h)}else{if(u===n)return this.nodes();if(this.hasNode(u))return[]}},i.prototype.predecessors=function(u){var h=this._preds[u];if(h)return e.keys(h)},i.prototype.successors=function(u){var h=this._sucs[u];if(h)return e.keys(h)},i.prototype.neighbors=function(u){var h=this.predecessors(u);if(h)return e.union(h,this.successors(u))},i.prototype.isLeaf=function(u){var h;return this.isDirected()?h=this.successors(u):h=this.neighbors(u),h.length===0},i.prototype.filterNodes=function(u){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var d=this;e.each(this._nodes,function(y,m){u(m)&&h.setNode(m,y)}),e.each(this._edgeObjs,function(y){h.hasNode(y.v)&&h.hasNode(y.w)&&h.setEdge(y,d.edge(y))});var f={};function g(y){var m=d.parent(y);return m===void 0||h.hasNode(m)?(f[y]=m,m):m in f?f[m]:g(m)}return this._isCompound&&e.each(h.nodes(),function(y){h.setParent(y,g(y))}),h},i.prototype.setDefaultEdgeLabel=function(u){return e.isFunction(u)||(u=e.constant(u)),this._defaultEdgeLabelFn=u,this},i.prototype.edgeCount=function(){return this._edgeCount},i.prototype.edges=function(){return e.values(this._edgeObjs)},i.prototype.setPath=function(u,h){var d=this,f=arguments;return e.reduce(u,function(g,y){return f.length>1?d.setEdge(g,y,h):d.setEdge(g,y),y}),this},i.prototype.setEdge=function(){var u,h,d,f,g=!1,y=arguments[0];typeof y=="object"&&y!==null&&"v"in y?(u=y.v,h=y.w,d=y.name,arguments.length===2&&(f=arguments[1],g=!0)):(u=y,h=arguments[1],d=arguments[3],arguments.length>2&&(f=arguments[2],g=!0)),u=""+u,h=""+h,e.isUndefined(d)||(d=""+d);var m=s(this._isDirected,u,h,d);if(e.has(this._edgeLabels,m))return g&&(this._edgeLabels[m]=f),this;if(!e.isUndefined(d)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(u),this.setNode(h),this._edgeLabels[m]=g?f:this._defaultEdgeLabelFn(u,h,d);var v=c(this._isDirected,u,h,d);return u=v.v,h=v.w,Object.freeze(v),this._edgeObjs[m]=v,o(this._preds[h],u),o(this._sucs[u],h),this._in[h][m]=v,this._out[u][m]=v,this._edgeCount++,this},i.prototype.edge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d);return this._edgeLabels[f]},i.prototype.hasEdge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d);return e.has(this._edgeLabels,f)},i.prototype.removeEdge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d),g=this._edgeObjs[f];return g&&(u=g.v,h=g.w,delete this._edgeLabels[f],delete this._edgeObjs[f],a(this._preds[h],u),a(this._sucs[u],h),delete this._in[h][f],delete this._out[u][f],this._edgeCount--),this},i.prototype.inEdges=function(u,h){var d=this._in[u];if(d){var f=e.values(d);return h?e.filter(f,function(g){return g.v===h}):f}},i.prototype.outEdges=function(u,h){var d=this._out[u];if(d){var f=e.values(d);return h?e.filter(f,function(g){return g.w===h}):f}},i.prototype.nodeEdges=function(u,h){var d=this.inEdges(u,h);if(d)return d.concat(this.outEdges(u,h))};function o(u,h){u[h]?u[h]++:u[h]=1}function a(u,h){--u[h]||delete u[h]}function s(u,h,d,f){var g=""+h,y=""+d;if(!u&&g>y){var m=g;g=y,y=m}return g+r+y+r+(e.isUndefined(f)?t:f)}function c(u,h,d,f){var g=""+h,y=""+d;if(!u&&g>y){var m=g;g=y,y=m}var v={v:g,w:y};return f&&(v.name=f),v}function l(u,h){return s(u,h.v,h.w,h.name)}return U0}var Z0,z8;function NJ(){return z8||(z8=1,Z0="2.1.8"),Z0}var Q0,N8;function HJ(){return N8||(N8=1,Q0={Graph:K0(),version:NJ()}),Q0}var J0,H8;function DJ(){if(H8)return J0;H8=1;var e=un(),t=K0();J0={write:n,read:o};function n(a){var s={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:r(a),edges:i(a)};return e.isUndefined(a.graph())||(s.value=e.clone(a.graph())),s}function r(a){return e.map(a.nodes(),function(s){var c=a.node(s),l=a.parent(s),u={v:s};return e.isUndefined(c)||(u.value=c),e.isUndefined(l)||(u.parent=l),u})}function i(a){return e.map(a.edges(),function(s){var c=a.edge(s),l={v:s.v,w:s.w};return e.isUndefined(s.name)||(l.name=s.name),e.isUndefined(c)||(l.value=c),l})}function o(a){var s=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(c){s.setNode(c.v,c.value),c.parent&&s.setParent(c.v,c.parent)}),e.each(a.edges,function(c){s.setEdge({v:c.v,w:c.w,name:c.name},c.value)}),s}return J0}var eg,D8;function qJ(){if(D8)return eg;D8=1;var e=un();eg=t;function t(n){var r={},i=[],o;function a(s){e.has(r,s)||(r[s]=!0,o.push(s),e.each(n.successors(s),a),e.each(n.predecessors(s),a))}return e.each(n.nodes(),function(s){o=[],a(s),o.length&&i.push(o)}),i}return eg}var tg,q8;function j8(){if(q8)return tg;q8=1;var e=un();tg=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(n){return n.key})},t.prototype.has=function(n){return e.has(this._keyIndices,n)},t.prototype.priority=function(n){var r=this._keyIndices[n];if(r!==void 0)return this._arr[r].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(n,r){var i=this._keyIndices;if(n=String(n),!e.has(i,n)){var o=this._arr,a=o.length;return i[n]=a,o.push({key:n,priority:r}),this._decrease(a),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var n=this._arr.pop();return delete this._keyIndices[n.key],this._heapify(0),n.key},t.prototype.decrease=function(n,r){var i=this._keyIndices[n];if(r>this._arr[i].priority)throw new Error("New priority is greater than current priority. Key: "+n+" Old: "+this._arr[i].priority+" New: "+r);this._arr[i].priority=r,this._decrease(i)},t.prototype._heapify=function(n){var r=this._arr,i=2*n,o=i+1,a=n;i<r.length&&(a=r[i].priority<r[a].priority?i:a,o<r.length&&(a=r[o].priority<r[a].priority?o:a),a!==n&&(this._swap(n,a),this._heapify(a)))},t.prototype._decrease=function(n){for(var r=this._arr,i=r[n].priority,o;n!==0&&(o=n>>1,!(r[o].priority<i));)this._swap(n,o),n=o},t.prototype._swap=function(n,r){var i=this._arr,o=this._keyIndices,a=i[n],s=i[r];i[n]=s,i[r]=a,o[s.key]=n,o[a.key]=r},tg}var ng,F8;function B8(){if(F8)return ng;F8=1;var e=un(),t=j8();ng=r;var n=e.constant(1);function r(o,a,s,c){return i(o,String(a),s||n,c||function(l){return o.outEdges(l)})}function i(o,a,s,c){var l={},u=new t,h,d,f=function(g){var y=g.v!==h?g.v:g.w,m=l[y],v=s(g),b=d.distance+v;if(v<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+g+" Weight: "+v);b<m.distance&&(m.distance=b,m.predecessor=h,u.decrease(y,b))};for(o.nodes().forEach(function(g){var y=g===a?0:Number.POSITIVE_INFINITY;l[g]={distance:y},u.add(g,y)});u.size()>0&&(h=u.removeMin(),d=l[h],d.distance!==Number.POSITIVE_INFINITY);)c(h).forEach(f);return l}return ng}var rg,W8;function jJ(){if(W8)return rg;W8=1;var e=B8(),t=un();rg=n;function n(r,i,o){return t.transform(r.nodes(),function(a,s){a[s]=e(r,s,i,o)},{})}return rg}var ig,G8;function V8(){if(G8)return ig;G8=1;var e=un();ig=t;function t(n){var r=0,i=[],o={},a=[];function s(c){var l=o[c]={onStack:!0,lowlink:r,index:r++};if(i.push(c),n.successors(c).forEach(function(d){e.has(o,d)?o[d].onStack&&(l.lowlink=Math.min(l.lowlink,o[d].index)):(s(d),l.lowlink=Math.min(l.lowlink,o[d].lowlink))}),l.lowlink===l.index){var u=[],h;do h=i.pop(),o[h].onStack=!1,u.push(h);while(c!==h);a.push(u)}}return n.nodes().forEach(function(c){e.has(o,c)||s(c)}),a}return ig}var og,Y8;function FJ(){if(Y8)return og;Y8=1;var e=un(),t=V8();og=n;function n(r){return e.filter(t(r),function(i){return i.length>1||i.length===1&&r.hasEdge(i[0],i[0])})}return og}var ag,X8;function BJ(){if(X8)return ag;X8=1;var e=un();ag=n;var t=e.constant(1);function n(i,o,a){return r(i,o||t,a||function(s){return i.outEdges(s)})}function r(i,o,a){var s={},c=i.nodes();return c.forEach(function(l){s[l]={},s[l][l]={distance:0},c.forEach(function(u){l!==u&&(s[l][u]={distance:Number.POSITIVE_INFINITY})}),a(l).forEach(function(u){var h=u.v===l?u.w:u.v,d=o(u);s[l][h]={distance:d,predecessor:l}})}),c.forEach(function(l){var u=s[l];c.forEach(function(h){var d=s[h];c.forEach(function(f){var g=d[l],y=u[f],m=d[f],v=g.distance+y.distance;v<m.distance&&(m.distance=v,m.predecessor=y.predecessor)})})}),s}return ag}var sg,U8;function K8(){if(U8)return sg;U8=1;var e=un();sg=t,t.CycleException=n;function t(r){var i={},o={},a=[];function s(c){if(e.has(o,c))throw new n;e.has(i,c)||(o[c]=!0,i[c]=!0,e.each(r.predecessors(c),s),delete o[c],a.push(c))}if(e.each(r.sinks(),s),e.size(i)!==r.nodeCount())throw new n;return a}function n(){}return n.prototype=new Error,sg}var cg,Z8;function WJ(){if(Z8)return cg;Z8=1;var e=K8();cg=t;function t(n){try{e(n)}catch(r){if(r instanceof e.CycleException)return!1;throw r}return!0}return cg}var lg,Q8;function J8(){if(Q8)return lg;Q8=1;var e=un();lg=t;function t(r,i,o){e.isArray(i)||(i=[i]);var a=(r.isDirected()?r.successors:r.neighbors).bind(r),s=[],c={};return e.each(i,function(l){if(!r.hasNode(l))throw new Error("Graph does not have node: "+l);n(r,l,o==="post",c,a,s)}),s}function n(r,i,o,a,s,c){e.has(a,i)||(a[i]=!0,o||c.push(i),e.each(s(i),function(l){n(r,l,o,a,s,c)}),o&&c.push(i))}return lg}var ug,eP;function GJ(){if(eP)return ug;eP=1;var e=J8();ug=t;function t(n,r){return e(n,r,"post")}return ug}var hg,tP;function VJ(){if(tP)return hg;tP=1;var e=J8();hg=t;function t(n,r){return e(n,r,"pre")}return hg}var dg,nP;function YJ(){if(nP)return dg;nP=1;var e=un(),t=K0(),n=j8();dg=r;function r(i,o){var a=new t,s={},c=new n,l;function u(d){var f=d.v===l?d.w:d.v,g=c.priority(f);if(g!==void 0){var y=o(d);y<g&&(s[f]=l,c.decrease(f,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(d){c.add(d,Number.POSITIVE_INFINITY),a.setNode(d)}),c.decrease(i.nodes()[0],0);for(var h=!1;c.size()>0;){if(l=c.removeMin(),e.has(s,l))a.setEdge(l,s[l]);else{if(h)throw new Error("Input graph is not connected: "+i);h=!0}i.nodeEdges(l).forEach(u)}return a}return dg}var fg,rP;function XJ(){return rP||(rP=1,fg={components:qJ(),dijkstra:B8(),dijkstraAll:jJ(),findCycles:FJ(),floydWarshall:BJ(),isAcyclic:WJ(),postorder:GJ(),preorder:VJ(),prim:YJ(),tarjan:V8(),topsort:K8()}),fg}var pg,iP;function UJ(){if(iP)return pg;iP=1;var e=HJ();return pg={Graph:e.Graph,json:DJ(),alg:XJ(),version:e.version},pg}var gg,oP;function vn(){if(oP)return gg;oP=1;var e;if(typeof nd=="function")try{e=UJ()}catch(t){}return e||(e=window.graphlib),gg=e,gg}var mg,aP;function KJ(){if(aP)return mg;aP=1;var e=I7(),t=1,n=4;function r(i){return e(i,t|n)}return mg=r,mg}var yg,sP;function xc(){if(sP)return yg;sP=1;var e=Mi(),t=Wn(),n=dc(),r=ln();function i(o,a,s){if(!r(s))return!1;var c=typeof a;return(c=="number"?t(s)&&n(a,s.length):c=="string"&&a in s)?e(s[a],o):!1}return yg=i,yg}var vg,cP;function ZJ(){if(cP)return vg;cP=1;var e=_c(),t=Mi(),n=xc(),r=Br(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(s,c){s=Object(s);var l=-1,u=c.length,h=u>2?c[2]:void 0;for(h&&n(c[0],c[1],h)&&(u=1);++l<u;)for(var d=c[l],f=r(d),g=-1,y=f.length;++g<y;){var m=f[g],v=s[m];(v===void 0||t(v,i[m])&&!o.call(s,m))&&(s[m]=d[m])}return s});return vg=a,vg}var bg,lP;function QJ(){if(lP)return bg;lP=1;var e=Gn(),t=Wn(),n=cr();function r(i){return function(o,a,s){var c=Object(o);if(!t(o)){var l=e(a,3);o=n(o),a=function(h){return l(c[h],h,c)}}var u=i(o,a,s);return u>-1?c[l?o[u]:u]:void 0}}return bg=r,bg}var _g,uP;function JJ(){if(uP)return _g;uP=1;var e=/\s/;function t(n){for(var r=n.length;r--&&e.test(n.charAt(r)););return r}return _g=t,_g}var xg,hP;function eee(){if(hP)return xg;hP=1;var e=JJ(),t=/^\s+/;function n(r){return r&&r.slice(0,e(r)+1).replace(t,"")}return xg=n,xg}var wg,dP;function tee(){if(dP)return wg;dP=1;var e=eee(),t=ln(),n=Ti(),r=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,s=parseInt;function c(l){if(typeof l=="number")return l;if(n(l))return r;if(t(l)){var u=typeof l.valueOf=="function"?l.valueOf():l;l=t(u)?u+"":u}if(typeof l!="string")return l===0?l:+l;l=e(l);var h=o.test(l);return h||a.test(l)?s(l.slice(2),h?2:8):i.test(l)?r:+l}return wg=c,wg}var Pg,fP;function pP(){if(fP)return Pg;fP=1;var e=tee(),t=1/0,n=17976931348623157e292;function r(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var o=i<0?-1:1;return o*n}return i===i?i:0}return Pg=r,Pg}var $g,gP;function nee(){if(gP)return $g;gP=1;var e=pP();function t(n){var r=e(n),i=r%1;return r===r?i?r-i:r:0}return $g=t,$g}var Cg,mP;function ree(){if(mP)return Cg;mP=1;var e=b8(),t=Gn(),n=nee(),r=Math.max;function i(o,a,s){var c=o==null?0:o.length;if(!c)return-1;var l=s==null?0:n(s);return l<0&&(l=r(c+l,0)),e(o,t(a,3),l)}return Cg=i,Cg}var Og,yP;function iee(){if(yP)return Og;yP=1;var e=QJ(),t=ree(),n=e(t);return Og=n,Og}var Sg,vP;function bP(){if(vP)return Sg;vP=1;var e=M0();function t(n){var r=n==null?0:n.length;return r?e(n,1):[]}return Sg=t,Sg}var Mg,_P;function oee(){if(_P)return Mg;_P=1;var e=pp(),t=q7(),n=Br();function r(i,o){return i==null?i:e(i,t(o),n)}return Mg=r,Mg}var Eg,xP;function aee(){if(xP)return Eg;xP=1;function e(t){var n=t==null?0:t.length;return n?t[n-1]:void 0}return Eg=e,Eg}var Ig,wP;function see(){if(wP)return Ig;wP=1;var e=uc(),t=mp(),n=Gn();function r(i,o){var a={};return o=n(o,3),t(i,function(s,c,l){e(a,c,o(s,c,l))}),a}return Ig=r,Ig}var Ag,PP;function Tg(){if(PP)return Ag;PP=1;var e=Ti();function t(n,r,i){for(var o=-1,a=n.length;++o<a;){var s=n[o],c=r(s);if(c!=null&&(l===void 0?c===c&&!e(c):i(c,l)))var l=c,u=s}return u}return Ag=t,Ag}var kg,$P;function cee(){if($P)return kg;$P=1;function e(t,n){return t>n}return kg=e,kg}var Rg,CP;function lee(){if(CP)return Rg;CP=1;var e=Tg(),t=cee(),n=Wr();function r(i){return i&&i.length?e(i,n,t):void 0}return Rg=r,Rg}var Lg,OP;function SP(){if(OP)return Lg;OP=1;var e=uc(),t=Mi();function n(r,i,o){(o!==void 0&&!t(r[i],o)||o===void 0&&!(i in r))&&e(r,i,o)}return Lg=n,Lg}var zg,MP;function uee(){if(MP)return zg;MP=1;var e=jr(),t=gc(),n=An(),r="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,s=o.hasOwnProperty,c=a.call(Object);function l(u){if(!n(u)||e(u)!=r)return!1;var h=t(u);if(h===null)return!0;var d=s.call(h,"constructor")&&h.constructor;return typeof d=="function"&&d instanceof d&&a.call(d)==c}return zg=l,zg}var Ng,EP;function IP(){if(EP)return Ng;EP=1;function e(t,n){if(!(n==="constructor"&&typeof t[n]=="function")&&n!="__proto__")return t[n]}return Ng=e,Ng}var Hg,AP;function hee(){if(AP)return Hg;AP=1;var e=Do(),t=Br();function n(r){return e(r,t(r))}return Hg=n,Hg}var Dg,TP;function dee(){if(TP)return Dg;TP=1;var e=SP(),t=q6(),n=b7(),r=F6(),i=$7(),o=qo(),a=At(),s=E8(),c=Ii(),l=Ho(),u=ln(),h=uee(),d=Bo(),f=IP(),g=hee();function y(m,v,b,_,x,w,P){var $=f(m,b),C=f(v,b),M=P.get(C);if(M){e(m,b,M);return}var S=w?w($,C,b+"",m,v,P):void 0,E=S===void 0;if(E){var I=a(C),O=!I&&c(C),T=!I&&!O&&d(C);S=C,I||O||T?a($)?S=$:s($)?S=r($):O?(E=!1,S=t(C,!0)):T?(E=!1,S=n(C,!0)):S=[]:h(C)||o(C)?(S=$,o($)?S=g($):(!u($)||l($))&&(S=i(C))):E=!1}E&&(P.set(C,S),x(S,C,_,w,P),P.delete(C)),e(m,b,S)}return Dg=y,Dg}var qg,kP;function fee(){if(kP)return qg;kP=1;var e=lc(),t=SP(),n=pp(),r=dee(),i=ln(),o=Br(),a=IP();function s(c,l,u,h,d){c!==l&&n(l,function(f,g){if(d||(d=new e),i(f))r(c,l,g,u,s,h,d);else{var y=h?h(a(c,g),f,g+"",c,l,d):void 0;y===void 0&&(y=f),t(c,g,y)}},o)}return qg=s,qg}var jg,RP;function pee(){if(RP)return jg;RP=1;var e=_c(),t=xc();function n(r){return e(function(i,o){var a=-1,s=o.length,c=s>1?o[s-1]:void 0,l=s>2?o[2]:void 0;for(c=r.length>3&&typeof c=="function"?(s--,c):void 0,l&&t(o[0],o[1],l)&&(c=s<3?void 0:c,s=1),i=Object(i);++a<s;){var u=o[a];u&&r(i,u,a,c)}return i})}return jg=n,jg}var Fg,LP;function gee(){if(LP)return Fg;LP=1;var e=fee(),t=pee(),n=t(function(r,i,o){e(r,i,o)});return Fg=n,Fg}var Bg,zP;function NP(){if(zP)return Bg;zP=1;function e(t,n){return t<n}return Bg=e,Bg}var Wg,HP;function mee(){if(HP)return Wg;HP=1;var e=Tg(),t=NP(),n=Wr();function r(i){return i&&i.length?e(i,n,t):void 0}return Wg=r,Wg}var Gg,DP;function yee(){if(DP)return Gg;DP=1;var e=Tg(),t=Gn(),n=NP();function r(i,o){return i&&i.length?e(i,t(o,2),n):void 0}return Gg=r,Gg}var Vg,qP;function vee(){if(qP)return Vg;qP=1;var e=yn(),t=function(){return e.Date.now()};return Vg=t,Vg}var Yg,jP;function bee(){if(jP)return Yg;jP=1;var e=hc(),t=vc(),n=dc(),r=ln(),i=Go();function o(a,s,c,l){if(!r(a))return a;s=t(s,a);for(var u=-1,h=s.length,d=h-1,f=a;f!=null&&++u<h;){var g=i(s[u]),y=c;if(g==="__proto__"||g==="constructor"||g==="prototype")return a;if(u!=d){var m=f[g];y=l?l(m,g,f):void 0,y===void 0&&(y=r(m)?m:n(s[u+1])?[]:{})}e(f,g,y),f=f[g]}return a}return Yg=o,Yg}var Xg,FP;function _ee(){if(FP)return Xg;FP=1;var e=bc(),t=bee(),n=vc();function r(i,o,a){for(var s=-1,c=o.length,l={};++s<c;){var u=o[s],h=e(i,u);a(h,u)&&t(l,n(u,i),h)}return l}return Xg=r,Xg}var Ug,BP;function xee(){if(BP)return Ug;BP=1;var e=_ee(),t=T9();function n(r,i){return e(r,i,function(o,a){return t(r,a)})}return Ug=n,Ug}var Kg,WP;function wee(){if(WP)return Kg;WP=1;var e=bP(),t=d8(),n=m8();function r(i){return n(t(i,void 0,e),i+"")}return Kg=r,Kg}var Zg,GP;function Pee(){if(GP)return Zg;GP=1;var e=xee(),t=wee(),n=t(function(r,i){return r==null?{}:e(r,i)});return Zg=n,Zg}var Qg,VP;function $ee(){if(VP)return Qg;VP=1;var e=Math.ceil,t=Math.max;function n(r,i,o,a){for(var s=-1,c=t(e((i-r)/(o||1)),0),l=Array(c);c--;)l[a?c:++s]=r,r+=o;return l}return Qg=n,Qg}var Jg,YP;function Cee(){if(YP)return Jg;YP=1;var e=$ee(),t=xc(),n=pP();function r(i){return function(o,a,s){return s&&typeof s!="number"&&t(o,a,s)&&(a=s=void 0),o=n(o),a===void 0?(a=o,o=0):a=n(a),s=s===void 0?o<a?1:-1:n(s),e(o,a,s,i)}}return Jg=r,Jg}var e1,XP;function Oee(){if(XP)return e1;XP=1;var e=Cee(),t=e();return e1=t,e1}var t1,UP;function See(){if(UP)return t1;UP=1;function e(t,n){var r=t.length;for(t.sort(n);r--;)t[r]=t[r].value;return t}return t1=e,t1}var n1,KP;function Mee(){if(KP)return n1;KP=1;var e=Ti();function t(n,r){if(n!==r){var i=n!==void 0,o=n===null,a=n===n,s=e(n),c=r!==void 0,l=r===null,u=r===r,h=e(r);if(!l&&!h&&!s&&n>r||s&&c&&u&&!l&&!h||o&&c&&u||!i&&u||!a)return 1;if(!o&&!s&&!h&&n<r||h&&i&&a&&!o&&!s||l&&i&&a||!c&&a||!u)return-1}return 0}return n1=t,n1}var r1,ZP;function Eee(){if(ZP)return r1;ZP=1;var e=Mee();function t(n,r,i){for(var o=-1,a=n.criteria,s=r.criteria,c=a.length,l=i.length;++o<c;){var u=e(a[o],s[o]);if(u){if(o>=l)return u;var h=i[o];return u*(h=="desc"?-1:1)}}return n.index-r.index}return r1=t,r1}var i1,QP;function Iee(){if(QP)return i1;QP=1;var e=yc(),t=bc(),n=Gn(),r=X9(),i=See(),o=fc(),a=Eee(),s=Wr(),c=At();function l(u,h,d){h.length?h=e(h,function(y){return c(y)?function(m){return t(m,y.length===1?y[0]:y)}:y}):h=[s];var f=-1;h=e(h,o(n));var g=r(u,function(y,m,v){var b=e(h,function(_){return _(y)});return{criteria:b,index:++f,value:y}});return i(g,function(y,m){return a(y,m,d)})}return i1=l,i1}var o1,JP;function Aee(){if(JP)return o1;JP=1;var e=M0(),t=Iee(),n=_c(),r=xc(),i=n(function(o,a){if(o==null)return[];var s=a.length;return s>1&&r(o,a[0],a[1])?a=[]:s>2&&r(a[0],a[1],a[2])&&(a=[a[0]]),t(o,e(a,1),[])});return o1=i,o1}var a1,e$;function Tee(){if(e$)return a1;e$=1;var e=P9(),t=0;function n(r){var i=++t;return e(r)+i}return a1=n,a1}var s1,t$;function kee(){if(t$)return s1;t$=1;function e(t,n,r){for(var i=-1,o=t.length,a=n.length,s={};++i<o;){var c=i<a?n[i]:void 0;r(s,t[i],c)}return s}return s1=e,s1}var c1,n$;function Ree(){if(n$)return c1;n$=1;var e=hc(),t=kee();function n(r,i){return t(r||[],i||[],e)}return c1=n,c1}var l1,r$;function bt(){if(r$)return l1;r$=1;var e;if(typeof nd=="function")try{e={cloneDeep:KJ(),constant:hp(),defaults:ZJ(),each:W7(),filter:q9(),find:iee(),flatten:bP(),forEach:F7(),forIn:oee(),has:B9(),isUndefined:V9(),last:aee(),map:K9(),mapValues:see(),max:lee(),merge:gee(),min:mee(),minBy:yee(),now:vee(),pick:Pee(),range:Oee(),reduce:e8(),sortBy:Aee(),uniqueId:Tee(),values:k8(),zipObject:Ree()}}catch(t){}return e||(e=window._),l1=e,l1}var u1,i$;function Lee(){if(i$)return u1;i$=1,u1=e;function e(){var r={};r._next=r._prev=r,this._sentinel=r}e.prototype.dequeue=function(){var r=this._sentinel,i=r._prev;if(i!==r)return t(i),i},e.prototype.enqueue=function(r){var i=this._sentinel;r._prev&&r._next&&t(r),r._next=i._next,i._next._prev=r,i._next=r,r._prev=i},e.prototype.toString=function(){for(var r=[],i=this._sentinel,o=i._prev;o!==i;)r.push(JSON.stringify(o,n)),o=o._prev;return"["+r.join(", ")+"]"};function t(r){r._prev._next=r._next,r._next._prev=r._prev,delete r._next,delete r._prev}function n(r,i){if(r!=="_next"&&r!=="_prev")return i}return u1}var h1,o$;function zee(){if(o$)return h1;o$=1;var e=bt(),t=vn().Graph,n=Lee();h1=i;var r=e.constant(1);function i(l,u){if(l.nodeCount()<=1)return[];var h=s(l,u||r),d=o(h.graph,h.buckets,h.zeroIdx);return e.flatten(e.map(d,function(f){return l.outEdges(f.v,f.w)}),!0)}function o(l,u,h){for(var d=[],f=u[u.length-1],g=u[0],y;l.nodeCount();){for(;y=g.dequeue();)a(l,u,h,y);for(;y=f.dequeue();)a(l,u,h,y);if(l.nodeCount()){for(var m=u.length-2;m>0;--m)if(y=u[m].dequeue(),y){d=d.concat(a(l,u,h,y,!0));break}}}return d}function a(l,u,h,d,f){var g=f?[]:void 0;return e.forEach(l.inEdges(d.v),function(y){var m=l.edge(y),v=l.node(y.v);f&&g.push({v:y.v,w:y.w}),v.out-=m,c(u,h,v)}),e.forEach(l.outEdges(d.v),function(y){var m=l.edge(y),v=y.w,b=l.node(v);b.in-=m,c(u,h,b)}),l.removeNode(d.v),g}function s(l,u){var h=new t,d=0,f=0;e.forEach(l.nodes(),function(m){h.setNode(m,{v:m,in:0,out:0})}),e.forEach(l.edges(),function(m){var v=h.edge(m.v,m.w)||0,b=u(m),_=v+b;h.setEdge(m.v,m.w,_),f=Math.max(f,h.node(m.v).out+=b),d=Math.max(d,h.node(m.w).in+=b)});var g=e.range(f+d+3).map(function(){return new n}),y=d+1;return e.forEach(h.nodes(),function(m){c(g,y,h.node(m))}),{graph:h,buckets:g,zeroIdx:y}}function c(l,u,h){h.out?h.in?l[h.out-h.in+u].enqueue(h):l[l.length-1].enqueue(h):l[0].enqueue(h)}return h1}var d1,a$;function Nee(){if(a$)return d1;a$=1;var e=bt(),t=zee();d1={run:n,undo:i};function n(o){var a=o.graph().acyclicer==="greedy"?t(o,s(o)):r(o);e.forEach(a,function(c){var l=o.edge(c);o.removeEdge(c),l.forwardName=c.name,l.reversed=!0,o.setEdge(c.w,c.v,l,e.uniqueId("rev"))});function s(c){return function(l){return c.edge(l).weight}}}function r(o){var a=[],s={},c={};function l(u){e.has(c,u)||(c[u]=!0,s[u]=!0,e.forEach(o.outEdges(u),function(h){e.has(s,h.w)?a.push(h):l(h.w)}),delete s[u])}return e.forEach(o.nodes(),l),a}function i(o){e.forEach(o.edges(),function(a){var s=o.edge(a);if(s.reversed){o.removeEdge(a);var c=s.forwardName;delete s.reversed,delete s.forwardName,o.setEdge(a.w,a.v,s,c)}})}return d1}var f1,s$;function nn(){if(s$)return f1;s$=1;var e=bt(),t=vn().Graph;f1={addDummyNode:n,simplify:r,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:s,buildLayerMatrix:c,normalizeRanks:l,removeEmptyRanks:u,addBorderNode:h,maxRank:d,partition:f,time:g,notime:y};function n(m,v,b,_){var x;do x=e.uniqueId(_);while(m.hasNode(x));return b.dummy=v,m.setNode(x,b),x}function r(m){var v=new t().setGraph(m.graph());return e.forEach(m.nodes(),function(b){v.setNode(b,m.node(b))}),e.forEach(m.edges(),function(b){var _=v.edge(b.v,b.w)||{weight:0,minlen:1},x=m.edge(b);v.setEdge(b.v,b.w,{weight:_.weight+x.weight,minlen:Math.max(_.minlen,x.minlen)})}),v}function i(m){var v=new t({multigraph:m.isMultigraph()}).setGraph(m.graph());return e.forEach(m.nodes(),function(b){m.children(b).length||v.setNode(b,m.node(b))}),e.forEach(m.edges(),function(b){v.setEdge(b,m.edge(b))}),v}function o(m){var v=e.map(m.nodes(),function(b){var _={};return e.forEach(m.outEdges(b),function(x){_[x.w]=(_[x.w]||0)+m.edge(x).weight}),_});return e.zipObject(m.nodes(),v)}function a(m){var v=e.map(m.nodes(),function(b){var _={};return e.forEach(m.inEdges(b),function(x){_[x.v]=(_[x.v]||0)+m.edge(x).weight}),_});return e.zipObject(m.nodes(),v)}function s(m,v){var b=m.x,_=m.y,x=v.x-b,w=v.y-_,P=m.width/2,$=m.height/2;if(!x&&!w)throw new Error("Not possible to find intersection inside of the rectangle");var C,M;return Math.abs(w)*P>Math.abs(x)*$?(w<0&&($=-$),C=$*x/w,M=$):(x<0&&(P=-P),C=P,M=P*w/x),{x:b+C,y:_+M}}function c(m){var v=e.map(e.range(d(m)+1),function(){return[]});return e.forEach(m.nodes(),function(b){var _=m.node(b),x=_.rank;e.isUndefined(x)||(v[x][_.order]=b)}),v}function l(m){var v=e.min(e.map(m.nodes(),function(b){return m.node(b).rank}));e.forEach(m.nodes(),function(b){var _=m.node(b);e.has(_,"rank")&&(_.rank-=v)})}function u(m){var v=e.min(e.map(m.nodes(),function(w){return m.node(w).rank})),b=[];e.forEach(m.nodes(),function(w){var P=m.node(w).rank-v;b[P]||(b[P]=[]),b[P].push(w)});var _=0,x=m.graph().nodeRankFactor;e.forEach(b,function(w,P){e.isUndefined(w)&&P%x!==0?--_:_&&e.forEach(w,function($){m.node($).rank+=_})})}function h(m,v,b,_){var x={width:0,height:0};return arguments.length>=4&&(x.rank=b,x.order=_),n(m,"border",x,v)}function d(m){return e.max(e.map(m.nodes(),function(v){var b=m.node(v).rank;if(!e.isUndefined(b))return b}))}function f(m,v){var b={lhs:[],rhs:[]};return e.forEach(m,function(_){v(_)?b.lhs.push(_):b.rhs.push(_)}),b}function g(m,v){var b=e.now();try{return v()}finally{console.log(m+" time: "+(e.now()-b)+"ms")}}function y(m,v){return v()}return f1}var p1,c$;function Hee(){if(c$)return p1;c$=1;var e=bt(),t=nn();p1={run:n,undo:i};function n(o){o.graph().dummyChains=[],e.forEach(o.edges(),function(a){r(o,a)})}function r(o,a){var s=a.v,c=o.node(s).rank,l=a.w,u=o.node(l).rank,h=a.name,d=o.edge(a),f=d.labelRank;if(u!==c+1){o.removeEdge(a);var g,y,m;for(m=0,++c;c<u;++m,++c)d.points=[],y={width:0,height:0,edgeLabel:d,edgeObj:a,rank:c},g=t.addDummyNode(o,"edge",y,"_d"),c===f&&(y.width=d.width,y.height=d.height,y.dummy="edge-label",y.labelpos=d.labelpos),o.setEdge(s,g,{weight:d.weight},h),m===0&&o.graph().dummyChains.push(g),s=g;o.setEdge(s,l,{weight:d.weight},h)}}function i(o){e.forEach(o.graph().dummyChains,function(a){var s=o.node(a),c=s.edgeLabel,l;for(o.setEdge(s.edgeObj,c);s.dummy;)l=o.successors(a)[0],o.removeNode(a),c.points.push({x:s.x,y:s.y}),s.dummy==="edge-label"&&(c.x=s.x,c.y=s.y,c.width=s.width,c.height=s.height),a=l,s=o.node(a)})}return p1}var g1,l$;function wc(){if(l$)return g1;l$=1;var e=bt();g1={longestPath:t,slack:n};function t(r){var i={};function o(a){var s=r.node(a);if(e.has(i,a))return s.rank;i[a]=!0;var c=e.min(e.map(r.outEdges(a),function(l){return o(l.w)-r.edge(l).minlen}));return(c===Number.POSITIVE_INFINITY||c===void 0||c===null)&&(c=0),s.rank=c}e.forEach(r.sources(),o)}function n(r,i){return r.node(i.w).rank-r.node(i.v).rank-r.edge(i).minlen}return g1}var m1,u$;function h$(){if(u$)return m1;u$=1;var e=bt(),t=vn().Graph,n=wc().slack;m1=r;function r(s){var c=new t({directed:!1}),l=s.nodes()[0],u=s.nodeCount();c.setNode(l,{});for(var h,d;i(c,s)<u;)h=o(c,s),d=c.hasNode(h.v)?n(s,h):-n(s,h),a(c,s,d);return c}function i(s,c){function l(u){e.forEach(c.nodeEdges(u),function(h){var d=h.v,f=u===d?h.w:d;!s.hasNode(f)&&!n(c,h)&&(s.setNode(f,{}),s.setEdge(u,f,{}),l(f))})}return e.forEach(s.nodes(),l),s.nodeCount()}function o(s,c){return e.minBy(c.edges(),function(l){if(s.hasNode(l.v)!==s.hasNode(l.w))return n(c,l)})}function a(s,c,l){e.forEach(s.nodes(),function(u){c.node(u).rank+=l})}return m1}var y1,d$;function Dee(){if(d$)return y1;d$=1;var e=bt(),t=h$(),n=wc().slack,r=wc().longestPath,i=vn().alg.preorder,o=vn().alg.postorder,a=nn().simplify;y1=s,s.initLowLimValues=h,s.initCutValues=c,s.calcCutValue=u,s.leaveEdge=f,s.enterEdge=g,s.exchangeEdges=y;function s(_){_=a(_),r(_);var x=t(_);h(x),c(x,_);for(var w,P;w=f(x);)P=g(x,_,w),y(x,_,w,P)}function c(_,x){var w=o(_,_.nodes());w=w.slice(0,w.length-1),e.forEach(w,function(P){l(_,x,P)})}function l(_,x,w){var P=_.node(w),$=P.parent;_.edge(w,$).cutvalue=u(_,x,w)}function u(_,x,w){var P=_.node(w),$=P.parent,C=!0,M=x.edge(w,$),S=0;return M||(C=!1,M=x.edge($,w)),S=M.weight,e.forEach(x.nodeEdges(w),function(E){var I=E.v===w,O=I?E.w:E.v;if(O!==$){var T=I===C,F=x.edge(E).weight;if(S+=T?F:-F,v(_,w,O)){var z=_.edge(w,O).cutvalue;S+=T?-z:z}}}),S}function h(_,x){arguments.length<2&&(x=_.nodes()[0]),d(_,{},1,x)}function d(_,x,w,P,$){var C=w,M=_.node(P);return x[P]=!0,e.forEach(_.neighbors(P),function(S){e.has(x,S)||(w=d(_,x,w,S,P))}),M.low=C,M.lim=w++,$?M.parent=$:delete M.parent,w}function f(_){return e.find(_.edges(),function(x){return _.edge(x).cutvalue<0})}function g(_,x,w){var P=w.v,$=w.w;x.hasEdge(P,$)||(P=w.w,$=w.v);var C=_.node(P),M=_.node($),S=C,E=!1;C.lim>M.lim&&(S=M,E=!0);var I=e.filter(x.edges(),function(O){return E===b(_,_.node(O.v),S)&&E!==b(_,_.node(O.w),S)});return e.minBy(I,function(O){return n(x,O)})}function y(_,x,w,P){var $=w.v,C=w.w;_.removeEdge($,C),_.setEdge(P.v,P.w,{}),h(_),c(_,x),m(_,x)}function m(_,x){var w=e.find(_.nodes(),function($){return!x.node($).parent}),P=i(_,w);P=P.slice(1),e.forEach(P,function($){var C=_.node($).parent,M=x.edge($,C),S=!1;M||(M=x.edge(C,$),S=!0),x.node($).rank=x.node(C).rank+(S?M.minlen:-M.minlen)})}function v(_,x,w){return _.hasEdge(x,w)}function b(_,x,w){return w.low<=x.lim&&x.lim<=w.lim}return y1}var v1,f$;function qee(){if(f$)return v1;f$=1;var e=wc(),t=e.longestPath,n=h$(),r=Dee();v1=i;function i(c){switch(c.graph().ranker){case"network-simplex":s(c);break;case"tight-tree":a(c);break;case"longest-path":o(c);break;default:s(c)}}var o=t;function a(c){t(c),n(c)}function s(c){r(c)}return v1}var b1,p$;function jee(){if(p$)return b1;p$=1;var e=bt();b1=t;function t(i){var o=r(i);e.forEach(i.graph().dummyChains,function(a){for(var s=i.node(a),c=s.edgeObj,l=n(i,o,c.v,c.w),u=l.path,h=l.lca,d=0,f=u[d],g=!0;a!==c.w;){if(s=i.node(a),g){for(;(f=u[d])!==h&&i.node(f).maxRank<s.rank;)d++;f===h&&(g=!1)}if(!g){for(;d<u.length-1&&i.node(f=u[d+1]).minRank<=s.rank;)d++;f=u[d]}i.setParent(a,f),a=i.successors(a)[0]}})}function n(i,o,a,s){var c=[],l=[],u=Math.min(o[a].low,o[s].low),h=Math.max(o[a].lim,o[s].lim),d,f;d=a;do d=i.parent(d),c.push(d);while(d&&(o[d].low>u||h>o[d].lim));for(f=d,d=s;(d=i.parent(d))!==f;)l.push(d);return{path:c.concat(l.reverse()),lca:f}}function r(i){var o={},a=0;function s(c){var l=a;e.forEach(i.children(c),s),o[c]={low:l,lim:a++}}return e.forEach(i.children(),s),o}return b1}var _1,g$;function Fee(){if(g$)return _1;g$=1;var e=bt(),t=nn();_1={run:n,cleanup:a};function n(s){var c=t.addDummyNode(s,"root",{},"_root"),l=i(s),u=e.max(e.values(l))-1,h=2*u+1;s.graph().nestingRoot=c,e.forEach(s.edges(),function(f){s.edge(f).minlen*=h});var d=o(s)+1;e.forEach(s.children(),function(f){r(s,c,h,d,u,l,f)}),s.graph().nodeRankFactor=h}function r(s,c,l,u,h,d,f){var g=s.children(f);if(!g.length){f!==c&&s.setEdge(c,f,{weight:0,minlen:l});return}var y=t.addBorderNode(s,"_bt"),m=t.addBorderNode(s,"_bb"),v=s.node(f);s.setParent(y,f),v.borderTop=y,s.setParent(m,f),v.borderBottom=m,e.forEach(g,function(b){r(s,c,l,u,h,d,b);var _=s.node(b),x=_.borderTop?_.borderTop:b,w=_.borderBottom?_.borderBottom:b,P=_.borderTop?u:2*u,$=x!==w?1:h-d[f]+1;s.setEdge(y,x,{weight:P,minlen:$,nestingEdge:!0}),s.setEdge(w,m,{weight:P,minlen:$,nestingEdge:!0})}),s.parent(f)||s.setEdge(c,y,{weight:0,minlen:h+d[f]})}function i(s){var c={};function l(u,h){var d=s.children(u);d&&d.length&&e.forEach(d,function(f){l(f,h+1)}),c[u]=h}return e.forEach(s.children(),function(u){l(u,1)}),c}function o(s){return e.reduce(s.edges(),function(c,l){return c+s.edge(l).weight},0)}function a(s){var c=s.graph();s.removeNode(c.nestingRoot),delete c.nestingRoot,e.forEach(s.edges(),function(l){var u=s.edge(l);u.nestingEdge&&s.removeEdge(l)})}return _1}var x1,m$;function Bee(){if(m$)return x1;m$=1;var e=bt(),t=nn();x1=n;function n(i){function o(a){var s=i.children(a),c=i.node(a);if(s.length&&e.forEach(s,o),e.has(c,"minRank")){c.borderLeft=[],c.borderRight=[];for(var l=c.minRank,u=c.maxRank+1;l<u;++l)r(i,"borderLeft","_bl",a,c,l),r(i,"borderRight","_br",a,c,l)}}e.forEach(i.children(),o)}function r(i,o,a,s,c,l){var u={width:0,height:0,rank:l,borderType:o},h=c[o][l-1],d=t.addDummyNode(i,"border",u,a);c[o][l]=d,i.setParent(d,s),h&&i.setEdge(h,d,{weight:1})}return x1}var w1,y$;function Wee(){if(y$)return w1;y$=1;var e=bt();w1={adjust:t,undo:n};function t(l){var u=l.graph().rankdir.toLowerCase();(u==="lr"||u==="rl")&&r(l)}function n(l){var u=l.graph().rankdir.toLowerCase();(u==="bt"||u==="rl")&&o(l),(u==="lr"||u==="rl")&&(s(l),r(l))}function r(l){e.forEach(l.nodes(),function(u){i(l.node(u))}),e.forEach(l.edges(),function(u){i(l.edge(u))})}function i(l){var u=l.width;l.width=l.height,l.height=u}function o(l){e.forEach(l.nodes(),function(u){a(l.node(u))}),e.forEach(l.edges(),function(u){var h=l.edge(u);e.forEach(h.points,a),e.has(h,"y")&&a(h)})}function a(l){l.y=-l.y}function s(l){e.forEach(l.nodes(),function(u){c(l.node(u))}),e.forEach(l.edges(),function(u){var h=l.edge(u);e.forEach(h.points,c),e.has(h,"x")&&c(h)})}function c(l){var u=l.x;l.x=l.y,l.y=u}return w1}var P1,v$;function Gee(){if(v$)return P1;v$=1;var e=bt();P1=t;function t(n){var r={},i=e.filter(n.nodes(),function(l){return!n.children(l).length}),o=e.max(e.map(i,function(l){return n.node(l).rank})),a=e.map(e.range(o+1),function(){return[]});function s(l){if(!e.has(r,l)){r[l]=!0;var u=n.node(l);a[u.rank].push(l),e.forEach(n.successors(l),s)}}var c=e.sortBy(i,function(l){return n.node(l).rank});return e.forEach(c,s),a}return P1}var $1,b$;function Vee(){if(b$)return $1;b$=1;var e=bt();$1=t;function t(r,i){for(var o=0,a=1;a<i.length;++a)o+=n(r,i[a-1],i[a]);return o}function n(r,i,o){for(var a=e.zipObject(o,e.map(o,function(d,f){return f})),s=e.flatten(e.map(i,function(d){return e.sortBy(e.map(r.outEdges(d),function(f){return{pos:a[f.w],weight:r.edge(f).weight}}),"pos")}),!0),c=1;c<o.length;)c<<=1;var l=2*c-1;c-=1;var u=e.map(new Array(l),function(){return 0}),h=0;return e.forEach(s.forEach(function(d){var f=d.pos+c;u[f]+=d.weight;for(var g=0;f>0;)f%2&&(g+=u[f+1]),f=f-1>>1,u[f]+=d.weight;h+=d.weight*g})),h}return $1}var C1,_$;function Yee(){if(_$)return C1;_$=1;var e=bt();C1=t;function t(n,r){return e.map(r,function(i){var o=n.inEdges(i);if(o.length){var a=e.reduce(o,function(s,c){var l=n.edge(c),u=n.node(c.v);return{sum:s.sum+l.weight*u.order,weight:s.weight+l.weight}},{sum:0,weight:0});return{v:i,barycenter:a.sum/a.weight,weight:a.weight}}else return{v:i}})}return C1}var O1,x$;function Xee(){if(x$)return O1;x$=1;var e=bt();O1=t;function t(i,o){var a={};e.forEach(i,function(c,l){var u=a[c.v]={indegree:0,in:[],out:[],vs:[c.v],i:l};e.isUndefined(c.barycenter)||(u.barycenter=c.barycenter,u.weight=c.weight)}),e.forEach(o.edges(),function(c){var l=a[c.v],u=a[c.w];!e.isUndefined(l)&&!e.isUndefined(u)&&(u.indegree++,l.out.push(a[c.w]))});var s=e.filter(a,function(c){return!c.indegree});return n(s)}function n(i){var o=[];function a(l){return function(u){u.merged||(e.isUndefined(u.barycenter)||e.isUndefined(l.barycenter)||u.barycenter>=l.barycenter)&&r(l,u)}}function s(l){return function(u){u.in.push(l),--u.indegree===0&&i.push(u)}}for(;i.length;){var c=i.pop();o.push(c),e.forEach(c.in.reverse(),a(c)),e.forEach(c.out,s(c))}return e.map(e.filter(o,function(l){return!l.merged}),function(l){return e.pick(l,["vs","i","barycenter","weight"])})}function r(i,o){var a=0,s=0;i.weight&&(a+=i.barycenter*i.weight,s+=i.weight),o.weight&&(a+=o.barycenter*o.weight,s+=o.weight),i.vs=o.vs.concat(i.vs),i.barycenter=a/s,i.weight=s,i.i=Math.min(o.i,i.i),o.merged=!0}return O1}var S1,w$;function Uee(){if(w$)return S1;w$=1;var e=bt(),t=nn();S1=n;function n(o,a){var s=t.partition(o,function(y){return e.has(y,"barycenter")}),c=s.lhs,l=e.sortBy(s.rhs,function(y){return-y.i}),u=[],h=0,d=0,f=0;c.sort(i(!!a)),f=r(u,l,f),e.forEach(c,function(y){f+=y.vs.length,u.push(y.vs),h+=y.barycenter*y.weight,d+=y.weight,f=r(u,l,f)});var g={vs:e.flatten(u,!0)};return d&&(g.barycenter=h/d,g.weight=d),g}function r(o,a,s){for(var c;a.length&&(c=e.last(a)).i<=s;)a.pop(),o.push(c.vs),s++;return s}function i(o){return function(a,s){return a.barycenter<s.barycenter?-1:a.barycenter>s.barycenter?1:o?s.i-a.i:a.i-s.i}}return S1}var M1,P$;function Kee(){if(P$)return M1;P$=1;var e=bt(),t=Yee(),n=Xee(),r=Uee();M1=i;function i(s,c,l,u){var h=s.children(c),d=s.node(c),f=d?d.borderLeft:void 0,g=d?d.borderRight:void 0,y={};f&&(h=e.filter(h,function(w){return w!==f&&w!==g}));var m=t(s,h);e.forEach(m,function(w){if(s.children(w.v).length){var P=i(s,w.v,l,u);y[w.v]=P,e.has(P,"barycenter")&&a(w,P)}});var v=n(m,l);o(v,y);var b=r(v,u);if(f&&(b.vs=e.flatten([f,b.vs,g],!0),s.predecessors(f).length)){var _=s.node(s.predecessors(f)[0]),x=s.node(s.predecessors(g)[0]);e.has(b,"barycenter")||(b.barycenter=0,b.weight=0),b.barycenter=(b.barycenter*b.weight+_.order+x.order)/(b.weight+2),b.weight+=2}return b}function o(s,c){e.forEach(s,function(l){l.vs=e.flatten(l.vs.map(function(u){return c[u]?c[u].vs:u}),!0)})}function a(s,c){e.isUndefined(s.barycenter)?(s.barycenter=c.barycenter,s.weight=c.weight):(s.barycenter=(s.barycenter*s.weight+c.barycenter*c.weight)/(s.weight+c.weight),s.weight+=c.weight)}return M1}var E1,$$;function Zee(){if($$)return E1;$$=1;var e=bt(),t=vn().Graph;E1=n;function n(i,o,a){var s=r(i),c=new t({compound:!0}).setGraph({root:s}).setDefaultNodeLabel(function(l){return i.node(l)});return e.forEach(i.nodes(),function(l){var u=i.node(l),h=i.parent(l);(u.rank===o||u.minRank<=o&&o<=u.maxRank)&&(c.setNode(l),c.setParent(l,h||s),e.forEach(i[a](l),function(d){var f=d.v===l?d.w:d.v,g=c.edge(f,l),y=e.isUndefined(g)?0:g.weight;c.setEdge(f,l,{weight:i.edge(d).weight+y})}),e.has(u,"minRank")&&c.setNode(l,{borderLeft:u.borderLeft[o],borderRight:u.borderRight[o]}))}),c}function r(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return E1}var I1,C$;function Qee(){if(C$)return I1;C$=1;var e=bt();I1=t;function t(n,r,i){var o={},a;e.forEach(i,function(s){for(var c=n.parent(s),l,u;c;){if(l=n.parent(c),l?(u=o[l],o[l]=c):(u=a,a=c),u&&u!==c){r.setEdge(u,c);return}c=l}})}return I1}var A1,O$;function Jee(){if(O$)return A1;O$=1;var e=bt(),t=Gee(),n=Vee(),r=Kee(),i=Zee(),o=Qee(),a=vn().Graph,s=nn();A1=c;function c(d){var f=s.maxRank(d),g=l(d,e.range(1,f+1),"inEdges"),y=l(d,e.range(f-1,-1,-1),"outEdges"),m=t(d);h(d,m);for(var v=Number.POSITIVE_INFINITY,b,_=0,x=0;x<4;++_,++x){u(_%2?g:y,_%4>=2),m=s.buildLayerMatrix(d);var w=n(d,m);w<v&&(x=0,b=e.cloneDeep(m),v=w)}h(d,b)}function l(d,f,g){return e.map(f,function(y){return i(d,y,g)})}function u(d,f){var g=new a;e.forEach(d,function(y){var m=y.graph().root,v=r(y,m,g,f);e.forEach(v.vs,function(b,_){y.node(b).order=_}),o(y,g,v.vs)})}function h(d,f){e.forEach(f,function(g){e.forEach(g,function(y,m){d.node(y).order=m})})}return A1}var T1,S$;function ete(){if(S$)return T1;S$=1;var e=bt(),t=vn().Graph,n=nn();T1={positionX:g,findType1Conflicts:r,findType2Conflicts:i,addConflict:a,hasConflict:s,verticalAlignment:c,horizontalCompaction:l,alignCoordinates:d,findSmallestWidthAlignment:h,balance:f};function r(v,b){var _={};function x(w,P){var $=0,C=0,M=w.length,S=e.last(P);return e.forEach(P,function(E,I){var O=o(v,E),T=O?v.node(O).order:M;(O||E===S)&&(e.forEach(P.slice(C,I+1),function(F){e.forEach(v.predecessors(F),function(z){var j=v.node(z),H=j.order;(H<$||T<H)&&!(j.dummy&&v.node(F).dummy)&&a(_,z,F)})}),C=I+1,$=T)}),P}return e.reduce(b,x),_}function i(v,b){var _={};function x(P,$,C,M,S){var E;e.forEach(e.range($,C),function(I){E=P[I],v.node(E).dummy&&e.forEach(v.predecessors(E),function(O){var T=v.node(O);T.dummy&&(T.order<M||T.order>S)&&a(_,O,E)})})}function w(P,$){var C=-1,M,S=0;return e.forEach($,function(E,I){if(v.node(E).dummy==="border"){var O=v.predecessors(E);O.length&&(M=v.node(O[0]).order,x($,S,I,C,M),S=I,C=M)}x($,S,$.length,M,P.length)}),$}return e.reduce(b,w),_}function o(v,b){if(v.node(b).dummy)return e.find(v.predecessors(b),function(_){return v.node(_).dummy})}function a(v,b,_){if(b>_){var x=b;b=_,_=x}var w=v[b];w||(v[b]=w={}),w[_]=!0}function s(v,b,_){if(b>_){var x=b;b=_,_=x}return e.has(v[b],_)}function c(v,b,_,x){var w={},P={},$={};return e.forEach(b,function(C){e.forEach(C,function(M,S){w[M]=M,P[M]=M,$[M]=S})}),e.forEach(b,function(C){var M=-1;e.forEach(C,function(S){var E=x(S);if(E.length){E=e.sortBy(E,function(z){return $[z]});for(var I=(E.length-1)/2,O=Math.floor(I),T=Math.ceil(I);O<=T;++O){var F=E[O];P[S]===S&&M<$[F]&&!s(_,S,F)&&(P[F]=S,P[S]=w[S]=w[F],M=$[F])}}})}),{root:w,align:P}}function l(v,b,_,x,w){var P={},$=u(v,b,_,w),C=w?"borderLeft":"borderRight";function M(I,O){for(var T=$.nodes(),F=T.pop(),z={};F;)z[F]?I(F):(z[F]=!0,T.push(F),T=T.concat(O(F))),F=T.pop()}function S(I){P[I]=$.inEdges(I).reduce(function(O,T){return Math.max(O,P[T.v]+$.edge(T))},0)}function E(I){var O=$.outEdges(I).reduce(function(F,z){return Math.min(F,P[z.w]-$.edge(z))},Number.POSITIVE_INFINITY),T=v.node(I);O!==Number.POSITIVE_INFINITY&&T.borderType!==C&&(P[I]=Math.max(P[I],O))}return M(S,$.predecessors.bind($)),M(E,$.successors.bind($)),e.forEach(x,function(I){P[I]=P[_[I]]}),P}function u(v,b,_,x){var w=new t,P=v.graph(),$=y(P.nodesep,P.edgesep,x);return e.forEach(b,function(C){var M;e.forEach(C,function(S){var E=_[S];if(w.setNode(E),M){var I=_[M],O=w.edge(I,E);w.setEdge(I,E,Math.max($(v,S,M),O||0))}M=S})}),w}function h(v,b){return e.minBy(e.values(b),function(_){var x=Number.NEGATIVE_INFINITY,w=Number.POSITIVE_INFINITY;return e.forIn(_,function(P,$){var C=m(v,$)/2;x=Math.max(P+C,x),w=Math.min(P-C,w)}),x-w})}function d(v,b){var _=e.values(b),x=e.min(_),w=e.max(_);e.forEach(["u","d"],function(P){e.forEach(["l","r"],function($){var C=P+$,M=v[C],S;if(M!==b){var E=e.values(M);S=$==="l"?x-e.min(E):w-e.max(E),S&&(v[C]=e.mapValues(M,function(I){return I+S}))}})})}function f(v,b){return e.mapValues(v.ul,function(_,x){if(b)return v[b.toLowerCase()][x];var w=e.sortBy(e.map(v,x));return(w[1]+w[2])/2})}function g(v){var b=n.buildLayerMatrix(v),_=e.merge(r(v,b),i(v,b)),x={},w;e.forEach(["u","d"],function($){w=$==="u"?b:e.values(b).reverse(),e.forEach(["l","r"],function(C){C==="r"&&(w=e.map(w,function(I){return e.values(I).reverse()}));var M=($==="u"?v.predecessors:v.successors).bind(v),S=c(v,w,_,M),E=l(v,w,S.root,S.align,C==="r");C==="r"&&(E=e.mapValues(E,function(I){return-I})),x[$+C]=E})});var P=h(v,x);return d(x,P),f(x,v.graph().align)}function y(v,b,_){return function(x,w,P){var $=x.node(w),C=x.node(P),M=0,S;if(M+=$.width/2,e.has($,"labelpos"))switch($.labelpos.toLowerCase()){case"l":S=-$.width/2;break;case"r":S=$.width/2;break}if(S&&(M+=_?S:-S),S=0,M+=($.dummy?b:v)/2,M+=(C.dummy?b:v)/2,M+=C.width/2,e.has(C,"labelpos"))switch(C.labelpos.toLowerCase()){case"l":S=C.width/2;break;case"r":S=-C.width/2;break}return S&&(M+=_?S:-S),S=0,M}}function m(v,b){return v.node(b).width}return T1}var k1,M$;function tte(){if(M$)return k1;M$=1;var e=bt(),t=nn(),n=ete().positionX;k1=r;function r(o){o=t.asNonCompoundGraph(o),i(o),e.forEach(n(o),function(a,s){o.node(s).x=a})}function i(o){var a=t.buildLayerMatrix(o),s=o.graph().ranksep,c=0;e.forEach(a,function(l){var u=e.max(e.map(l,function(h){return o.node(h).height}));e.forEach(l,function(h){o.node(h).y=c+u/2}),c+=u+s})}return k1}var R1,E$;function nte(){if(E$)return R1;E$=1;var e=bt(),t=Nee(),n=Hee(),r=qee(),i=nn().normalizeRanks,o=jee(),a=nn().removeEmptyRanks,s=Fee(),c=Bee(),l=Wee(),u=Jee(),h=tte(),d=nn(),f=vn().Graph;R1=g;function g(A,L){var N=L&&L.debugTiming?d.time:d.notime;N("layout",function(){var q=N(" buildLayoutGraph",function(){return M(A)});N(" runLayout",function(){y(q,N)}),N(" updateInputGraph",function(){m(A,q)})})}function y(A,L){L(" makeSpaceForEdgeLabels",function(){S(A)}),L(" removeSelfEdges",function(){W(A)}),L(" acyclic",function(){t.run(A)}),L(" nestingGraph.run",function(){s.run(A)}),L(" rank",function(){r(d.asNonCompoundGraph(A))}),L(" injectEdgeLabelProxies",function(){E(A)}),L(" removeEmptyRanks",function(){a(A)}),L(" nestingGraph.cleanup",function(){s.cleanup(A)}),L(" normalizeRanks",function(){i(A)}),L(" assignRankMinMax",function(){I(A)}),L(" removeEdgeLabelProxies",function(){O(A)}),L(" normalize.run",function(){n.run(A)}),L(" parentDummyChains",function(){o(A)}),L(" addBorderSegments",function(){c(A)}),L(" order",function(){u(A)}),L(" insertSelfEdges",function(){B(A)}),L(" adjustCoordinateSystem",function(){l.adjust(A)}),L(" position",function(){h(A)}),L(" positionSelfEdges",function(){X(A)}),L(" removeBorderNodes",function(){H(A)}),L(" normalize.undo",function(){n.undo(A)}),L(" fixupEdgeLabelCoords",function(){z(A)}),L(" undoCoordinateSystem",function(){l.undo(A)}),L(" translateGraph",function(){T(A)}),L(" assignNodeIntersects",function(){F(A)}),L(" reversePoints",function(){j(A)}),L(" acyclic.undo",function(){t.undo(A)})}function m(A,L){e.forEach(A.nodes(),function(N){var q=A.node(N),G=L.node(N);q&&(q.x=G.x,q.y=G.y,L.children(N).length&&(q.width=G.width,q.height=G.height))}),e.forEach(A.edges(),function(N){var q=A.edge(N),G=L.edge(N);q.points=G.points,e.has(G,"x")&&(q.x=G.x,q.y=G.y)}),A.graph().width=L.graph().width,A.graph().height=L.graph().height}var v=["nodesep","edgesep","ranksep","marginx","marginy"],b={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},_=["acyclicer","ranker","rankdir","align"],x=["width","height"],w={width:0,height:0},P=["minlen","weight","width","height","labeloffset"],$={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},C=["labelpos"];function M(A){var L=new f({multigraph:!0,compound:!0}),N=k(A.graph());return L.setGraph(e.merge({},b,D(N,v),e.pick(N,_))),e.forEach(A.nodes(),function(q){var G=k(A.node(q));L.setNode(q,e.defaults(D(G,x),w)),L.setParent(q,A.parent(q))}),e.forEach(A.edges(),function(q){var G=k(A.edge(q));L.setEdge(q,e.merge({},$,D(G,P),e.pick(G,C)))}),L}function S(A){var L=A.graph();L.ranksep/=2,e.forEach(A.edges(),function(N){var q=A.edge(N);q.minlen*=2,q.labelpos.toLowerCase()!=="c"&&(L.rankdir==="TB"||L.rankdir==="BT"?q.width+=q.labeloffset:q.height+=q.labeloffset)})}function E(A){e.forEach(A.edges(),function(L){var N=A.edge(L);if(N.width&&N.height){var q=A.node(L.v),G=A.node(L.w),U={rank:(G.rank-q.rank)/2+q.rank,e:L};d.addDummyNode(A,"edge-proxy",U,"_ep")}})}function I(A){var L=0;e.forEach(A.nodes(),function(N){var q=A.node(N);q.borderTop&&(q.minRank=A.node(q.borderTop).rank,q.maxRank=A.node(q.borderBottom).rank,L=e.max(L,q.maxRank))}),A.graph().maxRank=L}function O(A){e.forEach(A.nodes(),function(L){var N=A.node(L);N.dummy==="edge-proxy"&&(A.edge(N.e).labelRank=N.rank,A.removeNode(L))})}function T(A){var L=Number.POSITIVE_INFINITY,N=0,q=Number.POSITIVE_INFINITY,G=0,U=A.graph(),K=U.marginx||0,ne=U.marginy||0;function ee(se){var ce=se.x,Z=se.y,le=se.width,te=se.height;L=Math.min(L,ce-le/2),N=Math.max(N,ce+le/2),q=Math.min(q,Z-te/2),G=Math.max(G,Z+te/2)}e.forEach(A.nodes(),function(se){ee(A.node(se))}),e.forEach(A.edges(),function(se){var ce=A.edge(se);e.has(ce,"x")&&ee(ce)}),L-=K,q-=ne,e.forEach(A.nodes(),function(se){var ce=A.node(se);ce.x-=L,ce.y-=q}),e.forEach(A.edges(),function(se){var ce=A.edge(se);e.forEach(ce.points,function(Z){Z.x-=L,Z.y-=q}),e.has(ce,"x")&&(ce.x-=L),e.has(ce,"y")&&(ce.y-=q)}),U.width=N-L+K,U.height=G-q+ne}function F(A){e.forEach(A.edges(),function(L){var N=A.edge(L),q=A.node(L.v),G=A.node(L.w),U,K;N.points?(U=N.points[0],K=N.points[N.points.length-1]):(N.points=[],U=G,K=q),N.points.unshift(d.intersectRect(q,U)),N.points.push(d.intersectRect(G,K))})}function z(A){e.forEach(A.edges(),function(L){var N=A.edge(L);if(e.has(N,"x"))switch((N.labelpos==="l"||N.labelpos==="r")&&(N.width-=N.labeloffset),N.labelpos){case"l":N.x-=N.width/2+N.labeloffset;break;case"r":N.x+=N.width/2+N.labeloffset;break}})}function j(A){e.forEach(A.edges(),function(L){var N=A.edge(L);N.reversed&&N.points.reverse()})}function H(A){e.forEach(A.nodes(),function(L){if(A.children(L).length){var N=A.node(L),q=A.node(N.borderTop),G=A.node(N.borderBottom),U=A.node(e.last(N.borderLeft)),K=A.node(e.last(N.borderRight));N.width=Math.abs(K.x-U.x),N.height=Math.abs(G.y-q.y),N.x=U.x+N.width/2,N.y=q.y+N.height/2}}),e.forEach(A.nodes(),function(L){A.node(L).dummy==="border"&&A.removeNode(L)})}function W(A){e.forEach(A.edges(),function(L){if(L.v===L.w){var N=A.node(L.v);N.selfEdges||(N.selfEdges=[]),N.selfEdges.push({e:L,label:A.edge(L)}),A.removeEdge(L)}})}function B(A){var L=d.buildLayerMatrix(A);e.forEach(L,function(N){var q=0;e.forEach(N,function(G,U){var K=A.node(G);K.order=U+q,e.forEach(K.selfEdges,function(ne){d.addDummyNode(A,"selfedge",{width:ne.label.width,height:ne.label.height,rank:K.rank,order:U+ ++q,e:ne.e,label:ne.label},"_se")}),delete K.selfEdges})})}function X(A){e.forEach(A.nodes(),function(L){var N=A.node(L);if(N.dummy==="selfedge"){var q=A.node(N.e.v),G=q.x+q.width/2,U=q.y,K=N.x-G,ne=q.height/2;A.setEdge(N.e,N.label),A.removeNode(L),N.label.points=[{x:G+2*K/3,y:U-ne},{x:G+5*K/6,y:U-ne},{x:G+K,y:U},{x:G+5*K/6,y:U+ne},{x:G+2*K/3,y:U+ne}],N.label.x=N.x,N.label.y=N.y}})}function D(A,L){return e.mapValues(e.pick(A,L),Number)}function k(A){var L={};return e.forEach(A,function(N,q){L[q.toLowerCase()]=N}),L}return R1}var L1,I$;function rte(){if(I$)return L1;I$=1;var e=bt(),t=nn(),n=vn().Graph;L1={debugOrdering:r};function r(i){var o=t.buildLayerMatrix(i),a=new n({compound:!0,multigraph:!0}).setGraph({});return e.forEach(i.nodes(),function(s){a.setNode(s,{label:s}),a.setParent(s,"layer"+i.node(s).rank)}),e.forEach(i.edges(),function(s){a.setEdge(s.v,s.w,{},s.name)}),e.forEach(o,function(s,c){var l="layer"+c;a.setNode(l,{rank:"same"}),e.reduce(s,function(u,h){return a.setEdge(u,h,{style:"invis"}),h})}),a}return L1}var z1,A$;function ite(){return A$||(A$=1,z1="0.8.5"),z1}var N1,T$;function ote(){return T$||(T$=1,N1={graphlib:vn(),layout:nte(),debug:rte(),util:{time:nn().time,notime:nn().notime},version:ite()}),N1}var k$=ote(),ate=WZ(k$),ste=function(e){return f5(e,"Boolean")};function cte(e,t){if(e){var n;if(DZ(e))for(var r=0,i=e.length;r<i&&(n=t(e[r],r),n!==!1);r++);else if(qZ(e)){for(var o in e)if(e.hasOwnProperty(o)&&(n=t(e[o],o),n===!1))break}}}var lte=Object.prototype.hasOwnProperty,ute=(function(e,t){if(e===null||!BZ(e))return{};var n={};return cte(t,function(r){lte.call(e,r)&&(n[r]=e[r])}),n});class hte extends HZ{constructor(){super(...arguments),this.id="dagre",this.isCompoundGraph=null,this.config={graphAttributes:["rankdir","align","nodesep","edgesep","ranksep","marginx","marginy","acyclicer","ranker"],nodeAttributes:["width","height"],edgeAttributes:["minlen","weight","width","height","labelpos","labeloffset"]}}getDefaultOptions(){return{directed:!0,multigraph:!0,rankdir:"TB",align:void 0,nodesep:50,edgesep:10,ranksep:50,marginx:0,marginy:0,acyclicer:void 0,ranker:"network-simplex",nodeSize:[0,0],edgeMinLen:1,edgeWeight:1,edgeLabelSize:[0,0],edgeLabelPos:"r",edgeLabelOffset:10}}layout(){return zo(this,void 0,void 0,function*(){const t=new k$.graphlib.Graph({directed:!!this.options.directed,multigraph:!!this.options.multigraph,compound:this.isCompound()});t.setGraph(ute(this.options,this.config.graphAttributes)),t.setDefaultEdgeLabel(()=>({}));const n=r5(this.options.nodeSize,0);this.model.forEachNode(f=>{const g=f._original,[y,m]=e5(n(g)),v={width:y,height:m};if(t.setNode(String(f.id),v),this.isCompound()){if(cn(f.parentId))return;t.setParent(String(f.id),String(f.parentId))}});const{edgeLabelSize:r,edgeLabelOffset:i,edgeLabelPos:o,edgeMinLen:a,edgeWeight:s}=this.options,c=r5(r,0,"edge"),l=Jh(i,10,"edge"),u=typeof o=="string"?()=>o:Qh(o,["edge"]),h=Jh(a,1,"edge"),d=Jh(s,1,"edge");this.model.forEachEdge(f=>{const g=f._original,[y,m]=e5(c(g)),v={width:y,height:m,labelpos:u(g),labeloffset:l(g),minlen:h(g),weight:d(g)};t.setEdge(String(f.source),String(f.target),v,String(f.id))}),ate.layout(t),this.model.forEachNode(f=>{const g=t.node(String(f.id));g&&(f.x=g.x,f.y=g.y,f.size=[g.width,g.height])}),this.model.forEachEdge(f=>{const g=t.edge(String(f.source),String(f.target),String(f.id));if(!g)return;const{width:y,height:m,weight:v,minlen:b,labelpos:_,labeloffset:x,points:w}=g;f.labelSize=[y,m],f.weight=v,f.minLen=b,f.labelPos=_,f.labelOffset=x,f.points=w.map(vZ)})})}isCompound(){return this.isCompoundGraph!==null?this.isCompoundGraph:ste(this.options.compound)?this.isCompoundGraph=this.options.compound:(this.isCompoundGraph=this.model.nodes().some(t=>!cn(t.parentId)),this.isCompoundGraph)}}var dte=Object.defineProperty,fte=Object.defineProperties,pte=Object.getOwnPropertyDescriptors,R$=Object.getOwnPropertySymbols,gte=Object.prototype.hasOwnProperty,mte=Object.prototype.propertyIsEnumerable,L$=(e,t,n)=>t in e?dte(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,z$=(e,t)=>{for(var n in t||(t={}))gte.call(t,n)&&L$(e,n,t[n]);if(R$)for(var n of R$(t))mte.call(t,n)&&L$(e,n,t[n]);return e},N$=(e,t)=>fte(e,pte(t));const yte=50,vte=70,bte=10,_te=2,xte=30,wte=(e,t)=>{var n,r;const i=new Map;e.forEach(s=>i.set(s,[]));for(const s of t){if(s.source===s.target)return!0;(n=i.get(s.source))==null||n.push({target:s.target,edgeId:s.id}),(r=i.get(s.target))==null||r.push({target:s.source,edgeId:s.id})}const o=new Set,a=(s,c)=>{o.add(s);const l=i.get(s)||[];for(const{target:u,edgeId:h}of l)if(h!==c&&(o.has(u)||a(u,h)))return!0;return!1};for(const s of e)if(!o.has(s)&&a(s,null))return!0;return!1},H$=e=>{var t,n,r;const{Title:i,Item:o,data:a,rankdir:s="TB",nodesep:c=yte,ranksep:l=vte,edgesep:u=bte,edgeWidth:h=_te,showConnections:d=!0,edgeColorMode:f="gradient",edgeStyle:g="solid",edgeDashPattern:y="5,5",edgeCornerRadius:m=12,edgeRouting:v="orth",showArrow:b=!0,arrowType:_="triangle",padding:x=xte,edgeAnimation:w="none",edgeAnimationSpeed:P=1,options:$}=e,{title:C,desc:M,items:S=[]}=a,E=i?p(i,{title:C,desc:M}):null;if(!o||S.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(J,{indexes:[0],x:0,y:0})})]});const I=new Map,O=new Map,T=new Map,F=new Map,z=new Set,j=new Map;let H=0;const W=S.map((Z,le)=>{var te,Q;const re=Z,ie=String((te=re.id)!=null?te:le),ue=[le];let he;const fe=String((Q=re.group)!=null?Q:"");if(fe){let _e=j.get(fe);_e==null&&(_e=H,j.set(fe,_e),H+=1),he=je($,[_e])}else he=je($,ue);const me=he?Ct({colorPrimary:he},$):void 0;he&&T.set(ie,he);const pe=ae(p(o,{indexes:ue,data:a,datum:re,positionH:"center",positionV:"middle",themeColors:me}));return O.set(ie,pe),I.set(ie,{id:ie,indexes:ue,datum:re,themeColors:me}),F.set(le,ie),z.add(ie),{id:ie,parentId:re.parentId}}),B=(t=a.relations)!=null?t:[],X=Z=>{if(Z==null)return null;const le=String(Z);if(z.has(le))return le;const te=Number(Z);if(!Number.isNaN(te)){const Q=F.get(te);if(Q)return Q}return null},D=B.map((Z,le)=>{const te=X(Z.from),Q=X(Z.to);return!te||!Q?null:{id:Z.id?String(Z.id):`edge-${le}`,source:te,target:Q,relation:Z}}).filter(Boolean),A=wte(Array.from(z),D)?"dagre":v,L=new hte({rankdir:s,nodesep:c,ranksep:l,edgesep:u,controlPoints:!0,nodeSize:Z=>{var le;const te=String((le=Z.id)!=null?le:""),Q=O.get(te);return Q?[Q.width,Q.height]:[0,0]}});L.execute({nodes:W,edges:D});const N=[];if(L.forEachNode(Z=>{var le,te,Q,re;const ie=String(Z.id),ue=I.get(ie);if(!ue)return;const he=O.get(ie),fe=(le=he==null?void 0:he.width)!=null?le:0,me=(te=he==null?void 0:he.height)!=null?te:0,pe=((Q=Z.x)!=null?Q:0)-fe/2,_e=((re=Z.y)!=null?re:0)-me/2;N.push(N$(z$({},ue),{x:pe,y:_e,width:fe,height:me,centerX:pe+fe/2,centerY:_e+me/2}))}),N.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(J,{indexes:[0],x:0,y:0})})]});const q=Math.min(...N.map(Z=>Z.x)),G=Math.min(...N.map(Z=>Z.y)),U=x-q,K=x-G,ne=new Map,ee=[];N.forEach(Z=>{const le=Z.x+U,te=Z.y+K,Q=s==="LR"?"normal":s==="RL"?"flipped":"center",re=s==="TB"?"normal":s==="BT"?"flipped":"middle";ee.push(p(o,{indexes:Z.indexes,datum:Z.datum,data:a,x:le,y:te,positionH:Q,positionV:re,themeColors:Z.themeColors})),ne.set(Z.id,N$(z$({},Z),{x:le,y:te,centerX:le+Z.width/2,centerY:te+Z.height/2}))});const se=[],ce=[];if(d){const Z=wt($),le=Ct($.themeConfig,$),te=(n=le==null?void 0:le.colorBg)!=null?n:"#ffffff",Q=(r=le==null?void 0:le.colorText)!=null?r:Z,re=Math.max(10,h*4),ie=s==="TB"||s==="BT",ue=w==="ant-line",he=ue?y:"",me=ue?he:!ue&&g==="dashed"?y:"",pe=ue?he.split(",").reduce((de,Te)=>de+parseFloat(Te.trim()||"0"),0):0,_e=ue&&pe>0?`${pe/(P*10)}s`:"1s",Ce=m,Me=(de,Te,ke)=>de.map(([oe,be],we)=>`${we===0?"M":"L"} ${oe+Te} ${be+ke}`).join(" "),$e=(de,Te,ke,oe)=>{if(de.length<2)return"";const be=(Ee,Qe,et)=>Math.min(et,Math.max(Qe,Ee)),we=([Ee,Qe])=>({x:Ee+ke,y:Qe+oe}),Oe=[],Ze=we(de[0]);if(Oe.push(`M ${Ze.x} ${Ze.y}`),de.length===2){const Ee=we(de[1]);return Oe.push(`L ${Ee.x} ${Ee.y}`),Oe.join(" ")}for(let Ee=1;Ee<de.length-1;Ee+=1){const Qe=de[Ee-1],et=de[Ee],Xe=de[Ee+1],rt=et[0]-Qe[0],Rt=et[1]-Qe[1],lt=Xe[0]-et[0],Bt=Xe[1]-et[1],Ge=Math.hypot(rt,Rt),$t=Math.hypot(lt,Bt);if(Ge===0||$t===0){const ei=we(et);Oe.push(`L ${ei.x} ${ei.y}`);continue}const Ut=be(Te,0,Math.min(Ge,$t)/2);if(Ut===0){const ei=we(et);Oe.push(`L ${ei.x} ${ei.y}`);continue}const Mt=rt/Ge,Ln=Rt/Ge,dr=lt/$t,Zr=Bt/$t,Qr=we([et[0]-Mt*Ut,et[1]-Ln*Ut]),Jr=we([et[0]+dr*Ut,et[1]+Zr*Ut]);Oe.push(`L ${Qr.x} ${Qr.y}`);const rl=we(et);Oe.push(`Q ${rl.x} ${rl.y} ${Jr.x} ${Jr.y}`)}const Le=we(de[de.length-1]);return Oe.push(`L ${Le.x} ${Le.y}`),Oe.join(" ")},Re=(de,Te,ke,oe,be)=>{const we=Math.cos(ke),Oe=Math.sin(ke),Ze=-Oe,Le=we,Ee=re,Qe=re*.55;if(oe==="arrow"){const Xe=de-we*Ee+Ze*Qe,rt=Te-Oe*Ee+Le*Qe,Rt=de-we*Ee-Ze*Qe,lt=Te-Oe*Ee-Le*Qe;return[p(Pe,{d:`M ${Xe} ${rt} L ${de} ${Te} L ${Rt} ${lt}`,stroke:be,strokeWidth:Math.max(1.5,h),strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}if(oe==="diamond"){const Xe=Ee*1.25,rt=Qe*.75,Rt=de-we*Xe*.5,lt=Te-Oe*Xe*.5,Bt=[{x:de,y:Te},{x:Rt+Ze*rt,y:lt+Le*rt},{x:de-we*Xe,y:Te-Oe*Xe},{x:Rt-Ze*rt,y:lt-Le*rt}];return[p(Wt,{points:Bt,fill:be,stroke:be,strokeWidth:Math.max(1,h*.8)})]}const et=[{x:de,y:Te},{x:de-we*Ee+Ze*Qe,y:Te-Oe*Ee+Le*Qe},{x:de-we*Ee-Ze*Qe,y:Te-Oe*Ee-Le*Qe}];return[p(Wt,{points:et,fill:be,stroke:be,strokeWidth:Math.max(1,h*.8)})]},Fe=de=>{if(de.length===0)return null;if(de.length===1)return de[0];let Te=0;const ke=[];for(let be=0;be<de.length-1;be+=1){const we=de[be],Oe=de[be+1],Ze=Math.hypot(Oe[0]-we[0],Oe[1]-we[1]);ke.push({length:Ze,start:we,end:Oe}),Te+=Ze}if(Te===0)return de[0];let oe=Te/2;for(let be=0;be<ke.length;be+=1){const we=ke[be];if(oe<=we.length||be===ke.length-1){const Oe=we.length===0?0:Math.max(0,Math.min(1,oe/we.length));return[we.start[0]+(we.end[0]-we.start[0])*Oe,we.start[1]+(we.end[1]-we.start[1])*Oe]}oe-=we.length}return de[Math.floor(de.length/2)]},Be=(de,Te)=>{const ke=ne.get(de),oe=ne.get(Te);return!ke||!oe?null:s==="TB"?{start:[ke.centerX,ke.y+ke.height],end:[oe.centerX,oe.y]}:s==="BT"?{start:[ke.centerX,ke.y],end:[oe.centerX,oe.y+oe.height]}:s==="LR"?{start:[ke.x+ke.width,ke.centerY],end:[oe.x,oe.centerY]}:{start:[ke.x,ke.centerY],end:[oe.x+oe.width,oe.centerY]}},Ye=(de,Te)=>{const ke=Be(de,Te);if(!ke)return null;const{start:oe,end:be}=ke;if(ie){const Oe=oe[1]+(be[1]-oe[1])/2;return{start:oe,end:be,points:[oe,[oe[0],Oe],[be[0],Oe],be]}}const we=oe[0]+(be[0]-oe[0])/2;return{start:oe,end:be,points:[oe,[we,oe[1]],[we,be[1]],be]}};L.forEachEdge(de=>{var Te,ke,oe,be,we,Oe,Ze,Le,Ee;const Qe=_t=>Array.isArray(_t)?_t.map(pt=>pt&&Array.isArray(pt)&&pt.length>=2?[Number(pt[0]),Number(pt[1])]:null).filter(pt=>!!pt&&Number.isFinite(pt[0])&&Number.isFinite(pt[1])):[],et=()=>{const _t=ne.get(String(de.source)),pt=ne.get(String(de.target));return!_t||!pt?[]:[[_t.centerX-U,_t.centerY-K],[pt.centerX-U,pt.centerY-K]]},Xe=A==="orth",rt=Xe?Ye(String(de.source),String(de.target)):null,Rt=Xe?[]:Qe(de.points),lt=Xe?(Te=rt==null?void 0:rt.points)!=null?Te:[]:Rt.length?Rt:et();if(!lt.length)return;const Bt=Xe?0:U,Ge=Xe?0:K,$t=Xe&&(ke=rt==null?void 0:rt.start)!=null?ke:lt[0],Ut=Xe&&(oe=rt==null?void 0:rt.end)!=null?oe:lt[lt.length-1],Mt=(be=de._original)==null?void 0:be.relation,Ln=(we=T.get(String(de.source)))!=null?we:Z,dr=(Oe=T.get(String(de.target)))!=null?Oe:Z,Zr=`edge-gradient-${String(Ln)}-${String(dr)}`.replace(/[^a-zA-Z0-9_-]/g,""),Qr=f==="gradient"?`url(#${Zr})`:Z;let Jr="";if(Ce>0?Jr=$e(lt,Ce,Bt,Ge):Jr=Me(lt,Bt,Ge),!Jr)return;const rl=p(Pe,{d:Jr,stroke:Qr,strokeWidth:h,strokeDasharray:me,fill:"none","data-element-type":"shape",children:ue&&p("animate",{attributeName:"stroke-dashoffset",from:String(pe),to:"0",dur:_e,repeatCount:"indefinite"})});if(ce.push(rl),f==="gradient"){const _t=$t,pt=Ut;se.push(R("linearGradient",{id:Zr,gradientUnits:"userSpaceOnUse",x1:_t[0]+Bt,y1:_t[1]+Ge,x2:pt[0]+Bt,y2:pt[1]+Ge,children:[p("stop",{offset:"0%",stopColor:Ln}),p("stop",{offset:"100%",stopColor:dr})]}))}if(Mt!=null&&Mt.label){let _t=null;const pt=Fe(lt);if(pt&&(_t=[pt[0]+Bt,pt[1]+Ge]),_t){const Di=String(Mt.label),fr=ae(p(Ne,{fontSize:14,fontWeight:"normal",children:Di})),Zo=_t[0]-fr.width/2,hae=_t[1]-fr.height/2;ce.push(p(Ne,{x:Zo,y:hae,width:fr.width,height:fr.height,fontSize:14,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:Q,backgroundColor:te,children:Di}))}}const ei=(Ze=Mt==null?void 0:Mt.showArrow)!=null?Ze:b,dm=(Le=Mt==null?void 0:Mt.direction)!=null?Le:"forward",bS=(Ee=Mt==null?void 0:Mt.arrowType)!=null?Ee:_,_S=lt.length-1;if(ei&<.length>1){if(dm==="forward"||dm==="both"){const _t=lt[_S],pt=lt[_S-1],Di=Math.atan2(_t[1]-pt[1],_t[0]-pt[0]),fr=f==="gradient"?dr:Z,Zo=Re(_t[0]+Bt,_t[1]+Ge,Di,bS,fr);ce.push(...Zo)}if(dm==="both"){const _t=lt[0],pt=lt[1],Di=Math.atan2(_t[1]-pt[1],_t[0]-pt[0]),fr=f==="gradient"?Ln:Z,Zo=Re(_t[0]+Bt,_t[1]+Ge,Di,bS,fr);ce.push(...Zo)}}})}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,R(Y,{children:[p(Ke,{children:se}),p(Y,{width:0,height:0,children:ce}),p(He,{children:ee}),p(qe,{})]})]})};We("relation-dagre-flow",{component:H$,composites:["title","item"]});const D$=e=>{const{Title:t,Item:n,data:r,spacing:i=120,showConnections:o=!0,options:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null;if(l.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,p(Y,{children:p(He,{})})]});const h=ae(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"}));function d(){const $=l.map((S,E)=>({id:E,data:S,isCenter:E===0,_originalIndex:[E]})),C=l.slice(1).map((S,E)=>({source:0,target:E+1})),M=GV($).force("link",NV(C).id(S=>S.id).distance(i)).force("charge",VV().strength(-50)).force("center",mV(0,0)).force("collision",LV().radius(Math.max(h.width,h.height)/2+10));for(let S=0;S<300;++S)M.tick();return{nodes:$,links:C}}const{nodes:f,links:g}=d(),y=Math.min(...f.map($=>{var C;return(C=$.x)!=null?C:0})),m=Math.min(...f.map($=>{var C;return(C=$.y)!=null?C:0})),v=Math.max(0,-y+h.width/2),b=Math.max(0,-m+h.height/2),_=($,C)=>({positionH:$<-50?"flipped":$>50?"normal":"center",positionV:C<-50?"flipped":C>50?"normal":"middle"}),x=f.map($=>{if($.x==null||$.y==null)return null;const C=$.x+v-h.width/2,M=$.y+b-h.height/2,{positionH:S,positionV:E}=_($.x,$.y);return p(n,{indexes:$._originalIndex,datum:$.data,data:r,x:C,y:M,positionH:S,positionV:E},$.id)}).filter(Boolean),w=new Map(f.map($=>[$.id,$])),P=o?g.map($=>{const C=typeof $.source=="object"?$.source:w.get($.source),M=typeof $.target=="object"?$.target:w.get($.target);if(!C||!M||C.x==null||C.y==null||M.x==null||M.y==null)return null;const S=`M ${C.x+v} ${C.y+b} L ${M.x+v} ${M.y+b}`;return p(Pe,{d:S,stroke:wt(a),strokeWidth:2,strokeOpacity:.6})}).filter(Boolean):[];return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,R(Y,{children:[p(Y,{children:P}),p(He,{children:x})]})]})};We("relation-network",{component:D$,composites:["title","item"]});var Pte=Object.defineProperty,$te=Object.defineProperties,Cte=Object.getOwnPropertyDescriptors,Pc=Object.getOwnPropertySymbols,q$=Object.prototype.hasOwnProperty,j$=Object.prototype.propertyIsEnumerable,F$=(e,t,n)=>t in e?Pte(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ote=(e,t)=>{for(var n in t||(t={}))q$.call(t,n)&&F$(e,n,t[n]);if(Pc)for(var n of Pc(t))j$.call(t,n)&&F$(e,n,t[n]);return e},Ste=(e,t)=>$te(e,Cte(t)),Mte=(e,t)=>{var n={};for(var r in e)q$.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Pc)for(var r of Pc(e))t.indexOf(r)<0&&j$.call(e,r)&&(n[r]=e[r]);return n};const H1=e=>{var t=e,{width:n=25,height:r=25,colorPrimary:i="#6699FF",rotation:o=0}=t,a=Mte(t,["width","height","colorPrimary","rotation"]);const s=`gradient-arrow-stroke-${i.replace("#","")}`,c=`gradient-arrow-fill-${i.replace("#","")}`,l=Math.round(n*.515),u=Math.round(r*.275),h=Math.round(r*.875),d=[{x:0,y:u},{x:l,y:u},{x:l,y:r*.075},{x:n,y:r*.575},{x:l,y:r*1.075},{x:l,y:h},{x:0,y:h}],f=n/2,g=r/2,y=`rotate(${o} ${f} ${g})`;return R(tt,{children:[p(Wt,Ste(Ote({},a),{width:n,height:r,points:d,fill:`url(#${c})`,stroke:`url(#${s})`,transform:y,"data-element-type":"shape"})),R(Ke,{children:[R("linearGradient",{id:c,x1:"100%",y1:"0%",x2:"0%",y2:"0%",children:[p("stop",{offset:"0%","stop-color":i,"stop-opacity":"0.36"}),p("stop",{offset:"100%","stop-color":i,"stop-opacity":"0"})]}),R("linearGradient",{id:s,x1:"100%",y1:"0%",x2:"0%",y2:"0%",children:[p("stop",{offset:"0%","stop-color":i}),p("stop",{offset:"58%","stop-color":i,"stop-opacity":"0"})]})]})]})},Ete=({text:e,x:t=0,y:n=0,fontSize:r=56,fontWeight:i="bold",fill:o="#FFFFFF",textAnchor:a="middle",dominantBaseline:s="middle",shadowOffsetX:c=2,shadowOffsetY:l=4,midShadowOffsetX:u=1,midShadowOffsetY:h=2,deepShadowOpacity:d=.3,midShadowOpacity:f=.5})=>R(Y,{children:[p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,fillOpacity:d,textAnchor:a,dominantBaseline:s,transform:`translate(${c}, ${l})`,children:e}),p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,fillOpacity:f,textAnchor:a,dominantBaseline:s,transform:`translate(${u}, ${h})`,children:e}),p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,textAnchor:a,dominantBaseline:s,children:e})]});var Ite=Object.defineProperty,Ate=Object.defineProperties,Tte=Object.getOwnPropertyDescriptors,$c=Object.getOwnPropertySymbols,B$=Object.prototype.hasOwnProperty,W$=Object.prototype.propertyIsEnumerable,G$=(e,t,n)=>t in e?Ite(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kte=(e,t)=>{for(var n in t||(t={}))B$.call(t,n)&&G$(e,n,t[n]);if($c)for(var n of $c(t))W$.call(t,n)&&G$(e,n,t[n]);return e},Rte=(e,t)=>Ate(e,Tte(t)),Lte=(e,t)=>{var n={};for(var r in e)B$.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&$c)for(var r of $c(e))t.indexOf(r)<0&&W$.call(e,r)&&(n[r]=e[r]);return n};const zte=e=>{var t=e,{width:n=25,height:r=25,colorPrimary:i="#6699FF",rotation:o=0,strokeWidth:a=4}=t,s=Lte(t,["width","height","colorPrimary","rotation","strokeWidth"]);const c=[{x:n/2,y:0},{x:n,y:r},{x:0,y:r}],l=n/2,u=r/2,h=`rotate(${o} ${l} ${u})`;return p(Wt,Rte(kte({},s),{width:n,height:r,points:c,fill:i,stroke:i,strokeWidth:a,strokeLinecap:"round",strokeLinejoin:"round",transform:h}))},Nte=-118,V$=118,Y$=240,Hte=180,Dte=40,qte="M238.9 69.7a6 6 0 0 1-.1 1v.2l-.2.3v.3l-.1.3a6.2 6.2 0 0 1-.3.6l-.1.3-.2.3-.2.4-.3.5-.1.1a10.9 10.9 0 0 1-.8 1v.1l-.5.5h-.1l-.4.4-.3.3-.3.2-.3.3-.4.2a13 13 0 0 1-.7.5l-.4.3-.5.3-97.5 56.7-.7.4h-.2l-.6.4h-.1l-.8.4h-.2l-.6.4h-.2l-.8.3h-.2l-.5.3-.5.1-.5.1-.5.2h-.5a33.7 33.7 0 0 1-3.2.7h-.2l-1 .2h-1.6l-.7.1h-4.7l-.8-.1h-.2a38.2 38.2 0 0 1-2-.4h-.4l-.7-.2h-.4l-.7-.2-.4-.1a27.3 27.3 0 0 1-2.2-.7h-.2a44.2 44.2 0 0 1-.9-.3l-.5-.3-.4-.1-.5-.2-.3-.2-.5-.2-.3-.2-.8-.4L6.5 78C2.2 75.6 0 72.4 0 69v41.7c0 3.2 2.1 6.5 6.4 9l98.1 56.6a23.2 23.2 0 0 0 1 .6l.6.3.3.1.5.2.4.2.3.1h.2l.2.2a21.4 21.4 0 0 0 1.9.6l.3.1h.2l.7.2a77.6 77.6 0 0 1 1.1.3h.3l.7.2h.4a42.5 42.5 0 0 0 1 .2l1 .2h1.1l.4.1h2.1l.7.1h1.5a22 22 0 0 0 1.8-.2h.4l1.1-.1h.2l1.2-.2h.1l.3-.1.6-.1a12.5 12.5 0 0 0 1-.3h.5l.5-.2a29 29 0 0 0 1-.3h.2l.3-.2h.2a27 27 0 0 0 1.6-.7h.2l.8-.4a19.4 19.4 0 0 0 1.6-.9l97.5-56.7.3-.1.2-.2.4-.2.4-.3.3-.2.3-.3.4-.2.3-.3.3-.3h.1l.3-.3.5-.6h.1l.3-.5h.1v-.1l.4-.4v-.1l.4-.5v-.1l.1-.2.1-.2.2-.3.1-.3.1-.3.1-.1a6.9 6.9 0 0 0 .2-.8l.1-.3v-.4l.1-.3v-1l.2-41.4v.4Z",jte="M232.5 60.4c8.5 4.9 8.5 12.8.1 17.7l-97.5 56.7c-8.4 4.9-22 4.9-30.5 0L6.5 78C-2 73-2 65.3 6.4 60.4l97.5-56.7c8.4-5 22-5 30.5 0l98.1 56.7Z",Fte="M119.1 0A31 31 0 0 0 104 3.7L6.4 60.4C-2 65.3-2 73.2 6.4 78l98.2 56.7c4.2 2.4 9.8 3.7 15.3 3.7a31 31 0 0 0 15.2-3.7L232.6 78c8.4-5 8.4-12.8 0-17.7L134.3 3.7A31.2 31.2 0 0 0 119.1 0Zm0 2.5c5.4 0 10.3 1.2 14 3.3l98.2 56.7c3.3 2 5.1 4.3 5.1 6.8 0 2.4-1.8 4.7-5 6.6l-97.5 56.7a28.3 28.3 0 0 1-14 3.4c-5.3 0-10.3-1.2-14-3.4L7.7 76c-3.3-1.9-5-4.3-5-6.7 0-2.4 1.7-4.8 5-6.7L105 5.8a29 29 0 0 1 14-3.3Z",X$=R("filter",{id:"sequence-ascending-stairs-3d-shadow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[p("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),p("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),p("feOffset",{dx:"0",dy:"4"}),p("feGaussianBlur",{stdDeviation:"6"}),p("feComposite",{in2:"hardAlpha",operator:"out"}),p("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),p("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}),p("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),U$=e=>{const{Title:t,Item:n,data:r,options:i,cubeWidth:o=Y$}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null;if(c.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:X$}),l,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const u=ae(p(J,{indexes:[0]})),h=[],d=[],f=[],g=o/Y$,y=Hte*g;return c.forEach((m,v)=>{const b=[v],_=je(i,b),x=v*(o+Nte),w=(c.length-1-v)*V$,P=`cube-gradient-bottom-${v}`,$=`cube-gradient-top-${v}`,C=`cube-gradient-stroke-${v}`;f.push(R(Y,{x,y:w,id:`cube-${v}`,width:o,height:y,filter:"url(#sequence-ascending-stairs-3d-shadow-filter)",children:[R(Ke,{children:[R("linearGradient",{id:P,x1:"0",y1:"124.5",x2:"238.9",y2:"124.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_,stopOpacity:"0.8"}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.4"})]}),R("linearGradient",{id:$,x1:"119.5",y1:"0",x2:"119.5",y2:"138.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_,stopOpacity:"0.9"}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.5"})]}),R("linearGradient",{id:C,x1:"119.5",y1:"0",x2:"119.5",y2:"138.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.7"})]})]}),R(xt,{transform:`scale(${g})`,children:[p(Pe,{d:qte,fill:`url(#${P})`}),p(Pe,{d:jte,fill:`url(#${$})`}),p(Pe,{d:Fte,fill:`url(#${C})`})]}),p(Ete,{text:v+1,x:115,y:65,fontSize:56})]}));const M=x+o+Dte,S=w+y/2;if(d.push(p(n,{indexes:b,datum:m,data:r,x:M,y:S,positionH:"normal"})),h.push(p(nt,{indexes:b,x:x+o-u.width/2,y:w-u.height/2})),v===0&&h.push(p(J,{indexes:[0],x:x-30-u.width/2,y:w+y/2-u.height/2})),v<c.length-1){const E=(c.length-1-(v+1))*V$,I=x+o-u.width/2,O=(w+y/2+E+y/2)/2-u.height/2;h.push(p(J,{indexes:[v+1],x:I,y:O}))}else h.push(p(J,{indexes:[c.length],x:x+o+30-u.width/2,y:w+y/2-u.height/2}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:X$}),l,R(Y,{x:0,y:0,children:[p(Y,{children:f}),p(He,{children:d}),p(qe,{children:h})]})]})};We("sequence-ascending-stairs-3d",{component:U$,composites:["title","item"]});const K$=e=>{const{Title:t,Item:n,data:r,hGap:i=0,vGap:o=0}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=ae(p(n,{indexes:[0],data:r,datum:c[0]})),h=[],d=[],f=c.length,g=u.width+i,y=u.height/2+o,m=u.width/2,b=0+(f-1)*y;return c.forEach((_,x)=>{const w=m+x*g,P=b-x*y,$=[x];h.push(p(n,{indexes:$,datum:_,data:r,x:w,y:P})),d.push(p(nt,{indexes:$,x:w+u.width-30,y:P+u.height/2+10})),d.push(p(J,{indexes:$,x:w+u.width+i/2,y:P-30}))}),R(ye,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(He,{children:h}),p(qe,{children:d})]})]})};We("sequence-ascending-steps",{component:K$,composites:["title","item"]});const Bte=20,Z$=5,Q$=e=>{const{Title:t,Item:n,data:r,options:i,radius:o=150,arrowSize:a=4,strokeWidth:s=10}=e,{title:c,desc:l,items:u=[]}=r,h=ae(p(J,{indexes:[0]})),d=wt(i);if(!n)return R(ye,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[t?p(t,{title:c,desc:l}):null,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const f=u.length;if(f===0)return R(ye,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[t?p(t,{title:c,desc:l}):null,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const g=ae(p(n,{indexes:[0],data:r,datum:u[0]})),y=0,m=0,v=2*Math.PI/f,b=[];let _=1/0,x=1/0,w=-1/0,P=-1/0;for(let z=0;z<f;z++){const j=z*v-Math.PI/2,H=y+o*Math.cos(j),W=m+o*Math.sin(j);b.push({x:H,y:W}),_=Math.min(_,H),x=Math.min(x,W),w=Math.max(w,H),P=Math.max(P,W)}const $=[];for(let z=0;z<f;z++){const j=b[z],H=b[(z+1)%f],W=Math.sqrt(Math.pow(H.x-j.x,2)+Math.pow(H.y-j.y,2)),B=Math.min(W*.5,100),X=(j.x+H.x)/2,D=(j.y+H.y)/2;_=Math.min(_,X-B/2),x=Math.min(x,D-B/2),w=Math.max(w,X+B/2),P=Math.max(P,D+B/2);const k=Math.atan2(D-m,X-y),A=k<0?k+2*Math.PI:k;let L,N;const q=A*180/Math.PI,G=B/2+Bte,U=X+Math.cos(k)*G,K=D+Math.sin(k)*G;q>=337.5||q<22.5?(L=U,N=K-g.height/2):q>=22.5&&q<67.5?(L=U,N=K):q>=67.5&&q<112.5?(L=U-g.width/2,N=K):q>=112.5&&q<157.5?(L=U-g.width,N=K):q>=157.5&&q<202.5?(L=U-g.width,N=K-g.height/2):q>=202.5&&q<247.5?(L=U-g.width,N=K-g.height):q>=247.5&&q<292.5?(L=U-g.width/2,N=K-g.height):(L=U,N=K-g.height),$.push({lineLength:W,circleBigW:B,midX:X,midY:D,itemX:L,itemY:N}),_=Math.min(_,L),x=Math.min(x,N),w=Math.max(w,L+g.width+h.width+5),P=Math.max(P,N+g.height)}const C=Math.max(0,-_),M=Math.max(0,-x),S=t?p(t,{title:c,desc:l}):null,E=[],I=[],O=[],T=[],F=b.map(z=>({x:z.x+C,y:z.y+M}));for(let z=0;z<f;z++){const j=F[z],H=F[(z+1)%f],W=(z+1)%f,B=[z],{lineLength:X,circleBigW:D,midX:k,midY:A}=$[z],L=Math.max(D-20,20),N=Math.max(L*.4,16),q=je(i,B)||d,G=H.x-j.x,U=H.y-j.y,K=X,ne=G/K,ee=U/K,se=Z$*2+a,ce=Math.min(Z$,(K-se)/2),Z=Math.max(0,j.x+ne*ce),le=Math.max(0,j.y+ee*ce),te=Math.max(0,H.x-ne*ce),Q=Math.max(0,H.y-ee*ce),ie=ZY().x($e=>Math.max(0,$e.x)).y($e=>Math.max(0,$e.y)).curve(sw)([{x:Z,y:le},{x:te,y:Q}])||"",he=`fork-arrow-${q.replace(/[^a-zA-Z0-9]/g,"")}-${z}`,fe=`
|
|
113
|
+
`.trim()}return L(Y,{id:"infographic-container",children:[p(Y,{children:y}),_?p(Ze,{id:"shape-center-circle",x:m-$,y:v-$,width:$*2,height:$*2,fill:h.colorPrimaryBg,fillOpacity:.5,"data-element-type":"shape"}):p(Pe,{id:"shape-center-sector",d:A,fill:h.colorPrimaryBg,fillOpacity:.5,width:r*2+200,height:r*2+200,"data-element-type":"shape"}),p(ze,{x:C-S/2,y:M-E/2,width:S,height:E,alignHorizontal:"center",alignVertical:"middle",fontSize:24,fontWeight:"bold",fill:h.colorText,"data-element-type":Ve.Title,children:l}),p(Ne,{children:g}),p(He,{children:f})]})};We("list-sector",{component:G4,composites:["title","item"]});const V4=e=>{const{Title:t,Item:n,data:r,columns:i=4,gap:o=20,stepOffset:a=40}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=se(p(Q,{indexes:[0]})),d=se(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),f=[],g=[],y=d.width+o;return l.forEach((m,v)=>{const b=v%i,_=Math.floor(v/i),x=b*y,w=_*(d.height+o),P=b*a,$=w+P,C=[v];g.push(p(n,{indexes:C,datum:m,data:r,x,y:$,positionH:"center"})),f.push(p(nt,{indexes:C,x:x+(d.width-h.width)/2,y:$+d.height+5}))}),l.forEach((m,v)=>{const b=v%i,_=Math.floor(v/i),x=b*y,w=_*(d.height+o),P=b*a,$=w+P;if(v===0&&f.push(p(Q,{indexes:[0],x:x-o/2-h.width/2,y:$+(d.height-h.height)/2})),b<i-1&&v<l.length-1){const C=Math.floor((v+1)/i);_===C&&f.push(p(Q,{indexes:[v+1],x:x+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2}))}(b===i-1||v===l.length-1)&&f.push(p(Q,{indexes:[v+1],x:x+d.width+(o-h.width)/2,y:$+(d.height-h.height)/2}))}),l.length===0&&f.push(p(Q,{indexes:[0],x:(i-1)*y/2+(d.width-h.width)/2,y:0})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,L(Y,{children:[p(Ne,{children:g}),p(He,{children:f})]})]})};We("list-waterfall",{component:V4,composites:["title","item"]});const rZ=6,Qh=700,Y4=330,X4=333,iZ={1:[{x:.5,y:.6,anchor:"top-right"}],2:[{x:.42,y:.5,anchor:"top-right"},{x:.72,y:.4,anchor:"bottom"}],3:[{x:.3,y:.5,anchor:"top-right"},{x:.48,y:.3,anchor:"bottom-left"},{x:.8,y:.75,anchor:"top-right"}],4:[{x:.3,y:.5,anchor:"top-right"},{x:.35,y:.2,anchor:"bottom-left"},{x:.65,y:.73,anchor:"top-right"},{x:.8,y:.52,anchor:"bottom-left"}],5:[{x:.19,y:.4,anchor:"top-right"},{x:.38,y:.2,anchor:"bottom"},{x:.52,y:.62,anchor:"top-right"},{x:.7,y:.43,anchor:"bottom"},{x:.82,y:.8,anchor:"top-right"}],6:[{x:.16,y:.35,anchor:"top-right"},{x:.38,y:.2,anchor:"bottom"},{x:.48,y:.54,anchor:"top-right"},{x:.55,y:.43,anchor:"bottom-left"},{x:.8,y:.75,anchor:"top-right"},{x:.86,y:.65,anchor:"bottom-left"}]},oZ={1:[{x:.5,y:.4,anchor:"bottom-right"}],2:[{x:.42,y:.5,anchor:"bottom-right"},{x:.72,y:.6,anchor:"top"}],3:[{x:.3,y:.5,anchor:"bottom-right"},{x:.48,y:.7,anchor:"top-left"},{x:.8,y:.25,anchor:"bottom-right"}],4:[{x:.3,y:.5,anchor:"bottom-right"},{x:.35,y:.8,anchor:"top-left"},{x:.65,y:.27,anchor:"bottom-right"},{x:.8,y:.48,anchor:"top-left"}],5:[{x:.19,y:.6,anchor:"bottom-right"},{x:.38,y:.8,anchor:"top"},{x:.52,y:.38,anchor:"bottom-right"},{x:.7,y:.57,anchor:"top"},{x:.82,y:.2,anchor:"bottom-right"}],6:[{x:.16,y:.65,anchor:"bottom-right"},{x:.38,y:.8,anchor:"top"},{x:.48,y:.46,anchor:"bottom-right"},{x:.55,y:.57,anchor:"top-left"},{x:.8,y:.25,anchor:"bottom-right"},{x:.86,y:.35,anchor:"top-left"}]},U4=(e,t,n)=>{const r=t[e];return r?r.map(i=>({x:i.x*Qh,y:i.y*n,anchor:i.anchor})):null},aZ=(e,t)=>{const n=e.anchor||"center";let r=e.x-t.width/2,i=e.y-t.height/2,o=e.y;switch(n){case"top":r=e.x-t.width/2,i=e.y,o=e.y+t.height/2;break;case"bottom":r=e.x-t.width/2,i=e.y-t.height,o=e.y-t.height/2;break;case"top-left":r=e.x,i=e.y,o=e.y+t.height/2;break;case"top-right":r=e.x-t.width,i=e.y,o=e.y+t.height/2;break;case"bottom-left":r=e.x,i=e.y-t.height,o=e.y-t.height/2;break;case"bottom-right":r=e.x-t.width,i=e.y-t.height,o=e.y-t.height/2;break}return{x:r,y:i,centerY:o}},Jh=(e,t)=>{const n=t.x-e.x,r=t.y-e.y,i=Math.hypot(n,r)||1;return{x:n/i,y:r/i}},K4=e=>{const{presetRatios:t,arrowHeight:n,Arrow:r}=e;return o=>{var a;const{Title:s,Item:c,data:l,options:u,itemGap:h=24}=o,{title:d,desc:f,items:g=[]}=l,y=Math.min(g.length,rZ),m=g.slice(0,y),v=s?p(s,{title:d,desc:f}):null,b=wt(u),x=Ct({colorPrimary:b},u).colorTextSecondary||"#737373",w=se(p(Q,{indexes:[0]}));if(g.length===0){const z=(a=U4(1,t,n))==null?void 0:a[0];if(!z)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,p(Y,{children:p(r,{colorPrimary:b,colorShadow:x})})]});const j=z.x-w.width/2,D=z.y-w.height/2;return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,L(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(Ne,{}),p(He,{children:p(Q,{indexes:[0],x:j,y:D})})]})]})}const P=se(p(c,{indexes:[0],data:l,datum:g[0],positionH:"center"})),$=[],C=[],M=U4(y,t,n);if(!M)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,L(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(Ne,{})]})]});const S=M,E=S.length>1?Jh(S[0],S[S.length-1]):{x:1,y:0},A=S.length>1?Jh(S[0],S[1]):E,O=S.length>1?Jh(S[S.length-2],S[S.length-1]):E,T=Math.max(P.width,P.height)*.45+h,F=z=>{const{x:j,y:D,centerY:W}=aZ(z,P);return{x:j,y:D,centerY:W}};if(S.forEach((z,j)=>{const D=F(z),W=D.centerY<n/2,B=[j],X=m[j];if(!X)return;C.push(p(c,{indexes:B,datum:X,data:l,x:D.x,y:D.y,positionH:"center"}));const H=D.x+P.width-w.width/2,k=W?D.y-w.height/2:D.y+P.height-w.height/2;$.push(p(nt,{indexes:B,x:H,y:k}))}),S.length>0){const z=S[0],j=z.x-A.x*T-w.width/2,D=z.y-A.y*T-w.height/2;$.push(p(Q,{indexes:[0],x:j,y:D}));for(let H=0;H<S.length-1;H++){const k=S[H],I=S[H+1],R=(k.x+I.x)/2,N=(k.y+I.y)/2,q=R-w.width/2,G=N-w.height/2;$.push(p(Q,{indexes:[H+1],x:q,y:G}))}const W=S[S.length-1],B=W.x+O.x*T-w.width/2,X=W.y+O.y*T-w.height/2;$.push(p(Q,{indexes:[y],x:B,y:X}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[v,L(Y,{children:[p(r,{colorPrimary:b,colorShadow:x}),p(Ne,{children:C}),p(He,{children:$})]})]})}},sZ=({colorPrimary:e="#17CA2C",colorShadow:t="#737373"})=>{const n=be(e).darken(20).toHexString();return L(Y,{width:Qh,height:Y4,children:[p("path",{d:"M228.864 159.446C230.266 159.446 231.623 158.768 232.689 157.535L274.263 110.162L265.717 102.923L227.311 148.082C225.977 149.623 224.281 150.47 222.529 150.47H175.404L182.03 158.367C182.795 159.445 182.795 159.446 183.734 159.446H228.864Z",fill:t}),p("path",{d:"M462.869 234.92C464.271 234.92 465.628 234.242 466.695 233.01L508.268 185.636L499.722 178.397L461.316 223.557C459.983 225.098 458.287 225.945 456.534 225.945H409.409L416.035 233.841C416.8 234.92 416.8 234.92 417.74 234.92H462.869Z",fill:t}),p("path",{d:"M697.005 330C698.783 330 700 328.82 700 327.001V256.638C700 254.857 697.848 253.965 696.591 255.225L693.409 258.411V320.402C693.409 322.058 692.069 323.401 690.414 323.401H630.718L627.536 326.587C626.278 327.847 627.169 330 628.947 330H697.005Z",fill:t}),p("path",{d:"M689.642 321.89C690.744 321.89 691.638 320.995 691.638 319.891V250.743C691.638 248.962 689.488 248.07 688.23 249.329L662.647 274.947L520.987 153.863C519.541 152.627 517.703 151.948 515.802 151.948H469.518C470.236 151.949 470.956 152.206 471.53 152.729L498.163 176.978L498.13 177.018L639.84 297.784L619.174 318.477C617.916 319.737 618.807 321.89 620.586 321.89H689.642Z",fill:e}),p("path",{d:"M429.279 198.995L467.208 153.03C468.3 151.716 470.268 151.579 471.531 152.729L498.163 176.978L460.69 221.107C459.173 222.894 456.946 223.924 454.6 223.924H408.473C409.366 223.924 410.252 223.527 410.845 222.764L429.279 198.995Z",fill:n}),p("path",{d:"M408.473 223.924H408.314L408.318 223.92C408.369 223.922 408.421 223.924 408.473 223.924Z",fill:n}),p("path",{d:"M406.524 223.203C407.826 224.318 409.796 224.116 410.845 222.761L429.279 198.932L287.411 77.8866C285.964 76.6523 284.125 75.9742 282.223 75.9742H234.606L234.625 75.9907C235.429 75.9118 236.263 76.1557 236.915 76.7378L263.662 100.621L263.546 100.758L406.524 223.203Z",fill:e}),p("path",{d:"M236.914 76.7386C235.651 75.6097 233.707 75.7513 232.621 77.0513L194.557 123.104L175.644 146.821C175.076 147.535 174.25 147.917 173.409 147.947L173.407 147.95H219.923C222.271 147.95 224.499 146.915 226.017 145.122L263.645 100.649L236.914 76.7386Z",fill:n}),p("path",{d:"M175.648 146.816C174.589 148.145 172.637 148.329 171.348 147.221L4.09334 3.51697C2.68586 2.30767 3.54106 0 5.39671 0H47.5805C49.4864 0 51.3297 0.680433 52.7785 1.91877L194.557 123.104L175.648 146.816Z",fill:e})]})},cZ=({colorPrimary:e="#17CA2C",colorShadow:t="#737373"})=>{const n=be(e).darken(20).toHexString();return L(Y,{width:Qh,height:X4,children:[p("path",{d:"M19.0526 324L12.6762 329.482C11.2703 330.691 12.1234 333 13.976 333H56.1578C58.058 333 59.896 332.321 61.3413 331.085L201.854 210.901L194.249 201.693L54.0527 321.606C52.246 323.151 49.9486 324 47.5732 324H19.0526Z",fill:t}),p("path",{d:"M234.587 248L241.131 255.922C241.656 256.552 242.382 256.909 243.134 256.983L243.115 257H290.716C292.618 257 294.457 256.322 295.903 255.087L437.091 134.536L429.305 125.5L288.613 245.609C286.805 247.153 284.507 248 282.132 248H234.587Z",fill:t}),p("path",{d:"M461.123 162.429L475.642 179.918C476.237 180.635 477.092 181.001 477.951 181H524.22C526.121 181 527.959 180.321 529.404 179.085L670.786 58.1578L662.326 49.6809L522.115 169.606C520.309 171.151 518.011 172 515.636 172H469.369L461.123 162.429Z",fill:t}),p("path",{d:"M687.912 74.8875C690.374 75.9052 693.412 74.1668 693.412 71.1716V11H698.004C699.106 11 700 11.8954 700 13V82.1716C700 83.9534 697.85 84.8457 696.593 83.5858L687.912 74.8875Z",fill:t}),p("path",{d:"M689.419 0C690.522 0 691.415 0.895432 691.415 2V71.1716C691.415 72.9534 689.265 73.8457 688.008 72.5858L662.433 46.9598L520.819 168.085C519.374 169.321 517.536 170 515.636 170H469.367C470.084 169.999 470.804 169.742 471.379 169.219L498.003 144.961L497.969 144.922L639.634 24.115L618.975 3.41421C617.717 2.15428 618.608 0 620.386 0H689.419Z",fill:e}),p("path",{d:"M429.141 122.937L467.058 168.918C468.149 170.232 470.116 170.369 471.378 169.219L498.003 144.961L460.542 100.818C459.025 99.0305 456.798 98 454.453 98H408.341C409.234 98.0001 410.12 98.3968 410.712 99.1606L429.141 122.937Z",fill:n}),p("path",{d:"M408.341 98H408.183L408.186 98.004C408.237 98.0013 408.289 98 408.341 98Z",fill:n}),p("path",{d:"M406.393 98.721C407.695 97.606 409.664 97.8077 410.712 99.1633L429.141 123L287.318 244.087C285.872 245.322 284.033 246 282.132 246H234.53L234.55 245.983C235.353 246.062 236.187 245.818 236.839 245.236L263.577 221.345L263.461 221.208L406.393 98.721Z",fill:e}),p("path",{d:"M236.837 245.235C235.575 246.365 233.631 246.223 232.546 244.922L194.494 198.854L175.588 175.129C175.019 174.415 174.194 174.032 173.353 174.002L173.351 174H219.852C222.199 174 224.427 175.035 225.944 176.829L263.56 221.317L236.837 245.235Z",fill:n}),p("path",{d:"M175.593 175.135C174.533 173.805 172.581 173.622 171.291 174.73L4.09013 318.484C2.68329 319.693 3.53868 322 5.394 322H47.5627C49.4695 322 51.3136 321.319 52.7627 320.08L194.494 198.854L175.593 175.135Z",fill:e})]})},Z4=K4({arrowHeight:Y4,presetRatios:iZ,Arrow:sZ}),Q4=K4({arrowHeight:X4,presetRatios:oZ,Arrow:cZ});We("list-zigzag-down",{component:Z4,composites:["title","item"]}),We("list-zigzag-up",{component:Q4,composites:["title","item"]});const J4=e=>{const{Title:t,Item:n,data:r,radius:i=150,startMode:o="top"}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=se(p(Q,{indexes:[0]})),h=se(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),d=[],f=[];if(c.length===0)return d.push(p(Q,{indexes:[0],x:-u.width/2,y:-u.height/2})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,p(Y,{children:p(He,{children:d})})]});const g=Math.max(h.width,h.height),y=Math.max(i,g),m=y+g/2,v=c.map(()=>{const P=h.width,$=h.height;return(P+$)/2}),b=v.reduce((P,$)=>P+$,0);let _;o==="equal"?_=-Math.PI/2:_=-Math.PI/2+2*Math.PI/c.length/2;let x=_;c.forEach((P,$)=>{const C=v[$]/b*2*Math.PI,M=x+C/2;x+=C;const S=m+y*Math.cos(M)-h.width/2,E=m+y*Math.sin(M)-h.height/2;f.push(p(n,{indexes:[$],datum:P,data:r,x:S,y:E}));const A=y-Math.max(h.width,h.height)/2-20,O=m+A*Math.cos(M)-u.width/2,T=m+A*Math.sin(M)-u.height/2;d.push(p(nt,{indexes:[$],x:O,y:T}))});const w=y-Math.max(h.width,h.height)/2-20;if(c.length>0)for(let P=0;P<c.length;P++){const $=P*2*Math.PI/c.length-Math.PI/2,C=(P+1)%c.length*2*Math.PI/c.length-Math.PI/2;let M;if(P===c.length-1){const A=C+2*Math.PI-$;M=$+A/2}else M=($+C)/2;const S=m+w*Math.cos(M)-u.width/2,E=m+w*Math.sin(M)-u.height/2;d.push(p(Q,{indexes:[P+1],x:S,y:E}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(Ne,{children:f}),p(He,{children:d})]})]})};We("relation-circle",{component:J4,composites:["title","item"]});function Ho(e,t,n,r){function i(o){return o instanceof n?o:new n(function(a){a(o)})}return new(n||(n=Promise))(function(o,a){function s(u){try{l(r.next(u))}catch(h){a(h)}}function c(u){try{l(r.throw(u))}catch(h){a(h)}}function l(u){u.done?o(u.value):i(u.value).then(s,c)}l((r=r.apply(e,[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const lZ={abs:Math.abs,ceil:Math.ceil,floor:Math.floor,max:Math.max,min:Math.min,round:Math.round,sqrt:Math.sqrt,pow:Math.pow};class Et extends Error{constructor(t,n,r){super(t),this.position=n,this.token=r,this.name="ExpressionError"}}var De;(function(e){e[e.STRING=0]="STRING",e[e.NUMBER=1]="NUMBER",e[e.BOOLEAN=2]="BOOLEAN",e[e.NULL=3]="NULL",e[e.IDENTIFIER=4]="IDENTIFIER",e[e.OPERATOR=5]="OPERATOR",e[e.FUNCTION=6]="FUNCTION",e[e.DOT=7]="DOT",e[e.BRACKET_LEFT=8]="BRACKET_LEFT",e[e.BRACKET_RIGHT=9]="BRACKET_RIGHT",e[e.PAREN_LEFT=10]="PAREN_LEFT",e[e.PAREN_RIGHT=11]="PAREN_RIGHT",e[e.COMMA=12]="COMMA",e[e.QUESTION=13]="QUESTION",e[e.COLON=14]="COLON",e[e.DOLLAR=15]="DOLLAR"})(De||(De={}));const uZ=new Set([32,9,10,13]),hZ=new Set([43,45,42,47,37,33,38,124,61,60,62]),dZ=new Map([["true",De.BOOLEAN],["false",De.BOOLEAN],["null",De.NULL]]),ed=new Map([["===",!0],["!==",!0],["<=",!0],[">=",!0],["&&",!0],["||",!0],["+",!0],["-",!0],["*",!0],["/",!0],["%",!0],["!",!0],["<",!0],[">",!0]]),fZ=new Map([[46,De.DOT],[91,De.BRACKET_LEFT],[93,De.BRACKET_RIGHT],[40,De.PAREN_LEFT],[41,De.PAREN_RIGHT],[44,De.COMMA],[63,De.QUESTION],[58,De.COLON],[36,De.DOLLAR]]),e5=new Map;for(const[e,t]of fZ.entries())e5.set(e,{type:t,value:String.fromCharCode(e)});function qo(e){return e>=48&&e<=57}function td(e){return e>=97&&e<=122||e>=65&&e<=90||e===95}function t5(e){return td(e)||qo(e)}function pZ(e){return hZ.has(e)}var Pt;(function(e){e[e.Program=0]="Program",e[e.Literal=1]="Literal",e[e.Identifier=2]="Identifier",e[e.MemberExpression=3]="MemberExpression",e[e.CallExpression=4]="CallExpression",e[e.BinaryExpression=5]="BinaryExpression",e[e.UnaryExpression=6]="UnaryExpression",e[e.ConditionalExpression=7]="ConditionalExpression"})(Pt||(Pt={}));const gZ=new Map([["||",2],["&&",3],["===",4],["!==",4],[">",5],[">=",5],["<",5],["<=",5],["+",6],["-",6],["*",7],["/",7],["%",7],["!",8]]),mZ={type:Pt.Literal,value:null},yZ={type:Pt.Literal,value:!0},vZ={type:Pt.Literal,value:!1},bZ=e=>{let t=0;const n=e.length,r=()=>t>=n?null:e[t],i=()=>e[t++],o=h=>{const d=r();return d!==null&&d.type===h},a=h=>h.type===De.OPERATOR?gZ.get(h.value)||-1:h.type===De.DOT||h.type===De.BRACKET_LEFT?9:h.type===De.QUESTION?1:-1,s=h=>{let d,f;if(i().type===De.DOT){if(!o(De.IDENTIFIER)){const y=r();throw new Et("Expected property name",t,y?y.value:"<end of input>")}const g=i();d={type:Pt.Identifier,name:g.value},f=!1}else{if(d=l(0),!o(De.BRACKET_RIGHT)){const g=r();throw new Et("Expected closing bracket",t,g?g.value:"<end of input>")}i(),f=!0}return{type:Pt.MemberExpression,object:h,property:d,computed:f}},c=()=>{const h=r();if(!h)throw new Et("Unexpected end of input",t,"<end of input>");if(h.type===De.OPERATOR&&(h.value==="!"||h.value==="-")){i();const d=c();return{type:Pt.UnaryExpression,operator:h.value,argument:d,prefix:!0}}switch(h.type){case De.NUMBER:return i(),{type:Pt.Literal,value:Number(h.value)};case De.STRING:return i(),{type:Pt.Literal,value:h.value};case De.BOOLEAN:return i(),h.value==="true"?yZ:vZ;case De.NULL:return i(),mZ;case De.IDENTIFIER:return i(),{type:Pt.Identifier,name:h.value};case De.FUNCTION:return(()=>{const d=i(),f=[];if(!o(De.PAREN_LEFT)){const g=r();throw new Et("Expected opening parenthesis after function name",t,g?g.value:"<end of input>")}for(i();;){if(o(De.PAREN_RIGHT)){i();break}if(!r()){const y=r();throw new Et("Expected closing parenthesis",t,y?y.value:"<end of input>")}if(f.length>0){if(!o(De.COMMA)){const y=r();throw new Et("Expected comma between function arguments",t,y?y.value:"<end of input>")}i()}const g=l(0);f.push(g)}return{type:Pt.CallExpression,callee:{type:Pt.Identifier,name:d.value},arguments:f}})();case De.PAREN_LEFT:{i();const d=l(0);if(!o(De.PAREN_RIGHT)){const f=r();throw new Et("Expected closing parenthesis",t,f?f.value:"<end of input>")}return i(),d}default:throw new Et(`Unexpected token: ${h.type}`,t,h.value)}},l=(h=0)=>{let d=c();for(;t<n;){const f=e[t],g=a(f);if(g<=h)break;if(f.type!==De.QUESTION)if(f.type!==De.OPERATOR){if(f.type!==De.DOT&&f.type!==De.BRACKET_LEFT)break;d=s(d)}else{i();const y=l(g);d={type:Pt.BinaryExpression,operator:f.value,left:d,right:y}}else{i();const y=l(0);if(!o(De.COLON)){const v=r();throw new Et("Expected : in conditional expression",t,v?v.value:"<end of input>")}i();const m=l(0);d={type:Pt.ConditionalExpression,test:d,consequent:y,alternate:m}}}return d},u=l();return{type:Pt.Program,body:u}},_Z=(e,t,n)=>{let r=t;n&&(r=Kt(At({},t),{context:At(At({},t.context),n)}));const i=o=>{switch(o.type){case Pt.Literal:return(a=>a.value)(o);case Pt.Identifier:return(a=>{if(!(a.name in r.context))throw new Et(`Undefined variable: ${a.name}`);return r.context[a.name]})(o);case Pt.MemberExpression:return(a=>{const s=i(a.object);if(s==null)throw new Et("Cannot access property of null or undefined");return s[a.computed?i(a.property):a.property.name]})(o);case Pt.CallExpression:return(a=>{const s=r.functions[a.callee.name];if(!s)throw new Et(`Undefined function: ${a.callee.name}`);return s(...a.arguments.map((c=>i(c))))})(o);case Pt.BinaryExpression:return(a=>{if(a.operator==="&&"){const l=i(a.left);return l&&i(a.right)}if(a.operator==="||")return i(a.left)||i(a.right);const s=i(a.left),c=i(a.right);switch(a.operator){case"+":return s+c;case"-":return s-c;case"*":return s*c;case"/":return s/c;case"%":return s%c;case"===":return s===c;case"!==":return s!==c;case">":return s>c;case">=":return s>=c;case"<":return s<c;case"<=":return s<=c;default:throw new Et(`Unknown operator: ${a.operator}`)}})(o);case Pt.UnaryExpression:return(a=>{const s=i(a.argument);if(a.prefix)switch(a.operator){case"!":return!s;case"-":if(typeof s!="number")throw new Et(`Cannot apply unary - to non-number: ${s}`);return-s;default:throw new Et(`Unknown operator: ${a.operator}`)}throw new Et(`Postfix operators are not supported: ${a.operator}`)})(o);case Pt.ConditionalExpression:return(a=>{const s=i(a.test);return i(s?a.consequent:a.alternate)})(o);default:throw new Et(`Evaluation error: Unsupported node type: ${o.type}`)}};return i(e.body)};function n5(e){const t=(i=>{const o=i,a=o.length,s=new Array(Math.ceil(a/3));let c=0,l=0;function u(m){const v=l+1;l++;let b="",_=!1;for(;l<a;){const x=o.charCodeAt(l);if(x===m)return _||(b=o.substring(v,l)),l++,{type:De.STRING,value:b};x===92?(_||(b=o.substring(v,l),_=!0),l++,b+=o[l]):_&&(b+=o[l]),l++}throw new Et(`Unterminated string starting with ${String.fromCharCode(m)}`,l,o.substring(Math.max(0,l-10),l))}function h(){const m=l;for(o.charCodeAt(l)===45&&l++;l<a&&qo(o.charCodeAt(l));)l++;if(l<a&&o.charCodeAt(l)===46)for(l++;l<a&&qo(o.charCodeAt(l));)l++;const v=o.slice(m,l);return{type:De.NUMBER,value:v}}function d(){l++;const m=l;if(l<a&&td(o.charCodeAt(l)))for(l++;l<a&&t5(o.charCodeAt(l));)l++;const v=o.slice(m,l);return{type:De.FUNCTION,value:v}}function f(){const m=l++;for(;l<a&&t5(o.charCodeAt(l));)l++;const v=o.slice(m,l),b=dZ.get(v);return b?{type:b,value:v}:{type:De.IDENTIFIER,value:v}}function g(){if(l+2<a){const v=o.substring(l,l+3);if(ed.has(v))return l+=3,{type:De.OPERATOR,value:v}}if(l+1<a){const v=o.substring(l,l+2);if(ed.has(v))return l+=2,{type:De.OPERATOR,value:v}}const m=o[l];if(ed.has(m))return l++,{type:De.OPERATOR,value:m};throw new Et(`Unknown operator at position ${l}: ${o.substring(l,l+1)}`,l,o.substring(Math.max(0,l-10),l))}for(;l<a;){const m=o.charCodeAt(l);if(y=m,uZ.has(y)){l++;continue}const v=e5.get(m);if(v)s[c++]=v,l++;else if(m!==34&&m!==39)if(qo(m)||m===45&&l+1<a&&qo(o.charCodeAt(l+1)))s[c++]=h();else if(m!==64)if(td(m))s[c++]=f();else{if(!pZ(m))throw new Et(`Unexpected character: ${o[l]}`,l,o.substring(Math.max(0,l-10),l));s[c++]=g()}else s[c++]=d();else s[c++]=u(m)}var y;return c===s.length?s:s.slice(0,c)})(e),n=bZ(t),r=((i={},o={})=>({context:i,functions:o}))({},lZ);return(i={})=>_Z(n,r,i)}function xZ(e,t={}){return n5(e)(t)}function wZ(e,t){if(typeof e!="string")return;const n=e.trim();if(n)try{return n5(n),xZ(n,t)}catch(r){return}}function Si(e){return typeof e=="number"}function r5(e){if(!e)return[0,0,0];if(Si(e))return[e,e,e];if(Array.isArray(e)&&e.length===0)return[0,0,0];const[t,n=t,r=t]=e;return[t,n,r]}function PZ(e){return Si(e)?!0:Array.isArray(e)?e.every(t=>Si(t)):!1}function ln(e){return e==null}function i5(e){return typeof e=="string"}function o5(e){return typeof e=="function"}function nd(e,t){if(typeof e=="function")return e;if(typeof e=="string"){const n=e;return(...r)=>{const i={};for(let o=0;o<t.length;o++)i[t[o]]=r[o];return wZ(n,i)}}return()=>e}function rd(e,t,n="node"){if(ln(e))return()=>t;if(i5(e)){const r=nd(e,[n]);return i=>{const o=r(i);return Si(o)?o:t}}return o5(e)?e:Si(e)?()=>e:()=>t}function a5(e,t=10,n="node"){if(ln(e))return()=>t;if(i5(e)){const r=nd(e,[n]);return i=>{const o=r(i);return PZ(o)?o:t}}return o5(e)?e:Si(e)?()=>e:Array.isArray(e)?()=>e:()=>t}function $Z(e){var t;return[e.x,e.y,(t=e.z)!==null&&t!==void 0?t:0]}class CZ{constructor(t,n={}){this.edgeIdCounter=new Map,this.nodeMap=MZ(t.nodes,n.node),this.edgeMap=EZ(t.edges||[],n.edge,this.getEdgeId.bind(this))}data(){return{nodes:this.nodeMap,edges:this.edgeMap}}replace(t){this.nodeMap=t.nodes,this.edgeMap=t.edges,this.clearCache()}nodes(){return Array.from(this.nodeMap.values())}node(t){return this.nodeMap.get(t)}nodeAt(t){this.indexNodeCache||this.buildNodeIndexCache();const n=this.indexNodeCache.get(t);return n?this.nodeMap.get(n):void 0}nodeIndexOf(t){var n;return this.nodeIndexCache||this.buildNodeIndexCache(),(n=this.nodeIndexCache.get(t))!==null&&n!==void 0?n:-1}firstNode(){return this.nodeMap.values().next().value}forEachNode(t){let n=0;this.nodeMap.forEach(r=>t(r,n++))}originalNode(t){const n=this.nodeMap.get(t);return n==null?void 0:n._original}nodeCount(){return this.nodeMap.size}edges(){return Array.from(this.edgeMap.values())}edge(t){return this.edgeMap.get(t)}firstEdge(){return this.edgeMap.values().next().value}forEachEdge(t){let n=0;this.edgeMap.forEach(r=>t(r,n++))}originalEdge(t){const n=this.edgeMap.get(t);return n==null?void 0:n._original}edgeCount(){return this.edgeMap.size}getEdgeId(t){if(t.id)return t.id;const n=`${t.source}-${t.target}`,r=this.edgeIdCounter.get(n)||0,i=r===0?n:`${n}-${r}`;return this.edgeIdCounter.set(n,r+1),i}degree(t,n="both"){this.degreeCache||this.buildDegreeCache();const r=this.degreeCache.get(t);return r?r[n]:0}neighbors(t,n="both"){if((!this.outAdjacencyCache||!this.inAdjacencyCache)&&this.buildAdjacencyCache(),n==="out")return Array.from(this.outAdjacencyCache.get(t)||[]);if(n==="in")return Array.from(this.inAdjacencyCache.get(t)||[]);if(this.bothAdjacencyCache)return Array.from(this.bothAdjacencyCache.get(t)||[]);const r=this.inAdjacencyCache.get(t),i=this.outAdjacencyCache.get(t);if(!r&&!i)return[];if(!r)return Array.from(i);if(!i)return Array.from(r);const o=new Set;return r.forEach(a=>o.add(a)),i.forEach(a=>o.add(a)),Array.from(o)}successors(t){return this.neighbors(t,"out")}predecessors(t){return this.neighbors(t,"in")}setNodeOrder(t){const n=new Map;for(const r of t)n.set(r.id,r);this.nodeMap=n,this.nodeIndexCache=void 0,this.indexNodeCache=void 0}clearCache(){this.degreeCache=void 0,this.inAdjacencyCache=void 0,this.outAdjacencyCache=void 0,this.bothAdjacencyCache=void 0,this.nodeIndexCache=void 0,this.indexNodeCache=void 0}buildDegreeCache(){this.degreeCache=new Map;for(const t of this.edges()){const{source:n,target:r}=t;if(t.source===t.target)continue;this.degreeCache.has(n)||this.degreeCache.set(n,{in:0,out:0,both:0});const i=this.degreeCache.get(t.source);i&&(i.out++,i.both++),this.degreeCache.has(r)||this.degreeCache.set(r,{in:0,out:0,both:0});const o=this.degreeCache.get(t.target);o&&(o.in++,o.both++)}}buildAdjacencyCache(){this.inAdjacencyCache=new Map,this.outAdjacencyCache=new Map;for(const t of this.edges())!this.nodeMap.has(t.source)||!this.nodeMap.has(t.target)||(this.outAdjacencyCache.has(t.source)||this.outAdjacencyCache.set(t.source,new Set),this.outAdjacencyCache.get(t.source).add(t.target),this.inAdjacencyCache.has(t.target)||this.inAdjacencyCache.set(t.target,new Set),this.inAdjacencyCache.get(t.target).add(t.source))}buildNodeIndexCache(){this.nodeIndexCache=new Map,this.indexNodeCache=new Map;let t=0;this.nodeMap.forEach((n,r)=>{this.nodeIndexCache.set(r,t),this.indexNodeCache.set(t,r),t++})}destroy(){this.clearCache(),this.nodeMap.clear(),this.edgeMap.clear(),this.edgeIdCounter.clear()}}const OZ=["id","x","y","z","vx","vy","vz","fx","fy","fz","parentId"],SZ=["id","source","target","points"];function MZ(e,t){if(!e)throw new Error("Data.nodes is required");const n=new Map;for(const r of e){const i={_original:r};for(const o of OZ){const a=r[o];ln(a)||(i[o]=a)}if(t){const o=t(r);for(const a in o){const s=o[a];ln(s)||(i[a]=s)}}if(ln(i.id))throw new Error("Node is missing id field");n.set(i.id,i)}return n}function EZ(e,t,n){const r=new Map;for(const i of e){const o={_original:i};for(const a of SZ){const s=i[a];ln(s)||(o[a]=s)}if(t){const a=t(i);for(const s in a){const c=a[s];ln(c)||(o[s]=c)}}if(ln(o.source)||ln(o.target))throw new Error("Edge is missing source or target field");ln(o.id)&&(o.id=n==null?void 0:n(i)),r.set(o.id,o)}return r}class IZ{constructor(t,n={}){this.graph=new CZ(t,n)}export(){return this.graph.data()}replace(t){this.graph.replace(t)}forEachNode(t){this.graph.forEachNode(t)}forEachEdge(t){this.graph.forEachEdge((n,r)=>{n.sourceNode=this.graph.node(n.source),n.targetNode=this.graph.node(n.target),t(n,r)})}destroy(){this.graph.destroy()}}const s5=Symbol("Comlink.proxy"),AZ=Symbol("Comlink.endpoint"),TZ=Symbol("Comlink.releaseProxy"),id=Symbol("Comlink.finalizer"),ic=Symbol("Comlink.thrown"),c5=e=>typeof e=="object"&&e!==null||typeof e=="function",kZ={canHandle:e=>c5(e)&&e[s5],serialize(e){const{port1:t,port2:n}=new MessageChannel;return u5(e,t),[n,[n]]},deserialize(e){return e.start(),d5(e)}},RZ={canHandle:e=>c5(e)&&ic in e,serialize({value:e}){let t;return e instanceof Error?t={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:t={isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},l5=new Map([["proxy",kZ],["throw",RZ]]);function LZ(e,t){for(const n of e)if(t===n||n==="*"||n instanceof RegExp&&n.test(t))return!0;return!1}function u5(e,t=globalThis,n=["*"]){t.addEventListener("message",function r(i){if(!i||!i.data)return;if(!LZ(n,i.origin)){console.warn(`Invalid origin '${i.origin}' for comlink proxy`);return}const{id:o,type:a,path:s}=Object.assign({path:[]},i.data),c=(i.data.argumentList||[]).map(Fr);let l;try{const u=s.slice(0,-1).reduce((d,f)=>d[f],e),h=s.reduce((d,f)=>d[f],e);switch(a){case"GET":l=h;break;case"SET":u[s.slice(-1)[0]]=Fr(i.data.value),l=!0;break;case"APPLY":l=h.apply(u,c);break;case"CONSTRUCT":{const d=new h(...c);l=jZ(d)}break;case"ENDPOINT":{const{port1:d,port2:f}=new MessageChannel;u5(e,f),l=qZ(d,[d])}break;case"RELEASE":l=void 0;break;default:return}}catch(u){l={value:u,[ic]:0}}Promise.resolve(l).catch(u=>({value:u,[ic]:0})).then(u=>{const[h,d]=cc(u);t.postMessage(Object.assign(Object.assign({},h),{id:o}),d),a==="RELEASE"&&(t.removeEventListener("message",r),h5(t),id in e&&typeof e[id]=="function"&&e[id]())}).catch(u=>{const[h,d]=cc({value:new TypeError("Unserializable return value"),[ic]:0});t.postMessage(Object.assign(Object.assign({},h),{id:o}),d)})}),t.start&&t.start()}function zZ(e){return e.constructor.name==="MessagePort"}function h5(e){zZ(e)&&e.close()}function d5(e,t){const n=new Map;return e.addEventListener("message",function(i){const{data:o}=i;if(!o||!o.id)return;const a=n.get(o.id);if(a)try{a(o)}finally{n.delete(o.id)}}),od(e,n,[],t)}function oc(e){if(e)throw new Error("Proxy has been released and is not useable")}function f5(e){return Mi(e,new Map,{type:"RELEASE"}).then(()=>{h5(e)})}const ac=new WeakMap,sc="FinalizationRegistry"in globalThis&&new FinalizationRegistry(e=>{const t=(ac.get(e)||0)-1;ac.set(e,t),t===0&&f5(e)});function NZ(e,t){const n=(ac.get(t)||0)+1;ac.set(t,n),sc&&sc.register(e,t,e)}function DZ(e){sc&&sc.unregister(e)}function od(e,t,n=[],r=function(){}){let i=!1;const o=new Proxy(r,{get(a,s){if(oc(i),s===TZ)return()=>{DZ(o),f5(e),t.clear(),i=!0};if(s==="then"){if(n.length===0)return{then:()=>o};const c=Mi(e,t,{type:"GET",path:n.map(l=>l.toString())}).then(Fr);return c.then.bind(c)}return od(e,t,[...n,s])},set(a,s,c){oc(i);const[l,u]=cc(c);return Mi(e,t,{type:"SET",path:[...n,s].map(h=>h.toString()),value:l},u).then(Fr)},apply(a,s,c){oc(i);const l=n[n.length-1];if(l===AZ)return Mi(e,t,{type:"ENDPOINT"}).then(Fr);if(l==="bind")return od(e,t,n.slice(0,-1));const[u,h]=p5(c);return Mi(e,t,{type:"APPLY",path:n.map(d=>d.toString()),argumentList:u},h).then(Fr)},construct(a,s){oc(i);const[c,l]=p5(s);return Mi(e,t,{type:"CONSTRUCT",path:n.map(u=>u.toString()),argumentList:c},l).then(Fr)}});return NZ(o,e),o}function HZ(e){return Array.prototype.concat.apply([],e)}function p5(e){const t=e.map(cc);return[t.map(n=>n[0]),HZ(t.map(n=>n[1]))]}const g5=new WeakMap;function qZ(e,t){return g5.set(e,t),e}function jZ(e){return Object.assign(e,{[s5]:!0})}function cc(e){for(const[t,n]of l5)if(n.canHandle(e)){const[r,i]=n.serialize(e);return[{type:"HANDLER",name:t,value:r},i]}return[{type:"RAW",value:e},g5.get(e)||[]]}function Fr(e){switch(e.type){case"HANDLER":return l5.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Mi(e,t,n,r){return new Promise(i=>{const o=FZ();t.set(o,i),e.start&&e.start(),e.postMessage(Object.assign({id:o},n),r)})}function FZ(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}class BZ{constructor(){this.worker=null,this.workerApi=null}execute(t,n,r){return Ho(this,void 0,void 0,function*(){if(this.worker||(yield this.initWorker()),!this.workerApi)throw new Error("Worker API not initialized");return yield this.workerApi.execute(t,n,r)})}destroy(){this.workerApi&&this.workerApi.destroy(),this.worker&&(this.worker.terminate(),this.worker=null,this.workerApi=null)}initWorker(){return Ho(this,void 0,void 0,function*(){const t=this.resolveWorkerPath(),r=t.includes("/lib/")||t.endsWith(".mjs")?"module":"classic";this.worker=new Worker(t,{type:r}),this.workerApi=d5(this.worker)})}resolveWorkerPath(){if(typeof{url:typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:ht&&ht.tagName.toUpperCase()==="SCRIPT"&&ht.src||new URL("infographic.min.js",document.baseURI).href}!="undefined"&&(typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:ht&&ht.tagName.toUpperCase()==="SCRIPT"&&ht.src||new URL("infographic.min.js",document.baseURI).href)){const t=new URL(typeof document=="undefined"&&typeof location=="undefined"?require("url").pathToFileURL(__filename).href:typeof document=="undefined"?location.href:ht&&ht.tagName.toUpperCase()==="SCRIPT"&&ht.src||new URL("infographic.min.js",document.baseURI).href),n=t.href.replace(/\/runtime\/[^/]+\.js$/,"/worker.js");return n!==t.href?n:t.href.replace(/\/[^/]+\.js$/,"/worker.js")}if(typeof document!="undefined"){const t=document.getElementsByTagName("script");for(let n=t.length-1;n>=0;n--){const r=t[n].src;if(r&&(r.includes("index.js")||r.includes("index.min.js")))return r.replace(/index(\.min)?\.js/,"worker.js")}}return"./worker.js"}}class WZ{constructor(t){this.supervisor=null,this.initialOptions=this.mergeOptions(this.getDefaultOptions(),t)}get options(){return this.runtimeOptions||this.initialOptions}mergeOptions(t,n){return Object.assign({},t,n||{})}execute(t,n){return Ho(this,void 0,void 0,function*(){this.runtimeOptions=this.mergeOptions(this.initialOptions,n);const{node:r,edge:i,enableWorker:o}=this.runtimeOptions;this.context=new IZ(t,{node:r,edge:i}),this.model=this.context.graph,o&&typeof Worker!="undefined"?yield this.layoutInWorker(t,this.runtimeOptions):yield this.layout(this.runtimeOptions)})}layoutInWorker(t,n){var r;return Ho(this,void 0,void 0,function*(){try{this.supervisor||(this.supervisor=new BZ);const i=yield this.supervisor.execute(this.id,t,n);(r=this.context)===null||r===void 0||r.replace(i)}catch(i){console.error("Layout in worker failed, fallback to main thread layout.",i),yield this.layout(n)}})}forEachNode(t){this.context.forEachNode(t)}forEachEdge(t){this.context.forEachEdge(t)}destroy(){var t;(t=this.context)===null||t===void 0||t.destroy(),this.model=null,this.context=null,this.supervisor&&(this.supervisor.destroy(),this.supervisor=null)}}function GZ(e){return Array.isArray(e)}var VZ=(function(e){var t=typeof e;return e!==null&&t==="object"||t==="function"}),YZ=function(e){return typeof e=="object"&&e!==null},XZ={}.toString,m5=function(e,t){return XZ.call(e)==="[object "+t+"]"},UZ=function(e){if(!YZ(e)||!m5(e,"Object"))return!1;if(Object.getPrototypeOf(e)===null)return!0;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t},lc=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function KZ(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ad(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var sd,y5;function ZZ(){if(y5)return sd;y5=1;function e(){this.__data__=[],this.size=0}return sd=e,sd}var cd,v5;function Ei(){if(v5)return cd;v5=1;function e(t,n){return t===n||t!==t&&n!==n}return cd=e,cd}var ld,b5;function uc(){if(b5)return ld;b5=1;var e=Ei();function t(n,r){for(var i=n.length;i--;)if(e(n[i][0],r))return i;return-1}return ld=t,ld}var ud,_5;function QZ(){if(_5)return ud;_5=1;var e=uc(),t=Array.prototype,n=t.splice;function r(i){var o=this.__data__,a=e(o,i);if(a<0)return!1;var s=o.length-1;return a==s?o.pop():n.call(o,a,1),--this.size,!0}return ud=r,ud}var hd,x5;function JZ(){if(x5)return hd;x5=1;var e=uc();function t(n){var r=this.__data__,i=e(r,n);return i<0?void 0:r[i][1]}return hd=t,hd}var dd,w5;function eQ(){if(w5)return dd;w5=1;var e=uc();function t(n){return e(this.__data__,n)>-1}return dd=t,dd}var fd,P5;function tQ(){if(P5)return fd;P5=1;var e=uc();function t(n,r){var i=this.__data__,o=e(i,n);return o<0?(++this.size,i.push([n,r])):i[o][1]=r,this}return fd=t,fd}var pd,$5;function hc(){if($5)return pd;$5=1;var e=ZZ(),t=QZ(),n=JZ(),r=eQ(),i=tQ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,pd=o,pd}var gd,C5;function nQ(){if(C5)return gd;C5=1;var e=hc();function t(){this.__data__=new e,this.size=0}return gd=t,gd}var md,O5;function rQ(){if(O5)return md;O5=1;function e(t){var n=this.__data__,r=n.delete(t);return this.size=n.size,r}return md=e,md}var yd,S5;function iQ(){if(S5)return yd;S5=1;function e(t){return this.__data__.get(t)}return yd=e,yd}var vd,M5;function oQ(){if(M5)return vd;M5=1;function e(t){return this.__data__.has(t)}return vd=e,vd}var bd,E5;function I5(){if(E5)return bd;E5=1;var e=typeof lc=="object"&&lc&&lc.Object===Object&&lc;return bd=e,bd}var _d,A5;function vn(){if(A5)return _d;A5=1;var e=I5(),t=typeof self=="object"&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return _d=n,_d}var xd,T5;function Ii(){if(T5)return xd;T5=1;var e=vn(),t=e.Symbol;return xd=t,xd}var wd,k5;function aQ(){if(k5)return wd;k5=1;var e=Ii(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,i=e?e.toStringTag:void 0;function o(a){var s=n.call(a,i),c=a[i];try{a[i]=void 0;var l=!0}catch(h){}var u=r.call(a);return l&&(s?a[i]=c:delete a[i]),u}return wd=o,wd}var Pd,R5;function sQ(){if(R5)return Pd;R5=1;var e=Object.prototype,t=e.toString;function n(r){return t.call(r)}return Pd=n,Pd}var $d,L5;function Br(){if(L5)return $d;L5=1;var e=Ii(),t=aQ(),n=sQ(),r="[object Null]",i="[object Undefined]",o=e?e.toStringTag:void 0;function a(s){return s==null?s===void 0?i:r:o&&o in Object(s)?t(s):n(s)}return $d=a,$d}var Cd,z5;function un(){if(z5)return Cd;z5=1;function e(t){var n=typeof t;return t!=null&&(n=="object"||n=="function")}return Cd=e,Cd}var Od,N5;function jo(){if(N5)return Od;N5=1;var e=Br(),t=un(),n="[object AsyncFunction]",r="[object Function]",i="[object GeneratorFunction]",o="[object Proxy]";function a(s){if(!t(s))return!1;var c=e(s);return c==r||c==i||c==n||c==o}return Od=a,Od}var Sd,D5;function cQ(){if(D5)return Sd;D5=1;var e=vn(),t=e["__core-js_shared__"];return Sd=t,Sd}var Md,H5;function lQ(){if(H5)return Md;H5=1;var e=cQ(),t=(function(){var r=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""})();function n(r){return!!t&&t in r}return Md=n,Md}var Ed,q5;function j5(){if(q5)return Ed;q5=1;var e=Function.prototype,t=e.toString;function n(r){if(r!=null){try{return t.call(r)}catch(i){}try{return r+""}catch(i){}}return""}return Ed=n,Ed}var Id,F5;function uQ(){if(F5)return Id;F5=1;var e=jo(),t=lQ(),n=un(),r=j5(),i=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,a=Function.prototype,s=Object.prototype,c=a.toString,l=s.hasOwnProperty,u=RegExp("^"+c.call(l).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(d){if(!n(d)||t(d))return!1;var f=e(d)?u:o;return f.test(r(d))}return Id=h,Id}var Ad,B5;function hQ(){if(B5)return Ad;B5=1;function e(t,n){return t==null?void 0:t[n]}return Ad=e,Ad}var Td,W5;function Wr(){if(W5)return Td;W5=1;var e=uQ(),t=hQ();function n(r,i){var o=t(r,i);return e(o)?o:void 0}return Td=n,Td}var kd,G5;function Rd(){if(G5)return kd;G5=1;var e=Wr(),t=vn(),n=e(t,"Map");return kd=n,kd}var Ld,V5;function dc(){if(V5)return Ld;V5=1;var e=Wr(),t=e(Object,"create");return Ld=t,Ld}var zd,Y5;function dQ(){if(Y5)return zd;Y5=1;var e=dc();function t(){this.__data__=e?e(null):{},this.size=0}return zd=t,zd}var Nd,X5;function fQ(){if(X5)return Nd;X5=1;function e(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}return Nd=e,Nd}var Dd,U5;function pQ(){if(U5)return Dd;U5=1;var e=dc(),t="__lodash_hash_undefined__",n=Object.prototype,r=n.hasOwnProperty;function i(o){var a=this.__data__;if(e){var s=a[o];return s===t?void 0:s}return r.call(a,o)?a[o]:void 0}return Dd=i,Dd}var Hd,K5;function gQ(){if(K5)return Hd;K5=1;var e=dc(),t=Object.prototype,n=t.hasOwnProperty;function r(i){var o=this.__data__;return e?o[i]!==void 0:n.call(o,i)}return Hd=r,Hd}var qd,Z5;function mQ(){if(Z5)return qd;Z5=1;var e=dc(),t="__lodash_hash_undefined__";function n(r,i){var o=this.__data__;return this.size+=this.has(r)?0:1,o[r]=e&&i===void 0?t:i,this}return qd=n,qd}var jd,Q5;function yQ(){if(Q5)return jd;Q5=1;var e=dQ(),t=fQ(),n=pQ(),r=gQ(),i=mQ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,jd=o,jd}var Fd,J5;function vQ(){if(J5)return Fd;J5=1;var e=yQ(),t=hc(),n=Rd();function r(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}return Fd=r,Fd}var Bd,e6;function bQ(){if(e6)return Bd;e6=1;function e(t){var n=typeof t;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?t!=="__proto__":t===null}return Bd=e,Bd}var Wd,t6;function fc(){if(t6)return Wd;t6=1;var e=bQ();function t(n,r){var i=n.__data__;return e(r)?i[typeof r=="string"?"string":"hash"]:i.map}return Wd=t,Wd}var Gd,n6;function _Q(){if(n6)return Gd;n6=1;var e=fc();function t(n){var r=e(this,n).delete(n);return this.size-=r?1:0,r}return Gd=t,Gd}var Vd,r6;function xQ(){if(r6)return Vd;r6=1;var e=fc();function t(n){return e(this,n).get(n)}return Vd=t,Vd}var Yd,i6;function wQ(){if(i6)return Yd;i6=1;var e=fc();function t(n){return e(this,n).has(n)}return Yd=t,Yd}var Xd,o6;function PQ(){if(o6)return Xd;o6=1;var e=fc();function t(n,r){var i=e(this,n),o=i.size;return i.set(n,r),this.size+=i.size==o?0:1,this}return Xd=t,Xd}var Ud,a6;function Kd(){if(a6)return Ud;a6=1;var e=vQ(),t=_Q(),n=xQ(),r=wQ(),i=PQ();function o(a){var s=-1,c=a==null?0:a.length;for(this.clear();++s<c;){var l=a[s];this.set(l[0],l[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Ud=o,Ud}var Zd,s6;function $Q(){if(s6)return Zd;s6=1;var e=hc(),t=Rd(),n=Kd(),r=200;function i(o,a){var s=this.__data__;if(s instanceof e){var c=s.__data__;if(!t||c.length<r-1)return c.push([o,a]),this.size=++s.size,this;s=this.__data__=new n(c)}return s.set(o,a),this.size=s.size,this}return Zd=i,Zd}var Qd,c6;function pc(){if(c6)return Qd;c6=1;var e=hc(),t=nQ(),n=rQ(),r=iQ(),i=oQ(),o=$Q();function a(s){var c=this.__data__=new e(s);this.size=c.size}return a.prototype.clear=t,a.prototype.delete=n,a.prototype.get=r,a.prototype.has=i,a.prototype.set=o,Qd=a,Qd}var Jd,l6;function ef(){if(l6)return Jd;l6=1;function e(t,n){for(var r=-1,i=t==null?0:t.length;++r<i&&n(t[r],r,t)!==!1;);return t}return Jd=e,Jd}var tf,u6;function h6(){if(u6)return tf;u6=1;var e=Wr(),t=(function(){try{var n=e(Object,"defineProperty");return n({},"",{}),n}catch(r){}})();return tf=t,tf}var nf,d6;function gc(){if(d6)return nf;d6=1;var e=h6();function t(n,r,i){r=="__proto__"&&e?e(n,r,{configurable:!0,enumerable:!0,value:i,writable:!0}):n[r]=i}return nf=t,nf}var rf,f6;function mc(){if(f6)return rf;f6=1;var e=gc(),t=Ei(),n=Object.prototype,r=n.hasOwnProperty;function i(o,a,s){var c=o[a];(!(r.call(o,a)&&t(c,s))||s===void 0&&!(a in o))&&e(o,a,s)}return rf=i,rf}var of,p6;function Fo(){if(p6)return of;p6=1;var e=mc(),t=gc();function n(r,i,o,a){var s=!o;o||(o={});for(var c=-1,l=i.length;++c<l;){var u=i[c],h=a?a(o[u],r[u],u,o,r):void 0;h===void 0&&(h=r[u]),s?t(o,u,h):e(o,u,h)}return o}return of=n,of}var af,g6;function CQ(){if(g6)return af;g6=1;function e(t,n){for(var r=-1,i=Array(t);++r<t;)i[r]=n(r);return i}return af=e,af}var sf,m6;function An(){if(m6)return sf;m6=1;function e(t){return t!=null&&typeof t=="object"}return sf=e,sf}var cf,y6;function OQ(){if(y6)return cf;y6=1;var e=Br(),t=An(),n="[object Arguments]";function r(i){return t(i)&&e(i)==n}return cf=r,cf}var lf,v6;function Bo(){if(v6)return lf;v6=1;var e=OQ(),t=An(),n=Object.prototype,r=n.hasOwnProperty,i=n.propertyIsEnumerable,o=e((function(){return arguments})())?e:function(a){return t(a)&&r.call(a,"callee")&&!i.call(a,"callee")};return lf=o,lf}var uf,b6;function It(){if(b6)return uf;b6=1;var e=Array.isArray;return uf=e,uf}var Wo={exports:{}},hf,_6;function SQ(){if(_6)return hf;_6=1;function e(){return!1}return hf=e,hf}Wo.exports;var x6;function Ai(){return x6||(x6=1,(function(e,t){var n=vn(),r=SQ(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===i,s=a?n.Buffer:void 0,c=s?s.isBuffer:void 0,l=c||r;e.exports=l})(Wo,Wo.exports)),Wo.exports}var df,w6;function yc(){if(w6)return df;w6=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function n(r,i){var o=typeof r;return i=i==null?e:i,!!i&&(o=="number"||o!="symbol"&&t.test(r))&&r>-1&&r%1==0&&r<i}return df=n,df}var ff,P6;function pf(){if(P6)return ff;P6=1;var e=9007199254740991;function t(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=e}return ff=t,ff}var gf,$6;function MQ(){if($6)return gf;$6=1;var e=Br(),t=pf(),n=An(),r="[object Arguments]",i="[object Array]",o="[object Boolean]",a="[object Date]",s="[object Error]",c="[object Function]",l="[object Map]",u="[object Number]",h="[object Object]",d="[object RegExp]",f="[object Set]",g="[object String]",y="[object WeakMap]",m="[object ArrayBuffer]",v="[object DataView]",b="[object Float32Array]",_="[object Float64Array]",x="[object Int8Array]",w="[object Int16Array]",P="[object Int32Array]",$="[object Uint8Array]",C="[object Uint8ClampedArray]",M="[object Uint16Array]",S="[object Uint32Array]",E={};E[b]=E[_]=E[x]=E[w]=E[P]=E[$]=E[C]=E[M]=E[S]=!0,E[r]=E[i]=E[m]=E[o]=E[v]=E[a]=E[s]=E[c]=E[l]=E[u]=E[h]=E[d]=E[f]=E[g]=E[y]=!1;function A(O){return n(O)&&t(O.length)&&!!E[e(O)]}return gf=A,gf}var mf,C6;function vc(){if(C6)return mf;C6=1;function e(t){return function(n){return t(n)}}return mf=e,mf}var Go={exports:{}};Go.exports;var O6;function yf(){return O6||(O6=1,(function(e,t){var n=I5(),r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===r,a=o&&n.process,s=(function(){try{var c=i&&i.require&&i.require("util").types;return c||a&&a.binding&&a.binding("util")}catch(l){}})();e.exports=s})(Go,Go.exports)),Go.exports}var vf,S6;function Vo(){if(S6)return vf;S6=1;var e=MQ(),t=vc(),n=yf(),r=n&&n.isTypedArray,i=r?t(r):e;return vf=i,vf}var bf,M6;function E6(){if(M6)return bf;M6=1;var e=CQ(),t=Bo(),n=It(),r=Ai(),i=yc(),o=Vo(),a=Object.prototype,s=a.hasOwnProperty;function c(l,u){var h=n(l),d=!h&&t(l),f=!h&&!d&&r(l),g=!h&&!d&&!f&&o(l),y=h||d||f||g,m=y?e(l.length,String):[],v=m.length;for(var b in l)(u||s.call(l,b))&&!(y&&(b=="length"||f&&(b=="offset"||b=="parent")||g&&(b=="buffer"||b=="byteLength"||b=="byteOffset")||i(b,v)))&&m.push(b);return m}return bf=c,bf}var _f,I6;function bc(){if(I6)return _f;I6=1;var e=Object.prototype;function t(n){var r=n&&n.constructor,i=typeof r=="function"&&r.prototype||e;return n===i}return _f=t,_f}var xf,A6;function T6(){if(A6)return xf;A6=1;function e(t,n){return function(r){return t(n(r))}}return xf=e,xf}var wf,k6;function EQ(){if(k6)return wf;k6=1;var e=T6(),t=e(Object.keys,Object);return wf=t,wf}var Pf,R6;function $f(){if(R6)return Pf;R6=1;var e=bc(),t=EQ(),n=Object.prototype,r=n.hasOwnProperty;function i(o){if(!e(o))return t(o);var a=[];for(var s in Object(o))r.call(o,s)&&s!="constructor"&&a.push(s);return a}return Pf=i,Pf}var Cf,L6;function Gn(){if(L6)return Cf;L6=1;var e=jo(),t=pf();function n(r){return r!=null&&t(r.length)&&!e(r)}return Cf=n,Cf}var Of,z6;function dr(){if(z6)return Of;z6=1;var e=E6(),t=$f(),n=Gn();function r(i){return n(i)?e(i):t(i)}return Of=r,Of}var Sf,N6;function IQ(){if(N6)return Sf;N6=1;var e=Fo(),t=dr();function n(r,i){return r&&e(i,t(i),r)}return Sf=n,Sf}var Mf,D6;function AQ(){if(D6)return Mf;D6=1;function e(t){var n=[];if(t!=null)for(var r in Object(t))n.push(r);return n}return Mf=e,Mf}var Ef,H6;function TQ(){if(H6)return Ef;H6=1;var e=un(),t=bc(),n=AQ(),r=Object.prototype,i=r.hasOwnProperty;function o(a){if(!e(a))return n(a);var s=t(a),c=[];for(var l in a)l=="constructor"&&(s||!i.call(a,l))||c.push(l);return c}return Ef=o,Ef}var If,q6;function Gr(){if(q6)return If;q6=1;var e=E6(),t=TQ(),n=Gn();function r(i){return n(i)?e(i,!0):t(i)}return If=r,If}var Af,j6;function kQ(){if(j6)return Af;j6=1;var e=Fo(),t=Gr();function n(r,i){return r&&e(i,t(i),r)}return Af=n,Af}var Yo={exports:{}};Yo.exports;var F6;function B6(){return F6||(F6=1,(function(e,t){var n=vn(),r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===r,a=o?n.Buffer:void 0,s=a?a.allocUnsafe:void 0;function c(l,u){if(u)return l.slice();var h=l.length,d=s?s(h):new l.constructor(h);return l.copy(d),d}e.exports=c})(Yo,Yo.exports)),Yo.exports}var Tf,W6;function G6(){if(W6)return Tf;W6=1;function e(t,n){var r=-1,i=t.length;for(n||(n=Array(i));++r<i;)n[r]=t[r];return n}return Tf=e,Tf}var kf,V6;function Y6(){if(V6)return kf;V6=1;function e(t,n){for(var r=-1,i=t==null?0:t.length,o=0,a=[];++r<i;){var s=t[r];n(s,r,t)&&(a[o++]=s)}return a}return kf=e,kf}var Rf,X6;function U6(){if(X6)return Rf;X6=1;function e(){return[]}return Rf=e,Rf}var Lf,K6;function zf(){if(K6)return Lf;K6=1;var e=Y6(),t=U6(),n=Object.prototype,r=n.propertyIsEnumerable,i=Object.getOwnPropertySymbols,o=i?function(a){return a==null?[]:(a=Object(a),e(i(a),function(s){return r.call(a,s)}))}:t;return Lf=o,Lf}var Nf,Z6;function RQ(){if(Z6)return Nf;Z6=1;var e=Fo(),t=zf();function n(r,i){return e(r,t(r),i)}return Nf=n,Nf}var Df,Q6;function Hf(){if(Q6)return Df;Q6=1;function e(t,n){for(var r=-1,i=n.length,o=t.length;++r<i;)t[o+r]=n[r];return t}return Df=e,Df}var qf,J6;function _c(){if(J6)return qf;J6=1;var e=T6(),t=e(Object.getPrototypeOf,Object);return qf=t,qf}var jf,e7;function t7(){if(e7)return jf;e7=1;var e=Hf(),t=_c(),n=zf(),r=U6(),i=Object.getOwnPropertySymbols,o=i?function(a){for(var s=[];a;)e(s,n(a)),a=t(a);return s}:r;return jf=o,jf}var Ff,n7;function LQ(){if(n7)return Ff;n7=1;var e=Fo(),t=t7();function n(r,i){return e(r,t(r),i)}return Ff=n,Ff}var Bf,r7;function i7(){if(r7)return Bf;r7=1;var e=Hf(),t=It();function n(r,i,o){var a=i(r);return t(r)?a:e(a,o(r))}return Bf=n,Bf}var Wf,o7;function a7(){if(o7)return Wf;o7=1;var e=i7(),t=zf(),n=dr();function r(i){return e(i,n,t)}return Wf=r,Wf}var Gf,s7;function zQ(){if(s7)return Gf;s7=1;var e=i7(),t=t7(),n=Gr();function r(i){return e(i,n,t)}return Gf=r,Gf}var Vf,c7;function NQ(){if(c7)return Vf;c7=1;var e=Wr(),t=vn(),n=e(t,"DataView");return Vf=n,Vf}var Yf,l7;function DQ(){if(l7)return Yf;l7=1;var e=Wr(),t=vn(),n=e(t,"Promise");return Yf=n,Yf}var Xf,u7;function h7(){if(u7)return Xf;u7=1;var e=Wr(),t=vn(),n=e(t,"Set");return Xf=n,Xf}var Uf,d7;function HQ(){if(d7)return Uf;d7=1;var e=Wr(),t=vn(),n=e(t,"WeakMap");return Uf=n,Uf}var Kf,f7;function Ti(){if(f7)return Kf;f7=1;var e=NQ(),t=Rd(),n=DQ(),r=h7(),i=HQ(),o=Br(),a=j5(),s="[object Map]",c="[object Object]",l="[object Promise]",u="[object Set]",h="[object WeakMap]",d="[object DataView]",f=a(e),g=a(t),y=a(n),m=a(r),v=a(i),b=o;return(e&&b(new e(new ArrayBuffer(1)))!=d||t&&b(new t)!=s||n&&b(n.resolve())!=l||r&&b(new r)!=u||i&&b(new i)!=h)&&(b=function(_){var x=o(_),w=x==c?_.constructor:void 0,P=w?a(w):"";if(P)switch(P){case f:return d;case g:return s;case y:return l;case m:return u;case v:return h}return x}),Kf=b,Kf}var Zf,p7;function qQ(){if(p7)return Zf;p7=1;var e=Object.prototype,t=e.hasOwnProperty;function n(r){var i=r.length,o=new r.constructor(i);return i&&typeof r[0]=="string"&&t.call(r,"index")&&(o.index=r.index,o.input=r.input),o}return Zf=n,Zf}var Qf,g7;function m7(){if(g7)return Qf;g7=1;var e=vn(),t=e.Uint8Array;return Qf=t,Qf}var Jf,y7;function ep(){if(y7)return Jf;y7=1;var e=m7();function t(n){var r=new n.constructor(n.byteLength);return new e(r).set(new e(n)),r}return Jf=t,Jf}var tp,v7;function jQ(){if(v7)return tp;v7=1;var e=ep();function t(n,r){var i=r?e(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.byteLength)}return tp=t,tp}var np,b7;function FQ(){if(b7)return np;b7=1;var e=/\w*$/;function t(n){var r=new n.constructor(n.source,e.exec(n));return r.lastIndex=n.lastIndex,r}return np=t,np}var rp,_7;function BQ(){if(_7)return rp;_7=1;var e=Ii(),t=e?e.prototype:void 0,n=t?t.valueOf:void 0;function r(i){return n?Object(n.call(i)):{}}return rp=r,rp}var ip,x7;function w7(){if(x7)return ip;x7=1;var e=ep();function t(n,r){var i=r?e(n.buffer):n.buffer;return new n.constructor(i,n.byteOffset,n.length)}return ip=t,ip}var op,P7;function WQ(){if(P7)return op;P7=1;var e=ep(),t=jQ(),n=FQ(),r=BQ(),i=w7(),o="[object Boolean]",a="[object Date]",s="[object Map]",c="[object Number]",l="[object RegExp]",u="[object Set]",h="[object String]",d="[object Symbol]",f="[object ArrayBuffer]",g="[object DataView]",y="[object Float32Array]",m="[object Float64Array]",v="[object Int8Array]",b="[object Int16Array]",_="[object Int32Array]",x="[object Uint8Array]",w="[object Uint8ClampedArray]",P="[object Uint16Array]",$="[object Uint32Array]";function C(M,S,E){var A=M.constructor;switch(S){case f:return e(M);case o:case a:return new A(+M);case g:return t(M,E);case y:case m:case v:case b:case _:case x:case w:case P:case $:return i(M,E);case s:return new A;case c:case h:return new A(M);case l:return n(M);case u:return new A;case d:return r(M)}}return op=C,op}var ap,$7;function C7(){if($7)return ap;$7=1;var e=un(),t=Object.create,n=(function(){function r(){}return function(i){if(!e(i))return{};if(t)return t(i);r.prototype=i;var o=new r;return r.prototype=void 0,o}})();return ap=n,ap}var sp,O7;function S7(){if(O7)return sp;O7=1;var e=C7(),t=_c(),n=bc();function r(i){return typeof i.constructor=="function"&&!n(i)?e(t(i)):{}}return sp=r,sp}var cp,M7;function GQ(){if(M7)return cp;M7=1;var e=Ti(),t=An(),n="[object Map]";function r(i){return t(i)&&e(i)==n}return cp=r,cp}var lp,E7;function VQ(){if(E7)return lp;E7=1;var e=GQ(),t=vc(),n=yf(),r=n&&n.isMap,i=r?t(r):e;return lp=i,lp}var up,I7;function YQ(){if(I7)return up;I7=1;var e=Ti(),t=An(),n="[object Set]";function r(i){return t(i)&&e(i)==n}return up=r,up}var hp,A7;function XQ(){if(A7)return hp;A7=1;var e=YQ(),t=vc(),n=yf(),r=n&&n.isSet,i=r?t(r):e;return hp=i,hp}var dp,T7;function k7(){if(T7)return dp;T7=1;var e=pc(),t=ef(),n=mc(),r=IQ(),i=kQ(),o=B6(),a=G6(),s=RQ(),c=LQ(),l=a7(),u=zQ(),h=Ti(),d=qQ(),f=WQ(),g=S7(),y=It(),m=Ai(),v=VQ(),b=un(),_=XQ(),x=dr(),w=Gr(),P=1,$=2,C=4,M="[object Arguments]",S="[object Array]",E="[object Boolean]",A="[object Date]",O="[object Error]",T="[object Function]",F="[object GeneratorFunction]",z="[object Map]",j="[object Number]",D="[object Object]",W="[object RegExp]",B="[object Set]",X="[object String]",H="[object Symbol]",k="[object WeakMap]",I="[object ArrayBuffer]",R="[object DataView]",N="[object Float32Array]",q="[object Float64Array]",G="[object Int8Array]",U="[object Int16Array]",K="[object Int32Array]",oe="[object Uint8Array]",te="[object Uint8ClampedArray]",ae="[object Uint16Array]",Z="[object Uint32Array]",ee={};ee[M]=ee[S]=ee[I]=ee[R]=ee[E]=ee[A]=ee[N]=ee[q]=ee[G]=ee[U]=ee[K]=ee[z]=ee[j]=ee[D]=ee[W]=ee[B]=ee[X]=ee[H]=ee[oe]=ee[te]=ee[ae]=ee[Z]=!0,ee[O]=ee[T]=ee[k]=!1;function ue(ne,J,ie,re,ce,pe){var he,ge=J&P,de=J&$,we=J&C;if(ie&&(he=ce?ie(ne,re,ce,pe):ie(ne)),he!==void 0)return he;if(!b(ne))return ne;var Se=y(ne);if(Se){if(he=d(ne),!ge)return a(ne,he)}else{var Ie=h(ne),$e=Ie==T||Ie==F;if(m(ne))return o(ne,ge);if(Ie==D||Ie==M||$e&&!ce){if(he=de||$e?{}:g(ne),!ge)return de?c(ne,i(he,ne)):s(ne,r(he,ne))}else{if(!ee[Ie])return ce?ne:{};he=f(ne,Ie,ge)}}pe||(pe=new e);var Le=pe.get(ne);if(Le)return Le;pe.set(ne,he),_(ne)?ne.forEach(function(ye){he.add(ue(ye,J,ie,ye,ne,pe))}):v(ne)&&ne.forEach(function(ye,xe){he.set(xe,ue(ye,J,ie,xe,ne,pe))});var je=we?de?u:l:de?w:x,Fe=Se?void 0:je(ne);return t(Fe||ne,function(ye,xe){Fe&&(xe=ye,ye=ne[xe]),n(he,xe,ue(ye,J,ie,xe,ne,pe))}),he}return dp=ue,dp}var fp,R7;function UQ(){if(R7)return fp;R7=1;var e=k7(),t=4;function n(r){return e(r,t)}return fp=n,fp}var pp,L7;function gp(){if(L7)return pp;L7=1;function e(t){return function(){return t}}return pp=e,pp}var mp,z7;function KQ(){if(z7)return mp;z7=1;function e(t){return function(n,r,i){for(var o=-1,a=Object(n),s=i(n),c=s.length;c--;){var l=s[t?c:++o];if(r(a[l],l,a)===!1)break}return n}}return mp=e,mp}var yp,N7;function vp(){if(N7)return yp;N7=1;var e=KQ(),t=e();return yp=t,yp}var bp,D7;function _p(){if(D7)return bp;D7=1;var e=vp(),t=dr();function n(r,i){return r&&e(r,i,t)}return bp=n,bp}var xp,H7;function ZQ(){if(H7)return xp;H7=1;var e=Gn();function t(n,r){return function(i,o){if(i==null)return i;if(!e(i))return n(i,o);for(var a=i.length,s=r?a:-1,c=Object(i);(r?s--:++s<a)&&o(c[s],s,c)!==!1;);return i}}return xp=t,xp}var wp,q7;function xc(){if(q7)return wp;q7=1;var e=_p(),t=ZQ(),n=t(e);return wp=n,wp}var Pp,j7;function Vr(){if(j7)return Pp;j7=1;function e(t){return t}return Pp=e,Pp}var $p,F7;function B7(){if(F7)return $p;F7=1;var e=Vr();function t(n){return typeof n=="function"?n:e}return $p=t,$p}var Cp,W7;function G7(){if(W7)return Cp;W7=1;var e=ef(),t=xc(),n=B7(),r=It();function i(o,a){var s=r(o)?e:t;return s(o,n(a))}return Cp=i,Cp}var Op,V7;function Y7(){return V7||(V7=1,Op=G7()),Op}var Sp,X7;function QQ(){if(X7)return Sp;X7=1;var e=xc();function t(n,r){var i=[];return e(n,function(o,a,s){r(o,a,s)&&i.push(o)}),i}return Sp=t,Sp}var Mp,U7;function JQ(){if(U7)return Mp;U7=1;var e="__lodash_hash_undefined__";function t(n){return this.__data__.set(n,e),this}return Mp=t,Mp}var Ep,K7;function eJ(){if(K7)return Ep;K7=1;function e(t){return this.__data__.has(t)}return Ep=e,Ep}var Ip,Z7;function Q7(){if(Z7)return Ip;Z7=1;var e=Kd(),t=JQ(),n=eJ();function r(i){var o=-1,a=i==null?0:i.length;for(this.__data__=new e;++o<a;)this.add(i[o])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,Ip=r,Ip}var Ap,J7;function tJ(){if(J7)return Ap;J7=1;function e(t,n){for(var r=-1,i=t==null?0:t.length;++r<i;)if(n(t[r],r,t))return!0;return!1}return Ap=e,Ap}var Tp,e9;function t9(){if(e9)return Tp;e9=1;function e(t,n){return t.has(n)}return Tp=e,Tp}var kp,n9;function r9(){if(n9)return kp;n9=1;var e=Q7(),t=tJ(),n=t9(),r=1,i=2;function o(a,s,c,l,u,h){var d=c&r,f=a.length,g=s.length;if(f!=g&&!(d&&g>f))return!1;var y=h.get(a),m=h.get(s);if(y&&m)return y==s&&m==a;var v=-1,b=!0,_=c&i?new e:void 0;for(h.set(a,s),h.set(s,a);++v<f;){var x=a[v],w=s[v];if(l)var P=d?l(w,x,v,s,a,h):l(x,w,v,a,s,h);if(P!==void 0){if(P)continue;b=!1;break}if(_){if(!t(s,function($,C){if(!n(_,C)&&(x===$||u(x,$,c,l,h)))return _.push(C)})){b=!1;break}}else if(!(x===w||u(x,w,c,l,h))){b=!1;break}}return h.delete(a),h.delete(s),b}return kp=o,kp}var Rp,i9;function nJ(){if(i9)return Rp;i9=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(i,o){r[++n]=[o,i]}),r}return Rp=e,Rp}var Lp,o9;function zp(){if(o9)return Lp;o9=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(i){r[++n]=i}),r}return Lp=e,Lp}var Np,a9;function rJ(){if(a9)return Np;a9=1;var e=Ii(),t=m7(),n=Ei(),r=r9(),i=nJ(),o=zp(),a=1,s=2,c="[object Boolean]",l="[object Date]",u="[object Error]",h="[object Map]",d="[object Number]",f="[object RegExp]",g="[object Set]",y="[object String]",m="[object Symbol]",v="[object ArrayBuffer]",b="[object DataView]",_=e?e.prototype:void 0,x=_?_.valueOf:void 0;function w(P,$,C,M,S,E,A){switch(C){case b:if(P.byteLength!=$.byteLength||P.byteOffset!=$.byteOffset)return!1;P=P.buffer,$=$.buffer;case v:return!(P.byteLength!=$.byteLength||!E(new t(P),new t($)));case c:case l:case d:return n(+P,+$);case u:return P.name==$.name&&P.message==$.message;case f:case y:return P==$+"";case h:var O=i;case g:var T=M&a;if(O||(O=o),P.size!=$.size&&!T)return!1;var F=A.get(P);if(F)return F==$;M|=s,A.set(P,$);var z=r(O(P),O($),M,S,E,A);return A.delete(P),z;case m:if(x)return x.call(P)==x.call($)}return!1}return Np=w,Np}var Dp,s9;function iJ(){if(s9)return Dp;s9=1;var e=a7(),t=1,n=Object.prototype,r=n.hasOwnProperty;function i(o,a,s,c,l,u){var h=s&t,d=e(o),f=d.length,g=e(a),y=g.length;if(f!=y&&!h)return!1;for(var m=f;m--;){var v=d[m];if(!(h?v in a:r.call(a,v)))return!1}var b=u.get(o),_=u.get(a);if(b&&_)return b==a&&_==o;var x=!0;u.set(o,a),u.set(a,o);for(var w=h;++m<f;){v=d[m];var P=o[v],$=a[v];if(c)var C=h?c($,P,v,a,o,u):c(P,$,v,o,a,u);if(!(C===void 0?P===$||l(P,$,s,c,u):C)){x=!1;break}w||(w=v=="constructor")}if(x&&!w){var M=o.constructor,S=a.constructor;M!=S&&"constructor"in o&&"constructor"in a&&!(typeof M=="function"&&M instanceof M&&typeof S=="function"&&S instanceof S)&&(x=!1)}return u.delete(o),u.delete(a),x}return Dp=i,Dp}var Hp,c9;function oJ(){if(c9)return Hp;c9=1;var e=pc(),t=r9(),n=rJ(),r=iJ(),i=Ti(),o=It(),a=Ai(),s=Vo(),c=1,l="[object Arguments]",u="[object Array]",h="[object Object]",d=Object.prototype,f=d.hasOwnProperty;function g(y,m,v,b,_,x){var w=o(y),P=o(m),$=w?u:i(y),C=P?u:i(m);$=$==l?h:$,C=C==l?h:C;var M=$==h,S=C==h,E=$==C;if(E&&a(y)){if(!a(m))return!1;w=!0,M=!1}if(E&&!M)return x||(x=new e),w||s(y)?t(y,m,v,b,_,x):n(y,m,$,v,b,_,x);if(!(v&c)){var A=M&&f.call(y,"__wrapped__"),O=S&&f.call(m,"__wrapped__");if(A||O){var T=A?y.value():y,F=O?m.value():m;return x||(x=new e),_(T,F,v,b,x)}}return E?(x||(x=new e),r(y,m,v,b,_,x)):!1}return Hp=g,Hp}var qp,l9;function u9(){if(l9)return qp;l9=1;var e=oJ(),t=An();function n(r,i,o,a,s){return r===i?!0:r==null||i==null||!t(r)&&!t(i)?r!==r&&i!==i:e(r,i,o,a,n,s)}return qp=n,qp}var jp,h9;function aJ(){if(h9)return jp;h9=1;var e=pc(),t=u9(),n=1,r=2;function i(o,a,s,c){var l=s.length,u=l,h=!c;if(o==null)return!u;for(o=Object(o);l--;){var d=s[l];if(h&&d[2]?d[1]!==o[d[0]]:!(d[0]in o))return!1}for(;++l<u;){d=s[l];var f=d[0],g=o[f],y=d[1];if(h&&d[2]){if(g===void 0&&!(f in o))return!1}else{var m=new e;if(c)var v=c(g,y,f,o,a,m);if(!(v===void 0?t(y,g,n|r,c,m):v))return!1}}return!0}return jp=i,jp}var Fp,d9;function f9(){if(d9)return Fp;d9=1;var e=un();function t(n){return n===n&&!e(n)}return Fp=t,Fp}var Bp,p9;function sJ(){if(p9)return Bp;p9=1;var e=f9(),t=dr();function n(r){for(var i=t(r),o=i.length;o--;){var a=i[o],s=r[a];i[o]=[a,s,e(s)]}return i}return Bp=n,Bp}var Wp,g9;function m9(){if(g9)return Wp;g9=1;function e(t,n){return function(r){return r==null?!1:r[t]===n&&(n!==void 0||t in Object(r))}}return Wp=e,Wp}var Gp,y9;function cJ(){if(y9)return Gp;y9=1;var e=aJ(),t=sJ(),n=m9();function r(i){var o=t(i);return o.length==1&&o[0][2]?n(o[0][0],o[0][1]):function(a){return a===i||e(a,i,o)}}return Gp=r,Gp}var Vp,v9;function ki(){if(v9)return Vp;v9=1;var e=Br(),t=An(),n="[object Symbol]";function r(i){return typeof i=="symbol"||t(i)&&e(i)==n}return Vp=r,Vp}var Yp,b9;function Xp(){if(b9)return Yp;b9=1;var e=It(),t=ki(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;function i(o,a){if(e(o))return!1;var s=typeof o;return s=="number"||s=="symbol"||s=="boolean"||o==null||t(o)?!0:r.test(o)||!n.test(o)||a!=null&&o in Object(a)}return Yp=i,Yp}var Up,_9;function lJ(){if(_9)return Up;_9=1;var e=Kd(),t="Expected a function";function n(r,i){if(typeof r!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var o=function(){var a=arguments,s=i?i.apply(this,a):a[0],c=o.cache;if(c.has(s))return c.get(s);var l=r.apply(this,a);return o.cache=c.set(s,l)||c,l};return o.cache=new(n.Cache||e),o}return n.Cache=e,Up=n,Up}var Kp,x9;function uJ(){if(x9)return Kp;x9=1;var e=lJ(),t=500;function n(r){var i=e(r,function(a){return o.size===t&&o.clear(),a}),o=i.cache;return i}return Kp=n,Kp}var Zp,w9;function hJ(){if(w9)return Zp;w9=1;var e=uJ(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e(function(i){var o=[];return i.charCodeAt(0)===46&&o.push(""),i.replace(t,function(a,s,c,l){o.push(c?l.replace(n,"$1"):s||a)}),o});return Zp=r,Zp}var Qp,P9;function wc(){if(P9)return Qp;P9=1;function e(t,n){for(var r=-1,i=t==null?0:t.length,o=Array(i);++r<i;)o[r]=n(t[r],r,t);return o}return Qp=e,Qp}var Jp,$9;function dJ(){if($9)return Jp;$9=1;var e=Ii(),t=wc(),n=It(),r=ki(),i=e?e.prototype:void 0,o=i?i.toString:void 0;function a(s){if(typeof s=="string")return s;if(n(s))return t(s,a)+"";if(r(s))return o?o.call(s):"";var c=s+"";return c=="0"&&1/s==-1/0?"-0":c}return Jp=a,Jp}var e0,C9;function O9(){if(C9)return e0;C9=1;var e=dJ();function t(n){return n==null?"":e(n)}return e0=t,e0}var t0,S9;function Pc(){if(S9)return t0;S9=1;var e=It(),t=Xp(),n=hJ(),r=O9();function i(o,a){return e(o)?o:t(o,a)?[o]:n(r(o))}return t0=i,t0}var n0,M9;function Xo(){if(M9)return n0;M9=1;var e=ki();function t(n){if(typeof n=="string"||e(n))return n;var r=n+"";return r=="0"&&1/n==-1/0?"-0":r}return n0=t,n0}var r0,E9;function $c(){if(E9)return r0;E9=1;var e=Pc(),t=Xo();function n(r,i){i=e(i,r);for(var o=0,a=i.length;r!=null&&o<a;)r=r[t(i[o++])];return o&&o==a?r:void 0}return r0=n,r0}var i0,I9;function fJ(){if(I9)return i0;I9=1;var e=$c();function t(n,r,i){var o=n==null?void 0:e(n,r);return o===void 0?i:o}return i0=t,i0}var o0,A9;function pJ(){if(A9)return o0;A9=1;function e(t,n){return t!=null&&n in Object(t)}return o0=e,o0}var a0,T9;function k9(){if(T9)return a0;T9=1;var e=Pc(),t=Bo(),n=It(),r=yc(),i=pf(),o=Xo();function a(s,c,l){c=e(c,s);for(var u=-1,h=c.length,d=!1;++u<h;){var f=o(c[u]);if(!(d=s!=null&&l(s,f)))break;s=s[f]}return d||++u!=h?d:(h=s==null?0:s.length,!!h&&i(h)&&r(f,h)&&(n(s)||t(s)))}return a0=a,a0}var s0,R9;function L9(){if(R9)return s0;R9=1;var e=pJ(),t=k9();function n(r,i){return r!=null&&t(r,i,e)}return s0=n,s0}var c0,z9;function gJ(){if(z9)return c0;z9=1;var e=u9(),t=fJ(),n=L9(),r=Xp(),i=f9(),o=m9(),a=Xo(),s=1,c=2;function l(u,h){return r(u)&&i(h)?o(a(u),h):function(d){var f=t(d,u);return f===void 0&&f===h?n(d,u):e(h,f,s|c)}}return c0=l,c0}var l0,N9;function D9(){if(N9)return l0;N9=1;function e(t){return function(n){return n==null?void 0:n[t]}}return l0=e,l0}var u0,H9;function mJ(){if(H9)return u0;H9=1;var e=$c();function t(n){return function(r){return e(r,n)}}return u0=t,u0}var h0,q9;function yJ(){if(q9)return h0;q9=1;var e=D9(),t=mJ(),n=Xp(),r=Xo();function i(o){return n(o)?e(r(o)):t(o)}return h0=i,h0}var d0,j9;function Vn(){if(j9)return d0;j9=1;var e=cJ(),t=gJ(),n=Vr(),r=It(),i=yJ();function o(a){return typeof a=="function"?a:a==null?n:typeof a=="object"?r(a)?t(a[0],a[1]):e(a):i(a)}return d0=o,d0}var f0,F9;function B9(){if(F9)return f0;F9=1;var e=Y6(),t=QQ(),n=Vn(),r=It();function i(o,a){var s=r(o)?e:t;return s(o,n(a,3))}return f0=i,f0}var p0,W9;function vJ(){if(W9)return p0;W9=1;var e=Object.prototype,t=e.hasOwnProperty;function n(r,i){return r!=null&&t.call(r,i)}return p0=n,p0}var g0,G9;function V9(){if(G9)return g0;G9=1;var e=vJ(),t=k9();function n(r,i){return r!=null&&t(r,i,e)}return g0=n,g0}var m0,Y9;function bJ(){if(Y9)return m0;Y9=1;var e=$f(),t=Ti(),n=Bo(),r=It(),i=Gn(),o=Ai(),a=bc(),s=Vo(),c="[object Map]",l="[object Set]",u=Object.prototype,h=u.hasOwnProperty;function d(f){if(f==null)return!0;if(i(f)&&(r(f)||typeof f=="string"||typeof f.splice=="function"||o(f)||s(f)||n(f)))return!f.length;var g=t(f);if(g==c||g==l)return!f.size;if(a(f))return!e(f).length;for(var y in f)if(h.call(f,y))return!1;return!0}return m0=d,m0}var y0,X9;function U9(){if(X9)return y0;X9=1;function e(t){return t===void 0}return y0=e,y0}var v0,K9;function Z9(){if(K9)return v0;K9=1;var e=xc(),t=Gn();function n(r,i){var o=-1,a=t(r)?Array(r.length):[];return e(r,function(s,c,l){a[++o]=i(s,c,l)}),a}return v0=n,v0}var b0,Q9;function J9(){if(Q9)return b0;Q9=1;var e=wc(),t=Vn(),n=Z9(),r=It();function i(o,a){var s=r(o)?e:n;return s(o,t(a,3))}return b0=i,b0}var _0,e8;function _J(){if(e8)return _0;e8=1;function e(t,n,r,i){var o=-1,a=t==null?0:t.length;for(i&&a&&(r=t[++o]);++o<a;)r=n(r,t[o],o,t);return r}return _0=e,_0}var x0,t8;function xJ(){if(t8)return x0;t8=1;function e(t,n,r,i,o){return o(t,function(a,s,c){r=i?(i=!1,a):n(r,a,s,c)}),r}return x0=e,x0}var w0,n8;function r8(){if(n8)return w0;n8=1;var e=_J(),t=xc(),n=Vn(),r=xJ(),i=It();function o(a,s,c){var l=i(a)?e:r,u=arguments.length<3;return l(a,n(s,4),c,u,t)}return w0=o,w0}var P0,i8;function wJ(){if(i8)return P0;i8=1;var e=Br(),t=It(),n=An(),r="[object String]";function i(o){return typeof o=="string"||!t(o)&&n(o)&&e(o)==r}return P0=i,P0}var $0,o8;function PJ(){if(o8)return $0;o8=1;var e=D9(),t=e("length");return $0=t,$0}var C0,a8;function $J(){if(a8)return C0;a8=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",r="\\u20d0-\\u20ff",i=t+n+r,o="\\ufe0e\\ufe0f",a="\\u200d",s=RegExp("["+a+e+i+o+"]");function c(l){return s.test(l)}return C0=c,C0}var O0,s8;function CJ(){if(s8)return O0;s8=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",r="\\u20d0-\\u20ff",i=t+n+r,o="\\ufe0e\\ufe0f",a="["+e+"]",s="["+i+"]",c="\\ud83c[\\udffb-\\udfff]",l="(?:"+s+"|"+c+")",u="[^"+e+"]",h="(?:\\ud83c[\\udde6-\\uddff]){2}",d="[\\ud800-\\udbff][\\udc00-\\udfff]",f="\\u200d",g=l+"?",y="["+o+"]?",m="(?:"+f+"(?:"+[u,h,d].join("|")+")"+y+g+")*",v=y+g+m,b="(?:"+[u+s+"?",s,h,d,a].join("|")+")",_=RegExp(c+"(?="+c+")|"+b+v,"g");function x(w){for(var P=_.lastIndex=0;_.test(w);)++P;return P}return O0=x,O0}var S0,c8;function OJ(){if(c8)return S0;c8=1;var e=PJ(),t=$J(),n=CJ();function r(i){return t(i)?n(i):e(i)}return S0=r,S0}var M0,l8;function SJ(){if(l8)return M0;l8=1;var e=$f(),t=Ti(),n=Gn(),r=wJ(),i=OJ(),o="[object Map]",a="[object Set]";function s(c){if(c==null)return 0;if(n(c))return r(c)?i(c):c.length;var l=t(c);return l==o||l==a?c.size:e(c).length}return M0=s,M0}var E0,u8;function MJ(){if(u8)return E0;u8=1;var e=ef(),t=C7(),n=_p(),r=Vn(),i=_c(),o=It(),a=Ai(),s=jo(),c=un(),l=Vo();function u(h,d,f){var g=o(h),y=g||a(h)||l(h);if(d=r(d,4),f==null){var m=h&&h.constructor;y?f=g?new m:[]:c(h)?f=s(m)?t(i(h)):{}:f={}}return(y?e:n)(h,function(v,b,_){return d(f,v,b,_)}),f}return E0=u,E0}var I0,h8;function EJ(){if(h8)return I0;h8=1;var e=Ii(),t=Bo(),n=It(),r=e?e.isConcatSpreadable:void 0;function i(o){return n(o)||t(o)||!!(r&&o&&o[r])}return I0=i,I0}var A0,d8;function T0(){if(d8)return A0;d8=1;var e=Hf(),t=EJ();function n(r,i,o,a,s){var c=-1,l=r.length;for(o||(o=t),s||(s=[]);++c<l;){var u=r[c];i>0&&o(u)?i>1?n(u,i-1,o,a,s):e(s,u):a||(s[s.length]=u)}return s}return A0=n,A0}var k0,f8;function IJ(){if(f8)return k0;f8=1;function e(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return t.call(n,r[0]);case 2:return t.call(n,r[0],r[1]);case 3:return t.call(n,r[0],r[1],r[2])}return t.apply(n,r)}return k0=e,k0}var R0,p8;function g8(){if(p8)return R0;p8=1;var e=IJ(),t=Math.max;function n(r,i,o){return i=t(i===void 0?r.length-1:i,0),function(){for(var a=arguments,s=-1,c=t(a.length-i,0),l=Array(c);++s<c;)l[s]=a[i+s];s=-1;for(var u=Array(i+1);++s<i;)u[s]=a[s];return u[i]=o(l),e(r,this,u)}}return R0=n,R0}var L0,m8;function AJ(){if(m8)return L0;m8=1;var e=gp(),t=h6(),n=Vr(),r=t?function(i,o){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(o),writable:!0})}:n;return L0=r,L0}var z0,y8;function TJ(){if(y8)return z0;y8=1;var e=800,t=16,n=Date.now;function r(i){var o=0,a=0;return function(){var s=n(),c=t-(s-a);if(a=s,c>0){if(++o>=e)return arguments[0]}else o=0;return i.apply(void 0,arguments)}}return z0=r,z0}var N0,v8;function b8(){if(v8)return N0;v8=1;var e=AJ(),t=TJ(),n=t(e);return N0=n,N0}var D0,_8;function Cc(){if(_8)return D0;_8=1;var e=Vr(),t=g8(),n=b8();function r(i,o){return n(t(i,o,e),i+"")}return D0=r,D0}var H0,x8;function w8(){if(x8)return H0;x8=1;function e(t,n,r,i){for(var o=t.length,a=r+(i?1:-1);i?a--:++a<o;)if(n(t[a],a,t))return a;return-1}return H0=e,H0}var q0,P8;function kJ(){if(P8)return q0;P8=1;function e(t){return t!==t}return q0=e,q0}var j0,$8;function RJ(){if($8)return j0;$8=1;function e(t,n,r){for(var i=r-1,o=t.length;++i<o;)if(t[i]===n)return i;return-1}return j0=e,j0}var F0,C8;function LJ(){if(C8)return F0;C8=1;var e=w8(),t=kJ(),n=RJ();function r(i,o,a){return o===o?n(i,o,a):e(i,t,a)}return F0=r,F0}var B0,O8;function zJ(){if(O8)return B0;O8=1;var e=LJ();function t(n,r){var i=n==null?0:n.length;return!!i&&e(n,r,0)>-1}return B0=t,B0}var W0,S8;function NJ(){if(S8)return W0;S8=1;function e(t,n,r){for(var i=-1,o=t==null?0:t.length;++i<o;)if(r(n,t[i]))return!0;return!1}return W0=e,W0}var G0,M8;function DJ(){if(M8)return G0;M8=1;function e(){}return G0=e,G0}var V0,E8;function HJ(){if(E8)return V0;E8=1;var e=h7(),t=DJ(),n=zp(),r=1/0,i=e&&1/n(new e([,-0]))[1]==r?function(o){return new e(o)}:t;return V0=i,V0}var Y0,I8;function qJ(){if(I8)return Y0;I8=1;var e=Q7(),t=zJ(),n=NJ(),r=t9(),i=HJ(),o=zp(),a=200;function s(c,l,u){var h=-1,d=t,f=c.length,g=!0,y=[],m=y;if(u)g=!1,d=n;else if(f>=a){var v=l?null:i(c);if(v)return o(v);g=!1,d=r,m=new e}else m=l?[]:y;e:for(;++h<f;){var b=c[h],_=l?l(b):b;if(b=u||b!==0?b:0,g&&_===_){for(var x=m.length;x--;)if(m[x]===_)continue e;l&&m.push(_),y.push(b)}else d(m,_,u)||(m!==y&&m.push(_),y.push(b))}return y}return Y0=s,Y0}var X0,A8;function T8(){if(A8)return X0;A8=1;var e=Gn(),t=An();function n(r){return t(r)&&e(r)}return X0=n,X0}var U0,k8;function jJ(){if(k8)return U0;k8=1;var e=T0(),t=Cc(),n=qJ(),r=T8(),i=t(function(o){return n(e(o,1,r,!0))});return U0=i,U0}var K0,R8;function FJ(){if(R8)return K0;R8=1;var e=wc();function t(n,r){return e(r,function(i){return n[i]})}return K0=t,K0}var Z0,L8;function z8(){if(L8)return Z0;L8=1;var e=FJ(),t=dr();function n(r){return r==null?[]:e(r,t(r))}return Z0=n,Z0}var Q0,N8;function hn(){if(N8)return Q0;N8=1;var e;if(typeof ad=="function")try{e={clone:UQ(),constant:gp(),each:Y7(),filter:B9(),has:V9(),isArray:It(),isEmpty:bJ(),isFunction:jo(),isUndefined:U9(),keys:dr(),map:J9(),reduce:r8(),size:SJ(),transform:MJ(),union:jJ(),values:z8()}}catch(t){}return e||(e=window._),Q0=e,Q0}var J0,D8;function eg(){if(D8)return J0;D8=1;var e=hn();J0=i;var t="\0",n="\0",r="";function i(u){this._isDirected=e.has(u,"directed")?u.directed:!0,this._isMultigraph=e.has(u,"multigraph")?u.multigraph:!1,this._isCompound=e.has(u,"compound")?u.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[n]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}i.prototype._nodeCount=0,i.prototype._edgeCount=0,i.prototype.isDirected=function(){return this._isDirected},i.prototype.isMultigraph=function(){return this._isMultigraph},i.prototype.isCompound=function(){return this._isCompound},i.prototype.setGraph=function(u){return this._label=u,this},i.prototype.graph=function(){return this._label},i.prototype.setDefaultNodeLabel=function(u){return e.isFunction(u)||(u=e.constant(u)),this._defaultNodeLabelFn=u,this},i.prototype.nodeCount=function(){return this._nodeCount},i.prototype.nodes=function(){return e.keys(this._nodes)},i.prototype.sources=function(){var u=this;return e.filter(this.nodes(),function(h){return e.isEmpty(u._in[h])})},i.prototype.sinks=function(){var u=this;return e.filter(this.nodes(),function(h){return e.isEmpty(u._out[h])})},i.prototype.setNodes=function(u,h){var d=arguments,f=this;return e.each(u,function(g){d.length>1?f.setNode(g,h):f.setNode(g)}),this},i.prototype.setNode=function(u,h){return e.has(this._nodes,u)?(arguments.length>1&&(this._nodes[u]=h),this):(this._nodes[u]=arguments.length>1?h:this._defaultNodeLabelFn(u),this._isCompound&&(this._parent[u]=n,this._children[u]={},this._children[n][u]=!0),this._in[u]={},this._preds[u]={},this._out[u]={},this._sucs[u]={},++this._nodeCount,this)},i.prototype.node=function(u){return this._nodes[u]},i.prototype.hasNode=function(u){return e.has(this._nodes,u)},i.prototype.removeNode=function(u){var h=this;if(e.has(this._nodes,u)){var d=function(f){h.removeEdge(h._edgeObjs[f])};delete this._nodes[u],this._isCompound&&(this._removeFromParentsChildList(u),delete this._parent[u],e.each(this.children(u),function(f){h.setParent(f)}),delete this._children[u]),e.each(e.keys(this._in[u]),d),delete this._in[u],delete this._preds[u],e.each(e.keys(this._out[u]),d),delete this._out[u],delete this._sucs[u],--this._nodeCount}return this},i.prototype.setParent=function(u,h){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(h))h=n;else{h+="";for(var d=h;!e.isUndefined(d);d=this.parent(d))if(d===u)throw new Error("Setting "+h+" as parent of "+u+" would create a cycle");this.setNode(h)}return this.setNode(u),this._removeFromParentsChildList(u),this._parent[u]=h,this._children[h][u]=!0,this},i.prototype._removeFromParentsChildList=function(u){delete this._children[this._parent[u]][u]},i.prototype.parent=function(u){if(this._isCompound){var h=this._parent[u];if(h!==n)return h}},i.prototype.children=function(u){if(e.isUndefined(u)&&(u=n),this._isCompound){var h=this._children[u];if(h)return e.keys(h)}else{if(u===n)return this.nodes();if(this.hasNode(u))return[]}},i.prototype.predecessors=function(u){var h=this._preds[u];if(h)return e.keys(h)},i.prototype.successors=function(u){var h=this._sucs[u];if(h)return e.keys(h)},i.prototype.neighbors=function(u){var h=this.predecessors(u);if(h)return e.union(h,this.successors(u))},i.prototype.isLeaf=function(u){var h;return this.isDirected()?h=this.successors(u):h=this.neighbors(u),h.length===0},i.prototype.filterNodes=function(u){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var d=this;e.each(this._nodes,function(y,m){u(m)&&h.setNode(m,y)}),e.each(this._edgeObjs,function(y){h.hasNode(y.v)&&h.hasNode(y.w)&&h.setEdge(y,d.edge(y))});var f={};function g(y){var m=d.parent(y);return m===void 0||h.hasNode(m)?(f[y]=m,m):m in f?f[m]:g(m)}return this._isCompound&&e.each(h.nodes(),function(y){h.setParent(y,g(y))}),h},i.prototype.setDefaultEdgeLabel=function(u){return e.isFunction(u)||(u=e.constant(u)),this._defaultEdgeLabelFn=u,this},i.prototype.edgeCount=function(){return this._edgeCount},i.prototype.edges=function(){return e.values(this._edgeObjs)},i.prototype.setPath=function(u,h){var d=this,f=arguments;return e.reduce(u,function(g,y){return f.length>1?d.setEdge(g,y,h):d.setEdge(g,y),y}),this},i.prototype.setEdge=function(){var u,h,d,f,g=!1,y=arguments[0];typeof y=="object"&&y!==null&&"v"in y?(u=y.v,h=y.w,d=y.name,arguments.length===2&&(f=arguments[1],g=!0)):(u=y,h=arguments[1],d=arguments[3],arguments.length>2&&(f=arguments[2],g=!0)),u=""+u,h=""+h,e.isUndefined(d)||(d=""+d);var m=s(this._isDirected,u,h,d);if(e.has(this._edgeLabels,m))return g&&(this._edgeLabels[m]=f),this;if(!e.isUndefined(d)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(u),this.setNode(h),this._edgeLabels[m]=g?f:this._defaultEdgeLabelFn(u,h,d);var v=c(this._isDirected,u,h,d);return u=v.v,h=v.w,Object.freeze(v),this._edgeObjs[m]=v,o(this._preds[h],u),o(this._sucs[u],h),this._in[h][m]=v,this._out[u][m]=v,this._edgeCount++,this},i.prototype.edge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d);return this._edgeLabels[f]},i.prototype.hasEdge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d);return e.has(this._edgeLabels,f)},i.prototype.removeEdge=function(u,h,d){var f=arguments.length===1?l(this._isDirected,arguments[0]):s(this._isDirected,u,h,d),g=this._edgeObjs[f];return g&&(u=g.v,h=g.w,delete this._edgeLabels[f],delete this._edgeObjs[f],a(this._preds[h],u),a(this._sucs[u],h),delete this._in[h][f],delete this._out[u][f],this._edgeCount--),this},i.prototype.inEdges=function(u,h){var d=this._in[u];if(d){var f=e.values(d);return h?e.filter(f,function(g){return g.v===h}):f}},i.prototype.outEdges=function(u,h){var d=this._out[u];if(d){var f=e.values(d);return h?e.filter(f,function(g){return g.w===h}):f}},i.prototype.nodeEdges=function(u,h){var d=this.inEdges(u,h);if(d)return d.concat(this.outEdges(u,h))};function o(u,h){u[h]?u[h]++:u[h]=1}function a(u,h){--u[h]||delete u[h]}function s(u,h,d,f){var g=""+h,y=""+d;if(!u&&g>y){var m=g;g=y,y=m}return g+r+y+r+(e.isUndefined(f)?t:f)}function c(u,h,d,f){var g=""+h,y=""+d;if(!u&&g>y){var m=g;g=y,y=m}var v={v:g,w:y};return f&&(v.name=f),v}function l(u,h){return s(u,h.v,h.w,h.name)}return J0}var tg,H8;function BJ(){return H8||(H8=1,tg="2.1.8"),tg}var ng,q8;function WJ(){return q8||(q8=1,ng={Graph:eg(),version:BJ()}),ng}var rg,j8;function GJ(){if(j8)return rg;j8=1;var e=hn(),t=eg();rg={write:n,read:o};function n(a){var s={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:r(a),edges:i(a)};return e.isUndefined(a.graph())||(s.value=e.clone(a.graph())),s}function r(a){return e.map(a.nodes(),function(s){var c=a.node(s),l=a.parent(s),u={v:s};return e.isUndefined(c)||(u.value=c),e.isUndefined(l)||(u.parent=l),u})}function i(a){return e.map(a.edges(),function(s){var c=a.edge(s),l={v:s.v,w:s.w};return e.isUndefined(s.name)||(l.name=s.name),e.isUndefined(c)||(l.value=c),l})}function o(a){var s=new t(a.options).setGraph(a.value);return e.each(a.nodes,function(c){s.setNode(c.v,c.value),c.parent&&s.setParent(c.v,c.parent)}),e.each(a.edges,function(c){s.setEdge({v:c.v,w:c.w,name:c.name},c.value)}),s}return rg}var ig,F8;function VJ(){if(F8)return ig;F8=1;var e=hn();ig=t;function t(n){var r={},i=[],o;function a(s){e.has(r,s)||(r[s]=!0,o.push(s),e.each(n.successors(s),a),e.each(n.predecessors(s),a))}return e.each(n.nodes(),function(s){o=[],a(s),o.length&&i.push(o)}),i}return ig}var og,B8;function W8(){if(B8)return og;B8=1;var e=hn();og=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(n){return n.key})},t.prototype.has=function(n){return e.has(this._keyIndices,n)},t.prototype.priority=function(n){var r=this._keyIndices[n];if(r!==void 0)return this._arr[r].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(n,r){var i=this._keyIndices;if(n=String(n),!e.has(i,n)){var o=this._arr,a=o.length;return i[n]=a,o.push({key:n,priority:r}),this._decrease(a),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var n=this._arr.pop();return delete this._keyIndices[n.key],this._heapify(0),n.key},t.prototype.decrease=function(n,r){var i=this._keyIndices[n];if(r>this._arr[i].priority)throw new Error("New priority is greater than current priority. Key: "+n+" Old: "+this._arr[i].priority+" New: "+r);this._arr[i].priority=r,this._decrease(i)},t.prototype._heapify=function(n){var r=this._arr,i=2*n,o=i+1,a=n;i<r.length&&(a=r[i].priority<r[a].priority?i:a,o<r.length&&(a=r[o].priority<r[a].priority?o:a),a!==n&&(this._swap(n,a),this._heapify(a)))},t.prototype._decrease=function(n){for(var r=this._arr,i=r[n].priority,o;n!==0&&(o=n>>1,!(r[o].priority<i));)this._swap(n,o),n=o},t.prototype._swap=function(n,r){var i=this._arr,o=this._keyIndices,a=i[n],s=i[r];i[n]=s,i[r]=a,o[s.key]=n,o[a.key]=r},og}var ag,G8;function V8(){if(G8)return ag;G8=1;var e=hn(),t=W8();ag=r;var n=e.constant(1);function r(o,a,s,c){return i(o,String(a),s||n,c||function(l){return o.outEdges(l)})}function i(o,a,s,c){var l={},u=new t,h,d,f=function(g){var y=g.v!==h?g.v:g.w,m=l[y],v=s(g),b=d.distance+v;if(v<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+g+" Weight: "+v);b<m.distance&&(m.distance=b,m.predecessor=h,u.decrease(y,b))};for(o.nodes().forEach(function(g){var y=g===a?0:Number.POSITIVE_INFINITY;l[g]={distance:y},u.add(g,y)});u.size()>0&&(h=u.removeMin(),d=l[h],d.distance!==Number.POSITIVE_INFINITY);)c(h).forEach(f);return l}return ag}var sg,Y8;function YJ(){if(Y8)return sg;Y8=1;var e=V8(),t=hn();sg=n;function n(r,i,o){return t.transform(r.nodes(),function(a,s){a[s]=e(r,s,i,o)},{})}return sg}var cg,X8;function U8(){if(X8)return cg;X8=1;var e=hn();cg=t;function t(n){var r=0,i=[],o={},a=[];function s(c){var l=o[c]={onStack:!0,lowlink:r,index:r++};if(i.push(c),n.successors(c).forEach(function(d){e.has(o,d)?o[d].onStack&&(l.lowlink=Math.min(l.lowlink,o[d].index)):(s(d),l.lowlink=Math.min(l.lowlink,o[d].lowlink))}),l.lowlink===l.index){var u=[],h;do h=i.pop(),o[h].onStack=!1,u.push(h);while(c!==h);a.push(u)}}return n.nodes().forEach(function(c){e.has(o,c)||s(c)}),a}return cg}var lg,K8;function XJ(){if(K8)return lg;K8=1;var e=hn(),t=U8();lg=n;function n(r){return e.filter(t(r),function(i){return i.length>1||i.length===1&&r.hasEdge(i[0],i[0])})}return lg}var ug,Z8;function UJ(){if(Z8)return ug;Z8=1;var e=hn();ug=n;var t=e.constant(1);function n(i,o,a){return r(i,o||t,a||function(s){return i.outEdges(s)})}function r(i,o,a){var s={},c=i.nodes();return c.forEach(function(l){s[l]={},s[l][l]={distance:0},c.forEach(function(u){l!==u&&(s[l][u]={distance:Number.POSITIVE_INFINITY})}),a(l).forEach(function(u){var h=u.v===l?u.w:u.v,d=o(u);s[l][h]={distance:d,predecessor:l}})}),c.forEach(function(l){var u=s[l];c.forEach(function(h){var d=s[h];c.forEach(function(f){var g=d[l],y=u[f],m=d[f],v=g.distance+y.distance;v<m.distance&&(m.distance=v,m.predecessor=y.predecessor)})})}),s}return ug}var hg,Q8;function J8(){if(Q8)return hg;Q8=1;var e=hn();hg=t,t.CycleException=n;function t(r){var i={},o={},a=[];function s(c){if(e.has(o,c))throw new n;e.has(i,c)||(o[c]=!0,i[c]=!0,e.each(r.predecessors(c),s),delete o[c],a.push(c))}if(e.each(r.sinks(),s),e.size(i)!==r.nodeCount())throw new n;return a}function n(){}return n.prototype=new Error,hg}var dg,eP;function KJ(){if(eP)return dg;eP=1;var e=J8();dg=t;function t(n){try{e(n)}catch(r){if(r instanceof e.CycleException)return!1;throw r}return!0}return dg}var fg,tP;function nP(){if(tP)return fg;tP=1;var e=hn();fg=t;function t(r,i,o){e.isArray(i)||(i=[i]);var a=(r.isDirected()?r.successors:r.neighbors).bind(r),s=[],c={};return e.each(i,function(l){if(!r.hasNode(l))throw new Error("Graph does not have node: "+l);n(r,l,o==="post",c,a,s)}),s}function n(r,i,o,a,s,c){e.has(a,i)||(a[i]=!0,o||c.push(i),e.each(s(i),function(l){n(r,l,o,a,s,c)}),o&&c.push(i))}return fg}var pg,rP;function ZJ(){if(rP)return pg;rP=1;var e=nP();pg=t;function t(n,r){return e(n,r,"post")}return pg}var gg,iP;function QJ(){if(iP)return gg;iP=1;var e=nP();gg=t;function t(n,r){return e(n,r,"pre")}return gg}var mg,oP;function JJ(){if(oP)return mg;oP=1;var e=hn(),t=eg(),n=W8();mg=r;function r(i,o){var a=new t,s={},c=new n,l;function u(d){var f=d.v===l?d.w:d.v,g=c.priority(f);if(g!==void 0){var y=o(d);y<g&&(s[f]=l,c.decrease(f,y))}}if(i.nodeCount()===0)return a;e.each(i.nodes(),function(d){c.add(d,Number.POSITIVE_INFINITY),a.setNode(d)}),c.decrease(i.nodes()[0],0);for(var h=!1;c.size()>0;){if(l=c.removeMin(),e.has(s,l))a.setEdge(l,s[l]);else{if(h)throw new Error("Input graph is not connected: "+i);h=!0}i.nodeEdges(l).forEach(u)}return a}return mg}var yg,aP;function eee(){return aP||(aP=1,yg={components:VJ(),dijkstra:V8(),dijkstraAll:YJ(),findCycles:XJ(),floydWarshall:UJ(),isAcyclic:KJ(),postorder:ZJ(),preorder:QJ(),prim:JJ(),tarjan:U8(),topsort:J8()}),yg}var vg,sP;function tee(){if(sP)return vg;sP=1;var e=WJ();return vg={Graph:e.Graph,json:GJ(),alg:eee(),version:e.version},vg}var bg,cP;function bn(){if(cP)return bg;cP=1;var e;if(typeof ad=="function")try{e=tee()}catch(t){}return e||(e=window.graphlib),bg=e,bg}var _g,lP;function nee(){if(lP)return _g;lP=1;var e=k7(),t=1,n=4;function r(i){return e(i,t|n)}return _g=r,_g}var xg,uP;function Oc(){if(uP)return xg;uP=1;var e=Ei(),t=Gn(),n=yc(),r=un();function i(o,a,s){if(!r(s))return!1;var c=typeof a;return(c=="number"?t(s)&&n(a,s.length):c=="string"&&a in s)?e(s[a],o):!1}return xg=i,xg}var wg,hP;function ree(){if(hP)return wg;hP=1;var e=Cc(),t=Ei(),n=Oc(),r=Gr(),i=Object.prototype,o=i.hasOwnProperty,a=e(function(s,c){s=Object(s);var l=-1,u=c.length,h=u>2?c[2]:void 0;for(h&&n(c[0],c[1],h)&&(u=1);++l<u;)for(var d=c[l],f=r(d),g=-1,y=f.length;++g<y;){var m=f[g],v=s[m];(v===void 0||t(v,i[m])&&!o.call(s,m))&&(s[m]=d[m])}return s});return wg=a,wg}var Pg,dP;function iee(){if(dP)return Pg;dP=1;var e=Vn(),t=Gn(),n=dr();function r(i){return function(o,a,s){var c=Object(o);if(!t(o)){var l=e(a,3);o=n(o),a=function(h){return l(c[h],h,c)}}var u=i(o,a,s);return u>-1?c[l?o[u]:u]:void 0}}return Pg=r,Pg}var $g,fP;function oee(){if(fP)return $g;fP=1;var e=/\s/;function t(n){for(var r=n.length;r--&&e.test(n.charAt(r)););return r}return $g=t,$g}var Cg,pP;function aee(){if(pP)return Cg;pP=1;var e=oee(),t=/^\s+/;function n(r){return r&&r.slice(0,e(r)+1).replace(t,"")}return Cg=n,Cg}var Og,gP;function see(){if(gP)return Og;gP=1;var e=aee(),t=un(),n=ki(),r=NaN,i=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,s=parseInt;function c(l){if(typeof l=="number")return l;if(n(l))return r;if(t(l)){var u=typeof l.valueOf=="function"?l.valueOf():l;l=t(u)?u+"":u}if(typeof l!="string")return l===0?l:+l;l=e(l);var h=o.test(l);return h||a.test(l)?s(l.slice(2),h?2:8):i.test(l)?r:+l}return Og=c,Og}var Sg,mP;function yP(){if(mP)return Sg;mP=1;var e=see(),t=1/0,n=17976931348623157e292;function r(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var o=i<0?-1:1;return o*n}return i===i?i:0}return Sg=r,Sg}var Mg,vP;function cee(){if(vP)return Mg;vP=1;var e=yP();function t(n){var r=e(n),i=r%1;return r===r?i?r-i:r:0}return Mg=t,Mg}var Eg,bP;function lee(){if(bP)return Eg;bP=1;var e=w8(),t=Vn(),n=cee(),r=Math.max;function i(o,a,s){var c=o==null?0:o.length;if(!c)return-1;var l=s==null?0:n(s);return l<0&&(l=r(c+l,0)),e(o,t(a,3),l)}return Eg=i,Eg}var Ig,_P;function uee(){if(_P)return Ig;_P=1;var e=iee(),t=lee(),n=e(t);return Ig=n,Ig}var Ag,xP;function wP(){if(xP)return Ag;xP=1;var e=T0();function t(n){var r=n==null?0:n.length;return r?e(n,1):[]}return Ag=t,Ag}var Tg,PP;function hee(){if(PP)return Tg;PP=1;var e=vp(),t=B7(),n=Gr();function r(i,o){return i==null?i:e(i,t(o),n)}return Tg=r,Tg}var kg,$P;function dee(){if($P)return kg;$P=1;function e(t){var n=t==null?0:t.length;return n?t[n-1]:void 0}return kg=e,kg}var Rg,CP;function fee(){if(CP)return Rg;CP=1;var e=gc(),t=_p(),n=Vn();function r(i,o){var a={};return o=n(o,3),t(i,function(s,c,l){e(a,c,o(s,c,l))}),a}return Rg=r,Rg}var Lg,OP;function zg(){if(OP)return Lg;OP=1;var e=ki();function t(n,r,i){for(var o=-1,a=n.length;++o<a;){var s=n[o],c=r(s);if(c!=null&&(l===void 0?c===c&&!e(c):i(c,l)))var l=c,u=s}return u}return Lg=t,Lg}var Ng,SP;function pee(){if(SP)return Ng;SP=1;function e(t,n){return t>n}return Ng=e,Ng}var Dg,MP;function gee(){if(MP)return Dg;MP=1;var e=zg(),t=pee(),n=Vr();function r(i){return i&&i.length?e(i,n,t):void 0}return Dg=r,Dg}var Hg,EP;function IP(){if(EP)return Hg;EP=1;var e=gc(),t=Ei();function n(r,i,o){(o!==void 0&&!t(r[i],o)||o===void 0&&!(i in r))&&e(r,i,o)}return Hg=n,Hg}var qg,AP;function mee(){if(AP)return qg;AP=1;var e=Br(),t=_c(),n=An(),r="[object Object]",i=Function.prototype,o=Object.prototype,a=i.toString,s=o.hasOwnProperty,c=a.call(Object);function l(u){if(!n(u)||e(u)!=r)return!1;var h=t(u);if(h===null)return!0;var d=s.call(h,"constructor")&&h.constructor;return typeof d=="function"&&d instanceof d&&a.call(d)==c}return qg=l,qg}var jg,TP;function kP(){if(TP)return jg;TP=1;function e(t,n){if(!(n==="constructor"&&typeof t[n]=="function")&&n!="__proto__")return t[n]}return jg=e,jg}var Fg,RP;function yee(){if(RP)return Fg;RP=1;var e=Fo(),t=Gr();function n(r){return e(r,t(r))}return Fg=n,Fg}var Bg,LP;function vee(){if(LP)return Bg;LP=1;var e=IP(),t=B6(),n=w7(),r=G6(),i=S7(),o=Bo(),a=It(),s=T8(),c=Ai(),l=jo(),u=un(),h=mee(),d=Vo(),f=kP(),g=yee();function y(m,v,b,_,x,w,P){var $=f(m,b),C=f(v,b),M=P.get(C);if(M){e(m,b,M);return}var S=w?w($,C,b+"",m,v,P):void 0,E=S===void 0;if(E){var A=a(C),O=!A&&c(C),T=!A&&!O&&d(C);S=C,A||O||T?a($)?S=$:s($)?S=r($):O?(E=!1,S=t(C,!0)):T?(E=!1,S=n(C,!0)):S=[]:h(C)||o(C)?(S=$,o($)?S=g($):(!u($)||l($))&&(S=i(C))):E=!1}E&&(P.set(C,S),x(S,C,_,w,P),P.delete(C)),e(m,b,S)}return Bg=y,Bg}var Wg,zP;function bee(){if(zP)return Wg;zP=1;var e=pc(),t=IP(),n=vp(),r=vee(),i=un(),o=Gr(),a=kP();function s(c,l,u,h,d){c!==l&&n(l,function(f,g){if(d||(d=new e),i(f))r(c,l,g,u,s,h,d);else{var y=h?h(a(c,g),f,g+"",c,l,d):void 0;y===void 0&&(y=f),t(c,g,y)}},o)}return Wg=s,Wg}var Gg,NP;function _ee(){if(NP)return Gg;NP=1;var e=Cc(),t=Oc();function n(r){return e(function(i,o){var a=-1,s=o.length,c=s>1?o[s-1]:void 0,l=s>2?o[2]:void 0;for(c=r.length>3&&typeof c=="function"?(s--,c):void 0,l&&t(o[0],o[1],l)&&(c=s<3?void 0:c,s=1),i=Object(i);++a<s;){var u=o[a];u&&r(i,u,a,c)}return i})}return Gg=n,Gg}var Vg,DP;function xee(){if(DP)return Vg;DP=1;var e=bee(),t=_ee(),n=t(function(r,i,o){e(r,i,o)});return Vg=n,Vg}var Yg,HP;function qP(){if(HP)return Yg;HP=1;function e(t,n){return t<n}return Yg=e,Yg}var Xg,jP;function wee(){if(jP)return Xg;jP=1;var e=zg(),t=qP(),n=Vr();function r(i){return i&&i.length?e(i,n,t):void 0}return Xg=r,Xg}var Ug,FP;function Pee(){if(FP)return Ug;FP=1;var e=zg(),t=Vn(),n=qP();function r(i,o){return i&&i.length?e(i,t(o,2),n):void 0}return Ug=r,Ug}var Kg,BP;function $ee(){if(BP)return Kg;BP=1;var e=vn(),t=function(){return e.Date.now()};return Kg=t,Kg}var Zg,WP;function Cee(){if(WP)return Zg;WP=1;var e=mc(),t=Pc(),n=yc(),r=un(),i=Xo();function o(a,s,c,l){if(!r(a))return a;s=t(s,a);for(var u=-1,h=s.length,d=h-1,f=a;f!=null&&++u<h;){var g=i(s[u]),y=c;if(g==="__proto__"||g==="constructor"||g==="prototype")return a;if(u!=d){var m=f[g];y=l?l(m,g,f):void 0,y===void 0&&(y=r(m)?m:n(s[u+1])?[]:{})}e(f,g,y),f=f[g]}return a}return Zg=o,Zg}var Qg,GP;function Oee(){if(GP)return Qg;GP=1;var e=$c(),t=Cee(),n=Pc();function r(i,o,a){for(var s=-1,c=o.length,l={};++s<c;){var u=o[s],h=e(i,u);a(h,u)&&t(l,n(u,i),h)}return l}return Qg=r,Qg}var Jg,VP;function See(){if(VP)return Jg;VP=1;var e=Oee(),t=L9();function n(r,i){return e(r,i,function(o,a){return t(r,a)})}return Jg=n,Jg}var e1,YP;function Mee(){if(YP)return e1;YP=1;var e=wP(),t=g8(),n=b8();function r(i){return n(t(i,void 0,e),i+"")}return e1=r,e1}var t1,XP;function Eee(){if(XP)return t1;XP=1;var e=See(),t=Mee(),n=t(function(r,i){return r==null?{}:e(r,i)});return t1=n,t1}var n1,UP;function Iee(){if(UP)return n1;UP=1;var e=Math.ceil,t=Math.max;function n(r,i,o,a){for(var s=-1,c=t(e((i-r)/(o||1)),0),l=Array(c);c--;)l[a?c:++s]=r,r+=o;return l}return n1=n,n1}var r1,KP;function Aee(){if(KP)return r1;KP=1;var e=Iee(),t=Oc(),n=yP();function r(i){return function(o,a,s){return s&&typeof s!="number"&&t(o,a,s)&&(a=s=void 0),o=n(o),a===void 0?(a=o,o=0):a=n(a),s=s===void 0?o<a?1:-1:n(s),e(o,a,s,i)}}return r1=r,r1}var i1,ZP;function Tee(){if(ZP)return i1;ZP=1;var e=Aee(),t=e();return i1=t,i1}var o1,QP;function kee(){if(QP)return o1;QP=1;function e(t,n){var r=t.length;for(t.sort(n);r--;)t[r]=t[r].value;return t}return o1=e,o1}var a1,JP;function Ree(){if(JP)return a1;JP=1;var e=ki();function t(n,r){if(n!==r){var i=n!==void 0,o=n===null,a=n===n,s=e(n),c=r!==void 0,l=r===null,u=r===r,h=e(r);if(!l&&!h&&!s&&n>r||s&&c&&u&&!l&&!h||o&&c&&u||!i&&u||!a)return 1;if(!o&&!s&&!h&&n<r||h&&i&&a&&!o&&!s||l&&i&&a||!c&&a||!u)return-1}return 0}return a1=t,a1}var s1,e$;function Lee(){if(e$)return s1;e$=1;var e=Ree();function t(n,r,i){for(var o=-1,a=n.criteria,s=r.criteria,c=a.length,l=i.length;++o<c;){var u=e(a[o],s[o]);if(u){if(o>=l)return u;var h=i[o];return u*(h=="desc"?-1:1)}}return n.index-r.index}return s1=t,s1}var c1,t$;function zee(){if(t$)return c1;t$=1;var e=wc(),t=$c(),n=Vn(),r=Z9(),i=kee(),o=vc(),a=Lee(),s=Vr(),c=It();function l(u,h,d){h.length?h=e(h,function(y){return c(y)?function(m){return t(m,y.length===1?y[0]:y)}:y}):h=[s];var f=-1;h=e(h,o(n));var g=r(u,function(y,m,v){var b=e(h,function(_){return _(y)});return{criteria:b,index:++f,value:y}});return i(g,function(y,m){return a(y,m,d)})}return c1=l,c1}var l1,n$;function Nee(){if(n$)return l1;n$=1;var e=T0(),t=zee(),n=Cc(),r=Oc(),i=n(function(o,a){if(o==null)return[];var s=a.length;return s>1&&r(o,a[0],a[1])?a=[]:s>2&&r(a[0],a[1],a[2])&&(a=[a[0]]),t(o,e(a,1),[])});return l1=i,l1}var u1,r$;function Dee(){if(r$)return u1;r$=1;var e=O9(),t=0;function n(r){var i=++t;return e(r)+i}return u1=n,u1}var h1,i$;function Hee(){if(i$)return h1;i$=1;function e(t,n,r){for(var i=-1,o=t.length,a=n.length,s={};++i<o;){var c=i<a?n[i]:void 0;r(s,t[i],c)}return s}return h1=e,h1}var d1,o$;function qee(){if(o$)return d1;o$=1;var e=mc(),t=Hee();function n(r,i){return t(r||[],i||[],e)}return d1=n,d1}var f1,a$;function bt(){if(a$)return f1;a$=1;var e;if(typeof ad=="function")try{e={cloneDeep:nee(),constant:gp(),defaults:ree(),each:Y7(),filter:B9(),find:uee(),flatten:wP(),forEach:G7(),forIn:hee(),has:V9(),isUndefined:U9(),last:dee(),map:J9(),mapValues:fee(),max:gee(),merge:xee(),min:wee(),minBy:Pee(),now:$ee(),pick:Eee(),range:Tee(),reduce:r8(),sortBy:Nee(),uniqueId:Dee(),values:z8(),zipObject:qee()}}catch(t){}return e||(e=window._),f1=e,f1}var p1,s$;function jee(){if(s$)return p1;s$=1,p1=e;function e(){var r={};r._next=r._prev=r,this._sentinel=r}e.prototype.dequeue=function(){var r=this._sentinel,i=r._prev;if(i!==r)return t(i),i},e.prototype.enqueue=function(r){var i=this._sentinel;r._prev&&r._next&&t(r),r._next=i._next,i._next._prev=r,i._next=r,r._prev=i},e.prototype.toString=function(){for(var r=[],i=this._sentinel,o=i._prev;o!==i;)r.push(JSON.stringify(o,n)),o=o._prev;return"["+r.join(", ")+"]"};function t(r){r._prev._next=r._next,r._next._prev=r._prev,delete r._next,delete r._prev}function n(r,i){if(r!=="_next"&&r!=="_prev")return i}return p1}var g1,c$;function Fee(){if(c$)return g1;c$=1;var e=bt(),t=bn().Graph,n=jee();g1=i;var r=e.constant(1);function i(l,u){if(l.nodeCount()<=1)return[];var h=s(l,u||r),d=o(h.graph,h.buckets,h.zeroIdx);return e.flatten(e.map(d,function(f){return l.outEdges(f.v,f.w)}),!0)}function o(l,u,h){for(var d=[],f=u[u.length-1],g=u[0],y;l.nodeCount();){for(;y=g.dequeue();)a(l,u,h,y);for(;y=f.dequeue();)a(l,u,h,y);if(l.nodeCount()){for(var m=u.length-2;m>0;--m)if(y=u[m].dequeue(),y){d=d.concat(a(l,u,h,y,!0));break}}}return d}function a(l,u,h,d,f){var g=f?[]:void 0;return e.forEach(l.inEdges(d.v),function(y){var m=l.edge(y),v=l.node(y.v);f&&g.push({v:y.v,w:y.w}),v.out-=m,c(u,h,v)}),e.forEach(l.outEdges(d.v),function(y){var m=l.edge(y),v=y.w,b=l.node(v);b.in-=m,c(u,h,b)}),l.removeNode(d.v),g}function s(l,u){var h=new t,d=0,f=0;e.forEach(l.nodes(),function(m){h.setNode(m,{v:m,in:0,out:0})}),e.forEach(l.edges(),function(m){var v=h.edge(m.v,m.w)||0,b=u(m),_=v+b;h.setEdge(m.v,m.w,_),f=Math.max(f,h.node(m.v).out+=b),d=Math.max(d,h.node(m.w).in+=b)});var g=e.range(f+d+3).map(function(){return new n}),y=d+1;return e.forEach(h.nodes(),function(m){c(g,y,h.node(m))}),{graph:h,buckets:g,zeroIdx:y}}function c(l,u,h){h.out?h.in?l[h.out-h.in+u].enqueue(h):l[l.length-1].enqueue(h):l[0].enqueue(h)}return g1}var m1,l$;function Bee(){if(l$)return m1;l$=1;var e=bt(),t=Fee();m1={run:n,undo:i};function n(o){var a=o.graph().acyclicer==="greedy"?t(o,s(o)):r(o);e.forEach(a,function(c){var l=o.edge(c);o.removeEdge(c),l.forwardName=c.name,l.reversed=!0,o.setEdge(c.w,c.v,l,e.uniqueId("rev"))});function s(c){return function(l){return c.edge(l).weight}}}function r(o){var a=[],s={},c={};function l(u){e.has(c,u)||(c[u]=!0,s[u]=!0,e.forEach(o.outEdges(u),function(h){e.has(s,h.w)?a.push(h):l(h.w)}),delete s[u])}return e.forEach(o.nodes(),l),a}function i(o){e.forEach(o.edges(),function(a){var s=o.edge(a);if(s.reversed){o.removeEdge(a);var c=s.forwardName;delete s.reversed,delete s.forwardName,o.setEdge(a.w,a.v,s,c)}})}return m1}var y1,u$;function nn(){if(u$)return y1;u$=1;var e=bt(),t=bn().Graph;y1={addDummyNode:n,simplify:r,asNonCompoundGraph:i,successorWeights:o,predecessorWeights:a,intersectRect:s,buildLayerMatrix:c,normalizeRanks:l,removeEmptyRanks:u,addBorderNode:h,maxRank:d,partition:f,time:g,notime:y};function n(m,v,b,_){var x;do x=e.uniqueId(_);while(m.hasNode(x));return b.dummy=v,m.setNode(x,b),x}function r(m){var v=new t().setGraph(m.graph());return e.forEach(m.nodes(),function(b){v.setNode(b,m.node(b))}),e.forEach(m.edges(),function(b){var _=v.edge(b.v,b.w)||{weight:0,minlen:1},x=m.edge(b);v.setEdge(b.v,b.w,{weight:_.weight+x.weight,minlen:Math.max(_.minlen,x.minlen)})}),v}function i(m){var v=new t({multigraph:m.isMultigraph()}).setGraph(m.graph());return e.forEach(m.nodes(),function(b){m.children(b).length||v.setNode(b,m.node(b))}),e.forEach(m.edges(),function(b){v.setEdge(b,m.edge(b))}),v}function o(m){var v=e.map(m.nodes(),function(b){var _={};return e.forEach(m.outEdges(b),function(x){_[x.w]=(_[x.w]||0)+m.edge(x).weight}),_});return e.zipObject(m.nodes(),v)}function a(m){var v=e.map(m.nodes(),function(b){var _={};return e.forEach(m.inEdges(b),function(x){_[x.v]=(_[x.v]||0)+m.edge(x).weight}),_});return e.zipObject(m.nodes(),v)}function s(m,v){var b=m.x,_=m.y,x=v.x-b,w=v.y-_,P=m.width/2,$=m.height/2;if(!x&&!w)throw new Error("Not possible to find intersection inside of the rectangle");var C,M;return Math.abs(w)*P>Math.abs(x)*$?(w<0&&($=-$),C=$*x/w,M=$):(x<0&&(P=-P),C=P,M=P*w/x),{x:b+C,y:_+M}}function c(m){var v=e.map(e.range(d(m)+1),function(){return[]});return e.forEach(m.nodes(),function(b){var _=m.node(b),x=_.rank;e.isUndefined(x)||(v[x][_.order]=b)}),v}function l(m){var v=e.min(e.map(m.nodes(),function(b){return m.node(b).rank}));e.forEach(m.nodes(),function(b){var _=m.node(b);e.has(_,"rank")&&(_.rank-=v)})}function u(m){var v=e.min(e.map(m.nodes(),function(w){return m.node(w).rank})),b=[];e.forEach(m.nodes(),function(w){var P=m.node(w).rank-v;b[P]||(b[P]=[]),b[P].push(w)});var _=0,x=m.graph().nodeRankFactor;e.forEach(b,function(w,P){e.isUndefined(w)&&P%x!==0?--_:_&&e.forEach(w,function($){m.node($).rank+=_})})}function h(m,v,b,_){var x={width:0,height:0};return arguments.length>=4&&(x.rank=b,x.order=_),n(m,"border",x,v)}function d(m){return e.max(e.map(m.nodes(),function(v){var b=m.node(v).rank;if(!e.isUndefined(b))return b}))}function f(m,v){var b={lhs:[],rhs:[]};return e.forEach(m,function(_){v(_)?b.lhs.push(_):b.rhs.push(_)}),b}function g(m,v){var b=e.now();try{return v()}finally{console.log(m+" time: "+(e.now()-b)+"ms")}}function y(m,v){return v()}return y1}var v1,h$;function Wee(){if(h$)return v1;h$=1;var e=bt(),t=nn();v1={run:n,undo:i};function n(o){o.graph().dummyChains=[],e.forEach(o.edges(),function(a){r(o,a)})}function r(o,a){var s=a.v,c=o.node(s).rank,l=a.w,u=o.node(l).rank,h=a.name,d=o.edge(a),f=d.labelRank;if(u!==c+1){o.removeEdge(a);var g,y,m;for(m=0,++c;c<u;++m,++c)d.points=[],y={width:0,height:0,edgeLabel:d,edgeObj:a,rank:c},g=t.addDummyNode(o,"edge",y,"_d"),c===f&&(y.width=d.width,y.height=d.height,y.dummy="edge-label",y.labelpos=d.labelpos),o.setEdge(s,g,{weight:d.weight},h),m===0&&o.graph().dummyChains.push(g),s=g;o.setEdge(s,l,{weight:d.weight},h)}}function i(o){e.forEach(o.graph().dummyChains,function(a){var s=o.node(a),c=s.edgeLabel,l;for(o.setEdge(s.edgeObj,c);s.dummy;)l=o.successors(a)[0],o.removeNode(a),c.points.push({x:s.x,y:s.y}),s.dummy==="edge-label"&&(c.x=s.x,c.y=s.y,c.width=s.width,c.height=s.height),a=l,s=o.node(a)})}return v1}var b1,d$;function Sc(){if(d$)return b1;d$=1;var e=bt();b1={longestPath:t,slack:n};function t(r){var i={};function o(a){var s=r.node(a);if(e.has(i,a))return s.rank;i[a]=!0;var c=e.min(e.map(r.outEdges(a),function(l){return o(l.w)-r.edge(l).minlen}));return(c===Number.POSITIVE_INFINITY||c===void 0||c===null)&&(c=0),s.rank=c}e.forEach(r.sources(),o)}function n(r,i){return r.node(i.w).rank-r.node(i.v).rank-r.edge(i).minlen}return b1}var _1,f$;function p$(){if(f$)return _1;f$=1;var e=bt(),t=bn().Graph,n=Sc().slack;_1=r;function r(s){var c=new t({directed:!1}),l=s.nodes()[0],u=s.nodeCount();c.setNode(l,{});for(var h,d;i(c,s)<u;)h=o(c,s),d=c.hasNode(h.v)?n(s,h):-n(s,h),a(c,s,d);return c}function i(s,c){function l(u){e.forEach(c.nodeEdges(u),function(h){var d=h.v,f=u===d?h.w:d;!s.hasNode(f)&&!n(c,h)&&(s.setNode(f,{}),s.setEdge(u,f,{}),l(f))})}return e.forEach(s.nodes(),l),s.nodeCount()}function o(s,c){return e.minBy(c.edges(),function(l){if(s.hasNode(l.v)!==s.hasNode(l.w))return n(c,l)})}function a(s,c,l){e.forEach(s.nodes(),function(u){c.node(u).rank+=l})}return _1}var x1,g$;function Gee(){if(g$)return x1;g$=1;var e=bt(),t=p$(),n=Sc().slack,r=Sc().longestPath,i=bn().alg.preorder,o=bn().alg.postorder,a=nn().simplify;x1=s,s.initLowLimValues=h,s.initCutValues=c,s.calcCutValue=u,s.leaveEdge=f,s.enterEdge=g,s.exchangeEdges=y;function s(_){_=a(_),r(_);var x=t(_);h(x),c(x,_);for(var w,P;w=f(x);)P=g(x,_,w),y(x,_,w,P)}function c(_,x){var w=o(_,_.nodes());w=w.slice(0,w.length-1),e.forEach(w,function(P){l(_,x,P)})}function l(_,x,w){var P=_.node(w),$=P.parent;_.edge(w,$).cutvalue=u(_,x,w)}function u(_,x,w){var P=_.node(w),$=P.parent,C=!0,M=x.edge(w,$),S=0;return M||(C=!1,M=x.edge($,w)),S=M.weight,e.forEach(x.nodeEdges(w),function(E){var A=E.v===w,O=A?E.w:E.v;if(O!==$){var T=A===C,F=x.edge(E).weight;if(S+=T?F:-F,v(_,w,O)){var z=_.edge(w,O).cutvalue;S+=T?-z:z}}}),S}function h(_,x){arguments.length<2&&(x=_.nodes()[0]),d(_,{},1,x)}function d(_,x,w,P,$){var C=w,M=_.node(P);return x[P]=!0,e.forEach(_.neighbors(P),function(S){e.has(x,S)||(w=d(_,x,w,S,P))}),M.low=C,M.lim=w++,$?M.parent=$:delete M.parent,w}function f(_){return e.find(_.edges(),function(x){return _.edge(x).cutvalue<0})}function g(_,x,w){var P=w.v,$=w.w;x.hasEdge(P,$)||(P=w.w,$=w.v);var C=_.node(P),M=_.node($),S=C,E=!1;C.lim>M.lim&&(S=M,E=!0);var A=e.filter(x.edges(),function(O){return E===b(_,_.node(O.v),S)&&E!==b(_,_.node(O.w),S)});return e.minBy(A,function(O){return n(x,O)})}function y(_,x,w,P){var $=w.v,C=w.w;_.removeEdge($,C),_.setEdge(P.v,P.w,{}),h(_),c(_,x),m(_,x)}function m(_,x){var w=e.find(_.nodes(),function($){return!x.node($).parent}),P=i(_,w);P=P.slice(1),e.forEach(P,function($){var C=_.node($).parent,M=x.edge($,C),S=!1;M||(M=x.edge(C,$),S=!0),x.node($).rank=x.node(C).rank+(S?M.minlen:-M.minlen)})}function v(_,x,w){return _.hasEdge(x,w)}function b(_,x,w){return w.low<=x.lim&&x.lim<=w.lim}return x1}var w1,m$;function Vee(){if(m$)return w1;m$=1;var e=Sc(),t=e.longestPath,n=p$(),r=Gee();w1=i;function i(c){switch(c.graph().ranker){case"network-simplex":s(c);break;case"tight-tree":a(c);break;case"longest-path":o(c);break;default:s(c)}}var o=t;function a(c){t(c),n(c)}function s(c){r(c)}return w1}var P1,y$;function Yee(){if(y$)return P1;y$=1;var e=bt();P1=t;function t(i){var o=r(i);e.forEach(i.graph().dummyChains,function(a){for(var s=i.node(a),c=s.edgeObj,l=n(i,o,c.v,c.w),u=l.path,h=l.lca,d=0,f=u[d],g=!0;a!==c.w;){if(s=i.node(a),g){for(;(f=u[d])!==h&&i.node(f).maxRank<s.rank;)d++;f===h&&(g=!1)}if(!g){for(;d<u.length-1&&i.node(f=u[d+1]).minRank<=s.rank;)d++;f=u[d]}i.setParent(a,f),a=i.successors(a)[0]}})}function n(i,o,a,s){var c=[],l=[],u=Math.min(o[a].low,o[s].low),h=Math.max(o[a].lim,o[s].lim),d,f;d=a;do d=i.parent(d),c.push(d);while(d&&(o[d].low>u||h>o[d].lim));for(f=d,d=s;(d=i.parent(d))!==f;)l.push(d);return{path:c.concat(l.reverse()),lca:f}}function r(i){var o={},a=0;function s(c){var l=a;e.forEach(i.children(c),s),o[c]={low:l,lim:a++}}return e.forEach(i.children(),s),o}return P1}var $1,v$;function Xee(){if(v$)return $1;v$=1;var e=bt(),t=nn();$1={run:n,cleanup:a};function n(s){var c=t.addDummyNode(s,"root",{},"_root"),l=i(s),u=e.max(e.values(l))-1,h=2*u+1;s.graph().nestingRoot=c,e.forEach(s.edges(),function(f){s.edge(f).minlen*=h});var d=o(s)+1;e.forEach(s.children(),function(f){r(s,c,h,d,u,l,f)}),s.graph().nodeRankFactor=h}function r(s,c,l,u,h,d,f){var g=s.children(f);if(!g.length){f!==c&&s.setEdge(c,f,{weight:0,minlen:l});return}var y=t.addBorderNode(s,"_bt"),m=t.addBorderNode(s,"_bb"),v=s.node(f);s.setParent(y,f),v.borderTop=y,s.setParent(m,f),v.borderBottom=m,e.forEach(g,function(b){r(s,c,l,u,h,d,b);var _=s.node(b),x=_.borderTop?_.borderTop:b,w=_.borderBottom?_.borderBottom:b,P=_.borderTop?u:2*u,$=x!==w?1:h-d[f]+1;s.setEdge(y,x,{weight:P,minlen:$,nestingEdge:!0}),s.setEdge(w,m,{weight:P,minlen:$,nestingEdge:!0})}),s.parent(f)||s.setEdge(c,y,{weight:0,minlen:h+d[f]})}function i(s){var c={};function l(u,h){var d=s.children(u);d&&d.length&&e.forEach(d,function(f){l(f,h+1)}),c[u]=h}return e.forEach(s.children(),function(u){l(u,1)}),c}function o(s){return e.reduce(s.edges(),function(c,l){return c+s.edge(l).weight},0)}function a(s){var c=s.graph();s.removeNode(c.nestingRoot),delete c.nestingRoot,e.forEach(s.edges(),function(l){var u=s.edge(l);u.nestingEdge&&s.removeEdge(l)})}return $1}var C1,b$;function Uee(){if(b$)return C1;b$=1;var e=bt(),t=nn();C1=n;function n(i){function o(a){var s=i.children(a),c=i.node(a);if(s.length&&e.forEach(s,o),e.has(c,"minRank")){c.borderLeft=[],c.borderRight=[];for(var l=c.minRank,u=c.maxRank+1;l<u;++l)r(i,"borderLeft","_bl",a,c,l),r(i,"borderRight","_br",a,c,l)}}e.forEach(i.children(),o)}function r(i,o,a,s,c,l){var u={width:0,height:0,rank:l,borderType:o},h=c[o][l-1],d=t.addDummyNode(i,"border",u,a);c[o][l]=d,i.setParent(d,s),h&&i.setEdge(h,d,{weight:1})}return C1}var O1,_$;function Kee(){if(_$)return O1;_$=1;var e=bt();O1={adjust:t,undo:n};function t(l){var u=l.graph().rankdir.toLowerCase();(u==="lr"||u==="rl")&&r(l)}function n(l){var u=l.graph().rankdir.toLowerCase();(u==="bt"||u==="rl")&&o(l),(u==="lr"||u==="rl")&&(s(l),r(l))}function r(l){e.forEach(l.nodes(),function(u){i(l.node(u))}),e.forEach(l.edges(),function(u){i(l.edge(u))})}function i(l){var u=l.width;l.width=l.height,l.height=u}function o(l){e.forEach(l.nodes(),function(u){a(l.node(u))}),e.forEach(l.edges(),function(u){var h=l.edge(u);e.forEach(h.points,a),e.has(h,"y")&&a(h)})}function a(l){l.y=-l.y}function s(l){e.forEach(l.nodes(),function(u){c(l.node(u))}),e.forEach(l.edges(),function(u){var h=l.edge(u);e.forEach(h.points,c),e.has(h,"x")&&c(h)})}function c(l){var u=l.x;l.x=l.y,l.y=u}return O1}var S1,x$;function Zee(){if(x$)return S1;x$=1;var e=bt();S1=t;function t(n){var r={},i=e.filter(n.nodes(),function(l){return!n.children(l).length}),o=e.max(e.map(i,function(l){return n.node(l).rank})),a=e.map(e.range(o+1),function(){return[]});function s(l){if(!e.has(r,l)){r[l]=!0;var u=n.node(l);a[u.rank].push(l),e.forEach(n.successors(l),s)}}var c=e.sortBy(i,function(l){return n.node(l).rank});return e.forEach(c,s),a}return S1}var M1,w$;function Qee(){if(w$)return M1;w$=1;var e=bt();M1=t;function t(r,i){for(var o=0,a=1;a<i.length;++a)o+=n(r,i[a-1],i[a]);return o}function n(r,i,o){for(var a=e.zipObject(o,e.map(o,function(d,f){return f})),s=e.flatten(e.map(i,function(d){return e.sortBy(e.map(r.outEdges(d),function(f){return{pos:a[f.w],weight:r.edge(f).weight}}),"pos")}),!0),c=1;c<o.length;)c<<=1;var l=2*c-1;c-=1;var u=e.map(new Array(l),function(){return 0}),h=0;return e.forEach(s.forEach(function(d){var f=d.pos+c;u[f]+=d.weight;for(var g=0;f>0;)f%2&&(g+=u[f+1]),f=f-1>>1,u[f]+=d.weight;h+=d.weight*g})),h}return M1}var E1,P$;function Jee(){if(P$)return E1;P$=1;var e=bt();E1=t;function t(n,r){return e.map(r,function(i){var o=n.inEdges(i);if(o.length){var a=e.reduce(o,function(s,c){var l=n.edge(c),u=n.node(c.v);return{sum:s.sum+l.weight*u.order,weight:s.weight+l.weight}},{sum:0,weight:0});return{v:i,barycenter:a.sum/a.weight,weight:a.weight}}else return{v:i}})}return E1}var I1,$$;function ete(){if($$)return I1;$$=1;var e=bt();I1=t;function t(i,o){var a={};e.forEach(i,function(c,l){var u=a[c.v]={indegree:0,in:[],out:[],vs:[c.v],i:l};e.isUndefined(c.barycenter)||(u.barycenter=c.barycenter,u.weight=c.weight)}),e.forEach(o.edges(),function(c){var l=a[c.v],u=a[c.w];!e.isUndefined(l)&&!e.isUndefined(u)&&(u.indegree++,l.out.push(a[c.w]))});var s=e.filter(a,function(c){return!c.indegree});return n(s)}function n(i){var o=[];function a(l){return function(u){u.merged||(e.isUndefined(u.barycenter)||e.isUndefined(l.barycenter)||u.barycenter>=l.barycenter)&&r(l,u)}}function s(l){return function(u){u.in.push(l),--u.indegree===0&&i.push(u)}}for(;i.length;){var c=i.pop();o.push(c),e.forEach(c.in.reverse(),a(c)),e.forEach(c.out,s(c))}return e.map(e.filter(o,function(l){return!l.merged}),function(l){return e.pick(l,["vs","i","barycenter","weight"])})}function r(i,o){var a=0,s=0;i.weight&&(a+=i.barycenter*i.weight,s+=i.weight),o.weight&&(a+=o.barycenter*o.weight,s+=o.weight),i.vs=o.vs.concat(i.vs),i.barycenter=a/s,i.weight=s,i.i=Math.min(o.i,i.i),o.merged=!0}return I1}var A1,C$;function tte(){if(C$)return A1;C$=1;var e=bt(),t=nn();A1=n;function n(o,a){var s=t.partition(o,function(y){return e.has(y,"barycenter")}),c=s.lhs,l=e.sortBy(s.rhs,function(y){return-y.i}),u=[],h=0,d=0,f=0;c.sort(i(!!a)),f=r(u,l,f),e.forEach(c,function(y){f+=y.vs.length,u.push(y.vs),h+=y.barycenter*y.weight,d+=y.weight,f=r(u,l,f)});var g={vs:e.flatten(u,!0)};return d&&(g.barycenter=h/d,g.weight=d),g}function r(o,a,s){for(var c;a.length&&(c=e.last(a)).i<=s;)a.pop(),o.push(c.vs),s++;return s}function i(o){return function(a,s){return a.barycenter<s.barycenter?-1:a.barycenter>s.barycenter?1:o?s.i-a.i:a.i-s.i}}return A1}var T1,O$;function nte(){if(O$)return T1;O$=1;var e=bt(),t=Jee(),n=ete(),r=tte();T1=i;function i(s,c,l,u){var h=s.children(c),d=s.node(c),f=d?d.borderLeft:void 0,g=d?d.borderRight:void 0,y={};f&&(h=e.filter(h,function(w){return w!==f&&w!==g}));var m=t(s,h);e.forEach(m,function(w){if(s.children(w.v).length){var P=i(s,w.v,l,u);y[w.v]=P,e.has(P,"barycenter")&&a(w,P)}});var v=n(m,l);o(v,y);var b=r(v,u);if(f&&(b.vs=e.flatten([f,b.vs,g],!0),s.predecessors(f).length)){var _=s.node(s.predecessors(f)[0]),x=s.node(s.predecessors(g)[0]);e.has(b,"barycenter")||(b.barycenter=0,b.weight=0),b.barycenter=(b.barycenter*b.weight+_.order+x.order)/(b.weight+2),b.weight+=2}return b}function o(s,c){e.forEach(s,function(l){l.vs=e.flatten(l.vs.map(function(u){return c[u]?c[u].vs:u}),!0)})}function a(s,c){e.isUndefined(s.barycenter)?(s.barycenter=c.barycenter,s.weight=c.weight):(s.barycenter=(s.barycenter*s.weight+c.barycenter*c.weight)/(s.weight+c.weight),s.weight+=c.weight)}return T1}var k1,S$;function rte(){if(S$)return k1;S$=1;var e=bt(),t=bn().Graph;k1=n;function n(i,o,a){var s=r(i),c=new t({compound:!0}).setGraph({root:s}).setDefaultNodeLabel(function(l){return i.node(l)});return e.forEach(i.nodes(),function(l){var u=i.node(l),h=i.parent(l);(u.rank===o||u.minRank<=o&&o<=u.maxRank)&&(c.setNode(l),c.setParent(l,h||s),e.forEach(i[a](l),function(d){var f=d.v===l?d.w:d.v,g=c.edge(f,l),y=e.isUndefined(g)?0:g.weight;c.setEdge(f,l,{weight:i.edge(d).weight+y})}),e.has(u,"minRank")&&c.setNode(l,{borderLeft:u.borderLeft[o],borderRight:u.borderRight[o]}))}),c}function r(i){for(var o;i.hasNode(o=e.uniqueId("_root")););return o}return k1}var R1,M$;function ite(){if(M$)return R1;M$=1;var e=bt();R1=t;function t(n,r,i){var o={},a;e.forEach(i,function(s){for(var c=n.parent(s),l,u;c;){if(l=n.parent(c),l?(u=o[l],o[l]=c):(u=a,a=c),u&&u!==c){r.setEdge(u,c);return}c=l}})}return R1}var L1,E$;function ote(){if(E$)return L1;E$=1;var e=bt(),t=Zee(),n=Qee(),r=nte(),i=rte(),o=ite(),a=bn().Graph,s=nn();L1=c;function c(d){var f=s.maxRank(d),g=l(d,e.range(1,f+1),"inEdges"),y=l(d,e.range(f-1,-1,-1),"outEdges"),m=t(d);h(d,m);for(var v=Number.POSITIVE_INFINITY,b,_=0,x=0;x<4;++_,++x){u(_%2?g:y,_%4>=2),m=s.buildLayerMatrix(d);var w=n(d,m);w<v&&(x=0,b=e.cloneDeep(m),v=w)}h(d,b)}function l(d,f,g){return e.map(f,function(y){return i(d,y,g)})}function u(d,f){var g=new a;e.forEach(d,function(y){var m=y.graph().root,v=r(y,m,g,f);e.forEach(v.vs,function(b,_){y.node(b).order=_}),o(y,g,v.vs)})}function h(d,f){e.forEach(f,function(g){e.forEach(g,function(y,m){d.node(y).order=m})})}return L1}var z1,I$;function ate(){if(I$)return z1;I$=1;var e=bt(),t=bn().Graph,n=nn();z1={positionX:g,findType1Conflicts:r,findType2Conflicts:i,addConflict:a,hasConflict:s,verticalAlignment:c,horizontalCompaction:l,alignCoordinates:d,findSmallestWidthAlignment:h,balance:f};function r(v,b){var _={};function x(w,P){var $=0,C=0,M=w.length,S=e.last(P);return e.forEach(P,function(E,A){var O=o(v,E),T=O?v.node(O).order:M;(O||E===S)&&(e.forEach(P.slice(C,A+1),function(F){e.forEach(v.predecessors(F),function(z){var j=v.node(z),D=j.order;(D<$||T<D)&&!(j.dummy&&v.node(F).dummy)&&a(_,z,F)})}),C=A+1,$=T)}),P}return e.reduce(b,x),_}function i(v,b){var _={};function x(P,$,C,M,S){var E;e.forEach(e.range($,C),function(A){E=P[A],v.node(E).dummy&&e.forEach(v.predecessors(E),function(O){var T=v.node(O);T.dummy&&(T.order<M||T.order>S)&&a(_,O,E)})})}function w(P,$){var C=-1,M,S=0;return e.forEach($,function(E,A){if(v.node(E).dummy==="border"){var O=v.predecessors(E);O.length&&(M=v.node(O[0]).order,x($,S,A,C,M),S=A,C=M)}x($,S,$.length,M,P.length)}),$}return e.reduce(b,w),_}function o(v,b){if(v.node(b).dummy)return e.find(v.predecessors(b),function(_){return v.node(_).dummy})}function a(v,b,_){if(b>_){var x=b;b=_,_=x}var w=v[b];w||(v[b]=w={}),w[_]=!0}function s(v,b,_){if(b>_){var x=b;b=_,_=x}return e.has(v[b],_)}function c(v,b,_,x){var w={},P={},$={};return e.forEach(b,function(C){e.forEach(C,function(M,S){w[M]=M,P[M]=M,$[M]=S})}),e.forEach(b,function(C){var M=-1;e.forEach(C,function(S){var E=x(S);if(E.length){E=e.sortBy(E,function(z){return $[z]});for(var A=(E.length-1)/2,O=Math.floor(A),T=Math.ceil(A);O<=T;++O){var F=E[O];P[S]===S&&M<$[F]&&!s(_,S,F)&&(P[F]=S,P[S]=w[S]=w[F],M=$[F])}}})}),{root:w,align:P}}function l(v,b,_,x,w){var P={},$=u(v,b,_,w),C=w?"borderLeft":"borderRight";function M(A,O){for(var T=$.nodes(),F=T.pop(),z={};F;)z[F]?A(F):(z[F]=!0,T.push(F),T=T.concat(O(F))),F=T.pop()}function S(A){P[A]=$.inEdges(A).reduce(function(O,T){return Math.max(O,P[T.v]+$.edge(T))},0)}function E(A){var O=$.outEdges(A).reduce(function(F,z){return Math.min(F,P[z.w]-$.edge(z))},Number.POSITIVE_INFINITY),T=v.node(A);O!==Number.POSITIVE_INFINITY&&T.borderType!==C&&(P[A]=Math.max(P[A],O))}return M(S,$.predecessors.bind($)),M(E,$.successors.bind($)),e.forEach(x,function(A){P[A]=P[_[A]]}),P}function u(v,b,_,x){var w=new t,P=v.graph(),$=y(P.nodesep,P.edgesep,x);return e.forEach(b,function(C){var M;e.forEach(C,function(S){var E=_[S];if(w.setNode(E),M){var A=_[M],O=w.edge(A,E);w.setEdge(A,E,Math.max($(v,S,M),O||0))}M=S})}),w}function h(v,b){return e.minBy(e.values(b),function(_){var x=Number.NEGATIVE_INFINITY,w=Number.POSITIVE_INFINITY;return e.forIn(_,function(P,$){var C=m(v,$)/2;x=Math.max(P+C,x),w=Math.min(P-C,w)}),x-w})}function d(v,b){var _=e.values(b),x=e.min(_),w=e.max(_);e.forEach(["u","d"],function(P){e.forEach(["l","r"],function($){var C=P+$,M=v[C],S;if(M!==b){var E=e.values(M);S=$==="l"?x-e.min(E):w-e.max(E),S&&(v[C]=e.mapValues(M,function(A){return A+S}))}})})}function f(v,b){return e.mapValues(v.ul,function(_,x){if(b)return v[b.toLowerCase()][x];var w=e.sortBy(e.map(v,x));return(w[1]+w[2])/2})}function g(v){var b=n.buildLayerMatrix(v),_=e.merge(r(v,b),i(v,b)),x={},w;e.forEach(["u","d"],function($){w=$==="u"?b:e.values(b).reverse(),e.forEach(["l","r"],function(C){C==="r"&&(w=e.map(w,function(A){return e.values(A).reverse()}));var M=($==="u"?v.predecessors:v.successors).bind(v),S=c(v,w,_,M),E=l(v,w,S.root,S.align,C==="r");C==="r"&&(E=e.mapValues(E,function(A){return-A})),x[$+C]=E})});var P=h(v,x);return d(x,P),f(x,v.graph().align)}function y(v,b,_){return function(x,w,P){var $=x.node(w),C=x.node(P),M=0,S;if(M+=$.width/2,e.has($,"labelpos"))switch($.labelpos.toLowerCase()){case"l":S=-$.width/2;break;case"r":S=$.width/2;break}if(S&&(M+=_?S:-S),S=0,M+=($.dummy?b:v)/2,M+=(C.dummy?b:v)/2,M+=C.width/2,e.has(C,"labelpos"))switch(C.labelpos.toLowerCase()){case"l":S=C.width/2;break;case"r":S=-C.width/2;break}return S&&(M+=_?S:-S),S=0,M}}function m(v,b){return v.node(b).width}return z1}var N1,A$;function ste(){if(A$)return N1;A$=1;var e=bt(),t=nn(),n=ate().positionX;N1=r;function r(o){o=t.asNonCompoundGraph(o),i(o),e.forEach(n(o),function(a,s){o.node(s).x=a})}function i(o){var a=t.buildLayerMatrix(o),s=o.graph().ranksep,c=0;e.forEach(a,function(l){var u=e.max(e.map(l,function(h){return o.node(h).height}));e.forEach(l,function(h){o.node(h).y=c+u/2}),c+=u+s})}return N1}var D1,T$;function cte(){if(T$)return D1;T$=1;var e=bt(),t=Bee(),n=Wee(),r=Vee(),i=nn().normalizeRanks,o=Yee(),a=nn().removeEmptyRanks,s=Xee(),c=Uee(),l=Kee(),u=ote(),h=ste(),d=nn(),f=bn().Graph;D1=g;function g(I,R){var N=R&&R.debugTiming?d.time:d.notime;N("layout",function(){var q=N(" buildLayoutGraph",function(){return M(I)});N(" runLayout",function(){y(q,N)}),N(" updateInputGraph",function(){m(I,q)})})}function y(I,R){R(" makeSpaceForEdgeLabels",function(){S(I)}),R(" removeSelfEdges",function(){W(I)}),R(" acyclic",function(){t.run(I)}),R(" nestingGraph.run",function(){s.run(I)}),R(" rank",function(){r(d.asNonCompoundGraph(I))}),R(" injectEdgeLabelProxies",function(){E(I)}),R(" removeEmptyRanks",function(){a(I)}),R(" nestingGraph.cleanup",function(){s.cleanup(I)}),R(" normalizeRanks",function(){i(I)}),R(" assignRankMinMax",function(){A(I)}),R(" removeEdgeLabelProxies",function(){O(I)}),R(" normalize.run",function(){n.run(I)}),R(" parentDummyChains",function(){o(I)}),R(" addBorderSegments",function(){c(I)}),R(" order",function(){u(I)}),R(" insertSelfEdges",function(){B(I)}),R(" adjustCoordinateSystem",function(){l.adjust(I)}),R(" position",function(){h(I)}),R(" positionSelfEdges",function(){X(I)}),R(" removeBorderNodes",function(){D(I)}),R(" normalize.undo",function(){n.undo(I)}),R(" fixupEdgeLabelCoords",function(){z(I)}),R(" undoCoordinateSystem",function(){l.undo(I)}),R(" translateGraph",function(){T(I)}),R(" assignNodeIntersects",function(){F(I)}),R(" reversePoints",function(){j(I)}),R(" acyclic.undo",function(){t.undo(I)})}function m(I,R){e.forEach(I.nodes(),function(N){var q=I.node(N),G=R.node(N);q&&(q.x=G.x,q.y=G.y,R.children(N).length&&(q.width=G.width,q.height=G.height))}),e.forEach(I.edges(),function(N){var q=I.edge(N),G=R.edge(N);q.points=G.points,e.has(G,"x")&&(q.x=G.x,q.y=G.y)}),I.graph().width=R.graph().width,I.graph().height=R.graph().height}var v=["nodesep","edgesep","ranksep","marginx","marginy"],b={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},_=["acyclicer","ranker","rankdir","align"],x=["width","height"],w={width:0,height:0},P=["minlen","weight","width","height","labeloffset"],$={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},C=["labelpos"];function M(I){var R=new f({multigraph:!0,compound:!0}),N=k(I.graph());return R.setGraph(e.merge({},b,H(N,v),e.pick(N,_))),e.forEach(I.nodes(),function(q){var G=k(I.node(q));R.setNode(q,e.defaults(H(G,x),w)),R.setParent(q,I.parent(q))}),e.forEach(I.edges(),function(q){var G=k(I.edge(q));R.setEdge(q,e.merge({},$,H(G,P),e.pick(G,C)))}),R}function S(I){var R=I.graph();R.ranksep/=2,e.forEach(I.edges(),function(N){var q=I.edge(N);q.minlen*=2,q.labelpos.toLowerCase()!=="c"&&(R.rankdir==="TB"||R.rankdir==="BT"?q.width+=q.labeloffset:q.height+=q.labeloffset)})}function E(I){e.forEach(I.edges(),function(R){var N=I.edge(R);if(N.width&&N.height){var q=I.node(R.v),G=I.node(R.w),U={rank:(G.rank-q.rank)/2+q.rank,e:R};d.addDummyNode(I,"edge-proxy",U,"_ep")}})}function A(I){var R=0;e.forEach(I.nodes(),function(N){var q=I.node(N);q.borderTop&&(q.minRank=I.node(q.borderTop).rank,q.maxRank=I.node(q.borderBottom).rank,R=e.max(R,q.maxRank))}),I.graph().maxRank=R}function O(I){e.forEach(I.nodes(),function(R){var N=I.node(R);N.dummy==="edge-proxy"&&(I.edge(N.e).labelRank=N.rank,I.removeNode(R))})}function T(I){var R=Number.POSITIVE_INFINITY,N=0,q=Number.POSITIVE_INFINITY,G=0,U=I.graph(),K=U.marginx||0,oe=U.marginy||0;function te(ae){var Z=ae.x,ee=ae.y,ue=ae.width,ne=ae.height;R=Math.min(R,Z-ue/2),N=Math.max(N,Z+ue/2),q=Math.min(q,ee-ne/2),G=Math.max(G,ee+ne/2)}e.forEach(I.nodes(),function(ae){te(I.node(ae))}),e.forEach(I.edges(),function(ae){var Z=I.edge(ae);e.has(Z,"x")&&te(Z)}),R-=K,q-=oe,e.forEach(I.nodes(),function(ae){var Z=I.node(ae);Z.x-=R,Z.y-=q}),e.forEach(I.edges(),function(ae){var Z=I.edge(ae);e.forEach(Z.points,function(ee){ee.x-=R,ee.y-=q}),e.has(Z,"x")&&(Z.x-=R),e.has(Z,"y")&&(Z.y-=q)}),U.width=N-R+K,U.height=G-q+oe}function F(I){e.forEach(I.edges(),function(R){var N=I.edge(R),q=I.node(R.v),G=I.node(R.w),U,K;N.points?(U=N.points[0],K=N.points[N.points.length-1]):(N.points=[],U=G,K=q),N.points.unshift(d.intersectRect(q,U)),N.points.push(d.intersectRect(G,K))})}function z(I){e.forEach(I.edges(),function(R){var N=I.edge(R);if(e.has(N,"x"))switch((N.labelpos==="l"||N.labelpos==="r")&&(N.width-=N.labeloffset),N.labelpos){case"l":N.x-=N.width/2+N.labeloffset;break;case"r":N.x+=N.width/2+N.labeloffset;break}})}function j(I){e.forEach(I.edges(),function(R){var N=I.edge(R);N.reversed&&N.points.reverse()})}function D(I){e.forEach(I.nodes(),function(R){if(I.children(R).length){var N=I.node(R),q=I.node(N.borderTop),G=I.node(N.borderBottom),U=I.node(e.last(N.borderLeft)),K=I.node(e.last(N.borderRight));N.width=Math.abs(K.x-U.x),N.height=Math.abs(G.y-q.y),N.x=U.x+N.width/2,N.y=q.y+N.height/2}}),e.forEach(I.nodes(),function(R){I.node(R).dummy==="border"&&I.removeNode(R)})}function W(I){e.forEach(I.edges(),function(R){if(R.v===R.w){var N=I.node(R.v);N.selfEdges||(N.selfEdges=[]),N.selfEdges.push({e:R,label:I.edge(R)}),I.removeEdge(R)}})}function B(I){var R=d.buildLayerMatrix(I);e.forEach(R,function(N){var q=0;e.forEach(N,function(G,U){var K=I.node(G);K.order=U+q,e.forEach(K.selfEdges,function(oe){d.addDummyNode(I,"selfedge",{width:oe.label.width,height:oe.label.height,rank:K.rank,order:U+ ++q,e:oe.e,label:oe.label},"_se")}),delete K.selfEdges})})}function X(I){e.forEach(I.nodes(),function(R){var N=I.node(R);if(N.dummy==="selfedge"){var q=I.node(N.e.v),G=q.x+q.width/2,U=q.y,K=N.x-G,oe=q.height/2;I.setEdge(N.e,N.label),I.removeNode(R),N.label.points=[{x:G+2*K/3,y:U-oe},{x:G+5*K/6,y:U-oe},{x:G+K,y:U},{x:G+5*K/6,y:U+oe},{x:G+2*K/3,y:U+oe}],N.label.x=N.x,N.label.y=N.y}})}function H(I,R){return e.mapValues(e.pick(I,R),Number)}function k(I){var R={};return e.forEach(I,function(N,q){R[q.toLowerCase()]=N}),R}return D1}var H1,k$;function lte(){if(k$)return H1;k$=1;var e=bt(),t=nn(),n=bn().Graph;H1={debugOrdering:r};function r(i){var o=t.buildLayerMatrix(i),a=new n({compound:!0,multigraph:!0}).setGraph({});return e.forEach(i.nodes(),function(s){a.setNode(s,{label:s}),a.setParent(s,"layer"+i.node(s).rank)}),e.forEach(i.edges(),function(s){a.setEdge(s.v,s.w,{},s.name)}),e.forEach(o,function(s,c){var l="layer"+c;a.setNode(l,{rank:"same"}),e.reduce(s,function(u,h){return a.setEdge(u,h,{style:"invis"}),h})}),a}return H1}var q1,R$;function ute(){return R$||(R$=1,q1="0.8.5"),q1}var j1,L$;function hte(){return L$||(L$=1,j1={graphlib:bn(),layout:cte(),debug:lte(),util:{time:nn().time,notime:nn().notime},version:ute()}),j1}var z$=hte(),dte=KZ(z$),fte=function(e){return m5(e,"Boolean")};function pte(e,t){if(e){var n;if(GZ(e))for(var r=0,i=e.length;r<i&&(n=t(e[r],r),n!==!1);r++);else if(VZ(e)){for(var o in e)if(e.hasOwnProperty(o)&&(n=t(e[o],o),n===!1))break}}}var gte=Object.prototype.hasOwnProperty,mte=(function(e,t){if(e===null||!UZ(e))return{};var n={};return pte(t,function(r){gte.call(e,r)&&(n[r]=e[r])}),n});class yte extends WZ{constructor(){super(...arguments),this.id="dagre",this.isCompoundGraph=null,this.config={graphAttributes:["rankdir","align","nodesep","edgesep","ranksep","marginx","marginy","acyclicer","ranker"],nodeAttributes:["width","height"],edgeAttributes:["minlen","weight","width","height","labelpos","labeloffset"]}}getDefaultOptions(){return{directed:!0,multigraph:!0,rankdir:"TB",align:void 0,nodesep:50,edgesep:10,ranksep:50,marginx:0,marginy:0,acyclicer:void 0,ranker:"network-simplex",nodeSize:[0,0],edgeMinLen:1,edgeWeight:1,edgeLabelSize:[0,0],edgeLabelPos:"r",edgeLabelOffset:10}}layout(){return Ho(this,void 0,void 0,function*(){const t=new z$.graphlib.Graph({directed:!!this.options.directed,multigraph:!!this.options.multigraph,compound:this.isCompound()});t.setGraph(mte(this.options,this.config.graphAttributes)),t.setDefaultEdgeLabel(()=>({}));const n=a5(this.options.nodeSize,0);this.model.forEachNode(f=>{const g=f._original,[y,m]=r5(n(g)),v={width:y,height:m};if(t.setNode(String(f.id),v),this.isCompound()){if(ln(f.parentId))return;t.setParent(String(f.id),String(f.parentId))}});const{edgeLabelSize:r,edgeLabelOffset:i,edgeLabelPos:o,edgeMinLen:a,edgeWeight:s}=this.options,c=a5(r,0,"edge"),l=rd(i,10,"edge"),u=typeof o=="string"?()=>o:nd(o,["edge"]),h=rd(a,1,"edge"),d=rd(s,1,"edge");this.model.forEachEdge(f=>{const g=f._original,[y,m]=r5(c(g)),v={width:y,height:m,labelpos:u(g),labeloffset:l(g),minlen:h(g),weight:d(g)};t.setEdge(String(f.source),String(f.target),v,String(f.id))}),dte.layout(t),this.model.forEachNode(f=>{const g=t.node(String(f.id));g&&(f.x=g.x,f.y=g.y,f.size=[g.width,g.height])}),this.model.forEachEdge(f=>{const g=t.edge(String(f.source),String(f.target),String(f.id));if(!g)return;const{width:y,height:m,weight:v,minlen:b,labelpos:_,labeloffset:x,points:w}=g;f.labelSize=[y,m],f.weight=v,f.minLen=b,f.labelPos=_,f.labelOffset=x,f.points=w.map($Z)})})}isCompound(){return this.isCompoundGraph!==null?this.isCompoundGraph:fte(this.options.compound)?this.isCompoundGraph=this.options.compound:(this.isCompoundGraph=this.model.nodes().some(t=>!ln(t.parentId)),this.isCompoundGraph)}}var vte=Object.defineProperty,bte=Object.defineProperties,_te=Object.getOwnPropertyDescriptors,N$=Object.getOwnPropertySymbols,xte=Object.prototype.hasOwnProperty,wte=Object.prototype.propertyIsEnumerable,D$=(e,t,n)=>t in e?vte(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,H$=(e,t)=>{for(var n in t||(t={}))xte.call(t,n)&&D$(e,n,t[n]);if(N$)for(var n of N$(t))wte.call(t,n)&&D$(e,n,t[n]);return e},q$=(e,t)=>bte(e,_te(t));const Pte=50,$te=70,Cte=10,Ote=2,Ste=30,Mte=(e,t)=>{var n,r;const i=new Map;e.forEach(s=>i.set(s,[]));for(const s of t){if(s.source===s.target)return!0;(n=i.get(s.source))==null||n.push({target:s.target,edgeId:s.id}),(r=i.get(s.target))==null||r.push({target:s.source,edgeId:s.id})}const o=new Set,a=(s,c)=>{o.add(s);const l=i.get(s)||[];for(const{target:u,edgeId:h}of l)if(h!==c&&(o.has(u)||a(u,h)))return!0;return!1};for(const s of e)if(!o.has(s)&&a(s,null))return!0;return!1},j$=e=>{var t,n;const{Title:r,Item:i,data:o,rankdir:a="TB",nodesep:s=Pte,ranksep:c=$te,edgesep:l=Cte,edgeWidth:u=Ote,showConnections:h=!0,edgeColorMode:d="gradient",edgeStyle:f="solid",edgeDashPattern:g="5,5",edgeCornerRadius:y=12,edgeRouting:m="orth",showArrow:v=!0,arrowType:b="triangle",padding:_=Ste,edgeAnimation:x="none",edgeAnimationSpeed:w=1,options:P}=e,{title:$,desc:C,items:M=[],relations:S=[]}=o,E=r?p(r,{title:$,desc:C}):null;if(!i||M.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(Q,{indexes:[0],x:0,y:0})})]});const A=new Map,O=new Map,T=new Map,F=new Map,z=new Set,j=new Map;let D=0;const W=M.map((Z,ee)=>{var ue,ne;const J=Z,ie=String((ue=J.id)!=null?ue:ee),re=[ee];let ce;const pe=String((ne=J.group)!=null?ne:"");if(pe){let de=j.get(pe);de==null&&(de=D,j.set(pe,de),D+=1),ce=qe(P,[de])}else ce=qe(P,re);const he=ce?Ct({colorPrimary:ce},P):void 0;ce&&T.set(ie,ce);const ge=se(p(i,{indexes:re,data:o,datum:J,positionH:"center",positionV:"middle",themeColors:he}));return O.set(ie,ge),A.set(ie,{id:ie,indexes:re,datum:J,themeColors:he}),F.set(ee,ie),z.add(ie),{id:ie,parentId:J.parentId}}),B=Z=>{if(Z==null)return null;const ee=String(Z);if(z.has(ee))return ee;const ue=Number(Z);if(!Number.isNaN(ue)){const ne=F.get(ue);if(ne)return ne}return null},X=S.map((Z,ee)=>{const ue=B(Z.from),ne=B(Z.to);return!ue||!ne?null:{id:Z.id?String(Z.id):`edge-${ee}`,source:ue,target:ne,relation:Z}}).filter(Boolean),k=Mte(Array.from(z),X)?"dagre":m,I=new yte({rankdir:a,nodesep:s,ranksep:c,edgesep:l,controlPoints:!0,nodeSize:Z=>{var ee;const ue=String((ee=Z.id)!=null?ee:""),ne=O.get(ue);return ne?[ne.width,ne.height]:[0,0]}});I.execute({nodes:W,edges:X});const R=[];if(I.forEachNode(Z=>{var ee,ue,ne,J;const ie=String(Z.id),re=A.get(ie);if(!re)return;const ce=O.get(ie),pe=(ee=ce==null?void 0:ce.width)!=null?ee:0,he=(ue=ce==null?void 0:ce.height)!=null?ue:0,ge=((ne=Z.x)!=null?ne:0)-pe/2,de=((J=Z.y)!=null?J:0)-he/2;R.push(q$(H$({},re),{x:ge,y:de,width:pe,height:he,centerX:ge+pe/2,centerY:de+he/2}))}),R.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,p(Y,{children:p(Q,{indexes:[0],x:0,y:0})})]});const N=Math.min(...R.map(Z=>Z.x)),q=Math.min(...R.map(Z=>Z.y)),G=_-N,U=_-q,K=new Map,oe=[];R.forEach(Z=>{const ee=Z.x+G,ue=Z.y+U,ne=a==="LR"?"normal":a==="RL"?"flipped":"center",J=a==="TB"?"normal":a==="BT"?"flipped":"middle";oe.push(p(i,{indexes:Z.indexes,datum:Z.datum,data:o,x:ee,y:ue,positionH:ne,positionV:J,themeColors:Z.themeColors})),K.set(Z.id,q$(H$({},Z),{x:ee,y:ue,centerX:ee+Z.width/2,centerY:ue+Z.height/2}))});const te=[],ae=[];if(h){const Z=wt(P),ee=Ct(P.themeConfig,P),ue=(t=ee==null?void 0:ee.colorBg)!=null?t:"#ffffff",ne=(n=ee==null?void 0:ee.colorText)!=null?n:Z,J=Math.max(10,u*4),ie=a==="TB"||a==="BT",re=x==="ant-line",ce=re?g:"",he=re?ce:!re&&f==="dashed"?g:"",ge=re?ce.split(",").reduce((ye,xe)=>ye+parseFloat(xe.trim()||"0"),0):0,de=re&&ge>0?`${ge/(w*10)}s`:"1s",we=y,Se=(ye,xe,Ae)=>ye.map(([Me,le],me)=>`${me===0?"M":"L"} ${Me+xe} ${le+Ae}`).join(" "),Ie=(ye,xe,Ae,Me)=>{if(ye.length<2)return"";const le=(Oe,Be,Qe)=>Math.min(Qe,Math.max(Be,Oe)),me=([Oe,Be])=>({x:Oe+Ae,y:Be+Me}),Ce=[],Ye=me(ye[0]);if(Ce.push(`M ${Ye.x} ${Ye.y}`),ye.length===2){const Oe=me(ye[1]);return Ce.push(`L ${Oe.x} ${Oe.y}`),Ce.join(" ")}for(let Oe=1;Oe<ye.length-1;Oe+=1){const Be=ye[Oe-1],Qe=ye[Oe],Je=ye[Oe+1],Xe=Qe[0]-Be[0],ft=Qe[1]-Be[1],et=Je[0]-Qe[0],jt=Je[1]-Qe[1],Bt=Math.hypot(Xe,ft),Ue=Math.hypot(et,jt);if(Bt===0||Ue===0){const ti=me(Qe);Ce.push(`L ${ti.x} ${ti.y}`);continue}const $t=le(xe,0,Math.min(Bt,Ue)/2);if($t===0){const ti=me(Qe);Ce.push(`L ${ti.x} ${ti.y}`);continue}const Rt=Xe/Bt,Ut=ft/Bt,Ln=et/Ue,Jr=jt/Ue,ei=me([Qe[0]-Rt*$t,Qe[1]-Ut*$t]),zn=me([Qe[0]+Ln*$t,Qe[1]+Jr*$t]);Ce.push(`L ${ei.x} ${ei.y}`);const ol=me(Qe);Ce.push(`Q ${ol.x} ${ol.y} ${zn.x} ${zn.y}`)}const rt=me(ye[ye.length-1]);return Ce.push(`L ${rt.x} ${rt.y}`),Ce.join(" ")},$e=(ye,xe,Ae,Me,le)=>{const me=Math.cos(Ae),Ce=Math.sin(Ae),Ye=-Ce,rt=me,Oe=J,Be=J*.55;if(Me==="arrow"){const Je=ye-me*Oe+Ye*Be,Xe=xe-Ce*Oe+rt*Be,ft=ye-me*Oe-Ye*Be,et=xe-Ce*Oe-rt*Be;return[p(Pe,{d:`M ${Je} ${Xe} L ${ye} ${xe} L ${ft} ${et}`,stroke:le,strokeWidth:Math.max(1.5,u),strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}if(Me==="diamond"){const Je=Oe*1.25,Xe=Be*.75,ft=ye-me*Je*.5,et=xe-Ce*Je*.5,jt=[{x:ye,y:xe},{x:ft+Ye*Xe,y:et+rt*Xe},{x:ye-me*Je,y:xe-Ce*Je},{x:ft-Ye*Xe,y:et-rt*Xe}];return[p(Wt,{points:jt,fill:le,stroke:le,strokeWidth:Math.max(1,u*.8)})]}const Qe=[{x:ye,y:xe},{x:ye-me*Oe+Ye*Be,y:xe-Ce*Oe+rt*Be},{x:ye-me*Oe-Ye*Be,y:xe-Ce*Oe-rt*Be}];return[p(Wt,{points:Qe,fill:le,stroke:le,strokeWidth:Math.max(1,u*.8)})]},Le=ye=>{if(ye.length===0)return null;if(ye.length===1)return ye[0];let xe=0;const Ae=[];for(let le=0;le<ye.length-1;le+=1){const me=ye[le],Ce=ye[le+1],Ye=Math.hypot(Ce[0]-me[0],Ce[1]-me[1]);Ae.push({length:Ye,start:me,end:Ce}),xe+=Ye}if(xe===0)return ye[0];let Me=xe/2;for(let le=0;le<Ae.length;le+=1){const me=Ae[le];if(Me<=me.length||le===Ae.length-1){const Ce=me.length===0?0:Math.max(0,Math.min(1,Me/me.length));return[me.start[0]+(me.end[0]-me.start[0])*Ce,me.start[1]+(me.end[1]-me.start[1])*Ce]}Me-=me.length}return ye[Math.floor(ye.length/2)]},je=(ye,xe)=>{const Ae=K.get(ye),Me=K.get(xe);return!Ae||!Me?null:a==="TB"?{start:[Ae.centerX,Ae.y+Ae.height],end:[Me.centerX,Me.y]}:a==="BT"?{start:[Ae.centerX,Ae.y],end:[Me.centerX,Me.y+Me.height]}:a==="LR"?{start:[Ae.x+Ae.width,Ae.centerY],end:[Me.x,Me.centerY]}:{start:[Ae.x,Ae.centerY],end:[Me.x+Me.width,Me.centerY]}},Fe=(ye,xe)=>{const Ae=je(ye,xe);if(!Ae)return null;const{start:Me,end:le}=Ae;if(ie){const Ce=Me[1]+(le[1]-Me[1])/2;return{start:Me,end:le,points:[Me,[Me[0],Ce],[le[0],Ce],le]}}const me=Me[0]+(le[0]-Me[0])/2;return{start:Me,end:le,points:[Me,[me,Me[1]],[me,le[1]],le]}};I.forEachEdge(ye=>{var xe,Ae,Me,le,me,Ce,Ye,rt,Oe;const Be=_t=>Array.isArray(_t)?_t.map(pt=>pt&&Array.isArray(pt)&&pt.length>=2?[Number(pt[0]),Number(pt[1])]:null).filter(pt=>!!pt&&Number.isFinite(pt[0])&&Number.isFinite(pt[1])):[],Qe=()=>{const _t=K.get(String(ye.source)),pt=K.get(String(ye.target));return!_t||!pt?[]:[[_t.centerX-G,_t.centerY-U],[pt.centerX-G,pt.centerY-U]]},Je=k==="orth",Xe=Je?Fe(String(ye.source),String(ye.target)):null,ft=Je?[]:Be(ye.points),et=Je?(xe=Xe==null?void 0:Xe.points)!=null?xe:[]:ft.length?ft:Qe();if(!et.length)return;const jt=Je?0:G,Bt=Je?0:U,Ue=Je&&(Ae=Xe==null?void 0:Xe.start)!=null?Ae:et[0],$t=Je&&(Me=Xe==null?void 0:Xe.end)!=null?Me:et[et.length-1],Rt=(le=ye._original)==null?void 0:le.relation,Ut=(me=T.get(String(ye.source)))!=null?me:Z,Ln=(Ce=T.get(String(ye.target)))!=null?Ce:Z,Jr=`edge-gradient-${String(Ut)}-${String(Ln)}`.replace(/[^a-zA-Z0-9_-]/g,""),ei=d==="gradient"?`url(#${Jr})`:Z;let zn="";if(we>0?zn=Ie(et,we,jt,Bt):zn=Se(et,jt,Bt),!zn)return;const ol=p(Pe,{d:zn,stroke:ei,strokeWidth:u,strokeDasharray:he,fill:"none","data-element-type":"shape",children:re&&p("animate",{attributeName:"stroke-dashoffset",from:String(ge),to:"0",dur:de,repeatCount:"indefinite"})});if(ae.push(ol),d==="gradient"){const _t=Ue,pt=$t;te.push(L("linearGradient",{id:Jr,gradientUnits:"userSpaceOnUse",x1:_t[0]+jt,y1:_t[1]+Bt,x2:pt[0]+jt,y2:pt[1]+Bt,children:[p("stop",{offset:"0%",stopColor:Ut}),p("stop",{offset:"100%",stopColor:Ln})]}))}if(Rt!=null&&Rt.label){let _t=null;const pt=Le(et);if(pt&&(_t=[pt[0]+jt,pt[1]+Bt]),_t){const ji=String(Rt.label),mr=se(p(ze,{fontSize:14,fontWeight:"normal",children:ji})),ra=_t[0]-mr.width/2,vae=_t[1]-mr.height/2;ae.push(p(ze,{x:ra,y:vae,width:mr.width,height:mr.height,fontSize:14,fontWeight:"normal",alignHorizontal:"center",alignVertical:"middle",fill:ne,backgroundColor:ue,children:ji}))}}const ti=(Ye=Rt==null?void 0:Rt.showArrow)!=null?Ye:v,pm=(rt=Rt==null?void 0:Rt.direction)!=null?rt:"forward",wS=(Oe=Rt==null?void 0:Rt.arrowType)!=null?Oe:b,PS=et.length-1;if(ti&&et.length>1){if(pm==="forward"||pm==="both"){const _t=et[PS],pt=et[PS-1],ji=Math.atan2(_t[1]-pt[1],_t[0]-pt[0]),mr=d==="gradient"?Ln:Z,ra=$e(_t[0]+jt,_t[1]+Bt,ji,wS,mr);ae.push(...ra)}if(pm==="both"){const _t=et[0],pt=et[1],ji=Math.atan2(_t[1]-pt[1],_t[0]-pt[0]),mr=d==="gradient"?Ut:Z,ra=$e(_t[0]+jt,_t[1]+Bt,ji,wS,mr);ae.push(...ra)}}})}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[E,L(Y,{children:[p(Ke,{children:te}),p(Y,{width:0,height:0,children:ae}),p(Ne,{children:oe}),p(He,{})]})]})};We("relation-dagre-flow",{component:j$,composites:["title","item"]});const F$=e=>{const{Title:t,Item:n,data:r,spacing:i=120,showConnections:o=!0,options:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null;if(l.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,p(Y,{children:p(Ne,{})})]});const h=se(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"}));function d(){const $=l.map((S,E)=>({id:E,data:S,isCenter:E===0,_originalIndex:[E]})),C=l.slice(1).map((S,E)=>({source:0,target:E+1})),M=ZV($).force("link",BV(C).id(S=>S.id).distance(i)).force("charge",QV().strength(-50)).force("center",wV(0,0)).force("collision",jV().radius(Math.max(h.width,h.height)/2+10));for(let S=0;S<300;++S)M.tick();return{nodes:$,links:C}}const{nodes:f,links:g}=d(),y=Math.min(...f.map($=>{var C;return(C=$.x)!=null?C:0})),m=Math.min(...f.map($=>{var C;return(C=$.y)!=null?C:0})),v=Math.max(0,-y+h.width/2),b=Math.max(0,-m+h.height/2),_=($,C)=>({positionH:$<-50?"flipped":$>50?"normal":"center",positionV:C<-50?"flipped":C>50?"normal":"middle"}),x=f.map($=>{if($.x==null||$.y==null)return null;const C=$.x+v-h.width/2,M=$.y+b-h.height/2,{positionH:S,positionV:E}=_($.x,$.y);return p(n,{indexes:$._originalIndex,datum:$.data,data:r,x:C,y:M,positionH:S,positionV:E},$.id)}).filter(Boolean),w=new Map(f.map($=>[$.id,$])),P=o?g.map($=>{const C=typeof $.source=="object"?$.source:w.get($.source),M=typeof $.target=="object"?$.target:w.get($.target);if(!C||!M||C.x==null||C.y==null||M.x==null||M.y==null)return null;const S=`M ${C.x+v} ${C.y+b} L ${M.x+v} ${M.y+b}`;return p(Pe,{d:S,stroke:wt(a),strokeWidth:2,strokeOpacity:.6})}).filter(Boolean):[];return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,L(Y,{children:[p(Y,{children:P}),p(Ne,{children:x})]})]})};We("relation-network",{component:F$,composites:["title","item"]});var Ete=Object.defineProperty,Ite=Object.defineProperties,Ate=Object.getOwnPropertyDescriptors,Mc=Object.getOwnPropertySymbols,B$=Object.prototype.hasOwnProperty,W$=Object.prototype.propertyIsEnumerable,G$=(e,t,n)=>t in e?Ete(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Tte=(e,t)=>{for(var n in t||(t={}))B$.call(t,n)&&G$(e,n,t[n]);if(Mc)for(var n of Mc(t))W$.call(t,n)&&G$(e,n,t[n]);return e},kte=(e,t)=>Ite(e,Ate(t)),Rte=(e,t)=>{var n={};for(var r in e)B$.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Mc)for(var r of Mc(e))t.indexOf(r)<0&&W$.call(e,r)&&(n[r]=e[r]);return n};const F1=e=>{var t=e,{width:n=25,height:r=25,colorPrimary:i="#6699FF",rotation:o=0}=t,a=Rte(t,["width","height","colorPrimary","rotation"]);const s=`gradient-arrow-stroke-${i.replace("#","")}`,c=`gradient-arrow-fill-${i.replace("#","")}`,l=Math.round(n*.515),u=Math.round(r*.275),h=Math.round(r*.875),d=[{x:0,y:u},{x:l,y:u},{x:l,y:r*.075},{x:n,y:r*.575},{x:l,y:r*1.075},{x:l,y:h},{x:0,y:h}],f=n/2,g=r/2,y=`rotate(${o} ${f} ${g})`;return L(tt,{children:[p(Wt,kte(Tte({},a),{width:n,height:r,points:d,fill:`url(#${c})`,stroke:`url(#${s})`,transform:y,"data-element-type":"shape"})),L(Ke,{children:[L("linearGradient",{id:c,x1:"100%",y1:"0%",x2:"0%",y2:"0%",children:[p("stop",{offset:"0%","stop-color":i,"stop-opacity":"0.36"}),p("stop",{offset:"100%","stop-color":i,"stop-opacity":"0"})]}),L("linearGradient",{id:s,x1:"100%",y1:"0%",x2:"0%",y2:"0%",children:[p("stop",{offset:"0%","stop-color":i}),p("stop",{offset:"58%","stop-color":i,"stop-opacity":"0"})]})]})]})},Lte=({text:e,x:t=0,y:n=0,fontSize:r=56,fontWeight:i="bold",fill:o="#FFFFFF",textAnchor:a="middle",dominantBaseline:s="middle",shadowOffsetX:c=2,shadowOffsetY:l=4,midShadowOffsetX:u=1,midShadowOffsetY:h=2,deepShadowOpacity:d=.3,midShadowOpacity:f=.5})=>L(Y,{children:[p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,fillOpacity:d,textAnchor:a,dominantBaseline:s,transform:`translate(${c}, ${l})`,children:e}),p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,fillOpacity:f,textAnchor:a,dominantBaseline:s,transform:`translate(${u}, ${h})`,children:e}),p("text",{x:t,y:n,fontSize:r,fontWeight:i,fill:o,textAnchor:a,dominantBaseline:s,children:e})]});var zte=Object.defineProperty,Nte=Object.defineProperties,Dte=Object.getOwnPropertyDescriptors,Ec=Object.getOwnPropertySymbols,V$=Object.prototype.hasOwnProperty,Y$=Object.prototype.propertyIsEnumerable,X$=(e,t,n)=>t in e?zte(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Hte=(e,t)=>{for(var n in t||(t={}))V$.call(t,n)&&X$(e,n,t[n]);if(Ec)for(var n of Ec(t))Y$.call(t,n)&&X$(e,n,t[n]);return e},qte=(e,t)=>Nte(e,Dte(t)),jte=(e,t)=>{var n={};for(var r in e)V$.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ec)for(var r of Ec(e))t.indexOf(r)<0&&Y$.call(e,r)&&(n[r]=e[r]);return n};const Fte=e=>{var t=e,{width:n=25,height:r=25,colorPrimary:i="#6699FF",rotation:o=0,strokeWidth:a=4}=t,s=jte(t,["width","height","colorPrimary","rotation","strokeWidth"]);const c=[{x:n/2,y:0},{x:n,y:r},{x:0,y:r}],l=n/2,u=r/2,h=`rotate(${o} ${l} ${u})`;return p(Wt,qte(Hte({},s),{width:n,height:r,points:c,fill:i,stroke:i,strokeWidth:a,strokeLinecap:"round",strokeLinejoin:"round",transform:h}))},Bte=-118,U$=118,K$=240,Wte=180,Gte=40,Vte="M238.9 69.7a6 6 0 0 1-.1 1v.2l-.2.3v.3l-.1.3a6.2 6.2 0 0 1-.3.6l-.1.3-.2.3-.2.4-.3.5-.1.1a10.9 10.9 0 0 1-.8 1v.1l-.5.5h-.1l-.4.4-.3.3-.3.2-.3.3-.4.2a13 13 0 0 1-.7.5l-.4.3-.5.3-97.5 56.7-.7.4h-.2l-.6.4h-.1l-.8.4h-.2l-.6.4h-.2l-.8.3h-.2l-.5.3-.5.1-.5.1-.5.2h-.5a33.7 33.7 0 0 1-3.2.7h-.2l-1 .2h-1.6l-.7.1h-4.7l-.8-.1h-.2a38.2 38.2 0 0 1-2-.4h-.4l-.7-.2h-.4l-.7-.2-.4-.1a27.3 27.3 0 0 1-2.2-.7h-.2a44.2 44.2 0 0 1-.9-.3l-.5-.3-.4-.1-.5-.2-.3-.2-.5-.2-.3-.2-.8-.4L6.5 78C2.2 75.6 0 72.4 0 69v41.7c0 3.2 2.1 6.5 6.4 9l98.1 56.6a23.2 23.2 0 0 0 1 .6l.6.3.3.1.5.2.4.2.3.1h.2l.2.2a21.4 21.4 0 0 0 1.9.6l.3.1h.2l.7.2a77.6 77.6 0 0 1 1.1.3h.3l.7.2h.4a42.5 42.5 0 0 0 1 .2l1 .2h1.1l.4.1h2.1l.7.1h1.5a22 22 0 0 0 1.8-.2h.4l1.1-.1h.2l1.2-.2h.1l.3-.1.6-.1a12.5 12.5 0 0 0 1-.3h.5l.5-.2a29 29 0 0 0 1-.3h.2l.3-.2h.2a27 27 0 0 0 1.6-.7h.2l.8-.4a19.4 19.4 0 0 0 1.6-.9l97.5-56.7.3-.1.2-.2.4-.2.4-.3.3-.2.3-.3.4-.2.3-.3.3-.3h.1l.3-.3.5-.6h.1l.3-.5h.1v-.1l.4-.4v-.1l.4-.5v-.1l.1-.2.1-.2.2-.3.1-.3.1-.3.1-.1a6.9 6.9 0 0 0 .2-.8l.1-.3v-.4l.1-.3v-1l.2-41.4v.4Z",Yte="M232.5 60.4c8.5 4.9 8.5 12.8.1 17.7l-97.5 56.7c-8.4 4.9-22 4.9-30.5 0L6.5 78C-2 73-2 65.3 6.4 60.4l97.5-56.7c8.4-5 22-5 30.5 0l98.1 56.7Z",Xte="M119.1 0A31 31 0 0 0 104 3.7L6.4 60.4C-2 65.3-2 73.2 6.4 78l98.2 56.7c4.2 2.4 9.8 3.7 15.3 3.7a31 31 0 0 0 15.2-3.7L232.6 78c8.4-5 8.4-12.8 0-17.7L134.3 3.7A31.2 31.2 0 0 0 119.1 0Zm0 2.5c5.4 0 10.3 1.2 14 3.3l98.2 56.7c3.3 2 5.1 4.3 5.1 6.8 0 2.4-1.8 4.7-5 6.6l-97.5 56.7a28.3 28.3 0 0 1-14 3.4c-5.3 0-10.3-1.2-14-3.4L7.7 76c-3.3-1.9-5-4.3-5-6.7 0-2.4 1.7-4.8 5-6.7L105 5.8a29 29 0 0 1 14-3.3Z",Z$=L("filter",{id:"sequence-ascending-stairs-3d-shadow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[p("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),p("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),p("feOffset",{dx:"0",dy:"4"}),p("feGaussianBlur",{stdDeviation:"6"}),p("feComposite",{in2:"hardAlpha",operator:"out"}),p("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),p("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}),p("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow",result:"shape"})]}),Q$=e=>{const{Title:t,Item:n,data:r,options:i,cubeWidth:o=K$}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null;if(c.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:Z$}),l,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const u=se(p(Q,{indexes:[0]})),h=[],d=[],f=[],g=o/K$,y=Wte*g;return c.forEach((m,v)=>{const b=[v],_=qe(i,b),x=v*(o+Bte),w=(c.length-1-v)*U$,P=`cube-gradient-bottom-${v}`,$=`cube-gradient-top-${v}`,C=`cube-gradient-stroke-${v}`;f.push(L(Y,{x,y:w,id:`cube-${v}`,width:o,height:y,filter:"url(#sequence-ascending-stairs-3d-shadow-filter)",children:[L(Ke,{children:[L("linearGradient",{id:P,x1:"0",y1:"124.5",x2:"238.9",y2:"124.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_,stopOpacity:"0.8"}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.4"})]}),L("linearGradient",{id:$,x1:"119.5",y1:"0",x2:"119.5",y2:"138.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_,stopOpacity:"0.9"}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.5"})]}),L("linearGradient",{id:C,x1:"119.5",y1:"0",x2:"119.5",y2:"138.5",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:_}),p("stop",{offset:"1",stopColor:_,stopOpacity:"0.7"})]})]}),L(xt,{transform:`scale(${g})`,children:[p(Pe,{d:Vte,fill:`url(#${P})`}),p(Pe,{d:Yte,fill:`url(#${$})`}),p(Pe,{d:Xte,fill:`url(#${C})`})]}),p(Lte,{text:v+1,x:115,y:65,fontSize:56})]}));const M=x+o+Gte,S=w+y/2;if(d.push(p(n,{indexes:b,datum:m,data:r,x:M,y:S,positionH:"normal"})),h.push(p(nt,{indexes:b,x:x+o-u.width/2,y:w-u.height/2})),v===0&&h.push(p(Q,{indexes:[0],x:x-30-u.width/2,y:w+y/2-u.height/2})),v<c.length-1){const E=(c.length-1-(v+1))*U$,A=x+o-u.width/2,O=(w+y/2+E+y/2)/2-u.height/2;h.push(p(Q,{indexes:[v+1],x:A,y:O}))}else h.push(p(Q,{indexes:[c.length],x:x+o+30-u.width/2,y:w+y/2-u.height/2}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:Z$}),l,L(Y,{x:0,y:0,children:[p(Y,{children:f}),p(Ne,{children:d}),p(He,{children:h})]})]})};We("sequence-ascending-stairs-3d",{component:Q$,composites:["title","item"]});const J$=e=>{const{Title:t,Item:n,data:r,hGap:i=0,vGap:o=0}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=se(p(n,{indexes:[0],data:r,datum:c[0]})),h=[],d=[],f=c.length,g=u.width+i,y=u.height/2+o,m=u.width/2,b=0+(f-1)*y;return c.forEach((_,x)=>{const w=m+x*g,P=b-x*y,$=[x];h.push(p(n,{indexes:$,datum:_,data:r,x:w,y:P})),d.push(p(nt,{indexes:$,x:w+u.width-30,y:P+u.height/2+10})),d.push(p(Q,{indexes:$,x:w+u.width+i/2,y:P-30}))}),L(ve,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(Ne,{children:h}),p(He,{children:d})]})]})};We("sequence-ascending-steps",{component:J$,composites:["title","item"]});const Ute=20,eC=5,tC=e=>{const{Title:t,Item:n,data:r,options:i,radius:o=150,arrowSize:a=4,strokeWidth:s=10}=e,{title:c,desc:l,items:u=[]}=r,h=se(p(Q,{indexes:[0]})),d=wt(i);if(!n)return L(ve,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[t?p(t,{title:c,desc:l}):null,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const f=u.length;if(f===0)return L(ve,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[t?p(t,{title:c,desc:l}):null,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const g=se(p(n,{indexes:[0],data:r,datum:u[0]})),y=0,m=0,v=2*Math.PI/f,b=[];let _=1/0,x=1/0,w=-1/0,P=-1/0;for(let z=0;z<f;z++){const j=z*v-Math.PI/2,D=y+o*Math.cos(j),W=m+o*Math.sin(j);b.push({x:D,y:W}),_=Math.min(_,D),x=Math.min(x,W),w=Math.max(w,D),P=Math.max(P,W)}const $=[];for(let z=0;z<f;z++){const j=b[z],D=b[(z+1)%f],W=Math.sqrt(Math.pow(D.x-j.x,2)+Math.pow(D.y-j.y,2)),B=Math.min(W*.5,100),X=(j.x+D.x)/2,H=(j.y+D.y)/2;_=Math.min(_,X-B/2),x=Math.min(x,H-B/2),w=Math.max(w,X+B/2),P=Math.max(P,H+B/2);const k=Math.atan2(H-m,X-y),I=k<0?k+2*Math.PI:k;let R,N;const q=I*180/Math.PI,G=B/2+Ute,U=X+Math.cos(k)*G,K=H+Math.sin(k)*G;q>=337.5||q<22.5?(R=U,N=K-g.height/2):q>=22.5&&q<67.5?(R=U,N=K):q>=67.5&&q<112.5?(R=U-g.width/2,N=K):q>=112.5&&q<157.5?(R=U-g.width,N=K):q>=157.5&&q<202.5?(R=U-g.width,N=K-g.height/2):q>=202.5&&q<247.5?(R=U-g.width,N=K-g.height):q>=247.5&&q<292.5?(R=U-g.width/2,N=K-g.height):(R=U,N=K-g.height),$.push({lineLength:W,circleBigW:B,midX:X,midY:H,itemX:R,itemY:N}),_=Math.min(_,R),x=Math.min(x,N),w=Math.max(w,R+g.width+h.width+5),P=Math.max(P,N+g.height)}const C=Math.max(0,-_),M=Math.max(0,-x),S=t?p(t,{title:c,desc:l}):null,E=[],A=[],O=[],T=[],F=b.map(z=>({x:z.x+C,y:z.y+M}));for(let z=0;z<f;z++){const j=F[z],D=F[(z+1)%f],W=(z+1)%f,B=[z],{lineLength:X,circleBigW:H,midX:k,midY:I}=$[z],R=Math.max(H-20,20),N=Math.max(R*.4,16),q=qe(i,B)||d,G=D.x-j.x,U=D.y-j.y,K=X,oe=G/K,te=U/K,ae=eC*2+a,Z=Math.min(eC,(K-ae)/2),ee=Math.max(0,j.x+oe*Z),ue=Math.max(0,j.y+te*Z),ne=Math.max(0,D.x-oe*Z),J=Math.max(0,D.y-te*Z),re=rX().x($e=>Math.max(0,$e.x)).y($e=>Math.max(0,$e.y)).curve(uw)([{x:ee,y:ue},{x:ne,y:J}])||"",pe=`fork-arrow-${q.replace(/[^a-zA-Z0-9]/g,"")}-${z}`,he=`
|
|
114
114
|
M ${-a*.6} ${-a*.4}
|
|
115
115
|
L 0 0
|
|
116
116
|
L ${-a*.6} ${a*.4}
|
|
117
|
-
`;T.push(p("marker",{id:
|
|
117
|
+
`;T.push(p("marker",{id:pe,viewBox:`${-a} ${-a*.6} ${a*1.2} ${a*1.2}`,refX:-a*.08,refY:0,markerWidth:a,markerHeight:a,orient:"auto",markerUnits:"strokeWidth",children:p("path",{d:he,fill:"none",stroke:q,strokeLinecap:"round",strokeLinejoin:"round","data-element-type":"shape"})})),O.push(p(Pe,{d:re,stroke:q,strokeWidth:s,fill:"none",markerEnd:`url(#${pe})`,strokeLinecap:"round","data-element-type":"shape"}));const ge=k+C,de=I+M,we=Ct({colorPrimary:q},i);O.push(p(Ze,{x:Math.max(0,ge-H/2),y:Math.max(0,de-H/2),width:H,height:H,fill:we.colorPrimaryBg,"data-element-type":"shape"})),O.push(p(Ze,{x:Math.max(0,ge-R/2),y:Math.max(0,de-R/2),width:R,height:R,fill:"#ffffff"})),O.push(p(Ht,{x:Math.max(0,ge-N/2),y:Math.max(0,de-N/2),size:N,indexes:B,fill:q}));const Se=Math.max(0,ge-h.width/2),Ie=Math.max(0,de-h.height/2);E.push(p(Q,{indexes:[W],x:Se,y:Ie}))}for(let z=0;z<f;z++){const j=[z],D=u[z],{itemX:W,itemY:B}=$[z],X=Math.max(0,W+C),H=Math.max(0,B+M);A.push(p(n,{indexes:j,datum:D,data:r,x:X,y:H}));const k=Math.max(0,X+g.width+5),I=Math.max(0,H+g.height/2-h.height/2);E.push(p(nt,{indexes:j,x:k,y:I}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[S,L(Y,{x:0,y:0,children:[p(Ke,{children:T}),p(Y,{children:O}),p(Ne,{children:A}),p(He,{children:E})]})]})};We("sequence-circle-arrows",{component:tC,composites:["title","item"]});const Kte=100,Zte=50,Qte=6,Jte="40",nC=e=>{const{Title:t,Item:n,data:r,options:i,outerRadius:o=180,innerRadius:a=120,itemDistance:s=310,gapAngle:c=5,iconRadius:l=34,iconBgRadius:u=38,iconSize:h=36}=e,{title:d,desc:f,items:g=[]}=r,y=t?p(t,{title:d,desc:f}):null,m=Math.max(s+Kte,o+Zte),v=Math.min(s,o),b=se(p(Q,{indexes:[0]}));if(g.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[y,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:m-20,y:v-20})})})]});const _=[],x=[],w=[],P=[],$=se(p(n,{indexes:[0],data:r,datum:g[0]})),S=(360-g.length*c)/g.length,E=(B,X,H,k,I,R)=>{const N=I*Math.PI/180,q=R*Math.PI/180,G=B+H*Math.cos(N),U=X+H*Math.sin(N),K=B+k*Math.cos(N),oe=X+k*Math.sin(N),te=B+k*Math.cos(q),ae=X+k*Math.sin(q),Z=B+H*Math.cos(q),ee=X+H*Math.sin(q),ue=R-I<=180?"0":"1";return[`M ${G} ${U}`,`L ${K} ${oe}`,`A ${k} ${k} 0 ${ue} 1 ${te} ${ae}`,`L ${Z} ${ee}`,`A ${H} ${H} 0 ${ue} 0 ${G} ${U}`,"Z"].join(" ")},A=({centerX:B,outerRadius:X,angleRad:H,btnBounds:k})=>{const I=B+(X+20)*Math.cos(H)-k.width/2,R=v+(X+20)*Math.sin(H)-k.height/2;return{x:I,y:R}},O=Qte,T=(a+o)/2,F=O/T*(180/Math.PI);g.forEach((B,X)=>{const H=[X],k=X*(S+c)+270,I=k+S,R=(k+I)/2,N=R*Math.PI/180,q=qe(i,H),G=q+Jte,U=E(m,v,a,o,k,I);w.push(p(Pe,{d:U,fill:G,width:o*2,height:o*2,"data-element-type":"shape"}));const K=E(m,v,a+O,o-O,k+F,I-F);w.push(p(Pe,{d:K,fill:q,width:o*2,height:o*2,"data-element-type":"shape"}));const oe=(a+o)/2,te=m+oe*Math.cos(N),ae=v+oe*Math.sin(N);P.push(p(Ze,{x:te-u,y:ae-u,width:u*2,height:u*2,fill:"#ffffff","data-element-type":"shape"})),P.push(p(Ze,{x:te-l,y:ae-l,width:l*2,height:l*2,fill:q,"data-element-type":"shape"})),B.icon&&P.push(p(Ht,{x:te-h/2,y:ae-h/2,indexes:H,size:h,fill:"#fff"}));const Z=(R%360+360)%360,ee=Z>=270||Z<=90,ue=Z>=75&&Z<=105;let ne,J="normal",ie="normal";ue?(ne=Z,ie="normal",J="center"):ee?(Z>=270?ne=-60+(Z-270)/90*60:ne=Z/90*60,J="normal"):(ne=120+(Z-90)/180*120,J="flipped");const re=ne*Math.PI/180,ce=m+s*Math.cos(re)-$.width/2;let pe=v+s*Math.sin(re)-$.height/2;ue&&(pe=v+o+$.height/2),x.push(p(n,{indexes:H,datum:B,data:r,x:ce,y:pe,positionH:J,positionV:ie}));const he=s+40,ge=m+he*Math.cos(re)-b.width/2,de=v+he*Math.sin(re)-b.height/2;_.push(p(nt,{indexes:H,x:ge,y:de}));const Se=(k+S+c/2)*Math.PI/180,{x:Ie,y:$e}=A({centerX:m,outerRadius:o,angleRad:Se,btnBounds:b});_.push(p(Q,{indexes:[X+1],x:Ie,y:$e}))});const j=(270-c/2)*Math.PI/180,{x:D,y:W}=A({centerX:m,outerRadius:o,angleRad:j,btnBounds:b});return _.unshift(p(Q,{indexes:[0],x:D,y:W})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:70,children:[y,L(Y,{children:[p(Y,{children:w}),p(Y,{children:P}),p(Ne,{children:x}),p(He,{children:_})]})]})};We("sequence-circular",{component:nC,composites:["title","item"]});const rC=e=>{const{Title:t,Item:n,data:r,gap:i=0,rowGap:o=0,itemsPerRow:a=3,circleStrokeWidth:s=18,options:c}=e,{title:l,desc:u,items:h=[]}=r,d=t?p(t,{title:l,desc:u}):null,f=wt(c),g=se(p(Q,{indexes:[0]})),y=se(p(n,{indexes:[0],data:r,datum:h[0],positionH:"center"})),m=[],v=[],b=[],_=(o+y.height)/2,x=_;if(h.forEach((w,P)=>{const $=Math.floor(P/a),C=P%a,M=$%2===1,E=(M?a-1-C:C)*(y.width+i)+x,A=$*(y.height+o),O=[P];if(v.push(p(n,{indexes:O,datum:w,data:r,x:E,y:A,positionH:"center",positionV:P%2===1?"flipped":"normal"})),m.push(p(nt,{indexes:O,x:E+(y.width-g.width)/2,y:A+y.height+10})),P===0&&m.push(p(Q,{indexes:O,x:E+(y.width-g.width)/2,y:A-g.height-10})),P<h.length-1){const T=Math.floor((P+1)/a);if($===T)m.push(p(Q,{indexes:[P+1],x:E+(y.width-g.width)/2,y:A-g.height-10}));else{const z=A+y.height/2,j=A+y.height+o+y.height/2;let D,W,B;M?(D=E,B=0,W=`M ${D} ${z} A ${_} ${_} 0 0 ${B} ${D} ${j}`):(D=E+y.width,B=1,W=`M ${D} ${z} A ${_} ${_} 0 0 ${B} ${D} ${j}`);const X=j-z,H=qe(c,O),k=qe(c,[P+1]),I=`gradient-arc-${P}`;b.push(L(tt,{children:[p(Ke,{children:L("linearGradient",{id:I,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:H||f}),p("stop",{offset:"100%",stopColor:k||f})]})}),p(Pe,{d:W,stroke:`url(#${I})`,strokeWidth:s,fill:"none",width:x,height:X,"data-element-type":"shape"})]}));const R=M?D-_-g.width/2:D+_-g.width/2,N=A+y.height+o/2-g.height/2;m.push(p(Q,{indexes:[P+1],x:R,y:N}))}}}),h.length>0){const w=h.length-1,P=Math.floor(w/a),$=w%a,S=(P%2===1?a-1-$:$)*(y.width+i),E=P*(y.height+o);m.push(p(Q,{indexes:[h.length],x:S+(y.width-g.width)/2,y:E+y.height+g.height+20}))}if(h.length/a>2){const w=(o+y.height)/2,P=qe(c,[0]);b.push(p(Re,{x:0,y:y.height/2-s/2,width:w,height:s,fill:P||f,"data-element-type":"shape"}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,L(Y,{width:a*y.width+(a-1)*i+_*2,height:Math.ceil(h.length/a)*(y.height+o),children:[p(Y,{children:b}),p(Ne,{children:v}),p(He,{children:m})]})]})};We("sequence-color-snake-steps",{component:rC,composites:["title","item"]});const Ic=(e,t)=>e===0?0:e===1?t/2:t/2+(e-1)*(t/2*3),Ac=(e,t,n)=>{if(e)return 0;const o=t===0?2:n;return n*2+o},ene=(e,t,n,r,i,o,a,s)=>{const c=Math.max(6,o*.15),l=r+(e-1)*i,u=e*c,h=100,f=l+u+h+50,g=f-h;let y=0,m=0,v=0,b=0;if(e>0){let x=1/0,w=-1/0;for(let T=0;T<e;T++){const F=T%2===0,z=Math.floor(T/2),j=Ic(z,n),W=0+Ac(F,z,n)+j;x=Math.min(x,W-n),w=Math.max(w,W+n)}const P=(x+w)/2,$=0;y=0,b=y+t.width+s+a+n,v=b-$+P;const E=y+t.width/2,A=v-E;m=v+A-t.width/2}return{canvasHeight:f,startY:g,leftItemAlignedX:y,rightItemAlignedX:m,cylinderAreaStartX:b}},tne=(e,t,n,r,i,o,a)=>{const s=e%2===0,c=Math.floor(e/2),l=Ic(c,t),u=Ac(s,c,t),h=a+u+l,d=o-e*i,f=n+e*r,g=d-f;return{x:h,y:g,height:f,bottomY:d,topY:g}},nne=(e,t,n,r,i,o,a,s,c)=>{const l=e%2===0,u=t.topY+t.height*.05;let h,d;l?(h=i,d=h+n.width+c):(h=o,d=h-c);let f;a==="top"?f=u:a==="bottom"?f=u-n.height:f=u-n.height/2,f+=s;const g=l?t.x-r:t.x+r,y=l?g-c:g+c;return{itemPos:{x:h,y:f},lineStartX:y,lineEndX:d,lineY:u}},rne=(e,t)=>{const n=be(t),r=[];return r.push(L("linearGradient",{id:`cylinderGradient${e}`,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:n.toRgbString(),stopOpacity:.7}),p("stop",{offset:"40%",stopColor:n.clone().lighten(5).toRgbString(),stopOpacity:.65}),p("stop",{offset:"70%",stopColor:n.clone().lighten(15).toRgbString(),stopOpacity:.6}),p("stop",{offset:"100%",stopColor:n.clone().lighten(20).toRgbString(),stopOpacity:.55})]})),r.push(L("linearGradient",{id:`topGradient${e}`,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:n.clone().lighten(15).toRgbString(),stopOpacity:1}),p("stop",{offset:"100%",stopColor:"#fafafa",stopOpacity:1})]})),r.push(L("linearGradient",{id:`bottomGradient${e}`,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:n.clone().darken(8).toRgbString(),stopOpacity:.75}),p("stop",{offset:"50%",stopColor:n.clone().darken(5).toRgbString(),stopOpacity:.7}),p("stop",{offset:"100%",stopColor:n.clone().darken(12).toRgbString(),stopOpacity:.65})]})),r.push(L("linearGradient",{id:`numberGradient${e}`,x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:n.clone().darken(0).toRgbString(),stopOpacity:.9}),p("stop",{offset:"50%",stopColor:n.clone().lighten(5).toRgbString(),stopOpacity:.85}),p("stop",{offset:"100%",stopColor:n.clone().lighten(10).toRgbString(),stopOpacity:.8})]})),r.push(L("linearGradient",{id:`glowGradient${e}`,x1:"0%",y1:"100%",x2:"0%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:"#FFFFFF",stopOpacity:.2}),p("stop",{offset:"90%",stopColor:"#FFFFFF",stopOpacity:0})]})),r},ine=(e,t,n,r)=>{const{x:i,topY:o,bottomY:a}=t,s=[];s.push(p("ellipse",{id:`cylinder-bottom-${e}`,cx:i,cy:a,rx:n,ry:r,fill:`url(#bottomGradient${e})`,opacity:.7})),s.push(p(Pe,{id:`cylinder-body-${e}`,d:`
|
|
118
118
|
M ${i-n} ${o}
|
|
119
119
|
A ${n} ${r} 0 0 0 ${i} ${o+r}
|
|
120
120
|
A ${n} ${r} 0 0 0 ${i+n} ${o}
|
|
@@ -122,7 +122,7 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
122
122
|
A ${n} ${r} 0 0 1 ${i} ${a+r}
|
|
123
123
|
A ${n} ${r} 0 0 1 ${i-n} ${a}
|
|
124
124
|
Z
|
|
125
|
-
`,fill:`url(#cylinderGradient${e})`,stroke:"none"})),s.push(p(
|
|
125
|
+
`,fill:`url(#cylinderGradient${e})`,stroke:"none"})),s.push(p(Re,{id:`cylinder-glow-${e}`,x:i-n,y:o-r*3,width:n*2,height:r*3,fill:`url(#glowGradient${e})`})),s.push(p("ellipse",{id:`cylinder-top-${e}`,cx:i,cy:o,rx:n,ry:r,fill:`url(#topGradient${e})`}));const c=i-10,l=o-15,d=`translate(${c}, ${l}) matrix(1, 0, ${-.6}, ${.6}, 0, 0)`;return s.push(p(ze,{id:`cylinder-number-${e}`,width:50,height:50,fontFamily:"Arial Black, sans-serif",fontSize:32,fontWeight:900,fill:`url(#numberGradient${e})`,alignHorizontal:"center",alignVertical:"middle",transform:d,children:e+1})),s},one=(e,t,n,r,i)=>{const a=[];return a.push(p("circle",{id:`decoration-dot-start-${e}`,cx:t,cy:r,r:2,fill:i})),a.push(p("line",{id:`decoration-line-${e}`,x1:t,y1:r,x2:n,y2:r,stroke:i,strokeWidth:1,opacity:.8})),a.push(p("circle",{id:`decoration-dot-end-${e}`,cx:n,cy:r,r:2,fill:i,opacity:.9})),a},ane=(e,t,n,r,i)=>{if(e===0)return null;const o=[];for(let x=0;x<e;x++){const w=x%2===0,P=Math.floor(x/2),$=Ic(P,t),C=Ac(w,P,t),M=n+C+$,S=r-x*i;o.push({x:M,y:S})}const a=o[0],s=o[o.length-1],c=6,l=e>5?e*16:100,u=a.x-t-l,h=a.x+t+l,d=a.y+c+l/6,f=s.x-t-l,g=s.x+t+l,y=s.y+c-l/6,m=`
|
|
126
126
|
M ${u} ${d}
|
|
127
127
|
L ${h} ${d}
|
|
128
128
|
L ${g} ${y}
|
|
@@ -140,12 +140,12 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
140
140
|
L ${h} ${d+c}
|
|
141
141
|
L ${u} ${d+c}
|
|
142
142
|
Z
|
|
143
|
-
`;return R(Y,{children:[p(Ke,{children:R(tt,{children:[R("linearGradient",{id:"basePlateTopGradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#fafafa",stopOpacity:1}),p("stop",{offset:"50%",stopColor:"#ffffff",stopOpacity:.98}),p("stop",{offset:"100%",stopColor:"#ececec",stopOpacity:.95})]}),R("linearGradient",{id:"basePlateFrontGradient",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#e0e0e0",stopOpacity:.95}),p("stop",{offset:"50%",stopColor:"#d2d2d2",stopOpacity:.93}),p("stop",{offset:"100%",stopColor:"#c5c5c5",stopOpacity:.9})]}),R("linearGradient",{id:"basePlateSideGradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#b8b8b8",stopOpacity:.92}),p("stop",{offset:"50%",stopColor:"#c0c0c0",stopOpacity:.88}),p("stop",{offset:"100%",stopColor:"#adadad",stopOpacity:.85})]})]})}),p(Pe,{id:"base-plate-front",d:b,fill:"url(#basePlateFrontGradient)",stroke:"#c5c5c5",strokeWidth:.3,opacity:.92}),p(Pe,{id:"base-plate-side",d:v,fill:"url(#basePlateSideGradient)",stroke:"#aaaaaa",strokeWidth:.3,opacity:.88}),p(Pe,{id:"base-plate-top",d:m,fill:"url(#basePlateTopGradient)",stroke:"#e5e5e5",strokeWidth:.5,opacity:.93})]})},tC=e=>{const{Title:t,Item:n,data:r,options:i,cylinderRx:o=28,cylinderRy:a=18,baseHeight:s=120,heightIncrement:c=40,depthSpacing:l=60,itemVerticalAlign:u="top",itemVerticalOffset:h=-12,firstDecorationWidth:d=90}=e,{title:f,desc:g,items:y=[]}=r,m=t?p(t,{title:f,desc:g}):null,v=ae(p(n,{indexes:[0],data:r,datum:y[0],positionH:"center"})),b=ae(p(J,{indexes:[0]})),_=wt(i),x=10,w=Math.max(6,l*.15),P=Xte(y.length,v,o,s,c,l,d,x),{startY:$,leftItemAlignedX:C,rightItemAlignedX:M,cylinderAreaStartX:S}=P,E=[],I=[];y.forEach((D,k)=>{const A=je(i,[k])||_;E.push(...Zte(k,A));const L=Ute(k,o,s,c,w,$,S),N=Qte(k,L,o,a),{itemPos:q,lineStartX:G,lineEndX:U,lineY:K}=Kte(k,L,v,o,C,M,u,h,x),ne=Jte(k,G,U,K,A);N.push(...ne);const ee=p(n,{indexes:[k],datum:D,data:r,x:q.x,y:q.y,positionH:k%2===0?"flipped":"normal"}),se=[p(nt,{indexes:[k],x:q.x+v.width/2-b.width/2,y:q.y+v.height+10}),p(J,{indexes:[k],x:q.x+v.width/2-b.width/2,y:q.y-b.height-10})];I[k]={cylinderNodes:N,itemNode:ee,btnNodes:se,itemX:q.x,itemY:q.y}});let O=1/0,T=1/0,F=-1/0,z=-1/0;I.forEach(D=>{const{itemX:k,itemY:A}=D;O=Math.min(O,k),T=Math.min(T,A),F=Math.max(F,k+v.width),z=Math.max(z,A+v.height)});const j=F-O,H=z-T,W=[p(Ke,{children:E})],B=[],X=ene(y.length,o,S,$,w);X&&W.push(X);for(let D=y.length-1;D>=0;D--){const k=I[D];k&&(W.push(R(Y,{children:[p(Y,{children:k.cylinderNodes}),k.itemNode]})),B.push(...k.btnNodes))}if(y.length>0){const D=y.length%2===0,k=Math.floor(y.length/2),A=Cc(k,o),L=Oc(D,k,o),N=S+L+A,q=$-y.length*w;B.push(p(J,{indexes:[y.length],x:N,y:q-100}))}return R(ye,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[m,R(Y,{width:j,height:H,children:[p(He,{children:W}),p(qe,{children:B})]})]})};We("sequence-cylinders-3d",{component:tC,composites:["title","item"]});const ot={WIDTH:160,HEIGHT:260,ARROW_HEIGHT:148,ARROW_WIDTH:100,LINE_X:100,RECT_X:0,RECT_Y:80,RECT_WIDTH:100,RECT_HEIGHT:130},Tn={SIZE:8,MAX_COUNT:40,MIN_COUNT:5,ARROW_RATIO:.6,MIN_ARROW_COUNT:3};function tne(e,t,n){return(e+t*7+n*13)%100}function nne(e){const t=Math.ceil(Math.sqrt(e*1.5)),n=Math.ceil(e/t);return{cols:t,rows:n}}function rne(e,t,n,r,i,o,a,s){const c=Math.max(i,Math.min(e+n,o)),l=Math.max(a,Math.min(t+r,s));return{x:c,y:l}}function nC({count:e,rectX:t,rectY:n,rectWidth:r,rectHeight:i,seed:o}){const a=[],s=Tn.SIZE/2,{cols:c,rows:l}=nne(e),u=(r-s*2)/(c+1),h=(i-s*2)/(l+1);let d=0;for(let f=0;f<l&&d<e;f++)for(let g=0;g<c&&d<e;g++){const y=tne(o,f,g),m=y%16-8,v=y*3%12-6,b=f%2===1?u/2:0,_=t+s+(g+1)*u+b,x=n+s+(f+1)*h,{x:w,y:P}=rne(_,x,m,v,t+s,t+r-s,n+s,n+i-s);a.push({x:w,y:P,colorIndex:d}),d++}return a}function ine(e,t){if(t<=1)return Tn.MAX_COUNT;const n=e/(t-1),r=Tn.MAX_COUNT-Tn.MIN_COUNT;return Math.round(Tn.MAX_COUNT-r*n)}function one(){const a={topLeft:{x:40,y:25},topRight:{x:160,y:75},bottomLeft:{x:40,y:205},bottomRight:{x:160,y:255}},s=[];for(let c=0;c<=12;c++){const l=c/12,u={x:a.topLeft.x+(a.bottomLeft.x-a.topLeft.x)*l,y:a.topLeft.y+(a.bottomLeft.y-a.topLeft.y)*l},h={x:a.topRight.x+(a.bottomRight.x-a.topRight.x)*l,y:a.topRight.y+(a.bottomRight.y-a.topRight.y)*l};s.push(`M${u.x} ${u.y}L${h.x} ${h.y}`);const d={x:a.topLeft.x+(a.topRight.x-a.topLeft.x)*l,y:a.topLeft.y+(a.topRight.y-a.topLeft.y)*l},f={x:a.bottomLeft.x+(a.bottomRight.x-a.bottomLeft.x)*l,y:a.bottomLeft.y+(a.bottomRight.y-a.bottomLeft.y)*l};s.push(`M${d.x} ${d.y}L${f.x} ${f.y}`)}return s.join("")}function rC(e,t){return e.map(n=>{const r=je(t,[n.colorIndex]);return p(Pe,{d:"M4 0L8 4L4 8L0 4Z",fill:r,x:n.x,y:n.y,width:Tn.SIZE,height:Tn.SIZE,"data-element-type":"shape"})})}function ane(e,t,n,r,i){return R(Y,{x:t,y:0,width:ot.WIDTH,height:ot.HEIGHT,children:[R(xt,{children:[p(Pe,{d:one(),stroke:"#D9D9D9",strokeWidth:2}),p(Pe,{d:`M${ot.LINE_X} 25V260`,stroke:"#BFBFBF",strokeWidth:2,strokeLinecap:"round"}),p(ze,{x:ot.RECT_X,y:ot.RECT_Y,width:ot.RECT_WIDTH,height:ot.RECT_HEIGHT,fill:"#FFCB0E",fillOpacity:.2})]}),p(tt,{children:rC(r,i)}),p(Ne,{x:ot.LINE_X-25,y:0,width:50,height:20,fontSize:20,fontWeight:"bold",alignHorizontal:"center",alignVertical:"top",fill:n,children:String(e+1).padStart(2,"0")})]})}function sne(e,t){const n=ot.RECT_Y+ot.RECT_HEIGHT/2-ot.ARROW_HEIGHT/2,r=Math.max(Math.round(Tn.MIN_COUNT*Tn.ARROW_RATIO),Tn.MIN_ARROW_COUNT),i=nC({count:r,rectX:0,rectY:14,rectWidth:57,rectHeight:120,seed:999});return R(Y,{x:e+ot.WIDTH,y:n,children:[p(Pe,{d:"M0 13.9679H57.1429V0L100 74L57.1429 148V134.032H0V13.9679Z",width:ot.ARROW_WIDTH,height:ot.ARROW_HEIGHT,fill:"#FFCB0E",fillOpacity:.2,"data-element-type":"shape"}),p(tt,{children:rC(i,t)})]})}const iC=e=>{const{Title:t,Item:n,data:r,gap:i=20,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=ae(p(J,{indexes:[0]})),h=ae(p(n,{indexes:[0],data:r,datum:c[0],width:ot.WIDTH,positionH:"center"})),d=[],f=[],g=[],y=ot.HEIGHT+i,m=y+h.height+10;if(c.forEach((v,b)=>{const _=b*ot.WIDTH,x=[b],w=je(o,x),P=ine(b,c.length),$=nC({count:P,rectX:ot.RECT_X,rectY:ot.RECT_Y,rectWidth:ot.RECT_WIDTH,rectHeight:ot.RECT_HEIGHT,seed:b*100});d.push(ane(b,_,w,$,o)),b===c.length-1&&d.push(sne(_,o)),f.push(p(n,{indexes:x,datum:v,data:r,width:ot.WIDTH,x:_+ot.LINE_X-ot.WIDTH/2,y,positionH:"center"})),g.push(p(nt,{indexes:x,x:_+ot.LINE_X-u.width/2,y:m})),b<c.length-1&&g.push(p(J,{indexes:[b+1],x:_+ot.WIDTH-u.width/2,y:m}))}),c.length>0){g.unshift(p(J,{indexes:[0],x:-u.width/2,y:m}));const v=(c.length-1)*ot.WIDTH;g.push(p(J,{indexes:[c.length],x:v+ot.WIDTH-u.width/2,y:m}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{width:ot.WIDTH*c.length+ot.ARROW_WIDTH,height:ot.HEIGHT+i+h.height,children:[p(Y,{children:d}),p(He,{children:f}),p(qe,{children:g})]})]})};We("sequence-filter-mesh",{component:iC,composites:["title","item"]});const Sc=e=>Math.round(e*1e10)/1e10,D1=(e,t)=>Sc(Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))),Mc=Math.PI,cne=Mc*2,lne=(e,t)=>{const n=t-e;return n>Mc&&n<cne||n<0&&n>-Mc?-1:1},une=(e,t,n,r,i,o)=>{const a=Math.atan2(e.y-t.y,e.x-t.x),s=Math.atan2(n.y-t.y,n.x-t.x),c=Math.acos((r*r+o*o-i*i)/(2*r*o)),l=1/Math.tan(c/2),u=lne(a,s),h=a+u*c/2;return{prev:a,next:s,main:c,vel:l,dir:u,bis:h}},q1=Math.PI,oC=(e,t,n)=>e.reduce((r,i)=>{const{x:o,y:a,angle:{prev:s,next:c},arc:{x:l,y:u,radius:h}}=i,d=i.angle.dir*-1,f=s+d*q1/2,g=(d*q1+c-s)%q1,y=n-1,m=g/y,v=[];if(!m)return r.concat({x:o,y:a});for(let b=0;b<=y;b++)v.push({x:l+Math.cos(f+m*b)*h,y:u+Math.sin(f+m*b)*h});return r.concat(v)},[]),aC=(e,t=0)=>{const n=e.length,r=[],i=[],o=[];e.forEach((c,l)=>{const u=e[(l-1+n)%n],h=e[(l+1)%n],d=D1(u,c),f=D1(u,h),g=D1(c,h),y=une(u,c,h,d,f,g);y.main===0&&(y.main=Number.EPSILON,y.vel=Number.MAX_SAFE_INTEGER),y.main===Mc&&(y.vel=0);const m={x:c.x,y:c.y,angle:y,offset:0,arc:{radius:t,hit:t,lim:Math.min(g/y.vel,d/y.vel,c.r||0)},in:{length:d,rest:d},out:{length:g,rest:g},locked:!1,id:l,get prev(){return r[(l-1+n)%n]},get next(){return r[(l+1)%n]}};isNaN(y.main)&&(y.main=0,y.bis=y.prev||y.next,o.push(m)),typeof c.r=="number"&&(c.r===0?o.push(m):i.push(m)),r.push(m)}),o.forEach(c=>{c.angle.vel=0,c.arc.radius=0,j1(c)}),r.forEach(c=>{c.arc.hit=Math.min(c.out.rest/(c.angle.vel+c.next.angle.vel),c.in.rest/(c.angle.vel+c.prev.angle.vel))});let a=Ec(i);for(;a;)hne(a),a=Ec(i);for(a=Ec(r);a;)dne(a,t),a=Ec(r);const s=r.map(c=>{const l=c.arc.radius/Math.sin(c.angle.main/2);return{id:c.id,x:c.x,y:c.y,angle:{main:Sc(c.angle.main),prev:c.angle.prev,next:c.angle.next,bis:c.angle.bis,dir:c.angle.dir},offset:Sc(c.offset),arc:{radius:Sc(c.arc.radius),x:c.x+(Math.cos(c.angle.bis)*l||0),y:c.y+(Math.sin(c.angle.bis)*l||0)},in:{length:c.in.length,x:c.x+Math.cos(c.angle.prev)*c.offset,y:c.y+Math.sin(c.angle.prev)*c.offset},out:{length:c.out.length,x:c.x+Math.cos(c.angle.next)*c.offset,y:c.y+Math.sin(c.angle.next)*c.offset},get prev(){return s[(c.id-1+n)%n]},get next(){return s[(c.id+1)%n]}}});return s},hne=e=>{const{prev:t,next:n}=e;t.locked&&!n.locked?e.arc.radius=Math.min(Math.max((e.out.length-n.arc.lim*n.angle.vel)/e.angle.vel,e.out.length/(e.angle.vel+n.angle.vel)),e.in.rest/e.angle.vel,e.arc.lim):n.locked&&!t.locked?e.arc.radius=Math.min(Math.max((e.in.length-t.arc.lim*t.angle.vel)/e.angle.vel,e.in.length/(e.angle.vel+t.angle.vel)),e.out.rest/e.angle.vel,e.arc.lim):n.locked&&t.locked?e.arc.radius=Math.min(e.in.rest/e.angle.vel,e.out.rest/e.angle.vel,e.arc.lim):e.arc.radius=Math.min(Math.max((e.in.length-t.arc.lim*t.angle.vel)/e.angle.vel,e.in.length/(e.angle.vel+t.angle.vel)),Math.max((e.out.length-n.arc.lim*n.angle.vel)/e.angle.vel,e.out.length/(e.angle.vel+n.angle.vel)),e.arc.lim),j1(e)},dne=(e,t)=>{if(t>e.arc.hit){const{prev:n,next:r}=e;n.locked&&!r.locked?e.arc.radius=Math.max(Math.min(e.in.rest/e.angle.vel,e.out.length/(e.angle.vel+r.angle.vel),e.arc.radius),0):r.locked&&!n.locked?e.arc.radius=Math.max(Math.min(e.out.rest/e.angle.vel,e.in.length/(e.angle.vel+n.angle.vel),e.arc.radius),0):r.locked&&n.locked?e.arc.radius=Math.max(Math.min(e.in.rest/e.angle.vel,e.out.rest/e.angle.vel,e.arc.radius),0):e.arc.radius=e.arc.hit}j1(e)},j1=e=>{const{prev:t,next:n}=e;e.offset=e.arc.radius*e.angle.vel,t.out.rest-=e.offset,e.in.rest-=e.offset,e.out.rest-=e.offset,n.in.rest-=e.offset,e.locked=!0,t.arc.hit=Math.min(t.in.length/(t.angle.vel+t.prev.angle.vel),t.in.rest/t.angle.vel,t.out.rest/t.angle.vel),n.arc.hit=Math.min(n.out.length/(n.angle.vel+n.next.angle.vel),n.out.rest/n.angle.vel,n.in.rest/n.angle.vel)},Ec=e=>e.reduce((t,n)=>n.locked?t:t?n.arc.hit<t.arc.hit?n:t:n,null),fne=6,F1=32,pne=1.25,B1=25,sC=15,cC=e=>{const{Title:t,Item:n,data:r,gap:i=10,width:o=700,funnelWidth:a,itemHeight:s=60,minBottomRatio:c=.25,options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:f});const g=Ct(l.themeConfig),y=a!=null?a:o*.55,m=o-y,v=s*pne,b=d.length*v+(d.length-1)*i,_=y*c,x=d.map((P,$)=>{const C=[$],M=je(l,[$])||g.colorPrimary,{points:S,topWidth:E}=gne(y,_,v,i,b,$),I=aC(S,fne),O=oC(I,"AMOUNT",10),T=y/2,F=$*(v+i),z=T+E/2,j=z-B1,H=m+B1-10,W=(v-s)/2,B=F+W,X=z+sC,D=H-B1-sC,k=B,A=T-F1/2,L=F+v/2-F1/2,N=`${M.replace("#","")}-funnel-${$}`;return{background:p(ze,{x:j,y:B,width:H,height:s,ry:"8",fill:ve(M).setAlpha(.1).toRgbString(),"data-element-type":"shape"}),funnel:[p(Ke,{children:R("linearGradient",{id:N,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:ve(M).lighten(10).toString()}),p("stop",{offset:"100%",stopColor:M})]})}),p(Wt,{points:O,fill:`url(#${N})`,y:F,"data-element-type":"shape",style:{filter:"drop-shadow(0px 2px 3px rgba(0,0,0,0.15))"}})],icon:p(Dt,{indexes:C,x:A,y:L,size:F1,fill:"#fff"}),item:p(n,{indexes:C,datum:P,data:r,x:X,y:k,width:D,height:s,positionV:"middle"}),btnRemove:p(nt,{indexes:C,x:j+H,y:B})}}),w=p(J,{indexes:[d.length],x:o/2,y:b+10});return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,R(Y,{width:o,height:b+40,children:[p(Y,{children:x.map(P=>P.background)}),p(Y,{children:x.flatMap(P=>P.funnel)}),p(Y,{children:x.map(P=>P.icon)}),p(He,{children:x.map(P=>P.item)}),R(qe,{children:[x.map(P=>P.btnRemove),w]})]})]})};function gne(e,t,n,r,i,o){const a=e/2,s=o*(n+r),c=s+n,l=e-t,u=e-l*(s/i),h=e-l*(c/i),d={x:a-u/2,y:0},f={x:a+u/2,y:0},g={x:a+h/2,y:n},y={x:a-h/2,y:n};return{points:[d,f,g,y],topWidth:u,bottomWidth:h}}We("sequence-funnel",{component:cC,composites:["title","item"]});const lC=e=>{const{Title:t,Item:n,data:r,gap:i=30,cardPadding:o=10,options:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=wt(a),d=Ct({colorPrimary:h},a),f=ae(p(J,{indexes:[0]})),g=ae(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),y=[],m=[],v=[],b=g.width+o*2,_=g.height+o*2+30,x=8,w=6,P=Math.max(f.height+20,40),$=40;if(l.forEach((C,M)=>{const S=M%2===0,E=M*(b+i);let I;S?M%4===2?I=P:I=P+$:I=P+$+60;const O=[M],T=je(a,O)||h;if(S){const H=T===h?d.colorPrimaryBg||"#E8F3FF":`${T}20`,W=p(ze,{x:E,y:I,width:b,height:_,fill:H,rx:20,ry:20});v.push(W)}m.push(p(n,{indexes:O,datum:C,data:r,x:E+o,y:I+o,positionH:"center",positionV:"normal"}));const F=l.length*x+(l.length-1)*w,z=E+(b-F)/2,j=I+g.height+20;for(let H=0;H<l.length;H++){const W=z+H*(x+w),B=H===M;v.push(p(Je,{x:W,y:j,width:x,height:x,fill:B?T:"transparent",stroke:T,strokeWidth:2}))}y.push(p(nt,{indexes:O,x:E+(b-f.width)/2,y:I+_+10})),M===0?y.push(p(J,{indexes:O,x:E+(b-f.width)/2,y:I-f.height-10})):y.push(p(J,{indexes:O,x:E-i/2-f.width/2,y:P-f.height-10}))}),l.length>0){const C=[],S=i/2,E=6,I=P+$,O=0-S,T=I+_/2;C.push(`M ${O} ${T-E}`),l.forEach((N,q)=>{const G=q%2===0,U=q*(b+i);let K;G?q%4===2?K=P:K=P+$:K=P+$+60;const ne=U-S,ee=U+b+S,se=K-S,ce=K+_+S,Z=K+_/2;G?(C.push(`L ${ne} ${se+35}`),C.push(`Q ${ne} ${se} ${ne+35} ${se}`),C.push(`L ${ee-35} ${se}`),C.push(`Q ${ee} ${se} ${ee} ${se+35}`),C.push(`L ${ee} ${Z-E}`)):(C.push(`L ${ne} ${Z}`),C.push(`L ${ne} ${ce-35}`),C.push(`Q ${ne} ${ce} ${ne+35} ${ce}`),C.push(`L ${ee-35} ${ce}`),C.push(`Q ${ee} ${ce} ${ee} ${ce-35}`),C.push(`L ${ee} ${Z+E}`))});const F=l.length-1,z=F%2===0,j=F*(b+i);let H;z?F%4===2?H=P:H=P+$:H=P+$+60;const W=j+b+S,B=H+_/2,X=C.join(" "),D="gradient-zigzag-path",k=je(a,[0])||h,A=je(a,[l.length-1])||h,L=l.map((N,q)=>{const G=q/(l.length-1)*100,U=je(a,[q])||h;return p("stop",{offset:`${G}%`,stopColor:U})});v.unshift(R(tt,{children:[p(Ke,{children:p("linearGradient",{id:D,x1:O,y1:T,x2:W,y2:B,gradientUnits:"userSpaceOnUse",children:L})}),p(Pe,{d:X,stroke:`url(#${D})`,strokeWidth:2,fill:"none",width:(l.length-1)*(b+i)+b+S*2,height:_+120})]})),v.unshift(p(Je,{x:O-E,y:T-E,width:E*2,height:E*2,fill:"transparent",stroke:k,strokeWidth:2})),v.unshift(p(Je,{x:W-E,y:B-E,width:E*2,height:E*2,fill:"transparent",stroke:A,strokeWidth:2}))}if(l.length>0){const M=(l.length-1)*(b+i);y.push(p(J,{indexes:[l.length],x:M+b+(i-f.width)/2,y:P-f.height-10}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,R(Y,{children:[p(xt,{children:v}),p(He,{children:m}),p(qe,{children:y})]})]})};We("sequence-horizontal-zigzag",{component:lC,composites:["title","item"]});var mne=Object.defineProperty,yne=Object.defineProperties,vne=Object.getOwnPropertyDescriptors,uC=Object.getOwnPropertySymbols,bne=Object.prototype.hasOwnProperty,_ne=Object.prototype.propertyIsEnumerable,hC=(e,t,n)=>t in e?mne(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ic=(e,t)=>{for(var n in t||(t={}))bne.call(t,n)&&hC(e,n,t[n]);if(uC)for(var n of uC(t))_ne.call(t,n)&&hC(e,n,t[n]);return e},Ac=(e,t)=>yne(e,vne(t));function xne(e){const{width:t,height:n,colorPrimary:r}=e,i=r,o=ve.mix(r,"#000",20).toHexString(),a=ve.mix(r,"#fff",50).toHexString(),s=ve.mix(a,"#000",15).toHexString();function c($,C){const S=[{position:.25,offset:.1},{position:.45,offset:-.02},{position:.6,offset:.04},{position:.75,offset:-.1}],E={x:0,y:C},I={x:$,y:C},O={x:$/2,y:0},T={x:$/2,y:C},F=C*.35,z=F/C,j={x:O.x*(1-z)+E.x*z,y:F},H={x:O.x,y:F},W={x:O.x*(1-z)+I.x*z,y:F},B=S.map(k=>{const A=j.x+(W.x-j.x)*k.position,L=F,N=C*k.offset;return{x:A,y:L+N,position:k.position,offset:k.offset}});B.sort((k,A)=>k.position-A.position);const X=B.filter(k=>k.x<=H.x),D=B.filter(k=>k.x>H.x);return{leftBottom:E,rightBottom:I,peak:O,centerBottom:T,snowLineY:F,leftEdge:j,centerSnow:H,rightEdge:W,leftRipples:X,rightRipples:D}}const{leftRipples:l,rightRipples:u,leftBottom:h,rightBottom:d,peak:f,centerBottom:g,leftEdge:y,centerSnow:m,rightEdge:v}=c(t,n),b=[f,y,...l,m],_=[f,m,...u,v],x=[y,...l,m,g,h],w=[m,...u,v,d,g],P=$=>$.map(C=>`${C.x},${C.y}`).join(" ");return R(xt,Ac(Ic({},e),{children:[p("polygon",{points:P(b),fill:a}),p("polygon",{points:P(_),fill:s}),p("polygon",{points:P(x),fill:i}),p("polygon",{points:P(w),fill:o})]}))}function wne(e){const n={tiny:27,small:48,medium:54,large:72}[e]||54,r="#17C76F",i="#139B57",o="#737373",a=n*.7,s=n-a,c=a*.8,l=c,u=l/6,h=(l-u)/2,d=a;return R(xt,{width:l,height:n,children:[p("ellipse",{cx:c/2,cy:a/2,rx:c/2,ry:a/2,fill:r,clipPath:"inset(0 50% 0 0)"}),p("ellipse",{cx:c/2,cy:a/2,rx:c/2,ry:a/2,fill:i,clipPath:"inset(0 0 0 50%)"}),p("rect",{x:h,y:d,width:u,height:s,fill:o})]})}function Pne(e){const{width:t,height:n}=e,r=t/2,i=n/2,o=Math.min(t,n)*.28,a=Math.min(t,n)*.14,s=Math.min(t,n)*.07,c=0,l=i-s/2,u=s*.4,h=8,d=Array.from({length:h},(f,g)=>{const y=360/h*g;return p("rect",{x:c,y:l,width:a,height:s,rx:u,ry:u,fill:"#FFCB0E",transform:`rotate(${y}, ${r}, ${i})`})});return R(xt,Ac(Ic({},e),{children:[p("circle",{cx:r,cy:i,r:o,fill:"#FFCB0E"}),...d]}))}function $ne(e){return e.type==="single"?p(xt,Ac(Ic({},e),{width:54,height:36,children:p("path",{d:"M10.2635 13.3806C11.0019 9.99045 12.7381 6.91002 15.2405 4.55004C17.743 2.19007 20.8929 0.662716 24.2701 0.171643C27.6473 -0.31943 31.0914 0.24912 34.143 1.80148C37.1946 3.35385 39.7087 5.81625 41.3501 8.86031C44.8835 9.0468 48.1994 10.6544 50.5684 13.3294C52.9373 16.0044 54.1653 19.5277 53.9821 23.1242C53.7989 26.7207 52.2195 30.0959 49.5914 32.5071C46.9634 34.9184 43.5019 36.1683 39.9684 35.9818H11.1517C4.93436 35.9818 0 30.9593 0 24.6309C0.0598447 21.8016 1.13799 19.093 3.02989 17.0192C4.9218 14.9454 7.49584 13.6506 10.2635 13.3806Z",fill:"#70CAF8"})})):R(xt,Ac(Ic({},e),{width:73,height:40,children:[p("path",{d:"M61.6461 14.9716C60.8681 11.1875 58.9581 7.73823 56.1763 5.09315C53.3944 2.44806 49.8758 0.735682 46.0992 0.189041C42.3226 -0.357601 38.4714 0.288046 35.0699 2.03812C31.6683 3.7882 28.8815 6.5577 27.0889 9.96971C23.161 10.1687 19.4719 11.9405 16.8333 14.8953C14.1947 17.8502 12.8227 21.746 13.0191 25.7258C13.2155 29.7055 14.9642 33.4433 17.8806 36.1167C20.7969 38.7901 24.642 40.1802 28.5699 39.9812H60.6588C67.5702 39.9812 73.0006 34.4791 73.0006 27.4764C73.0006 20.9739 67.8664 15.4718 61.6461 14.9716Z",fill:"#70CAF8"}),p("path",{d:"M21.9691 6.47136e-09C25.9369 6.47136e-09 29.5264 1.62125 32.0003 4.21094C30.0604 5.7917 28.4423 7.75571 27.2581 10C23.3149 10.1989 19.6111 11.9702 16.9622 14.9238C14.3136 17.8774 12.936 21.772 13.1331 25.75C13.2057 27.2131 13.4902 28.6432 13.9652 30H10.7689C7.96116 29.8907 5.29664 28.7203 3.30402 26.7217C1.31144 24.7231 0.135825 22.0419 0.0110544 19.21C-0.113702 16.378 0.821178 13.6017 2.63019 11.4326C4.43921 9.26356 6.99065 7.8602 9.77766 7.5C11.9582 3.00012 16.6168 8.76701e-05 21.9691 6.47136e-09Z",fill:"#5BA2C6"})]}))}const dC=e=>{const{Title:t,Item:n,data:r,gap:i=20,minHeight:o=100,maxHeight:a=200,minWidth:s=260,maxWidth:c=300,options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null,g=[],y=[],m=[],v=[],b=d.length,_=Ct(l.themeConfig),x=60,w={single:{width:54,height:36},double:{width:73,height:40}},P=[],$=[];let C=0,M=0;d.forEach((B,X)=>{const D=b>1?X/(b-1):0,A=(o+(a-o)*D)*1.6,L=Math.max(s,Math.min(c,A));P.push(L);const N=M;$.push(N),M+=L/2,X===b-1&&(C=N+L)});const S=$[0],E=$[b-1]+P[b-1],I=E-S,O=b>1?(I-i*(b-1))/b:I,T=ae(p(n,{indexes:[0],data:r,datum:d[0],width:O})),F=32,z=a+i,j=z+F+10;d.forEach((B,X)=>{const D=[X],k=o+(a-o)*(b>1?X/(b-1):0),A=P[X],L=$[X],N=a-k,q=je(l,[X])||_.colorPrimary;m.push(p(xne,{colorPrimary:q,x:L,y:N,width:A,height:k}));const G=S+X*(O+i);v.push(p(Ne,{x:G,y:z,width:O,height:F,fontSize:16,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:q,backgroundColor:q,backgroundOpacity:.5,backgroundRadius:4,children:String(X+1).padStart(2,"0")})),g.push(p(n,{indexes:D,datum:B,data:r,x:G,y:j,width:O}))});const H=ae(p(J,{indexes:[0]})),W=j+T.height+10;if(d.forEach((B,X)=>{const D=[X],k=S+X*(O+i);y.push(p(nt,{indexes:D,x:k+O/2-H.width/2,y:W})),X<d.length-1&&y.push(p(J,{indexes:[X+1],x:k+O+i/2-H.width/2,y:W}))}),b>0){const B=S;y.unshift(p(J,{indexes:[0],x:B-i/2-H.width/2,y:W}));const X=S+(b-1)*(O+i);y.push(p(J,{indexes:[b],x:X+O+i/2-H.width/2,y:W})),m.push(p(Pne,{x:C-x-20,y:-35,width:x,height:x}));const D=["tiny","small","medium","large"],k={tiny:27,small:48,medium:54,large:72},A={tiny:14.85,small:26.4,medium:29.7,large:39.6},L=[],N=(G,U,K=5)=>L.some(ne=>!(G+U+K<ne.x||G>ne.x+ne.width+K));d.forEach((G,U)=>{const K=$[U],ne=P[U],se=U===b-1?3:U===0?1:2;for(let ce=0;ce<se;ce++){const Z=U*100+ce*37,le=Z*17%D.length,te=D[le],Q=k[te],re=A[te];let ie=0,ue=0,he=!1;for(;ie<20&&!he;){const fe=(Z*13+ie*19)%100/100,me=K+ne*.15,pe=K+ne*.85-re;ue=me+(pe-me)*fe,N(ue,re)||(he=!0),ie++}if(he){L.push({x:ue,width:re});const fe=a-Q;m.push(p(Y,{x:ue,y:fe,children:wne(te)}))}}});const q=Math.max(1,Math.floor(b/1.5));for(let G=0;G<q;G++){const U=G*11+b*5+1,K=U%2===0?"single":"double",ne=w[K],ee=E-S-ne.width,se=S+U*7%100/100*ee,ce=U*13%40;m.push(p($ne,{type:K,x:se,y:ce,width:ne.width,height:ne.height}))}}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,R(Y,{children:[p(Y,{children:m}),p(Y,{children:v}),p(He,{children:g}),p(qe,{children:y})]})]})};We("sequence-mountain",{component:dC,composites:["title","item"]});const fC=e=>{const{Title:t,Item:n,data:r,gap:i=10,width:o=700,pyramidWidth:a,itemHeight:s=60,options:c}=e,{title:l,desc:u,items:h=[]}=r,d=t?p(t,{title:l,desc:u}):null;if(h.length===0)return p(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:d});const f=5,g=Ct(c.themeConfig),y=30,m=[],v=[],b=[],_=[],x=a!=null?a:o*.6,w=o-x,P=s*1.2,$=h.length*P+(h.length-1)*i;return h.forEach((C,M)=>{const S=[M],E=M===0,I=je(c,[M])||g.colorPrimary,{points:O,topWidth:T,bottomWidth:F}=Cne(x,P,i,h.length,M),z=aC(O,f),j=oC(z,"AMOUNT",10),H=x/2,W=M*(P+i),B=(P-s)/2,X=W+B,D=H+T/2,k=H+F/2,L=D-f,N=w+f,q=s,G=L+N,U=H-y/2,K=W+P/2-y/2+(E?8:0),ne=k,ee=G-k,se=X;b.push(p(ze,{x:L,y:X,width:N,height:q,ry:"10",fill:g.colorPrimaryBg,"data-element-type":"shape"}));const ce=`${I}-pyramid-${M}`;v.push(p(Ke,{children:R("linearGradient",{id:ce,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0","stop-color":I}),p("stop",{offset:"100%","stop-color":ve.mix(I,"#fff",40).toHexString()})]})}),p(Wt,{points:j,fill:`url(#${ce})`,y:W,"data-element-type":"shape"})),_.push(p(Dt,{indexes:S,x:U,y:K,size:y,fill:"#fff"})),m.push(p(n,{indexes:S,datum:C,data:r,x:ne,y:se,width:ee,height:s,positionV:"middle"}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,R(Y,{width:o,height:$,children:[p(Y,{children:b}),p(Y,{children:v}),p(Y,{children:_}),p(He,{children:m}),p(qe,{})]})]})};function Cne(e,t,n,r,i){const o=e/2,a=r*t+(r-1)*n,s=i*(t+n),c=s+t,l=s/a*e,u=c/a*e;let h;if(i===0){const d={x:o,y:0},f={x:o+u/2,y:t},g={x:o-u/2,y:t};h=[d,f,g]}else{const d={x:o+l/2,y:0},f={x:o+u/2,y:t},g={x:o-u/2,y:t},y={x:o-l/2,y:0};h=[d,f,g,y]}return{points:h,topWidth:l,bottomWidth:u}}We("sequence-pyramid",{component:fC,composites:["title","item"]});const Vo={iconSize:50,roadWidth:24,outerRadius:60,rowWidth:400,spacing:30,colorDefault:"#666666"},pC=(e,t)=>`M ${e} ${t}`,yt=(e,t)=>`L ${e} ${t}`,ki=(e,t,n,r)=>`A ${e} ${e} 0 0 ${t} ${n} ${r}`,One=(e,{roadWidth:t,innerRadius:n,outerRadius:r})=>{const i=(t+n*2)*e;return{y1:i,y2:i+t,y3:i+t+n,y4:i+t+n*2,y5:i+r*2}};function Sne({i:e,direction:t,x:n,y:r,color:i,data:o,itemBounds:a,item:s,Item:c,flipped:l}){const{iconSize:u}=Vo,h=t==="left",d=h?n.x4-u/2:n.x3-u/2,f=r.y3-u/2,g=h?n.x6+Vo.spacing:n.x1-Vo.spacing-a.width,y=r.y3-a.height/2,m=h?l?"flipped":"normal":l?"normal":"flipped";return{icon:p(Ar,{indexes:[e],x:d,y:f,size:u,fill:i}),label:p(Ne,{width:40,x:h?d-50:d+u+10,y:f+u/2-15,fontSize:30,fill:i,alignHorizontal:h?"right":"left",children:String(e+1).padStart(2,"0")}),item:p(c,{indexes:[e],data:o,datum:s,x:g,y,positionH:m})}}function Mne({direction:e,x:t,y:n,color:r,elements:i}){const o=e==="left";i.push(p(zte,{x:o?t.x6+10:t.x1-20,y:n.y3-5,width:10,height:8,rotation:o?90:-90,colorPrimary:r,"data-element-type":"shape"}))}const gC=e=>{const{Title:t,Item:n,data:r,spacing:i=Vo.spacing,options:o,flipped:a=!1}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=ae(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),{roadWidth:d,outerRadius:f,rowWidth:g,colorDefault:y}=Vo,m=d/2,v=f-d,b=(h.width+i)*2+g,_=h.width+i,x=_+f,w=_+g-f,$=w+v+d,C=_+g/2,M=[],S=[],E=[],I=[],O=[],T=[],F=[];for(let H=0;H<l.length;H++){const W=je(o,[H])||y,B=H%2===0?"right":"left",X=H===0,D=H===l.length-1,k=One(H,{roadWidth:d,innerRadius:v,outerRadius:f});if(B==="right"){const q=X?[$,k.y1]:[w,k.y1],G=[x,k.y1],U=[x,k.y5],K=X?[$,k.y2]:[w,k.y2],ne=[x,k.y2];if(M.push(X?pC($,k.y1+m):yt(w,k.y1+m),yt(x,k.y1+m),ki(f-m,0,x,k.y4+m)),S.push(X?pC(...q):yt(...q),yt(...G),ki(f,0,...U)),E.push(yt(...K),yt(...ne),ki(v,1,...ne)),D){const ee=d/2;S.push(yt(C,k.y5),yt(C,k.y5+ee),yt(C+d,k.y5-ee),yt(C,k.y4-ee),yt(C,k.y4),yt(x,k.y4)),M.push(yt(C,k.y4+m))}}else{const q=[x,k.y2],G=[w,k.y2],U=[w,k.y4],K=[x,k.y1],ne=[w,k.y1];if(M.push(yt(w,k.y1+m),ki(f-m,1,w,k.y4+m)),S.push(yt(...q),yt(...G),ki(v,1,...U)),E.push(yt(...K),yt(...ne),ki(f,0,...ne)),D){const ee=d/2;S.push(yt(C,k.y4),yt(C,k.y4-ee),yt(C-d,k.y4+ee),yt(C,k.y5+ee),yt(C,k.y5),yt(w,k.y5)),M.push(yt(C,k.y4+m))}}Mne({direction:B,x:{x1:_,x6:$},y:k,color:W,elements:F});const{icon:A,label:L,item:N}=Sne({i:H,direction:B,x:{x1:_,x3:x,x4:w,x6:$},y:k,color:W,data:r,itemBounds:h,item:l[H],Item:n,flipped:a});I.push(A),O.push(L),T.push(N)}const z=[...S,...E.reverse(),"Z"],j=l.length*(d+v*2)+d*1.5;return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,R(Y,{width:b,height:h.height<=f*2?j:j+h.height-f*2,children:[p(Pe,{width:g,height:j,d:z.join(" "),fill:y,stroke:y,strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round","data-element-type":"shape"}),p(Pe,{d:M.join(" "),stroke:"white",fill:"none",strokeWidth:"3",strokeDasharray:"8 8",strokeLinecap:"round",strokeLinejoin:"round","data-element-type":"shape"}),R(tt,{children:[I,O,T,F]})]})]})};We("sequence-roadmap-vertical",{component:gC,composites:["title","item"]});const mC=e=>{const{Title:t,Item:n,data:r,gap:i=40,itemsPerRow:o=3,rowGap:a=80,options:s}=e,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=wt(s),f=ae(p(J,{indexes:[0]})),g=ae(p(n,{indexes:[0],data:r,datum:u[0],positionH:"center"})),y=[],m=[],v=[],b=25,_=25;if(u.forEach((x,w)=>{const P=Math.floor(w/o),$=w%o,C=P%2===1,S=(C?o-1-$:$)*(g.width+i),E=P*(g.height+a),I=[w];if(m.push(p(n,{indexes:I,datum:x,data:r,x:S,y:E,positionH:"center"})),y.push(p(nt,{indexes:I,x:S+(g.width-f.width)/2,y:E+g.height+10})),w===0&&y.push(p(J,{indexes:I,x:S+(g.width-f.width)/2,y:E-f.height-10})),w<u.length-1){const O=Math.floor((w+1)/o),T=(w+1)%o,j=(O%2===1?o-1-T:T)*(g.width+i);if(P===O){const W=C,B=W?j+g.width+(i-b)/2:S+g.width+(i-b)/2,X=E+g.height/2-_/2;v.push(p(H1,{x:B,y:X,width:b,height:_,colorPrimary:d,rotation:W?180:0})),y.push(p(J,{indexes:[w+1],x:B+(b-f.width)/2,y:E-f.height-10}))}else{const W=S+g.width/2-b/2,B=E+g.height+(a-_)/2;v.push(p(H1,{x:W,y:B,width:b,height:_,colorPrimary:d,rotation:90})),y.push(p(J,{indexes:[w+1],x:W+(b-f.width)/2,y:B+(_-f.height)/2}))}}}),u.length>0){const x=u.length-1,w=Math.floor(x/o),P=x%o,M=(w%2===1?o-1-P:P)*(g.width+i),S=w*(g.height+a);y.push(p(J,{indexes:[u.length],x:M+(g.width-f.width)/2,y:S+g.height+f.height+20}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[h,R(Y,{children:[p(Y,{children:v}),p(He,{children:m}),p(qe,{children:y})]})]})};We("sequence-snake-steps",{component:mC,composites:["title","item"]});const yC=e=>{const{Title:t,Item:n,data:r,options:i,gap:o=16,perspectiveFactor:a=.2,width:s=720}=e,{title:c,desc:l,items:u=[]}=r,h=t,d=h?p(h,{title:c,desc:l}):null;if(u.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const f=wt(i),g=ae(p(J,{indexes:[0]})),y=ae(p(n,{indexes:[0],data:r,datum:u[0]||{},positionH:"center"})),m=12,v=Math.min(s*.1,100),b=Math.min(s*.45,Math.max(80,s-y.width-m-v)),_=Math.max(24,b*a*.35),x=56,w=x*.7,P=u.length>1?(x-w)/(u.length-1):0,$=Math.max(g.height+_+20,_+28),C=b/2,M=b+v+m,S=u.map((le,te)=>x-P*te),E=u.map((le,te)=>Math.max(_*(1-te*.05),_*.7)),I=[],O=[],T=u.length-1;I[T]=$,O[T]=0;for(let le=T-1;le>=0;le-=1)O[le]=O[le+1]+E[le]+o,I[le]=I[le+1]+E[le]+S[le+1]+o;const F=O[0]||E[0]||_,z=b*(.55+a*.1),j=b-z,H=u.map((le,te)=>{const Q=F===0?1:O[te]/F;return z+j*Q}),W=H.map(le=>{const te=C+le/2;return Math.max(0,M-m-te)}),B=[],X=[],D=[],k=[],A=[],L=0,N=(I[0]||$)+(S[0]||x),q=N-L,G=35,K=(H[T]||z)*.8,ne=K*.65,ee=(H[0]||b)*.9;A.push(p(Wt,{points:[{x:C,y:L},{x:C+K/2,y:L+G},{x:C+ne/2,y:L+G},{x:C+ee/2,y:N},{x:C-ee/2,y:N},{x:C-ne/2,y:L+G},{x:C-K/2,y:L+G}],fill:"rgba(0,0,0,0.12)",width:ee,height:q,"data-element-type":"shape"}));let se=I[T]+S[T]/2;u.forEach((le,te)=>{const Q=[te],re=H[te],ie=E[te],ue=C-re/2,he=S[te],fe=I[te],me=fe-ie,pe=fe+he/2,_e=je(i,Q)||f;B.push(p(ze,{x:ue,y:fe,width:re,height:he,fill:_e,"data-element-type":"shape"}),p(Wt,{points:[{x:ue,y:fe},{x:ue+re,y:fe},{x:ue+re-ie/2,y:me},{x:ue+ie/2,y:me}],fill:_e,opacity:"0.3",width:re,height:ie,"data-element-type":"shape"}),p(Ne,{x:ue,y:fe,width:re,height:he,fontSize:he/2,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:"#ffffff",children:String(te+1).padStart(2,"0")}));const Ce=ue+re,Me=pe,$e=W[te],Re=Ce+$e;k.push(p(Pe,{d:`M ${Ce} ${Me} L ${Re} ${Me}`,stroke:_e,strokeWidth:2,fill:"none",width:$e,height:2,"data-element-type":"shape"}),p(Pe,{d:`M ${Re} ${Me} L ${Re} ${Me}`,stroke:_e,strokeWidth:6,strokeLinecap:"round",width:1,height:1,"data-element-type":"shape"}));const Fe=pe-y.height/2;X.push(p(n,{indexes:Q,datum:le,data:r,x:M,y:Fe,positionV:"middle"})),D.push(p(nt,{indexes:Q,x:M+y.width+10,y:Fe+y.height/2-g.height/2})),te===0?D.push(p(J,{indexes:[0],x:M+(y.width-g.width)/2,y:Fe-g.height-12})):D.push(p(J,{indexes:Q,x:M+(y.width-g.width)/2,y:(se+pe)/2-g.height/2})),se=pe});const Z=se-y.height/2;return D.push(p(J,{indexes:[u.length],x:M+(y.width-g.width)/2,y:Z+y.height+12})),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,R(Y,{children:[p(Y,{children:A}),p(Y,{children:B}),p(Y,{children:k}),p(He,{children:X}),p(qe,{children:D})]})]})};We("sequence-stairs-front",{component:yC,composites:["title","item"]});const vC=e=>{const{Title:t,Item:n,data:r,gap:i=40,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=wt(o),h=ae(p(J,{indexes:[0]})),d=ae(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),f=[],g=[],y=[],m=25,v=25,b=Math.max(h.height+20,30);if(c.forEach((_,x)=>{const w=x*(d.width+i),P=[x];if(g.push(p(n,{indexes:P,datum:_,data:r,x:w,y:b,positionH:"center"})),f.push(p(nt,{indexes:P,x:w+(d.width-h.width)/2,y:b+d.height+10})),x===0?f.push(p(J,{indexes:P,x:w+(d.width-h.width)/2,y:b-h.height-10})):f.push(p(J,{indexes:P,x:w-i/2-h.width/2,y:b-h.height-10})),x<c.length-1){const $=w+d.width+(i-m)/2,C=b+d.height/2-v/2;y.push(p(H1,{x:$,y:C,width:m,height:v,colorPrimary:u}))}}),c.length>0){const _=(c.length-1)*(d.width+i);f.push(p(J,{indexes:[c.length],x:_+d.width+(i-h.width)/2,y:b-h.height-10}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(Y,{children:y}),p(He,{children:g}),p(qe,{children:f})]})]})};We("sequence-steps",{component:vC,composites:["title","item"]});const bC=e=>{const{Title:t,Item:n,data:r,gap:i=10,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=wt(o),h=Z_(o),d=ae(p(J,{indexes:[0]})),f=ae(p(n,{indexes:[0],data:r,datum:c[0],positionH:"normal"})),g=[],y=[],m=[],v=10,b=v+70+10,_=b+30,x=6;if(c.length>1){const w=f.height/2+x,P=(c.length-1)*(f.height+i)+f.height/2-x,$=`M ${b} ${w} L ${b} ${P}`,C="gradient-timeline-line",M=P-w,S=c.map((E,I)=>{const T=(I*(f.height+i)+f.height/2-w)/M*100,F=je(o,[I]);return p("stop",{offset:`${T}%`,stopColor:F||u})});m.push(R(tt,{children:[p(Ke,{children:p("linearGradient",{id:C,x1:b,y1:w,x2:b,y2:P,gradientUnits:"userSpaceOnUse",children:S})}),p(Pe,{d:$,stroke:`url(#${C})`,strokeWidth:2,width:1,height:P-w})]}))}if(c.forEach((w,P)=>{const $=P*(f.height+i),C=$+f.height/2,M=[P];m.push(p(Ne,{x:v,y:C,width:70,fontSize:18,fontWeight:"bold",alignHorizontal:"left",alignVertical:"middle",fill:h[P%h.length],children:`STEP ${P+1}`})),y.push(p(n,{indexes:M,datum:w,data:r,x:_,y:$,positionH:"normal"})),m.push(p(Je,{x:b-x,y:C-x,width:x*2,height:x*2,fill:h[P%h.length]})),g.push(p(nt,{indexes:M,x:_-d.width-10,y:$+(f.height-d.height)/2})),P===0?g.push(p(J,{indexes:M,x:_+(f.width-d.width)/2,y:$-d.height-10})):g.push(p(J,{indexes:M,x:_+(f.width-d.width)/2,y:$-i/2-d.height/2}))}),c.length>0){const w=(c.length-1)*(f.height+i);g.push(p(J,{indexes:[c.length],x:_+(f.width-d.width)/2,y:w+f.height+10}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,R(Y,{children:[p(xt,{children:m}),p(He,{children:y}),p(qe,{children:g})]})]})};We("sequence-timeline",{component:bC,composites:["title","item"]});const W1=120,G1=108,Tc=30,Ene="M4.49144e-05 34.4898C4.49144e-05 37.8786 0.848973 41.152 2.43571 44.2444C4.23516 47.7642 6.98514 51.0472 10.517 54.0009C21.331 63.047 39.4615 68.9814 59.9991 68.9814C80.5385 68.9814 98.6672 63.047 109.483 54.0009C113.013 51.0472 115.765 47.7642 117.564 44.2444C119.149 41.152 120 37.8786 120 34.4898C120 15.4407 93.1364 0 59.9991 0C26.8635 0 4.49144e-05 15.4407 4.49144e-05 34.4898Z",Ine="M4.49145e-05 34.4898V53.9991C4.49145e-05 57.3879 0.848973 60.6613 2.43571 63.7556C9.75425 78.0545 32.7562 88.4907 59.999 88.4907C87.2438 88.4907 110.246 78.0545 117.564 63.7556C119.149 60.6613 120 57.3879 120 53.9991V34.4898C120 37.8786 119.149 41.152 117.564 44.2444C115.765 47.7642 113.013 51.0472 109.483 54.0009C98.6672 63.047 80.5385 68.9814 59.999 68.9814C39.4615 68.9814 21.3309 63.047 10.5169 54.0009C6.98509 51.0472 4.23516 47.7642 2.43567 44.2444C0.848928 41.152 4.49145e-05 37.8786 4.49145e-05 34.4898Z",Ane="M0 53.9991V73.5102C0 92.5593 26.8634 108 59.999 108C93.1363 108 120 92.5593 120 73.5102V53.9991C120 57.3879 119.149 60.6613 117.564 63.7556C110.246 78.0545 87.2438 88.4907 59.999 88.4907C32.7562 88.4907 9.75425 78.0545 2.43571 63.7556C0.848973 60.6613 0 57.3879 0 53.9991Z",_C=R("filter",{id:"sequence-zigzag-pucks-3d-shadow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[p("feOffset",{dx:"-7",dy:"7",in:"SourceAlpha",result:"offset"}),p("feGaussianBlur",{stdDeviation:"7.5",in:"offset",result:"blurred"}),p("feColorMatrix",{in:"blurred",type:"matrix",values:`0 0 0 0 0
|
|
143
|
+
`;return L(Y,{children:[p(Ke,{children:L(tt,{children:[L("linearGradient",{id:"basePlateTopGradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#fafafa",stopOpacity:1}),p("stop",{offset:"50%",stopColor:"#ffffff",stopOpacity:.98}),p("stop",{offset:"100%",stopColor:"#ececec",stopOpacity:.95})]}),L("linearGradient",{id:"basePlateFrontGradient",x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#e0e0e0",stopOpacity:.95}),p("stop",{offset:"50%",stopColor:"#d2d2d2",stopOpacity:.93}),p("stop",{offset:"100%",stopColor:"#c5c5c5",stopOpacity:.9})]}),L("linearGradient",{id:"basePlateSideGradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[p("stop",{offset:"0%",stopColor:"#b8b8b8",stopOpacity:.92}),p("stop",{offset:"50%",stopColor:"#c0c0c0",stopOpacity:.88}),p("stop",{offset:"100%",stopColor:"#adadad",stopOpacity:.85})]})]})}),p(Pe,{id:"base-plate-front",d:b,fill:"url(#basePlateFrontGradient)",stroke:"#c5c5c5",strokeWidth:.3,opacity:.92}),p(Pe,{id:"base-plate-side",d:v,fill:"url(#basePlateSideGradient)",stroke:"#aaaaaa",strokeWidth:.3,opacity:.88}),p(Pe,{id:"base-plate-top",d:m,fill:"url(#basePlateTopGradient)",stroke:"#e5e5e5",strokeWidth:.5,opacity:.93})]})},iC=e=>{const{Title:t,Item:n,data:r,options:i,cylinderRx:o=28,cylinderRy:a=18,baseHeight:s=120,heightIncrement:c=40,depthSpacing:l=60,itemVerticalAlign:u="top",itemVerticalOffset:h=-12,firstDecorationWidth:d=90}=e,{title:f,desc:g,items:y=[]}=r,m=t?p(t,{title:f,desc:g}):null,v=se(p(n,{indexes:[0],data:r,datum:y[0],positionH:"center"})),b=se(p(Q,{indexes:[0]})),_=wt(i),x=10,w=Math.max(6,l*.15),P=ene(y.length,v,o,s,c,l,d,x),{startY:$,leftItemAlignedX:C,rightItemAlignedX:M,cylinderAreaStartX:S}=P,E=[],A=[];y.forEach((H,k)=>{const I=qe(i,[k])||_;E.push(...rne(k,I));const R=tne(k,o,s,c,w,$,S),N=ine(k,R,o,a),{itemPos:q,lineStartX:G,lineEndX:U,lineY:K}=nne(k,R,v,o,C,M,u,h,x),oe=one(k,G,U,K,I);N.push(...oe);const te=p(n,{indexes:[k],datum:H,data:r,x:q.x,y:q.y,positionH:k%2===0?"flipped":"normal"}),ae=[p(nt,{indexes:[k],x:q.x+v.width/2-b.width/2,y:q.y+v.height+10}),p(Q,{indexes:[k],x:q.x+v.width/2-b.width/2,y:q.y-b.height-10})];A[k]={cylinderNodes:N,itemNode:te,btnNodes:ae,itemX:q.x,itemY:q.y}});let O=1/0,T=1/0,F=-1/0,z=-1/0;A.forEach(H=>{const{itemX:k,itemY:I}=H;O=Math.min(O,k),T=Math.min(T,I),F=Math.max(F,k+v.width),z=Math.max(z,I+v.height)});const j=F-O,D=z-T,W=[p(Ke,{children:E})],B=[],X=ane(y.length,o,S,$,w);X&&W.push(X);for(let H=y.length-1;H>=0;H--){const k=A[H];k&&(W.push(L(Y,{children:[p(Y,{children:k.cylinderNodes}),k.itemNode]})),B.push(...k.btnNodes))}if(y.length>0){const H=y.length%2===0,k=Math.floor(y.length/2),I=Ic(k,o),R=Ac(H,k,o),N=S+R+I,q=$-y.length*w;B.push(p(Q,{indexes:[y.length],x:N,y:q-100}))}return L(ve,{flexDirection:"column",justifyContent:"center",alignItems:"center",children:[m,L(Y,{width:j,height:D,children:[p(Ne,{children:W}),p(He,{children:B})]})]})};We("sequence-cylinders-3d",{component:iC,composites:["title","item"]});const ot={WIDTH:160,HEIGHT:260,ARROW_HEIGHT:148,ARROW_WIDTH:100,LINE_X:100,RECT_X:0,RECT_Y:80,RECT_WIDTH:100,RECT_HEIGHT:130},Tn={SIZE:8,MAX_COUNT:40,MIN_COUNT:5,ARROW_RATIO:.6,MIN_ARROW_COUNT:3};function sne(e,t,n){return(e+t*7+n*13)%100}function cne(e){const t=Math.ceil(Math.sqrt(e*1.5)),n=Math.ceil(e/t);return{cols:t,rows:n}}function lne(e,t,n,r,i,o,a,s){const c=Math.max(i,Math.min(e+n,o)),l=Math.max(a,Math.min(t+r,s));return{x:c,y:l}}function oC({count:e,rectX:t,rectY:n,rectWidth:r,rectHeight:i,seed:o}){const a=[],s=Tn.SIZE/2,{cols:c,rows:l}=cne(e),u=(r-s*2)/(c+1),h=(i-s*2)/(l+1);let d=0;for(let f=0;f<l&&d<e;f++)for(let g=0;g<c&&d<e;g++){const y=sne(o,f,g),m=y%16-8,v=y*3%12-6,b=f%2===1?u/2:0,_=t+s+(g+1)*u+b,x=n+s+(f+1)*h,{x:w,y:P}=lne(_,x,m,v,t+s,t+r-s,n+s,n+i-s);a.push({x:w,y:P,colorIndex:d}),d++}return a}function une(e,t){if(t<=1)return Tn.MAX_COUNT;const n=e/(t-1),r=Tn.MAX_COUNT-Tn.MIN_COUNT;return Math.round(Tn.MAX_COUNT-r*n)}function hne(){const a={topLeft:{x:40,y:25},topRight:{x:160,y:75},bottomLeft:{x:40,y:205},bottomRight:{x:160,y:255}},s=[];for(let c=0;c<=12;c++){const l=c/12,u={x:a.topLeft.x+(a.bottomLeft.x-a.topLeft.x)*l,y:a.topLeft.y+(a.bottomLeft.y-a.topLeft.y)*l},h={x:a.topRight.x+(a.bottomRight.x-a.topRight.x)*l,y:a.topRight.y+(a.bottomRight.y-a.topRight.y)*l};s.push(`M${u.x} ${u.y}L${h.x} ${h.y}`);const d={x:a.topLeft.x+(a.topRight.x-a.topLeft.x)*l,y:a.topLeft.y+(a.topRight.y-a.topLeft.y)*l},f={x:a.bottomLeft.x+(a.bottomRight.x-a.bottomLeft.x)*l,y:a.bottomLeft.y+(a.bottomRight.y-a.bottomLeft.y)*l};s.push(`M${d.x} ${d.y}L${f.x} ${f.y}`)}return s.join("")}function aC(e,t){return e.map(n=>{const r=qe(t,[n.colorIndex]);return p(Pe,{d:"M4 0L8 4L4 8L0 4Z",fill:r,x:n.x,y:n.y,width:Tn.SIZE,height:Tn.SIZE,"data-element-type":"shape"})})}function dne(e,t,n,r,i){return L(Y,{x:t,y:0,width:ot.WIDTH,height:ot.HEIGHT,children:[L(xt,{children:[p(Pe,{d:hne(),stroke:"#D9D9D9",strokeWidth:2}),p(Pe,{d:`M${ot.LINE_X} 25V260`,stroke:"#BFBFBF",strokeWidth:2,strokeLinecap:"round"}),p(Re,{x:ot.RECT_X,y:ot.RECT_Y,width:ot.RECT_WIDTH,height:ot.RECT_HEIGHT,fill:"#FFCB0E",fillOpacity:.2})]}),p(tt,{children:aC(r,i)}),p(ze,{x:ot.LINE_X-25,y:0,width:50,height:20,fontSize:20,fontWeight:"bold",alignHorizontal:"center",alignVertical:"top",fill:n,children:String(e+1).padStart(2,"0")})]})}function fne(e,t){const n=ot.RECT_Y+ot.RECT_HEIGHT/2-ot.ARROW_HEIGHT/2,r=Math.max(Math.round(Tn.MIN_COUNT*Tn.ARROW_RATIO),Tn.MIN_ARROW_COUNT),i=oC({count:r,rectX:0,rectY:14,rectWidth:57,rectHeight:120,seed:999});return L(Y,{x:e+ot.WIDTH,y:n,children:[p(Pe,{d:"M0 13.9679H57.1429V0L100 74L57.1429 148V134.032H0V13.9679Z",width:ot.ARROW_WIDTH,height:ot.ARROW_HEIGHT,fill:"#FFCB0E",fillOpacity:.2,"data-element-type":"shape"}),p(tt,{children:aC(i,t)})]})}const sC=e=>{const{Title:t,Item:n,data:r,gap:i=20,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=se(p(Q,{indexes:[0]})),h=se(p(n,{indexes:[0],data:r,datum:c[0],width:ot.WIDTH,positionH:"center"})),d=[],f=[],g=[],y=ot.HEIGHT+i,m=y+h.height+10;if(c.forEach((v,b)=>{const _=b*ot.WIDTH,x=[b],w=qe(o,x),P=une(b,c.length),$=oC({count:P,rectX:ot.RECT_X,rectY:ot.RECT_Y,rectWidth:ot.RECT_WIDTH,rectHeight:ot.RECT_HEIGHT,seed:b*100});d.push(dne(b,_,w,$,o)),b===c.length-1&&d.push(fne(_,o)),f.push(p(n,{indexes:x,datum:v,data:r,width:ot.WIDTH,x:_+ot.LINE_X-ot.WIDTH/2,y,positionH:"center"})),g.push(p(nt,{indexes:x,x:_+ot.LINE_X-u.width/2,y:m})),b<c.length-1&&g.push(p(Q,{indexes:[b+1],x:_+ot.WIDTH-u.width/2,y:m}))}),c.length>0){g.unshift(p(Q,{indexes:[0],x:-u.width/2,y:m}));const v=(c.length-1)*ot.WIDTH;g.push(p(Q,{indexes:[c.length],x:v+ot.WIDTH-u.width/2,y:m}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{width:ot.WIDTH*c.length+ot.ARROW_WIDTH,height:ot.HEIGHT+i+h.height,children:[p(Y,{children:d}),p(Ne,{children:f}),p(He,{children:g})]})]})};We("sequence-filter-mesh",{component:sC,composites:["title","item"]});const Tc=e=>Math.round(e*1e10)/1e10,B1=(e,t)=>Tc(Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))),kc=Math.PI,pne=kc*2,gne=(e,t)=>{const n=t-e;return n>kc&&n<pne||n<0&&n>-kc?-1:1},mne=(e,t,n,r,i,o)=>{const a=Math.atan2(e.y-t.y,e.x-t.x),s=Math.atan2(n.y-t.y,n.x-t.x),c=Math.acos((r*r+o*o-i*i)/(2*r*o)),l=1/Math.tan(c/2),u=gne(a,s),h=a+u*c/2;return{prev:a,next:s,main:c,vel:l,dir:u,bis:h}},W1=Math.PI,cC=(e,t,n)=>e.reduce((r,i)=>{const{x:o,y:a,angle:{prev:s,next:c},arc:{x:l,y:u,radius:h}}=i,d=i.angle.dir*-1,f=s+d*W1/2,g=(d*W1+c-s)%W1,y=n-1,m=g/y,v=[];if(!m)return r.concat({x:o,y:a});for(let b=0;b<=y;b++)v.push({x:l+Math.cos(f+m*b)*h,y:u+Math.sin(f+m*b)*h});return r.concat(v)},[]),lC=(e,t=0)=>{const n=e.length,r=[],i=[],o=[];e.forEach((c,l)=>{const u=e[(l-1+n)%n],h=e[(l+1)%n],d=B1(u,c),f=B1(u,h),g=B1(c,h),y=mne(u,c,h,d,f,g);y.main===0&&(y.main=Number.EPSILON,y.vel=Number.MAX_SAFE_INTEGER),y.main===kc&&(y.vel=0);const m={x:c.x,y:c.y,angle:y,offset:0,arc:{radius:t,hit:t,lim:Math.min(g/y.vel,d/y.vel,c.r||0)},in:{length:d,rest:d},out:{length:g,rest:g},locked:!1,id:l,get prev(){return r[(l-1+n)%n]},get next(){return r[(l+1)%n]}};isNaN(y.main)&&(y.main=0,y.bis=y.prev||y.next,o.push(m)),typeof c.r=="number"&&(c.r===0?o.push(m):i.push(m)),r.push(m)}),o.forEach(c=>{c.angle.vel=0,c.arc.radius=0,G1(c)}),r.forEach(c=>{c.arc.hit=Math.min(c.out.rest/(c.angle.vel+c.next.angle.vel),c.in.rest/(c.angle.vel+c.prev.angle.vel))});let a=Rc(i);for(;a;)yne(a),a=Rc(i);for(a=Rc(r);a;)vne(a,t),a=Rc(r);const s=r.map(c=>{const l=c.arc.radius/Math.sin(c.angle.main/2);return{id:c.id,x:c.x,y:c.y,angle:{main:Tc(c.angle.main),prev:c.angle.prev,next:c.angle.next,bis:c.angle.bis,dir:c.angle.dir},offset:Tc(c.offset),arc:{radius:Tc(c.arc.radius),x:c.x+(Math.cos(c.angle.bis)*l||0),y:c.y+(Math.sin(c.angle.bis)*l||0)},in:{length:c.in.length,x:c.x+Math.cos(c.angle.prev)*c.offset,y:c.y+Math.sin(c.angle.prev)*c.offset},out:{length:c.out.length,x:c.x+Math.cos(c.angle.next)*c.offset,y:c.y+Math.sin(c.angle.next)*c.offset},get prev(){return s[(c.id-1+n)%n]},get next(){return s[(c.id+1)%n]}}});return s},yne=e=>{const{prev:t,next:n}=e;t.locked&&!n.locked?e.arc.radius=Math.min(Math.max((e.out.length-n.arc.lim*n.angle.vel)/e.angle.vel,e.out.length/(e.angle.vel+n.angle.vel)),e.in.rest/e.angle.vel,e.arc.lim):n.locked&&!t.locked?e.arc.radius=Math.min(Math.max((e.in.length-t.arc.lim*t.angle.vel)/e.angle.vel,e.in.length/(e.angle.vel+t.angle.vel)),e.out.rest/e.angle.vel,e.arc.lim):n.locked&&t.locked?e.arc.radius=Math.min(e.in.rest/e.angle.vel,e.out.rest/e.angle.vel,e.arc.lim):e.arc.radius=Math.min(Math.max((e.in.length-t.arc.lim*t.angle.vel)/e.angle.vel,e.in.length/(e.angle.vel+t.angle.vel)),Math.max((e.out.length-n.arc.lim*n.angle.vel)/e.angle.vel,e.out.length/(e.angle.vel+n.angle.vel)),e.arc.lim),G1(e)},vne=(e,t)=>{if(t>e.arc.hit){const{prev:n,next:r}=e;n.locked&&!r.locked?e.arc.radius=Math.max(Math.min(e.in.rest/e.angle.vel,e.out.length/(e.angle.vel+r.angle.vel),e.arc.radius),0):r.locked&&!n.locked?e.arc.radius=Math.max(Math.min(e.out.rest/e.angle.vel,e.in.length/(e.angle.vel+n.angle.vel),e.arc.radius),0):r.locked&&n.locked?e.arc.radius=Math.max(Math.min(e.in.rest/e.angle.vel,e.out.rest/e.angle.vel,e.arc.radius),0):e.arc.radius=e.arc.hit}G1(e)},G1=e=>{const{prev:t,next:n}=e;e.offset=e.arc.radius*e.angle.vel,t.out.rest-=e.offset,e.in.rest-=e.offset,e.out.rest-=e.offset,n.in.rest-=e.offset,e.locked=!0,t.arc.hit=Math.min(t.in.length/(t.angle.vel+t.prev.angle.vel),t.in.rest/t.angle.vel,t.out.rest/t.angle.vel),n.arc.hit=Math.min(n.out.length/(n.angle.vel+n.next.angle.vel),n.out.rest/n.angle.vel,n.in.rest/n.angle.vel)},Rc=e=>e.reduce((t,n)=>n.locked?t:t?n.arc.hit<t.arc.hit?n:t:n,null),bne=6,V1=32,_ne=1.25,Y1=25,uC=15,hC=e=>{const{Title:t,Item:n,data:r,gap:i=10,width:o=700,funnelWidth:a,itemHeight:s=60,minBottomRatio:c=.25,options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null;if(d.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:f});const g=Ct(l.themeConfig),y=a!=null?a:o*.55,m=o-y,v=s*_ne,b=d.length*v+(d.length-1)*i,_=y*c,x=d.map((P,$)=>{const C=[$],M=qe(l,[$])||g.colorPrimary,{points:S,topWidth:E}=xne(y,_,v,i,b,$),A=lC(S,bne),O=cC(A,"AMOUNT",10),T=y/2,F=$*(v+i),z=T+E/2,j=z-Y1,D=m+Y1-10,W=(v-s)/2,B=F+W,X=z+uC,H=D-Y1-uC,k=B,I=T-V1/2,R=F+v/2-V1/2,N=`${M.replace("#","")}-funnel-${$}`;return{background:p(Re,{x:j,y:B,width:D,height:s,ry:"8",fill:be(M).setAlpha(.1).toRgbString(),"data-element-type":"shape"}),funnel:[p(Ke,{children:L("linearGradient",{id:N,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p("stop",{offset:"0%",stopColor:be(M).lighten(10).toString()}),p("stop",{offset:"100%",stopColor:M})]})}),p(Wt,{points:O,fill:`url(#${N})`,y:F,"data-element-type":"shape",style:{filter:"drop-shadow(0px 2px 3px rgba(0,0,0,0.15))"}})],icon:p(Ht,{indexes:C,x:I,y:R,size:V1,fill:"#fff"}),item:p(n,{indexes:C,datum:P,data:r,x:X,y:k,width:H,height:s,positionV:"middle"}),btnRemove:p(nt,{indexes:C,x:j+D,y:B})}}),w=p(Q,{indexes:[d.length],x:o/2,y:b+10});return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,L(Y,{width:o,height:b+40,children:[p(Y,{children:x.map(P=>P.background)}),p(Y,{children:x.flatMap(P=>P.funnel)}),p(Y,{children:x.map(P=>P.icon)}),p(Ne,{children:x.map(P=>P.item)}),L(He,{children:[x.map(P=>P.btnRemove),w]})]})]})};function xne(e,t,n,r,i,o){const a=e/2,s=o*(n+r),c=s+n,l=e-t,u=e-l*(s/i),h=e-l*(c/i),d={x:a-u/2,y:0},f={x:a+u/2,y:0},g={x:a+h/2,y:n},y={x:a-h/2,y:n};return{points:[d,f,g,y],topWidth:u,bottomWidth:h}}We("sequence-funnel",{component:hC,composites:["title","item"]});const dC=e=>{const{Title:t,Item:n,data:r,gap:i=30,cardPadding:o=10,options:a}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=wt(a),d=Ct({colorPrimary:h},a),f=se(p(Q,{indexes:[0]})),g=se(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),y=[],m=[],v=[],b=g.width+o*2,_=g.height+o*2+30,x=8,w=6,P=Math.max(f.height+20,40),$=40;if(l.forEach((C,M)=>{const S=M%2===0,E=M*(b+i);let A;S?M%4===2?A=P:A=P+$:A=P+$+60;const O=[M],T=qe(a,O)||h;if(S){const D=T===h?d.colorPrimaryBg||"#E8F3FF":`${T}20`,W=p(Re,{x:E,y:A,width:b,height:_,fill:D,rx:20,ry:20});v.push(W)}m.push(p(n,{indexes:O,datum:C,data:r,x:E+o,y:A+o,positionH:"center",positionV:"normal"}));const F=l.length*x+(l.length-1)*w,z=E+(b-F)/2,j=A+g.height+20;for(let D=0;D<l.length;D++){const W=z+D*(x+w),B=D===M;v.push(p(Ze,{x:W,y:j,width:x,height:x,fill:B?T:"transparent",stroke:T,strokeWidth:2}))}y.push(p(nt,{indexes:O,x:E+(b-f.width)/2,y:A+_+10})),M===0?y.push(p(Q,{indexes:O,x:E+(b-f.width)/2,y:A-f.height-10})):y.push(p(Q,{indexes:O,x:E-i/2-f.width/2,y:P-f.height-10}))}),l.length>0){const C=[],S=i/2,E=6,A=P+$,O=0-S,T=A+_/2;C.push(`M ${O} ${T-E}`),l.forEach((N,q)=>{const G=q%2===0,U=q*(b+i);let K;G?q%4===2?K=P:K=P+$:K=P+$+60;const oe=U-S,te=U+b+S,ae=K-S,Z=K+_+S,ee=K+_/2;G?(C.push(`L ${oe} ${ae+35}`),C.push(`Q ${oe} ${ae} ${oe+35} ${ae}`),C.push(`L ${te-35} ${ae}`),C.push(`Q ${te} ${ae} ${te} ${ae+35}`),C.push(`L ${te} ${ee-E}`)):(C.push(`L ${oe} ${ee}`),C.push(`L ${oe} ${Z-35}`),C.push(`Q ${oe} ${Z} ${oe+35} ${Z}`),C.push(`L ${te-35} ${Z}`),C.push(`Q ${te} ${Z} ${te} ${Z-35}`),C.push(`L ${te} ${ee+E}`))});const F=l.length-1,z=F%2===0,j=F*(b+i);let D;z?F%4===2?D=P:D=P+$:D=P+$+60;const W=j+b+S,B=D+_/2,X=C.join(" "),H="gradient-zigzag-path",k=qe(a,[0])||h,I=qe(a,[l.length-1])||h,R=l.map((N,q)=>{const G=q/(l.length-1)*100,U=qe(a,[q])||h;return p("stop",{offset:`${G}%`,stopColor:U})});v.unshift(L(tt,{children:[p(Ke,{children:p("linearGradient",{id:H,x1:O,y1:T,x2:W,y2:B,gradientUnits:"userSpaceOnUse",children:R})}),p(Pe,{d:X,stroke:`url(#${H})`,strokeWidth:2,fill:"none",width:(l.length-1)*(b+i)+b+S*2,height:_+120})]})),v.unshift(p(Ze,{x:O-E,y:T-E,width:E*2,height:E*2,fill:"transparent",stroke:k,strokeWidth:2})),v.unshift(p(Ze,{x:W-E,y:B-E,width:E*2,height:E*2,fill:"transparent",stroke:I,strokeWidth:2}))}if(l.length>0){const M=(l.length-1)*(b+i);y.push(p(Q,{indexes:[l.length],x:M+b+(i-f.width)/2,y:P-f.height-10}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,L(Y,{children:[p(xt,{children:v}),p(Ne,{children:m}),p(He,{children:y})]})]})};We("sequence-horizontal-zigzag",{component:dC,composites:["title","item"]});var wne=Object.defineProperty,Pne=Object.defineProperties,$ne=Object.getOwnPropertyDescriptors,fC=Object.getOwnPropertySymbols,Cne=Object.prototype.hasOwnProperty,One=Object.prototype.propertyIsEnumerable,pC=(e,t,n)=>t in e?wne(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Lc=(e,t)=>{for(var n in t||(t={}))Cne.call(t,n)&&pC(e,n,t[n]);if(fC)for(var n of fC(t))One.call(t,n)&&pC(e,n,t[n]);return e},zc=(e,t)=>Pne(e,$ne(t));function Sne(e){const{width:t,height:n,colorPrimary:r}=e,i=r,o=be.mix(r,"#000",20).toHexString(),a=be.mix(r,"#fff",50).toHexString(),s=be.mix(a,"#000",15).toHexString();function c($,C){const S=[{position:.25,offset:.1},{position:.45,offset:-.02},{position:.6,offset:.04},{position:.75,offset:-.1}],E={x:0,y:C},A={x:$,y:C},O={x:$/2,y:0},T={x:$/2,y:C},F=C*.35,z=F/C,j={x:O.x*(1-z)+E.x*z,y:F},D={x:O.x,y:F},W={x:O.x*(1-z)+A.x*z,y:F},B=S.map(k=>{const I=j.x+(W.x-j.x)*k.position,R=F,N=C*k.offset;return{x:I,y:R+N,position:k.position,offset:k.offset}});B.sort((k,I)=>k.position-I.position);const X=B.filter(k=>k.x<=D.x),H=B.filter(k=>k.x>D.x);return{leftBottom:E,rightBottom:A,peak:O,centerBottom:T,snowLineY:F,leftEdge:j,centerSnow:D,rightEdge:W,leftRipples:X,rightRipples:H}}const{leftRipples:l,rightRipples:u,leftBottom:h,rightBottom:d,peak:f,centerBottom:g,leftEdge:y,centerSnow:m,rightEdge:v}=c(t,n),b=[f,y,...l,m],_=[f,m,...u,v],x=[y,...l,m,g,h],w=[m,...u,v,d,g],P=$=>$.map(C=>`${C.x},${C.y}`).join(" ");return L(xt,zc(Lc({},e),{children:[p("polygon",{points:P(b),fill:a}),p("polygon",{points:P(_),fill:s}),p("polygon",{points:P(x),fill:i}),p("polygon",{points:P(w),fill:o})]}))}function Mne(e){const n={tiny:27,small:48,medium:54,large:72}[e]||54,r="#17C76F",i="#139B57",o="#737373",a=n*.7,s=n-a,c=a*.8,l=c,u=l/6,h=(l-u)/2,d=a;return L(xt,{width:l,height:n,children:[p("ellipse",{cx:c/2,cy:a/2,rx:c/2,ry:a/2,fill:r,clipPath:"inset(0 50% 0 0)"}),p("ellipse",{cx:c/2,cy:a/2,rx:c/2,ry:a/2,fill:i,clipPath:"inset(0 0 0 50%)"}),p("rect",{x:h,y:d,width:u,height:s,fill:o})]})}function Ene(e){const{width:t,height:n}=e,r=t/2,i=n/2,o=Math.min(t,n)*.28,a=Math.min(t,n)*.14,s=Math.min(t,n)*.07,c=0,l=i-s/2,u=s*.4,h=8,d=Array.from({length:h},(f,g)=>{const y=360/h*g;return p("rect",{x:c,y:l,width:a,height:s,rx:u,ry:u,fill:"#FFCB0E",transform:`rotate(${y}, ${r}, ${i})`})});return L(xt,zc(Lc({},e),{children:[p("circle",{cx:r,cy:i,r:o,fill:"#FFCB0E"}),...d]}))}function Ine(e){return e.type==="single"?p(xt,zc(Lc({},e),{width:54,height:36,children:p("path",{d:"M10.2635 13.3806C11.0019 9.99045 12.7381 6.91002 15.2405 4.55004C17.743 2.19007 20.8929 0.662716 24.2701 0.171643C27.6473 -0.31943 31.0914 0.24912 34.143 1.80148C37.1946 3.35385 39.7087 5.81625 41.3501 8.86031C44.8835 9.0468 48.1994 10.6544 50.5684 13.3294C52.9373 16.0044 54.1653 19.5277 53.9821 23.1242C53.7989 26.7207 52.2195 30.0959 49.5914 32.5071C46.9634 34.9184 43.5019 36.1683 39.9684 35.9818H11.1517C4.93436 35.9818 0 30.9593 0 24.6309C0.0598447 21.8016 1.13799 19.093 3.02989 17.0192C4.9218 14.9454 7.49584 13.6506 10.2635 13.3806Z",fill:"#70CAF8"})})):L(xt,zc(Lc({},e),{width:73,height:40,children:[p("path",{d:"M61.6461 14.9716C60.8681 11.1875 58.9581 7.73823 56.1763 5.09315C53.3944 2.44806 49.8758 0.735682 46.0992 0.189041C42.3226 -0.357601 38.4714 0.288046 35.0699 2.03812C31.6683 3.7882 28.8815 6.5577 27.0889 9.96971C23.161 10.1687 19.4719 11.9405 16.8333 14.8953C14.1947 17.8502 12.8227 21.746 13.0191 25.7258C13.2155 29.7055 14.9642 33.4433 17.8806 36.1167C20.7969 38.7901 24.642 40.1802 28.5699 39.9812H60.6588C67.5702 39.9812 73.0006 34.4791 73.0006 27.4764C73.0006 20.9739 67.8664 15.4718 61.6461 14.9716Z",fill:"#70CAF8"}),p("path",{d:"M21.9691 6.47136e-09C25.9369 6.47136e-09 29.5264 1.62125 32.0003 4.21094C30.0604 5.7917 28.4423 7.75571 27.2581 10C23.3149 10.1989 19.6111 11.9702 16.9622 14.9238C14.3136 17.8774 12.936 21.772 13.1331 25.75C13.2057 27.2131 13.4902 28.6432 13.9652 30H10.7689C7.96116 29.8907 5.29664 28.7203 3.30402 26.7217C1.31144 24.7231 0.135825 22.0419 0.0110544 19.21C-0.113702 16.378 0.821178 13.6017 2.63019 11.4326C4.43921 9.26356 6.99065 7.8602 9.77766 7.5C11.9582 3.00012 16.6168 8.76701e-05 21.9691 6.47136e-09Z",fill:"#5BA2C6"})]}))}const gC=e=>{const{Title:t,Item:n,data:r,gap:i=20,minHeight:o=100,maxHeight:a=200,minWidth:s=260,maxWidth:c=300,options:l}=e,{title:u,desc:h,items:d=[]}=r,f=t?p(t,{title:u,desc:h}):null,g=[],y=[],m=[],v=[],b=d.length,_=Ct(l.themeConfig),x=60,w={single:{width:54,height:36},double:{width:73,height:40}},P=[],$=[];let C=0,M=0;d.forEach((B,X)=>{const H=b>1?X/(b-1):0,I=(o+(a-o)*H)*1.6,R=Math.max(s,Math.min(c,I));P.push(R);const N=M;$.push(N),M+=R/2,X===b-1&&(C=N+R)});const S=$[0],E=$[b-1]+P[b-1],A=E-S,O=b>1?(A-i*(b-1))/b:A,T=se(p(n,{indexes:[0],data:r,datum:d[0],width:O})),F=32,z=a+i,j=z+F+10;d.forEach((B,X)=>{const H=[X],k=o+(a-o)*(b>1?X/(b-1):0),I=P[X],R=$[X],N=a-k,q=qe(l,[X])||_.colorPrimary;m.push(p(Sne,{colorPrimary:q,x:R,y:N,width:I,height:k}));const G=S+X*(O+i);v.push(p(ze,{x:G,y:z,width:O,height:F,fontSize:16,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:q,backgroundColor:q,backgroundOpacity:.5,backgroundRadius:4,children:String(X+1).padStart(2,"0")})),g.push(p(n,{indexes:H,datum:B,data:r,x:G,y:j,width:O}))});const D=se(p(Q,{indexes:[0]})),W=j+T.height+10;if(d.forEach((B,X)=>{const H=[X],k=S+X*(O+i);y.push(p(nt,{indexes:H,x:k+O/2-D.width/2,y:W})),X<d.length-1&&y.push(p(Q,{indexes:[X+1],x:k+O+i/2-D.width/2,y:W}))}),b>0){const B=S;y.unshift(p(Q,{indexes:[0],x:B-i/2-D.width/2,y:W}));const X=S+(b-1)*(O+i);y.push(p(Q,{indexes:[b],x:X+O+i/2-D.width/2,y:W})),m.push(p(Ene,{x:C-x-20,y:-35,width:x,height:x}));const H=["tiny","small","medium","large"],k={tiny:27,small:48,medium:54,large:72},I={tiny:14.85,small:26.4,medium:29.7,large:39.6},R=[],N=(G,U,K=5)=>R.some(oe=>!(G+U+K<oe.x||G>oe.x+oe.width+K));d.forEach((G,U)=>{const K=$[U],oe=P[U],ae=U===b-1?3:U===0?1:2;for(let Z=0;Z<ae;Z++){const ee=U*100+Z*37,ue=ee*17%H.length,ne=H[ue],J=k[ne],ie=I[ne];let re=0,ce=0,pe=!1;for(;re<20&&!pe;){const he=(ee*13+re*19)%100/100,ge=K+oe*.15,de=K+oe*.85-ie;ce=ge+(de-ge)*he,N(ce,ie)||(pe=!0),re++}if(pe){R.push({x:ce,width:ie});const he=a-J;m.push(p(Y,{x:ce,y:he,children:Mne(ne)}))}}});const q=Math.max(1,Math.floor(b/1.5));for(let G=0;G<q;G++){const U=G*11+b*5+1,K=U%2===0?"single":"double",oe=w[K],te=E-S-oe.width,ae=S+U*7%100/100*te,Z=U*13%40;m.push(p(Ine,{type:K,x:ae,y:Z,width:oe.width,height:oe.height}))}}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[f,L(Y,{children:[p(Y,{children:m}),p(Y,{children:v}),p(Ne,{children:g}),p(He,{children:y})]})]})};We("sequence-mountain",{component:gC,composites:["title","item"]});const mC=e=>{const{Title:t,Item:n,data:r,gap:i=10,width:o=700,pyramidWidth:a,itemHeight:s=60,options:c}=e,{title:l,desc:u,items:h=[]}=r,d=t?p(t,{title:l,desc:u}):null;if(h.length===0)return p(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:d});const f=5,g=Ct(c.themeConfig),y=30,m=[],v=[],b=[],_=[],x=a!=null?a:o*.6,w=o-x,P=s*1.2,$=h.length*P+(h.length-1)*i;return h.forEach((C,M)=>{const S=[M],E=M===0,A=qe(c,[M])||g.colorPrimary,{points:O,topWidth:T,bottomWidth:F}=Ane(x,P,i,h.length,M),z=lC(O,f),j=cC(z,"AMOUNT",10),D=x/2,W=M*(P+i),B=(P-s)/2,X=W+B,H=D+T/2,k=D+F/2,R=H-f,N=w+f,q=s,G=R+N,U=D-y/2,K=W+P/2-y/2+(E?8:0),oe=k,te=G-k,ae=X;b.push(p(Re,{x:R,y:X,width:N,height:q,ry:"10",fill:g.colorPrimaryBg,"data-element-type":"shape"}));const Z=`${A}-pyramid-${M}`;v.push(p(Ke,{children:L("linearGradient",{id:Z,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[p("stop",{offset:"0","stop-color":A}),p("stop",{offset:"100%","stop-color":be.mix(A,"#fff",40).toHexString()})]})}),p(Wt,{points:j,fill:`url(#${Z})`,y:W,"data-element-type":"shape"})),_.push(p(Ht,{indexes:S,x:U,y:K,size:y,fill:"#fff"})),m.push(p(n,{indexes:S,datum:C,data:r,x:oe,y:ae,width:te,height:s,positionV:"middle"}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,L(Y,{width:o,height:$,children:[p(Y,{children:b}),p(Y,{children:v}),p(Y,{children:_}),p(Ne,{children:m}),p(He,{})]})]})};function Ane(e,t,n,r,i){const o=e/2,a=r*t+(r-1)*n,s=i*(t+n),c=s+t,l=s/a*e,u=c/a*e;let h;if(i===0){const d={x:o,y:0},f={x:o+u/2,y:t},g={x:o-u/2,y:t};h=[d,f,g]}else{const d={x:o+l/2,y:0},f={x:o+u/2,y:t},g={x:o-u/2,y:t},y={x:o-l/2,y:0};h=[d,f,g,y]}return{points:h,topWidth:l,bottomWidth:u}}We("sequence-pyramid",{component:mC,composites:["title","item"]});const Uo={iconSize:50,roadWidth:24,outerRadius:60,rowWidth:400,spacing:30,colorDefault:"#666666"},yC=(e,t)=>`M ${e} ${t}`,yt=(e,t)=>`L ${e} ${t}`,Ri=(e,t,n,r)=>`A ${e} ${e} 0 0 ${t} ${n} ${r}`,Tne=(e,{roadWidth:t,innerRadius:n,outerRadius:r})=>{const i=(t+n*2)*e;return{y1:i,y2:i+t,y3:i+t+n,y4:i+t+n*2,y5:i+r*2}};function kne({i:e,direction:t,x:n,y:r,color:i,data:o,itemBounds:a,item:s,Item:c,flipped:l}){const{iconSize:u}=Uo,h=t==="left",d=h?n.x4-u/2:n.x3-u/2,f=r.y3-u/2,g=h?n.x6+Uo.spacing:n.x1-Uo.spacing-a.width,y=r.y3-a.height/2,m=h?l?"flipped":"normal":l?"normal":"flipped";return{icon:p(kr,{indexes:[e],x:d,y:f,size:u,fill:i}),label:p(ze,{width:40,x:h?d-50:d+u+10,y:f+u/2-15,fontSize:30,fill:i,alignHorizontal:h?"right":"left",children:String(e+1).padStart(2,"0")}),item:p(c,{indexes:[e],data:o,datum:s,x:g,y,positionH:m})}}function Rne({direction:e,x:t,y:n,color:r,elements:i}){const o=e==="left";i.push(p(Fte,{x:o?t.x6+10:t.x1-20,y:n.y3-5,width:10,height:8,rotation:o?90:-90,colorPrimary:r,"data-element-type":"shape"}))}const vC=e=>{const{Title:t,Item:n,data:r,spacing:i=Uo.spacing,options:o,flipped:a=!1}=e,{title:s,desc:c,items:l=[]}=r,u=t?p(t,{title:s,desc:c}):null,h=se(p(n,{indexes:[0],data:r,datum:l[0],positionH:"center"})),{roadWidth:d,outerRadius:f,rowWidth:g,colorDefault:y}=Uo,m=d/2,v=f-d,b=(h.width+i)*2+g,_=h.width+i,x=_+f,w=_+g-f,$=w+v+d,C=_+g/2,M=[],S=[],E=[],A=[],O=[],T=[],F=[];for(let D=0;D<l.length;D++){const W=qe(o,[D])||y,B=D%2===0?"right":"left",X=D===0,H=D===l.length-1,k=Tne(D,{roadWidth:d,innerRadius:v,outerRadius:f});if(B==="right"){const q=X?[$,k.y1]:[w,k.y1],G=[x,k.y1],U=[x,k.y5],K=X?[$,k.y2]:[w,k.y2],oe=[x,k.y2];if(M.push(X?yC($,k.y1+m):yt(w,k.y1+m),yt(x,k.y1+m),Ri(f-m,0,x,k.y4+m)),S.push(X?yC(...q):yt(...q),yt(...G),Ri(f,0,...U)),E.push(yt(...K),yt(...oe),Ri(v,1,...oe)),H){const te=d/2;S.push(yt(C,k.y5),yt(C,k.y5+te),yt(C+d,k.y5-te),yt(C,k.y4-te),yt(C,k.y4),yt(x,k.y4)),M.push(yt(C,k.y4+m))}}else{const q=[x,k.y2],G=[w,k.y2],U=[w,k.y4],K=[x,k.y1],oe=[w,k.y1];if(M.push(yt(w,k.y1+m),Ri(f-m,1,w,k.y4+m)),S.push(yt(...q),yt(...G),Ri(v,1,...U)),E.push(yt(...K),yt(...oe),Ri(f,0,...oe)),H){const te=d/2;S.push(yt(C,k.y4),yt(C,k.y4-te),yt(C-d,k.y4+te),yt(C,k.y5+te),yt(C,k.y5),yt(w,k.y5)),M.push(yt(C,k.y4+m))}}Rne({direction:B,x:{x1:_,x6:$},y:k,color:W,elements:F});const{icon:I,label:R,item:N}=kne({i:D,direction:B,x:{x1:_,x3:x,x4:w,x6:$},y:k,color:W,data:r,itemBounds:h,item:l[D],Item:n,flipped:a});A.push(I),O.push(R),T.push(N)}const z=[...S,...E.reverse(),"Z"],j=l.length*(d+v*2)+d*1.5;return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[u,L(Y,{width:b,height:h.height<=f*2?j:j+h.height-f*2,children:[p(Pe,{width:g,height:j,d:z.join(" "),fill:y,stroke:y,strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round","data-element-type":"shape"}),p(Pe,{d:M.join(" "),stroke:"white",fill:"none",strokeWidth:"3",strokeDasharray:"8 8",strokeLinecap:"round",strokeLinejoin:"round","data-element-type":"shape"}),L(tt,{children:[A,O,T,F]})]})]})};We("sequence-roadmap-vertical",{component:vC,composites:["title","item"]});const bC=e=>{const{Title:t,Item:n,data:r,gap:i=40,itemsPerRow:o=3,rowGap:a=80,options:s}=e,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=wt(s),f=se(p(Q,{indexes:[0]})),g=se(p(n,{indexes:[0],data:r,datum:u[0],positionH:"center"})),y=[],m=[],v=[],b=25,_=25;if(u.forEach((x,w)=>{const P=Math.floor(w/o),$=w%o,C=P%2===1,S=(C?o-1-$:$)*(g.width+i),E=P*(g.height+a),A=[w];if(m.push(p(n,{indexes:A,datum:x,data:r,x:S,y:E,positionH:"center"})),y.push(p(nt,{indexes:A,x:S+(g.width-f.width)/2,y:E+g.height+10})),w===0&&y.push(p(Q,{indexes:A,x:S+(g.width-f.width)/2,y:E-f.height-10})),w<u.length-1){const O=Math.floor((w+1)/o),T=(w+1)%o,j=(O%2===1?o-1-T:T)*(g.width+i);if(P===O){const W=C,B=W?j+g.width+(i-b)/2:S+g.width+(i-b)/2,X=E+g.height/2-_/2;v.push(p(F1,{x:B,y:X,width:b,height:_,colorPrimary:d,rotation:W?180:0})),y.push(p(Q,{indexes:[w+1],x:B+(b-f.width)/2,y:E-f.height-10}))}else{const W=S+g.width/2-b/2,B=E+g.height+(a-_)/2;v.push(p(F1,{x:W,y:B,width:b,height:_,colorPrimary:d,rotation:90})),y.push(p(Q,{indexes:[w+1],x:W+(b-f.width)/2,y:B+(_-f.height)/2}))}}}),u.length>0){const x=u.length-1,w=Math.floor(x/o),P=x%o,M=(w%2===1?o-1-P:P)*(g.width+i),S=w*(g.height+a);y.push(p(Q,{indexes:[u.length],x:M+(g.width-f.width)/2,y:S+g.height+f.height+20}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[h,L(Y,{children:[p(Y,{children:v}),p(Ne,{children:m}),p(He,{children:y})]})]})};We("sequence-snake-steps",{component:bC,composites:["title","item"]});const _C=e=>{const{Title:t,Item:n,data:r,options:i,gap:o=16,perspectiveFactor:a=.2,width:s=720}=e,{title:c,desc:l,items:u=[]}=r,h=t,d=h?p(h,{title:c,desc:l}):null;if(u.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const f=wt(i),g=se(p(Q,{indexes:[0]})),y=se(p(n,{indexes:[0],data:r,datum:u[0]||{},positionH:"center"})),m=12,v=Math.min(s*.1,100),b=Math.min(s*.45,Math.max(80,s-y.width-m-v)),_=Math.max(24,b*a*.35),x=56,w=x*.7,P=u.length>1?(x-w)/(u.length-1):0,$=Math.max(g.height+_+20,_+28),C=b/2,M=b+v+m,S=u.map((ue,ne)=>x-P*ne),E=u.map((ue,ne)=>Math.max(_*(1-ne*.05),_*.7)),A=[],O=[],T=u.length-1;A[T]=$,O[T]=0;for(let ue=T-1;ue>=0;ue-=1)O[ue]=O[ue+1]+E[ue]+o,A[ue]=A[ue+1]+E[ue]+S[ue+1]+o;const F=O[0]||E[0]||_,z=b*(.55+a*.1),j=b-z,D=u.map((ue,ne)=>{const J=F===0?1:O[ne]/F;return z+j*J}),W=D.map(ue=>{const ne=C+ue/2;return Math.max(0,M-m-ne)}),B=[],X=[],H=[],k=[],I=[],R=0,N=(A[0]||$)+(S[0]||x),q=N-R,G=35,K=(D[T]||z)*.8,oe=K*.65,te=(D[0]||b)*.9;I.push(p(Wt,{points:[{x:C,y:R},{x:C+K/2,y:R+G},{x:C+oe/2,y:R+G},{x:C+te/2,y:N},{x:C-te/2,y:N},{x:C-oe/2,y:R+G},{x:C-K/2,y:R+G}],fill:"rgba(0,0,0,0.12)",width:te,height:q,"data-element-type":"shape"}));let ae=A[T]+S[T]/2;u.forEach((ue,ne)=>{const J=[ne],ie=D[ne],re=E[ne],ce=C-ie/2,pe=S[ne],he=A[ne],ge=he-re,de=he+pe/2,we=qe(i,J)||f;B.push(p(Re,{x:ce,y:he,width:ie,height:pe,fill:we,"data-element-type":"shape"}),p(Wt,{points:[{x:ce,y:he},{x:ce+ie,y:he},{x:ce+ie-re/2,y:ge},{x:ce+re/2,y:ge}],fill:we,opacity:"0.3",width:ie,height:re,"data-element-type":"shape"}),p(ze,{x:ce,y:he,width:ie,height:pe,fontSize:pe/2,fontWeight:"bold",alignHorizontal:"center",alignVertical:"middle",fill:"#ffffff",children:String(ne+1).padStart(2,"0")}));const Se=ce+ie,Ie=de,$e=W[ne],Le=Se+$e;k.push(p(Pe,{d:`M ${Se} ${Ie} L ${Le} ${Ie}`,stroke:we,strokeWidth:2,fill:"none",width:$e,height:2,"data-element-type":"shape"}),p(Pe,{d:`M ${Le} ${Ie} L ${Le} ${Ie}`,stroke:we,strokeWidth:6,strokeLinecap:"round",width:1,height:1,"data-element-type":"shape"}));const je=de-y.height/2;X.push(p(n,{indexes:J,datum:ue,data:r,x:M,y:je,positionV:"middle"})),H.push(p(nt,{indexes:J,x:M+y.width+10,y:je+y.height/2-g.height/2})),ne===0?H.push(p(Q,{indexes:[0],x:M+(y.width-g.width)/2,y:je-g.height-12})):H.push(p(Q,{indexes:J,x:M+(y.width-g.width)/2,y:(ae+de)/2-g.height/2})),ae=de});const ee=ae-y.height/2;return H.push(p(Q,{indexes:[u.length],x:M+(y.width-g.width)/2,y:ee+y.height+12})),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[d,L(Y,{children:[p(Y,{children:I}),p(Y,{children:B}),p(Y,{children:k}),p(Ne,{children:X}),p(He,{children:H})]})]})};We("sequence-stairs-front",{component:_C,composites:["title","item"]});const xC=e=>{const{Title:t,Item:n,data:r,gap:i=40,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=wt(o),h=se(p(Q,{indexes:[0]})),d=se(p(n,{indexes:[0],data:r,datum:c[0],positionH:"center"})),f=[],g=[],y=[],m=25,v=25,b=Math.max(h.height+20,30);if(c.forEach((_,x)=>{const w=x*(d.width+i),P=[x];if(g.push(p(n,{indexes:P,datum:_,data:r,x:w,y:b,positionH:"center"})),f.push(p(nt,{indexes:P,x:w+(d.width-h.width)/2,y:b+d.height+10})),x===0?f.push(p(Q,{indexes:P,x:w+(d.width-h.width)/2,y:b-h.height-10})):f.push(p(Q,{indexes:P,x:w-i/2-h.width/2,y:b-h.height-10})),x<c.length-1){const $=w+d.width+(i-m)/2,C=b+d.height/2-v/2;y.push(p(F1,{x:$,y:C,width:m,height:v,colorPrimary:u}))}}),c.length>0){const _=(c.length-1)*(d.width+i);f.push(p(Q,{indexes:[c.length],x:_+d.width+(i-h.width)/2,y:b-h.height-10}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(Y,{children:y}),p(Ne,{children:g}),p(He,{children:f})]})]})};We("sequence-steps",{component:xC,composites:["title","item"]});const wC=e=>{const{Title:t,Item:n,data:r,gap:i=10,options:o}=e,{title:a,desc:s,items:c=[]}=r,l=t?p(t,{title:a,desc:s}):null,u=wt(o),h=e3(o),d=se(p(Q,{indexes:[0]})),f=se(p(n,{indexes:[0],data:r,datum:c[0],positionH:"normal"})),g=[],y=[],m=[],v=10,b=v+70+10,_=b+30,x=6;if(c.length>1){const w=f.height/2+x,P=(c.length-1)*(f.height+i)+f.height/2-x,$=`M ${b} ${w} L ${b} ${P}`,C="gradient-timeline-line",M=P-w,S=c.map((E,A)=>{const T=(A*(f.height+i)+f.height/2-w)/M*100,F=qe(o,[A]);return p("stop",{offset:`${T}%`,stopColor:F||u})});m.push(L(tt,{children:[p(Ke,{children:p("linearGradient",{id:C,x1:b,y1:w,x2:b,y2:P,gradientUnits:"userSpaceOnUse",children:S})}),p(Pe,{d:$,stroke:`url(#${C})`,strokeWidth:2,width:1,height:P-w})]}))}if(c.forEach((w,P)=>{const $=P*(f.height+i),C=$+f.height/2,M=[P];m.push(p(ze,{x:v,y:C,width:70,fontSize:18,fontWeight:"bold",alignHorizontal:"left",alignVertical:"middle",fill:h[P%h.length],children:`STEP ${P+1}`})),y.push(p(n,{indexes:M,datum:w,data:r,x:_,y:$,positionH:"normal"})),m.push(p(Ze,{x:b-x,y:C-x,width:x*2,height:x*2,fill:h[P%h.length]})),g.push(p(nt,{indexes:M,x:_-d.width-10,y:$+(f.height-d.height)/2})),P===0?g.push(p(Q,{indexes:M,x:_+(f.width-d.width)/2,y:$-d.height-10})):g.push(p(Q,{indexes:M,x:_+(f.width-d.width)/2,y:$-i/2-d.height/2}))}),c.length>0){const w=(c.length-1)*(f.height+i);g.push(p(Q,{indexes:[c.length],x:_+(f.width-d.width)/2,y:w+f.height+10}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[l,L(Y,{children:[p(xt,{children:m}),p(Ne,{children:y}),p(He,{children:g})]})]})};We("sequence-timeline",{component:wC,composites:["title","item"]});const X1=120,U1=108,Nc=30,Lne="M4.49144e-05 34.4898C4.49144e-05 37.8786 0.848973 41.152 2.43571 44.2444C4.23516 47.7642 6.98514 51.0472 10.517 54.0009C21.331 63.047 39.4615 68.9814 59.9991 68.9814C80.5385 68.9814 98.6672 63.047 109.483 54.0009C113.013 51.0472 115.765 47.7642 117.564 44.2444C119.149 41.152 120 37.8786 120 34.4898C120 15.4407 93.1364 0 59.9991 0C26.8635 0 4.49144e-05 15.4407 4.49144e-05 34.4898Z",zne="M4.49145e-05 34.4898V53.9991C4.49145e-05 57.3879 0.848973 60.6613 2.43571 63.7556C9.75425 78.0545 32.7562 88.4907 59.999 88.4907C87.2438 88.4907 110.246 78.0545 117.564 63.7556C119.149 60.6613 120 57.3879 120 53.9991V34.4898C120 37.8786 119.149 41.152 117.564 44.2444C115.765 47.7642 113.013 51.0472 109.483 54.0009C98.6672 63.047 80.5385 68.9814 59.999 68.9814C39.4615 68.9814 21.3309 63.047 10.5169 54.0009C6.98509 51.0472 4.23516 47.7642 2.43567 44.2444C0.848928 41.152 4.49145e-05 37.8786 4.49145e-05 34.4898Z",Nne="M0 53.9991V73.5102C0 92.5593 26.8634 108 59.999 108C93.1363 108 120 92.5593 120 73.5102V53.9991C120 57.3879 119.149 60.6613 117.564 63.7556C110.246 78.0545 87.2438 88.4907 59.999 88.4907C32.7562 88.4907 9.75425 78.0545 2.43571 63.7556C0.848973 60.6613 0 57.3879 0 53.9991Z",PC=L("filter",{id:"sequence-zigzag-pucks-3d-shadow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[p("feOffset",{dx:"-7",dy:"7",in:"SourceAlpha",result:"offset"}),p("feGaussianBlur",{stdDeviation:"7.5",in:"offset",result:"blurred"}),p("feColorMatrix",{in:"blurred",type:"matrix",values:`0 0 0 0 0
|
|
144
144
|
0 0 0 0 0
|
|
145
145
|
0 0 0 0 0
|
|
146
|
-
0 0 0 0.3 0`,result:"shadow"}),p("feBlend",{mode:"normal",in:"SourceGraphic",in2:"shadow"})]}),xC=e=>{const{Title:t,Item:n,data:r,options:i,gap:o=80}=e,a=W1,s=G1,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=wt(i);if(u.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:_C}),h,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const f=ae(p(n,{indexes:[0],data:r,datum:u[0],positionH:"center"})),g=ae(p(J,{indexes:[0]})),y=[],m=[],v=[];let b=-1/0;const _=f.height+Tc+s;return u.forEach((x,w)=>{const P=[w],$=je(i,P),C=w%2===0,M=w*(a+o),S=C?0:f.height+Tc,E=`puck-gradient-middle-${w}`,I=`puck-gradient-bottom-${w}`;v.push(R(Y,{x:M,y:S,id:`puck-${w}`,width:a,height:s,filter:"url(#sequence-zigzag-pucks-3d-shadow-filter)",children:[R(Ke,{children:[R("linearGradient",{id:E,x1:"115",y1:"55.9991",x2:"15.0002",y2:"55.9991",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:$||d}),p("stop",{offset:"1",stopColor:$||d,stopOpacity:"0.6"})]}),R("linearGradient",{id:I,x1:"115",y1:"72.1803",x2:"15.0002",y2:"72.1803",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:"#F4F4FB"}),p("stop",{offset:"1",stopColor:"#8E8C90"})]})]}),R(xt,{width:W1,height:G1,children:[p(Pe,{d:Ene,fill:$||d}),p(Pe,{d:Ine,fill:`url(#${E})`}),p(Pe,{d:Ane,fill:`url(#${I})`}),p("rect",{fill:"transparent",y:G1,width:W1,height:20})]}),p("text",{x:65,y:40,width:50,height:50,fontSize:40,fontWeight:"bold",fill:"#FFFFFF",textAnchor:"middle",dominantBaseline:"middle",transform:"rotate(-15 65 40) scale(1, 0.8)",children:w+1})]}));const O=M+(a-f.width)/2,T=C?S+s+Tc:S-Tc-f.height;if(b=Math.max(b,T+f.height),m.push(p(n,{indexes:P,datum:x,data:r,x:O,y:T,positionH:"center"})),y.push(p(nt,{indexes:P,x:O+f.width-g.width/2,y:T+f.height-g.height/2})),w===0&&y.push(p(J,{indexes:[0],x:M+a/2-g.width/2-(o+a)/2,y:S+s/2-g.height/2})),w<u.length-1){const z=(w+1)%2===0?0:_,j=M+a+o/2-g.width/2,H=(S+s/2+z+s/2)/2-g.height/2;y.push(p(J,{indexes:[w+1],x:j,y:H}))}else y.push(p(J,{indexes:[u.length],x:M+a+o/2-g.width/2,y:S+s/2-g.height/2}))}),R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:_C}),h,R(Y,{x:0,y:0,children:[p(Y,{children:v}),p(He,{children:m}),p(qe,{children:y})]})]})};We("sequence-zigzag-pucks-3d",{component:xC,composites:["title","item"]});const Tne=240,kne=130,Rne=105,Gr=12,Lne=120,wC=50,zne=.6,Nne="M132.821 50.6599L87.6795 76.8925C78.0629 82.4807 62.4238 82.4807 52.7445 76.8925L7.30824 50.6599C2.43719 47.8482 0.00459679 44.1562 0.0152907 40.472L3.17695e-05 45.6925C-0.0101404 49.378 2.42245 53.0686 7.29298 55.8803L52.7289 82.1129C62.4094 87.7011 78.0485 87.7011 87.6652 82.1129L132.806 55.8803C137.583 53.1038 139.975 49.4705 139.986 45.832L140 40.6116C139.989 44.2501 137.598 47.8834 132.821 50.6599Z",PC="M132.707 30.4224C142.386 36.0119 142.437 45.0704 132.821 50.6599L87.6795 76.8925C78.0629 82.4807 62.4238 82.4807 52.7445 76.8925L7.30825 50.6599C-2.37126 45.0717 -2.42225 36.0132 7.19414 30.4237L52.335 4.19115C61.9517 -1.39705 77.5908 -1.39705 87.2713 4.19115L132.707 30.4224Z",$C=70+Gr/2,CC=40+Gr/2,OC=p("filter",{id:"sequence-zigzag-glow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",children:p("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"15",result:"blur"})}),SC=e=>{var t;const{Title:n,Item:r,data:i,options:o,dx:a=Tne,dy:s=kne,iconSize:c=30}=e,{title:l,desc:u,items:h=[]}=i,d=n?p(n,{title:l,desc:u}):null,f=wt(o);if(h.length===0)return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:OC}),d,p(Y,{children:p(qe,{children:p(J,{indexes:[0],x:0,y:0})})})]});const g=ae(p(r,{indexes:[0],data:i,datum:h[0]})),y=ae(p(J,{indexes:[0]})),m=[],v=[],b=[],_=[],x=[];let w=0,P=0,$="",C=1/0,M=-1/0,S=1/0,E=1/0;const I=[];h.forEach((F,z)=>{const j=w,H=P;I.push({x:j,y:H}),C=Math.min(C,H);const W=j-$C,B=H-CC;S=Math.min(S,W),E=Math.min(E,B);const X=z%2===0;z<h.length-1&&(w+=a,P=X?P+s:P-s)});const O=Math.max(0,-S),T=Math.max(0,-E);if(w=0,P=0,h.forEach((F,z)=>{const j=[z],H=I[z],W=H.x+O,B=H.y+T,X=je(o,j),D=Math.max(0,W-$C),k=Math.max(0,B-CC),A=10,L=wC+10,{colorPrimaryBg:N}=Ct({colorPrimary:X});if(_.push(R(xt,{x:D,y:k,width:140,height:110,children:[p(Je,{x:A,y:L,width:Lne,height:wC,fill:X||f,filter:"url(#sequence-zigzag-glow-filter)",opacity:zne}),p(Pe,{d:Nne,fill:X||f}),p(Pe,{d:PC,fill:"#fff"}),p(Pe,{d:PC,fill:N||N})]})),F.icon){const U=Math.max(0,W-c/2-Gr/2),K=Math.max(0,B-c/2-Gr/2);x.push(p(Dt,{x:U,y:K,size:c,indexes:j,fill:X}))}const q=W-g.width/2-Gr/2,G=Math.max(0,B+Rne-Gr/2);if(M=Math.max(M,G+g.height),z===0?$=`M ${W} ${B}`:$+=` L ${W} ${B}`,v.push(p(r,{indexes:j,datum:F,data:i,x:q,y:G})),m.push(p(nt,{indexes:j,x:Math.max(0,q+g.width-y.width/2),y:Math.max(0,G+g.height-y.height/2)})),z<h.length-1){const U=I[z+1],K=U.x+O,ne=U.y+T,ee=Math.max(0,W+(K-W)/2-y.width/2),se=Math.max(0,B+(ne-B)/2-y.height/2);m.push(p(J,{indexes:[z+1],x:ee,y:se}))}else m.push(p(J,{indexes:[h.length],x:Math.max(0,q+g.width+a/4),y:Math.max(0,G+g.height/2-y.height/2)}))}),$){const F=(((t=I[I.length-1])==null?void 0:t.x)||0)+O;b.push(p(Pe,{d:$,stroke:"#f3f2f1",strokeWidth:Gr,fill:"none",width:F,height:M-Math.min(C+T,0)}))}return R(ye,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:OC}),d,R(Y,{x:0,y:0,children:[p(Y,{children:[...b,..._,...x]}),p(He,{children:v}),p(qe,{children:m})]})]})};We("sequence-zigzag-steps",{component:SC,composites:["title","item"]});class lr{init(t){Object.assign(this,t)}}class MC{constructor(t,n={}){this.clickTimer=null,this.singleClickCallback=null,this.doubleClickCallback=null,this.pointerId=null,this.startX=0,this.startY=0,this.skipClick=!1,this.dragged=!1,this.handlePointerDown=i=>{this.pointerId=i.pointerId,this.startX=i.clientX,this.startY=i.clientY,this.dragged=!1,this.skipClick=!1,window.addEventListener("pointermove",this.handlePointerMove,{passive:!0}),window.addEventListener("pointerup",this.handlePointerUp,{passive:!0}),window.addEventListener("pointercancel",this.handlePointerUp,{passive:!0})},this.handlePointerMove=i=>{if(this.pointerId===null||i.pointerId!==this.pointerId)return;const o=i.clientX-this.startX,a=i.clientY-this.startY;Math.hypot(o,a)>this.dragThreshold&&(this.skipClick=!0,this.dragged=!0)},this.handlePointerUp=i=>{this.pointerId!==null&&i.pointerId===this.pointerId&&(this.pointerId=null,window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp),this.dragged||(this.skipClick=!1),this.dragged=!1)};var r;this.element=t,this.delay=n.delay||300,this.dragThreshold=(r=n.dragThreshold)!=null?r:4,this.init()}init(){this.element.addEventListener("click",this.handleClick.bind(this)),this.element.addEventListener("dblclick",this.handleDoubleClick.bind(this)),this.element.addEventListener("pointerdown",this.handlePointerDown)}handleClick(t){if(this.skipClick){this.skipClick=!1;return}this.clickTimer&&clearTimeout(this.clickTimer),this.clickTimer=window.setTimeout(()=>{var n;(n=this.singleClickCallback)==null||n.call(this,t)},this.delay)}handleDoubleClick(t){var n;if(this.skipClick){this.skipClick=!1;return}this.clickTimer&&clearTimeout(this.clickTimer),(n=this.doubleClickCallback)==null||n.call(this,t)}onClick(t){return this.singleClickCallback=t,this}onDoubleClick(t){return this.doubleClickCallback=t,this}destroy(){this.clickTimer&&clearTimeout(this.clickTimer),this.element.removeEventListener("click",this.handleClick),this.element.removeEventListener("dblclick",this.handleDoubleClick),this.element.removeEventListener("pointerdown",this.handlePointerDown),window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp)}}function Hne(e){var t;return((t=e.getScreenCTM())==null?void 0:t.inverse())||new DOMMatrix}function Vr(e,t,n){return new DOMPoint(t,n).matrixTransform(Hne(e))}function Vn(e,t){const n=t.getBoundingClientRect(),i=[{x:n.x,y:n.y},{x:n.x+n.width,y:n.y},{x:n.x,y:n.y+n.height},{x:n.x+n.width,y:n.y+n.height}].map(l=>Vr(e,l.x,l.y)),o=Math.min(...i.map(l=>l.x)),a=Math.max(...i.map(l=>l.x)),s=Math.min(...i.map(l=>l.y)),c=Math.max(...i.map(l=>l.y));return new DOMRect(o,s,a-o,c-s)}function EC(e,t){if(t.length===0)return e.data;const n=eo(e,t);return n.children||(n.children=[]),n.children}function Dne(e,t="data.items"){return e.reduce((n,r,i)=>i===0?`${n}[${r}]`:`${n}.children[${r}]`,t)}function IC(e){var t,n;return((n=(t=qne(e))==null?void 0:t.dataset.indexes)==null?void 0:n.split(",").map(Number))||[]}function qne(e){return ir(e)?ns(e):e}function kc(e){if(!e)return null;const t=[jne];let n=e;for(const r of t){const i=r(n);if(i){n=i;break}}return AC(n)}function AC(e){if(!e)return null;const t=[Fne,Bne];for(const n of t){const r=n(e);if(r)return r}return wH(e)||jn(e)||ir(e)?e:null}const jne=e=>{var t;const n=r=>r?$H(r)||CH(r):!1;return n(e)?e.parentElement:n(e.parentElement)?(t=e.parentElement)==null?void 0:t.parentElement:null},Fne=e=>OH(e)&&Eb(e.parentElement)?e.parentElement:null,Bne=e=>{const t=e.parentElement;return Mb(t)?t:Nu(e)?e:null};class TC{constructor(){this.extensions=new Map}register(t,n,r){if(!(r!=null&&r.override)&&this.extensions.has(t))throw new Error(`Extension "${t}" already registered`);this.extensions.set(t,n)}get(t){return this.extensions.get(t)}has(t){return this.extensions.has(t)}getAll(){return this.extensions}forEach(t){this.extensions.forEach((n,r)=>{t(n,r)})}[Symbol.iterator](){return this.extensions.entries()}unregister(t){return this.extensions.delete(t)}destroy(){this.extensions.forEach(t=>{t&&typeof t.dispose=="function"&&t.dispose()}),this.extensions.clear()}}const Wne=e=>{if(!e||!(e instanceof HTMLElement))return!1;if(e.isContentEditable)return!0;const t=e.tagName.toLowerCase();return t==="input"||t==="textarea"||t==="select"},Gne=e=>{const t=e.toLowerCase().split("+").map(r=>r.trim()).filter(Boolean),n={key:""};if(t.forEach(r=>{r==="shift"?n.shift=!0:r==="alt"||r==="option"?n.alt=!0:r==="ctrl"||r==="control"?n.ctrl=!0:r==="meta"||r==="cmd"||r==="command"?n.meta=!0:r==="mod"?n.mod=!0:n.key=r}),!n.key)throw new Error(`Invalid hotkey combo: "${e}"`);return n},Vne=(e,t)=>{var n;if(e.key.toLowerCase()!==t.key)return!1;const i=(n=t.mod)!=null?n:!1,o=e.metaKey,a=e.ctrlKey,s=o||a,c=(l,u)=>l===void 0?!u:l===u;return i&&!s?!1:i?!(!c(t.shift,e.shiftKey)||!c(t.alt,e.altKey)||t.meta!==void 0&&!c(t.meta,o)||t.ctrl!==void 0&&!c(t.ctrl,a)):!(!c(t.meta,o)||!c(t.ctrl,a)||!c(t.shift,e.shiftKey)||!c(t.alt,e.altKey))};class Yne{constructor(t={}){this.bindings=[],this.handleKeydown=i=>{if(i instanceof KeyboardEvent&&!i.defaultPrevented&&!Wne(i.target)&&!(this.filter&&!this.filter(i))){for(const o of this.bindings)if(o.combos.some(a=>Vne(i,a))){o.handler(i);break}}};const{target:n=document,filter:r}=t;this.target=n,this.filter=r,this.target.addEventListener("keydown",this.handleKeydown)}bind(t,n){const i={combos:(Array.isArray(t)?t:[t]).map(o=>Gne(o)),handler:n};return this.bindings.push(i),()=>this.unbind(i)}destroy(){this.target.removeEventListener("keydown",this.handleKeydown),this.bindings=[]}unbind(t){this.bindings=this.bindings.filter(n=>n!==t)}}var Xne=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class kC extends lr{constructor(){super(...arguments),this.name="brush-select",this.shiftKey=!1,this.dragging=!1,this.dragThreshold=4,this.handleStart=t=>{this.interaction.isActive()&&t.button===0&&(this.isTextSelectionTarget(t.target)||this.hasElementAtStart(t.target)||this.interaction.executeExclusiveInteraction(this,()=>Xne(this,null,function*(){return new Promise(n=>{this.completeInteraction=n;const r=this.editor.getDocument();this.startPoint=Vr(r,t.clientX,t.clientY),this.pointerId=t.pointerId,this.shiftKey=t.shiftKey,this.dragging=!1,window.addEventListener("pointermove",this.handleMove),window.addEventListener("pointerup",this.handleEnd)})})))},this.handleMove=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;const n=this.editor.getDocument(),r=Vr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if(!this.dragging){if(Math.hypot(i,o)<this.dragThreshold)return;this.dragging=!0,this.ensureBrush(),this.updateBrush(this.startPoint,r)}t.preventDefault(),t.stopPropagation(),this.updateBrush(this.startPoint,r)},this.handleEnd=t=>{var n,r;if(t.pointerId!==this.pointerId||!this.startPoint)return;window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd);let i=null;if(this.dragging){t.preventDefault(),t.stopPropagation();const c=this.editor.getDocument(),l=Vr(c,t.clientX,t.clientY);i=this.updateBrush(this.startPoint,l),this.clearBrush()}this.pointerId=void 0,this.startPoint=void 0,this.dragging=!1;const o=this.shiftKey;if(this.shiftKey=!1,!i){(n=this.completeInteraction)==null||n.call(this),this.completeInteraction=void 0;return}const a=this.collectSelection(i);if((r=this.completeInteraction)==null||r.call(this),this.completeInteraction=void 0,a.length===0){o||this.interaction.clearSelection();return}const s=o?"add":"replace";this.interaction.select(a,s)}}init(t){super.init(t),this.editor.getDocument().addEventListener("pointerdown",this.handleStart)}destroy(){this.clearBrush(),this.editor.getDocument().removeEventListener("pointerdown",this.handleStart),window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd)}ensureBrush(){return this.brush?this.brush:(this.brush=this.interaction.appendTransientElement(Se("rect",{fill:"rgba(51, 132, 245, 0.08)",stroke:"#3384F5","stroke-dasharray":"4 2","stroke-width":1,"pointer-events":"none"})),this.brush)}updateBrush(t,n){if(!this.brush)return null;const r=Math.min(t.x,n.x),i=Math.min(t.y,n.y),o=Math.abs(t.x-n.x),a=Math.abs(t.y-n.y);return ut(this.brush,{x:r,y:i,width:o,height:a}),{x:r,y:i,width:o,height:a}}clearBrush(){var t;(t=this.brush)==null||t.remove(),this.brush=void 0}collectSelection(t){const n=this.editor.getDocument(),r=Array.from(n.querySelectorAll("[data-element-type]")),i=(a,s)=>{const c=a.x+a.width,l=a.y+a.height,u=s.x+s.width,h=s.y+s.height;return!(c<s.x||u<a.x||l<s.y||h<a.y)},o=new Set;return r.reduce((a,s)=>{const c=AC(s);if(!c||o.has(c))return a;const l=Vn(n,c),u={x:l.x,y:l.y,width:l.width,height:l.height};return i(t,u)&&(a.push(c),o.add(c)),a},[])}hasElementAtStart(t){var n;return t instanceof Element?kc(t)?!0:!!((n=t.closest)!=null&&n.call(t,"[data-element-type]")):!1}isTextSelectionTarget(t){if(!(t instanceof HTMLElement))return!1;if(t.isContentEditable)return!0;const n=t.tagName.toLowerCase();return n==="input"||n==="textarea"}}var Une=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class RC extends lr{constructor(){super(...arguments),this.name="click-select",this.shiftKey=!1,this.onShiftKeyDown=t=>{t.key==="Shift"&&(this.shiftKey=!0)},this.onShiftKeyUp=t=>{t.key==="Shift"&&(this.shiftKey=!1)},this.onEscKeyDown=t=>{t.key==="Escape"&&this.interaction.clearSelection()}}init(t){super.init(t);const{editor:n,interaction:r}=this;this.clickHandler=new MC(n.getDocument(),{delay:0});const i=o=>{r.isActive()&&r.executeExclusiveInteraction(this,()=>Une(this,null,function*(){const a=kc(o.target);Ib(a)||(this.shiftKey?a&&(r.isSelected(a)?r.select([a],"remove"):r.select([a],"add")):a?r.select([a],"replace"):r.clearSelection())}))};this.clickHandler.onClick(i),document.addEventListener("keydown",this.onShiftKeyDown),document.addEventListener("keyup",this.onShiftKeyUp),document.addEventListener("keydown",this.onEscKeyDown)}destroy(){var t;(t=this.clickHandler)==null||t.destroy(),document.removeEventListener("keydown",this.onShiftKeyDown),document.removeEventListener("keyup",this.onShiftKeyUp),document.removeEventListener("keydown",this.onEscKeyDown)}}var LC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class Kne{constructor(t){this.commands=t}apply(t){return LC(this,null,function*(){for(const n of this.commands)yield n.apply(t)})}undo(t){return LC(this,null,function*(){for(let n=this.commands.length-1;n>=0;n--)yield this.commands[n].undo(t)})}serialize(){return{type:"batch",commands:this.commands.map(t=>t.serialize())}}}var Zne=Object.defineProperty,Qne=Object.defineProperties,Jne=Object.getOwnPropertyDescriptors,zC=Object.getOwnPropertySymbols,ere=Object.prototype.hasOwnProperty,tre=Object.prototype.propertyIsEnumerable,NC=(e,t,n)=>t in e?Zne(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yo=(e,t)=>{for(var n in t||(t={}))ere.call(t,n)&&NC(e,n,t[n]);if(zC)for(var n of zC(t))tre.call(t,n)&&NC(e,n,t[n]);return e},HC=(e,t)=>Qne(e,Jne(t)),DC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class kn{constructor(t,n,r){this.element=t,this.modified=n;const i=nre(t,n);this.original=rre(i,r)}apply(t){return DC(this,null,function*(){qC(this.element,this.modified),t.updateElement(this.element,this.modified)})}undo(t){return DC(this,null,function*(){this.original&&(qC(this.element,this.original),t.updateElement(this.element,this.original))})}serialize(){return{type:"update-element",elementId:this.element.id,modified:this.modified,original:this.original}}}function qC(e,t){jn(e)?Sb(e,t):ir(e)?BH(e,void 0,t.attributes):t.attributes&&ut(e,t.attributes)}function nre(e,t){const n=Object.keys(t.attributes||{}),r=sn(e,n,!1),i=a=>{a&&n.forEach(s=>{s in a&&(r[s]=a[s])})},o=HC(Yo({},t),{attributes:r});if(jn(e)){const{attributes:a}=zu(e);i(a)}else if(ir(e)){if(!ns(e))return;i(ju(e))}return o}function rre(e,t){if(!e)return t;if(!t)return e;const n=Yo(Yo({},e.attributes||{}),t.attributes||{});return HC(Yo(Yo({},e),t),{attributes:Object.keys(n).length?n:void 0})}var ire=Object.defineProperty,jC=Object.getOwnPropertySymbols,ore=Object.prototype.hasOwnProperty,are=Object.prototype.propertyIsEnumerable,FC=(e,t,n)=>t in e?ire(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,BC=(e,t)=>{for(var n in t||(t={}))ore.call(t,n)&&FC(e,n,t[n]);if(jC)for(var n of jC(t))are.call(t,n)&&FC(e,n,t[n]);return e},WC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class sre{constructor(t,n){this.options=t,this.original=n}apply(t){return WC(this,null,function*(){const n=t.getOptions();this.original||(this.original=n),t.updateOptions(BC(BC({},n),this.options))})}undo(t){return WC(this,null,function*(){this.original&&t.updateOptions(this.original)})}serialize(){return{type:"update-options",options:this.options,original:this.original}}}var GC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class cre{constructor(t,n,r){this.element=t,this.originalText=r!=null?r:Ja(t),this.modifiedText=n}apply(t){return GC(this,null,function*(){this.originalText!==this.modifiedText&&(Lu(this.element,this.modifiedText),VC(t,this.element,this.modifiedText))})}undo(t){return GC(this,null,function*(){this.originalText!==this.modifiedText&&(Lu(this.element,this.originalText),VC(t,this.element,this.originalText))})}serialize(){return{type:"update-text",elementId:this.element.id,original:this.originalText,modified:this.modifiedText}}}function VC(e,t,n){const r=Hu(t);if(r.startsWith("item-")){const i=r.replace("item-",""),o=IC(t);e.updateItemDatum(o,{[i]:n})}else e.updateData(r,n)}var lre=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class YC extends lr{constructor(){super(...arguments),this.name="dblclick-edit-text"}init(t){super.init(t);const{editor:n,commander:r,interaction:i}=t;this.clickHandler=new MC(n.getDocument()).onDoubleClick(o=>{i.isActive()&&i.executeExclusiveInteraction(this,()=>lre(this,null,function*(){const a=kc(o.target);if(a&&jn(a)){i.select([a],"replace");const s=Ja(a),c=yield new Promise(l=>{const u=this.listenSelectionChange(a);hre(a,{cursorPosition:{clientX:o.clientX,clientY:o.clientY},onBlur:l,onCancel:l}),this.detachSelectionListener=u});r.execute(new cre(a,c,s))}}))})}destroy(){var t,n;(t=this.clickHandler)==null||t.destroy(),(n=this.detachSelectionListener)==null||n.call(this)}listenSelectionChange(t){const n=({next:r})=>{var i;if(!r.includes(t)){(i=this.detachSelectionListener)==null||i.call(this),this.detachSelectionListener=void 0;const o=Mr(t);o&&o.blur()}};return this.emitter.on("selection:change",n),()=>this.emitter.off("selection:change",n)}}const ure="infographic-inline-text-editor-style",Rc="infographic-inline-text-editor";function hre(e,t){const n=Mr(e);n&&(fre(),new dre(n,t).start())}class dre{constructor(t,n){this.entity=t,this.options=n,this.handlePaste=r=>{r.clipboardData&&(r.preventDefault(),this.insertPlainText(r.clipboardData.getData("text/plain")))},this.handleKeydown=r=>{r.key==="Enter"&&!r.shiftKey&&(r.preventDefault(),this.insertPlainText(`
|
|
147
|
-
`))},this.handleInput=()=>{var r,i;this.normalizeSpanContent(),(i=(r=this.options)==null?void 0:r.onInput)==null||i.call(r,this.getText())},this.handleBlur=()=>{var r,i;this.entity.removeAttribute("contenteditable"),this.entity.classList.remove(
|
|
148
|
-
.${
|
|
146
|
+
0 0 0 0.3 0`,result:"shadow"}),p("feBlend",{mode:"normal",in:"SourceGraphic",in2:"shadow"})]}),$C=e=>{const{Title:t,Item:n,data:r,options:i,gap:o=80}=e,a=X1,s=U1,{title:c,desc:l,items:u=[]}=r,h=t?p(t,{title:c,desc:l}):null,d=wt(i);if(u.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:PC}),h,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const f=se(p(n,{indexes:[0],data:r,datum:u[0],positionH:"center"})),g=se(p(Q,{indexes:[0]})),y=[],m=[],v=[];let b=-1/0;const _=f.height+Nc+s;return u.forEach((x,w)=>{const P=[w],$=qe(i,P),C=w%2===0,M=w*(a+o),S=C?0:f.height+Nc,E=`puck-gradient-middle-${w}`,A=`puck-gradient-bottom-${w}`;v.push(L(Y,{x:M,y:S,id:`puck-${w}`,width:a,height:s,filter:"url(#sequence-zigzag-pucks-3d-shadow-filter)",children:[L(Ke,{children:[L("linearGradient",{id:E,x1:"115",y1:"55.9991",x2:"15.0002",y2:"55.9991",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:$||d}),p("stop",{offset:"1",stopColor:$||d,stopOpacity:"0.6"})]}),L("linearGradient",{id:A,x1:"115",y1:"72.1803",x2:"15.0002",y2:"72.1803",gradientUnits:"userSpaceOnUse",children:[p("stop",{offset:"0",stopColor:"#F4F4FB"}),p("stop",{offset:"1",stopColor:"#8E8C90"})]})]}),L(xt,{width:X1,height:U1,children:[p(Pe,{d:Lne,fill:$||d}),p(Pe,{d:zne,fill:`url(#${E})`}),p(Pe,{d:Nne,fill:`url(#${A})`}),p("rect",{fill:"transparent",y:U1,width:X1,height:20})]}),p("text",{x:65,y:40,width:50,height:50,fontSize:40,fontWeight:"bold",fill:"#FFFFFF",textAnchor:"middle",dominantBaseline:"middle",transform:"rotate(-15 65 40) scale(1, 0.8)",children:w+1})]}));const O=M+(a-f.width)/2,T=C?S+s+Nc:S-Nc-f.height;if(b=Math.max(b,T+f.height),m.push(p(n,{indexes:P,datum:x,data:r,x:O,y:T,positionH:"center"})),y.push(p(nt,{indexes:P,x:O+f.width-g.width/2,y:T+f.height-g.height/2})),w===0&&y.push(p(Q,{indexes:[0],x:M+a/2-g.width/2-(o+a)/2,y:S+s/2-g.height/2})),w<u.length-1){const z=(w+1)%2===0?0:_,j=M+a+o/2-g.width/2,D=(S+s/2+z+s/2)/2-g.height/2;y.push(p(Q,{indexes:[w+1],x:j,y:D}))}else y.push(p(Q,{indexes:[u.length],x:M+a+o/2-g.width/2,y:S+s/2-g.height/2}))}),L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:PC}),h,L(Y,{x:0,y:0,children:[p(Y,{children:v}),p(Ne,{children:m}),p(He,{children:y})]})]})};We("sequence-zigzag-pucks-3d",{component:$C,composites:["title","item"]});const Dne=240,Hne=130,qne=105,Yr=12,jne=120,CC=50,Fne=.6,Bne="M132.821 50.6599L87.6795 76.8925C78.0629 82.4807 62.4238 82.4807 52.7445 76.8925L7.30824 50.6599C2.43719 47.8482 0.00459679 44.1562 0.0152907 40.472L3.17695e-05 45.6925C-0.0101404 49.378 2.42245 53.0686 7.29298 55.8803L52.7289 82.1129C62.4094 87.7011 78.0485 87.7011 87.6652 82.1129L132.806 55.8803C137.583 53.1038 139.975 49.4705 139.986 45.832L140 40.6116C139.989 44.2501 137.598 47.8834 132.821 50.6599Z",OC="M132.707 30.4224C142.386 36.0119 142.437 45.0704 132.821 50.6599L87.6795 76.8925C78.0629 82.4807 62.4238 82.4807 52.7445 76.8925L7.30825 50.6599C-2.37126 45.0717 -2.42225 36.0132 7.19414 30.4237L52.335 4.19115C61.9517 -1.39705 77.5908 -1.39705 87.2713 4.19115L132.707 30.4224Z",SC=70+Yr/2,MC=40+Yr/2,EC=p("filter",{id:"sequence-zigzag-glow-filter",x:"-50%",y:"-50%",width:"200%",height:"200%",children:p("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"15",result:"blur"})}),IC=e=>{var t;const{Title:n,Item:r,data:i,options:o,dx:a=Dne,dy:s=Hne,iconSize:c=30}=e,{title:l,desc:u,items:h=[]}=i,d=n?p(n,{title:l,desc:u}):null,f=wt(o);if(h.length===0)return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",children:[p(Ke,{children:EC}),d,p(Y,{children:p(He,{children:p(Q,{indexes:[0],x:0,y:0})})})]});const g=se(p(r,{indexes:[0],data:i,datum:h[0]})),y=se(p(Q,{indexes:[0]})),m=[],v=[],b=[],_=[],x=[];let w=0,P=0,$="",C=1/0,M=-1/0,S=1/0,E=1/0;const A=[];h.forEach((F,z)=>{const j=w,D=P;A.push({x:j,y:D}),C=Math.min(C,D);const W=j-SC,B=D-MC;S=Math.min(S,W),E=Math.min(E,B);const X=z%2===0;z<h.length-1&&(w+=a,P=X?P+s:P-s)});const O=Math.max(0,-S),T=Math.max(0,-E);if(w=0,P=0,h.forEach((F,z)=>{const j=[z],D=A[z],W=D.x+O,B=D.y+T,X=qe(o,j),H=Math.max(0,W-SC),k=Math.max(0,B-MC),I=10,R=CC+10,{colorPrimaryBg:N}=Ct({colorPrimary:X});if(_.push(L(xt,{x:H,y:k,width:140,height:110,children:[p(Ze,{x:I,y:R,width:jne,height:CC,fill:X||f,filter:"url(#sequence-zigzag-glow-filter)",opacity:Fne}),p(Pe,{d:Bne,fill:X||f}),p(Pe,{d:OC,fill:"#fff"}),p(Pe,{d:OC,fill:N||N})]})),F.icon){const U=Math.max(0,W-c/2-Yr/2),K=Math.max(0,B-c/2-Yr/2);x.push(p(Ht,{x:U,y:K,size:c,indexes:j,fill:X}))}const q=W-g.width/2-Yr/2,G=Math.max(0,B+qne-Yr/2);if(M=Math.max(M,G+g.height),z===0?$=`M ${W} ${B}`:$+=` L ${W} ${B}`,v.push(p(r,{indexes:j,datum:F,data:i,x:q,y:G})),m.push(p(nt,{indexes:j,x:Math.max(0,q+g.width-y.width/2),y:Math.max(0,G+g.height-y.height/2)})),z<h.length-1){const U=A[z+1],K=U.x+O,oe=U.y+T,te=Math.max(0,W+(K-W)/2-y.width/2),ae=Math.max(0,B+(oe-B)/2-y.height/2);m.push(p(Q,{indexes:[z+1],x:te,y:ae}))}else m.push(p(Q,{indexes:[h.length],x:Math.max(0,q+g.width+a/4),y:Math.max(0,G+g.height/2-y.height/2)}))}),$){const F=(((t=A[A.length-1])==null?void 0:t.x)||0)+O;b.push(p(Pe,{d:$,stroke:"#f3f2f1",strokeWidth:Yr,fill:"none",width:F,height:M-Math.min(C+T,0)}))}return L(ve,{id:"infographic-container",flexDirection:"column",justifyContent:"center",alignItems:"center",gap:30,children:[p(Ke,{children:EC}),d,L(Y,{x:0,y:0,children:[p(Y,{children:[...b,..._,...x]}),p(Ne,{children:v}),p(He,{children:m})]})]})};We("sequence-zigzag-steps",{component:IC,composites:["title","item"]});class fr{init(t){Object.assign(this,t)}}class AC{constructor(t,n={}){this.clickTimer=null,this.singleClickCallback=null,this.doubleClickCallback=null,this.pointerId=null,this.startX=0,this.startY=0,this.skipClick=!1,this.dragged=!1,this.handlePointerDown=i=>{this.pointerId=i.pointerId,this.startX=i.clientX,this.startY=i.clientY,this.dragged=!1,this.skipClick=!1,window.addEventListener("pointermove",this.handlePointerMove,{passive:!0}),window.addEventListener("pointerup",this.handlePointerUp,{passive:!0}),window.addEventListener("pointercancel",this.handlePointerUp,{passive:!0})},this.handlePointerMove=i=>{if(this.pointerId===null||i.pointerId!==this.pointerId)return;const o=i.clientX-this.startX,a=i.clientY-this.startY;Math.hypot(o,a)>this.dragThreshold&&(this.skipClick=!0,this.dragged=!0)},this.handlePointerUp=i=>{this.pointerId!==null&&i.pointerId===this.pointerId&&(this.pointerId=null,window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp),this.dragged||(this.skipClick=!1),this.dragged=!1)};var r;this.element=t,this.delay=n.delay||300,this.dragThreshold=(r=n.dragThreshold)!=null?r:4,this.init()}init(){this.element.addEventListener("click",this.handleClick.bind(this)),this.element.addEventListener("dblclick",this.handleDoubleClick.bind(this)),this.element.addEventListener("pointerdown",this.handlePointerDown)}handleClick(t){if(this.skipClick){this.skipClick=!1;return}this.clickTimer&&clearTimeout(this.clickTimer),this.clickTimer=window.setTimeout(()=>{var n;(n=this.singleClickCallback)==null||n.call(this,t)},this.delay)}handleDoubleClick(t){var n;if(this.skipClick){this.skipClick=!1;return}this.clickTimer&&clearTimeout(this.clickTimer),(n=this.doubleClickCallback)==null||n.call(this,t)}onClick(t){return this.singleClickCallback=t,this}onDoubleClick(t){return this.doubleClickCallback=t,this}destroy(){this.clickTimer&&clearTimeout(this.clickTimer),this.element.removeEventListener("click",this.handleClick),this.element.removeEventListener("dblclick",this.handleDoubleClick),this.element.removeEventListener("pointerdown",this.handlePointerDown),window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp)}}function Wne(e){var t;return((t=e.getScreenCTM())==null?void 0:t.inverse())||new DOMMatrix}function Xr(e,t,n){return new DOMPoint(t,n).matrixTransform(Wne(e))}function Yn(e,t){const n=t.getBoundingClientRect(),i=[{x:n.x,y:n.y},{x:n.x+n.width,y:n.y},{x:n.x,y:n.y+n.height},{x:n.x+n.width,y:n.y+n.height}].map(l=>Xr(e,l.x,l.y)),o=Math.min(...i.map(l=>l.x)),a=Math.max(...i.map(l=>l.x)),s=Math.min(...i.map(l=>l.y)),c=Math.max(...i.map(l=>l.y));return new DOMRect(o,s,a-o,c-s)}function TC(e,t){if(t.length===0)return e.data;const n=no(e,t);return n.children||(n.children=[]),n.children}function Gne(e,t="data.items"){return e.reduce((n,r,i)=>i===0?`${n}[${r}]`:`${n}.children[${r}]`,t)}function kC(e){var t,n;return((n=(t=Vne(e))==null?void 0:t.dataset.indexes)==null?void 0:n.split(",").map(Number))||[]}function Vne(e){return cr(e)?ss(e):e}function Dc(e){if(!e)return null;const t=[Yne];let n=e;for(const r of t){const i=r(n);if(i){n=i;break}}return RC(n)}function RC(e){if(!e)return null;const t=[Xne,Une];for(const n of t){const r=n(e);if(r)return r}return MD(e)||Fn(e)||cr(e)?e:null}const Yne=e=>{var t;const n=r=>r?ID(r)||AD(r):!1;return n(e)?e.parentElement:n(e.parentElement)?(t=e.parentElement)==null?void 0:t.parentElement:null},Xne=e=>TD(e)&&Tb(e.parentElement)?e.parentElement:null,Une=e=>{const t=e.parentElement;return Ab(t)?t:ju(e)?e:null};class LC{constructor(){this.extensions=new Map}register(t,n,r){if(!(r!=null&&r.override)&&this.extensions.has(t))throw new Error(`Extension "${t}" already registered`);this.extensions.set(t,n)}get(t){return this.extensions.get(t)}has(t){return this.extensions.has(t)}getAll(){return this.extensions}forEach(t){this.extensions.forEach((n,r)=>{t(n,r)})}[Symbol.iterator](){return this.extensions.entries()}unregister(t){return this.extensions.delete(t)}destroy(){this.extensions.forEach(t=>{t&&typeof t.dispose=="function"&&t.dispose()}),this.extensions.clear()}}const Kne=e=>{if(!e||!(e instanceof HTMLElement))return!1;if(e.isContentEditable)return!0;const t=e.tagName.toLowerCase();return t==="input"||t==="textarea"||t==="select"},Zne=e=>{const t=e.toLowerCase().split("+").map(r=>r.trim()).filter(Boolean),n={key:""};if(t.forEach(r=>{r==="shift"?n.shift=!0:r==="alt"||r==="option"?n.alt=!0:r==="ctrl"||r==="control"?n.ctrl=!0:r==="meta"||r==="cmd"||r==="command"?n.meta=!0:r==="mod"?n.mod=!0:n.key=r}),!n.key)throw new Error(`Invalid hotkey combo: "${e}"`);return n},Qne=(e,t)=>{var n;if(e.key.toLowerCase()!==t.key)return!1;const i=(n=t.mod)!=null?n:!1,o=e.metaKey,a=e.ctrlKey,s=o||a,c=(l,u)=>l===void 0?!u:l===u;return i&&!s?!1:i?!(!c(t.shift,e.shiftKey)||!c(t.alt,e.altKey)||t.meta!==void 0&&!c(t.meta,o)||t.ctrl!==void 0&&!c(t.ctrl,a)):!(!c(t.meta,o)||!c(t.ctrl,a)||!c(t.shift,e.shiftKey)||!c(t.alt,e.altKey))};class Jne{constructor(t={}){this.bindings=[],this.handleKeydown=i=>{if(i instanceof KeyboardEvent&&!i.defaultPrevented&&!Kne(i.target)&&!(this.filter&&!this.filter(i))){for(const o of this.bindings)if(o.combos.some(a=>Qne(i,a))){o.handler(i);break}}};const{target:n=document,filter:r}=t;this.target=n,this.filter=r,this.target.addEventListener("keydown",this.handleKeydown)}bind(t,n){const i={combos:(Array.isArray(t)?t:[t]).map(o=>Zne(o)),handler:n};return this.bindings.push(i),()=>this.unbind(i)}destroy(){this.target.removeEventListener("keydown",this.handleKeydown),this.bindings=[]}unbind(t){this.bindings=this.bindings.filter(n=>n!==t)}}var ere=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class zC extends fr{constructor(){super(...arguments),this.name="brush-select",this.shiftKey=!1,this.dragging=!1,this.dragThreshold=4,this.handleStart=t=>{this.interaction.isActive()&&t.button===0&&(this.isTextSelectionTarget(t.target)||this.hasElementAtStart(t.target)||this.interaction.executeExclusiveInteraction(this,()=>ere(this,null,function*(){return new Promise(n=>{this.completeInteraction=n;const r=this.editor.getDocument();this.startPoint=Xr(r,t.clientX,t.clientY),this.pointerId=t.pointerId,this.shiftKey=t.shiftKey,this.dragging=!1,window.addEventListener("pointermove",this.handleMove),window.addEventListener("pointerup",this.handleEnd)})})))},this.handleMove=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;const n=this.editor.getDocument(),r=Xr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if(!this.dragging){if(Math.hypot(i,o)<this.dragThreshold)return;this.dragging=!0,this.ensureBrush(),this.updateBrush(this.startPoint,r)}t.preventDefault(),t.stopPropagation(),this.updateBrush(this.startPoint,r)},this.handleEnd=t=>{var n,r;if(t.pointerId!==this.pointerId||!this.startPoint)return;window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd);let i=null;if(this.dragging){t.preventDefault(),t.stopPropagation();const c=this.editor.getDocument(),l=Xr(c,t.clientX,t.clientY);i=this.updateBrush(this.startPoint,l),this.clearBrush()}this.pointerId=void 0,this.startPoint=void 0,this.dragging=!1;const o=this.shiftKey;if(this.shiftKey=!1,!i){(n=this.completeInteraction)==null||n.call(this),this.completeInteraction=void 0;return}const a=this.collectSelection(i);if((r=this.completeInteraction)==null||r.call(this),this.completeInteraction=void 0,a.length===0){o||this.interaction.clearSelection();return}const s=o?"add":"replace";this.interaction.select(a,s)}}init(t){super.init(t),this.editor.getDocument().addEventListener("pointerdown",this.handleStart)}destroy(){this.clearBrush(),this.editor.getDocument().removeEventListener("pointerdown",this.handleStart),window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd)}ensureBrush(){return this.brush?this.brush:(this.brush=this.interaction.appendTransientElement(Ee("rect",{fill:"rgba(51, 132, 245, 0.08)",stroke:"#3384F5","stroke-dasharray":"4 2","stroke-width":1,"pointer-events":"none"})),this.brush)}updateBrush(t,n){if(!this.brush)return null;const r=Math.min(t.x,n.x),i=Math.min(t.y,n.y),o=Math.abs(t.x-n.x),a=Math.abs(t.y-n.y);return lt(this.brush,{x:r,y:i,width:o,height:a}),{x:r,y:i,width:o,height:a}}clearBrush(){var t;(t=this.brush)==null||t.remove(),this.brush=void 0}collectSelection(t){const n=this.editor.getDocument(),r=Array.from(n.querySelectorAll("[data-element-type]")),i=(a,s)=>{const c=a.x+a.width,l=a.y+a.height,u=s.x+s.width,h=s.y+s.height;return!(c<s.x||u<a.x||l<s.y||h<a.y)},o=new Set;return r.reduce((a,s)=>{const c=RC(s);if(!c||o.has(c))return a;const l=Yn(n,c),u={x:l.x,y:l.y,width:l.width,height:l.height};return i(t,u)&&(a.push(c),o.add(c)),a},[])}hasElementAtStart(t){var n;return t instanceof Element?Dc(t)?!0:!!((n=t.closest)!=null&&n.call(t,"[data-element-type]")):!1}isTextSelectionTarget(t){if(!(t instanceof HTMLElement))return!1;if(t.isContentEditable)return!0;const n=t.tagName.toLowerCase();return n==="input"||n==="textarea"}}var tre=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class NC extends fr{constructor(){super(...arguments),this.name="click-select",this.shiftKey=!1,this.onShiftKeyDown=t=>{t.key==="Shift"&&(this.shiftKey=!0)},this.onShiftKeyUp=t=>{t.key==="Shift"&&(this.shiftKey=!1)},this.onEscKeyDown=t=>{t.key==="Escape"&&this.interaction.clearSelection()}}init(t){super.init(t);const{editor:n,interaction:r}=this;this.clickHandler=new AC(n.getDocument(),{delay:0});const i=o=>{r.isActive()&&r.executeExclusiveInteraction(this,()=>tre(this,null,function*(){const a=Dc(o.target);kb(a)||(this.shiftKey?a&&(r.isSelected(a)?r.select([a],"remove"):r.select([a],"add")):a?r.select([a],"replace"):r.clearSelection())}))};this.clickHandler.onClick(i),document.addEventListener("keydown",this.onShiftKeyDown),document.addEventListener("keyup",this.onShiftKeyUp),document.addEventListener("keydown",this.onEscKeyDown)}destroy(){var t;(t=this.clickHandler)==null||t.destroy(),document.removeEventListener("keydown",this.onShiftKeyDown),document.removeEventListener("keyup",this.onShiftKeyUp),document.removeEventListener("keydown",this.onEscKeyDown)}}var DC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class nre{constructor(t){this.commands=t}apply(t){return DC(this,null,function*(){for(const n of this.commands)yield n.apply(t)})}undo(t){return DC(this,null,function*(){for(let n=this.commands.length-1;n>=0;n--)yield this.commands[n].undo(t)})}serialize(){return{type:"batch",commands:this.commands.map(t=>t.serialize())}}}var rre=Object.defineProperty,ire=Object.defineProperties,ore=Object.getOwnPropertyDescriptors,HC=Object.getOwnPropertySymbols,are=Object.prototype.hasOwnProperty,sre=Object.prototype.propertyIsEnumerable,qC=(e,t,n)=>t in e?rre(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ko=(e,t)=>{for(var n in t||(t={}))are.call(t,n)&&qC(e,n,t[n]);if(HC)for(var n of HC(t))sre.call(t,n)&&qC(e,n,t[n]);return e},jC=(e,t)=>ire(e,ore(t)),FC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class kn{constructor(t,n,r){this.element=t,this.modified=n;const i=cre(t,n);this.original=lre(i,r)}apply(t){return FC(this,null,function*(){BC(this.element,this.modified),t.updateElement(this.element,this.modified)})}undo(t){return FC(this,null,function*(){this.original&&(BC(this.element,this.original),t.updateElement(this.element,this.original))})}serialize(){return{type:"update-element",elementId:this.element.id,modified:this.modified,original:this.original}}}function BC(e,t){Fn(e)?Ib(e,t):cr(e)?UD(e,void 0,t.attributes):t.attributes&<(e,t.attributes)}function cre(e,t){const n=Object.keys(t.attributes||{}),r=sn(e,n,!1),i=a=>{a&&n.forEach(s=>{s in a&&(r[s]=a[s])})},o=jC(Ko({},t),{attributes:r});if(Fn(e)){const{attributes:a}=qu(e);i(a)}else if(cr(e)){if(!ss(e))return;i(Gu(e))}return o}function lre(e,t){if(!e)return t;if(!t)return e;const n=Ko(Ko({},e.attributes||{}),t.attributes||{});return jC(Ko(Ko({},e),t),{attributes:Object.keys(n).length?n:void 0})}var ure=Object.defineProperty,WC=Object.getOwnPropertySymbols,hre=Object.prototype.hasOwnProperty,dre=Object.prototype.propertyIsEnumerable,GC=(e,t,n)=>t in e?ure(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,VC=(e,t)=>{for(var n in t||(t={}))hre.call(t,n)&&GC(e,n,t[n]);if(WC)for(var n of WC(t))dre.call(t,n)&&GC(e,n,t[n]);return e},YC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class fre{constructor(t,n){this.options=t,this.original=n}apply(t){return YC(this,null,function*(){const n=t.getOptions();this.original||(this.original=n),t.updateOptions(VC(VC({},n),this.options))})}undo(t){return YC(this,null,function*(){this.original&&t.updateOptions(this.original)})}serialize(){return{type:"update-options",options:this.options,original:this.original}}}var XC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class pre{constructor(t,n,r){this.element=t,this.originalText=r!=null?r:is(t),this.modifiedText=n}apply(t){return XC(this,null,function*(){this.originalText!==this.modifiedText&&(Hu(this.element,this.modifiedText),UC(t,this.element,this.modifiedText))})}undo(t){return XC(this,null,function*(){this.originalText!==this.modifiedText&&(Hu(this.element,this.originalText),UC(t,this.element,this.originalText))})}serialize(){return{type:"update-text",elementId:this.element.id,original:this.originalText,modified:this.modifiedText}}}function UC(e,t,n){const r=Fu(t);if(r.startsWith("item-")){const i=r.replace("item-",""),o=kC(t);e.updateItemDatum(o,{[i]:n})}else e.updateData(r,n)}var gre=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class KC extends fr{constructor(){super(...arguments),this.name="dblclick-edit-text"}init(t){super.init(t);const{editor:n,commander:r,interaction:i}=t;this.clickHandler=new AC(n.getDocument()).onDoubleClick(o=>{i.isActive()&&i.executeExclusiveInteraction(this,()=>gre(this,null,function*(){const a=Dc(o.target);if(a&&Fn(a)){i.select([a],"replace");const s=is(a),c=yield new Promise(l=>{const u=this.listenSelectionChange(a);yre(a,{cursorPosition:{clientX:o.clientX,clientY:o.clientY},onBlur:l,onCancel:l}),this.detachSelectionListener=u});r.execute(new pre(a,c,s))}}))})}destroy(){var t,n;(t=this.clickHandler)==null||t.destroy(),(n=this.detachSelectionListener)==null||n.call(this)}listenSelectionChange(t){const n=({next:r})=>{var i;if(!r.includes(t)){(i=this.detachSelectionListener)==null||i.call(this),this.detachSelectionListener=void 0;const o=Ir(t);o&&o.blur()}};return this.emitter.on("selection:change",n),()=>this.emitter.off("selection:change",n)}}const mre="infographic-inline-text-editor-style",Hc="infographic-inline-text-editor";function yre(e,t){const n=Ir(e);n&&(bre(),new vre(n,t).start())}class vre{constructor(t,n){this.entity=t,this.options=n,this.handlePaste=r=>{r.clipboardData&&(r.preventDefault(),this.insertPlainText(r.clipboardData.getData("text/plain")))},this.handleKeydown=r=>{r.key==="Enter"&&!r.shiftKey&&(r.preventDefault(),this.insertPlainText(`
|
|
147
|
+
`))},this.handleInput=()=>{var r,i;this.normalizeSpanContent(),(i=(r=this.options)==null?void 0:r.onInput)==null||i.call(r,this.getText())},this.handleBlur=()=>{var r,i;this.entity.removeAttribute("contenteditable"),this.entity.classList.remove(Hc),this.normalizeSpanContent(),(i=(r=this.options)==null?void 0:r.onBlur)==null||i.call(r,this.getText()),this.detachListeners()}}start(){this.entity.setAttribute("contenteditable","true"),this.entity.classList.add(Hc),this.entity.focus(),this.placeCaretAtClickPosition(),this.attachListeners()}attachListeners(){this.entity.addEventListener("paste",this.handlePaste),this.entity.addEventListener("keydown",this.handleKeydown),this.entity.addEventListener("input",this.handleInput),this.entity.addEventListener("blur",this.handleBlur,{once:!0})}detachListeners(){this.entity.removeEventListener("paste",this.handlePaste),this.entity.removeEventListener("keydown",this.handleKeydown),this.entity.removeEventListener("input",this.handleInput)}insertPlainText(t){var n,r;const i=window.getSelection();if(!i)return;i.rangeCount||this.placeCaretAtEnd();const o=i.rangeCount?i.getRangeAt(0):document.createRange();o.deleteContents();const a=document.createTextNode(t);o.insertNode(a),o.setStartAfter(a),o.setEndAfter(a),i.removeAllRanges(),i.addRange(o),this.normalizeSpanContent(),(r=(n=this.options)==null?void 0:n.onInput)==null||r.call(n,this.getText())}normalizeSpanContent(){var t;if(this.entity.childNodes.length===1&&((t=this.entity.firstChild)==null?void 0:t.nodeType)===Node.TEXT_NODE)return;const n=this.getText();this.entity.textContent=n}placeCaretAtClickPosition(){const t=window.getSelection();if(!t)return;const n=this.getRangeFromPoint();if(n){t.removeAllRanges(),t.addRange(n);return}this.placeCaretAtEnd()}getRangeFromPoint(){var t,n;const{cursorPosition:r}=this.options||{};if(!r)return null;const{clientX:i,clientY:o}=r,a=document,s=(n=(t=a.caretRangeFromPoint)==null?void 0:t.call(a,i,o))!=null?n:(()=>{var c;const l=(c=a.caretPositionFromPoint)==null?void 0:c.call(a,i,o);if(!l)return null;const u=document.createRange();return u.setStart(l.offsetNode,l.offset),u.collapse(!0),u})();return!s||!this.entity.contains(s.startContainer)?null:s}placeCaretAtEnd(){const t=window.getSelection();if(!t)return;const n=document.createRange();n.selectNodeContents(this.entity),n.collapse(!1),t.removeAllRanges(),t.addRange(n)}getText(){return this.entity.textContent||""}}function bre(){Sn(mre,`
|
|
148
|
+
.${Hc} {
|
|
149
149
|
margin: 0;
|
|
150
150
|
padding: 0;
|
|
151
151
|
box-sizing: border-box;
|
|
@@ -153,11 +153,11 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
153
153
|
outline: none;
|
|
154
154
|
cursor: text;
|
|
155
155
|
}
|
|
156
|
-
.${
|
|
156
|
+
.${Hc}::selection {
|
|
157
157
|
background-color: #b3d4fc;
|
|
158
158
|
}
|
|
159
|
-
`)}var pre=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class XC extends lr{constructor(){super(...arguments),this.name="drag-element",this.selectionForDrag=[],this.willReplaceSelection=!1,this.exclusiveStarted=!1,this.dragItems=[],this.dragging=!1,this.dragThreshold=4,this.handleStart=t=>{if(!this.interaction.isActive()||t.pointerType==="mouse"&&t.button!==0)return;const n=kc(t.target);if(!n||Ib(n))return;const r=this.editor.getDocument();this.pointerId=t.pointerId,this.startPoint=Vr(r,t.clientX,t.clientY),this.dragging=!1,this.startTarget=n;const i=this.interaction.isSelected(n);this.selectionForDrag=i?this.interaction.getSelection():[n],this.willReplaceSelection=!i,this.exclusiveStarted=!1,this.startBounds=this.getSelectionBounds(this.selectionForDrag),this.guideCandidates=this.collectGuideCandidates(this.selectionForDrag),window.addEventListener("pointermove",this.handleMove),window.addEventListener("pointerup",this.handleEnd),window.addEventListener("pointercancel",this.handleEnd)},this.handleMove=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;const n=this.editor.getDocument(),r=Vr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if(!this.dragging){if(Math.hypot(i,o)<this.dragThreshold)return;if(!this.startDrag()){this.reset();return}this.dragging=!0}const s=t.altKey?{dx:i,dy:o}:this.getSnappedDelta(i,o);t.preventDefault(),t.stopPropagation(),this.updateGuides(s),this.applyTranslation(s.dx,s.dy),this.emitGeometryChange()},this.handleEnd=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;this.detachPointerListeners();const n=this.editor.getDocument(),r=Vr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if((this.dragging||Math.hypot(i,o)>=this.dragThreshold)&&this.dragItems.length&&this.exclusiveStarted){t.preventDefault(),t.stopPropagation();const s=t.altKey?{dx:i,dy:o}:this.getSnappedDelta(i,o);this.updateGuides(s),this.applyTranslation(s.dx,s.dy),this.commitTranslation(s.dx,s.dy),this.emitGeometryChange()}this.reset()}}init(t){super.init(t),this.editor.getDocument().addEventListener("pointerdown",this.handleStart)}destroy(){this.detachPointerListeners(),this.editor.getDocument().removeEventListener("pointerdown",this.handleStart)}startDrag(){if(this.exclusiveStarted)return!0;if(!this.startTarget||(this.willReplaceSelection&&this.interaction.select([this.startTarget],"replace"),this.dragItems=this.selectionForDrag.filter(n=>jn(n)).map(n=>this.createDragItem(n)).filter(Boolean),this.dragItems.length===0))return!1;let t=!1;return this.interaction.executeExclusiveInteraction(this,()=>pre(this,null,function*(){return new Promise(n=>{this.completeInteraction=n,t=!0})})),this.exclusiveStarted=t,t}applyTranslation(t,n){this.dragItems.forEach(r=>{if(r.mode==="attr"){const i=r.startX+t,o=r.startY+n,a={x:i,y:o};r.hasDataX&&(a["data-x"]=i),r.hasDataY&&(a["data-y"]=o),ut(r.element,a)}else{const i=this.composeTransform(r.startX+t,r.startY+n,r.restTransform);ut(r.element,{transform:i})}})}commitTranslation(t,n){if(Math.abs(t)<1e-6&&Math.abs(n)<1e-6)return;const r=this.dragItems.map(i=>{if(i.mode==="attr"){const s=i.startX+t,c=i.startY+n,l={x:s,y:c},u={};return i.hasX?u.x=i.startX:u.x=null,i.hasY?u.y=i.startY:u.y=null,i.hasDataX&&(l["data-x"]=s,u["data-x"]=i.startX),i.hasDataY&&(l["data-y"]=c,u["data-y"]=i.startY),new kn(i.element,{attributes:l},{attributes:u})}const o=this.composeTransform(i.startX+t,i.startY+n,i.restTransform),a=i.originalTransform!==void 0?i.originalTransform:null;return new kn(i.element,{attributes:{transform:o}},{attributes:{transform:a}})});r.length&&this.commander.executeBatch(r)}createDragItem(t){const n=this.getTransformInfo(t);if(n)return{element:t,mode:"transform",startX:n.x,startY:n.y,hasX:!1,hasY:!1,hasDataX:!1,hasDataY:!1,restTransform:n.rest,originalTransform:n.original};const{x:r,y:i,hasX:o,hasY:a,hasDataX:s,hasDataY:c}=this.getAttrInfo(t);return{element:t,mode:"attr",startX:r,startY:i,hasX:o,hasY:a,hasDataX:s,hasDataY:c}}getAttrInfo(t){const n=this.editor.getDocument(),{x:r,y:i}=Vn(n,t),o=sn(t,["x","y","data-x","data-y"],!1),a=o.x!==null&&o.x!==void 0,s=o.y!==null&&o.y!==void 0,c=o["data-x"]!==null&&o["data-x"]!==void 0,l=o["data-y"]!==null&&o["data-y"]!==void 0,u=(v,b)=>{const _=v!=null?Number(v):NaN;return Number.isFinite(_)?_:b},h=u(o.x,NaN),d=u(o.y,NaN),f=u(o["data-x"],NaN),g=u(o["data-y"],NaN),y=Number.isFinite(h)?h:Number.isFinite(f)?f:r,m=Number.isFinite(d)?d:Number.isFinite(g)?g:i;return{x:y,y:m,hasX:a,hasY:s,hasDataX:c,hasDataY:l}}getTransformInfo(t){const n=t.getAttribute("transform");if(n===null)return null;const r=n.match(/translate\(\s*([-\d.]+)(?:[ ,]\s*([-\d.]+))?\s*\)/i);if(!r)return{x:0,y:0,rest:n,original:n};const i=Number(r[1])||0,o=r[2]!==void 0&&Number(r[2])||0,a=n.replace(r[0],"").trim();return{x:i,y:o,rest:a,original:n}}composeTransform(t,n,r){const i=`translate(${t}, ${n})`;return r&&r.length?`${i} ${r}`:i}emitGeometryChange(){var t;const n=(t=this.dragItems[0])==null?void 0:t.element;if(!n)return;const r=Vn(this.editor.getDocument(),n);this.emitter.emit("selection:geometrychange",{type:"selection:geometrychange",target:n,rect:r})}detachPointerListeners(){window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd),window.removeEventListener("pointercancel",this.handleEnd)}reset(){var t;this.detachPointerListeners(),this.clearGuides(),this.pointerId=void 0,this.startPoint=void 0,this.dragItems=[],this.startTarget=void 0,this.selectionForDrag=[],this.willReplaceSelection=!1,this.exclusiveStarted=!1,this.dragging=!1,this.startBounds=void 0,this.guideCandidates=void 0,(t=this.completeInteraction)==null||t.call(this),this.completeInteraction=void 0}getSelectionBounds(t){if(!t.length)return;const n=this.editor.getDocument(),r=t.map(i=>Vn(n,i));return mi(r)}collectGuideCandidates(t){const n=this.editor.getDocument(),r=new Set(t),i=Array.from(n.querySelectorAll("[data-element-type]")).filter(s=>!r.has(s)),o=[],a=[];return i.forEach(s=>{const{x:c,y:l,width:u,height:h}=Vn(n,s);o.push(c,c+u/2,c+u),a.push(l,l+h/2,l+h)}),{vertical:o,horizontal:a}}getSnappedDelta(t,n){if(!this.startBounds||!this.guideCandidates)return{dx:t,dy:n};const r={x:this.startBounds.x+t,y:this.startBounds.y+n,width:this.startBounds.width,height:this.startBounds.height},i=this.getSnapOffset([r.x,r.x+r.width/2,r.x+r.width],this.guideCandidates.vertical),o=this.getSnapOffset([r.y,r.y+r.height/2,r.y+r.height],this.guideCandidates.horizontal);return{dx:t+((i==null?void 0:i.offset)||0),dy:n+((o==null?void 0:o.offset)||0),snapX:i,snapY:o}}getSnapOffset(t,n,r=5){let i=null;return t.forEach(o=>{n.forEach(a=>{const s=a-o;Math.abs(s)<=r&&(!i||Math.abs(s)<Math.abs(i.offset))&&(i={offset:s,at:a})})}),i||void 0}ensureGuideLine(t){const n=t==="vertical"?this.guideVertical:this.guideHorizontal;if(n)return n;const r=this.interaction.appendTransientElement(Se("line",{stroke:"#FF7A45","stroke-width":1,"stroke-dasharray":"4 4","pointer-events":"none",visibility:"hidden"}));return t==="vertical"?this.guideVertical=r:this.guideHorizontal=r,r}updateGuides(t){const n=this.editor.getDocument(),{width:r,height:i}=n.viewBox.baseVal;if(t.snapX){const o=this.ensureGuideLine("vertical");ut(o,{x1:t.snapX.at,y1:0,x2:t.snapX.at,y2:i,visibility:"visible"})}else this.guideVertical&&this.guideVertical.setAttribute("visibility","hidden");if(t.snapY){const o=this.ensureGuideLine("horizontal");ut(o,{x1:0,y1:t.snapY.at,x2:r,y2:t.snapY.at,visibility:"visible"})}else this.guideHorizontal&&this.guideHorizontal.setAttribute("visibility","hidden")}clearGuides(){var t,n;(t=this.guideVertical)==null||t.remove(),(n=this.guideHorizontal)==null||n.remove(),this.guideVertical=void 0,this.guideHorizontal=void 0}}var UC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class KC extends lr{constructor(){super(...arguments),this.name="hotkey-history",this.handleUndo=t=>UC(this,null,function*(){t.preventDefault(),yield this.commander.undo()}),this.handleRedo=t=>UC(this,null,function*(){t.preventDefault(),yield this.commander.redo()})}init(t){super.init(t),this.hotkey=new Yne({filter:()=>this.interaction.isActive()}),this.hotkey.bind("mod+z",this.handleUndo),this.hotkey.bind(["mod+shift+z","mod+y"],this.handleRedo)}destroy(){var t;(t=this.hotkey)==null||t.destroy()}}var gre=Object.defineProperty,mre=Object.defineProperties,yre=Object.getOwnPropertyDescriptors,ZC=Object.getOwnPropertySymbols,vre=Object.prototype.hasOwnProperty,bre=Object.prototype.propertyIsEnumerable,QC=(e,t,n)=>t in e?gre(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_re=(e,t)=>{for(var n in t||(t={}))vre.call(t,n)&&QC(e,n,t[n]);if(ZC)for(var n of ZC(t))bre.call(t,n)&&QC(e,n,t[n]);return e},xre=(e,t)=>mre(e,yre(t));class JC extends lr{constructor(){super(...arguments),this.name="select-highlight",this.highlightMasks=[],this.handleSelectionChanged=({next:t})=>{this.highlightSelection(t)},this.handleGeometryChanged=({target:t})=>{this.interaction.isSelected(t)&&this.highlightSelection(this.interaction.getSelection())},this.handleHistoryChanged=()=>{this.highlightSelection(this.interaction.getSelection())}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChanged),n.on("selection:geometrychange",this.handleGeometryChanged),n.on("history:change",this.handleHistoryChanged),this.highlightSelection(this.interaction.getSelection())}destroy(){this.clearMasks();const{emitter:t}=this;t.off("selection:change",this.handleSelectionChanged),t.off("selection:geometrychange",this.handleGeometryChanged),t.off("history:change",this.handleHistoryChanged)}highlightSelection(t){if(t.length===1&&jn(t[0])){this.clearMasks();return}this.drawElementMasks(t),this.drawCombinedBoundsMask(t)}drawElementMasks(t){let n=0;for(;n<t.length;n++){const{x:r,y:i,width:o,height:a}=Vn(this.editor.getDocument(),t[n]),s={x:r,y:i,width:o,height:a,fill:"none",stroke:"#3384F5","stroke-width":1,"pointer-events":"none"},c=this.highlightMasks[n];c?ut(c,s):this.highlightMasks[n]=this.interaction.appendTransientElement(Se("rect",s))}for(;n<this.highlightMasks.length;n++)this.highlightMasks[n].remove();this.highlightMasks=this.highlightMasks.slice(0,t.length)}drawCombinedBoundsMask(t){var n;if(t.length<2){(n=this.combinedBoundsMask)==null||n.remove(),this.combinedBoundsMask=void 0;return}const r=mi(t.map(o=>Vn(this.editor.getDocument(),o))),i=xre(_re({},r),{fill:"none",stroke:"#3384F5","stroke-width":2,"pointer-events":"none"});this.combinedBoundsMask?ut(this.combinedBoundsMask,i):this.combinedBoundsMask=this.interaction.appendTransientElement(Se("rect",i))}clearMasks(){var t;this.highlightMasks.forEach(n=>n.remove()),this.highlightMasks=[],(t=this.combinedBoundsMask)==null||t.remove(),this.combinedBoundsMask=void 0}}const eO=1,wre=-5e3,Pre=5e3;class tO extends lr{constructor(){super(...arguments),this.name="zoom-wheel",this.wheelListener=t=>{var n;if(!this.interaction.isActive()||!t.ctrlKey&&!t.metaKey)return;t.preventDefault();const r=t.deltaY>0?1.1:.9,o=(n=this.state.getOptions().padding)!=null?n:0,a=Er(o),c=this.editor.getDocument().getBBox(),l=a.map(v=>jk((v===0?1:v)*r,wre,Pre)),[u,h,d,f]=l,g=c.width+f+h,y=c.height+u+d;if(g<=eO||y<=eO)return;const m=new sre({padding:l});this.commander.execute(m)}}init(t){super.init(t),document.addEventListener("wheel",this.wheelListener,{passive:!1})}destroy(){document.removeEventListener("wheel",this.wheelListener)}}class V1{init(t){Object.assign(this,t)}}const Yr=({icon:e,onClick:t,activate:n=!1})=>{Cre();const r=document.createElement("button");r.type="button",r.classList.add(Xo),n&&r.setAttribute("data-activate","true"),t&&r.addEventListener("click",t);const i=e();return r.appendChild(i),Object.assign(r,{setActivate:(a=>{a?r.setAttribute("data-activate","true"):r.removeAttribute("data-activate")}).bind(r),activate:n})},Xo="infographic-edit-bar-icon-btn",$re="infographic-edit-bar-icon-btn-style";function Cre(){Sn($re,`
|
|
160
|
-
.${
|
|
159
|
+
`)}var _re=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class ZC extends fr{constructor(){super(...arguments),this.name="drag-element",this.selectionForDrag=[],this.willReplaceSelection=!1,this.exclusiveStarted=!1,this.dragItems=[],this.dragging=!1,this.dragThreshold=4,this.handleStart=t=>{if(!this.interaction.isActive()||t.pointerType==="mouse"&&t.button!==0)return;const n=Dc(t.target);if(!n||kb(n))return;const r=this.editor.getDocument();this.pointerId=t.pointerId,this.startPoint=Xr(r,t.clientX,t.clientY),this.dragging=!1,this.startTarget=n;const i=this.interaction.isSelected(n);this.selectionForDrag=i?this.interaction.getSelection():[n],this.willReplaceSelection=!i,this.exclusiveStarted=!1,this.startBounds=this.getSelectionBounds(this.selectionForDrag),this.guideCandidates=this.collectGuideCandidates(this.selectionForDrag),window.addEventListener("pointermove",this.handleMove),window.addEventListener("pointerup",this.handleEnd),window.addEventListener("pointercancel",this.handleEnd)},this.handleMove=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;const n=this.editor.getDocument(),r=Xr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if(!this.dragging){if(Math.hypot(i,o)<this.dragThreshold)return;if(!this.startDrag()){this.reset();return}this.dragging=!0}const s=t.altKey?{dx:i,dy:o}:this.getSnappedDelta(i,o);t.preventDefault(),t.stopPropagation(),this.updateGuides(s),this.applyTranslation(s.dx,s.dy),this.emitGeometryChange()},this.handleEnd=t=>{if(t.pointerId!==this.pointerId||!this.startPoint)return;this.detachPointerListeners();const n=this.editor.getDocument(),r=Xr(n,t.clientX,t.clientY),i=r.x-this.startPoint.x,o=r.y-this.startPoint.y;if((this.dragging||Math.hypot(i,o)>=this.dragThreshold)&&this.dragItems.length&&this.exclusiveStarted){t.preventDefault(),t.stopPropagation();const s=t.altKey?{dx:i,dy:o}:this.getSnappedDelta(i,o);this.updateGuides(s),this.applyTranslation(s.dx,s.dy),this.commitTranslation(s.dx,s.dy),this.emitGeometryChange()}this.reset()}}init(t){super.init(t),this.editor.getDocument().addEventListener("pointerdown",this.handleStart)}destroy(){this.detachPointerListeners(),this.editor.getDocument().removeEventListener("pointerdown",this.handleStart)}startDrag(){if(this.exclusiveStarted)return!0;if(!this.startTarget||(this.willReplaceSelection&&this.interaction.select([this.startTarget],"replace"),this.dragItems=this.selectionForDrag.filter(n=>Fn(n)).map(n=>this.createDragItem(n)).filter(Boolean),this.dragItems.length===0))return!1;let t=!1;return this.interaction.executeExclusiveInteraction(this,()=>_re(this,null,function*(){return new Promise(n=>{this.completeInteraction=n,t=!0})})),this.exclusiveStarted=t,t}applyTranslation(t,n){this.dragItems.forEach(r=>{if(r.mode==="attr"){const i=r.startX+t,o=r.startY+n,a={x:i,y:o};r.hasDataX&&(a["data-x"]=i),r.hasDataY&&(a["data-y"]=o),lt(r.element,a)}else{const i=this.composeTransform(r.startX+t,r.startY+n,r.restTransform);lt(r.element,{transform:i})}})}commitTranslation(t,n){if(Math.abs(t)<1e-6&&Math.abs(n)<1e-6)return;const r=this.dragItems.map(i=>{if(i.mode==="attr"){const s=i.startX+t,c=i.startY+n,l={x:s,y:c},u={};return i.hasX?u.x=i.startX:u.x=null,i.hasY?u.y=i.startY:u.y=null,i.hasDataX&&(l["data-x"]=s,u["data-x"]=i.startX),i.hasDataY&&(l["data-y"]=c,u["data-y"]=i.startY),new kn(i.element,{attributes:l},{attributes:u})}const o=this.composeTransform(i.startX+t,i.startY+n,i.restTransform),a=i.originalTransform!==void 0?i.originalTransform:null;return new kn(i.element,{attributes:{transform:o}},{attributes:{transform:a}})});r.length&&this.commander.executeBatch(r)}createDragItem(t){const n=this.getTransformInfo(t);if(n)return{element:t,mode:"transform",startX:n.x,startY:n.y,hasX:!1,hasY:!1,hasDataX:!1,hasDataY:!1,restTransform:n.rest,originalTransform:n.original};const{x:r,y:i,hasX:o,hasY:a,hasDataX:s,hasDataY:c}=this.getAttrInfo(t);return{element:t,mode:"attr",startX:r,startY:i,hasX:o,hasY:a,hasDataX:s,hasDataY:c}}getAttrInfo(t){const n=this.editor.getDocument(),{x:r,y:i}=Yn(n,t),o=sn(t,["x","y","data-x","data-y"],!1),a=o.x!==null&&o.x!==void 0,s=o.y!==null&&o.y!==void 0,c=o["data-x"]!==null&&o["data-x"]!==void 0,l=o["data-y"]!==null&&o["data-y"]!==void 0,u=(v,b)=>{const _=v!=null?Number(v):NaN;return Number.isFinite(_)?_:b},h=u(o.x,NaN),d=u(o.y,NaN),f=u(o["data-x"],NaN),g=u(o["data-y"],NaN),y=Number.isFinite(h)?h:Number.isFinite(f)?f:r,m=Number.isFinite(d)?d:Number.isFinite(g)?g:i;return{x:y,y:m,hasX:a,hasY:s,hasDataX:c,hasDataY:l}}getTransformInfo(t){const n=t.getAttribute("transform");if(n===null)return null;const r=n.match(/translate\(\s*([-\d.]+)(?:[ ,]\s*([-\d.]+))?\s*\)/i);if(!r)return{x:0,y:0,rest:n,original:n};const i=Number(r[1])||0,o=r[2]!==void 0&&Number(r[2])||0,a=n.replace(r[0],"").trim();return{x:i,y:o,rest:a,original:n}}composeTransform(t,n,r){const i=`translate(${t}, ${n})`;return r&&r.length?`${i} ${r}`:i}emitGeometryChange(){var t;const n=(t=this.dragItems[0])==null?void 0:t.element;if(!n)return;const r=Yn(this.editor.getDocument(),n);this.emitter.emit("selection:geometrychange",{type:"selection:geometrychange",target:n,rect:r})}detachPointerListeners(){window.removeEventListener("pointermove",this.handleMove),window.removeEventListener("pointerup",this.handleEnd),window.removeEventListener("pointercancel",this.handleEnd)}reset(){var t;this.detachPointerListeners(),this.clearGuides(),this.pointerId=void 0,this.startPoint=void 0,this.dragItems=[],this.startTarget=void 0,this.selectionForDrag=[],this.willReplaceSelection=!1,this.exclusiveStarted=!1,this.dragging=!1,this.startBounds=void 0,this.guideCandidates=void 0,(t=this.completeInteraction)==null||t.call(this),this.completeInteraction=void 0}getSelectionBounds(t){if(!t.length)return;const n=this.editor.getDocument(),r=t.map(i=>Yn(n,i));return yi(r)}collectGuideCandidates(t){const n=this.editor.getDocument(),r=new Set(t),i=Array.from(n.querySelectorAll("[data-element-type]")).filter(s=>!r.has(s)),o=[],a=[];return i.forEach(s=>{const{x:c,y:l,width:u,height:h}=Yn(n,s);o.push(c,c+u/2,c+u),a.push(l,l+h/2,l+h)}),{vertical:o,horizontal:a}}getSnappedDelta(t,n){if(!this.startBounds||!this.guideCandidates)return{dx:t,dy:n};const r={x:this.startBounds.x+t,y:this.startBounds.y+n,width:this.startBounds.width,height:this.startBounds.height},i=this.getSnapOffset([r.x,r.x+r.width/2,r.x+r.width],this.guideCandidates.vertical),o=this.getSnapOffset([r.y,r.y+r.height/2,r.y+r.height],this.guideCandidates.horizontal);return{dx:t+((i==null?void 0:i.offset)||0),dy:n+((o==null?void 0:o.offset)||0),snapX:i,snapY:o}}getSnapOffset(t,n,r=5){let i=null;return t.forEach(o=>{n.forEach(a=>{const s=a-o;Math.abs(s)<=r&&(!i||Math.abs(s)<Math.abs(i.offset))&&(i={offset:s,at:a})})}),i||void 0}ensureGuideLine(t){const n=t==="vertical"?this.guideVertical:this.guideHorizontal;if(n)return n;const r=this.interaction.appendTransientElement(Ee("line",{stroke:"#FF7A45","stroke-width":1,"stroke-dasharray":"4 4","pointer-events":"none",visibility:"hidden"}));return t==="vertical"?this.guideVertical=r:this.guideHorizontal=r,r}updateGuides(t){const n=this.editor.getDocument(),{width:r,height:i}=n.viewBox.baseVal;if(t.snapX){const o=this.ensureGuideLine("vertical");lt(o,{x1:t.snapX.at,y1:0,x2:t.snapX.at,y2:i,visibility:"visible"})}else this.guideVertical&&this.guideVertical.setAttribute("visibility","hidden");if(t.snapY){const o=this.ensureGuideLine("horizontal");lt(o,{x1:0,y1:t.snapY.at,x2:r,y2:t.snapY.at,visibility:"visible"})}else this.guideHorizontal&&this.guideHorizontal.setAttribute("visibility","hidden")}clearGuides(){var t,n;(t=this.guideVertical)==null||t.remove(),(n=this.guideHorizontal)==null||n.remove(),this.guideVertical=void 0,this.guideHorizontal=void 0}}var QC=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class JC extends fr{constructor(){super(...arguments),this.name="hotkey-history",this.handleUndo=t=>QC(this,null,function*(){t.preventDefault(),yield this.commander.undo()}),this.handleRedo=t=>QC(this,null,function*(){t.preventDefault(),yield this.commander.redo()})}init(t){super.init(t),this.hotkey=new Jne({filter:()=>this.interaction.isActive()}),this.hotkey.bind("mod+z",this.handleUndo),this.hotkey.bind(["mod+shift+z","mod+y"],this.handleRedo)}destroy(){var t;(t=this.hotkey)==null||t.destroy()}}var xre=Object.defineProperty,wre=Object.defineProperties,Pre=Object.getOwnPropertyDescriptors,eO=Object.getOwnPropertySymbols,$re=Object.prototype.hasOwnProperty,Cre=Object.prototype.propertyIsEnumerable,tO=(e,t,n)=>t in e?xre(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ore=(e,t)=>{for(var n in t||(t={}))$re.call(t,n)&&tO(e,n,t[n]);if(eO)for(var n of eO(t))Cre.call(t,n)&&tO(e,n,t[n]);return e},Sre=(e,t)=>wre(e,Pre(t));class nO extends fr{constructor(){super(...arguments),this.name="select-highlight",this.highlightMasks=[],this.handleSelectionChanged=({next:t})=>{this.highlightSelection(t)},this.handleGeometryChanged=({target:t})=>{this.interaction.isSelected(t)&&this.highlightSelection(this.interaction.getSelection())},this.handleHistoryChanged=()=>{this.highlightSelection(this.interaction.getSelection())}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChanged),n.on("selection:geometrychange",this.handleGeometryChanged),n.on("history:change",this.handleHistoryChanged),this.highlightSelection(this.interaction.getSelection())}destroy(){this.clearMasks();const{emitter:t}=this;t.off("selection:change",this.handleSelectionChanged),t.off("selection:geometrychange",this.handleGeometryChanged),t.off("history:change",this.handleHistoryChanged)}highlightSelection(t){if(t.length===1&&Fn(t[0])){this.clearMasks();return}this.drawElementMasks(t),this.drawCombinedBoundsMask(t)}drawElementMasks(t){let n=0;for(;n<t.length;n++){const{x:r,y:i,width:o,height:a}=Yn(this.editor.getDocument(),t[n]),s={x:r,y:i,width:o,height:a,fill:"none",stroke:"#3384F5","stroke-width":1,"pointer-events":"none"},c=this.highlightMasks[n];c?lt(c,s):this.highlightMasks[n]=this.interaction.appendTransientElement(Ee("rect",s))}for(;n<this.highlightMasks.length;n++)this.highlightMasks[n].remove();this.highlightMasks=this.highlightMasks.slice(0,t.length)}drawCombinedBoundsMask(t){var n;if(t.length<2){(n=this.combinedBoundsMask)==null||n.remove(),this.combinedBoundsMask=void 0;return}const r=yi(t.map(o=>Yn(this.editor.getDocument(),o))),i=Sre(Ore({},r),{fill:"none",stroke:"#3384F5","stroke-width":2,"pointer-events":"none"});this.combinedBoundsMask?lt(this.combinedBoundsMask,i):this.combinedBoundsMask=this.interaction.appendTransientElement(Ee("rect",i))}clearMasks(){var t;this.highlightMasks.forEach(n=>n.remove()),this.highlightMasks=[],(t=this.combinedBoundsMask)==null||t.remove(),this.combinedBoundsMask=void 0}}const rO=1,Mre=-5e3,Ere=5e3;class iO extends fr{constructor(){super(...arguments),this.name="zoom-wheel",this.wheelListener=t=>{var n;if(!this.interaction.isActive()||!t.ctrlKey&&!t.metaKey)return;t.preventDefault();const r=t.deltaY>0?1.1:.9,o=(n=this.state.getOptions().padding)!=null?n:0,a=Ar(o),c=this.editor.getDocument().getBBox(),l=a.map(v=>Vk((v===0?1:v)*r,Mre,Ere)),[u,h,d,f]=l,g=c.width+f+h,y=c.height+u+d;if(g<=rO||y<=rO)return;const m=new fre({padding:l});this.commander.execute(m)}}init(t){super.init(t),document.addEventListener("wheel",this.wheelListener,{passive:!1})}destroy(){document.removeEventListener("wheel",this.wheelListener)}}class K1{init(t){Object.assign(this,t)}}const Ur=({icon:e,onClick:t,activate:n=!1})=>{Are();const r=document.createElement("button");r.type="button",r.classList.add(Zo),n&&r.setAttribute("data-activate","true"),t&&r.addEventListener("click",t);const i=e();return r.appendChild(i),Object.assign(r,{setActivate:(a=>{a?r.setAttribute("data-activate","true"):r.removeAttribute("data-activate")}).bind(r),activate:n})},Zo="infographic-edit-bar-icon-btn",Ire="infographic-edit-bar-icon-btn-style";function Are(){Sn(Ire,`
|
|
160
|
+
.${Zo} {
|
|
161
161
|
padding: 0;
|
|
162
162
|
display: flex;
|
|
163
163
|
align-items: center;
|
|
@@ -172,28 +172,28 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
172
172
|
cursor: pointer;
|
|
173
173
|
transition: color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
|
|
174
174
|
}
|
|
175
|
-
.${
|
|
175
|
+
.${Zo}:hover {
|
|
176
176
|
background-color: #f5f5f5;
|
|
177
177
|
}
|
|
178
|
-
.${
|
|
178
|
+
.${Zo}:active {
|
|
179
179
|
background-color: #d9d9d9;
|
|
180
180
|
}
|
|
181
|
-
.${
|
|
181
|
+
.${Zo}[data-activate="true"] {
|
|
182
182
|
background-color: #d9d9d9;
|
|
183
183
|
}
|
|
184
|
-
`)}const Rn="infographic-color-picker",
|
|
184
|
+
`)}const Rn="infographic-color-picker",oO=`${Rn}__swatches`,qc=`${Rn}__swatch`,aO=`${Rn}__controls`,jc=`${Rn}__input`,sO=`${Rn}__format`,Kr=`${Rn}__format-switch`,Z1=`${Rn}__format-switch-knob`,Fc=`${Rn}__format-switch-label`,Tre="infographic-color-picker-style",kre="#1f1f1f",Rre=["#000000","#1f1f1f","#434343","#595959","#8c8c8c","#bfbfbf","#d9d9d9","#f0f0f0","#ffffff","#1677ff","#2f54eb","#91caff","#13c2c2","#36cfc9","#52c41a","#73d13d","#fadb14","#ffd666","#fa8c16","#fa541c","#f5222d","#ff7875","#eb2f96","#ffadd2","#722ed1","#9254de","rgba(0, 0, 0, 0.65)","rgba(255, 255, 255, 0.85)"];function cO(e){var t,n,r;if(typeof document=="undefined")throw new Error("ColorPicker can only be used in the browser.");Dre();const i=document.createElement("div");i.classList.add(Rn);const o=document.createElement("div");o.classList.add(oO),i.appendChild(o);const a=document.createElement("div");a.classList.add(aO),i.appendChild(a);const s=document.createElement("input");s.type="text",s.spellcheck=!1,s.classList.add(jc),a.appendChild(s);const c=document.createElement("div");c.classList.add(sO),a.appendChild(c);const l=document.createElement("button");l.type="button",l.classList.add(Kr),l.appendChild(dO("HEXA"));const u=document.createElement("span");u.classList.add(Z1),l.appendChild(u),l.appendChild(dO("RGBA")),c.appendChild(l);let h="hexa",d=(n=(t=Qo(e.value))!=null?t:Qo(kre))!=null?n:{r:31,g:31,b:31,a:1};const f=[];return((r=e.swatches)!=null&&r.length?e.swatches:Rre).forEach(P=>{const $=Qo(P);if(!$)return;const C=document.createElement("button");C.type="button",C.classList.add(qc),C.style.setProperty("--swatch-color",Bc($,"rgba")),C.dataset.colorKey=uO($),C.addEventListener("click",()=>{b($)}),o.appendChild(C),f.push(C)}),l.addEventListener("click",()=>v(h==="hexa"?"rgba":"hexa")),s.addEventListener("change",m),s.addEventListener("keydown",P=>{P.key==="Enter"&&m()}),_(),Object.assign(i,{setValue:P=>{const $=Qo(P);if(!$){s.setAttribute("data-invalid","true");return}s.removeAttribute("data-invalid"),b($,!1)},destroy:()=>{i.remove()}});function m(){const P=Qo(s.value);if(!P){s.setAttribute("data-invalid","true");return}s.removeAttribute("data-invalid"),b(P)}function v(P,$){var C;h!==P&&(h=P,_(),(C=e.onChange)==null||C.call(e,Bc(d,h)))}function b(P,$=!0){var C;if(zre(d,P)){_();return}d=P,_(),$&&((C=e.onChange)==null||C.call(e,Bc(d,h)))}function _(){s.value=Bc(d,h),x(),w()}function x(){const P=uO(d);f.forEach($=>{$.dataset.colorKey===P?$.setAttribute("data-active","true"):$.removeAttribute("data-active")})}function w(){h==="rgba"?l.setAttribute("data-format","rgba"):l.setAttribute("data-format","hexa")}}function Qo(e){var t;if(!e)return;const n=$n(e);if(!n||typeof n.r!="number")return;const r=n;return{r:Q1(r.r),g:Q1(r.g),b:Q1(r.b),a:hO((t=r.alpha)!=null?t:1)}}function Bc(e,t){return t==="rgba"?Lre(e):lO(e)}function lO(e){const t=Wc(e.r),n=Wc(e.g),r=Wc(e.b),i=e.a<1?Wc(Math.round(e.a*255)):"";return`#${t}${n}${r}${i}`}function Lre(e){const t=Nre(e.a);return`rgba(${e.r}, ${e.g}, ${e.b}, ${t})`}function uO(e){return lO(e).toLowerCase()}function zre(e,t){return e.r===t.r&&e.g===t.g&&e.b===t.b&&e.a===t.a}function hO(e){return Number.isNaN(e)?0:Math.min(1,Math.max(0,e))}function Q1(e){if(Number.isNaN(e))return 0;const t=e<=1?e*255:e;return Math.round(Math.min(255,Math.max(0,t)))}function Wc(e){return e.toString(16).padStart(2,"0")}function Nre(e){const t=Math.round(hO(e)*100)/100;return t===1?"1":t===0?"0":t.toString()}function dO(e){const t=document.createElement("span");return t.textContent=e,t.classList.add(Fc),t}function Dre(){Sn(Tre,`
|
|
185
185
|
.${Rn} {
|
|
186
186
|
width: 240px;
|
|
187
187
|
padding: 10px;
|
|
188
188
|
box-sizing: border-box;
|
|
189
189
|
}
|
|
190
|
-
.${
|
|
190
|
+
.${oO} {
|
|
191
191
|
display: grid;
|
|
192
192
|
grid-template-columns: repeat(auto-fit, 26px);
|
|
193
193
|
gap: 6px;
|
|
194
194
|
margin-bottom: 10px;
|
|
195
195
|
}
|
|
196
|
-
.${
|
|
196
|
+
.${qc} {
|
|
197
197
|
width: 24px;
|
|
198
198
|
height: 24px;
|
|
199
199
|
border-radius: 50%;
|
|
@@ -204,19 +204,19 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
204
204
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
205
205
|
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
206
206
|
}
|
|
207
|
-
.${
|
|
207
|
+
.${qc}[data-active="true"] {
|
|
208
208
|
box-shadow: 0 0 0 2px #1677ff;
|
|
209
209
|
transform: translateY(-1px);
|
|
210
210
|
}
|
|
211
|
-
.${
|
|
211
|
+
.${qc}:hover {
|
|
212
212
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
|
|
213
213
|
}
|
|
214
|
-
.${
|
|
214
|
+
.${aO} {
|
|
215
215
|
display: flex;
|
|
216
216
|
align-items: center;
|
|
217
217
|
gap: 6px;
|
|
218
218
|
}
|
|
219
|
-
.${
|
|
219
|
+
.${jc} {
|
|
220
220
|
flex: 1;
|
|
221
221
|
min-width: 0;
|
|
222
222
|
height: 30px;
|
|
@@ -232,19 +232,19 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
232
232
|
outline: none;
|
|
233
233
|
transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
|
|
234
234
|
}
|
|
235
|
-
.${
|
|
235
|
+
.${jc}:focus {
|
|
236
236
|
border-color: #1677ff;
|
|
237
237
|
background: #ffffff;
|
|
238
238
|
box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
|
|
239
239
|
}
|
|
240
|
-
.${
|
|
240
|
+
.${jc}[data-invalid="true"] {
|
|
241
241
|
border-color: #ff4d4f;
|
|
242
242
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.12);
|
|
243
243
|
}
|
|
244
|
-
.${
|
|
244
|
+
.${sO} {
|
|
245
245
|
display: inline-flex;
|
|
246
246
|
}
|
|
247
|
-
.${
|
|
247
|
+
.${Kr} {
|
|
248
248
|
position: relative;
|
|
249
249
|
display: grid;
|
|
250
250
|
grid-template-columns: 1fr 1fr;
|
|
@@ -259,15 +259,15 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
259
259
|
overflow: hidden;
|
|
260
260
|
transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
|
|
261
261
|
}
|
|
262
|
-
.${
|
|
262
|
+
.${Kr}:hover {
|
|
263
263
|
background: #ededed;
|
|
264
264
|
}
|
|
265
|
-
.${
|
|
265
|
+
.${Kr}:focus-visible {
|
|
266
266
|
outline: none;
|
|
267
267
|
border-color: #1677ff;
|
|
268
268
|
box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.12);
|
|
269
269
|
}
|
|
270
|
-
.${
|
|
270
|
+
.${Z1} {
|
|
271
271
|
position: absolute;
|
|
272
272
|
inset: 0;
|
|
273
273
|
width: 50%;
|
|
@@ -276,10 +276,10 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
276
276
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
|
|
277
277
|
transition: transform 0.2s ease;
|
|
278
278
|
}
|
|
279
|
-
.${
|
|
279
|
+
.${Kr}[data-format="rgba"] .${Z1} {
|
|
280
280
|
transform: translateX(100%);
|
|
281
281
|
}
|
|
282
|
-
.${
|
|
282
|
+
.${Fc} {
|
|
283
283
|
position: relative;
|
|
284
284
|
z-index: 1;
|
|
285
285
|
text-align: center;
|
|
@@ -287,15 +287,15 @@ ${o(l)}}`}return i.push("type InfographicType = {"),n.includes("title")&&(i.push
|
|
|
287
287
|
color: #434343;
|
|
288
288
|
user-select: none;
|
|
289
289
|
}
|
|
290
|
-
.${
|
|
291
|
-
.${
|
|
290
|
+
.${Kr}[data-format="hexa"] .${Fc}:first-child,
|
|
291
|
+
.${Kr}[data-format="rgba"] .${Fc}:last-child {
|
|
292
292
|
color: #ffffff;
|
|
293
293
|
}
|
|
294
294
|
`)}const zt=(e,{viewBox:t="0 0 1024 1024",size:n="1.5em"}={})=>({fill:r="currentColor"}={})=>{const i=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${t}" width="${n}" height="${n}" fill="${r}">
|
|
295
295
|
${e.trim()}
|
|
296
|
-
</svg>`;return document.createRange().createContextualFragment(i).firstElementChild},
|
|
297
|
-
<path d="M661.333 272.411c17.673 0 32 14.327 32 32V902c0 17.673-14.327 32-32 32H362.667c-17.673 0-32-14.327-32-32V304.411c0-17.673 14.327-32 32-32z m-32 63.999H394.666V870h234.667V336.41zM896 101.671c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768z" />`),alignRight:zt('<path d="M891.329 96c17.496 0 31.713 14.042 31.995 31.47l0.005 0.53v768c0 17.673-14.327 32-32 32-17.497 0-31.713-14.042-31.996-31.47l-0.004-0.53V128c0-17.673 14.327-32 32-32z m-170.74 234.667c17.673 0 32 14.327 32 32v298.666c0 17.673-14.327 32-32 32H123c-17.673 0-32-14.327-32-32V362.667c0-17.673 14.327-32 32-32z m-32 63.999H155v234.667h533.589V394.666z" />'),alignBottom:zt('<path d="M896 859.329c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768zM661.333 91c17.673 0 32 14.327 32 32v597.589c0 17.673-14.327 32-32 32H362.667c-17.673 0-32-14.327-32-32V123c0-17.673 14.327-32 32-32z m-32 64H394.666v533.589h234.667V155z" />'),alignLeft:zt('<path d="M133.671 96c17.497 0 31.713 14.042 31.996 31.47l0.004 0.53v768c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.995-31.47l-0.005-0.53V128c0-17.673 14.327-32 32-32zM902 330.667c17.673 0 32 14.327 32 32v298.666c0 17.673-14.327 32-32 32H304.411c-17.673 0-32-14.327-32-32V362.667c0-17.673 14.327-32 32-32z m-32.001 63.999H336.41v234.667h533.589V394.666z" />'),alignH:zt('<path d="M512.5 96c17.496 0 31.713 14.042 31.996 31.47l0.004 0.53v202.666H875c17.496 0 31.713 14.042 31.996 31.471l0.004 0.53v298.666c0 17.673-14.327 32-32 32H544.5V896c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.996-31.47l-0.004-0.53V693.333H150c-17.496 0-31.713-14.041-31.996-31.47l-0.004-0.53V362.667c0-17.673 14.327-32 32-32l330.5-0.001V128c0-17.673 14.327-32 32-32z m-32 298.666H182v234.667h298.5V394.666z m362.5 0H544.5v234.667H843V394.666z" />'),alignV:zt('<path d="M661.333 118c17.673 0 32 14.327 32 32v330.5H896c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H693.333V875c0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H362.667c-17.673 0-32-14.327-32-32l-0.001-330.5H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h202.666V150c0-17.496 14.042-31.713 31.471-31.996l0.53-0.004z m-32.001 426.5H394.665l0.001 298.5h234.667l-0.001-298.5z m0.001-362.5H394.666l-0.001 298.5h234.667l0.001-298.5z" />'),distributeH:zt('<path d="M853.333 96c17.497 0 31.713 14.042 31.996 31.47l0.004 0.53v768c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.995-31.47l-0.005-0.53V128c0-17.673 14.327-32 32-32z m-682.666 0c17.496 0 31.713 14.042 31.995 31.47l0.005 0.53v768c0 17.673-14.327 32-32 32-17.497 0-31.713-14.042-31.996-31.47l-0.004-0.53V128c0-17.673 14.327-32 32-32zM640 181.333c17.673 0 32 14.327 32 32v597.334c0 17.673-14.327 32-32 32H384c-17.673 0-32-14.327-32-32V213.333c0-17.673 14.327-32 32-32z m-32 64H416v533.333h192V245.333z" />'),distributeV:zt('<path d="M896 821.333c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768zM810.667 352c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32H213.333c-17.673 0-32-14.327-32-32V384c0-17.673 14.327-32 32-32z m-32 64H245.334v192h533.333V416zM896 138.667c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768z" />')},
|
|
298
|
-
.${
|
|
296
|
+
</svg>`;return document.createRange().createContextualFragment(i).firstElementChild},Xn={fontFamily:zt('<path d="M236.992 938.688H145.088L469.312 128h85.376l324.224 810.688h-91.904l-102.4-256H339.392l-102.4 256z m136.512-341.376h276.992L512 251.072l-138.496 346.24z"></path>',{size:"1.2em"}),fontSize:zt('<path d="M479.829333 640H202.837333l-85.333333 213.333333H25.6L298.666667 170.666667h85.333333l273.066667 682.666666h-91.904l-85.333334-213.333333z m-34.133333-85.333333L341.333333 293.76 236.970667 554.666667h208.725333zM896 534.826667V512h85.333333v341.333333h-85.333333v-22.826666a170.666667 170.666667 0 1 1 0-295.68zM810.666667 768a85.333333 85.333333 0 1 0 0-170.666667 85.333333 85.333333 0 0 0 0 170.666667z"></path>',{size:"1.2em"}),align:zt('<path d="M832 96c53.02 0 96 42.98 96 96v640c0 53.02-42.98 96-96 96H192c-53.02 0-96-42.98-96-96V192c0-53.02 42.98-96 96-96z m0 64H192c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h640c17.673 0 32-14.327 32-32V192c0-17.673-14.327-32-32-32zM725.333 672c17.673 0 32 14.327 32 32 0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H298.667c-17.673 0-32-14.327-32-32 0-17.496 14.041-31.713 31.47-31.996l0.53-0.004h426.666z m0-192c17.673 0 32 14.327 32 32 0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H298.667c-17.673 0-32-14.327-32-32 0-17.496 14.041-31.713 31.47-31.996l0.53-0.004h426.666z m0-192c17.673 0 32 14.327 32 32 0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H298.667c-17.673 0-32-14.327-32-32 0-17.496 14.041-31.713 31.47-31.996l0.53-0.004h426.666z"></path>'),alignTop:zt('<path d="M896 859.329c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768z m0-121.533c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768zM512.45 91.003L512 91a32.632 32.632 0 0 1 1.653 0.042l0.134 0.008c3.447 0.189 6.75 0.924 9.82 2.12l0.198 0.078a16.118 16.118 0 0 1 0.485 0.197l0.11 0.046a31.82 31.82 0 0 1 8.546 5.315l0.12 0.105a31.066 31.066 0 0 1 1.189 1.095l0.08 0.078 0.235 0.23 0.062 0.063 128 128.055c12.494 12.5 12.49 32.761-0.01 45.255-12.374 12.37-32.356 12.489-44.877 0.362l-0.377-0.372L544 200.28v413.598c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.996-31.471l-0.004-0.53V200.278l-73.368 73.4c-12.369 12.375-32.35 12.503-44.877 0.381l-0.378-0.37c-12.374-12.37-12.502-32.352-0.38-44.878l0.37-0.378 128-128.055 0.181-0.178a31.875 31.875 0 0 1 9.5-6.47l0.105-0.046c0.116-0.051 0.233-0.101 0.35-0.15 0.054-0.024 0.11-0.047 0.165-0.07a28.198 28.198 0 0 1 0.536-0.219l0.157-0.061a31.816 31.816 0 0 1 9.356-2.103l0.113-0.007c0.147-0.01 0.294-0.02 0.442-0.027l0.028-0.001 0.39-0.019 0.144-0.005a23.911 23.911 0 0 1 0.712-0.018c0.3-0.004 0.602-0.004 0.904 0z"></path>'),alignRight:zt('<path d="M896 800.339c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H298.667c-17.673 0-32-14.327-32-32 0-17.497 14.041-31.713 31.47-31.996l0.53-0.004H896z m0-213.226c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h768z m0-213.226c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H298.667c-17.673 0-32-14.327-32-32 0-17.496 14.041-31.713 31.47-31.996l0.53-0.004H896z m0-213.226c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768z"></path>'),alignBottom:zt('<path d="M896 859.329c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768z m0-121.533c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768zM490.505 637.584l-0.127-0.117a32.174 32.174 0 0 1-0.633-0.596l-0.098-0.096-0.217-0.213-0.062-0.063-128-128.055c-12.494-12.499-12.49-32.76 0.01-45.254 12.374-12.37 32.356-12.489 44.877-0.362l0.377 0.371L480 536.598V123c0-17.673 14.327-32 32-32 17.496 0 31.713 14.042 31.996 31.47l0.004 0.53v413.597l73.368-73.398c12.494-12.5 32.755-12.503 45.255-0.01 12.374 12.37 12.502 32.352 0.38 44.878l-0.37 0.377-128 128.055c-0.121 0.12-0.238 0.236-0.356 0.35l0.355-0.35a31.922 31.922 0 0 1-9.68 6.649l-0.09 0.039a29.917 29.917 0 0 1-1.241 0.514 31.816 31.816 0 0 1-9.338 2.095l-0.113 0.008c-0.147 0.01-0.294 0.019-0.442 0.027h-0.028c-0.13 0.008-0.26 0.014-0.39 0.02l-0.144 0.005a23.92 23.92 0 0 1-0.796 0.019 33.927 33.927 0 0 1-0.37 0.002h-0.13l-0.236-0.002 0.366 0.002a32.633 32.633 0 0 1-1.153-0.02l-0.129-0.006a31.108 31.108 0 0 1-0.876-0.046l-0.105-0.008a31.811 31.811 0 0 1-8.926-1.931l-0.089-0.034a21.022 21.022 0 0 1-0.362-0.138l-0.098-0.04a22.132 22.132 0 0 1-0.746-0.304l-0.219-0.093-0.209-0.092a31.812 31.812 0 0 1-8.034-5.094l-0.12-0.105-0.173-0.153-0.151-0.136-0.105-0.093z"></path>'),alignLeft:zt('<path d="M725.333 800.339c17.673 0 32 14.327 32 32 0 17.496-14.041 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h597.333zM896 587.113c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h768zM725.333 373.887c17.673 0 32 14.327 32 32 0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h597.333zM896 160.661c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768z"></path>'),alignCenter:zt('<path d="M768 800.339c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H256c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h512z m128-213.226c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h768zM768 373.887c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H256c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h512z m128-213.226c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768z"></path>'),alignMiddle:zt('<path d="M534.246 617.448l0.377 0.371 128 127.952c12.5 12.494 12.503 32.755 0.009 45.255-12.37 12.374-32.352 12.501-44.878 0.38l-0.377-0.372-73.38-73.352V939c0 17.673-14.326 32-32 32-17.496 0-31.712-14.042-31.995-31.47l-0.004-0.53-0.001-221.314-73.374 73.348c-12.374 12.37-32.356 12.49-44.878 0.363l-0.377-0.371c-12.37-12.375-12.49-32.356-0.362-44.878l0.37-0.377 128-127.952c12.372-12.366 32.347-12.49 44.87-0.37zM896 480.508c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768zM511.998 54c17.496 0 31.713 14.042 31.996 31.47l0.004 0.53-0.001 221.314 73.38-73.349c12.499-12.494 32.76-12.49 45.255 0.009 12.37 12.374 12.49 32.356 0.362 44.878l-0.37 0.377-128 127.951c-12.372 12.366-32.347 12.49-44.87 0.371l-0.377-0.37-128-127.952c-12.5-12.495-12.503-32.756-0.009-45.255 12.37-12.374 32.352-12.502 44.878-0.38l0.377 0.371 73.374 73.346V86c0-17.673 14.328-32 32-32z"></path>')},Un={align:zt('<path d="M555.188 715.059c17.673 0 32 14.327 32 32V875c0 17.673-14.327 32-32 32H171c-17.673 0-32-14.327-32-32V747.059c0-17.673 14.327-32 32-32z m-32.001 63.999H203V843h320.187v-63.942zM854 416.529c17.673 0 32 14.327 32 32v127.942c0 17.673-14.327 32-32 32H171c-17.673 0-32-14.327-32-32V448.529c0-17.673 14.327-32 32-32z m-32 64H203v63.941h619v-63.941zM683.25 118c17.673 0 32 14.327 32 32v127.941c0 17.673-14.327 32-32 32H171c-17.673 0-32-14.327-32-32V150c0-17.673 14.327-32 32-32z m-32 64H203v63.941h448.25V182z"></path>'),alignTop:zt(`
|
|
297
|
+
<path d="M661.333 272.411c17.673 0 32 14.327 32 32V902c0 17.673-14.327 32-32 32H362.667c-17.673 0-32-14.327-32-32V304.411c0-17.673 14.327-32 32-32z m-32 63.999H394.666V870h234.667V336.41zM896 101.671c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768z" />`),alignRight:zt('<path d="M891.329 96c17.496 0 31.713 14.042 31.995 31.47l0.005 0.53v768c0 17.673-14.327 32-32 32-17.497 0-31.713-14.042-31.996-31.47l-0.004-0.53V128c0-17.673 14.327-32 32-32z m-170.74 234.667c17.673 0 32 14.327 32 32v298.666c0 17.673-14.327 32-32 32H123c-17.673 0-32-14.327-32-32V362.667c0-17.673 14.327-32 32-32z m-32 63.999H155v234.667h533.589V394.666z" />'),alignBottom:zt('<path d="M896 859.329c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768zM661.333 91c17.673 0 32 14.327 32 32v597.589c0 17.673-14.327 32-32 32H362.667c-17.673 0-32-14.327-32-32V123c0-17.673 14.327-32 32-32z m-32 64H394.666v533.589h234.667V155z" />'),alignLeft:zt('<path d="M133.671 96c17.497 0 31.713 14.042 31.996 31.47l0.004 0.53v768c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.995-31.47l-0.005-0.53V128c0-17.673 14.327-32 32-32zM902 330.667c17.673 0 32 14.327 32 32v298.666c0 17.673-14.327 32-32 32H304.411c-17.673 0-32-14.327-32-32V362.667c0-17.673 14.327-32 32-32z m-32.001 63.999H336.41v234.667h533.589V394.666z" />'),alignH:zt('<path d="M512.5 96c17.496 0 31.713 14.042 31.996 31.47l0.004 0.53v202.666H875c17.496 0 31.713 14.042 31.996 31.471l0.004 0.53v298.666c0 17.673-14.327 32-32 32H544.5V896c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.996-31.47l-0.004-0.53V693.333H150c-17.496 0-31.713-14.041-31.996-31.47l-0.004-0.53V362.667c0-17.673 14.327-32 32-32l330.5-0.001V128c0-17.673 14.327-32 32-32z m-32 298.666H182v234.667h298.5V394.666z m362.5 0H544.5v234.667H843V394.666z" />'),alignV:zt('<path d="M661.333 118c17.673 0 32 14.327 32 32v330.5H896c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.996l-0.53 0.004H693.333V875c0 17.496-14.041 31.713-31.47 31.996l-0.53 0.004H362.667c-17.673 0-32-14.327-32-32l-0.001-330.5H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.996l0.53-0.004h202.666V150c0-17.496 14.042-31.713 31.471-31.996l0.53-0.004z m-32.001 426.5H394.665l0.001 298.5h234.667l-0.001-298.5z m0.001-362.5H394.666l-0.001 298.5h234.667l0.001-298.5z" />'),distributeH:zt('<path d="M853.333 96c17.497 0 31.713 14.042 31.996 31.47l0.004 0.53v768c0 17.673-14.327 32-32 32-17.496 0-31.713-14.042-31.995-31.47l-0.005-0.53V128c0-17.673 14.327-32 32-32z m-682.666 0c17.496 0 31.713 14.042 31.995 31.47l0.005 0.53v768c0 17.673-14.327 32-32 32-17.497 0-31.713-14.042-31.996-31.47l-0.004-0.53V128c0-17.673 14.327-32 32-32zM640 181.333c17.673 0 32 14.327 32 32v597.334c0 17.673-14.327 32-32 32H384c-17.673 0-32-14.327-32-32V213.333c0-17.673 14.327-32 32-32z m-32 64H416v533.333h192V245.333z" />'),distributeV:zt('<path d="M896 821.333c17.673 0 32 14.327 32 32 0 17.497-14.042 31.713-31.47 31.996l-0.53 0.004H128c-17.673 0-32-14.327-32-32 0-17.496 14.042-31.713 31.47-31.995l0.53-0.005h768zM810.667 352c17.673 0 32 14.327 32 32v256c0 17.673-14.327 32-32 32H213.333c-17.673 0-32-14.327-32-32V384c0-17.673 14.327-32 32-32z m-32 64H245.334v192h533.333V416zM896 138.667c17.673 0 32 14.327 32 32 0 17.496-14.042 31.713-31.47 31.995l-0.53 0.005H128c-17.673 0-32-14.327-32-32 0-17.497 14.042-31.713 31.47-31.996l0.53-0.004h768z" />')},Gc="infographic-edit-popover",St=`${Gc}__content`,_n=`${Gc}__arrow`,Hre="infographic-edit-popover-style";function Li(e){var t,n,r,i,o,a,s,c;qre();const l=(t=e.placement)!=null?t:"top",u=(n=e.closeOnOutsideClick)!=null?n:!0,h=Array.isArray(e.trigger)?e.trigger:[e.trigger||"hover"],d=(r=e.mouseEnterDelay)!=null?r:50,f=(i=e.mouseLeaveDelay)!=null?i:150,g=(o=e.offset)!=null?o:8,y=8,m=7,v=typeof e.padding=="number"?`${e.padding}px`:(a=e.padding)!=null?a:"4px",b=document.createElement("div");b.classList.add(Gc);const _=(s=e.target)!=null?s:document.createElement("div");b.appendChild(_);const x=()=>{const q=typeof e.getContainer=="function"?e.getContainer():e.getContainer;return q!=null?q:document.body},w=document.createElement("div");w.classList.add(St),po(w,sl),w.dataset.placement=Array.isArray(l)?l[0]:l,w.setAttribute("data-open",String(!!e.open)),w.style.setProperty("--popover-gap",`${g}px`),w.style.setProperty("--popover-arrow-size",`${y}px`),w.style.setProperty("--popover-arrow-inner-size",`${m}px`);const P=x(),$=P!==b,C=document.createElement("div");C.classList.add(_n),w.appendChild(C);const M=document.createElement("div");M.classList.add(`${St}-body`),M.style.padding=v,w.appendChild(M),P.appendChild(w);let S=!!e.open,E=Array.isArray(l)?l:[l],A=(c=E[0])!=null?c:"top";const O=()=>{var q;const G=_.getBoundingClientRect(),U=w.getBoundingClientRect(),K=window.scrollX||document.documentElement.scrollLeft,oe=window.scrollY||document.documentElement.scrollTop,te=document.documentElement.clientWidth,ae=document.documentElement.clientHeight;let Z=0,ee=0;const ue=re=>{switch(re){case"top":return{left:K+G.left+G.width/2-U.width/2,top:oe+G.top-U.height-g};case"bottom":return{left:K+G.left+G.width/2-U.width/2,top:oe+G.bottom+g};case"left":return{left:K+G.left-U.width-g,top:oe+G.top+G.height/2-U.height/2};default:return{left:K+G.right+g,top:oe+G.top+G.height/2-U.height/2}}},ne=(re,ce)=>re>=K&&ce>=oe&&re+U.width<=K+te&&ce+U.height<=oe+ae;let J=(q=E[0])!=null?q:"top",ie=ue(J);for(const re of E){const ce=ue(re);if(ie=ce,ne(ce.left,ce.top)){J=re;break}}A=J,w.dataset.placement=A,$&&({left:Z,top:ee}=ie,w.style.left=`${Z}px`,w.style.top=`${ee}px`,w.style.right="auto",w.style.bottom="auto",w.style.transform="translate(0, 0)")};$&&(w.style.position="absolute",window.addEventListener("resize",O),window.addEventListener("scroll",O,!0));const T=q=>{let G=q;typeof G=="function"&&(G=G()),M.innerHTML="",G instanceof HTMLElement?M.appendChild(G):M.textContent=G!=null?G:"",O()},F=q=>{var G;E=Array.isArray(q)?q:[q],A=(G=E[0])!=null?G:"top",O()},z=q=>{S=q,w.setAttribute("data-open",String(S)),S&&O(),S&&u?document.addEventListener("click",D,!0):document.removeEventListener("click",D,!0)},j=()=>z(!S),D=q=>{const G=q.target;!b.contains(G)&&(!$||!w.contains(G))&&z(!1)};let W,B;const X=h.includes("hover"),H=h.includes("click"),k=()=>{W!==void 0&&(clearTimeout(W),W=void 0),B!==void 0&&(clearTimeout(B),B=void 0)},I=()=>{X&&(k(),W=window.setTimeout(()=>z(!0),d))},R=()=>{X&&(k(),B=window.setTimeout(()=>z(!1),f))};return H&&_.addEventListener("click",j),X&&(b.addEventListener("mouseenter",I),b.addEventListener("mouseleave",R),w.addEventListener("mouseenter",I),w.addEventListener("mouseleave",R)),T(e.content),F(l),z(S),Object.assign(b,{setOpen:z,toggle:j,setContent:T,setPlacement:F,destroy:()=>{document.removeEventListener("click",D,!0),H&&_.removeEventListener("click",j),X&&(b.removeEventListener("mouseenter",I),b.removeEventListener("mouseleave",R),w.removeEventListener("mouseenter",I),w.removeEventListener("mouseleave",R),k()),$&&(window.removeEventListener("resize",O),window.removeEventListener("scroll",O,!0),w.remove()),b.remove()}})}function qre(){Sn(Hre,`
|
|
298
|
+
.${Gc} {
|
|
299
299
|
position: relative;
|
|
300
300
|
display: inline-flex;
|
|
301
301
|
}
|
|
@@ -326,12 +326,12 @@ ${e.trim()}
|
|
|
326
326
|
visibility: visible;
|
|
327
327
|
pointer-events: auto;
|
|
328
328
|
}
|
|
329
|
-
.${
|
|
329
|
+
.${_n} {
|
|
330
330
|
position: absolute;
|
|
331
331
|
width: 0;
|
|
332
332
|
height: 0;
|
|
333
333
|
}
|
|
334
|
-
.${
|
|
334
|
+
.${_n}::after {
|
|
335
335
|
content: '';
|
|
336
336
|
position: absolute;
|
|
337
337
|
width: 0;
|
|
@@ -342,7 +342,7 @@ ${e.trim()}
|
|
|
342
342
|
bottom: calc(100% + var(--popover-gap));
|
|
343
343
|
transform: translate(-50%, calc(-1 * var(--popover-gap) / 2));
|
|
344
344
|
}
|
|
345
|
-
.${St}[data-placement="top"] .${
|
|
345
|
+
.${St}[data-placement="top"] .${_n} {
|
|
346
346
|
left: 50%;
|
|
347
347
|
bottom: calc(-1 * var(--popover-arrow-size));
|
|
348
348
|
transform: translateX(-50%);
|
|
@@ -350,7 +350,7 @@ ${e.trim()}
|
|
|
350
350
|
border-right: var(--popover-arrow-size) solid transparent;
|
|
351
351
|
border-top: var(--popover-arrow-size) solid rgba(239, 240, 240, 0.9);
|
|
352
352
|
}
|
|
353
|
-
.${St}[data-placement="top"] .${
|
|
353
|
+
.${St}[data-placement="top"] .${_n}::after {
|
|
354
354
|
left: 50%;
|
|
355
355
|
bottom: 1px;
|
|
356
356
|
transform: translateX(-50%);
|
|
@@ -366,7 +366,7 @@ ${e.trim()}
|
|
|
366
366
|
top: calc(100% + var(--popover-gap));
|
|
367
367
|
transform: translate(-50%, calc(var(--popover-gap) / 2));
|
|
368
368
|
}
|
|
369
|
-
.${St}[data-placement="bottom"] .${
|
|
369
|
+
.${St}[data-placement="bottom"] .${_n} {
|
|
370
370
|
left: 50%;
|
|
371
371
|
top: calc(-1 * var(--popover-arrow-size) + 2px);
|
|
372
372
|
transform: translateX(-50%);
|
|
@@ -374,7 +374,7 @@ ${e.trim()}
|
|
|
374
374
|
border-right: var(--popover-arrow-size) solid transparent;
|
|
375
375
|
border-bottom: var(--popover-arrow-size) solid rgba(239, 240, 240, 0.9);
|
|
376
376
|
}
|
|
377
|
-
.${St}[data-placement="bottom"] .${
|
|
377
|
+
.${St}[data-placement="bottom"] .${_n}::after {
|
|
378
378
|
left: 50%;
|
|
379
379
|
top: 1px;
|
|
380
380
|
transform: translateX(-50%);
|
|
@@ -390,7 +390,7 @@ ${e.trim()}
|
|
|
390
390
|
top: 50%;
|
|
391
391
|
transform: translate(calc(-1 * var(--popover-gap) / 2), -50%);
|
|
392
392
|
}
|
|
393
|
-
.${St}[data-placement="left"] .${
|
|
393
|
+
.${St}[data-placement="left"] .${_n} {
|
|
394
394
|
right: calc(-1 * var(--popover-arrow-size) + 1px);
|
|
395
395
|
top: 50%;
|
|
396
396
|
transform: translateY(-50%);
|
|
@@ -399,7 +399,7 @@ ${e.trim()}
|
|
|
399
399
|
border-left: var(--popover-arrow-size) solid rgba(239, 240, 240, 0.9);
|
|
400
400
|
border-right: 0;
|
|
401
401
|
}
|
|
402
|
-
.${St}[data-placement="left"] .${
|
|
402
|
+
.${St}[data-placement="left"] .${_n}::after {
|
|
403
403
|
right: 1px;
|
|
404
404
|
top: 50%;
|
|
405
405
|
transform: translateY(-50%);
|
|
@@ -416,7 +416,7 @@ ${e.trim()}
|
|
|
416
416
|
top: 50%;
|
|
417
417
|
transform: translate(calc(var(--popover-gap) / 2), -50%);
|
|
418
418
|
}
|
|
419
|
-
.${St}[data-placement="right"] .${
|
|
419
|
+
.${St}[data-placement="right"] .${_n} {
|
|
420
420
|
left: calc(-1 * var(--popover-arrow-size) + 1px);
|
|
421
421
|
top: 50%;
|
|
422
422
|
transform: translateY(-50%);
|
|
@@ -425,7 +425,7 @@ ${e.trim()}
|
|
|
425
425
|
border-right: var(--popover-arrow-size) solid rgba(239, 240, 240, 0.9);
|
|
426
426
|
border-left: 0;
|
|
427
427
|
}
|
|
428
|
-
.${St}[data-placement="right"] .${
|
|
428
|
+
.${St}[data-placement="right"] .${_n}::after {
|
|
429
429
|
left: 1px;
|
|
430
430
|
top: 50%;
|
|
431
431
|
transform: translateY(-50%);
|
|
@@ -436,25 +436,25 @@ ${e.trim()}
|
|
|
436
436
|
.${St}[data-placement="right"][data-open="true"] {
|
|
437
437
|
transform: translate(0, -50%);
|
|
438
438
|
}
|
|
439
|
-
`)}const
|
|
440
|
-
.${
|
|
439
|
+
`)}const J1="infographic-align-grid",fO=`${J1}--compact`,jre="infographic-align-grid-style",Fre=`
|
|
440
|
+
.${J1} {
|
|
441
441
|
display: grid;
|
|
442
442
|
grid-template-columns: repeat(4, 32px);
|
|
443
443
|
grid-auto-rows: 32px;
|
|
444
444
|
gap: 2px;
|
|
445
445
|
}
|
|
446
|
-
.${
|
|
446
|
+
.${fO} {
|
|
447
447
|
grid-template-columns: repeat(3, 32px);
|
|
448
448
|
}
|
|
449
|
-
`,
|
|
450
|
-
.${
|
|
449
|
+
`,pO=[{icon:Un.alignLeft,action:"LEFT"},{icon:Un.alignH,action:"H_CENTER"},{icon:Un.alignRight,action:"RIGHT"},{icon:Un.distributeH,action:"H_DISTRIBUTE"},{icon:Un.alignTop,action:"TOP"},{icon:Un.alignV,action:"V_CENTER"},{icon:Un.alignBottom,action:"BOTTOM"},{icon:Un.distributeV,action:"V_DISTRIBUTE"}],Bre=(e,t,n,r)=>{var i;Sn(jre,Fre);const o=(i=r==null?void 0:r.enableDistribution)!=null?i:!0,a=Wre(s=>Gre(e,s,n),o);return Li({target:Ur({icon:Un.align}),content:a,placement:"top",offset:12})};function Wre(e,t){const n=document.createElement("div");return n.classList.add(J1),t||n.classList.add(fO),(t?pO:pO.filter(({action:i})=>i!=="H_DISTRIBUTE"&&i!=="V_DISTRIBUTE")).forEach(({icon:i,action:o})=>{const a=Ur({icon:i,onClick:()=>e(o)});n.appendChild(a)}),n}function Gre(e,t,n){if(!e.length)return;const r=e[0].ownerSVGElement;if(!r)return;const i=e.map(u=>Xre(u,r)).filter(Boolean);if(!i.length)return;const o=i.filter(u=>u.movable);if(!o.length)return;const a=i.filter(u=>!u.movable),s=a.length?a:i,c=yi(s.map(u=>u.bounds)),l=[];switch(t){case"LEFT":{const u=c.x;o.forEach(h=>{const d=u-h.bounds.x;pr(l,h,d,0)});break}case"H_CENTER":{const u=c.x+c.width/2;o.forEach(h=>{const d=u-(h.bounds.x+h.bounds.width/2);pr(l,h,d,0)});break}case"RIGHT":{const u=c.x+c.width;o.forEach(h=>{const d=u-(h.bounds.x+h.bounds.width);pr(l,h,d,0)});break}case"TOP":{const u=c.y;o.forEach(h=>{const d=u-h.bounds.y;pr(l,h,0,d)});break}case"V_CENTER":{const u=c.y+c.height/2;o.forEach(h=>{const d=u-(h.bounds.y+h.bounds.height/2);pr(l,h,0,d)});break}case"BOTTOM":{const u=c.y+c.height;o.forEach(h=>{const d=u-(h.bounds.y+h.bounds.height);pr(l,h,0,d)});break}case"H_DISTRIBUTE":{Vre(i,l);break}case"V_DISTRIBUTE":{Yre(i,l);break}}l.length&&n.executeBatch(l)}function Vre(e,t){if(e.length<=2)return;const n=[...e].sort((i,o)=>i.bounds.x-o.bounds.x||i.bounds.y-o.bounds.y),r=gO(n);for(let i=0;i<r.length-1;i++){const o=r[i],a=r[i+1],s=n[o],c=n[a],l=n.slice(o+1,a);if(!l.length)continue;const u=c.bounds.x-(s.bounds.x+s.bounds.width),h=l.reduce((g,y)=>g+y.bounds.width,0),d=(u-h)/(l.length+1);let f=s.bounds.x+s.bounds.width+d;l.forEach(g=>{const y=f-g.bounds.x;pr(t,g,y,0),f+=g.bounds.width+d})}}function Yre(e,t){if(e.length<=2)return;const n=[...e].sort((i,o)=>i.bounds.y-o.bounds.y||i.bounds.x-o.bounds.x),r=gO(n);for(let i=0;i<r.length-1;i++){const o=r[i],a=r[i+1],s=n[o],c=n[a],l=n.slice(o+1,a);if(!l.length)continue;const u=c.bounds.y-(s.bounds.y+s.bounds.height),h=l.reduce((g,y)=>g+y.bounds.height,0),d=(u-h)/(l.length+1);let f=s.bounds.y+s.bounds.height+d;l.forEach(g=>{const y=f-g.bounds.y;pr(t,g,0,y),f+=g.bounds.height+d})}}function gO(e){const t=new Set;return t.add(0),t.add(e.length-1),e.forEach((n,r)=>{n.movable||t.add(r)}),Array.from(t).sort((n,r)=>n-r)}function pr(e,t,n,r){const i=Ure(t,n,r);i&&e.push(i)}function Xre(e,t){const n=Yn(t,e),r=!cr(e),i=Zre(e);if(i)return{element:e,bounds:n,mode:"transform",startX:i.x,startY:i.y,hasX:!1,hasY:!1,hasDataX:!1,hasDataY:!1,restTransform:i.rest,originalTransform:i.original,movable:r};const{x:o,y:a,hasX:s,hasY:c,hasDataX:l,hasDataY:u}=Kre(e,n);return{element:e,bounds:n,mode:"attr",startX:o,startY:a,hasX:s,hasY:c,hasDataX:l,hasDataY:u,movable:r}}function Ure(e,t,n){if(!e.movable||Math.abs(t)<1e-6&&Math.abs(n)<1e-6)return null;if(e.mode==="attr"){const o=e.startX+t,a=e.startY+n,s={x:o,y:a},c={};return c.x=e.hasX?e.startX:null,c.y=e.hasY?e.startY:null,e.hasDataX&&(s["data-x"]=o,c["data-x"]=e.startX),e.hasDataY&&(s["data-y"]=a,c["data-y"]=e.startY),new kn(e.element,{attributes:s},{attributes:c})}const r=Qre(e.startX+t,e.startY+n,e.restTransform),i=e.originalTransform!==void 0?e.originalTransform:null;return new kn(e.element,{attributes:{transform:r}},{attributes:{transform:i}})}function Kre(e,t){const n=sn(e,["x","y","data-x","data-y"],!1),r=n.x!==null&&n.x!==void 0,i=n.y!==null&&n.y!==void 0,o=n["data-x"]!==null&&n["data-x"]!==void 0,a=n["data-y"]!==null&&n["data-y"]!==void 0,s=(g,y)=>{const m=g!=null?Number(g):NaN;return Number.isFinite(m)?m:y},c=s(n.x,NaN),l=s(n.y,NaN),u=s(n["data-x"],NaN),h=s(n["data-y"],NaN),d=Number.isFinite(c)?c:Number.isFinite(u)?u:t.x,f=Number.isFinite(l)?l:Number.isFinite(h)?h:t.y;return{x:d,y:f,hasX:r,hasY:i,hasDataX:o,hasDataY:a}}function Zre(e){var t;const n=e.getAttribute("transform");if(n===null)return null;const r=n.match(/translate\(\s*([-\d.]+)(?:[ ,]\s*([-\d.]+))?\s*\)/i);if(!r)return{x:0,y:0,rest:{before:n.trim(),after:""},original:n};const i=Number(r[1])||0,o=r[2]!==void 0&&Number(r[2])||0,a=(t=r.index)!=null?t:0,s=n.slice(0,a).trim(),c=n.slice(a+r[0].length).trim();return{x:i,y:o,rest:{before:s,after:c},original:n}}function Qre(e,t,n){const r=`translate(${e}, ${t})`;return[n==null?void 0:n.before,r,n==null?void 0:n.after].filter(o=>o&&o.length).join(" ")}var Jre=Object.defineProperty,mO=Object.getOwnPropertySymbols,eie=Object.prototype.hasOwnProperty,tie=Object.prototype.propertyIsEnumerable,yO=(e,t,n)=>t in e?Jre(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,nie=(e,t)=>{for(var n in t||(t={}))eie.call(t,n)&&yO(e,n,t[n]);if(mO)for(var n of mO(t))tie.call(t,n)&&yO(e,n,t[n]);return e};const vO="infographic-font-align-grid",rie="infographic-font-align-grid-style",iie=[{icon:Xn.alignLeft,align:"LEFT"},{icon:Xn.alignCenter,align:"CENTER"},{icon:Xn.alignRight,align:"RIGHT"}],oie=[{icon:Xn.alignTop,align:"TOP"},{icon:Xn.alignMiddle,align:"MIDDLE"},{icon:Xn.alignBottom,align:"BOTTOM"}],aie=`
|
|
450
|
+
.${vO} {
|
|
451
451
|
display: grid;
|
|
452
452
|
grid-template-columns: repeat(3, 32px);
|
|
453
453
|
grid-auto-rows: 32px;
|
|
454
454
|
gap: 2px;
|
|
455
455
|
}
|
|
456
|
-
`,
|
|
457
|
-
.${
|
|
456
|
+
`,bO=(e,t,n)=>{Sn(rie,aie);const r={horizontal:t["data-horizontal-align"],vertical:t["data-vertical-align"]},i=Ur({icon:Xn.align}),o=sie(r,a=>{const s={};a.horizontal&&(s["data-horizontal-align"]=a.horizontal),a.vertical&&(s["data-vertical-align"]=a.vertical),Object.keys(s).length&&n.executeBatch(e.map(c=>new kn(c,{attributes:s})))});return Li({target:i,content:o,placement:"top",offset:12})};function sie(e,t){const n=document.createElement("div");n.classList.add(vO);const r={},i=()=>{Object.entries(r).forEach(([a,s])=>{const c=a===e.horizontal||a===e.vertical;s.setActivate(c)})},o=(a,s)=>{a.forEach(({icon:c,align:l})=>{const u=Ur({icon:c,onClick:()=>{e[s]!==l&&(Object.assign(e,{[s]:l}),i(),t(nie({},e)))},activate:l===e[s]});r[l]=u,n.appendChild(u)})};return o(iie,"horizontal"),o(oie,"vertical"),n}const Vc="infographic-font-color-btn",cie="infographic-font-color-style",em="#1f1f1f",_O=(e,t,n)=>{uie();const r=lie(t.fill),i=t.fill===void 0&&e.length>1,o=document.createElement("button");o.type="button",o.classList.add(Vc),xO(o,r!=null?r:em,i);const a=cO({value:r!=null?r:em,onChange:s=>{xO(o,s,!1),n.executeBatch(e.map(c=>new kn(c,{attributes:{fill:s}})))}});return Li({target:o,content:a,placement:["top","bottom"],offset:12,trigger:"hover",closeOnOutsideClick:!0,open:!1,padding:0})};function lie(e){if(e)return _r(e)?e:void 0}function xO(e,t,n){e.style.setProperty("--infographic-font-color",t),n?e.setAttribute("data-mixed","true"):e.removeAttribute("data-mixed")}function uie(){Sn(cie,`
|
|
457
|
+
.${Vc} {
|
|
458
458
|
position: relative;
|
|
459
459
|
width: 32px;
|
|
460
460
|
height: 32px;
|
|
@@ -464,15 +464,15 @@ ${e.trim()}
|
|
|
464
464
|
cursor: pointer;
|
|
465
465
|
transition: box-shadow 0.2s ease, border-color 0.2s ease;
|
|
466
466
|
}
|
|
467
|
-
.${
|
|
467
|
+
.${Vc}::after {
|
|
468
468
|
content: '';
|
|
469
469
|
position: absolute;
|
|
470
470
|
inset: 6px;
|
|
471
471
|
border-radius: 50%;
|
|
472
|
-
background: var(--infographic-font-color, ${
|
|
472
|
+
background: var(--infographic-font-color, ${em});
|
|
473
473
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
474
474
|
}
|
|
475
|
-
.${
|
|
475
|
+
.${Vc}[data-mixed="true"]::after {
|
|
476
476
|
background: repeating-linear-gradient(
|
|
477
477
|
45deg,
|
|
478
478
|
#d9d9d9 0,
|
|
@@ -481,8 +481,8 @@ ${e.trim()}
|
|
|
481
481
|
#f5f5f5 12px
|
|
482
482
|
);
|
|
483
483
|
}
|
|
484
|
-
`)}const
|
|
485
|
-
.${
|
|
484
|
+
`)}const tm="infographic-font-family-list",Yc=`${tm}__option`,hie="infographic-font-family-list-style",die="默认",wO=(e,t,n)=>{pie();const r=vu(),i=PO(t["font-family"]),o=r.map(u=>({label:u.name||u.fontFamily,value:u.fontFamily}));o.some(u=>PO(u.value)===i)||o.unshift({label:die,value:i});let a=i;const s=fie(o,a,u=>{a!==u&&(a=u,n.executeBatch(e.map(h=>new kn(h,{attributes:{"font-family":li(u)}}))))}),c=Ur({icon:Xn.fontFamily});return Li({target:c,content:s,placement:["top","bottom"],offset:12,trigger:"hover",closeOnOutsideClick:!0,open:!1,padding:0})};function fie(e,t,n){const r=document.createElement("div");r.classList.add(tm);const i={},o=a=>{Object.entries(i).forEach(([s,c])=>{s===a?c.setAttribute("data-activate","true"):c.removeAttribute("data-activate")})};return e.forEach(({label:a,value:s})=>{const c=document.createElement("button");c.type="button",c.classList.add(Yc),c.textContent=a,c.style.fontFamily=s,s===t&&c.setAttribute("data-activate","true"),c.addEventListener("click",()=>{t!==s&&(t=s,o(t),n(s))}),i[s]=c,r.appendChild(c)}),r}function PO(e){return e?Array.isArray(e)?Sr(e.join(", ")):Sr(String(e)):""}function pie(){Sn(hie,`
|
|
485
|
+
.${tm} {
|
|
486
486
|
display: flex;
|
|
487
487
|
flex-direction: column;
|
|
488
488
|
gap: 2px;
|
|
@@ -491,7 +491,7 @@ ${e.trim()}
|
|
|
491
491
|
max-height: 220px;
|
|
492
492
|
overflow-y: auto;
|
|
493
493
|
}
|
|
494
|
-
.${
|
|
494
|
+
.${Yc} {
|
|
495
495
|
width: 100%;
|
|
496
496
|
text-align: left;
|
|
497
497
|
padding: 6px 10px;
|
|
@@ -503,22 +503,22 @@ ${e.trim()}
|
|
|
503
503
|
color: #000000d9;
|
|
504
504
|
transition: background-color 0.2s ease, color 0.2s ease;
|
|
505
505
|
}
|
|
506
|
-
.${
|
|
506
|
+
.${Yc}:hover {
|
|
507
507
|
background: #f5f5f5;
|
|
508
508
|
}
|
|
509
|
-
.${
|
|
509
|
+
.${Yc}[data-activate="true"] {
|
|
510
510
|
background: #e6f4ff;
|
|
511
511
|
color: #0958d9;
|
|
512
512
|
}
|
|
513
|
-
`)}const
|
|
514
|
-
.${
|
|
513
|
+
`)}const $O="infographic-font-size-grid",gie="infographic-font-size-grid-style",mie=[{label:"XS",value:12},{label:"S",value:14},{label:"M",value:16},{label:"L",value:20},{label:"XL",value:24}],yie=`
|
|
514
|
+
.${$O} {
|
|
515
515
|
display: grid;
|
|
516
516
|
grid-template-columns: repeat(5, 32px);
|
|
517
517
|
grid-auto-rows: 32px;
|
|
518
518
|
gap: 2px;
|
|
519
519
|
}
|
|
520
|
-
`,
|
|
521
|
-
.${
|
|
520
|
+
`,CO=(e,t,n)=>{Sn(gie,yie);const r=Ur({icon:Xn.fontSize}),i=_ie(t["font-size"]),o=vie(i,a=>{n.executeBatch(e.map(s=>new kn(s,{attributes:{"font-size":a}})))});return Li({target:r,content:o,placement:"top",offset:12})};function vie(e,t){const n=document.createElement("div");n.classList.add($O);let r=e;const i={},o=()=>{Object.entries(i).forEach(([a,s])=>{const c=Number(a)===r;s.setActivate(c)})};return mie.forEach(({label:a,value:s})=>{const c=Ur({icon:bie(a),onClick:()=>{r!==s&&(r=s,o(),t(s))},activate:s===r});i[String(s)]=c,n.appendChild(c)}),n}function bie(e){return()=>{const t="1.2em",n=document.createElement("span");return n.textContent=e,n.style.display="inline-flex",n.style.alignItems="center",n.style.justifyContent="center",n.style.width=t,n.style.height=t,n.style.fontSize="12px",n}}function _ie(e){if(typeof e=="number")return e;if(typeof e=="string"){const n=parseFloat(e);return Number.isFinite(n)?n:12}return 12}const Xc="infographic-icon-color-btn",xie="infographic-icon-color-style",nm="#1f1f1f",OO=(e,t,n)=>{Pie();const r=wie(t.fill),i=t.fill===void 0&&e.length>1,o=document.createElement("button");o.type="button",o.classList.add(Xc),SO(o,r!=null?r:nm,i);const a=cO({value:r!=null?r:nm,onChange:s=>{SO(o,s,!1),n.executeBatch(e.map(c=>new kn(c,{attributes:{fill:s}})))}});return Li({target:o,content:a,placement:["top","bottom"],offset:12,trigger:"hover",closeOnOutsideClick:!0,open:!1,padding:0})};function wie(e){if(e)return _r(e)?e:void 0}function SO(e,t,n){e.style.setProperty("--infographic-icon-color",t),n?e.setAttribute("data-mixed","true"):e.removeAttribute("data-mixed")}function Pie(){Sn(xie,`
|
|
521
|
+
.${Xc} {
|
|
522
522
|
position: relative;
|
|
523
523
|
width: 32px;
|
|
524
524
|
height: 32px;
|
|
@@ -528,15 +528,15 @@ ${e.trim()}
|
|
|
528
528
|
cursor: pointer;
|
|
529
529
|
transition: box-shadow 0.2s ease, border-color 0.2s ease;
|
|
530
530
|
}
|
|
531
|
-
.${
|
|
531
|
+
.${Xc}::after {
|
|
532
532
|
content: '';
|
|
533
533
|
position: absolute;
|
|
534
534
|
inset: 6px;
|
|
535
535
|
border-radius: 50%;
|
|
536
|
-
background: var(--infographic-icon-color, ${
|
|
536
|
+
background: var(--infographic-icon-color, ${nm});
|
|
537
537
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
538
538
|
}
|
|
539
|
-
.${
|
|
539
|
+
.${Xc}[data-mixed="true"]::after {
|
|
540
540
|
background: repeating-linear-gradient(
|
|
541
541
|
45deg,
|
|
542
542
|
#d9d9d9 0,
|
|
@@ -545,8 +545,8 @@ ${e.trim()}
|
|
|
545
545
|
#f5f5f5 12px
|
|
546
546
|
);
|
|
547
547
|
}
|
|
548
|
-
`)}var vie=Object.defineProperty,CO=Object.getOwnPropertySymbols,bie=Object.prototype.hasOwnProperty,_ie=Object.prototype.propertyIsEnumerable,OO=(e,t,n)=>t in e?vie(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xie=(e,t)=>{for(var n in t||(t={}))bie.call(t,n)&&OO(e,n,t[n]);if(CO)for(var n of CO(t))_ie.call(t,n)&&OO(e,n,t[n]);return e};class SO extends V1{constructor(t){super(),this.options=t,this.name="edit-bar",this.selection=[],this.handleSelectionChanged=({next:n})=>{if(this.selection=n,n.length===0){this.container&&MO(this.container);return}const r=this.getOrCreateEditBar(),i=this.getEditItems(n);if(i.length===0){MO(r);return}wie(r,i),this.placeEditBar(r,n),J1(r)},this.handleGeometryChanged=({target:n})=>{!this.selection.includes(n)||!this.container||(this.placeEditBar(this.container,this.selection),J1(this.container))},this.handleHistoryChanged=()=>{!this.container||this.selection.length===0||(this.placeEditBar(this.container,this.selection),J1(this.container))}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChanged),n.on("selection:geometrychange",this.handleGeometryChanged),n.on("history:change",this.handleHistoryChanged)}destroy(){var t;const{emitter:n}=this;n.off("selection:change",this.handleSelectionChanged),n.off("selection:geometrychange",this.handleGeometryChanged),n.off("history:change",this.handleHistoryChanged),(t=this.container)==null||t.remove()}getEditItems(t){let n=!1,r=!1,i=!1;for(const o of t)if(jn(o)?n=!0:ir(o)?r=!0:SH(o)&&(i=!0),n&&r&&i)break;return n&&!r&&!i?t.length===1?this.getTextEditItems(t[0]):this.getTextCollectionEditItems(t):!n&&r&&!i?t.length===1?this.getIconEditItems(t):this.getIconCollectionEditItems(t):!n&&!r&&i?t.length===1?this.getGeometryEditItems(t):this.getGeometryCollectionEditItems(t):this.getElementCollectionEditItems(t)}getOrCreateEditBar(){if(this.container)return this.container;const{style:t,className:n}=this.options||{},r=document.createElement("div");Object.assign(r.style,xie({visibility:"hidden",position:"absolute",left:"0",top:"0",display:"flex",flexFlow:"row",justifyContent:"center",alignItems:"center",height:"40px",minWidth:"40px",minHeight:"40px",borderRadius:"8px",padding:"0 4px",backgroundColor:"#fff",border:"1px solid rgba(239, 240, 240, 0.9)",zIndex:"9999",boxShadow:"rgba(0, 0, 0, 0.08) 0px 1px 2px -2px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.02) 0px 4px 8px 1px"},t)),n&&r.classList.add(n),uo(r,il),this.container=r;const{getContainer:i}=this.options||{},o=typeof i=="function"?i():i,a=o!=null?o:document.body;return a==null||a.appendChild(r),r}getTextEditItems(t){const{attributes:n={}}=zu(t);return[yO,wO,mO,bO].map(r=>r([t],n,this.commander))}getTextCollectionEditItems(t){const n=Hm(t.map(o=>zu(o).attributes||{})),r=[yO,wO,mO,bO].map(o=>o(t,n,this.commander)),i=this.getElementCollectionEditItems(t);return[...r,...i]}getIconEditItems(t){const n=ju(t[0]);return[PO].map(r=>r(t,n,this.commander))}getIconCollectionEditItems(t){const n=Hm(t.map(r=>ju(r)));return[PO].map(r=>r(t,n,this.commander))}getGeometryEditItems(t){return[]}getGeometryCollectionEditItems(t){return[...this.getElementCollectionEditItems(t)]}getElementCollectionEditItems(t){return t.length<=1?[]:[Nre(t,{},this.commander,{enableDistribution:t.length>2})]}placeEditBar(t,n){var r;if(n.length===0)return;const i=mi(n.map(_=>_.getBoundingClientRect())),o=(r=t.offsetParent)!=null?r:document.documentElement,a=document.documentElement.clientHeight,s=document.documentElement.clientWidth,c=t.getBoundingClientRect(),l=8,u={x:i.x+i.width/2,y:i.y},h={y:i.y+i.height},d=(_,x,w)=>Math.min(Math.max(_,x),w),f=u.y-l,g=a-h.y-l,y=f>=c.height||f>=g;if(o===document.body||o===document.documentElement){const _=window.scrollX||document.documentElement.scrollLeft,x=window.scrollY||document.documentElement.scrollTop;let w=_+u.x-c.width/2;w=d(w,_,_+Math.max(s-c.width,0));let P=y?x+u.y-c.height-l:x+h.y+l;P=d(P,x,x+Math.max(a-c.height,0)),t.style.left=`${w}px`,t.style.top=`${P}px`;return}const m=o.getBoundingClientRect();let v=u.x-m.left-c.width/2;v=d(v,0,Math.max(m.width-c.width,0));let b=y?u.y-m.top-c.height-l:h.y-m.top+l;b=d(b,0,Math.max(m.height-c.height,0)),t.style.left=`${v}px`,t.style.top=`${b}px`}}function J1(e){e.style.visibility="visible"}function MO(e){e.style.visibility="hidden"}function wie(e,t){e.innerHTML="",t.forEach(n=>{e.appendChild(n)})}var Pie=Object.defineProperty,EO=Object.getOwnPropertySymbols,$ie=Object.prototype.hasOwnProperty,Cie=Object.prototype.propertyIsEnumerable,IO=(e,t,n)=>t in e?Pie(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Oie=(e,t)=>{for(var n in t||(t={}))$ie.call(t,n)&&IO(e,n,t[n]);if(EO)for(var n of EO(t))Cie.call(t,n)&&IO(e,n,t[n]);return e};const Ko=class xn extends V1{constructor(){super(...arguments),this.name="resize-element",this.target=null,this.handles=[],this.activeHandle=null,this.activePointerId=null,this.handleSelectionChange=({next:t})=>{const n=t.length===1?t[0]:null;n&&jn(n)?(this.target=n,this.updateHandles()):(this.target=null,this.hideHandles(),this.cancelDrag())},this.handleDeactivate=()=>{this.target=null,this.hideHandles(),this.cancelDrag()},this.handleGeometryChange=({target:t})=>{if(!this.target||t!==this.target)return;const n=this.getViewportRect(this.target);this.lastViewportRect=n,this.updateHandles(n)},this.handleHistoryChange=()=>{if(!this.target)return;const t=this.getViewportRect(this.target);this.lastViewportRect=t,this.updateHandles(t)},this.handlePointerMove=t=>{if(!this.target||!this.startPointer||!this.startRect||!this.activeHandle||this.activePointerId!==null&&t.pointerId!==this.activePointerId)return;const n=this.clientToElement(this.target,t.clientX,t.clientY),r=n.x-this.startPointer.x,i=n.y-this.startPointer.y,o=this.clampRect(this.applyDelta(this.startRect,r,i,this.activeHandle),this.activeHandle);this.lastRect=o,this.applyRect(this.target,o),this.lastViewportRect=this.getViewportRect(this.target),this.updateHandles(this.lastViewportRect),this.emitSelectionGeometryChange()},this.handlePointerUp=t=>{if(this.activePointerId!==null&&t.pointerId!==this.activePointerId)return;const n=this.lastRect,r=this.startAttrs,i=n&&this.startRect&&this.hasRectChanged(this.startRect,n);if(this.cancelDrag(),i&&this.target&&n&&r)this.commander.execute(new kn(this.target,{attributes:n},{attributes:r})),this.lastViewportRect=this.getViewportRect(this.target),this.updateHandles(this.lastViewportRect),this.emitSelectionGeometryChange();else if(this.target){const o=this.lastViewportRect||this.getViewportRect(this.target);this.updateHandles(o)}}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChange),n.on("selection:geometrychange",this.handleGeometryChange),n.on("history:change",this.handleHistoryChange),n.on("deactivated",this.handleDeactivate)}destroy(){this.cancelDrag(),this.removeContainer();const{emitter:t}=this;t.off("selection:change",this.handleSelectionChange),t.off("selection:geometrychange",this.handleGeometryChange),t.off("history:change",this.handleHistoryChange),t.off("deactivated",this.handleDeactivate)}ensureContainer(){if(this.container)return this.container;const t=Se("g",{"pointer-events":"none"});this.overlay=Se("rect",{fill:"rgba(51, 132, 245, 0.06)",stroke:"none","pointer-events":"none"});const n=Se("rect",{fill:"none",stroke:"#3384F5","stroke-width":1,"stroke-dasharray":"4 2","pointer-events":"none"});t.appendChild(this.overlay),t.appendChild(n),this.outline=n;const r=xn.HANDLE_POSITIONS,i={"top-left":"nwse-resize",top:"ns-resize","top-right":"nesw-resize",right:"ew-resize","bottom-right":"nwse-resize",bottom:"ns-resize","bottom-left":"nesw-resize",left:"ew-resize"};return r.forEach((o,a)=>{const c=o==="top"||o==="right"||o==="bottom"||o==="left"?Se("line",{stroke:"transparent","stroke-width":xn.LINE_STROKE_WIDTH}):Se("circle",{r:xn.HANDLE_SIZE/2,fill:"#3384F5",stroke:"#fff","stroke-width":1.5});c.style.cursor=i[o],c.style.pointerEvents="all",c.addEventListener("pointerdown",l=>this.handlePointerDown(l,o)),c.addEventListener("click",l=>{l.stopPropagation(),l.preventDefault()}),t.appendChild(c),this.handles[a]=c}),this.editor.getDocument().appendChild(t),this.container=t,t}updateHandles(t){if(!this.target){this.hideHandles();return}const n=t||this.getViewportRect(this.target)||this.lastViewportRect||null;if(!n){this.hideHandles();return}this.lastViewportRect=n;const r=this.ensureContainer();r.style.display="block",this.outline.style.display="block",ut(this.outline,n),this.overlay&&(this.overlay.style.display="block",ut(this.overlay,n));const i=this.getHandlePoints(n);this.handles.forEach((o,a)=>{const[s,c]=i[a];if(o.tagName==="circle")ut(o,{cx:s,cy:c});else{const l=xn.HANDLE_POSITIONS[a],u=this.getHandleLine(n,l);ut(o,u)}o.style.display="block"})}hideHandles(){this.container&&(this.container.style.display="none"),this.outline&&(this.outline.style.display="none"),this.overlay&&(this.overlay.style.display="none"),this.handles.forEach(t=>t.style.display="none")}removeContainer(){var t;(t=this.container)==null||t.remove(),this.container=void 0,this.outline=void 0,this.overlay=void 0,this.handles=[]}handlePointerDown(t,n){if(!this.target||t.button!==0&&t.pointerType==="mouse")return;t.stopPropagation(),t.preventDefault();const r=this.clientToElement(this.target,t.clientX,t.clientY);this.activeHandle=n,this.activePointerId=t.pointerId,this.startPointer=r;const i=this.getCurrentAttributes(this.target);this.startRect=i,this.startAttrs=Oie({},i),this.lastRect=i,this.lastViewportRect=this.getViewportRect(this.target),window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp),window.addEventListener("pointercancel",this.handlePointerUp)}cancelDrag(){this.activeHandle=null,this.activePointerId=null,this.startPointer=void 0,this.startRect=void 0,this.startAttrs=void 0,this.lastRect=void 0,this.lastViewportRect=void 0,window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp)}applyRect(t,n){ut(t,{x:n.x,y:n.y,width:n.width,height:n.height})}getViewportRect(t){const{x:n,y:r,width:i,height:o}=Vn(this.editor.getDocument(),t);return{x:n,y:r,width:i,height:o}}clientToElement(t,n,r){var i,o;const a=((i=t.getScreenCTM())==null?void 0:i.inverse())||((o=this.editor.getDocument().getScreenCTM())==null?void 0:o.inverse())||new DOMMatrix;return new DOMPoint(n,r).matrixTransform(a)}getCurrentAttributes(t){const n=sn(t,["x","y","width","height"],!1),r=this.getViewportRect(t),i=(o,a)=>{const s=o!==null?Number(o):NaN;return Number.isFinite(s)?s:a};return{x:i(n.x,r.x),y:i(n.y,r.y),width:i(n.width,r.width),height:i(n.height,r.height)}}getHandlePoints(t){const{x:n,y:r,width:i,height:o}=t,a=n+i/2,s=r+o/2;return[[n,r],[a,r],[n+i,r],[n+i,s],[n+i,r+o],[a,r+o],[n,r+o],[n,s]]}applyDelta(t,n,r,i){let{x:o,y:a,width:s,height:c}=t;switch(i){case"top-left":o+=n,a+=r,s-=n,c-=r;break;case"top":a+=r,c-=r;break;case"top-right":a+=r,s+=n,c-=r;break;case"right":s+=n;break;case"bottom-right":s+=n,c+=r;break;case"bottom":c+=r;break;case"bottom-left":o+=n,s-=n,c+=r;break;case"left":o+=n,s-=n;break}return{x:o,y:a,width:s,height:c}}clampRect(t,n){let{x:r,y:i,width:o,height:a}=t;if(o<xn.MIN_SIZE){const s=xn.MIN_SIZE-o;(n==="top-left"||n==="bottom-left"||n==="left")&&(r-=s),o=xn.MIN_SIZE}if(a<xn.MIN_SIZE){const s=xn.MIN_SIZE-a;(n==="top-left"||n==="top-right"||n==="top")&&(i-=s),a=xn.MIN_SIZE}return{x:r,y:i,width:o,height:a}}hasRectChanged(t,n){return Math.abs(t.x-n.x)>.5||Math.abs(t.y-n.y)>.5||Math.abs(t.width-n.width)>.5||Math.abs(t.height-n.height)>.5}emitSelectionGeometryChange(){this.target&&this.lastViewportRect&&this.emitter.emit("selection:geometrychange",{type:"selection:geometrychange",target:this.target,rect:this.lastViewportRect})}getHandleLine(t,n){const{x:r,y:i,width:o,height:a}=t;switch(n){case"top":return{x1:r,y1:i,x2:r+o,y2:i};case"right":return{x1:r+o,y1:i,x2:r+o,y2:i+a};case"bottom":return{x1:r,y1:i+a,x2:r+o,y2:i+a};default:return{x1:r,y1:i,x2:r,y2:i+a}}}};Ko.HANDLE_SIZE=10,Ko.LINE_STROKE_WIDTH=8,Ko.MIN_SIZE=1,Ko.HANDLE_POSITIONS=["top-left","top","top-right","right","bottom-right","bottom","bottom-left","left"];let AO=Ko;function TO(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var em,kO;function Sie(){if(kO)return em;kO=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;em=function(r,i){i=i||{};var o=1,a=1;function s(D){var k=D.match(/\n/g);k&&(o+=k.length);var A=D.lastIndexOf(`
|
|
549
|
-
`);a=~
|
|
548
|
+
`)}var $ie=Object.defineProperty,MO=Object.getOwnPropertySymbols,Cie=Object.prototype.hasOwnProperty,Oie=Object.prototype.propertyIsEnumerable,EO=(e,t,n)=>t in e?$ie(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Sie=(e,t)=>{for(var n in t||(t={}))Cie.call(t,n)&&EO(e,n,t[n]);if(MO)for(var n of MO(t))Oie.call(t,n)&&EO(e,n,t[n]);return e};class IO extends K1{constructor(t){super(),this.options=t,this.name="edit-bar",this.selection=[],this.handleSelectionChanged=({next:n})=>{if(this.selection=n,n.length===0){this.container&&AO(this.container);return}const r=this.getOrCreateEditBar(),i=this.getEditItems(n);if(i.length===0){AO(r);return}Mie(r,i),this.placeEditBar(r,n),rm(r)},this.handleGeometryChanged=({target:n})=>{!this.selection.includes(n)||!this.container||(this.placeEditBar(this.container,this.selection),rm(this.container))},this.handleHistoryChanged=()=>{!this.container||this.selection.length===0||(this.placeEditBar(this.container,this.selection),rm(this.container))}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChanged),n.on("selection:geometrychange",this.handleGeometryChanged),n.on("history:change",this.handleHistoryChanged)}destroy(){var t;const{emitter:n}=this;n.off("selection:change",this.handleSelectionChanged),n.off("selection:geometrychange",this.handleGeometryChanged),n.off("history:change",this.handleHistoryChanged),(t=this.container)==null||t.remove()}getEditItems(t){let n=!1,r=!1,i=!1;for(const o of t)if(Fn(o)?n=!0:cr(o)?r=!0:kD(o)&&(i=!0),n&&r&&i)break;return n&&!r&&!i?t.length===1?this.getTextEditItems(t[0]):this.getTextCollectionEditItems(t):!n&&r&&!i?t.length===1?this.getIconEditItems(t):this.getIconCollectionEditItems(t):!n&&!r&&i?t.length===1?this.getGeometryEditItems(t):this.getGeometryCollectionEditItems(t):this.getElementCollectionEditItems(t)}getOrCreateEditBar(){if(this.container)return this.container;const{style:t,className:n}=this.options||{},r=document.createElement("div");Object.assign(r.style,Sie({visibility:"hidden",position:"absolute",left:"0",top:"0",display:"flex",flexFlow:"row",justifyContent:"center",alignItems:"center",height:"40px",minWidth:"40px",minHeight:"40px",borderRadius:"8px",padding:"0 4px",backgroundColor:"#fff",border:"1px solid rgba(239, 240, 240, 0.9)",zIndex:"9999",boxShadow:"rgba(0, 0, 0, 0.08) 0px 1px 2px -2px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.02) 0px 4px 8px 1px"},t)),n&&r.classList.add(n),po(r,sl),this.container=r;const{getContainer:i}=this.options||{},o=typeof i=="function"?i():i,a=o!=null?o:document.body;return a==null||a.appendChild(r),r}getTextEditItems(t){const{attributes:n={}}=qu(t);return[_O,CO,bO,wO].map(r=>r([t],n,this.commander))}getTextCollectionEditItems(t){const n=jm(t.map(o=>qu(o).attributes||{})),r=[_O,CO,bO,wO].map(o=>o(t,n,this.commander)),i=this.getElementCollectionEditItems(t);return[...r,...i]}getIconEditItems(t){const n=Gu(t[0]);return[OO].map(r=>r(t,n,this.commander))}getIconCollectionEditItems(t){const n=jm(t.map(r=>Gu(r)));return[OO].map(r=>r(t,n,this.commander))}getGeometryEditItems(t){return[]}getGeometryCollectionEditItems(t){return[...this.getElementCollectionEditItems(t)]}getElementCollectionEditItems(t){return t.length<=1?[]:[Bre(t,{},this.commander,{enableDistribution:t.length>2})]}placeEditBar(t,n){var r;if(n.length===0)return;const i=yi(n.map(_=>_.getBoundingClientRect())),o=(r=t.offsetParent)!=null?r:document.documentElement,a=document.documentElement.clientHeight,s=document.documentElement.clientWidth,c=t.getBoundingClientRect(),l=8,u={x:i.x+i.width/2,y:i.y},h={y:i.y+i.height},d=(_,x,w)=>Math.min(Math.max(_,x),w),f=u.y-l,g=a-h.y-l,y=f>=c.height||f>=g;if(o===document.body||o===document.documentElement){const _=window.scrollX||document.documentElement.scrollLeft,x=window.scrollY||document.documentElement.scrollTop;let w=_+u.x-c.width/2;w=d(w,_,_+Math.max(s-c.width,0));let P=y?x+u.y-c.height-l:x+h.y+l;P=d(P,x,x+Math.max(a-c.height,0)),t.style.left=`${w}px`,t.style.top=`${P}px`;return}const m=o.getBoundingClientRect();let v=u.x-m.left-c.width/2;v=d(v,0,Math.max(m.width-c.width,0));let b=y?u.y-m.top-c.height-l:h.y-m.top+l;b=d(b,0,Math.max(m.height-c.height,0)),t.style.left=`${v}px`,t.style.top=`${b}px`}}function rm(e){e.style.visibility="visible"}function AO(e){e.style.visibility="hidden"}function Mie(e,t){e.innerHTML="",t.forEach(n=>{e.appendChild(n)})}var Eie=Object.defineProperty,TO=Object.getOwnPropertySymbols,Iie=Object.prototype.hasOwnProperty,Aie=Object.prototype.propertyIsEnumerable,kO=(e,t,n)=>t in e?Eie(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Tie=(e,t)=>{for(var n in t||(t={}))Iie.call(t,n)&&kO(e,n,t[n]);if(TO)for(var n of TO(t))Aie.call(t,n)&&kO(e,n,t[n]);return e};const Jo=class xn extends K1{constructor(){super(...arguments),this.name="resize-element",this.target=null,this.handles=[],this.activeHandle=null,this.activePointerId=null,this.handleSelectionChange=({next:t})=>{const n=t.length===1?t[0]:null;n&&Fn(n)?(this.target=n,this.updateHandles()):(this.target=null,this.hideHandles(),this.cancelDrag())},this.handleDeactivate=()=>{this.target=null,this.hideHandles(),this.cancelDrag()},this.handleGeometryChange=({target:t})=>{if(!this.target||t!==this.target)return;const n=this.getViewportRect(this.target);this.lastViewportRect=n,this.updateHandles(n)},this.handleHistoryChange=()=>{if(!this.target)return;const t=this.getViewportRect(this.target);this.lastViewportRect=t,this.updateHandles(t)},this.handlePointerMove=t=>{if(!this.target||!this.startPointer||!this.startRect||!this.activeHandle||this.activePointerId!==null&&t.pointerId!==this.activePointerId)return;const n=this.clientToElement(this.target,t.clientX,t.clientY),r=n.x-this.startPointer.x,i=n.y-this.startPointer.y,o=this.clampRect(this.applyDelta(this.startRect,r,i,this.activeHandle),this.activeHandle);this.lastRect=o,this.applyRect(this.target,o),this.lastViewportRect=this.getViewportRect(this.target),this.updateHandles(this.lastViewportRect),this.emitSelectionGeometryChange()},this.handlePointerUp=t=>{if(this.activePointerId!==null&&t.pointerId!==this.activePointerId)return;const n=this.lastRect,r=this.startAttrs,i=n&&this.startRect&&this.hasRectChanged(this.startRect,n);if(this.cancelDrag(),i&&this.target&&n&&r)this.commander.execute(new kn(this.target,{attributes:n},{attributes:r})),this.lastViewportRect=this.getViewportRect(this.target),this.updateHandles(this.lastViewportRect),this.emitSelectionGeometryChange();else if(this.target){const o=this.lastViewportRect||this.getViewportRect(this.target);this.updateHandles(o)}}}init(t){super.init(t);const{emitter:n}=t;n.on("selection:change",this.handleSelectionChange),n.on("selection:geometrychange",this.handleGeometryChange),n.on("history:change",this.handleHistoryChange),n.on("deactivated",this.handleDeactivate)}destroy(){this.cancelDrag(),this.removeContainer();const{emitter:t}=this;t.off("selection:change",this.handleSelectionChange),t.off("selection:geometrychange",this.handleGeometryChange),t.off("history:change",this.handleHistoryChange),t.off("deactivated",this.handleDeactivate)}ensureContainer(){if(this.container)return this.container;const t=Ee("g",{"pointer-events":"none"});this.overlay=Ee("rect",{fill:"rgba(51, 132, 245, 0.06)",stroke:"none","pointer-events":"none"});const n=Ee("rect",{fill:"none",stroke:"#3384F5","stroke-width":1,"stroke-dasharray":"4 2","pointer-events":"none"});t.appendChild(this.overlay),t.appendChild(n),this.outline=n;const r=xn.HANDLE_POSITIONS,i={"top-left":"nwse-resize",top:"ns-resize","top-right":"nesw-resize",right:"ew-resize","bottom-right":"nwse-resize",bottom:"ns-resize","bottom-left":"nesw-resize",left:"ew-resize"};return r.forEach((o,a)=>{const c=o==="top"||o==="right"||o==="bottom"||o==="left"?Ee("line",{stroke:"transparent","stroke-width":xn.LINE_STROKE_WIDTH}):Ee("circle",{r:xn.HANDLE_SIZE/2,fill:"#3384F5",stroke:"#fff","stroke-width":1.5});c.style.cursor=i[o],c.style.pointerEvents="all",c.addEventListener("pointerdown",l=>this.handlePointerDown(l,o)),c.addEventListener("click",l=>{l.stopPropagation(),l.preventDefault()}),t.appendChild(c),this.handles[a]=c}),this.editor.getDocument().appendChild(t),this.container=t,t}updateHandles(t){if(!this.target){this.hideHandles();return}const n=t||this.getViewportRect(this.target)||this.lastViewportRect||null;if(!n){this.hideHandles();return}this.lastViewportRect=n;const r=this.ensureContainer();r.style.display="block",this.outline.style.display="block",lt(this.outline,n),this.overlay&&(this.overlay.style.display="block",lt(this.overlay,n));const i=this.getHandlePoints(n);this.handles.forEach((o,a)=>{const[s,c]=i[a];if(o.tagName==="circle")lt(o,{cx:s,cy:c});else{const l=xn.HANDLE_POSITIONS[a],u=this.getHandleLine(n,l);lt(o,u)}o.style.display="block"})}hideHandles(){this.container&&(this.container.style.display="none"),this.outline&&(this.outline.style.display="none"),this.overlay&&(this.overlay.style.display="none"),this.handles.forEach(t=>t.style.display="none")}removeContainer(){var t;(t=this.container)==null||t.remove(),this.container=void 0,this.outline=void 0,this.overlay=void 0,this.handles=[]}handlePointerDown(t,n){if(!this.target||t.button!==0&&t.pointerType==="mouse")return;t.stopPropagation(),t.preventDefault();const r=this.clientToElement(this.target,t.clientX,t.clientY);this.activeHandle=n,this.activePointerId=t.pointerId,this.startPointer=r;const i=this.getCurrentAttributes(this.target);this.startRect=i,this.startAttrs=Tie({},i),this.lastRect=i,this.lastViewportRect=this.getViewportRect(this.target),window.addEventListener("pointermove",this.handlePointerMove),window.addEventListener("pointerup",this.handlePointerUp),window.addEventListener("pointercancel",this.handlePointerUp)}cancelDrag(){this.activeHandle=null,this.activePointerId=null,this.startPointer=void 0,this.startRect=void 0,this.startAttrs=void 0,this.lastRect=void 0,this.lastViewportRect=void 0,window.removeEventListener("pointermove",this.handlePointerMove),window.removeEventListener("pointerup",this.handlePointerUp),window.removeEventListener("pointercancel",this.handlePointerUp)}applyRect(t,n){lt(t,{x:n.x,y:n.y,width:n.width,height:n.height})}getViewportRect(t){const{x:n,y:r,width:i,height:o}=Yn(this.editor.getDocument(),t);return{x:n,y:r,width:i,height:o}}clientToElement(t,n,r){var i,o;const a=((i=t.getScreenCTM())==null?void 0:i.inverse())||((o=this.editor.getDocument().getScreenCTM())==null?void 0:o.inverse())||new DOMMatrix;return new DOMPoint(n,r).matrixTransform(a)}getCurrentAttributes(t){const n=sn(t,["x","y","width","height"],!1),r=this.getViewportRect(t),i=(o,a)=>{const s=o!==null?Number(o):NaN;return Number.isFinite(s)?s:a};return{x:i(n.x,r.x),y:i(n.y,r.y),width:i(n.width,r.width),height:i(n.height,r.height)}}getHandlePoints(t){const{x:n,y:r,width:i,height:o}=t,a=n+i/2,s=r+o/2;return[[n,r],[a,r],[n+i,r],[n+i,s],[n+i,r+o],[a,r+o],[n,r+o],[n,s]]}applyDelta(t,n,r,i){let{x:o,y:a,width:s,height:c}=t;switch(i){case"top-left":o+=n,a+=r,s-=n,c-=r;break;case"top":a+=r,c-=r;break;case"top-right":a+=r,s+=n,c-=r;break;case"right":s+=n;break;case"bottom-right":s+=n,c+=r;break;case"bottom":c+=r;break;case"bottom-left":o+=n,s-=n,c+=r;break;case"left":o+=n,s-=n;break}return{x:o,y:a,width:s,height:c}}clampRect(t,n){let{x:r,y:i,width:o,height:a}=t;if(o<xn.MIN_SIZE){const s=xn.MIN_SIZE-o;(n==="top-left"||n==="bottom-left"||n==="left")&&(r-=s),o=xn.MIN_SIZE}if(a<xn.MIN_SIZE){const s=xn.MIN_SIZE-a;(n==="top-left"||n==="top-right"||n==="top")&&(i-=s),a=xn.MIN_SIZE}return{x:r,y:i,width:o,height:a}}hasRectChanged(t,n){return Math.abs(t.x-n.x)>.5||Math.abs(t.y-n.y)>.5||Math.abs(t.width-n.width)>.5||Math.abs(t.height-n.height)>.5}emitSelectionGeometryChange(){this.target&&this.lastViewportRect&&this.emitter.emit("selection:geometrychange",{type:"selection:geometrychange",target:this.target,rect:this.lastViewportRect})}getHandleLine(t,n){const{x:r,y:i,width:o,height:a}=t;switch(n){case"top":return{x1:r,y1:i,x2:r+o,y2:i};case"right":return{x1:r+o,y1:i,x2:r+o,y2:i+a};case"bottom":return{x1:r,y1:i+a,x2:r+o,y2:i+a};default:return{x1:r,y1:i,x2:r,y2:i+a}}}};Jo.HANDLE_SIZE=10,Jo.LINE_STROKE_WIDTH=8,Jo.MIN_SIZE=1,Jo.HANDLE_POSITIONS=["top-left","top","top-right","right","bottom-right","bottom","bottom-left","left"];let RO=Jo;function LO(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var im,zO;function kie(){if(zO)return im;zO=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;im=function(r,i){i=i||{};var o=1,a=1;function s(H){var k=H.match(/\n/g);k&&(o+=k.length);var I=H.lastIndexOf(`
|
|
549
|
+
`);a=~I?H.length-I:a+H.length}function c(){var H={line:o,column:a};return function(k){return k.position=new l(H),v(),k}}function l(H){this.start=H,this.end={line:o,column:a},this.source=i.source}l.prototype.content=r;var u=[];function h(H){var k=new Error(i.source+":"+o+":"+a+": "+H);if(k.reason=H,k.filename=i.source,k.line=o,k.column=a,k.source=r,i.silent)u.push(k);else throw k}function d(){var H=y();return{type:"stylesheet",stylesheet:{source:i.source,rules:H,parsingErrors:u}}}function f(){return m(/^{\s*/)}function g(){return m(/^}/)}function y(){var H,k=[];for(v(),b(k);r.length&&r.charAt(0)!="}"&&(H=B()||X());)H!==!1&&(k.push(H),b(k));return k}function m(H){var k=H.exec(r);if(k){var I=k[0];return s(I),r=r.slice(I.length),k}}function v(){m(/^\s*/)}function b(H){var k;for(H=H||[];k=_();)k!==!1&&H.push(k);return H}function _(){var H=c();if(!(r.charAt(0)!="/"||r.charAt(1)!="*")){for(var k=2;r.charAt(k)!=""&&(r.charAt(k)!="*"||r.charAt(k+1)!="/");)++k;if(k+=2,r.charAt(k-1)==="")return h("End of comment missing");var I=r.slice(2,k-2);return a+=2,s(I),r=r.slice(k),a+=2,H({type:"comment",comment:I})}}function x(){var H=m(/^([^{]+)/);if(H)return t(H[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(k){return k.replace(/,/g,"")}).split(/\s*(?![^(]*\)),\s*/).map(function(k){return k.replace(/\u200C/g,",")})}function w(){var H=c(),k=m(/^(\*?[-#\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(k){if(k=t(k[0]),!m(/^:\s*/))return h("property missing ':'");var I=m(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/),R=H({type:"declaration",property:k.replace(e,""),value:I?t(I[0]).replace(e,""):""});return m(/^[;\s]*/),R}}function P(){var H=[];if(!f())return h("missing '{'");b(H);for(var k;k=w();)k!==!1&&(H.push(k),b(H));return g()?H:h("missing '}'")}function $(){for(var H,k=[],I=c();H=m(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)k.push(H[1]),m(/^,\s*/);if(k.length)return I({type:"keyframe",values:k,declarations:P()})}function C(){var H=c(),I=m(/^@([-\w]+)?keyframes\s*/);if(I){var k=I[1],I=m(/^([-\w]+)\s*/);if(!I)return h("@keyframes missing name");var R=I[1];if(!f())return h("@keyframes missing '{'");for(var N,q=b();N=$();)q.push(N),q=q.concat(b());return g()?H({type:"keyframes",name:R,vendor:k,keyframes:q}):h("@keyframes missing '}'")}}function M(){var H=c(),k=m(/^@supports *([^{]+)/);if(k){var I=t(k[1]);if(!f())return h("@supports missing '{'");var R=b().concat(y());return g()?H({type:"supports",supports:I,rules:R}):h("@supports missing '}'")}}function S(){var H=c(),k=m(/^@host\s*/);if(k){if(!f())return h("@host missing '{'");var I=b().concat(y());return g()?H({type:"host",rules:I}):h("@host missing '}'")}}function E(){var H=c(),k=m(/^@media *([^{]+)/);if(k){var I=t(k[1]);if(!f())return h("@media missing '{'");var R=b().concat(y());return g()?H({type:"media",media:I,rules:R}):h("@media missing '}'")}}function A(){var H=c(),k=m(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(k)return H({type:"custom-media",name:t(k[1]),media:t(k[2])})}function O(){var H=c(),k=m(/^@page */);if(k){var I=x()||[];if(!f())return h("@page missing '{'");for(var R=b(),N;N=w();)R.push(N),R=R.concat(b());return g()?H({type:"page",selectors:I,declarations:R}):h("@page missing '}'")}}function T(){var H=c(),k=m(/^@([-\w]+)?document *([^{]+)/);if(k){var I=t(k[1]),R=t(k[2]);if(!f())return h("@document missing '{'");var N=b().concat(y());return g()?H({type:"document",document:R,vendor:I,rules:N}):h("@document missing '}'")}}function F(){var H=c(),k=m(/^@font-face\s*/);if(k){if(!f())return h("@font-face missing '{'");for(var I=b(),R;R=w();)I.push(R),I=I.concat(b());return g()?H({type:"font-face",declarations:I}):h("@font-face missing '}'")}}var z=W("import"),j=W("charset"),D=W("namespace");function W(H){var k=new RegExp("^@"+H+"\\s*([^;]+);");return function(){var I=c(),R=m(k);if(R){var N={type:H};return N[H]=R[1].trim(),I(N)}}}function B(){if(r[0]=="@")return C()||E()||A()||M()||z()||j()||D()||T()||O()||S()||F()}function X(){var H=c(),k=x();return k?(b(),H({type:"rule",selectors:k,declarations:P()})):h("selector missing")}return n(d())};function t(r){return r?r.replace(/^\s+|\s+$/g,""):""}function n(r,i){var o=r&&typeof r.type=="string",a=o?r:i;for(var s in r){var c=r[s];Array.isArray(c)?c.forEach(function(l){n(l,a)}):c&&typeof c=="object"&&n(c,a)}return o&&Object.defineProperty(r,"parent",{configurable:!0,writable:!0,enumerable:!1,value:i||null}),r}return im}var Rie=kie();const Lie=LO(Rie);var zi=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function zie(e,t=!0){return zi(this,null,function*(){const n=Nie(e);if(n.size===0)return;const r=[];yield Promise.all(Array.from(n).map(i=>zi(null,null,function*(){const o=Hie(i);if(!o.length)return;const a=yield Die(i);if(!a.length)return;const s=yield Promise.all(a.map(c=>zi(null,null,function*(){const l=jie(c),u=l["unicode-range"].replace(/\s/g,"");if(!o.find(y=>y.unicodeRange&&y.unicodeRange.replace(/\s/g,"")===u))return null;const d=VL(l["font-family"],yv(l["font-weight"]));if(!d)return null;const f=l.src.match(/url\(["']?(.*?\.woff2)[^"']*["']?\)/);if(!(f!=null&&f[1]))return null;const g=Yu(d,f[1]);if(t){const y=yield Bie(g);l.src=`url(${y}) format('woff2')`}else l.src=`url(${g}) format('woff2')`;return l})));r.push(...s.filter(Boolean)||[])}))),r.length>0&&Fie(e,r)})}function Nie(e){const t=new Set,n=i=>{i&&Or(i).forEach(o=>{const a=li(o);a&&t.add(a)})};n(e.getAttribute("font-family"));const r=e.querySelectorAll("foreignObject span");for(const i of r)n(i.style.fontFamily);return t}function Die(e){return zi(this,null,function*(){const t=Ov(e),n=[];return yield Promise.allSettled(t.map(r=>zi(null,null,function*(){var i;const o=yield as(r).then(a=>a.text()).then(a=>Lie(a)).catch(()=>(console.error(`Failed to fetch or parse font CSS: ${r}`),null));(i=o==null?void 0:o.stylesheet)==null||i.rules.forEach(a=>{if(a.type==="font-face"){const s=qie(a);n.push(s)}})}))),n})}function Hie(e){const t=[],n=Or(e).map(r=>li(r));return document.fonts.forEach(r=>{n.includes(li(r.family))&&r.status==="loaded"&&t.push(r)}),t}function qie(e){const t=e.declarations||[],n={};return t.forEach(r=>{const{property:i,value:o}=r;i&&o&&(n[i]=o)}),n}function jie(e){var t,n,r,i,o,a;return{"font-family":(t=e["font-family"])!=null?t:"",src:(n=e.src)!=null?n:"","font-style":(r=e["font-style"])!=null?r:"normal","font-display":(i=e["font-display"])!=null?i:"swap","font-weight":(o=e["font-weight"])!=null?o:"400","unicode-range":(a=e["unicode-range"])!=null?a:"U+0-FFFF"}}function Fie(e,t){const n=[],r=new Set;for(const a of t){const s=[a["font-family"],a["font-weight"],a["font-style"],a["unicode-range"],a.src].join("|");r.has(s)||(r.add(s),n.push(a))}if(n.length===0)return;const i=Ee("style",{type:"text/css"});i.innerHTML=n.map(a=>`
|
|
550
550
|
@font-face {
|
|
551
551
|
font-family: ${a["font-family"]};
|
|
552
552
|
src: ${a.src};
|
|
@@ -556,5 +556,5 @@ ${e.trim()}
|
|
|
556
556
|
unicode-range: ${a["unicode-range"]};
|
|
557
557
|
}
|
|
558
558
|
`.trim()).join(`
|
|
559
|
-
`);const o=e.querySelector("defs");o&&o.parentNode?o.parentNode.insertBefore(i,o.nextSibling):e.insertBefore(i,e.firstChild)}function Nie(e){return Li(this,null,function*(){const t=yield ts(e);if(!t.ok)throw new Error(`Failed to load font: ${e}`);const n=yield t.blob();return yield new Promise((i,o)=>{const a=new FileReader;a.onloadend=()=>{i(a.result)},a.onerror=o,a.readAsDataURL(n)})})}var tm=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function Hie(e){return tm(this,arguments,function*(t,n={}){const r=yield nm(t,n),i=new XMLSerializer().serializeToString(r);return"data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i)})}function nm(e){return tm(this,arguments,function*(t,n={}){const{embedResources:r=!0,removeIds:i=!1}=n,o=t.cloneNode(!0),{width:a,height:s}=Wu(t);return ut(o,{width:a,height:s}),i?(jie(o),Zie(o)):yield Die(o),yield Iie(o,r),noe(o),o})}function Die(e){return tm(this,null,function*(){const t=e.querySelectorAll("use"),n=qie(e);t.forEach(r=>{const i=r.getAttribute("href");if(!i)return;if(!e.querySelector(i)){const a=document.querySelector(i);a&&n.appendChild(a.cloneNode(!0))}})})}const RO="icon-defs";function qie(e){const t=gi(e,RO);if(t)return t;const n=Se("defs");return uo(n,RO),e.prepend(n),n}function jie(e){const t=Array.from(e.querySelectorAll("use"));t.length&&t.forEach(n=>{const r=Fie(n);if(!r||!r.startsWith("#"))return;const i=Bie(e,r);if(!i||i===n)return;const o=Wie(n,i);o&&n.replaceWith(o)})}function Fie(e){var t;return(t=e.getAttribute("href"))!=null?t:e.getAttribute("xlink:href")}function Bie(e,t){const n=e.querySelector(t);return n||document.querySelector(t)}function Wie(e,t){const n=t.tagName.toLowerCase();return n==="symbol"?Gie(e,t):n==="svg"?Vie(e,t):Yie(e,t)}function Gie(e,t){const n=t.cloneNode(!0),r=Se("svg");for(Wc(r,n,new Set(["id"])),Wc(r,e,new Set(["href","xlink:href"]));n.firstChild;)r.appendChild(n.firstChild);return r}function Vie(e,t){const n=t.cloneNode(!0);return n.removeAttribute("id"),Wc(n,e,new Set(["href","xlink:href"])),n}function Yie(e,t){const n=t.cloneNode(!0);n.removeAttribute("id");const r=Se("g");Wc(r,e,new Set(["href","xlink:href","x","y","width","height","transform"]));const i=Xie(e);return i&&r.setAttribute("transform",i),r.appendChild(n),r}function Xie(e){var t;const n=e.getAttribute("x"),r=e.getAttribute("y"),i=n||r?`translate(${n!=null?n:0} ${r!=null?r:0})`:"",o=(t=e.getAttribute("transform"))!=null?t:"";return i&&o?`${i} ${o}`:i||o||null}function Wc(e,t,n=new Set){Array.from(t.attributes).forEach(r=>{if(!n.has(r.name)){if(r.name==="style"){Uie(e,r.value);return}if(r.name==="class"){Kie(e,r.value);return}e.setAttribute(r.name,r.value)}})}function Uie(e,t){const n=e.getAttribute("style");if(!n){e.setAttribute("style",t);return}const r=n.trim().endsWith(";")?"":";";e.setAttribute("style",`${n}${r}${t}`)}function Kie(e,t){const n=e.getAttribute("class");if(!n){e.setAttribute("class",t);return}e.setAttribute("class",`${n} ${t}`.trim())}const LO=/url\(\s*['"]?#([^'")\s]+)['"]?\s*\)/g;function Zie(e){const t=Qie(e);if(t.size===0){NO(e);return}const n=Jie(e,t);n&&(pi(e,r=>{if(r.tagName.toLowerCase()==="defs")return!1;Array.from(r.attributes).forEach(o=>{const a=o.value;if(!a.includes("url("))return;const s=a.replace(LO,(c,l)=>{const u=encodeURIComponent(l);return`url("${n}#${u}")`});s!==a&&r.setAttribute(o.name,s)})}),NO(e))}function Qie(e){const t=new Set;return pi(e,n=>{if(n.tagName.toLowerCase()==="defs")return!1;zO(n,r=>t.add(r))}),t}function zO(e,t){for(const n of Array.from(e.attributes)){const r=n.value;if(r.includes("url("))for(const i of r.matchAll(LO))i[1]&&t(i[1]);(n.name==="href"||n.name==="xlink:href")&&r[0]==="#"&&t(r.slice(1))}}function Jie(e,t){if(t.size===0)return null;const n=eoe(e,t);if(n.size===0)return null;const r=Se("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),i=Se("defs");if(n.forEach(a=>{i.appendChild(a.cloneNode(!0))}),!i.children.length)return null;r.appendChild(i);const o=new XMLSerializer().serializeToString(r);return"data:image/svg+xml;charset=utf-8,"+encodeURIComponent(o)}function eoe(e,t){const n=new Map,r=Array.from(t),i=new Set(r),o=new Set,a=s=>{o.has(s)||i.has(s)||(r.push(s),i.add(s))};for(;r.length;){const s=r.shift();if(o.has(s))continue;o.add(s);const c=`#${toe(s)}`,l=e.querySelector(c);l&&(n.set(s,l),pi(l,u=>{zO(u,a)}))}return n}function toe(e){return globalThis.CSS&&typeof globalThis.CSS.escape=="function"?globalThis.CSS.escape(e):e.replace(/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,"\\$1")}function NO(e){Array.from(e.querySelectorAll("defs")).forEach(n=>n.remove())}function noe(e){roe(e),ioe(e),ooe(e),aoe(e)}function roe(e){const t=gi(e,Ue.BtnsGroup);t==null||t.remove();const n=gi(e,"btn-icon-defs");n==null||n.remove()}function ioe(e){const t=e.querySelector("[data-element-type=transient-container]");t==null||t.remove()}function ooe(e){e.querySelectorAll("g").forEach(n=>{n.removeAttribute("x"),n.removeAttribute("y"),n.removeAttribute("width"),n.removeAttribute("height")})}function aoe(e){pi(e,t=>{for(const n in t.dataset)delete t.dataset[n]})}var soe=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function coe(e){return soe(this,arguments,function*(t,n={}){var r;const{dpr:i=(r=globalThis.devicePixelRatio)!=null?r:2}=n,o=yield nm(t),{width:a,height:s}=Wu(o);return new Promise((c,l)=>{try{const u=document.createElement("canvas");u.width=a*i,u.height=s*i;const h=u.getContext("2d");if(!h){l(new Error("Failed to get canvas context"));return}h.scale(i,i),h.imageSmoothingEnabled=!0,h.imageSmoothingQuality="high",o.setAttribute("width",String(a)),o.setAttribute("height",String(s));const d=new XMLSerializer().serializeToString(o),f="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(d),g=new Image;g.onload=function(){h.clearRect(0,0,a,s),h.drawImage(g,0,0,a,s);const y=u.toDataURL("image/png");c(y)},g.onerror=function(y){l(new Error("Image load failed: "+y))},g.src=f}catch(u){l(u)}})})}var rm={exports:{}},HO;function loe(){return HO||(HO=1,(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function i(c,l,u){this.fn=c,this.context=l,this.once=u||!1}function o(c,l,u,h,d){if(typeof u!="function")throw new TypeError("The listener must be a function");var f=new i(u,h||c,d),g=n?n+l:l;return c._events[g]?c._events[g].fn?c._events[g]=[c._events[g],f]:c._events[g].push(f):(c._events[g]=f,c._eventsCount++),c}function a(c,l){--c._eventsCount===0?c._events=new r:delete c._events[l]}function s(){this._events=new r,this._eventsCount=0}s.prototype.eventNames=function(){var l=[],u,h;if(this._eventsCount===0)return l;for(h in u=this._events)t.call(u,h)&&l.push(n?h.slice(1):h);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(u)):l},s.prototype.listeners=function(l){var u=n?n+l:l,h=this._events[u];if(!h)return[];if(h.fn)return[h.fn];for(var d=0,f=h.length,g=new Array(f);d<f;d++)g[d]=h[d].fn;return g},s.prototype.listenerCount=function(l){var u=n?n+l:l,h=this._events[u];return h?h.fn?1:h.length:0},s.prototype.emit=function(l,u,h,d,f,g){var y=n?n+l:l;if(!this._events[y])return!1;var m=this._events[y],v=arguments.length,b,_;if(m.fn){switch(m.once&&this.removeListener(l,m.fn,void 0,!0),v){case 1:return m.fn.call(m.context),!0;case 2:return m.fn.call(m.context,u),!0;case 3:return m.fn.call(m.context,u,h),!0;case 4:return m.fn.call(m.context,u,h,d),!0;case 5:return m.fn.call(m.context,u,h,d,f),!0;case 6:return m.fn.call(m.context,u,h,d,f,g),!0}for(_=1,b=new Array(v-1);_<v;_++)b[_-1]=arguments[_];m.fn.apply(m.context,b)}else{var x=m.length,w;for(_=0;_<x;_++)switch(m[_].once&&this.removeListener(l,m[_].fn,void 0,!0),v){case 1:m[_].fn.call(m[_].context);break;case 2:m[_].fn.call(m[_].context,u);break;case 3:m[_].fn.call(m[_].context,u,h);break;case 4:m[_].fn.call(m[_].context,u,h,d);break;default:if(!b)for(w=1,b=new Array(v-1);w<v;w++)b[w-1]=arguments[w];m[_].fn.apply(m[_].context,b)}}return!0},s.prototype.on=function(l,u,h){return o(this,l,u,h,!1)},s.prototype.once=function(l,u,h){return o(this,l,u,h,!0)},s.prototype.removeListener=function(l,u,h,d){var f=n?n+l:l;if(!this._events[f])return this;if(!u)return a(this,f),this;var g=this._events[f];if(g.fn)g.fn===u&&(!d||g.once)&&(!h||g.context===h)&&a(this,f);else{for(var y=0,m=[],v=g.length;y<v;y++)(g[y].fn!==u||d&&!g[y].once||h&&g[y].context!==h)&&m.push(g[y]);m.length?this._events[f]=m.length===1?m[0]:m:a(this,f)}return this},s.prototype.removeAllListeners=function(l){var u;return l?(u=n?n+l:l,this._events[u]&&a(this,u)):(this._events=new r,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=n,s.EventEmitter=s,e.exports=s})(rm)),rm.exports}var uoe=loe();const hoe=TO(uoe);var Gc=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class doe{constructor(){this.undoStack=[],this.redoStack=[]}init(t){Object.assign(this,t)}execute(t){return Gc(this,null,function*(){yield t.apply(this.state),this.undoStack.push(t),this.redoStack=[],this.emitHistoryChange("execute")})}executeBatch(t){return Gc(this,null,function*(){if(t.length===0)return;const n=new Kne(t);yield this.execute(n)})}undo(){return Gc(this,null,function*(){const t=this.undoStack.pop();t&&(yield t.undo(this.state),this.redoStack.push(t),this.emitHistoryChange("undo"))})}redo(){return Gc(this,null,function*(){const t=this.redoStack.pop();t&&(yield t.apply(this.state),this.undoStack.push(t),this.emitHistoryChange("redo"))})}serialize(){return this.undoStack.map(t=>t.serialize())}clear(){this.undoStack=[],this.redoStack=[]}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0}getHistorySize(){return this.undoStack.length}destroy(){this.clear()}emitHistoryChange(t){var n;(n=this.emitter)==null||n.emit("history:change",{type:"history:change",action:t})}}var DO=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class foe{constructor(){this.extensions=new TC,this.interactions=[],this.active=!1,this.running=null,this.concurrentInteractions=new Set,this.selection=new Set,this.handleClick=t=>{const n=this.editor.getDocument(),r=t.target;if(!r){this.deactivate();return}n.contains(r)||MH(r)?this.activate():this.deactivate()}}init(t){Object.assign(this,t),document.addEventListener("click",this.handleClick),this.interactions.forEach(n=>{this.extensions.register(n.name,n),n.init({emitter:this.emitter,editor:this.editor,commander:this.commander,state:this.state,interaction:this}),this.emitter.emit("interaction:registered",n)})}isActive(){return this.active}select(t,n){const r=this.getSelection(),i=[],o=[];if(n==="replace"){const c=new Set(t);r.forEach(l=>{c.has(l)||o.push(l)}),t.forEach(l=>{this.selection.has(l)||i.push(l)}),this.selection=c}else n==="add"?t.forEach(c=>{this.selection.has(c)||(this.selection.add(c),i.push(c))}):n==="remove"?t.forEach(c=>{this.selection.delete(c)&&o.push(c)}):n==="toggle"&&t.forEach(c=>{this.selection.has(c)?(this.selection.delete(c),o.push(c)):(this.selection.add(c),i.push(c))});const a=this.getSelection(),s={type:"selection:change",previous:r,next:a,added:i,removed:o,mode:n};this.emitter.emit("selection:change",s)}getSelection(){return[...this.selection]}isSelected(t){return this.selection.has(t)}clearSelection(){const t=this.getSelection();this.selection.clear();const n={type:"selection:change",previous:t,next:[],added:[],removed:t,mode:"replace"};this.emitter.emit("selection:change",n)}activate(){this.active=!0,this.emitter.emit("activated")}deactivate(){this.active=!1,this.running=null,this.clearSelection(),this.emitter.emit("deactivated")}executeExclusiveInteraction(t,n){return DO(this,null,function*(){if(!(!this.active||this.running)){this.running=t;try{this.emitter.emit("interaction:started",t),yield n(),this.emitter.emit("interaction:ended",t)}catch(r){console.error(`Error occurred during exclusive interaction "${t.name}":`,r),this.emitter.emit("interaction:error",t,r)}finally{this.running=null}}})}executeConcurrentInteraction(t,n){return DO(this,null,function*(){if(this.active){this.concurrentInteractions.add(t);try{this.emitter.emit("interaction:started",t),yield n(),this.emitter.emit("interaction:ended",t)}catch(r){console.error(`Error occurred during concurrent interaction "${t.name}":`,r),this.emitter.emit("interaction:error",t,r)}finally{this.concurrentInteractions.delete(t)}}})}getOrCreateTransientContainer(){const t="transient-container",n=this.editor.getDocument(),r=gi(n,t);if(r&&r.isConnected)return r;const i=Se("g");return uo(i,t),n.appendChild(i),i}appendTransientElement(t){return this.getOrCreateTransientContainer().appendChild(t),t}destroy(){this.extensions.forEach(t=>{t.destroy(),this.emitter.emit("interaction:destroyed",t)}),this.extensions.destroy(),this.active=!1,this.running=null,this.clearSelection(),document.removeEventListener("click",this.handleClick),this.getOrCreateTransientContainer().remove()}}class poe{constructor(){this.extensions=new TC}init(t,n=[]){Object.assign(this,t),n.forEach(r=>{this.registerPlugin(r)})}getPlugin(t){return this.extensions.get(t)}getPlugins(){return this.extensions.getAll()}registerPlugin(t){this.extensions.register(t.name,t);const n={emitter:this.emitter,editor:this.editor,commander:this.commander,plugin:this,state:this.state};t.init(n),this.emitter.emit("plugin:registered",t)}unregisterPlugin(t){const n=this.extensions.get(t);n&&(n.destroy(),this.extensions.unregister(t),this.emitter.emit("plugin:unregistered",n))}destroy(){this.extensions.getAll().forEach(t=>{this.unregisterPlugin(t.name),this.emitter.emit("plugin:destroyed",t)}),this.extensions.destroy()}}var goe=Object.defineProperty,qO=Object.getOwnPropertySymbols,moe=Object.prototype.hasOwnProperty,yoe=Object.prototype.propertyIsEnumerable,jO=(e,t,n)=>t in e?goe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,FO=(e,t)=>{for(var n in t||(t={}))moe.call(t,n)&&jO(e,n,t[n]);if(qO)for(var n of qO(t))yoe.call(t,n)&&jO(e,n,t[n]);return e};class voe{init(t){Object.assign(this,t)}addItemDatum(t,n){const r=t.slice(0,-1),i=t[t.length-1],o=Array.isArray(n)?n:[n];EC(this.options.data,r).splice(i,0,...o),this.emitter.emit("options:data:item:add",{indexes:t,datum:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"add",path:"data.items",indexes:t,value:o}]})}updateItemDatum(t,n){const r=eo(this.options.data,t);Object.assign(r,n),this.emitter.emit("options:data:item:update",{indexes:t,datum:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:"data.items",indexes:t,value:n}]})}removeItemDatum(t,n=1){const r=t.slice(0,-1),i=t[t.length-1],a=EC(this.options.data,r).splice(i,n);this.emitter.emit("options:data:item:remove",{indexes:t,datum:a}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"remove",path:"data.items",indexes:t,value:a}]})}updateData(t,n){this.options.data[t]=n,this.emitter.emit("options:data:update",{key:t,value:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:`data.${t}`,value:n}]})}updateElement(t,n){this.updateBuiltInElement(t,n)}updateOptions(t){this.options=FO(FO({},this.options),t),this.options.padding!==void 0&&Db(this.editor.getDocument(),Er(this.options.padding)),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:"",value:t}]})}getOptions(){return this.options}updateBuiltInElement(t,n){var r,i;const{data:o}=this.options,{attributes:a={}}=n,s=Hu(t),c=ir(t)||Ue.ItemLabel===s||Ue.ItemDesc===s||Ue.ItemValue===s||Ue.ItemIllus===s,l=c?IC(t):void 0;if(c){const u=eo(o,l),h=s.replace("item-","");u.attributes||(u.attributes={}),(r=u.attributes)[h]||(r[h]={}),Object.assign(u.attributes[h],a)}else(Ue.Title===s||Ue.Desc===s||Ue.Illus===s)&&(o.attributes||(o.attributes={}),(i=o.attributes)[s]||(i[s]={}),Object.assign(o.attributes[s],a));this.emitter.emit("options:element:update",{element:t,props:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",role:s,indexes:l,path:c?`${Dne(l)}.attributes.${s.replace("item-","")}`:`data.attributes.${s}`,value:n}]})}destroy(){}}class boe{constructor(t,n,r){if(this.emitter=t,this.document=n,this.options=r,!n.isConnected)throw new Error("The provided document is not connected to the DOM.");n.style.userSelect="none";const i=new doe,o=new voe,a=new poe,s=new foe;i.init({state:o,emitter:t}),o.init({emitter:t,editor:this,commander:i,options:r}),a.init({emitter:t,editor:this,commander:i,state:o},r.plugins),s.init({emitter:t,editor:this,commander:i,state:o,interactions:r.interactions}),this.commander=i,this.state=o,this.plugin=a,this.interaction=s}getDocument(){return this.document}destroy(){this.document.style.userSelect="",this.interaction.destroy(),this.plugin.destroy(),this.commander.destroy(),this.state.destroy()}}var _oe=Object.defineProperty,xoe=Object.defineProperties,woe=Object.getOwnPropertyDescriptors,Vc=Object.getOwnPropertySymbols,BO=Object.prototype.hasOwnProperty,WO=Object.prototype.propertyIsEnumerable,GO=(e,t,n)=>t in e?_oe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_n=(e,t)=>{for(var n in t||(t={}))BO.call(t,n)&&GO(e,n,t[n]);if(Vc)for(var n of Vc(t))WO.call(t,n)&&GO(e,n,t[n]);return e},Yc=(e,t)=>xoe(e,woe(t)),zi=(e,t)=>{var n={};for(var r in e)BO.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Vc)for(var r of Vc(e))t.indexOf(r)<0&&WO.call(e,r)&&(n[r]=e[r]);return n};function Poe(e){const t=e,{container:n="#container",padding:r=0,template:i,design:o,theme:a,themeConfig:s}=t,c=zi(t,["container","padding","template","design","theme","themeConfig"]),l=typeof n=="string"?document.querySelector(n)||document.createElement("div"):n,u=i?pm(i):void 0,h=hv({},u==null?void 0:u.themeConfig,s),d=a||s||u!=null&&u.themeConfig?Soe(a,h):void 0,f={container:l,padding:Er(r)};if(u){const g=u,{design:y}=g,m=zi(g,["design"]);Object.assign(f,m)}if(Object.assign(f,c),i&&(f.template=i),u!=null&&u.design||o){const g=$oe(_n(_n({},u==null?void 0:u.design),o),d?Yc(_n({},e),{themeConfig:d}):e);dv(g)&&(f.design=g)}return a&&(f.theme=a),d&&(f.themeConfig=d),f}function im(e){if(typeof e=="string")return{type:e};if(!("type"in e))throw new Error("Type is required");return e}function $oe(e,t){const{structure:n,title:r,item:i,items:o}=e||{},a=VO(i||(o==null?void 0:o[0]),t);return{structure:Coe(n),title:Ooe(r,t),item:a,items:o?o.map(s=>VO(s,t)):[a]}}function Coe(e){if(!e)return null;const t=im(e),{type:n}=t,r=zi(t,["type"]),i=Ww(n);if(!i)return null;const{component:o}=i;return Yc(_n({},i),{component:a=>o(_n(_n({},a),r))})}function Ooe(e,t){if(!e)return{component:null};const n=im(e),{type:r}=n,i=zi(n,["type"]),{themeConfig:o}=t,a=(o==null?void 0:o.colorBg)||"#fff",s=YO(a,a);return{component:c=>V_(_n(Yc(_n({},c),{themeColors:s}),i))}}function VO(e,t){if(!e)return null;const n=im(e),{type:r}=n,i=zi(n,["type"]),o=t3(r);if(!o)return null;const{component:a,options:s}=o;return Yc(_n({},o),{component:c=>{var l;const{indexes:u}=c,{data:h,themeConfig:d}=t,f=(d==null?void 0:d.colorBg)||"#fff",g=c,{themeColors:y=YO(Aa(d==null?void 0:d.palette,u,(l=h==null?void 0:h.items)==null?void 0:l.length)||(d==null?void 0:d.colorPrimary)||"#FF356A",f)}=g,m=zi(g,["themeColors"]);return a(_n(_n({themeColors:y},m),i))},options:s})}function Soe(e,t={}){var n;const r=e?Y_(e)||{}:{},i=hv({},r,t);return i.palette=t.palette||r.palette,i.stylize=(n=t.stylize)!=null?n:r.stylize,i.colorPrimary||(i.colorPrimary="#FF356A"),i.palette||(i.palette=[i.colorPrimary]),i}function YO(e,t="#fff"){return K_({colorPrimary:e,isDarkMode:Fy(t),colorBg:t})}function Moe(e){return e===" "||e===" "}function Eoe(e){let t=0,n=0;for(;n<e.length;){const r=e[n];if(r===" "){t+=1,n+=1;continue}if(r===" "){t+=2,n+=1;continue}break}return{indent:t,content:e.slice(n)}}function Ioe(e){return e.trimEnd()}function Aoe(e){return/[<>=o.x-]{2,}/.test(e)}function XO(e){const t=e.trim();if(!t)return null;const n=t.match(/^([^:\s=]+)\s*[:=]\s*(.*)$/);if(n)return{key:n[1],value:n[2].trim()};const r=t.match(/^([^\s]+)\s+(.*)$/);return r?{key:r[1],value:r[2].trim()}:{key:t,value:void 0}}function Xc(e,t){return{kind:"object",line:e,value:t,entries:{}}}function UO(e){return{kind:"array",line:e,items:[]}}function Toe(e){const t=[],n=Xc(0),r=[{indent:-1,node:n,parent:null,key:null}];return e.split(/\r?\n/).forEach((o,a)=>{const s=a+1;if(!o.trim())return;const{indent:c,content:l}=Eoe(o),u=Ioe(l);if(!u.trim())return;for(;r.length>1&&c<=r[r.length-1].indent;)r.pop();const h=r[r.length-1];let d=h.node;const f=u.trim();if(f.startsWith("-")&&(f.length===1||Moe(f[1]))){if(d.kind!=="array")if(d.kind==="object"&&Object.keys(d.entries).length===0&&d.value===void 0&&h.parent&&h.key){const b=UO(d.line);if(h.parent.kind==="object")h.parent.entries[h.key]=b;else if(h.parent.kind==="array"){const _=h.parent.items.indexOf(d);_>=0&&(h.parent.items[_]=b)}h.node=b,d=b}else{t.push({path:"",line:s,code:"bad_list",message:"List item is not under an array container.",raw:f});return}const m=f.slice(1).trim(),v=Xc(s,m||void 0);d.items.push(v),r.push({indent:c,node:v,parent:d});return}if(h.key==="relations"&&!f.startsWith("-")&&Aoe(f)){if(d.kind!=="array")if(d.kind==="object"&&Object.keys(d.entries).length===0&&d.value===void 0&&h.parent&&h.key){const v=UO(d.line);if(h.parent.kind==="object")h.parent.entries[h.key]=v;else if(h.parent.kind==="array"){const b=h.parent.items.indexOf(d);b>=0&&(h.parent.items[b]=v)}h.node=v,d=v}else{t.push({path:"",line:s,code:"bad_list",message:"List item is not under an array container.",raw:f});return}const m=Xc(s,f);d.items.push(m),r.push({indent:c,node:m,parent:d});return}const g=XO(f);if(!g){t.push({path:"",line:s,code:"bad_syntax",message:"Invalid syntax line.",raw:f});return}if(d.kind!=="object"){t.push({path:"",line:s,code:"bad_syntax",message:"Key-value pair is not under an object container.",raw:f});return}const y=Xc(s,g.value);d.entries[g.key]=y,r.push({indent:c,node:y,parent:d,key:g.key})}),{ast:n,errors:t}}function KO(e){return XO(e)}function Uc(e,t){return{kind:"value",line:t,value:e}}const koe=/^(#[0-9a-f]{8}|#[0-9a-f]{6}|#[0-9a-f]{4}|#[0-9a-f]{3})/i,Roe=/^((?:rgb|rgba|hsl|hsla)\([^)]*\))/i;function Ur(e){const t=e.trim();return t==="true"?!0:t==="false"?!1:/^-?\d+(\.\d+)?$/.test(t)?parseFloat(t):t}function Kr(e){if(e.kind==="value"||e.kind==="object")return e.value}function Nt(e,t,n,r,i,o){e.push({path:n,line:t.line,code:r,message:i,raw:o})}function ZO(e,t="any"){let n=e.trim();if(n.startsWith("[")&&n.endsWith("]")&&(n=n.slice(1,-1).trim()),!n)return[];let r;t==="comma"?r=n.split(","):t==="space"?r=n.split(/\s+/):r=n.split(/[,\s]+/);const i=[];for(const o of r){const a=o.trim();if(a){if(a==="#"||a==="//")break;i.push(a)}}return i}function Loe(e){let t=e.trim();const n=t.search(/\s+#(?![0-9a-f])/i);n>=0&&(t=t.slice(0,n).trimEnd());const r=t.indexOf("//");return r>=0&&(t=t.slice(0,r).trimEnd()),t}function om(e){const t=Loe(e);if(!t)return;const n=t.match(koe);if(n&&n[0].length===t.length)return t;const r=t.match(Roe);if(r&&r[1].length===t.length||ve(t).isValid())return t}function QO(e,t,n,r={}){const i=Kr(e);if(i===void 0){Nt(n,e,t,"schema_mismatch","Expected color value.");return}const o=om(i);if(!o){r.soft||Nt(n,e,t,"invalid_value","Invalid color value.",i);return}return o}function zoe(e,t){return t.length>1||e.startsWith("[")&&e.endsWith("]")?!0:om(e)!==void 0}function am(e){if(e.kind==="array")return e.items.map(r=>am(r));if(e.kind==="value"||!(Object.keys(e.entries).length>0)&&e.value!==void 0)return Ur(e.value);const n={};return e.value!==void 0&&(n.value=Ur(e.value)),Object.entries(e.entries).forEach(([r,i])=>{n[r]=am(i)}),n}function Noe(e,t,n,r){let i,o=null;for(const a of t.variants){const s=[],c=rn(e,a,n,s);(o===null||s.length<o.length)&&(o=s,i=c)}return o&&r.push(...o),i}function rn(e,t,n,r){switch(t.kind){case"union":return Noe(e,t,n,r);case"string":{const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected string value.");return}return i}case"number":{const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected number value.");return}const a=i.trim().match(/^(-?\d+(\.\d+)?)(?:\s*(#|\/\/).*)?$/);if(!a){Nt(r,e,n,"invalid_value","Invalid number value.",i);return}return parseFloat(a[1])}case"boolean":{const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected boolean value.");return}if(i!=="true"&&i!=="false"){Nt(r,e,n,"invalid_value","Invalid boolean value.",i);return}return i==="true"}case"enum":{const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected enum value.");return}if(!t.values.includes(i)){Nt(r,e,n,"invalid_value","Invalid enum value.",i);return}return i}case"array":{if(e.kind==="array")return e.items.map((s,c)=>rn(s,t.item,`${n}[${c}]`,r)).filter(s=>s!==void 0);if(e.kind==="object"&&Object.keys(e.entries).length>0){Nt(r,e,n,"schema_mismatch","Expected array value.");return}const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected array value.");return}const o=i.trim();return o.startsWith("[")&&!o.endsWith("]")?void 0:ZO(i,t.split).map((s,c)=>rn(Uc(s,e.line),t.item,`${n}[${c}]`,r)).filter(s=>s!==void 0)}case"palette":{if(e.kind==="array"){const c=rn(e,{kind:"array",item:{kind:"color"},split:"any"},n,r);return Array.isArray(c)&&c.length>0?c:void 0}if(e.kind==="object"&&Object.keys(e.entries).length>0){Nt(r,e,n,"schema_mismatch","Expected palette value.");return}const i=Kr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected palette value.");return}const o=i.trim();if(o.startsWith("[")&&!o.endsWith("]"))return;const a=om(o);if(a)return[a];const s=ZO(i,"any");if(zoe(o,s)){const c=s.map((l,u)=>QO(Uc(l,e.line),`${n}[${u}]`,r)).filter(l=>l!==void 0);return c.length>0?c:void 0}return i}case"color":return QO(e,n,r,{soft:t.soft});case"object":{if(e.kind==="array"){Nt(r,e,n,"schema_mismatch","Expected object value.");return}const i={};if(e.kind==="value"){if(t.shorthandKey)return i[t.shorthandKey]=e.value,i;const o=KO(e.value);if((o==null?void 0:o.value)!==void 0){if(t.fields[o.key]){const a=rn(Uc(o.value,e.line),t.fields[o.key],`${n}.${o.key}`,r);return a!==void 0&&(i[o.key]=a),i}return t.allowUnknown?(i[o.key]=Ur(o.value),i):(Nt(r,e,`${n}.${o.key}`,"unknown_key","Unknown key in object.",o.key),i)}if(t.allowUnknown)return i.value=Ur(e.value),i;Nt(r,e,n,"invalid_value","Expected object value.");return}if(e.value!==void 0)if(t.shorthandKey&&i[t.shorthandKey]===void 0)i[t.shorthandKey]=e.value;else{const o=KO(e.value);if((o==null?void 0:o.value)!==void 0)if(t.fields[o.key]){const a=rn(Uc(o.value,e.line),t.fields[o.key],`${n}.${o.key}`,r);a!==void 0&&i[o.key]===void 0&&(i[o.key]=a)}else t.allowUnknown?i[o.key]=Ur(o.value):Nt(r,e,`${n}.${o.key}`,"unknown_key","Unknown key in object.",o.key);else t.allowUnknown&&(i.value=Ur(e.value))}return Object.entries(e.entries).forEach(([o,a])=>{const s=t.fields[o];if(!s){if(t.allowUnknown){i[o]=am(a);return}Nt(r,a,`${n}.${o}`,"unknown_key","Unknown key in object.",o);return}const c=rn(a,s,`${n}.${o}`,r);c!==void 0&&(i[o]=c)}),i}default:return}}const qt=()=>({kind:"string"}),hr=()=>({kind:"number"}),Kc=e=>({kind:"enum",values:e}),Ni=(e={})=>({kind:"color",soft:e.soft}),Zc=(e,t="any")=>({kind:"array",item:e,split:t}),Ft=(e,t={})=>({kind:"object",fields:e,allowUnknown:t.allowUnknown,shorthandKey:t.shorthandKey}),sm=(...e)=>({kind:"union",variants:e}),Hoe=()=>({kind:"palette"}),JO={fill:Ni({soft:!0}),stroke:Ni({soft:!0})},Hi=Ft(JO,{allowUnknown:!0}),cm=Ft(JO,{allowUnknown:!0}),lm=Ft({},{allowUnknown:!0});lm.fields={id:qt(),label:qt(),value:sm(hr(),qt()),desc:qt(),icon:qt(),group:qt(),children:Zc(lm)};const eS=Ft({id:qt(),from:qt(),to:qt(),label:qt(),direction:Kc(["forward","both","none"]),showArrow:Kc(["true","false"]),arrowType:Kc(["arrow","triangle","diamond"])},{allowUnknown:!0}),tS=Ft({type:qt(),colorBg:Ni(),colorPrimary:Ni(),palette:Hoe(),title:Hi,desc:Hi,shape:cm,base:Ft({global:Ft({},{allowUnknown:!0}),shape:cm,text:Hi}),item:Ft({icon:Ft({},{allowUnknown:!0}),label:Hi,desc:Hi,value:Hi,shape:cm}),stylize:Ft({type:Kc(["rough","pattern"]),roughness:hr(),bowing:hr(),fillWeight:hr(),hachureGap:hr(),pattern:qt(),backgroundColor:Ni(),foregroundColor:Ni(),scale:hr()},{shorthandKey:"type"}),elements:Ft({},{allowUnknown:!0})},{shorthandKey:"type"}),Qc=Ft({},{allowUnknown:!0,shorthandKey:"type"}),nS=Ft({structure:Qc,item:Qc,items:Zc(Qc),title:Qc}),rS=Ft({title:qt(),desc:qt(),items:Zc(lm),relations:Zc(eS)}),iS=Ft({type:qt()},{shorthandKey:"type"}),oS=Ft({template:iS,design:nS,data:rS,theme:tS,width:sm(hr(),qt()),height:sm(hr(),qt())}),aS=/[<>=o.x-]{2,}/,Jc=/[<>=o.x-]{2,}/g;function el(e){let t=e.trim();if(!t)return"";const n=t[0],r=t[t.length-1];return(n==='"'&&r==='"'||n==="'"&&r==="'")&&(t=t.slice(1,-1)),t=t.replace(/\\(["'])/g,"$1").replace(/("|&#quot;|#quot;)/g,'"').replace(/('|'|#apos;)/g,"'"),t.trim()}function Doe(e){const t=e.trim().replace(/^[-=.ox]+/,"").trim();return el(t)}function tl(e,t){let n=t;for(;n<e.length&&/\s/.test(e[n]);)n+=1;return n}function sS(e,t){let n=tl(e,t);if(n>=e.length)return null;const r=n;for(;n<e.length;){const a=e[n];if(/\s/.test(a)||a==="["||a==="("||a==="@"||a==="|"||a==="<"||a===">"||a==="-"&&(e[n+1]==="-"||e[n+1]===">"||e[n+1]==="<"))break;n+=1}if(n===r)return null;const i=e.slice(r,n).trim();if(!i)return null;if(e.startsWith("@{",n)){const a=e.indexOf("}",n+2);a!==-1&&(n=a+1)}n=tl(e,n);let o;if(e[n]==="["){const a=e.indexOf("]",n+1);a!==-1&&(o=el(e.slice(n+1,a)),n=a+1)}else if(e[n]==="("){const a=e.indexOf(")",n+1);if(a!==-1){let s=e.slice(n+1,a).trim();s.startsWith("[")&&s.endsWith("]")&&(s=s.slice(1,-1).trim()),o=el(s),n=a+1}}return{node:{id:i,label:o},nextIndex:n}}function qoe(e,t){Jc.lastIndex=t;const n=Jc.exec(e);if(!n)return null;const r=n[0],i=n.index,o=i+r.length;let s=Doe(e.slice(t,i))||void 0,c=r,l=o;if(l=tl(e,l),e[l]==="|"){const v=e.indexOf("|",l+1);if(v!==-1){s=el(e.slice(l+1,v))||s,l=v+1;const _=tl(e,l);Jc.lastIndex=_;const x=Jc.exec(e);x&&x.index===_?(c+=x[0],l=x.index+x[0].length):l=_}}const u=c.includes("<"),h=c.includes(">"),d=c.match(/[xo]/gi)||[],f=/^[xo]/i.test(c),g=/[xo]$/i.test(c);let y="none",m=!1;return u&&h||u&&g||h&&f||f&&g?y="both":(u||h||d.length>0)&&(y="forward",m=u&&!h),{label:s,direction:y,reverse:m,nextIndex:l}}function joe(e){const t=[],n=[],r=new Map;let i=0;const o=sS(e,i);if(!o)return{relations:t,nodes:n};let a=o.node;for(r.has(a.id)||(r.set(a.id,a),n.push(a)),i=o.nextIndex;i<e.length;){const s=qoe(e,i);if(!s)break;i=s.nextIndex;const c=sS(e,i);if(!c)break;i=c.nextIndex;let l=a.id,u=c.node.id;const h=s.direction;s.reverse&&(l=c.node.id,u=a.id);const d={from:l,to:u};s.label&&(d.label=s.label),h==="both"&&(d.direction="both"),h==="none"&&(d.direction="none"),t.push(d),r.has(a.id)||(r.set(a.id,a),n.push(a)),r.has(c.node.id)||(r.set(c.node.id,c.node),n.push(c.node)),a=c.node}return{relations:t,nodes:n}}function Foe(e,t,n,r){if(!n)return;const i=e.get(n);if(i){!i.label&&r&&(i.label=r);return}const o={id:n,label:r||n};e.set(n,o),t.push(o)}function Boe(e,t,n){const r=rn(e,eS,t,n);return!r||typeof r!="object"||typeof r.from!="string"||typeof r.to!="string"?null:r}function Woe(e,t,n){const r=[],i=[],o=new Map,a=s=>{if(!aS.test(s))return;const c=joe(s);c.nodes.forEach(l=>{Foe(o,i,l.id,l.label)}),r.push(...c.relations)};return e.kind==="array"?e.items.forEach((s,c)=>{if(s.kind==="object"&&s.value&&Object.keys(s.entries).length===0&&aS.test(s.value)){a(s.value);return}const l=Boe(s,`${n}[${c}]`,t);l&&r.push(l)}):e.kind==="object"&&e.value&&a(e.value),{relations:r,items:i}}var Goe=Object.defineProperty,Voe=Object.defineProperties,Yoe=Object.getOwnPropertyDescriptors,nl=Object.getOwnPropertySymbols,cS=Object.prototype.hasOwnProperty,lS=Object.prototype.propertyIsEnumerable,uS=(e,t,n)=>t in e?Goe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hS=(e,t)=>{for(var n in t||(t={}))cS.call(t,n)&&uS(e,n,t[n]);if(nl)for(var n of nl(t))lS.call(t,n)&&uS(e,n,t[n]);return e},Xoe=(e,t)=>Voe(e,Yoe(t)),dS=(e,t)=>{var n={};for(var r in e)cS.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&nl)for(var r of nl(e))t.indexOf(r)<0&&lS.call(e,r)&&(n[r]=e[r]);return n};function Uoe(e){var t;const n=new Set,r=[];for(let i=e.length-1;i>=0;i-=1){const o=e[i],a=(t=o.id)!=null?t:o.label;if(!a){r.push(o);continue}n.has(a)||(n.add(a),o.id||(o.id=a),r.push(o))}return r.reverse()}function Koe(e,t){if(!e)return;const n=rn(e,iS,"template",t);if(n){if(typeof n=="string")return n;if(typeof n=="object"&&typeof n.type=="string")return n.type}}function fS(e){var t;const{ast:n,errors:r}=Toe(e),i=[],o={},a=hS({},n.entries),s=n.entries.infographic;let c;s&&s.kind==="object"&&(s.value&&(c=s.value),Object.entries(s.entries).forEach(([v,b])=>{v in a||(a[v]=b)}));const l=new Set(["infographic","template","design","data","theme","width","height"]);Object.keys(a).forEach(v=>{l.has(v)||r.push({path:v,line:a[v].line,code:"unknown_key",message:"Unknown top-level key.",raw:v})});const u=a.template,h=Koe(u,r);h&&(o.template=h),!o.template&&c&&(o.template=c);const d=a.design;if(d){const v=rn(d,nS,"design",r);v&&(o.design=v)}const f=a.data;if(f){let v,b=f;if(f.kind==="object"){const x=f.entries,{relations:w}=x,P=dS(x,["relations"]);v=w,b=Xoe(hS({},f),{entries:P})}const _=rn(b,rS,"data",r);if(_&&(o.data=_),v){const x=Woe(v,r,"data.relations");if(x.relations.length>0||x.items.length>0){const w=(t=o.data)!=null?t:{},P=Array.isArray(w.items)?w.items:[],$=Uoe(P),C=new Map;$.forEach(M=>{M.id&&C.set(M.id,M)}),x.items.forEach(M=>{const S=C.get(M.id);S?!S.label&&M.label&&(S.label=M.label):($.push(M),C.set(M.id,M))}),w.items=$,w.relations=x.relations,o.data=w}}}const g=a.theme;if(g){const v=rn(g,tS,"theme",r);if(v&&typeof v=="object"){const b=v,{type:_}=b,x=dS(b,["type"]);typeof _=="string"&&_&&(o.theme=_),Object.keys(x).length>0&&(o.themeConfig=x)}}const y=a.width;if(y){const v=rn(y,oS.fields.width,"width",r);v!==void 0&&(o.width=v)}const m=a.height;if(m){const v=rn(m,oS.fields.height,"height",r);v!==void 0&&(o.height=v)}return{options:o,errors:r,warnings:i,ast:n}}const Zoe=()=>[new SO,new AO],Qoe=()=>[new YC,new kC,new RC,new XC,new KC,new tO,new JC],Joe={padding:20,theme:"light",themeConfig:{palette:"antv"},get plugins(){return Zoe()},get interactions(){return Qoe()}};var eae=Object.defineProperty,pS=Object.getOwnPropertySymbols,tae=Object.prototype.hasOwnProperty,nae=Object.prototype.propertyIsEnumerable,gS=(e,t,n)=>t in e?eae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Un=(e,t)=>{for(var n in t||(t={}))tae.call(t,n)&&gS(e,n,t[n]);if(pS)for(var n of pS(t))nae.call(t,n)&&gS(e,n,t[n]);return e};function um(e,t){const n=Un(Un({},e),t);return(e.design||t.design)&&(n.design=Un(Un({},e.design),t.design)),(e.themeConfig||t.themeConfig)&&(n.themeConfig=Un(Un({},e.themeConfig),t.themeConfig)),(e.svg||t.svg)&&(n.svg=Un(Un({},e.svg),t.svg)),n}function hm(e){const t=Un({},e);return t.data&&(t.data=lv(t.data)),t.elements&&(t.elements=lv(t.elements)),t}function mS(e){const{design:t,data:n}=e;return!(!t||!dv(t)||!n||!Array.isArray(n.items)||n.items.length<1)}var rae=Object.defineProperty,yS=Object.getOwnPropertySymbols,iae=Object.prototype.hasOwnProperty,oae=Object.prototype.propertyIsEnumerable,vS=(e,t,n)=>t in e?rae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,aae=(e,t)=>{for(var n in t||(t={}))iae.call(t,n)&&vS(e,n,t[n]);if(yS)for(var n of yS(t))oae.call(t,n)&&vS(e,n,t[n]);return e},sae=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class cae{constructor(t){this.rendered=!1,this.emitter=new hoe,this.node=null,this.initialOptions={},this.setOptions(t,"replace",!0)}getOptions(){return this.options}setOptions(t,n="replace",r=!1){const{options:i,errors:o,warnings:a}=lae(t);r&&(this.initialOptions=i);const s=um(n==="replace"?hm(this.initialOptions||{}):this.options||hm(this.initialOptions||{}),i);this.options=s,this.parsedOptions=Poe(um(Joe,this.options)),a.length&&this.emitter.emit("warning",a),o.length&&this.emitter.emit("error",o)}render(t){t?this.setOptions(t,"replace"):!this.options&&this.initialOptions&&this.setOptions(this.initialOptions,"replace"),this.performRender()}update(t){this.setOptions(t,"merge"),this.performRender()}performRender(){var t;const n=this.parsedOptions;if(!mS(n)){this.emitter.emit("error",new Error("Incomplete options"));return}const{container:r}=this.parsedOptions,i=this.compose(n),o=new VN(n,i);this.node=o.render(),r==null||r.replaceChildren(this.node),(t=this.editor)==null||t.destroy(),this.editor=void 0,this.options.editable&&(this.editor=new boe(this.emitter,this.node,n)),this.rendered=!0,this.emitter.emit("rendered",{node:this.node,options:this.options});const a=this.node;return a&&RL(a).then(()=>{this.node===a&&this.emitter.emit("loaded",{node:a,options:this.options})}),!0}compose(t){const{design:n,data:r}=t,{title:i,item:o,items:a,structure:s}=n,{component:c,props:l}=s,u=i.component,h=o.component,d=a.map(y=>y.component),f=r_(p(c,aae({data:r,Title:u,Item:h,Items:d,options:t},l))),g=fi(f);if(!g)throw new Error("Failed to parse SVG template");return g}getTypes(){const t=this.parsedOptions;if(!mS(t)){this.emitter.emit("error",new Error("Incomplete options"));return}const n=t.design,r=n.structure.composites||[],i=n.items.map(o=>o.composites||[]);return kH({structure:r,items:i})}toDataURL(t){return sae(this,null,function*(){if(!this.node)throw new Error("Infographic is not rendered yet.");return(t==null?void 0:t.type)==="svg"?yield Hie(this.node,t):yield coe(this.node,t)})}on(t,n){this.emitter.on(t,n)}off(t,n){this.emitter.off(t,n)}destroy(){var t,n;(t=this.editor)==null||t.destroy(),(n=this.node)==null||n.remove(),this.node=null,this.rendered=!1,this.emitter.emit("destroyed"),this.emitter.removeAllListeners()}}function lae(e){if(typeof e=="string"){const{options:t,errors:n,warnings:r}=fS(e);return{options:t,errors:n,warnings:r}}return{options:hm(e),errors:[],warnings:[]}}const uae="0.2.9";V.AlignLayout=yi,V.BadgeCard=i3,V.BrushSelect=kC,V.BtnAdd=J,V.BtnRemove=nt,V.BtnsGroup=qe,V.CandyCardLite=s3,V.CapsuleItem=g3,V.ChartBar=Gw,V.ChartColumn=Vw,V.ChartLine=Kw,V.ChartPie=Zw,V.ChartWordCloud=r4,V.CircleNode=v3,V.CircularProgress=x3,V.ClickSelect=RC,V.CompactCard=C3,V.CompareBinaryHorizontal=f4,V.CompareHierarchyLeftRight=y4,V.CompareHierarchyRow=v4,V.DblClickEditText=YC,V.Defs=Ke,V.DoneList=M3,V.DragElement=XC,V.EditBar=SO,V.Ellipse=Je,V.FlexLayout=ye,V.Fragment=ho,V.Gap=mt,V.Group=Y,V.HierarchyMindmap=M4,V.HierarchyStructure=I4,V.HierarchyTree=R4,V.HorizontalIconArrow=A3,V.HorizontalIconLine=z3,V.HotkeyHistory=KC,V.IconBadge=D3,V.Illus=p_,V.IndexedCard=F3,V.Infographic=cae,V.Interaction=lr,V.ItemDesc=ht,V.ItemIcon=Dt,V.ItemIconCircle=Ar,V.ItemLabel=Ve,V.ItemValue=vo,V.ItemsGroup=He,V.LCornerCard=G3,V.LabelText=rx,V.LetterCard=X3,V.LinedText=Z3,V.ListColumn=L4,V.ListGrid=z4,V.ListPyramid=N4,V.ListRow=H4,V.ListSector=j4,V.ListWaterfall=F4,V.ListZigzagDown=Y4,V.ListZigzagUp=X4,V.Path=Pe,V.PillBadge=ex,V.Plugin=V1,V.Polygon=Wt,V.ProgressCard=uw,V.Quadrant=U4,V.QuarterCircular=fw,V.QuarterSimpleCard=mw,V.Rect=ze,V.RelationCircle=K4,V.RelationDagreFlow=H$,V.RelationNetwork=D$,V.ResizeElement=AO,V.RibbonCard=bw,V.RoundedRectNode=ww,V.SelectHighlight=JC,V.SequenceAscendingStairs3d=U$,V.SequenceAscendingSteps=K$,V.SequenceCircleArrows=Q$,V.SequenceCircular=J$,V.SequenceColorSnakeSteps=eC,V.SequenceFilterMesh=iC,V.SequenceFunnel=cC,V.SequenceHorizontalZigzag=lC,V.SequenceMountain=dC,V.SequencePyramid=fC,V.SequenceRoadmapVertical=gC,V.SequenceSnakeSteps=mC,V.SequenceStairsFront=yC,V.SequenceSteps=vC,V.SequenceTimeline=bC,V.SequenceZigzagPucks3d=xC,V.SequenceZigzagSteps=SC,V.ShapesGroup=xt,V.SimpleCircleNode=Cw,V.SimpleHorizontalArrow=Mw,V.SimpleIllusItem=Aw,V.SimpleItem=Rw,V.SimpleVerticalArrow=Nw,V.Text=Ne,V.Title=V_,V.UnderlineText=qw,V.VERSION=uae,V.VerticalIconArrow=Bw,V.ZoomWheel=tO,V.cloneElement=or,V.createFragment=QH,V.createLayout=Ku,V.exportToSVG=nm,V.getCombinedBounds=mi,V.getElementBounds=ae,V.getElementsBounds=Ir,V.getFont=fu,V.getFonts=pu,V.getItem=t3,V.getItemProps=st,V.getItems=$q,V.getPalette=Cv,V.getPaletteColor=Aa,V.getPalettes=GL,V.getStructure=Ww,V.getStructures=kU,V.getTemplate=pm,V.getTemplates=$S,V.getTheme=Y_,V.getThemeColors=Ct,V.getThemes=sq,V.jsx=is,V.jsxDEV=eD,V.jsxs=JH,V.loadSVGResource=hi,V.parseSVG=fi,V.parseSyntax=fS,V.registerFont=wv,V.registerItem=ct,V.registerPalette=yu,V.registerPattern=ob,V.registerResourceLoader=lz,V.registerStructure=We,V.registerTemplate=fm,V.registerTheme=eh,V.renderSVG=r_,V.sequenceCylinders3d=tC,V.setDefaultFont=DL,V.setFontExtendFactor=QN,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})}));
|
|
559
|
+
`);const o=e.querySelector("defs");o&&o.parentNode?o.parentNode.insertBefore(i,o.nextSibling):e.insertBefore(i,e.firstChild)}function Bie(e){return zi(this,null,function*(){const t=yield as(e);if(!t.ok)throw new Error(`Failed to load font: ${e}`);const n=yield t.blob();return yield new Promise((i,o)=>{const a=new FileReader;a.onloadend=()=>{i(a.result)},a.onerror=o,a.readAsDataURL(n)})})}var om=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function Wie(e){return om(this,arguments,function*(t,n={}){const r=yield am(t,n),i=new XMLSerializer().serializeToString(r);return"data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i)})}function am(e){return om(this,arguments,function*(t,n={}){const{embedResources:r=!0,removeIds:i=!1}=n,o=t.cloneNode(!0),{width:a,height:s}=Xu(t);return lt(o,{width:a,height:s}),i?(Yie(o),roe(o)):yield Gie(o),yield zie(o,r),coe(o),o})}function Gie(e){return om(this,null,function*(){const t=e.querySelectorAll("use"),n=Vie(e);t.forEach(r=>{const i=r.getAttribute("href");if(!i)return;if(!e.querySelector(i)){const a=document.querySelector(i);a&&n.appendChild(a.cloneNode(!0))}})})}const NO="icon-defs";function Vie(e){const t=mi(e,NO);if(t)return t;const n=Ee("defs");return po(n,NO),e.prepend(n),n}function Yie(e){const t=Array.from(e.querySelectorAll("use"));t.length&&t.forEach(n=>{const r=Xie(n);if(!r||!r.startsWith("#"))return;const i=Uie(e,r);if(!i||i===n)return;const o=Kie(n,i);o&&n.replaceWith(o)})}function Xie(e){var t;return(t=e.getAttribute("href"))!=null?t:e.getAttribute("xlink:href")}function Uie(e,t){const n=e.querySelector(t);return n||document.querySelector(t)}function Kie(e,t){const n=t.tagName.toLowerCase();return n==="symbol"?Zie(e,t):n==="svg"?Qie(e,t):Jie(e,t)}function Zie(e,t){const n=t.cloneNode(!0),r=Ee("svg");for(Uc(r,n,new Set(["id"])),Uc(r,e,new Set(["href","xlink:href"]));n.firstChild;)r.appendChild(n.firstChild);return r}function Qie(e,t){const n=t.cloneNode(!0);return n.removeAttribute("id"),Uc(n,e,new Set(["href","xlink:href"])),n}function Jie(e,t){const n=t.cloneNode(!0);n.removeAttribute("id");const r=Ee("g");Uc(r,e,new Set(["href","xlink:href","x","y","width","height","transform"]));const i=eoe(e);return i&&r.setAttribute("transform",i),r.appendChild(n),r}function eoe(e){var t;const n=e.getAttribute("x"),r=e.getAttribute("y"),i=n||r?`translate(${n!=null?n:0} ${r!=null?r:0})`:"",o=(t=e.getAttribute("transform"))!=null?t:"";return i&&o?`${i} ${o}`:i||o||null}function Uc(e,t,n=new Set){Array.from(t.attributes).forEach(r=>{if(!n.has(r.name)){if(r.name==="style"){toe(e,r.value);return}if(r.name==="class"){noe(e,r.value);return}e.setAttribute(r.name,r.value)}})}function toe(e,t){const n=e.getAttribute("style");if(!n){e.setAttribute("style",t);return}const r=n.trim().endsWith(";")?"":";";e.setAttribute("style",`${n}${r}${t}`)}function noe(e,t){const n=e.getAttribute("class");if(!n){e.setAttribute("class",t);return}e.setAttribute("class",`${n} ${t}`.trim())}const DO=/url\(\s*['"]?#([^'")\s]+)['"]?\s*\)/g;function roe(e){const t=ioe(e);if(t.size===0){qO(e);return}const n=ooe(e,t);n&&(gi(e,r=>{if(r.tagName.toLowerCase()==="defs")return!1;Array.from(r.attributes).forEach(o=>{const a=o.value;if(!a.includes("url("))return;const s=a.replace(DO,(c,l)=>{const u=encodeURIComponent(l);return`url("${n}#${u}")`});s!==a&&r.setAttribute(o.name,s)})}),qO(e))}function ioe(e){const t=new Set;return gi(e,n=>{if(n.tagName.toLowerCase()==="defs")return!1;HO(n,r=>t.add(r))}),t}function HO(e,t){for(const n of Array.from(e.attributes)){const r=n.value;if(r.includes("url("))for(const i of r.matchAll(DO))i[1]&&t(i[1]);(n.name==="href"||n.name==="xlink:href")&&r[0]==="#"&&t(r.slice(1))}}function ooe(e,t){if(t.size===0)return null;const n=aoe(e,t);if(n.size===0)return null;const r=Ee("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),i=Ee("defs");if(n.forEach(a=>{i.appendChild(a.cloneNode(!0))}),!i.children.length)return null;r.appendChild(i);const o=new XMLSerializer().serializeToString(r);return"data:image/svg+xml;charset=utf-8,"+encodeURIComponent(o)}function aoe(e,t){const n=new Map,r=Array.from(t),i=new Set(r),o=new Set,a=s=>{o.has(s)||i.has(s)||(r.push(s),i.add(s))};for(;r.length;){const s=r.shift();if(o.has(s))continue;o.add(s);const c=`#${soe(s)}`,l=e.querySelector(c);l&&(n.set(s,l),gi(l,u=>{HO(u,a)}))}return n}function soe(e){return globalThis.CSS&&typeof globalThis.CSS.escape=="function"?globalThis.CSS.escape(e):e.replace(/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,"\\$1")}function qO(e){Array.from(e.querySelectorAll("defs")).forEach(n=>n.remove())}function coe(e){loe(e),uoe(e),hoe(e),doe(e)}function loe(e){const t=mi(e,Ve.BtnsGroup);t==null||t.remove();const n=mi(e,"btn-icon-defs");n==null||n.remove()}function uoe(e){const t=e.querySelector("[data-element-type=transient-container]");t==null||t.remove()}function hoe(e){e.querySelectorAll("g").forEach(n=>{n.removeAttribute("x"),n.removeAttribute("y"),n.removeAttribute("width"),n.removeAttribute("height")})}function doe(e){gi(e,t=>{for(const n in t.dataset)delete t.dataset[n]})}var foe=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});function poe(e){return foe(this,arguments,function*(t,n={}){var r;const{dpr:i=(r=globalThis.devicePixelRatio)!=null?r:2}=n,o=yield am(t),{width:a,height:s}=Xu(o);return new Promise((c,l)=>{try{const u=document.createElement("canvas");u.width=a*i,u.height=s*i;const h=u.getContext("2d");if(!h){l(new Error("Failed to get canvas context"));return}h.scale(i,i),h.imageSmoothingEnabled=!0,h.imageSmoothingQuality="high",o.setAttribute("width",String(a)),o.setAttribute("height",String(s));const d=new XMLSerializer().serializeToString(o),f="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(d),g=new Image;g.onload=function(){h.clearRect(0,0,a,s),h.drawImage(g,0,0,a,s);const y=u.toDataURL("image/png");c(y)},g.onerror=function(y){l(new Error("Image load failed: "+y))},g.src=f}catch(u){l(u)}})})}var sm={exports:{}},jO;function goe(){return jO||(jO=1,(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function i(c,l,u){this.fn=c,this.context=l,this.once=u||!1}function o(c,l,u,h,d){if(typeof u!="function")throw new TypeError("The listener must be a function");var f=new i(u,h||c,d),g=n?n+l:l;return c._events[g]?c._events[g].fn?c._events[g]=[c._events[g],f]:c._events[g].push(f):(c._events[g]=f,c._eventsCount++),c}function a(c,l){--c._eventsCount===0?c._events=new r:delete c._events[l]}function s(){this._events=new r,this._eventsCount=0}s.prototype.eventNames=function(){var l=[],u,h;if(this._eventsCount===0)return l;for(h in u=this._events)t.call(u,h)&&l.push(n?h.slice(1):h);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(u)):l},s.prototype.listeners=function(l){var u=n?n+l:l,h=this._events[u];if(!h)return[];if(h.fn)return[h.fn];for(var d=0,f=h.length,g=new Array(f);d<f;d++)g[d]=h[d].fn;return g},s.prototype.listenerCount=function(l){var u=n?n+l:l,h=this._events[u];return h?h.fn?1:h.length:0},s.prototype.emit=function(l,u,h,d,f,g){var y=n?n+l:l;if(!this._events[y])return!1;var m=this._events[y],v=arguments.length,b,_;if(m.fn){switch(m.once&&this.removeListener(l,m.fn,void 0,!0),v){case 1:return m.fn.call(m.context),!0;case 2:return m.fn.call(m.context,u),!0;case 3:return m.fn.call(m.context,u,h),!0;case 4:return m.fn.call(m.context,u,h,d),!0;case 5:return m.fn.call(m.context,u,h,d,f),!0;case 6:return m.fn.call(m.context,u,h,d,f,g),!0}for(_=1,b=new Array(v-1);_<v;_++)b[_-1]=arguments[_];m.fn.apply(m.context,b)}else{var x=m.length,w;for(_=0;_<x;_++)switch(m[_].once&&this.removeListener(l,m[_].fn,void 0,!0),v){case 1:m[_].fn.call(m[_].context);break;case 2:m[_].fn.call(m[_].context,u);break;case 3:m[_].fn.call(m[_].context,u,h);break;case 4:m[_].fn.call(m[_].context,u,h,d);break;default:if(!b)for(w=1,b=new Array(v-1);w<v;w++)b[w-1]=arguments[w];m[_].fn.apply(m[_].context,b)}}return!0},s.prototype.on=function(l,u,h){return o(this,l,u,h,!1)},s.prototype.once=function(l,u,h){return o(this,l,u,h,!0)},s.prototype.removeListener=function(l,u,h,d){var f=n?n+l:l;if(!this._events[f])return this;if(!u)return a(this,f),this;var g=this._events[f];if(g.fn)g.fn===u&&(!d||g.once)&&(!h||g.context===h)&&a(this,f);else{for(var y=0,m=[],v=g.length;y<v;y++)(g[y].fn!==u||d&&!g[y].once||h&&g[y].context!==h)&&m.push(g[y]);m.length?this._events[f]=m.length===1?m[0]:m:a(this,f)}return this},s.prototype.removeAllListeners=function(l){var u;return l?(u=n?n+l:l,this._events[u]&&a(this,u)):(this._events=new r,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=n,s.EventEmitter=s,e.exports=s})(sm)),sm.exports}var moe=goe();const yoe=LO(moe);var Kc=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class voe{constructor(){this.undoStack=[],this.redoStack=[]}init(t){Object.assign(this,t)}execute(t){return Kc(this,null,function*(){yield t.apply(this.state),this.undoStack.push(t),this.redoStack=[],this.emitHistoryChange("execute")})}executeBatch(t){return Kc(this,null,function*(){if(t.length===0)return;const n=new nre(t);yield this.execute(n)})}undo(){return Kc(this,null,function*(){const t=this.undoStack.pop();t&&(yield t.undo(this.state),this.redoStack.push(t),this.emitHistoryChange("undo"))})}redo(){return Kc(this,null,function*(){const t=this.redoStack.pop();t&&(yield t.apply(this.state),this.undoStack.push(t),this.emitHistoryChange("redo"))})}serialize(){return this.undoStack.map(t=>t.serialize())}clear(){this.undoStack=[],this.redoStack=[]}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0}getHistorySize(){return this.undoStack.length}destroy(){this.clear()}emitHistoryChange(t){var n;(n=this.emitter)==null||n.emit("history:change",{type:"history:change",action:t})}}var FO=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class boe{constructor(){this.extensions=new LC,this.interactions=[],this.active=!1,this.running=null,this.concurrentInteractions=new Set,this.selection=new Set,this.handleClick=t=>{const n=this.editor.getDocument(),r=t.target;if(!r){this.deactivate();return}n.contains(r)||RD(r)?this.activate():this.deactivate()}}init(t){Object.assign(this,t),document.addEventListener("click",this.handleClick),this.interactions.forEach(n=>{this.extensions.register(n.name,n),n.init({emitter:this.emitter,editor:this.editor,commander:this.commander,state:this.state,interaction:this}),this.emitter.emit("interaction:registered",n)})}isActive(){return this.active}select(t,n){const r=this.getSelection(),i=[],o=[];if(n==="replace"){const c=new Set(t);r.forEach(l=>{c.has(l)||o.push(l)}),t.forEach(l=>{this.selection.has(l)||i.push(l)}),this.selection=c}else n==="add"?t.forEach(c=>{this.selection.has(c)||(this.selection.add(c),i.push(c))}):n==="remove"?t.forEach(c=>{this.selection.delete(c)&&o.push(c)}):n==="toggle"&&t.forEach(c=>{this.selection.has(c)?(this.selection.delete(c),o.push(c)):(this.selection.add(c),i.push(c))});const a=this.getSelection(),s={type:"selection:change",previous:r,next:a,added:i,removed:o,mode:n};this.emitter.emit("selection:change",s)}getSelection(){return[...this.selection]}isSelected(t){return this.selection.has(t)}clearSelection(){const t=this.getSelection();this.selection.clear();const n={type:"selection:change",previous:t,next:[],added:[],removed:t,mode:"replace"};this.emitter.emit("selection:change",n)}activate(){this.active=!0,this.emitter.emit("activated")}deactivate(){this.active=!1,this.running=null,this.clearSelection(),this.emitter.emit("deactivated")}executeExclusiveInteraction(t,n){return FO(this,null,function*(){if(!(!this.active||this.running)){this.running=t;try{this.emitter.emit("interaction:started",t),yield n(),this.emitter.emit("interaction:ended",t)}catch(r){console.error(`Error occurred during exclusive interaction "${t.name}":`,r),this.emitter.emit("interaction:error",t,r)}finally{this.running=null}}})}executeConcurrentInteraction(t,n){return FO(this,null,function*(){if(this.active){this.concurrentInteractions.add(t);try{this.emitter.emit("interaction:started",t),yield n(),this.emitter.emit("interaction:ended",t)}catch(r){console.error(`Error occurred during concurrent interaction "${t.name}":`,r),this.emitter.emit("interaction:error",t,r)}finally{this.concurrentInteractions.delete(t)}}})}getOrCreateTransientContainer(){const t="transient-container",n=this.editor.getDocument(),r=mi(n,t);if(r&&r.isConnected)return r;const i=Ee("g");return po(i,t),n.appendChild(i),i}appendTransientElement(t){return this.getOrCreateTransientContainer().appendChild(t),t}destroy(){this.extensions.forEach(t=>{t.destroy(),this.emitter.emit("interaction:destroyed",t)}),this.extensions.destroy(),this.active=!1,this.running=null,this.clearSelection(),document.removeEventListener("click",this.handleClick),this.getOrCreateTransientContainer().remove()}}class _oe{constructor(){this.extensions=new LC}init(t,n=[]){Object.assign(this,t),n.forEach(r=>{this.registerPlugin(r)})}getPlugin(t){return this.extensions.get(t)}getPlugins(){return this.extensions.getAll()}registerPlugin(t){this.extensions.register(t.name,t);const n={emitter:this.emitter,editor:this.editor,commander:this.commander,plugin:this,state:this.state};t.init(n),this.emitter.emit("plugin:registered",t)}unregisterPlugin(t){const n=this.extensions.get(t);n&&(n.destroy(),this.extensions.unregister(t),this.emitter.emit("plugin:unregistered",n))}destroy(){this.extensions.getAll().forEach(t=>{this.unregisterPlugin(t.name),this.emitter.emit("plugin:destroyed",t)}),this.extensions.destroy()}}var xoe=Object.defineProperty,BO=Object.getOwnPropertySymbols,woe=Object.prototype.hasOwnProperty,Poe=Object.prototype.propertyIsEnumerable,WO=(e,t,n)=>t in e?xoe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,GO=(e,t)=>{for(var n in t||(t={}))woe.call(t,n)&&WO(e,n,t[n]);if(BO)for(var n of BO(t))Poe.call(t,n)&&WO(e,n,t[n]);return e};class $oe{init(t){Object.assign(this,t)}addItemDatum(t,n){const r=t.slice(0,-1),i=t[t.length-1],o=Array.isArray(n)?n:[n];TC(this.options.data,r).splice(i,0,...o),this.emitter.emit("options:data:item:add",{indexes:t,datum:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"add",path:"data.items",indexes:t,value:o}]})}updateItemDatum(t,n){const r=no(this.options.data,t);Object.assign(r,n),this.emitter.emit("options:data:item:update",{indexes:t,datum:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:"data.items",indexes:t,value:n}]})}removeItemDatum(t,n=1){const r=t.slice(0,-1),i=t[t.length-1],a=TC(this.options.data,r).splice(i,n);this.emitter.emit("options:data:item:remove",{indexes:t,datum:a}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"remove",path:"data.items",indexes:t,value:a}]})}updateData(t,n){this.options.data[t]=n,this.emitter.emit("options:data:update",{key:t,value:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:`data.${t}`,value:n}]})}updateElement(t,n){this.updateBuiltInElement(t,n)}updateOptions(t){this.options=GO(GO({},this.options),t),this.options.padding!==void 0&&Fb(this.editor.getDocument(),Ar(this.options.padding)),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",path:"",value:t}]})}getOptions(){return this.options}updateBuiltInElement(t,n){var r,i;const{data:o}=this.options,{attributes:a={}}=n,s=Fu(t),c=cr(t)||Ve.ItemLabel===s||Ve.ItemDesc===s||Ve.ItemValue===s||Ve.ItemIllus===s,l=c?kC(t):void 0;if(c){const u=no(o,l),h=s.replace("item-","");u.attributes||(u.attributes={}),(r=u.attributes)[h]||(r[h]={}),Object.assign(u.attributes[h],a)}else(Ve.Title===s||Ve.Desc===s||Ve.Illus===s)&&(o.attributes||(o.attributes={}),(i=o.attributes)[s]||(i[s]={}),Object.assign(o.attributes[s],a));this.emitter.emit("options:element:update",{element:t,props:n}),this.emitter.emit("options:change",{type:"options:change",changes:[{op:"update",role:s,indexes:l,path:c?`${Gne(l)}.attributes.${s.replace("item-","")}`:`data.attributes.${s}`,value:n}]})}destroy(){}}class Coe{constructor(t,n,r){if(this.emitter=t,this.document=n,this.options=r,!n.isConnected)throw new Error("The provided document is not connected to the DOM.");n.style.userSelect="none";const i=new voe,o=new $oe,a=new _oe,s=new boe;i.init({state:o,emitter:t}),o.init({emitter:t,editor:this,commander:i,options:r}),a.init({emitter:t,editor:this,commander:i,state:o},r.plugins),s.init({emitter:t,editor:this,commander:i,state:o,interactions:r.interactions}),this.commander=i,this.state=o,this.plugin=a,this.interaction=s}getDocument(){return this.document}destroy(){this.document.style.userSelect="",this.interaction.destroy(),this.plugin.destroy(),this.commander.destroy(),this.state.destroy()}}var Ooe=Object.defineProperty,Soe=Object.defineProperties,Moe=Object.getOwnPropertyDescriptors,Zc=Object.getOwnPropertySymbols,VO=Object.prototype.hasOwnProperty,YO=Object.prototype.propertyIsEnumerable,XO=(e,t,n)=>t in e?Ooe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cn=(e,t)=>{for(var n in t||(t={}))VO.call(t,n)&&XO(e,n,t[n]);if(Zc)for(var n of Zc(t))YO.call(t,n)&&XO(e,n,t[n]);return e},Ni=(e,t)=>Soe(e,Moe(t)),Di=(e,t)=>{var n={};for(var r in e)VO.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Zc)for(var r of Zc(e))t.indexOf(r)<0&&YO.call(e,r)&&(n[r]=e[r]);return n};function Eoe(e){const t=e,{container:n="#container",padding:r=0,template:i,design:o,theme:a,themeConfig:s,data:c}=t,l=Di(t,["container","padding","template","design","theme","themeConfig","data"]),u=typeof n=="string"?document.querySelector(n)||document.createElement("div"):n,h=i?mm(i):void 0,d=pv({},h==null?void 0:h.themeConfig,s),f=a||s||h!=null&&h.themeConfig?Roe(a,d):void 0,g={container:u,padding:Ar(r)};if(h){const m=h,{design:v}=m,b=Di(m,["design"]);Object.assign(g,b)}Object.assign(g,l);const y=Ioe(c,e.template);if(y&&(g.data=y),i&&(g.template=i),h!=null&&h.design||o){const m=Ni(cn({},f?Ni(cn({},e),{themeConfig:f}):e),{data:y||c}),v=Aoe(cn(cn({},h==null?void 0:h.design),o),m);gv(v)&&(g.design=v)}return a&&(g.theme=a),f&&(g.themeConfig=f),g}function Ioe(e,t){if(!e)return;if(Array.isArray(e.items)&&e.items.length)return e;const{lists:n,sequences:r,compares:i,nodes:o,values:a,root:s}=e,c=()=>{if(!t)return null;const h={list:n,sequence:r,compare:i,relation:o,chart:a,hierarchy:s?[s]:[]},d=t.split("-")[0],f=h[d];return f!=null&&f.length?f:null},l=()=>{var h;return n!=null&&n.length?n:r!=null&&r.length?r:i!=null&&i.length?i:o!=null&&o.length?o:a!=null&&a.length?a:s?[s]:(h=e.items)!=null&&h.length?e.items:[]};let u=c()||l();return u===r&&e.order==="desc"&&(u=[...u].reverse()),Ni(cn({},e),{items:u})}function cm(e){if(typeof e=="string")return{type:e};if(!("type"in e))throw new Error("Type is required");return e}function Aoe(e,t){const{structure:n,title:r,item:i,items:o}=e||{},a=UO(i||(o==null?void 0:o[0]),t);return{structure:Toe(n),title:koe(r,t),item:a,items:o?o.map(s=>UO(s,t)):[a]}}function Toe(e){if(!e)return null;const t=cm(e),{type:n}=t,r=Di(t,["type"]),i=Yw(n);if(!i)return null;const{component:o}=i;return Ni(cn({},i),{component:a=>o(cn(cn({},a),r))})}function koe(e,t){if(!e)return{component:null};const n=cm(e),{type:r}=n,i=Di(n,["type"]),{themeConfig:o}=t,a=(o==null?void 0:o.colorBg)||"#fff",s=KO(a,a);return{component:c=>U_(cn(Ni(cn({},c),{themeColors:s}),i))}}function UO(e,t){if(!e)return null;const n=cm(e),{type:r}=n,i=Di(n,["type"]),o=i3(r);if(!o)return null;const{component:a,options:s}=o;return Ni(cn({},o),{component:c=>{var l;const{indexes:u}=c,{data:h,themeConfig:d}=t,f=(d==null?void 0:d.colorBg)||"#fff",g=c,{themeColors:y=KO(za(d==null?void 0:d.palette,u,(l=h==null?void 0:h.items)==null?void 0:l.length)||(d==null?void 0:d.colorPrimary)||"#FF356A",f)}=g,m=Di(g,["themeColors"]);return a(cn(cn({themeColors:y},m),i))},options:s})}function Roe(e,t={}){var n;const r=e?K_(e)||{}:{},i=pv({},r,t);return i.palette=t.palette||r.palette,i.stylize=(n=t.stylize)!=null?n:r.stylize,i.colorPrimary||(i.colorPrimary="#FF356A"),i.palette||(i.palette=[i.colorPrimary]),i}function KO(e,t="#fff"){return J_({colorPrimary:e,isDarkMode:Gy(t),colorBg:t})}function Loe(e){return e===" "||e===" "}function zoe(e){let t=0,n=0;for(;n<e.length;){const r=e[n];if(r===" "){t+=1,n+=1;continue}if(r===" "){t+=2,n+=1;continue}break}return{indent:t,content:e.slice(n)}}function Noe(e){return e.trimEnd()}function Doe(e){return/[<>=o.x-]{2,}/.test(e)}function ZO(e){const t=e.trim();if(!t)return null;const n=t.match(/^([^:\s=]+)\s*[:=]\s*(.*)$/);if(n)return{key:n[1],value:n[2].trim()};const r=t.match(/^([^\s]+)\s+(.*)$/);return r?{key:r[1],value:r[2].trim()}:{key:t,value:void 0}}function Qc(e,t){return{kind:"object",line:e,value:t,entries:{}}}function QO(e){return{kind:"array",line:e,items:[]}}function Hoe(e){const t=[],n=Qc(0),r=[{indent:-1,node:n,parent:null,key:null}];return e.split(/\r?\n/).forEach((o,a)=>{const s=a+1;if(!o.trim())return;const{indent:c,content:l}=zoe(o),u=Noe(l);if(!u.trim())return;for(;r.length>1&&c<=r[r.length-1].indent;)r.pop();const h=r[r.length-1];let d=h.node;const f=u.trim();if(f.startsWith("-")&&(f.length===1||Loe(f[1]))){if(d.kind!=="array")if(d.kind==="object"&&Object.keys(d.entries).length===0&&d.value===void 0&&h.parent&&h.key){const b=QO(d.line);if(h.parent.kind==="object")h.parent.entries[h.key]=b;else if(h.parent.kind==="array"){const _=h.parent.items.indexOf(d);_>=0&&(h.parent.items[_]=b)}h.node=b,d=b}else{t.push({path:"",line:s,code:"bad_list",message:"List item is not under an array container.",raw:f});return}const m=f.slice(1).trim(),v=Qc(s,m||void 0);d.items.push(v),r.push({indent:c,node:v,parent:d});return}if(h.key==="relations"&&!f.startsWith("-")&&Doe(f)){if(d.kind!=="array")if(d.kind==="object"&&Object.keys(d.entries).length===0&&d.value===void 0&&h.parent&&h.key){const v=QO(d.line);if(h.parent.kind==="object")h.parent.entries[h.key]=v;else if(h.parent.kind==="array"){const b=h.parent.items.indexOf(d);b>=0&&(h.parent.items[b]=v)}h.node=v,d=v}else{t.push({path:"",line:s,code:"bad_list",message:"List item is not under an array container.",raw:f});return}const m=Qc(s,f);d.items.push(m),r.push({indent:c,node:m,parent:d});return}const g=ZO(f);if(!g){t.push({path:"",line:s,code:"bad_syntax",message:"Invalid syntax line.",raw:f});return}if(d.kind!=="object"){t.push({path:"",line:s,code:"bad_syntax",message:"Key-value pair is not under an object container.",raw:f});return}const y=Qc(s,g.value);d.entries[g.key]=y,r.push({indent:c,node:y,parent:d,key:g.key})}),{ast:n,errors:t}}function JO(e){return ZO(e)}function Jc(e,t){return{kind:"value",line:t,value:e}}const qoe=/^(#[0-9a-f]{8}|#[0-9a-f]{6}|#[0-9a-f]{4}|#[0-9a-f]{3})/i,joe=/^((?:rgb|rgba|hsl|hsla)\([^)]*\))/i;function Zr(e){const t=e.trim();return t==="true"?!0:t==="false"?!1:/^-?\d+(\.\d+)?$/.test(t)?parseFloat(t):t}function Qr(e){if(e.kind==="value"||e.kind==="object")return e.value}function Nt(e,t,n,r,i,o){e.push({path:n,line:t.line,code:r,message:i,raw:o})}function eS(e,t="any"){let n=e.trim();if(n.startsWith("[")&&n.endsWith("]")&&(n=n.slice(1,-1).trim()),!n)return[];let r;t==="comma"?r=n.split(","):t==="space"?r=n.split(/\s+/):r=n.split(/[,\s]+/);const i=[];for(const o of r){const a=o.trim();if(a){if(a==="#"||a==="//")break;i.push(a)}}return i}function Foe(e){let t=e.trim();const n=t.search(/\s+#(?![0-9a-f])/i);n>=0&&(t=t.slice(0,n).trimEnd());const r=t.indexOf("//");return r>=0&&(t=t.slice(0,r).trimEnd()),t}function lm(e){const t=Foe(e);if(!t)return;const n=t.match(qoe);if(n&&n[0].length===t.length)return t;const r=t.match(joe);if(r&&r[1].length===t.length||be(t).isValid())return t}function tS(e,t,n,r={}){const i=Qr(e);if(i===void 0){Nt(n,e,t,"schema_mismatch","Expected color value.");return}const o=lm(i);if(!o){r.soft||Nt(n,e,t,"invalid_value","Invalid color value.",i);return}return o}function Boe(e,t){return t.length>1||e.startsWith("[")&&e.endsWith("]")?!0:lm(e)!==void 0}function um(e){if(e.kind==="array")return e.items.map(r=>um(r));if(e.kind==="value"||!(Object.keys(e.entries).length>0)&&e.value!==void 0)return Zr(e.value);const n={};return e.value!==void 0&&(n.value=Zr(e.value)),Object.entries(e.entries).forEach(([r,i])=>{n[r]=um(i)}),n}function Woe(e,t,n,r){let i,o=null;for(const a of t.variants){const s=[],c=rn(e,a,n,s);(o===null||s.length<o.length)&&(o=s,i=c)}return o&&r.push(...o),i}function rn(e,t,n,r){switch(t.kind){case"union":return Woe(e,t,n,r);case"string":{const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected string value.");return}return i}case"number":{const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected number value.");return}const a=i.trim().match(/^(-?\d+(\.\d+)?)(?:\s*(#|\/\/).*)?$/);if(!a){Nt(r,e,n,"invalid_value","Invalid number value.",i);return}return parseFloat(a[1])}case"boolean":{const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected boolean value.");return}if(i!=="true"&&i!=="false"){Nt(r,e,n,"invalid_value","Invalid boolean value.",i);return}return i==="true"}case"enum":{const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected enum value.");return}if(!t.values.includes(i)){Nt(r,e,n,"invalid_value","Invalid enum value.",i);return}return i}case"array":{if(e.kind==="array")return e.items.map((s,c)=>rn(s,t.item,`${n}[${c}]`,r)).filter(s=>s!==void 0);if(e.kind==="object"&&Object.keys(e.entries).length>0){Nt(r,e,n,"schema_mismatch","Expected array value.");return}const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected array value.");return}const o=i.trim();return o.startsWith("[")&&!o.endsWith("]")?void 0:eS(i,t.split).map((s,c)=>rn(Jc(s,e.line),t.item,`${n}[${c}]`,r)).filter(s=>s!==void 0)}case"palette":{if(e.kind==="array"){const c=rn(e,{kind:"array",item:{kind:"color"},split:"any"},n,r);return Array.isArray(c)&&c.length>0?c:void 0}if(e.kind==="object"&&Object.keys(e.entries).length>0){Nt(r,e,n,"schema_mismatch","Expected palette value.");return}const i=Qr(e);if(i===void 0){Nt(r,e,n,"schema_mismatch","Expected palette value.");return}const o=i.trim();if(o.startsWith("[")&&!o.endsWith("]"))return;const a=lm(o);if(a)return[a];const s=eS(i,"any");if(Boe(o,s)){const c=s.map((l,u)=>tS(Jc(l,e.line),`${n}[${u}]`,r)).filter(l=>l!==void 0);return c.length>0?c:void 0}return i}case"color":return tS(e,n,r,{soft:t.soft});case"object":{if(e.kind==="array"){Nt(r,e,n,"schema_mismatch","Expected object value.");return}const i={};if(e.kind==="value"){if(t.shorthandKey)return i[t.shorthandKey]=e.value,i;const o=JO(e.value);if((o==null?void 0:o.value)!==void 0){if(t.fields[o.key]){const a=rn(Jc(o.value,e.line),t.fields[o.key],`${n}.${o.key}`,r);return a!==void 0&&(i[o.key]=a),i}return t.allowUnknown?(i[o.key]=Zr(o.value),i):(Nt(r,e,`${n}.${o.key}`,"unknown_key","Unknown key in object.",o.key),i)}if(t.allowUnknown)return i.value=Zr(e.value),i;Nt(r,e,n,"invalid_value","Expected object value.");return}if(e.value!==void 0)if(t.shorthandKey&&i[t.shorthandKey]===void 0)i[t.shorthandKey]=e.value;else{const o=JO(e.value);if((o==null?void 0:o.value)!==void 0)if(t.fields[o.key]){const a=rn(Jc(o.value,e.line),t.fields[o.key],`${n}.${o.key}`,r);a!==void 0&&i[o.key]===void 0&&(i[o.key]=a)}else t.allowUnknown?i[o.key]=Zr(o.value):Nt(r,e,`${n}.${o.key}`,"unknown_key","Unknown key in object.",o.key);else t.allowUnknown&&(i.value=Zr(e.value))}return Object.entries(e.entries).forEach(([o,a])=>{const s=t.fields[o];if(!s){if(t.allowUnknown){i[o]=um(a);return}Nt(r,a,`${n}.${o}`,"unknown_key","Unknown key in object.",o);return}const c=rn(a,s,`${n}.${o}`,r);c!==void 0&&(i[o]=c)}),i}default:return}}const kt=()=>({kind:"string"}),gr=()=>({kind:"number"}),ea=e=>({kind:"enum",values:e}),Hi=(e={})=>({kind:"color",soft:e.soft}),Kn=(e,t="any")=>({kind:"array",item:e,split:t}),qt=(e,t={})=>({kind:"object",fields:e,allowUnknown:t.allowUnknown,shorthandKey:t.shorthandKey}),ta=(...e)=>({kind:"union",variants:e}),Goe=()=>({kind:"palette"}),na=()=>qt({},{allowUnknown:!0}),nS={fill:Hi({soft:!0}),stroke:Hi({soft:!0})},qi=qt(nS,{allowUnknown:!0}),hm=qt(nS,{allowUnknown:!0}),Zn=qt({},{allowUnknown:!0});Zn.fields={id:kt(),label:kt(),value:ta(gr(),kt()),desc:kt(),icon:ta(kt(),na()),illus:ta(kt(),na()),attributes:na(),group:kt(),category:kt(),children:Kn(Zn)};const rS=qt({id:kt(),from:kt(),to:kt(),label:kt(),direction:ea(["forward","both","none"]),showArrow:ea(["true","false"]),arrowType:ea(["arrow","triangle","diamond"])},{allowUnknown:!0}),iS=qt({type:kt(),colorBg:Hi(),colorPrimary:Hi(),palette:Goe(),title:qi,desc:qi,shape:hm,base:qt({global:qt({},{allowUnknown:!0}),shape:hm,text:qi}),item:qt({icon:qt({},{allowUnknown:!0}),label:qi,desc:qi,value:qi,shape:hm}),stylize:qt({type:ea(["rough","pattern"]),roughness:gr(),bowing:gr(),fillWeight:gr(),hachureGap:gr(),pattern:kt(),backgroundColor:Hi(),foregroundColor:Hi(),scale:gr()},{shorthandKey:"type"}),elements:qt({},{allowUnknown:!0})},{shorthandKey:"type"}),el=qt({},{allowUnknown:!0,shorthandKey:"type"}),oS=qt({structure:el,item:el,items:Kn(el),title:el}),aS=qt({title:kt(),desc:kt(),items:Kn(Zn),lists:Kn(Zn),sequences:Kn(Zn),root:Zn,compares:Kn(Zn),nodes:Kn(Zn),relations:Kn(rS),values:Kn(Zn),order:ea(["asc","desc"]),illus:na(),attributes:na()}),sS=qt({type:kt()},{shorthandKey:"type"}),cS=qt({template:sS,design:oS,data:aS,theme:iS,width:ta(gr(),kt()),height:ta(gr(),kt())}),lS=/[<>=o.x-]{2,}/,tl=/[<>=o.x-]{2,}/g;function nl(e){let t=e.trim();if(!t)return"";const n=t[0],r=t[t.length-1];return(n==='"'&&r==='"'||n==="'"&&r==="'")&&(t=t.slice(1,-1)),t=t.replace(/\\(["'])/g,"$1").replace(/("|&#quot;|#quot;)/g,'"').replace(/('|'|#apos;)/g,"'"),t.trim()}function Voe(e){const t=e.trim().replace(/^[-=.ox]+/,"").trim();return nl(t)}function rl(e,t){let n=t;for(;n<e.length&&/\s/.test(e[n]);)n+=1;return n}function uS(e,t){let n=rl(e,t);if(n>=e.length)return null;const r=n;for(;n<e.length;){const a=e[n];if(/\s/.test(a)||a==="["||a==="("||a==="@"||a==="|"||a==="<"||a===">"||a==="-"&&(e[n+1]==="-"||e[n+1]===">"||e[n+1]==="<"))break;n+=1}if(n===r)return null;const i=e.slice(r,n).trim();if(!i)return null;if(e.startsWith("@{",n)){const a=e.indexOf("}",n+2);a!==-1&&(n=a+1)}n=rl(e,n);let o;if(e[n]==="["){const a=e.indexOf("]",n+1);a!==-1&&(o=nl(e.slice(n+1,a)),n=a+1)}else if(e[n]==="("){const a=e.indexOf(")",n+1);if(a!==-1){let s=e.slice(n+1,a).trim();s.startsWith("[")&&s.endsWith("]")&&(s=s.slice(1,-1).trim()),o=nl(s),n=a+1}}return{node:{id:i,label:o},nextIndex:n}}function Yoe(e,t){tl.lastIndex=t;const n=tl.exec(e);if(!n)return null;const r=n[0],i=n.index,o=i+r.length;let s=Voe(e.slice(t,i))||void 0,c=r,l=o;if(l=rl(e,l),e[l]==="|"){const v=e.indexOf("|",l+1);if(v!==-1){s=nl(e.slice(l+1,v))||s,l=v+1;const _=rl(e,l);tl.lastIndex=_;const x=tl.exec(e);x&&x.index===_?(c+=x[0],l=x.index+x[0].length):l=_}}const u=c.includes("<"),h=c.includes(">"),d=c.match(/[xo]/gi)||[],f=/^[xo]/i.test(c),g=/[xo]$/i.test(c);let y="none",m=!1;return u&&h||u&&g||h&&f||f&&g?y="both":(u||h||d.length>0)&&(y="forward",m=u&&!h),{label:s,direction:y,reverse:m,nextIndex:l}}function Xoe(e){const t=[],n=[],r=new Map;let i=0;const o=uS(e,i);if(!o)return{relations:t,nodes:n};let a=o.node;for(r.has(a.id)||(r.set(a.id,a),n.push(a)),i=o.nextIndex;i<e.length;){const s=Yoe(e,i);if(!s)break;i=s.nextIndex;const c=uS(e,i);if(!c)break;i=c.nextIndex;let l=a.id,u=c.node.id;const h=s.direction;s.reverse&&(l=c.node.id,u=a.id);const d={from:l,to:u};s.label&&(d.label=s.label),h==="both"&&(d.direction="both"),h==="none"&&(d.direction="none"),t.push(d),r.has(a.id)||(r.set(a.id,a),n.push(a)),r.has(c.node.id)||(r.set(c.node.id,c.node),n.push(c.node)),a=c.node}return{relations:t,nodes:n}}function Uoe(e,t,n,r){if(!n)return;const i=e.get(n);if(i){!i.label&&r&&(i.label=r);return}const o={id:n,label:r||n};e.set(n,o),t.push(o)}function Koe(e,t,n){const r=rn(e,rS,t,n);return!r||typeof r!="object"||typeof r.from!="string"||typeof r.to!="string"?null:r}function Zoe(e,t,n){const r=[],i=[],o=new Map,a=s=>{if(!lS.test(s))return;const c=Xoe(s);c.nodes.forEach(l=>{Uoe(o,i,l.id,l.label)}),r.push(...c.relations)};return e.kind==="array"?e.items.forEach((s,c)=>{if(s.kind==="object"&&s.value&&Object.keys(s.entries).length===0&&lS.test(s.value)){a(s.value);return}const l=Koe(s,`${n}[${c}]`,t);l&&r.push(l)}):e.kind==="object"&&e.value&&a(e.value),{relations:r,items:i}}var Qoe=Object.defineProperty,Joe=Object.defineProperties,eae=Object.getOwnPropertyDescriptors,il=Object.getOwnPropertySymbols,hS=Object.prototype.hasOwnProperty,dS=Object.prototype.propertyIsEnumerable,fS=(e,t,n)=>t in e?Qoe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pS=(e,t)=>{for(var n in t||(t={}))hS.call(t,n)&&fS(e,n,t[n]);if(il)for(var n of il(t))dS.call(t,n)&&fS(e,n,t[n]);return e},tae=(e,t)=>Joe(e,eae(t)),gS=(e,t)=>{var n={};for(var r in e)hS.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&il)for(var r of il(e))t.indexOf(r)<0&&dS.call(e,r)&&(n[r]=e[r]);return n};function nae(e){var t;const n=new Set,r=[];for(let i=e.length-1;i>=0;i-=1){const o=e[i],a=(t=o.id)!=null?t:o.label;if(!a){r.push(o);continue}n.has(a)||(n.add(a),o.id||(o.id=a),r.push(o))}return r.reverse()}function rae(e,t){if(!e)return;const n=rn(e,sS,"template",t);if(n){if(typeof n=="string")return n;if(typeof n=="object"&&typeof n.type=="string")return n.type}}function mS(e){var t;const{ast:n,errors:r}=Hoe(e),i=[],o={},a=pS({},n.entries),s=n.entries.infographic;let c;s&&s.kind==="object"&&(s.value&&(c=s.value),Object.entries(s.entries).forEach(([v,b])=>{v in a||(a[v]=b)}));const l=new Set(["infographic","template","design","data","theme","width","height"]);Object.keys(a).forEach(v=>{l.has(v)||r.push({path:v,line:a[v].line,code:"unknown_key",message:"Unknown top-level key.",raw:v})});const u=a.template,h=rae(u,r);h&&(o.template=h),!o.template&&c&&(o.template=c);const d=a.design;if(d){const v=rn(d,oS,"design",r);v&&(o.design=v)}const f=a.data;if(f){let v,b=f;if(f.kind==="object"){const x=f.entries,{relations:w}=x,P=gS(x,["relations"]);v=w,b=tae(pS({},f),{entries:P})}const _=rn(b,aS,"data",r);if(_&&(o.data=_),v){const x=Zoe(v,r,"data.relations");if(x.relations.length>0||x.items.length>0){const w=(t=o.data)!=null?t:{},P=Array.isArray(w.items)?w.items:[],$=nae(P),C=new Map;$.forEach(M=>{M.id&&C.set(M.id,M)}),x.items.forEach(M=>{const S=C.get(M.id);S?!S.label&&M.label&&(S.label=M.label):($.push(M),C.set(M.id,M))}),w.items=$,w.relations=x.relations,o.data=w}}}const g=a.theme;if(g){const v=rn(g,iS,"theme",r);if(v&&typeof v=="object"){const b=v,{type:_}=b,x=gS(b,["type"]);typeof _=="string"&&_&&(o.theme=_),Object.keys(x).length>0&&(o.themeConfig=x)}}const y=a.width;if(y){const v=rn(y,cS.fields.width,"width",r);v!==void 0&&(o.width=v)}const m=a.height;if(m){const v=rn(m,cS.fields.height,"height",r);v!==void 0&&(o.height=v)}return{options:o,errors:r,warnings:i,ast:n}}const iae=()=>[new IO,new RO],oae=()=>[new KC,new zC,new NC,new ZC,new JC,new iO,new nO],aae={padding:20,theme:"light",themeConfig:{palette:"antv"},get plugins(){return iae()},get interactions(){return oae()}};var sae=Object.defineProperty,yS=Object.getOwnPropertySymbols,cae=Object.prototype.hasOwnProperty,lae=Object.prototype.propertyIsEnumerable,vS=(e,t,n)=>t in e?sae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qn=(e,t)=>{for(var n in t||(t={}))cae.call(t,n)&&vS(e,n,t[n]);if(yS)for(var n of yS(t))lae.call(t,n)&&vS(e,n,t[n]);return e};function dm(e,t){const n=Qn(Qn({},e),t);return(e.design||t.design)&&(n.design=Qn(Qn({},e.design),t.design)),(e.themeConfig||t.themeConfig)&&(n.themeConfig=Qn(Qn({},e.themeConfig),t.themeConfig)),(e.svg||t.svg)&&(n.svg=Qn(Qn({},e.svg),t.svg)),n}function fm(e){const t=Qn({},e);return t.data&&(t.data=dv(t.data)),t.elements&&(t.elements=dv(t.elements)),t}function bS(e){const{design:t,data:n}=e;return!(!t||!gv(t)||!n||!Array.isArray(n.items)||n.items.length<1)}var uae=Object.defineProperty,_S=Object.getOwnPropertySymbols,hae=Object.prototype.hasOwnProperty,dae=Object.prototype.propertyIsEnumerable,xS=(e,t,n)=>t in e?uae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fae=(e,t)=>{for(var n in t||(t={}))hae.call(t,n)&&xS(e,n,t[n]);if(_S)for(var n of _S(t))dae.call(t,n)&&xS(e,n,t[n]);return e},pae=(e,t,n)=>new Promise((r,i)=>{var o=c=>{try{s(n.next(c))}catch(l){i(l)}},a=c=>{try{s(n.throw(c))}catch(l){i(l)}},s=c=>c.done?r(c.value):Promise.resolve(c.value).then(o,a);s((n=n.apply(e,t)).next())});class gae{constructor(t){this.rendered=!1,this.emitter=new yoe,this.node=null,this.initialOptions={},this.setOptions(t,"replace",!0)}getOptions(){return this.options}setOptions(t,n="replace",r=!1){const{options:i,errors:o,warnings:a}=mae(t);r&&(this.initialOptions=i);const s=dm(n==="replace"?fm(this.initialOptions||{}):this.options||fm(this.initialOptions||{}),i);this.options=s,this.parsedOptions=Eoe(dm(aae,this.options)),a.length&&this.emitter.emit("warning",a),o.length&&this.emitter.emit("error",o)}render(t){t?this.setOptions(t,"replace"):!this.options&&this.initialOptions&&this.setOptions(this.initialOptions,"replace"),this.performRender()}update(t){this.setOptions(t,"merge"),this.performRender()}performRender(){var t;const n=this.parsedOptions;if(!bS(n)){this.emitter.emit("error",new Error("Incomplete options"));return}const{container:r}=this.parsedOptions,i=this.compose(n),o=new QN(n,i);this.node=o.render(),r==null||r.replaceChildren(this.node),(t=this.editor)==null||t.destroy(),this.editor=void 0,this.options.editable&&(this.editor=new Coe(this.emitter,this.node,n)),this.rendered=!0,this.emitter.emit("rendered",{node:this.node,options:this.options});const a=this.node;return a&&qL(a).then(()=>{this.node===a&&this.emitter.emit("loaded",{node:a,options:this.options})}),!0}compose(t){const{design:n,data:r}=t,{title:i,item:o,items:a,structure:s}=n,{component:c,props:l}=s,u=i.component,h=o.component,d=a.map(y=>y.component),f=a_(p(c,fae({data:r,Title:u,Item:h,Items:d,options:t},l))),g=pi(f);if(!g)throw new Error("Failed to parse SVG template");return g}getTypes(){const t=this.parsedOptions;if(!bS(t)){this.emitter.emit("error",new Error("Incomplete options"));return}const n=t.design,r=n.structure.composites||[],i=n.items.map(o=>o.composites||[]);return HD({structure:r,items:i})}toDataURL(t){return pae(this,null,function*(){if(!this.node)throw new Error("Infographic is not rendered yet.");return(t==null?void 0:t.type)==="svg"?yield Wie(this.node,t):yield poe(this.node,t)})}on(t,n){this.emitter.on(t,n)}off(t,n){this.emitter.off(t,n)}destroy(){var t,n;(t=this.editor)==null||t.destroy(),(n=this.node)==null||n.remove(),this.node=null,this.rendered=!1,this.emitter.emit("destroyed"),this.emitter.removeAllListeners()}}function mae(e){if(typeof e=="string"){const{options:t,errors:n,warnings:r}=mS(e);return{options:t,errors:n,warnings:r}}return{options:fm(e),errors:[],warnings:[]}}const yae="0.2.10";V.AlignLayout=vi,V.BadgeCard=s3,V.BrushSelect=zC,V.BtnAdd=Q,V.BtnRemove=nt,V.BtnsGroup=He,V.CandyCardLite=u3,V.CapsuleItem=v3,V.ChartBar=Xw,V.ChartColumn=Uw,V.ChartLine=Jw,V.ChartPie=e4,V.ChartWordCloud=a4,V.CircleNode=x3,V.CircularProgress=$3,V.ClickSelect=NC,V.CompactCard=M3,V.CompareBinaryHorizontal=m4,V.CompareHierarchyLeftRight=_4,V.CompareHierarchyRow=x4,V.DblClickEditText=KC,V.Defs=Ke,V.DoneList=A3,V.DragElement=ZC,V.EditBar=IO,V.Ellipse=Ze,V.FlexLayout=ve,V.Fragment=go,V.Gap=mt,V.Group=Y,V.HierarchyMindmap=T4,V.HierarchyStructure=R4,V.HierarchyTree=D4,V.HorizontalIconArrow=R3,V.HorizontalIconLine=H3,V.HotkeyHistory=JC,V.IconBadge=F3,V.Illus=y_,V.IndexedCard=G3,V.Infographic=gae,V.Interaction=fr,V.ItemDesc=ut,V.ItemIcon=Ht,V.ItemIconCircle=kr,V.ItemLabel=Ge,V.ItemValue=xo,V.ItemsGroup=Ne,V.LCornerCard=X3,V.LabelText=ax,V.LetterCard=Z3,V.LinedText=ex,V.ListColumn=H4,V.ListGrid=q4,V.ListPyramid=j4,V.ListRow=F4,V.ListSector=G4,V.ListWaterfall=V4,V.ListZigzagDown=Z4,V.ListZigzagUp=Q4,V.Path=Pe,V.PillBadge=rx,V.Plugin=K1,V.Polygon=Wt,V.ProgressCard=fw,V.Quadrant=w4,V.QuarterCircular=mw,V.QuarterSimpleCard=bw,V.Rect=Re,V.RelationCircle=J4,V.RelationDagreFlow=j$,V.RelationNetwork=F$,V.ResizeElement=RO,V.RibbonCard=ww,V.RoundedRectNode=Cw,V.SelectHighlight=nO,V.SequenceAscendingStairs3d=Q$,V.SequenceAscendingSteps=J$,V.SequenceCircleArrows=tC,V.SequenceCircular=nC,V.SequenceColorSnakeSteps=rC,V.SequenceFilterMesh=sC,V.SequenceFunnel=hC,V.SequenceHorizontalZigzag=dC,V.SequenceMountain=gC,V.SequencePyramid=mC,V.SequenceRoadmapVertical=vC,V.SequenceSnakeSteps=bC,V.SequenceStairsFront=_C,V.SequenceSteps=xC,V.SequenceTimeline=wC,V.SequenceZigzagPucks3d=$C,V.SequenceZigzagSteps=IC,V.ShapesGroup=xt,V.SimpleCircleNode=Mw,V.SimpleHorizontalArrow=Aw,V.SimpleIllusItem=Rw,V.SimpleItem=Nw,V.SimpleVerticalArrow=qw,V.Text=ze,V.Title=U_,V.UnderlineText=Bw,V.VERSION=yae,V.VerticalIconArrow=Vw,V.ZoomWheel=iO,V.cloneElement=lr,V.createFragment=iH,V.createLayout=eh,V.exportToSVG=am,V.getCombinedBounds=yi,V.getElementBounds=se,V.getElementsBounds=Tr,V.getFont=yu,V.getFonts=vu,V.getItem=i3,V.getItemProps=st,V.getItems=Iq,V.getPalette=Mv,V.getPaletteColor=za,V.getPalettes=ZL,V.getStructure=Yw,V.getStructures=HU,V.getTemplate=mm,V.getTemplates=SS,V.getTheme=K_,V.getThemeColors=Ct,V.getThemes=fq,V.jsx=ls,V.jsxDEV=aH,V.jsxs=oH,V.loadSVGResource=di,V.parseSVG=pi,V.parseSyntax=mS,V.registerFont=Cv,V.registerItem=ct,V.registerPalette=xu,V.registerPattern=cb,V.registerResourceLoader=gz,V.registerStructure=We,V.registerTemplate=gm,V.registerTheme=ih,V.renderSVG=a_,V.sequenceCylinders3d=iC,V.setDefaultFont=GL,V.setFontExtendFactor=iD,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})}));
|
|
560
560
|
//# sourceMappingURL=infographic.min.js.map
|