|
|
!(function(){var Rd=Object.defineProperty,Nd=Object.defineProperties;var Ld=Object.getOwnPropertyDescriptors;var cu=Object.getOwnPropertySymbols;var vd=Object.prototype.hasOwnProperty,bd=Object.prototype.propertyIsEnumerable;var yd=Math.pow,Sd=(de,ae,E)=>ae in de?Rd(de,ae,{enumerable:!0,configurable:!0,writable:!0,value:E}):de[ae]=E,Ei=(de,ae)=>{for(var E in ae||(ae={}))vd.call(ae,E)&&Sd(de,E,ae[E]);if(cu)for(var E of cu(ae))bd.call(ae,E)&&Sd(de,E,ae[E]);return de},Uc=(de,ae)=>Nd(de,Ld(ae));var Ed=(de,ae)=>{var E={};for(var y in de)vd.call(de,y)&&ae.indexOf(y)<0&&(E[y]=de[y]);if(de!=null&&cu)for(var y of cu(de))ae.indexOf(y)<0&&bd.call(de,y)&&(E[y]=de[y]);return E};var Pd=(de,ae,E)=>new Promise((y,pe)=>{var se=xe=>{try{Ee(E.next(xe))}catch(Se){pe(Se)}},me=xe=>{try{Ee(E.throw(xe))}catch(Se){pe(Se)}},Ee=xe=>xe.done?y(xe.value):Promise.resolve(xe.value).then(se,me);Ee((E=E.apply(de,ae)).next())});(self.webpackChunk=self.webpackChunk||[]).push([[4478],{71736:function(de,ae){"use strict";ae.Z={lists:"lists___xhHyq",item:"item___pWJAA",children:"children___sDG61",diamond:"diamond___FwgzD",button:"button___WPN6r",mathWrap:"mathWrap___FmnMJ",mathFillWrap:"mathFillWrap___PmY3H"}},18023:function(){"use strict";function de(fe,b,a,ee){a===void 0&&(a=0),ee===void 0&&(ee=1/0),this._name=fe,this._defaultValue=b,this._minimum=a,this._maximum=ee}Object.defineProperty(de.prototype,"name",{get:function(){return this._name},set:function(fe){if(typeof fe!="string"||fe==="")throw new Error("Shape name must be a valid string.");this._name=fe}}),Object.defineProperty(de.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(fe){if(typeof fe!="number"||isNaN(fe))throw new Error("The default value must be a real number, not: "+fe);this._defaultValue=fe}}),Object.defineProperty(de.prototype,"minimum",{get:function(){return this._minimum},set:function(fe){if(typeof fe!="number"||isNaN(fe))throw new Error("Minimum must be a real number, not: "+fe);this._minimum=fe}}),Object.defineProperty(de.prototype,"maximum",{get:function(){return this._maximum},set:function(fe){if(typeof fe!="number"||isNaN(fe))throw new Error("Maximum must be a real number, not: "+fe);this._maximum=fe}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(fe,b){var a=go.Shape._FigureParameters[fe];return a?a[b]:null},go.Shape.setFigureParameter=function(fe,b,a){if(!(a instanceof de))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+a);if(a.defaultValue<a.minimum||a.defaultValue>a.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+a.defaultValue);var ee=go.Shape._FigureParameters[fe];ee||(ee=[],go.Shape._FigureParameters[fe]=ee),ee[b]=a};var ae=[];function E(fe,b){var a=ae.pop();return a===void 0?new go.Point(fe,b):(a.x=fe,a.y=b,a)}function y(){var fe=ae.pop();return fe===void 0?new go.Point:fe}function pe(fe){ae.push(fe)}function se(fe,b,a,ee,x,te,re,ie,ce){ce||(ce=new go.Point);var be=fe-a,we=x-re,Re=NaN,Ke=NaN;if(be===0)if(we===0)fe===a&&(Re=fe,Ke=b);else{var Ue=(te-ie)/we,Ze=te-Ue*x;Re=fe,Ke=Ue*Re+Ze}else if(we===0){var qe=(b-ee)/be,wt=b-qe*fe;Re=x,Ke=qe*Re+wt}else{var qe=(b-ee)/be,Ue=(te-ie)/we,wt=b-qe*fe,Ze=te-Ue*x;Re=(Ze-wt)/(qe-Ue),Ke=qe*Re+wt}return ce.x=Re,ce.y=Ke,ce}function me(fe,b,a,ee,x,te,re,ie,ce,be,we,Re,Ke,Ue){var Ze=1-ce,qe=ce,wt=fe*Ze+a*qe,Bt=b*Ze+ee*qe,yn=a*Ze+x*qe,Pn=ee*Ze+te*qe,Ut=x*Ze+re*qe,ln=te*Ze+ie*qe,cn=wt*Ze+yn*qe,Cn=Bt*Ze+Pn*qe,Yn=yn*Ze+Ut*qe,Vt=Pn*Ze+ln*qe,Jt=cn*Ze+Yn*qe,ia=Cn*Ze+Vt*qe;be.x=wt,be.y=Bt,we.x=cn,we.y=Cn,Re.x=Jt,Re.y=ia,Ke.x=Yn,Ke.y=Vt,Ue.x=Ut,Ue.y=ln}var Ee=new go.Spot(.156,.156),xe=new go.Spot(.844,.844),Se=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new de("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=5),ee=Math.min(ee,b/3),ee=Math.min(ee,a/3);var x=ee*Se,te=new go.Geometry().add(new go.PathFigure(ee,0,!0).add(new go.PathSegment(go.PathSegment.Line,b-ee,0)).add(new go.PathSegment(go.PathSegment.Bezier,b,ee,b-x,0,b,x)).add(new go.PathSegment(go.PathSegment.Line,b,a-ee)).add(new go.PathSegment(go.PathSegment.Bezier,b-ee,a,b,a-x,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,ee,a)).add(new go.PathSegment(go.PathSegment.Bezier,0,a-ee,x,a,0,a-x)).add(new go.PathSegment(go.PathSegment.Line,0,ee)).add(new go.PathSegment(go.PathSegment.Bezier,ee,0,0,x,x,0).close()));return x>1&&(te.spot1=new go.Spot(0,0,x,x),te.spot2=new go.Spot(1,1,-x,-x)),te}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,.5*b,a).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(b,a).add(new go.PathSegment(go.PathSegment.Line,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(b,a).add(new go.PathSegment(go.PathSegment.Line,0,a)).add(new go.PathSegment(go.PathSegment.Line,.5*b,0).close())).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("Triangle","TriangleUp"),go.Shape.defineFigureGenerator("Diamond",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.5*b,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,.5*b,a)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(fe,b,a){var ee=new go.Geometry(go.Geometry.Line);return ee.startX=0,ee.startY=a/2,ee.endX=b,ee.endY=a/2,ee}),go.Shape.defineFigureGenerator("LineV",function(fe,b,a){var ee=new go.Geometry(go.Geometry.Line);return ee.startX=b/2,ee.startY=0,ee.endX=b/2,ee.endY=a,ee}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,a/2,!1).add(new go.PathSegment(go.PathSegment.Line,b,a/2)).add(new go.PathSegment(go.PathSegment.Move,b/2,0)).add(new go.PathSegment(go.PathSegment.Line,b/2,a)))}),go.Shape.defineFigureGenerator("XLine",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,a,!1).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Move,0,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)))}),go.Shape.defineFigureGenerator("LineRight",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.25*b,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,.25*b,a)))}),go.Shape.defineFigureGenerator("LineDown",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,.25*a,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,.75*a)).add(new go.PathSegment(go.PathSegment.Line,b,.25*a)))}),go.Shape.defineFigureGenerator("LineLeft",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.75*b,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,.75*b,a)))}),go.Shape.defineFigureGenerator("LineUp",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,.75*a,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,.25*a)).add(new go.PathSegment(go.PathSegment.Line,b,.75*a)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(fe,b,a){var ee=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(ee*b,(1-ee)*a,!1).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,ee*a)).add(new go.PathSegment(go.PathSegment.Move,ee*b,ee*a)).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,(1-ee)*a)).add(new go.PathSegment(go.PathSegment.Move,0,a/2)).add(new go.PathSegment(go.PathSegment.Line,b,a/2)).add(new go.PathSegment(go.PathSegment.Move,b/2,0)).add(new go.PathSegment(go.PathSegment.Line,b/2,a)))}),go.Shape.defineFigureGenerator("CircleLine",function(fe,b,a){var ee=b/2,x=new go.Geometry().add(new go.PathFigure(b,b/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,ee,ee,ee,ee).close()));return x.spot1=Ee,x.spot2=xe,x.defaultStretch=go.GraphObject.Uniform,x}),go.Shape.defineFigureGenerator("Line1",function(fe,b,a){var ee=new go.Geometry(go.Geometry.Line);return ee.startX=0,ee.startY=0,ee.endX=b,ee.endY=a,ee}),go.Shape.defineFigureGenerator("Line2",function(fe,b,a){var ee=new go.Geometry(go.Geometry.Line);return ee.startX=b,ee.startY=0,ee.endX=0,ee.endY=a,ee}),go.Shape.defineFigureGenerator("Curve1",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,b,a,Se*b,0,b,(1-Se)*a)))}),go.Shape.defineFigureGenerator("Curve2",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,b,a,0,Se*a,(1-Se)*b,a)))}),go.Shape.defineFigureGenerator("Curve3",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(b,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,a,b,Se*a,Se*b,a)))}),go.Shape.defineFigureGenerator("Curve4",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(b,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,a,(1-Se)*b,0,0,(1-Se)*a)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(b,0,!0).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b,a).close())).setSpots(.5,0,1,.5)}),go.Shape.defineFigureGenerator("RightTriangle","TriangleDownLeft"),go.Shape.setFigureParameter("Parallelogram1",0,new de("Indent",.1,-.99,.99)),go.Shape.defineFigureGenerator("Parallelogram1",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)?ee=.1:ee<-1?ee=-1:ee>1&&(ee=1);var x=Math.abs(ee)*b;if(ee===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=b,te.endY=a,te}else{var te=new go.Geometry;return ee>0?te.add(new go.PathFigure(x,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b-x,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,x,a).close())),x<b/2&&te.setSpots(x/b,0,(b-x)/b,1),te}}),go.Shape.defineFigureGenerator("Parallelogram","Parallelogram1"),go.Shape.setFigureParameter("Parallelogram2",0,new de("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("Parallelogram2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)?ee=10:ee<-b?ee=-b:ee>b&&(ee=b);var x=Math.abs(ee);if(ee===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=b,te.endY=a,te}else{var te=new go.Geometry;return ee>0?te.add(new go.PathFigure(x,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b-x,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,x,a).close())),x<b/2&&te.setSpots(x/b,0,(b-x)/b,1),te}}),go.Shape.setFigureParameter("Trapezoid1",0,new de("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)?ee=.2:ee<.5?ee=-.5:ee>.5&&(ee=.5);var x=Math.abs(ee)*b;if(ee===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=b,te.endY=a,te}else{var te=new go.Geometry;return ee>0?te.add(new go.PathFigure(x,0).add(new go.PathSegment(go.PathSegment.Line,b-x,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,x,a).close())),x<b/2&&te.setSpots(x/b,0,(b-x)/b,1),te}}),go.Shape.defineFigureGenerator("Trapezoid","Trapezoid1"),go.Shape.setFigureParameter("Trapezoid2",0,new de("Indent",20,-1/0,1/0)),go.Shape.defineFigureGenerator("Trapezoid2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)?ee=20:ee<-b?ee=-b/2:ee>b&&(ee=b/2);var x=Math.abs(ee);if(ee===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=b,te.endY=a,te}else{var te=new go.Geometry;return ee>0?te.add(new go.PathFigure(x,0).add(new go.PathSegment(go.PathSegment.Line,b-x,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,x,a).close())),x<b/2&&te.setSpots(x/b,0,(b-x)/b,1),te}}),go.Shape.setFigureParameter("ManualOperation",0,new de("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)?ee=10:ee<-b?ee=-b/2:ee>b&&(ee=b/2);var x=Math.abs(ee);if(ee===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=b,te.endY=a,te}else{var te=new go.Geometry;return ee>0?te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b-x,a)).add(new go.PathSegment(go.PathSegment.Line,x,a).close())):te.add(new go.PathFigure(x,0).add(new go.PathSegment(go.PathSegment.Line,b-x,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close())),x<b/2&&te.setSpots(x/b,0,(b-x)/b,1),te}});var Te=[];function Ie(){var fe=Te.pop();return fe===void 0?[]:fe}function Le(fe){fe.length=0,Te.push(fe)}function He(fe){for(var b=Ie(),a=.5,ee=.5,x=Math.PI*1.5,te=0,re=0;re<fe;re++)te=2*Math.PI/fe*re+x,b[re]=new go.Point(ee+a*Math.cos(te),ee+a*Math.sin(te));return b.push(b[0]),b}function We(fe){var b=rt(fe),a=Ie();a[0]=b[0];for(var ee=1,x=1;ee<b.length;ee+=2,x+=3)a[x]=b[ee],a[x+1]=b[ee],a[x+2]=b[ee+1];return Le(b),a}function rt(fe){for(var b=He(fe),a=Ie(),ee=Math.floor(b.length/2),x=b.length-1,te=fe%2===0?2:1,re=0;re<x;re++){var ie=b[re],ce=b[re+1],be=b[(ee+re-1)%x],we=b[(ee+re+te)%x];a[re*2]=ie,a[re*2+1]=se(ie.x,ie.y,be.x,be.y,ce.x,ce.y,we.x,we.y,new go.Point)}return a[a.length]=a[0],Le(b),a}go.Shape.defineFigureGenerator("Pentagon",function(fe,b,a){var ee=He(5),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<5;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.2,.22),x.spot2=new go.Spot(.8,.9),x}),go.Shape.defineFigureGenerator("Hexagon",function(fe,b,a){var ee=He(6),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<6;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.07,.25),x.spot2=new go.Spot(.93,.75),x}),go.Shape.defineFigureGenerator("Heptagon",function(fe,b,a){var ee=He(7),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<7;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.2,.15),x.spot2=new go.Spot(.8,.85),x}),go.Shape.defineFigureGenerator("Octagon",function(fe,b,a){var ee=He(8),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<8;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.15,.15),x.spot2=new go.Spot(.85,.85),x}),go.Shape.defineFigureGenerator("Nonagon",function(fe,b,a){var ee=He(9),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<9;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.17,.13),x.spot2=new go.Spot(.82,.82),x}),go.Shape.defineFigureGenerator("Decagon",function(fe,b,a){var ee=He(10),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<10;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.16,.16),x.spot2=new go.Spot(.84,.84),x}),go.Shape.defineFigureGenerator("Dodecagon",function(fe,b,a){var ee=He(12),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<12;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.16,.16),x.spot2=new go.Spot(.84,.84),x}),go.Shape.defineFigureGenerator("FivePointedStar",function(fe,b,a){var ee=rt(5),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<10;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.266,.333),x.spot2=new go.Spot(.733,.733),x}),go.Shape.defineFigureGenerator("SixPointedStar",function(fe,b,a){var ee=rt(6),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<12;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.17,.25),x.spot2=new go.Spot(.83,.75),x}),go.Shape.defineFigureGenerator("SevenPointedStar",function(fe,b,a){var ee=rt(7),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<14;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.222,.277),x.spot2=new go.Spot(.777,.666),x}),go.Shape.defineFigureGenerator("EightPointedStar",function(fe,b,a){var ee=rt(8),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<16;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.25,.25),x.spot2=new go.Spot(.75,.75),x}),go.Shape.defineFigureGenerator("NinePointedStar",function(fe,b,a){var ee=rt(9),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<18;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.222,.277),x.spot2=new go.Spot(.777,.666),x}),go.Shape.defineFigureGenerator("TenPointedStar",function(fe,b,a){var ee=rt(10),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<20;re++)te.add(new go.PathSegment(go.PathSegment.Line,ee[re].x*b,ee[re].y*a));return te.add(new go.PathSegment(go.PathSegment.Line,ee[0].x*b,ee[0].y*a).close()),Le(ee),x.spot1=new go.Spot(.281,.261),x.spot2=new go.Spot(.723,.748),x}),go.Shape.defineFigureGenerator("FivePointedBurst",function(fe,b,a){var ee=We(5),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.222,.277),x.spot2=new go.Spot(.777,.777),x}),go.Shape.defineFigureGenerator("SixPointedBurst",function(fe,b,a){var ee=We(6),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.17,.222),x.spot2=new go.Spot(.833,.777),x}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(fe,b,a){var ee=We(7),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.222,.222),x.spot2=new go.Spot(.777,.777),x}),go.Shape.defineFigureGenerator("EightPointedBurst",function(fe,b,a){var ee=We(8),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.222,.222),x.spot2=new go.Spot(.777,.777),x}),go.Shape.defineFigureGenerator("NinePointedBurst",function(fe,b,a){var ee=We(9),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.222,.222),x.spot2=new go.Spot(.777,.777),x}),go.Shape.defineFigureGenerator("TenPointedBurst",function(fe,b,a){var ee=We(10),x=new go.Geometry,te=new go.PathFigure(ee[0].x*b,ee[0].y*a,!0);x.add(te);for(var re=1;re<ee.length;re+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,ee[re+2].x*b,ee[re+2].y*a,ee[re].x*b,ee[re].y*a,ee[re+1].x*b,ee[re+1].y*a));return te.segments.last().close(),Le(ee),x.spot1=new go.Spot(.222,.222),x.spot2=new go.Spot(.777,.777),x}),go.Shape.setFigureParameter("FramedRectangle",0,new de("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new de("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(fe,b,a){var ee=fe?fe.parameter1:NaN,x=fe?fe.parameter2:NaN;isNaN(ee)&&(ee=8),isNaN(x)&&(x=8);var te=new go.Geometry,re=new go.PathFigure(0,0,!0);return te.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,0)),re.add(new go.PathSegment(go.PathSegment.Line,b,a)),re.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee<b/2&&x<a/2&&(re.add(new go.PathSegment(go.PathSegment.Move,ee,x)),re.add(new go.PathSegment(go.PathSegment.Line,ee,a-x)),re.add(new go.PathSegment(go.PathSegment.Line,b-ee,a-x)),re.add(new go.PathSegment(go.PathSegment.Line,b-ee,x).close())),te.setSpots(0,0,1,1,ee,x,-ee,-x),te}),go.Shape.setFigureParameter("Ring",0,new de("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=8);var x=b/2,te=new go.Geometry,re=new go.PathFigure(b,b/2,!0);te.add(re),re.add(new go.PathSegment(go.PathSegment.Arc,0,360,x,x,x,x).close());var ie=Math.max(x-ee,0);return ie>0&&(re.add(new go.PathSegment(go.PathSegment.Move,b/2+ie,b/2)),re.add(new go.PathSegment(go.PathSegment.Arc,0,-360,x,x,ie,ie).close())),te.spot1=Ee,te.spot2=xe,te.defaultStretch=go.GraphObject.Uniform,te}),go.Shape.defineFigureGenerator("Cloud",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.08034461*b,.1944299*a,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*b,.05349299*a,-.09239631*b,.07836421*a,.1406031*b,-.0542823*a)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*b,.074219*a,.2450511*b,-.00697547*a,.3776197*b,-.01112067*a)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*b,.07004196*a,.4539471*b,0,.6066018*b,-.02526587*a)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*b,.08370865*a,.6914277*b,-.01904177*a,.8921095*b,-.01220843*a)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*b,.3194596*a,1.036446*b,.04105738*a,1.020377*b,.3022052*a)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*b,.562044*a,1.04448*b,.360238*a,.992256*b,.5219009*a)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*b,.8217117*a,1.032337*b,.5771781*a,1.018411*b,.8120651*a)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*b,.9156953*a,1.028411*b,.9571472*a,.8556702*b,1.052487*a)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*b,.9310455*a,.7431877*b,1.009325*a,.5624123*b,1.021761*a)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*b,.9344623*a,.4820677*b,1.031761*a,.3030112*b,1.002796*a)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*b,.870098*a,.2329994*b,1.01518*a,.03213784*b,1.01518*a)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*b,.6545475*a,-.02812061*b,.9032597*a,-.01205169*b,.6835638*a)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*b,.4265613*a,-.01812061*b,.6089503*a,-.00606892*b,.4555777*a)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*b,.1944299*a,-.01606892*b,.3892545*a,-.01205169*b,.1944299*a))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(fe,b,a){var ee=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(ee*b,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,0)).add(new go.PathSegment(go.PathSegment.Line,b,ee*a)).add(new go.PathSegment(go.PathSegment.Line,b,(1-ee)*a)).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,a)).add(new go.PathSegment(go.PathSegment.Line,ee*b,a)).add(new go.PathSegment(go.PathSegment.Line,0,(1-ee)*a)).add(new go.PathSegment(go.PathSegment.Line,0,ee*a).close())).setSpots(ee/2,ee/2,1-ee/2,1-ee/2)}),go.Shape.setFigureParameter("Pie",0,new de("Start",0,-360,360)),go.Shape.setFigureParameter("Pie",1,new de("Sweep",315,-360,360)),go.Shape.defineFigureGenerator("Pie",function(fe,b,a){var ee=fe?fe.parameter1:NaN,x=fe?fe.parameter2:NaN;isNaN(ee)&&(ee=0),isNaN(x)&&(x=315);var te=ee%360;te<0&&(te+=360);var re=x%360,ie=Math.min(b,a)/2;return new go.Geometry().add(new go.PathFigure(ie,ie).add(new go.PathSegment(go.PathSegment.Arc,te,re,ie,ie,ie,ie).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(fe,b,a){var ee=Se/Math.SQRT2*.5,x=Math.SQRT2/2,te=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(b,a,!0).add(new go.PathSegment(go.PathSegment.Bezier,x*b,te*a,b,(1-ee)*a,(x+ee)*b,(te+ee)*a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close()))}),go.Shape.setFigureParameter("ThickCross",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=30);var x=Math.min(ee,b)/2,te=b/2,re=a/2;return new go.Geometry().add(new go.PathFigure(te-x,0,!0).add(new go.PathSegment(go.PathSegment.Line,te+x,0)).add(new go.PathSegment(go.PathSegment.Line,te+x,re-x)).add(new go.PathSegment(go.PathSegment.Line,b,re-x)).add(new go.PathSegment(go.PathSegment.Line,b,re+x)).add(new go.PathSegment(go.PathSegment.Line,te+x,re+x)).add(new go.PathSegment(go.PathSegment.Line,te+x,a)).add(new go.PathSegment(go.PathSegment.Line,te-x,a)).add(new go.PathSegment(go.PathSegment.Line,te-x,re+x)).add(new go.PathSegment(go.PathSegment.Line,0,re+x)).add(new go.PathSegment(go.PathSegment.Line,0,re-x)).add(new go.PathSegment(go.PathSegment.Line,te-x,re-x).close()))}),go.Shape.setFigureParameter("ThinCross",0,new de("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=10);var x=Math.min(ee,b)/2,te=b/2,re=a/2;return new go.Geometry().add(new go.PathFigure(te-x,0,!0).add(new go.PathSegment(go.PathSegment.Line,te+x,0)).add(new go.PathSegment(go.PathSegment.Line,te+x,re-x)).add(new go.PathSegment(go.PathSegment.Line,b,re-x)).add(new go.PathSegment(go.PathSegment.Line,b,re+x)).add(new go.PathSegment(go.PathSegment.Line,te+x,re+x)).add(new go.PathSegment(go.PathSegment.Line,te+x,a)).add(new go.PathSegment(go.PathSegment.Line,te-x,a)).add(new go.PathSegment(go.PathSegment.Line,te-x,re+x)).add(new go.PathSegment(go.PathSegment.Line,0,re+x)).add(new go.PathSegment(go.PathSegment.Line,0,re-x)).add(new go.PathSegment(go.PathSegment.Line,te-x,re-x).close()))}),go.Shape.setFigureParameter("ThickX",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(fe,b,a){var ee=fe?fe.parameter1:NaN;if((isNaN(ee)||ee<0)&&(ee=30),b===0||a===0){var x=new go.Geometry(go.Geometry.Rectangle);return x.startX=0,x.startY=0,x.endX=b,x.endY=a,x}else{var te=b/2,re=a/2,ie=Math.atan2(a,b),ce=ee-Math.min(Math.cos(ie)*ee/2,te),be=ee-Math.min(Math.sin(ie)*ee/2,re),x=new go.Geometry,we=new go.PathFigure(ce,0,!0);return x.add(we),we.add(new go.PathSegment(go.PathSegment.Line,te,.2*a)),we.add(new go.PathSegment(go.PathSegment.Line,b-ce,0)),we.add(new go.PathSegment(go.PathSegment.Line,b,be)),we.add(new go.PathSegment(go.PathSegment.Line,.8*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,b,a-be)),we.add(new go.PathSegment(go.PathSegment.Line,b-ce,a)),we.add(new go.PathSegment(go.PathSegment.Line,te,.8*a)),we.add(new go.PathSegment(go.PathSegment.Line,ce,a)),we.add(new go.PathSegment(go.PathSegment.Line,0,a-be)),we.add(new go.PathSegment(go.PathSegment.Line,.2*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,0,be).close()),x}}),go.Shape.setFigureParameter("ThinX",0,new de("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=10);var x=new go.Geometry,te=new go.PathFigure(.1*b,0,!0);return x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Line,.6*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.9*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.1*b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.9*a)),te.add(new go.PathSegment(go.PathSegment.Line,.4*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.1*a).close()),x}),go.Shape.setFigureParameter("SquareIBeam",0,new de("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.2);var x=new go.Geometry,te=new go.PathFigure(0,0,!0);return x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,ee*a)),te.add(new go.PathSegment(go.PathSegment.Line,(.5+ee/2)*b,ee*a)),te.add(new go.PathSegment(go.PathSegment.Line,(.5+ee/2)*b,(1-ee)*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,(1-ee)*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,(1-ee)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(.5-ee/2)*b,(1-ee)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(.5-ee/2)*b,ee*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,ee*a).close()),x}),go.Shape.setFigureParameter("RoundedIBeam",0,new de("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.5);var x=new go.Geometry,te=new go.PathFigure(0,0,!0);return x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Bezier,b,a,Math.abs(1-ee)*b,.25*a,Math.abs(1-ee)*b,.75*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ee*b,.75*a,ee*b,.25*a).close()),x}),go.Shape.defineFigureGenerator("HalfEllipse",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,Se*b,0,b,(.5-Se/2)*a)).add(new go.PathSegment(go.PathSegment.Bezier,0,a,b,(.5+Se/2)*a,Se*b,a).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,a,b,0,b,a)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*b,.75*a,.5*b,.25*a).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.5*b,a,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*a,.1*b,.8*a,0,.5*a)).add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.3*a,0,0,.45*b,0)).add(new go.PathSegment(go.PathSegment.Bezier,b,.3*a,.55*b,0,b,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,.5*a,.9*b,.8*a).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.5*b,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*b,.01*a)).add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,.6*b,.2*a,b,.25*a)).add(new go.PathSegment(go.PathSegment.Bezier,.55*b,.7*a,b,.8*a,.6*b,.8*a)).add(new go.PathSegment(go.PathSegment.Bezier,.75*b,a,.5*b,.75*a,.55*b,.95*a)).add(new go.PathSegment(go.PathSegment.Line,.25*b,a)).add(new go.PathSegment(go.PathSegment.Bezier,.45*b,.7*a,.45*b,.95*a,.5*b,.75*a)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,.4*b,.8*a,0,.8*a)).add(new go.PathSegment(go.PathSegment.Bezier,.49*b,.01*a,0,.25*a,.4*b,.2*a).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.4*b,.6*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.15*b,a,.5*b,.75*a,.45*b,.95*a)),x.add(new go.PathSegment(go.PathSegment.Line,.85*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.6*b,.6*a,.55*b,.95*a,.5*b,.75*a));var te=.2,re=.3,ie=0,ce=te*Se;return x.add(new go.PathSegment(go.PathSegment.Bezier,(.5+re)*b,(.5+te+ie)*a,(.5-te+re)*b,(.5+ce+ie)*a,(.5-ce+re)*b,(.5+te+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+te+re)*b,(.5+ie)*a,(.5+ce+re)*b,(.5+te+ie)*a,(.5+te+re)*b,(.5+ce+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5+re)*b,(.5-te+ie)*a,(1-.5+te+re)*b,(.5-ce+ie)*a,(.5+ce+re)*b,(.5-te+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.65*b,.36771243*a,(.5-ce+re)*b,(.5-te+ie)*a,(.5-te+re+.05)*b,(.5-ce+ie-.02)*a)),te=.2,re=0,ie=-.3,ce=te*Se,x.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+te+re)*b,(.5+ie)*a,(.5+ce+re)*b,(.5+te+ie)*a,(.5+te+re)*b,(.5+ce+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5+re)*b,(.5-te+ie)*a,(1-.5+te+re)*b,(.5-ce+ie)*a,(.5+ce+re)*b,(.5-te+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5-te+re)*b,(.5+ie)*a,(.5-ce+re)*b,(.5-te+ie)*a,(.5-te+re)*b,(.5-ce+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ce+re)*b,(.5+te+ie)*a,(.5-te+re)*b,(.5+ce+ie)*a,(.5-ce+re)*b,(.5+te+ie)*a)),te=.2,re=-.3,ie=0,ce=te*Se,x.add(new go.PathSegment(go.PathSegment.Bezier,(.5+re)*b,(.5-te+ie)*a,(1-.5+te+re-.05)*b,(.5-ce+ie-.02)*a,(.5+ce+re)*b,(.5-te+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5-te+re)*b,(.5+ie)*a,(.5-ce+re)*b,(.5-te+ie)*a,(.5-te+re)*b,(.5-ce+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,(.5+re)*b,(.5+te+ie)*a,(.5-te+re)*b,(.5+ce+ie)*a,(.5-ce+re)*b,(.5+te+ie)*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.4*b,.6*a,(.5+ce+re)*b,(.5+te+ie)*a,(.5+te+re)*b,(.5+ce+ie)*a).close()),ee.setSpots(.06,.33,.93,.68),ee}),go.Shape.defineFigureGenerator("YinYang",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*.5,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,270,180,b*.5,b*.5,b*.5,b*.5)),x.add(new go.PathSegment(go.PathSegment.Arc,90,-180,b*.5,b*.75,b*.25,b*.25)),x.add(new go.PathSegment(go.PathSegment.Arc,90,180,b*.5,b*.25,b*.25,b*.25));var te=.1,re=.5,ie=.25;return x.add(new go.PathSegment(go.PathSegment.Move,(re+te)*b,ie*a)),x.add(new go.PathSegment(go.PathSegment.Arc,0,-360,b*re,a*ie,te*b,te*b).close()),x=new go.PathFigure(b*.5,0,!1),ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,270,-180,b*.5,b*.5,b*.5,b*.5)),ie=.75,x=new go.PathFigure((re+te)*b,ie*a,!0),ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,0,360,b*re,a*ie,te*b,te*b).close()),ee.defaultStretch=go.GraphObject.Uniform,ee}),go.Shape.defineFigureGenerator("Peace",function(fe,b,a){var ee=.8535533905932737,x=.5*b,te=.5*a;return new go.Geometry().add(new go.PathFigure(x,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,x,te,x,te)).add(new go.PathSegment(go.PathSegment.Line,x,a)).add(new go.PathSegment(go.PathSegment.Move,x,te)).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,ee*a)).add(new go.PathSegment(go.PathSegment.Move,x,te)).add(new go.PathSegment(go.PathSegment.Line,ee*b,ee*a)))}),go.Shape.defineFigureGenerator("NotAllowed",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=.5,re=.5,ie=.5,ce=new go.PathFigure(re*b,(ie-te)*a);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),te=.4,x=Se*.4;var be=y(),we=y(),Re=y(),Ke=y();me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.42,be,we,Re,Ke,Ke);var Ue=y(),Ze=y(),qe=y();me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.58,Ke,Ke,qe,Ue,Ze);var wt=y(),Bt=y(),yn=y();me(re,ie+te,re-x,ie+te,re-te,ie+x,re-te,ie,.42,wt,Bt,yn,Ke,Ke);var Pn=y(),Ut=y(),ln=y();return me(re,ie+te,re-x,ie+te,re-te,ie+x,re-te,ie,.58,Ke,Ke,ln,Pn,Ut),ce.add(new go.PathSegment(go.PathSegment.Move,ln.x*b,ln.y*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,Pn.x*b,Pn.y*a,Ut.x*b,Ut.y*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re-te)*b,(ie-x)*a,(re-x)*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,Re.x*b,Re.y*a,be.x*b,be.y*a,we.x*b,we.y*a)),ce.add(new go.PathSegment(go.PathSegment.Line,ln.x*b,ln.y*a).close()),ce.add(new go.PathSegment(go.PathSegment.Move,yn.x*b,yn.y*a)),ce.add(new go.PathSegment(go.PathSegment.Line,qe.x*b,qe.y*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,Ue.x*b,Ue.y*a,Ze.x*b,Ze.y*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re+te)*b,(ie+x)*a,(re+x)*b,(ie+te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,yn.x*b,yn.y*a,wt.x*b,wt.y*a,Bt.x*b,Bt.y*a).close()),pe(be),pe(we),pe(Re),pe(Ke),pe(Ue),pe(Ze),pe(qe),pe(wt),pe(Bt),pe(yn),pe(Pn),pe(Ut),pe(ln),ee.defaultStretch=go.GraphObject.Uniform,ee}),go.Shape.defineFigureGenerator("Fragile",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.25*b,0)).add(new go.PathSegment(go.PathSegment.Line,.2*b,.15*a)).add(new go.PathSegment(go.PathSegment.Line,.3*b,.25*a)).add(new go.PathSegment(go.PathSegment.Line,.29*b,.33*a)).add(new go.PathSegment(go.PathSegment.Line,.35*b,.25*a)).add(new go.PathSegment(go.PathSegment.Line,.3*b,.15*a)).add(new go.PathSegment(go.PathSegment.Line,.4*b,0)).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Bezier,.55*b,.5*a,b,.25*a,.75*b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,.55*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.7*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.7*b,a)).add(new go.PathSegment(go.PathSegment.Line,.3*b,a)).add(new go.PathSegment(go.PathSegment.Line,.3*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.45*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.45*b,.5*a)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*b,.5*a,0,.25*a).close()))}),go.Shape.setFigureParameter("HourGlass",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=30),ee>b&&(ee=b);var x=(b-ee)/2,te=x+ee;return new go.Geometry().add(new go.PathFigure(te,.5*a).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a)).add(new go.PathSegment(go.PathSegment.Line,x,.5*a)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,b,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,.55*a).add(new go.PathSegment(go.PathSegment.Line,.6*b,0)).add(new go.PathSegment(go.PathSegment.Line,.3*b,.45*a)).add(new go.PathSegment(go.PathSegment.Line,b,.45*a)).add(new go.PathSegment(go.PathSegment.Line,.4*b,a)).add(new go.PathSegment(go.PathSegment.Line,.7*b,.55*a).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(fe,b,a){var ee=new go.Geometry,x=Se*.4,te=.4,re=.5,ie=.5,ce=y(),be=y(),we=y(),Re=y(),Ke=new go.PathFigure((re-te)*b,ie*a,!1);ee.add(Ke),Ke.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re-te)*b,(ie-x)*a,(re-x)*b,(ie-te)*a)),me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.44,we,Re,be,ce,ce),Ke.add(new go.PathSegment(go.PathSegment.Bezier,be.x*b,be.y*a,we.x*b,we.y*a,Re.x*b,Re.y*a));var Ue=E(be.x,be.y);me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.56,ce,ce,be,we,Re);var Ze=E(be.x,be.y);Ke.add(new go.PathSegment(go.PathSegment.Line,(Ue.x*.1+.95*.9)*b,Ue.y*.1*a)),Ke.add(new go.PathSegment(go.PathSegment.Line,.85*b,Ue.y*.1*a)),Ke.add(new go.PathSegment(go.PathSegment.Line,.85*b,0)),Ke.add(new go.PathSegment(go.PathSegment.Line,b,0)),Ke.add(new go.PathSegment(go.PathSegment.Line,b,.15*a)),Ke.add(new go.PathSegment(go.PathSegment.Line,(Ze.x*.1+.9)*b,.15*a)),Ke.add(new go.PathSegment(go.PathSegment.Line,(Ze.x*.1+.9)*b,(Ze.y*.1+.05*.9)*a)),Ke.add(new go.PathSegment(go.PathSegment.Line,Ze.x*b,Ze.y*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,we.x*b,we.y*a,Re.x*b,Re.y*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re+te)*b,(ie+x)*a,(re+x)*b,(ie+te)*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie+te)*a,(re-te)*b,(ie+x)*a)),te=.35,x=Se*.35;var qe=new go.PathFigure(re*b,(ie-te)*a,!1);ee.add(qe),qe.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),qe.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a)),qe.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),qe.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a));var wt=new go.PathFigure((re-te)*b,ie*a,!1);return ee.add(wt),pe(ce),pe(be),pe(we),pe(Re),pe(Ue),pe(Ze),ee.spot1=new go.Spot(.202,.257),ee.spot2=new go.Spot(.792,.739),ee.defaultStretch=go.GraphObject.Uniform,ee}),go.Shape.defineFigureGenerator("GenderFemale",function(fe,b,a){var ee=new go.Geometry,x=.375,te=0,re=-.125,ie=x*Se,ce=new go.PathFigure((.525+te)*b,(.5+x+re)*a,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+x+te)*b,(.5+re)*a,(.5+ie+te)*b,(.5+x+re)*a,(.5+x+te)*b,(.5+ie+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*b,(.5-x+re)*a,(1-.5+x+te)*b,(.5-ie+re)*a,(.5+ie+te)*b,(.5-x+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5-x+te)*b,(.5+re)*a,(.5-ie+te)*b,(.5-x+re)*a,(.5-x+te)*b,(.5-ie+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.475+te)*b,(.5+x+re)*a,(.5-x+te)*b,(.5+ie+re)*a,(.5-ie+te)*b,(.5+x+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*b,.85*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.425*b,.85*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.425*b,.9*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*b,.9*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*b,a)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*b,a)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*b,.9*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.575*b,.9*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.575*b,.85*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*b,.85*a).close()),x=.325,te=0,re=-.125,ie=x*Se;var ce=new go.PathFigure((1-.5+x+te)*b,(.5+re)*a,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*b,(.5+x+re)*a,(.5+x+te)*b,(.5+ie+re)*a,(.5+ie+te)*b,(.5+x+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5-x+te)*b,(.5+re)*a,(.5-ie+te)*b,(.5+x+re)*a,(.5-x+te)*b,(.5+ie+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*b,(.5-x+re)*a,(.5-x+te)*b,(.5-ie+re)*a,(.5-ie+te)*b,(.5-x+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+x+te)*b,(.5+re)*a,(.5+ie+te)*b,(.5-x+re)*a,(1-.5+x+te)*b,(.5-ie+re)*a));var ce=new go.PathFigure((.525+te)*b,(.5+x+re)*a,!1);return ee.add(ce),ee.spot1=new go.Spot(.232,.136),ee.spot2=new go.Spot(.682,.611),ee.defaultStretch=go.GraphObject.Uniform,ee}),go.Shape.defineFigureGenerator("LogicImplies",function(fe,b,a){var ee=fe?fe.parameter1:NaN;return isNaN(ee)&&(ee=.2),new go.Geometry().add(new go.PathFigure((1-ee)*b,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,a)).add(new go.PathSegment(go.PathSegment.Move,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(fe,b,a){var ee=fe?fe.parameter1:NaN;return isNaN(ee)&&(ee=.2),new go.Geometry().add(new go.PathFigure((1-ee)*b,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,(1-ee)*b,a)).add(new go.PathSegment(go.PathSegment.Move,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Move,ee*b,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,ee*b,a))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)))}),go.Shape.defineFigureGenerator("LogicAnd",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,a,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,0)).add(new go.PathSegment(go.PathSegment.Line,b,a))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,a)).add(new go.PathSegment(go.PathSegment.Line,b,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(fe,b,a){var ee=new go.Geometry().add(new go.PathFigure(.5*b,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,a)).add(new go.PathSegment(go.PathSegment.Move,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*b,.5*a,.5*b,.5*a)));return ee.defaultStretch=go.GraphObject.Uniform,ee}),go.Shape.defineFigureGenerator("LogicTruth",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Move,.5*b,0)).add(new go.PathSegment(go.PathSegment.Line,.5*b,a)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,a,!1).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Move,.5*b,a)).add(new go.PathSegment(go.PathSegment.Line,.5*b,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,0,.5*a)).add(new go.PathSegment(go.PathSegment.Move,b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a)))}),go.Shape.defineFigureGenerator("LogicForAll",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*b,a)).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Move,.25*b,.5*a)).add(new go.PathSegment(go.PathSegment.Line,.75*b,.5*a))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Move,0,.5*a)).add(new go.PathSegment(go.PathSegment.Line,b,.5*a)).add(new go.PathSegment(go.PathSegment.Move,0,a)).add(new go.PathSegment(go.PathSegment.Line,b,a))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(fe,b,a){var ee=.5;return new go.Geometry().add(new go.PathFigure(0,a,!1).add(new go.PathSegment(go.PathSegment.Line,0,ee*a)).add(new go.PathSegment(go.PathSegment.Arc,180,180,ee*b,ee*a,ee*b,ee*a)).add(new go.PathSegment(go.PathSegment.Line,b,a))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(fe,b,a){var ee=.5;return new go.Geometry().add(new go.PathFigure(b,0,!1).add(new go.PathSegment(go.PathSegment.Line,b,ee*a)).add(new go.PathSegment(go.PathSegment.Arc,0,180,ee*b,ee*a,ee*b,ee*a)).add(new go.PathSegment(go.PathSegment.Line,0,0))).setSpots(0,0,1,.5)}),go.Shape.setFigureParameter("Arrow",0,new de("ArrowheadWidth",.3,.01,.99)),go.Shape.setFigureParameter("Arrow",1,new de("TailHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("Arrow",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.3);var x=fe?fe.parameter2:NaN;isNaN(x)&&(x=.3);var te=(1-ee)*b,re=(.5-x/2)*a,ie=(.5+x/2)*a,ce=new go.Geometry,be=new go.PathFigure(0,re,!0);ce.add(be),be.add(new go.PathSegment(go.PathSegment.Line,te,re)),be.add(new go.PathSegment(go.PathSegment.Line,te,0)),be.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),be.add(new go.PathSegment(go.PathSegment.Line,te,a)),be.add(new go.PathSegment(go.PathSegment.Line,te,ie)),be.add(new go.PathSegment(go.PathSegment.Line,0,ie).close()),ce.spot1=new go.Spot(0,re/a);var we=se(0,ie/a,1,ie/a,te/b,1,1,.5,y());return ce.spot2=new go.Spot(we.x,we.y),pe(we),ce}),go.Shape.setFigureParameter("Arrow2",0,new de("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new de("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=30),ee>b&&(ee=b);var x=fe?fe.parameter2:NaN;isNaN(x)&&(x=30),x=Math.min(x,a/2);var te=b-ee,re=(a-x)/2,ie=re+x,ce=new go.Geometry,be=new go.PathFigure(0,re,!0);ce.add(be),be.add(new go.PathSegment(go.PathSegment.Line,te,re)),be.add(new go.PathSegment(go.PathSegment.Line,te,0)),be.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),be.add(new go.PathSegment(go.PathSegment.Line,te,a)),be.add(new go.PathSegment(go.PathSegment.Line,te,ie)),be.add(new go.PathSegment(go.PathSegment.Line,0,ie).close()),ce.spot1=new go.Spot(0,re/a);var we=se(0,ie/a,1,ie/a,te/b,1,1,.5,y());return ce.spot2=new go.Spot(we.x,we.y),pe(we),ce}),go.Shape.defineFigureGenerator("Chevron",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a).close()),ee}),go.Shape.defineFigureGenerator("DoubleArrow",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,.214*a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,1*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,1*a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,.786*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,1*a).close()),ee}),go.Shape.setFigureParameter("DoubleEndArrow",0,new de("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.3);var x=(.5-ee/2)*a,te=(.5+ee/2)*a,re=new go.Geometry,ie=new go.PathFigure(b,.5*a,!0);re.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.3*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.3*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,0,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.3*b,0)),ie.add(new go.PathSegment(go.PathSegment.Line,.3*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,0).close());var ce=se(0,.5,.3,0,0,x/a,.1,x/a,y());return re.spot1=new go.Spot(ce.x,ce.y),ce=se(.7,1,1,.5,0,te/a,1,te/a,ce),re.spot2=new go.Spot(ce.x,ce.y),pe(ce),re}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new de("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new de("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=40);var x=fe?fe.parameter2:NaN;isNaN(x)&&(x=100);var te=(a-ee)/2,re=te+ee,ie=(a-x)/2,ce=ie+x;(ee>a||x>a)&&(x>ee?(ee=ee*a/x,te=(a-ee)/2,re=te+ee,ie=0,ce=a):(te=0,re=a,ie=0,ce=a));var be=new go.Geometry,we=new go.PathFigure(b,.5*a,!0);be.add(we),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,ce)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,.3*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,.3*b,ce)),we.add(new go.PathSegment(go.PathSegment.Line,0,.5*a)),we.add(new go.PathSegment(go.PathSegment.Line,.3*b,ie)),we.add(new go.PathSegment(go.PathSegment.Line,.3*b,te)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,ie).close());var Re=se(0,.5,.3,ie/a,0,te/a,1,te/a,y());return be.spot1=new go.Spot(Re.x,Re.y),Re=se(.7,ce/a,1,.5,0,re/a,1,re/a,Re),be.spot2=new go.Spot(Re.x,Re.y),pe(Re),be}),go.Shape.setFigureParameter("IBeamArrow",0,new de("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.3);var x=(.5-ee/2)*a,te=(.5+ee/2)*a,re=new go.Geometry,ie=new go.PathFigure(b,.5*a,!0);re.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,0,a)),ie.add(new go.PathSegment(go.PathSegment.Line,0,0)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,0)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,0).close()),re.spot1=new go.Spot(0,x/a);var ce=se(.7,1,1,.5,0,te/a,1,te/a,y());return re.spot2=new go.Spot(ce.x,ce.y),pe(ce),re}),go.Shape.setFigureParameter("IBeamArrow2",0,new de("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new de("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=40);var x=fe?fe.parameter2:NaN;isNaN(x)&&(x=100);var te=(a-ee)/2,re=te+ee,ie=(a-x)/2,ce=ie+x;(ee>a||x>a)&&(x>ee?(ee=ee*a/x,te=(a-ee)/2,re=te+ee,ie=0,ce=a):(te=0,re=a,ie=0,ce=a));var be=new go.Geometry,we=new go.PathFigure(b,.5*a,!0);be.add(we),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,ce)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,.2*b,re)),we.add(new go.PathSegment(go.PathSegment.Line,.2*b,ce)),we.add(new go.PathSegment(go.PathSegment.Line,0,ce)),we.add(new go.PathSegment(go.PathSegment.Line,0,ie)),we.add(new go.PathSegment(go.PathSegment.Line,.2*b,ie)),we.add(new go.PathSegment(go.PathSegment.Line,.2*b,te)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),we.add(new go.PathSegment(go.PathSegment.Line,.7*b,ie).close()),be.spot1=new go.Spot(0,te/a);var Re=se(.7,ce/a,1,.5,0,re/a,1,re/a,y());return be.spot2=new go.Spot(Re.x,Re.y),pe(Re),be}),go.Shape.setFigureParameter("Pointer",0,new de("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.1);var x=new go.Geometry,te=new go.PathFigure(b,.5*a,!0);x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,ee*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),x.spot1=new go.Spot(ee,.35);var re=se(.2,.65,1,.65,0,1,1,.5,y());return x.spot2=new go.Spot(re.x,re.y),pe(re),x}),go.Shape.setFigureParameter("RoundedPointer",0,new de("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.3);var x=new go.Geometry,te=new go.PathFigure(b,.5*a,!0);x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Bezier,0,0,ee*b,.75*a,ee*b,.25*a).close()),x.spot1=new go.Spot(ee,.35);var re=se(0,.65,1,.65,0,1,1,.5,y());return x.spot2=new go.Spot(re.x,re.y),pe(re),x}),go.Shape.setFigureParameter("SplitEndArrow",0,new de("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.4);var x=(.5-ee/2)*a,te=(.5+ee/2)*a,re=new go.Geometry,ie=new go.PathFigure(b,.5*a,!0);re.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,0,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,0,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,0).close()),re.spot1=new go.Spot(.2,.3);var ce=se(.7,1,1,.5,0,te/a,1,te/a,y());return re.spot2=new go.Spot(ce.x,ce.y),pe(ce),re}),go.Shape.setFigureParameter("SplitEndArrow2",0,new de("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=50);var x=(a-ee)/2,te=x+ee;ee>a&&(x=0,te=a);var re=new go.Geometry,ie=new go.PathFigure(b,.5*a,!0);re.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,te)),ie.add(new go.PathSegment(go.PathSegment.Line,0,te)),ie.add(new go.PathSegment(go.PathSegment.Line,.2*b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,0,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,.7*b,0).close()),re.spot1=new go.Spot(.2,x/a);var ce=se(.7,1,1,.5,0,te/a,1,te/a,y());return re.spot2=new go.Spot(ce.x,ce.y),pe(ce),re}),go.Shape.setFigureParameter("SquareArrow",0,new de("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.7);var x=new go.Geometry,te=new go.PathFigure(b,.5*a,!0);return x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,ee*b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,0)),te.add(new go.PathSegment(go.PathSegment.Line,ee*b,0).close()),x.spot1=go.Spot.TopLeft,x.spot2=new go.Spot(ee,1),x}),go.Shape.defineFigureGenerator("Cone1",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=Se*.1,re=new go.PathFigure(0,.9*a,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,(.9+te)*a,(.5+x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*a,(.5-x)*b,a,0,(.9+te)*a).close()),ee.spot1=new go.Spot(.25,.5),ee.spot2=new go.Spot(.75,.97),ee}),go.Shape.defineFigureGenerator("Cone2",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.9*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.9*a,(1-.85/.9)*b,a,.85/.9*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,.9*a).close());var te=new go.PathFigure(0,.9*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,b,.9*a,(1-.85/.9)*b,.8*a,.85/.9*b,.8*a)),ee.spot1=new go.Spot(.25,.5),ee.spot2=new go.Spot(.75,.82),ee}),go.Shape.defineFigureGenerator("Cube1",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.15*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,.15*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.85*a).close());var te=new go.PathFigure(.5*b,a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.15*a)),te.add(new go.PathSegment(go.PathSegment.Move,.5*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.15*a)),ee.spot1=new go.Spot(0,.3),ee.spot2=new go.Spot(.5,.85),ee}),go.Shape.defineFigureGenerator("Cube2",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.3*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,0).close());var te=new go.PathFigure(0,.3*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.7*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Move,.7*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Line,.7*b,a)),ee.spot1=new go.Spot(0,.3),ee.spot2=new go.Spot(.7,1),ee}),go.Shape.defineFigureGenerator("Cylinder1",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=5),ee=Math.min(ee,a/3);var x=new go.Geometry,te=Se*.5,re=new go.PathFigure(0,ee,!0);x.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,0,Se*ee,(.5-te)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,1*b,ee,(.5+te)*b,0,1*b,Se*ee)),re.add(new go.PathSegment(go.PathSegment.Line,b,a-ee)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,1*a,1*b,a-Se*ee,(.5+te)*b,1*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,a-ee,(.5-te)*b,1*a,0,a-Se*ee)),re.add(new go.PathSegment(go.PathSegment.Line,0,ee));var ie=new go.PathFigure(b,ee,!1);return x.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,2*ee,1*b,2*ee-Se*ee,(.5+te)*b,2*ee)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,ee,(.5-te)*b,2*ee,0,2*ee-Se*ee)),x.spot1=new go.Spot(0,0,0,2*ee),x.spot2=new go.Spot(1,1),x}),go.Shape.defineFigureGenerator("Cylinder2",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=5),ee=Math.min(ee,a/3);var x=new go.Geometry,te=Se*.5,re=new go.PathFigure(0,a-ee,!0);x.add(re),re.add(new go.PathSegment(go.PathSegment.Line,0,ee)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,0,Se*ee,(.5-te)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,ee,(.5+te)*b,0,b,Se*ee)),re.add(new go.PathSegment(go.PathSegment.Line,b,a-ee)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,a-Se*ee,(.5+te)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,a-ee,(.5-te)*b,a,0,a-Se*ee));var ie=new go.PathFigure(0,a-ee,!1);return x.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a-2*ee,0,a-ee-Se*ee,(.5-te)*b,a-2*ee)),ie.add(new go.PathSegment(go.PathSegment.Bezier,b,a-ee,(.5+te)*b,a-2*ee,b,a-ee-Se*ee)),x.spot1=new go.Spot(0,0),x.spot2=new go.Spot(1,1,0,-2*ee),x}),go.Shape.defineFigureGenerator("Cylinder3",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=5),ee=Math.min(ee,b/3);var x=new go.Geometry,te=Se*.5,re=new go.PathFigure(ee,0,!0);x.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b-ee,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,b-Se*ee,0,b,(.5-te)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,b-ee,a,b,(.5+te)*a,b-Se*ee,a)),re.add(new go.PathSegment(go.PathSegment.Line,ee,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,Se*ee,a,0,(.5+te)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,ee,0,0,(.5-te)*a,Se*ee,0));var ie=new go.PathFigure(ee,0,!1);return x.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,2*ee,.5*a,ee+Se*ee,0,2*ee,(.5-te)*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,ee,a,2*ee,(.5+te)*a,ee+Se*ee,a)),x.spot1=new go.Spot(0,0,2*ee,0),x.spot2=new go.Spot(1,1),x}),go.Shape.defineFigureGenerator("Cylinder4",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=5),ee=Math.min(ee,b/3);var x=new go.Geometry,te=Se*.5,re=new go.PathFigure(b-ee,0,!0);x.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,b-Se*ee,0,b,(.5-te)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,b-ee,a,b,(.5+te)*a,b-Se*ee,a)),re.add(new go.PathSegment(go.PathSegment.Line,ee,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,Se*ee,a,0,(.5+te)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,ee,0,0,(.5-te)*a,Se*ee,0)),re.add(new go.PathSegment(go.PathSegment.Line,b-ee,0));var ie=new go.PathFigure(b-ee,0,!1);return x.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,b-2*ee,.5*a,b-ee-Se*ee,0,b-2*ee,(.5-te)*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,b-ee,a,b-2*ee,(.5+te)*a,b-ee-Se*ee,a)),x.spot1=new go.Spot(0,0),x.spot2=new go.Spot(1,1,-2*ee,0),x}),go.Shape.defineFigureGenerator("Prism1",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.25*b,.25*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var te=new go.PathFigure(.25*b,.25*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),ee.spot1=new go.Spot(.408,.172),ee.spot2=new go.Spot(.833,.662),ee}),go.Shape.defineFigureGenerator("Prism2",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.25*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var te=new go.PathFigure(0,a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.25*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),te.add(new go.PathSegment(go.PathSegment.Move,0,.25*a)),te.add(new go.PathSegment(go.PathSegment.Line,.25*b,.5*a)),ee.spot1=new go.Spot(.25,.5),ee.spot2=new go.Spot(.75,.75),ee}),go.Shape.defineFigureGenerator("Pyramid1",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.75*a).close());var te=new go.PathFigure(.5*b,0,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),ee.spot1=new go.Spot(.25,.367),ee.spot2=new go.Spot(.75,.875),ee}),go.Shape.defineFigureGenerator("Pyramid2",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.85*a).close());var te=new go.PathFigure(.5*b,0,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.7*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.85*a)),te.add(new go.PathSegment(go.PathSegment.Move,.5*b,.7*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.85*a)),ee.spot1=new go.Spot(.25,.367),ee.spot2=new go.Spot(.75,.875),ee}),go.Shape.defineFigureGenerator("Actor",function(fe,b,a){var ee=new go.Geometry,x=.2,te=.1,re=Se*x,ie=Se*te,ce=.5,be=.1,we=new go.PathFigure(ce*b,(be+te)*a,!0);ee.add(we),we.add(new go.PathSegment(go.PathSegment.Bezier,(ce-x)*b,be*a,(ce-re)*b,(be+te)*a,(ce-x)*b,(be+ie)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-te)*a,(ce-x)*b,(be-ie)*a,(ce-re)*b,(be-te)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,(ce+x)*b,be*a,(ce+re)*b,(be-te)*a,(ce+x)*b,(be-ie)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be+te)*a,(ce+x)*b,(be+ie)*a,(ce+re)*b,(be+te)*a));var Re=.05,Ke=Se*Re;ce=.05,be=.25;var Ue=new go.PathFigure(.5*b,.2*a,!0);return ee.add(Ue),Ue.add(new go.PathSegment(go.PathSegment.Line,.95*b,.2*a)),ce=.95,be=.25,Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce+Re)*b,be*a,(ce+Ke)*b,(be-Re)*a,(ce+Re)*b,(be-Ke)*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,b,.6*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.85*b,.6*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.85*b,.35*a)),Re=.025,Ke=Se*Re,ce=.825,be=.35,Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-Re)*a,(ce+Re)*b,(be-Ke)*a,(ce+Ke)*b,(be-Re)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Re)*b,be*a,(ce-Ke)*b,(be-Re)*a,(ce-Re)*b,(be-Ke)*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.8*b,a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.55*b,a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.55*b,.7*a)),Re=.05,Ke=Se*Re,ce=.5,be=.7,Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-Re)*a,(ce+Re)*b,(be-Ke)*a,(ce+Ke)*b,(be-Re)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Re)*b,be*a,(ce-Ke)*b,(be-Re)*a,(ce-Re)*b,(be-Ke)*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.45*b,a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.2*b,.35*a)),Re=.025,Ke=Se*Re,ce=.175,be=.35,Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-Re)*a,(ce+Re)*b,(be-Ke)*a,(ce+Ke)*b,(be-Re)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Re)*b,be*a,(ce-Ke)*b,(be-Re)*a,(ce-Re)*b,(be-Ke)*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.15*b,.6*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,0,.6*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,0,.25*a)),Re=.05,Ke=Se*Re,ce=.05,be=.25,Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-Re)*a,(ce-Re)*b,(be-Ke)*a,(ce-Ke)*b,(be-Re)*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.5*b,.2*a)),ee.spot1=new go.Spot(.2,.2),ee.spot2=new go.Spot(.8,.65),ee}),go.Shape.setFigureParameter("Card",0,new de("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(fe,b,a){var ee=fe?fe.parameter1:NaN;isNaN(ee)&&(ee=.2);var x=new go.Geometry,te=new go.PathFigure(b,0,!0);return x.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,ee*a)),te.add(new go.PathSegment(go.PathSegment.Line,ee*b,0).close()),x.spot1=new go.Spot(0,ee),x.spot2=go.Spot.BottomRight,x}),go.Shape.defineFigureGenerator("Collate",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,.5*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a));var te=new go.PathFigure(.5*b,.5*a,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),ee.spot1=new go.Spot(.25,0),ee.spot2=new go.Spot(.75,.25),ee}),go.Shape.defineFigureGenerator("CreateRequest",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.1);var te=new go.PathFigure(0,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var re=new go.PathFigure(0,x*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,x*a)),re.add(new go.PathSegment(go.PathSegment.Move,0,(1-x)*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,(1-x)*a)),ee}),go.Shape.defineFigureGenerator("Database",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=Se*.1,re=new go.PathFigure(b,.1*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,(.9+te)*a,(.5+x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*a,(.5-x)*b,a,0,(.9+te)*a)),re.add(new go.PathSegment(go.PathSegment.Line,0,.1*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,0,(.1-te)*a,(.5-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.1*a,(.5+x)*b,0,b,(.1-te)*a));var ie=new go.PathFigure(b,.1*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.2*a,b,(.1+te)*a,(.5+x)*b,.2*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*a,(.5-x)*b,.2*a,0,(.1+te)*a)),ie.add(new go.PathSegment(go.PathSegment.Move,b,.2*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.3*a,b,(.2+te)*a,(.5+x)*b,.3*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*a,(.5-x)*b,.3*a,0,(.2+te)*a)),ie.add(new go.PathSegment(go.PathSegment.Move,b,.3*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.4*a,b,(.3+te)*a,(.5+x)*b,.4*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*a,(.5-x)*b,.4*a,0,(.3+te)*a)),ee.spot1=new go.Spot(0,.4),ee.spot2=new go.Spot(1,.9),ee}),go.Shape.defineFigureGenerator("DataStorage",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,.75*b,a,b,0,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*b,.9*a,.25*b,.1*a).close()),ee.spot1=new go.Spot(.226,0),ee.spot2=new go.Spot(.81,1),ee}),go.Shape.defineFigureGenerator("DiskStorage",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=Se*.1,re=new go.PathFigure(b,.1*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,(.9+te)*a,(.5+x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*a,(.5-x)*b,a,0,(.9+te)*a)),re.add(new go.PathSegment(go.PathSegment.Line,0,.1*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,0,(.1-te)*a,(.5-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.1*a,(.5+x)*b,0,b,(.1-te)*a));var ie=new go.PathFigure(b,.1*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.2*a,b,(.1+te)*a,(.5+x)*b,.2*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*a,(.5-x)*b,.2*a,0,(.1+te)*a)),ie.add(new go.PathSegment(go.PathSegment.Move,b,.2*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.3*a,b,(.2+te)*a,(.5+x)*b,.3*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*a,(.5-x)*b,.3*a,0,(.2+te)*a)),ee.spot1=new go.Spot(0,.3),ee.spot2=new go.Spot(1,.9),ee}),go.Shape.defineFigureGenerator("Display",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.25*b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,.75*b,a,b,0,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.25*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a).close()),ee.spot1=new go.Spot(.25,0),ee.spot2=new go.Spot(.75,1),ee}),go.Shape.defineFigureGenerator("DividedEvent",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)?x=.2:x<.15&&(x=.15);var te=Se*.2,re=new go.PathFigure(0,.2*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,.2*b,0,0,(.2-te)*a,(.2-te)*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,.8*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.2*a,(.8+te)*b,0,b,(.2-te)*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,.8*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,a,b,(.8+te)*a,(.8+te)*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*a,(.2-te)*b,a,0,(.8+te)*a)),re.add(new go.PathSegment(go.PathSegment.Line,0,.2*a));var ie=new go.PathFigure(0,x*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b,x*a)),ee}),go.Shape.defineFigureGenerator("DividedProcess",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;(isNaN(x)||x<.1)&&(x=.1);var te=new go.PathFigure(0,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var re=new go.PathFigure(0,x*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,x*a)),ee}),go.Shape.defineFigureGenerator("Document",function(fe,b,a){var ee=new go.Geometry;a=a/.8;var x=new go.PathFigure(0,.7*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*a,.5*b,.4*a,.5*b,a).close()),ee.spot1=go.Spot.TopLeft,ee.spot2=new go.Spot(1,.6),ee}),go.Shape.defineFigureGenerator("ExternalOrganization",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;(isNaN(x)||x<.2)&&(x=.2);var te=new go.PathFigure(0,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var re=new go.PathFigure(x*b,0,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,0,x*a)),re.add(new go.PathSegment(go.PathSegment.Move,b,x*a)),re.add(new go.PathSegment(go.PathSegment.Line,(1-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Move,0,(1-x)*a)),re.add(new go.PathSegment(go.PathSegment.Line,x*b,a)),re.add(new go.PathSegment(go.PathSegment.Move,(1-x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,b,(1-x)*a)),ee}),go.Shape.defineFigureGenerator("ExternalProcess",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a).close());var te=new go.PathFigure(.1*b,.4*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.1*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Move,.9*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Move,.6*b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Line,.4*b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Move,.4*b,.9*a)),te.add(new go.PathSegment(go.PathSegment.Line,.6*b,.9*a)),ee.spot1=new go.Spot(.25,.25),ee.spot2=new go.Spot(.75,.75),ee}),go.Shape.defineFigureGenerator("File",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var te=new go.PathFigure(.75*b,0,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.75*b,.25*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),ee.spot1=new go.Spot(0,.25),ee.spot2=go.Spot.BottomRight,ee}),go.Shape.defineFigureGenerator("Interrupt",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,.5*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a));var te=new go.PathFigure(b,.5*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,a));var re=new go.PathFigure(b,.5*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,0)),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(.5,.75),ee}),go.Shape.defineFigureGenerator("InternalStorage",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN,te=fe?fe.parameter2:NaN;isNaN(x)&&(x=.1),isNaN(te)&&(te=.1);var re=new go.PathFigure(0,0,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,0)),re.add(new go.PathSegment(go.PathSegment.Line,b,a)),re.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var ie=new go.PathFigure(x*b,0,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,x*b,a)),ie.add(new go.PathSegment(go.PathSegment.Move,0,te*a)),ie.add(new go.PathSegment(go.PathSegment.Line,b,te*a)),ee}),go.Shape.defineFigureGenerator("Junction",function(fe,b,a){var ee=new go.Geometry,x=1/Math.SQRT2,te=(1-1/Math.SQRT2)/2,re=Se*.5,ie=.5,ce=new go.PathFigure(b,ie*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,ie*b,a,b,(ie+re)*a,(ie+re)*b,a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,ie*a,(ie-re)*b,a,0,(ie+re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ie*b,0,0,(ie-re)*a,(ie-re)*b,0)),ce.add(new go.PathSegment(go.PathSegment.Bezier,b,ie*a,(ie+re)*b,0,b,(ie-re)*a));var be=new go.PathFigure((te+x)*b,(te+x)*a,!1);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Line,te*b,te*a)),be.add(new go.PathSegment(go.PathSegment.Move,te*b,(te+x)*a)),be.add(new go.PathSegment(go.PathSegment.Line,(te+x)*b,te*a)),ee}),go.Shape.defineFigureGenerator("LinedDocument",function(fe,b,a){var ee=new go.Geometry;a=a/.8;var x=new go.PathFigure(0,.7*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*a,.5*b,.4*a,.5*b,a).close());var te=new go.PathFigure(.1*b,0,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.1*b,.75*a)),ee.spot1=new go.Spot(.1,0),ee.spot2=new go.Spot(1,.6),ee}),go.Shape.defineFigureGenerator("LoopLimit",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,.25*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a).close()),ee.spot1=new go.Spot(0,.25),ee.spot2=go.Spot.BottomRight,ee}),go.Shape.defineFigureGenerator("MagneticTape",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=.5,re=new go.PathFigure(.5*b,a,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,0,te*a,(te-x)*b,a,0,(te+x)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,te*b,0,0,(te-x)*a,(te-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,te*a,(te+x)*b,0,b,(te-x)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,(te+.1)*b,.9*a,b,(te+x)*a,(te+x)*b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),ee.spot1=new go.Spot(.15,.15),ee.spot2=new go.Spot(.85,.8),ee}),go.Shape.defineFigureGenerator("ManualInput",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.25*a).close()),ee.spot1=new go.Spot(0,.25),ee.spot2=go.Spot.BottomRight,ee}),go.Shape.defineFigureGenerator("MessageFromUser",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.7);var te=new go.PathFigure(0,0,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,x*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee.spot1=go.Spot.TopLeft,ee}),go.Shape.defineFigureGenerator("MicroformProcessing",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.25);var te=new go.PathFigure(0,0,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,x*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,(1-x)*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee}),go.Shape.defineFigureGenerator("MicroformRecording",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.15*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(1,.75),ee}),go.Shape.defineFigureGenerator("MultiDocument",function(fe,b,a){var ee=new go.Geometry;a=a/.8;var x=new go.PathFigure(b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.9*b,.44*a,.96*b,.47*a,.93*b,.45*a)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.54*a,.86*b,.57*a,.83*b,.55*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*a,.4*b,.4*a,.4*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,0).close());var te=new go.PathFigure(.1*b,.2*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.2*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.54*a)),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,.44*a)),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(.8,.77),ee}),go.Shape.defineFigureGenerator("MultiProcess",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.1*b,.1*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.2*a).close());var te=new go.PathFigure(.2*b,.1*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,.1*a)),te.add(new go.PathSegment(go.PathSegment.Line,.9*b,.8*a)),te.add(new go.PathSegment(go.PathSegment.Move,.1*b,.2*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.2*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.9*a)),ee.spot1=new go.Spot(0,.2),ee.spot2=new go.Spot(.8,1),ee}),go.Shape.defineFigureGenerator("OfflineStorage",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.1);var te=1-x,re=new go.PathFigure(0,0,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,0)),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,a).close());var ie=new go.PathFigure(.5*x*b,x*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,(1-.5*x)*b,x*a)),ee}),go.Shape.defineFigureGenerator("OffPageConnector",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee.spot1=go.Spot.TopLeft,ee.spot2=new go.Spot(.75,1),ee}),go.Shape.defineFigureGenerator("Or",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=.5,re=new go.PathFigure(b,te*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,te*b,a,b,(te+x)*a,(te+x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,te*a,(te-x)*b,a,0,(te+x)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,te*b,0,0,(te-x)*a,(te-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,te*a,(te+x)*b,0,b,(te-x)*a));var ie=new go.PathFigure(b,.5*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,0,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Move,.5*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),ee}),go.Shape.defineFigureGenerator("PaperTape",function(fe,b,a){var ee=new go.Geometry;a=a/.8;var x=new go.PathFigure(0,.7*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.3*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.3*a,.5*b,.6*a,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*a,.5*b,.4*a,.5*b,a).close()),ee.spot1=new go.Spot(0,.49),ee.spot2=new go.Spot(1,.75),ee}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN,te=fe?fe.parameter2:NaN;isNaN(x)&&(x=.1),isNaN(te)&&(te=.3);var re=new go.PathFigure(0,0,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,0)),re.add(new go.PathSegment(go.PathSegment.Line,(1-te)*b,.5*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,a)),re.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN,te=fe?fe.parameter2:NaN;isNaN(x)&&(x=.1),isNaN(te)&&(te=.3);var re=new go.PathFigure(0,0,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,(1-te)*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),re.add(new go.PathSegment(go.PathSegment.Line,(1-te)*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee}),go.Shape.defineFigureGenerator("Procedure",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.1);var te=new go.PathFigure(0,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var re=new go.PathFigure((1-x)*b,0,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,(1-x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Move,x*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,x*b,a)),ee}),go.Shape.defineFigureGenerator("Process",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.1);var te=new go.PathFigure(0,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var re=new go.PathFigure(x*b,0,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,x*b,a)),ee.spot2=go.Spot.BottomRight,ee}),go.Shape.defineFigureGenerator("Sort",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a).close());var te=new go.PathFigure(0,.5*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),ee.spot1=new go.Spot(.25,.25),ee.spot2=new go.Spot(.75,.5),ee}),go.Shape.defineFigureGenerator("Start",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.25);var te=new go.PathFigure(x*b,0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*b,.5*a,.25*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*b,.5*a,.25*b,.5*a));var re=new go.PathFigure(x*b,0,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,x*b,a)),re.add(new go.PathSegment(go.PathSegment.Move,(1-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,(1-x)*b,a)),ee.spot1=new go.Spot(x,0),ee.spot2=new go.Spot(1-x,1),ee}),go.Shape.defineFigureGenerator("Terminator",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.25*b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*b,.5*a,.25*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*b,.5*a,.25*b,.5*a)),ee.spot1=new go.Spot(.23,0),ee.spot2=new go.Spot(.77,1),ee}),go.Shape.defineFigureGenerator("TransmittalTape",function(fe,b,a){var ee=new go.Geometry,x=fe?fe.parameter1:NaN;isNaN(x)&&(x=.1);var te=new go.PathFigure(0,0,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,.75*b,(1-x)*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,(1-x)*a).close()),ee.spot1=go.Spot.TopLeft,ee}),go.Shape.defineFigureGenerator("AndGate",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=new go.PathFigure(0,0,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),te.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,(.5+x)*b,0,b,(.5-x)*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,(.5+x)*a,(.5+x)*b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee.spot1=go.Spot.TopLeft,ee.spot2=new go.Spot(.55,1),ee}),go.Shape.defineFigureGenerator("Buffer",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(.5,.75),ee}),go.Shape.defineFigureGenerator("Clock",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=.5,re=new go.PathFigure(b,te*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,te*b,a,b,(te+x)*a,(te+x)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,te*a,(te-x)*b,a,0,(te+x)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,te*b,0,0,(te-x)*a,(te-x)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,te*a,(te+x)*b,0,b,(te-x)*a));var ie=new go.PathFigure(b,te*a,!1);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b,te*a));var ce=new go.PathFigure(.8*b,.75*a,!1);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,.8*b,.25*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.6*b,.25*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.6*b,.75*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.4*b,.75*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.4*b,.25*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.2*b,.25*a)),ce.add(new go.PathSegment(go.PathSegment.Line,.2*b,.75*a)),ee}),go.Shape.defineFigureGenerator("Ground",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Move,.2*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Move,.3*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Move,.4*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,a)),ee}),go.Shape.defineFigureGenerator("Inverter",function(fe,b,a){var ee=new go.Geometry,x=Se*.1,te=.1,re=.9,ie=.5,ce=new go.PathFigure(.8*b,.5*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,0,a)),ce.add(new go.PathSegment(go.PathSegment.Line,0,0)),ce.add(new go.PathSegment(go.PathSegment.Line,.8*b,.5*a));var be=new go.PathFigure((re+te)*b,ie*a,!0);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re+te)*b,(ie+x)*a,(re+x)*b,(ie+te)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie+te)*a,(re-te)*b,(ie+x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re-te)*b,(ie-x)*a,(re-x)*b,(ie-te)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,(re+x)*b,(ie-te)*a,(re+te)*b,(ie-x)*a)),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(.4,.75),ee}),go.Shape.defineFigureGenerator("NandGate",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=Se*.4,re=Se*.1,ie=.1,ce=.9,be=.5,we=new go.PathFigure(.8*b,.5*a,!0);ee.add(we),we.add(new go.PathSegment(go.PathSegment.Bezier,.4*b,a,.8*b,(.5+te)*a,(.4+x)*b,a)),we.add(new go.PathSegment(go.PathSegment.Line,0,a)),we.add(new go.PathSegment(go.PathSegment.Line,0,0)),we.add(new go.PathSegment(go.PathSegment.Line,.4*b,0)),we.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.5*a,(.4+x)*b,0,.8*b,(.5-te)*a));var Re=new go.PathFigure((ce+ie)*b,be*a,!0);return ee.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be+ie)*a,(ce+ie)*b,(be+re)*a,(ce+re)*b,(be+ie)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie)*b,be*a,(ce-re)*b,(be+ie)*a,(ce-ie)*b,(be+re)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-ie)*a,(ce-ie)*b,(be-re)*a,(ce-re)*b,(be-ie)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie)*b,be*a,(ce+re)*b,(be-ie)*a,(ce+ie)*b,(be-re)*a)),ee.spot1=new go.Spot(0,.05),ee.spot2=new go.Spot(.55,.95),ee}),go.Shape.defineFigureGenerator("NorGate",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*x,re=0,ie=.5,ce=new go.PathFigure(.8*b,.5*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,a,.7*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*b,.75*a,.25*b,.25*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.5*a,(re+te)*b,(ie-x)*a,.7*b,(ie-te)*a)),x=.1,te=Se*.1,re=.9,ie=.5;var be=new go.PathFigure((re-x)*b,ie*a,!0);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a)),ee.spot1=new go.Spot(.2,.25),ee.spot2=new go.Spot(.6,.75),ee}),go.Shape.defineFigureGenerator("OrGate",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*x,re=0,ie=.5,ce=new go.PathFigure(0,0,!0);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,(re+te+te)*b,(ie-x)*a,.8*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,a,.8*b,(ie+te)*a,(re+te+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*b,.75*a,.25*b,.25*a).close()),ee.spot1=new go.Spot(.2,.25),ee.spot2=new go.Spot(.75,.75),ee}),go.Shape.defineFigureGenerator("XnorGate",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*x,re=.2,ie=.5,ce=new go.PathFigure(.1*b,0,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,.1*b,a,.35*b,.25*a,.35*b,.75*a));var be=new go.PathFigure(.8*b,.5*a,!0);ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,.2*b,a,.7*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.2*b,0,.45*b,.75*a,.45*b,.25*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.5*a,(re+te)*b,(ie-x)*a,.7*b,(ie-te)*a)),x=.1,te=Se*.1,re=.9,ie=.5;var we=new go.PathFigure((re-x)*b,ie*a,!0);return ee.add(we),we.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a)),ee.spot1=new go.Spot(.4,.25),ee.spot2=new go.Spot(.65,.75),ee}),go.Shape.defineFigureGenerator("XorGate",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*x,re=.2,ie=.5,ce=new go.PathFigure(.1*b,0,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,.1*b,a,.35*b,.25*a,.35*b,.75*a));var be=new go.PathFigure(.2*b,0,!0);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,(re+te)*b,(ie-x)*a,.9*b,(ie-te)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.2*b,a,.9*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.2*b,0,.45*b,.75*a,.45*b,.25*a).close()),ee.spot1=new go.Spot(.4,.25),ee.spot2=new go.Spot(.8,.75),ee}),go.Shape.defineFigureGenerator("Capacitor",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Move,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),ee}),go.Shape.defineFigureGenerator("Resistor",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.5*a,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,.5*a)),ee}),go.Shape.defineFigureGenerator("Inductor",function(fe,b,a){var ee=new go.Geometry,x=Se*.1,te=.1,re=.1,ie=.5,ce=new go.PathFigure((re-x*.5)*b,a,!1);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,0,(re-x)*b,a,(re-te)*b,0)),re=.3,ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,a,(re+te)*b,0,(re+x)*b,a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,0,(re-x)*b,a,(re-te)*b,0)),re=.5,ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,a,(re+te)*b,0,(re+x)*b,a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,0,(re-x)*b,a,(re-te)*b,0)),re=.7,ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,a,(re+te)*b,0,(re+x)*b,a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,0,(re-x)*b,a,(re-te)*b,0)),re=.9,ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+x*.5)*b,a,(re+te)*b,0,(re+x)*b,a)),ee}),go.Shape.defineFigureGenerator("ACvoltageSource",function(fe,b,a){var ee=new go.Geometry,x=Se*.5,te=.5,re=.5,ie=.5,ce=new go.PathFigure((re-te)*b,ie*a,!1);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-te)*a,(re-te)*b,(ie-x)*a,(re-x)*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,(re+x)*b,(ie-te)*a,(re+te)*b,(ie-x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re+te)*b,(ie+x)*a,(re+x)*b,(ie+te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie+te)*a,(re-te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Move,(re-te+.1)*b,ie*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+te-.1)*b,ie*a,re*b,(ie-te)*a,re*b,(ie+te)*a)),ee}),go.Shape.defineFigureGenerator("DCvoltageSource",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.75*a,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.25*a)),x.add(new go.PathSegment(go.PathSegment.Move,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),ee}),go.Shape.defineFigureGenerator("Diode",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),ee.spot1=new go.Spot(0,.25),ee.spot2=new go.Spot(.5,.75),ee}),go.Shape.defineFigureGenerator("Wifi",function(fe,b,a){var ee=new go.Geometry,x=b,te=a;b=b*.38,a=a*.6;var re=Se*.8,ie=.8,ce=0,be=.5,we=(x-b)/2,Re=(te-a)/2,Ke=new go.PathFigure(ce*b+we,(be+ie)*a+Re,!0);ee.add(Ke),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie)*b+we,be*a+Re,(ce-re)*b+we,(be+ie)*a+Re,(ce-ie)*b+we,(be+re)*a+Re)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be-ie)*a+Re,(ce-ie)*b+we,(be-re)*a+Re,(ce-re)*b+we,(be-ie)*a+Re)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie+re*.5)*b+we,be*a+Re,ce*b+we,(be-ie)*a+Re,(ce-ie+re*.5)*b+we,(be-re)*a+Re)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be+ie)*a+Re,(ce-ie+re*.5)*b+we,(be+re)*a+Re,ce*b+we,(be+ie)*a+Re).close()),re=Se*.4,ie=.4,ce=.2,be=.5;var Ue=new go.PathFigure(ce*b+we,(be+ie)*a+Re,!0);ee.add(Ue),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie)*b+we,be*a+Re,(ce-re)*b+we,(be+ie)*a+Re,(ce-ie)*b+we,(be+re)*a+Re)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be-ie)*a+Re,(ce-ie)*b+we,(be-re)*a+Re,(ce-re)*b+we,(be-ie)*a+Re)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie+re*.5)*b+we,be*a+Re,ce*b+we,(be-ie)*a+Re,(ce-ie+re*.5)*b+we,(be-re)*a+Re)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be+ie)*a+Re,(ce-ie+re*.5)*b+we,(be+re)*a+Re,ce*b+we,(be+ie)*a+Re).close()),re=Se*.2,ie=.2,ce=.5,be=.5;var Ze=new go.PathFigure((ce-ie)*b+we,be*a+Re,!0);ee.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be-ie)*a+Re,(ce-ie)*b+we,(be-re)*a+Re,(ce-re)*b+we,(be-ie)*a+Re)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie)*b+we,be*a+Re,(ce+re)*b+we,(be-ie)*a+Re,(ce+ie)*b+we,(be-re)*a+Re)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be+ie)*a+Re,(ce+ie)*b+we,(be+re)*a+Re,(ce+re)*b+we,(be+ie)*a+Re)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ie)*b+we,be*a+Re,(ce-re)*b+we,(be+ie)*a+Re,(ce-ie)*b+we,(be+re)*a+Re)),re=Se*.4,ie=.4,ce=.8,be=.5;var qe=new go.PathFigure(ce*b+we,(be-ie)*a+Re,!0);ee.add(qe),qe.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie)*b+we,be*a+Re,(ce+re)*b+we,(be-ie)*a+Re,(ce+ie)*b+we,(be-re)*a+Re)),qe.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be+ie)*a+Re,(ce+ie)*b+we,(be+re)*a+Re,(ce+re)*b+we,(be+ie)*a+Re)),qe.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie-re*.5)*b+we,be*a+Re,ce*b+we,(be+ie)*a+Re,(ce+ie-re*.5)*b+we,(be+re)*a+Re)),qe.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be-ie)*a+Re,(ce+ie-re*.5)*b+we,(be-re)*a+Re,ce*b+we,(be-ie)*a+Re).close()),re=Se*.8,ie=.8,ce=1,be=.5;var wt=new go.PathFigure(ce*b+we,(be-ie)*a+Re,!0);return ee.add(wt),wt.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie)*b+we,be*a+Re,(ce+re)*b+we,(be-ie)*a+Re,(ce+ie)*b+we,(be-re)*a+Re)),wt.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be+ie)*a+Re,(ce+ie)*b+we,(be+re)*a+Re,(ce+re)*b+we,(be+ie)*a+Re)),wt.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ie-re*.5)*b+we,be*a+Re,ce*b+we,(be+ie)*a+Re,(ce+ie-re*.5)*b+we,(be+re)*a+Re)),wt.add(new go.PathSegment(go.PathSegment.Bezier,ce*b+we,(be-ie)*a+Re,(ce+ie-re*.5)*b+we,(be-re)*a+Re,ce*b+we,(be-ie)*a+Re).close()),ee}),go.Shape.defineFigureGenerator("Email",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,0,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,0)),te.add(new go.PathSegment(go.PathSegment.Move,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,.45*b,.54*a)),te.add(new go.PathSegment(go.PathSegment.Move,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,.55*b,.54*a)),ee}),go.Shape.defineFigureGenerator("Ethernet",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.35*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.65*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.65*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.35*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.35*b,0).close());var te=new go.PathFigure(.1*b,a,!0,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.4*b,a)),te.add(new go.PathSegment(go.PathSegment.Line,.4*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.1*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.1*b,a).close());var re=new go.PathFigure(.6*b,a,!0,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.9*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.9*b,.6*a)),re.add(new go.PathSegment(go.PathSegment.Line,.6*b,.6*a)),re.add(new go.PathSegment(go.PathSegment.Line,.6*b,a).close());var ie=new go.PathFigure(0,.5*a,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Move,.5*b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.5*b,.4*a)),ie.add(new go.PathSegment(go.PathSegment.Move,.75*b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.75*b,.6*a)),ie.add(new go.PathSegment(go.PathSegment.Move,.25*b,.5*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.25*b,.6*a)),ee}),go.Shape.defineFigureGenerator("Power",function(fe,b,a){var ee=new go.Geometry,x=Se*.4,te=.4,re=.5,ie=.5,ce=y(),be=y(),we=y(),Re=y();me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.5,ce,ce,be,we,Re);var Ke=E(be.x,be.y),Ue=new go.PathFigure(be.x*b,be.y*a,!0);ee.add(Ue),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,we.x*b,we.y*a,Re.x*b,Re.y*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re+te)*b,(ie+x)*a,(re+x)*b,(ie+te)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,(re-x)*b,(ie+te)*a,(re-te)*b,(ie+x)*a)),me(re-te,ie,re-te,ie-x,re-x,ie-te,re,ie-te,.5,we,Re,be,ce,ce),Ue.add(new go.PathSegment(go.PathSegment.Bezier,be.x*b,be.y*a,we.x*b,we.y*a,Re.x*b,Re.y*a)),x=Se*.3,te=.3,me(re-te,ie,re-te,ie-x,re-x,ie-te,re,ie-te,.5,we,Re,be,ce,ce),Ue.add(new go.PathSegment(go.PathSegment.Line,be.x*b,be.y*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(re-te)*b,ie*a,Re.x*b,Re.y*a,we.x*b,we.y*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+te)*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(re+te)*b,ie*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),me(re,ie-te,re+x,ie-te,re+te,ie-x,re+te,ie,.5,ce,ce,be,we,Re),Ue.add(new go.PathSegment(go.PathSegment.Bezier,be.x*b,be.y*a,Re.x*b,Re.y*a,we.x*b,we.y*a).close());var Ue=new go.PathFigure(.45*b,0,!0);return ee.add(Ue),Ue.add(new go.PathSegment(go.PathSegment.Line,.45*b,.5*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.55*b,.5*a)),Ue.add(new go.PathSegment(go.PathSegment.Line,.55*b,0).close()),pe(ce),pe(be),pe(we),pe(Re),pe(Ke),ee.spot1=new go.Spot(.25,.45),ee.spot2=new go.Spot(.75,.8),ee}),go.Shape.defineFigureGenerator("Fallout",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a/2,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,180,360,b/2,a/2,b/2,a/2));function te(re,ie,ce){re.add(new go.PathSegment(go.PathSegment.Move,(.3+ie)*b,(.8+ce)*a)),re.add(new go.PathSegment(go.PathSegment.Line,(.5+ie)*b,(.5+ce)*a)),re.add(new go.PathSegment(go.PathSegment.Line,(.1+ie)*b,(.5+ce)*a)),re.add(new go.PathSegment(go.PathSegment.Line,(.3+ie)*b,(.8+ce)*a).close())}return te(x,0,0),te(x,.4,0),te(x,.2,-.3),ee}),go.Shape.defineFigureGenerator("IrritationHazard",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.2*b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.3*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.2*a).close()),ee.spot1=new go.Spot(.3,.3),ee.spot2=new go.Spot(.7,.7),ee}),go.Shape.defineFigureGenerator("ElectricalHazard",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.37*b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.11*a)),x.add(new go.PathSegment(go.PathSegment.Line,.77*b,.04*a)),x.add(new go.PathSegment(go.PathSegment.Line,.33*b,.49*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.37*a)),x.add(new go.PathSegment(go.PathSegment.Line,.63*b,.86*a)),x.add(new go.PathSegment(go.PathSegment.Line,.77*b,.91*a)),x.add(new go.PathSegment(go.PathSegment.Line,.34*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.34*b,.78*a)),x.add(new go.PathSegment(go.PathSegment.Line,.44*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.65*b,.56*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.68*a).close()),ee}),go.Shape.defineFigureGenerator("FireHazard",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.1*b,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.29*b,0,-.25*b,.63*a,.45*b,.44*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.51*b,.42*a,.48*b,.17*a,.54*b,.35*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.59*b,.18*a,.59*b,.29*a,.58*b,.28*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.75*b,.6*a,.8*b,.34*a,.88*b,.43*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.88*b,.31*a,.87*b,.48*a,.88*b,.43*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.9*b,a,1.17*b,.76*a,.82*b,.8*a).close()),ee.spot1=new go.Spot(.07,.445),ee.spot2=new go.Spot(.884,.958),ee}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(fe,b,a){var ee=new go.Geometry,x=.5,te=0,re=0,ie=x*Se,ce=.4*Math.SQRT2/2+.5,be=.5-.5*Math.SQRT2/2,we=1,Re=.5,Ke=.5,Ue=0,Ze=new go.PathFigure(ce*b,(1-be)*a,!1);return ee.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,we*b,Re*a,we*b,.7*a,we*b,Re*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Ke+te)*b,(Ue+te)*a,(.5+x+te)*b,(.5-ie+te)*a,(.5+ie+te)*b,(.5-x+te)*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(.5-x+te)*b,(.5+re)*a,(.5-ie+te)*b,(.5-x+re)*a,(.5-x+te)*b,(.5-ie+re)*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(.35+te)*b,.9*a,(.5-x+te)*b,(.5+ie+re)*a,(.5-ie+te)*b,.9*a)),Ze.add(new go.PathSegment(go.PathSegment.Move,(.25+te)*b,.8*a)),Ze.add(new go.PathSegment(go.PathSegment.Line,(.35+te)*b,.9*a)),Ze.add(new go.PathSegment(go.PathSegment.Line,(.2+te)*b,.95*a)),ee}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Move,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),ee}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Move,0,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Move,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),ee}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);ee.add(x);var te=new go.PathFigure(b,a,!1);ee.add(te);var re=new go.PathFigure(0,.5*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.5*a,.2*b,.35*a,.3*b,.35*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,.7*b,.65*a,.8*b,.65*a)),ee}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.5*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a).close()),ee}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.2*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.8*a).close());var x=new go.PathFigure(0,.2*a,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.2*a)),ee}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.7*b,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.3*b,0,.6*b,.5*a,0,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,.7*b,a,.4*b,.5*a,b,.5*a).close());var te=new go.PathFigure(.45*b,.73*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.7*b,.73*a)),te.add(new go.PathSegment(go.PathSegment.Move,.38*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,.63*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Move,.31*b,.27*a)),te.add(new go.PathSegment(go.PathSegment.Line,.56*b,.27*a)),ee}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);ee.add(x);var te=new go.PathFigure(.335*b,(1-.555)*a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.335*b,(1-.405)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*b,(1-.405)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*b,(1-.555)*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,b,.68*a,(1-.12)*b,.46*a,(1-.02)*b,.54*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.68*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.335*b,(1-.555)*a,.02*b,.54*a,.12*b,.46*a)),te.add(new go.PathSegment(go.PathSegment.Line,.365*b,(1-.595)*a));var re=.5-.285,ie=.5,ce=re,be=Math.PI/4,we=4*(1-Math.cos(be))/(3*Math.sin(be)),Re=we*.5,Ke=re,Ue=re,Ze=we*Ke,qe=we*Ue;te.add(new go.PathSegment(go.PathSegment.Bezier,(ie-Ke)*b,ce*a,(ie-(Ze+Ke)/2)*b,(ce+(Ue+qe)/2)*a,(ie-Ke)*b,(ce+qe)*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,ie*b,(ce-Ue)*a,(ie-Ke)*b,(ce-qe)*a,(ie-Ze)*b,(ce-Ue)*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,(ie+Ke)*b,ce*a,(ie+Ze)*b,(ce-Ue)*a,(ie+Ke)*b,(ce-qe)*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*b,(1-.595)*a,(ie+Ke)*b,(ce+qe)*a,(ie+(Ze+Ke)/2)*b,(ce+(Ue+qe)/2)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*b,(1-.595)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*b,(1-.555)*a)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*b,(1-.405)*a)),te.add(new go.PathSegment(go.PathSegment.Line,.335*b,(1-.405)*a));var wt=new go.PathFigure(.2*b,a,!1);ee.add(wt),wt.add(new go.PathSegment(go.PathSegment.Line,.2*b,.8*a));var Bt=new go.PathFigure(.8*b,a,!1);return ee.add(Bt),Bt.add(new go.PathSegment(go.PathSegment.Line,.8*b,.8*a)),ee}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.1*b,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,a).close());var te=new go.PathFigure(.2*b,.2*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.2*a)),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.8*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.8*a)),ee}),go.Shape.defineFigureGenerator("BpmnEventError",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.33*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.66*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.66*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.33*b,.5*a).close()),ee}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);ee.add(x);var te=new go.PathFigure(b,a,!1);ee.add(te);var re=new go.PathFigure(.1*b,a,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),re.add(new go.PathSegment(go.PathSegment.Line,.9*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a).close()),ee}),go.Shape.defineFigureGenerator("Caution",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.05*b,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.1*b,.8*a,0,a,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,.45*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.55*b,.1*a,.5*b,0,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.95*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.9*b,a,b,a,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.05*b,a));var te=.05;return x.add(new go.PathSegment(go.PathSegment.Move,(.5-te)*b,.875*a)),x.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*b,.875*a,te*b,te*a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.325*a,.575*b,.725*a,.625*b,.375*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.75*a,.375*b,.375*a,.425*b,.725*a)),ee}),go.Shape.defineFigureGenerator("Recycle",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.45*b,.95*a,!1);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,.95*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.185*b,.85*a,.17*b,.95*a,.15*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Line,.235*b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,.3*b,.625*a)),x.add(new go.PathSegment(go.PathSegment.Line,.35*b,.65*a)),x.add(new go.PathSegment(go.PathSegment.Line,.275*b,.45*a)),x.add(new go.PathSegment(go.PathSegment.Line,.05*b,.45*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.05*b,.575*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.1875*b,.95*a,0,.675*a,0,.7*a)),x.add(new go.PathSegment(go.PathSegment.Move,.45*b,.95*a)),x.add(new go.PathSegment(go.PathSegment.Line,.45*b,.775*a)),x.add(new go.PathSegment(go.PathSegment.Line,.22*b,.775*a));var te=new go.PathFigure(.475*b,.2*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.4*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.225*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Line,.275*b,.175*a)),te.add(new go.PathSegment(go.PathSegment.Line,.325*b,.05*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.4*b,.05*a,.35*b,0,.375*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,.575*b,.375*a)),te.add(new go.PathSegment(go.PathSegment.Line,.525*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.75*b,.475*a)),te.add(new go.PathSegment(go.PathSegment.Line,.85*b,.315*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.32*a)),te.add(new go.PathSegment(go.PathSegment.Line,.65*b,.05*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.575*b,0,.65*b,.05*a,.625*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,.38*b,.0105*a));var re=new go.PathFigure(.675*b,.575*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.875*b,.525*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,.775*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,.85*b,.95*a,b,.8*a,b,.85*a)),re.add(new go.PathSegment(go.PathSegment.Line,.65*b,.95*a)),re.add(new go.PathSegment(go.PathSegment.Line,.65*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.55*b,.85*a)),re.add(new go.PathSegment(go.PathSegment.Line,.65*b,.725*a)),re.add(new go.PathSegment(go.PathSegment.Line,.65*b,.775*a)),re.add(new go.PathSegment(go.PathSegment.Line,.7*b,.775*a)),re.add(new go.PathSegment(go.PathSegment.Line,b,.775*a)),re.add(new go.PathSegment(go.PathSegment.Move,.675*b,.575*a)),re.add(new go.PathSegment(go.PathSegment.Line,.775*b,.775*a)),ee}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*.5,re=new go.PathFigure(b,x*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Bezier,x*b,a,b,(x+te)*a,(x+te)*b,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,x*a,(x-te)*b,a,0,(x+te)*a)),re.add(new go.PathSegment(go.PathSegment.Bezier,x*b,0,0,(x-te)*a,(x-te)*b,0)),re.add(new go.PathSegment(go.PathSegment.Bezier,b,x*a,(x+te)*b,0,b,(x-te)*a));var ie=new go.PathFigure(x*b,0,!1);return ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,x*b,.15*a)),ie.add(new go.PathSegment(go.PathSegment.Move,x*b,a)),ie.add(new go.PathSegment(go.PathSegment.Line,x*b,.85*a)),ie.add(new go.PathSegment(go.PathSegment.Move,0,x*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.15*b,x*a)),ie.add(new go.PathSegment(go.PathSegment.Move,b,x*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.85*b,x*a)),ie.add(new go.PathSegment(go.PathSegment.Move,x*b,x*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.58*b,.1*a)),ie.add(new go.PathSegment(go.PathSegment.Move,x*b,x*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.78*b,.54*a)),ee}),go.Shape.defineFigureGenerator("Package",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.15*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,.15*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close());var te=new go.PathFigure(0,.15*a,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,0)),te.add(new go.PathSegment(go.PathSegment.Line,.6*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,.65*b,.15*a).close()),ee.spot1=new go.Spot(0,.1),ee.spot2=new go.Spot(1,1),ee}),go.Shape.defineFigureGenerator("Class",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,.2*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,.2*a).close());var re=new go.PathFigure(0,.5*a,!1);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,.5*a).close()),ee}),go.Shape.defineFigureGenerator("Component",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a).close());var te=new go.PathFigure(0,.2*a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.45*b,.2*a)),te.add(new go.PathSegment(go.PathSegment.Line,.45*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.2*a).close());var re=new go.PathFigure(0,.6*a,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.45*b,.6*a)),re.add(new go.PathSegment(go.PathSegment.Line,.45*b,.8*a)),re.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),re.add(new go.PathSegment(go.PathSegment.Line,0,.6*a).close()),ee}),go.Shape.defineFigureGenerator("Boat Shipment",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.15*b,.6*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.85*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,.85*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,.6*a));var te=new go.PathFigure(.15*b,.6*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.85*b,.6*a)),ee}),go.Shape.defineFigureGenerator("Customer/Supplier",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.66*b,.33*a)),x.add(new go.PathSegment(go.PathSegment.Line,.66*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.33*b,.33*a)),x.add(new go.PathSegment(go.PathSegment.Line,.33*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,.33*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a).close()),ee}),go.Shape.defineFigureGenerator("Workcell",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.65*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.65*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.35*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.35*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),ee}),go.Shape.defineFigureGenerator("Supermarket",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.33*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.33*a)),x.add(new go.PathSegment(go.PathSegment.Move,b,.33*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.66*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.66*a)),x.add(new go.PathSegment(go.PathSegment.Move,b,.66*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),ee}),go.Shape.defineFigureGenerator("TruckShipment",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(b,.8*a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.6*b,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,.6*b,.8*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.8*a).close());var re=.1,ie=Se*.1,ce=.2,be=.9,we=new go.PathFigure((ce-re)*b,be*a,!0);ee.add(we),we.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-re)*a,(ce-re)*b,(be-ie)*a,(ce-ie)*b,(be-re)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,(ce+re)*b,be*a,(ce+ie)*b,(be-re)*a,(ce+re)*b,(be-ie)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be+re)*a,(ce+re)*b,(be+ie)*a,(ce+ie)*b,(be+re)*a)),we.add(new go.PathSegment(go.PathSegment.Bezier,(ce-re)*b,be*a,(ce-ie)*b,(be+re)*a,(ce-re)*b,(be+ie)*a).close()),re=.1,ie=Se*.1,ce=.8,be=.9;var Re=new go.PathFigure((ce-re)*b,be*a,!0);return ee.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be-re)*a,(ce-re)*b,(be-ie)*a,(ce-ie)*b,(be-re)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ce+re)*b,be*a,(ce+ie)*b,(be-re)*a,(ce+re)*b,(be-ie)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,ce*b,(be+re)*a,(ce+re)*b,(be+ie)*a,(ce+ie)*b,(be+re)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(ce-re)*b,be*a,(ce-ie)*b,(be+re)*a,(ce-re)*b,(be+ie)*a).close()),ee}),go.Shape.defineFigureGenerator("KanbanPost",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.2*b,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,0)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,a)),ee}),go.Shape.defineFigureGenerator("Forklift",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,0));var te=new go.PathFigure(0,.5*a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.8*a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,0,.5*a));var re=new go.PathFigure(.5*b,.8*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,.1*a)),re.add(new go.PathSegment(go.PathSegment.Line,.55*b,.1*a)),re.add(new go.PathSegment(go.PathSegment.Line,.55*b,.8*a)),re.add(new go.PathSegment(go.PathSegment.Line,.5*b,.8*a));var ie=new go.PathFigure(.5*b,.7*a,!1);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b,.7*a));var ce=.1,be=Se*.1,we=.1,Re=.9,Ke=new go.PathFigure((we-ce)*b,Re*a,!0);ee.add(Ke),Ke.add(new go.PathSegment(go.PathSegment.Bezier,we*b,(Re-ce)*a,(we-ce)*b,(Re-be)*a,(we-be)*b,(Re-ce)*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(we+ce)*b,Re*a,(we+be)*b,(Re-ce)*a,(we+ce)*b,(Re-be)*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,we*b,(Re+ce)*a,(we+ce)*b,(Re+be)*a,(we+be)*b,(Re+ce)*a)),Ke.add(new go.PathSegment(go.PathSegment.Bezier,(we-ce)*b,Re*a,(we-be)*b,(Re+ce)*a,(we-ce)*b,(Re+be)*a)),ce=.1,be=Se*.1,we=.4,Re=.9;var Ue=new go.PathFigure((we-ce)*b,Re*a,!0);return ee.add(Ue),Ue.add(new go.PathSegment(go.PathSegment.Bezier,we*b,(Re-ce)*a,(we-ce)*b,(Re-be)*a,(we-be)*b,(Re-ce)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(we+ce)*b,Re*a,(we+be)*b,(Re-ce)*a,(we+ce)*b,(Re-be)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,we*b,(Re+ce)*a,(we+ce)*b,(Re+be)*a,(we+be)*b,(Re+ce)*a)),Ue.add(new go.PathSegment(go.PathSegment.Bezier,(we-ce)*b,Re*a,(we-be)*b,(Re+ce)*a,(we-ce)*b,(Re+be)*a)),ee}),go.Shape.defineFigureGenerator("RailShipment",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.1*b,.4*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.45*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.45*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.9*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.4*a).close());var te=new go.PathFigure(.45*b,.7*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.55*b,.7*a));var re=new go.PathFigure(.55*b,.4*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.9*b,.4*a)),re.add(new go.PathSegment(go.PathSegment.Line,.9*b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Line,.55*b,.9*a)),re.add(new go.PathSegment(go.PathSegment.Line,.55*b,.4*a).close());var we=.05,Re=Se*.05,Ke=.175,Ue=.95,ie=new go.PathFigure((Ke-we)*b,Ue*a,!0);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue-we)*a,(Ke-we)*b,(Ue-Re)*a,(Ke-Re)*b,(Ue-we)*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Ke+we)*b,Ue*a,(Ke+Re)*b,(Ue-we)*a,(Ke+we)*b,(Ue-Re)*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue+we)*a,(Ke+we)*b,(Ue+Re)*a,(Ke+Re)*b,(Ue+we)*a)),ie.add(new go.PathSegment(go.PathSegment.Bezier,(Ke-we)*b,Ue*a,(Ke-Re)*b,(Ue+we)*a,(Ke-we)*b,(Ue+Re)*a));var we=.05,Re=Se*.05,Ke=.375,Ue=.95,ce=new go.PathFigure((Ke-we)*b,Ue*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue-we)*a,(Ke-we)*b,(Ue-Re)*a,(Ke-Re)*b,(Ue-we)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(Ke+we)*b,Ue*a,(Ke+Re)*b,(Ue-we)*a,(Ke+we)*b,(Ue-Re)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue+we)*a,(Ke+we)*b,(Ue+Re)*a,(Ke+Re)*b,(Ue+we)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(Ke-we)*b,Ue*a,(Ke-Re)*b,(Ue+we)*a,(Ke-we)*b,(Ue+Re)*a));var we=.05,Re=Se*.05,Ke=.625,Ue=.95,be=new go.PathFigure((Ke-we)*b,Ue*a,!0);ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue-we)*a,(Ke-we)*b,(Ue-Re)*a,(Ke-Re)*b,(Ue-we)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(Ke+we)*b,Ue*a,(Ke+Re)*b,(Ue-we)*a,(Ke+we)*b,(Ue-Re)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue+we)*a,(Ke+we)*b,(Ue+Re)*a,(Ke+Re)*b,(Ue+we)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(Ke-we)*b,Ue*a,(Ke-Re)*b,(Ue+we)*a,(Ke-we)*b,(Ue+Re)*a));var we=.05,Re=Se*.05,Ke=.825,Ue=.95,Ze=new go.PathFigure((Ke-we)*b,Ue*a,!0);ee.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue-we)*a,(Ke-we)*b,(Ue-Re)*a,(Ke-Re)*b,(Ue-we)*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Ke+we)*b,Ue*a,(Ke+Re)*b,(Ue-we)*a,(Ke+we)*b,(Ue-Re)*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,Ke*b,(Ue+we)*a,(Ke+we)*b,(Ue+Re)*a,(Ke+Re)*b,(Ue+we)*a)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Ke-we)*b,Ue*a,(Ke-Re)*b,(Ue+we)*a,(Ke-we)*b,(Ue+Re)*a).close());var qe=new go.PathFigure(0,a,!1);return ee.add(qe),qe.add(new go.PathSegment(go.PathSegment.Line,b,a).close()),ee}),go.Shape.defineFigureGenerator("Warehouse",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,.2*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,.2*a).close());var re=new go.PathFigure(.15*b,a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.15*b,.5*a)),re.add(new go.PathSegment(go.PathSegment.Line,.4*b,.5*a)),re.add(new go.PathSegment(go.PathSegment.Line,.4*b,a)),re.add(new go.PathSegment(go.PathSegment.Line,.15*b,a).close());var ie=.05,ce=Se*.05,be=.35,we=.775,Re=new go.PathFigure((be-ie)*b,we*a,!0);return ee.add(Re),Re.add(new go.PathSegment(go.PathSegment.Bezier,be*b,(we-ie)*a,(be-ie)*b,(we-ce)*a,(be-ce)*b,(we-ie)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(be+ie)*b,we*a,(be+ce)*b,(we-ie)*a,(be+ie)*b,(we-ce)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,be*b,(we+ie)*a,(be+ie)*b,(we+ce)*a,(be+ce)*b,(we+ie)*a)),Re.add(new go.PathSegment(go.PathSegment.Bezier,(be-ie)*b,we*a,(be-ce)*b,(we+ie)*a,(be-ie)*b,(we+ce)*a).close()),ee}),go.Shape.defineFigureGenerator("ControlCenter",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Move,.1*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.8*a).close()),ee}),go.Shape.defineFigureGenerator("Bluetooth",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.75*a,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.25*a)),ee}),go.Shape.defineFigureGenerator("Bookmark",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Move,.2*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Move,.2*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.4*a)),ee}),go.Shape.defineFigureGenerator("Bookmark",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),x.add(new go.PathSegment(go.PathSegment.Line,0,0)),x.add(new go.PathSegment(go.PathSegment.Move,.2*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Move,.2*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,.8*b,.4*a)),ee}),go.Shape.defineFigureGenerator("Globe",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Move,0,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.5*a,.75*b,0,b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,b,.75*a,.75*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,.25*b,a,0,.75*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,0,.25*a,.25*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,a,.15*b,.25*a,.15*b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,.85*b,.75*a,.85*b,.25*a)),x.add(new go.PathSegment(go.PathSegment.Move,.1675*b,.15*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.8325*b,.15*a,.35*b,.3*a,.65*b,.3*a)),x.add(new go.PathSegment(go.PathSegment.Move,.1675*b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.8325*b,.85*a,.35*b,.7*a,.65*b,.7*a)),ee}),go.Shape.defineFigureGenerator("Wave",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.25*a,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.3*b,.25*a,.1*b,0,.2*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,.7*b,.25*a,.425*b,.5*a,.575*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.25*a,.8*b,0,.9*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.75*a)),x.add(new go.PathSegment(go.PathSegment.Move,0,.25*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.75*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.3*b,.75*a,.1*b,.5*a,.2*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.7*b,.75*a,.425*b,a,.575*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.75*a,.8*b,.5*a,.9*b,.5*a)),ee}),go.Shape.defineFigureGenerator("Operator",function(fe,b,a){var ee=new go.Geometry,x=.3,te=Se*.3,re=.5,ie=.7,ce=new go.PathFigure((re-x)*b,ie*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a));var be=new go.PathFigure(0,.7*a,!1);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,b,.7*a,0,0,b,0)),ee}),go.Shape.defineFigureGenerator("TripleFanBlades",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.5*b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.65*a,.65*b,.3*a,.65*b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,.35*b,.5*a,.35*b,.3*a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,.65*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,a,.3*b,.6*a,.1*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.65*a,.2*b,a,.35*b,.95*a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,.65*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,a,.7*b,.6*a,.9*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.65*a,.8*b,a,.65*b,.95*a)),ee}),go.Shape.defineFigureGenerator("CentrifugalPump",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b,0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,0,.075*a,0,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.4*b,a,0,a,.4*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.4*a,.8*b,a,.85*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,0)),ee}),go.Shape.defineFigureGenerator("Battery",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Move,.4*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,.1*a));var te=new go.PathFigure(0,.6*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Move,0,.4*a)),te.add(new go.PathSegment(go.PathSegment.Line,b,.4*a)),ee}),go.Shape.defineFigureGenerator("Delete",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*.5,re=.5,ie=.5,ce=new go.PathFigure((re-x)*b,ie*a,!0);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a));var be=new go.PathFigure(.15*b,.5*a,!1);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Line,.85*b,.5*a)),ee}),go.Shape.defineFigureGenerator("Flag",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.1*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Move,0,.1*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.1*a,.15*b,0,.35*b,0)),x.add(new go.PathSegment(go.PathSegment.Bezier,b,.1*a,.65*b,.2*a,.85*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.5*a,.85*b,.6*a,.65*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*a,.35*b,.4*a,.15*b,.4*a).close()),ee}),go.Shape.defineFigureGenerator("Help",function(fe,b,a){var ee=new go.Geometry,x=.5,te=Se*.5,re=.5,ie=.5,ce=new go.PathFigure((re-x)*b,ie*a,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a).close()),x=.05,te=Se*.05,re=.5,ie=.8;var be=new go.PathFigure((re-x)*b,ie*a,!1);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie-x)*a,(re-x)*b,(ie-te)*a,(re-te)*b,(ie-x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re+x)*b,ie*a,(re+te)*b,(ie-x)*a,(re+x)*b,(ie-te)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,re*b,(ie+x)*a,(re+x)*b,(ie+te)*a,(re+te)*b,(ie+x)*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,(re-x)*b,ie*a,(re-te)*b,(ie+x)*a,(re-x)*b,(ie+te)*a).close()),be.add(new go.PathSegment(go.PathSegment.Move,.5*b,.7*a)),be.add(new go.PathSegment(go.PathSegment.Line,.5*b,.5*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.5*b,.2*a,.75*b,.475*a,.75*b,.225*a)),be.add(new go.PathSegment(go.PathSegment.Bezier,.3*b,.35*a,.4*b,.2*a,.3*b,.25*a)),ee}),go.Shape.defineFigureGenerator("Location",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.5*b,a,!0).add(new go.PathSegment(go.PathSegment.Line,.75*b,.5*a)).add(new go.PathSegment(go.PathSegment.Bezier,.5*b,0,.975*b,.025*a,.5*b,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*b,.5*a,.5*b,0,.025*b,.025*a).close()).add(new go.PathSegment(go.PathSegment.Move,.5*b,.2*a)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*b,.3*a,.1*b,.1*a).close()))}),go.Shape.defineFigureGenerator("Lock",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.5*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a));var te=new go.PathFigure(.2*b,.5*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,.2*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.3*a,.25*b,0,.75*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.3*a)),ee}),go.Shape.defineFigureGenerator("Unlocked",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.5*a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,.5*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.5*a));var te=new go.PathFigure(.2*b,.5*a,!1);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Move,.2*b,.5*a)),te.add(new go.PathSegment(go.PathSegment.Line,.2*b,.3*a)),te.add(new go.PathSegment(go.PathSegment.Bezier,.8*b,.3*a,.25*b,0,.75*b,0)),te.add(new go.PathSegment(go.PathSegment.Line,.8*b,.35*a)),ee}),go.Shape.defineFigureGenerator("Gear",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(.9375*b,.56246875*a,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*b,.4375*a)).add(new go.PathSegment(go.PathSegment.Line,.80621875*b,.4375*a)).add(new go.PathSegment(go.PathSegment.Bezier,.763*b,.3316875*a,.79840625*b,.39915625*a,.7834375*b,.3635*a)).add(new go.PathSegment(go.PathSegment.Line,.8566875*b,.23796875*a)).add(new go.PathSegment(go.PathSegment.Line,.76825*b,.14959375*a)).add(new go.PathSegment(go.PathSegment.Line,.67596875*b,.24184375*a)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*b,.19378125*a,.64228125*b,.2188125*a,.603875*b,.2021875*a)).add(new go.PathSegment(go.PathSegment.Line,.5625*b,.0625*a)).add(new go.PathSegment(go.PathSegment.Line,.4375*b,.0625*a)).add(new go.PathSegment(go.PathSegment.Line,.4375*b,.19378125*a)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*b,.239375*a,.39759375*b,.20190625*a,.36053125*b,.2176875*a)).add(new go.PathSegment(go.PathSegment.Line,.2379375*b,.14959375*a)).add(new go.PathSegment(go.PathSegment.Line,.14953125*b,.2379375*a)).add(new go.PathSegment(go.PathSegment.Line,.23934375*b,.3278125*a)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*b,.4375*a,.21765625*b,.36059375*a,.201875*b,.397625*a)).add(new go.PathSegment(go.PathSegment.Line,.0625*b,.4375*a)).add(new go.PathSegment(go.PathSegment.Line,.0625*b,.5625*a)).add(new go.PathSegment(go.PathSegment.Line,.1938125*b,.5625*a)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*b,.67596875*a,.20221875*b,.603875*a,.21884375*b,.64228125*a)).add(new go.PathSegment(go.PathSegment.Line,.1495625*b,.76825*a)).add(new go.PathSegment(go.PathSegment.Line,.238*b,.8566875*a)).add(new go.PathSegment(go.PathSegment.Line,.3316875*b,.76296875*a)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*b,.80621875*a,.36353125*b,.78340625*a,.3991875*b,.79840625*a)).add(new go.PathSegment(go.PathSegment.Line,.43753125*b,.9375*a)).add(new go.PathSegment(go.PathSegment.Line,.5625*b,.9375*a)).add(new go.PathSegment(go.PathSegment.Line,.5625*b,.80621875*a)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*b,.760625*a,.602375*b,.79809375*a,.63946875*b,.78234375*a)).add(new go.PathSegment(go.PathSegment.Line,.76828125*b,.8566875*a)).add(new go.PathSegment(go.PathSegment.Line,.85671875*b,.76825*a)).add(new go.PathSegment(go.PathSegment.Line,.76065625*b,.67221875*a)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*b,.56246875*a,.78234375*b,.63940625*a,.798125*b,.602375*a)).add(new go.PathSegment(go.PathSegment.Line,.9375*b,.56246875*a).close()).add(new go.PathSegment(go.PathSegment.Move,.5*b,.6*a)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*b,.5*a,.1*b,.1*a).close()))}),go.Shape.defineFigureGenerator("Hand",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.5*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Bezier,.1*b,.3*a,0,.375*a,.05*b,.325*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.45*b,.075*a,.3*b,.225*a,.4*b,.175*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.525*b,.075*a,.46*b,.05*a,.525*b,.05*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.3*b,.4*a,.525*b,.275*a,.475*b,.325*a)),x.add(new go.PathSegment(go.PathSegment.Line,.9*b,.4*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.9*b,.55*a,b,.4*a,b,.55*a)),x.add(new go.PathSegment(go.PathSegment.Line,.425*b,.55*a)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,.55*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.6*b,.7*a,.675*b,.55*a,.675*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Line,.575*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.575*b,.85*a,.65*b,.7*a,.65*b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Line,.525*b,.85*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.535*b,a,.61*b,.85*a,.61*b,a)),x.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*a,.435*b,a,0,a).close()),ee}),go.Shape.defineFigureGenerator("Map",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,.2*a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.25*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Line,.25*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,a).close()),x.add(new go.PathSegment(go.PathSegment.Move,.25*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.25*b,.8*a)),x.add(new go.PathSegment(go.PathSegment.Move,.5*b,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a)),x.add(new go.PathSegment(go.PathSegment.Move,.75*b,0)),x.add(new go.PathSegment(go.PathSegment.Line,.75*b,.8*a)),ee}),go.Shape.defineFigureGenerator("Eject",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b,a)),x.add(new go.PathSegment(go.PathSegment.Line,b,a*.7)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*.7).close());var te=new go.PathFigure(0,a*.6,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b,.6*a)),te.add(new go.PathSegment(go.PathSegment.Line,.5*b,0).close()),ee}),go.Shape.defineFigureGenerator("Pencil",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*b,.1*a)).add(new go.PathSegment(go.PathSegment.Line,b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.9*b,a)).add(new go.PathSegment(go.PathSegment.Line,.1*b,.2*a).close()))}),go.Shape.defineFigureGenerator("Building",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*1,a*1,!1);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*.85)),x.add(new go.PathSegment(go.PathSegment.Line,.046*b,a*.85)),x.add(new go.PathSegment(go.PathSegment.Line,.046*b,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*.3)),x.add(new go.PathSegment(go.PathSegment.Line,.046*b,a*.3)),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*b,a*.3)),x.add(new go.PathSegment(go.PathSegment.Line,b,a*.3)),x.add(new go.PathSegment(go.PathSegment.Line,b,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*b,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*b,a*.85)),x.add(new go.PathSegment(go.PathSegment.Line,b,a*.85).close());var te=new go.PathFigure(.126*b,.85*a,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.126*b,.45*a)),te.add(new go.PathSegment(go.PathSegment.Line,.322*b,.45*a)),te.add(new go.PathSegment(go.PathSegment.Line,.322*b,.85*a).close());var re=new go.PathFigure(.402*b,.85*a,!1);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,.402*b,.45*a)),re.add(new go.PathSegment(go.PathSegment.Line,.598*b,.45*a)),re.add(new go.PathSegment(go.PathSegment.Line,.598*b,.85*a).close());var ie=new go.PathFigure(.678*b,.85*a,!1);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,.678*b,.45*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.874*b,.45*a)),ie.add(new go.PathSegment(go.PathSegment.Line,.874*b,.85*a).close());var ce=new go.PathFigure(.5*b,.1*a,!1);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*b,.3*a)),ce.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*b,.3*a).close()),ee}),go.Shape.defineFigureGenerator("Staircase",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a*1,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.2,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.2,a*.8)),x.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.8)),x.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.6)),x.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.6)),x.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.4)),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*.4)),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*.2)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.2)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.15)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.15)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.35)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.35)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.35,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.35,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.15,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.15,a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*.95).close()),ee}),go.Shape.defineFigureGenerator("5Bars",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,a*1,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.184,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.184,a*(1-.184)).close());var te=new go.PathFigure(b*.204,a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*.204,a*(1-.184))),te.add(new go.PathSegment(go.PathSegment.Line,b*.388,a*(1-.184*2))),te.add(new go.PathSegment(go.PathSegment.Line,b*.388,a*1).close());var re=new go.PathFigure(b*.408,a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.408,a*(1-.184*2))),re.add(new go.PathSegment(go.PathSegment.Line,b*.592,a*(1-.184*3))),re.add(new go.PathSegment(go.PathSegment.Line,b*.592,a*1).close());var ie=new go.PathFigure(b*.612,a,!0);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b*.612,a*(1-.184*3))),ie.add(new go.PathSegment(go.PathSegment.Line,b*.796,a*(1-.184*4))),ie.add(new go.PathSegment(go.PathSegment.Line,b*.796,a*1).close());var ce=new go.PathFigure(b*.816,a,!0);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,b*.816,a*(1-.184*4))),ce.add(new go.PathSegment(go.PathSegment.Line,b*1,a*(1-.184*5))),ce.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1).close()),ee}),go.Shape.defineFigureGenerator("PC",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,0,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,0).close());var te=new go.PathFigure(b*.055,.07*a,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.07)),te.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.1)),te.add(new go.PathSegment(go.PathSegment.Line,b*.055,a*.1).close());var re=new go.PathFigure(b*.055,.13*a,!0);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.13)),re.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.16)),re.add(new go.PathSegment(go.PathSegment.Line,b*.055,a*.16).close());var ie=new go.PathFigure(b*.055,.18*a,!0);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.18)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.245,a*.21)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.055,a*.21).close());var ce=new go.PathFigure(b*1,0,!0);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,b*.4,0)),ce.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.65)),ce.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.65).close()),ee}),go.Shape.defineFigureGenerator("Plane",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(.55*b,a,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,.7*a)),x.add(new go.PathSegment(go.PathSegment.Line,.1*b,.475*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.35*b,.525*a,0,.4*a,.225*b,.45*a)),x.add(new go.PathSegment(go.PathSegment.Line,.4*b,.475*a)),x.add(new go.PathSegment(go.PathSegment.Line,.15*b,.35*a)),x.add(new go.PathSegment(go.PathSegment.Line,.2*b,.325*a)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,.325*a)),x.add(new go.PathSegment(go.PathSegment.Line,.85*b,.1*a)),x.add(new go.PathSegment(go.PathSegment.Bezier,.9*b,.2*a,.975*b,0,b,.08*a)),x.add(new go.PathSegment(go.PathSegment.Line,.7*b,.45*a)),x.add(new go.PathSegment(go.PathSegment.Line,.6*b,.95*a)),x.add(new go.PathSegment(go.PathSegment.Line,.55*b,a).close()),ee}),go.Shape.defineFigureGenerator("Key",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*1,a*.5,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.9,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,.4*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,.35*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,.35*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.15,.2*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.35*a)),x.add(new go.PathSegment(go.PathSegment.Line,0,.65*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.15,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,.8*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,.65*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,.65*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.6,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.65,.55*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.7,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,.55*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,.6*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.85,.575*a)),x.add(new go.PathSegment(go.PathSegment.Line,b*.9,.6*a).close()),x.add(new go.PathSegment(go.PathSegment.Move,.17*b,.425*a)),x.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*b,.5*a,.075*b,.075*a).close()),ee}),go.Shape.defineFigureGenerator("FilmTape",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(0,0,!1);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Arc,270,180,b*0,b*.3,b*.055)),x.add(new go.PathSegment(go.PathSegment.Line,0,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.08,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.08,a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*1),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*1),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*2),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*2),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*3),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*3),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*4),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*4),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*5),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*5),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*6),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*6),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*7),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*7),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*8),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*8),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*9),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*9),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*10),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*10),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*11),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*11),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*12),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*12),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*13),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*13),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*14),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*14),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*15),a*.95)),x.add(new go.PathSegment(go.PathSegment.Line,b*(.08+.056*15),a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1));var te=new go.PathFigure(0,0,!1);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*1,a*0)),te.add(new go.PathSegment(go.PathSegment.Arc,270,-180,b*1,b*.3,b*.055)),te.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1));var re=new go.PathFigure(b*.11,a*.1,!1);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*1+.028*0),a*.1)),re.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*1+.028*0),a*.8)),re.add(new go.PathSegment(go.PathSegment.Line,b*.11,a*.8).close());var ie=new go.PathFigure(b*(.11+.24133333*1+.028*1),a*.1,!1);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*2+.028*1),a*.1)),ie.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*2+.028*1),a*.8)),ie.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*1+.028*1),a*.8).close());var ce=new go.PathFigure(b*(.11+.24133333*2+.028*2),a*.1,!1);return ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*3+.028*2),a*.1)),ce.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*3+.028*2),a*.8)),ce.add(new go.PathSegment(go.PathSegment.Line,b*(.11+.24133333*2+.028*2),a*.8).close()),ee}),go.Shape.defineFigureGenerator("FloppyDisk",function(fe,b,a){var ee=new go.Geometry,x=8,te=x*Se,re=new go.PathFigure(x,0,!1);ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.86,0)),re.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.14)),re.add(new go.PathSegment(go.PathSegment.Line,b,a-x)),re.add(new go.PathSegment(go.PathSegment.Bezier,b-x,a,b,a-te,b-te,a)),re.add(new go.PathSegment(go.PathSegment.Line,x,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,a-x,te,a,0,a-te)),re.add(new go.PathSegment(go.PathSegment.Line,0,x)),re.add(new go.PathSegment(go.PathSegment.Bezier,x,0,0,te,te,0).close());var ie=new go.PathFigure(b*.83,0,!1);ee.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b*.83,a*.3)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.17,a*.3)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.17,a*0).close());var ce=new go.PathFigure(b*.83,a*1,!1);ee.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,b*.83,a*.5)),ce.add(new go.PathSegment(go.PathSegment.Line,b*.17,a*.5)),ce.add(new go.PathSegment(go.PathSegment.Line,b*.17,a*1).close());var be=new go.PathFigure(b*.78,a*.05,!1);return ee.add(be),be.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*.05)),be.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*.25)),be.add(new go.PathSegment(go.PathSegment.Line,b*.78,a*.25).close()),ee}),go.Shape.defineFigureGenerator("SpeechBubble",function(fe,b,a){var ee=fe?fe.parameter1:NaN;(isNaN(ee)||ee<0)&&(ee=15),ee=Math.min(ee,b/3),ee=Math.min(ee,a/3);var x=ee*Se,te=a*.8,re=new go.Geometry,ie=new go.PathFigure(ee,0,!0);return re.add(ie),ie.add(new go.PathSegment(go.PathSegment.Line,b-ee,0)),ie.add(new go.PathSegment(go.PathSegment.Bezier,b,ee,b-x,0,b,x)),ie.add(new go.PathSegment(go.PathSegment.Line,b,te-ee)),ie.add(new go.PathSegment(go.PathSegment.Bezier,b-ee,te,b,te-x,b-x,te)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.7,te)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.7,a)),ie.add(new go.PathSegment(go.PathSegment.Line,b*.55,te)),ie.add(new go.PathSegment(go.PathSegment.Line,ee,te)),ie.add(new go.PathSegment(go.PathSegment.Bezier,0,te-ee,x,te,0,te-x)),ie.add(new go.PathSegment(go.PathSegment.Line,0,ee)),ie.add(new go.PathSegment(go.PathSegment.Bezier,ee,0,0,x,x,0).close()),x>1?(re.spot1=new go.Spot(0,0,x,x),re.spot2=new go.Spot(1,.8,-x,-x)):(re.spot1=go.Spot.TopLeft,re.spot2=new go.Spot(1,.8)),re}),go.Shape.defineFigureGenerator("Repeat",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*0,a*.45,!0);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.25,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,a*.9)),x.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.9)),x.add(new go.PathSegment(go.PathSegment.Line,b*.65,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.2,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.2,a*.45).close());var te=new go.PathFigure(b*1,a*.55,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*1)),te.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.55)),te.add(new go.PathSegment(go.PathSegment.Line,b*.7,a*.55)),te.add(new go.PathSegment(go.PathSegment.Line,b*.7,a*.1)),te.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.1)),te.add(new go.PathSegment(go.PathSegment.Line,b*.35,a*0)),te.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*0)),te.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*.55).close()),ee}),go.Shape.defineFigureGenerator("Windows",function(fe,b,a){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,b,0)).add(new go.PathSegment(go.PathSegment.Line,b,a)).add(new go.PathSegment(go.PathSegment.Line,0,a).close()).add(new go.PathSegment(go.PathSegment.Move,.4*b,.4*a)).add(new go.PathSegment(go.PathSegment.Line,.4*b,.8*a)).add(new go.PathSegment(go.PathSegment.Line,.9*b,.8*a)).add(new go.PathSegment(go.PathSegment.Line,.9*b,.4*a).close()).add(new go.PathSegment(go.PathSegment.Move,.2*b,.1*a)).add(new go.PathSegment(go.PathSegment.Line,.2*b,.6*a)).add(new go.PathSegment(go.PathSegment.Line,.7*b,.6*a)).add(new go.PathSegment(go.PathSegment.Line,.7*b,.1*a).close()).add(new go.PathSegment(go.PathSegment.Move,.1*b,.6*a)).add(new go.PathSegment(go.PathSegment.Line,.1*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.5*b,.9*a)).add(new go.PathSegment(go.PathSegment.Line,.5*b,.6*a).close()))}),go.Shape.defineFigureGenerator("Terminal",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*0,a*.1,!1);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.9)),x.add(new go.PathSegment(go.PathSegment.Line,b*0,a*.9).close());var te=new go.PathFigure(b*.1,a*.2,!0);ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*.1,a*.25)),te.add(new go.PathSegment(go.PathSegment.Line,b*.22,a*.285)),te.add(new go.PathSegment(go.PathSegment.Line,b*.1,a*.32)),te.add(new go.PathSegment(go.PathSegment.Line,b*.1,a*.37)),te.add(new go.PathSegment(go.PathSegment.Line,b*.275,a*.32)),te.add(new go.PathSegment(go.PathSegment.Line,b*.275,a*.25).close());var re=new go.PathFigure(b*.28,a*.37,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.37)),re.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.41)),re.add(new go.PathSegment(go.PathSegment.Line,b*.28,a*.41).close()),ee}),go.Shape.defineFigureGenerator("Beaker",function(fe,b,a){var ee=new go.Geometry,x=15,te=x*Se,re=new go.PathFigure(b*.62,a*.475,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b,a-x)),re.add(new go.PathSegment(go.PathSegment.Bezier,b-x,a,b,a-te,b-te,a)),re.add(new go.PathSegment(go.PathSegment.Line,x,a)),re.add(new go.PathSegment(go.PathSegment.Bezier,0,a-x,te,a,0,a-te)),re.add(new go.PathSegment(go.PathSegment.Line,b*.38,a*.475)),re.add(new go.PathSegment(go.PathSegment.Line,b*.38,a*.03)),re.add(new go.PathSegment(go.PathSegment.Line,b*.36,a*0)),re.add(new go.PathSegment(go.PathSegment.Line,b*.64,a*0)),re.add(new go.PathSegment(go.PathSegment.Line,b*.62,a*.03).close()),te>1?(ee.spot1=new go.Spot(0,0,te,te),ee.spot2=new go.Spot(1,1,-te,-te)):(ee.spot1=go.Spot.TopLeft,ee.spot2=go.Spot.BottomRight),ee}),go.Shape.defineFigureGenerator("Download",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*0,a*1,!0);ee.add(x);var te=.1/.3;x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.755,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.93,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.64,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.61,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.39,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.36,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.07,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.755),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.8),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*0,a*(1-te)).close());var re=new go.PathFigure(b*.4,a*0,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.44)),re.add(new go.PathSegment(go.PathSegment.Line,b*.26,a*.44)),re.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.66)),re.add(new go.PathSegment(go.PathSegment.Line,b*(1-.26),a*.44)),re.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.44)),re.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*0).close()),ee}),go.Shape.defineFigureGenerator("Bin",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*0,a*1,!0);ee.add(x);var te=.1/.3;return x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.755,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.93,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.64,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.61,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.39,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.36,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.07,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.755),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.8),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*0,a*(1-te)).close()),ee}),go.Shape.defineFigureGenerator("Upload",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*0,a*1,!0);ee.add(x);var te=.1/.3;x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.8,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.66,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.755,a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*.93,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.64,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.61,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.39,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.36,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*.07,a*(1-te))),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.755),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*.055)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.66),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*(1-.8),a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*0,a*(1-te)).close());var re=new go.PathFigure(b*.5,a*0,!0);return ee.add(re),re.add(new go.PathSegment(go.PathSegment.Line,b*.26,a*.25)),re.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.25)),re.add(new go.PathSegment(go.PathSegment.Line,b*.4,a*.63)),re.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.63)),re.add(new go.PathSegment(go.PathSegment.Line,b*.6,a*.25)),re.add(new go.PathSegment(go.PathSegment.Line,b*.74,a*.25).close()),ee}),go.Shape.defineFigureGenerator("EmptyDrink",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*.15,a*0,!1);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.85,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.7,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,a*1).close()),ee}),go.Shape.defineFigureGenerator("Drink",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*.15,a*0,!1);ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.85,a*0)),x.add(new go.PathSegment(go.PathSegment.Line,b*.7,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.3,a*1).close());var te=new go.PathFigure(b*.235,a*.28,!0);return ee.add(te),te.add(new go.PathSegment(go.PathSegment.Line,b*.765,a*.28)),te.add(new go.PathSegment(go.PathSegment.Line,b*.655,a*.97)),te.add(new go.PathSegment(go.PathSegment.Line,b*.345,a*.97).close()),ee}),go.Shape.defineFigureGenerator("4Arrows",function(fe,b,a){var ee=new go.Geometry,x=new go.PathFigure(b*.5,a*0,!0);return ee.add(x),x.add(new go.PathSegment(go.PathSegment.Line,b*.65,a*.25)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.25)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.35)),x.add(new go.PathSegment(go.PathSegment.Line,b*1,a*.5)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.65)),x.add(new go.PathSegment(go.PathSegment.Line,b*.75,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.55,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.65,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.5,a*1)),x.add(new go.PathSegment(go.PathSegment.Line,b*.35,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.75)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.25,a*.55)),x.add(new go.PathSegment(go.PathSegment.Line,b*.25,a*.65)),x.add(new go.PathSegment(go.PathSegment.Line,b*0,a*.5)),x.add(new go.PathSegment(go.PathSegment.Line,b*.25,a*.35)),x.add(new go.PathSegment(go.PathSegment.Line,b*.25,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.45)),x.add(new go.PathSegment(go.PathSegment.Line,b*.45,a*.25)),x.add(new go.PathSegment(go.PathSegment.Line,b*.35,a*.25).close()),ee}),go.Shape.defineFigureGenerator("Connector","Ellipse"),go.Shape.defineFigureGenerator("Alternative","TriangleUp"),go.Shape.defineFigureGenerator("Merge","TriangleUp"),go.Shape.defineFigureGenerator("Decision","Diamond"),go.Shape.defineFigureGenerator("DataTransmissions","Hexagon"),go.Shape.defineFigureGenerator("Gate","Crescent"),go.Shape.defineFigureGenerator("Delay","HalfEllipse"),go.Shape.defineFigureGenerator("Input","Parallelogram1"),go.Shape.defineFigureGenerator("ManualLoop","ManualOperation"),go.Shape.defineFigureGenerator("ISOProcess","Chevron"),go.Shape.defineFigureGenerator("MessageToUser","SquareArrow"),go.Shape.defineFigureGenerator("MagneticData","Cylinder1"),go.Shape.defineFigureGenerator("DirectData","Cylinder4"),go.Shape.defineFigureGenerator("StoredData","DataStorage"),go.Shape.defineFigureGenerator("SequentialData","MagneticTape"),go.Shape.defineFigureGenerator("Subroutine","Procedure")},61016:function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(){if(typeof window.GGBApplet=="function"){console.warn("deployggb.js was loaded twice");return}var isRenderGGBElementEnabled=!1,scriptLoadStarted=!1,html5AppletsToProcess=null,ggbHTML5LoadedCodebaseIsWebSimple=!1,ggbHTML5LoadedCodebaseVersion=null,ggbHTML5LoadedScript=null,GGBApplet=function(){"use strict";for(var de={},ae="5.0",E={},y=null,pe=!1,se=!1,me=null,Ee=!1,xe=null,Se=null,Te=0;Te<arguments.length;Te++){var Ie=arguments[Te];if(Ie!==null)switch(typeof Ie){case"number":ae=Ie.toFixed(1);break;case"string":Ie.match(new RegExp("^[0-9]\\.[0-9]+$"))?ae=Ie:me=Ie;break;case"object":typeof Ie.is3D!="undefined"?y=Ie:E=Ie;break;case"boolean":pe=Ie,se=!0;break}}y===null&&(y={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},E.material_id!==void 0&&!se&&(pe=!0)),me!==null&&E.id===void 0&&(E.id=me);var Le="",He="",We=!1,rt=null,fe=null,b=null,a=!1,ee=null,x=null,te=null,re=null,ie=null;E.height!==void 0&&(E.height=Math.round(E.height)),E.width!==void 0&&(E.width=Math.round(E.width));var ce=function(Et){return parseFloat(Et)>4?parseFloat(Et):5};de.setHTML5Codebase=function(Et,zt){Se=Et,Vt(Et,zt)},de.setJavaCodebase=de.setJavaCodebaseVersion=de.isCompiledInstalled=de.setPreCompiledScriptPath=de.setPreCompiledResourcePath=function(){},de.setHTML5CodebaseVersion=function(Et,zt){var Qt=parseFloat(Et);if(Qt!==NaN&&Qt<5){console.log("The GeoGebra HTML5 codebase version "+Qt+" is deprecated. Using version latest instead.");return}xe=Et,Yn(Et,zt)},de.getHTML5CodebaseVersion=function(){return fe},de.getParameters=function(){return E},de.setFontsCSSURL=function(Et){re=Et},de.setGiacJSURL=function(Et){},de.setJNLPFile=function(Et){Le=Et},de.setJNLPBaseDir=function(Et){},de.inject=function(){function Et(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var zt="auto",Qt=E.id,aa,Ct=!1,vn=0;vn<arguments.length;vn++){var Ye=arguments[vn];typeof Ye=="string"?(Ye=Ye.toLowerCase(),Ye.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?zt=Ye:Qt=arguments[vn]):typeof Ye=="boolean"?Ct=Ye:Ye instanceof HTMLElement&&(aa=Ye)}wn();function wn(){if(!Ee){setTimeout(wn,200);return}zt=cn(zt);var Tn=aa||document.getElementById(Qt);if(!Tn){console.log("possibly bug on ajax loading? ");return}if(de.removeExistingApplet(Tn,!1),E.width===void 0&&Tn.clientWidth&&(E.width=Tn.clientWidth),E.height===void 0&&Tn.clientHeight&&(E.height=Tn.clientHeight),!(E.width&&E.height)&&zt==="html5"&&(delete E.width,delete E.height),rt=zt,zt==="screenshot")Bt(Tn,E);else{var Gn=!1;E.hasOwnProperty("playButton")&&E.playButton||E.hasOwnProperty("clickToLoad")&&E.clickToLoad?Gn=!0:E.hasOwnProperty("playButtonAutoDecide")&&E.playButtonAutoDecide&&(Gn=(!be()||Et())&&we()),Gn?(rt="screenshot",Pn(Tn,E,Ct,zt)):wt(Tn,E,Ct)}}};function be(){try{return window.self!==window.top}catch(Et){return!0}}function we(){return E.hasOwnProperty("screenshotGenerator")&&E.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}de.getViews=function(){return y},de.isJavaInstalled=function(){return!1};var Re=function(Et){var zt=function(vn){var Ye=JSON.parse(vn),wn=function(Kn){return Kn.type=="G"||Kn.type=="E"},Tn=Ye.elements?Ye.elements.filter(wn)[0]:Ye;if(!Tn||!Tn.url){Qt();return}E.fileName=Tn.url,Ke(Tn.settings||{}),y.is3D=!0;var Gn="https://www.geogebra.org/images/";de.setPreviewImage(ee||Tn.previewUrl,Gn+"GeoGebra_loading.png",Gn+"applet_play.png"),Et()},Qt=function(){E.onError&&E.onError(),Jt("Error: Fetching material (id "+E.material_id+") failed.",E)},aa=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",Ct="/materials/"+E.material_id+"?scope=basic";Ue("https://"+aa+"/api/proxy.php?path="+encodeURIComponent(Ct),zt,Qt)};function Ke(Et){var zt=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(Qt){Et[Qt]=!!Et[Qt]}),zt.forEach(function(Qt){E[Qt]===void 0&&Et[Qt]!==void 0&&(E[Qt]=Et[Qt])}),E.showToolBarHelp===void 0&&(E.showToolBarHelp=E.showToolBar)}function Ue(Et,zt,Qt){var aa=new XMLHttpRequest;aa.open("GET",Et),aa.onload=function(){zt(aa.responseText)},aa.onerror=Qt,aa.send()}de.isHTML5Installed=function(){return!0},de.getLoadedAppletType=function(){return rt},de.setPreviewImage=function(Et,zt,Qt){ee=Et,x=zt,te=Qt},de.removeExistingApplet=function(Et,zt){var Qt;typeof Et=="string"&&(Et=document.getElementById(Et)),rt=null;var aa=null;for(Qt=0;Qt<Et.childNodes.length;Qt++){var Ct=Et.childNodes[Qt],vn=Ct.className;vn==="applet_screenshot"?zt?(Ct.style.display="block",rt="screenshot"):Ct.style.display="none":vn!=="applet_scaler prerender"&&(Et.removeChild(Ct),aa=vn&&vn.indexOf("appletParameters")!=-1?Ct.id:null,Qt--)}var Ye=E.id!==void 0?E.id:aa,wn=window[Ye];wn&&typeof wn.getBase64=="function"&&(wn.remove(),window[Ye]=null)},de.refreshHitPoints=function(){if(ce(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var Et=de.getAppletObject();return Et&&typeof Et.recalculateEnvironments=="function"?(Et.recalculateEnvironments(),!0):!1},de.startAnimation=function(){var Et=de.getAppletObject();return Et&&typeof Et.startAnimation=="function"?(Et.startAnimation(),!0):!1},de.stopAnimation=function(){var Et=de.getAppletObject();return Et&&typeof Et.stopAnimation=="function"?(Et.stopAnimation(),!0):!1},de.getAppletObject=function(){var Et=E.id!==void 0?E.id:"ggbApplet";return window[Et]},de.resize=function(){};var Ze=function(Et,zt,Qt){var aa=document.createElement("param");aa.setAttribute("name",zt),aa.setAttribute("value",Qt),Et.appendChild(aa)},qe=function(Et){return Et&&Et!=="false"},wt=function(Et,zt,Qt){ce(fe)<=4.2&&(Qt=!0);var aa=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==fe||ggbHTML5LoadedCodebaseIsWebSimple&&!a)&&(aa=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var Ct=document.createElement("div");Ct.classList.add("appletParameters","notranslate");var vn=zt.width,Ye=zt.height;if(zt.disableAutoScale=zt.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():zt.disableAutoScale,zt.width!==void 0)if(ce(fe)<=4.4)qe(zt.showToolBar)&&(zt.height-=7),qe(zt.showAlgebraInput)&&(zt.height-=37),zt.width<605&&qe(zt.showToolBar)&&(zt.width=605,vn=605);else{var wn=100;(qe(zt.showToolBar)||qe(zt.showMenuBar))&&(zt.hasOwnProperty("customToolBar")&&(zt.customToolbar=zt.customToolBar),wn=qe(zt.showMenuBar)?245:155),vn<wn&&(zt.width=wn,vn=wn)}Ct.style.border="none",Ct.style.display="inline-block";for(var Tn in zt)zt.hasOwnProperty(Tn)&&Tn!=="appletOnLoad"&&Ct.setAttribute("data-param-"+Tn,zt[Tn]);re&&Ct.setAttribute("data-param-fontscssurl",re),de.resize=function(){GGBAppletUtils.responsiveResize(Et,zt)},window.addEventListener("resize",function(vt){de.resize()});var Gn=typeof zt.appletOnLoad=="function"?zt.appletOnLoad:function(){};if(!Qt&&zt.width!==void 0){zt.hasOwnProperty("showSplash")||Ct.setAttribute("data-param-showSplash","false");var Kn=Et.querySelector(".applet_scaler.prerender"),Jn=Kn!==null;if(Jn)var Wt=Kn.querySelector(".ggb_preview");else{var Wt=ln(vn,Ye,zt.borderColor,!1);Kn=document.createElement("div"),Kn.className="applet_scaler",Kn.style.position="relative",Kn.style.display="block",Kn.style.width=vn+"px",Kn.style.height=Ye+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Kn,"66%"),ce(fe)>=5?(zt.appletOnLoad=function(vt){var Lt=Et.querySelector(".ggb_preview");Lt&&Lt.parentNode.removeChild(Lt),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(Kn),window.GGBT_wsf_view&&$(window).trigger("resize"),Gn(vt)},Jn||Kn.appendChild(Wt)):Ct.appendChild(Wt),Kn.appendChild(Ct),Jn||Et.appendChild(Kn),setTimeout(function(){de.resize()},1)}else{var Sn=document.createElement("div");Sn.className="applet_scaler",Sn.style.position="relative",Sn.style.display="block",Sn.appendChild(Ct),Et.appendChild(Sn),zt.appletOnLoad=function(vt){de.resize(),Gn(vt)}}function At(vt,Lt){Lt&&typeof Lt.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(vt,Lt.appletOnLoad):renderGGBElement(vt),Jt("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",Lt)}function ke(vt,Lt){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:vt,params:Lt}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(un){At(un.article,un.params)}),html5AppletsToProcess=null)},ce(fe)<5&&(vt.className+=" geogebraweb")):At(vt,Lt)}if(aa){scriptLoadStarted=!0;for(var tt=0;tt<Ct.childNodes.length;tt++){var Dt=Ct.childNodes[tt].tagName;Dt==="TABLE"&&(Ct.removeChild(Ct.childNodes[tt]),tt--)}if(ggbHTML5LoadedScript!==null){var Mt=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');Mt!=null&&Mt.parentNode.removeChild(Mt)}var ht=document.createElement("script"),It=function(){ke(Ct,zt)};ht.src=He+b,ggbHTML5LoadedCodebaseIsWebSimple=a,ggbHTML5LoadedCodebaseVersion=fe,ggbHTML5LoadedScript=ht.src,Jt("GeoGebra HTML5 codebase loaded: '"+He+"'.",zt),!Se&&(!xe||xe=="5.0")?(a?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),It()):He.requirejs?__webpack_require__.e(12).then(function(){var vt=[__webpack_require__(12)];It.apply(null,vt)}.bind(this)).catch(__webpack_require__.oe):(ht.onload=It,Et.appendChild(ht))}else ke(Ct,zt);zt.height=Ye,zt.width=vn},Bt=function(Et,zt,Qt){var aa=ln(zt.width,zt.height,zt.borderColor,Qt),Ct=document.createElement("div");Ct.style.position="relative",Ct.style.display="block",Ct.style.width=zt.width+"px",Ct.style.height=zt.height+"px",Ct.className="applet_screenshot applet_scaler"+(Qt?" applet_screenshot_play":""),Ct.appendChild(aa);var vn=GGBAppletUtils.getScale(zt,Et,Qt);Qt?(Et.appendChild(Ut()),window.GGBT_wsf_view||(Et.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(Ct,"66%"),Et.appendChild(Ct),vn!==1&&!isNaN(vn)&&(GGBAppletUtils.scaleElement(Ct,vn),Ct.style.width=zt.width+"px",Ct.style.height=zt.height+"px",Ct.parentNode.style.width=zt.width*vn+"px",Ct.parentNode.style.height=zt.height*vn+"px"),de.resize=function(){yn(Et,aa,Ct,Qt)},window.addEventListener("resize",function(Ye){de.resize()}),de.resize()};function yn(Et,zt,Qt,aa){if(Et.contains(zt)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(Et.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(Et)}var Ct=GGBAppletUtils.getScale(E,Et,aa);Qt.parentNode!==null&&(!isNaN(Ct)&&Ct!==1?(GGBAppletUtils.scaleElement(Qt,Ct),Qt.parentNode.style.width=E.width*Ct+"px",Qt.parentNode.style.height=E.height*Ct+"px"):(GGBAppletUtils.scaleElement(Qt,1),Qt.parentNode.style.width=E.width+"px",Qt.parentNode.style.height=E.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(Et),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}de.onExitFullscreen=function(Et,zt){zt.appendChild(Et)};var Pn=function(Et,zt,Qt,aa){Bt(Et,zt,!0);for(var Ct=function(){var wn=[];for(Ye=0;Ye<Et.childNodes.length;Ye++)wn.push(Et.childNodes[Ye]);if(window.GGBT_wsf_view){var Tn=window.GGBT_wsf_view.renderFullScreen(Et,zt.id),Gn=document.getElementById("fullscreencontainer"),Kn=jQuery(Et).find(".fullscreencontent");Kn.length>0?(Tn.remove(),Kn.attr("id","fullscreencontent").show(),jQuery(Gn).append(Kn),window.dispatchEvent(new Event("resize"))):wt(Tn,zt,!1),window.GGBT_wsf_view.launchFullScreen(Gn)}else rt=aa,wt(Et,zt,!1);if(!window.GGBT_wsf_view)for(Ye=0;Ye<wn.length;Ye++)Et.removeChild(wn[Ye])},vn=Et.getElementsByClassName("ggb_preview_play"),Ye=0;Ye<vn.length;Ye++)vn[Ye].addEventListener("click",Ct,!1),vn[Ye].addEventListener("ontouchstart",Ct,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(Et),we()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},Ut=function(){var Et=document.createElement("div");if(Et.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var zt='.icon-applet-play { width: 100%; height: 100%;box-sizing: border-box;position: absolute;z-index: 1001;cursor: pointer;border-width: 0px; background-color: transparent;background-repeat: no-repeat;left: 0;top: 0;background-position: center center; background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet.png");}.icon-applet-play:hover {background-image: url("https://www.geogebra.org/images/worksheet/icon-start-applet-hover.png");}',Qt=document.createElement("style");Qt.styleSheet?Qt.styleSheet.cssText=zt:Qt.appendChild(document.createTextNode(zt)),document.getElementsByTagName("head")[0].appendChild(Qt)}return Et},ln=function(Et,zt,Qt,aa){var Ct=document.createElement("div");Ct.className="ggb_preview",Ct.style.position="absolute",Ct.style.zIndex="90",Ct.style.width=Et-2+"px",Ct.style.height=zt-2+"px",Ct.style.top="0px",Ct.style.left="0px",Ct.style.overflow="hidden",Ct.style.backgroundColor="white";var vn="lightgrey";Qt!==void 0&&(Qt==="none"?vn="transparent":vn=Qt),Ct.style.border="1px solid "+vn;var Ye=document.createElement("img");if(Ye.style.position="relative",Ye.style.zIndex="1000",Ye.style.top="-1px",Ye.style.left="-1px",ee!==null&&Ye.setAttribute("src",ee),Ye.style.opacity=.7,x!==null){var wn,Tn,Gn;if(!aa){wn=document.createElement("img"),wn.style.position="absolute",wn.style.zIndex="1001",wn.style.opacity=1,Ye.style.opacity=.3,Tn=360,Tn>Et/4*3&&(Tn=Et/4*3),Gn=Tn/5.8,wn.setAttribute("src",x),wn.setAttribute("width",Tn),wn.setAttribute("height",Gn);var Kn=(Et-Tn)/2,Jn=(zt-Gn)/2;wn.style.left=Kn+"px",wn.style.top=Jn+"px",Ct.appendChild(wn)}}return Ct.appendChild(Ye),Ct},cn=function(Et){return Et=Et.toLowerCase(),Et==="html5"||Et==="screenshot"?Et:"html5"},Cn=["web","webSimple","web3d","tablet","tablet3d","phone"],Yn=function(Et,zt){if(fe=Et,zt){Vt(fe,!0);return}var Qt=!pe;if(Qt){var aa=ce(fe);!isNaN(aa)&&aa<4.4&&(Qt=!1)}var Ct,vn;window.location.protocol.substr(0,4)==="http"?Ct=window.location.protocol:Ct="http:";var Ye=fe.indexOf("//");Ye>0?vn=fe:Ye===0?vn=Ct+fe:vn="https://www.geogebra.org/apps/5.2.814.0/";for(var wn in Cn)if(fe.slice(Cn[wn].length*-1)===Cn[wn]||fe.slice((Cn[wn].length+1)*-1)===Cn[wn]+"/"){Vt(vn,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&Qt&&!y.is3D&&!y.AV&&!y.SV&&!y.CV&&!y.EV2&&!y.CP&&!y.PC&&!y.DA&&!y.FI&&!y.PV&&!qe(E.showToolBar)&&!qe(E.showMenuBar)&&!qe(E.showAlgebraInput)&&!qe(E.enableRightClick)&&(!E.appName||E.appName=="classic")?vn+="webSimple/":vn+="web3d/",Vt(vn,!1)},Vt=function(Et,zt){if(Et.requirejs){He=Et;return}Et.slice(-1)!=="/"&&(Et+="/"),He=Et,zt===null&&(zt=Et.indexOf("http")===-1),We=zt,b="web.nocache.js",a=!1;var Qt=He.split("/");Qt.length>1&&(!zt&&Qt[Qt.length-2]==="webSimple"?(b="webSimple.nocache.js",a=!0):Cn.indexOf(Qt[Qt.length-2])>=0&&(b=Qt[Qt.length-2]+".nocache.js")),Qt=Et.split("/"),fe=Qt[Qt.length-3],fe.substr(0,4)==="test"?fe=fe.substr(4,1)+"."+fe.substr(5,1):(fe.substr(0,3)==="war"||fe.substr(0,4)==="beta")&&(fe="5.0");var aa=parseFloat(fe);aa!==NaN&&aa<5&&Et.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+aa+" is deprecated. Using version latest instead."),Yn("5.0",zt))},Jt=function(Et,zt){window.console&&window.console.log&&(!zt||typeof zt.showLogging=="undefined"||zt.showLogging&&zt.showLogging!=="false")&&console.log(Et)};E.material_id!==void 0?Re(ia):ia();function ia(){var Et=ae;xe!==null?Et=xe:parseFloat(Et)<5&&(Et="5.0"),Yn(Et,!1),Se!==null&&Vt(Se,We),Ee=!0}return de},GGBAppletUtils=function(){"use strict";function de(){return window.GGBT_wsf_edit!==void 0}function ae(Ee,xe){xe!=1?(Ee.style.transformOrigin="0% 0% 0px",Ee.style.webkitTransformOrigin="0% 0% 0px",Ee.style.transform="scale("+xe+","+xe+")",Ee.style.webkitTransform="scale("+xe+","+xe+")",Ee.style.maxWidth="initial",Ee.querySelector(".ggb_preview")!==null&&(Ee.querySelector(".ggb_preview").style.maxWidth="initial"),Ee.querySelectorAll(".ggb_preview img")[0]!==void 0&&(Ee.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),Ee.querySelectorAll(".ggb_preview img")[1]!==void 0&&(Ee.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(Ee.style.transform="none",Ee.style.webkitTransform="none")}function E(Ee,xe,Se,Te,Ie,Le){var He=null;if(Le!=null&&Le!="")for(var We=Ee.parentNode;We!=null;)if((" "+We.className+" ").indexOf(" "+Le+" ")>-1){He=We;break}else We=We.parentNode;var rt=0,fe=0,b=0,a=0,ee=0,x=0,te=0;if(He)rt=He.offsetWidth,fe=Math.max(Te?He.offsetWidth:0,He.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(rt=Math.min(window.innerWidth,document.documentElement.clientWidth),fe=Math.min(window.innerHeight,document.documentElement.clientHeight),b=rt):(rt=window.innerWidth,fe=window.innerHeight,b=window.innerWidth),Ee){var re=Ee.getBoundingClientRect();re.left>0&&re.left<=rt&&(Ie===void 0||!Ie)&&(document.dir==="rtl"?(ee=rt-re.width-re.left,x=b<=480?10:30):(x=re.left,ee=b<=480?10:30),a=x+ee)}if(Ee&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var ie=Ee.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(a=40,te=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(a=0,te=40)}}return Ee&&((Se===void 0||!Se)&&xe>0&&xe+a<rt?rt=xe:rt-=a,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Se===void 0||!Se)&&(fe-=te)),{width:rt,height:fe}}function y(Ee,xe,Se,Te,Ie){if(Ee.isScreenshoGenerator)return 1;var Le=Te!==void 0&&Te,He=Ee.noScaleMargin!=null&&Ee.noScaleMargin,We=function(ie){return ie&&ie!=="false"},rt=We(Ee.autoHeight),fe=E(xe,Ee.width,Se,rt,Le&&window.GGBT_wsf_view||He,Ie),b=parseInt(fe.width),a=Ee.width,ee=Ee.height;if(a===void 0){var x=xe.querySelector(".appletParameters");x&&(a=x.offsetWidth,ee=x.offsetHeight)}var te=b/a,re=Le?1:fe.height/ee;return Se!==void 0&&!Se&&(te=Math.min(1,te),re=Math.min(1,re)),Math.min(te,re)}function pe(Ee,xe,Se){var Te=1,Ie,Le=!1;if(Ee.hasOwnProperty("allowUpscale")&&(Le=Ee.allowUpscale),Ee.hasOwnProperty("scale")&&(Te=parseFloat(Ee.scale),(isNaN(Te)||Te===null||Te===0)&&(Te=1),Te>1&&(Le=!0)),xe&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Le=!0),!(Ee.hasOwnProperty("disableAutoScale")&&Ee.disableAutoScale))Ie=y(Ee,xe,Le,Se,Ee.scaleContainerClass);else return Te;return Le&&(!Ee.hasOwnProperty("scale")||Te===1)?Ie:Math.min(Te,Ie)}function se(Ee){var xe=Math.min(window.innerWidth,document.documentElement.clientWidth),Se=Math.min(window.innerHeight,document.documentElement.clientHeight),Te=Ee.getBoundingClientRect(),Ie=(xe-Te.width)/2,Le=(Se-Te.height)/2;Le<0&&(Le=0),Ee.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(Ie<40?Ee.style.left="40px":Ee.style.left=Ie+"px",Ee.style.top=Le+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(Le<40?Ee.style.top="40px":Ee.style.top=Le+"px",Ee.style.left=Ie+"px")}function me(Ee,xe){var Se=Ee.querySelector(".appletParameters");if(Se){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(xe.id!==Se.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(Ee)}if(Se.parentElement&&/fullscreen/.test(Se.parentElement.className))return;var Te=pe(xe,Ee);de()&&Se.setAttribute("data-param-scale",Te);for(var Ie=null,Le=0;Le<Ee.childNodes.length;Le++)if(Ee.childNodes[Le].className!==void 0&&Ee.childNodes[Le].className.match(/^applet_scaler/)){Ie=Ee.childNodes[Le];break}if(Ie!==null&&Ie.querySelector(".noscale")!==null)return;var He=xe.id!==void 0?xe.id:"ggbApplet",We=window[He];(We==null||!We.recalculateEnvironments)&&Ie!==null&&!Ie.className.match(/fullscreen/)&&(Ie.parentNode.style.transform="",!isNaN(Te)&&Te!==1?(Ie.parentNode.style.width=xe.width*Te+"px",Ie.parentNode.style.height=xe.height*Te+"px",ae(Ie,Te)):(ae(Ie,1),Ie.parentNode.style.width=xe.width+"px",Ie.parentNode.style.height=xe.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&se(Ee),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(Se).parents(".content-added-content"))}}return{responsiveResize:me,isFlexibleWorksheetEditor:de,positionCenter:se,getScale:pe,scaleElement:ae}}();__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_RESULT__=function(){return GGBApplet}.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__),__WEBPACK_AMD_DEFINE_RESULT__!==void 0&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__),GGBAppletUtils.makeModule=function(name,permutation){function webModule(){var H="bootstrap",I="begin",J="gwt.codesvr."+name+"=",K="gwt.codesvr=",L=name,M="startup",N="DUMMY",O=0,P=1,Q="iframe",R="position:absolute; width:0; height:0; border:none; left: -1000px;",S=" top: -1000px;",T="Chrome",U="CSS1Compat",V="<!doctype html>",W="",X="<html><head></head><body></body></html>",Y="undefined",Z="readystatechange",$=10,_="script",ab="javascript",bb="Failed to load ",cb="moduleStartup",db="scriptTagAdded",eb="moduleRequested",fb="meta",gb="name",hb=name+"::",ib="::",jb="gwt:property",kb="content",lb="=",mb="gwt:onPropertyErrorFn",nb='Bad handler "',ob='" for "gwt:onPropertyErrorFn"',pb="gwt:onLoadErrorFn",qb='" for "gwt:onLoadErrorFn"',rb="#",sb="?",tb="/",ub="img",vb="clear.cache.gif",wb="baseUrl",xb=name+".nocache.js",yb="base",zb="//",Ab="selectingPermutation",Bb=name+".devmode.js",Cb=permutation,Db=":",Eb=".cache.js",Fb="loadExternalRefs",Gb="end",n=window,o=document;function p(){var de=n.location.search;return de.indexOf(J)!=-1||de.indexOf(K)!=-1}function q(de,ae){}webModule.__sendStats=q,webModule.__moduleName=L,webModule.__errFn=null,webModule.__moduleBase=N,webModule.__softPermutationId=O,webModule.__computePropValue=null,webModule.__getPropMap=null,webModule.__installRunAsyncCode=function(){},webModule.__gwtStartLoadingFragment=function(){return null},webModule.__gwt_isKnownPropertyValue=function(){return!1},webModule.__gwt_getMetaProperty=function(){return null};var r=null,s=n.__gwt_activeModules=n.__gwt_activeModules||{};s[L]={moduleName:L},webModule.__moduleStartupDone=function(de){var ae=s[L].bindings;s[L].bindings=function(){for(var E=ae?ae():{},y=de[webModule.__softPermutationId],pe=O;pe<y.length;pe++){var se=y[pe];E[se[O]]=se[P]}return E}};var t;function u(){return v(),t}function v(){if(!t){var de=o.createElement(Q);if(de.id=L,de.style.cssText=R+S,de.tabIndex=-1,o.body.appendChild(de),t=de.contentWindow.document,navigator.userAgent.indexOf(T)==-1){t.open();var ae=document.compatMode==U?V:W;t.write(ae+X),t.close()}}}function w(de){function ae(y){function pe(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var se=pe();if(se){y();return}function me(){if(!se){if(!pe())return;se=!0,y(),o.removeEventListener&&o.removeEventListener(Z,me,!1),Ee&&clearInterval(Ee)}}o.addEventListener&&o.addEventListener(Z,me,!1);var Ee=setInterval(function(){me()},$)}function E(y){var pe=u(),se=pe.body,me=pe.createElement(_);me.language=ab,me.crossOrigin=W,me.src=y,webModule.__errFn&&(me.onerror=function(){webModule.__errFn(L,new Error(bb+y))}),se.appendChild(me)}ae(function(){E(de)})}webModule.__startLoadingFragment=function(de){return C(de)},webModule.__installRunAsyncCode=function(de){var ae=u(),E=ae.body,y=ae.createElement(_);y.language=ab,y.text=de,E.appendChild(y),E.removeChild(y)};function A(){for(var c={},d,e,f=o.getElementsByTagName(fb),g=O,h=f.length;g<h;++g){var i=f[g],j=i.getAttribute(gb),k;if(j){if(j=j.replace(hb,W),j.indexOf(ib)>=O)continue;if(j==jb){if(k=i.getAttribute(kb),k){var l,m=k.indexOf(lb);m>=O?(j=k.substring(O,m),l=k.substring(m+P)):(j=k,l=W),c[j]=l}}else if(j==mb){if(k=i.getAttribute(kb),k)try{d=eval(k)}catch(de){alert(nb+k+ob)}}else if(j==pb&&(k=i.getAttribute(kb),k))try{e=eval(k)}catch(de){alert(nb+k+qb)}}}__gwt_getMetaProperty=function(de){var ae=c[de];return ae==null?null:ae},r=d,webModule.__errFn=e}function B(){function de(Ee){var xe=Ee.lastIndexOf(rb);xe==-1&&(xe=Ee.length);var Se=Ee.indexOf(sb);Se==-1&&(Se=Ee.length);var Te=Ee.lastIndexOf(tb,Math.min(Se,xe));return Te>=O?Ee.substring(O,Te+P):W}function ae(Ee){if(!Ee.match(/^\w+:\/\//)){var xe=o.createElement(ub);xe.src=Ee+vb,Ee=de(xe.src)}return Ee}function E(){var Ee=__gwt_getMetaProperty(wb);return Ee!=null?Ee:W}function y(){for(var Ee=o.getElementsByTagName(_),xe=O;xe<Ee.length;++xe)if(Ee[xe].src.indexOf(xb)!=-1)return de(Ee[xe].src);return W}function pe(){var Ee=o.getElementsByTagName(yb);return Ee.length>O?Ee[Ee.length-P].href:W}function se(){var Ee=o.location;return Ee.href==Ee.protocol+zb+Ee.host+Ee.pathname+Ee.search+Ee.hash}var me=E();return me==W&&(me=y()),me==W&&(me=pe()),me==W&&se()&&(me=de(o.location.href)),me=ae(me),me}function C(de){return de.match(/^\//)||de.match(/^[a-zA-Z]+:\/\//)?de:webModule.__moduleBase+de}function D(){var de=[],ae=O,E=[],y=[];function pe(Ee){var xe=y[Ee](),Se=E[Ee];if(xe in Se)return xe;var Te=[];for(var Ie in Se)Te[Se[Ie]]=Ie;throw r&&r(Ee,Te,xe),null}if(__gwt_isKnownPropertyValue=function(Ee,xe){return xe in E[Ee]},webModule.__getPropMap=function(){var Ee={};for(var xe in E)E.hasOwnProperty(xe)&&(Ee[xe]=pe(xe));return Ee},webModule.__computePropValue=pe,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var se;try{se=Cb;var me=se.indexOf(Db);me!=-1&&(ae=parseInt(se.substring(me+P),$),se=se.substring(O,me))}catch(Ee){}return webModule.__softPermutationId=ae,C(se+Eb)}function F(){n.__gwt_stylesLoaded||(n.__gwt_stylesLoaded={})}A(),webModule.__moduleBase=window.ENV==="build"?"/react/build/js/mathematicalGraphics/"+name+"/":"/js/mathematicalGraphics/"+name+"/",s[L].moduleBase=webModule.__moduleBase;var G=D();return F(),w(G),!0}return webModule},typeof window.web3d!="function"&&(window.web3d=GGBAppletUtils.makeModule("web3d","A18F540516513B1292CA7CEF2F6AFC7E")),typeof window.webSimple!="function"&&(window.webSimple=GGBAppletUtils.makeModule("webSimple","96B09BF1B436BF53F0DF54116700F16A")),window.GGBApplet=GGBApplet})()},15476:function(de,ae,E){"use strict";E.d(ae,{Ax:function(){return me},Ds:function(){return Ee},KI:function(){return Se},SI:function(){return se},f1:function(){return pe}});var y=E(11320);function pe(Te){let Ie=!0;if(Te.length>0){for(let Le=0;Le<Te.length;Le++)if(Te[Le].compile_success==0||!Te[Le].compile_success){Ie=!1;break}}else Ie=!1;return Ie}function se(Te,Ie=""){let Le=[];for(let He=0;He<Te.length;He++){let We=Te[He],rt=Ie?`${Ie}/${We.name}`:`${We.name}`;Le.push({title:We.name,type:We.type,isLeaf:We.type!=="tree",key:rt})}return Le}function me(Te,Ie,Le){for(let He=0;He<Te.length;He++){let We=Te[He];if(We.key===Ie){We.children=Le;break}We.children&&me(We.children,Ie,Le)}return Te}function Ee(Te,Ie,Le){let He;return function(){let We=this,rt=arguments,fe=function(){He=null,Le||Te.apply(We,rt)},b=Le&&!He;clearTimeout(He),He=setTimeout(fe,Ie),b&&Te.apply(We,rt)}}const xe=!0,Se=y.Z.API_SERVER},18634:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Kt}});var y={};E.r(y),E.d(y,{boolean:function(){return cn},booleanish:function(){return Cn},commaOrSpaceSeparated:function(){return Et},commaSeparated:function(){return ia},number:function(){return Vt},overloadedBoolean:function(){return Yn},spaceSeparated:function(){return Jt}});var pe={};E.r(pe),E.d(pe,{attentionMarkers:function(){return gs},contentInitial:function(){return Il},disable:function(){return yu},document:function(){return ss},flow:function(){return cs},flowInitial:function(){return us},insideSpan:function(){return ds},string:function(){return pi},text:function(){return bu}});var se=E(67294),me=E(2453),Ee=E(92421),xe=E(62844),Se=E(28802),Te=E(85804),Ie=E(83062),Le=E(18656),He=E(71230),We=E(35973);function rt(z){return z}function fe(){}function b(){}function a(){}function ee(z){const ne=[],oe=String(z||"");let le=oe.indexOf(","),he=0,ve=!1;for(;!ve;){le===-1&&(le=oe.length,ve=!0);const Pe=oe.slice(he,le).trim();(Pe||!ve)&&ne.push(Pe),he=le+1,le=oe.indexOf(",",he)}return ne}function x(z,ne){const oe=ne||{};return(z[z.length-1]===""?[...z,""]:z).join((oe.padRight?" ":"")+","+(oe.padLeft===!1?"":" ")).trim()}const te=/[$_\p{ID_Start}]/u,re=/[$_\u{200C}\u{200D}\p{ID_Continue}]/u,ie=/[-$_\u{200C}\u{200D}\p{ID_Continue}]/u,ce=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,be=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,we={};function Re(z){return z?te.test(String.fromCodePoint(z)):!1}function Ke(z,ne){const le=(ne||we).jsx?ie:re;return z?le.test(String.fromCodePoint(z)):!1}function Ue(z,ne){return((ne||we).jsx?be:ce).test(z)}const Ze=/[ \t\n\f\r]/g;function qe(z){return typeof z=="object"?z.type==="text"?wt(z.value):!1:wt(z)}function wt(z){return z.replace(Ze,"")===""}class Bt{constructor(ne,oe,le){this.property=ne,this.normal=oe,le&&(this.space=le)}}Bt.prototype.property={},Bt.prototype.normal={},Bt.prototype.space=null;function yn(z,ne){const oe={},le={};let he=-1;for(;++he<z.length;)Object.assign(oe,z[he].property),Object.assign(le,z[he].normal);return new Bt(oe,le,ne)}function Pn(z){return z.toLowerCase()}class Ut{constructor(ne,oe){this.property=ne,this.attribute=oe}}Ut.prototype.space=null,Ut.prototype.boolean=!1,Ut.prototype.booleanish=!1,Ut.prototype.overloadedBoolean=!1,Ut.prototype.number=!1,Ut.prototype.commaSeparated=!1,Ut.prototype.spaceSeparated=!1,Ut.prototype.commaOrSpaceSeparated=!1,Ut.prototype.mustUseProperty=!1,Ut.prototype.defined=!1;let ln=0;const cn=zt(),Cn=zt(),Yn=zt(),Vt=zt(),Jt=zt(),ia=zt(),Et=zt();function zt(){return yd(2,++ln)}const Qt=Object.keys(y);class aa extends Ut{constructor(ne,oe,le,he){let ve=-1;if(super(ne,oe),Ct(this,"space",he),typeof le=="number")for(;++ve<Qt.length;){const Pe=Qt[ve];Ct(this,Qt[ve],(le&y[Pe])===y[Pe])}}}aa.prototype.defined=!0;function Ct(z,ne,oe){oe&&(z[ne]=oe)}const vn={}.hasOwnProperty;function Ye(z){const ne={},oe={};let le;for(le in z.properties)if(vn.call(z.properties,le)){const he=z.properties[le],ve=new aa(le,z.transform(z.attributes||{},le),he,z.space);z.mustUseProperty&&z.mustUseProperty.includes(le)&&(ve.mustUseProperty=!0),ne[le]=ve,oe[Pn(le)]=le,oe[Pn(ve.attribute)]=le}return new Bt(ne,oe,z.space)}const wn=Ye({space:"xlink",transform(z,ne){return"xlink:"+ne.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Tn=Ye({space:"xml",transform(z,ne){return"xml:"+ne.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Gn(z,ne){return ne in z?z[ne]:ne}function Kn(z,ne){return Gn(z,ne.toLowerCase())}const Jn=Ye({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Kn,properties:{xmlns:null,xmlnsXLink:null}}),Wt=Ye({transform(z,ne){return ne==="role"?ne:"aria-"+ne.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Cn,ariaAutoComplete:null,ariaBusy:Cn,ariaChecked:Cn,ariaColCount:Vt,ariaColIndex:Vt,ariaColSpan:Vt,ariaControls:Jt,ariaCurrent:null,ariaDescribedBy:Jt,ariaDetails:null,ariaDisabled:Cn,ariaDropEffect:Jt,ariaErrorMessage:null,ariaExpanded:Cn,ariaFlowTo:Jt,ariaGrabbed:Cn,ariaHasPopup:null,ariaHidden:Cn,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Jt,ariaLevel:Vt,ariaLive:null,ariaModal:Cn,ariaMultiLine:Cn,ariaMultiSelectable:Cn,ariaOrientation:null,ariaOwns:Jt,ariaPlaceholder:null,ariaPosInSet:Vt,ariaPressed:Cn,ariaReadOnly:Cn,ariaRelevant:null,ariaRequired:Cn,ariaRoleDescription:Jt,ariaRowCount:Vt,ariaRowIndex:Vt,ariaRowSpan:Vt,ariaSelected:Cn,ariaSetSize:Vt,ariaSort:null,ariaValueMax:Vt,ariaValueMin:Vt,ariaValueNow:Vt,ariaValueText:null,role:null}}),Sn=Ye({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Kn,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ia,acceptCharset:Jt,accessKey:Jt,action:null,allow:null,allowFullScreen:cn,allowPaymentRequest:cn,allowUserMedia:cn,alt:null,as:null,async:cn,autoCapitalize:null,autoComplete:Jt,autoFocus:cn,autoPlay:cn,blocking:Jt,capture:null,charSet:null,checked:cn,cite:null,className:Jt,cols:Vt,colSpan:null,content:null,contentEditable:Cn,controls:cn,controlsList:Jt,coords:Vt|ia,crossOrigin:null,data:null,dateTime:null,decoding:null,default:cn,defer:cn,dir:null,dirName:null,disabled:cn,download:Yn,draggable:Cn,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:cn,formTarget:null,headers:Jt,height:Vt,hidden:cn,high:Vt,href:null,hrefLang:null,htmlFor:Jt,httpEquiv:Jt,id:null,imageSizes:null,imageSrcSet:null,inert:cn,inputMode:null,integrity:null,is:null,isMap:cn,itemId:null,itemProp:Jt,itemRef:Jt,itemScope:cn,itemType:Jt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:cn,low:Vt,manifest:null,max:null,maxLength:Vt,media:null,method:null,min:null,minLength:Vt,multiple:cn,muted:cn,name:null,nonce:null,noModule:cn,noValidate:cn,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:cn,optimum:Vt,pattern:null,ping:Jt,placeholder:null,playsInline:cn,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:cn,referrerPolicy:null,rel:Jt,required:cn,reversed:cn,rows:Vt,rowSpan:Vt,sandbox:Jt,scope:null,scoped:cn,seamless:cn,selected:cn,shadowRootClonable:cn,shadowRootDelegatesFocus:cn,shadowRootMode:null,shape:null,size:Vt,sizes:null,slot:null,span:Vt,spellCheck:Cn,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Vt,step:null,style:null,tabIndex:Vt,target:null,title:null,translate:null,type:null,typeMustMatch:cn,useMap:null,value:Cn,width:Vt,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Jt,axis:null,background:null,bgColor:null,border:Vt,borderColor:null,bottomMargin:Vt,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:cn,declare:cn,event:null,face:null,frame:null,frameBorder:null,hSpace:Vt,leftMargin:Vt,link:null,longDesc:null,lowSrc:null,marginHeight:Vt,marginWidth:Vt,noResize:cn,noHref:cn,noShade:cn,noWrap:cn,object:null,profile:null,prompt:null,rev:null,rightMargin:Vt,rules:null,scheme:null,scrolling:Cn,standby:null,summary:null,text:null,topMargin:Vt,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Vt,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:cn,disableRemotePlayback:cn,prefix:null,property:null,results:Vt,security:null,unselectable:null}}),At=Ye({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Gn,properties:{about:Et,accentHeight:Vt,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Vt,amplitude:Vt,arabicForm:null,ascent:Vt,attributeName:null,attributeType:null,azimuth:Vt,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Vt,by:null,calcMode:null,capHeight:Vt,className:Jt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Vt,diffuseConstant:Vt,direction:null,display:null,dur:null,divisor:Vt,dominantBaseline:null,download:cn,dx:null,dy:null,edgeMode:null,editable:null,elevation:Vt,enableBackground:null,end:null,event:null,exponent:Vt,externalResourcesRequired:null,fill:null,fillOpacity:Vt,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ia,g2:ia,glyphName:ia,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Vt,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Vt,horizOriginX:Vt,horizOriginY:Vt,id:null,ideographic:Vt,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Vt,k:Vt,k1:Vt,k2:Vt,k3:Vt,k4:Vt,kernelMatrix:Et,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Vt,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Vt,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Vt,overlineThickness:Vt,paintOrder:null,panose1:null,path:null,pathLength:Vt,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Jt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Vt,pointsAtY:Vt,pointsAtZ:Vt,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Et,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Et,rev:Et,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Et,requiredFeatures:Et,requiredFonts:Et,requiredFormats:Et,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Vt,specularExponent:Vt,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Vt,strikethroughThickness:Vt,string:null,stroke:null,strokeDashArray:Et,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Vt,strokeOpacity:Vt,strokeWidth:null,style:null,surfaceScale:Vt,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Et,tabIndex:Vt,tableValues:null,target:null,targetX:Vt,targetY:Vt,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Et,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Vt,underlineThickness:Vt,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Vt,values:null,vAlphabetic:Vt,vMathematical:Vt,vectorEffect:null,vHanging:Vt,vIdeographic:Vt,version:null,vertAdvY:Vt,vertOriginX:Vt,vertOriginY:Vt,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Vt,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),ke=yn([Tn,wn,Jn,Wt,Sn],"html"),tt=yn([Tn,wn,Jn,Wt,At],"svg"),Dt=/^data[-\w.:]+$/i,Mt=/-[a-z]/g,ht=/[A-Z]/g;function It(z,ne){const oe=Pn(ne);let le=ne,he=Ut;if(oe in z.normal)return z.property[z.normal[oe]];if(oe.length>4&&oe.slice(0,4)==="data"&&Dt.test(ne)){if(ne.charAt(4)==="-"){const ve=ne.slice(5).replace(Mt,Lt);le="data"+ve.charAt(0).toUpperCase()+ve.slice(1)}else{const ve=ne.slice(4);if(!Mt.test(ve)){let Pe=ve.replace(ht,vt);Pe.charAt(0)!=="-"&&(Pe="-"+Pe),ne="data"+Pe}}he=aa}return new he(le,ne)}function vt(z){return"-"+z.toLowerCase()}function Lt(z){return z.charAt(1).toUpperCase()}const un={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};function Fn(z){const ne=String(z||"").trim();return ne?ne.split(/[ \t\n\r\f]+/g):[]}function Dn(z){return z.join(" ").trim()}var Hn=E(5174),qn=Hn.default||Hn;const dn=on("end"),xn=on("start");function on(z){return ne;function ne(oe){const le=oe&&oe.position&&oe.position[z]||{};if(typeof le.line=="number"&&le.line>0&&typeof le.column=="number"&&le.column>0)return{line:le.line,column:le.column,offset:typeof le.offset=="number"&&le.offset>-1?le.offset:void 0}}}function st(z){const ne=xn(z),oe=dn(z);if(ne&&oe)return{start:ne,end:oe}}function xt(z){return!z||typeof z!="object"?"":"position"in z||"type"in z?Qe(z.position):"start"in z||"end"in z?Qe(z):"line"in z||"column"in z?Gt(z):""}function Gt(z){return lt(z&&z.line)+":"+lt(z&&z.column)}function Qe(z){return Gt(z&&z.start)+"-"+Gt(z&&z.end)}function lt(z){return z&&typeof z=="number"?z:1}class bt extends Error{constructor(ne,oe,le){super(),typeof oe=="string"&&(le=oe,oe=void 0);let he="",ve={},Pe=!1;if(oe&&("line"in oe&&"column"in oe?ve={place:oe}:"start"in oe&&"end"in oe?ve={place:oe}:"type"in oe?ve={ancestors:[oe],place:oe.position}:ve=Ei({},oe)),typeof ne=="string"?he=ne:!ve.cause&&ne&&(Pe=!0,he=ne.message,ve.cause=ne),!ve.ruleId&&!ve.source&&typeof le=="string"){const Me=le.indexOf(":");Me===-1?ve.ruleId=le:(ve.source=le.slice(0,Me),ve.ruleId=le.slice(Me+1))}if(!ve.place&&ve.ancestors&&ve.ancestors){const Me=ve.ancestors[ve.ancestors.length-1];Me&&(ve.place=Me.position)}const Ne=ve.place&&"start"in ve.place?ve.place.start:ve.place;this.ancestors=ve.ancestors||void 0,this.cause=ve.cause||void 0,this.column=Ne?Ne.column:void 0,this.fatal=void 0,this.file,this.message=he,this.line=Ne?Ne.line:void 0,this.name=xt(ve.place)||"1:1",this.place=ve.place||void 0,this.reason=this.message,this.ruleId=ve.ruleId||void 0,this.source=ve.source||void 0,this.stack=Pe&&ve.cause&&typeof ve.cause.stack=="string"?ve.cause.stack:"",this.actual,this.expected,this.note,this.url}}bt.prototype.file="",bt.prototype.name="",bt.prototype.reason="",bt.prototype.message="",bt.prototype.stack="",bt.prototype.column=void 0,bt.prototype.line=void 0,bt.prototype.ancestors=void 0,bt.prototype.cause=void 0,bt.prototype.fatal=void 0,bt.prototype.place=void 0,bt.prototype.ruleId=void 0,bt.prototype.source=void 0;const Ot={}.hasOwnProperty,rn=new Map,hn=/[A-Z]/g,In=/-([a-z])/g,Vn=new Set(["table","tbody","thead","tfoot","tr"]),Bn=new Set(["td","th"]),ga="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function $n(z,ne){if(!ne||ne.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const oe=ne.filePath||void 0;let le;if(ne.development){if(typeof ne.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");le=Ae(oe,ne.jsxDEV)}else{if(typeof ne.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof ne.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");le=Je(oe,ne.jsx,ne.jsxs)}const he={Fragment:ne.Fragment,ancestors:[],components:ne.components||{},create:le,elementAttributeNameCase:ne.elementAttributeNameCase||"react",evaluater:ne.createEvaluater?ne.createEvaluater():void 0,filePath:oe,ignoreInvalidStyle:ne.ignoreInvalidStyle||!1,passKeys:ne.passKeys!==!1,passNode:ne.passNode||!1,schema:ne.space==="svg"?tt:ke,stylePropertyNameCase:ne.stylePropertyNameCase||"dom",tableCellAlignToStyle:ne.tableCellAlignToStyle!==!1},ve=Sa(he,z,void 0);return ve&&typeof ve!="string"?ve:he.create(z,he.Fragment,{children:ve||void 0},void 0)}function Sa(z,ne,oe){if(ne.type==="element")return Qn(z,ne,oe);if(ne.type==="mdxFlowExpression"||ne.type==="mdxTextExpression")return Mn(z,ne);if(ne.type==="mdxJsxFlowElement"||ne.type==="mdxJsxTextElement")return or(z,ne,oe);if(ne.type==="mdxjsEsm")return Rn(z,ne);if(ne.type==="root")return Ya(z,ne,oe);if(ne.type==="text")return Da(z,ne)}function Qn(z,ne,oe){const le=z.schema;let he=le;ne.tagName.toLowerCase()==="svg"&&le.space==="html"&&(he=tt,z.schema=he),z.ancestors.push(ne);const ve=ma(z,ne.tagName,!1),Pe=it(z,ne);let Ne=Zt(z,ne);return Vn.has(ne.tagName)&&(Ne=Ne.filter(function(Me){return typeof Me=="string"?!qe(Me):!0})),Wa(z,Pe,ve,ne),Qa(Pe,Ne),z.ancestors.pop(),z.schema=le,z.create(ne,ve,Pe,oe)}function Mn(z,ne){if(ne.data&&ne.data.estree&&z.evaluater){const le=ne.data.estree.body[0];return le.type,z.evaluater.evaluateExpression(le.expression)}Xn(z,ne.position)}function Rn(z,ne){if(ne.data&&ne.data.estree&&z.evaluater)return z.evaluater.evaluateProgram(ne.data.estree);Xn(z,ne.position)}function or(z,ne,oe){const le=z.schema;let he=le;ne.name==="svg"&&le.space==="html"&&(he=tt,z.schema=he),z.ancestors.push(ne);const ve=ne.name===null?z.Fragment:ma(z,ne.name,!0),Pe=et(z,ne),Ne=Zt(z,ne);return Wa(z,Pe,ve,ne),Qa(Pe,Ne),z.ancestors.pop(),z.schema=le,z.create(ne,ve,Pe,oe)}function Ya(z,ne,oe){const le={};return Qa(le,Zt(z,ne)),z.create(ne,z.Fragment,le,oe)}function Da(z,ne){return ne.value}function Wa(z,ne,oe,le){typeof oe!="string"&&oe!==z.Fragment&&z.passNode&&(ne.node=le)}function Qa(z,ne){if(ne.length>0){const oe=ne.length>1?ne:ne[0];oe&&(z.children=oe)}}function Je(z,ne,oe){return le;function le(he,ve,Pe,Ne){const je=Array.isArray(Pe.children)?oe:ne;return Ne?je(ve,Pe,Ne):je(ve,Pe)}}function Ae(z,ne){return oe;function oe(le,he,ve,Pe){const Ne=Array.isArray(ve.children),Me=xn(le);return ne(he,ve,Pe,Ne,{columnNumber:Me?Me.column-1:void 0,fileName:z,lineNumber:Me?Me.line:void 0},void 0)}}function it(z,ne){const oe={};let le,he;for(he in ne.properties)if(he!=="children"&&Ot.call(ne.properties,he)){const ve=Ln(z,he,ne.properties[he]);if(ve){const[Pe,Ne]=ve;z.tableCellAlignToStyle&&Pe==="align"&&typeof Ne=="string"&&Bn.has(ne.tagName)?le=Ne:oe[Pe]=Ne}}if(le){const ve=oe.style||(oe.style={});ve[z.stylePropertyNameCase==="css"?"text-align":"textAlign"]=le}return oe}function et(z,ne){const oe={};for(const le of ne.attributes)if(le.type==="mdxJsxExpressionAttribute")if(le.data&&le.data.estree&&z.evaluater){const ve=le.data.estree.body[0];ve.type;const Pe=ve.expression;Pe.type;const Ne=Pe.properties[0];Ne.type,Object.assign(oe,z.evaluater.evaluateExpression(Ne.argument))}else Xn(z,ne.position);else{const he=le.name;let ve;if(le.value&&typeof le.value=="object")if(le.value.data&&le.value.data.estree&&z.evaluater){const Ne=le.value.data.estree.body[0];Ne.type,ve=z.evaluater.evaluateExpression(Ne.expression)}else Xn(z,ne.position);else ve=le.value===null?!0:le.value;oe[he]=ve}return oe}function Zt(z,ne){const oe=[];let le=-1;const he=z.passKeys?new Map:rn;for(;++le<ne.children.length;){const ve=ne.children[le];let Pe;if(z.passKeys){const Me=ve.type==="element"?ve.tagName:ve.type==="mdxJsxFlowElement"||ve.type==="mdxJsxTextElement"?ve.name:void 0;if(Me){const je=he.get(Me)||0;Pe=Me+"-"+je,he.set(Me,je+1)}}const Ne=Sa(z,ve,Pe);Ne!==void 0&&oe.push(Ne)}return oe}function Ln(z,ne,oe){const le=It(z.schema,ne);if(!(oe==null||typeof oe=="number"&&Number.isNaN(oe))){if(Array.isArray(oe)&&(oe=le.commaSeparated?x(oe):Dn(oe)),le.property==="style"){let he=typeof oe=="object"?oe:mn(z,String(oe));return z.stylePropertyNameCase==="css"&&(he=Pa(he)),["style",he]}return[z.elementAttributeNameCase==="react"&&le.space?un[le.property]||le.property:le.attribute,oe]}}function mn(z,ne){const oe={};try{qn(ne,le)}catch(he){if(!z.ignoreInvalidStyle){const ve=he,Pe=new bt("Cannot parse `style` attribute",{ancestors:z.ancestors,cause:ve,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw Pe.file=z.filePath||void 0,Pe.url=ga+"#cannot-parse-style-attribute",Pe}}return oe;function le(he,ve){let Pe=he;Pe.slice(0,2)!=="--"&&(Pe.slice(0,4)==="-ms-"&&(Pe="ms-"+Pe.slice(4)),Pe=Pe.replace(In,Oa)),oe[Pe]=ve}}function ma(z,ne,oe){let le;if(!oe)le={type:"Literal",value:ne};else if(ne.includes(".")){const he=ne.split(".");let ve=-1,Pe;for(;++ve<he.length;){const Ne=Ue(he[ve])?{type:"Identifier",name:he[ve]}:{type:"Literal",value:he[ve]};Pe=Pe?{type:"MemberExpression",object:Pe,property:Ne,computed:!!(ve&&Ne.type==="Literal"),optional:!1}:Ne}le=Pe}else le=Ue(ne)&&!/^[a-z]/.test(ne)?{type:"Identifier",name:ne}:{type:"Literal",value:ne};if(le.type==="Literal"){const he=le.value;return Ot.call(z.components,he)?z.components[he]:he}if(z.evaluater)return z.evaluater.evaluateExpression(le);Xn(z)}function Xn(z,ne){const oe=new bt("Cannot handle MDX estrees without `createEvaluater`",{ancestors:z.ancestors,place:ne,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw oe.file=z.filePath||void 0,oe.url=ga+"#cannot-handle-mdx-estrees-without-createevaluater",oe}function Pa(z){const ne={};let oe;for(oe in z)Ot.call(z,oe)&&(ne[Ia(oe)]=z[oe]);return ne}function Ia(z){let ne=z.replace(hn,sn);return ne.slice(0,3)==="ms-"&&(ne="-"+ne),ne}function Oa(z,ne){return ne.toUpperCase()}function sn(z){return"-"+z.toLowerCase()}const wa={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]};var fr=E(85893);const er={};function Ta(z,ne){const oe=ne||er,le=typeof oe.includeImageAlt=="boolean"?oe.includeImageAlt:!0,he=typeof oe.includeHtml=="boolean"?oe.includeHtml:!0;return pa(z,le,he)}function pa(z,ne,oe){if(cr(z)){if("value"in z)return z.type==="html"&&!oe?"":z.value;if(ne&&"alt"in z&&z.alt)return z.alt;if("children"in z)return hr(z.children,ne,oe)}return Array.isArray(z)?hr(z,ne,oe):""}function hr(z,ne,oe){const le=[];let he=-1;for(;++he<z.length;)le[he]=pa(z[he],ne,oe);return le.join("")}function cr(z){return!!(z&&typeof z=="object")}function Xa(z,ne,oe,le){const he=z.length;let ve=0,Pe;if(ne<0?ne=-ne>he?0:he+ne:ne=ne>he?he:ne,oe=oe>0?oe:0,le.length<1e4)Pe=Array.from(le),Pe.unshift(ne,oe),z.splice(...Pe);else for(oe&&z.splice(ne,oe);ve<le.length;)Pe=le.slice(ve,ve+1e4),Pe.unshift(ne,0),z.splice(...Pe),ve+=1e4,ne+=1e4}function Ca(z,ne){return z.length>0?(Xa(z,z.length,0,ne),z):ne}class Er{constructor(ne){this.left=ne?[...ne]:[],this.right=[]}get(ne){if(ne<0||ne>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+ne+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return ne<this.left.length?this.left[ne]:this.right[this.right.length-ne+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(ne,oe){const le=oe==null?Number.POSITIVE_INFINITY:oe;return le<this.left.length?this.left.slice(ne,le):ne>this.left.length?this.right.slice(this.right.length-le+this.left.length,this.right.length-ne+this.left.length).reverse():this.left.slice(ne).concat(this.right.slice(this.right.length-le+this.left.length).reverse())}splice(ne,oe,le){const he=oe||0;this.setCursor(Math.trunc(ne));const ve=this.right.splice(this.right.length-he,Number.POSITIVE_INFINITY);return le&&Pr(this.left,le),ve.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(ne){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(ne)}pushMany(ne){this.setCursor(Number.POSITIVE_INFINITY),Pr(this.left,ne)}unshift(ne){this.setCursor(0),this.right.push(ne)}unshiftMany(ne){this.setCursor(0),Pr(this.right,ne.reverse())}setCursor(ne){if(!(ne===this.left.length||ne>this.left.length&&this.right.length===0||ne<0&&this.left.length===0))if(ne<this.left.length){const oe=this.left.splice(ne,Number.POSITIVE_INFINITY);Pr(this.right,oe.reverse())}else{const oe=this.right.splice(this.left.length+this.right.length-ne,Number.POSITIVE_INFINITY);Pr(this.left,oe.reverse())}}}function Pr(z,ne){let oe=0;if(ne.length<1e4)z.push(...ne);else for(;oe<ne.length;)z.push(...ne.slice(oe,oe+1e4)),oe+=1e4}function Ir(z){const ne={};let oe=-1,le,he,ve,Pe,Ne,Me,je;const Be=new Er(z);for(;++oe<Be.length;){for(;oe in ne;)oe=ne[oe];if(le=Be.get(oe),oe&&le[1].type==="chunkFlow"&&Be.get(oe-1)[1].type==="listItemPrefix"&&(Me=le[1]._tokenizer.events,ve=0,ve<Me.length&&Me[ve][1].type==="lineEndingBlank"&&(ve+=2),ve<Me.length&&Me[ve][1].type==="content"))for(;++ve<Me.length&&Me[ve][1].type!=="content";)Me[ve][1].type==="chunkText"&&(Me[ve][1]._isInFirstContentOfListItem=!0,ve++);if(le[0]==="enter")le[1].contentType&&(Object.assign(ne,Xr(Be,oe)),oe=ne[oe],je=!0);else if(le[1]._container){for(ve=oe,he=void 0;ve--&&(Pe=Be.get(ve),Pe[1].type==="lineEnding"||Pe[1].type==="lineEndingBlank");)Pe[0]==="enter"&&(he&&(Be.get(he)[1].type="lineEndingBlank"),Pe[1].type="lineEnding",he=ve);he&&(le[1].end=Object.assign({},Be.get(he)[1].start),Ne=Be.slice(he,oe),Ne.unshift(le),Be.splice(he,oe-he+1,Ne))}}return Xa(z,0,Number.POSITIVE_INFINITY,Be.slice(0)),!je}function Xr(z,ne){const oe=z.get(ne)[1],le=z.get(ne)[2];let he=ne-1;const ve=[],Pe=oe._tokenizer||le.parser[oe.contentType](oe.start),Ne=Pe.events,Me=[],je={};let Be,Xe,Ve=-1,Ge=oe,Rt=0,kt=0;const en=[kt];for(;Ge;){for(;z.get(++he)[1]!==Ge;);ve.push(he),Ge._tokenizer||(Be=le.sliceStream(Ge),Ge.next||Be.push(null),Xe&&Pe.defineSkip(Ge.start),Ge._isInFirstContentOfListItem&&(Pe._gfmTasklistFirstContentOfListItem=!0),Pe.write(Be),Ge._isInFirstContentOfListItem&&(Pe._gfmTasklistFirstContentOfListItem=void 0)),Xe=Ge,Ge=Ge.next}for(Ge=oe;++Ve<Ne.length;)Ne[Ve][0]==="exit"&&Ne[Ve-1][0]==="enter"&&Ne[Ve][1].type===Ne[Ve-1][1].type&&Ne[Ve][1].start.line!==Ne[Ve][1].end.line&&(kt=Ve+1,en.push(kt),Ge._tokenizer=void 0,Ge.previous=void 0,Ge=Ge.next);for(Pe.events=[],Ge?(Ge._tokenizer=void 0,Ge.previous=void 0):en.pop(),Ve=en.length;Ve--;){const Nt=Ne.slice(en[Ve],en[Ve+1]),Ft=ve.pop();Me.push([Ft,Ft+Nt.length-1]),z.splice(Ft,2,Nt)}for(Me.reverse(),Ve=-1;++Ve<Me.length;)je[Rt+Me[Ve][0]]=Rt+Me[Ve][1],Rt+=Me[Ve][1]-Me[Ve][0]-1;return je}function po(z){for(;!Ir(z););return z}const nn={}.hasOwnProperty;function jr(z){const ne={};let oe=-1;for(;++oe<z.length;)gt(ne,z[oe]);return ne}function gt(z,ne){let oe;for(oe in ne){const he=(nn.call(z,oe)?z[oe]:void 0)||(z[oe]={}),ve=ne[oe];let Pe;if(ve)for(Pe in ve){nn.call(he,Pe)||(he[Pe]=[]);const Ne=ve[Pe];Yt(he[Pe],Array.isArray(Ne)?Ne:Ne?[Ne]:[])}}}function Yt(z,ne){let oe=-1;const le=[];for(;++oe<ne.length;)(ne[oe].add==="after"?z:le).push(ne[oe]);Xa(z,0,0,le)}function tn(z){const ne={};let oe=-1;for(;++oe<z.length;)ft(ne,z[oe]);return ne}function ft(z,ne){let oe;for(oe in ne){const he=(nn.call(z,oe)?z[oe]:void 0)||(z[oe]={}),ve=ne[oe];let Pe;if(ve)for(Pe in ve)he[Pe]=ve[Pe]}}const Tt=ir(/[A-Za-z]/),_t=ir(/[\dA-Za-z]/),jt=ir(/[#-'*+\--9=?A-Z^-~]/);function Ht(z){return z!==null&&(z<32||z===127)}const ca=ir(/\d/),la=ir(/[\dA-Fa-f]/),ha=ir(/[!-/:-@[-`{-~]/);function An(z){return z!==null&&z<-2}function Ma(z){return z!==null&&(z<0||z===32)}function da(z){return z===-2||z===-1||z===32}const tr=ir(new RegExp("\\p{P}|\\p{S}","u")),Tr=ir(/\s/);function ir(z){return ne;function ne(oe){return oe!==null&&oe>-1&&z.test(String.fromCharCode(oe))}}function Ra(z,ne,oe,le){const he=le?le-1:Number.POSITIVE_INFINITY;let ve=0;return Pe;function Pe(Me){return da(Me)?(z.enter(oe),Ne(Me)):ne(Me)}function Ne(Me){return da(Me)&&ve++<he?(z.consume(Me),Ne):(z.exit(oe),ne(Me))}}const Rr={tokenize:lr};function lr(z){const ne=z.attempt(this.parser.constructs.contentInitial,le,he);let oe;return ne;function le(Ne){if(Ne===null){z.consume(Ne);return}return z.enter("lineEnding"),z.consume(Ne),z.exit("lineEnding"),Ra(z,ne,"linePrefix")}function he(Ne){return z.enter("paragraph"),ve(Ne)}function ve(Ne){const Me=z.enter("chunkText",{contentType:"text",previous:oe});return oe&&(oe.next=Me),oe=Me,Pe(Ne)}function Pe(Ne){if(Ne===null){z.exit("chunkText"),z.exit("paragraph"),z.consume(Ne);return}return An(Ne)?(z.consume(Ne),z.exit("chunkText"),ve):(z.consume(Ne),Pe)}}const xr={tokenize:Lr},fa={tokenize:va};function Lr(z){const ne=this,oe=[];let le=0,he,ve,Pe;return Ne;function Ne(an){if(le<oe.length){const _n=oe[le];return ne.containerState=_n[1],z.attempt(_n[0].continuation,Me,je)(an)}return je(an)}function Me(an){if(le++,ne.containerState._closeFlow){ne.containerState._closeFlow=void 0,he&&Ft();const _n=ne.events.length;let ea=_n,$t;for(;ea--;)if(ne.events[ea][0]==="exit"&&ne.events[ea][1].type==="chunkFlow"){$t=ne.events[ea][1].end;break}Nt(le);let zn=_n;for(;zn<ne.events.length;)ne.events[zn][1].end=Object.assign({},$t),zn++;return Xa(ne.events,ea+1,0,ne.events.slice(_n)),ne.events.length=zn,je(an)}return Ne(an)}function je(an){if(le===oe.length){if(!he)return Ve(an);if(he.currentConstruct&&he.currentConstruct.concrete)return Rt(an);ne.interrupt=!!(he.currentConstruct&&!he._gfmTableDynamicInterruptHack)}return ne.containerState={},z.check(fa,Be,Xe)(an)}function Be(an){return he&&Ft(),Nt(le),Ve(an)}function Xe(an){return ne.parser.lazy[ne.now().line]=le!==oe.length,Pe=ne.now().offset,Rt(an)}function Ve(an){return ne.containerState={},z.attempt(fa,Ge,Rt)(an)}function Ge(an){return le++,oe.push([ne.currentConstruct,ne.containerState]),Ve(an)}function Rt(an){if(an===null){he&&Ft(),Nt(0),z.consume(an);return}return he=he||ne.parser.flow(ne.now()),z.enter("chunkFlow",{contentType:"flow",previous:ve,_tokenizer:he}),kt(an)}function kt(an){if(an===null){en(z.exit("chunkFlow"),!0),Nt(0),z.consume(an);return}return An(an)?(z.consume(an),en(z.exit("chunkFlow")),le=0,ne.interrupt=void 0,Ne):(z.consume(an),kt)}function en(an,_n){const ea=ne.sliceStream(an);if(_n&&ea.push(null),an.previous=ve,ve&&(ve.next=an),ve=an,he.defineSkip(an.start),he.write(ea),ne.parser.lazy[an.start.line]){let $t=he.events.length;for(;$t--;)if(he.events[$t][1].start.offset<Pe&&(!he.events[$t][1].end||he.events[$t][1].end.offset>Pe))return;const zn=ne.events.length;let ya=zn,Aa,oa;for(;ya--;)if(ne.events[ya][0]==="exit"&&ne.events[ya][1].type==="chunkFlow"){if(Aa){oa=ne.events[ya][1].end;break}Aa=!0}for(Nt(le),$t=zn;$t<ne.events.length;)ne.events[$t][1].end=Object.assign({},oa),$t++;Xa(ne.events,ya+1,0,ne.events.slice(zn)),ne.events.length=$t}}function Nt(an){let _n=oe.length;for(;_n-- >an;){const ea=oe[_n];ne.containerState=ea[1],ea[0].exit.call(ne,z)}oe.length=an}function Ft(){he.write([null]),ve=void 0,he=void 0,ne.containerState._closeFlow=void 0}}function va(z,ne,oe){return Ra(z,z.attempt(this.parser.constructs.document,ne,oe),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const Br={tokenize:Bo,partial:!0};function Bo(z,ne,oe){return le;function le(ve){return da(ve)?Ra(z,he,"linePrefix")(ve):he(ve)}function he(ve){return ve===null||An(ve)?ne(ve):oe(ve)}}const Lo={tokenize:Io,resolve:ho},Mr={tokenize:ti,partial:!0};function ho(z){return Ir(z),z}function Io(z,ne){let oe;return le;function le(Ne){return z.enter("content"),oe=z.enter("chunkContent",{contentType:"content"}),he(Ne)}function he(Ne){return Ne===null?ve(Ne):An(Ne)?z.check(Mr,Pe,ve)(Ne):(z.consume(Ne),he)}function ve(Ne){return z.exit("chunkContent"),z.exit("content"),ne(Ne)}function Pe(Ne){return z.consume(Ne),z.exit("chunkContent"),oe.next=z.enter("chunkContent",{contentType:"content",previous:oe}),oe=oe.next,he}}function ti(z,ne,oe){const le=this;return he;function he(Pe){return z.exit("chunkContent"),z.enter("lineEnding"),z.consume(Pe),z.exit("lineEnding"),Ra(z,ve,"linePrefix")}function ve(Pe){if(Pe===null||An(Pe))return oe(Pe);const Ne=le.events[le.events.length-1];return!le.parser.constructs.disable.null.includes("codeIndented")&&Ne&&Ne[1].type==="linePrefix"&&Ne[2].sliceSerialize(Ne[1],!0).length>=4?ne(Pe):z.interrupt(le.parser.constructs.flow,oe,ne)(Pe)}}const Eo={tokenize:To};function To(z){const ne=this,oe=z.attempt(Br,le,z.attempt(this.parser.constructs.flowInitial,he,Ra(z,z.attempt(this.parser.constructs.flow,he,z.attempt(Lo,he)),"linePrefix")));return oe;function le(ve){if(ve===null){z.consume(ve);return}return z.enter("lineEndingBlank"),z.consume(ve),z.exit("lineEndingBlank"),ne.currentConstruct=void 0,oe}function he(ve){if(ve===null){z.consume(ve);return}return z.enter("lineEnding"),z.consume(ve),z.exit("lineEnding"),ne.currentConstruct=void 0,oe}}const ao={resolveAll:Ho()},_o=Yo("string"),ni=Yo("text");function Yo(z){return{tokenize:ne,resolveAll:Ho(z==="text"?Uo:void 0)};function ne(oe){const le=this,he=this.parser.constructs[z],ve=oe.attempt(he,Pe,Ne);return Pe;function Pe(Be){return je(Be)?ve(Be):Ne(Be)}function Ne(Be){if(Be===null){oe.consume(Be);return}return oe.enter("data"),oe.consume(Be),Me}function Me(Be){return je(Be)?(oe.exit("data"),ve(Be)):(oe.consume(Be),Me)}function je(Be){if(Be===null)return!0;const Xe=he[Be];let Ve=-1;if(Xe)for(;++Ve<Xe.length;){const Ge=Xe[Ve];if(!Ge.previous||Ge.previous.call(le,le.previous))return!0}return!1}}}function Ho(z){return ne;function ne(oe,le){let he=-1,ve;for(;++he<=oe.length;)ve===void 0?oe[he]&&oe[he][1].type==="data"&&(ve=he,he++):(!oe[he]||oe[he][1].type!=="data")&&(he!==ve+2&&(oe[ve][1].end=oe[he-1][1].end,oe.splice(ve+2,he-ve-2),he=ve+2),ve=void 0);return z?z(oe,le):oe}}function Uo(z,ne){let oe=0;for(;++oe<=z.length;)if((oe===z.length||z[oe][1].type==="lineEnding")&&z[oe-1][1].type==="data"){const le=z[oe-1][1],he=ne.sliceStream(le);let ve=he.length,Pe=-1,Ne=0,Me;for(;ve--;){const je=he[ve];if(typeof je=="string"){for(Pe=je.length;je.charCodeAt(Pe-1)===32;)Ne++,Pe--;if(Pe)break;Pe=-1}else if(je===-2)Me=!0,Ne++;else if(je!==-1){ve++;break}}if(Ne){const je={type:oe===z.length||Me||Ne<2?"lineSuffix":"hardBreakTrailing",start:{line:le.end.line,column:le.end.column-Ne,offset:le.end.offset-Ne,_index:le.start._index+ve,_bufferIndex:ve?Pe:le.start._bufferIndex+Pe},end:Object.assign({},le.end)};le.end=Object.assign({},je.start),le.start.offset===le.end.offset?Object.assign(le,je):(z.splice(oe,0,["enter",je,ne],["exit",je,ne]),oe+=2)}oe++}return z}function nr(z,ne,oe){const le=[];let he=-1;for(;++he<z.length;){const ve=z[he].resolveAll;ve&&!le.includes(ve)&&(ne=ve(ne,oe),le.push(ve))}return ne}function lo(z,ne,oe){let le=Object.assign(oe?Object.assign({},oe):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const he={},ve=[];let Pe=[],Ne=[],Me=!0;const je={consume:_n,enter:ea,exit:$t,attempt:Aa(zn),check:Aa(ya),interrupt:Aa(ya,{interrupt:!0})},Be={previous:null,code:null,containerState:{},events:[],parser:z,sliceStream:kt,sliceSerialize:Rt,now:en,defineSkip:Nt,write:Ge};let Xe=ne.tokenize.call(Be,je),Ve;return ne.resolveAll&&ve.push(ne),Be;function Ge(Wn){return Pe=Ca(Pe,Wn),Ft(),Pe[Pe.length-1]!==null?[]:(oa(ne,0),Be.events=nr(ve,Be.events,Be),Be.events)}function Rt(Wn,fn){return kn(kt(Wn),fn)}function kt(Wn){return Zn(Pe,Wn)}function en(){const{line:Wn,column:fn,offset:En,_index:bn,_bufferIndex:Un}=le;return{line:Wn,column:fn,offset:En,_index:bn,_bufferIndex:Un}}function Nt(Wn){he[Wn.line]=Wn.column,sa()}function Ft(){let Wn;for(;le._index<Pe.length;){const fn=Pe[le._index];if(typeof fn=="string")for(Wn=le._index,le._bufferIndex<0&&(le._bufferIndex=0);le._index===Wn&&le._bufferIndex<fn.length;)an(fn.charCodeAt(le._bufferIndex));else an(fn)}}function an(Wn){Me=void 0,Ve=Wn,Xe=Xe(Wn)}function _n(Wn){An(Wn)?(le.line++,le.column=1,le.offset+=Wn===-3?2:1,sa()):Wn!==-1&&(le.column++,le.offset++),le._bufferIndex<0?le._index++:(le._bufferIndex++,le._bufferIndex===Pe[le._index].length&&(le._bufferIndex=-1,le._index++)),Be.previous=Wn,Me=!0}function ea(Wn,fn){const En=fn||{};return En.type=Wn,En.start=en(),Be.events.push(["enter",En,Be]),Ne.push(En),En}function $t(Wn){const fn=Ne.pop();return fn.end=en(),Be.events.push(["exit",fn,Be]),fn}function zn(Wn,fn){oa(Wn,fn.from)}function ya(Wn,fn){fn.restore()}function Aa(Wn,fn){return En;function En(bn,Un,Na){let La,ct,Ja,Fr;return Array.isArray(bn)?ta(bn):"tokenize"in bn?ta([bn]):mt(bn);function mt(za){return no;function no(wr){const vr=wr!==null&&za[wr],gr=wr!==null&&za.null,sr=[...Array.isArray(vr)?vr:vr?[vr]:[],...Array.isArray(gr)?gr:gr?[gr]:[]];return ta(sr)(wr)}}function ta(za){return La=za,ct=0,za.length===0?Na:ua(za[ct])}function ua(za){return no;function no(wr){return Fr=ba(),Ja=za,za.partial||(Be.currentConstruct=za),za.name&&Be.parser.constructs.disable.null.includes(za.name)?Dr(wr):za.tokenize.call(fn?Object.assign(Object.create(Be),fn):Be,je,ar,Dr)(wr)}}function ar(za){return Me=!0,Wn(Ja,Fr),Un}function Dr(za){return Me=!0,Fr.restore(),++ct<La.length?ua(La[ct]):Na}}}function oa(Wn,fn){Wn.resolveAll&&!ve.includes(Wn)&&ve.push(Wn),Wn.resolve&&Xa(Be.events,fn,Be.events.length-fn,Wn.resolve(Be.events.slice(fn),Be)),Wn.resolveTo&&(Be.events=Wn.resolveTo(Be.events,Be))}function ba(){const Wn=en(),fn=Be.previous,En=Be.currentConstruct,bn=Be.events.length,Un=Array.from(Ne);return{restore:Na,from:bn};function Na(){le=Wn,Be.previous=fn,Be.currentConstruct=En,Be.events.length=bn,Ne=Un,sa()}}function sa(){le.line in he&&le.column<2&&(le.column=he[le.line],le.offset+=he[le.line]-1)}}function Zn(z,ne){const oe=ne.start._index,le=ne.start._bufferIndex,he=ne.end._index,ve=ne.end._bufferIndex;let Pe;if(oe===he)Pe=[z[oe].slice(le,ve)];else{if(Pe=z.slice(oe,he),le>-1){const Ne=Pe[0];typeof Ne=="string"?Pe[0]=Ne.slice(le):Pe.shift()}ve>0&&Pe.push(z[he].slice(0,ve))}return Pe}function kn(z,ne){let oe=-1;const le=[];let he;for(;++oe<z.length;){const ve=z[oe];let Pe;if(typeof ve=="string")Pe=ve;else switch(ve){case-5:{Pe="\r";break}case-4:{Pe=`
|
|
|
`;break}case-3:{Pe=`\r
|
|
|
`;break}case-2:{Pe=ne?" ":" ";break}case-1:{if(!ne&&he)continue;Pe=" ";break}default:Pe=String.fromCharCode(ve)}he=ve===-2,le.push(Pe)}return le.join("")}const jn={name:"thematicBreak",tokenize:ra};function ra(z,ne,oe){let le=0,he;return ve;function ve(je){return z.enter("thematicBreak"),Pe(je)}function Pe(je){return he=je,Ne(je)}function Ne(je){return je===he?(z.enter("thematicBreakSequence"),Me(je)):le>=3&&(je===null||An(je))?(z.exit("thematicBreak"),ne(je)):oe(je)}function Me(je){return je===he?(z.consume(je),le++,Me):(z.exit("thematicBreakSequence"),da(je)?Ra(z,Ne,"whitespace")(je):Ne(je))}}const _a={name:"list",tokenize:_e,continuation:{tokenize:nt},exit:gn},Or={tokenize:na,partial:!0},Fe={tokenize:St,partial:!0};function _e(z,ne,oe){const le=this,he=le.events[le.events.length-1];let ve=he&&he[1].type==="linePrefix"?he[2].sliceSerialize(he[1],!0).length:0,Pe=0;return Ne;function Ne(Ge){const Rt=le.containerState.type||(Ge===42||Ge===43||Ge===45?"listUnordered":"listOrdered");if(Rt==="listUnordered"?!le.containerState.marker||Ge===le.containerState.marker:ca(Ge)){if(le.containerState.type||(le.containerState.type=Rt,z.enter(Rt,{_container:!0})),Rt==="listUnordered")return z.enter("listItemPrefix"),Ge===42||Ge===45?z.check(jn,oe,je)(Ge):je(Ge);if(!le.interrupt||Ge===49)return z.enter("listItemPrefix"),z.enter("listItemValue"),Me(Ge)}return oe(Ge)}function Me(Ge){return ca(Ge)&&++Pe<10?(z.consume(Ge),Me):(!le.interrupt||Pe<2)&&(le.containerState.marker?Ge===le.containerState.marker:Ge===41||Ge===46)?(z.exit("listItemValue"),je(Ge)):oe(Ge)}function je(Ge){return z.enter("listItemMarker"),z.consume(Ge),z.exit("listItemMarker"),le.containerState.marker=le.containerState.marker||Ge,z.check(Br,le.interrupt?oe:Be,z.attempt(Or,Ve,Xe))}function Be(Ge){return le.containerState.initialBlankLine=!0,ve++,Ve(Ge)}function Xe(Ge){return da(Ge)?(z.enter("listItemPrefixWhitespace"),z.consume(Ge),z.exit("listItemPrefixWhitespace"),Ve):oe(Ge)}function Ve(Ge){return le.containerState.size=ve+le.sliceSerialize(z.exit("listItemPrefix"),!0).length,ne(Ge)}}function nt(z,ne,oe){const le=this;return le.containerState._closeFlow=void 0,z.check(Br,he,ve);function he(Ne){return le.containerState.furtherBlankLines=le.containerState.furtherBlankLines||le.containerState.initialBlankLine,Ra(z,ne,"listItemIndent",le.containerState.size+1)(Ne)}function ve(Ne){return le.containerState.furtherBlankLines||!da(Ne)?(le.containerState.furtherBlankLines=void 0,le.containerState.initialBlankLine=void 0,Pe(Ne)):(le.containerState.furtherBlankLines=void 0,le.containerState.initialBlankLine=void 0,z.attempt(Fe,ne,Pe)(Ne))}function Pe(Ne){return le.containerState._closeFlow=!0,le.interrupt=void 0,Ra(z,z.attempt(_a,ne,oe),"linePrefix",le.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Ne)}}function St(z,ne,oe){const le=this;return Ra(z,he,"listItemIndent",le.containerState.size+1);function he(ve){const Pe=le.events[le.events.length-1];return Pe&&Pe[1].type==="listItemIndent"&&Pe[2].sliceSerialize(Pe[1],!0).length===le.containerState.size?ne(ve):oe(ve)}}function gn(z){z.exit(this.containerState.type)}function na(z,ne,oe){const le=this;return Ra(z,he,"listItemPrefixWhitespace",le.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function he(ve){const Pe=le.events[le.events.length-1];return!da(ve)&&Pe&&Pe[1].type==="listItemPrefixWhitespace"?ne(ve):oe(ve)}}const xa={name:"blockQuote",tokenize:Ha,continuation:{tokenize:$a},exit:Ur};function Ha(z,ne,oe){const le=this;return he;function he(Pe){if(Pe===62){const Ne=le.containerState;return Ne.open||(z.enter("blockQuote",{_container:!0}),Ne.open=!0),z.enter("blockQuotePrefix"),z.enter("blockQuoteMarker"),z.consume(Pe),z.exit("blockQuoteMarker"),ve}return oe(Pe)}function ve(Pe){return da(Pe)?(z.enter("blockQuotePrefixWhitespace"),z.consume(Pe),z.exit("blockQuotePrefixWhitespace"),z.exit("blockQuotePrefix"),ne):(z.exit("blockQuotePrefix"),ne(Pe))}}function $a(z,ne,oe){const le=this;return he;function he(Pe){return da(Pe)?Ra(z,ve,"linePrefix",le.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Pe):ve(Pe)}function ve(Pe){return z.attempt(xa,ne,oe)(Pe)}}function Ur(z){z.exit("blockQuote")}function kr(z,ne,oe,le,he,ve,Pe,Ne,Me){const je=Me||Number.POSITIVE_INFINITY;let Be=0;return Xe;function Xe(Nt){return Nt===60?(z.enter(le),z.enter(he),z.enter(ve),z.consume(Nt),z.exit(ve),Ve):Nt===null||Nt===32||Nt===41||Ht(Nt)?oe(Nt):(z.enter(le),z.enter(Pe),z.enter(Ne),z.enter("chunkString",{contentType:"string"}),kt(Nt))}function Ve(Nt){return Nt===62?(z.enter(ve),z.consume(Nt),z.exit(ve),z.exit(he),z.exit(le),ne):(z.enter(Ne),z.enter("chunkString",{contentType:"string"}),Ge(Nt))}function Ge(Nt){return Nt===62?(z.exit("chunkString"),z.exit(Ne),Ve(Nt)):Nt===null||Nt===60||An(Nt)?oe(Nt):(z.consume(Nt),Nt===92?Rt:Ge)}function Rt(Nt){return Nt===60||Nt===62||Nt===92?(z.consume(Nt),Ge):Ge(Nt)}function kt(Nt){return!Be&&(Nt===null||Nt===41||Ma(Nt))?(z.exit("chunkString"),z.exit(Ne),z.exit(Pe),z.exit(le),ne(Nt)):Be<je&&Nt===40?(z.consume(Nt),Be++,kt):Nt===41?(z.consume(Nt),Be--,kt):Nt===null||Nt===32||Nt===40||Ht(Nt)?oe(Nt):(z.consume(Nt),Nt===92?en:kt)}function en(Nt){return Nt===40||Nt===41||Nt===92?(z.consume(Nt),kt):kt(Nt)}}function ro(z,ne,oe,le,he,ve){const Pe=this;let Ne=0,Me;return je;function je(Ge){return z.enter(le),z.enter(he),z.consume(Ge),z.exit(he),z.enter(ve),Be}function Be(Ge){return Ne>999||Ge===null||Ge===91||Ge===93&&!Me||Ge===94&&!Ne&&"_hiddenFootnoteSupport"in Pe.parser.constructs?oe(Ge):Ge===93?(z.exit(ve),z.enter(he),z.consume(Ge),z.exit(he),z.exit(le),ne):An(Ge)?(z.enter("lineEnding"),z.consume(Ge),z.exit("lineEnding"),Be):(z.enter("chunkString",{contentType:"string"}),Xe(Ge))}function Xe(Ge){return Ge===null||Ge===91||Ge===93||An(Ge)||Ne++>999?(z.exit("chunkString"),Be(Ge)):(z.consume(Ge),Me||(Me=!da(Ge)),Ge===92?Ve:Xe)}function Ve(Ge){return Ge===91||Ge===92||Ge===93?(z.consume(Ge),Ne++,Xe):Xe(Ge)}}function Sr(z,ne,oe,le,he,ve){let Pe;return Ne;function Ne(Ve){return Ve===34||Ve===39||Ve===40?(z.enter(le),z.enter(he),z.consume(Ve),z.exit(he),Pe=Ve===40?41:Ve,Me):oe(Ve)}function Me(Ve){return Ve===Pe?(z.enter(he),z.consume(Ve),z.exit(he),z.exit(le),ne):(z.enter(ve),je(Ve))}function je(Ve){return Ve===Pe?(z.exit(ve),Me(Pe)):Ve===null?oe(Ve):An(Ve)?(z.enter("lineEnding"),z.consume(Ve),z.exit("lineEnding"),Ra(z,je,"linePrefix")):(z.enter("chunkString",{contentType:"string"}),Be(Ve))}function Be(Ve){return Ve===Pe||Ve===null||An(Ve)?(z.exit("chunkString"),je(Ve)):(z.consume(Ve),Ve===92?Xe:Be)}function Xe(Ve){return Ve===Pe||Ve===92?(z.consume(Ve),Be):Be(Ve)}}function ka(z,ne){let oe;return le;function le(he){return An(he)?(z.enter("lineEnding"),z.consume(he),z.exit("lineEnding"),oe=!0,le):da(he)?Ra(z,le,oe?"linePrefix":"lineSuffix")(he):ne(he)}}function Ba(z){return z.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Kr={name:"definition",tokenize:Po},so={tokenize:Zr,partial:!0};function Po(z,ne,oe){const le=this;let he;return ve;function ve(Ge){return z.enter("definition"),Pe(Ge)}function Pe(Ge){return ro.call(le,z,Ne,oe,"definitionLabel","definitionLabelMarker","definitionLabelString")(Ge)}function Ne(Ge){return he=Ba(le.sliceSerialize(le.events[le.events.length-1][1]).slice(1,-1)),Ge===58?(z.enter("definitionMarker"),z.consume(Ge),z.exit("definitionMarker"),Me):oe(Ge)}function Me(Ge){return Ma(Ge)?ka(z,je)(Ge):je(Ge)}function je(Ge){return kr(z,Be,oe,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(Ge)}function Be(Ge){return z.attempt(so,Xe,Xe)(Ge)}function Xe(Ge){return da(Ge)?Ra(z,Ve,"whitespace")(Ge):Ve(Ge)}function Ve(Ge){return Ge===null||An(Ge)?(z.exit("definition"),le.parser.defined.push(he),ne(Ge)):oe(Ge)}}function Zr(z,ne,oe){return le;function le(Ne){return Ma(Ne)?ka(z,he)(Ne):oe(Ne)}function he(Ne){return Sr(z,ve,oe,"definitionTitle","definitionTitleMarker","definitionTitleString")(Ne)}function ve(Ne){return da(Ne)?Ra(z,Pe,"whitespace")(Ne):Pe(Ne)}function Pe(Ne){return Ne===null||An(Ne)?ne(Ne):oe(Ne)}}const co={name:"codeIndented",tokenize:qr},Jr={tokenize:Qr,partial:!0};function qr(z,ne,oe){const le=this;return he;function he(je){return z.enter("codeIndented"),Ra(z,ve,"linePrefix",5)(je)}function ve(je){const Be=le.events[le.events.length-1];return Be&&Be[1].type==="linePrefix"&&Be[2].sliceSerialize(Be[1],!0).length>=4?Pe(je):oe(je)}function Pe(je){return je===null?Me(je):An(je)?z.attempt(Jr,Pe,Me)(je):(z.enter("codeFlowValue"),Ne(je))}function Ne(je){return je===null||An(je)?(z.exit("codeFlowValue"),Pe(je)):(z.consume(je),Ne)}function Me(je){return z.exit("codeIndented"),ne(je)}}function Qr(z,ne,oe){const le=this;return he;function he(Pe){return le.parser.lazy[le.now().line]?oe(Pe):An(Pe)?(z.enter("lineEnding"),z.consume(Pe),z.exit("lineEnding"),he):Ra(z,ve,"linePrefix",5)(Pe)}function ve(Pe){const Ne=le.events[le.events.length-1];return Ne&&Ne[1].type==="linePrefix"&&Ne[2].sliceSerialize(Ne[1],!0).length>=4?ne(Pe):An(Pe)?he(Pe):oe(Pe)}}const Fa={name:"headingAtx",tokenize:zr,resolve:Cr};function Cr(z,ne){let oe=z.length-2,le=3,he,ve;return z[le][1].type==="whitespace"&&(le+=2),oe-2>le&&z[oe][1].type==="whitespace"&&(oe-=2),z[oe][1].type==="atxHeadingSequence"&&(le===oe-1||oe-4>le&&z[oe-2][1].type==="whitespace")&&(oe-=le+1===oe?2:4),oe>le&&(he={type:"atxHeadingText",start:z[le][1].start,end:z[oe][1].end},ve={type:"chunkText",start:z[le][1].start,end:z[oe][1].end,contentType:"text"},Xa(z,le,oe-le+1,[["enter",he,ne],["enter",ve,ne],["exit",ve,ne],["exit",he,ne]])),z}function zr(z,ne,oe){let le=0;return he;function he(Be){return z.enter("atxHeading"),ve(Be)}function ve(Be){return z.enter("atxHeadingSequence"),Pe(Be)}function Pe(Be){return Be===35&&le++<6?(z.consume(Be),Pe):Be===null||Ma(Be)?(z.exit("atxHeadingSequence"),Ne(Be)):oe(Be)}function Ne(Be){return Be===35?(z.enter("atxHeadingSequence"),Me(Be)):Be===null||An(Be)?(z.exit("atxHeading"),ne(Be)):da(Be)?Ra(z,Ne,"whitespace")(Be):(z.enter("atxHeadingText"),je(Be))}function Me(Be){return Be===35?(z.consume(Be),Me):(z.exit("atxHeadingSequence"),Ne(Be))}function je(Be){return Be===null||Be===35||Ma(Be)?(z.exit("atxHeadingText"),Ne(Be)):(z.consume(Be),je)}}const ja={name:"setextUnderline",tokenize:Gr,resolveTo:Ar};function Ar(z,ne){let oe=z.length,le,he,ve;for(;oe--;)if(z[oe][0]==="enter"){if(z[oe][1].type==="content"){le=oe;break}z[oe][1].type==="paragraph"&&(he=oe)}else z[oe][1].type==="content"&&z.splice(oe,1),!ve&&z[oe][1].type==="definition"&&(ve=oe);const Pe={type:"setextHeading",start:Object.assign({},z[he][1].start),end:Object.assign({},z[z.length-1][1].end)};return z[he][1].type="setextHeadingText",ve?(z.splice(he,0,["enter",Pe,ne]),z.splice(ve+1,0,["exit",z[le][1],ne]),z[le][1].end=Object.assign({},z[ve][1].end)):z[le][1]=Pe,z.push(["exit",Pe,ne]),z}function Gr(z,ne,oe){const le=this;let he;return ve;function ve(je){let Be=le.events.length,Xe;for(;Be--;)if(le.events[Be][1].type!=="lineEnding"&&le.events[Be][1].type!=="linePrefix"&&le.events[Be][1].type!=="content"){Xe=le.events[Be][1].type==="paragraph";break}return!le.parser.lazy[le.now().line]&&(le.interrupt||Xe)?(z.enter("setextHeadingLine"),he=je,Pe(je)):oe(je)}function Pe(je){return z.enter("setextHeadingLineSequence"),Ne(je)}function Ne(je){return je===he?(z.consume(je),Ne):(z.exit("setextHeadingLineSequence"),da(je)?Ra(z,Me,"lineSuffix")(je):Me(je))}function Me(je){return je===null||An(je)?(z.exit("setextHeadingLine"),ne(je)):oe(je)}}const Ro=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],So=["pre","script","style","textarea"],Oo={name:"htmlFlow",tokenize:oi,resolveTo:ri,concrete:!0},ai={tokenize:mo,partial:!0},si={tokenize:li,partial:!0};function ri(z){let ne=z.length;for(;ne--&&!(z[ne][0]==="enter"&&z[ne][1].type==="htmlFlow"););return ne>1&&z[ne-2][1].type==="linePrefix"&&(z[ne][1].start=z[ne-2][1].start,z[ne+1][1].start=z[ne-2][1].start,z.splice(ne-2,2)),z}function oi(z,ne,oe){const le=this;let he,ve,Pe,Ne,Me;return je;function je(mt){return Be(mt)}function Be(mt){return z.enter("htmlFlow"),z.enter("htmlFlowData"),z.consume(mt),Xe}function Xe(mt){return mt===33?(z.consume(mt),Ve):mt===47?(z.consume(mt),ve=!0,kt):mt===63?(z.consume(mt),he=3,le.interrupt?ne:ct):Tt(mt)?(z.consume(mt),Pe=String.fromCharCode(mt),en):oe(mt)}function Ve(mt){return mt===45?(z.consume(mt),he=2,Ge):mt===91?(z.consume(mt),he=5,Ne=0,Rt):Tt(mt)?(z.consume(mt),he=4,le.interrupt?ne:ct):oe(mt)}function Ge(mt){return mt===45?(z.consume(mt),le.interrupt?ne:ct):oe(mt)}function Rt(mt){const ta="CDATA[";return mt===ta.charCodeAt(Ne++)?(z.consume(mt),Ne===ta.length?le.interrupt?ne:sa:Rt):oe(mt)}function kt(mt){return Tt(mt)?(z.consume(mt),Pe=String.fromCharCode(mt),en):oe(mt)}function en(mt){if(mt===null||mt===47||mt===62||Ma(mt)){const ta=mt===47,ua=Pe.toLowerCase();return!ta&&!ve&&So.includes(ua)?(he=1,le.interrupt?ne(mt):sa(mt)):Ro.includes(Pe.toLowerCase())?(he=6,ta?(z.consume(mt),Nt):le.interrupt?ne(mt):sa(mt)):(he=7,le.interrupt&&!le.parser.lazy[le.now().line]?oe(mt):ve?Ft(mt):an(mt))}return mt===45||_t(mt)?(z.consume(mt),Pe+=String.fromCharCode(mt),en):oe(mt)}function Nt(mt){return mt===62?(z.consume(mt),le.interrupt?ne:sa):oe(mt)}function Ft(mt){return da(mt)?(z.consume(mt),Ft):oa(mt)}function an(mt){return mt===47?(z.consume(mt),oa):mt===58||mt===95||Tt(mt)?(z.consume(mt),_n):da(mt)?(z.consume(mt),an):oa(mt)}function _n(mt){return mt===45||mt===46||mt===58||mt===95||_t(mt)?(z.consume(mt),_n):ea(mt)}function ea(mt){return mt===61?(z.consume(mt),$t):da(mt)?(z.consume(mt),ea):an(mt)}function $t(mt){return mt===null||mt===60||mt===61||mt===62||mt===96?oe(mt):mt===34||mt===39?(z.consume(mt),Me=mt,zn):da(mt)?(z.consume(mt),$t):ya(mt)}function zn(mt){return mt===Me?(z.consume(mt),Me=null,Aa):mt===null||An(mt)?oe(mt):(z.consume(mt),zn)}function ya(mt){return mt===null||mt===34||mt===39||mt===47||mt===60||mt===61||mt===62||mt===96||Ma(mt)?ea(mt):(z.consume(mt),ya)}function Aa(mt){return mt===47||mt===62||da(mt)?an(mt):oe(mt)}function oa(mt){return mt===62?(z.consume(mt),ba):oe(mt)}function ba(mt){return mt===null||An(mt)?sa(mt):da(mt)?(z.consume(mt),ba):oe(mt)}function sa(mt){return mt===45&&he===2?(z.consume(mt),bn):mt===60&&he===1?(z.consume(mt),Un):mt===62&&he===4?(z.consume(mt),Ja):mt===63&&he===3?(z.consume(mt),ct):mt===93&&he===5?(z.consume(mt),La):An(mt)&&(he===6||he===7)?(z.exit("htmlFlowData"),z.check(ai,Fr,Wn)(mt)):mt===null||An(mt)?(z.exit("htmlFlowData"),Wn(mt)):(z.consume(mt),sa)}function Wn(mt){return z.check(si,fn,Fr)(mt)}function fn(mt){return z.enter("lineEnding"),z.consume(mt),z.exit("lineEnding"),En}function En(mt){return mt===null||An(mt)?Wn(mt):(z.enter("htmlFlowData"),sa(mt))}function bn(mt){return mt===45?(z.consume(mt),ct):sa(mt)}function Un(mt){return mt===47?(z.consume(mt),Pe="",Na):sa(mt)}function Na(mt){if(mt===62){const ta=Pe.toLowerCase();return So.includes(ta)?(z.consume(mt),Ja):sa(mt)}return Tt(mt)&&Pe.length<8?(z.consume(mt),Pe+=String.fromCharCode(mt),Na):sa(mt)}function La(mt){return mt===93?(z.consume(mt),ct):sa(mt)}function ct(mt){return mt===62?(z.consume(mt),Ja):mt===45&&he===2?(z.consume(mt),ct):sa(mt)}function Ja(mt){return mt===null||An(mt)?(z.exit("htmlFlowData"),Fr(mt)):(z.consume(mt),Ja)}function Fr(mt){return z.exit("htmlFlow"),ne(mt)}}function li(z,ne,oe){const le=this;return he;function he(Pe){return An(Pe)?(z.enter("lineEnding"),z.consume(Pe),z.exit("lineEnding"),ve):oe(Pe)}function ve(Pe){return le.parser.lazy[le.now().line]?oe(Pe):ne(Pe)}}function mo(z,ne,oe){return le;function le(he){return z.enter("lineEnding"),z.consume(he),z.exit("lineEnding"),z.attempt(Br,ne,oe)}}const Ua={tokenize:No,partial:!0},dr={name:"codeFenced",tokenize:oo,concrete:!0};function oo(z,ne,oe){const le=this,he={tokenize:ea,partial:!0};let ve=0,Pe=0,Ne;return Me;function Me($t){return je($t)}function je($t){const zn=le.events[le.events.length-1];return ve=zn&&zn[1].type==="linePrefix"?zn[2].sliceSerialize(zn[1],!0).length:0,Ne=$t,z.enter("codeFenced"),z.enter("codeFencedFence"),z.enter("codeFencedFenceSequence"),Be($t)}function Be($t){return $t===Ne?(Pe++,z.consume($t),Be):Pe<3?oe($t):(z.exit("codeFencedFenceSequence"),da($t)?Ra(z,Xe,"whitespace")($t):Xe($t))}function Xe($t){return $t===null||An($t)?(z.exit("codeFencedFence"),le.interrupt?ne($t):z.check(Ua,kt,_n)($t)):(z.enter("codeFencedFenceInfo"),z.enter("chunkString",{contentType:"string"}),Ve($t))}function Ve($t){return $t===null||An($t)?(z.exit("chunkString"),z.exit("codeFencedFenceInfo"),Xe($t)):da($t)?(z.exit("chunkString"),z.exit("codeFencedFenceInfo"),Ra(z,Ge,"whitespace")($t)):$t===96&&$t===Ne?oe($t):(z.consume($t),Ve)}function Ge($t){return $t===null||An($t)?Xe($t):(z.enter("codeFencedFenceMeta"),z.enter("chunkString",{contentType:"string"}),Rt($t))}function Rt($t){return $t===null||An($t)?(z.exit("chunkString"),z.exit("codeFencedFenceMeta"),Xe($t)):$t===96&&$t===Ne?oe($t):(z.consume($t),Rt)}function kt($t){return z.attempt(he,_n,en)($t)}function en($t){return z.enter("lineEnding"),z.consume($t),z.exit("lineEnding"),Nt}function Nt($t){return ve>0&&da($t)?Ra(z,Ft,"linePrefix",ve+1)($t):Ft($t)}function Ft($t){return $t===null||An($t)?z.check(Ua,kt,_n)($t):(z.enter("codeFlowValue"),an($t))}function an($t){return $t===null||An($t)?(z.exit("codeFlowValue"),Ft($t)):(z.consume($t),an)}function _n($t){return z.exit("codeFenced"),ne($t)}function ea($t,zn,ya){let Aa=0;return oa;function oa(En){return $t.enter("lineEnding"),$t.consume(En),$t.exit("lineEnding"),ba}function ba(En){return $t.enter("codeFencedFence"),da(En)?Ra($t,sa,"linePrefix",le.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(En):sa(En)}function sa(En){return En===Ne?($t.enter("codeFencedFenceSequence"),Wn(En)):ya(En)}function Wn(En){return En===Ne?(Aa++,$t.consume(En),Wn):Aa>=Pe?($t.exit("codeFencedFenceSequence"),da(En)?Ra($t,fn,"whitespace")(En):fn(En)):ya(En)}function fn(En){return En===null||An(En)?($t.exit("codeFencedFence"),zn(En)):ya(En)}}}function No(z,ne,oe){const le=this;return he;function he(Pe){return Pe===null?oe(Pe):(z.enter("lineEnding"),z.consume(Pe),z.exit("lineEnding"),ve)}function ve(Pe){return le.parser.lazy[le.now().line]?oe(Pe):ne(Pe)}}const Wo=document.createElement("i");function Pi(z){const ne="&"+z+";";Wo.innerHTML=ne;const oe=Wo.textContent;return oe.charCodeAt(oe.length-1)===59&&z!=="semi"||oe===ne?!1:oe}const di={name:"characterReference",tokenize:Oi};function Oi(z,ne,oe){const le=this;let he=0,ve,Pe;return Ne;function Ne(Xe){return z.enter("characterReference"),z.enter("characterReferenceMarker"),z.consume(Xe),z.exit("characterReferenceMarker"),Me}function Me(Xe){return Xe===35?(z.enter("characterReferenceMarkerNumeric"),z.consume(Xe),z.exit("characterReferenceMarkerNumeric"),je):(z.enter("characterReferenceValue"),ve=31,Pe=_t,Be(Xe))}function je(Xe){return Xe===88||Xe===120?(z.enter("characterReferenceMarkerHexadecimal"),z.consume(Xe),z.exit("characterReferenceMarkerHexadecimal"),z.enter("characterReferenceValue"),ve=6,Pe=la,Be):(z.enter("characterReferenceValue"),ve=7,Pe=ca,Be(Xe))}function Be(Xe){if(Xe===59&&he){const Ve=z.exit("characterReferenceValue");return Pe===_t&&!Pi(le.sliceSerialize(Ve))?oe(Xe):(z.enter("characterReferenceMarker"),z.consume(Xe),z.exit("characterReferenceMarker"),z.exit("characterReference"),ne)}return Pe(Xe)&&he++<ve?(z.consume(Xe),Be):oe(Xe)}}const ui={name:"characterEscape",tokenize:ko};function ko(z,ne,oe){return le;function le(ve){return z.enter("characterEscape"),z.enter("escapeMarker"),z.consume(ve),z.exit("escapeMarker"),he}function he(ve){return ha(ve)?(z.enter("characterEscapeValue"),z.consume(ve),z.exit("characterEscapeValue"),z.exit("characterEscape"),ne):oe(ve)}}const ki={name:"lineEnding",tokenize:Si};function Si(z,ne){return oe;function oe(le){return z.enter("lineEnding"),z.consume(le),z.exit("lineEnding"),Ra(z,ne,"linePrefix")}}const $i={name:"labelEnd",tokenize:tl,resolveTo:ji,resolveAll:el},rs={tokenize:Co},Cl={tokenize:Vo},Ci={tokenize:Ri};function el(z){let ne=-1;for(;++ne<z.length;){const oe=z[ne][1];(oe.type==="labelImage"||oe.type==="labelLink"||oe.type==="labelEnd")&&(z.splice(ne+1,oe.type==="labelImage"?4:2),oe.type="data",ne++)}return z}function ji(z,ne){let oe=z.length,le=0,he,ve,Pe,Ne;for(;oe--;)if(he=z[oe][1],ve){if(he.type==="link"||he.type==="labelLink"&&he._inactive)break;z[oe][0]==="enter"&&he.type==="labelLink"&&(he._inactive=!0)}else if(Pe){if(z[oe][0]==="enter"&&(he.type==="labelImage"||he.type==="labelLink")&&!he._balanced&&(ve=oe,he.type!=="labelLink")){le=2;break}}else he.type==="labelEnd"&&(Pe=oe);const Me={type:z[ve][1].type==="labelLink"?"link":"image",start:Object.assign({},z[ve][1].start),end:Object.assign({},z[z.length-1][1].end)},je={type:"label",start:Object.assign({},z[ve][1].start),end:Object.assign({},z[Pe][1].end)},Be={type:"labelText",start:Object.assign({},z[ve+le+2][1].end),end:Object.assign({},z[Pe-2][1].start)};return Ne=[["enter",Me,ne],["enter",je,ne]],Ne=Ca(Ne,z.slice(ve+1,ve+le+3)),Ne=Ca(Ne,[["enter",Be,ne]]),Ne=Ca(Ne,nr(ne.parser.constructs.insideSpan.null,z.slice(ve+le+4,Pe-3),ne)),Ne=Ca(Ne,[["exit",Be,ne],z[Pe-2],z[Pe-1],["exit",je,ne]]),Ne=Ca(Ne,z.slice(Pe+1)),Ne=Ca(Ne,[["exit",Me,ne]]),Xa(z,ve,z.length,Ne),z}function tl(z,ne,oe){const le=this;let he=le.events.length,ve,Pe;for(;he--;)if((le.events[he][1].type==="labelImage"||le.events[he][1].type==="labelLink")&&!le.events[he][1]._balanced){ve=le.events[he][1];break}return Ne;function Ne(Ve){return ve?ve._inactive?Xe(Ve):(Pe=le.parser.defined.includes(Ba(le.sliceSerialize({start:ve.end,end:le.now()}))),z.enter("labelEnd"),z.enter("labelMarker"),z.consume(Ve),z.exit("labelMarker"),z.exit("labelEnd"),Me):oe(Ve)}function Me(Ve){return Ve===40?z.attempt(rs,Be,Pe?Be:Xe)(Ve):Ve===91?z.attempt(Cl,Be,Pe?je:Xe)(Ve):Pe?Be(Ve):Xe(Ve)}function je(Ve){return z.attempt(Ci,Be,Xe)(Ve)}function Be(Ve){return ne(Ve)}function Xe(Ve){return ve._balanced=!0,oe(Ve)}}function Co(z,ne,oe){return le;function le(Xe){return z.enter("resource"),z.enter("resourceMarker"),z.consume(Xe),z.exit("resourceMarker"),he}function he(Xe){return Ma(Xe)?ka(z,ve)(Xe):ve(Xe)}function ve(Xe){return Xe===41?Be(Xe):kr(z,Pe,Ne,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(Xe)}function Pe(Xe){return Ma(Xe)?ka(z,Me)(Xe):Be(Xe)}function Ne(Xe){return oe(Xe)}function Me(Xe){return Xe===34||Xe===39||Xe===40?Sr(z,je,oe,"resourceTitle","resourceTitleMarker","resourceTitleString")(Xe):Be(Xe)}function je(Xe){return Ma(Xe)?ka(z,Be)(Xe):Be(Xe)}function Be(Xe){return Xe===41?(z.enter("resourceMarker"),z.consume(Xe),z.exit("resourceMarker"),z.exit("resource"),ne):oe(Xe)}}function Vo(z,ne,oe){const le=this;return he;function he(Ne){return ro.call(le,z,ve,Pe,"reference","referenceMarker","referenceString")(Ne)}function ve(Ne){return le.parser.defined.includes(Ba(le.sliceSerialize(le.events[le.events.length-1][1]).slice(1,-1)))?ne(Ne):oe(Ne)}function Pe(Ne){return oe(Ne)}}function Ri(z,ne,oe){return le;function le(ve){return z.enter("reference"),z.enter("referenceMarker"),z.consume(ve),z.exit("referenceMarker"),he}function he(ve){return ve===93?(z.enter("referenceMarker"),z.consume(ve),z.exit("referenceMarker"),z.exit("reference"),ne):oe(ve)}}const gi={name:"labelStartImage",tokenize:wi,resolveAll:$i.resolveAll};function wi(z,ne,oe){const le=this;return he;function he(Ne){return z.enter("labelImage"),z.enter("labelImageMarker"),z.consume(Ne),z.exit("labelImageMarker"),ve}function ve(Ne){return Ne===91?(z.enter("labelMarker"),z.consume(Ne),z.exit("labelMarker"),z.exit("labelImage"),Pe):oe(Ne)}function Pe(Ne){return Ne===94&&"_hiddenFootnoteSupport"in le.parser.constructs?oe(Ne):ne(Ne)}}function Di(z){if(z===null||Ma(z)||Tr(z))return 1;if(tr(z))return 2}const wl={name:"attention",tokenize:gu,resolveAll:du};function du(z,ne){let oe=-1,le,he,ve,Pe,Ne,Me,je,Be;for(;++oe<z.length;)if(z[oe][0]==="enter"&&z[oe][1].type==="attentionSequence"&&z[oe][1]._close){for(le=oe;le--;)if(z[le][0]==="exit"&&z[le][1].type==="attentionSequence"&&z[le][1]._open&&ne.sliceSerialize(z[le][1]).charCodeAt(0)===ne.sliceSerialize(z[oe][1]).charCodeAt(0)){if((z[le][1]._close||z[oe][1]._open)&&(z[oe][1].end.offset-z[oe][1].start.offset)%3&&!((z[le][1].end.offset-z[le][1].start.offset+z[oe][1].end.offset-z[oe][1].start.offset)%3))continue;Me=z[le][1].end.offset-z[le][1].start.offset>1&&z[oe][1].end.offset-z[oe][1].start.offset>1?2:1;const Xe=Object.assign({},z[le][1].end),Ve=Object.assign({},z[oe][1].start);xl(Xe,-Me),xl(Ve,Me),Pe={type:Me>1?"strongSequence":"emphasisSequence",start:Xe,end:Object.assign({},z[le][1].end)},Ne={type:Me>1?"strongSequence":"emphasisSequence",start:Object.assign({},z[oe][1].start),end:Ve},ve={type:Me>1?"strongText":"emphasisText",start:Object.assign({},z[le][1].end),end:Object.assign({},z[oe][1].start)},he={type:Me>1?"strong":"emphasis",start:Object.assign({},Pe.start),end:Object.assign({},Ne.end)},z[le][1].end=Object.assign({},Pe.start),z[oe][1].start=Object.assign({},Ne.end),je=[],z[le][1].end.offset-z[le][1].start.offset&&(je=Ca(je,[["enter",z[le][1],ne],["exit",z[le][1],ne]])),je=Ca(je,[["enter",he,ne],["enter",Pe,ne],["exit",Pe,ne],["enter",ve,ne]]),je=Ca(je,nr(ne.parser.constructs.insideSpan.null,z.slice(le+1,oe),ne)),je=Ca(je,[["exit",ve,ne],["enter",Ne,ne],["exit",Ne,ne],["exit",he,ne]]),z[oe][1].end.offset-z[oe][1].start.offset?(Be=2,je=Ca(je,[["enter",z[oe][1],ne],["exit",z[oe][1],ne]])):Be=0,Xa(z,le-1,oe-le+3,je),oe=le+je.length-Be-2;break}}for(oe=-1;++oe<z.length;)z[oe][1].type==="attentionSequence"&&(z[oe][1].type="data");return z}function gu(z,ne){const oe=this.parser.constructs.attentionMarkers.null,le=this.previous,he=Di(le);let ve;return Pe;function Pe(Me){return ve=Me,z.enter("attentionSequence"),Ne(Me)}function Ne(Me){if(Me===ve)return z.consume(Me),Ne;const je=z.exit("attentionSequence"),Be=Di(Me),Xe=!Be||Be===2&&he||oe.includes(Me),Ve=!he||he===2&&Be||oe.includes(le);return je._open=!!(ve===42?Xe:Xe&&(he||!Ve)),je._close=!!(ve===42?Ve:Ve&&(Be||!Xe)),ne(Me)}}function xl(z,ne){z.column+=ne,z.offset+=ne,z._bufferIndex+=ne}const Al={name:"autolink",tokenize:pu};function pu(z,ne,oe){let le=0;return he;function he(Ge){return z.enter("autolink"),z.enter("autolinkMarker"),z.consume(Ge),z.exit("autolinkMarker"),z.enter("autolinkProtocol"),ve}function ve(Ge){return Tt(Ge)?(z.consume(Ge),Pe):Ge===64?oe(Ge):je(Ge)}function Pe(Ge){return Ge===43||Ge===45||Ge===46||_t(Ge)?(le=1,Ne(Ge)):je(Ge)}function Ne(Ge){return Ge===58?(z.consume(Ge),le=0,Me):(Ge===43||Ge===45||Ge===46||_t(Ge))&&le++<32?(z.consume(Ge),Ne):(le=0,je(Ge))}function Me(Ge){return Ge===62?(z.exit("autolinkProtocol"),z.enter("autolinkMarker"),z.consume(Ge),z.exit("autolinkMarker"),z.exit("autolink"),ne):Ge===null||Ge===32||Ge===60||Ht(Ge)?oe(Ge):(z.consume(Ge),Me)}function je(Ge){return Ge===64?(z.consume(Ge),Be):jt(Ge)?(z.consume(Ge),je):oe(Ge)}function Be(Ge){return _t(Ge)?Xe(Ge):oe(Ge)}function Xe(Ge){return Ge===46?(z.consume(Ge),le=0,Be):Ge===62?(z.exit("autolinkProtocol").type="autolinkEmail",z.enter("autolinkMarker"),z.consume(Ge),z.exit("autolinkMarker"),z.exit("autolink"),ne):Ve(Ge)}function Ve(Ge){if((Ge===45||_t(Ge))&&le++<63){const Rt=Ge===45?Ve:Xe;return z.consume(Ge),Rt}return oe(Ge)}}const zc={name:"htmlText",tokenize:os};function os(z,ne,oe){const le=this;let he,ve,Pe;return Ne;function Ne(ct){return z.enter("htmlText"),z.enter("htmlTextData"),z.consume(ct),Me}function Me(ct){return ct===33?(z.consume(ct),je):ct===47?(z.consume(ct),ea):ct===63?(z.consume(ct),an):Tt(ct)?(z.consume(ct),ya):oe(ct)}function je(ct){return ct===45?(z.consume(ct),Be):ct===91?(z.consume(ct),ve=0,Rt):Tt(ct)?(z.consume(ct),Ft):oe(ct)}function Be(ct){return ct===45?(z.consume(ct),Ge):oe(ct)}function Xe(ct){return ct===null?oe(ct):ct===45?(z.consume(ct),Ve):An(ct)?(Pe=Xe,Un(ct)):(z.consume(ct),Xe)}function Ve(ct){return ct===45?(z.consume(ct),Ge):Xe(ct)}function Ge(ct){return ct===62?bn(ct):ct===45?Ve(ct):Xe(ct)}function Rt(ct){const Ja="CDATA[";return ct===Ja.charCodeAt(ve++)?(z.consume(ct),ve===Ja.length?kt:Rt):oe(ct)}function kt(ct){return ct===null?oe(ct):ct===93?(z.consume(ct),en):An(ct)?(Pe=kt,Un(ct)):(z.consume(ct),kt)}function en(ct){return ct===93?(z.consume(ct),Nt):kt(ct)}function Nt(ct){return ct===62?bn(ct):ct===93?(z.consume(ct),Nt):kt(ct)}function Ft(ct){return ct===null||ct===62?bn(ct):An(ct)?(Pe=Ft,Un(ct)):(z.consume(ct),Ft)}function an(ct){return ct===null?oe(ct):ct===63?(z.consume(ct),_n):An(ct)?(Pe=an,Un(ct)):(z.consume(ct),an)}function _n(ct){return ct===62?bn(ct):an(ct)}function ea(ct){return Tt(ct)?(z.consume(ct),$t):oe(ct)}function $t(ct){return ct===45||_t(ct)?(z.consume(ct),$t):zn(ct)}function zn(ct){return An(ct)?(Pe=zn,Un(ct)):da(ct)?(z.consume(ct),zn):bn(ct)}function ya(ct){return ct===45||_t(ct)?(z.consume(ct),ya):ct===47||ct===62||Ma(ct)?Aa(ct):oe(ct)}function Aa(ct){return ct===47?(z.consume(ct),bn):ct===58||ct===95||Tt(ct)?(z.consume(ct),oa):An(ct)?(Pe=Aa,Un(ct)):da(ct)?(z.consume(ct),Aa):bn(ct)}function oa(ct){return ct===45||ct===46||ct===58||ct===95||_t(ct)?(z.consume(ct),oa):ba(ct)}function ba(ct){return ct===61?(z.consume(ct),sa):An(ct)?(Pe=ba,Un(ct)):da(ct)?(z.consume(ct),ba):Aa(ct)}function sa(ct){return ct===null||ct===60||ct===61||ct===62||ct===96?oe(ct):ct===34||ct===39?(z.consume(ct),he=ct,Wn):An(ct)?(Pe=sa,Un(ct)):da(ct)?(z.consume(ct),sa):(z.consume(ct),fn)}function Wn(ct){return ct===he?(z.consume(ct),he=void 0,En):ct===null?oe(ct):An(ct)?(Pe=Wn,Un(ct)):(z.consume(ct),Wn)}function fn(ct){return ct===null||ct===34||ct===39||ct===60||ct===61||ct===96?oe(ct):ct===47||ct===62||Ma(ct)?Aa(ct):(z.consume(ct),fn)}function En(ct){return ct===47||ct===62||Ma(ct)?Aa(ct):oe(ct)}function bn(ct){return ct===62?(z.consume(ct),z.exit("htmlTextData"),z.exit("htmlText"),ne):oe(ct)}function Un(ct){return z.exit("htmlTextData"),z.enter("lineEnding"),z.consume(ct),z.exit("lineEnding"),Na}function Na(ct){return da(ct)?Ra(z,La,"linePrefix",le.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ct):La(ct)}function La(ct){return z.enter("htmlTextData"),Pe(ct)}}const mu={name:"labelStartLink",tokenize:fu,resolveAll:$i.resolveAll};function fu(z,ne,oe){const le=this;return he;function he(Pe){return z.enter("labelLink"),z.enter("labelMarker"),z.consume(Pe),z.exit("labelMarker"),z.exit("labelLink"),ve}function ve(Pe){return Pe===94&&"_hiddenFootnoteSupport"in le.parser.constructs?oe(Pe):ne(Pe)}}const hu={name:"hardBreakEscape",tokenize:Gc};function Gc(z,ne,oe){return le;function le(ve){return z.enter("hardBreakEscape"),z.consume(ve),he}function he(ve){return An(ve)?(z.exit("hardBreakEscape"),ne(ve)):oe(ve)}}const Su={name:"codeText",tokenize:ls,resolve:vu,previous:is};function vu(z){let ne=z.length-4,oe=3,le,he;if((z[oe][1].type==="lineEnding"||z[oe][1].type==="space")&&(z[ne][1].type==="lineEnding"||z[ne][1].type==="space")){for(le=oe;++le<ne;)if(z[le][1].type==="codeTextData"){z[oe][1].type="codeTextPadding",z[ne][1].type="codeTextPadding",oe+=2,ne-=2;break}}for(le=oe-1,ne++;++le<=ne;)he===void 0?le!==ne&&z[le][1].type!=="lineEnding"&&(he=le):(le===ne||z[le][1].type==="lineEnding")&&(z[he][1].type="codeTextData",le!==he+2&&(z[he][1].end=z[le-1][1].end,z.splice(he+2,le-he-2),ne-=le-he-2,le=he+2),he=void 0);return z}function is(z){return z!==96||this.events[this.events.length-1][1].type==="characterEscape"}function ls(z,ne,oe){const le=this;let he=0,ve,Pe;return Ne;function Ne(Ve){return z.enter("codeText"),z.enter("codeTextSequence"),Me(Ve)}function Me(Ve){return Ve===96?(z.consume(Ve),he++,Me):(z.exit("codeTextSequence"),je(Ve))}function je(Ve){return Ve===null?oe(Ve):Ve===32?(z.enter("space"),z.consume(Ve),z.exit("space"),je):Ve===96?(Pe=z.enter("codeTextSequence"),ve=0,Xe(Ve)):An(Ve)?(z.enter("lineEnding"),z.consume(Ve),z.exit("lineEnding"),je):(z.enter("codeTextData"),Be(Ve))}function Be(Ve){return Ve===null||Ve===32||Ve===96||An(Ve)?(z.exit("codeTextData"),je(Ve)):(z.consume(Ve),Be)}function Xe(Ve){return Ve===96?(z.consume(Ve),ve++,Xe):ve===he?(z.exit("codeTextSequence"),z.exit("codeText"),ne(Ve)):(Pe.type="codeTextData",Be(Ve))}}const ss={42:_a,43:_a,45:_a,48:_a,49:_a,50:_a,51:_a,52:_a,53:_a,54:_a,55:_a,56:_a,57:_a,62:xa},Il={91:Kr},us={[-2]:co,[-1]:co,32:co},cs={35:Fa,42:jn,45:[ja,jn],60:Oo,61:ja,95:jn,96:dr,126:dr},pi={38:di,92:ui},bu={[-5]:ki,[-4]:ki,[-3]:ki,33:gi,38:di,42:wl,60:[Al,zc],91:mu,92:[hu,ui],93:$i,95:wl,96:Su},ds={null:[wl,ao]},gs={null:[42,95]},yu={null:[]};function Eu(z){const oe=jr([pe,...(z||{}).extensions||[]]),le={defined:[],lazy:{},constructs:oe,content:he(Rr),document:he(xr),flow:he(Eo),string:he(_o),text:he(ni)};return le;function he(ve){return Pe;function Pe(Ne){return lo(le,ve,Ne)}}}const ps=/[\0\t\n\r]/g;function Pu(){let z=1,ne="",oe=!0,le;return he;function he(ve,Pe,Ne){const Me=[];let je,Be,Xe,Ve,Ge;for(ve=ne+(typeof ve=="string"?ve.toString():new TextDecoder(Pe||void 0).decode(ve)),Xe=0,ne="",oe&&(ve.charCodeAt(0)===65279&&Xe++,oe=void 0);Xe<ve.length;){if(ps.lastIndex=Xe,je=ps.exec(ve),Ve=je&&je.index!==void 0?je.index:ve.length,Ge=ve.charCodeAt(Ve),!je){ne=ve.slice(Xe);break}if(Ge===10&&Xe===Ve&&le)Me.push(-3),le=void 0;else switch(le&&(Me.push(-5),le=void 0),Xe<Ve&&(Me.push(ve.slice(Xe,Ve)),z+=Ve-Xe),Ge){case 0:{Me.push(65533),z++;break}case 9:{for(Be=Math.ceil(z/4)*4,Me.push(-2);z++<Be;)Me.push(-1);break}case 10:{Me.push(-4),z=1;break}default:le=!0,z=1}Xe=Ve+1}return Ne&&(le&&Me.push(-5),ne&&Me.push(ne),Me.push(null)),Me}}function ms(z,ne){const oe=Number.parseInt(z,ne);return oe<9||oe===11||oe>13&&oe<32||oe>126&&oe<160||oe>55295&&oe<57344||oe>64975&&oe<65008||(oe&65535)===65535||(oe&65535)===65534||oe>1114111?"\uFFFD":String.fromCodePoint(oe)}const Cu=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function fs(z){return z.replace(Cu,wu)}function wu(z,ne,oe){if(ne)return ne;if(oe.charCodeAt(0)===35){const he=oe.charCodeAt(1),ve=he===120||he===88;return ms(oe.slice(ve?2:1),ve?16:10)}return Pi(oe)||z}const Tl={}.hasOwnProperty;function xu(z,ne,oe){return typeof ne!="string"&&(oe=ne,ne=void 0),hs(oe)(po(Eu(oe).document().write(Pu()(z,ne,!0))))}function hs(z){const ne={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:ve(rr),autolinkProtocol:Aa,autolinkEmail:Aa,atxHeading:ve(br),blockQuote:ve(no),characterEscape:Aa,characterReference:Aa,codeFenced:ve(wr),codeFencedFenceInfo:Pe,codeFencedFenceMeta:Pe,codeIndented:ve(wr,Pe),codeText:ve(vr,Pe),codeTextData:Aa,data:Aa,codeFlowValue:Aa,definition:ve(gr),definitionDestinationString:Pe,definitionLabelString:Pe,definitionTitleString:Pe,emphasis:ve(sr),hardBreakEscape:ve(pr),hardBreakTrailing:ve(pr),htmlFlow:ve(Vr,Pe),htmlFlowData:Aa,htmlText:ve(Vr,Pe),htmlTextData:Aa,image:ve(mr),label:Pe,link:ve(rr),listItem:ve(yr),listItemValue:Ve,listOrdered:ve(_r,Xe),listUnordered:ve(_r),paragraph:ve(vo),reference:mt,referenceString:Pe,resourceDestinationString:Pe,resourceTitleString:Pe,setextHeading:ve(br),strong:ve(fo),thematicBreak:ve(Zo)},exit:{atxHeading:Me(),atxHeadingSequence:ea,autolink:Me(),autolinkEmail:za,autolinkProtocol:Dr,blockQuote:Me(),characterEscapeValue:oa,characterReferenceMarkerHexadecimal:ua,characterReferenceMarkerNumeric:ua,characterReferenceValue:ar,codeFenced:Me(en),codeFencedFence:kt,codeFencedFenceInfo:Ge,codeFencedFenceMeta:Rt,codeFlowValue:oa,codeIndented:Me(Nt),codeText:Me(En),codeTextData:oa,data:oa,definition:Me(),definitionDestinationString:_n,definitionLabelString:Ft,definitionTitleString:an,emphasis:Me(),hardBreakEscape:Me(sa),hardBreakTrailing:Me(sa),htmlFlow:Me(Wn),htmlFlowData:oa,htmlText:Me(fn),htmlTextData:oa,image:Me(Un),label:La,labelText:Na,lineEnding:ba,link:Me(bn),listItem:Me(),listOrdered:Me(),listUnordered:Me(),paragraph:Me(),referenceString:ta,resourceDestinationString:ct,resourceTitleString:Ja,resource:Fr,setextHeading:Me(ya),setextHeadingLineSequence:zn,setextHeadingText:$t,strong:Me(),thematicBreak:Me()}};Ss(ne,(z||{}).mdastExtensions||[]);const oe={};return le;function le(pn){let Nn={type:"root",children:[]};const qa={stack:[Nn],tokenStack:[],config:ne,enter:Ne,exit:je,buffer:Pe,resume:Be,data:oe},Za=[];let ur=-1;for(;++ur<pn.length;)if(pn[ur][1].type==="listOrdered"||pn[ur][1].type==="listUnordered")if(pn[ur][0]==="enter")Za.push(ur);else{const eo=Za.pop();ur=he(pn,eo,ur)}for(ur=-1;++ur<pn.length;){const eo=ne[pn[ur][0]];Tl.call(eo,pn[ur][1].type)&&eo[pn[ur][1].type].call(Object.assign({sliceSerialize:pn[ur][2].sliceSerialize},qa),pn[ur][1])}if(qa.tokenStack.length>0){const eo=qa.tokenStack[qa.tokenStack.length-1];(eo[1]||vs).call(qa,void 0,eo[0])}for(Nn.position={start:mi(pn.length>0?pn[0][1].start:{line:1,column:1,offset:0}),end:mi(pn.length>0?pn[pn.length-2][1].end:{line:1,column:1,offset:0})},ur=-1;++ur<ne.transforms.length;)Nn=ne.transforms[ur](Nn)||Nn;return Nn}function he(pn,Nn,qa){let Za=Nn-1,ur=-1,eo=!1,io,to,bo,Do;for(;++Za<=qa;){const uo=pn[Za];switch(uo[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{uo[0]==="enter"?ur++:ur--,Do=void 0;break}case"lineEndingBlank":{uo[0]==="enter"&&(io&&!Do&&!ur&&!bo&&(bo=Za),Do=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Do=void 0}if(!ur&&uo[0]==="enter"&&uo[1].type==="listItemPrefix"||ur===-1&&uo[0]==="exit"&&(uo[1].type==="listUnordered"||uo[1].type==="listOrdered")){if(io){let Mo=Za;for(to=void 0;Mo--;){const Qo=pn[Mo];if(Qo[1].type==="lineEnding"||Qo[1].type==="lineEndingBlank"){if(Qo[0]==="exit")continue;to&&(pn[to][1].type="lineEndingBlank",eo=!0),Qo[1].type="lineEnding",to=Mo}else if(!(Qo[1].type==="linePrefix"||Qo[1].type==="blockQuotePrefix"||Qo[1].type==="blockQuotePrefixWhitespace"||Qo[1].type==="blockQuoteMarker"||Qo[1].type==="listItemIndent"))break}bo&&(!to||bo<to)&&(io._spread=!0),io.end=Object.assign({},to?pn[to][1].start:uo[1].end),pn.splice(to||Za,0,["exit",io,uo[2]]),Za++,qa++}if(uo[1].type==="listItemPrefix"){const Mo={type:"listItem",_spread:!1,start:Object.assign({},uo[1].start),end:void 0};io=Mo,pn.splice(Za,0,["enter",Mo,uo[2]]),Za++,qa++,bo=void 0,Do=!0}}}return pn[Nn][1]._spread=eo,qa}function ve(pn,Nn){return qa;function qa(Za){Ne.call(this,pn(Za),Za),Nn&&Nn.call(this,Za)}}function Pe(){this.stack.push({type:"fragment",children:[]})}function Ne(pn,Nn,qa){this.stack[this.stack.length-1].children.push(pn),this.stack.push(pn),this.tokenStack.push([Nn,qa]),pn.position={start:mi(Nn.start),end:void 0}}function Me(pn){return Nn;function Nn(qa){pn&&pn.call(this,qa),je.call(this,qa)}}function je(pn,Nn){const qa=this.stack.pop(),Za=this.tokenStack.pop();if(Za)Za[0].type!==pn.type&&(Nn?Nn.call(this,pn,Za[0]):(Za[1]||vs).call(this,pn,Za[0]));else throw new Error("Cannot close `"+pn.type+"` ("+xt({start:pn.start,end:pn.end})+"): it\u2019s not open");qa.position.end=mi(pn.end)}function Be(){return Ta(this.stack.pop())}function Xe(){this.data.expectingFirstListItemValue=!0}function Ve(pn){if(this.data.expectingFirstListItemValue){const Nn=this.stack[this.stack.length-2];Nn.start=Number.parseInt(this.sliceSerialize(pn),10),this.data.expectingFirstListItemValue=void 0}}function Ge(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.lang=pn}function Rt(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.meta=pn}function kt(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function en(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.value=pn.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function Nt(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.value=pn.replace(/(\r?\n|\r)$/g,"")}function Ft(pn){const Nn=this.resume(),qa=this.stack[this.stack.length-1];qa.label=Nn,qa.identifier=Ba(this.sliceSerialize(pn)).toLowerCase()}function an(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.title=pn}function _n(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.url=pn}function ea(pn){const Nn=this.stack[this.stack.length-1];if(!Nn.depth){const qa=this.sliceSerialize(pn).length;Nn.depth=qa}}function $t(){this.data.setextHeadingSlurpLineEnding=!0}function zn(pn){const Nn=this.stack[this.stack.length-1];Nn.depth=this.sliceSerialize(pn).codePointAt(0)===61?1:2}function ya(){this.data.setextHeadingSlurpLineEnding=void 0}function Aa(pn){const qa=this.stack[this.stack.length-1].children;let Za=qa[qa.length-1];(!Za||Za.type!=="text")&&(Za=zo(),Za.position={start:mi(pn.start),end:void 0},qa.push(Za)),this.stack.push(Za)}function oa(pn){const Nn=this.stack.pop();Nn.value+=this.sliceSerialize(pn),Nn.position.end=mi(pn.end)}function ba(pn){const Nn=this.stack[this.stack.length-1];if(this.data.atHardBreak){const qa=Nn.children[Nn.children.length-1];qa.position.end=mi(pn.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&ne.canContainEols.includes(Nn.type)&&(Aa.call(this,pn),oa.call(this,pn))}function sa(){this.data.atHardBreak=!0}function Wn(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.value=pn}function fn(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.value=pn}function En(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.value=pn}function bn(){const pn=this.stack[this.stack.length-1];if(this.data.inReference){const Nn=this.data.referenceType||"shortcut";pn.type+="Reference",pn.referenceType=Nn,delete pn.url,delete pn.title}else delete pn.identifier,delete pn.label;this.data.referenceType=void 0}function Un(){const pn=this.stack[this.stack.length-1];if(this.data.inReference){const Nn=this.data.referenceType||"shortcut";pn.type+="Reference",pn.referenceType=Nn,delete pn.url,delete pn.title}else delete pn.identifier,delete pn.label;this.data.referenceType=void 0}function Na(pn){const Nn=this.sliceSerialize(pn),qa=this.stack[this.stack.length-2];qa.label=fs(Nn),qa.identifier=Ba(Nn).toLowerCase()}function La(){const pn=this.stack[this.stack.length-1],Nn=this.resume(),qa=this.stack[this.stack.length-1];if(this.data.inReference=!0,qa.type==="link"){const Za=pn.children;qa.children=Za}else qa.alt=Nn}function ct(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.url=pn}function Ja(){const pn=this.resume(),Nn=this.stack[this.stack.length-1];Nn.title=pn}function Fr(){this.data.inReference=void 0}function mt(){this.data.referenceType="collapsed"}function ta(pn){const Nn=this.resume(),qa=this.stack[this.stack.length-1];qa.label=Nn,qa.identifier=Ba(this.sliceSerialize(pn)).toLowerCase(),this.data.referenceType="full"}function ua(pn){this.data.characterReferenceType=pn.type}function ar(pn){const Nn=this.sliceSerialize(pn),qa=this.data.characterReferenceType;let Za;qa?(Za=ms(Nn,qa==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Za=Pi(Nn);const ur=this.stack.pop();ur.value+=Za,ur.position.end=mi(pn.end)}function Dr(pn){oa.call(this,pn);const Nn=this.stack[this.stack.length-1];Nn.url=this.sliceSerialize(pn)}function za(pn){oa.call(this,pn);const Nn=this.stack[this.stack.length-1];Nn.url="mailto:"+this.sliceSerialize(pn)}function no(){return{type:"blockquote",children:[]}}function wr(){return{type:"code",lang:null,meta:null,value:""}}function vr(){return{type:"inlineCode",value:""}}function gr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function sr(){return{type:"emphasis",children:[]}}function br(){return{type:"heading",depth:0,children:[]}}function pr(){return{type:"break"}}function Vr(){return{type:"html",value:""}}function mr(){return{type:"image",title:null,url:"",alt:null}}function rr(){return{type:"link",title:null,url:"",children:[]}}function _r(pn){return{type:"list",ordered:pn.type==="listOrdered",start:null,spread:pn._spread,children:[]}}function yr(pn){return{type:"listItem",spread:pn._spread,checked:null,children:[]}}function vo(){return{type:"paragraph",children:[]}}function fo(){return{type:"strong",children:[]}}function zo(){return{type:"text",value:""}}function Zo(){return{type:"thematicBreak"}}}function mi(z){return{line:z.line,column:z.column,offset:z.offset}}function Ss(z,ne){let oe=-1;for(;++oe<ne.length;){const le=ne[oe];Array.isArray(le)?Ss(z,le):Au(z,le)}}function Au(z,ne){let oe;for(oe in ne)if(Tl.call(ne,oe))switch(oe){case"canContainEols":{const le=ne[oe];le&&z[oe].push(...le);break}case"transforms":{const le=ne[oe];le&&z[oe].push(...le);break}case"enter":case"exit":{const le=ne[oe];le&&Object.assign(z[oe],le);break}}}function vs(z,ne){throw z?new Error("Cannot close `"+z.type+"` ("+xt({start:z.start,end:z.end})+"): a different token (`"+ne.type+"`, "+xt({start:ne.start,end:ne.end})+") is open"):new Error("Cannot close document, a token (`"+ne.type+"`, "+xt({start:ne.start,end:ne.end})+") is still open")}function Iu(z){const ne=this;ne.parser=oe;function oe(le){return xu(le,Uc(Ei(Ei({},ne.data("settings")),z),{extensions:ne.data("micromarkExtensions")||[],mdastExtensions:ne.data("fromMarkdownExtensions")||[]}))}}const Rl=-1,nl=0,Ki=1,al=2,Nl=3,Ll=4,Ol=5,rl=6,bs=7,ys=8,ol=typeof self=="object"?self:globalThis,Es=(z,ne)=>{const oe=(he,ve)=>(z.set(ve,he),he),le=he=>{if(z.has(he))return z.get(he);const[ve,Pe]=ne[he];switch(ve){case nl:case Rl:return oe(Pe,he);case Ki:{const Ne=oe([],he);for(const Me of Pe)Ne.push(le(Me));return Ne}case al:{const Ne=oe({},he);for(const[Me,je]of Pe)Ne[le(Me)]=le(je);return Ne}case Nl:return oe(new Date(Pe),he);case Ll:{const{source:Ne,flags:Me}=Pe;return oe(new RegExp(Ne,Me),he)}case Ol:{const Ne=oe(new Map,he);for(const[Me,je]of Pe)Ne.set(le(Me),le(je));return Ne}case rl:{const Ne=oe(new Set,he);for(const Me of Pe)Ne.add(le(Me));return Ne}case bs:{const{name:Ne,message:Me}=Pe;return oe(new ol[Ne](Me),he)}case ys:return oe(BigInt(Pe),he);case"BigInt":return oe(Object(BigInt(Pe)),he)}return oe(new ol[ve](Pe),he)};return le},Ps=z=>Es(new Map,z)(0),Mi="",{toString:Tu}={},{keys:Ru}=Object,Zi=z=>{const ne=typeof z;if(ne!=="object"||!z)return[nl,ne];const oe=Tu.call(z).slice(8,-1);switch(oe){case"Array":return[Ki,Mi];case"Object":return[al,Mi];case"Date":return[Nl,Mi];case"RegExp":return[Ll,Mi];case"Map":return[Ol,Mi];case"Set":return[rl,Mi]}return oe.includes("Array")?[Ki,oe]:oe.includes("Error")?[bs,oe]:[al,oe]},il=([z,ne])=>z===nl&&(ne==="function"||ne==="symbol"),Cs=(z,ne,oe,le)=>{const he=(Pe,Ne)=>{const Me=le.push(Pe)-1;return oe.set(Ne,Me),Me},ve=Pe=>{if(oe.has(Pe))return oe.get(Pe);let[Ne,Me]=Zi(Pe);switch(Ne){case nl:{let Be=Pe;switch(Me){case"bigint":Ne=ys,Be=Pe.toString();break;case"function":case"symbol":if(z)throw new TypeError("unable to serialize "+Me);Be=null;break;case"undefined":return he([Rl],Pe)}return he([Ne,Be],Pe)}case Ki:{if(Me)return he([Me,[...Pe]],Pe);const Be=[],Xe=he([Ne,Be],Pe);for(const Ve of Pe)Be.push(ve(Ve));return Xe}case al:{if(Me)switch(Me){case"BigInt":return he([Me,Pe.toString()],Pe);case"Boolean":case"Number":case"String":return he([Me,Pe.valueOf()],Pe)}if(ne&&"toJSON"in Pe)return ve(Pe.toJSON());const Be=[],Xe=he([Ne,Be],Pe);for(const Ve of Ru(Pe))(z||!il(Zi(Pe[Ve])))&&Be.push([ve(Ve),ve(Pe[Ve])]);return Xe}case Nl:return he([Ne,Pe.toISOString()],Pe);case Ll:{const{source:Be,flags:Xe}=Pe;return he([Ne,{source:Be,flags:Xe}],Pe)}case Ol:{const Be=[],Xe=he([Ne,Be],Pe);for(const[Ve,Ge]of Pe)(z||!(il(Zi(Ve))||il(Zi(Ge))))&&Be.push([ve(Ve),ve(Ge)]);return Xe}case rl:{const Be=[],Xe=he([Ne,Be],Pe);for(const Ve of Pe)(z||!il(Zi(Ve)))&&Be.push(ve(Ve));return Xe}}const{message:je}=Pe;return he([Ne,{name:Me,message:je}],Pe)};return ve},ws=(z,{json:ne,lossy:oe}={})=>{const le=[];return Cs(!(ne||oe),!!ne,new Map,le)(z),le};var ll=typeof structuredClone=="function"?(z,ne)=>ne&&("json"in ne||"lossy"in ne)?Ps(ws(z,ne)):structuredClone(z):(z,ne)=>Ps(ws(z,ne));function _c(z,ne){const oe=encode(Ni(z||""));if(!ne)return oe;const le=oe.indexOf(":"),he=oe.indexOf("?"),ve=oe.indexOf("#"),Pe=oe.indexOf("/");return le<0||Pe>-1&&le>Pe||he>-1&&le>he||ve>-1&&le>ve||ne.test(oe.slice(0,le))?oe:""}function Ni(z){const ne=[];let oe=-1,le=0,he=0;for(;++oe<z.length;){const ve=z.charCodeAt(oe);let Pe="";if(ve===37&&_t(z.charCodeAt(oe+1))&&_t(z.charCodeAt(oe+2)))he=2;else if(ve<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(ve))||(Pe=String.fromCharCode(ve));else if(ve>55295&&ve<57344){const Ne=z.charCodeAt(oe+1);ve<56320&&Ne>56319&&Ne<57344?(Pe=String.fromCharCode(ve,Ne),he=1):Pe="\uFFFD"}else Pe=String.fromCharCode(ve);Pe&&(ne.push(z.slice(le,oe),encodeURIComponent(Pe)),le=oe+he+1,Pe=""),he&&(oe+=he,he=0)}return ne.join("")+z.slice(le)}function Nu(z,ne){const oe=[{type:"text",value:"\u21A9"}];return ne>1&&oe.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(ne)}]}),oe}function Lu(z,ne){return"Back to reference "+(z+1)+(ne>1?"-"+ne:"")}function xs(z){const ne=typeof z.options.clobberPrefix=="string"?z.options.clobberPrefix:"user-content-",oe=z.options.footnoteBackContent||Nu,le=z.options.footnoteBackLabel||Lu,he=z.options.footnoteLabel||"Footnotes",ve=z.options.footnoteLabelTagName||"h2",Pe=z.options.footnoteLabelProperties||{className:["sr-only"]},Ne=[];let Me=-1;for(;++Me<z.footnoteOrder.length;){const je=z.footnoteById.get(z.footnoteOrder[Me]);if(!je)continue;const Be=z.all(je),Xe=String(je.identifier).toUpperCase(),Ve=Ni(Xe.toLowerCase());let Ge=0;const Rt=[],kt=z.footnoteCounts.get(Xe);for(;kt!==void 0&&++Ge<=kt;){Rt.length>0&&Rt.push({type:"text",value:" "});let Ft=typeof oe=="string"?oe:oe(Me,Ge);typeof Ft=="string"&&(Ft={type:"text",value:Ft}),Rt.push({type:"element",tagName:"a",properties:{href:"#"+ne+"fnref-"+Ve+(Ge>1?"-"+Ge:""),dataFootnoteBackref:"",ariaLabel:typeof le=="string"?le:le(Me,Ge),className:["data-footnote-backref"]},children:Array.isArray(Ft)?Ft:[Ft]})}const en=Be[Be.length-1];if(en&&en.type==="element"&&en.tagName==="p"){const Ft=en.children[en.children.length-1];Ft&&Ft.type==="text"?Ft.value+=" ":en.children.push({type:"text",value:" "}),en.children.push(...Rt)}else Be.push(...Rt);const Nt={type:"element",tagName:"li",properties:{id:ne+"fn-"+Ve},children:z.wrap(Be,!0)};z.patch(je,Nt),Ne.push(Nt)}if(Ne.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:ve,properties:Uc(Ei({},ll(Pe)),{id:"footnote-label"}),children:[{type:"text",value:he}]},{type:"text",value:`
|
|
|
`},{type:"element",tagName:"ol",properties:{},children:z.wrap(Ne,!0)},{type:"text",value:`
|
|
|
`}]}}const Hc=function(z,ne,oe,le,he){const ve=As(ne);if(oe!=null&&(typeof oe!="number"||oe<0||oe===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(le!=null&&(!Hc(le)||!le.children))throw new Error("Expected parent node");if(le==null!=(oe==null))throw new Error("Expected both parent and index");return Is(z)?ve.call(he,z,oe,le):!1},As=function(z){if(z==null)return Ko;if(typeof z=="function")return sl(z);if(typeof z=="object")return Array.isArray(z)?$c(z):Ou(z);if(typeof z=="string")return jc(z);throw new Error("Expected function, string, or object as test")};function $c(z){const ne=[];let oe=-1;for(;++oe<z.length;)ne[oe]=As(z[oe]);return sl(le);function le(...he){let ve=-1;for(;++ve<ne.length;)if(ne[ve].apply(this,he))return!0;return!1}}function Ou(z){const ne=z;return sl(oe);function oe(le){const he=le;let ve;for(ve in z)if(he[ve]!==ne[ve])return!1;return!0}}function jc(z){return sl(ne);function ne(oe){return oe&&oe.type===z}}function sl(z){return ne;function ne(oe,le,he){return!!(Is(oe)&&z.call(this,oe,typeof le=="number"?le:void 0,he||void 0))}}function Ko(){return!0}function Is(z){return z!==null&&typeof z=="object"&&"type"in z}function Kc(z){return z}const $o=[],Ts=!0,ul=!1,ku="skip";function Du(z,ne,oe,le){let he;typeof ne=="function"&&typeof oe!="function"?(le=oe,oe=ne):he=ne;const ve=As(he),Pe=le?-1:1;Ne(z,void 0,[])();function Ne(Me,je,Be){const Xe=Me&&typeof Me=="object"?Me:{};if(typeof Xe.type=="string"){const Ge=typeof Xe.tagName=="string"?Xe.tagName:typeof Xe.name=="string"?Xe.name:void 0;Object.defineProperty(Ve,"name",{value:"node ("+(Me.type+(Ge?"<"+Ge+">":""))+")"})}return Ve;function Ve(){let Ge=$o,Rt,kt,en;if((!ne||ve(Me,je,Be[Be.length-1]||void 0))&&(Ge=Mu(oe(Me,Be)),Ge[0]===ul))return Ge;if("children"in Me&&Me.children){const Nt=Me;if(Nt.children&&Ge[0]!==ku)for(kt=(le?Nt.children.length:-1)+Pe,en=Be.concat(Nt);kt>-1&&kt<Nt.children.length;){const Ft=Nt.children[kt];if(Rt=Ne(Ft,kt,en)(),Rt[0]===ul)return Rt;kt=typeof Rt[1]=="number"?Rt[1]:kt+Pe}}return Ge}}}function Mu(z){return Array.isArray(z)?z:typeof z=="number"?[Ts,z]:z==null?$o:[z]}function cl(z,ne,oe,le){let he,ve,Pe;typeof ne=="function"&&typeof oe!="function"?(ve=void 0,Pe=ne,he=oe):(ve=ne,Pe=oe,he=le),Du(z,ve,Ne,he);function Ne(Me,je){const Be=je[je.length-1],Xe=Be?Be.children.indexOf(Me):void 0;return Pe(Me,Xe,Be)}}function dl(z,ne){const oe={type:"element",tagName:"blockquote",properties:{},children:z.wrap(z.all(ne),!0)};return z.patch(ne,oe),z.applyData(ne,oe)}function Rs(z,ne){const oe={type:"element",tagName:"br",properties:{},children:[]};return z.patch(ne,oe),[z.applyData(ne,oe),{type:"text",value:`
|
|
|
`}]}function Ns(z,ne){const oe=ne.value?ne.value+`
|
|
|
`:"",le={};ne.lang&&(le.className=["language-"+ne.lang]);let he={type:"element",tagName:"code",properties:le,children:[{type:"text",value:oe}]};return ne.meta&&(he.data={meta:ne.meta}),z.patch(ne,he),he=z.applyData(ne,he),he={type:"element",tagName:"pre",properties:{},children:[he]},z.patch(ne,he),he}function xi(z,ne){const oe={type:"element",tagName:"del",properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}function kl(z,ne){const oe={type:"element",tagName:"em",properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}function Dl(z,ne){const oe=typeof z.options.clobberPrefix=="string"?z.options.clobberPrefix:"user-content-",le=String(ne.identifier).toUpperCase(),he=Ni(le.toLowerCase()),ve=z.footnoteOrder.indexOf(le);let Pe,Ne=z.footnoteCounts.get(le);Ne===void 0?(Ne=0,z.footnoteOrder.push(le),Pe=z.footnoteOrder.length):Pe=ve+1,Ne+=1,z.footnoteCounts.set(le,Ne);const Me={type:"element",tagName:"a",properties:{href:"#"+oe+"fn-"+he,id:oe+"fnref-"+he+(Ne>1?"-"+Ne:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(Pe)}]};z.patch(ne,Me);const je={type:"element",tagName:"sup",properties:{},children:[Me]};return z.patch(ne,je),z.applyData(ne,je)}function Ml(z,ne){const oe={type:"element",tagName:"h"+ne.depth,properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}function Ls(z,ne){if(z.options.allowDangerousHtml){const oe={type:"raw",value:ne.value};return z.patch(ne,oe),z.applyData(ne,oe)}}function Fl(z,ne){const oe=ne.referenceType;let le="]";if(oe==="collapsed"?le+="[]":oe==="full"&&(le+="["+(ne.label||ne.identifier)+"]"),ne.type==="imageReference")return[{type:"text",value:"!["+ne.alt+le}];const he=z.all(ne),ve=he[0];ve&&ve.type==="text"?ve.value="["+ve.value:he.unshift({type:"text",value:"["});const Pe=he[he.length-1];return Pe&&Pe.type==="text"?Pe.value+=le:he.push({type:"text",value:le}),he}function Zc(z,ne){const oe=String(ne.identifier).toUpperCase(),le=z.definitionById.get(oe);if(!le)return Fl(z,ne);const he={src:Ni(le.url||""),alt:ne.alt};le.title!==null&&le.title!==void 0&&(he.title=le.title);const ve={type:"element",tagName:"img",properties:he,children:[]};return z.patch(ne,ve),z.applyData(ne,ve)}function Fu(z,ne){const oe={src:Ni(ne.url)};ne.alt!==null&&ne.alt!==void 0&&(oe.alt=ne.alt),ne.title!==null&&ne.title!==void 0&&(oe.title=ne.title);const le={type:"element",tagName:"img",properties:oe,children:[]};return z.patch(ne,le),z.applyData(ne,le)}function Bu(z,ne){const oe={type:"text",value:ne.value.replace(/\r?\n|\r/g," ")};z.patch(ne,oe);const le={type:"element",tagName:"code",properties:{},children:[oe]};return z.patch(ne,le),z.applyData(ne,le)}function Uu(z,ne){const oe=String(ne.identifier).toUpperCase(),le=z.definitionById.get(oe);if(!le)return Fl(z,ne);const he={href:Ni(le.url||"")};le.title!==null&&le.title!==void 0&&(he.title=le.title);const ve={type:"element",tagName:"a",properties:he,children:z.all(ne)};return z.patch(ne,ve),z.applyData(ne,ve)}function zu(z,ne){const oe={href:Ni(ne.url)};ne.title!==null&&ne.title!==void 0&&(oe.title=ne.title);const le={type:"element",tagName:"a",properties:oe,children:z.all(ne)};return z.patch(ne,le),z.applyData(ne,le)}function Gu(z,ne,oe){const le=z.all(ne),he=oe?Os(oe):ks(ne),ve={},Pe=[];if(typeof ne.checked=="boolean"){const Be=le[0];let Xe;Be&&Be.type==="element"&&Be.tagName==="p"?Xe=Be:(Xe={type:"element",tagName:"p",properties:{},children:[]},le.unshift(Xe)),Xe.children.length>0&&Xe.children.unshift({type:"text",value:" "}),Xe.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:ne.checked,disabled:!0},children:[]}),ve.className=["task-list-item"]}let Ne=-1;for(;++Ne<le.length;){const Be=le[Ne];(he||Ne!==0||Be.type!=="element"||Be.tagName!=="p")&&Pe.push({type:"text",value:`
|
|
|
`}),Be.type==="element"&&Be.tagName==="p"&&!he?Pe.push(...Be.children):Pe.push(Be)}const Me=le[le.length-1];Me&&(he||Me.type!=="element"||Me.tagName!=="p")&&Pe.push({type:"text",value:`
|
|
|
`});const je={type:"element",tagName:"li",properties:ve,children:Pe};return z.patch(ne,je),z.applyData(ne,je)}function Os(z){let ne=!1;if(z.type==="list"){ne=z.spread||!1;const oe=z.children;let le=-1;for(;!ne&&++le<oe.length;)ne=ks(oe[le])}return ne}function ks(z){const ne=z.spread;return ne==null?z.children.length>1:ne}function _u(z,ne){const oe={},le=z.all(ne);let he=-1;for(typeof ne.start=="number"&&ne.start!==1&&(oe.start=ne.start);++he<le.length;){const Pe=le[he];if(Pe.type==="element"&&Pe.tagName==="li"&&Pe.properties&&Array.isArray(Pe.properties.className)&&Pe.properties.className.includes("task-list-item")){oe.className=["contains-task-list"];break}}const ve={type:"element",tagName:ne.ordered?"ol":"ul",properties:oe,children:z.wrap(le,!0)};return z.patch(ne,ve),z.applyData(ne,ve)}function Hu(z,ne){const oe={type:"element",tagName:"p",properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}function $u(z,ne){const oe={type:"root",children:z.wrap(z.all(ne))};return z.patch(ne,oe),z.applyData(ne,oe)}function ju(z,ne){const oe={type:"element",tagName:"strong",properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}function Ku(z,ne){const oe=z.all(ne),le=oe.shift(),he=[];if(le){const Pe={type:"element",tagName:"thead",properties:{},children:z.wrap([le],!0)};z.patch(ne.children[0],Pe),he.push(Pe)}if(oe.length>0){const Pe={type:"element",tagName:"tbody",properties:{},children:z.wrap(oe,!0)},Ne=xn(ne.children[1]),Me=dn(ne.children[ne.children.length-1]);Ne&&Me&&(Pe.position={start:Ne,end:Me}),he.push(Pe)}const ve={type:"element",tagName:"table",properties:{},children:z.wrap(he,!0)};return z.patch(ne,ve),z.applyData(ne,ve)}function Zu(z,ne,oe){const le=oe?oe.children:void 0,ve=(le?le.indexOf(ne):1)===0?"th":"td",Pe=oe&&oe.type==="table"?oe.align:void 0,Ne=Pe?Pe.length:ne.children.length;let Me=-1;const je=[];for(;++Me<Ne;){const Xe=ne.children[Me],Ve={},Ge=Pe?Pe[Me]:void 0;Ge&&(Ve.align=Ge);let Rt={type:"element",tagName:ve,properties:Ve,children:[]};Xe&&(Rt.children=z.all(Xe),z.patch(Xe,Rt),Rt=z.applyData(Xe,Rt)),je.push(Rt)}const Be={type:"element",tagName:"tr",properties:{},children:z.wrap(je,!0)};return z.patch(ne,Be),z.applyData(ne,Be)}function Wu(z,ne){const oe={type:"element",tagName:"td",properties:{},children:z.all(ne)};return z.patch(ne,oe),z.applyData(ne,oe)}const Ds=9,Ms=32;function Vu(z){const ne=String(z),oe=/\r?\n|\r/g;let le=oe.exec(ne),he=0;const ve=[];for(;le;)ve.push(vi(ne.slice(he,le.index),he>0,!0),le[0]),he=le.index+le[0].length,le=oe.exec(ne);return ve.push(vi(ne.slice(he),he>0,!1)),ve.join("")}function vi(z,ne,oe){let le=0,he=z.length;if(ne){let ve=z.codePointAt(le);for(;ve===Ds||ve===Ms;)le++,ve=z.codePointAt(le)}if(oe){let ve=z.codePointAt(he-1);for(;ve===Ds||ve===Ms;)he--,ve=z.codePointAt(he-1)}return he>le?z.slice(le,he):""}function Fi(z,ne){const oe={type:"text",value:Vu(String(ne.value))};return z.patch(ne,oe),z.applyData(ne,oe)}function gl(z,ne){const oe={type:"element",tagName:"hr",properties:{},children:[]};return z.patch(ne,oe),z.applyData(ne,oe)}const Yu={blockquote:dl,break:Rs,code:Ns,delete:xi,emphasis:kl,footnoteReference:Dl,heading:Ml,html:Ls,imageReference:Zc,image:Fu,inlineCode:Bu,linkReference:Uu,link:zu,listItem:Gu,list:_u,paragraph:Hu,root:$u,strong:ju,table:Ku,tableCell:Wu,tableRow:Zu,text:Fi,thematicBreak:gl,toml:Bi,yaml:Bi,definition:Bi,footnoteDefinition:Bi};function Bi(){}const Bl={}.hasOwnProperty,Qu={};function Ul(z,ne){const oe=ne||Qu,le=new Map,he=new Map,ve=new Map,Pe=Ei(Ei({},Yu),oe.handlers),Ne={all:je,applyData:Ju,definitionById:le,footnoteById:he,footnoteCounts:ve,footnoteOrder:[],handlers:Pe,one:Me,options:oe,patch:Xu,wrap:Fs};return cl(z,function(Be){if(Be.type==="definition"||Be.type==="footnoteDefinition"){const Xe=Be.type==="definition"?le:he,Ve=String(Be.identifier).toUpperCase();Xe.has(Ve)||Xe.set(Ve,Be)}}),Ne;function Me(Be,Xe){const Ve=Be.type,Ge=Ne.handlers[Ve];if(Bl.call(Ne.handlers,Ve)&&Ge)return Ge(Ne,Be,Xe);if(Ne.options.passThrough&&Ne.options.passThrough.includes(Ve)){if("children"in Be){const kt=Be,{children:en}=kt,Nt=Ed(kt,["children"]),Ft=ll(Nt);return Ft.children=Ne.all(Be),Ft}return ll(Be)}return(Ne.options.unknownHandler||qu)(Ne,Be,Xe)}function je(Be){const Xe=[];if("children"in Be){const Ve=Be.children;let Ge=-1;for(;++Ge<Ve.length;){const Rt=Ne.one(Ve[Ge],Be);if(Rt){if(Ge&&Ve[Ge-1].type==="break"&&(!Array.isArray(Rt)&&Rt.type==="text"&&(Rt.value=zl(Rt.value)),!Array.isArray(Rt)&&Rt.type==="element")){const kt=Rt.children[0];kt&&kt.type==="text"&&(kt.value=zl(kt.value))}Array.isArray(Rt)?Xe.push(...Rt):Xe.push(Rt)}}}return Xe}}function Xu(z,ne){z.position&&(ne.position=st(z))}function Ju(z,ne){let oe=ne;if(z&&z.data){const le=z.data.hName,he=z.data.hChildren,ve=z.data.hProperties;if(typeof le=="string")if(oe.type==="element")oe.tagName=le;else{const Pe="children"in oe?oe.children:[oe];oe={type:"element",tagName:le,properties:{},children:Pe}}oe.type==="element"&&ve&&Object.assign(oe.properties,ll(ve)),"children"in oe&&oe.children&&he!==null&&he!==void 0&&(oe.children=he)}return oe}function qu(z,ne){const oe=ne.data||{},le="value"in ne&&!(Bl.call(oe,"hProperties")||Bl.call(oe,"hChildren"))?{type:"text",value:ne.value}:{type:"element",tagName:"div",properties:{},children:z.all(ne)};return z.patch(ne,le),z.applyData(ne,le)}function Fs(z,ne){const oe=[];let le=-1;for(ne&&oe.push({type:"text",value:`
|
|
|
`});++le<z.length;)le&&oe.push({type:"text",value:`
|
|
|
`}),oe.push(z[le]);return ne&&z.length>0&&oe.push({type:"text",value:`
|
|
|
`}),oe}function zl(z){let ne=0,oe=z.charCodeAt(ne);for(;oe===9||oe===32;)ne++,oe=z.charCodeAt(ne);return z.slice(ne)}function Bs(z,ne){const oe=Ul(z,ne),le=oe.one(z,void 0),he=xs(oe),ve=Array.isArray(le)?{type:"root",children:le}:le||{type:"root",children:[]};return he&&("children"in ve,ve.children.push({type:"text",value:`
|
|
|
`},he)),ve}function ec(z,ne){return z&&"run"in z?function(oe,le){return Pd(this,null,function*(){const he=Bs(oe,Ei({file:le},ne));yield z.run(he,le)})}:function(oe,le){return Bs(oe,Ei({file:le},ne||z))}}function Gl(z){if(z)throw z}var pl=E(94470);function _l(z){if(typeof z!="object"||z===null)return!1;const ne=Object.getPrototypeOf(z);return(ne===null||ne===Object.prototype||Object.getPrototypeOf(ne)===null)&&!(Symbol.toStringTag in z)&&!(Symbol.iterator in z)}function tc(){const z=[],ne={run:oe,use:le};return ne;function oe(...he){let ve=-1;const Pe=he.pop();if(typeof Pe!="function")throw new TypeError("Expected function as last argument, not "+Pe);Ne(null,...he);function Ne(Me,...je){const Be=z[++ve];let Xe=-1;if(Me){Pe(Me);return}for(;++Xe<he.length;)(je[Xe]===null||je[Xe]===void 0)&&(je[Xe]=he[Xe]);he=je,Be?nc(Be,Ne)(...je):Pe(null,...je)}}function le(he){if(typeof he!="function")throw new TypeError("Expected `middelware` to be a function, not "+he);return z.push(he),ne}}function nc(z,ne){let oe;return le;function le(...Pe){const Ne=z.length>Pe.length;let Me;Ne&&Pe.push(he);try{Me=z.apply(this,Pe)}catch(je){const Be=je;if(Ne&&oe)throw Be;return he(Be)}Ne||(Me&&Me.then&&typeof Me.then=="function"?Me.then(ve,he):Me instanceof Error?he(Me):ve(Me))}function he(Pe,...Ne){oe||(oe=!0,ne(Pe,...Ne))}function ve(Pe){he(null,Pe)}}const fi={basename:ac,dirname:Wc,extname:Us,join:zs,sep:"/"};function ac(z,ne){if(ne!==void 0&&typeof ne!="string")throw new TypeError('"ext" argument must be a string');Wi(z);let oe=0,le=-1,he=z.length,ve;if(ne===void 0||ne.length===0||ne.length>z.length){for(;he--;)if(z.codePointAt(he)===47){if(ve){oe=he+1;break}}else le<0&&(ve=!0,le=he+1);return le<0?"":z.slice(oe,le)}if(ne===z)return"";let Pe=-1,Ne=ne.length-1;for(;he--;)if(z.codePointAt(he)===47){if(ve){oe=he+1;break}}else Pe<0&&(ve=!0,Pe=he+1),Ne>-1&&(z.codePointAt(he)===ne.codePointAt(Ne--)?Ne<0&&(le=he):(Ne=-1,le=Pe));return oe===le?le=Pe:le<0&&(le=z.length),z.slice(oe,le)}function Wc(z){if(Wi(z),z.length===0)return".";let ne=-1,oe=z.length,le;for(;--oe;)if(z.codePointAt(oe)===47){if(le){ne=oe;break}}else le||(le=!0);return ne<0?z.codePointAt(0)===47?"/":".":ne===1&&z.codePointAt(0)===47?"//":z.slice(0,ne)}function Us(z){Wi(z);let ne=z.length,oe=-1,le=0,he=-1,ve=0,Pe;for(;ne--;){const Ne=z.codePointAt(ne);if(Ne===47){if(Pe){le=ne+1;break}continue}oe<0&&(Pe=!0,oe=ne+1),Ne===46?he<0?he=ne:ve!==1&&(ve=1):he>-1&&(ve=-1)}return he<0||oe<0||ve===0||ve===1&&he===oe-1&&he===le+1?"":z.slice(he,oe)}function zs(...z){let ne=-1,oe;for(;++ne<z.length;)Wi(z[ne]),z[ne]&&(oe=oe===void 0?z[ne]:oe+"/"+z[ne]);return oe===void 0?".":rc(oe)}function rc(z){Wi(z);const ne=z.codePointAt(0)===47;let oe=Vc(z,!ne);return oe.length===0&&!ne&&(oe="."),oe.length>0&&z.codePointAt(z.length-1)===47&&(oe+="/"),ne?"/"+oe:oe}function Vc(z,ne){let oe="",le=0,he=-1,ve=0,Pe=-1,Ne,Me;for(;++Pe<=z.length;){if(Pe<z.length)Ne=z.codePointAt(Pe);else{if(Ne===47)break;Ne=47}if(Ne===47){if(!(he===Pe-1||ve===1))if(he!==Pe-1&&ve===2){if(oe.length<2||le!==2||oe.codePointAt(oe.length-1)!==46||oe.codePointAt(oe.length-2)!==46){if(oe.length>2){if(Me=oe.lastIndexOf("/"),Me!==oe.length-1){Me<0?(oe="",le=0):(oe=oe.slice(0,Me),le=oe.length-1-oe.lastIndexOf("/")),he=Pe,ve=0;continue}}else if(oe.length>0){oe="",le=0,he=Pe,ve=0;continue}}ne&&(oe=oe.length>0?oe+"/..":"..",le=2)}else oe.length>0?oe+="/"+z.slice(he+1,Pe):oe=z.slice(he+1,Pe),le=Pe-he-1;he=Pe,ve=0}else Ne===46&&ve>-1?ve++:ve=-1}return oe}function Wi(z){if(typeof z!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(z))}const Ui={cwd:oc};function oc(){return"/"}function ml(z){return!!(z!==null&&typeof z=="object"&&"href"in z&&z.href&&"protocol"in z&&z.protocol&&z.auth===void 0)}function Gs(z){if(typeof z=="string")z=new URL(z);else if(!ml(z)){const ne=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+z+"`");throw ne.code="ERR_INVALID_ARG_TYPE",ne}if(z.protocol!=="file:"){const ne=new TypeError("The URL must be of scheme file");throw ne.code="ERR_INVALID_URL_SCHEME",ne}return Hl(z)}function Hl(z){if(z.hostname!==""){const le=new TypeError('File URL host must be "localhost" or empty on darwin');throw le.code="ERR_INVALID_FILE_URL_HOST",le}const ne=z.pathname;let oe=-1;for(;++oe<ne.length;)if(ne.codePointAt(oe)===37&&ne.codePointAt(oe+1)===50){const le=ne.codePointAt(oe+2);if(le===70||le===102){const he=new TypeError("File URL path must not include encoded / characters");throw he.code="ERR_INVALID_FILE_URL_PATH",he}}return decodeURIComponent(ne)}const _s=["history","path","basename","stem","extname","dirname"];class Hs{constructor(ne){let oe;ne?ml(ne)?oe={path:ne}:typeof ne=="string"||jl(ne)?oe={value:ne}:oe=ne:oe={},this.cwd=Ui.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let le=-1;for(;++le<_s.length;){const ve=_s[le];ve in oe&&oe[ve]!==void 0&&oe[ve]!==null&&(this[ve]=ve==="history"?[...oe[ve]]:oe[ve])}let he;for(he in oe)_s.includes(he)||(this[he]=oe[he])}get basename(){return typeof this.path=="string"?fi.basename(this.path):void 0}set basename(ne){fl(ne,"basename"),Vi(ne,"basename"),this.path=fi.join(this.dirname||"",ne)}get dirname(){return typeof this.path=="string"?fi.dirname(this.path):void 0}set dirname(ne){$l(this.basename,"dirname"),this.path=fi.join(ne||"",this.basename)}get extname(){return typeof this.path=="string"?fi.extname(this.path):void 0}set extname(ne){if(Vi(ne,"extname"),$l(this.dirname,"extname"),ne){if(ne.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(ne.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=fi.join(this.dirname,this.stem+(ne||""))}get path(){return this.history[this.history.length-1]}set path(ne){ml(ne)&&(ne=Gs(ne)),fl(ne,"path"),this.path!==ne&&this.history.push(ne)}get stem(){return typeof this.path=="string"?fi.basename(this.path,this.extname):void 0}set stem(ne){fl(ne,"stem"),Vi(ne,"stem"),this.path=fi.join(this.dirname||"",ne+(this.extname||""))}fail(ne,oe,le){const he=this.message(ne,oe,le);throw he.fatal=!0,he}info(ne,oe,le){const he=this.message(ne,oe,le);return he.fatal=void 0,he}message(ne,oe,le){const he=new bt(ne,oe,le);return this.path&&(he.name=this.path+":"+he.name,he.file=this.path),he.fatal=!1,this.messages.push(he),he}toString(ne){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(ne||void 0).decode(this.value)}}function Vi(z,ne){if(z&&z.includes(fi.sep))throw new Error("`"+ne+"` cannot be a path: did not expect `"+fi.sep+"`")}function fl(z,ne){if(!z)throw new Error("`"+ne+"` cannot be empty")}function $l(z,ne){if(!z)throw new Error("Setting `"+ne+"` requires `path` to be set too")}function jl(z){return!!(z&&typeof z=="object"&&"byteLength"in z&&"byteOffset"in z)}const $s=function(z){const le=this.constructor.prototype,he=le[z],ve=function(){return he.apply(ve,arguments)};Object.setPrototypeOf(ve,le);const Pe=Object.getOwnPropertyNames(he);for(const Ne of Pe){const Me=Object.getOwnPropertyDescriptor(he,Ne);Me&&Object.defineProperty(ve,Ne,Me)}return ve},Yc={}.hasOwnProperty;class Kl extends $s{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=tc()}copy(){const ne=new Kl;let oe=-1;for(;++oe<this.attachers.length;){const le=this.attachers[oe];ne.use(...le)}return ne.data(pl(!0,{},this.namespace)),ne}data(ne,oe){return typeof ne=="string"?arguments.length===2?(hl("data",this.frozen),this.namespace[ne]=oe,this):Yc.call(this.namespace,ne)&&this.namespace[ne]||void 0:ne?(hl("data",this.frozen),this.namespace=ne,this):this.namespace}freeze(){if(this.frozen)return this;const ne=this;for(;++this.freezeIndex<this.attachers.length;){const[oe,...le]=this.attachers[this.freezeIndex];if(le[0]===!1)continue;le[0]===!0&&(le[0]=void 0);const he=oe.call(ne,...le);typeof he=="function"&&this.transformers.use(he)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(ne){this.freeze();const oe=Sl(ne),le=this.parser||this.Parser;return Zl("parse",le),le(String(oe),oe)}process(ne,oe){const le=this;return this.freeze(),Zl("process",this.parser||this.Parser),Wl("process",this.compiler||this.Compiler),oe?he(void 0,oe):new Promise(he);function he(ve,Pe){const Ne=Sl(ne),Me=le.parse(Ne);le.run(Me,Ne,function(Be,Xe,Ve){if(Be||!Xe||!Ve)return je(Be);const Ge=Xe,Rt=le.stringify(Ge,Ve);lc(Rt)?Ve.value=Rt:Ve.result=Rt,je(Be,Ve)});function je(Be,Xe){Be||!Xe?Pe(Be):ve?ve(Xe):oe(void 0,Xe)}}}processSync(ne){let oe=!1,le;return this.freeze(),Zl("processSync",this.parser||this.Parser),Wl("processSync",this.compiler||this.Compiler),this.process(ne,he),Ks("processSync","process",oe),le;function he(ve,Pe){oe=!0,Gl(ve),le=Pe}}run(ne,oe,le){js(ne),this.freeze();const he=this.transformers;return!le&&typeof oe=="function"&&(le=oe,oe=void 0),le?ve(void 0,le):new Promise(ve);function ve(Pe,Ne){const Me=Sl(oe);he.run(ne,Me,je);function je(Be,Xe,Ve){const Ge=Xe||ne;Be?Ne(Be):Pe?Pe(Ge):le(void 0,Ge,Ve)}}}runSync(ne,oe){let le=!1,he;return this.run(ne,oe,ve),Ks("runSync","run",le),he;function ve(Pe,Ne){Gl(Pe),he=Ne,le=!0}}stringify(ne,oe){this.freeze();const le=Sl(oe),he=this.compiler||this.Compiler;return Wl("stringify",he),js(ne),he(ne,le)}use(ne,...oe){const le=this.attachers,he=this.namespace;if(hl("use",this.frozen),ne!=null)if(typeof ne=="function")Me(ne,oe);else if(typeof ne=="object")Array.isArray(ne)?Ne(ne):Pe(ne);else throw new TypeError("Expected usable value, not `"+ne+"`");return this;function ve(je){if(typeof je=="function")Me(je,[]);else if(typeof je=="object")if(Array.isArray(je)){const[Be,...Xe]=je;Me(Be,Xe)}else Pe(je);else throw new TypeError("Expected usable value, not `"+je+"`")}function Pe(je){if(!("plugins"in je)&&!("settings"in je))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");Ne(je.plugins),je.settings&&(he.settings=pl(!0,he.settings,je.settings))}function Ne(je){let Be=-1;if(je!=null)if(Array.isArray(je))for(;++Be<je.length;){const Xe=je[Be];ve(Xe)}else throw new TypeError("Expected a list of plugins, not `"+je+"`")}function Me(je,Be){let Xe=-1,Ve=-1;for(;++Xe<le.length;)if(le[Xe][0]===je){Ve=Xe;break}if(Ve===-1)le.push([je,...Be]);else if(Be.length>0){let[Ge,...Rt]=Be;const kt=le[Ve][1];_l(kt)&&_l(Ge)&&(Ge=pl(!0,kt,Ge)),le[Ve]=[je,Ge,...Rt]}}}}const Qc=new Kl().freeze();function Zl(z,ne){if(typeof ne!="function")throw new TypeError("Cannot `"+z+"` without `parser`")}function Wl(z,ne){if(typeof ne!="function")throw new TypeError("Cannot `"+z+"` without `compiler`")}function hl(z,ne){if(ne)throw new Error("Cannot call `"+z+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function js(z){if(!_l(z)||typeof z.type!="string")throw new TypeError("Expected node, got `"+z+"`")}function Ks(z,ne,oe){if(!oe)throw new Error("`"+z+"` finished async. Use `"+ne+"` instead")}function Sl(z){return ic(z)?z:new Hs(z)}function ic(z){return!!(z&&typeof z=="object"&&"message"in z&&"messages"in z)}function lc(z){return typeof z=="string"||sc(z)}function sc(z){return!!(z&&typeof z=="object"&&"byteLength"in z&&"byteOffset"in z)}const uc="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Zs=[],Ws={allowDangerousHtml:!0},cc=/^(https?|ircs?|mailto|xmpp)$/i,dc=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function gc(z){const ne=z.allowedElements,oe=z.allowElement,le=z.children||"",he=z.className,ve=z.components,Pe=z.disallowedElements,Ne=z.rehypePlugins||Zs,Me=z.remarkPlugins||Zs,je=z.remarkRehypeOptions?Ei(Ei({},z.remarkRehypeOptions),Ws):Ws,Be=z.skipHtml,Xe=z.unwrapDisallowed,Ve=z.urlTransform||pc,Ge=Qc().use(Iu).use(Me).use(ec,je).use(Ne),Rt=new Hs;typeof le=="string"?Rt.value=le:(""+le,void 0),ne&&Pe&&void 0;for(const Ft of dc)Object.hasOwn(z,Ft.from)&&(""+Ft.from+(Ft.to?"use `"+Ft.to+"` instead":"remove it")+uc+Ft.id,void 0);const kt=Ge.parse(Rt);let en=Ge.runSync(kt,Rt);return he&&(en={type:"element",tagName:"div",properties:{className:he},children:en.type==="root"?en.children:[en]}),cl(en,Nt),$n(en,{Fragment:fr.Fragment,components:ve,ignoreInvalidStyle:!0,jsx:fr.jsx,jsxs:fr.jsxs,passKeys:!0,passNode:!0});function Nt(Ft,an,_n){if(Ft.type==="raw"&&_n&&typeof an=="number")return Be?_n.children.splice(an,1):_n.children[an]={type:"text",value:Ft.value},an;if(Ft.type==="element"){let ea;for(ea in wa)if(Object.hasOwn(wa,ea)&&Object.hasOwn(Ft.properties,ea)){const $t=Ft.properties[ea],zn=wa[ea];(zn===null||zn.includes(Ft.tagName))&&(Ft.properties[ea]=Ve(String($t||""),ea,Ft))}}if(Ft.type==="element"){let ea=ne?!ne.includes(Ft.tagName):Pe?Pe.includes(Ft.tagName):!1;if(!ea&&oe&&typeof an=="number"&&(ea=!oe(Ft,an,_n)),ea&&_n&&typeof an=="number")return Xe&&Ft.children?_n.children.splice(an,1,...Ft.children):_n.children.splice(an,1),an}}}function pc(z){const ne=z.indexOf(":"),oe=z.indexOf("?"),le=z.indexOf("#"),he=z.indexOf("/");return ne<0||he>-1&&ne>he||oe>-1&&ne>oe||le>-1&&ne>le||cc.test(z.slice(0,ne))?z:""}function Vs(z,ne){if(z==null)return{};var oe={};for(var le in z)if(Object.prototype.hasOwnProperty.call(z,le)){if(ne.indexOf(le)>=0)continue;oe[le]=z[le]}return oe}function vl(z,ne){if(z==null)return{};var oe=Vs(z,ne),le,he;if(Object.getOwnPropertySymbols){var ve=Object.getOwnPropertySymbols(z);for(he=0;he<ve.length;he++)le=ve[he],!(ne.indexOf(le)>=0)&&Object.prototype.propertyIsEnumerable.call(z,le)&&(oe[le]=z[le])}return oe}function Yi(z,ne){(ne==null||ne>z.length)&&(ne=z.length);for(var oe=0,le=new Array(ne);oe<ne;oe++)le[oe]=z[oe];return le}function bl(z){if(Array.isArray(z))return Yi(z)}function Ys(z){if(typeof Symbol!="undefined"&&z[Symbol.iterator]!=null||z["@@iterator"]!=null)return Array.from(z)}function mc(z,ne){if(z){if(typeof z=="string")return Yi(z,ne);var oe=Object.prototype.toString.call(z).slice(8,-1);if(oe==="Object"&&z.constructor&&(oe=z.constructor.name),oe==="Map"||oe==="Set")return Array.from(z);if(oe==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(oe))return Yi(z,ne)}}function Vl(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Qs(z){return bl(z)||Ys(z)||mc(z)||Vl()}function zi(z){"@babel/helpers - typeof";return zi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ne){return typeof ne}:function(ne){return ne&&typeof Symbol=="function"&&ne.constructor===Symbol&&ne!==Symbol.prototype?"symbol":typeof ne},zi(z)}function Xs(z,ne){if(zi(z)!="object"||!z)return z;var oe=z[Symbol.toPrimitive];if(oe!==void 0){var le=oe.call(z,ne||"default");if(zi(le)!="object")return le;throw new TypeError("@@toPrimitive must return a primitive value.")}return(ne==="string"?String:Number)(z)}function Yl(z){var ne=Xs(z,"string");return zi(ne)=="symbol"?ne:ne+""}function fc(z,ne,oe){return ne=Yl(ne),ne in z?Object.defineProperty(z,ne,{value:oe,enumerable:!0,configurable:!0,writable:!0}):z[ne]=oe,z}function Ql(){return Ql=Object.assign?Object.assign.bind():function(z){for(var ne=1;ne<arguments.length;ne++){var oe=arguments[ne];for(var le in oe)Object.prototype.hasOwnProperty.call(oe,le)&&(z[le]=oe[le])}return z},Ql.apply(this,arguments)}function Xl(z,ne){var oe=Object.keys(z);if(Object.getOwnPropertySymbols){var le=Object.getOwnPropertySymbols(z);ne&&(le=le.filter(function(he){return Object.getOwnPropertyDescriptor(z,he).enumerable})),oe.push.apply(oe,le)}return oe}function Qi(z){for(var ne=1;ne<arguments.length;ne++){var oe=arguments[ne]!=null?arguments[ne]:{};ne%2?Xl(Object(oe),!0).forEach(function(le){fc(z,le,oe[le])}):Object.getOwnPropertyDescriptors?Object.defineProperties(z,Object.getOwnPropertyDescriptors(oe)):Xl(Object(oe)).forEach(function(le){Object.defineProperty(z,le,Object.getOwnPropertyDescriptor(oe,le))})}return z}function hc(z){var ne=z.length;if(ne===0||ne===1)return z;if(ne===2)return[z[0],z[1],"".concat(z[0],".").concat(z[1]),"".concat(z[1],".").concat(z[0])];if(ne===3)return[z[0],z[1],z[2],"".concat(z[0],".").concat(z[1]),"".concat(z[0],".").concat(z[2]),"".concat(z[1],".").concat(z[0]),"".concat(z[1],".").concat(z[2]),"".concat(z[2],".").concat(z[0]),"".concat(z[2],".").concat(z[1]),"".concat(z[0],".").concat(z[1],".").concat(z[2]),"".concat(z[0],".").concat(z[2],".").concat(z[1]),"".concat(z[1],".").concat(z[0],".").concat(z[2]),"".concat(z[1],".").concat(z[2],".").concat(z[0]),"".concat(z[2],".").concat(z[0],".").concat(z[1]),"".concat(z[2],".").concat(z[1],".").concat(z[0])];if(ne>=4)return[z[0],z[1],z[2],z[3],"".concat(z[0],".").concat(z[1]),"".concat(z[0],".").concat(z[2]),"".concat(z[0],".").concat(z[3]),"".concat(z[1],".").concat(z[0]),"".concat(z[1],".").concat(z[2]),"".concat(z[1],".").concat(z[3]),"".concat(z[2],".").concat(z[0]),"".concat(z[2],".").concat(z[1]),"".concat(z[2],".").concat(z[3]),"".concat(z[3],".").concat(z[0]),"".concat(z[3],".").concat(z[1]),"".concat(z[3],".").concat(z[2]),"".concat(z[0],".").concat(z[1],".").concat(z[2]),"".concat(z[0],".").concat(z[1],".").concat(z[3]),"".concat(z[0],".").concat(z[2],".").concat(z[1]),"".concat(z[0],".").concat(z[2],".").concat(z[3]),"".concat(z[0],".").concat(z[3],".").concat(z[1]),"".concat(z[0],".").concat(z[3],".").concat(z[2]),"".concat(z[1],".").concat(z[0],".").concat(z[2]),"".concat(z[1],".").concat(z[0],".").concat(z[3]),"".concat(z[1],".").concat(z[2],".").concat(z[0]),"".concat(z[1],".").concat(z[2],".").concat(z[3]),"".concat(z[1],".").concat(z[3],".").concat(z[0]),"".concat(z[1],".").concat(z[3],".").concat(z[2]),"".concat(z[2],".").concat(z[0],".").concat(z[1]),"".concat(z[2],".").concat(z[0],".").concat(z[3]),"".concat(z[2],".").concat(z[1],".").concat(z[0]),"".concat(z[2],".").concat(z[1],".").concat(z[3]),"".concat(z[2],".").concat(z[3],".").concat(z[0]),"".concat(z[2],".").concat(z[3],".").concat(z[1]),"".concat(z[3],".").concat(z[0],".").concat(z[1]),"".concat(z[3],".").concat(z[0],".").concat(z[2]),"".concat(z[3],".").concat(z[1],".").concat(z[0]),"".concat(z[3],".").concat(z[1],".").concat(z[2]),"".concat(z[3],".").concat(z[2],".").concat(z[0]),"".concat(z[3],".").concat(z[2],".").concat(z[1]),"".concat(z[0],".").concat(z[1],".").concat(z[2],".").concat(z[3]),"".concat(z[0],".").concat(z[1],".").concat(z[3],".").concat(z[2]),"".concat(z[0],".").concat(z[2],".").concat(z[1],".").concat(z[3]),"".concat(z[0],".").concat(z[2],".").concat(z[3],".").concat(z[1]),"".concat(z[0],".").concat(z[3],".").concat(z[1],".").concat(z[2]),"".concat(z[0],".").concat(z[3],".").concat(z[2],".").concat(z[1]),"".concat(z[1],".").concat(z[0],".").concat(z[2],".").concat(z[3]),"".concat(z[1],".").concat(z[0],".").concat(z[3],".").concat(z[2]),"".concat(z[1],".").concat(z[2],".").concat(z[0],".").concat(z[3]),"".concat(z[1],".").concat(z[2],".").concat(z[3],".").concat(z[0]),"".concat(z[1],".").concat(z[3],".").concat(z[0],".").concat(z[2]),"".concat(z[1],".").concat(z[3],".").concat(z[2],".").concat(z[0]),"".concat(z[2],".").concat(z[0],".").concat(z[1],".").concat(z[3]),"".concat(z[2],".").concat(z[0],".").concat(z[3],".").concat(z[1]),"".concat(z[2],".").concat(z[1],".").concat(z[0],".").concat(z[3]),"".concat(z[2],".").concat(z[1],".").concat(z[3],".").concat(z[0]),"".concat(z[2],".").concat(z[3],".").concat(z[0],".").concat(z[1]),"".concat(z[2],".").concat(z[3],".").concat(z[1],".").concat(z[0]),"".concat(z[3],".").concat(z[0],".").concat(z[1],".").concat(z[2]),"".concat(z[3],".").concat(z[0],".").concat(z[2],".").concat(z[1]),"".concat(z[3],".").concat(z[1],".").concat(z[0],".").concat(z[2]),"".concat(z[3],".").concat(z[1],".").concat(z[2],".").concat(z[0]),"".concat(z[3],".").concat(z[2],".").concat(z[0],".").concat(z[1]),"".concat(z[3],".").concat(z[2],".").concat(z[1],".").concat(z[0])]}var Js={};function Sc(z){if(z.length===0||z.length===1)return z;var ne=z.join(".");return Js[ne]||(Js[ne]=hc(z)),Js[ne]}function Xc(z){var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},oe=arguments.length>2?arguments[2]:void 0,le=z.filter(function(ve){return ve!=="token"}),he=Sc(le);return he.reduce(function(ve,Pe){return Qi(Qi({},ve),oe[Pe])},ne)}function qs(z){return z.join(" ")}function Ka(z,ne){var oe=0;return function(le){return oe+=1,le.map(function(he,ve){return Gi({node:he,stylesheet:z,useInlineStyles:ne,key:"code-segment-".concat(oe,"-").concat(ve)})})}}function Gi(z){var ne=z.node,oe=z.stylesheet,le=z.style,he=le===void 0?{}:le,ve=z.useInlineStyles,Pe=z.key,Ne=ne.properties,Me=ne.type,je=ne.tagName,Be=ne.value;if(Me==="text")return Be;if(je){var Xe=Ka(oe,ve),Ve;if(!ve)Ve=Qi(Qi({},Ne),{},{className:qs(Ne.className)});else{var Ge=Object.keys(oe).reduce(function(Nt,Ft){return Ft.split(".").forEach(function(an){Nt.includes(an)||Nt.push(an)}),Nt},[]),Rt=Ne.className&&Ne.className.includes("token")?["token"]:[],kt=Ne.className&&Rt.concat(Ne.className.filter(function(Nt){return!Ge.includes(Nt)}));Ve=Qi(Qi({},Ne),{},{className:qs(kt)||void 0,style:Xc(Ne.className,Object.assign({},Ne.style,he),oe)})}var en=Xe(ne.children);return se.createElement(je,Ql({key:Pe},Ve),en)}}var Xi=function(z,ne){var oe=z.listLanguages();return oe.indexOf(ne)!==-1},vc=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function eu(z,ne){var oe=Object.keys(z);if(Object.getOwnPropertySymbols){var le=Object.getOwnPropertySymbols(z);ne&&(le=le.filter(function(he){return Object.getOwnPropertyDescriptor(z,he).enumerable})),oe.push.apply(oe,le)}return oe}function bi(z){for(var ne=1;ne<arguments.length;ne++){var oe=arguments[ne]!=null?arguments[ne]:{};ne%2?eu(Object(oe),!0).forEach(function(le){fc(z,le,oe[le])}):Object.getOwnPropertyDescriptors?Object.defineProperties(z,Object.getOwnPropertyDescriptors(oe)):eu(Object(oe)).forEach(function(le){Object.defineProperty(z,le,Object.getOwnPropertyDescriptor(oe,le))})}return z}var bc=/\n/g;function Jc(z){return z.match(bc)}function yc(z){var ne=z.lines,oe=z.startingLineNumber,le=z.style;return ne.map(function(he,ve){var Pe=ve+oe;return se.createElement("span",{key:"line-".concat(ve),className:"react-syntax-highlighter-line-number",style:typeof le=="function"?le(Pe):le},"".concat(Pe,`
|
|
|
`))})}function qc(z){var ne=z.codeString,oe=z.codeStyle,le=z.containerStyle,he=le===void 0?{float:"left",paddingRight:"10px"}:le,ve=z.numberStyle,Pe=ve===void 0?{}:ve,Ne=z.startingLineNumber;return se.createElement("code",{style:Object.assign({},oe,he)},yc({lines:ne.replace(/\n$/,"").split(`
|
|
|
`),style:Pe,startingLineNumber:Ne}))}function Ec(z){return"".concat(z.toString().length,".25em")}function Pc(z,ne){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(z),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:ne},children:[{type:"text",value:z}]}}function tu(z,ne,oe){var le={display:"inline-block",minWidth:Ec(oe),paddingRight:"1em",textAlign:"right",userSelect:"none"},he=typeof z=="function"?z(ne):z,ve=bi(bi({},le),he);return ve}function Jl(z){var ne=z.children,oe=z.lineNumber,le=z.lineNumberStyle,he=z.largestLineNumber,ve=z.showInlineLineNumbers,Pe=z.lineProps,Ne=Pe===void 0?{}:Pe,Me=z.className,je=Me===void 0?[]:Me,Be=z.showLineNumbers,Xe=z.wrapLongLines,Ve=typeof Ne=="function"?Ne(oe):Ne;if(Ve.className=je,oe&&ve){var Ge=tu(le,oe,he);ne.unshift(Pc(oe,Ge))}return Xe&Be&&(Ve.style=bi(bi({},Ve.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:Ve,children:ne}}function nu(z){for(var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],oe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],le=0;le<z.length;le++){var he=z[le];if(he.type==="text")oe.push(Jl({children:[he],className:Qs(new Set(ne))}));else if(he.children){var ve=ne.concat(he.properties.className);nu(he.children,ve).forEach(function(Pe){return oe.push(Pe)})}}return oe}function ed(z,ne,oe,le,he,ve,Pe,Ne,Me){var je,Be=nu(z.value),Xe=[],Ve=-1,Ge=0;function Rt(ea,$t){var zn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Jl({children:ea,lineNumber:$t,lineNumberStyle:Ne,largestLineNumber:Pe,showInlineLineNumbers:he,lineProps:oe,className:zn,showLineNumbers:le,wrapLongLines:Me})}function kt(ea,$t){if(le&&$t&&he){var zn=tu(Ne,$t,Pe);ea.unshift(Pc($t,zn))}return ea}function en(ea,$t){var zn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return ne||zn.length>0?Rt(ea,$t,zn):kt(ea,$t)}for(var Nt=function(){var $t=Be[Ge],zn=$t.children[0].value,ya=Jc(zn);if(ya){var Aa=zn.split(`
|
|
|
`);Aa.forEach(function(oa,ba){var sa=le&&Xe.length+ve,Wn={type:"text",value:"".concat(oa,`
|
|
|
`)};if(ba===0){var fn=Be.slice(Ve+1,Ge).concat(Jl({children:[Wn],className:$t.properties.className})),En=en(fn,sa);Xe.push(En)}else if(ba===Aa.length-1){var bn=Be[Ge+1]&&Be[Ge+1].children&&Be[Ge+1].children[0],Un={type:"text",value:"".concat(oa)};if(bn){var Na=Jl({children:[Un],className:$t.properties.className});Be.splice(Ge+1,0,Na)}else{var La=[Un],ct=en(La,sa,$t.properties.className);Xe.push(ct)}}else{var Ja=[Wn],Fr=en(Ja,sa,$t.properties.className);Xe.push(Fr)}}),Ve=Ge}Ge++};Ge<Be.length;)Nt();if(Ve!==Be.length-1){var Ft=Be.slice(Ve+1,Be.length);if(Ft&&Ft.length){var an=le&&Xe.length+ve,_n=en(Ft,an);Xe.push(_n)}}return ne?Xe:(je=[]).concat.apply(je,Xe)}function Cc(z){var ne=z.rows,oe=z.stylesheet,le=z.useInlineStyles;return ne.map(function(he,ve){return Gi({node:he,stylesheet:oe,useInlineStyles:le,key:"code-segement".concat(ve)})})}function wc(z){return z&&typeof z.highlightAuto!="undefined"}function xc(z){var ne=z.astGenerator,oe=z.language,le=z.code,he=z.defaultCodeValue;if(wc(ne)){var ve=Xi(ne,oe);return oe==="text"?{value:he,language:"text"}:ve?ne.highlight(oe,le):ne.highlightAuto(le)}try{return oe&&oe!=="text"?{value:ne.highlight(le,oe)}:{value:he}}catch(Pe){return{value:he}}}function td(z,ne){return function(le){var he=le.language,ve=le.children,Pe=le.style,Ne=Pe===void 0?ne:Pe,Me=le.customStyle,je=Me===void 0?{}:Me,Be=le.codeTagProps,Xe=Be===void 0?{className:he?"language-".concat(he):void 0,style:bi(bi({},Ne['code[class*="language-"]']),Ne['code[class*="language-'.concat(he,'"]')])}:Be,Ve=le.useInlineStyles,Ge=Ve===void 0?!0:Ve,Rt=le.showLineNumbers,kt=Rt===void 0?!1:Rt,en=le.showInlineLineNumbers,Nt=en===void 0?!0:en,Ft=le.startingLineNumber,an=Ft===void 0?1:Ft,_n=le.lineNumberContainerStyle,ea=le.lineNumberStyle,$t=ea===void 0?{}:ea,zn=le.wrapLines,ya=le.wrapLongLines,Aa=ya===void 0?!1:ya,oa=le.lineProps,ba=oa===void 0?{}:oa,sa=le.renderer,Wn=le.PreTag,fn=Wn===void 0?"pre":Wn,En=le.CodeTag,bn=En===void 0?"code":En,Un=le.code,Na=Un===void 0?(Array.isArray(ve)?ve[0]:ve)||"":Un,La=le.astGenerator,ct=vl(le,vc);La=La||z;var Ja=kt?se.createElement(qc,{containerStyle:_n,codeStyle:Xe.style||{},numberStyle:$t,startingLineNumber:an,codeString:Na}):null,Fr=Ne.hljs||Ne['pre[class*="language-"]']||{backgroundColor:"#fff"},mt=wc(La)?"hljs":"prismjs",ta=Ge?Object.assign({},ct,{style:Object.assign({},Fr,je)}):Object.assign({},ct,{className:ct.className?"".concat(mt," ").concat(ct.className):mt,style:Object.assign({},je)});if(Aa?Xe.style=bi(bi({},Xe.style),{},{whiteSpace:"pre-wrap"}):Xe.style=bi(bi({},Xe.style),{},{whiteSpace:"pre"}),!La)return se.createElement(fn,ta,Ja,se.createElement(bn,Xe,Na));(zn===void 0&&sa||Aa)&&(zn=!0),sa=sa||Cc;var ua=[{type:"text",value:Na}],ar=xc({astGenerator:La,language:he,code:Na,defaultCodeValue:ua});ar.language===null&&(ar.value=ua);var Dr=ar.value.length+an,za=ed(ar,zn,ba,kt,Nt,an,Dr,$t,Aa);return se.createElement(fn,ta,se.createElement(bn,Xe,!Nt&&Ja,sa({rows:za,stylesheet:Ne,useInlineStyles:Ge})))}}var Ac={'code[class*="language-"]':{color:"black",background:"none",textShadow:"0 1px white",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",fontSize:"1em",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{color:"black",background:"#f5f2f0",textShadow:"0 1px white",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",fontSize:"1em",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:".5em 0",overflow:"auto"},'pre[class*="language-"]::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"] ::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"]::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"] ::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"]::selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"] ::selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"]::selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"] ::selection':{textShadow:"none",background:"#b3d4fc"},':not(pre) > code[class*="language-"]':{background:"#f5f2f0",padding:".1em",borderRadius:".3em",whiteSpace:"normal"},comment:{color:"slategray"},prolog:{color:"slategray"},doctype:{color:"slategray"},cdata:{color:"slategray"},punctuation:{color:"#999"},namespace:{Opacity:".7"},property:{color:"#905"},tag:{color:"#905"},boolean:{color:"#905"},number:{color:"#905"},constant:{color:"#905"},symbol:{color:"#905"},deleted:{color:"#905"},selector:{color:"#690"},"attr-name":{color:"#690"},string:{color:"#690"},char:{color:"#690"},builtin:{color:"#690"},inserted:{color:"#690"},operator:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},entity:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)",cursor:"help"},url:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},".language-css .token.string":{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},".style .token.string":{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},atrule:{color:"#07a"},"attr-value":{color:"#07a"},keyword:{color:"#07a"},function:{color:"#DD4A68"},"class-name":{color:"#DD4A68"},regex:{color:"#e90"},important:{color:"#e90",fontWeight:"bold"},variable:{color:"#e90"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"}},nd=E(98695),Ic=E.n(nd),ad=["abap","abnf","actionscript","ada","agda","al","antlr4","apacheconf","apex","apl","applescript","aql","arduino","arff","asciidoc","asm6502","asmatmel","aspnet","autohotkey","autoit","avisynth","avro-idl","bash","basic","batch","bbcode","bicep","birb","bison","bnf","brainfuck","brightscript","bro","bsl","c","cfscript","chaiscript","cil","clike","clojure","cmake","cobol","coffeescript","concurnas","coq","cpp","crystal","csharp","cshtml","csp","css-extras","css","csv","cypher","d","dart","dataweave","dax","dhall","diff","django","dns-zone-file","docker","dot","ebnf","editorconfig","eiffel","ejs","elixir","elm","erb","erlang","etlua","excel-formula","factor","false","firestore-security-rules","flow","fortran","fsharp","ftl","gap","gcode","gdscript","gedcom","gherkin","git","glsl","gml","gn","go-module","go","graphql","groovy","haml","handlebars","haskell","haxe","hcl","hlsl","hoon","hpkp","hsts","http","ichigojam","icon","icu-message-format","idris","iecst","ignore","inform7","ini","io","j","java","javadoc","javadoclike","javascript","javastacktrace","jexl","jolie","jq","js-extras","js-templates","jsdoc","json","json5","jsonp","jsstacktrace","jsx","julia","keepalived","keyman","kotlin","kumir","kusto","latex","latte","less","lilypond","liquid","lisp","livescript","llvm","log","lolcode","lua","magma","makefile","markdown","markup-templating","markup","matlab","maxscript","mel","mermaid","mizar","mongodb","monkey","moonscript","n1ql","n4js","nand2tetris-hdl","naniscript","nasm","neon","nevod","nginx","nim","nix","nsis","objectivec","ocaml","opencl","openqasm","oz","parigp","parser","pascal","pascaligo","pcaxis","peoplecode","perl","php-extras","php","phpdoc","plsql","powerquery","powershell","processing","prolog","promql","properties","protobuf","psl","pug","puppet","pure","purebasic","purescript","python","q","qml","qore","qsharp","r","racket","reason","regex","rego","renpy","rest","rip","roboconf","robotframework","ruby","rust","sas","sass","scala","scheme","scss","shell-session","smali","smalltalk","smarty","sml","solidity","solution-file","soy","sparql","splunk-spl","sqf","sql","squirrel","stan","stylus","swift","systemd","t4-cs","t4-templating","t4-vb","tap","tcl","textile","toml","tremor","tsx","tt2","turtle","twig","typescript","typoscript","unrealscript","uorazor","uri","v","vala","vbnet","velocity","verilog","vhdl","vim","visual-basic","warpscript","wasm","web-idl","wiki","wolfram","wren","xeora","xml-doc","xojo","xquery","yaml","yang","zig"],au=td(Ic(),Ac);au.supportedLanguages=ad;var rd=au,Tc={'pre[class*="language-"]':{color:"#d4d4d4",fontSize:"13px",textShadow:"none",fontFamily:'Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:".5em 0",overflow:"auto",background:"#1e1e1e"},'code[class*="language-"]':{color:"#d4d4d4",fontSize:"13px",textShadow:"none",fontFamily:'Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]::selection':{textShadow:"none",background:"#264F78"},'code[class*="language-"]::selection':{textShadow:"none",background:"#264F78"},'pre[class*="language-"] *::selection':{textShadow:"none",background:"#264F78"},'code[class*="language-"] *::selection':{textShadow:"none",background:"#264F78"},':not(pre) > code[class*="language-"]':{padding:".1em .3em",borderRadius:".3em",color:"#db4c69",background:"#1e1e1e"},".namespace":{Opacity:".7"},"doctype.doctype-tag":{color:"#569CD6"},"doctype.name":{color:"#9cdcfe"},comment:{color:"#6a9955"},prolog:{color:"#6a9955"},punctuation:{color:"#d4d4d4"},".language-html .language-css .token.punctuation":{color:"#d4d4d4"},".language-html .language-javascript .token.punctuation":{color:"#d4d4d4"},property:{color:"#9cdcfe"},tag:{color:"#569cd6"},boolean:{color:"#569cd6"},number:{color:"#b5cea8"},constant:{color:"#9cdcfe"},symbol:{color:"#b5cea8"},inserted:{color:"#b5cea8"},unit:{color:"#b5cea8"},selector:{color:"#d7ba7d"},"attr-name":{color:"#9cdcfe"},string:{color:"#ce9178"},char:{color:"#ce9178"},builtin:{color:"#ce9178"},deleted:{color:"#ce9178"},".language-css .token.string.url":{textDecoration:"underline"},operator:{color:"#d4d4d4"},entity:{color:"#569cd6"},"operator.arrow":{color:"#569CD6"},atrule:{color:"#ce9178"},"atrule.rule":{color:"#c586c0"},"atrule.url":{color:"#9cdcfe"},"atrule.url.function":{color:"#dcdcaa"},"atrule.url.punctuation":{color:"#d4d4d4"},keyword:{color:"#569CD6"},"keyword.module":{color:"#c586c0"},"keyword.control-flow":{color:"#c586c0"},function:{color:"#dcdcaa"},"function.maybe-class-name":{color:"#dcdcaa"},regex:{color:"#d16969"},important:{color:"#569cd6"},italic:{fontStyle:"italic"},"class-name":{color:"#4ec9b0"},"maybe-class-name":{color:"#4ec9b0"},console:{color:"#9cdcfe"},parameter:{color:"#9cdcfe"},interpolation:{color:"#9cdcfe"},"punctuation.interpolation-punctuation":{color:"#569cd6"},variable:{color:"#9cdcfe"},"imports.maybe-class-name":{color:"#9cdcfe"},"exports.maybe-class-name":{color:"#9cdcfe"},escape:{color:"#d7ba7d"},"tag.punctuation":{color:"#808080"},cdata:{color:"#808080"},"attr-value":{color:"#ce9178"},"attr-value.punctuation":{color:"#ce9178"},"attr-value.punctuation.attr-equals":{color:"#d4d4d4"},namespace:{color:"#4ec9b0"},'pre[class*="language-javascript"]':{color:"#9cdcfe"},'code[class*="language-javascript"]':{color:"#9cdcfe"},'pre[class*="language-jsx"]':{color:"#9cdcfe"},'code[class*="language-jsx"]':{color:"#9cdcfe"},'pre[class*="language-typescript"]':{color:"#9cdcfe"},'code[class*="language-typescript"]':{color:"#9cdcfe"},'pre[class*="language-tsx"]':{color:"#9cdcfe"},'code[class*="language-tsx"]':{color:"#9cdcfe"},'pre[class*="language-css"]':{color:"#ce9178"},'code[class*="language-css"]':{color:"#ce9178"},'pre[class*="language-html"]':{color:"#d4d4d4"},'code[class*="language-html"]':{color:"#d4d4d4"},".language-regex .token.anchor":{color:"#dcdcaa"},".language-html .token.punctuation":{color:"#808080"},'pre[class*="language-"] > code[class*="language-"]':{position:"relative",zIndex:"1"},".line-highlight.line-highlight":{background:"#f7ebc6",boxShadow:"inset 5px 0 0 #f7d87c",zIndex:"0"}},ru=E(74855),ql={wrp:"wrp___H70W8","file-list":"file-list___S5XYJ",ExtraEdit:"ExtraEdit___K6Xf2",btn:"btn___Yiu8q"},Rc=E(15746),yl=E(28706),wo=E(67294),ou=Object.defineProperty,es=Object.getOwnPropertySymbols,iu=Object.prototype.hasOwnProperty,lu=Object.prototype.propertyIsEnumerable,su=(z,ne,oe)=>ne in z?ou(z,ne,{enumerable:!0,configurable:!0,writable:!0,value:oe}):z[ne]=oe,ts=(z,ne)=>{for(var oe in ne||(ne={}))iu.call(ne,oe)&&su(z,oe,ne[oe]);if(es)for(var oe of es(ne))lu.call(ne,oe)&&su(z,oe,ne[oe]);return z},Nc=(z,ne)=>{var oe={};for(var le in z)iu.call(z,le)&&ne.indexOf(le)<0&&(oe[le]=z[le]);if(z!=null&&es)for(var le of es(z))ne.indexOf(le)<0&&lu.call(z,le)&&(oe[le]=z[le]);return oe},Lc=(z,ne,oe)=>new Promise((le,he)=>{var ve=Me=>{try{Ne(oe.next(Me))}catch(je){he(je)}},Pe=Me=>{try{Ne(oe.throw(Me))}catch(je){he(je)}},Ne=Me=>Me.done?le(Me.value):Promise.resolve(Me.value).then(ve,Pe);Ne((oe=oe.apply(z,ne)).next())}),Oc=({onCallback:z,scrollBox:ne,Data:oe,extraEdit:le,showEditableBox:he,onRedraw:ve,loading:Pe,showPreference:Ne,onPreference:Me})=>{var je,Be;const{allowCopy:Xe=!1,fileList:Ve,hideTextEffect:Ge=!1,text:Rt=""}=oe,[kt,en]=(0,se.useState)(""),[Nt,Ft]=(0,se.useState)(!0),an=(0,se.useRef)(0),_n=(0,se.useRef)(!1);(0,se.useEffect)(()=>Rt?(Ft(!0),Ge?en(Rt):Lc(void 0,null,function*(){for(let zn=0;zn<Rt.length;zn+=5){const ya=Rt.substring(0,zn+5)+(Rt.length-1>zn+4?" __":"");en(ya),yield new Promise(Aa=>setTimeout(Aa,70))}Ft(!1),z==null||z(oe)}),ne.current.addEventListener("wheel",ea),()=>{var zn;en(""),(zn=ne.current)==null||zn.removeEventListener("wheel",ea)}):void 0,[]),(0,se.useEffect)(()=>{ne.current.scrollTo({top:ne.current.scrollHeight,behavior:"smooth"})},[]);const ea=()=>{_n.current=!0};return wo.createElement("div",{className:`${ql.wrp} fadeIn animated`},oe.sender!=="AI"&&wo.createElement("p",{dangerouslySetInnerHTML:{__html:Rt.replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")}}),oe.sender==="AI"&&wo.createElement(gc,{components:{code($t){var zn=$t,{node:ya,inline:Aa,className:oa,children:ba}=zn,sa=Nc(zn,["node","inline","className","children"]);const Wn=/language-(\w+)/.exec(oa||"");return ne.current.scrollHeight-an.current>60&&!_n.current&&(ne.current.scrollTo({top:ne.current.scrollHeight,behavior:"smooth"}),an.current=ne.current.scrollHeight),!Aa&&Wn?wo.createElement("div",{style:{position:"relative",minHeight:50}},wo.createElement(ru.CopyToClipboard,{text:String(ba).replace(/\n$/,""),onCopy:()=>me.ZP.success({content:"\u590D\u5236\u6210\u529F",key:"copy"})},wo.createElement("button",{style:{position:"absolute",top:0,right:0,padding:"4px 8px",borderRadius:"0 0 0 5px",border:"none",backgroundColor:"#007bff",color:"#fff",cursor:"pointer",fontSize:"12px"}},"\u590D\u5236")),wo.createElement(rd,ts({style:Tc,language:Wn[1],PreTag:"div",showLineNumbers:!0,lineNumberStyle:{minWidth:"40px"}},sa),String(ba||"").replace(/\n$/,""))):wo.createElement("code",ts({className:oa},sa),ba)}}},kt),Ve&&!Nt&&wo.createElement(He.Z,{className:`${ql["file-list"]} animated fadeIn`},wo.createElement(Rc.Z,null,wo.createElement("img",{src:E(90034)(`./${((Be=(je=Ve==null?void 0:Ve.name)==null?void 0:je.split("."))==null?void 0:Be.pop())||"txt"}.png`),width:20,className:"mr10"})),wo.createElement(Rc.Z,null,Ve==null?void 0:Ve.name,wo.createElement("br",null),(0,yl.RD)(Ve==null?void 0:Ve.size))),!Nt&&wo.createElement("div",{className:ql.ExtraEdit},le==null?void 0:le(oe),Xe&&wo.createElement(ru.CopyToClipboard,{text:String(kt).replace(/\n$/,""),onCopy:()=>me.ZP.success({content:"\u590D\u5236\u6210\u529F",key:"copy"})},wo.createElement(Ie.Z,{title:"\u590D\u5236"},wo.createElement("i",{className:"iconfot icon-fuzhi8 font13"}))),Ne&&wo.createElement(wo.Fragment,null,wo.createElement(Ie.Z,{title:"\u559C\u6B22"},wo.createElement("i",{style:oe!=null&&oe.like?{color:"#FA8D30"}:{},onClick:()=>Me("like",!(oe!=null&&oe.like)),className:"iconfot icon-yijiejue font15"})),wo.createElement(Ie.Z,{title:"\u4E0D\u559C\u6B22"},wo.createElement("i",{style:oe!=null&&oe.boring?{color:"#e86d7c"}:{},onClick:()=>Me("boring",!(oe!=null&&oe.boring)),className:"iconfot icon-weijiejuezhengchang font15"}))),he&&!Pe&&wo.createElement(Ie.Z,{title:"\u91CD\u65B0\u751F\u6210"},wo.createElement("i",{onClick:ve,className:"iconfot icon-gengxin-genghuan-tihuan"}))))},Wr={flex_box_center:"flex_box_center___GmElr",flex_space_between:"flex_space_between____pbWi",flex_box_vertical_center:"flex_box_vertical_center___COMWd",flex_box_center_end:"flex_box_center_end___lmAQf",flex_box_column:"flex_box_column___OJb7M","ai-wrp":"ai-wrp___AEGoS","loading-wanx":"loading-wanx___GtiUv","dot-flashing":"dot-flashing___xJNVn","dot-fade":"dot-fade___KWn1a","footer-container":"footer-container___HTy33",full:"full___dZLXo",lineFour:"lineFour___Lhbz5","input-container":"input-container___M88BT",fullIcon:"fullIcon___YWXTV","upload-btn":"upload-btn___fKRCG","send-btn":"send-btn___yOKG5","chat-container":"chat-container___pNTrU","chat-message":"chat-message___isXl8",title:"title___hXSVA",answerWrp:"answerWrp___COjAb",li:"li___PjMV3",img:"img___wZqEA",content:"content___OlYYG",user:"user___rbSU1",container:"container___hZAxN",item:"item___Z9j46",itemMask:"itemMask___pC6Cb",show:"show___WQ1Wl",mask:"mask___irVlm",disabledNumClass:"disabledNumClass___UIKcm",editable:"editable___CpDhE",text:"text___yWTCV",file:"file___fxAKb",action:"action___I2zGy"},ci=E(33170),ns=E(52262),ue=({positionX:z,src:ne,onClick:oe})=>{const le=(0,se.useRef)(null),[he,ve]=(0,se.useState)(!1),[Pe,Ne]=(0,se.useState)({x:20,y:window.innerHeight*.62}),[Me,je]=(0,se.useState)({x:20,y:window.innerHeight*.62}),[Be,Xe]=(0,se.useState)({x:20,y:window.innerHeight*.62}),[Ve,Ge]=(0,se.useState)(!1);(0,se.useEffect)(()=>{const en=()=>{Ne({x:20,y:window.innerHeight*.62})};return window.addEventListener("resize",en),()=>{window.removeEventListener("resize",en)}},[]),(0,se.useEffect)(()=>{const en=Ft=>{var an;if(he){const _n=Ft.clientY-Be.y;let ea=Me.y+_n;const $t=window.innerHeight-(((an=le.current)==null?void 0:an.offsetHeight)||0)-50,zn=50;ea<zn&&(ea=zn),ea>$t&&(ea=$t),requestAnimationFrame(()=>{Ne({x:20,y:ea})}),Ge(!0)}},Nt=()=>{ve(!1)};return document.addEventListener("mousemove",en),document.addEventListener("mouseup",Nt),()=>{document.removeEventListener("mousemove",en),document.removeEventListener("mouseup",Nt)}},[he,Be,Me]);const Rt=en=>{ve(!0),Xe({x:en.clientX,y:en.clientY}),je(Pe),Ge(!1)},kt=en=>{ve(!1),!Ve&&oe&&oe(en)};return se.createElement("div",{style:{position:"fixed",top:Pe.y,right:Pe.x,zIndex:100,cursor:he?"grabbing":"grab"},onMouseDown:Rt,onMouseUp:kt,ref:le},se.createElement("img",{src:ne||"/images/ai_teacher.png",width:60,draggable:"false"}))},ge="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAYAAAD+vg1LAAAAAXNSR0IArs4c6QAAA1FJREFUSEuVlctvVVUYxX/f7UNCkYdMHDA0caCJMcaQXB4VLX2IRJCgRtGg+EpMHJOIiQ8mxqF/AQOdmKJNqy0EJVrkWLWi8piYQIxNHAAhaINy4XxLzzl737t7uTV4Jvve7HPWXt/61re2vXJaHwi24ZgAORSrq1pVrKr+F48X++XGwv3wTi7x9uh6e89ePq2rcnrjhxEoXctDAnA8JIJ7JBMOQhwf3WDr7KVTasjpaTKKIAnTWEnJONmPv2NlZRVGdnC91e3Fk2pI9DTLDWUvYJ5I0qmiVDIg+3ij1e2Fn9XwAFxK6PyKKkmb+obfBaNS44J6YC7R5+L25oGQjfVb3fb8pIZ7xVjGJwfute1Vm27u2Tqupd0ruVT0KfQhG3vA6vbcjy0pwqkXSymjJJF5YHqDFLBEzq0p4/FNBfCJwLhdxwSwo2PCftnAwhqt77OJh6xuu39oafxfjalET1wRHBK1TiyZfVoAPztbSRE/7OSG1GILfJzYL5VicsDq9sz3bcBwXoUrFpu8fEHZBeE+d5YlA5RNbra67fqu1Txg4sO1tvXm/FC9NXJUayznt+YQGdlUAfz0t4nGhYpizhPGiV8X5kj0MSyXsyqpMDs8ZHV7qgCOPo7lL26t5tAs1mhEdnjY6vbkN4mPU8t1Am+3pHFJOUfcmMNZ7WIQce7ISAC+gXFrXFuRmTQzjPy7XSvZf+Es6lvFHbpGfmWec0uX0//5sE3ZE1nQOOSsxHwzwFo6opxewS3Blq9Nbrb3Bw9pL7BXYkWZIcYZOc8f3WIztvN4KzYNJkY3dHbF0JRu6+rmgmB6csD6Bw9pH+KdZnRWWTMv53dyHradX1fNC2Obu/ilzO54S8RKKPNgDcauv7oY621w3p0l0Q2IP2rG0HXnVYm/bcexinG8jtKxTaapOc44d8tY7c6XgnGJR1zM18SwGyOes0/ipD023Zq8jhZqm8A85y7VWGbOjBvDOHdizEoMeM6boYJjtn1aV71oTIfLsUNEYsaeFZc5cLGPuaJpVmNHfp37Jd6Kl4PVeN0e/Uof4WxzqOHhNk7s1uG2PvPFDPc8uJYt7hyU6G4LrhM9DTba/8mF9nc3faZ1+TXe+Ffr+wR/mhi90mD/7ON2+R9W5V2x0b6OvQAAAABJRU5ErkJggg==",ye="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAAAXNSR0IArs4c6QAAA6VJREFUSEuVlVtoXGUUhdc6SbQmRFPb2pDLdCaN0D6oIFpSiAgqUkWhbxbEWiQ+iA8iFCWQUoo22mCxL4JUYkJBSalWEHshXqLRqSYiSkHQJp2ZtEKrpMVC0Gb+y9IzZ850TpwUHJiHc/k/1t5r7X2I6/zeaNPqunrsdcBWKzU58lTRY2DPb5xe7hiXezC8Ws0LjZg20gZHwABwACy4aIEHXzvHbK2zywLfTKnfSYMhzJZA5T8BD07tm2PP/wLu79QJS22JQSV1FTh1mWgcLfDqUmhJ4W4o2AP66of7Un7SAvdFZVbDouuAXHmgwD/jMzGDI2mtKDp95MmvnjvH1+MXBlP61FK95b7BQgmwCdh6MMcr4fvb2tSpG3Vc4k6+s04Z4/G1gdo9OPDiee59ZZ02SrjXEs3lki8UgYIHNofmeMIZIteZx2e5LnQYrwlLdHlqqFTyWx3qXiQmLNVhwW8d0GMhxj1zYLZIHAtNCu/FbTDADw681UIZT+0/mq/bWXF5qFPrHXHKQLct7VsINCEQGqx2PE6AI4eO5vhyKK4CFMRXU7hsoZZrbkYG1AJWu+48H/h4jhMJ4GC7Vi3Waf5amVXZC5g1ihTWct2JzxwvcCQJ7Naav4z+SIS4HBkXMGuJY9aXS64KezkFfeN5DieA/d1aoypgtRLHSKEt93Dp9Diw7/MYuDullywQeKLJQANRz5JhjoGOocs876BZI7RacIOl6MW+L2PgQMpbS9RVIDWmwpPZIjAi4vcPcvwkDv9DXbrDAu/+C387GwP7U3rMABTQUqQO1TIlVHg4z94QtGW9tjn5hx2DBUOM+jrMWIO7pnL8JtHDFzJaa7wuJiJTCTGzH+bZ+2jGjTngCUuWRtGB1pLPfneWo7HqSg5D4N/SxaUuRwaUSj7goSPRpIRzHUEtuRA0MD39Cy8lFG5v16r6Bs3X3C5k1gI/OfjnK6DEfgweOX2WJxPA8OLptL9ggdbqsssTkXXiF4baFVUQbZ44Pl7Bpp9z/D6pMKNNDhq3wi3/yRmZdcKThjht4G9OLtvSrnx/ZjbYDjA8CuxIq8dAJx3R7KD3DLjVory6ImOyE7mgd3O37rdeI5bIRKYEJxy01kB3uwBjczPBU9yRVhjOKSs2OaDvSIGjj7ep0d+EjYsOzbY+/IbgyuQsf4ycVHBnBrdfbcClM2c4n0ppJW7QuIXuccAww9X9awYHBUwezvPQ9T6ryz1rSatlRb3GTMBd/wBBRVUxXeSVgwAAAABJRU5ErkJggg==",Ce="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAAXNSR0IArs4c6QAABD9JREFUSEvNlG1MU2cUx/+3hVJKoZQCKTIGTBw6ZB1CNmg/MHkNoqAJe9fhDMvWkhZcjG4fMdnMkm2Ei4Diy8IyEUPUGCNDjSxx2XgHCxN0sooI0spLQ2lpe1vuXe5d1oFNVkj8sPPlSe4553fOc87/PgTWYIcPnwl2OJzfi8WiXJvN0cvjMaXV1eopX6mErwDWr9PVf5Wfr/xcpVIQIyMGpqXlxgWSVL/nK3eN8LpWtfrtkqiocNjtThw7drafJDVpzwVeUVH3Tmxs9HmlUkEMDT1g7t4d+6KmRvP1c4H/PZoTOwC6EcBRktSwp0/zGsvBg98Fut3BMn9/ysvncuESn4+PeTzMrSS7XALG6aTnGxs/WVr53QM4cuSkxG5frpdIxG+Fh4f4E2vaxr+omRmLy2KxXuLxHJrq6s/mWY8HodM13NyzR5mdmZlMUJQbLpfb57WfDbh16w7T0aH/hSTVmR54ZeXJbQkJ8v7y8iKYzVZYrXaYTGZYLEuIiAhFaGiQVyHWx8aIxYGQy8PA3pTNu3q1C1NTsyqSLP+N61yna3g3NzflfE5OCqan59HW1oPxBQoCaQgo0yxSN2+ASpXkKdDbex+d+kcQyCPgtlgRFQDs2pUOilpGZ+cIo9cbPiJJTRMH12obPigoSP1RqXwF16714J6DhzBVKnh+fqCdFIxtHcjbFodNm6IxMfEUV26PImpnDvgiIRj3Msx9Q4ilFpGevgXd3aPMwIChrLZWfdYL/s23FxG+twQZchGmKWCSAmwPHyPoziCKijJw/Xo/ZuMToEhJgJsBJpzgGpg81Yz9+7J9wyPL3kdYgB8cDEAzwMKkEcLuHhQXZ6C9vQ/mLUmIS3yR85ndwDLD4HH9D9i/N2s1vLKy7jWGIXbk56d9yY6FXYhBGAqZMpWbMZ9NvHIDb74cgc2JMRgfN6Gt7yGiSwpB8HkIIABT/++QmyahVCZx8MHBsaM0TV8kKirqW2ga8QUFaa+z8Lm5Ra6AkfFDQIQM9okpJMdIkZn5qmehXV2j6PvDiMDYF0CZFyCjbCguVsLlWkZXFwfvJwhi2GvmrMRYe/JkDgsLS4iMlEAmC/GSIitZo9GM4GAhoqPDQRAErFbHf8/8H/i6/yCwOv8/wfX6P5GYGAOhUICBgTFs3RoHgcCPnS2n65W27s5bW28jLy8VEkkQmpt/xu7dGRCJhDh9+ieUlRWsgrMj7e29/+xPdKIkKyu5dft2BfeerLTLl39FdnYKQkJEYAsVFr4BkSgATU03UVqa6wmlaRqzsxb2dszw8KN9tbXqc5xaDh06FS+Vih8cOJDHdzpdKx/LNeyV4SS4uLjEne3tffTMjDnp+HHtPc+Tq9XW1WzcuEGrULxEBAUJ1wBdHWKzOTA0ZGAMBmNjTY3601XvOduuTlevAfAhQRByVrfrMZqmTQBzTip9WltVVUWzuX8BL+8z38bSCP4AAAAASUVORK5CYII=",Oe="data:image/png;base64,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",De=E(94184),ze=E.n(De),$e=E(11320),ot=Object.defineProperty,at=Object.getOwnPropertySymbols,Pt=Object.prototype.hasOwnProperty,ut=Object.prototype.propertyIsEnumerable,pt=(z,ne,oe)=>ne in z?ot(z,ne,{enumerable:!0,configurable:!0,writable:!0,value:oe}):z[ne]=oe,dt=(z,ne)=>{for(var oe in ne||(ne={}))Pt.call(ne,oe)&&pt(z,oe,ne[oe]);if(at)for(var oe of at(ne))ut.call(ne,oe)&&pt(z,oe,ne[oe]);return z},yt=(z,ne,oe)=>new Promise((le,he)=>{var ve=Me=>{try{Ne(oe.next(Me))}catch(je){he(je)}},Pe=Me=>{try{Ne(oe.throw(Me))}catch(je){he(je)}},Ne=Me=>Me.done?le(Me.value):Promise.resolve(Me.value).then(ve,Pe);Ne((oe=oe.apply(z,ne)).next())});const qt=({title:z,description:ne,placeholder:oe,hideUpload:le,hideInputBox:he,aiIcon:ve,userIcon:Pe,children:Ne,taskData:Me,user:je,name:Be,code:Xe,globalSetting:Ve,authority:Ge,isShowComponent:Rt=!0,DrawerProps:kt={},FetchUrl:en="https://ai-data.educoder.net/v1/chat-messages",FetchData:Nt={},defaultGetData:Ft=!1,extraEdit:an=()=>null,isShowDefuatTips:_n=!0,isReview:ea,onOpen:$t,loadingOption:zn,isIntelligentAssistant:ya=!1,intelligentAssistantItems:Aa=[],showEditableBox:oa=!1,showPreference:ba=!1,initMessage:sa="",customRequest:Wn})=>{var fn,En,bn,Un,Na,La,ct,Ja,Fr,mt,ta;const[ua,ar]=(0,se.useState)([]),[Dr,za]=(0,se.useState)(null),[no,wr]=(0,se.useState)(!1),[vr,gr]=(0,se.useState)([]),[sr,br]=(0,se.useState)(!1),[pr,Vr]=(0,se.useState)([]),mr=(0,se.useRef)(pr),rr=(0,se.useRef)(),_r=(0,se.useRef)(),[yr,vo]=(0,se.useState)(""),[fo,zo]=(0,se.useState)([`${(fn=Me==null?void 0:Me.challenge)==null?void 0:fn.task_pass}\uFF0C\u8BF7\u7ED9\u51FA\u7B54\u9898\u601D\u8003\u65B9\u5411\u3002\\n\\n\u4E0D\u8981\u7ED9\u51FA\u5B66\u751F\u6B63\u786E\u7B54\u6848\uFF0C\u4E0D\u8981\u7ED9\u51FA\u4EFB\u4F55\u4EE3\u7801`]),Zo=yr==null?void 0:yr.split(`
|
|
|
`).length,[pn,Nn]=(0,se.useState)(!1),[qa,Za]=(0,se.useState)(0),[ur,eo]=(0,se.useState)(null),[io,to]=(0,se.useState)(""),bo=(0,se.useRef)(null),Do=!!Me,uo=[{img:ge,name:"\u667A\u80FD\u5BA1\u9898",des:"\u5FEB\u901F\u667A\u80FD\u62C6\u89E3\u4EFB\u52A1\uFF0C\u63D0\u4F9B\u89E3\u9898\u601D\u8DEF",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB",inputs:""},{img:ye,name:"\u4EE3\u7801\u8BCA\u65AD",des:"\u7CFB\u7EDF\u667A\u80FD\u4EE3\u7801\u5206\u6790\uFF0C\u63D0\u4F9B\u4FEE\u6B63\u5EFA\u8BAE",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB",inputs:(En=Me==null?void 0:Me.challenge)==null?void 0:En.task_pass},{img:Ce,name:"AI\u8F85\u5BFC",des:"\u4E3A\u5B66\u751F\u63D0\u4F9B\u4E2A\u6027\u5316\u667A\u80FD\u5B66\u4E60\u8F85\u5BFC",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB",inputs:(bn=Me==null?void 0:Me.challenge)==null?void 0:bn.task_pass}],Mo={maxCount:1,showUploadList:!1,withCredentials:!0,accept:".doc,.docx,.md,.txt,.pdf,.jpg,.png",beforeUpload:Xt=>{var On,Ea,Ga,Hr;const Go=(Hr=(Ga=(Ea=(On=Xt==null?void 0:Xt.name)==null?void 0:On.split("."))==null?void 0:Ea.slice(-1))==null?void 0:Ga[0])==null?void 0:Hr.toLowerCase(),Jo=["doc","docx","md","pdf","txt","jpg","png"].includes(Go);return Xt.size==0?(me.ZP.warning("\u6587\u4EF6\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),Ee.default.LIST_IGNORE):Jo||(me.ZP.warning("\u76EE\u524D\u652F\u6301txt\u3001md\u3001doc\u3001docx\u3001pdf\u3001jpg\u3001png\u6587\u4EF6"),Ee.default.LIST_IGNORE)},onChange:({fileList:Xt})=>{gr((Xt==null?void 0:Xt.filter(On=>(On==null?void 0:On.status)==="done"))||[])},action:`${(Un=$e.Z)==null?void 0:Un.API_SERVER}/api/intelligent_imports/upload_file.json`},Qo={maxCount:1,showUploadList:!1,accept:".doc,.docx,.md,.txt,.pdf",beforeUpload:Xt=>{var On,Ea,Ga,Hr;const Go=(Hr=(Ga=(Ea=(On=Xt==null?void 0:Xt.name)==null?void 0:On.split("."))==null?void 0:Ea.slice(-1))==null?void 0:Ga[0])==null?void 0:Hr.toLowerCase(),Jo=["doc","docx","md","pdf","txt"].includes(Go);return Xt.size==0?(me.ZP.warning("\u6587\u4EF6\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),Ee.default.LIST_IGNORE):Jo||(me.ZP.warning("\u76EE\u524D\u652F\u6301txt\u3001md\u3001doc\u3001docx\u3001pdf\u6587\u4EF6"),Ee.default.LIST_IGNORE)},onChange:({fileList:Xt})=>{gr((Xt==null?void 0:Xt.filter(On=>(On==null?void 0:On.status)==="done"))||[])},action:`${(Na=$e.Z)==null?void 0:Na.API_SERVER}/api/attachments.json`};(0,se.useEffect)(()=>{var Xt;if(bo.current&&ur!==null){bo.current.focus();const On=(Xt=bo.current.resizableTextArea)==null?void 0:Xt.textArea;On&&(On.selectionStart=On.selectionEnd=On.value.length)}},[ur]),(0,se.useEffect)(()=>{Zo<5&&Nn(!1)},[Zo]),(0,se.useEffect)(()=>{ya&&no&&Ii()},[no]),(0,se.useEffect)(()=>{mr.current=pr},[pr]),(0,se.useEffect)(()=>{var Xt;Ve!=null&&Ve.setting&&ar([...ua,...((Xt=Ve==null?void 0:Ve.setting)==null?void 0:Xt.big_model_users)||[]])},[Ve==null?void 0:Ve.setting]),(0,se.useEffect)(()=>{var Xt;zo([`${(Xt=Me==null?void 0:Me.challenge)==null?void 0:Xt.task_pass}`,`${Xe}`,`${Xe}`])},[Xe]),(0,se.useEffect)(()=>{if(Ft&&(kt!=null&&kt.open||no)&&(Nt!=null&&Nt.student_work_id)){if(Dr!==(Nt==null?void 0:Nt.student_work_id))Vr([{text:"",done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]);else{if(pr.length)return;Vr([...pr,{text:"",done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}])}Nr(),za(Nt==null?void 0:Nt.student_work_id)}},[Ft,no,pr,kt==null?void 0:kt.open,Nt==null?void 0:Nt.student_work_id]),(0,se.useEffect)(()=>{kt!=null&&kt.open&&sa&&(Vr([{text:sa,done:!1,key:Date.now(),sender:"user",fileList:vr[0]},{text:yr,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),br(!0),setTimeout(()=>Nr(sa),300))},[kt==null?void 0:kt.open]);const Ai=()=>{wr(!0)},_i=()=>{wr(!1)},Hi=()=>{Nn(!pn)},Ii=()=>yt(void 0,null,function*(){const Xt=yield(0,ci.ZP)("/api/intelligent_imports/check_number.json",{method:"get"});(Xt==null?void 0:Xt.status)===0&&Za(Xt==null?void 0:Xt.number)}),Va=()=>{xe.default.info({title:"\u63D0\u793A",icon:null,okText:"\u6211\u77E5\u9053\u4E86",width:510,centered:!0,content:se.createElement("div",null,se.createElement("div",{style:{color:"#FA6400"}},"\u60A8\u5DF2\u8FBE\u5230\u667A\u80FD\u52A9\u6559\u7684\u4F7F\u7528\u6B21\u6570"),se.createElement("div",{className:"c-grey-333 mt5"},"\u667A\u80FD\u52A9\u6559\u6BCF\u5929\u9650\u5236\u4F7F\u752810\u6B21\uFF0C\u8BF7\u660E\u5929\u518D\u8BD5\u3002"))})},Nr=(Xt="")=>yt(void 0,null,function*(){var On,Ea;if(Wn){yield Wn({mes:Xt,chatData:pr,setChatData:Vr,chatDataRef:mr.current,fileList:vr}),br(!1);return}const Ga=(vr==null?void 0:vr.map(Fo=>{var Jo,yi;return((Jo=Fo==null?void 0:Fo.response)==null?void 0:Jo.id)||((yi=Fo==null?void 0:Fo.response)==null?void 0:yi.file_id)}))||[],Hr={};if(ya){Ga!=null&&Ga[0]&&(Hr.file_id=Ga==null?void 0:Ga[0]),Hr.prompt=Xt;const Fo=pr.reduce((Jo,yi)=>{if(yi.sender==="user"){const Ti=pr.find(Li=>Li.key===yi.key&&Li.sender==="AI");Ti&&Jo.push({question:yi.text,answer:Ti.text})}return Jo},[]);Hr.history=Fo}const Go=yield(0,ci.ZP)(en,{method:"post",body:dt(dt({inputs:{description:"",name:Be},query:Xt,response_mode:"blocking",conversation_id:rr.current||"",user:((On=je==null?void 0:je.userInfo)==null?void 0:On.login)||"\u672A\u77E5",files:Ga},Nt),Hr),mode:"cors",headers:{"Content-Type":"application/json",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB"}});ya&&Ii(),br(!1),mr.current[mr.current.length-1].text=Go==null?void 0:Go.answer,mr.current[mr.current.length-1].loading=!1,mr.current[mr.current.length-1].response=Go,rr.current=Go==null?void 0:Go.conversation_id,ya&&(mr.current[mr.current.length-1].text=(Ea=Go==null?void 0:Go.data)==null?void 0:Ea.content),Vr([...mr.current])}),yo=(Xt,On)=>yt(void 0,null,function*(){var Ea;if(sr)return;br(!0),Vr([...pr,{text:yr,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0,name:Xt==null?void 0:Xt.name}]),setTimeout(()=>{_r.current.scrollTo({top:_r.current.scrollHeight,behavior:"smooth"})});const Ga=yield(0,ci.ZP)(en,{method:"post",body:{inputs:{description:Xt==null?void 0:Xt.inputs,name:Xt==null?void 0:Xt.name},query:fo[On],response_mode:"blocking",user:((Ea=je==null?void 0:je.userInfo)==null?void 0:Ea.login)||"\u672A\u77E5",files:[]},mode:"cors",headers:{"Content-Type":"application/json",Authorization:Xt==null?void 0:Xt.Authorization}});Ga!=null&&Ga.answer&&(br(!1),mr.current[mr.current.length-1].text=Ga==null?void 0:Ga.answer,mr.current[mr.current.length-1].loading=!1,mr.current[mr.current.length-1].response=Ga,rr.current=Ga==null?void 0:Ga.conversation_id,Vr([...mr.current]))}),xo=Xt=>{vo(Xt.target.value)},jo=(Xt,On)=>{var Ea;if(Xt==="edit"&&io.trim()!==""&&(mr.current.splice(On),vo(""),gr([]),Vr([...mr.current,{text:io,done:!1,key:Date.now(),sender:"user",fileList:vr[0]},{text:yr,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),br(!0),setTimeout(()=>{Nr(io),_r.current.scrollTo({top:_r.current.scrollHeight,behavior:"smooth"})},300),to(""),eo(null)),Xt==="redraw"){const Ga=mr.current.splice(On-1),Hr=(Ea=Ga==null?void 0:Ga[0])==null?void 0:Ea.text;vo(""),gr([]),Vr([...mr.current,{text:Hr,done:!1,key:Date.now(),sender:"user",fileList:vr[0]},{text:yr,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),br(!0),setTimeout(()=>{Nr(Hr),_r.current.scrollTo({top:_r.current.scrollHeight,behavior:"smooth"})},300),to(""),eo(null)}},Xo=()=>{yr.trim()!==""&&(to(""),eo(null),vo(""),gr([]),Vr([...pr,{text:yr,done:!1,key:Date.now(),sender:"user",fileList:vr[0]},{text:yr,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),br(!0),setTimeout(()=>{Nr(yr),_r.current.scrollTo({top:_r.current.scrollHeight,behavior:"smooth"})},300))},ii=Xt=>{var On;if(Xt.shiftKey){if(Xt.key==="Enter")return}else if(Xt.key==="Enter"){if(Xt.preventDefault(),vr!=null&&vr.length&&((On=vr==null?void 0:vr[0])==null?void 0:On.status)!=="done"||sr)return;Xo()}},Ao=(Xt,On)=>{var Ea,Ga,Hr,Go,Fo;return se.createElement("div",{className:Wr.editable},On===ur?se.createElement(se.Fragment,null,se.createElement(Se.default.TextArea,{value:io,ref:bo,autoSize:!0,placeholder:"\u8BF7\u8F93\u5165",bordered:!1,onChange:Jo=>to(Jo.target.value)}),se.createElement("div",{className:Wr.action,style:{bottom:-52}},se.createElement(Te.ZP,{onClick:()=>{to(""),eo(null)},size:"small"},"\u53D6\u6D88"),se.createElement(Te.ZP,{disabled:!io.trim(),onClick:()=>jo("edit",On),type:"primary",size:"small"},"\u786E\u8BA4"))):se.createElement(se.Fragment,null,se.createElement("div",{className:Wr.text},Xt==null?void 0:Xt.text),se.createElement("div",{className:Wr.action},se.createElement(ru.CopyToClipboard,{text:(Xt==null?void 0:Xt.text)||"",onCopy:()=>me.ZP.success("\u590D\u5236\u6210\u529F")},se.createElement(Ie.Z,{title:"\u590D\u5236"},se.createElement("i",{className:"iconfot icon-fuzhi8 font13"}))),!sr&&se.createElement(Ie.Z,{title:"\u7F16\u8F91"},se.createElement("i",{onClick:()=>{eo(On),to((Xt==null?void 0:Xt.text)||"")},className:"iconfot icon-bianji10 font14"})))),(Xt==null?void 0:Xt.fileList)&&se.createElement("div",{className:Wr.file},se.createElement("img",{src:E(90034)(`./${((Hr=(Ga=(Ea=Xt==null?void 0:Xt.fileList)==null?void 0:Ea.name)==null?void 0:Ga.split("."))==null?void 0:Hr.pop())||"txt"}.png`),width:20,className:"mr10"}),se.createElement("div",{className:"c-black"},se.createElement("div",null,(0,yl.tP)((Go=Xt==null?void 0:Xt.fileList)==null?void 0:Go.name,20)),se.createElement("div",null,(0,yl.RD)((Fo=Xt==null?void 0:Xt.fileList)==null?void 0:Fo.size)))))},El=(Xt,On,Ea)=>{Vr(Ga=>(Ga[Ea][Xt]=On,On&&(Ga[Ea][Xt==="like"?"boring":"like"]=!1),[...Ga]))};if(Do&&!ua.includes((La=(0,ns.eY)())==null?void 0:La.login)){if(!(Me!=null&&Me.chatgpt))return se.createElement(se.Fragment,null)}else if(!Rt||!(Ge||ua.includes((ct=(0,ns.eY)())==null?void 0:ct.login)))return se.createElement(se.Fragment,null);return ya&&!ua.includes((Ja=(0,ns.eY)())==null?void 0:Ja.login)?se.createElement(se.Fragment,null):se.createElement("div",null,Ne?se.createElement("div",{onClick:$t||Ai},se.createElement(We.Outlet,null),Ne):se.createElement(ue,{src:ya?Oe:"",onClick:$t||Ai}),se.createElement(Le.Z,{className:`${kt!=null&&kt.open||no?"body-overflow-hidden":""} ${Wr.answerWrp}`,width:(kt==null?void 0:kt.width)||880,title:se.createElement("span",{className:Wr.title},z||"AI"),onClose:(kt==null?void 0:kt.onClose)||_i,open:(kt==null?void 0:kt.open)||no,afterOpenChange:Xt=>{Xt||(to(""),eo(null))}},se.createElement("div",{className:Wr["ai-wrp"]},se.createElement("div",{ref:_r,className:Wr["chat-container"]},_n&&se.createElement("div",{className:Wr.li},se.createElement("img",{className:Wr.img,src:ve||"/images/ai_icon.png"}),se.createElement("div",{className:Wr.content},se.createElement("div",{className:"c-grey-333 font22"},se.createElement("span",{className:"mr5"},"\u{1F44B}"),"\u55E8\uFF0C\u6211\u662F","",Do?z:"\u667A\u80FD\u52A9\u6559",ya?"\u5C0F\u6B4C":"","\uFF0C\u60A8\u7684\u6559\u5B66\u597D\u5E2E\u624B\u3002"),se.createElement("div",{className:"font16 mt20",style:{color:"#434D6C"}},ne||"\u6211\u53EF\u4EE5\u9605\u8BFB\u60A8\u4E0A\u4F20\u7684\u6559\u6848\uFF0C\u4E66\u7C4D\u7B49\u6559\u5B66\u8D44\u6599\uFF0C\u5E76\u6839\u636E\u60A8\u7684\u8981\u6C42\u4E3A\u60A8\u81EA\u52A8\u751F\u6210\u4EFB\u52A1\u8981\u6C42\u3002"),!ya&&se.createElement("div",{className:"font16 mt20",style:{color:"#434D6C"}},"\u5FEB\u6765\u8BD5\u4E00\u4E0B\u5427\uFF5E"),Do&&se.createElement("div",{className:Wr.container},uo.map((Xt,On)=>se.createElement("div",{onClick:()=>yo(Xt,On),key:On,className:Wr.item},se.createElement(He.Z,{align:"middle"},se.createElement("img",{className:"mr10",src:Xt.img}),se.createElement("span",{style:{color:"#232B40",fontSize:16,fontWeight:600}},Xt.name)),se.createElement("div",{className:"mt10",style:{color:"#434D6C"}},Xt.des)))),ya&&se.createElement("div",{className:Wr.container},Aa==null?void 0:Aa.map((Xt,On)=>se.createElement("div",{key:On,onClick:()=>{var Ea,Ga;if(Xt.show){if(qa>9){Va();return}(Ga=(Ea=Xt.ref)==null?void 0:Ea.current)==null||Ga.onClick()}},className:ze()(Wr.itemMask,(Xt==null?void 0:Xt.show)&&Wr.show)},se.createElement(He.Z,{align:"middle"},se.createElement("img",{className:"mr10",src:Xt.img,width:24}),se.createElement("span",{style:{color:"#232B40",fontSize:16,fontWeight:600}},Xt.name)),se.createElement("div",{className:"mt10",style:{color:"#434D6C",paddingLeft:34}},Xt.des),!(Xt!=null&&Xt.show)&&se.createElement("div",{className:Wr.mask},"\u656C\u8BF7\u671F\u5F85\uFF5E"),!!(Xt!=null&&Xt.show)&&se.createElement("div",{onClick:Ea=>Ea.stopPropagation()}," ",se.createElement(Xt.element,{ref:Xt.ref,onUpdateNum:Ii,onClose:_i}))))))),pr==null?void 0:pr.map((Xt,On)=>{var Ea;return se.createElement("div",{key:On,className:Wr.li,style:{marginBottom:Xt.sender==="AI"&&((Ea=pr[On+1])==null?void 0:Ea.sender)!=="user"||oa?50:20}},se.createElement("img",{className:Wr.img,src:Xt.sender==="AI"?ve||"/images/ai_icon.png":Pe||"/images/ai_user.png"}),se.createElement("div",{style:{marginTop:oa&&Xt.sender==="user"&&(Xt!=null&&Xt.fileList)?64:0},className:`${Wr.content} ${Xt.sender==="AI"||oa?"":Wr.user}`},Xt.loading?se.createElement("div",null,se.createElement("div",{className:Wr["loading-wanx"]},se.createElement("div",{className:Wr["dot-flashing"]}),se.createElement("div",{className:Wr["dot-flashing"]}),se.createElement("div",{className:Wr["dot-flashing"]})),se.createElement("div",{style:{marginTop:10,color:"#9096A3"}},(zn==null?void 0:zn.text)||"\u8BF7\u8010\u5FC3\u7B49\u5F85\uFF0C\u76EE\u524D\u9AD8\u5CF0\u671F\u4F53\u9A8C\u4EBA\u6570\u8FC7\u591A\uFF0C\u6211\u4EEC\u5DF2\u8BB0\u5F55\u4E0B\u60A8\u7684\u9700\u6C42\uFF0C\u7A0D\u540E\u5C06\u81EA\u52A8\u4E3A\u60A8\u751F\u6210\u7B54\u6848\u3002")):se.createElement(se.Fragment,null,!!Xt.name&&se.createElement("div",{className:"mb10 font18",style:{color:"#232B40",fontWeight:600}},Xt==null?void 0:Xt.name),Xt.sender==="user"&&oa?Ao(Xt,On):se.createElement(Oc,{showEditableBox:oa,onRedraw:()=>jo("redraw",On),scrollBox:_r,Data:Xt,extraEdit:an,loading:sr,showPreference:ba,onPreference:(Ga,Hr)=>El(Ga,Hr,On)}))))})),!he&&se.createElement("div",{className:`${Wr["footer-container"]} ${pn?Wr.full:""} ${vr.length>=1&&Wr["has-file"]}`},!!vr.length&&se.createElement(He.Z,{align:"middle",className:"pb5 pt5"},se.createElement("span",{title:(Fr=vr==null?void 0:vr[0])==null?void 0:Fr.name,className:"mr10"},(0,yl.tP)((mt=vr==null?void 0:vr[0])==null?void 0:mt.name,40)),se.createElement("i",{onClick:()=>gr([]),className:"iconfont current icon-shanchu15 delete-hover c-red-ee4 font14"})),se.createElement(Ie.Z,{title:qa>9?se.createElement("div",null,se.createElement("div",null,"\u60A8\u5DF2\u8FBE\u5230\u667A\u80FD\u52A9\u6559\u7684\u4F7F\u7528\u6B21\u6570"),se.createElement("div",null,"\u667A\u80FD\u52A9\u6559\u6BCF\u5929\u9650\u5236\u4F7F\u752810\u6B21\uFF0C\u8BF7\u660E\u5929\u518D\u8BD5\u3002")):""},se.createElement("div",{style:vr.length?{paddingLeft:0}:{},className:`${Wr["input-container"]} ${Zo>4?Wr.lineFour:""} ${qa>9?Wr.disabledNumClass:""}`},!le&&se.createElement("div",{className:Wr["footer-container-upload"]},se.createElement(Ee.default,dt({},ea?Qo:Mo),vr!=null&&vr.length?null:se.createElement(Te.ZP,{className:Wr["upload-btn"],icon:se.createElement("i",{className:"iconfont icon-shangchuan4 c-white"})}))),se.createElement(Se.default.TextArea,{rows:Zo>4?4:Zo,placeholder:oe||"\u5728\u8FD9\u91CC\u8F93\u5165\u4F60\u95EE\u9898\u5427,Shift+Enter\u6362\u884C\uFF5E",value:yr,bordered:!1,style:le?{paddingLeft:0,marginLeft:0}:{},onChange:xo,onKeyPress:ii}),se.createElement(Te.ZP,{className:Wr["send-btn"],icon:se.createElement("i",{className:"iconfont icon-fasong2 c-white"}),disabled:!!(vr!=null&&vr.length)&&((ta=vr==null?void 0:vr[0])==null?void 0:ta.status)!=="done"||sr,onClick:Xo}),Zo>4&&se.createElement("span",{className:Wr.fullIcon,onClick:Hi},pn&&se.createElement("span",{className:"iconfont icon-shousuo"}),!pn&&se.createElement("span",{className:"iconfont icon-zhankai"}))))))))};var Kt=(0,We.connect)(({globalSetting:z,user:ne})=>({globalSetting:z,user:ne}))(qt)},96670:function(de,ae,E){"use strict";E.d(ae,{t:function(){return We}});var y=E(67294),pe=E(85804),se={buttonFixed:"buttonFixed___vyq30",button:"button___hxmYv",buttonWrap:"buttonWrap___uK8dl"},me=E(94184),Ee=E.n(me),xe=Object.defineProperty,Se=Object.getOwnPropertySymbols,Te=Object.prototype.hasOwnProperty,Ie=Object.prototype.propertyIsEnumerable,Le=(rt,fe,b)=>fe in rt?xe(rt,fe,{enumerable:!0,configurable:!0,writable:!0,value:b}):rt[fe]=b,He=(rt,fe)=>{for(var b in fe||(fe={}))Te.call(fe,b)&&Le(rt,b,fe[b]);if(Se)for(var b of Se(fe))Ie.call(fe,b)&&Le(rt,b,fe[b]);return rt};const We=({cancelText:rt="\u53D6\u6D88",okText:fe="\u786E\u5B9A",loading:b=!1,hasOkBtn:a=!0,hasCancelBtn:ee=!0,okButtonProps:x={},onCancel:te=()=>{},onOk:re=()=>{},className:ie=""})=>y.createElement("div",{className:Ee()(se.buttonFixed,ie)},y.createElement("div",{className:se.buttonWrap},ee&&y.createElement(pe.ZP,{size:"middle",className:`${se.button} mr20`,onClick:te},rt),a&&y.createElement(pe.ZP,He({size:"middle",type:"primary",className:`${se.button} mr20`,loading:b,onClick:re},x),fe)))},63205:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return He}});var y=E(67294),pe={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},se=E(94184),me=E.n(se),Ee=E(74330),xe=E(15979),Se=E(33170),Te=E(28706),Ie=(We,rt,fe)=>new Promise((b,a)=>{var ee=re=>{try{te(fe.next(re))}catch(ie){a(ie)}},x=re=>{try{te(fe.throw(re))}catch(ie){a(ie)}},te=re=>re.done?b(re.value):Promise.resolve(re.value).then(ee,x);te((fe=fe.apply(We,rt)).next())}),He=({data:We,className:rt,fullWidth:fe,style:b={},onClose:a,onOk:ee,showFullTools:x,noAssociationId:te})=>{const re=(0,y.useRef)(null),ie=(0,y.useRef)(null),ce=(0,y.useRef)(null),be=(0,y.useRef)(null),[we,Re]=(0,y.useState)(!1),[Ke,Ue]=(0,y.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,y.useEffect)(()=>{ce.current||(ce.current=document.createElement("style"),document.head.appendChild(ce.current)),We!=null&&We.visible?(document.body.setAttribute("data-custom","y-hidden"),ce.current.innerHTML=" html { overflow-y: hidden; }",We!=null&&We.src&&Ze()):(document.body.removeAttribute("data-custom"),ce.current&&(document.head.removeChild(ce.current),ce.current=null))},[We==null?void 0:We.visible]);const Ze=()=>Ie(void 0,null,function*(){Re(!0),Ue("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Pn=yield(0,Te.ZJ)(We==null?void 0:We.src);re.current.src="",re.current.src=Pn,re.current.onload=function(){yn()},Re(!1),Ue("")}),qe=()=>{document.body.removeAttribute("data-custom"),ce.current.innerHTML=" ",a()},wt=Pn=>Ie(void 0,null,function*(){Re(!0),Ue("\u6B63\u5728\u4FDD\u5B58\u4E2D");const Ut=yield(0,Se.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:We.title,file:Pn.dataUrl}});Ut!=null&&Ut.id&&!te?(yield(0,Se.ZP)(`/api/attachments/${We.id}/add_subitem.json`,{method:"post",body:{subitem_id:Ut==null?void 0:Ut.id,settings:JSON.stringify(Pn.state)}})).status===0&&ee():Ut!=null&&Ut.id&&ee(Ut),document.body.removeAttribute("data-custom"),ce.current.innerHTML=" ",Re(!1),Ue("")}),Bt=()=>{const Pn=document.querySelector('a[href="https://markerjs.com/"]');Pn&&Pn.parentNode&&(Pn.parentNode.style.display="none"),[{name:'[data-action="select"]',title:"\u9009\u62E9"},{name:'[data-action="delete"]',title:"\u5220\u9664\u5143\u7D20"},{name:'[data-action="undo"]',title:"\u64A4\u9500"},{name:'[data-type-name="FrameMarker"]',title:"\u77E9\u5F62"},{name:'[data-type-name="FreehandMarker"]',title:"\u753B\u7EBF"},{name:'[data-type-name="ArrowMarker"]',title:"\u7BAD\u5934"},{name:'[data-type-name="TextMarker"]',title:"\u6587\u672C"},{name:'[data-type-name="EllipseMarker"]',title:"\u692D\u5706"},{name:'[data-type-name="HighlightMarker"]',title:"\u65B9\u5757"},{name:'[data-type-name="CalloutMarker"]',title:"\u6CE8\u91CA"},{name:'[data-action="render"]',title:"\u4FDD\u5B58"},{name:'[data-action="close"]',title:"\u9000\u51FA"}].forEach(ln=>{const cn=document.querySelector(ln.name);cn&&cn.setAttribute("title",ln.title)})},yn=()=>{ie.current=new xe.hP(re.current),ie.current.targetRoot=be.current,ie.current.addEventListener("render",wt),ie.current.addEventListener("beforeclose",qe),x&&(ie.current.availableMarkerTypes=ie.current.ALL_MARKER_TYPES,ie.current.uiStyleSettings.redoButtonVisible=!0,ie.current.uiStyleSettings.notesButtonVisible=!0,ie.current.uiStyleSettings.zoomButtonVisible=!0,ie.current.uiStyleSettings.zoomOutButtonVisible=!0,ie.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=ie.current.uiStyleSettings,ie.current.show(),We!=null&&We.snapshotData&&ie.current.restoreState(We.snapshotData),setTimeout(()=>{window.scrollTo(0,0),Bt()},300)};return y.createElement(y.Fragment,null,(We==null?void 0:We.visible)&&y.createElement(Ee.Z,{spinning:we,tip:Ke,style:{position:"absolute"}},y.createElement("div",{ref:be,className:me()(pe.imageDimensions,rt,fe?pe.fullWidth:""),style:b},y.createElement("img",{className:pe.img,ref:re}))))}},36527:function(de,ae,E){"use strict";var y=E(67294),pe=E(71230),se=E(15746),me=E(72773),Ee=E(85804),xe=E(85725),Se=E(71736),Te=E(84279),Ie=E(67294);const Le=(0,y.forwardRef)(({callback:He,showSaveButton:We,value:rt=""},fe)=>{const b=(0,y.useRef)(),a=[{name:"\u5206\u6570\u5F97\u5206",value:"\\frac{x}{y}",children:[{name:"\u5206\u6570 Fractions",data:[{value:"\\frac{a}{b}"},{value:"x\\tfrac{x}{a} "},{value:"\\mathrm{d}t"},{value:"\\partial t"},{value:"\\frac{\\partial y}{\\partial x}"},{value:"\\nabla\\psi"},{value:"\\frac{\\partial^2}{\\partial x_1\\partial x_2}y"},{value:"\\cfrac{1}{a + \\cfrac{7}{b + \\cfrac{2}{9}}} = c"}]},{name:"\u5BFC\u6570 Derivative",data:[{value:"\\dot{a} "},{value:"\\ddot{a}"},{value:"{f}^{\\prime}"},{value:"{f}^{\\prime\\prime}"},{value:"{f}^{(n)}"}]},{name:"\u6A21\u7B97\u672F Modular arithmetic",data:[{value:"a \\bmod b"},{value:"a \\equiv b \\pmod{m} "},{value:"\\gcd(m, n) "},{value:"\\operatorname{lcm}(m, n) "}]}]},{name:"\u6839\u5F0F\u89D2\u6807",value:"\\sqrt{x}",children:[{name:"\u6839\u5F0F Radicals",data:[{value:"\\sqrt{x}"},{value:"\\sqrt[y]{x}"}]},{name:"\u4E0A\u4E0B\u6807 Sub&Super",data:[{value:"x^{a}"},{value:"x_{a}"},{value:"x_{a}^{b} "},{value:"_{a}^{b} x"},{value:"x_{a}^{b} "}]},{name:"\u91CD\u97F3\u7B26\u53CA\u5176\u4ED6 Accents and Others",data:[{value:"\\hat{a} "},{value:"\\sqrt[y]{x}"},{value:"\\check{} "},{value:"\\grave{a} "},{value:"\\acute{a}"},{value:"\\tilde{a}"},{value:"\\breve{a}"},{value:"\\bar{a}"},{value:"\\vec{a}"},{value:"\\not{a}"},{value:"\\widetilde{abc}"},{value:"\\widehat{abc}"},{value:"\\overleftarrow{abc} "},{value:"\\overrightarrow{abc}"},{value:"\\overline{abc}"},{value:"\\underline{abc}"},{value:"\\overbrace{abc}"},{value:"\\underbrace{abc}"},{value:"\\overset{a}{abc}"},{value:"\\underset{a}{abc} \\stackrel\\frown{ab}"},{value:"\\overline{ab} "},{value:"\\overleftrightarrow{ab}"},{value:"\\overset{a}{\\leftarrow}"},{value:"\\overset{a}{\\rightarrow}"},{value:"\\xleftarrow[abc]{a}"},{value:"\\xrightarrow[abc]{a} "}]}]},{name:"\u6781\u9650\u5BF9\u6570",value:"\\lim_{x \\to 0}",children:[{name:"\u6781\u9650 Limits",data:[{value:"\\lim a"},{value:"\\lim_{x \\to 0}"},{value:"\\lim_{x \\to \\infty}"},{value:"\\max_b{a}"},{value:"\\min_a{b}"}]},{name:"\u5BF9\u6570\u6307\u6570 Logarithms and exponentials",data:[{value:"\\log_{a}{b}"},{value:"\\lg_{a}{b}"},{value:"\\ln_{a}{b}"},{value:"\\exp a"}]},{name:"\u754C\u9650 Bounds",data:[{value:"\\min x"},{value:"\\sup t"},{value:"\\inf s"},{value:"\\lim u"},{value:"\\limsup w"},{value:"\\dim p"},{value:"\\ker\\phi "}]}]},{name:"\u4E09\u89D2\u51FD\u6570",value:"\\sin a",children:[{name:"\u4E09\u89D2\u51FD\u6570 Trigonometric functions",data:[{value:"\\sin a"},{value:"\\cos a"},{value:"\\tan a"},{value:"\\cot a "},{value:"\\sec a "},{value:"\\csc a "}]},{name:"\u53CD\u4E09\u89D2\u51FD\u6570 Inverse trigonometric functions",data:[{value:"\\sin^{-1}"},{value:"\\cos^{-1}"},{value:"\\tan^{-1}"},{value:"\\cot^{-1}"},{value:"\\sec^{-1}"},{value:"\\csc^{-1}"},{value:"\\arcsin a"},{value:"\\arccos a"},{value:"\\arctan a"},{value:"\\operatorname{arccot} a"},{value:"\\operatorname{arcsec} a"},{value:"\\operatorname{arccsc} a"}]},{name:"\u53CC\u66F2\u51FD\u6570 Hyperblic functions",data:[{value:"\\sinh a"},{value:"\\cosh a"},{value:"\\tanh a"},{value:"\\coth a"},{value:"\\operatorname{sech} a"},{value:"\\operatorname{csch} a"}]},{name:"\u53CD\u53CC\u66F2\u51FD\u6570 Inverse hyperbolic functions",data:[{value:"\\sinh^{-1}"},{value:"a\\cosh^{-1} a"},{value:"\\tanh^{-1} a"},{value:"\\coth^{-1} a"},{value:"\\operatorname{sech}^{-1} a"},{value:"\\operatorname{csch}^{-1} a"}]}]},{name:"\u79EF\u5206\u8FD0\u7B97",value:"\\int_{a}^{b}",children:[{name:"\u79EF\u5206 Integral",data:[{value:"\\int"},{value:"\\int_{a}^{b}"},{value:"\\int\\limits_{a}^{b}"}]},{name:"\u53CC\u91CD\u79EF\u5206 Double integral",data:[{value:"\\iint"},{value:"\\iint_{a}^{b} "},{value:"\\iint\\limits_{a}^{b} "}]},{name:"\u4E09\u91CD\u79EF\u5206 Triple integral",data:[{value:"\\iiint"},{value:"\\iiint_{a}^{b}"},{value:"\\iiint\\limits_{a}^{b} "}]},{name:"\u66F2\u7EBF\u79EF\u5206 Closed line or path integral",data:[{value:"\\oint"},{value:"\\oint_{a}^{b} "}]}]},{name:"\u5927\u578B\u8FD0\u7B97",value:"\\sum_{a}^{b}",children:[{name:"\u6C42\u548C Summation",data:[{value:"\\sum"},{value:"\\sum_{a}^{b}"},{value:"{\\textstyle \\sum_{a}^{b}} "}]},{name:"\u4E58\u79EF\u4F59\u79EF Product and coproduct",data:[{value:"\\prod"},{value:"\\prod_{a}^{b}"},{value:"{\\textstyle \\prod_{a}^{b}}"},{value:"\\coprod"},{value:"\\coprod_{a}^{b}"},{value:"{\\textstyle \\coprod_{a}^{b}} "}]},{name:"\u5E76\u96C6\u4EA4\u96C6 Union and intersection",data:[{value:"\\bigcup"},{value:"\\bigcup_{a}^{b}"},{value:"{\\textstyle \\bigcup_{a}^{b}}"},{value:"\\bigcap"},{value:"\\bigcap_{a}^{b}"}]},{name:"\u6790\u53D6\u5408\u53D6 Disjunction and conjunction",data:[{value:"\\bigvee"},{value:"\\bigvee_{a}^{b}"},{value:"\\bigwedge"},{value:"\\bigwedge_{a}^{b}"}]}]},{name:"\u62EC\u53F7\u53D6\u6574",value:"\\left [ \\left ( \\right ) \\right ] ",children:[{name:"\u62EC\u53F7 Brackets",data:[{value:"\\left ( \\right )"},{value:"\\left [ \\right ]"},{value:"\\left \\langle \\right \\rangle "},{value:"\\left | \\right | "},{value:"\\left \\lfloor \\right \\rfloor "},{value:"\\left \\lceil \\right \\rceil "}]}]}],ee=[{name:"\u4EE3\u6570",value:"\\sqrt{a^2+b^2}",children:[{data:[{value:"\\left(x-1\\right)\\left(x+3\\right) "},{value:"\\sqrt{a^2+b^2}"},{value:"\\left ( \\frac{a}{b}\\right )^{n}= \\frac{a^{n}}{b^{n}}"},{value:"\\frac{a}{b}\\pm \\frac{c}{d}= \\frac{ad \\pm bc}{bd} "},{value:"\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 "},{value:"\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0\\frac{1}{\\sqrt{a}}=\\frac{\\sqrt{a}}{a},a\\ge 0 "},{value:"\\sqrt[n]{a^{n}}=\\left ( \\sqrt[n]{a}\\right )^{n} "},{value:"x ={-b \\pm \\sqrt{b^2-4ac}\\over 2a} "},{value:"y-y_{1}=k \\left( x-x_{1}\\right) "},{value:`\\left\\{\\begin{matrix} \r
|
|
|
x=a + r\\text{cos}\\theta \\ \r
|
|
|
y=b + r\\text{sin}\\theta \r
|
|
|
\\end{matrix}\\right. `},{value:`\\begin{array}{l} \r
|
|
|
\\text{\u5BF9\u4E8E\u65B9\u7A0B\u5F62\u5982\uFF1A}x^{3}-1=0 \\ \r
|
|
|
\\text{\u8BBE}\\text{:}\\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
|
x_{1}=1,x_{2}= \\omega =\\frac{-1+\\sqrt{3}i}{2} \\ \r
|
|
|
x_{3}= \\omega ^{2}=\\frac{-1-\\sqrt{3}i}{2} \r
|
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
|
\\left\\{\\begin{matrix} \r
|
|
|
\\Delta \\gt 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u4E0D\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
|
\\Delta = 0\\text{\u65B9\u7A0B\u6709\u4E24\u4E2A\u76F8\u7B49\u7684\u5B9E\u6839} \\ \r
|
|
|
\\Delta \\lt 0\\text{\u65B9\u7A0B\u65E0\u5B9E\u6839} \r
|
|
|
\\end{matrix}\\right. \r
|
|
|
\\end{array} `},{value:`\\begin{array}{l} \r
|
|
|
a\\mathop{{x}}\\nolimits^{{2}}+bx+c=0 \\ \r
|
|
|
\\Delta =\\mathop{{b}}\\nolimits^{{2}}-4ac \\ \r
|
|
|
\\mathop{{x}}\\nolimits_{{1,2}}=\\frac{{-b \\pm \r
|
|
|
\\sqrt{{\\mathop{{b}}\\nolimits^{{2}}-4ac}}}}{{2a}} \\ \r
|
|
|
\\mathop{{x}}\\nolimits_{{1}}+\\mathop{{x}}\\nolimits_{{2}}=-\\frac{{b}}{{a}} \\ \r
|
|
|
\\mathop{{x}}\\nolimits_{{1}}\\mathop{{x}}\\nolimits_{{2}}=\\frac{{c}}{{a}} \r
|
|
|
\\end{array} `}]}]},{name:"\u51E0\u4F55",value:"\\Delta A B C ",children:[{data:[{value:"\\Delta A B C "},{value:"a \\parallel c,b \\parallel c \\Rightarrow a \\parallel b "},{value:"l \\perp \\beta ,l \\subset \\alpha \\Rightarrow \\alpha \\perp \\beta"},{value:`\\left.\\begin{matrix} \r
|
|
|
a \\perp \\alpha \\ \r
|
|
|
b \\perp \\alpha \r
|
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\parallel b`},{value:"P \\in \\alpha ,P \\in \\beta , \\alpha \\cap \\beta =l \\Rightarrow P \\in l "},{value:`\\alpha \\perp \\beta , \\alpha \\cap \\beta =l,a \\subset \\alpha ,a \\perp l \r
|
|
|
\\Rightarrow a \\perp \\beta `},{value:`\\left.\\begin{matrix} \r
|
|
|
a \\subset \\beta ,b \\subset \\beta ,a \\cap b=P \\ \r
|
|
|
a \\parallel \\partial ,b \\parallel \\partial \r
|
|
|
\\end{matrix}\\right\\}\\Rightarrow \\beta \\parallel \\alpha `},{value:"\\alpha \\parallel \\beta , \\gamma \\cap \\alpha =a, \\gamma \\cap \\beta =b \\Rightarrow a \\parallel b "},{value:"A \\in l,B \\in l,A \\in \\alpha ,B \\in \\alpha \\Rightarrow l \\subset \\alpha "},{value:`\\left.\\begin{matrix} \r
|
|
|
m \\subset \\alpha ,n \\subset \\alpha ,m \\cap n=P \\ \r
|
|
|
a \\perp m,a \\perp n \r
|
|
|
\\end{matrix}\\right\\}\\Rightarrow a \\perp \\alpha `},{value:`\\begin{array}{c} \r
|
|
|
\\text{\u76F4\u89D2\u4E09\u89D2\u5F62\u4E2D,\u76F4\u89D2\u8FB9\u957Fa,b,\u659C\u8FB9\u8FB9\u957Fc} \\ \r
|
|
|
a^{2}+b^{2}=c^{2} \r
|
|
|
\\end{array}`}]}]},{name:"\u4E0D\u7B49\u5F0F",value:"a > b",children:[{data:[{value:"a > b,b > c \\Rightarrow a > c "},{value:"a > b,c > d \\Rightarrow a+c > b+d "},{value:"a > b > 0,c > d > 0 \\Rightarrow ac bd "},{value:`\\begin{array}{c} \r
|
|
|
a \\gt b,c \\gt 0 \\Rightarrow ac \\gt bc \\ \r
|
|
|
a \\gt b,c \\lt 0 \\Rightarrow ac \\lt bc \r
|
|
|
\\end{array}`},{value:"\\left | a-b \\right | \\geqslant \\left | a \\right | -\\left | b \\right | "},{value:"-\\left | a \\right |\\leq a\\leqslant \\left | a \\right | "},{value:"\\left | a \\right |\\leqslant b \\Rightarrow -b \\leqslant a \\leqslant \\left | b \\right | "},{value:"\\left | a+b \\right | \\leqslant \\left | a \\right | + \\left | b \\right | "},{value:`\\begin{array}{c} \r
|
|
|
a \\gt b \\gt 0,n \\in N^{\\ast},n \\gt 1 \\ \r
|
|
|
\\Rightarrow a^{n}\\gt b^{n}, \\sqrt[n]{a}\\gt \\sqrt[n]{b} \r
|
|
|
\\end{array}`},{value:`\\left( \\sum_{k=1}^n a_k b_k \\right)^{\\!\\!2}\\leq \r
|
|
|
\\left( \\sum_{k=1}^n a_k^2 \\right) \\left( \\sum_{k=1}^n b_k^2 \\right) `},{value:`\\begin{array}{c} \r
|
|
|
a,b \\in R^{+} \\ \r
|
|
|
\\Rightarrow \\frac{a+b}{{2}}\\ge \\sqrt{ab} \\ \r
|
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
|
a,b \\in R \\ \r
|
|
|
\\Rightarrow a^{2}+b^{2}\\gt 2ab \\ \r
|
|
|
\\left( \\text{\u5F53\u4E14\u4EC5\u5F53}a=b\\text{\u65F6\u53D6\u201C}=\\text{\u201D\u53F7}\\right) \r
|
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
|
H_{n}=\\frac{n}{\\sum \\limits_{i=1}^{n}\\frac{1}{x_{i}}}= \\frac{n}{\\frac{1}{x_{1}}+ \\frac{1}{x_{2}}+ \\cdots + \\frac{1}{x_{n}}} \\ G_{n}=\\sqrt[n]{\\prod \\limits_{i=1}^{n}x_{i}}= \\sqrt[n]{x_{1}x_{2}\\cdots x_{n}} \\ A_{n}=\\frac{1}{n}\\sum \\limits_{i=1}^{n}x_{i}=\\frac{x_{1}+ x_{2}+ \\cdots + x_{n}}{n} \\ Q_{n}=\\sqrt{\\sum \\limits_{i=1}^{n}x_{i}^{2}}= \\sqrt{\\frac{x_{1}^{2}+ x_{2}^{2}+ \\cdots + x_{n}^{2}}{n}} \\ H_{n}\\leq G_{n}\\leq A_{n}\\leq Q_{n} \r
|
|
|
\\end{array}`}]}]},{name:"\u79EF\u5206",value:"\\frac{\\mathrm{d}\\partial}{\\partial x}",children:[{data:[{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}x^n=nx^{n-1} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}e^{ax}=a\\,e^{ax} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\ln(x)=\\frac{1}{x} "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\sin x=\\cos x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cos x=-\\sin x "},{value:"\\int k\\mathrm{d}x = kx+C "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\tan x=\\sec^2 x "},{value:"\\frac{\\mathrm{d}}{\\mathrm{d}x}\\cot x=-\\csc^2 x "},{value:"\\int \\frac{1}{x}\\mathrm{d}x= \\ln \\left| x \\right| +C "},{value:"\\int \\frac{1}{\\sqrt{1-x^{2}}}\\mathrm{d}x= \\arcsin x +C "},{value:"\\int \\frac{1}{1+x^{2}}\\mathrm{d}x= \\arctan x +C "},{value:"\\int u \\frac{\\mathrm{d}v}{\\mathrm{d}x}\\,\\mathrm{d}x=uv-\\int \\frac{\\mathrm{d}u}{\\mathrm{d}x}v\\,\\mathrm{d}x "},{value:"f(x) = \\int_{-\\infty}^\\infty \\hat f(x)\\xi\\,e^{2 \\pi i \\xi x} \\,\\mathrm{d}\\xi "},{value:"\\int x^{\\mu}\\mathrm{d}x=\\frac{x^{\\mu +1}}{\\mu +1}+C, \\left({\\mu \\neq -1}\\right) "}]}]},{name:"\u4E09\u89D2",value:"e^{i \\theta}",children:[{name:"\u6C42\u548C Summation",data:[{value:"e^{i \\theta} "},{value:"\\left(\\frac{\\pi}{2}-\\theta \\right ) "},{value:"\\text{sin}^{2}\\frac{\\alpha}{2}=\\frac{1- \\text{cos}\\alpha}{2} "},{value:"\\text{cos}^{2}\\frac{\\alpha}{2}=\\frac{1+ \\text{cos}\\alpha}{2} "},{value:"\\text{tan}\\frac{\\alpha}{2}=\\frac{\\text{sin}\\alpha}{1+ \\text{cos}\\alpha} "},{value:"\\sin \\alpha + \\sin \\beta =2 \\sin \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\sin \\alpha - \\sin \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha + \\cos \\beta =2 \\cos \\frac{\\alpha + \\beta}{2}\\cos \\frac{\\alpha - \\beta}{2} "},{value:"\\cos \\alpha - \\cos \\beta =-2\\sin \\frac{\\alpha + \\beta}{2}\\sin \\frac{\\alpha - \\beta}{2} "},{value:"a^{2}=b^{2}+c^{2}-2bc\\cos A "},{value:"\\frac{\\sin A}{a}=\\frac{\\sin B}{b}=\\frac{\\sin C}{c}=\\frac{1}{2R} "},{value:"\\sin \\left ( \\frac{\\pi}{2}-\\alpha \\right ) = \\cos \\alpha "},{value:"\\sin \\left ( \\frac{\\pi}{2}+\\alpha \\right ) = \\cos \\alpha "}]}]},{name:"\u7EDF\u8BA1",value:"C_{r}^{n}",children:[{data:[{value:"C_{r}^{n} "},{value:"\\frac{n!}{r!(n-r)!} "},{value:"\\sum_{i=1}^{n}{X_i} "},{value:"\\sum_{i=1}^{n}{X_i^2} "},{value:"X_1, \\cdots,X_n "},{value:"\\frac{x-\\mu}{\\sigma} "},{value:"\\sum_{i=1}^{n}{(X_i - \\overline{X})^2} "},{value:`\\begin{array}{c} \r
|
|
|
\\text{\u82E5}P \\left( AB \\right) =P \\left( A \\right) P \\left( B \\right) \\\\ \r
|
|
|
\\text{\u5219}P \\left( A \\left| B\\right. \\right) =P \\left({B}\\right) \r
|
|
|
\\end{array}`},{value:"P(E) ={n \\choose k}p^k (1-p)^{n-k} "},{value:"P \\left( A \\right) = \\lim \\limits_{n \\to \\infty}f_{n}\\left ( A \\right ) "},{value:"P \\left( \\bigcup \\limits_{i=1}^{+ \\infty}A_{i}\\right) = \\prod \\limits_{i=1}^{+ \\infty}P{\\left( A_{i}\\right)} "},{value:`\\begin{array}{c} \r
|
|
|
P \\left( \\emptyset \\right) =0 \\\\ \r
|
|
|
P \\left( S \\right) =1 \r
|
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
|
\\forall A \\in S \\\\ \r
|
|
|
P \\left( A \\right) \\ge 0 \r
|
|
|
\\end{array}`},{value:"P \\left( \\bigcup \\limits_{i=1}^{n}A_{i}\\right) = \\prod \\limits_{i=1}^{n}P \\left( A_{i}\\right) "},{value:`\\begin{array}{c} \r
|
|
|
S= \\binom{N}{n},A_{k}=\\binom{M}{k}\\cdot \\binom{N-M}{n-k} \\\\ \r
|
|
|
P\\left ( A_{k}\\right ) = \\frac{\\binom{M}{k}\\cdot \\binom{N-M}{n-k}}{\\binom{N}{n}} \r
|
|
|
\\end{array}`},{value:`\\begin{array}{c} \r
|
|
|
P_{n}=n! \\\\ \r
|
|
|
A_{n}^{k}=\\frac{n!}{\\left( n-k \\left) !\\right. \\right.} \r
|
|
|
\\end{array}`}]}]}],x=ie=>{b.current.setValue(b.current.getValue()+" "+ie.value+" ")},te=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:Ie.createElement(pe.Z,{className:Se.Z.lists,gutter:[10,10]},a.map((ie,ce)=>Ie.createElement(se.Z,{flex:"110px",className:Se.Z.item},Ie.createElement("div",null,Ie.createElement(xe.Z,{value:`$$${ie.value}$$`}),ie.name),Ie.createElement("div",{className:Se.Z.children},ie.children.map((be,we)=>Ie.createElement("div",{key:we},Ie.createElement("h1",null,be.name),Ie.createElement(pe.Z,{gutter:[10,10]},be.data.map((Re,Ke)=>Ie.createElement(se.Z,{key:Ke,onClick:()=>x(Re),className:Se.Z.diamond},Ie.createElement(xe.Z,{value:"`$$"+Re.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:Ie.createElement(pe.Z,{className:Se.Z.lists,gutter:[10,10]},ee.map((ie,ce)=>Ie.createElement(se.Z,{flex:"110px",className:Se.Z.item},Ie.createElement("div",null,Ie.createElement(xe.Z,{value:"`$$"+ie.value+"$$`"}),ie.name),Ie.createElement("div",{className:Se.Z.children},ie.children.map((be,we)=>Ie.createElement("div",{key:we},be.name&&Ie.createElement("h1",null,be.name),Ie.createElement(pe.Z,{gutter:[10,10]},be.data.map((Re,Ke)=>Ie.createElement(se.Z,{key:Ke,onClick:()=>x(Re),className:Se.Z.diamond},Ie.createElement(xe.Z,{value:"`$$"+Re.value+"$$`"}))))))))))}],re=()=>{var ie=document.createElement("div");ie.innerHTML=b.current.getValue();var ce=ie.innerText;return He&&He(ce),ce};return(0,y.useImperativeHandle)(fe,()=>({getData:re})),Ie.createElement("div",{className:Se.Z.mathWrap},Ie.createElement(me.default,{defaultActiveKey:"1",items:te}),Ie.createElement("math-field",{locale:"zh_cn",className:Se.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:b,style:{width:800,marginTop:30,fontSize:18}},rt||""),We&&Ie.createElement("div",{className:Se.Z.button},Ie.createElement(Ee.ZP,{size:"large",onClick:re,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});ae.Z=Le},57444:function(de,ae,E){"use strict";E.d(ae,{h:function(){return ie}});var y=E(67294),pe=E(88044),se=E(91773),me=E(85804),Ee=E(4631),xe=E.n(Ee),Se=E(71749),Te=E(30483),Ie=Object.defineProperty,Le=Object.defineProperties,He=Object.getOwnPropertyDescriptors,We=Object.getOwnPropertySymbols,rt=Object.prototype.hasOwnProperty,fe=Object.prototype.propertyIsEnumerable,b=(ce,be,we)=>be in ce?Ie(ce,be,{enumerable:!0,configurable:!0,writable:!0,value:we}):ce[be]=we,a=(ce,be)=>{for(var we in be||(be={}))rt.call(be,we)&&b(ce,we,be[we]);if(We)for(var we of We(be))fe.call(be,we)&&b(ce,we,be[we]);return ce},ee=(ce,be)=>Le(ce,He(be));const x=pe.default.Option,te={labelCol:{span:4},wrapperCol:{span:20}},re={asp:["ASP","vbscript"],actionscript:["ActionScript(3.0)/Flash/Flex","clike"],bash:["Bash/Bat","shell"],css:["CSS","css"],c:["C","clike"],cpp:["C++","clike"],csharp:["C#","clike"],coffeescript:["CoffeeScript","coffeescript"],d:["D","d"],dart:["Dart","dart"],delphi:["Delphi/Pascal","pascal"],erlang:["Erlang","erlang"],go:["Golang","go"],groovy:["Groovy","groovy"],html:["HTML","text/html"],java:["Java","clike"],json:["JSON","text/json"],javascript:["Javascript","javascript"],lua:["Lua","lua"],less:["LESS","css"],markdown:["Markdown","gfm"],"objective-c":["Objective-C","clike"],php:["PHP","php"],perl:["Perl","perl"],python:["Python","python"],r:["R","r"],rst:["reStructedText","rst"],ruby:["Ruby","ruby"],sql:["SQL","sql"],sass:["SASS/SCSS","sass"],shell:["Shell","shell"],scala:["Scala","clike"],swift:["Swift","clike"],vb:["VB/VBScript","vb"],xml:["XML","text/xml"],yaml:["YAML","yaml"]};ae.Z=({callback:ce,onCancel:be})=>{const[we,Re]=(0,y.useState)("python");function Ke(Ze){Re(re[Ze][1])}function Ue(Ze){ce(Ze)}return y.createElement(se.default,ee(a({},te),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:Ue,style:{width:500}}),y.createElement(se.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},y.createElement(pe.default,{getPopupContainer:Ze=>Ze.parentNode,onChange:Ke},Object.keys(re).map(Ze=>y.createElement(x,{key:Ze,value:Ze},re[Ze][0])))),y.createElement(se.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},y.createElement(ie,{mode:we})),y.createElement("div",{className:"flex-container flex-end"},y.createElement(me.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),y.createElement(me.ZP,{type:"ghost",onClick:be},"\u53D6\u6D88")))};function ie({value:ce,onChange:be,mode:we,options:Re={}}){const Ke=(0,y.useRef)(),[Ue,Ze]=(0,y.useState)();return(0,y.useEffect)(()=>{if(Ue){let qe=function(wt){const Bt=wt.getValue();be&&be(Bt)};return Ue.on("change",qe),()=>{Ue.off("change",qe)}}},[Ue,be]),(0,y.useEffect)(()=>{Ue&&Ue.setOption("mode",we)},[Ue,we]),(0,y.useEffect)(()=>{Ue&&(ce!==Ue.getValue()||ce==="")&&setTimeout(()=>{Ue.setValue(ce||"")},300)},[Ue,ce]),(0,y.useEffect)(()=>{if(Ke.current&&!Ue){const qe=xe().fromTextArea(Ke.current,a({mode:we,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},Re));Ze(qe)}},[Ke.current,Ue]),y.createElement("div",{className:"my-codemirror-container"},y.createElement("textarea",{ref:Ke}))}},35567:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Je}});var y=E(67294),pe=E(4631),se=E.n(pe),me=E(91033),Ee=E(71749),xe=E(57341),Se=E(82801),Te=E(88386),Ie=E(49047),Le=E(80785),He=E(85725),We=({value:Ae="",className:it,showTextOnly:et,showLines:Zt,style:Ln={}})=>{const mn=(0,y.useMemo)(()=>"",[Ae]);return y.createElement(y.Fragment,null,y.createElement("div",{dangerouslySetInnerHTML:{__html:mn}}))},rt=E(67294),fe=Object.defineProperty,b=Object.defineProperties,a=Object.getOwnPropertyDescriptors,ee=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable,re=(Ae,it,et)=>it in Ae?fe(Ae,it,{enumerable:!0,configurable:!0,writable:!0,value:et}):Ae[it]=et,ie=(Ae,it)=>{for(var et in it||(it={}))x.call(it,et)&&re(Ae,et,it[et]);if(ee)for(var et of ee(it))te.call(it,et)&&re(Ae,et,it[et]);return Ae},ce=(Ae,it)=>b(Ae,a(it));let be=[{title:"\u7C97\u4F53",icon:"md-iconfont icon-bold",actionName:"bold"},{title:"\u659C\u4F53",icon:"md-iconfont icon-italic",actionName:"italic"},"|",{title:"\u65E0\u5E8F\u5217\u8868",icon:"md-iconfont icon-unorder-list",actionName:"list-ul"},{title:"\u6709\u5E8F\u5217\u8868",icon:"md-iconfont icon-order-list",actionName:"list-ol"},"|",{title:"\u884C\u5185\u4EE3\u7801",icon:"md-iconfont icon-code",actionName:"code"},{title:"\u4EE3\u7801\u5757\uFF08\u591A\u8BED\u8A00\u98CE\u683C\uFF09",icon:"md-iconfont icon-file-code",actionName:"code-block"},{title:"\u94FE\u63A5",icon:"md-iconfont icon-link",actionName:"link"},"|",{title:"\u884C\u5185\u516C\u5F0F",icon:"md-iconfont icon-sum",actionName:"inline-latex"},{title:"\u6570\u5B66\u56FE\u50CF",icon:"iconfont icon-shuxuetuxiang2",actionName:"maths-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"iconfont icon-jisuan1",actionName:"latex"},"|",{title:"\u6DFB\u52A0\u56FE\u7247",icon:"md-iconfont icon-picture",actionName:"upload-image"},{title:"\u63D2\u5165\u753B\u56FE",icon:"iconfont icon-sheji",actionName:"draw-image"},{title:"\u63D2\u5165\u6D41\u7A0B\u56FE",icon:"iconfont icon-liucheng",actionName:"add-flowchart"},{title:"\u8868\u683C",icon:"md-iconfont icon-table",actionName:"add-table"},"|",{title:"\u6362\u884C",icon:"md-iconfont icon-minus",actionName:"line-break"},{title:"\u6E05\u7A7A",icon:"md-iconfont icon-eraser",actionName:"eraser"}];function we({onActionCallback:Ae,title:it,icon:et,actionName:Zt,className:Ln="",children:mn}){function ma(){Ae(Zt)}return rt.createElement("a",{title:it,className:Ln,onClick:ma},rt.createElement("i",{className:`${et}`}),mn)}var Re=({watch:Ae,showNullButton:it,showNullProgramButton:et,onActionCallback:Zt,fullScreen:Ln,insertTemp:mn,hidetoolBar:ma,extraUse:Xn})=>{const Pa=[...be,{title:`${Ae?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${Ae?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return rt.createElement("ul",{className:"markdown-toolbar-container"},!ma&&Pa.map((Ia,Oa)=>rt.createElement("li",{key:Oa},Ia.actionName?rt.createElement(we,ce(ie({},Ia),{onActionCallback:Zt})):rt.createElement("span",{className:"v-line"}))),it?rt.createElement("li",null,rt.createElement(we,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Zt},rt.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,et?rt.createElement(rt.Fragment,null,rt.createElement("li",null,rt.createElement(we,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:Zt},rt.createElement("span",{className:"fill-tip"},"+\u5355\u884C\u586B\u7A7A\u9879"))),rt.createElement("li",null,rt.createElement(we,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:Zt},rt.createElement("span",{className:"fill-tip"},"+\u591A\u884C\u586B\u7A7A\u9879")))):null,mn&&rt.createElement("li",null,rt.createElement(we,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${mn}`,onActionCallback:Zt},rt.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),Xn&&rt.createElement("li",null,Xn),rt.createElement("li",{className:"btn-full-screen"},rt.createElement(we,{icon:`${Ln?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:Ln?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:Zt})))},Ke=E(76621),Ue=E(91773),Ze=E(28802),qe=E(85804),wt=Object.defineProperty,Bt=Object.defineProperties,yn=Object.getOwnPropertyDescriptors,Pn=Object.getOwnPropertySymbols,Ut=Object.prototype.hasOwnProperty,ln=Object.prototype.propertyIsEnumerable,cn=(Ae,it,et)=>it in Ae?wt(Ae,it,{enumerable:!0,configurable:!0,writable:!0,value:et}):Ae[it]=et,Cn=(Ae,it)=>{for(var et in it||(it={}))Ut.call(it,et)&&cn(Ae,et,it[et]);if(Pn)for(var et of Pn(it))ln.call(it,et)&&cn(Ae,et,it[et]);return Ae},Yn=(Ae,it)=>Bt(Ae,yn(it));const Vt={labelCol:{span:4},wrapperCol:{span:20}};var Jt=({callback:Ae,onCancel:it})=>{function et(Zt){Ae(Zt)}return y.createElement(Ue.default,Yn(Cn({},Vt),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:et,style:{width:500}}),y.createElement(Ue.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},y.createElement(Ze.default,null)),y.createElement(Ue.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},y.createElement(Ze.default,null)),y.createElement("div",{className:"flex-container flex-end"},y.createElement(qe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),y.createElement(qe.ZP,{type:"ghost",onClick:it},"\u53D6\u6D88")))},ia=E(57444),Et=E(70859),zt=E(62844),Qt=E(71230),aa=E(63205),Ct=E(67294),vn=({callback:Ae,onCancel:it})=>{const et=document.createElement("canvas"),Zt=et.getContext("2d");et.width=1e3,et.height=800,Zt.fillStyle="#ffffff",Zt.fillRect(0,0,et.width,et.height);const Ln=et.toDataURL("image/png");return Ct.createElement(zt.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},Ct.createElement(Qt.Z,{style:{height:"100vh"}},Ct.createElement(aa.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:Ln,visible:!0,title:String(Date.now())},onOk:mn=>{Ae({src:mn.url})},onClose:it})))},Ye=E(23495);function wn(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(wn,go.CommandHandler),wn.prototype.canAlignSelection=function(){var Ae=this.diagram;return!(Ae===null||Ae.isReadOnly||Ae.isModelReadOnly||Ae.selection.count<2)},wn.prototype.alignLeft=function(){var Ae=this.diagram;Ae.startTransaction("aligning left");var it=1/0;Ae.selection.each(function(et){et instanceof go.Link||(it=Math.min(et.position.x,it))}),Ae.selection.each(function(et){et instanceof go.Link||et.move(new go.Point(it,et.position.y))}),Ae.commitTransaction("aligning left")},wn.prototype.alignRight=function(){var Ae=this.diagram;Ae.startTransaction("aligning right");var it=-1/0;Ae.selection.each(function(et){if(!(et instanceof go.Link)){var Zt=et.actualBounds.x+et.actualBounds.width;it=Math.max(Zt,it)}}),Ae.selection.each(function(et){et instanceof go.Link||et.move(new go.Point(it-et.actualBounds.width,et.position.y))}),Ae.commitTransaction("aligning right")},wn.prototype.alignTop=function(){var Ae=this.diagram;Ae.startTransaction("alignTop");var it=1/0;Ae.selection.each(function(et){et instanceof go.Link||(it=Math.min(et.position.y,it))}),Ae.selection.each(function(et){et instanceof go.Link||et.move(new go.Point(et.position.x,it))}),Ae.commitTransaction("alignTop")},wn.prototype.alignBottom=function(){var Ae=this.diagram;Ae.startTransaction("aligning bottom");var it=-1/0;Ae.selection.each(function(et){if(!(et instanceof go.Link)){var Zt=et.actualBounds.y+et.actualBounds.height;it=Math.max(Zt,it)}}),Ae.selection.each(function(et){et instanceof go.Link||et.move(new go.Point(et.actualBounds.x,it-et.actualBounds.height))}),Ae.commitTransaction("aligning bottom")},wn.prototype.alignCenterX=function(){var Ae=this.diagram,it=Ae.selection.first();if(it){Ae.startTransaction("aligning Center X");var et=it.actualBounds.x+it.actualBounds.width/2;Ae.selection.each(function(Zt){Zt instanceof go.Link||Zt.move(new go.Point(et-Zt.actualBounds.width/2,Zt.actualBounds.y))}),Ae.commitTransaction("aligning Center X")}},wn.prototype.alignCenterY=function(){var Ae=this.diagram,it=Ae.selection.first();if(it){Ae.startTransaction("aligning Center Y");var et=it.actualBounds.y+it.actualBounds.height/2;Ae.selection.each(function(Zt){Zt instanceof go.Link||Zt.move(new go.Point(Zt.actualBounds.x,et-Zt.actualBounds.height/2))}),Ae.commitTransaction("aligning Center Y")}},wn.prototype.alignColumn=function(Ae){var it=this.diagram;it.startTransaction("align Column"),Ae===void 0&&(Ae=0),Ae=parseFloat(Ae);var et=new Array;it.selection.each(function(Xn){Xn instanceof go.Link||et.push(Xn)});for(var Zt=0;Zt<et.length-1;Zt++){var Ln=et[Zt],mn=Ln.actualBounds.y+Ln.actualBounds.height+Ae,ma=et[Zt+1];ma.move(new go.Point(Ln.actualBounds.x,mn))}it.commitTransaction("align Column")},wn.prototype.alignRow=function(Ae){Ae===void 0&&(Ae=0),Ae=parseFloat(Ae);var it=this.diagram;it.startTransaction("align Row");var et=new Array;it.selection.each(function(Xn){Xn instanceof go.Link||et.push(Xn)});for(var Zt=0;Zt<et.length-1;Zt++){var Ln=et[Zt],mn=Ln.actualBounds.x+Ln.actualBounds.width+Ae,ma=et[Zt+1];ma.move(new go.Point(mn,Ln.actualBounds.y))}it.commitTransaction("align Row")},wn.prototype.canRotate=function(Ae){var it=this.diagram;return!(it===null||it.isReadOnly||it.isModelReadOnly||it.selection.count<1)},wn.prototype.rotate=function(Ae){Ae===void 0&&(Ae=90);var it=this.diagram;it.startTransaction("rotate "+Ae.toString());var it=this.diagram;it.selection.each(function(et){et instanceof go.Link||et instanceof go.Group||(et.angle+=Ae)}),it.commitTransaction("rotate "+Ae.toString())},wn.prototype.pullToFront=function(){var Ae=this.diagram;Ae.startTransaction("pullToFront");var it=new go.Map;Ae.selection.each(function(et){it.set(et.layer,0)}),it.iteratorKeys.each(function(et){var Zt=0;et.parts.each(function(Ln){if(!Ln.isSelected){var mn=Ln.zOrder;isNaN(mn)?Ln.zOrder=0:Zt=Math.max(Zt,mn)}}),it.set(et,Zt)}),Ae.selection.each(function(et){wn._assignZOrder(et,it.get(et.layer)+1)}),Ae.commitTransaction("pullToFront")},wn.prototype.pushToBack=function(){var Ae=this.diagram;Ae.startTransaction("pushToBack");var it=new go.Map;Ae.selection.each(function(et){it.set(et.layer,0)}),it.iteratorKeys.each(function(et){var Zt=0;et.parts.each(function(Ln){if(!Ln.isSelected){var mn=Ln.zOrder;isNaN(mn)?Ln.zOrder=0:Zt=Math.min(Zt,mn)}}),it.set(et,Zt)}),Ae.selection.each(function(et){wn._assignZOrder(et,it.get(et.layer)-1-wn._findGroupDepth(et))}),Ae.commitTransaction("pushToBack")},wn._assignZOrder=function(Ae,it,et){et===void 0&&(et=Ae),Ae.layer===et.layer&&(Ae.zOrder=it),Ae instanceof go.Group&&Ae.memberParts.each(function(Zt){wn._assignZOrder(Zt,it+1,et)})},wn._findGroupDepth=function(Ae){if(Ae instanceof go.Group){var it=0;return Ae.memberParts.each(function(et){it=Math.max(it,wn._findGroupDepth(et))}),it+1}else return 0},wn.prototype.doKeyDown=function(){var Ae=this.diagram;if(Ae!==null){var it=Ae.lastInput;if(it.key==="Up"||it.key==="Down"||it.key==="Left"||it.key==="Right"){var et=this.arrowKeyBehavior;if(et==="none")return;if(et==="select"){this._arrowKeySelect();return}else if(et==="move"){this._arrowKeyMove();return}else if(et==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},wn.prototype._getAllParts=function(){var Ae=new Array;return this.diagram.nodes.each(function(it){Ae.push(it)}),this.diagram.parts.each(function(it){Ae.push(it)}),Ae},wn.prototype._arrowKeyMove=function(){var Ae=this.diagram,it=Ae.lastInput,et=0,Zt=0;if(it.control||it.meta)et=1,Zt=1;else if(Ae.grid!==null){var Ln=Ae.grid.gridCellSize;Zt=Ln.width,et=Ln.height}Ae.startTransaction("arrowKeyMove"),Ae.selection.each(function(mn){it.key==="Up"?mn.move(new go.Point(mn.actualBounds.x,mn.actualBounds.y-et)):it.key==="Down"?mn.move(new go.Point(mn.actualBounds.x,mn.actualBounds.y+et)):it.key==="Left"?mn.move(new go.Point(mn.actualBounds.x-Zt,mn.actualBounds.y)):it.key==="Right"&&mn.move(new go.Point(mn.actualBounds.x+Zt,mn.actualBounds.y))}),Ae.commitTransaction("arrowKeyMove")},wn.prototype._arrowKeySelect=function(){var Ae=this.diagram,it=Ae.lastInput,et=null;it.key==="Up"?et=this._findNearestPartTowards(270):it.key==="Down"?et=this._findNearestPartTowards(90):it.key==="Left"?et=this._findNearestPartTowards(180):it.key==="Right"&&(et=this._findNearestPartTowards(0)),et!==null&&(it.shift?et.isSelected=!0:it.control||it.meta?et.isSelected=!et.isSelected:Ae.select(et))},wn.prototype._findNearestPartTowards=function(Ae){var it=this.diagram.selection.first();if(it===null)return null;for(var et=it.actualBounds.center,Zt=this._getAllParts(),Ln=1/0,mn=it,ma=0;ma<Zt.length;ma++){var Xn=Zt[ma];if(Xn!==it&&Xn.canSelect()){var Pa=Xn.actualBounds.center,Ia=et.directionPoint(Pa),Oa=this._angleCloseness(Ia,Ae);if(Oa<=45){var sn=et.distanceSquaredPoint(Pa);sn*=1+Math.sin(Oa*Math.PI/180),sn<Ln&&(Ln=sn,mn=Xn)}}}return mn},wn.prototype._angleCloseness=function(Ae,it){return Math.min(Math.abs(it-Ae),Math.min(Math.abs(it+360-Ae),Math.abs(it-360-Ae)))},wn.prototype._arrowKeyTree=function(){var Ae=this.diagram,it=Ae.selection.first();if(it instanceof go.Node){var et=Ae.lastInput;if(et.key==="Right"){if(!it.isTreeLeaf)if(!it.isTreeExpanded)Ae.commandHandler.canExpandTree(it)&&Ae.commandHandler.expandTree(it);else{var Zt=this._sortTreeChildrenByY(it).first();Zt!==null&&Ae.select(Zt)}}else if(et.key==="Left")if(!it.isTreeLeaf&&it.isTreeExpanded)Ae.commandHandler.canCollapseTree(it)&&Ae.commandHandler.collapseTree(it);else{var Ln=it.findTreeParentNode();Ln!==null&&Ae.select(Ln)}else if(et.key==="Up"){var Ln=it.findTreeParentNode();if(Ln!==null){var mn=this._sortTreeChildrenByY(Ln),ma=mn.indexOf(it);if(ma>0){for(var Xn=mn.elt(ma-1);Xn!==null&&Xn.isTreeExpanded&&!Xn.isTreeLeaf;){var Pa=this._sortTreeChildrenByY(Xn);Xn=Pa.last()}Xn!==null&&Ae.select(Xn)}else Ae.select(Ln)}}else if(et.key==="Down")if(it.isTreeExpanded&&!it.isTreeLeaf){var Zt=this._sortTreeChildrenByY(it).first();Zt!==null&&Ae.select(Zt)}else for(;it!==null;){var Ln=it.findTreeParentNode();if(Ln===null)break;var mn=this._sortTreeChildrenByY(Ln),ma=mn.indexOf(it);if(ma<mn.length-1){Ae.select(mn.elt(ma+1));break}else it=Ln}var Ia=Ae.selection.first();Ia!==null&&Ae.scrollToRect(Ia.actualBounds)}},wn.prototype._sortTreeChildrenByY=function(Ae){var it=new go.List().addAll(Ae.findTreeChildrenNodes());return it.sort(function(et,Zt){var Ln=et.location,mn=Zt.location;return Ln.y<mn.y?-1:Ln.y>mn.y?1:Ln.x<mn.x?-1:Ln.x>mn.x?1:0}),it},wn.prototype.copyToClipboard=function(Ae){go.CommandHandler.prototype.copyToClipboard.call(this,Ae),this._lastPasteOffset.set(this.pasteOffset)},wn.prototype.pasteFromClipboard=function(){var Ae=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(Ae,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),Ae},Object.defineProperty(wn.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(Ae){if(Ae!=="move"&&Ae!=="select"&&Ae!=="scroll"&&Ae!=="tree"&&Ae!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+Ae);this._arrowKeyBehavior=Ae}}),Object.defineProperty(wn.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(Ae){if(!(Ae instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+Ae);this._pasteOffset.set(Ae)}});var Tn=wn,Gn=E(18023),Kn=E(15746),Jn=E(33170),Wt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},Sn=E(67294),At=(Ae,it,et)=>new Promise((Zt,Ln)=>{var mn=Pa=>{try{Xn(et.next(Pa))}catch(Ia){Ln(Ia)}},ma=Pa=>{try{Xn(et.throw(Pa))}catch(Ia){Ln(Ia)}},Xn=Pa=>Pa.done?Zt(Pa.value):Promise.resolve(Pa.value).then(mn,ma);Xn((et=et.apply(Ae,it)).next())});function ke({onCancel:Ae,callback:it}){let et=(0,y.useRef)(),Zt=(0,y.useRef)(),Ln=(0,y.useRef)(),mn=(0,y.useRef)(!1);const ma=(0,y.useRef)(!1),[Xn,Pa]=(0,y.useState)(0);function Ia(){const sn=Ye.bx.make,wa={red:"#ff3333",blue:"#3358ff",green:"#25ad23",magenta:"#d533ff",purple:"#7d33ff",orange:"#ff6233",brown:"#8e571e",white:"#ffffff",black:"#000000",beige:"#fffcd5",extralightblue:"#d5ebff",extralightred:"#f2dfe0",lightblue:"#a5d2fa",lightgray:"#cccccc",lightgreen:"#b3e6b3",lightred:"#fcbbbd"};et.current=new Ye.S0(Zt.current,{padding:20,grid:sn(Ye.s_,"Grid",sn(Ye.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),sn(Ye.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:ft=>{var Tt=ft.diagram.commandHandler.addTopLevelParts(ft.diagram.selection,!0);Tt||ft.diagram.currentTool.doCancel()},commandHandler:sn(Tn),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:ft=>{var Tt=ft.subject;Tt.location=Tt.location.copy().snapToGridPoint(ft.diagram.grid.gridOrigin,ft.diagram.grid.gridCellSize),setTimeout(()=>{ft.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:ft=>{var Tt=ft.subject;setTimeout(()=>{ft.diagram.commandHandler.editTextBlock()})},LinkRelinked:ft=>{var Tt=ft.parameter.part;Tt.invalidateConnectedLinks();var _t=ft.subject;ft.diagram.toolManager.linkingTool.isForwards?_t.toNode.invalidateConnectedLinks():_t.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),et.current.nodeTemplate=sn(Ye.NB,"Auto",{locationSpot:Ye.z6.Center,locationObjectName:"SHAPE",desiredSize:new Ye.$u(120,60),minSize:new Ye.$u(40,40),resizable:!0,resizeCellSize:new Ye.$u(10,10),rotatable:!0},new Ye.KX("location","loc",Ye.E9.parse).makeTwoWay(Ye.E9.stringify),new Ye.KX("desiredSize","size",Ye.$u.parse).makeTwoWay(Ye.$u.stringify),sn(Ye.bn,{name:"SHAPE",fill:wa.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Ye.z6.AllSides,toSpot:Ye.z6.AllSides},new Ye.KX("figure"),new Ye.KX("fill"),new Ye.KX("stroke","borderColor"),new Ye.KX("strokeWidth","thickness"),new Ye.KX("strokeDashArray","dash")),sn(Ye.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),sn(Ye.al,{margin:1,textAlign:"center",overflow:Ye.al.OverflowEllipsis,editable:!0},new Ye.KX("text").makeTwoWay(),new Ye.KX("stroke","color"))),et.current.nodeTemplate.toolTip=sn("ToolTip",sn(Ye.s_,"Vertical",{maxSize:new Ye.$u(200,NaN)},sn(Ye.al,{font:"bold 10pt sans-serif",textAlign:"center"},new Ye.KX("text")),sn(Ye.al,{font:"10pt sans-serif",textAlign:"center"},new Ye.KX("text","details"))));function fr(ft,Tt){var _t=(jt,Ht)=>{jt.handled=!0,jt.diagram.model.commit(ca=>{var la=Ht.part.adornedPart,ha=new Ye.E9().setRectSpot(la.actualBounds,ft);ha.subtract(la.location),ha.scale(2,2),ha.x+=Math.sign(ha.x)*130,ha.y+=Math.sign(ha.y)*130,ha.add(la.location),ha.snapToGridPoint(jt.diagram.grid.gridOrigin,jt.diagram.grid.gridCellSize);var An=ca.copyNodeData(la.data);ca.setGroupKeyForNodeData(An,ca.getGroupKeyForNodeData(la.data)),ca.addNodeData(An);var Ma={from:la.key,to:ca.getKeyForNodeData(An)};ca.addLinkData(Ma);var da=jt.diagram.findNodeForData(An);da.location=ha,jt.diagram.select(da),setTimeout(()=>{jt.diagram.commandHandler.editTextBlock()},20)})};return sn(Ye.bn,{figure:Tt,alignment:ft,alignmentFocus:ft.opposite(),width:ft.equals(Ye.z6.Top)||ft.equals(Ye.z6.Bottom)?25:18,height:ft.equals(Ye.z6.Top)||ft.equals(Ye.z6.Bottom)?18:25,fill:"orange",stroke:wa.white,strokeWidth:4,mouseEnter:(jt,Ht)=>Ht.fill="dodgerblue",mouseLeave:(jt,Ht)=>Ht.fill="orange",isActionable:!0,click:_t,contextClick:_t})}function er(ft){return sn(Ye.bn,{fill:"orange",stroke:"rgba(0, 0, 0, 0)",strokeWidth:15,background:"transparent",geometryString:"F1 M0 0 b 0 360 -4 0 4 z M10 0 b 0 360 -4 0 4 z M20 0 b 0 360 -4 0 4",isActionable:!0,cursor:"context-menu",mouseEnter:(Tt,_t)=>_t.fill="dodgerblue",mouseLeave:(Tt,_t)=>_t.fill="orange",click:(Tt,_t)=>{Tt.diagram.commandHandler.showContextMenu(_t.part.adornedPart)}},ft||{})}et.current.nodeTemplate.selectionAdornmentTemplate=sn(Ye.uz,"Spot",sn(Ye.Vm,{padding:10}),fr(Ye.z6.Top,"TriangleUp"),fr(Ye.z6.Left,"TriangleLeft"),fr(Ye.z6.Right,"TriangleRight"),fr(Ye.z6.Bottom,"TriangleDown"),er({alignment:new Ye.z6(.75,0)}));function Ta(ft,Tt){return(_t,jt)=>{_t.handled=!0,_t.diagram.model.commit(Ht=>{Ht.set(jt.part.adornedPart.data,ft,Tt)})}}function pa(ft,Tt){return Tt||(Tt="color"),sn(Ye.bn,{width:16,height:16,stroke:"lightgray",fill:ft,margin:1,background:"transparent",mouseEnter:(_t,jt)=>jt.stroke="dodgerblue",mouseLeave:(_t,jt)=>jt.stroke="lightgray",click:Ta(Tt,ft),contextClick:Ta(Tt,ft)})}function hr(){return[sn("ContextMenuButton",sn(Ye.s_,"Horizontal",pa(wa.white,"fill"),pa(wa.beige,"fill"),pa(wa.extralightblue,"fill"),pa(wa.extralightred,"fill"))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",pa(wa.lightgray,"fill"),pa(wa.lightgreen,"fill"),pa(wa.lightblue,"fill"),pa(wa.lightred,"fill")))]}function cr(){return[sn("ContextMenuButton",sn(Ye.s_,"Horizontal",pa(wa.black),pa(wa.green),pa(wa.blue),pa(wa.red))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",pa(wa.white),pa(wa.magenta),pa(wa.purple),pa(wa.orange)))]}function Xa(ft,Tt){return Tt||(Tt="thickness"),sn(Ye.bn,"LineH",{width:16,height:16,strokeWidth:ft,margin:1,background:"transparent",mouseEnter:(_t,jt)=>jt.background="dodgerblue",mouseLeave:(_t,jt)=>jt.background="transparent",click:Ta(Tt,ft),contextClick:Ta(Tt,ft)})}function Ca(ft,Tt){return Tt||(Tt="dash"),sn(Ye.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:ft,margin:1,background:"transparent",mouseEnter:(_t,jt)=>jt.background="dodgerblue",mouseLeave:(_t,jt)=>jt.background="transparent",click:Ta(Tt,ft),contextClick:Ta(Tt,ft)})}function Er(){return[sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Xa(1),Xa(2),Xa(3),Xa(4))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Ca(null),Ca([2,4]),Ca([4,4])))]}function Pr(ft,Tt){return Tt||(Tt="figure"),sn(Ye.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:ft,margin:1,background:"transparent",mouseEnter:(_t,jt)=>jt.fill="dodgerblue",mouseLeave:(_t,jt)=>jt.fill="lightgray",click:Ta(Tt,ft),contextClick:Ta(Tt,ft)})}et.current.nodeTemplate.contextMenu=sn("ContextMenu",sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Pr("Rectangle"),Pr("RoundedRectangle"),Pr("Ellipse"),Pr("Diamond"))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Pr("Parallelogram2"),Pr("ManualOperation"),Pr("Procedure"),Pr("Cylinder1"))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Pr("Terminator"),Pr("CreateRequest"),Pr("Document"),Pr("TriangleDown"))),hr(),cr(),Er()),et.current.groupTemplate=sn(Ye.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:Ye.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(ft,Tt)=>{var _t=Tt.addMembers(Tt.diagram.selection,!0);_t||Tt.diagram.currentTool.doCancel()},avoidable:!1},new Ye.KX("location","loc",Ye.E9.parse).makeTwoWay(Ye.E9.stringify),sn(Ye.s_,"Auto",{name:"BODY"},sn(Ye.bn,{parameter1:10,fill:wa.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Ye.z6.AllSides,toSpot:Ye.z6.AllSides},new Ye.KX("fill"),new Ye.KX("stroke","color"),new Ye.KX("strokeWidth","thickness"),new Ye.KX("strokeDashArray","dash")),sn(Ye.Vm,{background:"transparent",margin:20})),sn(Ye.al,{alignment:Ye.z6.Top,alignmentFocus:Ye.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new Ye.KX("text"),new Ye.KX("stroke","color"))),et.current.groupTemplate.selectionAdornmentTemplate=sn(Ye.uz,"Spot",sn(Ye.s_,"Auto",sn(Ye.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),sn(Ye.Vm,{margin:1.5})),er({alignment:Ye.z6.TopRight,alignmentFocus:Ye.z6.BottomRight})),et.current.groupTemplate.contextMenu=sn("ContextMenu",hr(),cr(),Er()),et.current.linkTemplate=sn(Ye.rU,{layerName:"Foreground",routing:Ye.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new Ye.KX("fromSpot","fromSpot",Ye.z6.parse),new Ye.KX("toSpot","toSpot",Ye.z6.parse),new Ye.KX("fromShortLength","dir",ft=>ft>=1?10:0),new Ye.KX("toShortLength","dir",ft=>ft>=1?10:0),new Ye.KX("points").makeTwoWay(),sn(Ye.bn,{strokeWidth:2},new Ye.KX("stroke","color"),new Ye.KX("strokeWidth","thickness"),new Ye.KX("strokeDashArray","dash")),sn(Ye.bn,{segmentIndex:0,segmentOffset:new Ye.E9(15,0),segmentOrientation:Ye.rU.OrientAlong,alignmentFocus:Ye.z6.Right,figure:"circle",width:10,strokeWidth:0},new Ye.KX("fill","color"),new Ye.KX("visible","dir",ft=>ft===1)),sn(Ye.bn,{segmentIndex:-1,segmentOffset:new Ye.E9(-10,6),segmentOrientation:Ye.rU.OrientPlus90,alignmentFocus:Ye.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Ye.KX("fill","color"),new Ye.KX("visible","dir",ft=>ft>=1),new Ye.KX("width","thickness",ft=>7+3*ft),new Ye.KX("height","thickness",ft=>7+3*ft),new Ye.KX("segmentOffset","thickness",ft=>new Ye.E9(-15,4+1.5*ft))),sn(Ye.bn,{segmentIndex:0,segmentOffset:new Ye.E9(15,-6),segmentOrientation:Ye.rU.OrientMinus90,alignmentFocus:Ye.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Ye.KX("fill","color"),new Ye.KX("visible","dir",ft=>ft===2),new Ye.KX("width","thickness",ft=>7+3*ft),new Ye.KX("height","thickness",ft=>7+3*ft),new Ye.KX("segmentOffset","thickness",ft=>new Ye.E9(-15,4+1.5*ft))),sn(Ye.al,{alignmentFocus:new Ye.z6(0,1,-4,0),editable:!0},new Ye.KX("text").makeTwoWay(),new Ye.KX("stroke","color"))),et.current.linkTemplate.selectionAdornmentTemplate=sn(Ye.uz,sn(Ye.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:Ir(2)},new Ye.KX("pathPattern","thickness",Ir)),er({alignmentFocus:new Ye.z6(0,0,-6,-4)}));function Ir(ft){return sn(Ye.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(ft+4).toString()+" H3"})}function Xr(ft){var Tt="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return ft===0?Tt="M0 0 M16 16 M0 8 L16 8":ft===2&&(Tt="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),sn(Ye.bn,{geometryString:Tt,margin:2,background:"transparent",mouseEnter:(_t,jt)=>jt.background="dodgerblue",mouseLeave:(_t,jt)=>jt.background="transparent",click:Ta("dir",ft),contextClick:Ta("dir",ft)})}function po(ft){var Tt=(_t,jt)=>{_t.handled=!0,_t.diagram.model.commit(Ht=>{var ca=jt.part.adornedPart;Ht.set(ca.data,ft?"toSpot":"fromSpot",Ye.z6.stringify(Ye.z6.AllSides)),(ft?ca.toNode:ca.fromNode).invalidateConnectedLinks()})};return sn(Ye.bn,{width:12,height:12,fill:"transparent",mouseEnter:(_t,jt)=>jt.background="dodgerblue",mouseLeave:(_t,jt)=>jt.background="transparent",click:Tt,contextClick:Tt})}function nn(ft,Tt){var _t=0,jt=Ye.z6.RightSide;ft.equals(Ye.z6.Top)?(_t=270,jt=Ye.z6.TopSide):ft.equals(Ye.z6.Left)?(_t=180,jt=Ye.z6.LeftSide):ft.equals(Ye.z6.Bottom)&&(_t=90,jt=Ye.z6.BottomSide),Tt||(_t-=180);var Ht=(ca,la)=>{ca.handled=!0,ca.diagram.model.commit(ha=>{var An=la.part.adornedPart;ha.set(An.data,Tt?"toSpot":"fromSpot",Ye.z6.stringify(jt)),(Tt?An.toNode:An.fromNode).invalidateConnectedLinks()})};return sn(Ye.bn,{alignment:ft,alignmentFocus:ft.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:_t,background:"transparent",mouseEnter:(ca,la)=>la.background="dodgerblue",mouseLeave:(ca,la)=>la.background="transparent",click:Ht,contextClick:Ht})}et.current.linkTemplate.contextMenu=sn("ContextMenu",cr(),Er(),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",Xr(0),Xr(1),Xr(2))),sn("ContextMenuButton",sn(Ye.s_,"Horizontal",sn(Ye.s_,"Spot",po(!1),nn(Ye.z6.Top,!1),nn(Ye.z6.Left,!1),nn(Ye.z6.Right,!1),nn(Ye.z6.Bottom,!1)),sn(Ye.s_,"Spot",{margin:new Ye.Zt(0,0,0,2)},po(!0),nn(Ye.z6.Top,!0),nn(Ye.z6.Left,!0),nn(Ye.z6.Right,!0),nn(Ye.z6.Bottom,!0)))));const jr=`{ "class": "GraphLinksModel",
|
|
|
"nodeDataArray": [
|
|
|
{"text":"Find Problem","key":-9,"loc":"-20 -140","color":"#3358ff","fill":"white","figure":"Procedure","thickness":3},
|
|
|
{"text":"What do we want?","key":-10,"loc":"-65 -324.305","group":-16,"figure":"Ellipse","fill":"white"},
|
|
|
{"text":"What do our users want?","key":-11,"loc":"105 -334.305","group":-20,"figure":"Ellipse","fill":"#ffffff","color":"black"},
|
|
|
{"text":"Meetings","key":-12,"loc":"-65 -444.305","group":-16,"figure":"TriangleDown","fill":"#ffffff"},
|
|
|
{"text":"Reviews","key":-13,"loc":"105 -454.305","group":-20,"figure":"TriangleDown","fill":"#ffffff","color":"black"},
|
|
|
{"text":"Can we solve it?","key":-14,"loc":"190 -140","color":"#7d33ff","fill":"#ffffff","figure":"Diamond","size":"140 80","thickness":3},
|
|
|
{"isGroup":true,"text":"Internal","key":-16,"loc":"-65 -384.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
|
|
|
{"isGroup":true,"text":"External","key":-20,"loc":"105 -394.305","fill":"#d5ebff","dash":null,"thickness":1,"group":-22},
|
|
|
{"isGroup":true,"text":"Sources","key":-22,"loc":"20 -400","fill":"#a5d2fa","dash":[4,4],"color":"#3358ff"}
|
|
|
],
|
|
|
"linkDataArray": [
|
|
|
{"from":-12,"to":-10,"points":[-65,-414.305,-65,-404.305,-65,-384.305,-65,-384.305,-65,-364.305,-65,-354.305],"dash":null,"dir":1},
|
|
|
{"from":-13,"to":-11,"points":[105,-424.305,105,-414.305,105,-394.305,105,-394.305,105,-374.305,105,-364.305],"dash":null,"color":"#000000","dir":1},
|
|
|
{"from":-10,"to":-9,"points":[-65,-294.305,-65,-284.305,-65,-232.1525,-40,-232.1525,-40,-180,-40,-170],"dir":2,"dash":[4,4]},
|
|
|
{"from":-11,"to":-9,"points":[105,-304.305,105,-294.305,105,-237.1525,0,-237.1525,0,-180,0,-170],"dash":[4,4],"dir":2},
|
|
|
{"from":-9,"to":-14,"points":[40,-150,58,-150,80,-150,80,-153.33333333333331,102,-153.33333333333331,120,-153.33333333333331],"dir":1,"color":"#3358ff"},
|
|
|
{"from":-14,"to":-9,"points":[190,-100,190,-90,-20,-90,-20,-95,-20,-100,-20,-110],"fromSpot":"BottomSide","toSpot":"BottomSide","text":"No","color":"#ff3333","thickness":2,"dir":1},
|
|
|
{"from":-9,"to":-14,"points":[40,-130,58,-130,80,-130,80,-126.66666666666666,102,-126.66666666666666,120,-126.66666666666666]}
|
|
|
]}`;var gt=["Rectangle","Square","RoundedRectangle","Border","Ellipse","Circle","TriangleRight","TriangleDown","TriangleLeft","TriangleUp","Triangle","Diamond","LineH","LineV","None","BarH","BarV","MinusLine","PlusLine","XLine","LineRight","LineDown","LineLeft","LineUp"];function Yt(ft){return console.log("shapeName:",ft),gt.indexOf(ft)>=0}var tn=new Ye.YI(Ln.current,{maxSelectionCount:1,linkTemplate:sn(Ye.rU,{locationSpot:Ye.z6.Center,selectionAdornmentTemplate:sn(Ye.uz,"Link",{locationSpot:Ye.z6.Center},sn(Ye.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),sn(Ye.bn,{toArrow:"Standard",stroke:null}))},{routing:Ye.rU.AvoidsNodes,curve:Ye.rU.JumpOver,corner:5,toShortLength:4},new Ye.KX("points"),sn(Ye.bn,{isPanelMain:!0,strokeWidth:2}),sn(Ye.bn,{toArrow:"Standard",stroke:null})),model:new Ye.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...Ye.bn.getFigureGenerators().toArray().map(ft=>({text:"\u672A\u547D\u540D",size:"100 100",figure:ft.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return et.current.addDiagramListener("TextEdited",function(ft){var Tt;const _t=ft.subject.part;var jt=(Tt=document.activeElement)==null?void 0:Tt.value;typeof jt=="string"&&jt.trim()===""&&et.current.model.commit(function(Ht){Ht.set(_t.data,"text","\u672A\u547D\u540D"),et.current.commandHandler.stopCommand()},"increment")}),tn.nodeTemplate=sn(Ye.NB,"Auto",{locationSpot:Ye.z6.Center},new Ye.KX("location","location",Ye.E9.parse).makeTwoWay(Ye.E9.stringify),sn(Ye.bn,"Circle",{fill:"white",stroke:"gray",strokeWidth:2,width:20,height:20,portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromLinkableSelfNode:!0,toLinkableSelfNode:!0},new Ye.KX("stroke").makeTwoWay(),new Ye.KX("fill").makeTwoWay(),new Ye.KX("figure")),sn(Ye.al,{margin:new Ye.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new Ye.$u(16,16),maxSize:new Ye.$u(10,NaN),textAlign:"center",editable:!0},new Ye.KX("key").makeTwoWay())),setTimeout(()=>{et.current.grid=sn(Ye.s_,"Grid",sn(Ye.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),sn(Ye.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),et.current.grid.visible=!0,et.current.grid.gridCellStroke="darkgray",et.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=et.current,et.current}const Oa=()=>At(this,null,function*(){var sn=et.current.makeImage();const wa=yield(0,Jn.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:sn.src}});it({src:wa.url})});return(0,y.useEffect)(()=>(setTimeout(()=>{Ia()},500),Pa(Xn+1),()=>{et.current=null}),[]),Sn.createElement("div",{ref:ma,className:mn.current?`${Wt.maxH60} body-overflow-initial`:"body-overflow-initial"},Sn.createElement(zt.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!Xn,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:Sn.createElement(Qt.Z,null,Sn.createElement(Kn.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),Sn.createElement(Kn.Z,{onClick:()=>{var sn,wa,fr=et.current.selection.first();if(mn.current=!mn.current,document.activeElement&&fr){let er=(wa=(sn=document.activeElement)==null?void 0:sn.value)==null?void 0:wa.trim();typeof er=="string"&&et.current.model.commit(function(Ta){Ta.set(fr.data,"text",er||"\u672A\u547D\u540D"),et.current.commandHandler.stopCommand()},"increment")}Pa(Xn+1)}},Sn.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:Ae},Sn.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative"},className:Wt.flowChartWrp},Sn.createElement("div",{style:{display:"flex",height:"100%"}},Sn.createElement("div",{style:{width:"300px",height:"100%"}},Sn.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),Sn.createElement("div",{style:{height:"calc(100% - 50px)"},className:Wt.myPaletteDiv,ref:Ln})),Sn.createElement("div",{style:{flex:1,position:"relative"}},Sn.createElement("div",{ref:Zt,style:{height:"80vh"}}))),Sn.createElement("div",{className:"tr"},Sn.createElement(qe.ZP,{size:"large",onClick:Oa,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var tt=ke,Dt=E(98813),Mt=E(55514);const ht=Dt.ZP.Group,It={margin:"0 8px"};var vt=({callback:Ae,onCancel:it})=>{function et(Zt){Ae(Zt)}return y.createElement(Ue.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:et},y.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},y.createElement("span",{style:It},"\u5355\u5143\u683C\u6570\uFF1A"),y.createElement("span",{style:It},"\u884C\u6570"),y.createElement(Ue.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},y.createElement(Mt.Z,null)),y.createElement("span",{style:It},"\u5217\u6570"),y.createElement(Ue.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},y.createElement(Mt.Z,null))),y.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},y.createElement("span",{style:It},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),y.createElement(Ue.default.Item,{name:"align"},y.createElement(ht,null,y.createElement(Dt.ZP,{value:"default"},y.createElement("i",{className:"fa fa-align-justify"})),y.createElement(Dt.ZP,{value:"left"},y.createElement("i",{className:"fa fa-align-left"})),y.createElement(Dt.ZP,{value:"center"},y.createElement("i",{className:"fa fa-align-center"})),y.createElement(Dt.ZP,{value:"right"},y.createElement("i",{className:"fa fa-align-right"}))))),y.createElement("div",{className:"flex-container flex-end"},y.createElement(qe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),y.createElement(qe.ZP,{type:"ghost",onClick:it},"\u53D6\u6D88")))},Lt=E(47897),un=E(61016),Fn=E.n(un),Hn=(0,y.forwardRef)(({use3d:Ae,width:it,height:et,callback:Zt,showSaveButton:Ln},mn)=>{const ma=(0,y.useRef)(),Xn=(0,y.useRef)(),[Pa,Ia]=(0,y.useState)(!1),Oa=(0,y.useRef)({id:ma,appName:"graphing",width:it||1e3,height:et||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,y.useEffect)(()=>{Xn.current=new(Fn())(Oa.current,!0),window.onload=function(){Xn.current.inject("applet_container")}},[]);const sn=()=>{var wa=window.ggbApplet.getPNGBase64(1,!0,72);return Zt&&Zt(wa),wa};return(0,y.useEffect)(()=>{Oa.current.appName=Pa?"3D":"graphing",Xn.current.inject("applet_container")},[Pa]),(0,y.useEffect)(()=>{Ia(Ae)},[Ae]),(0,y.useImperativeHandle)(mn,()=>({getImgData:sn})),y.createElement(y.Fragment,null,y.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:ma}),y.createElement(Qt.Z,{align:"middle"},y.createElement(Kn.Z,{flex:1},y.createElement(Lt.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:Pa,onChange:wa=>Ia(wa)})),y.createElement(Kn.Z,null,y.createElement(qe.ZP,{size:"large",onClick:sn,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),qn=E(36527),dn=E(25934),xn=E(2453);const on="link",st="upload-image",xt="add-flowchart",Gt="draw-image",Qe="add-flowchart",lt="code-block",bt="add-table",Ot="------------",rn={default:Ot,left:`:${Ot}`,center:`:${Ot}:`,right:`${Ot}:`};var hn=E(99914),In=(Ae,it,et)=>new Promise((Zt,Ln)=>{var mn=Pa=>{try{Xn(et.next(Pa))}catch(Ia){Ln(Ia)}},ma=Pa=>{try{Xn(et.throw(Pa))}catch(Ia){Ln(Ia)}},Xn=Pa=>Pa.done?Zt(Pa.value):Promise.resolve(Pa.value).then(mn,ma);Xn((et=et.apply(Ae,it)).next())});function Vn(){}let Bn=0;const ga=1e4,$n="\u2581",Sa="@\u2581\u2581@",Qn="@\u2581@",Mn=`
|
|
|
**\u6A21\u677F\u6807\u9898**
|
|
|
\u6A21\u677F\u6B63\u6587\u5185\u5BB9\uFF0C\u53EF\u8F93\u5165\u6587\u672C\u5185\u5BB9\u548C\u7C98\u8D34\u56FE\u7247\u7B49\u64CD\u4F5C`,Rn=["pptm","pptx","ppt","pot","pps","ppa","potx","ppsx","ppam","pptm","potm","ppsm","doc","docx","dot","dotx","docm","dotm","xls","xlsx","csv","xlt","xla","xltx","xlsm","xltm","xlam","xlsb"];function or(Ae){return/^\d+$/.test(Ae)?`${Ae}px`:Ae}const Da=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Wa={[Da+"-B"]:"bold",[Da+"-I"]:"italic"},Qa={[on]:"\u6DFB\u52A0\u94FE\u63A5",[lt]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[st]:"\u6DFB\u52A0\u56FE\u7247",[Gt]:"\u6DFB\u52A0\u753B\u56FE",[xt]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[bt]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var Je=({defaultValue:Ae="",onChange:it,width:et="100%",height:Zt=400,miniToolbar:Ln=!1,isFocus:mn=!1,watch:ma,insertTemp:Xn,mode:Pa="markdown",id:Ia="markdown-editor-id",showResizeBar:Oa=!1,noStorage:sn=!1,showNullButton:wa=!1,showNullProgramButton:fr=!1,hidetoolBar:er=!1,fullScreen:Ta=!1,onBlur:pa,onCMBeforeChange:hr,onFullScreen:cr,className:Xa="",disablePaste:Ca=!1,disabled:Er=!1,disabledFill:Pr=!1,placeholder:Ir="",values:Xr="",extraUse:po})=>{const[nn,jr]=(0,y.useState)(null),[gt,Yt]=(0,y.useState)(Ae),[tn,ft]=(0,y.useState)(ma),[Tt,_t]=(0,y.useState)(Ta),[jt,Ht]=(0,y.useState)(""),[ca,la]=(0,y.useState)(0),[ha,An]=(0,y.useState)(Zt),[Ma,da]=(0,y.useState)(!1),tr=(0,y.useRef)((0,dn.Z)()),Tr=(0,y.useRef)(!1),ir=(0,y.useRef)(),[Ra,Rr]=(0,y.useState)(0),[lr,xr]=(0,y.useState)(0),fa=(0,y.useRef)(),Lr=(0,y.useRef)(),va=(0,y.useRef)(),Br=(0,y.useRef)(),Bo=()=>In(void 0,null,function*(){var Zn;const kn=yield Fetch("/api/attachments/distinct_hash_val.json",{method:"post",body:{hash_val:tr.current}});(Zn=kn==null?void 0:kn.attachments)!=null&&Zn.length&&(console.log("cm:",nn,fa),kn.attachments.map(jn=>{jn.content_type.indexOf("image")>-1?nn.replaceSelection(``):jn.content_type.indexOf("video")>-1?nn.replaceSelection(`<video width="100%" controls src="${ENV.API_SERVER}/api/attachments/${data.id}"></video>`):jn.content_type.indexOf("pdf")>-1?nn.replaceSelection(`<a href="${ENV.API_SERVER}/api/attachments/${jn.id}?type=${jn.content_type}&disposition=inline" target="_blank">${jn.name}</a>`):nn.replaceSelection(`[${jn.name}](${ENV.API_SERVER}/api/attachments/${jn.id}?type=${jn.content_type})`)}))});(0,y.useEffect)(()=>{const Zn=window.scrollY||window.pageYOffset;Yt(Xr),nn==null||nn.setValue(Xr),window.scrollTo(0,Zn)},[Xr]),(0,y.useEffect)(()=>{cr==null||cr(Tt)},[Tt]),(0,y.useEffect)(()=>{if(fa.current){let Zn=function(jn,ra){var _a;if(Ca){ra.preventDefault();return}const Or=ra.clipboardData;if(Or){const Fe=Or.types.toString(),_e=Or.items;if(Fe==="Files"||Or.types.indexOf("Files")>-1){if(ra.preventDefault(),Pa=="stex")return;try{let nt=_e[1];((_a=_e[0])==null?void 0:_a.kind)==="file"&&(nt=_e[0]);const St=nt.getAsFile(),gn=St.name.split(".").pop();(0,Et.I)(St,na=>{var xa,Ha,$a;na.id?((xa=St==null?void 0:St.type)==null?void 0:xa.indexOf("image"))>-1?kn.replaceSelection(`<img width="100%" src="/api/attachments/${na.id}?type=${na.content_type})" alt="" />`):((Ha=St==null?void 0:St.type)==null?void 0:Ha.indexOf("video"))>-1?kn.replaceSelection(`<video width="100%" controls src="/api/attachments/${na.id}"></video>`):(($a=St==null?void 0:St.type)==null?void 0:$a.indexOf("pdf"))>-1?kn.replaceSelection(`<a href="/api/attachments/${na.id}?type=${St.type}&disposition=inline" target="_blank">${St.name}</a>`):Rn.includes(gn)?kn.replaceSelection(`<a href="/api/attachments/${na.id}?type=office&disposition=inline" target="_blank">${St.name}</a>`):kn.replaceSelection(`[${St.name}](/api/attachments/${na.id}?type=${na.content_type})`):(na==null?void 0:na.status)===401&&(xn.ZP.warning((na==null?void 0:na.message)||"\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C"),document.location.href="/user/login")})}catch(nt){xn.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const kn=se().fromTextArea(fa.current,{mode:Pa,lineNumbers:!Ln,lineWrapping:!0,value:Ae,autoCloseTags:!fr,autoCloseBrackets:!0});return kn.on("keyup",function(jn,ra){ra.keyCode===8&&(jn.getValue()==""?kn.setOption("placeholder",Ir):kn.setOption("placeholder",null))}),kn.on("keydown",function(jn,ra){if(ra.keyCode===8){var _a=Mr(jn);_a&&ra.preventDefault()}}),mn&&kn.focus(),kn.on("paste",Zn),kn.on("dragleave",function(jn,ra){Lr.current.classList.remove("mouse-hover-md")}),Er&&kn.on("beforeChange",function(jn,ra){(ra.origin==="paste"||ra.origin==="+input")&&ra.cancel()}),jr(kn),()=>{kn.off("paste",Zn)}}},[]);const Lo=(0,y.useCallback)(()=>{if(Lr.current)try{}catch(Zn){console.log(Zn,"---- to set md editor body height")}},[ha,Lr,Tt]);(0,y.useEffect)(()=>{function Zn(){let kn=new me.Z(jn=>{for(let ra of jn)(ra.target.offsetHeight>0||ra.target.offsetWidth>0)&&(Lo(),nn.setSize("100%","100%"),nn.refresh())});return kn.observe(fa.current.parentElement),kn}if(nn){const kn=Zn();return()=>{var jn,ra;(jn=fa.current)!=null&&jn.parentElement&&kn.unobserve((ra=fa.current)==null?void 0:ra.parentElement)}}},[nn,Lo]),(0,y.useEffect)(()=>{if(nn){let Zn=[];for(const[kn,jn]of Object.entries(Wa)){let ra={[kn]:()=>{ho(jn)}};Zn.push(ra),nn.addKeyMap(ra)}return ir.current=setInterval(()=>{Tr.current&&Bo()},4e3),()=>{clearInterval(ir.current);for(let kn of Zn)nn.removeKeyMap(kn)}}},[nn]),(0,y.useEffect)(()=>{Ta!==Tt&&_t(Ta)},[Ta]),(0,hn.Z)(()=>{if(!sn&&ca>0){let Zn=new Date().getTime(),kn=window.sessionStorage.getItem(Ia);Zn>=ca+ga&&(!kn||kn!==gt)&&(window.sessionStorage.setItem(Ia,gt),da(!0))}},ga),(0,y.useEffect)(()=>{ft(ma)},[nn,ma]),(0,y.useEffect)(()=>{nn&&mn&&nn.focus()},[nn,mn]),(0,y.useEffect)(()=>{if(tn&&nn){let Zn=function(jn){let ra=jn.target;if(Br.current){let _a=ra.scrollTop/ra.scrollHeight;Br.current.scrollTop=Br.current.scrollHeight*_a}};const kn=nn.getScrollerElement();return kn.addEventListener("scroll",Zn),()=>{kn.removeEventListener("scroll",Zn)}}},[nn,tn]),(0,y.useEffect)(()=>{if(nn&&hr){let Zn=function(kn,jn){hr(kn,jn)};return nn.on("beforeChange",Zn),()=>{nn.off("beforeChange",Zn)}}},[nn,hr]),(0,y.useEffect)(()=>{if(nn&&pa){let Zn=function(){pa(nn.getValue())};return nn.on("blur",Zn),()=>{nn.off("blur",Zn)}}},[nn,pa]);function Mr(Zn,kn){var jn=Zn.getDoc(),ra=jn.getCursor(),_a=jn.getLine(ra.line),Or=_a.charAt(ra.ch-1),Fe=_a.lastIndexOf("@\u2581@",ra.ch),_e=_a.lastIndexOf("@\u2581\u2581@",ra.ch),nt=Fe>_e?Fe:_e,St=Fe>_e?3:4;if(Sa.indexOf(Or)===-1)return null;if(console.log("change1:",kn,Zn,_a,ra,nt,Fe,_e,Or),nt>=0&&ra.ch-nt<5){var gn=nt+St;return jn.replaceRange("",{line:ra.line,ch:nt},{line:ra.line,ch:gn}),{line:ra.line,ch:gn}}return null}(0,y.useEffect)(()=>{if(nn){let Zn=function(kn,jn){const ra=kn.getValue();Yt(ra),la(new Date().getTime()),kn.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),it&&(fr?it(ra,Yo(ra)):it(ra))};return nn.on("change",Zn),()=>{nn.off("change",Zn)}}},[nn,it]),(0,y.useEffect)(()=>{if(nn)if(Ae==null)nn.setValue(""),Yt("");else{const Zn=window.scrollY||window.pageYOffset;Ae!==nn.getValue()&&(nn.setValue(Ae),Yt(Ae),nn.setCursor(Er?1:nn.lineCount(),0),window.scrollTo(0,Zn))}},[nn,Ae]);const ho=(0,y.useCallback)(Zn=>{const kn=nn.getCursor(),jn=nn.getSelection();let ra=jn.split(`
|
|
|
`);switch(Zn){case"bold":return nn.replaceSelection("**"+jn+"**"),jn===""&&nn.setCursor(kn.line,kn.ch+2),nn.focus();case"italic":return nn.replaceSelection("*"+jn+"*"),jn===""&&nn.setCursor(kn.line,kn.ch+1),nn.focus();case"code":return nn.replaceSelection("`"+jn+"`"),jn===""&&nn.setCursor(kn.line,kn.ch+1),nn.focus();case"inline-latex":return Ht("inline-latex"),nn.focus();case"latex":return nn.replaceSelection("```latex\n"+jn+"\n```"),nn.setCursor(kn.line+1,jn.length+1),nn.focus();case"line-break":return nn.replaceSelection(`<br/>
|
|
|
`),nn.focus();case"list-ul":return jn===""?nn.replaceSelection("- "+jn):nn.replaceSelection(ra.map(_a=>_a===""?"":`- ${_a}`).join(`
|
|
|
`)),nn.focus();case"list-ol":return jn===""?nn.replaceSelection("1. "+jn):nn.replaceSelection(ra.map((_a,Or)=>_a===""?"":`${Or+1}. ${_a}`).join(`
|
|
|
`)),nn.focus();case"add-null-ch":return jn===""&&nn.setCursor(kn.line,kn.ch),nn.replaceSelection($n),nn.focus();case"add-signal":return jn===""&&nn.setCursor(kn.line,kn.ch),nn.replaceSelection(Qn),nn.focus();case"add-multiple":return jn===""&&nn.setCursor(kn.line,kn.ch),nn.replaceSelection(Sa),nn.focus();case"inster-template-1":return jn===""&&nn.setCursor(kn.line,kn.ch),nn.replaceSelection(Mn),nn.focus();case"eraser":return nn.setValue(""),nn.focus();case"trigger-watch":return ft(!tn),nn.focus();case"trigger-full-screen":return _t(!Tt),nn.focus();case on:Ht(on);return;case lt:Ht(lt);return;case st:Ht(st);return;case Gt:Ht(Gt);return;case"maths-latex":Ht("maths-latex");return;case xt:Ht(xt);return;case bt:Ht(bt);return;default:throw new Error}},[nn,tn,Tt]),Io=(0,y.useCallback)((Zn,kn)=>{var jn,ra,_a,Or,Fe,_e;switch(Ht(""),jt){case on:const{title:xa,link:Ha}=Zn;return nn.replaceSelection(`[${xa}](${Ha})`),nn.focus();case lt:const{language:$a,content:Ur}=Zn;return nn.replaceSelection(["```"+$a,Ur,"```"].join(`
|
|
|
`)),nn.focus();case"maths-latex":for(var nt=atob(Zn),St=new Uint8Array(nt.length),gn=0;gn<nt.length;gn++)St[gn]=nt.charCodeAt(gn);var na=new Blob([St],{type:"image/png"});(0,Et.I)(na,Zr=>{Zr.id?nn.replaceSelection(``):(Zr==null?void 0:Zr.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":nn.replaceSelection("`$$"+Zn+"$$`");break;case st:case Gt:case Qe:const{src:kr,alt:ro}=Zn,Sr=kn,ka=(_a=(ra=(jn=Sr==null?void 0:Sr.name)==null?void 0:jn.split("."))==null?void 0:ra.pop)==null?void 0:_a.call(ra);return((Or=Sr==null?void 0:Sr.type)==null?void 0:Or.indexOf("image"))>-1||!(Sr!=null&&Sr.type)?Sr.align||Sr.width?nn.replaceSelection(`<p style="text-align:${Sr.align||"initial"}"><img width="${Sr.width?Sr.width+"%":"initial"}" src="${kr}" alt="${ro||""}" /></p>`):nn.replaceSelection(`<img width="100%" src="${kr}" alt="${ro||""}" />`):((Fe=Sr==null?void 0:Sr.type)==null?void 0:Fe.indexOf("video"))>-1?nn.replaceSelection(`<video width="100%" controls src="${kr}"></video>`):((_e=Sr==null?void 0:Sr.type)==null?void 0:_e.indexOf("pdf"))>-1?nn.replaceSelection(`<a href="${kr}?type=${Sr.type}&disposition=inline" target="_blank">${Sr.name}</a>`):Rn.includes(ka)?nn.replaceSelection(`<a href="${kr}?type=office&disposition=inline" target="_blank">${Sr.name}</a>`):nn.replaceSelection(`[${Sr.name}](${kr})`),nn.focus();case bt:const{row:Ba,col:Kr,align:so}=Zn;let Po=`
|
|
|
`;for(let Zr=0;Zr<Ba;Zr++){let co=[],Jr=[];for(let qr=0;qr<Kr;qr++)Zr===1&&Jr.push(rn[so]),co.push(" ");Zr===1&&(Po+=`| ${Jr.join(" | ")} |
|
|
|
`),Po+=`| ${co.join(Kr===1?"":" | ")} |
|
|
|
`}return nn.replaceSelection(Po+`
|
|
|
`),nn.focus();default:throw new Error}},[nn,jt]),ti=(0,y.useMemo)(()=>{switch(jt){case on:return y.createElement(Jt,{callback:Io,onCancel:Eo});case lt:return y.createElement(ia.Z,{callback:Io,onCancel:Eo});case st:return y.createElement(Et.Z,{callback:Io,onCancel:Eo});case xt:return y.createElement(tt,{callback:Io,onCancel:Eo});case bt:return y.createElement(vt,{callback:Io,onCancel:Eo});case"maths-latex":return y.createElement(Hn,{showSaveButton:!0,callback:Io});case"inline-latex":return y.createElement(qn.Z,{showSaveButton:!0,callback:Io});default:return null}},[jt]);function Eo(){Ht("")}(0,y.useEffect)(()=>{if(va.current){let Zn=function(Fe){_a=!0,Or=Fe.pageY},kn=function(){_a=!1},jn=function(Fe){if(_a){let _e=Fe.pageY-Or;_e<0&&(_e=0),_e>300&&(_e=300);let nt=Zt+_e+"px";An(nt)}},ra=va.current,_a=!1,Or=0;return ra.addEventListener("mousedown",Zn),document.addEventListener("mousemove",jn),document.addEventListener("mouseup",kn),()=>{ra.removeEventListener("mousedown",Zn),document.removeEventListener("mousemove",jn),document.removeEventListener("mouseup",kn)}}},[nn,va]),(0,y.useEffect)(()=>{An(Zt)},[Zt]);const To=or(et),ao=or(ha),_o={width:To,height:ao},ni=(0,y.useMemo)(()=>{if(ca){let Zn=new Date(ca),kn=Zn.getHours(),jn=Zn.getMinutes(),ra=Zn.getSeconds();return kn=kn<10?"0"+kn:kn,jn=jn<10?"0"+jn:jn,ra=ra<10?"0"+ra:ra,`${kn}:${jn}:${ra}`}return 0},[ca]),Yo=Zn=>{const kn=[];if(fr){let jn=-1;Zn=Zn.replace(/(@▁▁@|@▁@)/g,function(ra,_a,Or){kn.push({multiLine:ra!==Qn})})}return kn};function Ho(){window.sessionStorage.removeItem(Ia),da(!1),la(0)}function Uo(){da(!1),la(0),nn.setValue(window.sessionStorage.getItem(Ia))}(0,y.useEffect)(()=>{Qa[jt]&&jt!==Gt&&jt!==xt&&setTimeout(()=>{const Zn=document.getElementsByClassName("markdown-popup-form")[0],kn=window.innerWidth/2-Zn.offsetWidth/2,jn=window.innerHeight/2-Zn.offsetHeight/2;Rr(kn),xr(jn)},0)},[jt]);const nr=Zn=>{Zn.preventDefault();const kn=Zn.clientX-Ra,jn=Zn.clientY-lr;document.body.onmousemove=ra=>{let _a=ra.clientX-kn,Or=ra.clientY-jn;const Fe=document.getElementsByClassName("markdown-popup-form")[0],_e=window.innerWidth-Fe.offsetWidth,nt=window.innerHeight-Fe.offsetHeight;_a=Math.max(0,Math.min(_a,_e)),Or=Math.max(0,Math.min(Or,nt)),lo(ra.clientX,ra.clientY,kn,jn)&&(Rr(_a),xr(Or))},document.body.onmouseup=function(){document.body.onmousemove=null}},lo=(Zn,kn,jn,ra)=>{const _a=document.body.clientHeight,Or=document.body.clientWidth;return Zn<20&&jn>Zn||Zn>Or-20&&jn<Zn||kn<20&&ra>kn||kn>_a-20&&ra<kn?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return y.createElement(y.Fragment,null,y.createElement("div",{className:"markdown-editor-wrapper",ref:Lr},y.createElement("div",{className:`markdown-editor-container ${Xa} ${tn?"on-preview":""} ${Ln?"mini":""} ${Tt?"full-screen":""}`,style:_o},y.createElement(Re,{insertTemp:Xn,watch:tn,fullScreen:Tt,showNullButton:wa,showNullProgramButton:fr,onActionCallback:ho,hidetoolBar:er,extraUse:po}),y.createElement("div",{className:"markdown-editor-body"},y.createElement("div",{className:"codemirror-container"},y.createElement("textarea",{ref:fa,placeholder:Ir})),tn?y.createElement("div",{ref:Br,className:"preview-container"},Pa==="stex"&&y.createElement(We,{value:gt}),Pa!=="stex"&&y.createElement(He.Z,{disabledFill:Pr,showProgramFill:fr,value:gt})):null))),Oa?y.createElement("a",{ref:va,className:"editor-resize"}):null,jt===Gt&&y.createElement(vn,{callback:Io,onCancel:Eo}),jt===xt&&y.createElement(tt,{callback:Io,onCancel:Eo}),y.createElement(Ke.Z,null,Qa[jt]&&jt!==Gt&&jt!==xt?y.createElement(zt.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:Ra,top:lr},title:y.createElement("div",{style:{cursor:"move"},onMouseDown:nr},Qa[jt]),open:!0,onCancel:Eo,footer:null,destroyOnClose:!0,width:jt===xt?"1200px":null,height:jt===xt?"80vh":null,className:"markdown-popup-form"},ti):null))}},70859:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return we},I:function(){return Ke}});var y=E(91773),pe=E(2453),se=E(28802),me=E(78957),Ee=E(55514),xe=E(98813),Se=E(85804),Te=E(15476),Ie=E(67294),Le=E(52262),He=E(67294),We=Object.defineProperty,rt=Object.defineProperties,fe=Object.getOwnPropertyDescriptors,b=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,ee=Object.prototype.propertyIsEnumerable,x=(Ue,Ze,qe)=>Ze in Ue?We(Ue,Ze,{enumerable:!0,configurable:!0,writable:!0,value:qe}):Ue[Ze]=qe,te=(Ue,Ze)=>{for(var qe in Ze||(Ze={}))a.call(Ze,qe)&&x(Ue,qe,Ze[qe]);if(b)for(var qe of b(Ze))ee.call(Ze,qe)&&x(Ue,qe,Ze[qe]);return Ue},re=(Ue,Ze)=>rt(Ue,fe(Ze));const{useForm:ie}=y.default,ce={width:280,marginRight:10},be={labelCol:{span:5},wrapperCol:{span:19}};var we=({callback:Ue,onCancel:Ze})=>{const[qe]=ie();let wt=(0,Ie.useRef)();function Bt(Ut){wt.current.width=qe.getFieldValue("width"),wt.current.align=qe.getFieldValue("align"),Ue(Ut,wt.current)}function yn(Ut,ln){if(Ut.status===-1){pe.ZP.error(Ut.message);return}qe.setFieldsValue({src:`/api/attachments/${Ut.id}`,type:ln.type})}function Pn(Ut){let ln=Ut.target.files[0];wt.current=ln,Ke(ln,yn)}return He.createElement(y.default,re(te({form:qe},be),{className:"upload-image-panel",onFinish:Bt,style:{width:470,overflow:"hidden"}}),He.createElement(y.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},He.createElement("div",{className:"flex-container"},He.createElement(y.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u6587\u4EF6\u5730\u5740"}]},He.createElement(se.default,{style:ce})),He.createElement(Re,{onFileChange:Pn}))),He.createElement(y.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},He.createElement(se.default,{style:{width:264}})),He.createElement(y.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},He.createElement(me.Z,null,He.createElement(y.default.Item,{name:"width",style:{margin:0}},He.createElement(Ee.Z,{style:{width:264}})),He.createElement("span",{className:"ml8"},"%"))),He.createElement(y.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},He.createElement(xe.ZP.Group,{name:"align",defaultValue:1,options:[{value:"left",label:"\u5DE6\u5BF9\u9F50"},{value:"center",label:"\u5C45\u4E2D\u5BF9\u9F50"},{value:"right",label:"\u53F3\u5BF9\u9F50"}]})),He.createElement("aside",null,He.createElement(y.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},He.createElement(Se.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),He.createElement(Se.ZP,{type:"default",onClick:Ze},"\u53D6\u6D88"))))};function Re({onFileChange:Ue}){return He.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",He.createElement("input",{type:"file",onChange:Ue}))}function Ke(Ue,Ze){if(!Ue)throw new String("\u6CA1\u6709\u6587\u4EF6");if(!(0,Le.bg)())throw pe.ZP.warning("\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C"),new String("\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C");let qe=new FormData;qe.append("editormd-image-file",Ue),qe.append("file_param_name","editormd-image-file"),qe.append("byxhr","true");var wt=new window.XMLHttpRequest;wt.withCredentials=!0,wt.addEventListener("load",function(Bt){Ze(JSON.parse(Bt.target.responseText),Ue)},!1),wt.addEventListener("error",function(Bt){console.error(Bt)},!1),wt.open("POST",`${Te.KI}/api/attachments.json`),wt.send(qe)}},76621:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return se}});var y=E(67294),pe=E(73935);class se extends y.Component{constructor(Ee){super(Ee);const xe=window.document;this.node=xe.createElement("div"),xe.body.appendChild(this.node)}render(){const{children:Ee}=this.props;return(0,pe.createPortal)(Ee,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},99914:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return pe}});var y=E(67294);function pe(se,me){const Ee=(0,y.useRef)();(0,y.useEffect)(()=>{Ee.current=se}),(0,y.useEffect)(()=>{function xe(){Ee.current()}if(me!==null){let Se=setInterval(xe,me);return()=>clearInterval(Se)}},[me])}},25741:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Ee}});var y=E(67294),pe=E(74330),se={loading:"loading___lueiN"},Ee=({loading:xe})=>xe?y.createElement("div",{className:se.loading},y.createElement(pe.Z,null)):y.createElement(y.Fragment,null)},31635:function(de,ae,E){"use strict";var y=E(67294),pe=E(62844),se=E(80147),me=E(33170),Ee=E(26194),xe=E(94699),Se=E.n(xe),Te=E(35567),Ie=Object.defineProperty,Le=Object.getOwnPropertySymbols,He=Object.prototype.hasOwnProperty,We=Object.prototype.propertyIsEnumerable,rt=(ee,x,te)=>x in ee?Ie(ee,x,{enumerable:!0,configurable:!0,writable:!0,value:te}):ee[x]=te,fe=(ee,x)=>{for(var te in x||(x={}))He.call(x,te)&&rt(ee,te,x[te]);if(Le)for(var te of Le(x))We.call(x,te)&&rt(ee,te,x[te]);return ee},b=(ee,x,te)=>new Promise((re,ie)=>{var ce=Re=>{try{we(te.next(Re))}catch(Ke){ie(Ke)}},be=Re=>{try{we(te.throw(Re))}catch(Ke){ie(Ke)}},we=Re=>Re.done?re(Re.value):Promise.resolve(Re.value).then(ce,be);we((te=te.apply(ee,x)).next())});const a=({visible:ee,identifier:x,challenge_id:te,onCancle:re,onOK:ie})=>{const[ce,be]=(0,y.useState)(0),[we,Re]=(0,y.useState)([]),[Ke,Ue]=(0,y.useState)(!1),[Ze,qe]=(0,y.useState)({page:1,limit:10}),wt=()=>b(void 0,null,function*(){var Bt,yn;Ue(!0);const Pn=yield(0,me.ZP)(`/api/shixuns/${x}/challenges/${te}/task_pass_histories.json`,{method:"get",params:fe({},Ze)});(Pn==null?void 0:Pn.status)===0&&(be((Bt=Pn==null?void 0:Pn.data)==null?void 0:Bt.size),Re(((yn=Pn==null?void 0:Pn.data)==null?void 0:yn.list)||[])),Ue(!1)});return(0,y.useEffect)(()=>{ee&&wt()},[ee]),y.createElement(pe.default,{centered:!0,destroyOnClose:!0,open:ee,title:"\u7248\u672C\u7BA1\u7406",footer:null,width:620,onCancel:()=>{Ze.page=1,Ze.limit=10,qe(fe({},Ze)),re()}},y.createElement(se.default,{scroll:{y:47*10},loading:Ke,dataSource:we,locale:{emptyText:y.createElement(Ee.Z,null)},columns:[{title:"\u7248\u672C\u4FDD\u5B58\u65F6\u95F4",dataIndex:"updated_at",ellipsis:!0,render:(Bt,yn,Pn)=>Se()(Bt).format("YYYY-MM-DD hh:mm:ss")},{title:"\u4FDD\u5B58\u4EBA",dataIndex:"user_name",width:110,ellipsis:!0,render:Bt=>Bt},{title:"\u64CD\u4F5C",dataIndex:"task_pass",align:"right",render(Bt,yn,Pn){return y.createElement("div",null,y.createElement("a",{onClick:()=>{pe.default.confirm({icon:null,width:800,centered:!0,closable:!0,title:"\u4EFB\u52A1\u8981\u6C42\u8BE6\u60C5",content:y.createElement("div",{className:"mb10"},y.createElement(Te.Z,{key:te||"3",watch:!0,defaultValue:yn==null?void 0:yn.task_pass})),footer:null})}},"\u67E5\u770B"),y.createElement("a",{onClick:()=>b(this,null,function*(){pe.default.confirm({icon:null,width:500,centered:!0,closable:!0,title:"\u7248\u672C\u5207\u6362\u786E\u8BA4",content:y.createElement("div",null,y.createElement("div",null,"\u8BF7\u786E\u8BA4\u662F\u5426\u5C06\u4EFB\u52A1\u8981\u6C42\u5185\u5BB9\u5207\u6362\u81F3 ",Se()(yn==null?void 0:yn.updated_at).format("YYYY-MM-DD hh:mm:ss")," \u7248\u672C\uFF1F"),y.createElement("div",null,"\u7248\u672C\u5207\u6362\u4F1A\u5C06\u5F53\u524D\u4EFB\u52A1\u8981\u6C42\u5185\u5BB9\u5B8C\u5168\u8986\u76D6\uFF0C\u5EFA\u8BAE\u5C06\u6700\u65B0\u4EFB\u52A1\u8981\u6C42\u5185\u5BB9\u4FDD\u5B58\u540E\uFF0C\u518D\u8FDB\u884C\u5207\u6362\u3002")),okText:"\u786E\u8BA4\u5207\u6362",cancelText:"\u53D6\u6D88",onOk:()=>b(this,null,function*(){yield ie(yn==null?void 0:yn.task_pass),re()})})}),className:"ml20"},"\u5207\u6362\u81F3\u8BE5\u7248\u672C"))}}],onChange:Bt=>{Ze.page=Bt==null?void 0:Bt.current,Ze.limit=Bt==null?void 0:Bt.pageSize,wt(),qe(fe({},Ze))},pagination:{pageSize:Ze.limit,total:ce,current:Ze.page,showQuickJumper:!0,hideOnSinglePage:!0,showSizeChanger:!0,showTotal:Bt=>y.createElement("span",{className:"mr10"},"\u5171",y.createElement("span",{className:"c-orange"},Bt),"\u6761\u6570\u636E")}}))};ae.Z=a},85909:function(de,ae,E){"use strict";E.d(ae,{S:function(){return xe},m:function(){return Se}});var y=E(28706),pe=E(2453),se=E(62844),me=E(67294),Ee=(Te,Ie,Le)=>new Promise((He,We)=>{var rt=a=>{try{b(Le.next(a))}catch(ee){We(ee)}},fe=a=>{try{b(Le.throw(a))}catch(ee){We(ee)}},b=a=>a.done?He(a.value):Promise.resolve(a.value).then(rt,fe);b((Le=Le.apply(Te,Ie)).next())});const xe=Te=>{let Ie=document.createElement("textarea");return Ie.value=Te,Ie.value},Se=(Te,Ie,Le,He,We)=>Ee(void 0,null,function*(){var rt,fe;const b=yield Te({type:"shixunsDetail/saveCopyForExercise",payload:{id:Le,save_type:He}});He===1?((b==null?void 0:b.status)==0&&pe.ZP.success("\u4FDD\u5B58\u6210\u529F"),(rt=b==null?void 0:b.data)!=null&&rt.exists_same_shixun_name?Te({type:"classroomList/setActionTabs",payload:{key:"\u91CD\u540D\u4FEE\u6539",name:(fe=b==null?void 0:b.data)==null?void 0:fe.shixun_name}}):Te({type:"classroomList/setActionTabs",payload:{}})):(Te({type:"classroomList/setActionTabs",payload:{}}),(b==null?void 0:b.status)===0&&se.default.info({title:"\u63D0\u793A",width:460,icon:null,centered:!0,content:me.createElement("div",null,me.createElement("div",null,"\u5B9E\u8BAD\u540C\u6B65\u4FEE\u6539\u5B8C\u6210\uFF0C\u8BF7\u9A8C\u8BC1\u5B9E\u8BAD\u662F\u5426\u53EF\u4EE5\u6B63\u5E38\u4F7F\u7528\u3002")),okText:"\u524D\u5F80\u539F\u5B9E\u8BAD",onOk:()=>{var a,ee;(0,y.xg)(`/shixuns/${(ee=(a=Ie==null?void 0:Ie.detail)==null?void 0:a.fork_from)==null?void 0:ee.fork_identifier}/challenges`)}}))})},38780:function(de,ae){"use strict";const E=function(){const y=Object.assign({},arguments.length<=0?void 0:arguments[0]);for(let pe=1;pe<arguments.length;pe++){const se=pe<0||arguments.length<=pe?void 0:arguments[pe];se&&Object.keys(se).forEach(me=>{const Ee=se[me];Ee!==void 0&&(y[me]=Ee)})}return y};ae.Z=E},66367:function(de,ae,E){"use strict";E.d(ae,{F:function(){return y}});function y(se){return se!=null&&se===se.window}const pe=se=>{var me,Ee;if(typeof window=="undefined")return 0;let xe=0;return y(se)?xe=se.pageYOffset:se instanceof Document?xe=se.documentElement.scrollTop:(se instanceof HTMLElement||se)&&(xe=se.scrollTop),se&&!y(se)&&typeof xe!="number"&&(xe=(Ee=((me=se.ownerDocument)!==null&&me!==void 0?me:se).documentElement)===null||Ee===void 0?void 0:Ee.scrollTop),xe};ae.Z=pe},58375:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return me}});var y=E(96523);function pe(Ee,xe,Se,Te){const Ie=Se-xe;return Ee/=Te/2,Ee<1?Ie/2*Ee*Ee*Ee+xe:Ie/2*((Ee-=2)*Ee*Ee+2)+xe}var se=E(66367);function me(Ee){let xe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{getContainer:Se=()=>window,callback:Te,duration:Ie=450}=xe,Le=Se(),He=(0,se.Z)(Le),We=Date.now(),rt=()=>{const b=Date.now()-We,a=pe(b>Ie?Ie:b,He,Ee,Ie);(0,se.F)(Le)?Le.scrollTo(window.pageXOffset,a):Le instanceof Document||Le.constructor.name==="HTMLDocument"?Le.documentElement.scrollTop=a:Le.scrollTop=a,b<Ie?(0,y.Z)(rt):typeof Te=="function"&&Te()};(0,y.Z)(rt)}},84567:function(de,ae,E){"use strict";E.d(ae,{default:function(){return Ke}});var y=E(67294),pe=E(13144),se=E.n(pe),me=E(95860),Ee=E(17799),xe=E(45353),Se=E(92429),Te=E(53124),Ie=E(98866),Le=E(35792),He=E(65223),rt=y.createContext(null),fe=E(63185),b=E(5273),a=function(Ue,Ze){var qe={};for(var wt in Ue)Object.prototype.hasOwnProperty.call(Ue,wt)&&Ze.indexOf(wt)<0&&(qe[wt]=Ue[wt]);if(Ue!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Bt=0,wt=Object.getOwnPropertySymbols(Ue);Bt<wt.length;Bt++)Ze.indexOf(wt[Bt])<0&&Object.prototype.propertyIsEnumerable.call(Ue,wt[Bt])&&(qe[wt[Bt]]=Ue[wt[Bt]]);return qe};const ee=(Ue,Ze)=>{var qe;const{prefixCls:wt,className:Bt,rootClassName:yn,children:Pn,indeterminate:Ut=!1,style:ln,onMouseEnter:cn,onMouseLeave:Cn,skipGroup:Yn=!1,disabled:Vt}=Ue,Jt=a(Ue,["prefixCls","className","rootClassName","children","indeterminate","style","onMouseEnter","onMouseLeave","skipGroup","disabled"]),{getPrefixCls:ia,direction:Et,checkbox:zt}=y.useContext(Te.E_),Qt=y.useContext(rt),{isFormItemInput:aa}=y.useContext(He.aM),Ct=y.useContext(Ie.Z),vn=(qe=(Qt==null?void 0:Qt.disabled)||Vt)!==null&&qe!==void 0?qe:Ct,Ye=y.useRef(Jt.value),wn=y.useRef(null),Tn=(0,Ee.sQ)(Ze,wn);y.useEffect(()=>{Qt==null||Qt.registerValue(Jt.value)},[]),y.useEffect(()=>{if(!Yn)return Jt.value!==Ye.current&&(Qt==null||Qt.cancelValue(Ye.current),Qt==null||Qt.registerValue(Jt.value),Ye.current=Jt.value),()=>Qt==null?void 0:Qt.cancelValue(Jt.value)},[Jt.value]),y.useEffect(()=>{var ht;!((ht=wn.current)===null||ht===void 0)&&ht.input&&(wn.current.input.indeterminate=Ut)},[Ut]);const Gn=ia("checkbox",wt),Kn=(0,Le.Z)(Gn),[Jn,Wt,Sn]=(0,fe.ZP)(Gn,Kn),At=Object.assign({},Jt);Qt&&!Yn&&(At.onChange=function(){Jt.onChange&&Jt.onChange.apply(Jt,arguments),Qt.toggleOption&&Qt.toggleOption({label:Pn,value:Jt.value})},At.name=Qt.name,At.checked=Qt.value.includes(Jt.value));const ke=se()(`${Gn}-wrapper`,{[`${Gn}-rtl`]:Et==="rtl",[`${Gn}-wrapper-checked`]:At.checked,[`${Gn}-wrapper-disabled`]:vn,[`${Gn}-wrapper-in-form-item`]:aa},zt==null?void 0:zt.className,Bt,yn,Sn,Kn,Wt),tt=se()({[`${Gn}-indeterminate`]:Ut},Se.A,Wt),[Dt,Mt]=(0,b.Z)(At.onClick);return Jn(y.createElement(xe.Z,{component:"Checkbox",disabled:vn},y.createElement("label",{className:ke,style:Object.assign(Object.assign({},zt==null?void 0:zt.style),ln),onMouseEnter:cn,onMouseLeave:Cn,onClick:Dt},y.createElement(me.Z,Object.assign({},At,{onClick:Mt,prefixCls:Gn,className:tt,disabled:vn,ref:Tn})),Pn!==void 0&&y.createElement("span",{className:`${Gn}-label`},Pn))))};var te=y.forwardRef(ee),re=E(96641),ie=E(10366),ce=function(Ue,Ze){var qe={};for(var wt in Ue)Object.prototype.hasOwnProperty.call(Ue,wt)&&Ze.indexOf(wt)<0&&(qe[wt]=Ue[wt]);if(Ue!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Bt=0,wt=Object.getOwnPropertySymbols(Ue);Bt<wt.length;Bt++)Ze.indexOf(wt[Bt])<0&&Object.prototype.propertyIsEnumerable.call(Ue,wt[Bt])&&(qe[wt[Bt]]=Ue[wt[Bt]]);return qe},we=y.forwardRef((Ue,Ze)=>{const{defaultValue:qe,children:wt,options:Bt=[],prefixCls:yn,className:Pn,rootClassName:Ut,style:ln,onChange:cn}=Ue,Cn=ce(Ue,["defaultValue","children","options","prefixCls","className","rootClassName","style","onChange"]),{getPrefixCls:Yn,direction:Vt}=y.useContext(Te.E_),[Jt,ia]=y.useState(Cn.value||qe||[]),[Et,zt]=y.useState([]);y.useEffect(()=>{"value"in Cn&&ia(Cn.value||[])},[Cn.value]);const Qt=y.useMemo(()=>Bt.map(tt=>typeof tt=="string"||typeof tt=="number"?{label:tt,value:tt}:tt),[Bt]),aa=tt=>{zt(Dt=>Dt.filter(Mt=>Mt!==tt))},Ct=tt=>{zt(Dt=>[].concat((0,re.Z)(Dt),[tt]))},vn=tt=>{const Dt=Jt.indexOf(tt.value),Mt=(0,re.Z)(Jt);Dt===-1?Mt.push(tt.value):Mt.splice(Dt,1),"value"in Cn||ia(Mt),cn==null||cn(Mt.filter(ht=>Et.includes(ht)).sort((ht,It)=>{const vt=Qt.findIndex(un=>un.value===ht),Lt=Qt.findIndex(un=>un.value===It);return vt-Lt}))},Ye=Yn("checkbox",yn),wn=`${Ye}-group`,Tn=(0,Le.Z)(Ye),[Gn,Kn,Jn]=(0,fe.ZP)(Ye,Tn),Wt=(0,ie.Z)(Cn,["value","disabled"]),Sn=Bt.length?Qt.map(tt=>y.createElement(te,{prefixCls:Ye,key:tt.value.toString(),disabled:"disabled"in tt?tt.disabled:Cn.disabled,value:tt.value,checked:Jt.includes(tt.value),onChange:tt.onChange,className:`${wn}-item`,style:tt.style,title:tt.title,id:tt.id,required:tt.required},tt.label)):wt,At={toggleOption:vn,value:Jt,disabled:Cn.disabled,name:Cn.name,registerValue:Ct,cancelValue:aa},ke=se()(wn,{[`${wn}-rtl`]:Vt==="rtl"},Pn,Ut,Jn,Tn,Kn);return Gn(y.createElement("div",Object.assign({className:ke,style:ln},Wt,{ref:Ze}),y.createElement(rt.Provider,{value:At},Sn)))});const Re=te;Re.Group=we,Re.__ANT_CHECKBOX=!0;var Ke=Re},63185:function(de,ae,E){"use strict";E.d(ae,{C2:function(){return xe}});var y=E(16777),pe=E(14747),se=E(43259),me=E(83559);const Ee=Se=>{const{checkboxCls:Te}=Se,Ie=`${Te}-wrapper`;return[{[`${Te}-group`]:Object.assign(Object.assign({},(0,pe.Wf)(Se)),{display:"inline-flex",flexWrap:"wrap",columnGap:Se.marginXS,[`> ${Se.antCls}-row`]:{flex:1}}),[Ie]:Object.assign(Object.assign({},(0,pe.Wf)(Se)),{display:"inline-flex",alignItems:"baseline",cursor:"pointer","&:after":{display:"inline-block",width:0,overflow:"hidden",content:"'\\a0'"},[`& + ${Ie}`]:{marginInlineStart:0},[`&${Ie}-in-form-item`]:{'input[type="checkbox"]':{width:14,height:14}}}),[Te]:Object.assign(Object.assign({},(0,pe.Wf)(Se)),{position:"relative",whiteSpace:"nowrap",lineHeight:1,cursor:"pointer",borderRadius:Se.borderRadiusSM,alignSelf:"center",[`${Te}-input`]:{position:"absolute",inset:0,zIndex:1,cursor:"pointer",opacity:0,margin:0,[`&:focus-visible + ${Te}-inner`]:Object.assign({},(0,pe.oN)(Se))},[`${Te}-inner`]:{boxSizing:"border-box",display:"block",width:Se.checkboxSize,height:Se.checkboxSize,direction:"ltr",backgroundColor:Se.colorBgContainer,border:`${(0,y.unit)(Se.lineWidth)} ${Se.lineType} ${Se.colorBorder}`,borderRadius:Se.borderRadiusSM,borderCollapse:"separate",transition:`all ${Se.motionDurationSlow}`,"&:after":{boxSizing:"border-box",position:"absolute",top:"50%",insetInlineStart:"25%",display:"table",width:Se.calc(Se.checkboxSize).div(14).mul(5).equal(),height:Se.calc(Se.checkboxSize).div(14).mul(8).equal(),border:`${(0,y.unit)(Se.lineWidthBold)} solid ${Se.colorWhite}`,borderTop:0,borderInlineStart:0,transform:"rotate(45deg) scale(0) translate(-50%,-50%)",opacity:0,content:'""',transition:`all ${Se.motionDurationFast} ${Se.motionEaseInBack}, opacity ${Se.motionDurationFast}`}},"& + span":{paddingInlineStart:Se.paddingXS,paddingInlineEnd:Se.paddingXS}})},{[`
|
|
|
${Ie}:not(${Ie}-disabled),
|
|
|
${Te}:not(${Te}-disabled)
|
|
|
`]:{[`&:hover ${Te}-inner`]:{borderColor:Se.colorPrimary}},[`${Ie}:not(${Ie}-disabled)`]:{[`&:hover ${Te}-checked:not(${Te}-disabled) ${Te}-inner`]:{backgroundColor:Se.colorPrimaryHover,borderColor:"transparent"},[`&:hover ${Te}-checked:not(${Te}-disabled):after`]:{borderColor:Se.colorPrimaryHover}}},{[`${Te}-checked`]:{[`${Te}-inner`]:{backgroundColor:Se.colorPrimary,borderColor:Se.colorPrimary,"&:after":{opacity:1,transform:"rotate(45deg) scale(1) translate(-50%,-50%)",transition:`all ${Se.motionDurationMid} ${Se.motionEaseOutBack} ${Se.motionDurationFast}`}}},[`
|
|
|
${Ie}-checked:not(${Ie}-disabled),
|
|
|
${Te}-checked:not(${Te}-disabled)
|
|
|
`]:{[`&:hover ${Te}-inner`]:{backgroundColor:Se.colorPrimaryHover,borderColor:"transparent"}}},{[Te]:{"&-indeterminate":{[`${Te}-inner`]:{backgroundColor:`${Se.colorBgContainer} !important`,borderColor:`${Se.colorBorder} !important`,"&:after":{top:"50%",insetInlineStart:"50%",width:Se.calc(Se.fontSizeLG).div(2).equal(),height:Se.calc(Se.fontSizeLG).div(2).equal(),backgroundColor:Se.colorPrimary,border:0,transform:"translate(-50%, -50%) scale(1)",opacity:1,content:'""'}},[`&:hover ${Te}-inner`]:{backgroundColor:`${Se.colorBgContainer} !important`,borderColor:`${Se.colorPrimary} !important`}}}},{[`${Ie}-disabled`]:{cursor:"not-allowed"},[`${Te}-disabled`]:{[`&, ${Te}-input`]:{cursor:"not-allowed",pointerEvents:"none"},[`${Te}-inner`]:{background:Se.colorBgContainerDisabled,borderColor:Se.colorBorder,"&:after":{borderColor:Se.colorTextDisabled}},"&:after":{display:"none"},"& + span":{color:Se.colorTextDisabled},[`&${Te}-indeterminate ${Te}-inner::after`]:{background:Se.colorTextDisabled}}}]};function xe(Se,Te){const Ie=(0,se.mergeToken)(Te,{checkboxCls:`.${Se}`,checkboxSize:Te.controlInteractiveSize});return[Ee(Ie)]}ae.ZP=(0,me.I$)("Checkbox",(Se,Te)=>{let{prefixCls:Ie}=Te;return[xe(Ie,Se)]})},18656:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Or}});var y=E(67294),pe=E(13144),se=E.n(pe);function me(Fe){"@babel/helpers - typeof";return me=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_e){return typeof _e}:function(_e){return _e&&typeof Symbol=="function"&&_e.constructor===Symbol&&_e!==Symbol.prototype?"symbol":typeof _e},me(Fe)}function Ee(Fe,_e){if(me(Fe)!="object"||!Fe)return Fe;var nt=Fe[Symbol.toPrimitive];if(nt!==void 0){var St=nt.call(Fe,_e||"default");if(me(St)!="object")return St;throw new TypeError("@@toPrimitive must return a primitive value.")}return(_e==="string"?String:Number)(Fe)}function xe(Fe){var _e=Ee(Fe,"string");return me(_e)=="symbol"?_e:_e+""}function Se(Fe,_e,nt){return(_e=xe(_e))in Fe?Object.defineProperty(Fe,_e,{value:nt,enumerable:!0,configurable:!0,writable:!0}):Fe[_e]=nt,Fe}function Te(Fe,_e){var nt=Object.keys(Fe);if(Object.getOwnPropertySymbols){var St=Object.getOwnPropertySymbols(Fe);_e&&(St=St.filter(function(gn){return Object.getOwnPropertyDescriptor(Fe,gn).enumerable})),nt.push.apply(nt,St)}return nt}function Ie(Fe){for(var _e=1;_e<arguments.length;_e++){var nt=arguments[_e]!=null?arguments[_e]:{};_e%2?Te(Object(nt),!0).forEach(function(St){Se(Fe,St,nt[St])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Fe,Object.getOwnPropertyDescriptors(nt)):Te(Object(nt)).forEach(function(St){Object.defineProperty(Fe,St,Object.getOwnPropertyDescriptor(nt,St))})}return Fe}function Le(Fe){if(Array.isArray(Fe))return Fe}function He(Fe,_e){var nt=Fe==null?null:typeof Symbol!="undefined"&&Fe[Symbol.iterator]||Fe["@@iterator"];if(nt!=null){var St,gn,na,xa,Ha=[],$a=!0,Ur=!1;try{if(na=(nt=nt.call(Fe)).next,_e===0){if(Object(nt)!==nt)return;$a=!1}else for(;!($a=(St=na.call(nt)).done)&&(Ha.push(St.value),Ha.length!==_e);$a=!0);}catch(kr){Ur=!0,gn=kr}finally{try{if(!$a&&nt.return!=null&&(xa=nt.return(),Object(xa)!==xa))return}finally{if(Ur)throw gn}}return Ha}}function We(Fe,_e){(_e==null||_e>Fe.length)&&(_e=Fe.length);for(var nt=0,St=Array(_e);nt<_e;nt++)St[nt]=Fe[nt];return St}function rt(Fe,_e){if(Fe){if(typeof Fe=="string")return We(Fe,_e);var nt={}.toString.call(Fe).slice(8,-1);return nt==="Object"&&Fe.constructor&&(nt=Fe.constructor.name),nt==="Map"||nt==="Set"?Array.from(Fe):nt==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(nt)?We(Fe,_e):void 0}}function fe(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function b(Fe,_e){return Le(Fe)||He(Fe,_e)||rt(Fe,_e)||fe()}function a(Fe){if(Array.isArray(Fe))return Fe}function ee(Fe,_e){var nt=Fe==null?null:typeof Symbol!="undefined"&&Fe[Symbol.iterator]||Fe["@@iterator"];if(nt!=null){var St,gn,na,xa,Ha=[],$a=!0,Ur=!1;try{if(na=(nt=nt.call(Fe)).next,_e===0){if(Object(nt)!==nt)return;$a=!1}else for(;!($a=(St=na.call(nt)).done)&&(Ha.push(St.value),Ha.length!==_e);$a=!0);}catch(kr){Ur=!0,gn=kr}finally{try{if(!$a&&nt.return!=null&&(xa=nt.return(),Object(xa)!==xa))return}finally{if(Ur)throw gn}}return Ha}}function x(Fe,_e){(_e==null||_e>Fe.length)&&(_e=Fe.length);for(var nt=0,St=new Array(_e);nt<_e;nt++)St[nt]=Fe[nt];return St}function te(Fe,_e){if(Fe){if(typeof Fe=="string")return x(Fe,_e);var nt=Object.prototype.toString.call(Fe).slice(8,-1);if(nt==="Object"&&Fe.constructor&&(nt=Fe.constructor.name),nt==="Map"||nt==="Set")return Array.from(Fe);if(nt==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(nt))return x(Fe,_e)}}function re(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ie(Fe,_e){return a(Fe)||ee(Fe,_e)||te(Fe,_e)||re()}var ce=E(73935);function be(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var we={};function Re(Fe,_e){}function Ke(Fe,_e){}function Ue(){we={}}function Ze(Fe,_e,nt){!_e&&!we[nt]&&(Fe(!1,nt),we[nt]=!0)}function qe(Fe,_e){Ze(Re,Fe,_e)}function wt(Fe,_e){Ze(Ke,Fe,_e)}var Bt=null;function yn(Fe){"@babel/helpers - typeof";return yn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_e){return typeof _e}:function(_e){return _e&&typeof Symbol=="function"&&_e.constructor===Symbol&&_e!==Symbol.prototype?"symbol":typeof _e},yn(Fe)}var Pn=E(18459);function Ut(Fe,_e,nt){var St=y.useRef({});return(!("value"in St.current)||nt(St.current.condition,_e))&&(St.current.value=Fe(),St.current.condition=_e),St.current.value}function ln(Fe,_e){typeof Fe=="function"?Fe(_e):yn(Fe)==="object"&&Fe&&"current"in Fe&&(Fe.current=_e)}function cn(){for(var Fe=arguments.length,_e=new Array(Fe),nt=0;nt<Fe;nt++)_e[nt]=arguments[nt];var St=_e.filter(function(gn){return gn});return St.length<=1?St[0]:function(gn){_e.forEach(function(na){ln(na,gn)})}}function Cn(){for(var Fe=arguments.length,_e=new Array(Fe),nt=0;nt<Fe;nt++)_e[nt]=arguments[nt];return Ut(function(){return cn.apply(void 0,_e)},_e,function(St,gn){return St.length===gn.length&&St.every(function(na,xa){return na===gn[xa]})})}function Yn(Fe){var _e,nt,St=(0,Pn.isMemo)(Fe)?Fe.type.type:Fe.type;return!(typeof St=="function"&&!((_e=St.prototype)!==null&&_e!==void 0&&_e.render)||typeof Fe=="function"&&!((nt=Fe.prototype)!==null&&nt!==void 0&&nt.render))}var Vt=y.createContext(null),Jt=Vt;function ia(Fe){if(Array.isArray(Fe))return x(Fe)}function Et(Fe){if(typeof Symbol!="undefined"&&Fe[Symbol.iterator]!=null||Fe["@@iterator"]!=null)return Array.from(Fe)}function zt(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Qt(Fe){return ia(Fe)||Et(Fe)||te(Fe)||zt()}var aa=be()?y.useLayoutEffect:y.useEffect,Ct=aa,vn=function(_e,nt){var St=React.useRef(!0);aa(function(){if(!St.current)return _e()},nt),aa(function(){return St.current=!1,function(){St.current=!0}},[])},Ye=[];function wn(Fe,_e){var nt=y.useState(function(){if(!be())return null;var Ba=document.createElement("div");return Ba}),St=ie(nt,1),gn=St[0],na=y.useRef(!1),xa=y.useContext(Jt),Ha=y.useState(Ye),$a=ie(Ha,2),Ur=$a[0],kr=$a[1],ro=xa||(na.current?void 0:function(Ba){kr(function(Kr){var so=[Ba].concat(Qt(Kr));return so})});function Sr(){gn.parentElement||document.body.appendChild(gn),na.current=!0}function ka(){var Ba;(Ba=gn.parentElement)===null||Ba===void 0||Ba.removeChild(gn),na.current=!1}return Ct(function(){return Fe?xa?xa(Sr):Sr():ka(),ka},[Fe]),Ct(function(){Ur.length&&(Ur.forEach(function(Ba){return Ba()}),kr(Ye))},[Ur]),[gn,ro]}function Tn(Fe,_e){if(!Fe)return!1;if(Fe.contains)return Fe.contains(_e);for(var nt=_e;nt;){if(nt===Fe)return!0;nt=nt.parentNode}return!1}var Gn="data-rc-order",Kn="rc-util-key",Jn=new Map;function Wt(){var Fe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},_e=Fe.mark;return _e?_e.startsWith("data-")?_e:"data-".concat(_e):Kn}function Sn(Fe){if(Fe.attachTo)return Fe.attachTo;var _e=document.querySelector("head");return _e||document.body}function At(Fe){return Fe==="queue"?"prependQueue":Fe?"prepend":"append"}function ke(Fe){return Array.from((Jn.get(Fe)||Fe).children).filter(function(_e){return _e.tagName==="STYLE"})}function tt(Fe){var _e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!be())return null;var nt=_e.csp,St=_e.prepend,gn=document.createElement("style");gn.setAttribute(Gn,At(St)),nt!=null&&nt.nonce&&(gn.nonce=nt==null?void 0:nt.nonce),gn.innerHTML=Fe;var na=Sn(_e),xa=na.firstChild;if(St){if(St==="queue"){var Ha=ke(na).filter(function($a){return["prepend","prependQueue"].includes($a.getAttribute(Gn))});if(Ha.length)return na.insertBefore(gn,Ha[Ha.length-1].nextSibling),gn}na.insertBefore(gn,xa)}else na.appendChild(gn);return gn}function Dt(Fe){var _e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},nt=Sn(_e);return ke(nt).find(function(St){return St.getAttribute(Wt(_e))===Fe})}function Mt(Fe){var _e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},nt=Dt(Fe,_e);if(nt){var St=Sn(_e);St.removeChild(nt)}}function ht(Fe,_e){var nt=Jn.get(Fe);if(!nt||!Tn(document,nt)){var St=tt("",_e),gn=St.parentNode;Jn.set(Fe,gn),Fe.removeChild(St)}}function It(){Jn.clear()}function vt(Fe,_e){var nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},St=Sn(nt);ht(St,nt);var gn=Dt(_e,nt);if(gn){var na,xa;if((na=nt.csp)!==null&&na!==void 0&&na.nonce&&gn.nonce!==((xa=nt.csp)===null||xa===void 0?void 0:xa.nonce)){var Ha;gn.nonce=(Ha=nt.csp)===null||Ha===void 0?void 0:Ha.nonce}return gn.innerHTML!==Fe&&(gn.innerHTML=Fe),gn}var $a=tt(Fe,nt);return $a.setAttribute(Wt(nt),_e),$a}var Lt;function un(Fe){if(typeof document=="undefined")return 0;if(Fe||Lt===void 0){var _e=document.createElement("div");_e.style.width="100%",_e.style.height="200px";var nt=document.createElement("div"),St=nt.style;St.position="absolute",St.top="0",St.left="0",St.pointerEvents="none",St.visibility="hidden",St.width="200px",St.height="150px",St.overflow="hidden",nt.appendChild(_e),document.body.appendChild(nt);var gn=_e.offsetWidth;nt.style.overflow="scroll";var na=_e.offsetWidth;gn===na&&(na=nt.clientWidth),document.body.removeChild(nt),Lt=gn-na}return Lt}function Fn(Fe){var _e=Fe.match(/^(.*)px$/),nt=Number(_e==null?void 0:_e[1]);return Number.isNaN(nt)?un():nt}function Dn(Fe){if(typeof document=="undefined"||!Fe||!(Fe instanceof Element))return{width:0,height:0};var _e=getComputedStyle(Fe,"::-webkit-scrollbar"),nt=_e.width,St=_e.height;return{width:Fn(nt),height:Fn(St)}}function Hn(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var qn="rc-util-locker-".concat(Date.now()),dn=0;function xn(Fe){var _e=!!Fe,nt=y.useState(function(){return dn+=1,"".concat(qn,"_").concat(dn)}),St=ie(nt,1),gn=St[0];Ct(function(){if(_e){var na=Dn(document.body).width,xa=Hn();vt(`
|
|
|
html body {
|
|
|
overflow-y: hidden;
|
|
|
`.concat(xa?"width: calc(100% - ".concat(na,"px);"):"",`
|
|
|
}`),gn)}else Mt(gn);return function(){Mt(gn)}},[_e,gn])}var on=!1;function st(Fe){return typeof Fe=="boolean"&&(on=Fe),on}var xt=function(_e){return _e===!1?!1:!be()||!_e?null:typeof _e=="string"?document.querySelector(_e):typeof _e=="function"?_e():_e},Gt=y.forwardRef(function(Fe,_e){var nt=Fe.open,St=Fe.autoLock,gn=Fe.getContainer,na=Fe.debug,xa=Fe.autoDestroy,Ha=xa===void 0?!0:xa,$a=Fe.children,Ur=y.useState(nt),kr=ie(Ur,2),ro=kr[0],Sr=kr[1],ka=ro||nt;y.useEffect(function(){(Ha||nt)&&Sr(nt)},[nt,Ha]);var Ba=y.useState(function(){return xt(gn)}),Kr=ie(Ba,2),so=Kr[0],Po=Kr[1];y.useEffect(function(){var Gr=xt(gn);Po(Gr!=null?Gr:null)});var Zr=wn(ka&&!so,na),co=ie(Zr,2),Jr=co[0],qr=co[1],Qr=so!=null?so:Jr;xn(St&&nt&&be()&&(Qr===Jr||Qr===document.body));var Fa=null;if($a&&Yn($a)&&_e){var Cr=$a;Fa=Cr.ref}var zr=Cn(Fa,_e);if(!ka||!be()||so===void 0)return null;var ja=Qr===!1||st(),Ar=$a;return _e&&(Ar=y.cloneElement($a,{ref:zr})),y.createElement(Jt.Provider,{value:qr},ja?Ar:(0,ce.createPortal)(Ar,Qr))}),Qe=Gt,lt=Qe;function bt(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Ot=bt()?y.useLayoutEffect:y.useEffect,rn=function(_e,nt){var St=y.useRef(!0);Ot(function(){return _e(St.current)},nt),Ot(function(){return St.current=!1,function(){St.current=!0}},[])},hn=function(_e,nt){rn(function(St){if(!St)return _e()},nt)},In=rn,Vn=y.createContext(null),Bn=y.createContext({}),ga=Vn;function $n(){return $n=Object.assign?Object.assign.bind():function(Fe){for(var _e=1;_e<arguments.length;_e++){var nt=arguments[_e];for(var St in nt)({}).hasOwnProperty.call(nt,St)&&(Fe[St]=nt[St])}return Fe},$n.apply(null,arguments)}var Sa=E(94184),Qn=E.n(Sa),Mn=E(62874),Rn={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(_e){var nt=_e.keyCode;if(_e.altKey&&!_e.ctrlKey||_e.metaKey||nt>=Rn.F1&&nt<=Rn.F12)return!1;switch(nt){case Rn.ALT:case Rn.CAPS_LOCK:case Rn.CONTEXT_MENU:case Rn.CTRL:case Rn.DOWN:case Rn.END:case Rn.ESC:case Rn.HOME:case Rn.INSERT:case Rn.LEFT:case Rn.MAC_FF_META:case Rn.META:case Rn.NUMLOCK:case Rn.NUM_CENTER:case Rn.PAGE_DOWN:case Rn.PAGE_UP:case Rn.PAUSE:case Rn.PRINT_SCREEN:case Rn.RIGHT:case Rn.SHIFT:case Rn.UP:case Rn.WIN_KEY:case Rn.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(_e){if(_e>=Rn.ZERO&&_e<=Rn.NINE||_e>=Rn.NUM_ZERO&&_e<=Rn.NUM_MULTIPLY||_e>=Rn.A&&_e<=Rn.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&_e===0)return!0;switch(_e){case Rn.SPACE:case Rn.QUESTION_MARK:case Rn.NUM_PLUS:case Rn.NUM_MINUS:case Rn.NUM_PERIOD:case Rn.NUM_DIVISION:case Rn.SEMICOLON:case Rn.DASH:case Rn.EQUALS:case Rn.COMMA:case Rn.PERIOD:case Rn.SLASH:case Rn.APOSTROPHE:case Rn.SINGLE_QUOTE:case Rn.OPEN_SQUARE_BRACKET:case Rn.BACKSLASH:case Rn.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},or=Rn;function Ya(Fe){"@babel/helpers - typeof";return Ya=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_e){return typeof _e}:function(_e){return _e&&typeof Symbol=="function"&&_e.constructor===Symbol&&_e!==Symbol.prototype?"symbol":typeof _e},Ya(Fe)}function Da(Fe,_e){if(Ya(Fe)!=="object"||Fe===null)return Fe;var nt=Fe[Symbol.toPrimitive];if(nt!==void 0){var St=nt.call(Fe,_e||"default");if(Ya(St)!=="object")return St;throw new TypeError("@@toPrimitive must return a primitive value.")}return(_e==="string"?String:Number)(Fe)}function Wa(Fe){var _e=Da(Fe,"string");return Ya(_e)==="symbol"?_e:String(_e)}function Qa(Fe,_e,nt){return _e=Wa(_e),_e in Fe?Object.defineProperty(Fe,_e,{value:nt,enumerable:!0,configurable:!0,writable:!0}):Fe[_e]=nt,Fe}function Je(Fe,_e){var nt=Object.keys(Fe);if(Object.getOwnPropertySymbols){var St=Object.getOwnPropertySymbols(Fe);_e&&(St=St.filter(function(gn){return Object.getOwnPropertyDescriptor(Fe,gn).enumerable})),nt.push.apply(nt,St)}return nt}function Ae(Fe){for(var _e=1;_e<arguments.length;_e++){var nt=arguments[_e]!=null?arguments[_e]:{};_e%2?Je(Object(nt),!0).forEach(function(St){Qa(Fe,St,nt[St])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Fe,Object.getOwnPropertyDescriptors(nt)):Je(Object(nt)).forEach(function(St){Object.defineProperty(Fe,St,Object.getOwnPropertyDescriptor(nt,St))})}return Fe}var it=`accept acceptCharset accessKey action allowFullScreen allowTransparency
|
|
|
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
|
|
|
charSet checked classID className colSpan cols content contentEditable contextMenu
|
|
|
controls coords crossOrigin data dateTime default defer dir disabled download draggable
|
|
|
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
|
|
|
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity
|
|
|
is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media
|
|
|
mediaGroup method min minLength multiple muted name noValidate nonce open
|
|
|
optimum pattern placeholder poster preload radioGroup readOnly rel required
|
|
|
reversed role rowSpan rows sandbox scope scoped scrolling seamless selected
|
|
|
shape size sizes span spellCheck src srcDoc srcLang srcSet start step style
|
|
|
summary tabIndex target title type useMap value width wmode wrap`,et=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown
|
|
|
onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick
|
|
|
onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown
|
|
|
onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel
|
|
|
onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough
|
|
|
onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata
|
|
|
onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,Zt="".concat(it," ").concat(et).split(/[\s\n]+/),Ln="aria-",mn="data-";function ma(Fe,_e){return Fe.indexOf(_e)===0}function Xn(Fe){var _e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,nt;_e===!1?nt={aria:!0,data:!0,attr:!0}:_e===!0?nt={aria:!0}:nt=Ae({},_e);var St={};return Object.keys(Fe).forEach(function(gn){(nt.aria&&(gn==="role"||ma(gn,Ln))||nt.data&&ma(gn,mn)||nt.attr&&Zt.includes(gn))&&(St[gn]=Fe[gn])}),St}function Pa(Fe,_e){if(Fe==null)return{};var nt={};for(var St in Fe)if({}.hasOwnProperty.call(Fe,St)){if(_e.indexOf(St)!==-1)continue;nt[St]=Fe[St]}return nt}function Ia(Fe,_e){if(Fe==null)return{};var nt,St,gn=Pa(Fe,_e);if(Object.getOwnPropertySymbols){var na=Object.getOwnPropertySymbols(Fe);for(St=0;St<na.length;St++)nt=na[St],_e.indexOf(nt)===-1&&{}.propertyIsEnumerable.call(Fe,nt)&&(gn[nt]=Fe[nt])}return gn}var Oa=E(33993);function sn(Fe,_e,nt){var St=y.useRef({});return(!("value"in St.current)||nt(St.current.condition,_e))&&(St.current.value=Fe(),St.current.condition=_e),St.current.value}var wa=Symbol.for("react.element"),fr=Symbol.for("react.transitional.element"),er=Symbol.for("react.fragment");function Ta(Fe){return Fe&&_typeof(Fe)==="object"&&(Fe.$$typeof===wa||Fe.$$typeof===fr)&&Fe.type===er}var pa=Number(y.version.split(".")[0]),hr=function(_e,nt){typeof _e=="function"?_e(nt):Ya(_e)==="object"&&_e&&"current"in _e&&(_e.current=nt)},cr=function(){for(var _e=arguments.length,nt=new Array(_e),St=0;St<_e;St++)nt[St]=arguments[St];var gn=nt.filter(Boolean);return gn.length<=1?gn[0]:function(na){nt.forEach(function(xa){hr(xa,na)})}},Xa=function(){for(var _e=arguments.length,nt=new Array(_e),St=0;St<_e;St++)nt[St]=arguments[St];return sn(function(){return cr.apply(void 0,nt)},nt,function(gn,na){return gn.length!==na.length||gn.every(function(xa,Ha){return xa!==na[Ha]})})},Ca=function(_e){var nt,St;if(!_e)return!1;if(Er(_e)&&pa>=19)return!0;var gn=isMemo(_e)?_e.type.type:_e.type;return!(typeof gn=="function"&&!((nt=gn.prototype)!==null&&nt!==void 0&&nt.render)&&gn.$$typeof!==ForwardRef||typeof _e=="function"&&!((St=_e.prototype)!==null&&St!==void 0&&St.render)&&_e.$$typeof!==ForwardRef)};function Er(Fe){return isValidElement(Fe)&&!isFragment(Fe)}var Pr=function(_e){return Er(_e)&&Ca(_e)},Ir=function(_e){if(_e&&Er(_e)){var nt=_e;return nt.props.propertyIsEnumerable("ref")?nt.props.ref:nt.ref}return null},Xr=["prefixCls","className","containerRef"],po=function(_e){var nt=_e.prefixCls,St=_e.className,gn=_e.containerRef,na=Ia(_e,Xr),xa=y.useContext(Bn),Ha=xa.panel,$a=Xa(Ha,gn);return y.createElement("div",$n({className:Qn()("".concat(nt,"-content"),St),role:"dialog",ref:$a},Xn(_e,{aria:!0}),{"aria-modal":"true"},na))},nn=po,jr={},gt=[],Yt=function(_e){gt.push(_e)};function tn(Fe,_e){if(0)var nt}function ft(Fe,_e){if(0)var nt}function Tt(){jr={}}function _t(Fe,_e,nt){!_e&&!jr[nt]&&(Fe(!1,nt),jr[nt]=!0)}function jt(Fe,_e){_t(tn,Fe,_e)}function Ht(Fe,_e){_t(ft,Fe,_e)}jt.preMessage=Yt,jt.resetWarned=Tt,jt.noteOnce=Ht;var ca=jt;function la(Fe){return typeof Fe=="string"&&String(Number(Fe))===Fe?(ca(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(Fe)):Fe}function ha(Fe){warning(!("wrapperClassName"in Fe),"'wrapperClassName' is removed. Please use 'rootClassName' instead."),warning(canUseDom()||!Fe.open,"Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.")}var An={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function Ma(Fe,_e){var nt,St,gn,na=Fe.prefixCls,xa=Fe.open,Ha=Fe.placement,$a=Fe.inline,Ur=Fe.push,kr=Fe.forceRender,ro=Fe.autoFocus,Sr=Fe.keyboard,ka=Fe.classNames,Ba=Fe.rootClassName,Kr=Fe.rootStyle,so=Fe.zIndex,Po=Fe.className,Zr=Fe.id,co=Fe.style,Jr=Fe.motion,qr=Fe.width,Qr=Fe.height,Fa=Fe.children,Cr=Fe.mask,zr=Fe.maskClosable,ja=Fe.maskMotion,Ar=Fe.maskClassName,Gr=Fe.maskStyle,Ro=Fe.afterOpenChange,So=Fe.onClose,Oo=Fe.onMouseEnter,ai=Fe.onMouseOver,si=Fe.onMouseLeave,ri=Fe.onClick,oi=Fe.onKeyDown,li=Fe.onKeyUp,mo=Fe.styles,Ua=Fe.drawerRender,dr=y.useRef(),oo=y.useRef(),No=y.useRef();y.useImperativeHandle(_e,function(){return dr.current});var Wo=function(Vo){var Ri=Vo.keyCode,gi=Vo.shiftKey;switch(Ri){case or.TAB:{if(Ri===or.TAB){if(!gi&&document.activeElement===No.current){var wi;(wi=oo.current)===null||wi===void 0||wi.focus({preventScroll:!0})}else if(gi&&document.activeElement===oo.current){var Di;(Di=No.current)===null||Di===void 0||Di.focus({preventScroll:!0})}}break}case or.ESC:{So&&Sr&&(Vo.stopPropagation(),So(Vo));break}}};y.useEffect(function(){if(xa&&ro){var Co;(Co=dr.current)===null||Co===void 0||Co.focus({preventScroll:!0})}},[xa]);var Pi=y.useState(!1),di=b(Pi,2),Oi=di[0],ui=di[1],ko=y.useContext(ga),ki;typeof Ur=="boolean"?ki=Ur?{}:{distance:0}:ki=Ur||{};var Si=(nt=(St=(gn=ki)===null||gn===void 0?void 0:gn.distance)!==null&&St!==void 0?St:ko==null?void 0:ko.pushDistance)!==null&&nt!==void 0?nt:180,$i=y.useMemo(function(){return{pushDistance:Si,push:function(){ui(!0)},pull:function(){ui(!1)}}},[Si]);y.useEffect(function(){if(xa){var Co;ko==null||(Co=ko.push)===null||Co===void 0||Co.call(ko)}else{var Vo;ko==null||(Vo=ko.pull)===null||Vo===void 0||Vo.call(ko)}},[xa]),y.useEffect(function(){return function(){var Co;ko==null||(Co=ko.pull)===null||Co===void 0||Co.call(ko)}},[]);var rs=Cr&&y.createElement(Mn.Z,$n({key:"mask"},ja,{visible:xa}),function(Co,Vo){var Ri=Co.className,gi=Co.style;return y.createElement("div",{className:Qn()("".concat(na,"-mask"),Ri,ka==null?void 0:ka.mask,Ar),style:Ie(Ie(Ie({},gi),Gr),mo==null?void 0:mo.mask),onClick:zr&&xa?So:void 0,ref:Vo})}),Cl=typeof Jr=="function"?Jr(Ha):Jr,Ci={};if(Oi&&Si)switch(Ha){case"top":Ci.transform="translateY(".concat(Si,"px)");break;case"bottom":Ci.transform="translateY(".concat(-Si,"px)");break;case"left":Ci.transform="translateX(".concat(Si,"px)");break;default:Ci.transform="translateX(".concat(-Si,"px)");break}Ha==="left"||Ha==="right"?Ci.width=la(qr):Ci.height=la(Qr);var el={onMouseEnter:Oo,onMouseOver:ai,onMouseLeave:si,onClick:ri,onKeyDown:oi,onKeyUp:li},ji=y.createElement(Mn.Z,$n({key:"panel"},Cl,{visible:xa,forceRender:kr,onVisibleChanged:function(Vo){Ro==null||Ro(Vo)},removeOnLeave:!1,leavedClassName:"".concat(na,"-content-wrapper-hidden")}),function(Co,Vo){var Ri=Co.className,gi=Co.style,wi=y.createElement(nn,$n({id:Zr,containerRef:Vo,prefixCls:na,className:Qn()(Po,ka==null?void 0:ka.content),style:Ie(Ie({},co),mo==null?void 0:mo.content)},Xn(Fe,{aria:!0}),el),Fa);return y.createElement("div",$n({className:Qn()("".concat(na,"-content-wrapper"),ka==null?void 0:ka.wrapper,Ri),style:Ie(Ie(Ie({},Ci),gi),mo==null?void 0:mo.wrapper)},Xn(Fe,{data:!0})),Ua?Ua(wi):wi)}),tl=Ie({},Kr);return so&&(tl.zIndex=so),y.createElement(ga.Provider,{value:$i},y.createElement("div",{className:Qn()(na,"".concat(na,"-").concat(Ha),Ba,Se(Se({},"".concat(na,"-open"),xa),"".concat(na,"-inline"),$a)),style:tl,tabIndex:-1,ref:dr,onKeyDown:Wo},rs,y.createElement("div",{tabIndex:0,ref:oo,style:An,"aria-hidden":"true","data-sentinel":"start"}),ji,y.createElement("div",{tabIndex:0,ref:No,style:An,"aria-hidden":"true","data-sentinel":"end"})))}var da=y.forwardRef(Ma),tr=da,Tr=function(_e){var nt=_e.open,St=nt===void 0?!1:nt,gn=_e.prefixCls,na=gn===void 0?"rc-drawer":gn,xa=_e.placement,Ha=xa===void 0?"right":xa,$a=_e.autoFocus,Ur=$a===void 0?!0:$a,kr=_e.keyboard,ro=kr===void 0?!0:kr,Sr=_e.width,ka=Sr===void 0?378:Sr,Ba=_e.mask,Kr=Ba===void 0?!0:Ba,so=_e.maskClosable,Po=so===void 0?!0:so,Zr=_e.getContainer,co=_e.forceRender,Jr=_e.afterOpenChange,qr=_e.destroyOnClose,Qr=_e.onMouseEnter,Fa=_e.onMouseOver,Cr=_e.onMouseLeave,zr=_e.onClick,ja=_e.onKeyDown,Ar=_e.onKeyUp,Gr=_e.panelRef,Ro=y.useState(!1),So=b(Ro,2),Oo=So[0],ai=So[1],si=y.useState(!1),ri=b(si,2),oi=ri[0],li=ri[1];In(function(){li(!0)},[]);var mo=oi?St:!1,Ua=y.useRef(),dr=y.useRef();In(function(){mo&&(dr.current=document.activeElement)},[mo]);var oo=function(Oi){var ui;if(ai(Oi),Jr==null||Jr(Oi),!Oi&&dr.current&&!((ui=Ua.current)!==null&&ui!==void 0&&ui.contains(dr.current))){var ko;(ko=dr.current)===null||ko===void 0||ko.focus({preventScroll:!0})}},No=y.useMemo(function(){return{panel:Gr}},[Gr]);if(!co&&!Oo&&!mo&&qr)return null;var Wo={onMouseEnter:Qr,onMouseOver:Fa,onMouseLeave:Cr,onClick:zr,onKeyDown:ja,onKeyUp:Ar},Pi=Ie(Ie({},_e),{},{open:mo,prefixCls:na,placement:Ha,autoFocus:Ur,keyboard:ro,width:ka,mask:Kr,maskClosable:Po,inline:Zr===!1,afterOpenChange:oo,ref:Ua},Wo);return y.createElement(Bn.Provider,{value:No},y.createElement(lt,{open:mo||co||Oo,autoDestroy:!1,getContainer:Zr,autoLock:Kr&&(mo||Oo)},y.createElement(tr,Pi)))},ir=Tr,Ra=ir,Rr=E(89942),lr=E(87263),xr=E(33603),fa=E(43945),Lr=E(53124),va=E(16569),Br=E(69760),Bo=E(48054),Mr=Fe=>{var _e,nt;const{prefixCls:St,title:gn,footer:na,extra:xa,loading:Ha,onClose:$a,headerStyle:Ur,bodyStyle:kr,footerStyle:ro,children:Sr,classNames:ka,styles:Ba}=Fe,Kr=(0,Lr.dj)("drawer"),so=y.useCallback(qr=>y.createElement("button",{type:"button",onClick:$a,"aria-label":"Close",className:`${St}-close`},qr),[$a]),[Po,Zr]=(0,Br.Z)((0,Br.w)(Fe),(0,Br.w)(Kr),{closable:!0,closeIconRender:so}),co=y.useMemo(()=>{var qr,Qr;return!gn&&!Po?null:y.createElement("div",{style:Object.assign(Object.assign(Object.assign({},(qr=Kr.styles)===null||qr===void 0?void 0:qr.header),Ur),Ba==null?void 0:Ba.header),className:se()(`${St}-header`,{[`${St}-header-close-only`]:Po&&!gn&&!xa},(Qr=Kr.classNames)===null||Qr===void 0?void 0:Qr.header,ka==null?void 0:ka.header)},y.createElement("div",{className:`${St}-header-title`},Zr,gn&&y.createElement("div",{className:`${St}-title`},gn)),xa&&y.createElement("div",{className:`${St}-extra`},xa))},[Po,Zr,xa,Ur,St,gn]),Jr=y.useMemo(()=>{var qr,Qr;if(!na)return null;const Fa=`${St}-footer`;return y.createElement("div",{className:se()(Fa,(qr=Kr.classNames)===null||qr===void 0?void 0:qr.footer,ka==null?void 0:ka.footer),style:Object.assign(Object.assign(Object.assign({},(Qr=Kr.styles)===null||Qr===void 0?void 0:Qr.footer),ro),Ba==null?void 0:Ba.footer)},na)},[na,ro,St]);return y.createElement(y.Fragment,null,co,y.createElement("div",{className:se()(`${St}-body`,ka==null?void 0:ka.body,(_e=Kr.classNames)===null||_e===void 0?void 0:_e.body),style:Object.assign(Object.assign(Object.assign({},(nt=Kr.styles)===null||nt===void 0?void 0:nt.body),kr),Ba==null?void 0:Ba.body)},Ha?y.createElement(Bo.Z,{active:!0,title:!1,paragraph:{rows:5},className:`${St}-body-skeleton`}):Sr),Jr)},ho=E(16777),Io=E(14747),ti=E(83559),Eo=E(43259);const To=Fe=>{const _e="100%";return{left:`translateX(-${_e})`,right:`translateX(${_e})`,top:`translateY(-${_e})`,bottom:`translateY(${_e})`}[Fe]},ao=(Fe,_e)=>({"&-enter, &-appear":Object.assign(Object.assign({},Fe),{"&-active":_e}),"&-leave":Object.assign(Object.assign({},_e),{"&-active":Fe})}),_o=(Fe,_e)=>Object.assign({"&-enter, &-appear, &-leave":{"&-start":{transition:"none"},"&-active":{transition:`all ${_e}`}}},ao({opacity:Fe},{opacity:1})),ni=(Fe,_e)=>[_o(.7,_e),ao({transform:To(Fe)},{transform:"none"})];var Ho=Fe=>{const{componentCls:_e,motionDurationSlow:nt}=Fe;return{[_e]:{[`${_e}-mask-motion`]:_o(0,nt),[`${_e}-panel-motion`]:["left","right","top","bottom"].reduce((St,gn)=>Object.assign(Object.assign({},St),{[`&-${gn}`]:ni(gn,nt)}),{})}}};const Uo=Fe=>{const{borderRadiusSM:_e,componentCls:nt,zIndexPopup:St,colorBgMask:gn,colorBgElevated:na,motionDurationSlow:xa,motionDurationMid:Ha,paddingXS:$a,padding:Ur,paddingLG:kr,fontSizeLG:ro,lineHeightLG:Sr,lineWidth:ka,lineType:Ba,colorSplit:Kr,marginXS:so,colorIcon:Po,colorIconHover:Zr,colorBgTextHover:co,colorBgTextActive:Jr,colorText:qr,fontWeightStrong:Qr,footerPaddingBlock:Fa,footerPaddingInline:Cr,calc:zr}=Fe,ja=`${nt}-content-wrapper`;return{[nt]:{position:"fixed",inset:0,zIndex:St,pointerEvents:"none",color:qr,"&-pure":{position:"relative",background:na,display:"flex",flexDirection:"column",[`&${nt}-left`]:{boxShadow:Fe.boxShadowDrawerLeft},[`&${nt}-right`]:{boxShadow:Fe.boxShadowDrawerRight},[`&${nt}-top`]:{boxShadow:Fe.boxShadowDrawerUp},[`&${nt}-bottom`]:{boxShadow:Fe.boxShadowDrawerDown}},"&-inline":{position:"absolute"},[`${nt}-mask`]:{position:"absolute",inset:0,zIndex:St,background:gn,pointerEvents:"auto"},[ja]:{position:"absolute",zIndex:St,maxWidth:"100vw",transition:`all ${xa}`,"&-hidden":{display:"none"}},[`&-left > ${ja}`]:{top:0,bottom:0,left:{_skip_check_:!0,value:0},boxShadow:Fe.boxShadowDrawerLeft},[`&-right > ${ja}`]:{top:0,right:{_skip_check_:!0,value:0},bottom:0,boxShadow:Fe.boxShadowDrawerRight},[`&-top > ${ja}`]:{top:0,insetInline:0,boxShadow:Fe.boxShadowDrawerUp},[`&-bottom > ${ja}`]:{bottom:0,insetInline:0,boxShadow:Fe.boxShadowDrawerDown},[`${nt}-content`]:{display:"flex",flexDirection:"column",width:"100%",height:"100%",overflow:"auto",background:na,pointerEvents:"auto"},[`${nt}-header`]:{display:"flex",flex:0,alignItems:"center",padding:`${(0,ho.unit)(Ur)} ${(0,ho.unit)(kr)}`,fontSize:ro,lineHeight:Sr,borderBottom:`${(0,ho.unit)(ka)} ${Ba} ${Kr}`,"&-title":{display:"flex",flex:1,alignItems:"center",minWidth:0,minHeight:0}},[`${nt}-extra`]:{flex:"none"},[`${nt}-close`]:Object.assign({display:"inline-flex",width:zr(ro).add($a).equal(),height:zr(ro).add($a).equal(),borderRadius:_e,justifyContent:"center",alignItems:"center",marginInlineEnd:so,color:Po,fontWeight:Qr,fontSize:ro,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",textDecoration:"none",background:"transparent",border:0,cursor:"pointer",transition:`all ${Ha}`,textRendering:"auto","&:hover":{color:Zr,backgroundColor:co,textDecoration:"none"},"&:active":{backgroundColor:Jr}},(0,Io.Qy)(Fe)),[`${nt}-title`]:{flex:1,margin:0,fontWeight:Fe.fontWeightStrong,fontSize:ro,lineHeight:Sr},[`${nt}-body`]:{flex:1,minWidth:0,minHeight:0,padding:kr,overflow:"auto",[`${nt}-body-skeleton`]:{width:"100%",height:"100%",display:"flex",justifyContent:"center"}},[`${nt}-footer`]:{flexShrink:0,padding:`${(0,ho.unit)(Fa)} ${(0,ho.unit)(Cr)}`,borderTop:`${(0,ho.unit)(ka)} ${Ba} ${Kr}`},"&-rtl":{direction:"rtl"}}}},nr=Fe=>({zIndexPopup:Fe.zIndexPopupBase,footerPaddingBlock:Fe.paddingXS,footerPaddingInline:Fe.padding});var lo=(0,ti.I$)("Drawer",Fe=>{const _e=(0,Eo.mergeToken)(Fe,{});return[Uo(_e),Ho(_e)]},nr),Zn=function(Fe,_e){var nt={};for(var St in Fe)Object.prototype.hasOwnProperty.call(Fe,St)&&_e.indexOf(St)<0&&(nt[St]=Fe[St]);if(Fe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var gn=0,St=Object.getOwnPropertySymbols(Fe);gn<St.length;gn++)_e.indexOf(St[gn])<0&&Object.prototype.propertyIsEnumerable.call(Fe,St[gn])&&(nt[St[gn]]=Fe[St[gn]]);return nt};const kn=null,jn={distance:180},ra=Fe=>{var _e;const{rootClassName:nt,width:St,height:gn,size:na="default",mask:xa=!0,push:Ha=jn,open:$a,afterOpenChange:Ur,onClose:kr,prefixCls:ro,getContainer:Sr,style:ka,className:Ba,visible:Kr,afterVisibleChange:so,maskStyle:Po,drawerStyle:Zr,contentWrapperStyle:co}=Fe,Jr=Zn(Fe,["rootClassName","width","height","size","mask","push","open","afterOpenChange","onClose","prefixCls","getContainer","style","className","visible","afterVisibleChange","maskStyle","drawerStyle","contentWrapperStyle"]),{getPopupContainer:qr,getPrefixCls:Qr,direction:Fa,className:Cr,style:zr,classNames:ja,styles:Ar}=(0,Lr.dj)("drawer"),Gr=Qr("drawer",ro),[Ro,So,Oo]=lo(Gr),ai=Sr===void 0&&qr?()=>qr(document.body):Sr,si=se()({"no-mask":!xa,[`${Gr}-rtl`]:Fa==="rtl"},nt,So,Oo),ri=y.useMemo(()=>St!=null?St:na==="large"?736:378,[St,na]),oi=y.useMemo(()=>gn!=null?gn:na==="large"?736:378,[gn,na]),li={motionName:(0,xr.m)(Gr,"mask-motion"),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500},mo=Pi=>({motionName:(0,xr.m)(Gr,`panel-motion-${Pi}`),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500}),Ua=(0,va.H)(),[dr,oo]=(0,lr.Cn)("Drawer",Jr.zIndex),{classNames:No={},styles:Wo={}}=Jr;return Ro(y.createElement(Rr.Z,{form:!0,space:!0},y.createElement(fa.Z.Provider,{value:oo},y.createElement(Ra,Object.assign({prefixCls:Gr,onClose:kr,maskMotion:li,motion:mo},Jr,{classNames:{mask:se()(No.mask,ja.mask),content:se()(No.content,ja.content),wrapper:se()(No.wrapper,ja.wrapper)},styles:{mask:Object.assign(Object.assign(Object.assign({},Wo.mask),Po),Ar.mask),content:Object.assign(Object.assign(Object.assign({},Wo.content),Zr),Ar.content),wrapper:Object.assign(Object.assign(Object.assign({},Wo.wrapper),co),Ar.wrapper)},open:$a!=null?$a:Kr,mask:xa,push:Ha,width:ri,height:oi,style:Object.assign(Object.assign({},zr),ka),className:se()(Cr,Ba),rootClassName:si,getContainer:ai,afterOpenChange:Ur!=null?Ur:so,panelRef:Ua,zIndex:dr}),y.createElement(Mr,Object.assign({prefixCls:Gr},Jr,{onClose:kr}))))))},_a=Fe=>{const{prefixCls:_e,style:nt,className:St,placement:gn="right"}=Fe,na=Zn(Fe,["prefixCls","style","className","placement"]),{getPrefixCls:xa}=y.useContext(Lr.E_),Ha=xa("drawer",_e),[$a,Ur,kr]=lo(Ha),ro=se()(Ha,`${Ha}-pure`,`${Ha}-${gn}`,Ur,kr,St);return $a(y.createElement("div",{className:ro,style:nt},y.createElement(Mr,Object.assign({prefixCls:Ha},na))))};ra._InternalPanelDoNotUseOrYouWillBeFired=_a;var Or=ra},59690:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return on}});var y=E(67294),pe=E(55007),se=E(79269),me=E(13144),Ee=E.n(me);function xe(){return xe=Object.assign?Object.assign.bind():function(st){for(var xt=1;xt<arguments.length;xt++){var Gt=arguments[xt];for(var Qe in Gt)Object.prototype.hasOwnProperty.call(Gt,Qe)&&(st[Qe]=Gt[Qe])}return st},xe.apply(this,arguments)}function Se(st){"@babel/helpers - typeof";return Se=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(xt){return typeof xt}:function(xt){return xt&&typeof Symbol=="function"&&xt.constructor===Symbol&&xt!==Symbol.prototype?"symbol":typeof xt},Se(st)}function Te(st,xt){if(Se(st)!=="object"||st===null)return st;var Gt=st[Symbol.toPrimitive];if(Gt!==void 0){var Qe=Gt.call(st,xt||"default");if(Se(Qe)!=="object")return Qe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(xt==="string"?String:Number)(st)}function Ie(st){var xt=Te(st,"string");return Se(xt)==="symbol"?xt:String(xt)}function Le(st,xt,Gt){return xt=Ie(xt),xt in st?Object.defineProperty(st,xt,{value:Gt,enumerable:!0,configurable:!0,writable:!0}):st[xt]=Gt,st}function He(st){if(Array.isArray(st))return st}function We(st,xt){var Gt=st==null?null:typeof Symbol!="undefined"&&st[Symbol.iterator]||st["@@iterator"];if(Gt!=null){var Qe,lt,bt,Ot,rn=[],hn=!0,In=!1;try{if(bt=(Gt=Gt.call(st)).next,xt===0){if(Object(Gt)!==Gt)return;hn=!1}else for(;!(hn=(Qe=bt.call(Gt)).done)&&(rn.push(Qe.value),rn.length!==xt);hn=!0);}catch(Vn){In=!0,lt=Vn}finally{try{if(!hn&&Gt.return!=null&&(Ot=Gt.return(),Object(Ot)!==Ot))return}finally{if(In)throw lt}}return rn}}function rt(st,xt){(xt==null||xt>st.length)&&(xt=st.length);for(var Gt=0,Qe=new Array(xt);Gt<xt;Gt++)Qe[Gt]=st[Gt];return Qe}function fe(st,xt){if(st){if(typeof st=="string")return rt(st,xt);var Gt=Object.prototype.toString.call(st).slice(8,-1);if(Gt==="Object"&&st.constructor&&(Gt=st.constructor.name),Gt==="Map"||Gt==="Set")return Array.from(st);if(Gt==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Gt))return rt(st,xt)}}function b(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function a(st,xt){return He(st)||We(st,xt)||fe(st,xt)||b()}function ee(st,xt){if(st==null)return{};var Gt={},Qe=Object.keys(st),lt,bt;for(bt=0;bt<Qe.length;bt++)lt=Qe[bt],!(xt.indexOf(lt)>=0)&&(Gt[lt]=st[lt]);return Gt}function x(st,xt){if(st==null)return{};var Gt=ee(st,xt),Qe,lt;if(Object.getOwnPropertySymbols){var bt=Object.getOwnPropertySymbols(st);for(lt=0;lt<bt.length;lt++)Qe=bt[lt],!(xt.indexOf(Qe)>=0)&&Object.prototype.propertyIsEnumerable.call(st,Qe)&&(Gt[Qe]=st[Qe])}return Gt}var te=E(98280),re=E(17689),ie=E.n(re),ce=E(17799),be=E(92389),we=E(96523),Re=be.Z.ESC,Ke=be.Z.TAB;function Ue(st){var xt=st.visible,Gt=st.triggerRef,Qe=st.onVisibleChange,lt=st.autoFocus,bt=st.overlayRef,Ot=y.useRef(!1),rn=function(){if(xt){var Bn,ga;(Bn=Gt.current)===null||Bn===void 0||(ga=Bn.focus)===null||ga===void 0||ga.call(Bn),Qe==null||Qe(!1)}},hn=function(){var Bn;return(Bn=bt.current)!==null&&Bn!==void 0&&Bn.focus?(bt.current.focus(),Ot.current=!0,!0):!1},In=function(Bn){switch(Bn.keyCode){case Re:rn();break;case Ke:{var ga=!1;Ot.current||(ga=hn()),ga?Bn.preventDefault():rn();break}}};y.useEffect(function(){return xt?(window.addEventListener("keydown",In),lt&&(0,we.Z)(hn,3),function(){window.removeEventListener("keydown",In),Ot.current=!1}):function(){Ot.current=!1}},[xt])}var Ze=(0,y.forwardRef)(function(st,xt){var Gt=st.overlay,Qe=st.arrow,lt=st.prefixCls,bt=(0,y.useMemo)(function(){var rn;return typeof Gt=="function"?rn=Gt():rn=Gt,rn},[Gt]),Ot=(0,ce.sQ)(xt,(0,ce.C4)(bt));return y.createElement(y.Fragment,null,Qe&&y.createElement("div",{className:"".concat(lt,"-arrow")}),y.cloneElement(bt,{ref:(0,ce.Yr)(bt)?Ot:void 0}))}),qe=Ze,wt={adjustX:1,adjustY:1},Bt=[0,0],yn={topLeft:{points:["bl","tl"],overflow:wt,offset:[0,-4],targetOffset:Bt},top:{points:["bc","tc"],overflow:wt,offset:[0,-4],targetOffset:Bt},topRight:{points:["br","tr"],overflow:wt,offset:[0,-4],targetOffset:Bt},bottomLeft:{points:["tl","bl"],overflow:wt,offset:[0,4],targetOffset:Bt},bottom:{points:["tc","bc"],overflow:wt,offset:[0,4],targetOffset:Bt},bottomRight:{points:["tr","br"],overflow:wt,offset:[0,4],targetOffset:Bt}},Pn=yn,Ut=["arrow","prefixCls","transitionName","animation","align","placement","placements","getPopupContainer","showAction","hideAction","overlayClassName","overlayStyle","visible","trigger","autoFocus","overlay","children","onVisibleChange"];function ln(st,xt){var Gt,Qe=st.arrow,lt=Qe===void 0?!1:Qe,bt=st.prefixCls,Ot=bt===void 0?"rc-dropdown":bt,rn=st.transitionName,hn=st.animation,In=st.align,Vn=st.placement,Bn=Vn===void 0?"bottomLeft":Vn,ga=st.placements,$n=ga===void 0?Pn:ga,Sa=st.getPopupContainer,Qn=st.showAction,Mn=st.hideAction,Rn=st.overlayClassName,or=st.overlayStyle,Ya=st.visible,Da=st.trigger,Wa=Da===void 0?["hover"]:Da,Qa=st.autoFocus,Je=st.overlay,Ae=st.children,it=st.onVisibleChange,et=x(st,Ut),Zt=y.useState(),Ln=a(Zt,2),mn=Ln[0],ma=Ln[1],Xn="visible"in st?Ya:mn,Pa=y.useRef(null),Ia=y.useRef(null),Oa=y.useRef(null);y.useImperativeHandle(xt,function(){return Pa.current});var sn=function(Ca){ma(Ca),it==null||it(Ca)};Ue({visible:Xn,triggerRef:Oa,onVisibleChange:sn,autoFocus:Qa,overlayRef:Ia});var wa=function(Ca){var Er=st.onOverlayClick;ma(!1),Er&&Er(Ca)},fr=function(){return y.createElement(qe,{ref:Ia,overlay:Je,prefixCls:Ot,arrow:lt})},er=function(){return typeof Je=="function"?fr:fr()},Ta=function(){var Ca=st.minOverlayWidthMatchTrigger,Er=st.alignPoint;return"minOverlayWidthMatchTrigger"in st?Ca:!Er},pa=function(){var Ca=st.openClassName;return Ca!==void 0?Ca:"".concat(Ot,"-open")},hr=y.cloneElement(Ae,{className:ie()((Gt=Ae.props)===null||Gt===void 0?void 0:Gt.className,Xn&&pa()),ref:(0,ce.Yr)(Ae)?(0,ce.sQ)(Oa,(0,ce.C4)(Ae)):void 0}),cr=Mn;return!cr&&Wa.indexOf("contextMenu")!==-1&&(cr=["click"]),y.createElement(te.Z,xe({builtinPlacements:$n},et,{prefixCls:Ot,ref:Pa,popupClassName:ie()(Rn,Le({},"".concat(Ot,"-show-arrow"),lt)),popupStyle:or,action:Wa,showAction:Qn,hideAction:cr,popupPlacement:Bn,popupAlign:In,popupTransitionName:rn,popupAnimation:hn,popupVisible:Xn,stretch:Ta()?"minWidth":"",popup:er(),onPopupVisibleChange:sn,onPopupClick:wa,getPopupContainer:Sa}),hr)}var cn=y.forwardRef(ln),Cn=cn,Yn=E(77527),Vt=E(5663),Jt=E(10366),ia=E(87263),zt=st=>typeof st!="object"&&typeof st!="function"||st===null,Qt=E(80636),aa=E(8745),Ct=E(96159),vn=E(27288),Ye=E(43945),wn=E(53124),Tn=E(35792),Gn=E(50136),Kn=E(76529),Jn=E(15729),Wt=E(16777),Sn=E(14747),At=E(67771),ke=E(33297),tt=E(50438),Dt=E(97414),Mt=E(79511),ht=E(83559),It=E(43259),Lt=st=>{const{componentCls:xt,menuCls:Gt,colorError:Qe,colorTextLightSolid:lt}=st,bt=`${Gt}-item`;return{[`${xt}, ${xt}-menu-submenu`]:{[`${Gt} ${bt}`]:{[`&${bt}-danger:not(${bt}-disabled)`]:{color:Qe,"&:hover":{color:lt,backgroundColor:Qe}}}}}};const un=st=>{const{componentCls:xt,menuCls:Gt,zIndexPopup:Qe,dropdownArrowDistance:lt,sizePopupArrow:bt,antCls:Ot,iconCls:rn,motionDurationMid:hn,paddingBlock:In,fontSize:Vn,dropdownEdgeChildPadding:Bn,colorTextDisabled:ga,fontSizeIcon:$n,controlPaddingHorizontal:Sa,colorBgElevated:Qn}=st;return[{[xt]:{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:Qe,display:"block","&::before":{position:"absolute",insetBlock:st.calc(bt).div(2).sub(lt).equal(),zIndex:-9999,opacity:1e-4,content:'""'},"&-menu-vertical":{maxHeight:"100vh",overflowY:"auto"},[`&-trigger${Ot}-btn`]:{[`& > ${rn}-down, & > ${Ot}-btn-icon > ${rn}-down`]:{fontSize:$n}},[`${xt}-wrap`]:{position:"relative",[`${Ot}-btn > ${rn}-down`]:{fontSize:$n},[`${rn}-down::before`]:{transition:`transform ${hn}`}},[`${xt}-wrap-open`]:{[`${rn}-down::before`]:{transform:"rotate(180deg)"}},"\n &-hidden,\n &-menu-hidden,\n &-menu-submenu-hidden\n ":{display:"none"},[`&${Ot}-slide-down-enter${Ot}-slide-down-enter-active${xt}-placement-bottomLeft,
|
|
|
&${Ot}-slide-down-appear${Ot}-slide-down-appear-active${xt}-placement-bottomLeft,
|
|
|
&${Ot}-slide-down-enter${Ot}-slide-down-enter-active${xt}-placement-bottom,
|
|
|
&${Ot}-slide-down-appear${Ot}-slide-down-appear-active${xt}-placement-bottom,
|
|
|
&${Ot}-slide-down-enter${Ot}-slide-down-enter-active${xt}-placement-bottomRight,
|
|
|
&${Ot}-slide-down-appear${Ot}-slide-down-appear-active${xt}-placement-bottomRight`]:{animationName:At.fJ},[`&${Ot}-slide-up-enter${Ot}-slide-up-enter-active${xt}-placement-topLeft,
|
|
|
&${Ot}-slide-up-appear${Ot}-slide-up-appear-active${xt}-placement-topLeft,
|
|
|
&${Ot}-slide-up-enter${Ot}-slide-up-enter-active${xt}-placement-top,
|
|
|
&${Ot}-slide-up-appear${Ot}-slide-up-appear-active${xt}-placement-top,
|
|
|
&${Ot}-slide-up-enter${Ot}-slide-up-enter-active${xt}-placement-topRight,
|
|
|
&${Ot}-slide-up-appear${Ot}-slide-up-appear-active${xt}-placement-topRight`]:{animationName:At.Qt},[`&${Ot}-slide-down-leave${Ot}-slide-down-leave-active${xt}-placement-bottomLeft,
|
|
|
&${Ot}-slide-down-leave${Ot}-slide-down-leave-active${xt}-placement-bottom,
|
|
|
&${Ot}-slide-down-leave${Ot}-slide-down-leave-active${xt}-placement-bottomRight`]:{animationName:At.Uw},[`&${Ot}-slide-up-leave${Ot}-slide-up-leave-active${xt}-placement-topLeft,
|
|
|
&${Ot}-slide-up-leave${Ot}-slide-up-leave-active${xt}-placement-top,
|
|
|
&${Ot}-slide-up-leave${Ot}-slide-up-leave-active${xt}-placement-topRight`]:{animationName:At.ly}}},(0,Dt.ZP)(st,Qn,{arrowPlacement:{top:!0,bottom:!0}}),{[`${xt} ${Gt}`]:{position:"relative",margin:0},[`${Gt}-submenu-popup`]:{position:"absolute",zIndex:Qe,background:"transparent",boxShadow:"none",transformOrigin:"0 0","ul, li":{listStyle:"none",margin:0}},[`${xt}, ${xt}-menu-submenu`]:Object.assign(Object.assign({},(0,Sn.Wf)(st)),{[Gt]:Object.assign(Object.assign({padding:Bn,listStyleType:"none",backgroundColor:Qn,backgroundClip:"padding-box",borderRadius:st.borderRadiusLG,outline:"none",boxShadow:st.boxShadowSecondary},(0,Sn.Qy)(st)),{"&:empty":{padding:0,boxShadow:"none"},[`${Gt}-item-group-title`]:{padding:`${(0,Wt.unit)(In)} ${(0,Wt.unit)(Sa)}`,color:st.colorTextDescription,transition:`all ${hn}`},[`${Gt}-item`]:{position:"relative",display:"flex",alignItems:"center"},[`${Gt}-item-icon`]:{minWidth:Vn,marginInlineEnd:st.marginXS,fontSize:st.fontSizeSM},[`${Gt}-title-content`]:{flex:"auto","&-with-extra":{display:"inline-flex",alignItems:"center",width:"100%"},"> a":{color:"inherit",transition:`all ${hn}`,"&:hover":{color:"inherit"},"&::after":{position:"absolute",inset:0,content:'""'}},[`${Gt}-item-extra`]:{paddingInlineStart:st.padding,marginInlineStart:"auto",fontSize:st.fontSizeSM,color:st.colorTextDescription}},[`${Gt}-item, ${Gt}-submenu-title`]:Object.assign(Object.assign({display:"flex",margin:0,padding:`${(0,Wt.unit)(In)} ${(0,Wt.unit)(Sa)}`,color:st.colorText,fontWeight:"normal",fontSize:Vn,lineHeight:st.lineHeight,cursor:"pointer",transition:`all ${hn}`,borderRadius:st.borderRadiusSM,"&:hover, &-active":{backgroundColor:st.controlItemBgHover}},(0,Sn.Qy)(st)),{"&-selected":{color:st.colorPrimary,backgroundColor:st.controlItemBgActive,"&:hover, &-active":{backgroundColor:st.controlItemBgActiveHover}},"&-disabled":{color:ga,cursor:"not-allowed","&:hover":{color:ga,backgroundColor:Qn,cursor:"not-allowed"},a:{pointerEvents:"none"}},"&-divider":{height:1,margin:`${(0,Wt.unit)(st.marginXXS)} 0`,overflow:"hidden",lineHeight:0,backgroundColor:st.colorSplit},[`${xt}-menu-submenu-expand-icon`]:{position:"absolute",insetInlineEnd:st.paddingXS,[`${xt}-menu-submenu-arrow-icon`]:{marginInlineEnd:"0 !important",color:st.colorTextDescription,fontSize:$n,fontStyle:"normal"}}}),[`${Gt}-item-group-list`]:{margin:`0 ${(0,Wt.unit)(st.marginXS)}`,padding:0,listStyle:"none"},[`${Gt}-submenu-title`]:{paddingInlineEnd:st.calc(Sa).add(st.fontSizeSM).equal()},[`${Gt}-submenu-vertical`]:{position:"relative"},[`${Gt}-submenu${Gt}-submenu-disabled ${xt}-menu-submenu-title`]:{[`&, ${xt}-menu-submenu-arrow-icon`]:{color:ga,backgroundColor:Qn,cursor:"not-allowed"}},[`${Gt}-submenu-selected ${xt}-menu-submenu-title`]:{color:st.colorPrimary}})})},[(0,At.oN)(st,"slide-up"),(0,At.oN)(st,"slide-down"),(0,ke.Fm)(st,"move-up"),(0,ke.Fm)(st,"move-down"),(0,tt._y)(st,"zoom-big")]]},Fn=st=>Object.assign(Object.assign({zIndexPopup:st.zIndexPopupBase+50,paddingBlock:(st.controlHeight-st.fontSize*st.lineHeight)/2},(0,Dt.wZ)({contentRadius:st.borderRadiusLG,limitVerticalRadius:!0})),(0,Mt.w)(st));var Dn=(0,ht.I$)("Dropdown",st=>{const{marginXXS:xt,sizePopupArrow:Gt,paddingXXS:Qe,componentCls:lt}=st,bt=(0,It.mergeToken)(st,{menuCls:`${lt}-menu`,dropdownArrowDistance:st.calc(Gt).div(2).add(xt).equal(),dropdownEdgeChildPadding:Qe});return[un(bt),Lt(bt)]},Fn,{resetStyle:!1});const Hn=null,qn=st=>{var xt;const{menu:Gt,arrow:Qe,prefixCls:lt,children:bt,trigger:Ot,disabled:rn,dropdownRender:hn,getPopupContainer:In,overlayClassName:Vn,rootClassName:Bn,overlayStyle:ga,open:$n,onOpenChange:Sa,visible:Qn,onVisibleChange:Mn,mouseEnterDelay:Rn=.15,mouseLeaveDelay:or=.1,autoAdjustOverflow:Ya=!0,placement:Da="",overlay:Wa,transitionName:Qa}=st,{getPopupContainer:Je,getPrefixCls:Ae,direction:it,dropdown:et}=y.useContext(wn.E_),Zt=(0,vn.ln)("Dropdown"),Ln=y.useMemo(()=>{const nn=Ae();return Qa!==void 0?Qa:Da.includes("top")?`${nn}-slide-down`:`${nn}-slide-up`},[Ae,Da,Qa]),mn=y.useMemo(()=>Da?Da.includes("Center")?Da.slice(0,Da.indexOf("Center")):Da:it==="rtl"?"bottomRight":"bottomLeft",[Da,it]),ma=Ae("dropdown",lt),Xn=(0,Tn.Z)(ma),[Pa,Ia,Oa]=Dn(ma,Xn),[,sn]=(0,Jn.ZP)(),wa=y.Children.only(zt(bt)?y.createElement("span",null,bt):bt),fr=(0,Ct.Tm)(wa,{className:Ee()(`${ma}-trigger`,{[`${ma}-rtl`]:it==="rtl"},wa.props.className),disabled:(xt=wa.props.disabled)!==null&&xt!==void 0?xt:rn}),er=rn?[]:Ot,Ta=!!(er!=null&&er.includes("contextMenu")),[pa,hr]=(0,Vt.Z)(!1,{value:$n!=null?$n:Qn}),cr=(0,Yn.Z)(nn=>{Sa==null||Sa(nn,{source:"trigger"}),Mn==null||Mn(nn),hr(nn)}),Xa=Ee()(Vn,Bn,Ia,Oa,Xn,et==null?void 0:et.className,{[`${ma}-rtl`]:it==="rtl"}),Ca=(0,Qt.Z)({arrowPointAtCenter:typeof Qe=="object"&&Qe.pointAtCenter,autoAdjustOverflow:Ya,offset:sn.marginXXS,arrowWidth:Qe?sn.sizePopupArrow:0,borderRadius:sn.borderRadius}),Er=y.useCallback(()=>{Gt!=null&&Gt.selectable&&(Gt!=null&&Gt.multiple)||(Sa==null||Sa(!1,{source:"menu"}),hr(!1))},[Gt==null?void 0:Gt.selectable,Gt==null?void 0:Gt.multiple]),Pr=()=>{let nn;return Gt!=null&&Gt.items?nn=y.createElement(Gn.default,Object.assign({},Gt)):typeof Wa=="function"?nn=Wa():nn=Wa,hn&&(nn=hn(nn)),nn=y.Children.only(typeof nn=="string"?y.createElement("span",null,nn):nn),y.createElement(Kn.J,{prefixCls:`${ma}-menu`,rootClassName:Ee()(Oa,Xn),expandIcon:y.createElement("span",{className:`${ma}-menu-submenu-arrow`},it==="rtl"?y.createElement(pe.Z,{className:`${ma}-menu-submenu-arrow-icon`}):y.createElement(se.Z,{className:`${ma}-menu-submenu-arrow-icon`})),mode:"vertical",selectable:!1,onClick:Er,validator:jr=>{let{mode:gt}=jr}},nn)},[Ir,Xr]=(0,ia.Cn)("Dropdown",ga==null?void 0:ga.zIndex);let po=y.createElement(Cn,Object.assign({alignPoint:Ta},(0,Jt.Z)(st,["rootClassName"]),{mouseEnterDelay:Rn,mouseLeaveDelay:or,visible:pa,builtinPlacements:Ca,arrow:!!Qe,overlayClassName:Xa,prefixCls:ma,getPopupContainer:In||Je,transitionName:Ln,trigger:er,overlay:Pr,placement:mn,onVisibleChange:cr,overlayStyle:Object.assign(Object.assign(Object.assign({},et==null?void 0:et.style),ga),{zIndex:Ir})}),fr);return Ir&&(po=y.createElement(Ye.Z.Provider,{value:Xr},po)),Pa(po)},dn=(0,aa.Z)(qn,"align",void 0,"dropdown",st=>st),xn=st=>y.createElement(dn,Object.assign({},st),y.createElement("span",null));qn._InternalPanelDoNotUseOrYouWillBeFired=xn;var on=qn},85418:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return fe}});var y=E(59690),pe=E(67294),se=E(64582),me=E(13144),Ee=E.n(me),xe=E(85804),Se=E(53124),Te=E(78957),Ie=E(4173),Le=function(b,a){var ee={};for(var x in b)Object.prototype.hasOwnProperty.call(b,x)&&a.indexOf(x)<0&&(ee[x]=b[x]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function")for(var te=0,x=Object.getOwnPropertySymbols(b);te<x.length;te++)a.indexOf(x[te])<0&&Object.prototype.propertyIsEnumerable.call(b,x[te])&&(ee[x[te]]=b[x[te]]);return ee};const He=b=>{const{getPopupContainer:a,getPrefixCls:ee,direction:x}=pe.useContext(Se.E_),{prefixCls:te,type:re="default",danger:ie,disabled:ce,loading:be,onClick:we,htmlType:Re,children:Ke,className:Ue,menu:Ze,arrow:qe,autoFocus:wt,overlay:Bt,trigger:yn,align:Pn,open:Ut,onOpenChange:ln,placement:cn,getPopupContainer:Cn,href:Yn,icon:Vt=pe.createElement(se.Z,null),title:Jt,buttonsRender:ia=Dt=>Dt,mouseEnterDelay:Et,mouseLeaveDelay:zt,overlayClassName:Qt,overlayStyle:aa,destroyPopupOnHide:Ct,dropdownRender:vn}=b,Ye=Le(b,["prefixCls","type","danger","disabled","loading","onClick","htmlType","children","className","menu","arrow","autoFocus","overlay","trigger","align","open","onOpenChange","placement","getPopupContainer","href","icon","title","buttonsRender","mouseEnterDelay","mouseLeaveDelay","overlayClassName","overlayStyle","destroyPopupOnHide","dropdownRender"]),wn=ee("dropdown",te),Tn=`${wn}-button`,Gn={menu:Ze,arrow:qe,autoFocus:wt,align:Pn,disabled:ce,trigger:ce?[]:yn,onOpenChange:ln,getPopupContainer:Cn||a,mouseEnterDelay:Et,mouseLeaveDelay:zt,overlayClassName:Qt,overlayStyle:aa,destroyPopupOnHide:Ct,dropdownRender:vn},{compactSize:Kn,compactItemClassnames:Jn}=(0,Ie.ri)(wn,x),Wt=Ee()(Tn,Jn,Ue);"overlay"in b&&(Gn.overlay=Bt),"open"in b&&(Gn.open=Ut),"placement"in b?Gn.placement=cn:Gn.placement=x==="rtl"?"bottomLeft":"bottomRight";const Sn=pe.createElement(xe.ZP,{type:re,danger:ie,disabled:ce,loading:be,onClick:we,htmlType:Re,href:Yn,title:Jt},Ke),At=pe.createElement(xe.ZP,{type:re,danger:ie,icon:Vt}),[ke,tt]=ia([Sn,At]);return pe.createElement(Te.Z.Compact,Object.assign({className:Wt,size:Kn,block:!0},Ye),ke,pe.createElement(y.Z,Object.assign({},Gn),tt))};He.__ANT_BUTTON=!0;var We=He;const rt=y.Z;rt.Button=We;var fe=rt},25787:function(de,ae,E){"use strict";E.d(ae,{D:function(){return we},Z:function(){return Ue}});var y=E(67294),pe=E(83963),se={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z"}}]},name:"bars",theme:"outlined"},me=se,Ee=E(84180),xe=function(qe,wt){return y.createElement(Ee.Z,(0,pe.Z)({},qe,{ref:wt,icon:me}))},Se=y.forwardRef(xe),Te=Se,Ie=E(55007),Le=E(79269),He=E(13144),We=E.n(He),rt=E(10366),fe=E(53124),b=E(82401),a=E(16777),ee=E(24793),x=E(83559);const te=Ze=>{const{componentCls:qe,siderBg:wt,motionDurationMid:Bt,motionDurationSlow:yn,antCls:Pn,triggerHeight:Ut,triggerColor:ln,triggerBg:cn,headerHeight:Cn,zeroTriggerWidth:Yn,zeroTriggerHeight:Vt,borderRadiusLG:Jt,lightSiderBg:ia,lightTriggerColor:Et,lightTriggerBg:zt,bodyBg:Qt}=Ze;return{[qe]:{position:"relative",minWidth:0,background:wt,transition:`all ${Bt}, background 0s`,"&-has-trigger":{paddingBottom:Ut},"&-right":{order:1},[`${qe}-children`]:{height:"100%",marginTop:-.1,paddingTop:.1,[`${Pn}-menu${Pn}-menu-inline-collapsed`]:{width:"auto"}},[`&-zero-width ${qe}-children`]:{overflow:"hidden"},[`${qe}-trigger`]:{position:"fixed",bottom:0,zIndex:1,height:Ut,color:ln,lineHeight:(0,a.unit)(Ut),textAlign:"center",background:cn,cursor:"pointer",transition:`all ${Bt}`},[`${qe}-zero-width-trigger`]:{position:"absolute",top:Cn,insetInlineEnd:Ze.calc(Yn).mul(-1).equal(),zIndex:1,width:Yn,height:Vt,color:ln,fontSize:Ze.fontSizeXL,display:"flex",alignItems:"center",justifyContent:"center",background:wt,borderRadius:`0 ${(0,a.unit)(Jt)} ${(0,a.unit)(Jt)} 0`,cursor:"pointer",transition:`background ${yn} ease`,"&::after":{position:"absolute",inset:0,background:"transparent",transition:`all ${yn}`,content:'""'},"&:hover::after":{background:"rgba(255, 255, 255, 0.2)"},"&-right":{insetInlineStart:Ze.calc(Yn).mul(-1).equal(),borderRadius:`${(0,a.unit)(Jt)} 0 0 ${(0,a.unit)(Jt)}`}},"&-light":{background:ia,[`${qe}-trigger`]:{color:Et,background:zt},[`${qe}-zero-width-trigger`]:{color:Et,background:zt,border:`1px solid ${Qt}`,borderInlineStart:0}}}}};var re=(0,x.I$)(["Layout","Sider"],Ze=>[te(Ze)],ee.eh,{deprecatedTokens:ee.jn}),ie=function(Ze,qe){var wt={};for(var Bt in Ze)Object.prototype.hasOwnProperty.call(Ze,Bt)&&qe.indexOf(Bt)<0&&(wt[Bt]=Ze[Bt]);if(Ze!=null&&typeof Object.getOwnPropertySymbols=="function")for(var yn=0,Bt=Object.getOwnPropertySymbols(Ze);yn<Bt.length;yn++)qe.indexOf(Bt[yn])<0&&Object.prototype.propertyIsEnumerable.call(Ze,Bt[yn])&&(wt[Bt[yn]]=Ze[Bt[yn]]);return wt};const ce={xs:"479.98px",sm:"575.98px",md:"767.98px",lg:"991.98px",xl:"1199.98px",xxl:"1599.98px"},be=Ze=>!Number.isNaN(Number.parseFloat(Ze))&&isFinite(Ze),we=y.createContext({}),Re=(()=>{let Ze=0;return function(){let qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Ze+=1,`${qe}${Ze}`}})();var Ue=y.forwardRef((Ze,qe)=>{const{prefixCls:wt,className:Bt,trigger:yn,children:Pn,defaultCollapsed:Ut=!1,theme:ln="dark",style:cn={},collapsible:Cn=!1,reverseArrow:Yn=!1,width:Vt=200,collapsedWidth:Jt=80,zeroWidthTriggerStyle:ia,breakpoint:Et,onCollapse:zt,onBreakpoint:Qt}=Ze,aa=ie(Ze,["prefixCls","className","trigger","children","defaultCollapsed","theme","style","collapsible","reverseArrow","width","collapsedWidth","zeroWidthTriggerStyle","breakpoint","onCollapse","onBreakpoint"]),{siderHook:Ct}=(0,y.useContext)(b.V),[vn,Ye]=(0,y.useState)("collapsed"in Ze?Ze.collapsed:Ut),[wn,Tn]=(0,y.useState)(!1);(0,y.useEffect)(()=>{"collapsed"in Ze&&Ye(Ze.collapsed)},[Ze.collapsed]);const Gn=(on,st)=>{"collapsed"in Ze||Ye(on),zt==null||zt(on,st)},{getPrefixCls:Kn,direction:Jn}=(0,y.useContext)(fe.E_),Wt=Kn("layout-sider",wt),[Sn,At,ke]=re(Wt),tt=(0,y.useRef)(null);tt.current=on=>{Tn(on.matches),Qt==null||Qt(on.matches),vn!==on.matches&&Gn(on.matches,"responsive")},(0,y.useEffect)(()=>{function on(xt){return tt.current(xt)}let st;if(typeof window!="undefined"){const{matchMedia:xt}=window;if(xt&&Et&&Et in ce){st=xt(`screen and (max-width: ${ce[Et]})`);try{st.addEventListener("change",on)}catch(Gt){st.addListener(on)}on(st)}}return()=>{try{st==null||st.removeEventListener("change",on)}catch(xt){st==null||st.removeListener(on)}}},[Et]),(0,y.useEffect)(()=>{const on=Re("ant-sider-");return Ct.addSider(on),()=>Ct.removeSider(on)},[]);const Dt=()=>{Gn(!vn,"clickTrigger")},Mt=(0,rt.Z)(aa,["collapsed"]),ht=vn?Jt:Vt,It=be(ht)?`${ht}px`:String(ht),vt=parseFloat(String(Jt||0))===0?y.createElement("span",{onClick:Dt,className:We()(`${Wt}-zero-width-trigger`,`${Wt}-zero-width-trigger-${Yn?"right":"left"}`),style:ia},yn||y.createElement(Te,null)):null,Lt=Jn==="rtl"==!Yn,Dn={expanded:Lt?y.createElement(Le.Z,null):y.createElement(Ie.Z,null),collapsed:Lt?y.createElement(Ie.Z,null):y.createElement(Le.Z,null)}[vn?"collapsed":"expanded"],Hn=yn!==null?vt||y.createElement("div",{className:`${Wt}-trigger`,onClick:Dt,style:{width:It}},yn||Dn):null,qn=Object.assign(Object.assign({},cn),{flex:`0 0 ${It}`,maxWidth:It,minWidth:It,width:It}),dn=We()(Wt,`${Wt}-${ln}`,{[`${Wt}-collapsed`]:!!vn,[`${Wt}-has-trigger`]:Cn&&yn!==null&&!vt,[`${Wt}-below`]:!!wn,[`${Wt}-zero-width`]:parseFloat(It)===0},Bt,At,ke),xn=y.useMemo(()=>({siderCollapsed:vn}),[vn]);return Sn(y.createElement(we.Provider,{value:xn},y.createElement("aside",Object.assign({className:dn},Mt,{style:qn,ref:qe}),y.createElement("div",{className:`${Wt}-children`},Pn),Cn||wn&&vt?Hn:null)))})},82401:function(de,ae,E){"use strict";E.d(ae,{V:function(){return pe}});var y=E(67294);const pe=y.createContext({siderHook:{addSider:()=>null,removeSider:()=>null}})},24793:function(de,ae,E){"use strict";E.d(ae,{eh:function(){return me},jn:function(){return Ee}});var y=E(16777),pe=E(83559);const se=xe=>{const{antCls:Se,componentCls:Te,colorText:Ie,footerBg:Le,headerHeight:He,headerPadding:We,headerColor:rt,footerPadding:fe,fontSize:b,bodyBg:a,headerBg:ee}=xe;return{[Te]:{display:"flex",flex:"auto",flexDirection:"column",minHeight:0,background:a,"&, *":{boxSizing:"border-box"},[`&${Te}-has-sider`]:{flexDirection:"row",[`> ${Te}, > ${Te}-content`]:{width:0}},[`${Te}-header, &${Te}-footer`]:{flex:"0 0 auto"},"&-rtl":{direction:"rtl"}},[`${Te}-header`]:{height:He,padding:We,color:rt,lineHeight:(0,y.unit)(He),background:ee,[`${Se}-menu`]:{lineHeight:"inherit"}},[`${Te}-footer`]:{padding:fe,color:Ie,fontSize:b,background:Le},[`${Te}-content`]:{flex:"auto",color:Ie,minHeight:0}}},me=xe=>{const{colorBgLayout:Se,controlHeight:Te,controlHeightLG:Ie,colorText:Le,controlHeightSM:He,marginXXS:We,colorTextLightSolid:rt,colorBgContainer:fe}=xe,b=Ie*1.25;return{colorBgHeader:"#001529",colorBgBody:Se,colorBgTrigger:"#002140",bodyBg:Se,headerBg:"#001529",headerHeight:Te*2,headerPadding:`0 ${b}px`,headerColor:Le,footerPadding:`${He}px ${b}px`,footerBg:Se,siderBg:"#001529",triggerHeight:Ie+We*2,triggerBg:"#002140",triggerColor:rt,zeroTriggerWidth:Ie,zeroTriggerHeight:Ie,lightSiderBg:fe,lightTriggerBg:fe,lightTriggerColor:Le}},Ee=[["colorBgBody","bodyBg"],["colorBgHeader","headerBg"],["colorBgTrigger","triggerBg"]];ae.ZP=(0,pe.I$)("Layout",xe=>[se(xe)],me,{deprecatedTokens:Ee})},76529:function(de,ae,E){"use strict";E.d(ae,{J:function(){return xe}});var y=E(67294),pe=E(17799),se=E(89942),me=function(Se,Te){var Ie={};for(var Le in Se)Object.prototype.hasOwnProperty.call(Se,Le)&&Te.indexOf(Le)<0&&(Ie[Le]=Se[Le]);if(Se!=null&&typeof Object.getOwnPropertySymbols=="function")for(var He=0,Le=Object.getOwnPropertySymbols(Se);He<Le.length;He++)Te.indexOf(Le[He])<0&&Object.prototype.propertyIsEnumerable.call(Se,Le[He])&&(Ie[Le[He]]=Se[Le[He]]);return Ie};const Ee=y.createContext(null),xe=y.forwardRef((Se,Te)=>{const{children:Ie}=Se,Le=me(Se,["children"]),He=y.useContext(Ee),We=y.useMemo(()=>Object.assign(Object.assign({},He),Le),[He,Le.prefixCls,Le.mode,Le.selectable,Le.rootClassName]),rt=(0,pe.t4)(Ie),fe=(0,pe.x1)(Te,rt?(0,pe.C4)(Ie):null);return y.createElement(Ee.Provider,{value:We},y.createElement(se.Z,{space:!0},rt?y.cloneElement(Ie,{ref:fe}):Ie))});ae.Z=Ee},50136:function(de,ae,E){"use strict";E.d(ae,{default:function(){return Sn}});var y=E(67294),pe=E(78595),se=E(25787),me=E(64582),Ee=E(13144),xe=E.n(Ee),Se=E(77527),Te=E(10366),Ie=E(33603),Le=E(96159),He=E(53124),We=E(35792),fe=(0,y.createContext)({prefixCls:"",firstLevel:!0,inlineCollapsed:!1}),b=function(At,ke){var tt={};for(var Dt in At)Object.prototype.hasOwnProperty.call(At,Dt)&&ke.indexOf(Dt)<0&&(tt[Dt]=At[Dt]);if(At!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Mt=0,Dt=Object.getOwnPropertySymbols(At);Mt<Dt.length;Mt++)ke.indexOf(Dt[Mt])<0&&Object.prototype.propertyIsEnumerable.call(At,Dt[Mt])&&(tt[Dt[Mt]]=At[Dt[Mt]]);return tt},ee=At=>{const{prefixCls:ke,className:tt,dashed:Dt}=At,Mt=b(At,["prefixCls","className","dashed"]),{getPrefixCls:ht}=y.useContext(He.E_),It=ht("menu",ke),vt=xe()({[`${It}-item-divider-dashed`]:!!Dt},tt);return y.createElement(pe.iz,Object.assign({className:vt},Mt))},x=E(37419),te=E(83062),ie=At=>{var ke;const{className:tt,children:Dt,icon:Mt,title:ht,danger:It,extra:vt}=At,{prefixCls:Lt,firstLevel:un,direction:Fn,disableMenuItemTitleTooltip:Dn,inlineCollapsed:Hn}=y.useContext(fe),qn=Gt=>{const Qe=Dt==null?void 0:Dt[0],lt=y.createElement("span",{className:xe()(`${Lt}-title-content`,{[`${Lt}-title-content-with-extra`]:!!vt||vt===0})},Dt);return(!Mt||y.isValidElement(Dt)&&Dt.type==="span")&&Dt&&Gt&&un&&typeof Qe=="string"?y.createElement("div",{className:`${Lt}-inline-collapsed-noicon`},Qe.charAt(0)):lt},{siderCollapsed:dn}=y.useContext(se.D);let xn=ht;typeof ht=="undefined"?xn=un?Dt:"":ht===!1&&(xn="");const on={title:xn};!dn&&!Hn&&(on.title=null,on.open=!1);const st=(0,x.Z)(Dt).length;let xt=y.createElement(pe.ck,Object.assign({},(0,Te.Z)(At,["title","icon","danger"]),{className:xe()({[`${Lt}-item-danger`]:It,[`${Lt}-item-only-child`]:(Mt?st+1:st)===1},tt),title:typeof ht=="string"?ht:void 0}),(0,Le.Tm)(Mt,{className:xe()(y.isValidElement(Mt)?(ke=Mt.props)===null||ke===void 0?void 0:ke.className:"",`${Lt}-item-icon`)}),qn(Hn));return Dn||(xt=y.createElement(te.Z,Object.assign({},on,{placement:Fn==="rtl"?"left":"right",classNames:{root:`${Lt}-inline-collapsed-tooltip`}}),xt)),xt},ce=E(76529),be=E(16777),we=E(24327),Re=E(14747),Ke=E(33507),Ue=E(67771),Ze=E(50438),qe=E(83559),wt=E(43259),yn=At=>{const{componentCls:ke,motionDurationSlow:tt,horizontalLineHeight:Dt,colorSplit:Mt,lineWidth:ht,lineType:It,itemPaddingInline:vt}=At;return{[`${ke}-horizontal`]:{lineHeight:Dt,border:0,borderBottom:`${(0,be.unit)(ht)} ${It} ${Mt}`,boxShadow:"none","&::after":{display:"block",clear:"both",height:0,content:'"\\20"'},[`${ke}-item, ${ke}-submenu`]:{position:"relative",display:"inline-block",verticalAlign:"bottom",paddingInline:vt},[`> ${ke}-item:hover,
|
|
|
> ${ke}-item-active,
|
|
|
> ${ke}-submenu ${ke}-submenu-title:hover`]:{backgroundColor:"transparent"},[`${ke}-item, ${ke}-submenu-title`]:{transition:[`border-color ${tt}`,`background ${tt}`].join(",")},[`${ke}-submenu-arrow`]:{display:"none"}}}},Ut=At=>{let{componentCls:ke,menuArrowOffset:tt,calc:Dt}=At;return{[`${ke}-rtl`]:{direction:"rtl"},[`${ke}-submenu-rtl`]:{transformOrigin:"100% 0"},[`${ke}-rtl${ke}-vertical,
|
|
|
${ke}-submenu-rtl ${ke}-vertical`]:{[`${ke}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateY(${(0,be.unit)(Dt(tt).mul(-1).equal())})`},"&::after":{transform:`rotate(45deg) translateY(${(0,be.unit)(tt)})`}}}}};const ln=At=>Object.assign({},(0,Re.oN)(At));var Cn=(At,ke)=>{const{componentCls:tt,itemColor:Dt,itemSelectedColor:Mt,subMenuItemSelectedColor:ht,groupTitleColor:It,itemBg:vt,subMenuItemBg:Lt,itemSelectedBg:un,activeBarHeight:Fn,activeBarWidth:Dn,activeBarBorderWidth:Hn,motionDurationSlow:qn,motionEaseInOut:dn,motionEaseOut:xn,itemPaddingInline:on,motionDurationMid:st,itemHoverColor:xt,lineType:Gt,colorSplit:Qe,itemDisabledColor:lt,dangerItemColor:bt,dangerItemHoverColor:Ot,dangerItemSelectedColor:rn,dangerItemActiveBg:hn,dangerItemSelectedBg:In,popupBg:Vn,itemHoverBg:Bn,itemActiveBg:ga,menuSubMenuBg:$n,horizontalItemSelectedColor:Sa,horizontalItemSelectedBg:Qn,horizontalItemBorderRadius:Mn,horizontalItemHoverBg:Rn}=At;return{[`${tt}-${ke}, ${tt}-${ke} > ${tt}`]:{color:Dt,background:vt,[`&${tt}-root:focus-visible`]:Object.assign({},ln(At)),[`${tt}-item`]:{"&-group-title, &-extra":{color:It}},[`${tt}-submenu-selected > ${tt}-submenu-title`]:{color:ht},[`${tt}-item, ${tt}-submenu-title`]:{color:Dt,[`&:not(${tt}-item-disabled):focus-visible`]:Object.assign({},ln(At))},[`${tt}-item-disabled, ${tt}-submenu-disabled`]:{color:`${lt} !important`},[`${tt}-item:not(${tt}-item-selected):not(${tt}-submenu-selected)`]:{[`&:hover, > ${tt}-submenu-title:hover`]:{color:xt}},[`&:not(${tt}-horizontal)`]:{[`${tt}-item:not(${tt}-item-selected)`]:{"&:hover":{backgroundColor:Bn},"&:active":{backgroundColor:ga}},[`${tt}-submenu-title`]:{"&:hover":{backgroundColor:Bn},"&:active":{backgroundColor:ga}}},[`${tt}-item-danger`]:{color:bt,[`&${tt}-item:hover`]:{[`&:not(${tt}-item-selected):not(${tt}-submenu-selected)`]:{color:Ot}},[`&${tt}-item:active`]:{background:hn}},[`${tt}-item a`]:{"&, &:hover":{color:"inherit"}},[`${tt}-item-selected`]:{color:Mt,[`&${tt}-item-danger`]:{color:rn},"a, a:hover":{color:"inherit"}},[`& ${tt}-item-selected`]:{backgroundColor:un,[`&${tt}-item-danger`]:{backgroundColor:In}},[`&${tt}-submenu > ${tt}`]:{backgroundColor:$n},[`&${tt}-popup > ${tt}`]:{backgroundColor:Vn},[`&${tt}-submenu-popup > ${tt}`]:{backgroundColor:Vn},[`&${tt}-horizontal`]:Object.assign(Object.assign({},ke==="dark"?{borderBottom:0}:{}),{[`> ${tt}-item, > ${tt}-submenu`]:{top:Hn,marginTop:At.calc(Hn).mul(-1).equal(),marginBottom:0,borderRadius:Mn,"&::after":{position:"absolute",insetInline:on,bottom:0,borderBottom:`${(0,be.unit)(Fn)} solid transparent`,transition:`border-color ${qn} ${dn}`,content:'""'},"&:hover, &-active, &-open":{background:Rn,"&::after":{borderBottomWidth:Fn,borderBottomColor:Sa}},"&-selected":{color:Sa,backgroundColor:Qn,"&:hover":{backgroundColor:Qn},"&::after":{borderBottomWidth:Fn,borderBottomColor:Sa}}}}),[`&${tt}-root`]:{[`&${tt}-inline, &${tt}-vertical`]:{borderInlineEnd:`${(0,be.unit)(Hn)} ${Gt} ${Qe}`}},[`&${tt}-inline`]:{[`${tt}-sub${tt}-inline`]:{background:Lt},[`${tt}-item`]:{position:"relative","&::after":{position:"absolute",insetBlock:0,insetInlineEnd:0,borderInlineEnd:`${(0,be.unit)(Dn)} solid ${Mt}`,transform:"scaleY(0.0001)",opacity:0,transition:[`transform ${st} ${xn}`,`opacity ${st} ${xn}`].join(","),content:'""'},[`&${tt}-item-danger`]:{"&::after":{borderInlineEndColor:rn}}},[`${tt}-selected, ${tt}-item-selected`]:{"&::after":{transform:"scaleY(1)",opacity:1,transition:[`transform ${st} ${dn}`,`opacity ${st} ${dn}`].join(",")}}}}}};const Yn=At=>{const{componentCls:ke,itemHeight:tt,itemMarginInline:Dt,padding:Mt,menuArrowSize:ht,marginXS:It,itemMarginBlock:vt,itemWidth:Lt,itemPaddingInline:un}=At,Fn=At.calc(ht).add(Mt).add(It).equal();return{[`${ke}-item`]:{position:"relative",overflow:"hidden"},[`${ke}-item, ${ke}-submenu-title`]:{height:tt,lineHeight:(0,be.unit)(tt),paddingInline:un,overflow:"hidden",textOverflow:"ellipsis",marginInline:Dt,marginBlock:vt,width:Lt},[`> ${ke}-item,
|
|
|
> ${ke}-submenu > ${ke}-submenu-title`]:{height:tt,lineHeight:(0,be.unit)(tt)},[`${ke}-item-group-list ${ke}-submenu-title,
|
|
|
${ke}-submenu-title`]:{paddingInlineEnd:Fn}}};var Jt=At=>{const{componentCls:ke,iconCls:tt,itemHeight:Dt,colorTextLightSolid:Mt,dropdownWidth:ht,controlHeightLG:It,motionEaseOut:vt,paddingXL:Lt,itemMarginInline:un,fontSizeLG:Fn,motionDurationFast:Dn,motionDurationSlow:Hn,paddingXS:qn,boxShadowSecondary:dn,collapsedWidth:xn,collapsedIconSize:on}=At,st={height:Dt,lineHeight:(0,be.unit)(Dt),listStylePosition:"inside",listStyleType:"disc"};return[{[ke]:{"&-inline, &-vertical":Object.assign({[`&${ke}-root`]:{boxShadow:"none"}},Yn(At))},[`${ke}-submenu-popup`]:{[`${ke}-vertical`]:Object.assign(Object.assign({},Yn(At)),{boxShadow:dn})}},{[`${ke}-submenu-popup ${ke}-vertical${ke}-sub`]:{minWidth:ht,maxHeight:`calc(100vh - ${(0,be.unit)(At.calc(It).mul(2.5).equal())})`,padding:"0",overflow:"hidden",borderInlineEnd:0,"&:not([class*='-active'])":{overflowX:"hidden",overflowY:"auto"}}},{[`${ke}-inline`]:{width:"100%",[`&${ke}-root`]:{[`${ke}-item, ${ke}-submenu-title`]:{display:"flex",alignItems:"center",transition:[`border-color ${Hn}`,`background ${Hn}`,`padding ${Dn} ${vt}`].join(","),[`> ${ke}-title-content`]:{flex:"auto",minWidth:0,overflow:"hidden",textOverflow:"ellipsis"},"> *":{flex:"none"}}},[`${ke}-sub${ke}-inline`]:{padding:0,border:0,borderRadius:0,boxShadow:"none",[`& > ${ke}-submenu > ${ke}-submenu-title`]:st,[`& ${ke}-item-group-title`]:{paddingInlineStart:Lt}},[`${ke}-item`]:st}},{[`${ke}-inline-collapsed`]:{width:xn,[`&${ke}-root`]:{[`${ke}-item, ${ke}-submenu ${ke}-submenu-title`]:{[`> ${ke}-inline-collapsed-noicon`]:{fontSize:Fn,textAlign:"center"}}},[`> ${ke}-item,
|
|
|
> ${ke}-item-group > ${ke}-item-group-list > ${ke}-item,
|
|
|
> ${ke}-item-group > ${ke}-item-group-list > ${ke}-submenu > ${ke}-submenu-title,
|
|
|
> ${ke}-submenu > ${ke}-submenu-title`]:{insetInlineStart:0,paddingInline:`calc(50% - ${(0,be.unit)(At.calc(on).div(2).equal())} - ${(0,be.unit)(un)})`,textOverflow:"clip",[`
|
|
|
${ke}-submenu-arrow,
|
|
|
${ke}-submenu-expand-icon
|
|
|
`]:{opacity:0},[`${ke}-item-icon, ${tt}`]:{margin:0,fontSize:on,lineHeight:(0,be.unit)(Dt),"+ span":{display:"inline-block",opacity:0}}},[`${ke}-item-icon, ${tt}`]:{display:"inline-block"},"&-tooltip":{pointerEvents:"none",[`${ke}-item-icon, ${tt}`]:{display:"none"},"a, a:hover":{color:Mt}},[`${ke}-item-group-title`]:Object.assign(Object.assign({},Re.vS),{paddingInline:qn})}}]};const ia=At=>{const{componentCls:ke,motionDurationSlow:tt,motionDurationMid:Dt,motionEaseInOut:Mt,motionEaseOut:ht,iconCls:It,iconSize:vt,iconMarginInlineEnd:Lt}=At;return{[`${ke}-item, ${ke}-submenu-title`]:{position:"relative",display:"block",margin:0,whiteSpace:"nowrap",cursor:"pointer",transition:[`border-color ${tt}`,`background ${tt}`,`padding calc(${tt} + 0.1s) ${Mt}`].join(","),[`${ke}-item-icon, ${It}`]:{minWidth:vt,fontSize:vt,transition:[`font-size ${Dt} ${ht}`,`margin ${tt} ${Mt}`,`color ${tt}`].join(","),"+ span":{marginInlineStart:Lt,opacity:1,transition:[`opacity ${tt} ${Mt}`,`margin ${tt}`,`color ${tt}`].join(",")}},[`${ke}-item-icon`]:Object.assign({},(0,Re.Ro)()),[`&${ke}-item-only-child`]:{[`> ${It}, > ${ke}-item-icon`]:{marginInlineEnd:0}}},[`${ke}-item-disabled, ${ke}-submenu-disabled`]:{background:"none !important",cursor:"not-allowed","&::after":{borderColor:"transparent !important"},a:{color:"inherit !important",cursor:"not-allowed",pointerEvents:"none"},[`> ${ke}-submenu-title`]:{color:"inherit !important",cursor:"not-allowed"}}}},Et=At=>{const{componentCls:ke,motionDurationSlow:tt,motionEaseInOut:Dt,borderRadius:Mt,menuArrowSize:ht,menuArrowOffset:It}=At;return{[`${ke}-submenu`]:{"&-expand-icon, &-arrow":{position:"absolute",top:"50%",insetInlineEnd:At.margin,width:ht,color:"currentcolor",transform:"translateY(-50%)",transition:`transform ${tt} ${Dt}, opacity ${tt}`},"&-arrow":{"&::before, &::after":{position:"absolute",width:At.calc(ht).mul(.6).equal(),height:At.calc(ht).mul(.15).equal(),backgroundColor:"currentcolor",borderRadius:Mt,transition:[`background ${tt} ${Dt}`,`transform ${tt} ${Dt}`,`top ${tt} ${Dt}`,`color ${tt} ${Dt}`].join(","),content:'""'},"&::before":{transform:`rotate(45deg) translateY(${(0,be.unit)(At.calc(It).mul(-1).equal())})`},"&::after":{transform:`rotate(-45deg) translateY(${(0,be.unit)(It)})`}}}}},zt=At=>{const{antCls:ke,componentCls:tt,fontSize:Dt,motionDurationSlow:Mt,motionDurationMid:ht,motionEaseInOut:It,paddingXS:vt,padding:Lt,colorSplit:un,lineWidth:Fn,zIndexPopup:Dn,borderRadiusLG:Hn,subMenuItemBorderRadius:qn,menuArrowSize:dn,menuArrowOffset:xn,lineType:on,groupTitleLineHeight:st,groupTitleFontSize:xt}=At;return[{"":{[tt]:Object.assign(Object.assign({},(0,Re.dF)()),{"&-hidden":{display:"none"}})},[`${tt}-submenu-hidden`]:{display:"none"}},{[tt]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,Re.Wf)(At)),(0,Re.dF)()),{marginBottom:0,paddingInlineStart:0,fontSize:Dt,lineHeight:0,listStyle:"none",outline:"none",transition:`width ${Mt} cubic-bezier(0.2, 0, 0, 1) 0s`,"ul, ol":{margin:0,padding:0,listStyle:"none"},"&-overflow":{display:"flex",[`${tt}-item`]:{flex:"none"}},[`${tt}-item, ${tt}-submenu, ${tt}-submenu-title`]:{borderRadius:At.itemBorderRadius},[`${tt}-item-group-title`]:{padding:`${(0,be.unit)(vt)} ${(0,be.unit)(Lt)}`,fontSize:xt,lineHeight:st,transition:`all ${Mt}`},[`&-horizontal ${tt}-submenu`]:{transition:[`border-color ${Mt} ${It}`,`background ${Mt} ${It}`].join(",")},[`${tt}-submenu, ${tt}-submenu-inline`]:{transition:[`border-color ${Mt} ${It}`,`background ${Mt} ${It}`,`padding ${ht} ${It}`].join(",")},[`${tt}-submenu ${tt}-sub`]:{cursor:"initial",transition:[`background ${Mt} ${It}`,`padding ${Mt} ${It}`].join(",")},[`${tt}-title-content`]:{transition:`color ${Mt}`,"&-with-extra":{display:"inline-flex",alignItems:"center",width:"100%"},[`> ${ke}-typography-ellipsis-single-line`]:{display:"inline",verticalAlign:"unset"},[`${tt}-item-extra`]:{marginInlineStart:"auto",paddingInlineStart:At.padding}},[`${tt}-item a`]:{"&::before":{position:"absolute",inset:0,backgroundColor:"transparent",content:'""'}},[`${tt}-item-divider`]:{overflow:"hidden",lineHeight:0,borderColor:un,borderStyle:on,borderWidth:0,borderTopWidth:Fn,marginBlock:Fn,padding:0,"&-dashed":{borderStyle:"dashed"}}}),ia(At)),{[`${tt}-item-group`]:{[`${tt}-item-group-list`]:{margin:0,padding:0,[`${tt}-item, ${tt}-submenu-title`]:{paddingInline:`${(0,be.unit)(At.calc(Dt).mul(2).equal())} ${(0,be.unit)(Lt)}`}}},"&-submenu":{"&-popup":{position:"absolute",zIndex:Dn,borderRadius:Hn,boxShadow:"none",transformOrigin:"0 0",[`&${tt}-submenu`]:{background:"transparent"},"&::before":{position:"absolute",inset:0,zIndex:-1,width:"100%",height:"100%",opacity:0,content:'""'},[`> ${tt}`]:Object.assign(Object.assign(Object.assign({borderRadius:Hn},ia(At)),Et(At)),{[`${tt}-item, ${tt}-submenu > ${tt}-submenu-title`]:{borderRadius:qn},[`${tt}-submenu-title::after`]:{transition:`transform ${Mt} ${It}`}})},"\n &-placement-leftTop,\n &-placement-bottomRight,\n ":{transformOrigin:"100% 0"},"\n &-placement-leftBottom,\n &-placement-topRight,\n ":{transformOrigin:"100% 100%"},"\n &-placement-rightBottom,\n &-placement-topLeft,\n ":{transformOrigin:"0 100%"},"\n &-placement-bottomLeft,\n &-placement-rightTop,\n ":{transformOrigin:"0 0"},"\n &-placement-leftTop,\n &-placement-leftBottom\n ":{paddingInlineEnd:At.paddingXS},"\n &-placement-rightTop,\n &-placement-rightBottom\n ":{paddingInlineStart:At.paddingXS},"\n &-placement-topRight,\n &-placement-topLeft\n ":{paddingBottom:At.paddingXS},"\n &-placement-bottomRight,\n &-placement-bottomLeft\n ":{paddingTop:At.paddingXS}}}),Et(At)),{[`&-inline-collapsed ${tt}-submenu-arrow,
|
|
|
&-inline ${tt}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateX(${(0,be.unit)(xn)})`},"&::after":{transform:`rotate(45deg) translateX(${(0,be.unit)(At.calc(xn).mul(-1).equal())})`}},[`${tt}-submenu-open${tt}-submenu-inline > ${tt}-submenu-title > ${tt}-submenu-arrow`]:{transform:`translateY(${(0,be.unit)(At.calc(dn).mul(.2).mul(-1).equal())})`,"&::after":{transform:`rotate(-45deg) translateX(${(0,be.unit)(At.calc(xn).mul(-1).equal())})`},"&::before":{transform:`rotate(45deg) translateX(${(0,be.unit)(xn)})`}}})},{[`${ke}-layout-header`]:{[tt]:{lineHeight:"inherit"}}}]},Qt=At=>{var ke,tt,Dt;const{colorPrimary:Mt,colorError:ht,colorTextDisabled:It,colorErrorBg:vt,colorText:Lt,colorTextDescription:un,colorBgContainer:Fn,colorFillAlter:Dn,colorFillContent:Hn,lineWidth:qn,lineWidthBold:dn,controlItemBgActive:xn,colorBgTextHover:on,controlHeightLG:st,lineHeight:xt,colorBgElevated:Gt,marginXXS:Qe,padding:lt,fontSize:bt,controlHeightSM:Ot,fontSizeLG:rn,colorTextLightSolid:hn,colorErrorHover:In}=At,Vn=(ke=At.activeBarWidth)!==null&&ke!==void 0?ke:0,Bn=(tt=At.activeBarBorderWidth)!==null&&tt!==void 0?tt:qn,ga=(Dt=At.itemMarginInline)!==null&&Dt!==void 0?Dt:At.marginXXS,$n=new we.FastColor(hn).setA(.65).toRgbString();return{dropdownWidth:160,zIndexPopup:At.zIndexPopupBase+50,radiusItem:At.borderRadiusLG,itemBorderRadius:At.borderRadiusLG,radiusSubMenuItem:At.borderRadiusSM,subMenuItemBorderRadius:At.borderRadiusSM,colorItemText:Lt,itemColor:Lt,colorItemTextHover:Lt,itemHoverColor:Lt,colorItemTextHoverHorizontal:Mt,horizontalItemHoverColor:Mt,colorGroupTitle:un,groupTitleColor:un,colorItemTextSelected:Mt,itemSelectedColor:Mt,subMenuItemSelectedColor:Mt,colorItemTextSelectedHorizontal:Mt,horizontalItemSelectedColor:Mt,colorItemBg:Fn,itemBg:Fn,colorItemBgHover:on,itemHoverBg:on,colorItemBgActive:Hn,itemActiveBg:xn,colorSubItemBg:Dn,subMenuItemBg:Dn,colorItemBgSelected:xn,itemSelectedBg:xn,colorItemBgSelectedHorizontal:"transparent",horizontalItemSelectedBg:"transparent",colorActiveBarWidth:0,activeBarWidth:Vn,colorActiveBarHeight:dn,activeBarHeight:dn,colorActiveBarBorderSize:qn,activeBarBorderWidth:Bn,colorItemTextDisabled:It,itemDisabledColor:It,colorDangerItemText:ht,dangerItemColor:ht,colorDangerItemTextHover:ht,dangerItemHoverColor:ht,colorDangerItemTextSelected:ht,dangerItemSelectedColor:ht,colorDangerItemBgActive:vt,dangerItemActiveBg:vt,colorDangerItemBgSelected:vt,dangerItemSelectedBg:vt,itemMarginInline:ga,horizontalItemBorderRadius:0,horizontalItemHoverBg:"transparent",itemHeight:st,groupTitleLineHeight:xt,collapsedWidth:st*2,popupBg:Gt,itemMarginBlock:Qe,itemPaddingInline:lt,horizontalLineHeight:`${st*1.15}px`,iconSize:bt,iconMarginInlineEnd:Ot-bt,collapsedIconSize:rn,groupTitleFontSize:bt,darkItemDisabledColor:new we.FastColor(hn).setA(.25).toRgbString(),darkItemColor:$n,darkDangerItemColor:ht,darkItemBg:"#001529",darkPopupBg:"#001529",darkSubMenuItemBg:"#000c17",darkItemSelectedColor:hn,darkItemSelectedBg:Mt,darkDangerItemSelectedBg:ht,darkItemHoverBg:"transparent",darkGroupTitleColor:$n,darkItemHoverColor:hn,darkDangerItemHoverColor:In,darkDangerItemSelectedColor:hn,darkDangerItemActiveBg:ht,itemWidth:Vn?`calc(100% + ${Bn}px)`:`calc(100% - ${ga*2}px)`}};var aa=function(At){let ke=arguments.length>1&&arguments[1]!==void 0?arguments[1]:At,tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;return(0,qe.I$)("Menu",Mt=>{const{colorBgElevated:ht,controlHeightLG:It,fontSize:vt,darkItemColor:Lt,darkDangerItemColor:un,darkItemBg:Fn,darkSubMenuItemBg:Dn,darkItemSelectedColor:Hn,darkItemSelectedBg:qn,darkDangerItemSelectedBg:dn,darkItemHoverBg:xn,darkGroupTitleColor:on,darkItemHoverColor:st,darkItemDisabledColor:xt,darkDangerItemHoverColor:Gt,darkDangerItemSelectedColor:Qe,darkDangerItemActiveBg:lt,popupBg:bt,darkPopupBg:Ot}=Mt,rn=Mt.calc(vt).div(7).mul(5).equal(),hn=(0,wt.mergeToken)(Mt,{menuArrowSize:rn,menuHorizontalHeight:Mt.calc(It).mul(1.15).equal(),menuArrowOffset:Mt.calc(rn).mul(.25).equal(),menuSubMenuBg:ht,calc:Mt.calc,popupBg:bt}),In=(0,wt.mergeToken)(hn,{itemColor:Lt,itemHoverColor:st,groupTitleColor:on,itemSelectedColor:Hn,subMenuItemSelectedColor:Hn,itemBg:Fn,popupBg:Ot,subMenuItemBg:Dn,itemActiveBg:"transparent",itemSelectedBg:qn,activeBarHeight:0,activeBarBorderWidth:0,itemHoverBg:xn,itemDisabledColor:xt,dangerItemColor:un,dangerItemHoverColor:Gt,dangerItemSelectedColor:Qe,dangerItemActiveBg:lt,dangerItemSelectedBg:dn,menuSubMenuBg:Dn,horizontalItemSelectedColor:Hn,horizontalItemSelectedBg:qn});return[zt(hn),yn(hn),Jt(hn),Cn(hn,"light"),Cn(In,"dark"),Ut(hn),(0,Ke.Z)(hn),(0,Ue.oN)(hn,"slide-up"),(0,Ue.oN)(hn,"slide-down"),(0,Ze._y)(hn,"zoom-big")]},Qt,{deprecatedTokens:[["colorGroupTitle","groupTitleColor"],["radiusItem","itemBorderRadius"],["radiusSubMenuItem","subMenuItemBorderRadius"],["colorItemText","itemColor"],["colorItemTextHover","itemHoverColor"],["colorItemTextHoverHorizontal","horizontalItemHoverColor"],["colorItemTextSelected","itemSelectedColor"],["colorItemTextSelectedHorizontal","horizontalItemSelectedColor"],["colorItemTextDisabled","itemDisabledColor"],["colorDangerItemText","dangerItemColor"],["colorDangerItemTextHover","dangerItemHoverColor"],["colorDangerItemTextSelected","dangerItemSelectedColor"],["colorDangerItemBgActive","dangerItemActiveBg"],["colorDangerItemBgSelected","dangerItemSelectedBg"],["colorItemBg","itemBg"],["colorItemBgHover","itemHoverBg"],["colorSubItemBg","subMenuItemBg"],["colorItemBgActive","itemActiveBg"],["colorItemBgSelectedHorizontal","horizontalItemSelectedBg"],["colorActiveBarWidth","activeBarWidth"],["colorActiveBarHeight","activeBarHeight"],["colorActiveBarBorderSize","activeBarBorderWidth"],["colorItemBgSelected","itemSelectedBg"]],injectStyle:tt,unitless:{groupTitleLineHeight:!0}})(At,ke)},Ct=E(87263),Ye=At=>{var ke;const{popupClassName:tt,icon:Dt,title:Mt,theme:ht}=At,It=y.useContext(fe),{prefixCls:vt,inlineCollapsed:Lt,theme:un}=It,Fn=(0,pe.Xl)();let Dn;if(!Dt)Dn=Lt&&!Fn.length&&Mt&&typeof Mt=="string"?y.createElement("div",{className:`${vt}-inline-collapsed-noicon`},Mt.charAt(0)):y.createElement("span",{className:`${vt}-title-content`},Mt);else{const dn=y.isValidElement(Mt)&&Mt.type==="span";Dn=y.createElement(y.Fragment,null,(0,Le.Tm)(Dt,{className:xe()(y.isValidElement(Dt)?(ke=Dt.props)===null||ke===void 0?void 0:ke.className:"",`${vt}-item-icon`)}),dn?Mt:y.createElement("span",{className:`${vt}-title-content`},Mt))}const Hn=y.useMemo(()=>Object.assign(Object.assign({},It),{firstLevel:!1}),[It]),[qn]=(0,Ct.Cn)("Menu");return y.createElement(fe.Provider,{value:Hn},y.createElement(pe.Wd,Object.assign({},(0,Te.Z)(At,["icon"]),{title:Dn,popupClassName:xe()(vt,tt,`${vt}-${ht||un}`),popupStyle:Object.assign({zIndex:qn},At.popupStyle)})))},wn=function(At,ke){var tt={};for(var Dt in At)Object.prototype.hasOwnProperty.call(At,Dt)&&ke.indexOf(Dt)<0&&(tt[Dt]=At[Dt]);if(At!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Mt=0,Dt=Object.getOwnPropertySymbols(At);Mt<Dt.length;Mt++)ke.indexOf(Dt[Mt])<0&&Object.prototype.propertyIsEnumerable.call(At,Dt[Mt])&&(tt[Dt[Mt]]=At[Dt[Mt]]);return tt};function Tn(At){return At===null||At===!1}const Gn={item:ie,submenu:Ye,divider:ee};var Jn=(0,y.forwardRef)((At,ke)=>{var tt;const Dt=y.useContext(ce.Z),Mt=Dt||{},{getPrefixCls:ht,getPopupContainer:It,direction:vt,menu:Lt}=y.useContext(He.E_),un=ht(),{prefixCls:Fn,className:Dn,style:Hn,theme:qn="light",expandIcon:dn,_internalDisableMenuItemTitleTooltip:xn,inlineCollapsed:on,siderCollapsed:st,rootClassName:xt,mode:Gt,selectable:Qe,onClick:lt,overflowedIndicatorPopupClassName:bt}=At,Ot=wn(At,["prefixCls","className","style","theme","expandIcon","_internalDisableMenuItemTitleTooltip","inlineCollapsed","siderCollapsed","rootClassName","mode","selectable","onClick","overflowedIndicatorPopupClassName"]),rn=(0,Te.Z)(Ot,["collapsedWidth"]);(tt=Mt.validator)===null||tt===void 0||tt.call(Mt,{mode:Gt});const hn=(0,Se.Z)(function(){var Wa;lt==null||lt.apply(void 0,arguments),(Wa=Mt.onClick)===null||Wa===void 0||Wa.call(Mt)}),In=Mt.mode||Gt,Vn=Qe!=null?Qe:Mt.selectable,Bn=on!=null?on:st,ga={horizontal:{motionName:`${un}-slide-up`},inline:(0,Ie.Z)(un),other:{motionName:`${un}-zoom-big`}},$n=ht("menu",Fn||Mt.prefixCls),Sa=(0,We.Z)($n),[Qn,Mn,Rn]=aa($n,Sa,!Dt),or=xe()(`${$n}-${qn}`,Lt==null?void 0:Lt.className,Dn),Ya=y.useMemo(()=>{var Wa,Qa;if(typeof dn=="function"||Tn(dn))return dn||null;if(typeof Mt.expandIcon=="function"||Tn(Mt.expandIcon))return Mt.expandIcon||null;if(typeof(Lt==null?void 0:Lt.expandIcon)=="function"||Tn(Lt==null?void 0:Lt.expandIcon))return(Lt==null?void 0:Lt.expandIcon)||null;const Je=(Wa=dn!=null?dn:Mt==null?void 0:Mt.expandIcon)!==null&&Wa!==void 0?Wa:Lt==null?void 0:Lt.expandIcon;return(0,Le.Tm)(Je,{className:xe()(`${$n}-submenu-expand-icon`,y.isValidElement(Je)?(Qa=Je.props)===null||Qa===void 0?void 0:Qa.className:void 0)})},[dn,Mt==null?void 0:Mt.expandIcon,Lt==null?void 0:Lt.expandIcon,$n]),Da=y.useMemo(()=>({prefixCls:$n,inlineCollapsed:Bn||!1,direction:vt,firstLevel:!0,theme:qn,mode:In,disableMenuItemTitleTooltip:xn}),[$n,Bn,vt,xn,qn]);return Qn(y.createElement(ce.Z.Provider,{value:null},y.createElement(fe.Provider,{value:Da},y.createElement(pe.ZP,Object.assign({getPopupContainer:It,overflowedIndicator:y.createElement(me.Z,null),overflowedIndicatorPopupClassName:xe()($n,`${$n}-${qn}`,bt),mode:In,selectable:Vn,onClick:hn},rn,{inlineCollapsed:Bn,style:Object.assign(Object.assign({},Lt==null?void 0:Lt.style),Hn),className:or,prefixCls:$n,direction:vt,defaultMotions:ga,expandIcon:Ya,ref:ke,rootClassName:xe()(xt,Mn,Mt.rootClassName,Rn,Sa),_internalComponents:Gn})))))});const Wt=(0,y.forwardRef)((At,ke)=>{const tt=(0,y.useRef)(null),Dt=y.useContext(se.D);return(0,y.useImperativeHandle)(ke,()=>({menu:tt.current,focus:Mt=>{var ht;(ht=tt.current)===null||ht===void 0||ht.focus(Mt)}})),y.createElement(Jn,Object.assign({ref:tt},At,Dt))});Wt.Item=ie,Wt.SubMenu=Ye,Wt.Divider=ee,Wt.ItemGroup=pe.BW;var Sn=Wt},73802:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Qa}});var y=E(67294),pe=E(83963),se={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"}}]},name:"double-left",theme:"outlined"},me=se,Ee=E(84180),xe=function(Ae,it){return y.createElement(Ee.Z,(0,pe.Z)({},Ae,{ref:it,icon:me}))},Se=y.forwardRef(xe),Te=Se,Ie={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"}}]},name:"double-right",theme:"outlined"},Le=Ie,He=function(Ae,it){return y.createElement(Ee.Z,(0,pe.Z)({},Ae,{ref:it,icon:Le}))},We=y.forwardRef(He),rt=We,fe=E(55007),b=E(79269),a=E(13144),ee=E.n(a),x=E(4942),te=E(87462),re=E(71002),ie=E(1413),ce=E(97685),be=E(94184),we=E.n(be);function Re(Je){var Ae=y.useRef();Ae.current=Je;var it=y.useCallback(function(){for(var et,Zt=arguments.length,Ln=new Array(Zt),mn=0;mn<Zt;mn++)Ln[mn]=arguments[mn];return(et=Ae.current)===null||et===void 0?void 0:et.call.apply(et,[Ae].concat(Ln))},[]);return it}function Ke(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Ue=Ke()?y.useLayoutEffect:y.useEffect,Ze=function(Ae,it){var et=y.useRef(!0);Ue(function(){return Ae(et.current)},it),Ue(function(){return et.current=!1,function(){et.current=!0}},[])},qe=function(Ae,it){Ze(function(et){if(!et)return Ae()},it)},wt=null;function Bt(Je){var Ae=y.useRef(!1),it=y.useState(Je),et=(0,ce.Z)(it,2),Zt=et[0],Ln=et[1];y.useEffect(function(){return Ae.current=!1,function(){Ae.current=!0}},[]);function mn(ma,Xn){Xn&&Ae.current||Ln(ma)}return[Zt,mn]}function yn(Je){return Je!==void 0}function Pn(Je,Ae){var it=Ae||{},et=it.defaultValue,Zt=it.value,Ln=it.onChange,mn=it.postState,ma=Bt(function(){return yn(Zt)?Zt:yn(et)?typeof et=="function"?et():et:typeof Je=="function"?Je():Je}),Xn=(0,ce.Z)(ma,2),Pa=Xn[0],Ia=Xn[1],Oa=Zt!==void 0?Zt:Pa,sn=mn?mn(Oa):Oa,wa=Re(Ln),fr=Bt([Oa]),er=(0,ce.Z)(fr,2),Ta=er[0],pa=er[1];qe(function(){var cr=Ta[0];Pa!==cr&&wa(Pa,cr)},[Ta]),qe(function(){yn(Zt)||Ia(Zt)},[Zt]);var hr=Re(function(cr,Xa){Ia(cr,Xa),pa([Oa],Xa)});return[sn,hr]}var Ut={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(Ae){var it=Ae.keyCode;if(Ae.altKey&&!Ae.ctrlKey||Ae.metaKey||it>=Ut.F1&&it<=Ut.F12)return!1;switch(it){case Ut.ALT:case Ut.CAPS_LOCK:case Ut.CONTEXT_MENU:case Ut.CTRL:case Ut.DOWN:case Ut.END:case Ut.ESC:case Ut.HOME:case Ut.INSERT:case Ut.LEFT:case Ut.MAC_FF_META:case Ut.META:case Ut.NUMLOCK:case Ut.NUM_CENTER:case Ut.PAGE_DOWN:case Ut.PAGE_UP:case Ut.PAUSE:case Ut.PRINT_SCREEN:case Ut.RIGHT:case Ut.SHIFT:case Ut.UP:case Ut.WIN_KEY:case Ut.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(Ae){if(Ae>=Ut.ZERO&&Ae<=Ut.NINE||Ae>=Ut.NUM_ZERO&&Ae<=Ut.NUM_MULTIPLY||Ae>=Ut.A&&Ae<=Ut.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&Ae===0)return!0;switch(Ae){case Ut.SPACE:case Ut.QUESTION_MARK:case Ut.NUM_PLUS:case Ut.NUM_MINUS:case Ut.NUM_PERIOD:case Ut.NUM_DIVISION:case Ut.SEMICOLON:case Ut.DASH:case Ut.EQUALS:case Ut.COMMA:case Ut.PERIOD:case Ut.SLASH:case Ut.APOSTROPHE:case Ut.SINGLE_QUOTE:case Ut.OPEN_SQUARE_BRACKET:case Ut.BACKSLASH:case Ut.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},ln=Ut,cn=`accept acceptCharset accessKey action allowFullScreen allowTransparency
|
|
|
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
|
|
|
charSet checked classID className colSpan cols content contentEditable contextMenu
|
|
|
controls coords crossOrigin data dateTime default defer dir disabled download draggable
|
|
|
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
|
|
|
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity
|
|
|
is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media
|
|
|
mediaGroup method min minLength multiple muted name noValidate nonce open
|
|
|
optimum pattern placeholder poster preload radioGroup readOnly rel required
|
|
|
reversed role rowSpan rows sandbox scope scoped scrolling seamless selected
|
|
|
shape size sizes span spellCheck src srcDoc srcLang srcSet start step style
|
|
|
summary tabIndex target title type useMap value width wmode wrap`,Cn=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown
|
|
|
onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick
|
|
|
onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown
|
|
|
onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel
|
|
|
onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough
|
|
|
onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata
|
|
|
onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,Yn="".concat(cn," ").concat(Cn).split(/[\s\n]+/),Vt="aria-",Jt="data-";function ia(Je,Ae){return Je.indexOf(Ae)===0}function Et(Je){var Ae=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,it;Ae===!1?it={aria:!0,data:!0,attr:!0}:Ae===!0?it={aria:!0}:it=(0,ie.Z)({},Ae);var et={};return Object.keys(Je).forEach(function(Zt){(it.aria&&(Zt==="role"||ia(Zt,Vt))||it.data&&ia(Zt,Jt)||it.attr&&Yn.includes(Zt))&&(et[Zt]=Je[Zt])}),et}var zt={},Qt=[],aa=function(Ae){Qt.push(Ae)};function Ct(Je,Ae){if(0)var it}function vn(Je,Ae){if(0)var it}function Ye(){zt={}}function wn(Je,Ae,it){!Ae&&!zt[it]&&(Je(!1,it),zt[it]=!0)}function Tn(Je,Ae){wn(Ct,Je,Ae)}function Gn(Je,Ae){wn(vn,Je,Ae)}Tn.preMessage=aa,Tn.resetWarned=Ye,Tn.noteOnce=Gn;var Kn=null,Jn=E(81626),Wt=[10,20,50,100],Sn=function(Ae){var it=Ae.pageSizeOptions,et=it===void 0?Wt:it,Zt=Ae.locale,Ln=Ae.changeSize,mn=Ae.pageSize,ma=Ae.goButton,Xn=Ae.quickGo,Pa=Ae.rootPrefixCls,Ia=Ae.disabled,Oa=Ae.buildOptionText,sn=Ae.showSizeChanger,wa=Ae.sizeChangerRender,fr=y.useState(""),er=(0,ce.Z)(fr,2),Ta=er[0],pa=er[1],hr=function(){return!Ta||Number.isNaN(Ta)?void 0:Number(Ta)},cr=typeof Oa=="function"?Oa:function(jr){return"".concat(jr," ").concat(Zt.items_per_page)},Xa=function(gt){pa(gt.target.value)},Ca=function(gt){ma||Ta===""||(pa(""),!(gt.relatedTarget&&(gt.relatedTarget.className.indexOf("".concat(Pa,"-item-link"))>=0||gt.relatedTarget.className.indexOf("".concat(Pa,"-item"))>=0))&&(Xn==null||Xn(hr())))},Er=function(gt){Ta!==""&&(gt.keyCode===ln.ENTER||gt.type==="click")&&(pa(""),Xn==null||Xn(hr()))},Pr=function(){return et.some(function(gt){return gt.toString()===mn.toString()})?et:et.concat([mn]).sort(function(gt,Yt){var tn=Number.isNaN(Number(gt))?0:Number(gt),ft=Number.isNaN(Number(Yt))?0:Number(Yt);return tn-ft})},Ir="".concat(Pa,"-options");if(!sn&&!Xn)return null;var Xr=null,po=null,nn=null;return sn&&wa&&(Xr=wa({disabled:Ia,size:mn,onSizeChange:function(gt){Ln==null||Ln(Number(gt))},"aria-label":Zt.page_size,className:"".concat(Ir,"-size-changer"),options:Pr().map(function(jr){return{label:cr(jr),value:jr}})})),Xn&&(ma&&(nn=typeof ma=="boolean"?y.createElement("button",{type:"button",onClick:Er,onKeyUp:Er,disabled:Ia,className:"".concat(Ir,"-quick-jumper-button")},Zt.jump_to_confirm):y.createElement("span",{onClick:Er,onKeyUp:Er},ma)),po=y.createElement("div",{className:"".concat(Ir,"-quick-jumper")},Zt.jump_to,y.createElement("input",{disabled:Ia,type:"text",value:Ta,onChange:Xa,onKeyUp:Er,onBlur:Ca,"aria-label":Zt.page}),Zt.page,nn)),y.createElement("li",{className:Ir},Xr,po)},At=Sn,ke=function(Ae){var it=Ae.rootPrefixCls,et=Ae.page,Zt=Ae.active,Ln=Ae.className,mn=Ae.showTitle,ma=Ae.onClick,Xn=Ae.onKeyPress,Pa=Ae.itemRender,Ia="".concat(it,"-item"),Oa=we()(Ia,"".concat(Ia,"-").concat(et),(0,x.Z)((0,x.Z)({},"".concat(Ia,"-active"),Zt),"".concat(Ia,"-disabled"),!et),Ln),sn=function(){ma(et)},wa=function(Ta){Xn(Ta,ma,et)},fr=Pa(et,"page",y.createElement("a",{rel:"nofollow"},et));return fr?y.createElement("li",{title:mn?String(et):null,className:Oa,onClick:sn,onKeyDown:wa,tabIndex:0},fr):null},tt=ke,Dt=function(Ae,it,et){return et};function Mt(){}function ht(Je){var Ae=Number(Je);return typeof Ae=="number"&&!Number.isNaN(Ae)&&isFinite(Ae)&&Math.floor(Ae)===Ae}function It(Je,Ae,it){var et=typeof Je=="undefined"?Ae:Je;return Math.floor((it-1)/et)+1}var vt=function(Ae){var it=Ae.prefixCls,et=it===void 0?"rc-pagination":it,Zt=Ae.selectPrefixCls,Ln=Zt===void 0?"rc-select":Zt,mn=Ae.className,ma=Ae.current,Xn=Ae.defaultCurrent,Pa=Xn===void 0?1:Xn,Ia=Ae.total,Oa=Ia===void 0?0:Ia,sn=Ae.pageSize,wa=Ae.defaultPageSize,fr=wa===void 0?10:wa,er=Ae.onChange,Ta=er===void 0?Mt:er,pa=Ae.hideOnSinglePage,hr=Ae.align,cr=Ae.showPrevNextJumpers,Xa=cr===void 0?!0:cr,Ca=Ae.showQuickJumper,Er=Ae.showLessItems,Pr=Ae.showTitle,Ir=Pr===void 0?!0:Pr,Xr=Ae.onShowSizeChange,po=Xr===void 0?Mt:Xr,nn=Ae.locale,jr=nn===void 0?Jn.Z:nn,gt=Ae.style,Yt=Ae.totalBoundaryShowSizeChanger,tn=Yt===void 0?50:Yt,ft=Ae.disabled,Tt=Ae.simple,_t=Ae.showTotal,jt=Ae.showSizeChanger,Ht=jt===void 0?Oa>tn:jt,ca=Ae.sizeChangerRender,la=Ae.pageSizeOptions,ha=Ae.itemRender,An=ha===void 0?Dt:ha,Ma=Ae.jumpPrevIcon,da=Ae.jumpNextIcon,tr=Ae.prevIcon,Tr=Ae.nextIcon,ir=y.useRef(null),Ra=Pn(10,{value:sn,defaultValue:fr}),Rr=(0,ce.Z)(Ra,2),lr=Rr[0],xr=Rr[1],fa=Pn(1,{value:ma,defaultValue:Pa,postState:function(dr){return Math.max(1,Math.min(dr,It(void 0,lr,Oa)))}}),Lr=(0,ce.Z)(fa,2),va=Lr[0],Br=Lr[1],Bo=y.useState(va),Lo=(0,ce.Z)(Bo,2),Mr=Lo[0],ho=Lo[1];(0,y.useEffect)(function(){ho(va)},[va]);var Io=Ta!==Mt,ti="current"in Ae,Eo=Math.max(1,va-(Er?3:5)),To=Math.min(It(void 0,lr,Oa),va+(Er?3:5));function ao(Ua,dr){var oo=Ua||y.createElement("button",{type:"button","aria-label":dr,className:"".concat(et,"-item-link")});return typeof Ua=="function"&&(oo=y.createElement(Ua,(0,ie.Z)({},Ae))),oo}function _o(Ua){var dr=Ua.target.value,oo=It(void 0,lr,Oa),No;return dr===""?No=dr:Number.isNaN(Number(dr))?No=Mr:dr>=oo?No=oo:No=Number(dr),No}function ni(Ua){return ht(Ua)&&Ua!==va&&ht(Oa)&&Oa>0}var Yo=Oa>lr?Ca:!1;function Ho(Ua){(Ua.keyCode===ln.UP||Ua.keyCode===ln.DOWN)&&Ua.preventDefault()}function Uo(Ua){var dr=_o(Ua);switch(dr!==Mr&&ho(dr),Ua.keyCode){case ln.ENTER:Zn(dr);break;case ln.UP:Zn(dr-1);break;case ln.DOWN:Zn(dr+1);break;default:break}}function nr(Ua){Zn(_o(Ua))}function lo(Ua){var dr=It(Ua,lr,Oa),oo=va>dr&&dr!==0?dr:va;xr(Ua),ho(oo),po==null||po(va,Ua),Br(oo),Ta==null||Ta(oo,Ua)}function Zn(Ua){if(ni(Ua)&&!ft){var dr=It(void 0,lr,Oa),oo=Ua;return Ua>dr?oo=dr:Ua<1&&(oo=1),oo!==Mr&&ho(oo),Br(oo),Ta==null||Ta(oo,lr),oo}return va}var kn=va>1,jn=va<It(void 0,lr,Oa);function ra(){kn&&Zn(va-1)}function _a(){jn&&Zn(va+1)}function Or(){Zn(Eo)}function Fe(){Zn(To)}function _e(Ua,dr){if(Ua.key==="Enter"||Ua.charCode===ln.ENTER||Ua.keyCode===ln.ENTER){for(var oo=arguments.length,No=new Array(oo>2?oo-2:0),Wo=2;Wo<oo;Wo++)No[Wo-2]=arguments[Wo];dr.apply(void 0,No)}}function nt(Ua){_e(Ua,ra)}function St(Ua){_e(Ua,_a)}function gn(Ua){_e(Ua,Or)}function na(Ua){_e(Ua,Fe)}function xa(Ua){var dr=An(Ua,"prev",ao(tr,"prev page"));return y.isValidElement(dr)?y.cloneElement(dr,{disabled:!kn}):dr}function Ha(Ua){var dr=An(Ua,"next",ao(Tr,"next page"));return y.isValidElement(dr)?y.cloneElement(dr,{disabled:!jn}):dr}function $a(Ua){(Ua.type==="click"||Ua.keyCode===ln.ENTER)&&Zn(Mr)}var Ur=null,kr=Et(Ae,{aria:!0,data:!0}),ro=_t&&y.createElement("li",{className:"".concat(et,"-total-text")},_t(Oa,[Oa===0?0:(va-1)*lr+1,va*lr>Oa?Oa:va*lr])),Sr=null,ka=It(void 0,lr,Oa);if(pa&&Oa<=lr)return null;var Ba=[],Kr={rootPrefixCls:et,onClick:Zn,onKeyPress:_e,showTitle:Ir,itemRender:An,page:-1},so=va-1>0?va-1:0,Po=va+1<ka?va+1:ka,Zr=Ca&&Ca.goButton,co=(0,re.Z)(Tt)==="object"?Tt.readOnly:!Tt,Jr=Zr,qr=null;Tt&&(Zr&&(typeof Zr=="boolean"?Jr=y.createElement("button",{type:"button",onClick:$a,onKeyUp:$a},jr.jump_to_confirm):Jr=y.createElement("span",{onClick:$a,onKeyUp:$a},Zr),Jr=y.createElement("li",{title:Ir?"".concat(jr.jump_to).concat(va,"/").concat(ka):null,className:"".concat(et,"-simple-pager")},Jr)),qr=y.createElement("li",{title:Ir?"".concat(va,"/").concat(ka):null,className:"".concat(et,"-simple-pager")},co?Mr:y.createElement("input",{type:"text","aria-label":jr.jump_to,value:Mr,disabled:ft,onKeyDown:Ho,onKeyUp:Uo,onChange:Uo,onBlur:nr,size:3}),y.createElement("span",{className:"".concat(et,"-slash")},"/"),ka));var Qr=Er?1:2;if(ka<=3+Qr*2){ka||Ba.push(y.createElement(tt,(0,te.Z)({},Kr,{key:"noPager",page:1,className:"".concat(et,"-item-disabled")})));for(var Fa=1;Fa<=ka;Fa+=1)Ba.push(y.createElement(tt,(0,te.Z)({},Kr,{key:Fa,page:Fa,active:va===Fa})))}else{var Cr=Er?jr.prev_3:jr.prev_5,zr=Er?jr.next_3:jr.next_5,ja=An(Eo,"jump-prev",ao(Ma,"prev page")),Ar=An(To,"jump-next",ao(da,"next page"));Xa&&(Ur=ja?y.createElement("li",{title:Ir?Cr:null,key:"prev",onClick:Or,tabIndex:0,onKeyDown:gn,className:we()("".concat(et,"-jump-prev"),(0,x.Z)({},"".concat(et,"-jump-prev-custom-icon"),!!Ma))},ja):null,Sr=Ar?y.createElement("li",{title:Ir?zr:null,key:"next",onClick:Fe,tabIndex:0,onKeyDown:na,className:we()("".concat(et,"-jump-next"),(0,x.Z)({},"".concat(et,"-jump-next-custom-icon"),!!da))},Ar):null);var Gr=Math.max(1,va-Qr),Ro=Math.min(va+Qr,ka);va-1<=Qr&&(Ro=1+Qr*2),ka-va<=Qr&&(Gr=ka-Qr*2);for(var So=Gr;So<=Ro;So+=1)Ba.push(y.createElement(tt,(0,te.Z)({},Kr,{key:So,page:So,active:va===So})));if(va-1>=Qr*2&&va!==3&&(Ba[0]=y.cloneElement(Ba[0],{className:we()("".concat(et,"-item-after-jump-prev"),Ba[0].props.className)}),Ba.unshift(Ur)),ka-va>=Qr*2&&va!==ka-2){var Oo=Ba[Ba.length-1];Ba[Ba.length-1]=y.cloneElement(Oo,{className:we()("".concat(et,"-item-before-jump-next"),Oo.props.className)}),Ba.push(Sr)}Gr!==1&&Ba.unshift(y.createElement(tt,(0,te.Z)({},Kr,{key:1,page:1}))),Ro!==ka&&Ba.push(y.createElement(tt,(0,te.Z)({},Kr,{key:ka,page:ka})))}var ai=xa(so);if(ai){var si=!kn||!ka;ai=y.createElement("li",{title:Ir?jr.prev_page:null,onClick:ra,tabIndex:si?null:0,onKeyDown:nt,className:we()("".concat(et,"-prev"),(0,x.Z)({},"".concat(et,"-disabled"),si)),"aria-disabled":si},ai)}var ri=Ha(Po);if(ri){var oi,li;Tt?(oi=!jn,li=kn?0:null):(oi=!jn||!ka,li=oi?null:0),ri=y.createElement("li",{title:Ir?jr.next_page:null,onClick:_a,tabIndex:li,onKeyDown:St,className:we()("".concat(et,"-next"),(0,x.Z)({},"".concat(et,"-disabled"),oi)),"aria-disabled":oi},ri)}var mo=we()(et,mn,(0,x.Z)((0,x.Z)((0,x.Z)((0,x.Z)((0,x.Z)({},"".concat(et,"-start"),hr==="start"),"".concat(et,"-center"),hr==="center"),"".concat(et,"-end"),hr==="end"),"".concat(et,"-simple"),Tt),"".concat(et,"-disabled"),ft));return y.createElement("ul",(0,te.Z)({className:mo,style:gt,ref:ir},kr),ro,ai,Tt?qr:Ba,ri,y.createElement(At,{locale:jr,rootPrefixCls:et,disabled:ft,selectPrefixCls:Ln,changeSize:lo,pageSize:lr,pageSizeOptions:la,quickGo:Yo?Zn:null,goButton:Jr,showSizeChanger:Ht,sizeChangerRender:ca}))},Lt=vt,un=E(62906),Fn=E(53124),Dn=E(98675),Hn=E(25378),qn=E(10110),dn=E(88044),xn=E(15729),on=E(16777),st=E(47673),xt=E(20353),Gt=E(93900),Qe=E(14747),lt=E(43259),bt=E(83559);const Ot=Je=>{const{componentCls:Ae}=Je;return{[`${Ae}-disabled`]:{"&, &:hover":{cursor:"not-allowed",[`${Ae}-item-link`]:{color:Je.colorTextDisabled,cursor:"not-allowed"}},"&:focus-visible":{cursor:"not-allowed",[`${Ae}-item-link`]:{color:Je.colorTextDisabled,cursor:"not-allowed"}}},[`&${Ae}-disabled`]:{cursor:"not-allowed",[`${Ae}-item`]:{cursor:"not-allowed",backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"},a:{color:Je.colorTextDisabled,backgroundColor:"transparent",border:"none",cursor:"not-allowed"},"&-active":{borderColor:Je.colorBorder,backgroundColor:Je.itemActiveBgDisabled,"&:hover, &:active":{backgroundColor:Je.itemActiveBgDisabled},a:{color:Je.itemActiveColorDisabled}}},[`${Ae}-item-link`]:{color:Je.colorTextDisabled,cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},[`${Ae}-simple&`]:{backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"}}},[`${Ae}-simple-pager`]:{color:Je.colorTextDisabled},[`${Ae}-jump-prev, ${Ae}-jump-next`]:{[`${Ae}-item-link-icon`]:{opacity:0},[`${Ae}-item-ellipsis`]:{opacity:1}}},[`&${Ae}-simple`]:{[`${Ae}-prev, ${Ae}-next`]:{[`&${Ae}-disabled ${Ae}-item-link`]:{"&:hover, &:active":{backgroundColor:"transparent"}}}}}},rn=Je=>{const{componentCls:Ae}=Je;return{[`&${Ae}-mini ${Ae}-total-text, &${Ae}-mini ${Ae}-simple-pager`]:{height:Je.itemSizeSM,lineHeight:(0,on.unit)(Je.itemSizeSM)},[`&${Ae}-mini ${Ae}-item`]:{minWidth:Je.itemSizeSM,height:Je.itemSizeSM,margin:0,lineHeight:(0,on.unit)(Je.calc(Je.itemSizeSM).sub(2).equal())},[`&${Ae}-mini ${Ae}-prev, &${Ae}-mini ${Ae}-next`]:{minWidth:Je.itemSizeSM,height:Je.itemSizeSM,margin:0,lineHeight:(0,on.unit)(Je.itemSizeSM)},[`&${Ae}-mini:not(${Ae}-disabled)`]:{[`${Ae}-prev, ${Ae}-next`]:{[`&:hover ${Ae}-item-link`]:{backgroundColor:Je.colorBgTextHover},[`&:active ${Ae}-item-link`]:{backgroundColor:Je.colorBgTextActive},[`&${Ae}-disabled:hover ${Ae}-item-link`]:{backgroundColor:"transparent"}}},[`
|
|
|
&${Ae}-mini ${Ae}-prev ${Ae}-item-link,
|
|
|
&${Ae}-mini ${Ae}-next ${Ae}-item-link
|
|
|
`]:{backgroundColor:"transparent",borderColor:"transparent","&::after":{height:Je.itemSizeSM,lineHeight:(0,on.unit)(Je.itemSizeSM)}},[`&${Ae}-mini ${Ae}-jump-prev, &${Ae}-mini ${Ae}-jump-next`]:{height:Je.itemSizeSM,marginInlineEnd:0,lineHeight:(0,on.unit)(Je.itemSizeSM)},[`&${Ae}-mini ${Ae}-options`]:{marginInlineStart:Je.paginationMiniOptionsMarginInlineStart,"&-size-changer":{top:Je.miniOptionsSizeChangerTop},"&-quick-jumper":{height:Je.itemSizeSM,lineHeight:(0,on.unit)(Je.itemSizeSM),input:Object.assign(Object.assign({},(0,st.x0)(Je)),{width:Je.paginationMiniQuickJumperInputWidth,height:Je.controlHeightSM})}}}},hn=Je=>{const{componentCls:Ae}=Je;return{[`
|
|
|
&${Ae}-simple ${Ae}-prev,
|
|
|
&${Ae}-simple ${Ae}-next
|
|
|
`]:{height:Je.itemSizeSM,lineHeight:(0,on.unit)(Je.itemSizeSM),verticalAlign:"top",[`${Ae}-item-link`]:{height:Je.itemSizeSM,backgroundColor:"transparent",border:0,"&:hover":{backgroundColor:Je.colorBgTextHover},"&:active":{backgroundColor:Je.colorBgTextActive},"&::after":{height:Je.itemSizeSM,lineHeight:(0,on.unit)(Je.itemSizeSM)}}},[`&${Ae}-simple ${Ae}-simple-pager`]:{display:"inline-block",height:Je.itemSizeSM,marginInlineEnd:Je.marginXS,input:{boxSizing:"border-box",height:"100%",padding:`0 ${(0,on.unit)(Je.paginationItemPaddingInline)}`,textAlign:"center",backgroundColor:Je.itemInputBg,border:`${(0,on.unit)(Je.lineWidth)} ${Je.lineType} ${Je.colorBorder}`,borderRadius:Je.borderRadius,outline:"none",transition:`border-color ${Je.motionDurationMid}`,color:"inherit","&:hover":{borderColor:Je.colorPrimary},"&:focus":{borderColor:Je.colorPrimaryHover,boxShadow:`${(0,on.unit)(Je.inputOutlineOffset)} 0 ${(0,on.unit)(Je.controlOutlineWidth)} ${Je.controlOutline}`},"&[disabled]":{color:Je.colorTextDisabled,backgroundColor:Je.colorBgContainerDisabled,borderColor:Je.colorBorder,cursor:"not-allowed"}}}}},In=Je=>{const{componentCls:Ae}=Je;return{[`${Ae}-jump-prev, ${Ae}-jump-next`]:{outline:0,[`${Ae}-item-container`]:{position:"relative",[`${Ae}-item-link-icon`]:{color:Je.colorPrimary,fontSize:Je.fontSizeSM,opacity:0,transition:`all ${Je.motionDurationMid}`,"&-svg":{top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,margin:"auto"}},[`${Ae}-item-ellipsis`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,display:"block",margin:"auto",color:Je.colorTextDisabled,letterSpacing:Je.paginationEllipsisLetterSpacing,textAlign:"center",textIndent:Je.paginationEllipsisTextIndent,opacity:1,transition:`all ${Je.motionDurationMid}`}},"&:hover":{[`${Ae}-item-link-icon`]:{opacity:1},[`${Ae}-item-ellipsis`]:{opacity:0}}},[`
|
|
|
${Ae}-prev,
|
|
|
${Ae}-jump-prev,
|
|
|
${Ae}-jump-next
|
|
|
`]:{marginInlineEnd:Je.marginXS},[`
|
|
|
${Ae}-prev,
|
|
|
${Ae}-next,
|
|
|
${Ae}-jump-prev,
|
|
|
${Ae}-jump-next
|
|
|
`]:{display:"inline-block",minWidth:Je.itemSize,height:Je.itemSize,color:Je.colorText,fontFamily:Je.fontFamily,lineHeight:(0,on.unit)(Je.itemSize),textAlign:"center",verticalAlign:"middle",listStyle:"none",borderRadius:Je.borderRadius,cursor:"pointer",transition:`all ${Je.motionDurationMid}`},[`${Ae}-prev, ${Ae}-next`]:{outline:0,button:{color:Je.colorText,cursor:"pointer",userSelect:"none"},[`${Ae}-item-link`]:{display:"block",width:"100%",height:"100%",padding:0,fontSize:Je.fontSizeSM,textAlign:"center",backgroundColor:"transparent",border:`${(0,on.unit)(Je.lineWidth)} ${Je.lineType} transparent`,borderRadius:Je.borderRadius,outline:"none",transition:`all ${Je.motionDurationMid}`},[`&:hover ${Ae}-item-link`]:{backgroundColor:Je.colorBgTextHover},[`&:active ${Ae}-item-link`]:{backgroundColor:Je.colorBgTextActive},[`&${Ae}-disabled:hover`]:{[`${Ae}-item-link`]:{backgroundColor:"transparent"}}},[`${Ae}-slash`]:{marginInlineEnd:Je.paginationSlashMarginInlineEnd,marginInlineStart:Je.paginationSlashMarginInlineStart},[`${Ae}-options`]:{display:"inline-block",marginInlineStart:Je.margin,verticalAlign:"middle","&-size-changer":{display:"inline-block",width:"auto"},"&-quick-jumper":{display:"inline-block",height:Je.controlHeight,marginInlineStart:Je.marginXS,lineHeight:(0,on.unit)(Je.controlHeight),verticalAlign:"top",input:Object.assign(Object.assign(Object.assign({},(0,st.ik)(Je)),(0,Gt.$U)(Je,{borderColor:Je.colorBorder,hoverBorderColor:Je.colorPrimaryHover,activeBorderColor:Je.colorPrimary,activeShadow:Je.activeShadow})),{"&[disabled]":Object.assign({},(0,Gt.Xy)(Je)),width:Je.calc(Je.controlHeightLG).mul(1.25).equal(),height:Je.controlHeight,boxSizing:"border-box",margin:0,marginInlineStart:Je.marginXS,marginInlineEnd:Je.marginXS})}}}},Vn=Je=>{const{componentCls:Ae}=Je;return{[`${Ae}-item`]:{display:"inline-block",minWidth:Je.itemSize,height:Je.itemSize,marginInlineEnd:Je.marginXS,fontFamily:Je.fontFamily,lineHeight:(0,on.unit)(Je.calc(Je.itemSize).sub(2).equal()),textAlign:"center",verticalAlign:"middle",listStyle:"none",backgroundColor:Je.itemBg,border:`${(0,on.unit)(Je.lineWidth)} ${Je.lineType} transparent`,borderRadius:Je.borderRadius,outline:0,cursor:"pointer",userSelect:"none",a:{display:"block",padding:`0 ${(0,on.unit)(Je.paginationItemPaddingInline)}`,color:Je.colorText,"&:hover":{textDecoration:"none"}},[`&:not(${Ae}-item-active)`]:{"&:hover":{transition:`all ${Je.motionDurationMid}`,backgroundColor:Je.colorBgTextHover},"&:active":{backgroundColor:Je.colorBgTextActive}},"&-active":{fontWeight:Je.fontWeightStrong,backgroundColor:Je.itemActiveBg,borderColor:Je.colorPrimary,a:{color:Je.colorPrimary},"&:hover":{borderColor:Je.colorPrimaryHover},"&:hover a":{color:Je.colorPrimaryHover}}}}},Bn=Je=>{const{componentCls:Ae}=Je;return{[Ae]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,Qe.Wf)(Je)),{display:"flex","&-start":{justifyContent:"start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"end"},"ul, ol":{margin:0,padding:0,listStyle:"none"},"&::after":{display:"block",clear:"both",height:0,overflow:"hidden",visibility:"hidden",content:'""'},[`${Ae}-total-text`]:{display:"inline-block",height:Je.itemSize,marginInlineEnd:Je.marginXS,lineHeight:(0,on.unit)(Je.calc(Je.itemSize).sub(2).equal()),verticalAlign:"middle"}}),Vn(Je)),In(Je)),hn(Je)),rn(Je)),Ot(Je)),{[`@media only screen and (max-width: ${Je.screenLG}px)`]:{[`${Ae}-item`]:{"&-after-jump-prev, &-before-jump-next":{display:"none"}}},[`@media only screen and (max-width: ${Je.screenSM}px)`]:{[`${Ae}-options`]:{display:"none"}}}),[`&${Je.componentCls}-rtl`]:{direction:"rtl"}}},ga=Je=>{const{componentCls:Ae}=Je;return{[`${Ae}:not(${Ae}-disabled)`]:{[`${Ae}-item`]:Object.assign({},(0,Qe.Qy)(Je)),[`${Ae}-jump-prev, ${Ae}-jump-next`]:{"&:focus-visible":Object.assign({[`${Ae}-item-link-icon`]:{opacity:1},[`${Ae}-item-ellipsis`]:{opacity:0}},(0,Qe.oN)(Je))},[`${Ae}-prev, ${Ae}-next`]:{[`&:focus-visible ${Ae}-item-link`]:Object.assign({},(0,Qe.oN)(Je))}}}},$n=Je=>Object.assign({itemBg:Je.colorBgContainer,itemSize:Je.controlHeight,itemSizeSM:Je.controlHeightSM,itemActiveBg:Je.colorBgContainer,itemLinkBg:Je.colorBgContainer,itemActiveColorDisabled:Je.colorTextDisabled,itemActiveBgDisabled:Je.controlItemBgActiveDisabled,itemInputBg:Je.colorBgContainer,miniOptionsSizeChangerTop:0},(0,xt.T)(Je)),Sa=Je=>(0,lt.mergeToken)(Je,{inputOutlineOffset:0,paginationMiniOptionsMarginInlineStart:Je.calc(Je.marginXXS).div(2).equal(),paginationMiniQuickJumperInputWidth:Je.calc(Je.controlHeightLG).mul(1.1).equal(),paginationItemPaddingInline:Je.calc(Je.marginXXS).mul(1.5).equal(),paginationEllipsisLetterSpacing:Je.calc(Je.marginXXS).div(2).equal(),paginationSlashMarginInlineStart:Je.marginSM,paginationSlashMarginInlineEnd:Je.marginSM,paginationEllipsisTextIndent:"0.13em"},(0,xt.e)(Je));var Qn=(0,bt.I$)("Pagination",Je=>{const Ae=Sa(Je);return[Bn(Ae),ga(Ae)]},$n);const Mn=Je=>{const{componentCls:Ae}=Je;return{[`${Ae}${Ae}-bordered${Ae}-disabled:not(${Ae}-mini)`]:{"&, &:hover":{[`${Ae}-item-link`]:{borderColor:Je.colorBorder}},"&:focus-visible":{[`${Ae}-item-link`]:{borderColor:Je.colorBorder}},[`${Ae}-item, ${Ae}-item-link`]:{backgroundColor:Je.colorBgContainerDisabled,borderColor:Je.colorBorder,[`&:hover:not(${Ae}-item-active)`]:{backgroundColor:Je.colorBgContainerDisabled,borderColor:Je.colorBorder,a:{color:Je.colorTextDisabled}},[`&${Ae}-item-active`]:{backgroundColor:Je.itemActiveBgDisabled}},[`${Ae}-prev, ${Ae}-next`]:{"&:hover button":{backgroundColor:Je.colorBgContainerDisabled,borderColor:Je.colorBorder,color:Je.colorTextDisabled},[`${Ae}-item-link`]:{backgroundColor:Je.colorBgContainerDisabled,borderColor:Je.colorBorder}}},[`${Ae}${Ae}-bordered:not(${Ae}-mini)`]:{[`${Ae}-prev, ${Ae}-next`]:{"&:hover button":{borderColor:Je.colorPrimaryHover,backgroundColor:Je.itemBg},[`${Ae}-item-link`]:{backgroundColor:Je.itemLinkBg,borderColor:Je.colorBorder},[`&:hover ${Ae}-item-link`]:{borderColor:Je.colorPrimary,backgroundColor:Je.itemBg,color:Je.colorPrimary},[`&${Ae}-disabled`]:{[`${Ae}-item-link`]:{borderColor:Je.colorBorder,color:Je.colorTextDisabled}}},[`${Ae}-item`]:{backgroundColor:Je.itemBg,border:`${(0,on.unit)(Je.lineWidth)} ${Je.lineType} ${Je.colorBorder}`,[`&:hover:not(${Ae}-item-active)`]:{borderColor:Je.colorPrimary,backgroundColor:Je.itemBg,a:{color:Je.colorPrimary}},"&-active":{borderColor:Je.colorPrimary}}}}};var Rn=(0,bt.bk)(["Pagination","bordered"],Je=>{const Ae=Sa(Je);return[Mn(Ae)]},$n);function or(Je){return(0,y.useMemo)(()=>typeof Je=="boolean"?[Je,{}]:Je&&typeof Je=="object"?[!0,Je]:[void 0,void 0],[Je])}var Ya=function(Je,Ae){var it={};for(var et in Je)Object.prototype.hasOwnProperty.call(Je,et)&&Ae.indexOf(et)<0&&(it[et]=Je[et]);if(Je!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Zt=0,et=Object.getOwnPropertySymbols(Je);Zt<et.length;Zt++)Ae.indexOf(et[Zt])<0&&Object.prototype.propertyIsEnumerable.call(Je,et[Zt])&&(it[et[Zt]]=Je[et[Zt]]);return it},Wa=Je=>{const{align:Ae,prefixCls:it,selectPrefixCls:et,className:Zt,rootClassName:Ln,style:mn,size:ma,locale:Xn,responsive:Pa,showSizeChanger:Ia,selectComponentClass:Oa,pageSizeOptions:sn}=Je,wa=Ya(Je,["align","prefixCls","selectPrefixCls","className","rootClassName","style","size","locale","responsive","showSizeChanger","selectComponentClass","pageSizeOptions"]),{xs:fr}=(0,Hn.Z)(Pa),[,er]=(0,xn.ZP)(),{getPrefixCls:Ta,direction:pa,showSizeChanger:hr,className:cr,style:Xa}=(0,Fn.dj)("pagination"),Ca=Ta("pagination",it),[Er,Pr,Ir]=Qn(Ca),Xr=(0,Dn.Z)(ma),po=Xr==="small"||!!(fr&&!Xr&&Pa),[nn]=(0,qn.Z)("Pagination",un.Z),jr=Object.assign(Object.assign({},nn),Xn),[gt,Yt]=or(Ia),[tn,ft]=or(hr),Tt=gt!=null?gt:tn,_t=Yt!=null?Yt:ft,jt=Oa||dn.default,Ht=y.useMemo(()=>sn?sn.map(da=>Number(da)):void 0,[sn]),ca=da=>{var tr;const{disabled:Tr,size:ir,onSizeChange:Ra,"aria-label":Rr,className:lr,options:xr}=da,{className:fa,onChange:Lr}=_t||{},va=(tr=xr.find(Br=>String(Br.value)===String(ir)))===null||tr===void 0?void 0:tr.value;return y.createElement(jt,Object.assign({disabled:Tr,showSearch:!0,popupMatchSelectWidth:!1,getPopupContainer:Br=>Br.parentNode,"aria-label":Rr,options:xr},_t,{value:va,onChange:(Br,Bo)=>{Ra==null||Ra(Br),Lr==null||Lr(Br,Bo)},size:po?"small":"middle",className:ee()(lr,fa)}))},la=y.useMemo(()=>{const da=y.createElement("span",{className:`${Ca}-item-ellipsis`},"\u2022\u2022\u2022"),tr=y.createElement("button",{className:`${Ca}-item-link`,type:"button",tabIndex:-1},pa==="rtl"?y.createElement(b.Z,null):y.createElement(fe.Z,null)),Tr=y.createElement("button",{className:`${Ca}-item-link`,type:"button",tabIndex:-1},pa==="rtl"?y.createElement(fe.Z,null):y.createElement(b.Z,null)),ir=y.createElement("a",{className:`${Ca}-item-link`},y.createElement("div",{className:`${Ca}-item-container`},pa==="rtl"?y.createElement(rt,{className:`${Ca}-item-link-icon`}):y.createElement(Te,{className:`${Ca}-item-link-icon`}),da)),Ra=y.createElement("a",{className:`${Ca}-item-link`},y.createElement("div",{className:`${Ca}-item-container`},pa==="rtl"?y.createElement(Te,{className:`${Ca}-item-link-icon`}):y.createElement(rt,{className:`${Ca}-item-link-icon`}),da));return{prevIcon:tr,nextIcon:Tr,jumpPrevIcon:ir,jumpNextIcon:Ra}},[pa,Ca]),ha=Ta("select",et),An=ee()({[`${Ca}-${Ae}`]:!!Ae,[`${Ca}-mini`]:po,[`${Ca}-rtl`]:pa==="rtl",[`${Ca}-bordered`]:er.wireframe},cr,Zt,Ln,Pr,Ir),Ma=Object.assign(Object.assign({},Xa),mn);return Er(y.createElement(y.Fragment,null,er.wireframe&&y.createElement(Rn,{prefixCls:Ca}),y.createElement(Lt,Object.assign({},la,wa,{style:Ma,prefixCls:Ca,selectPrefixCls:ha,className:An,locale:jr,pageSizeOptions:Ht,showSizeChanger:Tt,sizeChangerRender:ca}))))},Qa=Wa},38703:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Gt}});var y=E(67294),pe=E(24327),se=E(23526),me=E(60068),Ee=E(30186),xe=E(85846),Se=E(13144),Te=E.n(Se),Ie=E(10366),Le=E(53124),He=E(87462),We=E(1413),rt=E(45987),fe=E(94184),b=E.n(fe),a={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},ee=function(){var lt=(0,y.useRef)([]),bt=(0,y.useRef)(null);return(0,y.useEffect)(function(){var Ot=Date.now(),rn=!1;lt.current.forEach(function(hn){if(hn){rn=!0;var In=hn.style;In.transitionDuration=".3s, .3s, .3s, .06s",bt.current&&Ot-bt.current<100&&(In.transitionDuration="0s, 0s")}}),rn&&(bt.current=Date.now())}),lt.current},x=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],te=function(lt){var bt=(0,We.Z)((0,We.Z)({},a),lt),Ot=bt.className,rn=bt.percent,hn=bt.prefixCls,In=bt.strokeColor,Vn=bt.strokeLinecap,Bn=bt.strokeWidth,ga=bt.style,$n=bt.trailColor,Sa=bt.trailWidth,Qn=bt.transition,Mn=(0,rt.Z)(bt,x);delete Mn.gapPosition;var Rn=Array.isArray(rn)?rn:[rn],or=Array.isArray(In)?In:[In],Ya=ee(),Da=Bn/2,Wa=100-Bn/2,Qa="M ".concat(Vn==="round"?Da:0,",").concat(Da,`
|
|
|
L `).concat(Vn==="round"?Wa:100,",").concat(Da),Je="0 0 100 ".concat(Bn),Ae=0;return y.createElement("svg",(0,He.Z)({className:b()("".concat(hn,"-line"),Ot),viewBox:Je,preserveAspectRatio:"none",style:ga},Mn),y.createElement("path",{className:"".concat(hn,"-line-trail"),d:Qa,strokeLinecap:Vn,stroke:$n,strokeWidth:Sa||Bn,fillOpacity:"0"}),Rn.map(function(it,et){var Zt=1;switch(Vn){case"round":Zt=1-Bn/100;break;case"square":Zt=1-Bn/2/100;break;default:Zt=1;break}var Ln={strokeDasharray:"".concat(it*Zt,"px, 100px"),strokeDashoffset:"-".concat(Ae,"px"),transition:Qn||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},mn=or[et]||or[or.length-1];return Ae+=it,y.createElement("path",{key:et,className:"".concat(hn,"-line-path"),d:Qa,strokeLinecap:Vn,stroke:mn,strokeWidth:Bn,fillOpacity:"0",ref:function(Xn){Ya[et]=Xn},style:Ln})}))},re=te,ie=E(71002),ce=E(97685),be=E(98924),we=0,Re=(0,be.Z)();function Ke(){var Qe;return Re?(Qe=we,we+=1):Qe="TEST_OR_SSR",Qe}var Ue=function(Qe){var lt=y.useState(),bt=(0,ce.Z)(lt,2),Ot=bt[0],rn=bt[1];return y.useEffect(function(){rn("rc_progress_".concat(Ke()))},[]),Qe||Ot},Ze=function(lt){var bt=lt.bg,Ot=lt.children;return y.createElement("div",{style:{width:"100%",height:"100%",background:bt}},Ot)};function qe(Qe,lt){return Object.keys(Qe).map(function(bt){var Ot=parseFloat(bt),rn="".concat(Math.floor(Ot*lt),"%");return"".concat(Qe[bt]," ").concat(rn)})}var wt=y.forwardRef(function(Qe,lt){var bt=Qe.prefixCls,Ot=Qe.color,rn=Qe.gradientId,hn=Qe.radius,In=Qe.style,Vn=Qe.ptg,Bn=Qe.strokeLinecap,ga=Qe.strokeWidth,$n=Qe.size,Sa=Qe.gapDegree,Qn=Ot&&(0,ie.Z)(Ot)==="object",Mn=Qn?"#FFF":void 0,Rn=$n/2,or=y.createElement("circle",{className:"".concat(bt,"-circle-path"),r:hn,cx:Rn,cy:Rn,stroke:Mn,strokeLinecap:Bn,strokeWidth:ga,opacity:Vn===0?0:1,style:In,ref:lt});if(!Qn)return or;var Ya="".concat(rn,"-conic"),Da=Sa?"".concat(180+Sa/2,"deg"):"0deg",Wa=qe(Ot,(360-Sa)/360),Qa=qe(Ot,1),Je="conic-gradient(from ".concat(Da,", ").concat(Wa.join(", "),")"),Ae="linear-gradient(to ".concat(Sa?"bottom":"top",", ").concat(Qa.join(", "),")");return y.createElement(y.Fragment,null,y.createElement("mask",{id:Ya},or),y.createElement("foreignObject",{x:0,y:0,width:$n,height:$n,mask:"url(#".concat(Ya,")")},y.createElement(Ze,{bg:Ae},y.createElement(Ze,{bg:Je}))))}),Bt=wt,yn=100,Pn=function(lt,bt,Ot,rn,hn,In,Vn,Bn,ga,$n){var Sa=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,Qn=Ot/100*360*((360-In)/360),Mn=In===0?0:{bottom:0,top:180,left:90,right:-90}[Vn],Rn=(100-rn)/100*bt;ga==="round"&&rn!==100&&(Rn+=$n/2,Rn>=bt&&(Rn=bt-.01));var or=yn/2;return{stroke:typeof Bn=="string"?Bn:void 0,strokeDasharray:"".concat(bt,"px ").concat(lt),strokeDashoffset:Rn+Sa,transform:"rotate(".concat(hn+Qn+Mn,"deg)"),transformOrigin:"".concat(or,"px ").concat(or,"px"),transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s",fillOpacity:0}},Ut=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function ln(Qe){var lt=Qe!=null?Qe:[];return Array.isArray(lt)?lt:[lt]}var cn=function(lt){var bt=(0,We.Z)((0,We.Z)({},a),lt),Ot=bt.id,rn=bt.prefixCls,hn=bt.steps,In=bt.strokeWidth,Vn=bt.trailWidth,Bn=bt.gapDegree,ga=Bn===void 0?0:Bn,$n=bt.gapPosition,Sa=bt.trailColor,Qn=bt.strokeLinecap,Mn=bt.style,Rn=bt.className,or=bt.strokeColor,Ya=bt.percent,Da=(0,rt.Z)(bt,Ut),Wa=yn/2,Qa=Ue(Ot),Je="".concat(Qa,"-gradient"),Ae=Wa-In/2,it=Math.PI*2*Ae,et=ga>0?90+ga/2:-90,Zt=it*((360-ga)/360),Ln=(0,ie.Z)(hn)==="object"?hn:{count:hn,gap:2},mn=Ln.count,ma=Ln.gap,Xn=ln(Ya),Pa=ln(or),Ia=Pa.find(function(pa){return pa&&(0,ie.Z)(pa)==="object"}),Oa=Ia&&(0,ie.Z)(Ia)==="object",sn=Oa?"butt":Qn,wa=Pn(it,Zt,0,100,et,ga,$n,Sa,sn,In),fr=ee(),er=function(){var hr=0;return Xn.map(function(cr,Xa){var Ca=Pa[Xa]||Pa[Pa.length-1],Er=Pn(it,Zt,hr,cr,et,ga,$n,Ca,sn,In);return hr+=cr,y.createElement(Bt,{key:Xa,color:Ca,ptg:cr,radius:Ae,prefixCls:rn,gradientId:Je,style:Er,strokeLinecap:sn,strokeWidth:In,gapDegree:ga,ref:function(Ir){fr[Xa]=Ir},size:yn})}).reverse()},Ta=function(){var hr=Math.round(mn*(Xn[0]/100)),cr=100/mn,Xa=0;return new Array(mn).fill(null).map(function(Ca,Er){var Pr=Er<=hr-1?Pa[0]:Sa,Ir=Pr&&(0,ie.Z)(Pr)==="object"?"url(#".concat(Je,")"):void 0,Xr=Pn(it,Zt,Xa,cr,et,ga,$n,Pr,"butt",In,ma);return Xa+=(Zt-Xr.strokeDashoffset+ma)*100/Zt,y.createElement("circle",{key:Er,className:"".concat(rn,"-circle-path"),r:Ae,cx:Wa,cy:Wa,stroke:Ir,strokeWidth:In,opacity:1,style:Xr,ref:function(nn){fr[Er]=nn}})})};return y.createElement("svg",(0,He.Z)({className:b()("".concat(rn,"-circle"),Rn),viewBox:"0 0 ".concat(yn," ").concat(yn),style:Mn,id:Ot,role:"presentation"},Da),!mn&&y.createElement("circle",{className:"".concat(rn,"-circle-trail"),r:Ae,cx:Wa,cy:Wa,stroke:Sa,strokeLinecap:sn,strokeWidth:Vn||In,style:wa}),mn?Ta():er())},Cn=cn,Yn={Line:re,Circle:Cn},Vt=E(83062),Jt=E(65409);function ia(Qe){return!Qe||Qe<0?0:Qe>100?100:Qe}function Et(Qe){let{success:lt,successPercent:bt}=Qe,Ot=bt;return lt&&"progress"in lt&&(Ot=lt.progress),lt&&"percent"in lt&&(Ot=lt.percent),Ot}const zt=Qe=>{let{percent:lt,success:bt,successPercent:Ot}=Qe;const rn=ia(Et({success:bt,successPercent:Ot}));return[rn,ia(ia(lt)-rn)]},Qt=Qe=>{let{success:lt={},strokeColor:bt}=Qe;const{strokeColor:Ot}=lt;return[Ot||Jt.presetPrimaryColors.green,bt||null]},aa=(Qe,lt,bt)=>{var Ot,rn,hn,In;let Vn=-1,Bn=-1;if(lt==="step"){const ga=bt.steps,$n=bt.strokeWidth;typeof Qe=="string"||typeof Qe=="undefined"?(Vn=Qe==="small"?2:14,Bn=$n!=null?$n:8):typeof Qe=="number"?[Vn,Bn]=[Qe,Qe]:[Vn=14,Bn=8]=Array.isArray(Qe)?Qe:[Qe.width,Qe.height],Vn*=ga}else if(lt==="line"){const ga=bt==null?void 0:bt.strokeWidth;typeof Qe=="string"||typeof Qe=="undefined"?Bn=ga||(Qe==="small"?6:8):typeof Qe=="number"?[Vn,Bn]=[Qe,Qe]:[Vn=-1,Bn=8]=Array.isArray(Qe)?Qe:[Qe.width,Qe.height]}else(lt==="circle"||lt==="dashboard")&&(typeof Qe=="string"||typeof Qe=="undefined"?[Vn,Bn]=Qe==="small"?[60,60]:[120,120]:typeof Qe=="number"?[Vn,Bn]=[Qe,Qe]:Array.isArray(Qe)&&(Vn=(rn=(Ot=Qe[0])!==null&&Ot!==void 0?Ot:Qe[1])!==null&&rn!==void 0?rn:120,Bn=(In=(hn=Qe[0])!==null&&hn!==void 0?hn:Qe[1])!==null&&In!==void 0?In:120));return[Vn,Bn]},Ct=3,vn=Qe=>Ct/Qe*100;var wn=Qe=>{const{prefixCls:lt,trailColor:bt=null,strokeLinecap:Ot="round",gapPosition:rn,gapDegree:hn,width:In=120,type:Vn,children:Bn,success:ga,size:$n=In,steps:Sa}=Qe,[Qn,Mn]=aa($n,"circle");let{strokeWidth:Rn}=Qe;Rn===void 0&&(Rn=Math.max(vn(Qn),6));const or={width:Qn,height:Mn,fontSize:Qn*.15+6},Ya=y.useMemo(()=>{if(hn||hn===0)return hn;if(Vn==="dashboard")return 75},[hn,Vn]),Da=zt(Qe),Wa=rn||Vn==="dashboard"&&"bottom"||void 0,Qa=Object.prototype.toString.call(Qe.strokeColor)==="[object Object]",Je=Qt({success:ga,strokeColor:Qe.strokeColor}),Ae=Te()(`${lt}-inner`,{[`${lt}-circle-gradient`]:Qa}),it=y.createElement(Cn,{steps:Sa,percent:Sa?Da[1]:Da,strokeWidth:Rn,trailWidth:Rn,strokeColor:Sa?Je[1]:Je,strokeLinecap:Ot,trailColor:bt,prefixCls:lt,gapDegree:Ya,gapPosition:Wa}),et=Qn<=20,Zt=y.createElement("div",{className:Ae,style:or},it,!et&&Bn);return et?y.createElement(Vt.Z,{title:Bn},Zt):Zt},Tn=E(16777),Gn=E(14747),Kn=E(83559),Jn=E(43259);const Wt="--progress-line-stroke-color",Sn="--progress-percent",At=Qe=>{const lt=Qe?"100%":"-100%";return new Tn.Keyframes(`antProgress${Qe?"RTL":"LTR"}Active`,{"0%":{transform:`translateX(${lt}) scaleX(0)`,opacity:.1},"20%":{transform:`translateX(${lt}) scaleX(0)`,opacity:.5},to:{transform:"translateX(0) scaleX(1)",opacity:0}})},ke=Qe=>{const{componentCls:lt,iconCls:bt}=Qe;return{[lt]:Object.assign(Object.assign({},(0,Gn.Wf)(Qe)),{display:"inline-block","&-rtl":{direction:"rtl"},"&-line":{position:"relative",width:"100%",fontSize:Qe.fontSize},[`${lt}-outer`]:{display:"inline-flex",alignItems:"center",width:"100%"},[`${lt}-inner`]:{position:"relative",display:"inline-block",width:"100%",flex:1,overflow:"hidden",verticalAlign:"middle",backgroundColor:Qe.remainingColor,borderRadius:Qe.lineBorderRadius},[`${lt}-inner:not(${lt}-circle-gradient)`]:{[`${lt}-circle-path`]:{stroke:Qe.defaultColor}},[`${lt}-success-bg, ${lt}-bg`]:{position:"relative",background:Qe.defaultColor,borderRadius:Qe.lineBorderRadius,transition:`all ${Qe.motionDurationSlow} ${Qe.motionEaseInOutCirc}`},[`${lt}-layout-bottom`]:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",[`${lt}-text`]:{width:"max-content",marginInlineStart:0,marginTop:Qe.marginXXS}},[`${lt}-bg`]:{overflow:"hidden","&::after":{content:'""',background:{_multi_value_:!0,value:["inherit",`var(${Wt})`]},height:"100%",width:`calc(1 / var(${Sn}) * 100%)`,display:"block"},[`&${lt}-bg-inner`]:{minWidth:"max-content","&::after":{content:"none"},[`${lt}-text-inner`]:{color:Qe.colorWhite,[`&${lt}-text-bright`]:{color:"rgba(0, 0, 0, 0.45)"}}}},[`${lt}-success-bg`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,backgroundColor:Qe.colorSuccess},[`${lt}-text`]:{display:"inline-block",marginInlineStart:Qe.marginXS,color:Qe.colorText,lineHeight:1,width:"2em",whiteSpace:"nowrap",textAlign:"start",verticalAlign:"middle",wordBreak:"normal",[bt]:{fontSize:Qe.fontSize},[`&${lt}-text-outer`]:{width:"max-content"},[`&${lt}-text-outer${lt}-text-start`]:{width:"max-content",marginInlineStart:0,marginInlineEnd:Qe.marginXS}},[`${lt}-text-inner`]:{display:"flex",justifyContent:"center",alignItems:"center",width:"100%",height:"100%",marginInlineStart:0,padding:`0 ${(0,Tn.unit)(Qe.paddingXXS)}`,[`&${lt}-text-start`]:{justifyContent:"start"},[`&${lt}-text-end`]:{justifyContent:"end"}},[`&${lt}-status-active`]:{[`${lt}-bg::before`]:{position:"absolute",inset:0,backgroundColor:Qe.colorBgContainer,borderRadius:Qe.lineBorderRadius,opacity:0,animationName:At(),animationDuration:Qe.progressActiveMotionDuration,animationTimingFunction:Qe.motionEaseOutQuint,animationIterationCount:"infinite",content:'""'}},[`&${lt}-rtl${lt}-status-active`]:{[`${lt}-bg::before`]:{animationName:At(!0)}},[`&${lt}-status-exception`]:{[`${lt}-bg`]:{backgroundColor:Qe.colorError},[`${lt}-text`]:{color:Qe.colorError}},[`&${lt}-status-exception ${lt}-inner:not(${lt}-circle-gradient)`]:{[`${lt}-circle-path`]:{stroke:Qe.colorError}},[`&${lt}-status-success`]:{[`${lt}-bg`]:{backgroundColor:Qe.colorSuccess},[`${lt}-text`]:{color:Qe.colorSuccess}},[`&${lt}-status-success ${lt}-inner:not(${lt}-circle-gradient)`]:{[`${lt}-circle-path`]:{stroke:Qe.colorSuccess}}})}},tt=Qe=>{const{componentCls:lt,iconCls:bt}=Qe;return{[lt]:{[`${lt}-circle-trail`]:{stroke:Qe.remainingColor},[`&${lt}-circle ${lt}-inner`]:{position:"relative",lineHeight:1,backgroundColor:"transparent"},[`&${lt}-circle ${lt}-text`]:{position:"absolute",insetBlockStart:"50%",insetInlineStart:0,width:"100%",margin:0,padding:0,color:Qe.circleTextColor,fontSize:Qe.circleTextFontSize,lineHeight:1,whiteSpace:"normal",textAlign:"center",transform:"translateY(-50%)",[bt]:{fontSize:Qe.circleIconFontSize}},[`${lt}-circle&-status-exception`]:{[`${lt}-text`]:{color:Qe.colorError}},[`${lt}-circle&-status-success`]:{[`${lt}-text`]:{color:Qe.colorSuccess}}},[`${lt}-inline-circle`]:{lineHeight:1,[`${lt}-inner`]:{verticalAlign:"bottom"}}}},Dt=Qe=>{const{componentCls:lt}=Qe;return{[lt]:{[`${lt}-steps`]:{display:"inline-block","&-outer":{display:"flex",flexDirection:"row",alignItems:"center"},"&-item":{flexShrink:0,minWidth:Qe.progressStepMinWidth,marginInlineEnd:Qe.progressStepMarginInlineEnd,backgroundColor:Qe.remainingColor,transition:`all ${Qe.motionDurationSlow}`,"&-active":{backgroundColor:Qe.defaultColor}}}}}},Mt=Qe=>{const{componentCls:lt,iconCls:bt}=Qe;return{[lt]:{[`${lt}-small&-line, ${lt}-small&-line ${lt}-text ${bt}`]:{fontSize:Qe.fontSizeSM}}}},ht=Qe=>({circleTextColor:Qe.colorText,defaultColor:Qe.colorInfo,remainingColor:Qe.colorFillSecondary,lineBorderRadius:100,circleTextFontSize:"1em",circleIconFontSize:`${Qe.fontSize/Qe.fontSizeSM}em`});var It=(0,Kn.I$)("Progress",Qe=>{const lt=Qe.calc(Qe.marginXXS).div(2).equal(),bt=(0,Jn.mergeToken)(Qe,{progressStepMarginInlineEnd:lt,progressStepMinWidth:lt,progressActiveMotionDuration:"2.4s"});return[ke(bt),tt(bt),Dt(bt),Mt(bt)]},ht),vt=function(Qe,lt){var bt={};for(var Ot in Qe)Object.prototype.hasOwnProperty.call(Qe,Ot)&<.indexOf(Ot)<0&&(bt[Ot]=Qe[Ot]);if(Qe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var rn=0,Ot=Object.getOwnPropertySymbols(Qe);rn<Ot.length;rn++)lt.indexOf(Ot[rn])<0&&Object.prototype.propertyIsEnumerable.call(Qe,Ot[rn])&&(bt[Ot[rn]]=Qe[Ot[rn]]);return bt};const Lt=Qe=>{let lt=[];return Object.keys(Qe).forEach(bt=>{const Ot=parseFloat(bt.replace(/%/g,""));Number.isNaN(Ot)||lt.push({key:Ot,value:Qe[bt]})}),lt=lt.sort((bt,Ot)=>bt.key-Ot.key),lt.map(bt=>{let{key:Ot,value:rn}=bt;return`${rn} ${Ot}%`}).join(", ")},un=(Qe,lt)=>{const{from:bt=Jt.presetPrimaryColors.blue,to:Ot=Jt.presetPrimaryColors.blue,direction:rn=lt==="rtl"?"to left":"to right"}=Qe,hn=vt(Qe,["from","to","direction"]);if(Object.keys(hn).length!==0){const Vn=Lt(hn),Bn=`linear-gradient(${rn}, ${Vn})`;return{background:Bn,[Wt]:Bn}}const In=`linear-gradient(${rn}, ${bt}, ${Ot})`;return{background:In,[Wt]:In}};var Dn=Qe=>{const{prefixCls:lt,direction:bt,percent:Ot,size:rn,strokeWidth:hn,strokeColor:In,strokeLinecap:Vn="round",children:Bn,trailColor:ga=null,percentPosition:$n,success:Sa}=Qe,{align:Qn,type:Mn}=$n,Rn=In&&typeof In!="string"?un(In,bt):{[Wt]:In,background:In},or=Vn==="square"||Vn==="butt"?0:void 0,Ya=rn!=null?rn:[-1,hn||(rn==="small"?6:8)],[Da,Wa]=aa(Ya,"line",{strokeWidth:hn}),Qa={backgroundColor:ga||void 0,borderRadius:or},Je=Object.assign(Object.assign({width:`${ia(Ot)}%`,height:Wa,borderRadius:or},Rn),{[Sn]:ia(Ot)/100}),Ae=Et(Qe),it={width:`${ia(Ae)}%`,height:Wa,borderRadius:or,backgroundColor:Sa==null?void 0:Sa.strokeColor},et={width:Da<0?"100%":Da},Zt=y.createElement("div",{className:`${lt}-inner`,style:Qa},y.createElement("div",{className:Te()(`${lt}-bg`,`${lt}-bg-${Mn}`),style:Je},Mn==="inner"&&Bn),Ae!==void 0&&y.createElement("div",{className:`${lt}-success-bg`,style:it})),Ln=Mn==="outer"&&Qn==="start",mn=Mn==="outer"&&Qn==="end";return Mn==="outer"&&Qn==="center"?y.createElement("div",{className:`${lt}-layout-bottom`},Zt,Bn):y.createElement("div",{className:`${lt}-outer`,style:et},Ln&&Bn,Zt,mn&&Bn)},qn=Qe=>{const{size:lt,steps:bt,rounding:Ot=Math.round,percent:rn=0,strokeWidth:hn=8,strokeColor:In,trailColor:Vn=null,prefixCls:Bn,children:ga}=Qe,$n=Ot(bt*(rn/100)),Sa=lt==="small"?2:14,Qn=lt!=null?lt:[Sa,hn],[Mn,Rn]=aa(Qn,"step",{steps:bt,strokeWidth:hn}),or=Mn/bt,Ya=Array.from({length:bt});for(let Da=0;Da<bt;Da++){const Wa=Array.isArray(In)?In[Da]:In;Ya[Da]=y.createElement("div",{key:Da,className:Te()(`${Bn}-steps-item`,{[`${Bn}-steps-item-active`]:Da<=$n-1}),style:{backgroundColor:Da<=$n-1?Wa:Vn,width:or,height:Rn}})}return y.createElement("div",{className:`${Bn}-steps-outer`},Ya,ga)},dn=function(Qe,lt){var bt={};for(var Ot in Qe)Object.prototype.hasOwnProperty.call(Qe,Ot)&<.indexOf(Ot)<0&&(bt[Ot]=Qe[Ot]);if(Qe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var rn=0,Ot=Object.getOwnPropertySymbols(Qe);rn<Ot.length;rn++)lt.indexOf(Ot[rn])<0&&Object.prototype.propertyIsEnumerable.call(Qe,Ot[rn])&&(bt[Ot[rn]]=Qe[Ot[rn]]);return bt};const xn=null,on=["normal","exception","active","success"];var xt=y.forwardRef((Qe,lt)=>{const{prefixCls:bt,className:Ot,rootClassName:rn,steps:hn,strokeColor:In,percent:Vn=0,size:Bn="default",showInfo:ga=!0,type:$n="line",status:Sa,format:Qn,style:Mn,percentPosition:Rn={}}=Qe,or=dn(Qe,["prefixCls","className","rootClassName","steps","strokeColor","percent","size","showInfo","type","status","format","style","percentPosition"]),{align:Ya="end",type:Da="outer"}=Rn,Wa=Array.isArray(In)?In[0]:In,Qa=typeof In=="string"||Array.isArray(In)?In:void 0,Je=y.useMemo(()=>{if(Wa){const er=typeof Wa=="string"?Wa:Object.values(Wa)[0];return new pe.FastColor(er).isLight()}return!1},[In]),Ae=y.useMemo(()=>{var er,Ta;const pa=Et(Qe);return parseInt(pa!==void 0?(er=pa!=null?pa:0)===null||er===void 0?void 0:er.toString():(Ta=Vn!=null?Vn:0)===null||Ta===void 0?void 0:Ta.toString(),10)},[Vn,Qe.success,Qe.successPercent]),it=y.useMemo(()=>!on.includes(Sa)&&Ae>=100?"success":Sa||"normal",[Sa,Ae]),{getPrefixCls:et,direction:Zt,progress:Ln}=y.useContext(Le.E_),mn=et("progress",bt),[ma,Xn,Pa]=It(mn),Ia=$n==="line",Oa=Ia&&!hn,sn=y.useMemo(()=>{if(!ga)return null;const er=Et(Qe);let Ta;const pa=Qn||(cr=>`${cr}%`),hr=Ia&&Je&&Da==="inner";return Da==="inner"||Qn||it!=="exception"&&it!=="success"?Ta=pa(ia(Vn),ia(er)):it==="exception"?Ta=Ia?y.createElement(Ee.Z,null):y.createElement(xe.Z,null):it==="success"&&(Ta=Ia?y.createElement(se.Z,null):y.createElement(me.Z,null)),y.createElement("span",{className:Te()(`${mn}-text`,{[`${mn}-text-bright`]:hr,[`${mn}-text-${Ya}`]:Oa,[`${mn}-text-${Da}`]:Oa}),title:typeof Ta=="string"?Ta:void 0},Ta)},[ga,Vn,Ae,it,$n,mn,Qn]);let wa;$n==="line"?wa=hn?y.createElement(qn,Object.assign({},Qe,{strokeColor:Qa,prefixCls:mn,steps:typeof hn=="object"?hn.count:hn}),sn):y.createElement(Dn,Object.assign({},Qe,{strokeColor:Wa,prefixCls:mn,direction:Zt,percentPosition:{align:Ya,type:Da}}),sn):($n==="circle"||$n==="dashboard")&&(wa=y.createElement(wn,Object.assign({},Qe,{strokeColor:Wa,prefixCls:mn,progressStatus:it}),sn));const fr=Te()(mn,`${mn}-status-${it}`,{[`${mn}-${$n==="dashboard"&&"circle"||$n}`]:$n!=="line",[`${mn}-inline-circle`]:$n==="circle"&&aa(Bn,"circle")[0]<=20,[`${mn}-line`]:Oa,[`${mn}-line-align-${Ya}`]:Oa,[`${mn}-line-position-${Da}`]:Oa,[`${mn}-steps`]:hn,[`${mn}-show-info`]:ga,[`${mn}-${Bn}`]:typeof Bn=="string",[`${mn}-rtl`]:Zt==="rtl"},Ln==null?void 0:Ln.className,Ot,rn,Xn,Pa);return ma(y.createElement("div",Object.assign({ref:lt,style:Object.assign(Object.assign({},Ln==null?void 0:Ln.style),Mn),className:fr,role:"progressbar","aria-valuenow":Ae,"aria-valuemin":0,"aria-valuemax":100},(0,Ie.Z)(or,["trailColor","strokeWidth","width","gapDegree","gapPosition","strokeLinecap","success","successPercent"])),wa))}),Gt=xt},80147:function(de,ae,E){"use strict";E.d(ae,{default:function(){return id}});var y=E(67294),pe={},se="rc-table-internal-hook",me=E(97685),Ee=E(66680),xe=E(8410),Se=E(91881),Te=E(73935);function Ie(ue){var ge=y.createContext(void 0),ye=function(Oe){var De=Oe.value,ze=Oe.children,$e=y.useRef(De);$e.current=De;var ot=y.useState(function(){return{getValue:function(){return $e.current},listeners:new Set}}),at=(0,me.Z)(ot,1),Pt=at[0];return(0,xe.Z)(function(){(0,Te.unstable_batchedUpdates)(function(){Pt.listeners.forEach(function(ut){ut(De)})})},[De]),y.createElement(ge.Provider,{value:Pt},ze)};return{Context:ge,Provider:ye,defaultValue:ue}}function Le(ue,ge){var ye=(0,Ee.Z)(typeof ge=="function"?ge:function(ut){if(ge===void 0)return ut;if(!Array.isArray(ge))return ut[ge];var pt={};return ge.forEach(function(dt){pt[dt]=ut[dt]}),pt}),Ce=y.useContext(ue==null?void 0:ue.Context),Oe=Ce||{},De=Oe.listeners,ze=Oe.getValue,$e=y.useRef();$e.current=ye(Ce?ze():ue==null?void 0:ue.defaultValue);var ot=y.useState({}),at=(0,me.Z)(ot,2),Pt=at[1];return(0,xe.Z)(function(){if(!Ce)return;function ut(pt){var dt=ye(pt);(0,Se.Z)($e.current,dt,!0)||Pt({})}return De.add(ut),function(){De.delete(ut)}},[Ce]),$e.current}var He=E(87462),We=E(42550);function rt(){var ue=y.createContext(null);function ge(){return y.useContext(ue)}function ye(Oe,De){var ze=(0,We.Yr)(Oe),$e=function(at,Pt){var ut=ze?{ref:Pt}:{},pt=y.useRef(0),dt=y.useRef(at),yt=ge();return yt!==null?y.createElement(Oe,(0,He.Z)({},at,ut)):((!De||De(dt.current,at))&&(pt.current+=1),dt.current=at,y.createElement(ue.Provider,{value:pt.current},y.createElement(Oe,(0,He.Z)({},at,ut))))};return ze?y.forwardRef($e):$e}function Ce(Oe,De){var ze=(0,We.Yr)(Oe),$e=function(at,Pt){var ut=ze?{ref:Pt}:{};return ge(),y.createElement(Oe,(0,He.Z)({},at,ut))};return ze?y.memo(y.forwardRef($e),De):y.memo($e,De)}return{makeImmutable:ye,responseImmutable:Ce,useImmutableMark:ge}}var fe=rt(),b=fe.makeImmutable,a=fe.responseImmutable,ee=fe.useImmutableMark,x=rt(),te=x.makeImmutable,re=x.responseImmutable,ie=x.useImmutableMark,ce=Ie(),be=ce;function we(ue,ge){var ye=React.useRef(0);ye.current+=1;var Ce=React.useRef(ue),Oe=[];Object.keys(ue||{}).map(function(ze){var $e;(ue==null?void 0:ue[ze])!==(($e=Ce.current)===null||$e===void 0?void 0:$e[ze])&&Oe.push(ze)}),Ce.current=ue;var De=React.useRef([]);return Oe.length&&(De.current=Oe),React.useDebugValue(ye.current),React.useDebugValue(De.current.join(", ")),ge&&console.log("".concat(ge,":"),ye.current,De.current),ye.current}var Re=null,Ke=null,Ue=E(71002),Ze=E(1413),qe=E(4942),wt=E(94184),Bt=E.n(wt);function yn(ue,ge,ye){var Ce=y.useRef({});return(!("value"in Ce.current)||ye(Ce.current.condition,ge))&&(Ce.current.value=ue(),Ce.current.condition=ge),Ce.current.value}var Pn={},Ut=[],ln=function(ge){Ut.push(ge)};function cn(ue,ge){if(0)var ye}function Cn(ue,ge){if(0)var ye}function Yn(){Pn={}}function Vt(ue,ge,ye){!ge&&!Pn[ye]&&(ue(!1,ye),Pn[ye]=!0)}function Jt(ue,ge){Vt(cn,ue,ge)}function ia(ue,ge){Vt(Cn,ue,ge)}Jt.preMessage=ln,Jt.resetWarned=Yn,Jt.noteOnce=ia;var Et=Jt;function zt(ue,ge){var ye=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Ce=new Set;function Oe(De,ze){var $e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,ot=Ce.has(De);if(Et(!ot,"Warning: There may be circular references"),ot)return!1;if(De===ze)return!0;if(ye&&$e>1)return!1;Ce.add(De);var at=$e+1;if(Array.isArray(De)){if(!Array.isArray(ze)||De.length!==ze.length)return!1;for(var Pt=0;Pt<De.length;Pt++)if(!Oe(De[Pt],ze[Pt],at))return!1;return!0}if(De&&ze&&(0,Ue.Z)(De)==="object"&&(0,Ue.Z)(ze)==="object"){var ut=Object.keys(De);return ut.length!==Object.keys(ze).length?!1:ut.every(function(pt){return Oe(De[pt],ze[pt],at)})}return!1}return Oe(ue,ge)}var Qt=zt;function aa(ue,ge){for(var ye=ue,Ce=0;Ce<ge.length;Ce+=1){if(ye==null)return;ye=ye[ge[Ce]]}return ye}var Ct=y.createContext({renderWithProps:!1}),vn=Ct,Ye="RC_TABLE_KEY";function wn(ue){return ue==null?[]:Array.isArray(ue)?ue:[ue]}function Tn(ue){var ge=[],ye={};return ue.forEach(function(Ce){for(var Oe=Ce||{},De=Oe.key,ze=Oe.dataIndex,$e=De||wn(ze).join("-")||Ye;ye[$e];)$e="".concat($e,"_next");ye[$e]=!0,ge.push($e)}),ge}function Gn(ue){return ue!=null}function Kn(ue){return typeof ue=="number"&&!Number.isNaN(ue)}function Jn(ue){return ue&&(0,Ue.Z)(ue)==="object"&&!Array.isArray(ue)&&!y.isValidElement(ue)}function Wt(ue,ge,ye,Ce,Oe,De){var ze=y.useContext(vn),$e=ie(),ot=yn(function(){if(Gn(Ce))return[Ce];var at=ge==null||ge===""?[]:Array.isArray(ge)?ge:[ge],Pt=aa(ue,at),ut=Pt,pt=void 0;if(Oe){var dt=Oe(Pt,ue,ye);Jn(dt)?(ut=dt.children,pt=dt.props,ze.renderWithProps=!0):ut=dt}return[ut,pt]},[$e,ue,Ce,ge,Oe,ye],function(at,Pt){if(De){var ut=(0,me.Z)(at,2),pt=ut[1],dt=(0,me.Z)(Pt,2),yt=dt[1];return De(yt,pt)}return ze.renderWithProps?!0:!Qt(at,Pt,!0)});return ot}function Sn(ue,ge,ye,Ce){var Oe=ue+ge-1;return ue<=Ce&&Oe>=ye}function At(ue,ge){return Le(be,function(ye){var Ce=Sn(ue,ge||1,ye.hoverStartRow,ye.hoverEndRow);return[Ce,ye.onHover]})}function ke(ue){var ge=y.useRef();ge.current=ue;var ye=y.useCallback(function(){for(var Ce,Oe=arguments.length,De=new Array(Oe),ze=0;ze<Oe;ze++)De[ze]=arguments[ze];return(Ce=ge.current)===null||Ce===void 0?void 0:Ce.call.apply(Ce,[ge].concat(De))},[]);return ye}function tt(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Dt=tt()?y.useLayoutEffect:y.useEffect,Mt=function(ge,ye){var Ce=React.useRef(!0);Dt(function(){return ge(Ce.current)},ye),Dt(function(){return Ce.current=!1,function(){Ce.current=!0}},[])},ht=function(ge,ye){Mt(function(Ce){if(!Ce)return ge()},ye)},It=null;function vt(ue){var ge=React.useRef(!1),ye=React.useState(ue),Ce=_slicedToArray(ye,2),Oe=Ce[0],De=Ce[1];React.useEffect(function(){return ge.current=!1,function(){ge.current=!0}},[]);function ze($e,ot){ot&&ge.current||De($e)}return[Oe,ze]}function Lt(ue){return ue!==void 0}function un(ue,ge){var ye=ge||{},Ce=ye.defaultValue,Oe=ye.value,De=ye.onChange,ze=ye.postState,$e=useState(function(){return Lt(Oe)?Oe:Lt(Ce)?typeof Ce=="function"?Ce():Ce:typeof ue=="function"?ue():ue}),ot=_slicedToArray($e,2),at=ot[0],Pt=ot[1],ut=Oe!==void 0?Oe:at,pt=ze?ze(ut):ut,dt=useEvent(De),yt=useState([ut]),qt=_slicedToArray(yt,2),Kt=qt[0],z=qt[1];useLayoutUpdateEffect(function(){var oe=Kt[0];at!==oe&&dt(at,oe)},[Kt]),useLayoutUpdateEffect(function(){Lt(Oe)||Pt(Oe)},[Oe]);var ne=useEvent(function(oe,le){Pt(oe,le),z([ut],le)});return[pt,ne]}var Fn=E(35110),Dn=Symbol.for("react.element"),Hn=Symbol.for("react.transitional.element"),qn=Symbol.for("react.fragment");function dn(ue){return ue&&(0,Ue.Z)(ue)==="object"&&(ue.$$typeof===Dn||ue.$$typeof===Hn)&&ue.type===qn}var xn=Number(y.version.split(".")[0]),on=function(ge,ye){typeof ge=="function"?ge(ye):(0,Ue.Z)(ge)==="object"&&ge&&"current"in ge&&(ge.current=ye)},st=function(){for(var ge=arguments.length,ye=new Array(ge),Ce=0;Ce<ge;Ce++)ye[Ce]=arguments[Ce];var Oe=ye.filter(Boolean);return Oe.length<=1?Oe[0]:function(De){ye.forEach(function(ze){on(ze,De)})}},xt=function(){for(var ge=arguments.length,ye=new Array(ge),Ce=0;Ce<ge;Ce++)ye[Ce]=arguments[Ce];return useMemo(function(){return st.apply(void 0,ye)},ye,function(Oe,De){return Oe.length!==De.length||Oe.every(function(ze,$e){return ze!==De[$e]})})},Gt=function(ge){var ye,Ce;if(!ge)return!1;if(Qe(ge)&&xn>=19)return!0;var Oe=isMemo(ge)?ge.type.type:ge.type;return!(typeof Oe=="function"&&!((ye=Oe.prototype)!==null&&ye!==void 0&&ye.render)&&Oe.$$typeof!==ForwardRef||typeof ge=="function"&&!((Ce=ge.prototype)!==null&&Ce!==void 0&&Ce.render)&&ge.$$typeof!==ForwardRef)};function Qe(ue){return isValidElement(ue)&&!isFragment(ue)}var lt=function(ge){return Qe(ge)&&Gt(ge)},bt=function(ge){if(ge&&Qe(ge)){var ye=ge;return ye.props.propertyIsEnumerable("ref")?ye.props.ref:ye.ref}return null};function Ot(ue,ge,ye,Ce){if(!ge.length)return ye;var Oe=_toArray(ge),De=Oe[0],ze=Oe.slice(1),$e;return!ue&&typeof De=="number"?$e=[]:Array.isArray(ue)?$e=_toConsumableArray(ue):$e=_objectSpread({},ue),Ce&&ye===void 0&&ze.length===1?delete $e[De][ze[0]]:$e[De]=Ot($e[De],ze,ye,Ce),$e}function rn(ue,ge,ye){var Ce=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return ge.length&&Ce&&ye===void 0&&!get(ue,ge.slice(0,-1))?ue:Ot(ue,ge,ye,Ce)}function hn(ue){return _typeof(ue)==="object"&&ue!==null&&Object.getPrototypeOf(ue)===Object.prototype}function In(ue){return Array.isArray(ue)?[]:{}}var Vn=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function Bn(){for(var ue=arguments.length,ge=new Array(ue),ye=0;ye<ue;ye++)ge[ye]=arguments[ye];var Ce=In(ge[0]);return ge.forEach(function(Oe){function De(ze,$e){var ot=new Set($e),at=get(Oe,ze),Pt=Array.isArray(at);if(Pt||hn(at)){if(!ot.has(at)){ot.add(at);var ut=get(Ce,ze);Pt?Ce=rn(Ce,ze,[]):(!ut||_typeof(ut)!=="object")&&(Ce=rn(Ce,ze,In(at))),Vn(at).forEach(function(pt){De([].concat(_toConsumableArray(ze),[pt]),ot)})}}else Ce=rn(Ce,ze,at)}De([])}),Ce}var ga=function(ge){var ye=ge.ellipsis,Ce=ge.rowType,Oe=ge.children,De,ze=ye===!0?{showTitle:!0}:ye;return ze&&(ze.showTitle||Ce==="header")&&(typeof Oe=="string"||typeof Oe=="number"?De=Oe.toString():y.isValidElement(Oe)&&typeof Oe.props.children=="string"&&(De=Oe.props.children)),De};function $n(ue){var ge,ye,Ce,Oe,De,ze,$e,ot,at=ue.component,Pt=ue.children,ut=ue.ellipsis,pt=ue.scope,dt=ue.prefixCls,yt=ue.className,qt=ue.align,Kt=ue.record,z=ue.render,ne=ue.dataIndex,oe=ue.renderIndex,le=ue.shouldCellUpdate,he=ue.index,ve=ue.rowType,Pe=ue.colSpan,Ne=ue.rowSpan,Me=ue.fixLeft,je=ue.fixRight,Be=ue.firstFixLeft,Xe=ue.lastFixLeft,Ve=ue.firstFixRight,Ge=ue.lastFixRight,Rt=ue.appendNode,kt=ue.additionalProps,en=kt===void 0?{}:kt,Nt=ue.isSticky,Ft="".concat(dt,"-cell"),an=Le(be,["supportSticky","allColumnsFixedLeft","rowHoverable"]),_n=an.supportSticky,ea=an.allColumnsFixedLeft,$t=an.rowHoverable,zn=Wt(Kt,ne,oe,Pt,z,le),ya=(0,me.Z)(zn,2),Aa=ya[0],oa=ya[1],ba={},sa=typeof Me=="number"&&_n,Wn=typeof je=="number"&&_n;sa&&(ba.position="sticky",ba.left=Me),Wn&&(ba.position="sticky",ba.right=je);var fn=(ge=(ye=(Ce=oa==null?void 0:oa.colSpan)!==null&&Ce!==void 0?Ce:en.colSpan)!==null&&ye!==void 0?ye:Pe)!==null&&ge!==void 0?ge:1,En=(Oe=(De=(ze=oa==null?void 0:oa.rowSpan)!==null&&ze!==void 0?ze:en.rowSpan)!==null&&De!==void 0?De:Ne)!==null&&Oe!==void 0?Oe:1,bn=At(he,En),Un=(0,me.Z)(bn,2),Na=Un[0],La=Un[1],ct=ke(function(Dr){var za;Kt&&La(he,he+En-1),en==null||(za=en.onMouseEnter)===null||za===void 0||za.call(en,Dr)}),Ja=ke(function(Dr){var za;Kt&&La(-1,-1),en==null||(za=en.onMouseLeave)===null||za===void 0||za.call(en,Dr)});if(fn===0||En===0)return null;var Fr=($e=en.title)!==null&&$e!==void 0?$e:ga({rowType:ve,ellipsis:ut,children:Aa}),mt=Bt()(Ft,yt,(ot={},(0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)(ot,"".concat(Ft,"-fix-left"),sa&&_n),"".concat(Ft,"-fix-left-first"),Be&&_n),"".concat(Ft,"-fix-left-last"),Xe&&_n),"".concat(Ft,"-fix-left-all"),Xe&&ea&&_n),"".concat(Ft,"-fix-right"),Wn&&_n),"".concat(Ft,"-fix-right-first"),Ve&&_n),"".concat(Ft,"-fix-right-last"),Ge&&_n),"".concat(Ft,"-ellipsis"),ut),"".concat(Ft,"-with-append"),Rt),"".concat(Ft,"-fix-sticky"),(sa||Wn)&&Nt&&_n),(0,qe.Z)(ot,"".concat(Ft,"-row-hover"),!oa&&Na)),en.className,oa==null?void 0:oa.className),ta={};qt&&(ta.textAlign=qt);var ua=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},oa==null?void 0:oa.style),ba),ta),en.style),ar=Aa;return(0,Ue.Z)(ar)==="object"&&!Array.isArray(ar)&&!y.isValidElement(ar)&&(ar=null),ut&&(Xe||Ve)&&(ar=y.createElement("span",{className:"".concat(Ft,"-content")},ar)),y.createElement(at,(0,He.Z)({},oa,en,{className:mt,style:ua,title:Fr,scope:pt,onMouseEnter:$t?ct:void 0,onMouseLeave:$t?Ja:void 0,colSpan:fn!==1?fn:null,rowSpan:En!==1?En:null}),Rt,ar)}var Sa=y.memo($n);function Qn(ue,ge,ye,Ce,Oe){var De=ye[ue]||{},ze=ye[ge]||{},$e,ot;De.fixed==="left"?$e=Ce.left[Oe==="rtl"?ge:ue]:ze.fixed==="right"&&(ot=Ce.right[Oe==="rtl"?ue:ge]);var at=!1,Pt=!1,ut=!1,pt=!1,dt=ye[ge+1],yt=ye[ue-1],qt=dt&&!dt.fixed||yt&&!yt.fixed||ye.every(function(le){return le.fixed==="left"});if(Oe==="rtl"){if($e!==void 0){var Kt=yt&&yt.fixed==="left";pt=!Kt&&qt}else if(ot!==void 0){var z=dt&&dt.fixed==="right";ut=!z&&qt}}else if($e!==void 0){var ne=dt&&dt.fixed==="left";at=!ne&&qt}else if(ot!==void 0){var oe=yt&&yt.fixed==="right";Pt=!oe&&qt}return{fixLeft:$e,fixRight:ot,lastFixLeft:at,firstFixRight:Pt,lastFixRight:ut,firstFixLeft:pt,isSticky:Ce.isSticky}}var Mn=y.createContext({}),Rn=Mn;function or(ue){var ge=ue.className,ye=ue.index,Ce=ue.children,Oe=ue.colSpan,De=Oe===void 0?1:Oe,ze=ue.rowSpan,$e=ue.align,ot=Le(be,["prefixCls","direction"]),at=ot.prefixCls,Pt=ot.direction,ut=y.useContext(Rn),pt=ut.scrollColumnIndex,dt=ut.stickyOffsets,yt=ut.flattenColumns,qt=ye+De-1,Kt=qt+1===pt?De+1:De,z=Qn(ye,ye+Kt-1,yt,dt,Pt);return y.createElement(Sa,(0,He.Z)({className:ge,index:ye,component:"td",prefixCls:at,record:null,dataIndex:null,align:$e,colSpan:Kt,rowSpan:ze,render:function(){return Ce}},z))}var Ya=E(45987),Da=["children"];function Wa(ue){var ge=ue.children,ye=(0,Ya.Z)(ue,Da);return y.createElement("tr",ye,ge)}function Qa(ue){var ge=ue.children;return ge}Qa.Row=Wa,Qa.Cell=or;var Je=Qa;function Ae(ue){var ge=ue.children,ye=ue.stickyOffsets,Ce=ue.flattenColumns,Oe=Le(be,"prefixCls"),De=Ce.length-1,ze=Ce[De],$e=y.useMemo(function(){return{stickyOffsets:ye,flattenColumns:Ce,scrollColumnIndex:ze!=null&&ze.scrollbar?De:null}},[ze,Ce,De,ye]);return y.createElement(Rn.Provider,{value:$e},y.createElement("tfoot",{className:"".concat(Oe,"-summary")},ge))}var it=re(Ae),et=Je,Zt=E(48555),Ln=function(ue){if(!ue)return!1;if(ue instanceof Element){if(ue.offsetParent)return!0;if(ue.getBBox){var ge=ue.getBBox(),ye=ge.width,Ce=ge.height;if(ye||Ce)return!0}if(ue.getBoundingClientRect){var Oe=ue.getBoundingClientRect(),De=Oe.width,ze=Oe.height;if(De||ze)return!0}}return!1},mn=function(ge){if(tt()&&window.document.documentElement){var ye=Array.isArray(ge)?ge:[ge],Ce=window.document.documentElement;return ye.some(function(Oe){return Oe in Ce.style})}return!1},ma=function(ge,ye){if(!mn(ge))return!1;var Ce=document.createElement("div"),Oe=Ce.style[ge];return Ce.style[ge]=ye,Ce.style[ge]!==Oe};function Xn(ue,ge){return!Array.isArray(ue)&&ge!==void 0?ma(ue,ge):mn(ue)}function Pa(ue,ge){if(!ue)return!1;if(ue.contains)return ue.contains(ge);for(var ye=ge;ye;){if(ye===ue)return!0;ye=ye.parentNode}return!1}var Ia="data-rc-order",Oa="data-rc-priority",sn="rc-util-key",wa=new Map;function fr(){var ue=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ge=ue.mark;return ge?ge.startsWith("data-")?ge:"data-".concat(ge):sn}function er(ue){if(ue.attachTo)return ue.attachTo;var ge=document.querySelector("head");return ge||document.body}function Ta(ue){return ue==="queue"?"prependQueue":ue?"prepend":"append"}function pa(ue){return Array.from((wa.get(ue)||ue).children).filter(function(ge){return ge.tagName==="STYLE"})}function hr(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!tt())return null;var ye=ge.csp,Ce=ge.prepend,Oe=ge.priority,De=Oe===void 0?0:Oe,ze=Ta(Ce),$e=ze==="prependQueue",ot=document.createElement("style");ot.setAttribute(Ia,ze),$e&&De&&ot.setAttribute(Oa,"".concat(De)),ye!=null&&ye.nonce&&(ot.nonce=ye==null?void 0:ye.nonce),ot.innerHTML=ue;var at=er(ge),Pt=at.firstChild;if(Ce){if($e){var ut=(ge.styles||pa(at)).filter(function(pt){if(!["prepend","prependQueue"].includes(pt.getAttribute(Ia)))return!1;var dt=Number(pt.getAttribute(Oa)||0);return De>=dt});if(ut.length)return at.insertBefore(ot,ut[ut.length-1].nextSibling),ot}at.insertBefore(ot,Pt)}else at.appendChild(ot);return ot}function cr(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ye=er(ge);return(ge.styles||pa(ye)).find(function(Ce){return Ce.getAttribute(fr(ge))===ue})}function Xa(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ye=cr(ue,ge);if(ye){var Ce=er(ge);Ce.removeChild(ye)}}function Ca(ue,ge){var ye=wa.get(ue);if(!ye||!Pa(document,ye)){var Ce=hr("",ge),Oe=Ce.parentNode;wa.set(ue,Oe),ue.removeChild(Ce)}}function Er(){wa.clear()}function Pr(ue,ge){var ye=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Ce=er(ye),Oe=pa(Ce),De=(0,Ze.Z)((0,Ze.Z)({},ye),{},{styles:Oe});Ca(Ce,De);var ze=cr(ge,De);if(ze){var $e,ot;if(($e=De.csp)!==null&&$e!==void 0&&$e.nonce&&ze.nonce!==((ot=De.csp)===null||ot===void 0?void 0:ot.nonce)){var at;ze.nonce=(at=De.csp)===null||at===void 0?void 0:at.nonce}return ze.innerHTML!==ue&&(ze.innerHTML=ue),ze}var Pt=hr(ue,De);return Pt.setAttribute(fr(De),ge),Pt}var Ir;function Xr(ue){var ge="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),ye=document.createElement("div");ye.id=ge;var Ce=ye.style;Ce.position="absolute",Ce.left="0",Ce.top="0",Ce.width="100px",Ce.height="100px",Ce.overflow="scroll";var Oe,De;if(ue){var ze=getComputedStyle(ue);Ce.scrollbarColor=ze.scrollbarColor,Ce.scrollbarWidth=ze.scrollbarWidth;var $e=getComputedStyle(ue,"::-webkit-scrollbar"),ot=parseInt($e.width,10),at=parseInt($e.height,10);try{var Pt=ot?"width: ".concat($e.width,";"):"",ut=at?"height: ".concat($e.height,";"):"";Pr(`
|
|
|
#`.concat(ge,`::-webkit-scrollbar {
|
|
|
`).concat(Pt,`
|
|
|
`).concat(ut,`
|
|
|
}`),ge)}catch(yt){console.error(yt),Oe=ot,De=at}}document.body.appendChild(ye);var pt=ue&&Oe&&!isNaN(Oe)?Oe:ye.offsetWidth-ye.clientWidth,dt=ue&&De&&!isNaN(De)?De:ye.offsetHeight-ye.clientHeight;return document.body.removeChild(ye),Xa(ge),{width:pt,height:dt}}function po(ue){return typeof document=="undefined"?0:((ue||Ir===void 0)&&(Ir=Xr()),Ir.width)}function nn(ue){return typeof document=="undefined"||!ue||!(ue instanceof Element)?{width:0,height:0}:Xr(ue)}var jr=`accept acceptCharset accessKey action allowFullScreen allowTransparency
|
|
|
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
|
|
|
charSet checked classID className colSpan cols content contentEditable contextMenu
|
|
|
controls coords crossOrigin data dateTime default defer dir disabled download draggable
|
|
|
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
|
|
|
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity
|
|
|
is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media
|
|
|
mediaGroup method min minLength multiple muted name noValidate nonce open
|
|
|
optimum pattern placeholder poster preload radioGroup readOnly rel required
|
|
|
reversed role rowSpan rows sandbox scope scoped scrolling seamless selected
|
|
|
shape size sizes span spellCheck src srcDoc srcLang srcSet start step style
|
|
|
summary tabIndex target title type useMap value width wmode wrap`,gt=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown
|
|
|
onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick
|
|
|
onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown
|
|
|
onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel
|
|
|
onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough
|
|
|
onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata
|
|
|
onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,Yt="".concat(jr," ").concat(gt).split(/[\s\n]+/),tn="aria-",ft="data-";function Tt(ue,ge){return ue.indexOf(ge)===0}function _t(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ye;ge===!1?ye={aria:!0,data:!0,attr:!0}:ge===!0?ye={aria:!0}:ye=(0,Ze.Z)({},ge);var Ce={};return Object.keys(ue).forEach(function(Oe){(ye.aria&&(Oe==="role"||Tt(Oe,tn))||ye.data&&Tt(Oe,ft)||ye.attr&&Yt.includes(Oe))&&(Ce[Oe]=ue[Oe])}),Ce}function jt(ue,ge,ye,Ce,Oe,De,ze){ue.push({record:ge,indent:ye,index:ze});var $e=De(ge),ot=Oe==null?void 0:Oe.has($e);if(ge&&Array.isArray(ge[Ce])&&ot)for(var at=0;at<ge[Ce].length;at+=1)jt(ue,ge[Ce][at],ye+1,Ce,Oe,De,at)}function Ht(ue,ge,ye,Ce){var Oe=y.useMemo(function(){if(ye!=null&&ye.size){for(var De=[],ze=0;ze<(ue==null?void 0:ue.length);ze+=1){var $e=ue[ze];jt(De,$e,0,ge,ye,Ce,ze)}return De}return ue==null?void 0:ue.map(function(ot,at){return{record:ot,indent:0,index:at}})},[ue,ge,ye,Ce]);return Oe}function ca(ue,ge,ye,Ce){var Oe=Le(be,["prefixCls","fixedInfoList","flattenColumns","expandableType","expandRowByClick","onTriggerExpand","rowClassName","expandedRowClassName","indentSize","expandIcon","expandedRowRender","expandIconColumnIndex","expandedKeys","childrenColumnName","rowExpandable","onRow"]),De=Oe.flattenColumns,ze=Oe.expandableType,$e=Oe.expandedKeys,ot=Oe.childrenColumnName,at=Oe.onTriggerExpand,Pt=Oe.rowExpandable,ut=Oe.onRow,pt=Oe.expandRowByClick,dt=Oe.rowClassName,yt=ze==="nest",qt=ze==="row"&&(!Pt||Pt(ue)),Kt=qt||yt,z=$e&&$e.has(ge),ne=ot&&ue&&ue[ot],oe=ke(at),le=ut==null?void 0:ut(ue,ye),he=le==null?void 0:le.onClick,ve=function(je){pt&&Kt&&at(ue,je);for(var Be=arguments.length,Xe=new Array(Be>1?Be-1:0),Ve=1;Ve<Be;Ve++)Xe[Ve-1]=arguments[Ve];he==null||he.apply(void 0,[je].concat(Xe))},Pe;typeof dt=="string"?Pe=dt:typeof dt=="function"&&(Pe=dt(ue,ye,Ce));var Ne=Tn(De);return(0,Ze.Z)((0,Ze.Z)({},Oe),{},{columnsKey:Ne,nestExpandable:yt,expanded:z,hasNestChildren:ne,record:ue,onTriggerExpand:oe,rowSupportExpand:qt,expandable:Kt,rowProps:(0,Ze.Z)((0,Ze.Z)({},le),{},{className:Bt()(Pe,le==null?void 0:le.className),onClick:ve})})}function la(ue){var ge=ue.prefixCls,ye=ue.children,Ce=ue.component,Oe=ue.cellComponent,De=ue.className,ze=ue.expanded,$e=ue.colSpan,ot=ue.isEmpty,at=Le(be,["scrollbarSize","fixHeader","fixColumn","componentWidth","horizonScroll"]),Pt=at.scrollbarSize,ut=at.fixHeader,pt=at.fixColumn,dt=at.componentWidth,yt=at.horizonScroll,qt=ye;return(ot?yt&&dt:pt)&&(qt=y.createElement("div",{style:{width:dt-(ut&&!ot?Pt:0),position:"sticky",left:0,overflow:"hidden"},className:"".concat(ge,"-expanded-row-fixed")},qt)),y.createElement(Ce,{className:De,style:{display:ze?null:"none"}},y.createElement(Sa,{component:Oe,prefixCls:ge,colSpan:$e},qt))}var ha=la;function An(ue){var ge=ue.prefixCls,ye=ue.record,Ce=ue.onExpand,Oe=ue.expanded,De=ue.expandable,ze="".concat(ge,"-row-expand-icon");if(!De)return y.createElement("span",{className:Bt()(ze,"".concat(ge,"-row-spaced"))});var $e=function(at){Ce(ye,at),at.stopPropagation()};return y.createElement("span",{className:Bt()(ze,(0,qe.Z)((0,qe.Z)({},"".concat(ge,"-row-expanded"),Oe),"".concat(ge,"-row-collapsed"),!Oe)),onClick:$e})}function Ma(ue,ge,ye){var Ce=[];function Oe(De){(De||[]).forEach(function(ze,$e){Ce.push(ge(ze,$e)),Oe(ze[ye])})}return Oe(ue),Ce}function da(ue,ge,ye,Ce){return typeof ue=="string"?ue:typeof ue=="function"?ue(ge,ye,Ce):""}function tr(ue,ge,ye,Ce,Oe){var De=ue.record,ze=ue.prefixCls,$e=ue.columnsKey,ot=ue.fixedInfoList,at=ue.expandIconColumnIndex,Pt=ue.nestExpandable,ut=ue.indentSize,pt=ue.expandIcon,dt=ue.expanded,yt=ue.hasNestChildren,qt=ue.onTriggerExpand,Kt=$e[ye],z=ot[ye],ne;ye===(at||0)&&Pt&&(ne=y.createElement(y.Fragment,null,y.createElement("span",{style:{paddingLeft:"".concat(ut*Ce,"px")},className:"".concat(ze,"-row-indent indent-level-").concat(Ce)}),pt({prefixCls:ze,expanded:dt,expandable:yt,record:De,onExpand:qt})));var oe;return ge.onCell&&(oe=ge.onCell(De,Oe)),{key:Kt,fixedInfo:z,appendCellNode:ne,additionalCellProps:oe||{}}}function Tr(ue){var ge=ue.className,ye=ue.style,Ce=ue.record,Oe=ue.index,De=ue.renderIndex,ze=ue.rowKey,$e=ue.indent,ot=$e===void 0?0:$e,at=ue.rowComponent,Pt=ue.cellComponent,ut=ue.scopeCellComponent,pt=ca(Ce,ze,Oe,ot),dt=pt.prefixCls,yt=pt.flattenColumns,qt=pt.expandedRowClassName,Kt=pt.expandedRowRender,z=pt.rowProps,ne=pt.expanded,oe=pt.rowSupportExpand,le=y.useRef(!1);le.current||(le.current=ne);var he=da(qt,Ce,Oe,ot),ve=y.createElement(at,(0,He.Z)({},z,{"data-row-key":ze,className:Bt()(ge,"".concat(dt,"-row"),"".concat(dt,"-row-level-").concat(ot),z==null?void 0:z.className,(0,qe.Z)({},he,ot>=1)),style:(0,Ze.Z)((0,Ze.Z)({},ye),z==null?void 0:z.style)}),yt.map(function(Me,je){var Be=Me.render,Xe=Me.dataIndex,Ve=Me.className,Ge=tr(pt,Me,je,ot,Oe),Rt=Ge.key,kt=Ge.fixedInfo,en=Ge.appendCellNode,Nt=Ge.additionalCellProps;return y.createElement(Sa,(0,He.Z)({className:Ve,ellipsis:Me.ellipsis,align:Me.align,scope:Me.rowScope,component:Me.rowScope?ut:Pt,prefixCls:dt,key:Rt,record:Ce,index:Oe,renderIndex:De,dataIndex:Xe,render:Be,shouldCellUpdate:Me.shouldCellUpdate},kt,{appendNode:en,additionalProps:Nt}))})),Pe;if(oe&&(le.current||ne)){var Ne=Kt(Ce,Oe,ot+1,ne);Pe=y.createElement(ha,{expanded:ne,className:Bt()("".concat(dt,"-expanded-row"),"".concat(dt,"-expanded-row-level-").concat(ot+1),he),prefixCls:dt,component:at,cellComponent:Pt,colSpan:yt.length,isEmpty:!1},Ne)}return y.createElement(y.Fragment,null,ve,Pe)}var ir=re(Tr);function Ra(ue){var ge=ue.columnKey,ye=ue.onColumnResize,Ce=y.useRef();return y.useEffect(function(){Ce.current&&ye(ge,Ce.current.offsetWidth)},[]),y.createElement(Zt.Z,{data:ge},y.createElement("td",{ref:Ce,style:{padding:0,border:0,height:0}},y.createElement("div",{style:{height:0,overflow:"hidden"}},"\xA0")))}function Rr(ue){var ge=ue.prefixCls,ye=ue.columnsKey,Ce=ue.onColumnResize;return y.createElement("tr",{"aria-hidden":"true",className:"".concat(ge,"-measure-row"),style:{height:0,fontSize:0}},y.createElement(Zt.Z.Collection,{onBatchResize:function(De){De.forEach(function(ze){var $e=ze.data,ot=ze.size;Ce($e,ot.offsetWidth)})}},ye.map(function(Oe){return y.createElement(Ra,{key:Oe,columnKey:Oe,onColumnResize:Ce})})))}function lr(ue){var ge=ue.data,ye=ue.measureColumnWidth,Ce=Le(be,["prefixCls","getComponent","onColumnResize","flattenColumns","getRowKey","expandedKeys","childrenColumnName","emptyNode"]),Oe=Ce.prefixCls,De=Ce.getComponent,ze=Ce.onColumnResize,$e=Ce.flattenColumns,ot=Ce.getRowKey,at=Ce.expandedKeys,Pt=Ce.childrenColumnName,ut=Ce.emptyNode,pt=Ht(ge,Pt,at,ot),dt=y.useRef({renderWithProps:!1}),yt=De(["body","wrapper"],"tbody"),qt=De(["body","row"],"tr"),Kt=De(["body","cell"],"td"),z=De(["body","cell"],"th"),ne;ge.length?ne=pt.map(function(le,he){var ve=le.record,Pe=le.indent,Ne=le.index,Me=ot(ve,he);return y.createElement(ir,{key:Me,rowKey:Me,record:ve,index:he,renderIndex:Ne,rowComponent:qt,cellComponent:Kt,scopeCellComponent:z,indent:Pe})}):ne=y.createElement(ha,{expanded:!0,className:"".concat(Oe,"-placeholder"),prefixCls:Oe,component:qt,cellComponent:Kt,colSpan:$e.length,isEmpty:!0},ut);var oe=Tn($e);return y.createElement(vn.Provider,{value:dt.current},y.createElement(yt,{className:"".concat(Oe,"-tbody")},ye&&y.createElement(Rr,{prefixCls:Oe,columnsKey:oe,onColumnResize:ze}),ne))}var xr=re(lr),fa=["expandable"],Lr="RC_TABLE_INTERNAL_COL_DEFINE";function va(ue){var ge=ue.expandable,ye=(0,Ya.Z)(ue,fa),Ce;return"expandable"in ue?Ce=(0,Ze.Z)((0,Ze.Z)({},ye),ge):Ce=ye,Ce.showExpandColumn===!1&&(Ce.expandIconColumnIndex=-1),Ce}var Br=["columnType"];function Bo(ue){for(var ge=ue.colWidths,ye=ue.columns,Ce=ue.columCount,Oe=Le(be,["tableLayout"]),De=Oe.tableLayout,ze=[],$e=Ce||ye.length,ot=!1,at=$e-1;at>=0;at-=1){var Pt=ge[at],ut=ye&&ye[at],pt=void 0,dt=void 0;if(ut&&(pt=ut[Lr],De==="auto"&&(dt=ut.minWidth)),Pt||dt||pt||ot){var yt=pt||{},qt=yt.columnType,Kt=(0,Ya.Z)(yt,Br);ze.unshift(y.createElement("col",(0,He.Z)({key:at,style:{width:Pt,minWidth:dt}},Kt))),ot=!0}}return y.createElement("colgroup",null,ze)}var Lo=Bo,Mr=E(74902),ho=["className","noData","columns","flattenColumns","colWidths","columCount","stickyOffsets","direction","fixHeader","stickyTopOffset","stickyBottomOffset","stickyClassName","onScroll","maxContentScroll","children"];function Io(ue,ge){return(0,y.useMemo)(function(){for(var ye=[],Ce=0;Ce<ge;Ce+=1){var Oe=ue[Ce];if(Oe!==void 0)ye[Ce]=Oe;else return null}return ye},[ue.join("_"),ge])}var ti=y.forwardRef(function(ue,ge){var ye=ue.className,Ce=ue.noData,Oe=ue.columns,De=ue.flattenColumns,ze=ue.colWidths,$e=ue.columCount,ot=ue.stickyOffsets,at=ue.direction,Pt=ue.fixHeader,ut=ue.stickyTopOffset,pt=ue.stickyBottomOffset,dt=ue.stickyClassName,yt=ue.onScroll,qt=ue.maxContentScroll,Kt=ue.children,z=(0,Ya.Z)(ue,ho),ne=Le(be,["prefixCls","scrollbarSize","isSticky","getComponent"]),oe=ne.prefixCls,le=ne.scrollbarSize,he=ne.isSticky,ve=ne.getComponent,Pe=ve(["header","table"],"table"),Ne=he&&!Pt?0:le,Me=y.useRef(null),je=y.useCallback(function(Nt){on(ge,Nt),on(Me,Nt)},[]);y.useEffect(function(){var Nt;function Ft(an){var _n=an,ea=_n.currentTarget,$t=_n.deltaX;$t&&(yt({currentTarget:ea,scrollLeft:ea.scrollLeft+$t}),an.preventDefault())}return(Nt=Me.current)===null||Nt===void 0||Nt.addEventListener("wheel",Ft,{passive:!1}),function(){var an;(an=Me.current)===null||an===void 0||an.removeEventListener("wheel",Ft)}},[]);var Be=y.useMemo(function(){return De.every(function(Nt){return Nt.width})},[De]),Xe=De[De.length-1],Ve={fixed:Xe?Xe.fixed:null,scrollbar:!0,onHeaderCell:function(){return{className:"".concat(oe,"-cell-scrollbar")}}},Ge=(0,y.useMemo)(function(){return Ne?[].concat((0,Mr.Z)(Oe),[Ve]):Oe},[Ne,Oe]),Rt=(0,y.useMemo)(function(){return Ne?[].concat((0,Mr.Z)(De),[Ve]):De},[Ne,De]),kt=(0,y.useMemo)(function(){var Nt=ot.right,Ft=ot.left;return(0,Ze.Z)((0,Ze.Z)({},ot),{},{left:at==="rtl"?[].concat((0,Mr.Z)(Ft.map(function(an){return an+Ne})),[0]):Ft,right:at==="rtl"?Nt:[].concat((0,Mr.Z)(Nt.map(function(an){return an+Ne})),[0]),isSticky:he})},[Ne,ot,he]),en=Io(ze,$e);return y.createElement("div",{style:(0,Ze.Z)({overflow:"hidden"},he?{top:ut,bottom:pt}:{}),ref:je,className:Bt()(ye,(0,qe.Z)({},dt,!!dt))},y.createElement(Pe,{style:{tableLayout:"fixed",visibility:Ce||en?null:"hidden"}},(!Ce||!qt||Be)&&y.createElement(Lo,{colWidths:en?[].concat((0,Mr.Z)(en),[Ne]):[],columCount:$e+1,columns:Rt}),Kt((0,Ze.Z)((0,Ze.Z)({},z),{},{stickyOffsets:kt,columns:Ge,flattenColumns:Rt}))))}),Eo=y.memo(ti),To=function(ge){var ye=ge.cells,Ce=ge.stickyOffsets,Oe=ge.flattenColumns,De=ge.rowComponent,ze=ge.cellComponent,$e=ge.onHeaderRow,ot=ge.index,at=Le(be,["prefixCls","direction"]),Pt=at.prefixCls,ut=at.direction,pt;$e&&(pt=$e(ye.map(function(yt){return yt.column}),ot));var dt=Tn(ye.map(function(yt){return yt.column}));return y.createElement(De,pt,ye.map(function(yt,qt){var Kt=yt.column,z=Qn(yt.colStart,yt.colEnd,Oe,Ce,ut),ne;return Kt&&Kt.onHeaderCell&&(ne=yt.column.onHeaderCell(Kt)),y.createElement(Sa,(0,He.Z)({},yt,{scope:Kt.title?yt.colSpan>1?"colgroup":"col":null,ellipsis:Kt.ellipsis,align:Kt.align,component:ze,prefixCls:Pt,key:dt[qt]},z,{additionalProps:ne,rowType:"header"}))}))},ao=To;function _o(ue){var ge=[];function ye(ze,$e){var ot=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;ge[ot]=ge[ot]||[];var at=$e,Pt=ze.filter(Boolean).map(function(ut){var pt={key:ut.key,className:ut.className||"",children:ut.title,column:ut,colStart:at},dt=1,yt=ut.children;return yt&&yt.length>0&&(dt=ye(yt,at,ot+1).reduce(function(qt,Kt){return qt+Kt},0),pt.hasSubColumns=!0),"colSpan"in ut&&(dt=ut.colSpan),"rowSpan"in ut&&(pt.rowSpan=ut.rowSpan),pt.colSpan=dt,pt.colEnd=pt.colStart+dt-1,ge[ot].push(pt),at+=dt,dt});return Pt}ye(ue,0);for(var Ce=ge.length,Oe=function($e){ge[$e].forEach(function(ot){!("rowSpan"in ot)&&!ot.hasSubColumns&&(ot.rowSpan=Ce-$e)})},De=0;De<Ce;De+=1)Oe(De);return ge}var ni=function(ge){var ye=ge.stickyOffsets,Ce=ge.columns,Oe=ge.flattenColumns,De=ge.onHeaderRow,ze=Le(be,["prefixCls","getComponent"]),$e=ze.prefixCls,ot=ze.getComponent,at=y.useMemo(function(){return _o(Ce)},[Ce]),Pt=ot(["header","wrapper"],"thead"),ut=ot(["header","row"],"tr"),pt=ot(["header","cell"],"th");return y.createElement(Pt,{className:"".concat($e,"-thead")},at.map(function(dt,yt){var qt=y.createElement(ao,{key:yt,flattenColumns:Oe,cells:dt,stickyOffsets:ye,rowComponent:ut,cellComponent:pt,onHeaderRow:De,index:yt});return qt}))},Yo=re(ni);function Ho(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ye=[];return y.Children.forEach(ue,function(Ce){Ce==null&&!ge.keepEmpty||(Array.isArray(Ce)?ye=ye.concat(Ho(Ce)):dn(Ce)&&Ce.props?ye=ye.concat(Ho(Ce.props.children,ge)):ye.push(Ce))}),ye}function Uo(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return typeof ge=="number"?ge:ge.endsWith("%")?ue*parseFloat(ge)/100:null}function nr(ue,ge,ye){return y.useMemo(function(){if(ge&&ge>0){var Ce=0,Oe=0;ue.forEach(function(pt){var dt=Uo(ge,pt.width);dt?Ce+=dt:Oe+=1});var De=Math.max(ge,ye),ze=Math.max(De-Ce,Oe),$e=Oe,ot=ze/Oe,at=0,Pt=ue.map(function(pt){var dt=(0,Ze.Z)({},pt),yt=Uo(ge,dt.width);if(yt)dt.width=yt;else{var qt=Math.floor(ot);dt.width=$e===1?ze:qt,ze-=qt,$e-=1}return at+=dt.width,dt});if(at<De){var ut=De/at;ze=De,Pt.forEach(function(pt,dt){var yt=Math.floor(pt.width*ut);pt.width=dt===Pt.length-1?ze:yt,ze-=yt})}return[Pt,Math.max(at,De)]}return[ue,ge]},[ue,ge,ye])}var lo=["children"],Zn=["fixed"];function kn(ue){return Ho(ue).filter(function(ge){return y.isValidElement(ge)}).map(function(ge){var ye=ge.key,Ce=ge.props,Oe=Ce.children,De=(0,Ya.Z)(Ce,lo),ze=(0,Ze.Z)({key:ye},De);return Oe&&(ze.children=kn(Oe)),ze})}function jn(ue){return ue.filter(function(ge){return ge&&(0,Ue.Z)(ge)==="object"&&!ge.hidden}).map(function(ge){var ye=ge.children;return ye&&ye.length>0?(0,Ze.Z)((0,Ze.Z)({},ge),{},{children:jn(ye)}):ge})}function ra(ue){var ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"key";return ue.filter(function(ye){return ye&&(0,Ue.Z)(ye)==="object"}).reduce(function(ye,Ce,Oe){var De=Ce.fixed,ze=De===!0?"left":De,$e="".concat(ge,"-").concat(Oe),ot=Ce.children;return ot&&ot.length>0?[].concat((0,Mr.Z)(ye),(0,Mr.Z)(ra(ot,$e).map(function(at){return(0,Ze.Z)({fixed:ze},at)}))):[].concat((0,Mr.Z)(ye),[(0,Ze.Z)((0,Ze.Z)({key:$e},Ce),{},{fixed:ze})])},[])}function _a(ue){return ue.map(function(ge){var ye=ge.fixed,Ce=(0,Ya.Z)(ge,Zn),Oe=ye;return ye==="left"?Oe="right":ye==="right"&&(Oe="left"),(0,Ze.Z)({fixed:Oe},Ce)})}function Or(ue,ge){var ye=ue.prefixCls,Ce=ue.columns,Oe=ue.children,De=ue.expandable,ze=ue.expandedKeys,$e=ue.columnTitle,ot=ue.getRowKey,at=ue.onTriggerExpand,Pt=ue.expandIcon,ut=ue.rowExpandable,pt=ue.expandIconColumnIndex,dt=ue.direction,yt=ue.expandRowByClick,qt=ue.columnWidth,Kt=ue.fixed,z=ue.scrollWidth,ne=ue.clientWidth,oe=y.useMemo(function(){var Xe=Ce||kn(Oe)||[];return jn(Xe.slice())},[Ce,Oe]),le=y.useMemo(function(){if(De){var Xe=oe.slice();if(!Xe.includes(pe)){var Ve=pt||0;Ve>=0&&(Ve||Kt==="left"||!Kt)&&Xe.splice(Ve,0,pe),Kt==="right"&&Xe.splice(oe.length,0,pe)}var Ge=Xe.indexOf(pe);Xe=Xe.filter(function(Nt,Ft){return Nt!==pe||Ft===Ge});var Rt=oe[Ge],kt;Kt?kt=Kt:kt=Rt?Rt.fixed:null;var en=(0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)({},Lr,{className:"".concat(ye,"-expand-icon-col"),columnType:"EXPAND_COLUMN"}),"title",$e),"fixed",kt),"className","".concat(ye,"-row-expand-icon-cell")),"width",qt),"render",function(Ft,an,_n){var ea=ot(an,_n),$t=ze.has(ea),zn=ut?ut(an):!0,ya=Pt({prefixCls:ye,expanded:$t,expandable:zn,record:an,onExpand:at});return yt?y.createElement("span",{onClick:function(oa){return oa.stopPropagation()}},ya):ya});return Xe.map(function(Nt){return Nt===pe?en:Nt})}return oe.filter(function(Nt){return Nt!==pe})},[De,oe,ot,ze,Pt,dt]),he=y.useMemo(function(){var Xe=le;return ge&&(Xe=ge(Xe)),Xe.length||(Xe=[{render:function(){return null}}]),Xe},[ge,le,dt]),ve=y.useMemo(function(){return dt==="rtl"?_a(ra(he)):ra(he)},[he,dt,z]),Pe=y.useMemo(function(){for(var Xe=-1,Ve=ve.length-1;Ve>=0;Ve-=1){var Ge=ve[Ve].fixed;if(Ge==="left"||Ge===!0){Xe=Ve;break}}if(Xe>=0)for(var Rt=0;Rt<=Xe;Rt+=1){var kt=ve[Rt].fixed;if(kt!=="left"&&kt!==!0)return!0}var en=ve.findIndex(function(an){var _n=an.fixed;return _n==="right"});if(en>=0)for(var Nt=en;Nt<ve.length;Nt+=1){var Ft=ve[Nt].fixed;if(Ft!=="right")return!0}return!1},[ve]),Ne=nr(ve,z,ne),Me=(0,me.Z)(Ne,2),je=Me[0],Be=Me[1];return[he,je,Be,Pe]}var Fe=Or;function _e(ue,ge,ye){var Ce=va(ue),Oe=Ce.expandIcon,De=Ce.expandedRowKeys,ze=Ce.defaultExpandedRowKeys,$e=Ce.defaultExpandAllRows,ot=Ce.expandedRowRender,at=Ce.onExpand,Pt=Ce.onExpandedRowsChange,ut=Ce.childrenColumnName,pt=Oe||An,dt=ut||"children",yt=y.useMemo(function(){return ot?"row":ue.expandable&&ue.internalHooks===se&&ue.expandable.__PARENT_RENDER_ICON__||ge.some(function(he){return he&&(0,Ue.Z)(he)==="object"&&he[dt]})?"nest":!1},[!!ot,ge]),qt=y.useState(function(){return ze||($e?Ma(ge,ye,dt):[])}),Kt=(0,me.Z)(qt,2),z=Kt[0],ne=Kt[1],oe=y.useMemo(function(){return new Set(De||z||[])},[De,z]),le=y.useCallback(function(he){var ve=ye(he,ge.indexOf(he)),Pe,Ne=oe.has(ve);Ne?(oe.delete(ve),Pe=(0,Mr.Z)(oe)):Pe=[].concat((0,Mr.Z)(oe),[ve]),ne(Pe),at&&at(!Ne,he),Pt&&Pt(Pe)},[ye,oe,ge,at,Pt]);return[Ce,yt,oe,pt,dt,le]}function nt(ue,ge,ye){var Ce=ue.map(function(Oe,De){return Qn(De,De,ue,ge,ye)});return yn(function(){return Ce},[Ce],function(Oe,De){return!Qt(Oe,De)})}function St(ue){var ge=(0,y.useRef)(ue),ye=(0,y.useState)({}),Ce=(0,me.Z)(ye,2),Oe=Ce[1],De=(0,y.useRef)(null),ze=(0,y.useRef)([]);function $e(ot){ze.current.push(ot);var at=Promise.resolve();De.current=at,at.then(function(){if(De.current===at){var Pt=ze.current,ut=ge.current;ze.current=[],Pt.forEach(function(pt){ge.current=pt(ge.current)}),De.current=null,ut!==ge.current&&Oe({})}})}return(0,y.useEffect)(function(){return function(){De.current=null}},[]),[ge.current,$e]}function gn(ue){var ge=(0,y.useRef)(ue||null),ye=(0,y.useRef)();function Ce(){window.clearTimeout(ye.current)}function Oe(ze){ge.current=ze,Ce(),ye.current=window.setTimeout(function(){ge.current=null,ye.current=void 0},100)}function De(){return ge.current}return(0,y.useEffect)(function(){return Ce},[]),[Oe,De]}function na(){var ue=y.useState(-1),ge=(0,me.Z)(ue,2),ye=ge[0],Ce=ge[1],Oe=y.useState(-1),De=(0,me.Z)(Oe,2),ze=De[0],$e=De[1],ot=y.useCallback(function(at,Pt){Ce(at),$e(Pt)},[]);return[ye,ze,ot]}var xa=tt()?window:null;function Ha(ue,ge){var ye=(0,Ue.Z)(ue)==="object"?ue:{},Ce=ye.offsetHeader,Oe=Ce===void 0?0:Ce,De=ye.offsetSummary,ze=De===void 0?0:De,$e=ye.offsetScroll,ot=$e===void 0?0:$e,at=ye.getContainer,Pt=at===void 0?function(){return xa}:at,ut=Pt()||xa,pt=!!ue;return y.useMemo(function(){return{isSticky:pt,stickyClassName:pt?"".concat(ge,"-sticky-holder"):"",offsetHeader:Oe,offsetSummary:ze,offsetScroll:ot,container:ut}},[pt,ot,Oe,ze,ge,ut])}function $a(ue,ge,ye){var Ce=(0,y.useMemo)(function(){var Oe=ge.length,De=function(at,Pt,ut){for(var pt=[],dt=0,yt=at;yt!==Pt;yt+=ut)pt.push(dt),ge[yt].fixed&&(dt+=ue[yt]||0);return pt},ze=De(0,Oe,1),$e=De(Oe-1,-1,-1).reverse();return ye==="rtl"?{left:$e,right:ze}:{left:ze,right:$e}},[ue,ge,ye]);return Ce}var Ur=$a;function kr(ue){var ge=ue.className,ye=ue.children;return y.createElement("div",{className:ge},ye)}var ro=kr;function Sr(ue,ge,ye,Ce){var Oe=Te.unstable_batchedUpdates?function(ze){Te.unstable_batchedUpdates(ye,ze)}:ye;return ue!=null&&ue.addEventListener&&ue.addEventListener(ge,Oe,Ce),{remove:function(){ue!=null&&ue.removeEventListener&&ue.removeEventListener(ge,Oe,Ce)}}}var ka=function(ge){return+setTimeout(ge,16)},Ba=function(ge){return clearTimeout(ge)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(ka=function(ge){return window.requestAnimationFrame(ge)},Ba=function(ge){return window.cancelAnimationFrame(ge)});var Kr=0,so=new Map;function Po(ue){so.delete(ue)}var Zr=function(ge){var ye=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;Kr+=1;var Ce=Kr;function Oe(De){if(De===0)Po(Ce),ge();else{var ze=ka(function(){Oe(De-1)});so.set(Ce,ze)}}return Oe(ye),Ce};Zr.cancel=function(ue){var ge=so.get(ue);return Po(ue),Ba(ge)};var co=Zr;function Jr(ue){return ue instanceof HTMLElement||ue instanceof SVGElement}function qr(ue){return ue&&(0,Ue.Z)(ue)==="object"&&Jr(ue.nativeElement)?ue.nativeElement:Jr(ue)?ue:null}function Qr(ue){var ge=qr(ue);if(ge)return ge;if(ue instanceof React.Component){var ye;return(ye=ReactDOM.findDOMNode)===null||ye===void 0?void 0:ye.call(ReactDOM,ue)}return null}function Fa(ue){var ge=qr(ue),ye=ge.getBoundingClientRect(),Ce=document.documentElement;return{left:ye.left+(window.pageXOffset||Ce.scrollLeft)-(Ce.clientLeft||document.body.clientLeft||0),top:ye.top+(window.pageYOffset||Ce.scrollTop)-(Ce.clientTop||document.body.clientTop||0)}}var Cr=function(ge,ye){var Ce,Oe,De=ge.scrollBodyRef,ze=ge.onScroll,$e=ge.offsetScroll,ot=ge.container,at=ge.direction,Pt=Le(be,"prefixCls"),ut=((Ce=De.current)===null||Ce===void 0?void 0:Ce.scrollWidth)||0,pt=((Oe=De.current)===null||Oe===void 0?void 0:Oe.clientWidth)||0,dt=ut&&pt*(pt/ut),yt=y.useRef(),qt=St({scrollLeft:0,isHiddenScrollBar:!0}),Kt=(0,me.Z)(qt,2),z=Kt[0],ne=Kt[1],oe=y.useRef({delta:0,x:0}),le=y.useState(!1),he=(0,me.Z)(le,2),ve=he[0],Pe=he[1],Ne=y.useRef(null);y.useEffect(function(){return function(){co.cancel(Ne.current)}},[]);var Me=function(){Pe(!1)},je=function(Rt){Rt.persist(),oe.current.delta=Rt.pageX-z.scrollLeft,oe.current.x=0,Pe(!0),Rt.preventDefault()},Be=function(Rt){var kt,en=Rt||((kt=window)===null||kt===void 0?void 0:kt.event),Nt=en.buttons;if(!ve||Nt===0){ve&&Pe(!1);return}var Ft=oe.current.x+Rt.pageX-oe.current.x-oe.current.delta,an=at==="rtl";Ft=Math.max(an?dt-pt:0,Math.min(an?0:pt-dt,Ft));var _n=!an||Math.abs(Ft)+Math.abs(dt)<pt;_n&&(ze({scrollLeft:Ft/pt*(ut+2)}),oe.current.x=Rt.pageX)},Xe=function(){co.cancel(Ne.current),Ne.current=co(function(){if(De.current){var Rt=Fa(De.current).top,kt=Rt+De.current.offsetHeight,en=ot===window?document.documentElement.scrollTop+window.innerHeight:Fa(ot).top+ot.clientHeight;kt-po()<=en||Rt>=en-$e?ne(function(Nt){return(0,Ze.Z)((0,Ze.Z)({},Nt),{},{isHiddenScrollBar:!0})}):ne(function(Nt){return(0,Ze.Z)((0,Ze.Z)({},Nt),{},{isHiddenScrollBar:!1})})}})},Ve=function(Rt){ne(function(kt){return(0,Ze.Z)((0,Ze.Z)({},kt),{},{scrollLeft:Rt/ut*pt||0})})};return y.useImperativeHandle(ye,function(){return{setScrollLeft:Ve,checkScrollBarVisible:Xe}}),y.useEffect(function(){var Ge=Sr(document.body,"mouseup",Me,!1),Rt=Sr(document.body,"mousemove",Be,!1);return Xe(),function(){Ge.remove(),Rt.remove()}},[dt,ve]),y.useEffect(function(){if(De.current){for(var Ge=[],Rt=qr(De.current);Rt;)Ge.push(Rt),Rt=Rt.parentElement;return Ge.forEach(function(kt){return kt.addEventListener("scroll",Xe,!1)}),window.addEventListener("resize",Xe,!1),window.addEventListener("scroll",Xe,!1),ot.addEventListener("scroll",Xe,!1),function(){Ge.forEach(function(kt){return kt.removeEventListener("scroll",Xe)}),window.removeEventListener("resize",Xe),window.removeEventListener("scroll",Xe),ot.removeEventListener("scroll",Xe)}}},[ot]),y.useEffect(function(){z.isHiddenScrollBar||ne(function(Ge){var Rt=De.current;return Rt?(0,Ze.Z)((0,Ze.Z)({},Ge),{},{scrollLeft:Rt.scrollLeft/Rt.scrollWidth*Rt.clientWidth}):Ge})},[z.isHiddenScrollBar]),ut<=pt||!dt||z.isHiddenScrollBar?null:y.createElement("div",{style:{height:po(),width:pt,bottom:$e},className:"".concat(Pt,"-sticky-scroll")},y.createElement("div",{onMouseDown:je,ref:yt,className:Bt()("".concat(Pt,"-sticky-scroll-bar"),(0,qe.Z)({},"".concat(Pt,"-sticky-scroll-bar-active"),ve)),style:{width:"".concat(dt,"px"),transform:"translate3d(".concat(z.scrollLeft,"px, 0, 0)")}}))},zr=y.forwardRef(Cr);function ja(ue){return null}var Ar=ja;function Gr(ue){return null}var Ro=Gr,So="rc-table",Oo=[],ai={};function si(){return"No Data"}function ri(ue,ge){var ye=(0,Ze.Z)({rowKey:"key",prefixCls:So,emptyText:si},ue),Ce=ye.prefixCls,Oe=ye.className,De=ye.rowClassName,ze=ye.style,$e=ye.data,ot=ye.rowKey,at=ye.scroll,Pt=ye.tableLayout,ut=ye.direction,pt=ye.title,dt=ye.footer,yt=ye.summary,qt=ye.caption,Kt=ye.id,z=ye.showHeader,ne=ye.components,oe=ye.emptyText,le=ye.onRow,he=ye.onHeaderRow,ve=ye.onScroll,Pe=ye.internalHooks,Ne=ye.transformColumns,Me=ye.internalRefs,je=ye.tailor,Be=ye.getContainerWidth,Xe=ye.sticky,Ve=ye.rowHoverable,Ge=Ve===void 0?!0:Ve,Rt=$e||Oo,kt=!!Rt.length,en=Pe===se,Nt=y.useCallback(function($r,Yr){return aa(ne,$r)||Yr},[ne]),Ft=y.useMemo(function(){return typeof ot=="function"?ot:function($r){var Yr=$r&&$r[ot];return Yr}},[ot]),an=Nt(["body"]),_n=na(),ea=(0,me.Z)(_n,3),$t=ea[0],zn=ea[1],ya=ea[2],Aa=_e(ye,Rt,Ft),oa=(0,me.Z)(Aa,6),ba=oa[0],sa=oa[1],Wn=oa[2],fn=oa[3],En=oa[4],bn=oa[5],Un=at==null?void 0:at.x,Na=y.useState(0),La=(0,me.Z)(Na,2),ct=La[0],Ja=La[1],Fr=Fe((0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},ye),ba),{},{expandable:!!ba.expandedRowRender,columnTitle:ba.columnTitle,expandedKeys:Wn,getRowKey:Ft,onTriggerExpand:bn,expandIcon:fn,expandIconColumnIndex:ba.expandIconColumnIndex,direction:ut,scrollWidth:en&&je&&typeof Un=="number"?Un:null,clientWidth:ct}),en?Ne:null),mt=(0,me.Z)(Fr,4),ta=mt[0],ua=mt[1],ar=mt[2],Dr=mt[3],za=ar!=null?ar:Un,no=y.useMemo(function(){return{columns:ta,flattenColumns:ua}},[ta,ua]),wr=y.useRef(),vr=y.useRef(),gr=y.useRef(),sr=y.useRef();y.useImperativeHandle(ge,function(){return{nativeElement:wr.current,scrollTo:function(Yr){var qo;if(gr.current instanceof HTMLElement){var hi=Yr.index,ei=Yr.top,Pl=Yr.key;if(Kn(ei)){var Ji;(Ji=gr.current)===null||Ji===void 0||Ji.scrollTo({top:ei})}else{var qi,as=Pl!=null?Pl:Ft(Rt[hi]);(qi=gr.current.querySelector('[data-row-key="'.concat(as,'"]')))===null||qi===void 0||qi.scrollIntoView()}}else(qo=gr.current)!==null&&qo!==void 0&&qo.scrollTo&&gr.current.scrollTo(Yr)}}});var br=y.useRef(),pr=y.useState(!1),Vr=(0,me.Z)(pr,2),mr=Vr[0],rr=Vr[1],_r=y.useState(!1),yr=(0,me.Z)(_r,2),vo=yr[0],fo=yr[1],zo=St(new Map),Zo=(0,me.Z)(zo,2),pn=Zo[0],Nn=Zo[1],qa=Tn(ua),Za=qa.map(function($r){return pn.get($r)}),ur=y.useMemo(function(){return Za},[Za.join("_")]),eo=Ur(ur,ua,ut),io=at&&Gn(at.y),to=at&&Gn(za)||!!ba.fixed,bo=to&&ua.some(function($r){var Yr=$r.fixed;return Yr}),Do=y.useRef(),uo=Ha(Xe,Ce),Mo=uo.isSticky,Qo=uo.offsetHeader,Ai=uo.offsetSummary,_i=uo.offsetScroll,Hi=uo.stickyClassName,Ii=uo.container,Va=y.useMemo(function(){return yt==null?void 0:yt(Rt)},[yt,Rt]),Nr=(io||Mo)&&y.isValidElement(Va)&&Va.type===Je&&Va.props.fixed,yo,xo,jo;io&&(xo={overflowY:kt?"scroll":"auto",maxHeight:at.y}),to&&(yo={overflowX:"auto"},io||(xo={overflowY:"hidden"}),jo={width:za===!0?"auto":za,minWidth:"100%"});var Xo=y.useCallback(function($r,Yr){Ln(wr.current)&&Nn(function(qo){if(qo.get($r)!==Yr){var hi=new Map(qo);return hi.set($r,Yr),hi}return qo})},[]),ii=gn(null),Ao=(0,me.Z)(ii,2),El=Ao[0],Xt=Ao[1];function On($r,Yr){Yr&&(typeof Yr=="function"?Yr($r):Yr.scrollLeft!==$r&&(Yr.scrollLeft=$r,Yr.scrollLeft!==$r&&setTimeout(function(){Yr.scrollLeft=$r},0)))}var Ea=ke(function($r){var Yr=$r.currentTarget,qo=$r.scrollLeft,hi=ut==="rtl",ei=typeof qo=="number"?qo:Yr.scrollLeft,Pl=Yr||ai;if(!Xt()||Xt()===Pl){var Ji;El(Pl),On(ei,vr.current),On(ei,gr.current),On(ei,br.current),On(ei,(Ji=Do.current)===null||Ji===void 0?void 0:Ji.setScrollLeft)}var qi=Yr||vr.current;if(qi){var as=en&&je&&typeof za=="number"?za:qi.scrollWidth,Bc=qi.clientWidth;if(as===Bc){rr(!1),fo(!1);return}hi?(rr(-ei<as-Bc),fo(-ei>0)):(rr(ei>0),fo(ei<as-Bc))}}),Ga=ke(function($r){Ea($r),ve==null||ve($r)}),Hr=function(){if(to&&gr.current){var Yr;Ea({currentTarget:qr(gr.current),scrollLeft:(Yr=gr.current)===null||Yr===void 0?void 0:Yr.scrollLeft})}else rr(!1),fo(!1)},Go=function(Yr){var qo,hi=Yr.width;(qo=Do.current)===null||qo===void 0||qo.checkScrollBarVisible();var ei=wr.current?wr.current.offsetWidth:hi;en&&Be&&wr.current&&(ei=Be(wr.current,ei)||ei),ei!==ct&&(Hr(),Ja(ei))},Fo=y.useRef(!1);y.useEffect(function(){Fo.current&&Hr()},[to,$e,ta.length]),y.useEffect(function(){Fo.current=!0},[]);var Jo=y.useState(0),yi=(0,me.Z)(Jo,2),Ti=yi[0],Li=yi[1],Cd=y.useState(!0),ld=(0,me.Z)(Cd,2),sd=ld[0],wd=ld[1];y.useEffect(function(){(!je||!en)&&(gr.current instanceof Element?Li(nn(gr.current).width):Li(nn(sr.current).width)),wd(Xn("position","sticky"))},[]),y.useEffect(function(){en&&Me&&(Me.body.current=gr.current)});var xd=y.useCallback(function($r){return y.createElement(y.Fragment,null,y.createElement(Yo,$r),Nr==="top"&&y.createElement(it,$r,Va))},[Nr,Va]),Ad=y.useCallback(function($r){return y.createElement(it,$r,Va)},[Va]),ud=Nt(["table"],"table"),uu=y.useMemo(function(){return Pt||(bo?za==="max-content"?"auto":"fixed":io||Mo||ua.some(function($r){var Yr=$r.ellipsis;return Yr})?"fixed":"auto")},[io,bo,ua,Pt,Mo]),kc,Dc={colWidths:ur,columCount:ua.length,stickyOffsets:eo,onHeaderRow:he,fixHeader:io,scroll:at},cd=y.useMemo(function(){return kt?null:typeof oe=="function"?oe():oe},[kt,oe]),dd=y.createElement(xr,{data:Rt,measureColumnWidth:io||to||Mo}),gd=y.createElement(Lo,{colWidths:ua.map(function($r){var Yr=$r.width;return Yr}),columns:ua}),pd=qt!=null?y.createElement("caption",{className:"".concat(Ce,"-caption")},qt):void 0,Id=_t(ye,{data:!0}),md=_t(ye,{aria:!0});if(io||Mo){var Mc;typeof an=="function"?(Mc=an(Rt,{scrollbarSize:Ti,ref:gr,onScroll:Ea}),Dc.colWidths=ua.map(function($r,Yr){var qo=$r.width,hi=Yr===ua.length-1?qo-Ti:qo;return typeof hi=="number"&&!Number.isNaN(hi)?hi:0})):Mc=y.createElement("div",{style:(0,Ze.Z)((0,Ze.Z)({},yo),xo),onScroll:Ga,ref:gr,className:Bt()("".concat(Ce,"-body"))},y.createElement(ud,(0,He.Z)({style:(0,Ze.Z)((0,Ze.Z)({},jo),{},{tableLayout:uu})},md),pd,gd,dd,!Nr&&Va&&y.createElement(it,{stickyOffsets:eo,flattenColumns:ua},Va)));var fd=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({noData:!Rt.length,maxContentScroll:to&&za==="max-content"},Dc),no),{},{direction:ut,stickyClassName:Hi,onScroll:Ea});kc=y.createElement(y.Fragment,null,z!==!1&&y.createElement(Eo,(0,He.Z)({},fd,{stickyTopOffset:Qo,className:"".concat(Ce,"-header"),ref:vr}),xd),Mc,Nr&&Nr!=="top"&&y.createElement(Eo,(0,He.Z)({},fd,{stickyBottomOffset:Ai,className:"".concat(Ce,"-summary"),ref:br}),Ad),Mo&&gr.current&&gr.current instanceof Element&&y.createElement(zr,{ref:Do,offsetScroll:_i,scrollBodyRef:gr,onScroll:Ea,container:Ii,direction:ut}))}else kc=y.createElement("div",{style:(0,Ze.Z)((0,Ze.Z)({},yo),xo),className:Bt()("".concat(Ce,"-content")),onScroll:Ea,ref:gr},y.createElement(ud,(0,He.Z)({style:(0,Ze.Z)((0,Ze.Z)({},jo),{},{tableLayout:uu})},md),pd,gd,z!==!1&&y.createElement(Yo,(0,He.Z)({},Dc,no)),dd,Va&&y.createElement(it,{stickyOffsets:eo,flattenColumns:ua},Va)));var Fc=y.createElement("div",(0,He.Z)({className:Bt()(Ce,Oe,(0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)({},"".concat(Ce,"-rtl"),ut==="rtl"),"".concat(Ce,"-ping-left"),mr),"".concat(Ce,"-ping-right"),vo),"".concat(Ce,"-layout-fixed"),Pt==="fixed"),"".concat(Ce,"-fixed-header"),io),"".concat(Ce,"-fixed-column"),bo),"".concat(Ce,"-fixed-column-gapped"),bo&&Dr),"".concat(Ce,"-scroll-horizontal"),to),"".concat(Ce,"-has-fix-left"),ua[0]&&ua[0].fixed),"".concat(Ce,"-has-fix-right"),ua[ua.length-1]&&ua[ua.length-1].fixed==="right")),style:ze,id:Kt,ref:wr},Id),pt&&y.createElement(ro,{className:"".concat(Ce,"-title")},pt(Rt)),y.createElement("div",{ref:sr,className:"".concat(Ce,"-container")},kc),dt&&y.createElement(ro,{className:"".concat(Ce,"-footer")},dt(Rt)));to&&(Fc=y.createElement(Zt.Z,{onResize:Go},Fc));var hd=nt(ua,eo,ut),Td=y.useMemo(function(){return{scrollX:za,prefixCls:Ce,getComponent:Nt,scrollbarSize:Ti,direction:ut,fixedInfoList:hd,isSticky:Mo,supportSticky:sd,componentWidth:ct,fixHeader:io,fixColumn:bo,horizonScroll:to,tableLayout:uu,rowClassName:De,expandedRowClassName:ba.expandedRowClassName,expandIcon:fn,expandableType:sa,expandRowByClick:ba.expandRowByClick,expandedRowRender:ba.expandedRowRender,onTriggerExpand:bn,expandIconColumnIndex:ba.expandIconColumnIndex,indentSize:ba.indentSize,allColumnsFixedLeft:ua.every(function($r){return $r.fixed==="left"}),emptyNode:cd,columns:ta,flattenColumns:ua,onColumnResize:Xo,hoverStartRow:$t,hoverEndRow:zn,onHover:ya,rowExpandable:ba.rowExpandable,onRow:le,getRowKey:Ft,expandedKeys:Wn,childrenColumnName:En,rowHoverable:Ge}},[za,Ce,Nt,Ti,ut,hd,Mo,sd,ct,io,bo,to,uu,De,ba.expandedRowClassName,fn,sa,ba.expandRowByClick,ba.expandedRowRender,bn,ba.expandIconColumnIndex,ba.indentSize,cd,ta,ua,Xo,$t,zn,ya,ba.rowExpandable,le,Ft,Wn,En,Ge]);return y.createElement(be.Provider,{value:Td},Fc)}var oi=y.forwardRef(ri);function li(ue){return te(oi,ue)}var mo=li();mo.EXPAND_COLUMN=pe,mo.INTERNAL_HOOKS=se,mo.Column=Ar,mo.ColumnGroup=Ro,mo.Summary=et;var Ua=mo;function dr(ue){var ge=y.useRef();ge.current=ue;var ye=y.useCallback(function(){for(var Ce,Oe=arguments.length,De=new Array(Oe),ze=0;ze<Oe;ze++)De[ze]=arguments[ze];return(Ce=ge.current)===null||Ce===void 0?void 0:Ce.call.apply(Ce,[ge].concat(De))},[]);return ye}function oo(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var No=oo()?y.useLayoutEffect:y.useEffect,Wo=function(ge,ye){var Ce=y.useRef(!0);No(function(){return ge(Ce.current)},ye),No(function(){return Ce.current=!1,function(){Ce.current=!0}},[])},Pi=function(ge,ye){Wo(function(Ce){if(!Ce)return ge()},ye)},di=Wo;function Oi(ue){var ge=React.useRef(!1),ye=React.useState(ue),Ce=_slicedToArray(ye,2),Oe=Ce[0],De=Ce[1];React.useEffect(function(){return ge.current=!1,function(){ge.current=!0}},[]);function ze($e,ot){ot&&ge.current||De($e)}return[Oe,ze]}function ui(ue){return ue!==void 0}function ko(ue,ge){var ye=ge||{},Ce=ye.defaultValue,Oe=ye.value,De=ye.onChange,ze=ye.postState,$e=useState(function(){return ui(Oe)?Oe:ui(Ce)?typeof Ce=="function"?Ce():Ce:typeof ue=="function"?ue():ue}),ot=_slicedToArray($e,2),at=ot[0],Pt=ot[1],ut=Oe!==void 0?Oe:at,pt=ze?ze(ut):ut,dt=useEvent(De),yt=useState([ut]),qt=_slicedToArray(yt,2),Kt=qt[0],z=qt[1];useLayoutUpdateEffect(function(){var oe=Kt[0];at!==oe&&dt(at,oe)},[Kt]),useLayoutUpdateEffect(function(){ui(Oe)||Pt(Oe)},[Oe]);var ne=useEvent(function(oe,le){Pt(oe,le),z([ut],le)});return[pt,ne]}function ki(ue,ge,ye){var Ce=React.useRef({});return(!("value"in Ce.current)||ye(Ce.current.condition,ge))&&(Ce.current.value=ue(),Ce.current.condition=ge),Ce.current.value}function Si(ue,ge){typeof ue=="function"?ue(ge):_typeof(ue)==="object"&&ue&&"current"in ue&&(ue.current=ge)}function $i(){for(var ue=arguments.length,ge=new Array(ue),ye=0;ye<ue;ye++)ge[ye]=arguments[ye];var Ce=ge.filter(function(Oe){return Oe});return Ce.length<=1?Ce[0]:function(Oe){ge.forEach(function(De){Si(De,Oe)})}}function rs(){for(var ue=arguments.length,ge=new Array(ue),ye=0;ye<ue;ye++)ge[ye]=arguments[ye];return useMemo(function(){return $i.apply(void 0,ge)},ge,function(Ce,Oe){return Ce.length!==Oe.length||Ce.every(function(De,ze){return De!==Oe[ze]})})}function Cl(ue){var ge,ye,Ce=isMemo(ue)?ue.type.type:ue.type;return!(typeof Ce=="function"&&!((ge=Ce.prototype)!==null&&ge!==void 0&&ge.render)||typeof ue=="function"&&!((ye=ue.prototype)!==null&&ye!==void 0&&ye.render))}function Ci(ue){return!isValidElement(ue)||isFragment(ue)?!1:Cl(ue)}function el(ue,ge,ye,Ce){if(!ge.length)return ye;var Oe=_toArray(ge),De=Oe[0],ze=Oe.slice(1),$e;return!ue&&typeof De=="number"?$e=[]:Array.isArray(ue)?$e=_toConsumableArray(ue):$e=_objectSpread({},ue),Ce&&ye===void 0&&ze.length===1?delete $e[De][ze[0]]:$e[De]=el($e[De],ze,ye,Ce),$e}function ji(ue,ge,ye){var Ce=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return ge.length&&Ce&&ye===void 0&&!get(ue,ge.slice(0,-1))?ue:el(ue,ge,ye,Ce)}function tl(ue){return _typeof(ue)==="object"&&ue!==null&&Object.getPrototypeOf(ue)===Object.prototype}function Co(ue){return Array.isArray(ue)?[]:{}}var Vo=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function Ri(){for(var ue=arguments.length,ge=new Array(ue),ye=0;ye<ue;ye++)ge[ye]=arguments[ye];var Ce=Co(ge[0]);return ge.forEach(function(Oe){function De(ze,$e){var ot=new Set($e),at=get(Oe,ze),Pt=Array.isArray(at);if(Pt||tl(at)){if(!ot.has(at)){ot.add(at);var ut=get(Ce,ze);Pt?Ce=ji(Ce,ze,[]):(!ut||_typeof(ut)!=="object")&&(Ce=ji(Ce,ze,Co(at))),Vo(at).forEach(function(pt){De([].concat(_toConsumableArray(ze),[pt]),ot)})}}else Ce=ji(Ce,ze,at)}De([])}),Ce}var gi={},wi=[],Di=function(ge){wi.push(ge)};function wl(ue,ge){if(0)var ye}function du(ue,ge){if(0)var ye}function gu(){gi={}}function xl(ue,ge,ye){!ge&&!gi[ye]&&(ue(!1,ye),gi[ye]=!0)}function Al(ue,ge){xl(wl,ue,ge)}function pu(ue,ge){xl(du,ue,ge)}Al.preMessage=Di,Al.resetWarned=gu,Al.noteOnce=pu;var zc=null,os=y.forwardRef(function(ue,ge){var ye=ue.height,Ce=ue.offsetY,Oe=ue.offsetX,De=ue.children,ze=ue.prefixCls,$e=ue.onInnerResize,ot=ue.innerProps,at=ue.rtl,Pt=ue.extra,ut={},pt={display:"flex",flexDirection:"column"};return Ce!==void 0&&(ut={height:ye,position:"relative",overflow:"hidden"},pt=(0,Ze.Z)((0,Ze.Z)({},pt),{},(0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)((0,qe.Z)({transform:"translateY(".concat(Ce,"px)")},at?"marginRight":"marginLeft",-Oe),"position","absolute"),"left",0),"right",0),"top",0))),y.createElement("div",{style:ut},y.createElement(Zt.Z,{onResize:function(yt){var qt=yt.offsetHeight;qt&&$e&&$e()}},y.createElement("div",(0,He.Z)({style:pt,className:Bt()((0,qe.Z)({},"".concat(ze,"-holder-inner"),ze)),ref:ge},ot),De,Pt)))});os.displayName="Filler";var mu=os;function fu(ue){var ge=ue.children,ye=ue.setRef,Ce=y.useCallback(function(Oe){ye(Oe)},[]);return y.cloneElement(ge,{ref:Ce})}function hu(ue,ge,ye,Ce,Oe,De,ze,$e){var ot=$e.getKey;return ue.slice(ge,ye+1).map(function(at,Pt){var ut=ge+Pt,pt=ze(at,ut,{style:{width:Ce},offsetX:Oe}),dt=ot(at);return y.createElement(fu,{key:dt,setRef:function(qt){return De(at,qt)}},pt)})}function Gc(ue,ge,ye,Ce){var Oe=ye-ue,De=ge-ye,ze=Math.min(Oe,De)*2;if(Ce<=ze){var $e=Math.floor(Ce/2);return Ce%2?ye+$e+1:ye-$e}return Oe>De?ye-(Ce-De):ye+(Ce-Oe)}function Su(ue,ge,ye){var Ce=ue.length,Oe=ge.length,De,ze;if(Ce===0&&Oe===0)return null;Ce<Oe?(De=ue,ze=ge):(De=ge,ze=ue);var $e={__EMPTY_ITEM__:!0};function ot(yt){return yt!==void 0?ye(yt):$e}for(var at=null,Pt=Math.abs(Ce-Oe)!==1,ut=0;ut<ze.length;ut+=1){var pt=ot(De[ut]),dt=ot(ze[ut]);if(pt!==dt){at=ut,Pt=Pt||pt!==ot(ze[ut+1]);break}}return at===null?null:{index:at,multiple:Pt}}function vu(ue,ge,ye){var Ce=y.useState(ue),Oe=(0,me.Z)(Ce,2),De=Oe[0],ze=Oe[1],$e=y.useState(null),ot=(0,me.Z)($e,2),at=ot[0],Pt=ot[1];return y.useEffect(function(){var ut=Su(De||[],ue||[],ge);(ut==null?void 0:ut.index)!==void 0&&(ye==null||ye(ut.index),Pt(ue[ut.index])),ze(ue)},[ue]),[at]}var is=function(ge){return+setTimeout(ge,16)},ls=function(ge){return clearTimeout(ge)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(is=function(ge){return window.requestAnimationFrame(ge)},ls=function(ge){return window.cancelAnimationFrame(ge)});var ss=0,Il=new Map;function us(ue){Il.delete(ue)}var cs=function(ge){var ye=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;ss+=1;var Ce=ss;function Oe(De){if(De===0)us(Ce),ge();else{var ze=is(function(){Oe(De-1)});Il.set(Ce,ze)}}return Oe(ye),Ce};cs.cancel=function(ue){var ge=Il.get(ue);return us(ge),ls(ge)};var pi=cs,bu=(typeof navigator=="undefined"?"undefined":(0,Ue.Z)(navigator))==="object"&&/Firefox/i.test(navigator.userAgent),ds=bu,gs=function(ue,ge,ye,Ce){var Oe=(0,y.useRef)(!1),De=(0,y.useRef)(null);function ze(){clearTimeout(De.current),Oe.current=!0,De.current=setTimeout(function(){Oe.current=!1},50)}var $e=(0,y.useRef)({top:ue,bottom:ge,left:ye,right:Ce});return $e.current.top=ue,$e.current.bottom=ge,$e.current.left=ye,$e.current.right=Ce,function(ot,at){var Pt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,ut=ot?at<0&&$e.current.left||at>0&&$e.current.right:at<0&&$e.current.top||at>0&&$e.current.bottom;return Pt&&ut?(clearTimeout(De.current),Oe.current=!1):(!ut||Oe.current)&&ze(),!Oe.current&&ut}};function yu(ue,ge,ye,Ce,Oe,De,ze){var $e=(0,y.useRef)(0),ot=(0,y.useRef)(null),at=(0,y.useRef)(null),Pt=(0,y.useRef)(!1),ut=gs(ge,ye,Ce,Oe);function pt(ne,oe){if(pi.cancel(ot.current),!ut(!1,oe)){var le=ne;if(!le._virtualHandled)le._virtualHandled=!0;else return;$e.current+=oe,at.current=oe,ds||le.preventDefault(),ot.current=pi(function(){var he=Pt.current?10:1;ze($e.current*he,!1),$e.current=0})}}function dt(ne,oe){ze(oe,!0),ds||ne.preventDefault()}var yt=(0,y.useRef)(null),qt=(0,y.useRef)(null);function Kt(ne){if(ue){pi.cancel(qt.current),qt.current=pi(function(){yt.current=null},2);var oe=ne.deltaX,le=ne.deltaY,he=ne.shiftKey,ve=oe,Pe=le;(yt.current==="sx"||!yt.current&&he&&le&&!oe)&&(ve=le,Pe=0,yt.current="sx");var Ne=Math.abs(ve),Me=Math.abs(Pe);yt.current===null&&(yt.current=De&&Ne>Me?"x":"y"),yt.current==="y"?pt(ne,Pe):dt(ne,ve)}}function z(ne){ue&&(Pt.current=ne.detail===at.current)}return[Kt,z]}function Eu(ue,ge,ye,Ce){var Oe=y.useMemo(function(){return[new Map,[]]},[ue,ye.id,Ce]),De=(0,me.Z)(Oe,2),ze=De[0],$e=De[1],ot=function(Pt){var ut=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Pt,pt=ze.get(Pt),dt=ze.get(ut);if(pt===void 0||dt===void 0)for(var yt=ue.length,qt=$e.length;qt<yt;qt+=1){var Kt,z=ue[qt],ne=ge(z);ze.set(ne,qt);var oe=(Kt=ye.get(ne))!==null&&Kt!==void 0?Kt:Ce;if($e[qt]=($e[qt-1]||0)+oe,ne===Pt&&(pt=qt),ne===ut&&(dt=qt),pt!==void 0&&dt!==void 0)break}return{top:$e[pt-1]||0,bottom:$e[dt]}};return ot}var ps=E(15671),Pu=E(43144),ms=function(){function ue(){(0,ps.Z)(this,ue),(0,qe.Z)(this,"maps",void 0),(0,qe.Z)(this,"id",0),(0,qe.Z)(this,"diffKeys",new Set),this.maps=Object.create(null)}return(0,Pu.Z)(ue,[{key:"set",value:function(ye,Ce){this.maps[ye]=Ce,this.id+=1,this.diffKeys.add(ye)}},{key:"get",value:function(ye){return this.maps[ye]}},{key:"resetRecord",value:function(){this.diffKeys.clear()}},{key:"getRecord",value:function(){return this.diffKeys}}]),ue}(),Cu=ms;function fs(ue){var ge=parseFloat(ue);return isNaN(ge)?0:ge}function wu(ue,ge,ye){var Ce=y.useState(0),Oe=(0,me.Z)(Ce,2),De=Oe[0],ze=Oe[1],$e=(0,y.useRef)(new Map),ot=(0,y.useRef)(new Cu),at=(0,y.useRef)(0);function Pt(){at.current+=1}function ut(){var dt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;Pt();var yt=function(){var z=!1;$e.current.forEach(function(ne,oe){if(ne&&ne.offsetParent){var le=ne.offsetHeight,he=getComputedStyle(ne),ve=he.marginTop,Pe=he.marginBottom,Ne=fs(ve),Me=fs(Pe),je=le+Ne+Me;ot.current.get(oe)!==je&&(ot.current.set(oe,je),z=!0)}}),z&&ze(function(ne){return ne+1})};if(dt)yt();else{at.current+=1;var qt=at.current;Promise.resolve().then(function(){qt===at.current&&yt()})}}function pt(dt,yt){var qt=ue(dt),Kt=$e.current.get(qt);yt?($e.current.set(qt,yt),ut()):$e.current.delete(qt),!Kt!=!yt&&(yt?ge==null||ge(dt):ye==null||ye(dt))}return(0,y.useEffect)(function(){return Pt},[]),[pt,ut,ot.current,De]}var Tl=14/15;function xu(ue,ge,ye){var Ce=(0,y.useRef)(!1),Oe=(0,y.useRef)(0),De=(0,y.useRef)(0),ze=(0,y.useRef)(null),$e=(0,y.useRef)(null),ot,at=function(dt){if(Ce.current){var yt=Math.ceil(dt.touches[0].pageX),qt=Math.ceil(dt.touches[0].pageY),Kt=Oe.current-yt,z=De.current-qt,ne=Math.abs(Kt)>Math.abs(z);ne?Oe.current=yt:De.current=qt;var oe=ye(ne,ne?Kt:z,!1,dt);oe&&dt.preventDefault(),clearInterval($e.current),oe&&($e.current=setInterval(function(){ne?Kt*=Tl:z*=Tl;var le=Math.floor(ne?Kt:z);(!ye(ne,le,!0)||Math.abs(le)<=.1)&&clearInterval($e.current)},16))}},Pt=function(){Ce.current=!1,ot()},ut=function(dt){ot(),dt.touches.length===1&&!Ce.current&&(Ce.current=!0,Oe.current=Math.ceil(dt.touches[0].pageX),De.current=Math.ceil(dt.touches[0].pageY),ze.current=dt.target,ze.current.addEventListener("touchmove",at,{passive:!1}),ze.current.addEventListener("touchend",Pt,{passive:!0}))};ot=function(){ze.current&&(ze.current.removeEventListener("touchmove",at),ze.current.removeEventListener("touchend",Pt))},di(function(){return ue&&ge.current.addEventListener("touchstart",ut,{passive:!0}),function(){var pt;(pt=ge.current)===null||pt===void 0||pt.removeEventListener("touchstart",ut),ot(),clearInterval($e.current)}},[ue])}function hs(ue){return Math.floor(Math.pow(ue,.5))}function mi(ue,ge){var ye="touches"in ue?ue.touches[0]:ue;return ye[ge?"pageX":"pageY"]-window[ge?"scrollX":"scrollY"]}function Ss(ue,ge,ye){y.useEffect(function(){var Ce=ge.current;if(ue&&Ce){var Oe=!1,De,ze,$e=function(){pi.cancel(De)},ot=function pt(){$e(),De=pi(function(){ye(ze),pt()})},at=function(dt){if(!(dt.target.draggable||dt.button!==0)){var yt=dt;yt._virtualHandled||(yt._virtualHandled=!0,Oe=!0)}},Pt=function(){Oe=!1,$e()},ut=function(dt){if(Oe){var yt=mi(dt,!1),qt=Ce.getBoundingClientRect(),Kt=qt.top,z=qt.bottom;if(yt<=Kt){var ne=Kt-yt;ze=-hs(ne),ot()}else if(yt>=z){var oe=yt-z;ze=hs(oe),ot()}else $e()}};return Ce.addEventListener("mousedown",at),Ce.ownerDocument.addEventListener("mouseup",Pt),Ce.ownerDocument.addEventListener("mousemove",ut),function(){Ce.removeEventListener("mousedown",at),Ce.ownerDocument.removeEventListener("mouseup",Pt),Ce.ownerDocument.removeEventListener("mousemove",ut),$e()}}},[ue])}var Au=10;function vs(ue,ge,ye,Ce,Oe,De,ze,$e){var ot=y.useRef(),at=y.useState(null),Pt=(0,me.Z)(at,2),ut=Pt[0],pt=Pt[1];return di(function(){if(ut&&ut.times<Au){if(!ue.current){pt(function(Ft){return(0,Ze.Z)({},Ft)});return}De();var dt=ut.targetAlign,yt=ut.originAlign,qt=ut.index,Kt=ut.offset,z=ue.current.clientHeight,ne=!1,oe=dt,le=null;if(z){for(var he=dt||yt,ve=0,Pe=0,Ne=0,Me=Math.min(ge.length-1,qt),je=0;je<=Me;je+=1){var Be=Oe(ge[je]);Pe=ve;var Xe=ye.get(Be);Ne=Pe+(Xe===void 0?Ce:Xe),ve=Ne}for(var Ve=he==="top"?Kt:z-Kt,Ge=Me;Ge>=0;Ge-=1){var Rt=Oe(ge[Ge]),kt=ye.get(Rt);if(kt===void 0){ne=!0;break}if(Ve-=kt,Ve<=0)break}switch(he){case"top":le=Pe-Kt;break;case"bottom":le=Ne-z+Kt;break;default:{var en=ue.current.scrollTop,Nt=en+z;Pe<en?oe="top":Ne>Nt&&(oe="bottom")}}le!==null&&ze(le),le!==ut.lastTop&&(ne=!0)}ne&&pt((0,Ze.Z)((0,Ze.Z)({},ut),{},{times:ut.times+1,targetAlign:oe,lastTop:le}))}},[ut,ue.current]),function(dt){if(dt==null){$e();return}if(pi.cancel(ot.current),typeof dt=="number")ze(dt);else if(dt&&(0,Ue.Z)(dt)==="object"){var yt,qt=dt.align;"index"in dt?yt=dt.index:yt=ge.findIndex(function(ne){return Oe(ne)===dt.key});var Kt=dt.offset,z=Kt===void 0?0:Kt;pt({times:0,index:yt,offset:z,originAlign:qt})}}}var Iu=y.forwardRef(function(ue,ge){var ye=ue.prefixCls,Ce=ue.rtl,Oe=ue.scrollOffset,De=ue.scrollRange,ze=ue.onStartMove,$e=ue.onStopMove,ot=ue.onScroll,at=ue.horizontal,Pt=ue.spinSize,ut=ue.containerSize,pt=ue.style,dt=ue.thumbStyle,yt=ue.showScrollBar,qt=y.useState(!1),Kt=(0,me.Z)(qt,2),z=Kt[0],ne=Kt[1],oe=y.useState(null),le=(0,me.Z)(oe,2),he=le[0],ve=le[1],Pe=y.useState(null),Ne=(0,me.Z)(Pe,2),Me=Ne[0],je=Ne[1],Be=!Ce,Xe=y.useRef(),Ve=y.useRef(),Ge=y.useState(yt),Rt=(0,me.Z)(Ge,2),kt=Rt[0],en=Rt[1],Nt=y.useRef(),Ft=function(){yt===!0||yt===!1||(clearTimeout(Nt.current),en(!0),Nt.current=setTimeout(function(){en(!1)},3e3))},an=De-ut||0,_n=ut-Pt||0,ea=y.useMemo(function(){if(Oe===0||an===0)return 0;var fn=Oe/an;return fn*_n},[Oe,an,_n]),$t=function(En){En.stopPropagation(),En.preventDefault()},zn=y.useRef({top:ea,dragging:z,pageY:he,startTop:Me});zn.current={top:ea,dragging:z,pageY:he,startTop:Me};var ya=function(En){ne(!0),ve(mi(En,at)),je(zn.current.top),ze(),En.stopPropagation(),En.preventDefault()};y.useEffect(function(){var fn=function(Na){Na.preventDefault()},En=Xe.current,bn=Ve.current;return En.addEventListener("touchstart",fn,{passive:!1}),bn.addEventListener("touchstart",ya,{passive:!1}),function(){En.removeEventListener("touchstart",fn),bn.removeEventListener("touchstart",ya)}},[]);var Aa=y.useRef();Aa.current=an;var oa=y.useRef();oa.current=_n,y.useEffect(function(){if(z){var fn,En=function(Na){var La=zn.current,ct=La.dragging,Ja=La.pageY,Fr=La.startTop;pi.cancel(fn);var mt=Xe.current.getBoundingClientRect(),ta=ut/(at?mt.width:mt.height);if(ct){var ua=(mi(Na,at)-Ja)*ta,ar=Fr;!Be&&at?ar-=ua:ar+=ua;var Dr=Aa.current,za=oa.current,no=za?ar/za:0,wr=Math.ceil(no*Dr);wr=Math.max(wr,0),wr=Math.min(wr,Dr),fn=pi(function(){ot(wr,at)})}},bn=function(){ne(!1),$e()};return window.addEventListener("mousemove",En,{passive:!0}),window.addEventListener("touchmove",En,{passive:!0}),window.addEventListener("mouseup",bn,{passive:!0}),window.addEventListener("touchend",bn,{passive:!0}),function(){window.removeEventListener("mousemove",En),window.removeEventListener("touchmove",En),window.removeEventListener("mouseup",bn),window.removeEventListener("touchend",bn),pi.cancel(fn)}}},[z]),y.useEffect(function(){return Ft(),function(){clearTimeout(Nt.current)}},[Oe]),y.useImperativeHandle(ge,function(){return{delayHidden:Ft}});var ba="".concat(ye,"-scrollbar"),sa={position:"absolute",visibility:kt?null:"hidden"},Wn={position:"absolute",background:"rgba(0, 0, 0, 0.5)",borderRadius:99,cursor:"pointer",userSelect:"none"};return at?(sa.height=8,sa.left=0,sa.right=0,sa.bottom=0,Wn.height="100%",Wn.width=Pt,Be?Wn.left=ea:Wn.right=ea):(sa.width=8,sa.top=0,sa.bottom=0,Be?sa.right=0:sa.left=0,Wn.width="100%",Wn.height=Pt,Wn.top=ea),y.createElement("div",{ref:Xe,className:Bt()(ba,(0,qe.Z)((0,qe.Z)((0,qe.Z)({},"".concat(ba,"-horizontal"),at),"".concat(ba,"-vertical"),!at),"".concat(ba,"-visible"),kt)),style:(0,Ze.Z)((0,Ze.Z)({},sa),pt),onMouseDown:$t,onMouseMove:Ft},y.createElement("div",{ref:Ve,className:Bt()("".concat(ba,"-thumb"),(0,qe.Z)({},"".concat(ba,"-thumb-moving"),z)),style:(0,Ze.Z)((0,Ze.Z)({},Wn),dt),onMouseDown:ya}))}),Rl=Iu,nl=20;function Ki(){var ue=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,ye=ue/ge*ue;return isNaN(ye)&&(ye=0),ye=Math.max(ye,nl),Math.floor(ye)}var al=["prefixCls","className","height","itemHeight","fullHeight","style","data","children","itemKey","virtual","direction","scrollWidth","component","onScroll","onVirtualScroll","onVisibleChange","innerProps","extraRender","styles","showScrollBar"],Nl=[],Ll={overflowY:"auto",overflowAnchor:"none"};function Ol(ue,ge){var ye=ue.prefixCls,Ce=ye===void 0?"rc-virtual-list":ye,Oe=ue.className,De=ue.height,ze=ue.itemHeight,$e=ue.fullHeight,ot=$e===void 0?!0:$e,at=ue.style,Pt=ue.data,ut=ue.children,pt=ue.itemKey,dt=ue.virtual,yt=ue.direction,qt=ue.scrollWidth,Kt=ue.component,z=Kt===void 0?"div":Kt,ne=ue.onScroll,oe=ue.onVirtualScroll,le=ue.onVisibleChange,he=ue.innerProps,ve=ue.extraRender,Pe=ue.styles,Ne=ue.showScrollBar,Me=Ne===void 0?"optional":Ne,je=(0,Ya.Z)(ue,al),Be=y.useCallback(function(Xt){return typeof pt=="function"?pt(Xt):Xt==null?void 0:Xt[pt]},[pt]),Xe=wu(Be,null,null),Ve=(0,me.Z)(Xe,4),Ge=Ve[0],Rt=Ve[1],kt=Ve[2],en=Ve[3],Nt=!!(dt!==!1&&De&&ze),Ft=y.useMemo(function(){return Object.values(kt.maps).reduce(function(Xt,On){return Xt+On},0)},[kt.id,kt.maps]),an=Nt&&Pt&&(Math.max(ze*Pt.length,Ft)>De||!!qt),_n=yt==="rtl",ea=Bt()(Ce,(0,qe.Z)({},"".concat(Ce,"-rtl"),_n),Oe),$t=Pt||Nl,zn=(0,y.useRef)(),ya=(0,y.useRef)(),Aa=(0,y.useRef)(),oa=(0,y.useState)(0),ba=(0,me.Z)(oa,2),sa=ba[0],Wn=ba[1],fn=(0,y.useState)(0),En=(0,me.Z)(fn,2),bn=En[0],Un=En[1],Na=(0,y.useState)(!1),La=(0,me.Z)(Na,2),ct=La[0],Ja=La[1],Fr=function(){Ja(!0)},mt=function(){Ja(!1)},ta={getKey:Be};function ua(Xt){Wn(function(On){var Ea;typeof Xt=="function"?Ea=Xt(On):Ea=Xt;var Ga=qa(Ea);return zn.current.scrollTop=Ga,Ga})}var ar=(0,y.useRef)({start:0,end:$t.length}),Dr=(0,y.useRef)(),za=vu($t,Be),no=(0,me.Z)(za,1),wr=no[0];Dr.current=wr;var vr=y.useMemo(function(){if(!Nt)return{scrollHeight:void 0,start:0,end:$t.length-1,offset:void 0};if(!an){var Xt;return{scrollHeight:((Xt=ya.current)===null||Xt===void 0?void 0:Xt.offsetHeight)||0,start:0,end:$t.length-1,offset:void 0}}for(var On=0,Ea,Ga,Hr,Go=$t.length,Fo=0;Fo<Go;Fo+=1){var Jo=$t[Fo],yi=Be(Jo),Ti=kt.get(yi),Li=On+(Ti===void 0?ze:Ti);Li>=sa&&Ea===void 0&&(Ea=Fo,Ga=On),Li>sa+De&&Hr===void 0&&(Hr=Fo),On=Li}return Ea===void 0&&(Ea=0,Ga=0,Hr=Math.ceil(De/ze)),Hr===void 0&&(Hr=$t.length-1),Hr=Math.min(Hr+1,$t.length-1),{scrollHeight:On,start:Ea,end:Hr,offset:Ga}},[an,Nt,sa,$t,en,De]),gr=vr.scrollHeight,sr=vr.start,br=vr.end,pr=vr.offset;ar.current.start=sr,ar.current.end=br,y.useLayoutEffect(function(){var Xt=kt.getRecord();if(Xt.size===1){var On=Array.from(Xt)[0],Ea=$t[sr];if(Ea){var Ga=Be(Ea);if(Ga===On){var Hr=kt.get(On),Go=Hr-ze;ua(function(Fo){return Fo+Go})}}}kt.resetRecord()},[gr]);var Vr=y.useState({width:0,height:De}),mr=(0,me.Z)(Vr,2),rr=mr[0],_r=mr[1],yr=function(On){_r({width:On.offsetWidth,height:On.offsetHeight})},vo=(0,y.useRef)(),fo=(0,y.useRef)(),zo=y.useMemo(function(){return Ki(rr.width,qt)},[rr.width,qt]),Zo=y.useMemo(function(){return Ki(rr.height,gr)},[rr.height,gr]),pn=gr-De,Nn=(0,y.useRef)(pn);Nn.current=pn;function qa(Xt){var On=Xt;return Number.isNaN(Nn.current)||(On=Math.min(On,Nn.current)),On=Math.max(On,0),On}var Za=sa<=0,ur=sa>=pn,eo=bn<=0,io=bn>=qt,to=gs(Za,ur,eo,io),bo=function(){return{x:_n?-bn:bn,y:sa}},Do=(0,y.useRef)(bo()),uo=dr(function(Xt){if(oe){var On=(0,Ze.Z)((0,Ze.Z)({},bo()),Xt);(Do.current.x!==On.x||Do.current.y!==On.y)&&(oe(On),Do.current=On)}});function Mo(Xt,On){var Ea=Xt;On?((0,Te.flushSync)(function(){Un(Ea)}),uo()):ua(Ea)}function Qo(Xt){var On=Xt.currentTarget.scrollTop;On!==sa&&ua(On),ne==null||ne(Xt),uo()}var Ai=function(On){var Ea=On,Ga=qt?qt-rr.width:0;return Ea=Math.max(Ea,0),Ea=Math.min(Ea,Ga),Ea},_i=dr(function(Xt,On){On?((0,Te.flushSync)(function(){Un(function(Ea){var Ga=Ea+(_n?-Xt:Xt);return Ai(Ga)})}),uo()):ua(function(Ea){var Ga=Ea+Xt;return Ga})}),Hi=yu(Nt,Za,ur,eo,io,!!qt,_i),Ii=(0,me.Z)(Hi,2),Va=Ii[0],Nr=Ii[1];xu(Nt,zn,function(Xt,On,Ea,Ga){var Hr=Ga;return to(Xt,On,Ea)?!1:!Hr||!Hr._virtualHandled?(Hr&&(Hr._virtualHandled=!0),Va({preventDefault:function(){},deltaX:Xt?On:0,deltaY:Xt?0:On}),!0):!1}),Ss(an,zn,function(Xt){ua(function(On){return On+Xt})}),di(function(){function Xt(Ea){var Ga=Za&&Ea.detail<0,Hr=ur&&Ea.detail>0;Nt&&!Ga&&!Hr&&Ea.preventDefault()}var On=zn.current;return On.addEventListener("wheel",Va,{passive:!1}),On.addEventListener("DOMMouseScroll",Nr,{passive:!0}),On.addEventListener("MozMousePixelScroll",Xt,{passive:!1}),function(){On.removeEventListener("wheel",Va),On.removeEventListener("DOMMouseScroll",Nr),On.removeEventListener("MozMousePixelScroll",Xt)}},[Nt,Za,ur]),di(function(){if(qt){var Xt=Ai(bn);Un(Xt),uo({x:Xt})}},[rr.width,qt]);var yo=function(){var On,Ea;(On=vo.current)===null||On===void 0||On.delayHidden(),(Ea=fo.current)===null||Ea===void 0||Ea.delayHidden()},xo=vs(zn,$t,kt,ze,Be,function(){return Rt(!0)},ua,yo);y.useImperativeHandle(ge,function(){return{nativeElement:Aa.current,getScrollInfo:bo,scrollTo:function(On){function Ea(Ga){return Ga&&(0,Ue.Z)(Ga)==="object"&&("left"in Ga||"top"in Ga)}Ea(On)?(On.left!==void 0&&Un(Ai(On.left)),xo(On.top)):xo(On)}}}),di(function(){if(le){var Xt=$t.slice(sr,br+1);le(Xt,$t)}},[sr,br,$t]);var jo=Eu($t,Be,kt,ze),Xo=ve==null?void 0:ve({start:sr,end:br,virtual:an,offsetX:bn,offsetY:pr,rtl:_n,getSize:jo}),ii=hu($t,sr,br,qt,bn,Ge,ut,ta),Ao=null;De&&(Ao=(0,Ze.Z)((0,qe.Z)({},ot?"height":"maxHeight",De),Ll),Nt&&(Ao.overflowY="hidden",qt&&(Ao.overflowX="hidden"),ct&&(Ao.pointerEvents="none")));var El={};return _n&&(El.dir="rtl"),y.createElement("div",(0,He.Z)({ref:Aa,style:(0,Ze.Z)((0,Ze.Z)({},at),{},{position:"relative"}),className:ea},El,je),y.createElement(Zt.Z,{onResize:yr},y.createElement(z,{className:"".concat(Ce,"-holder"),style:Ao,ref:zn,onScroll:Qo,onMouseEnter:yo},y.createElement(mu,{prefixCls:Ce,height:gr,offsetX:bn,offsetY:pr,scrollWidth:qt,onInnerResize:Rt,ref:ya,innerProps:he,rtl:_n,extra:Xo},ii))),an&&gr>De&&y.createElement(Rl,{ref:vo,prefixCls:Ce,scrollOffset:sa,scrollRange:gr,rtl:_n,onScroll:Mo,onStartMove:Fr,onStopMove:mt,spinSize:Zo,containerSize:rr.height,style:Pe==null?void 0:Pe.verticalScrollBar,thumbStyle:Pe==null?void 0:Pe.verticalScrollBarThumb,showScrollBar:Me}),an&&qt>rr.width&&y.createElement(Rl,{ref:fo,prefixCls:Ce,scrollOffset:bn,scrollRange:qt,rtl:_n,onScroll:Mo,onStartMove:Fr,onStopMove:mt,spinSize:zo,containerSize:rr.width,horizontal:!0,style:Pe==null?void 0:Pe.horizontalScrollBar,thumbStyle:Pe==null?void 0:Pe.horizontalScrollBarThumb,showScrollBar:Me}))}var rl=y.forwardRef(Ol);rl.displayName="List";var bs=rl,ys=bs,ol=Ie(null),Es=Ie(null);function Ps(ue,ge,ye){var Ce=ge||1;return ye[ue+Ce]-(ye[ue]||0)}function Mi(ue){var ge=ue.rowInfo,ye=ue.column,Ce=ue.colIndex,Oe=ue.indent,De=ue.index,ze=ue.component,$e=ue.renderIndex,ot=ue.record,at=ue.style,Pt=ue.className,ut=ue.inverse,pt=ue.getHeight,dt=ye.render,yt=ye.dataIndex,qt=ye.className,Kt=ye.width,z=Le(Es,["columnsOffset"]),ne=z.columnsOffset,oe=tr(ge,ye,Ce,Oe,De),le=oe.key,he=oe.fixedInfo,ve=oe.appendCellNode,Pe=oe.additionalCellProps,Ne=Pe.style,Me=Pe.colSpan,je=Me===void 0?1:Me,Be=Pe.rowSpan,Xe=Be===void 0?1:Be,Ve=Ce-1,Ge=Ps(Ve,je,ne),Rt=je>1?Kt-Ge:0,kt=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},Ne),at),{},{flex:"0 0 ".concat(Ge,"px"),width:"".concat(Ge,"px"),marginRight:Rt,pointerEvents:"auto"}),en=y.useMemo(function(){return ut?Xe<=1:je===0||Xe===0||Xe>1},[Xe,je,ut]);en?kt.visibility="hidden":ut&&(kt.height=pt==null?void 0:pt(Xe));var Nt=en?function(){return null}:dt,Ft={};return(Xe===0||je===0)&&(Ft.rowSpan=1,Ft.colSpan=1),y.createElement(Sa,(0,He.Z)({className:Bt()(qt,Pt),ellipsis:ye.ellipsis,align:ye.align,scope:ye.rowScope,component:ze,prefixCls:ge.prefixCls,key:le,record:ot,index:De,renderIndex:$e,dataIndex:yt,render:Nt,shouldCellUpdate:ye.shouldCellUpdate},he,{appendNode:ve,additionalProps:(0,Ze.Z)((0,Ze.Z)({},Pe),{},{style:kt},Ft)}))}var Tu=Mi,Ru=["data","index","className","rowKey","style","extra","getHeight"],Zi=y.forwardRef(function(ue,ge){var ye=ue.data,Ce=ue.index,Oe=ue.className,De=ue.rowKey,ze=ue.style,$e=ue.extra,ot=ue.getHeight,at=(0,Ya.Z)(ue,Ru),Pt=ye.record,ut=ye.indent,pt=ye.index,dt=Le(be,["prefixCls","flattenColumns","fixColumn","componentWidth","scrollX"]),yt=dt.scrollX,qt=dt.flattenColumns,Kt=dt.prefixCls,z=dt.fixColumn,ne=dt.componentWidth,oe=Le(ol,["getComponent"]),le=oe.getComponent,he=ca(Pt,De,Ce,ut),ve=le(["body","row"],"div"),Pe=le(["body","cell"],"div"),Ne=he.rowSupportExpand,Me=he.expanded,je=he.rowProps,Be=he.expandedRowRender,Xe=he.expandedRowClassName,Ve;if(Ne&&Me){var Ge=Be(Pt,Ce,ut+1,Me),Rt=da(Xe,Pt,Ce,ut),kt={};z&&(kt={style:(0,qe.Z)({},"--virtual-width","".concat(ne,"px"))});var en="".concat(Kt,"-expanded-row-cell");Ve=y.createElement(ve,{className:Bt()("".concat(Kt,"-expanded-row"),"".concat(Kt,"-expanded-row-level-").concat(ut+1),Rt)},y.createElement(Sa,{component:Pe,prefixCls:Kt,className:Bt()(en,(0,qe.Z)({},"".concat(en,"-fixed"),z)),additionalProps:kt},Ge))}var Nt=(0,Ze.Z)((0,Ze.Z)({},ze),{},{width:yt});$e&&(Nt.position="absolute",Nt.pointerEvents="none");var Ft=y.createElement(ve,(0,He.Z)({},je,at,{"data-row-key":De,ref:Ne?null:ge,className:Bt()(Oe,"".concat(Kt,"-row"),je==null?void 0:je.className,(0,qe.Z)({},"".concat(Kt,"-row-extra"),$e)),style:(0,Ze.Z)((0,Ze.Z)({},Nt),je==null?void 0:je.style)}),qt.map(function(an,_n){return y.createElement(Tu,{key:_n,component:Pe,rowInfo:he,column:an,colIndex:_n,indent:ut,index:Ce,renderIndex:pt,record:Pt,inverse:$e,getHeight:ot})}));return Ne?y.createElement("div",{ref:ge},Ft,Ve):Ft}),il=re(Zi),Cs=il,ws=y.forwardRef(function(ue,ge){var ye=ue.data,Ce=ue.onScroll,Oe=Le(be,["flattenColumns","onColumnResize","getRowKey","prefixCls","expandedKeys","childrenColumnName","scrollX","direction"]),De=Oe.flattenColumns,ze=Oe.onColumnResize,$e=Oe.getRowKey,ot=Oe.expandedKeys,at=Oe.prefixCls,Pt=Oe.childrenColumnName,ut=Oe.scrollX,pt=Oe.direction,dt=Le(ol),yt=dt.sticky,qt=dt.scrollY,Kt=dt.listItemHeight,z=dt.getComponent,ne=dt.onScroll,oe=y.useRef(),le=Ht(ye,Pt,ot,$e),he=y.useMemo(function(){var Ve=0;return De.map(function(Ge){var Rt=Ge.width,kt=Ge.key;return Ve+=Rt,[kt,Rt,Ve]})},[De]),ve=y.useMemo(function(){return he.map(function(Ve){return Ve[2]})},[he]);y.useEffect(function(){he.forEach(function(Ve){var Ge=(0,me.Z)(Ve,2),Rt=Ge[0],kt=Ge[1];ze(Rt,kt)})},[he]),y.useImperativeHandle(ge,function(){var Ve,Ge={scrollTo:function(kt){var en;(en=oe.current)===null||en===void 0||en.scrollTo(kt)},nativeElement:(Ve=oe.current)===null||Ve===void 0?void 0:Ve.nativeElement};return Object.defineProperty(Ge,"scrollLeft",{get:function(){var kt;return((kt=oe.current)===null||kt===void 0?void 0:kt.getScrollInfo().x)||0},set:function(kt){var en;(en=oe.current)===null||en===void 0||en.scrollTo({left:kt})}}),Ge});var Pe=function(Ge,Rt){var kt,en=(kt=le[Rt])===null||kt===void 0?void 0:kt.record,Nt=Ge.onCell;if(Nt){var Ft,an=Nt(en,Rt);return(Ft=an==null?void 0:an.rowSpan)!==null&&Ft!==void 0?Ft:1}return 1},Ne=function(Ge){var Rt=Ge.start,kt=Ge.end,en=Ge.getSize,Nt=Ge.offsetY;if(kt<0)return null;for(var Ft=De.filter(function(fn){return Pe(fn,Rt)===0}),an=Rt,_n=function(En){if(Ft=Ft.filter(function(bn){return Pe(bn,En)===0}),!Ft.length)return an=En,1},ea=Rt;ea>=0&&!_n(ea);ea-=1);for(var $t=De.filter(function(fn){return Pe(fn,kt)!==1}),zn=kt,ya=function(En){if($t=$t.filter(function(bn){return Pe(bn,En)!==1}),!$t.length)return zn=Math.max(En-1,kt),1},Aa=kt;Aa<le.length&&!ya(Aa);Aa+=1);for(var oa=[],ba=function(En){var bn=le[En];if(!bn)return 1;De.some(function(Un){return Pe(Un,En)>1})&&oa.push(En)},sa=an;sa<=zn;sa+=1)ba(sa);var Wn=oa.map(function(fn){var En=le[fn],bn=$e(En.record,fn),Un=function(ct){var Ja=fn+ct-1,Fr=$e(le[Ja].record,Ja),mt=en(bn,Fr);return mt.bottom-mt.top},Na=en(bn);return y.createElement(Cs,{key:fn,data:En,rowKey:bn,index:fn,style:{top:-Nt+Na.top},extra:!0,getHeight:Un})});return Wn},Me=y.useMemo(function(){return{columnsOffset:ve}},[ve]),je="".concat(at,"-tbody"),Be=z(["body","wrapper"]),Xe={};return yt&&(Xe.position="sticky",Xe.bottom=0,(0,Ue.Z)(yt)==="object"&&yt.offsetScroll&&(Xe.bottom=yt.offsetScroll)),y.createElement(Es.Provider,{value:Me},y.createElement(ys,{fullHeight:!1,ref:oe,prefixCls:"".concat(je,"-virtual"),styles:{horizontalScrollBar:Xe},className:je,height:qt,itemHeight:Kt||24,data:le,itemKey:function(Ge){return $e(Ge.record)},component:Be,scrollWidth:ut,direction:pt,onVirtualScroll:function(Ge){var Rt,kt=Ge.x;Ce({currentTarget:(Rt=oe.current)===null||Rt===void 0?void 0:Rt.nativeElement,scrollLeft:kt})},onScroll:ne,extraRender:Ne},function(Ve,Ge,Rt){var kt=$e(Ve.record,Ge);return y.createElement(Cs,{data:Ve,rowKey:kt,index:Ge,style:Rt.style})}))}),ll=re(ws),_c=ll,Ni=function(ge,ye){var Ce=ye.ref,Oe=ye.onScroll;return y.createElement(_c,{ref:Ce,data:ge,onScroll:Oe})};function Nu(ue,ge){var ye=ue.data,Ce=ue.columns,Oe=ue.scroll,De=ue.sticky,ze=ue.prefixCls,$e=ze===void 0?So:ze,ot=ue.className,at=ue.listItemHeight,Pt=ue.components,ut=ue.onScroll,pt=Oe||{},dt=pt.x,yt=pt.y;typeof dt!="number"&&(dt=1),typeof yt!="number"&&(yt=500);var qt=ke(function(ne,oe){return aa(Pt,ne)||oe}),Kt=ke(ut),z=y.useMemo(function(){return{sticky:De,scrollY:yt,listItemHeight:at,getComponent:qt,onScroll:Kt}},[De,yt,at,qt,Kt]);return y.createElement(ol.Provider,{value:z},y.createElement(Ua,(0,He.Z)({},ue,{className:Bt()(ot,"".concat($e,"-virtual")),scroll:(0,Ze.Z)((0,Ze.Z)({},Oe),{},{x:dt}),components:(0,Ze.Z)((0,Ze.Z)({},Pt),{},{body:ye!=null&&ye.length?Ni:void 0}),columns:Ce,internalHooks:se,tailor:!0,ref:ge})))}var Lu=y.forwardRef(Nu);function xs(ue){return te(Lu,ue)}var Hc=xs(),As=null,Ou=ue=>null,sl=ue=>null,Ko=E(96641),Is=E(15558),Kc=E(13144),$o=E.n(Kc),Ts=E(10225),ul=E(17341),ku=E(1089),Du=E(5663);function Mu(ue){const[ge,ye]=(0,y.useState)(null);return[(0,y.useCallback)((De,ze,$e)=>{const ot=ge!=null?ge:De,at=Math.min(ot||0,De),Pt=Math.max(ot||0,De),ut=ze.slice(at,Pt+1).map(yt=>ue(yt)),pt=ut.some(yt=>!$e.has(yt)),dt=[];return ut.forEach(yt=>{pt?($e.has(yt)||dt.push(yt),$e.add(yt)):($e.delete(yt),dt.push(yt))}),ye(pt?Pt:null),dt},[ge]),De=>{ye(De)}]}var cl=E(27288),dl=E(84567),Rs=E(85418),Ns=E(98813);const xi={},kl="SELECT_ALL",Dl="SELECT_INVERT",Ml="SELECT_NONE",Ls=[],Fl=(ue,ge)=>{let ye=[];return(ge||[]).forEach(Ce=>{ye.push(Ce),Ce&&typeof Ce=="object"&&ue in Ce&&(ye=[].concat((0,Ko.Z)(ye),(0,Ko.Z)(Fl(ue,Ce[ue]))))}),ye};var Fu=(ue,ge)=>{const{preserveSelectedRowKeys:ye,selectedRowKeys:Ce,defaultSelectedRowKeys:Oe,getCheckboxProps:De,onChange:ze,onSelect:$e,onSelectAll:ot,onSelectInvert:at,onSelectNone:Pt,onSelectMultiple:ut,columnWidth:pt,type:dt,selections:yt,fixed:qt,renderCell:Kt,hideSelectAll:z,checkStrictly:ne=!0}=ge||{},{prefixCls:oe,data:le,pageData:he,getRecordByKey:ve,getRowKey:Pe,expandType:Ne,childrenColumnName:Me,locale:je,getPopupContainer:Be}=ue,Xe=(0,cl.ln)("Table"),[Ve,Ge]=Mu(fn=>fn),[Rt,kt]=(0,Du.Z)(Ce||Oe||Ls,{value:Ce}),en=y.useRef(new Map),Nt=(0,y.useCallback)(fn=>{if(ye){const En=new Map;fn.forEach(bn=>{let Un=ve(bn);!Un&&en.current.has(bn)&&(Un=en.current.get(bn)),En.set(bn,Un)}),en.current=En}},[ve,ye]);y.useEffect(()=>{Nt(Rt)},[Rt]);const Ft=(0,y.useMemo)(()=>Fl(Me,he),[Me,he]),{keyEntities:an}=(0,y.useMemo)(()=>{if(ne)return{keyEntities:null};let fn=le;if(ye){const En=new Set(Ft.map((Un,Na)=>Pe(Un,Na))),bn=Array.from(en.current).reduce((Un,Na)=>{let[La,ct]=Na;return En.has(La)?Un:Un.concat(ct)},[]);fn=[].concat((0,Ko.Z)(fn),(0,Ko.Z)(bn))}return(0,ku.I8)(fn,{externalGetKey:Pe,childrenPropName:Me})},[le,Pe,ne,Me,ye,Ft]),_n=(0,y.useMemo)(()=>{const fn=new Map;return Ft.forEach((En,bn)=>{const Un=Pe(En,bn),Na=(De?De(En):null)||{};fn.set(Un,Na)}),fn},[Ft,Pe,De]),ea=(0,y.useCallback)(fn=>{const En=Pe(fn);let bn;return _n.has(En)?bn=_n.get(Pe(fn)):bn=De?De(fn):void 0,!!(bn!=null&&bn.disabled)},[_n,Pe]),[$t,zn]=(0,y.useMemo)(()=>{if(ne)return[Rt||[],[]];const{checkedKeys:fn,halfCheckedKeys:En}=(0,ul.S)(Rt,!0,an,ea);return[fn||[],En]},[Rt,ne,an,ea]),ya=(0,y.useMemo)(()=>{const fn=dt==="radio"?$t.slice(0,1):$t;return new Set(fn)},[$t,dt]),Aa=(0,y.useMemo)(()=>dt==="radio"?new Set:new Set(zn),[zn,dt]);y.useEffect(()=>{ge||kt(Ls)},[!!ge]);const oa=(0,y.useCallback)((fn,En)=>{let bn,Un;Nt(fn),ye?(bn=fn,Un=fn.map(Na=>en.current.get(Na))):(bn=[],Un=[],fn.forEach(Na=>{const La=ve(Na);La!==void 0&&(bn.push(Na),Un.push(La))})),kt(bn),ze==null||ze(bn,Un,{type:En})},[kt,ve,ze,ye]),ba=(0,y.useCallback)((fn,En,bn,Un)=>{if($e){const Na=bn.map(La=>ve(La));$e(ve(fn),En,Na,Un)}oa(bn,"single")},[$e,ve,oa]),sa=(0,y.useMemo)(()=>!yt||z?null:(yt===!0?[kl,Dl,Ml]:yt).map(En=>En===kl?{key:"all",text:je.selectionAll,onSelect(){oa(le.map((bn,Un)=>Pe(bn,Un)).filter(bn=>{const Un=_n.get(bn);return!(Un!=null&&Un.disabled)||ya.has(bn)}),"all")}}:En===Dl?{key:"invert",text:je.selectInvert,onSelect(){const bn=new Set(ya);he.forEach((Na,La)=>{const ct=Pe(Na,La),Ja=_n.get(ct);Ja!=null&&Ja.disabled||(bn.has(ct)?bn.delete(ct):bn.add(ct))});const Un=Array.from(bn);at&&(Xe.deprecated(!1,"onSelectInvert","onChange"),at(Un)),oa(Un,"invert")}}:En===Ml?{key:"none",text:je.selectNone,onSelect(){Pt==null||Pt(),oa(Array.from(ya).filter(bn=>{const Un=_n.get(bn);return Un==null?void 0:Un.disabled}),"none")}}:En).map(En=>Object.assign(Object.assign({},En),{onSelect:function(){for(var bn,Un,Na=arguments.length,La=new Array(Na),ct=0;ct<Na;ct++)La[ct]=arguments[ct];(Un=En.onSelect)===null||Un===void 0||(bn=Un).call.apply(bn,[En].concat(La)),Ge(null)}})),[yt,ya,he,Pe,at,oa]);return[(0,y.useCallback)(fn=>{var En;if(!ge)return fn.filter(sr=>sr!==xi);let bn=(0,Ko.Z)(fn);const Un=new Set(ya),Na=Ft.map(Pe).filter(sr=>!_n.get(sr).disabled),La=Na.every(sr=>Un.has(sr)),ct=Na.some(sr=>Un.has(sr)),Ja=()=>{const sr=[];La?Na.forEach(pr=>{Un.delete(pr),sr.push(pr)}):Na.forEach(pr=>{Un.has(pr)||(Un.add(pr),sr.push(pr))});const br=Array.from(Un);ot==null||ot(!La,br.map(pr=>ve(pr)),sr.map(pr=>ve(pr))),oa(br,"all"),Ge(null)};let Fr,mt;if(dt!=="radio"){let sr;if(sa){const rr={getPopupContainer:Be,items:sa.map((_r,yr)=>{const{key:vo,text:fo,onSelect:zo}=_r;return{key:vo!=null?vo:yr,onClick:()=>{zo==null||zo(Na)},label:fo}})};sr=y.createElement("div",{className:`${oe}-selection-extra`},y.createElement(Rs.Z,{menu:rr,getPopupContainer:Be},y.createElement("span",null,y.createElement(Is.Z,null))))}const br=Ft.map((rr,_r)=>{const yr=Pe(rr,_r),vo=_n.get(yr)||{};return Object.assign({checked:Un.has(yr)},vo)}).filter(rr=>{let{disabled:_r}=rr;return _r}),pr=!!br.length&&br.length===Ft.length,Vr=pr&&br.every(rr=>{let{checked:_r}=rr;return _r}),mr=pr&&br.some(rr=>{let{checked:_r}=rr;return _r});mt=y.createElement(dl.default,{checked:pr?Vr:!!Ft.length&&La,indeterminate:pr?!Vr&&mr:!La&&ct,onChange:Ja,disabled:Ft.length===0||pr,"aria-label":sr?"Custom selection":"Select all",skipGroup:!0}),Fr=!z&&y.createElement("div",{className:`${oe}-selection`},mt,sr)}let ta;dt==="radio"?ta=(sr,br,pr)=>{const Vr=Pe(br,pr),mr=Un.has(Vr),rr=_n.get(Vr);return{node:y.createElement(Ns.ZP,Object.assign({},rr,{checked:mr,onClick:_r=>{var yr;_r.stopPropagation(),(yr=rr==null?void 0:rr.onClick)===null||yr===void 0||yr.call(rr,_r)},onChange:_r=>{var yr;Un.has(Vr)||ba(Vr,!0,[Vr],_r.nativeEvent),(yr=rr==null?void 0:rr.onChange)===null||yr===void 0||yr.call(rr,_r)}})),checked:mr}}:ta=(sr,br,pr)=>{var Vr;const mr=Pe(br,pr),rr=Un.has(mr),_r=Aa.has(mr),yr=_n.get(mr);let vo;return Ne==="nest"?vo=_r:vo=(Vr=yr==null?void 0:yr.indeterminate)!==null&&Vr!==void 0?Vr:_r,{node:y.createElement(dl.default,Object.assign({},yr,{indeterminate:vo,checked:rr,skipGroup:!0,onClick:fo=>{var zo;fo.stopPropagation(),(zo=yr==null?void 0:yr.onClick)===null||zo===void 0||zo.call(yr,fo)},onChange:fo=>{var zo;const{nativeEvent:Zo}=fo,{shiftKey:pn}=Zo,Nn=Na.findIndex(Za=>Za===mr),qa=$t.some(Za=>Na.includes(Za));if(pn&&ne&&qa){const Za=Ve(Nn,Na,Un),ur=Array.from(Un);ut==null||ut(!rr,ur.map(eo=>ve(eo)),Za.map(eo=>ve(eo))),oa(ur,"multiple")}else{const Za=$t;if(ne){const ur=rr?(0,Ts._5)(Za,mr):(0,Ts.L0)(Za,mr);ba(mr,!rr,ur,Zo)}else{const ur=(0,ul.S)([].concat((0,Ko.Z)(Za),[mr]),!0,an,ea),{checkedKeys:eo,halfCheckedKeys:io}=ur;let to=eo;if(rr){const bo=new Set(eo);bo.delete(mr),to=(0,ul.S)(Array.from(bo),{checked:!1,halfCheckedKeys:io},an,ea).checkedKeys}ba(mr,!rr,to,Zo)}}Ge(rr?null:Nn),(zo=yr==null?void 0:yr.onChange)===null||zo===void 0||zo.call(yr,fo)}})),checked:rr}};const ua=(sr,br,pr)=>{const{node:Vr,checked:mr}=ta(sr,br,pr);return Kt?Kt(mr,br,pr,Vr):Vr};if(!bn.includes(xi))if(bn.findIndex(sr=>{var br;return((br=sr[Lr])===null||br===void 0?void 0:br.columnType)==="EXPAND_COLUMN"})===0){const[sr,...br]=bn;bn=[sr,xi].concat((0,Ko.Z)(br))}else bn=[xi].concat((0,Ko.Z)(bn));const ar=bn.indexOf(xi);bn=bn.filter((sr,br)=>sr!==xi||br===ar);const Dr=bn[ar-1],za=bn[ar+1];let no=qt;no===void 0&&((za==null?void 0:za.fixed)!==void 0?no=za.fixed:(Dr==null?void 0:Dr.fixed)!==void 0&&(no=Dr.fixed)),no&&Dr&&((En=Dr[Lr])===null||En===void 0?void 0:En.columnType)==="EXPAND_COLUMN"&&Dr.fixed===void 0&&(Dr.fixed=no);const wr=$o()(`${oe}-selection-col`,{[`${oe}-selection-col-with-dropdown`]:yt&&dt==="checkbox"}),vr=()=>ge!=null&&ge.columnTitle?typeof ge.columnTitle=="function"?ge.columnTitle(mt):ge.columnTitle:Fr,gr={fixed:no,width:pt,className:`${oe}-selection-column`,title:vr(),render:ua,onCell:ge.onCell,[Lr]:{className:wr}};return bn.map(sr=>sr===xi?gr:sr)},[Pe,Ft,ge,$t,ya,Aa,pt,sa,Ne,_n,ut,ba,ea]),ya]},Bu=E(10366);function Uu(ue,ge){return ue._antProxy=ue._antProxy||{},Object.keys(ge).forEach(ye=>{if(!(ye in ue._antProxy)){const Ce=ue[ye];ue._antProxy[ye]=Ce,ue[ye]=ge[ye]}}),ue}function zu(ue,ge){return(0,y.useImperativeHandle)(ue,()=>{const ye=ge(),{nativeElement:Ce}=ye;return typeof Proxy!="undefined"?new Proxy(Ce,{get(Oe,De){return ye[De]?ye[De]:Reflect.get(Oe,De)}}):Uu(Ce,ye)})}var Gu=E(58375),Os=E(53124),ks=E(88258),_u=E(35792),Hu=E(98675),$u=E(25378),ju=E(24457),Ku=E(73802),Zu=E(74330),Wu=E(15729);function Ds(ue){return ge=>{const{prefixCls:ye,onExpand:Ce,record:Oe,expanded:De,expandable:ze}=ge,$e=`${ye}-row-expand-icon`;return y.createElement("button",{type:"button",onClick:ot=>{Ce(Oe,ot),ot.stopPropagation()},className:$o()($e,{[`${$e}-spaced`]:!ze,[`${$e}-expanded`]:ze&&De,[`${$e}-collapsed`]:ze&&!De}),"aria-label":De?ue.collapse:ue.expand,"aria-expanded":De})}}var Ms=Ds;function Vu(ue){return(ye,Ce)=>{const Oe=ye.querySelector(`.${ue}-container`);let De=Ce;if(Oe){const ze=getComputedStyle(Oe),$e=parseInt(ze.borderLeftWidth,10),ot=parseInt(ze.borderRightWidth,10);De=Ce-$e-ot}return De}}const vi=(ue,ge)=>"key"in ue&&ue.key!==void 0&&ue.key!==null?ue.key:ue.dataIndex?Array.isArray(ue.dataIndex)?ue.dataIndex.join("."):ue.dataIndex:ge;function Fi(ue,ge){return ge?`${ge}-${ue}`:`${ue}`}const gl=(ue,ge)=>typeof ue=="function"?ue(ge):ue,Yu=(ue,ge)=>{const ye=gl(ue,ge);return Object.prototype.toString.call(ye)==="[object Object]"?"":ye};var Bi=E(83963),Bl={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z"}}]},name:"filter",theme:"filled"},Qu=Bl,Ul=E(84180),Xu=function(ge,ye){return y.createElement(Ul.Z,(0,Bi.Z)({},ge,{ref:ye,icon:Qu}))},Ju=y.forwardRef(Xu),qu=Ju,Fs=E(7699),zl=E(38780),Bs=E(57838);function ec(ue){const ge=y.useRef(ue),ye=(0,Bs.Z)();return[()=>ge.current,Ce=>{ge.current=Ce,ye()}]}var Gl=E(85804),pl=E(32983),_l=E(50136),tc=E(76529),nc=E(51380),fi=E(47880),ac=E(82586),Us=ue=>{const{value:ge,filterSearch:ye,tablePrefixCls:Ce,locale:Oe,onChange:De}=ue;return ye?y.createElement("div",{className:`${Ce}-filter-dropdown-search`},y.createElement(ac.Z,{prefix:y.createElement(fi.Z,null),placeholder:Oe.filterSearchPlaceholder,onChange:De,value:ge,htmlSize:1,className:`${Ce}-filter-dropdown-search-input`})):null},zs=E(92389);const rc=ue=>{const{keyCode:ge}=ue;ge===zs.Z.ENTER&&ue.stopPropagation()};var Wi=y.forwardRef((ue,ge)=>y.createElement("div",{className:ue.className,onClick:ye=>ye.stopPropagation(),onKeyDown:rc,ref:ge},ue.children));function Ui(ue){let ge=[];return(ue||[]).forEach(ye=>{let{value:Ce,children:Oe}=ye;ge.push(Ce),Oe&&(ge=[].concat((0,Ko.Z)(ge),(0,Ko.Z)(Ui(Oe))))}),ge}function oc(ue){return ue.some(ge=>{let{children:ye}=ge;return ye})}function ml(ue,ge){return typeof ge=="string"||typeof ge=="number"?ge==null?void 0:ge.toString().toLowerCase().includes(ue.trim().toLowerCase()):!1}function Gs(ue){let{filters:ge,prefixCls:ye,filteredKeys:Ce,filterMultiple:Oe,searchValue:De,filterSearch:ze}=ue;return ge.map(($e,ot)=>{const at=String($e.value);if($e.children)return{key:at||ot,label:$e.text,popupClassName:`${ye}-dropdown-submenu`,children:Gs({filters:$e.children,prefixCls:ye,filteredKeys:Ce,filterMultiple:Oe,searchValue:De,filterSearch:ze})};const Pt=Oe?dl.default:Ns.ZP,ut={key:$e.value!==void 0?at:ot,label:y.createElement(y.Fragment,null,y.createElement(Pt,{checked:Ce.includes(at)}),y.createElement("span",null,$e.text))};return De.trim()?typeof ze=="function"?ze(De,$e)?ut:null:ml(De,$e.text)?ut:null:ut})}function Hl(ue){return ue||[]}var Hs=ue=>{var ge,ye,Ce,Oe;const{tablePrefixCls:De,prefixCls:ze,column:$e,dropdownPrefixCls:ot,columnKey:at,filterOnClose:Pt,filterMultiple:ut,filterMode:pt="menu",filterSearch:dt=!1,filterState:yt,triggerFilter:qt,locale:Kt,children:z,getPopupContainer:ne,rootClassName:oe}=ue,{filterResetToDefaultFilteredValue:le,defaultFilteredValue:he,filterDropdownProps:ve={},filterDropdownOpen:Pe,filterDropdownVisible:Ne,onFilterDropdownVisibleChange:Me,onFilterDropdownOpenChange:je}=$e,[Be,Xe]=y.useState(!1),Ve=!!(yt&&(!((ge=yt.filteredKeys)===null||ge===void 0)&&ge.length||yt.forceFiltered)),Ge=ta=>{var ua;Xe(ta),(ua=ve.onOpenChange)===null||ua===void 0||ua.call(ve,ta),je==null||je(ta),Me==null||Me(ta)},Rt=(Oe=(Ce=(ye=ve.open)!==null&&ye!==void 0?ye:Pe)!==null&&Ce!==void 0?Ce:Ne)!==null&&Oe!==void 0?Oe:Be,kt=yt==null?void 0:yt.filteredKeys,[en,Nt]=ec(Hl(kt)),Ft=ta=>{let{selectedKeys:ua}=ta;Nt(ua)},an=(ta,ua)=>{let{node:ar,checked:Dr}=ua;Ft(ut?{selectedKeys:ta}:{selectedKeys:Dr&&ar.key?[ar.key]:[]})};y.useEffect(()=>{Be&&Ft({selectedKeys:Hl(kt)})},[kt]);const[_n,ea]=y.useState([]),$t=ta=>{ea(ta)},[zn,ya]=y.useState(""),Aa=ta=>{const{value:ua}=ta.target;ya(ua)};y.useEffect(()=>{Be||ya("")},[Be]);const oa=ta=>{const ua=ta!=null&&ta.length?ta:null;if(ua===null&&(!yt||!yt.filteredKeys)||(0,Fs.Z)(ua,yt==null?void 0:yt.filteredKeys,!0))return null;qt({column:$e,key:at,filteredKeys:ua})},ba=()=>{Ge(!1),oa(en())},sa=function(){let{confirm:ta,closeDropdown:ua}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{confirm:!1,closeDropdown:!1};ta&&oa([]),ua&&Ge(!1),ya(""),Nt(le?(he||[]).map(ar=>String(ar)):[])},Wn=function(){let{closeDropdown:ta}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{closeDropdown:!0};ta&&Ge(!1),oa(en())},fn=(ta,ua)=>{ua.source==="trigger"&&(ta&&kt!==void 0&&Nt(Hl(kt)),Ge(ta),!ta&&!$e.filterDropdown&&Pt&&ba())},En=$o()({[`${ot}-menu-without-submenu`]:!oc($e.filters||[])}),bn=ta=>{if(ta.target.checked){const ua=Ui($e==null?void 0:$e.filters).map(ar=>String(ar));Nt(ua)}else Nt([])},Un=ta=>{let{filters:ua}=ta;return(ua||[]).map((ar,Dr)=>{const za=String(ar.value),no={title:ar.text,key:ar.value!==void 0?za:String(Dr)};return ar.children&&(no.children=Un({filters:ar.children})),no})},Na=ta=>{var ua;return Object.assign(Object.assign({},ta),{text:ta.title,value:ta.key,children:((ua=ta.children)===null||ua===void 0?void 0:ua.map(ar=>Na(ar)))||[]})};let La;const{direction:ct,renderEmpty:Ja}=y.useContext(Os.E_);if(typeof $e.filterDropdown=="function")La=$e.filterDropdown({prefixCls:`${ot}-custom`,setSelectedKeys:ta=>Ft({selectedKeys:ta}),selectedKeys:en(),confirm:Wn,clearFilters:sa,filters:$e.filters,visible:Rt,close:()=>{Ge(!1)}});else if($e.filterDropdown)La=$e.filterDropdown;else{const ta=en()||[],ua=()=>{var Dr,za;const no=(Dr=Ja==null?void 0:Ja("Table.filter"))!==null&&Dr!==void 0?Dr:y.createElement(pl.Z,{image:pl.Z.PRESENTED_IMAGE_SIMPLE,description:Kt.filterEmptyText,styles:{image:{height:24}},style:{margin:0,padding:"16px 0"}});if(($e.filters||[]).length===0)return no;if(pt==="tree")return y.createElement(y.Fragment,null,y.createElement(Us,{filterSearch:dt,value:zn,onChange:Aa,tablePrefixCls:De,locale:Kt}),y.createElement("div",{className:`${De}-filter-dropdown-tree`},ut?y.createElement(dl.default,{checked:ta.length===Ui($e.filters).length,indeterminate:ta.length>0&&ta.length<Ui($e.filters).length,className:`${De}-filter-dropdown-checkall`,onChange:bn},(za=Kt==null?void 0:Kt.filterCheckall)!==null&&za!==void 0?za:Kt==null?void 0:Kt.filterCheckAll):null,y.createElement(nc.default,{checkable:!0,selectable:!1,blockNode:!0,multiple:ut,checkStrictly:!ut,className:`${ot}-menu`,onCheck:an,checkedKeys:ta,selectedKeys:ta,showIcon:!1,treeData:Un({filters:$e.filters}),autoExpandParent:!0,defaultExpandAll:!0,filterTreeNode:zn.trim()?gr=>typeof dt=="function"?dt(zn,Na(gr)):ml(zn,gr.title):void 0})));const wr=Gs({filters:$e.filters||[],filterSearch:dt,prefixCls:ze,filteredKeys:en(),filterMultiple:ut,searchValue:zn}),vr=wr.every(gr=>gr===null);return y.createElement(y.Fragment,null,y.createElement(Us,{filterSearch:dt,value:zn,onChange:Aa,tablePrefixCls:De,locale:Kt}),vr?no:y.createElement(_l.default,{selectable:!0,multiple:ut,prefixCls:`${ot}-menu`,className:En,onSelect:Ft,onDeselect:Ft,selectedKeys:ta,getPopupContainer:ne,openKeys:_n,onOpenChange:$t,items:wr}))},ar=()=>le?(0,Fs.Z)((he||[]).map(Dr=>String(Dr)),ta,!0):ta.length===0;La=y.createElement(y.Fragment,null,ua(),y.createElement("div",{className:`${ze}-dropdown-btns`},y.createElement(Gl.ZP,{type:"link",size:"small",disabled:ar(),onClick:()=>sa()},Kt.filterReset),y.createElement(Gl.ZP,{type:"primary",size:"small",onClick:ba},Kt.filterConfirm)))}$e.filterDropdown&&(La=y.createElement(tc.J,{selectable:void 0},La)),La=y.createElement(Wi,{className:`${ze}-dropdown`},La);const Fr=()=>{let ta;return typeof $e.filterIcon=="function"?ta=$e.filterIcon(Ve):$e.filterIcon?ta=$e.filterIcon:ta=y.createElement(qu,null),y.createElement("span",{role:"button",tabIndex:-1,className:$o()(`${ze}-trigger`,{active:Ve}),onClick:ua=>{ua.stopPropagation()}},ta)},mt=(0,zl.Z)({trigger:["click"],placement:ct==="rtl"?"bottomLeft":"bottomRight",children:Fr(),getPopupContainer:ne},Object.assign(Object.assign({},ve),{rootClassName:$o()(oe,ve.rootClassName),open:Rt,onOpenChange:fn,dropdownRender:()=>typeof(ve==null?void 0:ve.dropdownRender)=="function"?ve.dropdownRender(La):La}));return y.createElement("div",{className:`${ze}-column`},y.createElement("span",{className:`${De}-column-title`},z),y.createElement(Rs.Z,Object.assign({},mt)))};const Vi=(ue,ge,ye)=>{let Ce=[];return(ue||[]).forEach((Oe,De)=>{var ze;const $e=Fi(De,ye);if(Oe.filters||"filterDropdown"in Oe||"onFilter"in Oe)if("filteredValue"in Oe){let ot=Oe.filteredValue;"filterDropdown"in Oe||(ot=(ze=ot==null?void 0:ot.map(String))!==null&&ze!==void 0?ze:ot),Ce.push({column:Oe,key:vi(Oe,$e),filteredKeys:ot,forceFiltered:Oe.filtered})}else Ce.push({column:Oe,key:vi(Oe,$e),filteredKeys:ge&&Oe.defaultFilteredValue?Oe.defaultFilteredValue:void 0,forceFiltered:Oe.filtered});"children"in Oe&&(Ce=[].concat((0,Ko.Z)(Ce),(0,Ko.Z)(Vi(Oe.children,ge,$e))))}),Ce};function fl(ue,ge,ye,Ce,Oe,De,ze,$e,ot){return ye.map((at,Pt)=>{const ut=Fi(Pt,$e),{filterOnClose:pt=!0,filterMultiple:dt=!0,filterMode:yt,filterSearch:qt}=at;let Kt=at;if(Kt.filters||Kt.filterDropdown){const z=vi(Kt,ut),ne=Ce.find(oe=>{let{key:le}=oe;return z===le});Kt=Object.assign(Object.assign({},Kt),{title:oe=>y.createElement(Hs,{tablePrefixCls:ue,prefixCls:`${ue}-filter`,dropdownPrefixCls:ge,column:Kt,columnKey:z,filterState:ne,filterOnClose:pt,filterMultiple:dt,filterMode:yt,filterSearch:qt,triggerFilter:De,locale:Oe,getPopupContainer:ze,rootClassName:ot},gl(at.title,oe))})}return"children"in Kt&&(Kt=Object.assign(Object.assign({},Kt),{children:fl(ue,ge,Kt.children,Ce,Oe,De,ze,ut,ot)})),Kt})}const $l=ue=>{const ge={};return ue.forEach(ye=>{let{key:Ce,filteredKeys:Oe,column:De}=ye;const ze=Ce,{filters:$e,filterDropdown:ot}=De;if(ot)ge[ze]=Oe||null;else if(Array.isArray(Oe)){const at=Ui($e);ge[ze]=at.filter(Pt=>Oe.includes(String(Pt)))}else ge[ze]=null}),ge},jl=(ue,ge,ye)=>ge.reduce((Oe,De)=>{const{column:{onFilter:ze,filters:$e},filteredKeys:ot}=De;return ze&&ot&&ot.length?Oe.map(at=>Object.assign({},at)).filter(at=>ot.some(Pt=>{const ut=Ui($e),pt=ut.findIndex(yt=>String(yt)===String(Pt)),dt=pt!==-1?ut[pt]:Pt;return at[ye]&&(at[ye]=jl(at[ye],ge,ye)),ze(dt,at)})):Oe},ue),$s=ue=>ue.flatMap(ge=>"children"in ge?[ge].concat((0,Ko.Z)($s(ge.children||[]))):[ge]);var Kl=ue=>{const{prefixCls:ge,dropdownPrefixCls:ye,mergedColumns:Ce,onFilterChange:Oe,getPopupContainer:De,locale:ze,rootClassName:$e}=ue,ot=(0,cl.ln)("Table"),at=y.useMemo(()=>$s(Ce||[]),[Ce]),[Pt,ut]=y.useState(()=>Vi(at,!0)),pt=y.useMemo(()=>{const Kt=Vi(at,!1);if(Kt.length===0)return Kt;let z=!0,ne=!0;if(Kt.forEach(oe=>{let{filteredKeys:le}=oe;le!==void 0?z=!1:ne=!1}),z){const oe=(at||[]).map((le,he)=>vi(le,Fi(he)));return Pt.filter(le=>{let{key:he}=le;return oe.includes(he)}).map(le=>{const he=at[oe.findIndex(ve=>ve===le.key)];return Object.assign(Object.assign({},le),{column:Object.assign(Object.assign({},le.column),he),forceFiltered:he.filtered})})}return Kt},[at,Pt]),dt=y.useMemo(()=>$l(pt),[pt]),yt=Kt=>{const z=pt.filter(ne=>{let{key:oe}=ne;return oe!==Kt.key});z.push(Kt),ut(z),Oe($l(z),z)};return[Kt=>fl(ge,ye,Kt,pt,ze,yt,De,void 0,$e),pt,dt]},Zl=(ue,ge,ye)=>{const Ce=y.useRef({});function Oe(De){var ze;if(!Ce.current||Ce.current.data!==ue||Ce.current.childrenColumnName!==ge||Ce.current.getRowKey!==ye){let ot=function(at){at.forEach((Pt,ut)=>{const pt=ye(Pt,ut);$e.set(pt,Pt),Pt&&typeof Pt=="object"&&ge in Pt&&ot(Pt[ge]||[])})};const $e=new Map;ot(ue),Ce.current={data:ue,childrenColumnName:ge,kvMap:$e,getRowKey:ye}}return(ze=Ce.current.kvMap)===null||ze===void 0?void 0:ze.get(De)}return[Oe]},Wl=function(ue,ge){var ye={};for(var Ce in ue)Object.prototype.hasOwnProperty.call(ue,Ce)&&ge.indexOf(Ce)<0&&(ye[Ce]=ue[Ce]);if(ue!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Oe=0,Ce=Object.getOwnPropertySymbols(ue);Oe<Ce.length;Oe++)ge.indexOf(Ce[Oe])<0&&Object.prototype.propertyIsEnumerable.call(ue,Ce[Oe])&&(ye[Ce[Oe]]=ue[Ce[Oe]]);return ye};const hl=10;function js(ue,ge){const ye={current:ue.current,pageSize:ue.pageSize};return Object.keys(ge&&typeof ge=="object"?ge:{}).forEach(Oe=>{const De=ue[Oe];typeof De!="function"&&(ye[Oe]=De)}),ye}function Ks(ue,ge,ye){const Ce=ye&&typeof ye=="object"?ye:{},{total:Oe=0}=Ce,De=Wl(Ce,["total"]),[ze,$e]=(0,y.useState)(()=>({current:"defaultCurrent"in De?De.defaultCurrent:1,pageSize:"defaultPageSize"in De?De.defaultPageSize:hl})),ot=(0,zl.Z)(ze,De,{total:Oe>0?Oe:ue}),at=Math.ceil((Oe||ue)/ot.pageSize);ot.current>at&&(ot.current=at||1);const Pt=(pt,dt)=>{$e({current:pt!=null?pt:1,pageSize:dt||ot.pageSize})},ut=(pt,dt)=>{var yt;ye&&((yt=ye.onChange)===null||yt===void 0||yt.call(ye,pt,dt)),Pt(pt,dt),ge(pt,dt||(ot==null?void 0:ot.pageSize))};return ye===!1?[{},()=>{}]:[Object.assign(Object.assign({},ot),{onChange:ut}),Pt]}var Sl=Ks,ic={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"}}]},name:"caret-down",theme:"outlined"},lc=ic,sc=function(ge,ye){return y.createElement(Ul.Z,(0,Bi.Z)({},ge,{ref:ye,icon:lc}))},uc=y.forwardRef(sc),Zs=uc,Ws={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z"}}]},name:"caret-up",theme:"outlined"},cc=Ws,dc=function(ge,ye){return y.createElement(Ul.Z,(0,Bi.Z)({},ge,{ref:ye,icon:cc}))},gc=y.forwardRef(dc),pc=gc,Vs=E(83062);const vl="ascend",Yi="descend",bl=ue=>typeof ue.sorter=="object"&&typeof ue.sorter.multiple=="number"?ue.sorter.multiple:!1,Ys=ue=>typeof ue=="function"?ue:ue&&typeof ue=="object"&&ue.compare?ue.compare:!1,mc=(ue,ge)=>ge?ue[ue.indexOf(ge)+1]:ue[0],Vl=(ue,ge,ye)=>{let Ce=[];const Oe=(De,ze)=>{Ce.push({column:De,key:vi(De,ze),multiplePriority:bl(De),sortOrder:De.sortOrder})};return(ue||[]).forEach((De,ze)=>{const $e=Fi(ze,ye);De.children?("sortOrder"in De&&Oe(De,$e),Ce=[].concat((0,Ko.Z)(Ce),(0,Ko.Z)(Vl(De.children,ge,$e)))):De.sorter&&("sortOrder"in De?Oe(De,$e):ge&&De.defaultSortOrder&&Ce.push({column:De,key:vi(De,$e),multiplePriority:bl(De),sortOrder:De.defaultSortOrder}))}),Ce},Qs=(ue,ge,ye,Ce,Oe,De,ze,$e)=>(ge||[]).map((at,Pt)=>{const ut=Fi(Pt,$e);let pt=at;if(pt.sorter){const dt=pt.sortDirections||Oe,yt=pt.showSorterTooltip===void 0?ze:pt.showSorterTooltip,qt=vi(pt,ut),Kt=ye.find(Me=>{let{key:je}=Me;return je===qt}),z=Kt?Kt.sortOrder:null,ne=mc(dt,z);let oe;if(at.sortIcon)oe=at.sortIcon({sortOrder:z});else{const Me=dt.includes(vl)&&y.createElement(pc,{className:$o()(`${ue}-column-sorter-up`,{active:z===vl})}),je=dt.includes(Yi)&&y.createElement(Zs,{className:$o()(`${ue}-column-sorter-down`,{active:z===Yi})});oe=y.createElement("span",{className:$o()(`${ue}-column-sorter`,{[`${ue}-column-sorter-full`]:!!(Me&&je)})},y.createElement("span",{className:`${ue}-column-sorter-inner`,"aria-hidden":"true"},Me,je))}const{cancelSort:le,triggerAsc:he,triggerDesc:ve}=De||{};let Pe=le;ne===Yi?Pe=ve:ne===vl&&(Pe=he);const Ne=typeof yt=="object"?Object.assign({title:Pe},yt):{title:Pe};pt=Object.assign(Object.assign({},pt),{className:$o()(pt.className,{[`${ue}-column-sort`]:z}),title:Me=>{const je=`${ue}-column-sorters`,Be=y.createElement("span",{className:`${ue}-column-title`},gl(at.title,Me)),Xe=y.createElement("div",{className:je},Be,oe);return yt?typeof yt!="boolean"&&(yt==null?void 0:yt.target)==="sorter-icon"?y.createElement("div",{className:`${je} ${ue}-column-sorters-tooltip-target-sorter`},Be,y.createElement(Vs.Z,Object.assign({},Ne),oe)):y.createElement(Vs.Z,Object.assign({},Ne),Xe):Xe},onHeaderCell:Me=>{var je;const Be=((je=at.onHeaderCell)===null||je===void 0?void 0:je.call(at,Me))||{},Xe=Be.onClick,Ve=Be.onKeyDown;Be.onClick=kt=>{Ce({column:at,key:qt,sortOrder:ne,multiplePriority:bl(at)}),Xe==null||Xe(kt)},Be.onKeyDown=kt=>{kt.keyCode===zs.Z.ENTER&&(Ce({column:at,key:qt,sortOrder:ne,multiplePriority:bl(at)}),Ve==null||Ve(kt))};const Ge=Yu(at.title,{}),Rt=Ge==null?void 0:Ge.toString();return z&&(Be["aria-sort"]=z==="ascend"?"ascending":"descending"),Be["aria-label"]=Rt||"",Be.className=$o()(Be.className,`${ue}-column-has-sorters`),Be.tabIndex=0,at.ellipsis&&(Be.title=(Ge!=null?Ge:"").toString()),Be}})}return"children"in pt&&(pt=Object.assign(Object.assign({},pt),{children:Qs(ue,pt.children,ye,Ce,Oe,De,ze,ut)})),pt}),zi=ue=>{const{column:ge,sortOrder:ye}=ue;return{column:ge,order:ye,field:ge.dataIndex,columnKey:ge.key}},Xs=ue=>{const ge=ue.filter(ye=>{let{sortOrder:Ce}=ye;return Ce}).map(zi);if(ge.length===0&&ue.length){const ye=ue.length-1;return Object.assign(Object.assign({},zi(ue[ye])),{column:void 0,order:void 0,field:void 0,columnKey:void 0})}return ge.length<=1?ge[0]||{}:ge},Yl=(ue,ge,ye)=>{const Ce=ge.slice().sort((ze,$e)=>$e.multiplePriority-ze.multiplePriority),Oe=ue.slice(),De=Ce.filter(ze=>{let{column:{sorter:$e},sortOrder:ot}=ze;return Ys($e)&&ot});return De.length?Oe.sort((ze,$e)=>{for(let ot=0;ot<De.length;ot+=1){const at=De[ot],{column:{sorter:Pt},sortOrder:ut}=at,pt=Ys(Pt);if(pt&&ut){const dt=pt(ze,$e,ut);if(dt!==0)return ut===vl?dt:-dt}}return 0}).map(ze=>{const $e=ze[ye];return $e?Object.assign(Object.assign({},ze),{[ye]:Yl($e,ge,ye)}):ze}):Oe};var Ql=ue=>{const{prefixCls:ge,mergedColumns:ye,sortDirections:Ce,tableLocale:Oe,showSorterTooltip:De,onSorterChange:ze}=ue,[$e,ot]=y.useState(Vl(ye,!0)),at=(qt,Kt)=>{const z=[];return qt.forEach((ne,oe)=>{const le=Fi(oe,Kt);if(z.push(vi(ne,le)),Array.isArray(ne.children)){const he=at(ne.children,le);z.push.apply(z,(0,Ko.Z)(he))}}),z},Pt=y.useMemo(()=>{let qt=!0;const Kt=Vl(ye,!1);if(!Kt.length){const le=at(ye);return $e.filter(he=>{let{key:ve}=he;return le.includes(ve)})}const z=[];function ne(le){qt?z.push(le):z.push(Object.assign(Object.assign({},le),{sortOrder:null}))}let oe=null;return Kt.forEach(le=>{oe===null?(ne(le),le.sortOrder&&(le.multiplePriority===!1?qt=!1:oe=!0)):(oe&&le.multiplePriority!==!1||(qt=!1),ne(le))}),z},[ye,$e]),ut=y.useMemo(()=>{var qt,Kt;const z=Pt.map(ne=>{let{column:oe,sortOrder:le}=ne;return{column:oe,order:le}});return{sortColumns:z,sortColumn:(qt=z[0])===null||qt===void 0?void 0:qt.column,sortOrder:(Kt=z[0])===null||Kt===void 0?void 0:Kt.order}},[Pt]),pt=qt=>{let Kt;qt.multiplePriority===!1||!Pt.length||Pt[0].multiplePriority===!1?Kt=[qt]:Kt=[].concat((0,Ko.Z)(Pt.filter(z=>{let{key:ne}=z;return ne!==qt.key})),[qt]),ot(Kt),ze(Xs(Kt),Kt)};return[qt=>Qs(ge,qt,Pt,pt,Ce,Oe,De),Pt,ut,()=>Xs(Pt)]};const Xl=(ue,ge)=>ue.map(Ce=>{const Oe=Object.assign({},Ce);return Oe.title=gl(Ce.title,ge),"children"in Oe&&(Oe.children=Xl(Oe.children,ge)),Oe});var hc=ue=>[y.useCallback(ye=>Xl(ye,ue),[ue])],Sc=li((ue,ge)=>{const{_renderTimes:ye}=ue,{_renderTimes:Ce}=ge;return ye!==Ce}),qs=xs((ue,ge)=>{const{_renderTimes:ye}=ue,{_renderTimes:Ce}=ge;return ye!==Ce}),Ka=E(16777),Gi=E(24327),Xi=E(14747),vc=E(83559),eu=E(43259),bc=ue=>{const{componentCls:ge,lineWidth:ye,lineType:Ce,tableBorderColor:Oe,tableHeaderBg:De,tablePaddingVertical:ze,tablePaddingHorizontal:$e,calc:ot}=ue,at=`${(0,Ka.unit)(ye)} ${Ce} ${Oe}`,Pt=(ut,pt,dt)=>({[`&${ge}-${ut}`]:{[`> ${ge}-container`]:{[`> ${ge}-content, > ${ge}-body`]:{"\n > table > tbody > tr > th,\n > table > tbody > tr > td\n ":{[`> ${ge}-expanded-row-fixed`]:{margin:`${(0,Ka.unit)(ot(pt).mul(-1).equal())}
|
|
|
${(0,Ka.unit)(ot(ot(dt).add(ye)).mul(-1).equal())}`}}}}}});return{[`${ge}-wrapper`]:{[`${ge}${ge}-bordered`]:Object.assign(Object.assign(Object.assign({[`> ${ge}-title`]:{border:at,borderBottom:0},[`> ${ge}-container`]:{borderInlineStart:at,borderTop:at,[`
|
|
|
> ${ge}-content,
|
|
|
> ${ge}-header,
|
|
|
> ${ge}-body,
|
|
|
> ${ge}-summary
|
|
|
`]:{"> table":{"\n > thead > tr > th,\n > thead > tr > td,\n > tbody > tr > th,\n > tbody > tr > td,\n > tfoot > tr > th,\n > tfoot > tr > td\n ":{borderInlineEnd:at},"> thead":{"> tr:not(:last-child) > th":{borderBottom:at},"> tr > th::before":{backgroundColor:"transparent !important"}},"\n > thead > tr,\n > tbody > tr,\n > tfoot > tr\n ":{[`> ${ge}-cell-fix-right-first::after`]:{borderInlineEnd:at}},"\n > tbody > tr > th,\n > tbody > tr > td\n ":{[`> ${ge}-expanded-row-fixed`]:{margin:`${(0,Ka.unit)(ot(ze).mul(-1).equal())} ${(0,Ka.unit)(ot(ot($e).add(ye)).mul(-1).equal())}`,"&::after":{position:"absolute",top:0,insetInlineEnd:ye,bottom:0,borderInlineEnd:at,content:'""'}}}}}},[`&${ge}-scroll-horizontal`]:{[`> ${ge}-container > ${ge}-body`]:{"> table > tbody":{[`
|
|
|
> tr${ge}-expanded-row,
|
|
|
> tr${ge}-placeholder
|
|
|
`]:{"> th, > td":{borderInlineEnd:0}}}}}},Pt("middle",ue.tablePaddingVerticalMiddle,ue.tablePaddingHorizontalMiddle)),Pt("small",ue.tablePaddingVerticalSmall,ue.tablePaddingHorizontalSmall)),{[`> ${ge}-footer`]:{border:at,borderTop:0}}),[`${ge}-cell`]:{[`${ge}-container:first-child`]:{borderTop:0},"&-scrollbar:not([rowspan])":{boxShadow:`0 ${(0,Ka.unit)(ye)} 0 ${(0,Ka.unit)(ye)} ${De}`}},[`${ge}-bordered ${ge}-cell-scrollbar`]:{borderInlineEnd:at}}}},yc=ue=>{const{componentCls:ge}=ue;return{[`${ge}-wrapper`]:{[`${ge}-cell-ellipsis`]:Object.assign(Object.assign({},Xi.vS),{wordBreak:"keep-all",[`
|
|
|
&${ge}-cell-fix-left-last,
|
|
|
&${ge}-cell-fix-right-first
|
|
|
`]:{overflow:"visible",[`${ge}-cell-content`]:{display:"block",overflow:"hidden",textOverflow:"ellipsis"}},[`${ge}-column-title`]:{overflow:"hidden",textOverflow:"ellipsis",wordBreak:"keep-all"}})}}},Ec=ue=>{const{componentCls:ge}=ue;return{[`${ge}-wrapper`]:{[`${ge}-tbody > tr${ge}-placeholder`]:{textAlign:"center",color:ue.colorTextDisabled,"\n &:hover > th,\n &:hover > td,\n ":{background:ue.colorBgContainer}}}}},tu=ue=>{const{componentCls:ge,antCls:ye,motionDurationSlow:Ce,lineWidth:Oe,paddingXS:De,lineType:ze,tableBorderColor:$e,tableExpandIconBg:ot,tableExpandColumnWidth:at,borderRadius:Pt,tablePaddingVertical:ut,tablePaddingHorizontal:pt,tableExpandedRowBg:dt,paddingXXS:yt,expandIconMarginTop:qt,expandIconSize:Kt,expandIconHalfInner:z,expandIconScale:ne,calc:oe}=ue,le=`${(0,Ka.unit)(Oe)} ${ze} ${$e}`,he=oe(yt).sub(Oe).equal();return{[`${ge}-wrapper`]:{[`${ge}-expand-icon-col`]:{width:at},[`${ge}-row-expand-icon-cell`]:{textAlign:"center",[`${ge}-row-expand-icon`]:{display:"inline-flex",float:"none",verticalAlign:"sub"}},[`${ge}-row-indent`]:{height:1,float:"left"},[`${ge}-row-expand-icon`]:Object.assign(Object.assign({},(0,Xi.Nd)(ue)),{position:"relative",float:"left",width:Kt,height:Kt,color:"inherit",lineHeight:(0,Ka.unit)(Kt),background:ot,border:le,borderRadius:Pt,transform:`scale(${ne})`,"&:focus, &:hover, &:active":{borderColor:"currentcolor"},"&::before, &::after":{position:"absolute",background:"currentcolor",transition:`transform ${Ce} ease-out`,content:'""'},"&::before":{top:z,insetInlineEnd:he,insetInlineStart:he,height:Oe},"&::after":{top:he,bottom:he,insetInlineStart:z,width:Oe,transform:"rotate(90deg)"},"&-collapsed::before":{transform:"rotate(-180deg)"},"&-collapsed::after":{transform:"rotate(0deg)"},"&-spaced":{"&::before, &::after":{display:"none",content:"none"},background:"transparent",border:0,visibility:"hidden"}}),[`${ge}-row-indent + ${ge}-row-expand-icon`]:{marginTop:qt,marginInlineEnd:De},[`tr${ge}-expanded-row`]:{"&, &:hover":{"> th, > td":{background:dt}},[`${ye}-descriptions-view`]:{display:"flex",table:{flex:"auto",width:"100%"}}},[`${ge}-expanded-row-fixed`]:{position:"relative",margin:`${(0,Ka.unit)(oe(ut).mul(-1).equal())} ${(0,Ka.unit)(oe(pt).mul(-1).equal())}`,padding:`${(0,Ka.unit)(ut)} ${(0,Ka.unit)(pt)}`}}}},nu=ue=>{const{componentCls:ge,antCls:ye,iconCls:Ce,tableFilterDropdownWidth:Oe,tableFilterDropdownSearchWidth:De,paddingXXS:ze,paddingXS:$e,colorText:ot,lineWidth:at,lineType:Pt,tableBorderColor:ut,headerIconColor:pt,fontSizeSM:dt,tablePaddingHorizontal:yt,borderRadius:qt,motionDurationSlow:Kt,colorTextDescription:z,colorPrimary:ne,tableHeaderFilterActiveBg:oe,colorTextDisabled:le,tableFilterDropdownBg:he,tableFilterDropdownHeight:ve,controlItemBgHover:Pe,controlItemBgActive:Ne,boxShadowSecondary:Me,filterDropdownMenuBg:je,calc:Be}=ue,Xe=`${ye}-dropdown`,Ve=`${ge}-filter-dropdown`,Ge=`${ye}-tree`,Rt=`${(0,Ka.unit)(at)} ${Pt} ${ut}`;return[{[`${ge}-wrapper`]:{[`${ge}-filter-column`]:{display:"flex",justifyContent:"space-between"},[`${ge}-filter-trigger`]:{position:"relative",display:"flex",alignItems:"center",marginBlock:Be(ze).mul(-1).equal(),marginInline:`${(0,Ka.unit)(ze)} ${(0,Ka.unit)(Be(yt).div(2).mul(-1).equal())}`,padding:`0 ${(0,Ka.unit)(ze)}`,color:pt,fontSize:dt,borderRadius:qt,cursor:"pointer",transition:`all ${Kt}`,"&:hover":{color:z,background:oe},"&.active":{color:ne}}}},{[`${ye}-dropdown`]:{[Ve]:Object.assign(Object.assign({},(0,Xi.Wf)(ue)),{minWidth:Oe,backgroundColor:he,borderRadius:qt,boxShadow:Me,overflow:"hidden",[`${Xe}-menu`]:{maxHeight:ve,overflowX:"hidden",border:0,boxShadow:"none",borderRadius:"unset",backgroundColor:je,"&:empty::after":{display:"block",padding:`${(0,Ka.unit)($e)} 0`,color:le,fontSize:dt,textAlign:"center",content:'"Not Found"'}},[`${Ve}-tree`]:{paddingBlock:`${(0,Ka.unit)($e)} 0`,paddingInline:$e,[Ge]:{padding:0},[`${Ge}-treenode ${Ge}-node-content-wrapper:hover`]:{backgroundColor:Pe},[`${Ge}-treenode-checkbox-checked ${Ge}-node-content-wrapper`]:{"&, &:hover":{backgroundColor:Ne}}},[`${Ve}-search`]:{padding:$e,borderBottom:Rt,"&-input":{input:{minWidth:De},[Ce]:{color:le}}},[`${Ve}-checkall`]:{width:"100%",marginBottom:ze,marginInlineStart:ze},[`${Ve}-btns`]:{display:"flex",justifyContent:"space-between",padding:`${(0,Ka.unit)(Be($e).sub(at).equal())} ${(0,Ka.unit)($e)}`,overflow:"hidden",borderTop:Rt}})}},{[`${ye}-dropdown ${Ve}, ${Ve}-submenu`]:{[`${ye}-checkbox-wrapper + span`]:{paddingInlineStart:$e,color:ot},"> ul":{maxHeight:"calc(100vh - 130px)",overflowX:"hidden",overflowY:"auto"}}}]},Cc=ue=>{const{componentCls:ge,lineWidth:ye,colorSplit:Ce,motionDurationSlow:Oe,zIndexTableFixed:De,tableBg:ze,zIndexTableSticky:$e,calc:ot}=ue,at=Ce;return{[`${ge}-wrapper`]:{[`
|
|
|
${ge}-cell-fix-left,
|
|
|
${ge}-cell-fix-right
|
|
|
`]:{position:"sticky !important",zIndex:De,background:ze},[`
|
|
|
${ge}-cell-fix-left-first::after,
|
|
|
${ge}-cell-fix-left-last::after
|
|
|
`]:{position:"absolute",top:0,right:{_skip_check_:!0,value:0},bottom:ot(ye).mul(-1).equal(),width:30,transform:"translateX(100%)",transition:`box-shadow ${Oe}`,content:'""',pointerEvents:"none"},[`${ge}-cell-fix-left-all::after`]:{display:"none"},[`
|
|
|
${ge}-cell-fix-right-first::after,
|
|
|
${ge}-cell-fix-right-last::after
|
|
|
`]:{position:"absolute",top:0,bottom:ot(ye).mul(-1).equal(),left:{_skip_check_:!0,value:0},width:30,transform:"translateX(-100%)",transition:`box-shadow ${Oe}`,content:'""',pointerEvents:"none"},[`${ge}-container`]:{position:"relative","&::before, &::after":{position:"absolute",top:0,bottom:0,zIndex:ot($e).add(1).equal({unit:!1}),width:30,transition:`box-shadow ${Oe}`,content:'""',pointerEvents:"none"},"&::before":{insetInlineStart:0},"&::after":{insetInlineEnd:0}},[`${ge}-ping-left`]:{[`&:not(${ge}-has-fix-left) ${ge}-container::before`]:{boxShadow:`inset 10px 0 8px -8px ${at}`},[`
|
|
|
${ge}-cell-fix-left-first::after,
|
|
|
${ge}-cell-fix-left-last::after
|
|
|
`]:{boxShadow:`inset 10px 0 8px -8px ${at}`},[`${ge}-cell-fix-left-last::before`]:{backgroundColor:"transparent !important"}},[`${ge}-ping-right`]:{[`&:not(${ge}-has-fix-right) ${ge}-container::after`]:{boxShadow:`inset -10px 0 8px -8px ${at}`},[`
|
|
|
${ge}-cell-fix-right-first::after,
|
|
|
${ge}-cell-fix-right-last::after
|
|
|
`]:{boxShadow:`inset -10px 0 8px -8px ${at}`}},[`${ge}-fixed-column-gapped`]:{[`
|
|
|
${ge}-cell-fix-left-first::after,
|
|
|
${ge}-cell-fix-left-last::after,
|
|
|
${ge}-cell-fix-right-first::after,
|
|
|
${ge}-cell-fix-right-last::after
|
|
|
`]:{boxShadow:"none"}}}}},xc=ue=>{const{componentCls:ge,antCls:ye,margin:Ce}=ue;return{[`${ge}-wrapper`]:{[`${ge}-pagination${ye}-pagination`]:{margin:`${(0,Ka.unit)(Ce)} 0`},[`${ge}-pagination`]:{display:"flex",flexWrap:"wrap",rowGap:ue.paddingXS,"> *":{flex:"none"},"&-left":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-right":{justifyContent:"flex-end"}}}}},Ac=ue=>{const{componentCls:ge,tableRadius:ye}=ue;return{[`${ge}-wrapper`]:{[ge]:{[`${ge}-title, ${ge}-header`]:{borderRadius:`${(0,Ka.unit)(ye)} ${(0,Ka.unit)(ye)} 0 0`},[`${ge}-title + ${ge}-container`]:{borderStartStartRadius:0,borderStartEndRadius:0,[`${ge}-header, table`]:{borderRadius:0},"table > thead > tr:first-child":{"th:first-child, th:last-child, td:first-child, td:last-child":{borderRadius:0}}},"&-container":{borderStartStartRadius:ye,borderStartEndRadius:ye,"table > thead > tr:first-child":{"> *:first-child":{borderStartStartRadius:ye},"> *:last-child":{borderStartEndRadius:ye}}},"&-footer":{borderRadius:`0 0 ${(0,Ka.unit)(ye)} ${(0,Ka.unit)(ye)}`}}}}},Ic=ue=>{const{componentCls:ge}=ue;return{[`${ge}-wrapper-rtl`]:{direction:"rtl",table:{direction:"rtl"},[`${ge}-pagination-left`]:{justifyContent:"flex-end"},[`${ge}-pagination-right`]:{justifyContent:"flex-start"},[`${ge}-row-expand-icon`]:{float:"right","&::after":{transform:"rotate(-90deg)"},"&-collapsed::before":{transform:"rotate(180deg)"},"&-collapsed::after":{transform:"rotate(0deg)"}},[`${ge}-container`]:{"&::before":{insetInlineStart:"unset",insetInlineEnd:0},"&::after":{insetInlineStart:0,insetInlineEnd:"unset"},[`${ge}-row-indent`]:{float:"right"}}}}},au=ue=>{const{componentCls:ge,antCls:ye,iconCls:Ce,fontSizeIcon:Oe,padding:De,paddingXS:ze,headerIconColor:$e,headerIconHoverColor:ot,tableSelectionColumnWidth:at,tableSelectedRowBg:Pt,tableSelectedRowHoverBg:ut,tableRowHoverBg:pt,tablePaddingHorizontal:dt,calc:yt}=ue;return{[`${ge}-wrapper`]:{[`${ge}-selection-col`]:{width:at,[`&${ge}-selection-col-with-dropdown`]:{width:yt(at).add(Oe).add(yt(De).div(4)).equal()}},[`${ge}-bordered ${ge}-selection-col`]:{width:yt(at).add(yt(ze).mul(2)).equal(),[`&${ge}-selection-col-with-dropdown`]:{width:yt(at).add(Oe).add(yt(De).div(4)).add(yt(ze).mul(2)).equal()}},[`
|
|
|
table tr th${ge}-selection-column,
|
|
|
table tr td${ge}-selection-column,
|
|
|
${ge}-selection-column
|
|
|
`]:{paddingInlineEnd:ue.paddingXS,paddingInlineStart:ue.paddingXS,textAlign:"center",[`${ye}-radio-wrapper`]:{marginInlineEnd:0}},[`table tr th${ge}-selection-column${ge}-cell-fix-left`]:{zIndex:yt(ue.zIndexTableFixed).add(1).equal({unit:!1})},[`table tr th${ge}-selection-column::after`]:{backgroundColor:"transparent !important"},[`${ge}-selection`]:{position:"relative",display:"inline-flex",flexDirection:"column"},[`${ge}-selection-extra`]:{position:"absolute",top:0,zIndex:1,cursor:"pointer",transition:`all ${ue.motionDurationSlow}`,marginInlineStart:"100%",paddingInlineStart:(0,Ka.unit)(yt(dt).div(4).equal()),[Ce]:{color:$e,fontSize:Oe,verticalAlign:"baseline","&:hover":{color:ot}}},[`${ge}-tbody`]:{[`${ge}-row`]:{[`&${ge}-row-selected`]:{[`> ${ge}-cell`]:{background:Pt,"&-row-hover":{background:ut}}},[`> ${ge}-cell-row-hover`]:{background:pt}}}}}},Tc=ue=>{const{componentCls:ge,tableExpandColumnWidth:ye,calc:Ce}=ue,Oe=(De,ze,$e,ot)=>({[`${ge}${ge}-${De}`]:{fontSize:ot,[`
|
|
|
${ge}-title,
|
|
|
${ge}-footer,
|
|
|
${ge}-cell,
|
|
|
${ge}-thead > tr > th,
|
|
|
${ge}-tbody > tr > th,
|
|
|
${ge}-tbody > tr > td,
|
|
|
tfoot > tr > th,
|
|
|
tfoot > tr > td
|
|
|
`]:{padding:`${(0,Ka.unit)(ze)} ${(0,Ka.unit)($e)}`},[`${ge}-filter-trigger`]:{marginInlineEnd:(0,Ka.unit)(Ce($e).div(2).mul(-1).equal())},[`${ge}-expanded-row-fixed`]:{margin:`${(0,Ka.unit)(Ce(ze).mul(-1).equal())} ${(0,Ka.unit)(Ce($e).mul(-1).equal())}`},[`${ge}-tbody`]:{[`${ge}-wrapper:only-child ${ge}`]:{marginBlock:(0,Ka.unit)(Ce(ze).mul(-1).equal()),marginInline:`${(0,Ka.unit)(Ce(ye).sub($e).equal())} ${(0,Ka.unit)(Ce($e).mul(-1).equal())}`}},[`${ge}-selection-extra`]:{paddingInlineStart:(0,Ka.unit)(Ce($e).div(4).equal())}}});return{[`${ge}-wrapper`]:Object.assign(Object.assign({},Oe("middle",ue.tablePaddingVerticalMiddle,ue.tablePaddingHorizontalMiddle,ue.tableFontSizeMiddle)),Oe("small",ue.tablePaddingVerticalSmall,ue.tablePaddingHorizontalSmall,ue.tableFontSizeSmall))}},ql=ue=>{const{componentCls:ge,marginXXS:ye,fontSizeIcon:Ce,headerIconColor:Oe,headerIconHoverColor:De}=ue;return{[`${ge}-wrapper`]:{[`${ge}-thead th${ge}-column-has-sorters`]:{outline:"none",cursor:"pointer",transition:`all ${ue.motionDurationSlow}, left 0s`,"&:hover":{background:ue.tableHeaderSortHoverBg,"&::before":{backgroundColor:"transparent !important"}},"&:focus-visible":{color:ue.colorPrimary},[`
|
|
|
&${ge}-cell-fix-left:hover,
|
|
|
&${ge}-cell-fix-right:hover
|
|
|
`]:{background:ue.tableFixedHeaderSortActiveBg}},[`${ge}-thead th${ge}-column-sort`]:{background:ue.tableHeaderSortBg,"&::before":{backgroundColor:"transparent !important"}},[`td${ge}-column-sort`]:{background:ue.tableBodySortBg},[`${ge}-column-title`]:{position:"relative",zIndex:1,flex:1,minWidth:0},[`${ge}-column-sorters`]:{display:"flex",flex:"auto",alignItems:"center",justifyContent:"space-between","&::after":{position:"absolute",inset:0,width:"100%",height:"100%",content:'""'}},[`${ge}-column-sorters-tooltip-target-sorter`]:{"&::after":{content:"none"}},[`${ge}-column-sorter`]:{marginInlineStart:ye,color:Oe,fontSize:0,transition:`color ${ue.motionDurationSlow}`,"&-inner":{display:"inline-flex",flexDirection:"column",alignItems:"center"},"&-up, &-down":{fontSize:Ce,"&.active":{color:ue.colorPrimary}},[`${ge}-column-sorter-up + ${ge}-column-sorter-down`]:{marginTop:"-0.3em"}},[`${ge}-column-sorters:hover ${ge}-column-sorter`]:{color:De}}}},yl=ue=>{const{componentCls:ge,opacityLoading:ye,tableScrollThumbBg:Ce,tableScrollThumbBgHover:Oe,tableScrollThumbSize:De,tableScrollBg:ze,zIndexTableSticky:$e,stickyScrollBarBorderRadius:ot,lineWidth:at,lineType:Pt,tableBorderColor:ut}=ue,pt=`${(0,Ka.unit)(at)} ${Pt} ${ut}`;return{[`${ge}-wrapper`]:{[`${ge}-sticky`]:{"&-holder":{position:"sticky",zIndex:$e,background:ue.colorBgContainer},"&-scroll":{position:"sticky",bottom:0,height:`${(0,Ka.unit)(De)} !important`,zIndex:$e,display:"flex",alignItems:"center",background:ze,borderTop:pt,opacity:ye,"&:hover":{transformOrigin:"center bottom"},"&-bar":{height:De,backgroundColor:Ce,borderRadius:ot,transition:`all ${ue.motionDurationSlow}, transform 0s`,position:"absolute",bottom:0,"&:hover, &-active":{backgroundColor:Oe}}}}}}},ou=ue=>{const{componentCls:ge,lineWidth:ye,tableBorderColor:Ce,calc:Oe}=ue,De=`${(0,Ka.unit)(ye)} ${ue.lineType} ${Ce}`;return{[`${ge}-wrapper`]:{[`${ge}-summary`]:{position:"relative",zIndex:ue.zIndexTableFixed,background:ue.tableBg,"> tr":{"> th, > td":{borderBottom:De}}},[`div${ge}-summary`]:{boxShadow:`0 ${(0,Ka.unit)(Oe(ye).mul(-1).equal())} 0 ${Ce}`}}}},iu=ue=>{const{componentCls:ge,motionDurationMid:ye,lineWidth:Ce,lineType:Oe,tableBorderColor:De,calc:ze}=ue,$e=`${(0,Ka.unit)(Ce)} ${Oe} ${De}`,ot=`${ge}-expanded-row-cell`;return{[`${ge}-wrapper`]:{[`${ge}-tbody-virtual`]:{[`${ge}-tbody-virtual-holder-inner`]:{[`
|
|
|
& > ${ge}-row,
|
|
|
& > div:not(${ge}-row) > ${ge}-row
|
|
|
`]:{display:"flex",boxSizing:"border-box",width:"100%"}},[`${ge}-cell`]:{borderBottom:$e,transition:`background ${ye}`},[`${ge}-expanded-row`]:{[`${ot}${ot}-fixed`]:{position:"sticky",insetInlineStart:0,overflow:"hidden",width:`calc(var(--virtual-width) - ${(0,Ka.unit)(Ce)})`,borderInlineEnd:"none"}}},[`${ge}-bordered`]:{[`${ge}-tbody-virtual`]:{"&:after":{content:'""',insetInline:0,bottom:0,borderBottom:$e,position:"absolute"},[`${ge}-cell`]:{borderInlineEnd:$e,[`&${ge}-cell-fix-right-first:before`]:{content:'""',position:"absolute",insetBlock:0,insetInlineStart:ze(Ce).mul(-1).equal(),borderInlineStart:$e}}},[`&${ge}-virtual`]:{[`${ge}-placeholder ${ge}-cell`]:{borderInlineEnd:$e,borderBottom:$e}}}}}};const lu=ue=>{const{componentCls:ge,fontWeightStrong:ye,tablePaddingVertical:Ce,tablePaddingHorizontal:Oe,tableExpandColumnWidth:De,lineWidth:ze,lineType:$e,tableBorderColor:ot,tableFontSize:at,tableBg:Pt,tableRadius:ut,tableHeaderTextColor:pt,motionDurationMid:dt,tableHeaderBg:yt,tableHeaderCellSplitColor:qt,tableFooterTextColor:Kt,tableFooterBg:z,calc:ne}=ue,oe=`${(0,Ka.unit)(ze)} ${$e} ${ot}`;return{[`${ge}-wrapper`]:Object.assign(Object.assign({clear:"both",maxWidth:"100%"},(0,Xi.dF)()),{[ge]:Object.assign(Object.assign({},(0,Xi.Wf)(ue)),{fontSize:at,background:Pt,borderRadius:`${(0,Ka.unit)(ut)} ${(0,Ka.unit)(ut)} 0 0`,scrollbarColor:`${ue.tableScrollThumbBg} ${ue.tableScrollBg}`}),table:{width:"100%",textAlign:"start",borderRadius:`${(0,Ka.unit)(ut)} ${(0,Ka.unit)(ut)} 0 0`,borderCollapse:"separate",borderSpacing:0},[`
|
|
|
${ge}-cell,
|
|
|
${ge}-thead > tr > th,
|
|
|
${ge}-tbody > tr > th,
|
|
|
${ge}-tbody > tr > td,
|
|
|
tfoot > tr > th,
|
|
|
tfoot > tr > td
|
|
|
`]:{position:"relative",padding:`${(0,Ka.unit)(Ce)} ${(0,Ka.unit)(Oe)}`,overflowWrap:"break-word"},[`${ge}-title`]:{padding:`${(0,Ka.unit)(Ce)} ${(0,Ka.unit)(Oe)}`},[`${ge}-thead`]:{"\n > tr > th,\n > tr > td\n ":{position:"relative",color:pt,fontWeight:ye,textAlign:"start",background:yt,borderBottom:oe,transition:`background ${dt} ease`,"&[colspan]:not([colspan='1'])":{textAlign:"center"},[`&:not(:last-child):not(${ge}-selection-column):not(${ge}-row-expand-icon-cell):not([colspan])::before`]:{position:"absolute",top:"50%",insetInlineEnd:0,width:1,height:"1.6em",backgroundColor:qt,transform:"translateY(-50%)",transition:`background-color ${dt}`,content:'""'}},"> tr:not(:last-child) > th[colspan]":{borderBottom:0}},[`${ge}-tbody`]:{"> tr":{"> th, > td":{transition:`background ${dt}, border-color ${dt}`,borderBottom:oe,[`
|
|
|
> ${ge}-wrapper:only-child,
|
|
|
> ${ge}-expanded-row-fixed > ${ge}-wrapper:only-child
|
|
|
`]:{[ge]:{marginBlock:(0,Ka.unit)(ne(Ce).mul(-1).equal()),marginInline:`${(0,Ka.unit)(ne(De).sub(Oe).equal())}
|
|
|
${(0,Ka.unit)(ne(Oe).mul(-1).equal())}`,[`${ge}-tbody > tr:last-child > td`]:{borderBottomWidth:0,"&:first-child, &:last-child":{borderRadius:0}}}}},"> th":{position:"relative",color:pt,fontWeight:ye,textAlign:"start",background:yt,borderBottom:oe,transition:`background ${dt} ease`}}},[`${ge}-footer`]:{padding:`${(0,Ka.unit)(Ce)} ${(0,Ka.unit)(Oe)}`,color:Kt,background:z}})}},su=ue=>{const{colorFillAlter:ge,colorBgContainer:ye,colorTextHeading:Ce,colorFillSecondary:Oe,colorFillContent:De,controlItemBgActive:ze,controlItemBgActiveHover:$e,padding:ot,paddingSM:at,paddingXS:Pt,colorBorderSecondary:ut,borderRadiusLG:pt,controlHeight:dt,colorTextPlaceholder:yt,fontSize:qt,fontSizeSM:Kt,lineHeight:z,lineWidth:ne,colorIcon:oe,colorIconHover:le,opacityLoading:he,controlInteractiveSize:ve}=ue,Pe=new Gi.FastColor(Oe).onBackground(ye).toHexString(),Ne=new Gi.FastColor(De).onBackground(ye).toHexString(),Me=new Gi.FastColor(ge).onBackground(ye).toHexString(),je=new Gi.FastColor(oe),Be=new Gi.FastColor(le),Xe=ve/2-ne,Ve=Xe*2+ne*3;return{headerBg:Me,headerColor:Ce,headerSortActiveBg:Pe,headerSortHoverBg:Ne,bodySortBg:Me,rowHoverBg:Me,rowSelectedBg:ze,rowSelectedHoverBg:$e,rowExpandedBg:ge,cellPaddingBlock:ot,cellPaddingInline:ot,cellPaddingBlockMD:at,cellPaddingInlineMD:Pt,cellPaddingBlockSM:Pt,cellPaddingInlineSM:Pt,borderColor:ut,headerBorderRadius:pt,footerBg:Me,footerColor:Ce,cellFontSize:qt,cellFontSizeMD:qt,cellFontSizeSM:qt,headerSplitColor:ut,fixedHeaderSortActiveBg:Pe,headerFilterHoverBg:De,filterDropdownMenuBg:ye,filterDropdownBg:ye,expandIconBg:ye,selectionColumnWidth:dt,stickyScrollBarBg:yt,stickyScrollBarBorderRadius:100,expandIconMarginTop:(qt*z-ne*3)/2-Math.ceil((Kt*1.4-ne*3)/2),headerIconColor:je.clone().setA(je.a*he).toRgbString(),headerIconHoverColor:Be.clone().setA(Be.a*he).toRgbString(),expandIconHalfInner:Xe,expandIconSize:Ve,expandIconScale:ve/Ve}},ts=2;var Nc=(0,vc.I$)("Table",ue=>{const{colorTextHeading:ge,colorSplit:ye,colorBgContainer:Ce,controlInteractiveSize:Oe,headerBg:De,headerColor:ze,headerSortActiveBg:$e,headerSortHoverBg:ot,bodySortBg:at,rowHoverBg:Pt,rowSelectedBg:ut,rowSelectedHoverBg:pt,rowExpandedBg:dt,cellPaddingBlock:yt,cellPaddingInline:qt,cellPaddingBlockMD:Kt,cellPaddingInlineMD:z,cellPaddingBlockSM:ne,cellPaddingInlineSM:oe,borderColor:le,footerBg:he,footerColor:ve,headerBorderRadius:Pe,cellFontSize:Ne,cellFontSizeMD:Me,cellFontSizeSM:je,headerSplitColor:Be,fixedHeaderSortActiveBg:Xe,headerFilterHoverBg:Ve,filterDropdownBg:Ge,expandIconBg:Rt,selectionColumnWidth:kt,stickyScrollBarBg:en,calc:Nt}=ue,Ft=(0,eu.mergeToken)(ue,{tableFontSize:Ne,tableBg:Ce,tableRadius:Pe,tablePaddingVertical:yt,tablePaddingHorizontal:qt,tablePaddingVerticalMiddle:Kt,tablePaddingHorizontalMiddle:z,tablePaddingVerticalSmall:ne,tablePaddingHorizontalSmall:oe,tableBorderColor:le,tableHeaderTextColor:ze,tableHeaderBg:De,tableFooterTextColor:ve,tableFooterBg:he,tableHeaderCellSplitColor:Be,tableHeaderSortBg:$e,tableHeaderSortHoverBg:ot,tableBodySortBg:at,tableFixedHeaderSortActiveBg:Xe,tableHeaderFilterActiveBg:Ve,tableFilterDropdownBg:Ge,tableRowHoverBg:Pt,tableSelectedRowBg:ut,tableSelectedRowHoverBg:pt,zIndexTableFixed:ts,zIndexTableSticky:Nt(ts).add(1).equal({unit:!1}),tableFontSizeMiddle:Me,tableFontSizeSmall:je,tableSelectionColumnWidth:kt,tableExpandIconBg:Rt,tableExpandColumnWidth:Nt(Oe).add(Nt(ue.padding).mul(2)).equal(),tableExpandedRowBg:dt,tableFilterDropdownWidth:120,tableFilterDropdownHeight:264,tableFilterDropdownSearchWidth:140,tableScrollThumbSize:8,tableScrollThumbBg:en,tableScrollThumbBgHover:ge,tableScrollBg:ye});return[lu(Ft),xc(Ft),ou(Ft),ql(Ft),nu(Ft),bc(Ft),Ac(Ft),tu(Ft),ou(Ft),Ec(Ft),au(Ft),Cc(Ft),yl(Ft),yc(Ft),Tc(Ft),Ic(Ft),iu(Ft)]},su,{unitless:{expandIconScale:!0}});const Lc=[],od=(ue,ge)=>{var ye,Ce;const{prefixCls:Oe,className:De,rootClassName:ze,style:$e,size:ot,bordered:at,dropdownPrefixCls:Pt,dataSource:ut,pagination:pt,rowSelection:dt,rowKey:yt="key",rowClassName:qt,columns:Kt,children:z,childrenColumnName:ne,onChange:oe,getPopupContainer:le,loading:he,expandIcon:ve,expandable:Pe,expandedRowRender:Ne,expandIconColumnIndex:Me,indentSize:je,scroll:Be,sortDirections:Xe,locale:Ve,showSorterTooltip:Ge={target:"full-header"},virtual:Rt}=ue,kt=(0,cl.ln)("Table"),en=y.useMemo(()=>Kt||kn(z),[Kt,z]),Nt=y.useMemo(()=>en.some(Va=>Va.responsive),[en]),Ft=(0,$u.Z)(Nt),an=y.useMemo(()=>{const Va=new Set(Object.keys(Ft).filter(Nr=>Ft[Nr]));return en.filter(Nr=>!Nr.responsive||Nr.responsive.some(yo=>Va.has(yo)))},[en,Ft]),_n=(0,Bu.Z)(ue,["className","style","columns"]),{locale:ea=ju.Z,direction:$t,table:zn,renderEmpty:ya,getPrefixCls:Aa,getPopupContainer:oa}=y.useContext(Os.E_),ba=(0,Hu.Z)(ot),sa=Object.assign(Object.assign({},ea.Table),Ve),Wn=ut||Lc,fn=Aa("table",Oe),En=Aa("dropdown",Pt),[,bn]=(0,Wu.ZP)(),Un=(0,_u.Z)(fn),[Na,La,ct]=Nc(fn,Un),Ja=Object.assign(Object.assign({childrenColumnName:ne,expandIconColumnIndex:Me},Pe),{expandIcon:(ye=Pe==null?void 0:Pe.expandIcon)!==null&&ye!==void 0?ye:(Ce=zn==null?void 0:zn.expandable)===null||Ce===void 0?void 0:Ce.expandIcon}),{childrenColumnName:Fr="children"}=Ja,mt=y.useMemo(()=>Wn.some(Va=>Va==null?void 0:Va[Fr])?"nest":Ne||Pe!=null&&Pe.expandedRowRender?"row":null,[Wn]),ta={body:y.useRef(null)},ua=Vu(fn),ar=y.useRef(null),Dr=y.useRef(null);zu(ge,()=>Object.assign(Object.assign({},Dr.current),{nativeElement:ar.current}));const za=y.useMemo(()=>typeof yt=="function"?yt:Va=>Va==null?void 0:Va[yt],[yt]),[no]=Zl(Wn,Fr,za),wr={},vr=function(Va,Nr){let yo=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;var xo,jo,Xo,ii;const Ao=Object.assign(Object.assign({},wr),Va);yo&&((xo=wr.resetPagination)===null||xo===void 0||xo.call(wr),!((jo=Ao.pagination)===null||jo===void 0)&&jo.current&&(Ao.pagination.current=1),pt&&((Xo=pt.onChange)===null||Xo===void 0||Xo.call(pt,1,(ii=Ao.pagination)===null||ii===void 0?void 0:ii.pageSize))),Be&&Be.scrollToFirstRowOnChange!==!1&&ta.body.current&&(0,Gu.Z)(0,{getContainer:()=>ta.body.current}),oe==null||oe(Ao.pagination,Ao.filters,Ao.sorter,{currentDataSource:jl(Yl(Wn,Ao.sorterStates,Fr),Ao.filterStates,Fr),action:Nr})},gr=(Va,Nr)=>{vr({sorter:Va,sorterStates:Nr},"sort",!1)},[sr,br,pr,Vr]=Ql({prefixCls:fn,mergedColumns:an,onSorterChange:gr,sortDirections:Xe||["ascend","descend"],tableLocale:sa,showSorterTooltip:Ge}),mr=y.useMemo(()=>Yl(Wn,br,Fr),[Wn,br]);wr.sorter=Vr(),wr.sorterStates=br;const rr=(Va,Nr)=>{vr({filters:Va,filterStates:Nr},"filter",!0)},[_r,yr,vo]=Kl({prefixCls:fn,locale:sa,dropdownPrefixCls:En,mergedColumns:an,onFilterChange:rr,getPopupContainer:le||oa,rootClassName:$o()(ze,Un)}),fo=jl(mr,yr,Fr);wr.filters=vo,wr.filterStates=yr;const zo=y.useMemo(()=>{const Va={};return Object.keys(vo).forEach(Nr=>{vo[Nr]!==null&&(Va[Nr]=vo[Nr])}),Object.assign(Object.assign({},pr),{filters:Va})},[pr,vo]),[Zo]=hc(zo),pn=(Va,Nr)=>{vr({pagination:Object.assign(Object.assign({},wr.pagination),{current:Va,pageSize:Nr})},"paginate")},[Nn,qa]=Sl(fo.length,pn,pt);wr.pagination=pt===!1?{}:js(Nn,pt),wr.resetPagination=qa;const Za=y.useMemo(()=>{if(pt===!1||!Nn.pageSize)return fo;const{current:Va=1,total:Nr,pageSize:yo=hl}=Nn;return fo.length<Nr?fo.length>yo?fo.slice((Va-1)*yo,Va*yo):fo:fo.slice((Va-1)*yo,Va*yo)},[!!pt,fo,Nn==null?void 0:Nn.current,Nn==null?void 0:Nn.pageSize,Nn==null?void 0:Nn.total]),[ur,eo]=Fu({prefixCls:fn,data:fo,pageData:Za,getRowKey:za,getRecordByKey:no,expandType:mt,childrenColumnName:Fr,locale:sa,getPopupContainer:le||oa},dt),io=(Va,Nr,yo)=>{let xo;return typeof qt=="function"?xo=$o()(qt(Va,Nr,yo)):xo=$o()(qt),$o()({[`${fn}-row-selected`]:eo.has(za(Va,Nr))},xo)};Ja.__PARENT_RENDER_ICON__=Ja.expandIcon,Ja.expandIcon=Ja.expandIcon||ve||Ms(sa),mt==="nest"&&Ja.expandIconColumnIndex===void 0?Ja.expandIconColumnIndex=dt?1:0:Ja.expandIconColumnIndex>0&&dt&&(Ja.expandIconColumnIndex-=1),typeof Ja.indentSize!="number"&&(Ja.indentSize=typeof je=="number"?je:15);const to=y.useCallback(Va=>Zo(ur(_r(sr(Va)))),[sr,_r,ur]);let bo,Do;if(pt!==!1&&(Nn!=null&&Nn.total)){let Va;Nn.size?Va=Nn.size:Va=ba==="small"||ba==="middle"?"small":void 0;const Nr=jo=>y.createElement(Ku.Z,Object.assign({},Nn,{className:$o()(`${fn}-pagination ${fn}-pagination-${jo}`,Nn.className),size:Va})),yo=$t==="rtl"?"left":"right",{position:xo}=Nn;if(xo!==null&&Array.isArray(xo)){const jo=xo.find(Ao=>Ao.includes("top")),Xo=xo.find(Ao=>Ao.includes("bottom")),ii=xo.every(Ao=>`${Ao}`=="none");!jo&&!Xo&&!ii&&(Do=Nr(yo)),jo&&(bo=Nr(jo.toLowerCase().replace("top",""))),Xo&&(Do=Nr(Xo.toLowerCase().replace("bottom","")))}else Do=Nr(yo)}let uo;typeof he=="boolean"?uo={spinning:he}:typeof he=="object"&&(uo=Object.assign({spinning:!0},he));const Mo=$o()(ct,Un,`${fn}-wrapper`,zn==null?void 0:zn.className,{[`${fn}-wrapper-rtl`]:$t==="rtl"},De,ze,La),Qo=Object.assign(Object.assign({},zn==null?void 0:zn.style),$e),Ai=typeof(Ve==null?void 0:Ve.emptyText)!="undefined"?Ve.emptyText:(ya==null?void 0:ya("Table"))||y.createElement(ks.Z,{componentName:"Table"}),_i=Rt?qs:Sc,Hi={},Ii=y.useMemo(()=>{const{fontSize:Va,lineHeight:Nr,lineWidth:yo,padding:xo,paddingXS:jo,paddingSM:Xo}=bn,ii=Math.floor(Va*Nr);switch(ba){case"middle":return Xo*2+ii+yo;case"small":return jo*2+ii+yo;default:return xo*2+ii+yo}},[bn,ba]);return Rt&&(Hi.listItemHeight=Ii),Na(y.createElement("div",{ref:ar,className:Mo,style:Qo},y.createElement(Zu.Z,Object.assign({spinning:!1},uo),bo,y.createElement(_i,Object.assign({},Hi,_n,{ref:Dr,columns:an,direction:$t,expandable:Ja,prefixCls:fn,className:$o()({[`${fn}-middle`]:ba==="middle",[`${fn}-small`]:ba==="small",[`${fn}-bordered`]:at,[`${fn}-empty`]:Wn.length===0},ct,Un,La),data:Za,rowKey:za,rowClassName:io,emptyText:Ai,internalHooks:se,internalRefs:ta,transformColumns:to,getContainerWidth:ua})),Do)))};var Oc=y.forwardRef(od);const Wr=(ue,ge)=>{const ye=y.useRef(0);return ye.current+=1,y.createElement(Oc,Object.assign({},ue,{ref:ge,_renderTimes:ye.current}))},ci=y.forwardRef(Wr);ci.SELECTION_COLUMN=xi,ci.EXPAND_COLUMN=pe,ci.SELECTION_ALL=kl,ci.SELECTION_INVERT=Dl,ci.SELECTION_NONE=Ml,ci.Column=Ou,ci.ColumnGroup=sl,ci.Summary=et;var ns=ci,id=ns},51380:function(de,ae,E){"use strict";E.d(ae,{default:function(){return wn}});var y=E(70593),pe=E(96641),se=E(67294),me=E(46214),Ee=E(83963),xe={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z"}}]},name:"folder-open",theme:"outlined"},Se=xe,Te=E(84180),Ie=function(Gn,Kn){return se.createElement(Te.Z,(0,Ee.Z)({},Gn,{ref:Kn,icon:Se}))},Le=se.forwardRef(Ie),He=Le,We={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"}}]},name:"folder",theme:"outlined"},rt=We,fe=function(Gn,Kn){return se.createElement(Te.Z,(0,Ee.Z)({},Gn,{ref:Kn,icon:rt}))},b=se.forwardRef(fe),a=b,ee=E(13144),x=E.n(ee),te=E(10225),re=E(1089),ie=E(53124),ce={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M300 276.5a56 56 0 1056-97 56 56 0 00-56 97zm0 284a56 56 0 1056-97 56 56 0 00-56 97zM640 228a56 56 0 10112 0 56 56 0 00-112 0zm0 284a56 56 0 10112 0 56 56 0 00-112 0zM300 844.5a56 56 0 1056-97 56 56 0 00-56 97zM640 796a56 56 0 10112 0 56 56 0 00-112 0z"}}]},name:"holder",theme:"outlined"},be=ce,we=function(Gn,Kn){return se.createElement(Te.Z,(0,Ee.Z)({},Gn,{ref:Kn,icon:be}))},Re=se.forwardRef(we),Ke=Re,Ue=E(33603),Ze=E(15729),qe=E(40561);const wt=4;function Bt(Tn){const{dropPosition:Gn,dropLevelOffset:Kn,prefixCls:Jn,indent:Wt,direction:Sn="ltr"}=Tn,At=Sn==="ltr"?"left":"right",ke=Sn==="ltr"?"right":"left",tt={[At]:-Kn*Wt+wt,[ke]:0};switch(Gn){case-1:tt.top=-3;break;case 1:tt.bottom=-3;break;default:tt.bottom=-3,tt[At]=Wt+wt;break}return se.createElement("div",{style:tt,className:`${Jn}-drop-indicator`})}var yn=Bt,Pn=E(7349),ln=se.forwardRef((Tn,Gn)=>{var Kn;const{getPrefixCls:Jn,direction:Wt,virtual:Sn,tree:At}=se.useContext(ie.E_),{prefixCls:ke,className:tt,showIcon:Dt=!1,showLine:Mt,switcherIcon:ht,switcherLoadingIcon:It,blockNode:vt=!1,children:Lt,checkable:un=!1,selectable:Fn=!0,draggable:Dn,motion:Hn,style:qn}=Tn,dn=Jn("tree",ke),xn=Jn(),on=Hn!=null?Hn:Object.assign(Object.assign({},(0,Ue.Z)(xn)),{motionAppear:!1}),st=Object.assign(Object.assign({},Tn),{checkable:un,selectable:Fn,showIcon:Dt,motion:on,blockNode:vt,showLine:!!Mt,dropIndicatorRender:yn}),[xt,Gt,Qe]=(0,qe.ZP)(dn),[,lt]=(0,Ze.ZP)(),bt=lt.paddingXS/2+(((Kn=lt.Tree)===null||Kn===void 0?void 0:Kn.titleHeight)||lt.controlHeightSM),Ot=se.useMemo(()=>{if(!Dn)return!1;let hn={};switch(typeof Dn){case"function":hn.nodeDraggable=Dn;break;case"object":hn=Object.assign({},Dn);break;default:break}return hn.icon!==!1&&(hn.icon=hn.icon||se.createElement(Ke,null)),hn},[Dn]),rn=hn=>se.createElement(Pn.Z,{prefixCls:dn,switcherIcon:ht,switcherLoadingIcon:It,treeNodeProps:hn,showLine:Mt});return xt(se.createElement(y.ZP,Object.assign({itemHeight:bt,ref:Gn,virtual:Sn},st,{style:Object.assign(Object.assign({},At==null?void 0:At.style),qn),prefixCls:dn,className:x()({[`${dn}-icon-hide`]:!Dt,[`${dn}-block-node`]:vt,[`${dn}-unselectable`]:!Fn,[`${dn}-rtl`]:Wt==="rtl"},At==null?void 0:At.className,tt,Gt,Qe),direction:Wt,checkable:un&&se.createElement("span",{className:`${dn}-checkbox-inner`}),selectable:Fn,switcherIcon:rn,draggable:Ot}),Lt))});const cn=0,Cn=1,Yn=2;function Vt(Tn,Gn,Kn){const{key:Jn,children:Wt}=Kn;function Sn(At){const ke=At[Jn],tt=At[Wt];Gn(ke,At)!==!1&&Vt(tt||[],Gn,Kn)}Tn.forEach(Sn)}function Jt(Tn){let{treeData:Gn,expandedKeys:Kn,startKey:Jn,endKey:Wt,fieldNames:Sn}=Tn;const At=[];let ke=cn;if(Jn&&Jn===Wt)return[Jn];if(!Jn||!Wt)return[];function tt(Dt){return Dt===Jn||Dt===Wt}return Vt(Gn,Dt=>{if(ke===Yn)return!1;if(tt(Dt)){if(At.push(Dt),ke===cn)ke=Cn;else if(ke===Cn)return ke=Yn,!1}else ke===Cn&&At.push(Dt);return Kn.includes(Dt)},(0,re.w$)(Sn)),At}function ia(Tn,Gn,Kn){const Jn=(0,pe.Z)(Gn),Wt=[];return Vt(Tn,(Sn,At)=>{const ke=Jn.indexOf(Sn);return ke!==-1&&(Wt.push(At),Jn.splice(ke,1)),!!Jn.length},(0,re.w$)(Kn)),Wt}var Et=function(Tn,Gn){var Kn={};for(var Jn in Tn)Object.prototype.hasOwnProperty.call(Tn,Jn)&&Gn.indexOf(Jn)<0&&(Kn[Jn]=Tn[Jn]);if(Tn!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Wt=0,Jn=Object.getOwnPropertySymbols(Tn);Wt<Jn.length;Wt++)Gn.indexOf(Jn[Wt])<0&&Object.prototype.propertyIsEnumerable.call(Tn,Jn[Wt])&&(Kn[Jn[Wt]]=Tn[Jn[Wt]]);return Kn};function zt(Tn){const{isLeaf:Gn,expanded:Kn}=Tn;return Gn?se.createElement(me.Z,null):Kn?se.createElement(He,null):se.createElement(a,null)}function Qt(Tn){let{treeData:Gn,children:Kn}=Tn;return Gn||(0,re.zn)(Kn)}const aa=(Tn,Gn)=>{var{defaultExpandAll:Kn,defaultExpandParent:Jn,defaultExpandedKeys:Wt}=Tn,Sn=Et(Tn,["defaultExpandAll","defaultExpandParent","defaultExpandedKeys"]);const At=se.useRef(null),ke=se.useRef(null),tt=()=>{const{keyEntities:xt}=(0,re.I8)(Qt(Sn));let Gt;return Kn?Gt=Object.keys(xt):Jn?Gt=(0,te.r7)(Sn.expandedKeys||Wt||[],xt):Gt=Sn.expandedKeys||Wt||[],Gt},[Dt,Mt]=se.useState(Sn.selectedKeys||Sn.defaultSelectedKeys||[]),[ht,It]=se.useState(()=>tt());se.useEffect(()=>{"selectedKeys"in Sn&&Mt(Sn.selectedKeys)},[Sn.selectedKeys]),se.useEffect(()=>{"expandedKeys"in Sn&&It(Sn.expandedKeys)},[Sn.expandedKeys]);const vt=(xt,Gt)=>{var Qe;return"expandedKeys"in Sn||It(xt),(Qe=Sn.onExpand)===null||Qe===void 0?void 0:Qe.call(Sn,xt,Gt)},Lt=(xt,Gt)=>{var Qe;const{multiple:lt,fieldNames:bt}=Sn,{node:Ot,nativeEvent:rn}=Gt,{key:hn=""}=Ot,In=Qt(Sn),Vn=Object.assign(Object.assign({},Gt),{selected:!0}),Bn=(rn==null?void 0:rn.ctrlKey)||(rn==null?void 0:rn.metaKey),ga=rn==null?void 0:rn.shiftKey;let $n;lt&&Bn?($n=xt,At.current=hn,ke.current=$n,Vn.selectedNodes=ia(In,$n,bt)):lt&&ga?($n=Array.from(new Set([].concat((0,pe.Z)(ke.current||[]),(0,pe.Z)(Jt({treeData:In,expandedKeys:ht,startKey:hn,endKey:At.current,fieldNames:bt}))))),Vn.selectedNodes=ia(In,$n,bt)):($n=[hn],At.current=hn,ke.current=$n,Vn.selectedNodes=ia(In,$n,bt)),(Qe=Sn.onSelect)===null||Qe===void 0||Qe.call(Sn,$n,Vn),"selectedKeys"in Sn||Mt($n)},{getPrefixCls:un,direction:Fn}=se.useContext(ie.E_),{prefixCls:Dn,className:Hn,showIcon:qn=!0,expandAction:dn="click"}=Sn,xn=Et(Sn,["prefixCls","className","showIcon","expandAction"]),on=un("tree",Dn),st=x()(`${on}-directory`,{[`${on}-directory-rtl`]:Fn==="rtl"},Hn);return se.createElement(ln,Object.assign({icon:zt,ref:Gn,blockNode:!0},xn,{showIcon:qn,expandAction:dn,prefixCls:on,className:st,expandedKeys:ht,selectedKeys:Dt,onSelect:Lt,onExpand:vt}))};var vn=se.forwardRef(aa);const Ye=ln;Ye.DirectoryTree=vn,Ye.TreeNode=y.OF;var wn=Ye},40561:function(de,ae,E){"use strict";E.d(ae,{ZP:function(){return b},Yk:function(){return We},TM:function(){return rt}});var y=E(16777),pe=E(63185),se=E(14747),me=E(33507),Ee=E(43259),xe=E(83559);const Se=a=>{let{treeCls:ee,treeNodeCls:x,directoryNodeSelectedBg:te,directoryNodeSelectedColor:re,motionDurationMid:ie,borderRadius:ce,controlItemBgHover:be}=a;return{[`${ee}${ee}-directory ${x}`]:{[`${ee}-node-content-wrapper`]:{position:"static",[`> *:not(${ee}-drop-indicator)`]:{position:"relative"},"&:hover":{background:"transparent"},"&:before":{position:"absolute",inset:0,transition:`background-color ${ie}`,content:'""',borderRadius:ce},"&:hover:before":{background:be}},[`${ee}-switcher, ${ee}-checkbox, ${ee}-draggable-icon`]:{zIndex:1},"&-selected":{[`${ee}-switcher, ${ee}-draggable-icon`]:{color:re},[`${ee}-node-content-wrapper`]:{color:re,background:"transparent","&:before, &:hover:before":{background:te}}}}}},Te=new y.Keyframes("ant-tree-node-fx-do-not-use",{"0%":{opacity:0},"100%":{opacity:1}}),Ie=(a,ee)=>({[`.${a}-switcher-icon`]:{display:"inline-block",fontSize:10,verticalAlign:"baseline",svg:{transition:`transform ${ee.motionDurationSlow}`}}}),Le=(a,ee)=>({[`.${a}-drop-indicator`]:{position:"absolute",zIndex:1,height:2,backgroundColor:ee.colorPrimary,borderRadius:1,pointerEvents:"none","&:after":{position:"absolute",top:-3,insetInlineStart:-6,width:8,height:8,backgroundColor:"transparent",border:`${(0,y.unit)(ee.lineWidthBold)} solid ${ee.colorPrimary}`,borderRadius:"50%",content:'""'}}}),He=(a,ee)=>{const{treeCls:x,treeNodeCls:te,treeNodePadding:re,titleHeight:ie,indentSize:ce,nodeSelectedBg:be,nodeHoverBg:we,colorTextQuaternary:Re,controlItemBgActiveDisabled:Ke}=ee;return{[x]:Object.assign(Object.assign({},(0,se.Wf)(ee)),{background:ee.colorBgContainer,borderRadius:ee.borderRadius,transition:`background-color ${ee.motionDurationSlow}`,"&-rtl":{direction:"rtl"},[`&${x}-rtl ${x}-switcher_close ${x}-switcher-icon svg`]:{transform:"rotate(90deg)"},[`&-focused:not(:hover):not(${x}-active-focused)`]:Object.assign({},(0,se.oN)(ee)),[`${x}-list-holder-inner`]:{alignItems:"flex-start"},[`&${x}-block-node`]:{[`${x}-list-holder-inner`]:{alignItems:"stretch",[`${x}-node-content-wrapper`]:{flex:"auto"},[`${te}.dragging:after`]:{position:"absolute",inset:0,border:`1px solid ${ee.colorPrimary}`,opacity:0,animationName:Te,animationDuration:ee.motionDurationSlow,animationPlayState:"running",animationFillMode:"forwards",content:'""',pointerEvents:"none",borderRadius:ee.borderRadius}}},[te]:{display:"flex",alignItems:"flex-start",marginBottom:re,lineHeight:(0,y.unit)(ie),position:"relative","&:before":{content:'""',position:"absolute",zIndex:1,insetInlineStart:0,width:"100%",top:"100%",height:re},[`&-disabled ${x}-node-content-wrapper`]:{color:ee.colorTextDisabled,cursor:"not-allowed","&:hover":{background:"transparent"}},[`${x}-checkbox-disabled + ${x}-node-selected,&${te}-disabled${te}-selected ${x}-node-content-wrapper`]:{backgroundColor:Ke},[`${x}-checkbox-disabled`]:{pointerEvents:"unset"},[`&:not(${te}-disabled)`]:{[`${x}-node-content-wrapper`]:{"&:hover":{color:ee.nodeHoverColor}}},[`&-active ${x}-node-content-wrapper`]:{background:ee.controlItemBgHover},[`&:not(${te}-disabled).filter-node ${x}-title`]:{color:ee.colorPrimary,fontWeight:500},"&-draggable":{cursor:"grab",[`${x}-draggable-icon`]:{flexShrink:0,width:ie,textAlign:"center",visibility:"visible",color:Re},[`&${te}-disabled ${x}-draggable-icon`]:{visibility:"hidden"}}},[`${x}-indent`]:{alignSelf:"stretch",whiteSpace:"nowrap",userSelect:"none","&-unit":{display:"inline-block",width:ce}},[`${x}-draggable-icon`]:{visibility:"hidden"},[`${x}-switcher, ${x}-checkbox`]:{marginInlineEnd:ee.calc(ee.calc(ie).sub(ee.controlInteractiveSize)).div(2).equal()},[`${x}-switcher`]:Object.assign(Object.assign({},Ie(a,ee)),{position:"relative",flex:"none",alignSelf:"stretch",width:ie,textAlign:"center",cursor:"pointer",userSelect:"none",transition:`all ${ee.motionDurationSlow}`,"&-noop":{cursor:"unset"},"&:before":{pointerEvents:"none",content:'""',width:ie,height:ie,position:"absolute",left:{_skip_check_:!0,value:0},top:0,borderRadius:ee.borderRadius,transition:`all ${ee.motionDurationSlow}`},[`&:not(${x}-switcher-noop):hover:before`]:{backgroundColor:ee.colorBgTextHover},[`&_close ${x}-switcher-icon svg`]:{transform:"rotate(-90deg)"},"&-loading-icon":{color:ee.colorPrimary},"&-leaf-line":{position:"relative",zIndex:1,display:"inline-block",width:"100%",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:ee.calc(ie).div(2).equal(),bottom:ee.calc(re).mul(-1).equal(),marginInlineStart:-1,borderInlineEnd:`1px solid ${ee.colorBorder}`,content:'""'},"&:after":{position:"absolute",width:ee.calc(ee.calc(ie).div(2).equal()).mul(.8).equal(),height:ee.calc(ie).div(2).equal(),borderBottom:`1px solid ${ee.colorBorder}`,content:'""'}}}),[`${x}-node-content-wrapper`]:Object.assign(Object.assign({position:"relative",minHeight:ie,paddingBlock:0,paddingInline:ee.paddingXS,background:"transparent",borderRadius:ee.borderRadius,cursor:"pointer",transition:`all ${ee.motionDurationMid}, border 0s, line-height 0s, box-shadow 0s`},Le(a,ee)),{"&:hover":{backgroundColor:we},[`&${x}-node-selected`]:{color:ee.nodeSelectedColor,backgroundColor:be},[`${x}-iconEle`]:{display:"inline-block",width:ie,height:ie,textAlign:"center",verticalAlign:"top","&:empty":{display:"none"}}}),[`${x}-unselectable ${x}-node-content-wrapper:hover`]:{backgroundColor:"transparent"},[`${te}.drop-container > [draggable]`]:{boxShadow:`0 0 0 2px ${ee.colorPrimary}`},"&-show-line":{[`${x}-indent-unit`]:{position:"relative",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:ee.calc(ie).div(2).equal(),bottom:ee.calc(re).mul(-1).equal(),borderInlineEnd:`1px solid ${ee.colorBorder}`,content:'""'},"&-end:before":{display:"none"}},[`${x}-switcher`]:{background:"transparent","&-line-icon":{verticalAlign:"-0.15em"}}},[`${te}-leaf-last ${x}-switcher-leaf-line:before`]:{top:"auto !important",bottom:"auto !important",height:`${(0,y.unit)(ee.calc(ie).div(2).equal())} !important`}})}},We=function(a,ee){let x=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const te=`.${a}`,re=`${te}-treenode`,ie=ee.calc(ee.paddingXS).div(2).equal(),ce=(0,Ee.mergeToken)(ee,{treeCls:te,treeNodeCls:re,treeNodePadding:ie});return[He(a,ce),x&&Se(ce)].filter(Boolean)},rt=a=>{const{controlHeightSM:ee,controlItemBgHover:x,controlItemBgActive:te}=a,re=ee;return{titleHeight:re,indentSize:re,nodeHoverBg:x,nodeHoverColor:a.colorText,nodeSelectedBg:te,nodeSelectedColor:a.colorText}},fe=a=>{const{colorTextLightSolid:ee,colorPrimary:x}=a;return Object.assign(Object.assign({},rt(a)),{directoryNodeSelectedColor:ee,directoryNodeSelectedBg:x})};var b=(0,xe.I$)("Tree",(a,ee)=>{let{prefixCls:x}=ee;return[{[a.componentCls]:(0,pe.C2)(`${x}-checkbox`,a)},We(x,a),(0,me.Z)(a)]},fe)},7349:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Re}});var y=E(67294),pe=E(83963),se={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"}}]},name:"caret-down",theme:"filled"},me=se,Ee=E(84180),xe=function(Ue,Ze){return y.createElement(Ee.Z,(0,pe.Z)({},Ue,{ref:Ze,icon:me}))},Se=y.forwardRef(xe),Te=Se,Ie=E(46214),Le=E(77322),He={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"}},{tag:"path",attrs:{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"}}]},name:"minus-square",theme:"outlined"},We=He,rt=function(Ue,Ze){return y.createElement(Ee.Z,(0,pe.Z)({},Ue,{ref:Ze,icon:We}))},fe=y.forwardRef(rt),b=fe,a={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"}},{tag:"path",attrs:{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"}}]},name:"plus-square",theme:"outlined"},ee=a,x=function(Ue,Ze){return y.createElement(Ee.Z,(0,pe.Z)({},Ue,{ref:Ze,icon:ee}))},te=y.forwardRef(x),re=te,ie=E(13144),ce=E.n(ie),be=E(96159),Re=Ke=>{const{prefixCls:Ue,switcherIcon:Ze,treeNodeProps:qe,showLine:wt,switcherLoadingIcon:Bt}=Ke,{isLeaf:yn,expanded:Pn,loading:Ut}=qe;if(Ut)return y.isValidElement(Bt)?Bt:y.createElement(Le.Z,{className:`${Ue}-switcher-loading-icon`});let ln;if(wt&&typeof wt=="object"&&(ln=wt.showLeafIcon),yn){if(!wt)return null;if(typeof ln!="boolean"&&ln){const Yn=typeof ln=="function"?ln(qe):ln,Vt=`${Ue}-switcher-line-custom-icon`;return y.isValidElement(Yn)?(0,be.Tm)(Yn,{className:ce()(Yn.props.className||"",Vt)}):Yn}return ln?y.createElement(Ie.Z,{className:`${Ue}-switcher-line-icon`}):y.createElement("span",{className:`${Ue}-switcher-leaf-line`})}const cn=`${Ue}-switcher-icon`,Cn=typeof Ze=="function"?Ze(qe):Ze;return y.isValidElement(Cn)?(0,be.Tm)(Cn,{className:ce()(Cn.props.className||"",cn)}):Cn!==void 0?Cn:wt?Pn?y.createElement(b,{className:`${Ue}-switcher-line-icon`}):y.createElement(re,{className:`${Ue}-switcher-line-icon`}):y.createElement(Te,{className:cn})}},92421:function(de,ae,E){"use strict";E.d(ae,{default:function(){return jr}});var y=E(67294),pe=E(96641),se=E(73935),me=E(13144),Ee=E.n(me),xe=E(87462),Se=E(15671),Te=E(43144),Ie=E(97326),Le=E(60136),He=E(29388),We=E(4942),rt=E(1413),fe=E(45987),b=E(71002),a=E(74165),ee=E(15861),x=E(74902),te=E(94184),re=E.n(te),ie=E(64217),ce=E(80334),be=function(gt,Yt){if(gt&&Yt){var tn=Array.isArray(Yt)?Yt:Yt.split(","),ft=gt.name||"",Tt=gt.type||"",_t=Tt.replace(/\/.*$/,"");return tn.some(function(jt){var Ht=jt.trim();if(/^\*(\/\*)?$/.test(jt))return!0;if(Ht.charAt(0)==="."){var ca=ft.toLowerCase(),la=Ht.toLowerCase(),ha=[la];return(la===".jpg"||la===".jpeg")&&(ha=[".jpg",".jpeg"]),ha.some(function(An){return ca.endsWith(An)})}return/\/\*$/.test(Ht)?_t===Ht.replace(/\/.*$/,""):Tt===Ht?!0:/^\w+$/.test(Ht)?((0,ce.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(Ht,"'.Skip for check.")),!0):!1})}return!0};function we(gt,Yt){var tn="cannot ".concat(gt.method," ").concat(gt.action," ").concat(Yt.status,"'"),ft=new Error(tn);return ft.status=Yt.status,ft.method=gt.method,ft.url=gt.action,ft}function Re(gt){var Yt=gt.responseText||gt.response;if(!Yt)return Yt;try{return JSON.parse(Yt)}catch(tn){return Yt}}function Ke(gt){var Yt=new XMLHttpRequest;gt.onProgress&&Yt.upload&&(Yt.upload.onprogress=function(_t){_t.total>0&&(_t.percent=_t.loaded/_t.total*100),gt.onProgress(_t)});var tn=new FormData;gt.data&&Object.keys(gt.data).forEach(function(Tt){var _t=gt.data[Tt];if(Array.isArray(_t)){_t.forEach(function(jt){tn.append("".concat(Tt,"[]"),jt)});return}tn.append(Tt,_t)}),gt.file instanceof Blob?tn.append(gt.filename,gt.file,gt.file.name):tn.append(gt.filename,gt.file),Yt.onerror=function(_t){gt.onError(_t)},Yt.onload=function(){return Yt.status<200||Yt.status>=300?gt.onError(we(gt,Yt),Re(Yt)):gt.onSuccess(Re(Yt),Yt)},Yt.open(gt.method,gt.action,!0),gt.withCredentials&&"withCredentials"in Yt&&(Yt.withCredentials=!0);var ft=gt.headers||{};return ft["X-Requested-With"]!==null&&Yt.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(ft).forEach(function(Tt){ft[Tt]!==null&&Yt.setRequestHeader(Tt,ft[Tt])}),Yt.send(tn),{abort:function(){Yt.abort()}}}var Ue=function(){var gt=(0,ee.Z)((0,a.Z)().mark(function Yt(tn,ft){var Tt,_t,jt,Ht,ca,la,ha,An;return(0,a.Z)().wrap(function(da){for(;;)switch(da.prev=da.next){case 0:la=function(){return la=(0,ee.Z)((0,a.Z)().mark(function Tr(ir){return(0,a.Z)().wrap(function(Rr){for(;;)switch(Rr.prev=Rr.next){case 0:return Rr.abrupt("return",new Promise(function(lr){ir.file(function(xr){ft(xr)?(ir.fullPath&&!xr.webkitRelativePath&&(Object.defineProperties(xr,{webkitRelativePath:{writable:!0}}),xr.webkitRelativePath=ir.fullPath.replace(/^\//,""),Object.defineProperties(xr,{webkitRelativePath:{writable:!1}})),lr(xr)):lr(null)})}));case 1:case"end":return Rr.stop()}},Tr)})),la.apply(this,arguments)},ca=function(Tr){return la.apply(this,arguments)},Ht=function(){return Ht=(0,ee.Z)((0,a.Z)().mark(function Tr(ir){var Ra,Rr,lr,xr,fa;return(0,a.Z)().wrap(function(va){for(;;)switch(va.prev=va.next){case 0:Ra=ir.createReader(),Rr=[];case 2:return va.next=5,new Promise(function(Br){Ra.readEntries(Br,function(){return Br([])})});case 5:if(lr=va.sent,xr=lr.length,xr){va.next=9;break}return va.abrupt("break",12);case 9:for(fa=0;fa<xr;fa++)Rr.push(lr[fa]);va.next=2;break;case 12:return va.abrupt("return",Rr);case 13:case"end":return va.stop()}},Tr)})),Ht.apply(this,arguments)},jt=function(Tr){return Ht.apply(this,arguments)},Tt=[],_t=[],tn.forEach(function(tr){return _t.push(tr.webkitGetAsEntry())}),ha=function(){var tr=(0,ee.Z)((0,a.Z)().mark(function Tr(ir,Ra){var Rr,lr;return(0,a.Z)().wrap(function(fa){for(;;)switch(fa.prev=fa.next){case 0:if(ir){fa.next=2;break}return fa.abrupt("return");case 2:if(ir.path=Ra||"",!ir.isFile){fa.next=10;break}return fa.next=6,ca(ir);case 6:Rr=fa.sent,Rr&&Tt.push(Rr),fa.next=15;break;case 10:if(!ir.isDirectory){fa.next=15;break}return fa.next=13,jt(ir);case 13:lr=fa.sent,_t.push.apply(_t,(0,x.Z)(lr));case 15:case"end":return fa.stop()}},Tr)}));return function(ir,Ra){return tr.apply(this,arguments)}}(),An=0;case 9:if(!(An<_t.length)){da.next=15;break}return da.next=12,ha(_t[An]);case 12:An++,da.next=9;break;case 15:return da.abrupt("return",Tt);case 16:case"end":return da.stop()}},Yt)}));return function(tn,ft){return gt.apply(this,arguments)}}(),Ze=Ue,qe=+new Date,wt=0;function Bt(){return"rc-upload-".concat(qe,"-").concat(++wt)}var yn=["component","prefixCls","className","classNames","disabled","id","name","style","styles","multiple","accept","capture","children","directory","openFileDialogOnClick","onMouseEnter","onMouseLeave","hasControlInside"],Pn=function(gt){(0,Le.Z)(tn,gt);var Yt=(0,He.Z)(tn);function tn(){var ft;(0,Se.Z)(this,tn);for(var Tt=arguments.length,_t=new Array(Tt),jt=0;jt<Tt;jt++)_t[jt]=arguments[jt];return ft=Yt.call.apply(Yt,[this].concat(_t)),(0,We.Z)((0,Ie.Z)(ft),"state",{uid:Bt()}),(0,We.Z)((0,Ie.Z)(ft),"reqs",{}),(0,We.Z)((0,Ie.Z)(ft),"fileInput",void 0),(0,We.Z)((0,Ie.Z)(ft),"_isMounted",void 0),(0,We.Z)((0,Ie.Z)(ft),"onChange",function(Ht){var ca=ft.props,la=ca.accept,ha=ca.directory,An=Ht.target.files,Ma=(0,x.Z)(An).filter(function(da){return!ha||be(da,la)});ft.uploadFiles(Ma),ft.reset()}),(0,We.Z)((0,Ie.Z)(ft),"onClick",function(Ht){var ca=ft.fileInput;if(ca){var la=Ht.target,ha=ft.props.onClick;if(la&&la.tagName==="BUTTON"){var An=ca.parentNode;An.focus(),la.blur()}ca.click(),ha&&ha(Ht)}}),(0,We.Z)((0,Ie.Z)(ft),"onKeyDown",function(Ht){Ht.key==="Enter"&&ft.onClick(Ht)}),(0,We.Z)((0,Ie.Z)(ft),"onFileDrop",function(){var Ht=(0,ee.Z)((0,a.Z)().mark(function ca(la){var ha,An,Ma;return(0,a.Z)().wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:if(ha=ft.props.multiple,la.preventDefault(),la.type!=="dragover"){tr.next=4;break}return tr.abrupt("return");case 4:if(!ft.props.directory){tr.next=11;break}return tr.next=7,Ze(Array.prototype.slice.call(la.dataTransfer.items),function(Tr){return be(Tr,ft.props.accept)});case 7:An=tr.sent,ft.uploadFiles(An),tr.next=14;break;case 11:Ma=(0,x.Z)(la.dataTransfer.files).filter(function(Tr){return be(Tr,ft.props.accept)}),ha===!1&&(Ma=Ma.slice(0,1)),ft.uploadFiles(Ma);case 14:case"end":return tr.stop()}},ca)}));return function(ca){return Ht.apply(this,arguments)}}()),(0,We.Z)((0,Ie.Z)(ft),"uploadFiles",function(Ht){var ca=(0,x.Z)(Ht),la=ca.map(function(ha){return ha.uid=Bt(),ft.processFile(ha,ca)});Promise.all(la).then(function(ha){var An=ft.props.onBatchStart;An==null||An(ha.map(function(Ma){var da=Ma.origin,tr=Ma.parsedFile;return{file:da,parsedFile:tr}})),ha.filter(function(Ma){return Ma.parsedFile!==null}).forEach(function(Ma){ft.post(Ma)})})}),(0,We.Z)((0,Ie.Z)(ft),"processFile",function(){var Ht=(0,ee.Z)((0,a.Z)().mark(function ca(la,ha){var An,Ma,da,tr,Tr,ir,Ra,Rr,lr;return(0,a.Z)().wrap(function(fa){for(;;)switch(fa.prev=fa.next){case 0:if(An=ft.props.beforeUpload,Ma=la,!An){fa.next=14;break}return fa.prev=3,fa.next=6,An(la,ha);case 6:Ma=fa.sent,fa.next=12;break;case 9:fa.prev=9,fa.t0=fa.catch(3),Ma=!1;case 12:if(Ma!==!1){fa.next=14;break}return fa.abrupt("return",{origin:la,parsedFile:null,action:null,data:null});case 14:if(da=ft.props.action,typeof da!="function"){fa.next=21;break}return fa.next=18,da(la);case 18:tr=fa.sent,fa.next=22;break;case 21:tr=da;case 22:if(Tr=ft.props.data,typeof Tr!="function"){fa.next=29;break}return fa.next=26,Tr(la);case 26:ir=fa.sent,fa.next=30;break;case 29:ir=Tr;case 30:return Ra=((0,b.Z)(Ma)==="object"||typeof Ma=="string")&&Ma?Ma:la,Ra instanceof File?Rr=Ra:Rr=new File([Ra],la.name,{type:la.type}),lr=Rr,lr.uid=la.uid,fa.abrupt("return",{origin:la,data:ir,parsedFile:lr,action:tr});case 35:case"end":return fa.stop()}},ca,null,[[3,9]])}));return function(ca,la){return Ht.apply(this,arguments)}}()),(0,We.Z)((0,Ie.Z)(ft),"saveFileInput",function(Ht){ft.fileInput=Ht}),ft}return(0,Te.Z)(tn,[{key:"componentDidMount",value:function(){this._isMounted=!0}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,this.abort()}},{key:"post",value:function(Tt){var _t=this,jt=Tt.data,Ht=Tt.origin,ca=Tt.action,la=Tt.parsedFile;if(this._isMounted){var ha=this.props,An=ha.onStart,Ma=ha.customRequest,da=ha.name,tr=ha.headers,Tr=ha.withCredentials,ir=ha.method,Ra=Ht.uid,Rr=Ma||Ke,lr={action:ca,filename:da,data:jt,file:la,headers:tr,withCredentials:Tr,method:ir||"post",onProgress:function(fa){var Lr=_t.props.onProgress;Lr==null||Lr(fa,la)},onSuccess:function(fa,Lr){var va=_t.props.onSuccess;va==null||va(fa,la,Lr),delete _t.reqs[Ra]},onError:function(fa,Lr){var va=_t.props.onError;va==null||va(fa,Lr,la),delete _t.reqs[Ra]}};An(Ht),this.reqs[Ra]=Rr(lr)}}},{key:"reset",value:function(){this.setState({uid:Bt()})}},{key:"abort",value:function(Tt){var _t=this.reqs;if(Tt){var jt=Tt.uid?Tt.uid:Tt;_t[jt]&&_t[jt].abort&&_t[jt].abort(),delete _t[jt]}else Object.keys(_t).forEach(function(Ht){_t[Ht]&&_t[Ht].abort&&_t[Ht].abort(),delete _t[Ht]})}},{key:"render",value:function(){var Tt=this.props,_t=Tt.component,jt=Tt.prefixCls,Ht=Tt.className,ca=Tt.classNames,la=ca===void 0?{}:ca,ha=Tt.disabled,An=Tt.id,Ma=Tt.name,da=Tt.style,tr=Tt.styles,Tr=tr===void 0?{}:tr,ir=Tt.multiple,Ra=Tt.accept,Rr=Tt.capture,lr=Tt.children,xr=Tt.directory,fa=Tt.openFileDialogOnClick,Lr=Tt.onMouseEnter,va=Tt.onMouseLeave,Br=Tt.hasControlInside,Bo=(0,fe.Z)(Tt,yn),Lo=re()((0,We.Z)((0,We.Z)((0,We.Z)({},jt,!0),"".concat(jt,"-disabled"),ha),Ht,Ht)),Mr=xr?{directory:"directory",webkitdirectory:"webkitdirectory"}:{},ho=ha?{}:{onClick:fa?this.onClick:function(){},onKeyDown:fa?this.onKeyDown:function(){},onMouseEnter:Lr,onMouseLeave:va,onDrop:this.onFileDrop,onDragOver:this.onFileDrop,tabIndex:Br?void 0:"0"};return y.createElement(_t,(0,xe.Z)({},ho,{className:Lo,role:Br?void 0:"button",style:da}),y.createElement("input",(0,xe.Z)({},(0,ie.Z)(Bo,{aria:!0,data:!0}),{id:An,name:Ma,disabled:ha,type:"file",ref:this.saveFileInput,onClick:function(ti){return ti.stopPropagation()},key:this.state.uid,style:(0,rt.Z)({display:"none"},Tr.input),className:la.input,accept:Ra},Mr,{multiple:ir,onChange:this.onChange},Rr!=null?{capture:Rr}:{})),lr)}}]),tn}(y.Component),Ut=Pn;function ln(){}var cn=function(gt){(0,Le.Z)(tn,gt);var Yt=(0,He.Z)(tn);function tn(){var ft;(0,Se.Z)(this,tn);for(var Tt=arguments.length,_t=new Array(Tt),jt=0;jt<Tt;jt++)_t[jt]=arguments[jt];return ft=Yt.call.apply(Yt,[this].concat(_t)),(0,We.Z)((0,Ie.Z)(ft),"uploader",void 0),(0,We.Z)((0,Ie.Z)(ft),"saveUploader",function(Ht){ft.uploader=Ht}),ft}return(0,Te.Z)(tn,[{key:"abort",value:function(Tt){this.uploader.abort(Tt)}},{key:"render",value:function(){return y.createElement(Ut,(0,xe.Z)({},this.props,{ref:this.saveUploader}))}}]),tn}(y.Component);(0,We.Z)(cn,"defaultProps",{component:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:ln,onError:ln,onSuccess:ln,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0,hasControlInside:!1});var Cn=cn,Yn=Cn,Vt=E(5663),Jt=E(53124),ia=E(98866),Et=E(10110),zt=E(24457),Qt=E(14747),aa=E(33507),Ct=E(83559),vn=E(43259),Ye=E(16777),Tn=gt=>{const{componentCls:Yt,iconCls:tn}=gt;return{[`${Yt}-wrapper`]:{[`${Yt}-drag`]:{position:"relative",width:"100%",height:"100%",textAlign:"center",background:gt.colorFillAlter,border:`${(0,Ye.unit)(gt.lineWidth)} dashed ${gt.colorBorder}`,borderRadius:gt.borderRadiusLG,cursor:"pointer",transition:`border-color ${gt.motionDurationSlow}`,[Yt]:{padding:gt.padding},[`${Yt}-btn`]:{display:"table",width:"100%",height:"100%",outline:"none",borderRadius:gt.borderRadiusLG,"&:focus-visible":{outline:`${(0,Ye.unit)(gt.lineWidthFocus)} solid ${gt.colorPrimaryBorder}`}},[`${Yt}-drag-container`]:{display:"table-cell",verticalAlign:"middle"},[`
|
|
|
&:not(${Yt}-disabled):hover,
|
|
|
&-hover:not(${Yt}-disabled)
|
|
|
`]:{borderColor:gt.colorPrimaryHover},[`p${Yt}-drag-icon`]:{marginBottom:gt.margin,[tn]:{color:gt.colorPrimary,fontSize:gt.uploadThumbnailSize}},[`p${Yt}-text`]:{margin:`0 0 ${(0,Ye.unit)(gt.marginXXS)}`,color:gt.colorTextHeading,fontSize:gt.fontSizeLG},[`p${Yt}-hint`]:{color:gt.colorTextDescription,fontSize:gt.fontSize},[`&${Yt}-disabled`]:{[`p${Yt}-drag-icon ${tn},
|
|
|
p${Yt}-text,
|
|
|
p${Yt}-hint
|
|
|
`]:{color:gt.colorTextDisabled}}}}}},Kn=gt=>{const{componentCls:Yt,iconCls:tn,fontSize:ft,lineHeight:Tt,calc:_t}=gt,jt=`${Yt}-list-item`,Ht=`${jt}-actions`,ca=`${jt}-action`;return{[`${Yt}-wrapper`]:{[`${Yt}-list`]:Object.assign(Object.assign({},(0,Qt.dF)()),{lineHeight:gt.lineHeight,[jt]:{position:"relative",height:_t(gt.lineHeight).mul(ft).equal(),marginTop:gt.marginXS,fontSize:ft,display:"flex",alignItems:"center",transition:`background-color ${gt.motionDurationSlow}`,borderRadius:gt.borderRadiusSM,"&:hover":{backgroundColor:gt.controlItemBgHover},[`${jt}-name`]:Object.assign(Object.assign({},Qt.vS),{padding:`0 ${(0,Ye.unit)(gt.paddingXS)}`,lineHeight:Tt,flex:"auto",transition:`all ${gt.motionDurationSlow}`}),[Ht]:{whiteSpace:"nowrap",[ca]:{opacity:0},[tn]:{color:gt.actionsColor,transition:`all ${gt.motionDurationSlow}`},[`
|
|
|
${ca}:focus-visible,
|
|
|
&.picture ${ca}
|
|
|
`]:{opacity:1}},[`${Yt}-icon ${tn}`]:{color:gt.colorTextDescription,fontSize:ft},[`${jt}-progress`]:{position:"absolute",bottom:gt.calc(gt.uploadProgressOffset).mul(-1).equal(),width:"100%",paddingInlineStart:_t(ft).add(gt.paddingXS).equal(),fontSize:ft,lineHeight:0,pointerEvents:"none","> div":{margin:0}}},[`${jt}:hover ${ca}`]:{opacity:1},[`${jt}-error`]:{color:gt.colorError,[`${jt}-name, ${Yt}-icon ${tn}`]:{color:gt.colorError},[Ht]:{[`${tn}, ${tn}:hover`]:{color:gt.colorError},[ca]:{opacity:1}}},[`${Yt}-list-item-container`]:{transition:`opacity ${gt.motionDurationSlow}, height ${gt.motionDurationSlow}`,"&::before":{display:"table",width:0,height:0,content:'""'}}})}}},Jn=E(16932),Sn=gt=>{const{componentCls:Yt}=gt,tn=new Ye.Keyframes("uploadAnimateInlineIn",{from:{width:0,height:0,padding:0,opacity:0,margin:gt.calc(gt.marginXS).div(-2).equal()}}),ft=new Ye.Keyframes("uploadAnimateInlineOut",{to:{width:0,height:0,padding:0,opacity:0,margin:gt.calc(gt.marginXS).div(-2).equal()}}),Tt=`${Yt}-animate-inline`;return[{[`${Yt}-wrapper`]:{[`${Tt}-appear, ${Tt}-enter, ${Tt}-leave`]:{animationDuration:gt.motionDurationSlow,animationTimingFunction:gt.motionEaseInOutCirc,animationFillMode:"forwards"},[`${Tt}-appear, ${Tt}-enter`]:{animationName:tn},[`${Tt}-leave`]:{animationName:ft}}},{[`${Yt}-wrapper`]:(0,Jn.J$)(gt)},tn,ft]},At=E(65409);const ke=gt=>{const{componentCls:Yt,iconCls:tn,uploadThumbnailSize:ft,uploadProgressOffset:Tt,calc:_t}=gt,jt=`${Yt}-list`,Ht=`${jt}-item`;return{[`${Yt}-wrapper`]:{[`
|
|
|
${jt}${jt}-picture,
|
|
|
${jt}${jt}-picture-card,
|
|
|
${jt}${jt}-picture-circle
|
|
|
`]:{[Ht]:{position:"relative",height:_t(ft).add(_t(gt.lineWidth).mul(2)).add(_t(gt.paddingXS).mul(2)).equal(),padding:gt.paddingXS,border:`${(0,Ye.unit)(gt.lineWidth)} ${gt.lineType} ${gt.colorBorder}`,borderRadius:gt.borderRadiusLG,"&:hover":{background:"transparent"},[`${Ht}-thumbnail`]:Object.assign(Object.assign({},Qt.vS),{width:ft,height:ft,lineHeight:(0,Ye.unit)(_t(ft).add(gt.paddingSM).equal()),textAlign:"center",flex:"none",[tn]:{fontSize:gt.fontSizeHeading2,color:gt.colorPrimary},img:{display:"block",width:"100%",height:"100%",overflow:"hidden"}}),[`${Ht}-progress`]:{bottom:Tt,width:`calc(100% - ${(0,Ye.unit)(_t(gt.paddingSM).mul(2).equal())})`,marginTop:0,paddingInlineStart:_t(ft).add(gt.paddingXS).equal()}},[`${Ht}-error`]:{borderColor:gt.colorError,[`${Ht}-thumbnail ${tn}`]:{[`svg path[fill='${At.blue[0]}']`]:{fill:gt.colorErrorBg},[`svg path[fill='${At.blue.primary}']`]:{fill:gt.colorError}}},[`${Ht}-uploading`]:{borderStyle:"dashed",[`${Ht}-name`]:{marginBottom:Tt}}},[`${jt}${jt}-picture-circle ${Ht}`]:{[`&, &::before, ${Ht}-thumbnail`]:{borderRadius:"50%"}}}}},tt=gt=>{const{componentCls:Yt,iconCls:tn,fontSizeLG:ft,colorTextLightSolid:Tt,calc:_t}=gt,jt=`${Yt}-list`,Ht=`${jt}-item`,ca=gt.uploadPicCardSize;return{[`
|
|
|
${Yt}-wrapper${Yt}-picture-card-wrapper,
|
|
|
${Yt}-wrapper${Yt}-picture-circle-wrapper
|
|
|
`]:Object.assign(Object.assign({},(0,Qt.dF)()),{display:"block",[`${Yt}${Yt}-select`]:{width:ca,height:ca,textAlign:"center",verticalAlign:"top",backgroundColor:gt.colorFillAlter,border:`${(0,Ye.unit)(gt.lineWidth)} dashed ${gt.colorBorder}`,borderRadius:gt.borderRadiusLG,cursor:"pointer",transition:`border-color ${gt.motionDurationSlow}`,[`> ${Yt}`]:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",textAlign:"center"},[`&:not(${Yt}-disabled):hover`]:{borderColor:gt.colorPrimary}},[`${jt}${jt}-picture-card, ${jt}${jt}-picture-circle`]:{display:"flex",flexWrap:"wrap","@supports not (gap: 1px)":{"& > *":{marginBlockEnd:gt.marginXS,marginInlineEnd:gt.marginXS}},"@supports (gap: 1px)":{gap:gt.marginXS},[`${jt}-item-container`]:{display:"inline-block",width:ca,height:ca,verticalAlign:"top"},"&::after":{display:"none"},"&::before":{display:"none"},[Ht]:{height:"100%",margin:0,"&::before":{position:"absolute",zIndex:1,width:`calc(100% - ${(0,Ye.unit)(_t(gt.paddingXS).mul(2).equal())})`,height:`calc(100% - ${(0,Ye.unit)(_t(gt.paddingXS).mul(2).equal())})`,backgroundColor:gt.colorBgMask,opacity:0,transition:`all ${gt.motionDurationSlow}`,content:'" "'}},[`${Ht}:hover`]:{[`&::before, ${Ht}-actions`]:{opacity:1}},[`${Ht}-actions`]:{position:"absolute",insetInlineStart:0,zIndex:10,width:"100%",whiteSpace:"nowrap",textAlign:"center",opacity:0,transition:`all ${gt.motionDurationSlow}`,[`
|
|
|
${tn}-eye,
|
|
|
${tn}-download,
|
|
|
${tn}-delete
|
|
|
`]:{zIndex:10,width:ft,margin:`0 ${(0,Ye.unit)(gt.marginXXS)}`,fontSize:ft,cursor:"pointer",transition:`all ${gt.motionDurationSlow}`,color:Tt,"&:hover":{color:Tt},svg:{verticalAlign:"baseline"}}},[`${Ht}-thumbnail, ${Ht}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${Ht}-name`]:{display:"none",textAlign:"center"},[`${Ht}-file + ${Ht}-name`]:{position:"absolute",bottom:gt.margin,display:"block",width:`calc(100% - ${(0,Ye.unit)(_t(gt.paddingXS).mul(2).equal())})`},[`${Ht}-uploading`]:{[`&${Ht}`]:{backgroundColor:gt.colorFillAlter},[`&::before, ${tn}-eye, ${tn}-download, ${tn}-delete`]:{display:"none"}},[`${Ht}-progress`]:{bottom:gt.marginXL,width:`calc(100% - ${(0,Ye.unit)(_t(gt.paddingXS).mul(2).equal())})`,paddingInlineStart:0}}}),[`${Yt}-wrapper${Yt}-picture-circle-wrapper`]:{[`${Yt}${Yt}-select`]:{borderRadius:"50%"}}}};var Mt=gt=>{const{componentCls:Yt}=gt;return{[`${Yt}-rtl`]:{direction:"rtl"}}};const ht=gt=>{const{componentCls:Yt,colorTextDisabled:tn}=gt;return{[`${Yt}-wrapper`]:Object.assign(Object.assign({},(0,Qt.Wf)(gt)),{[Yt]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${Yt}-select`]:{display:"inline-block"},[`${Yt}-hidden`]:{display:"none"},[`${Yt}-disabled`]:{color:tn,cursor:"not-allowed"}})}},It=gt=>({actionsColor:gt.colorTextDescription});var vt=(0,Ct.I$)("Upload",gt=>{const{fontSizeHeading3:Yt,fontHeight:tn,lineWidth:ft,controlHeightLG:Tt,calc:_t}=gt,jt=(0,vn.mergeToken)(gt,{uploadThumbnailSize:_t(Yt).mul(2).equal(),uploadProgressOffset:_t(_t(tn).div(2)).add(ft).equal(),uploadPicCardSize:_t(Tt).mul(2.55).equal()});return[ht(jt),Tn(jt),ke(jt),tt(jt),Kn(jt),Sn(jt),Mt(jt),(0,aa.Z)(jt)]},It),Lt=E(83963),un={icon:function(Yt,tn){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M534 352V136H232v752h560V394H576a42 42 0 01-42-42z",fill:tn}},{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z",fill:Yt}}]}},name:"file",theme:"twotone"},Fn=un,Dn=E(84180),Hn=function(Yt,tn){return y.createElement(Dn.Z,(0,Lt.Z)({},Yt,{ref:tn,icon:Fn}))},qn=y.forwardRef(Hn),dn=qn,xn=E(77322),on={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z"}}]},name:"paper-clip",theme:"outlined"},st=on,xt=function(Yt,tn){return y.createElement(Dn.Z,(0,Lt.Z)({},Yt,{ref:tn,icon:st}))},Gt=y.forwardRef(xt),Qe=Gt,lt={icon:function(Yt,tn){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z",fill:Yt}},{tag:"path",attrs:{d:"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z",fill:tn}},{tag:"path",attrs:{d:"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z",fill:tn}},{tag:"path",attrs:{d:"M276 368a28 28 0 1056 0 28 28 0 10-56 0z",fill:tn}},{tag:"path",attrs:{d:"M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z",fill:Yt}}]}},name:"picture",theme:"twotone"},bt=lt,Ot=function(Yt,tn){return y.createElement(Dn.Z,(0,Lt.Z)({},Yt,{ref:tn,icon:bt}))},rn=y.forwardRef(Ot),hn=rn,In=E(15602),Vn=E(10366),Bn=E(57838),ga=E(33603),$n=E(96159),Sa=E(85804);function Qn(gt){return Object.assign(Object.assign({},gt),{lastModified:gt.lastModified,lastModifiedDate:gt.lastModifiedDate,name:gt.name,size:gt.size,type:gt.type,uid:gt.uid,percent:0,originFileObj:gt})}function Mn(gt,Yt){const tn=(0,pe.Z)(Yt),ft=tn.findIndex(Tt=>{let{uid:_t}=Tt;return _t===gt.uid});return ft===-1?tn.push(gt):tn[ft]=gt,tn}function Rn(gt,Yt){const tn=gt.uid!==void 0?"uid":"name";return Yt.filter(ft=>ft[tn]===gt[tn])[0]}function or(gt,Yt){const tn=gt.uid!==void 0?"uid":"name",ft=Yt.filter(Tt=>Tt[tn]!==gt[tn]);return ft.length===Yt.length?null:ft}const Ya=function(){const Yt=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),ft=Yt[Yt.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(ft)||[""])[0]},Da=gt=>gt.indexOf("image/")===0,Wa=gt=>{if(gt.type&&!gt.thumbUrl)return Da(gt.type);const Yt=gt.thumbUrl||gt.url||"",tn=Ya(Yt);return/^data:image\//.test(Yt)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test(tn)?!0:!(/^data:/.test(Yt)||tn)},Qa=200;function Je(gt){return new Promise(Yt=>{if(!gt.type||!Da(gt.type)){Yt("");return}const tn=document.createElement("canvas");tn.width=Qa,tn.height=Qa,tn.style.cssText=`position: fixed; left: 0; top: 0; width: ${Qa}px; height: ${Qa}px; z-index: 9999; display: none;`,document.body.appendChild(tn);const ft=tn.getContext("2d"),Tt=new Image;if(Tt.onload=()=>{const{width:_t,height:jt}=Tt;let Ht=Qa,ca=Qa,la=0,ha=0;_t>jt?(ca=jt*(Qa/_t),ha=-(ca-Ht)/2):(Ht=_t*(Qa/jt),la=-(Ht-ca)/2),ft.drawImage(Tt,la,ha,Ht,ca);const An=tn.toDataURL();document.body.removeChild(tn),window.URL.revokeObjectURL(Tt.src),Yt(An)},Tt.crossOrigin="anonymous",gt.type.startsWith("image/svg+xml")){const _t=new FileReader;_t.onload=()=>{_t.result&&typeof _t.result=="string"&&(Tt.src=_t.result)},_t.readAsDataURL(gt)}else if(gt.type.startsWith("image/gif")){const _t=new FileReader;_t.onload=()=>{_t.result&&Yt(_t.result)},_t.readAsDataURL(gt)}else Tt.src=window.URL.createObjectURL(gt)})}var Ae={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"}}]},name:"delete",theme:"outlined"},it=Ae,et=function(Yt,tn){return y.createElement(Dn.Z,(0,Lt.Z)({},Yt,{ref:tn,icon:it}))},Zt=y.forwardRef(et),Ln=Zt,mn={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"}}]},name:"download",theme:"outlined"},ma=mn,Xn=function(Yt,tn){return y.createElement(Dn.Z,(0,Lt.Z)({},Yt,{ref:tn,icon:ma}))},Pa=y.forwardRef(Xn),Ia=Pa,Oa=E(43481),sn=E(38703),wa=E(83062),er=y.forwardRef((gt,Yt)=>{let{prefixCls:tn,className:ft,style:Tt,locale:_t,listType:jt,file:Ht,items:ca,progress:la,iconRender:ha,actionIconRender:An,itemRender:Ma,isImgUrl:da,showPreviewIcon:tr,showRemoveIcon:Tr,showDownloadIcon:ir,previewIcon:Ra,removeIcon:Rr,downloadIcon:lr,extra:xr,onPreview:fa,onDownload:Lr,onClose:va}=gt;var Br,Bo;const{status:Lo}=Ht,[Mr,ho]=y.useState(Lo);y.useEffect(()=>{Lo!=="removed"&&ho(Lo)},[Lo]);const[Io,ti]=y.useState(!1);y.useEffect(()=>{const nt=setTimeout(()=>{ti(!0)},300);return()=>{clearTimeout(nt)}},[]);const Eo=ha(Ht);let To=y.createElement("div",{className:`${tn}-icon`},Eo);if(jt==="picture"||jt==="picture-card"||jt==="picture-circle")if(Mr==="uploading"||!Ht.thumbUrl&&!Ht.url){const nt=Ee()(`${tn}-list-item-thumbnail`,{[`${tn}-list-item-file`]:Mr!=="uploading"});To=y.createElement("div",{className:nt},Eo)}else{const nt=da!=null&&da(Ht)?y.createElement("img",{src:Ht.thumbUrl||Ht.url,alt:Ht.name,className:`${tn}-list-item-image`,crossOrigin:Ht.crossOrigin}):Eo,St=Ee()(`${tn}-list-item-thumbnail`,{[`${tn}-list-item-file`]:da&&!da(Ht)});To=y.createElement("a",{className:St,onClick:gn=>fa(Ht,gn),href:Ht.url||Ht.thumbUrl,target:"_blank",rel:"noopener noreferrer"},nt)}const ao=Ee()(`${tn}-list-item`,`${tn}-list-item-${Mr}`),_o=typeof Ht.linkProps=="string"?JSON.parse(Ht.linkProps):Ht.linkProps,ni=(typeof Tr=="function"?Tr(Ht):Tr)?An((typeof Rr=="function"?Rr(Ht):Rr)||y.createElement(Ln,null),()=>va(Ht),tn,_t.removeFile,!0):null,Yo=(typeof ir=="function"?ir(Ht):ir)&&Mr==="done"?An((typeof lr=="function"?lr(Ht):lr)||y.createElement(Ia,null),()=>Lr(Ht),tn,_t.downloadFile):null,Ho=jt!=="picture-card"&&jt!=="picture-circle"&&y.createElement("span",{key:"download-delete",className:Ee()(`${tn}-list-item-actions`,{picture:jt==="picture"})},Yo,ni),Uo=typeof xr=="function"?xr(Ht):xr,nr=Uo&&y.createElement("span",{className:`${tn}-list-item-extra`},Uo),lo=Ee()(`${tn}-list-item-name`),Zn=Ht.url?y.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:lo,title:Ht.name},_o,{href:Ht.url,onClick:nt=>fa(Ht,nt)}),Ht.name,nr):y.createElement("span",{key:"view",className:lo,onClick:nt=>fa(Ht,nt),title:Ht.name},Ht.name,nr),kn=(typeof tr=="function"?tr(Ht):tr)&&(Ht.url||Ht.thumbUrl)?y.createElement("a",{href:Ht.url||Ht.thumbUrl,target:"_blank",rel:"noopener noreferrer",onClick:nt=>fa(Ht,nt),title:_t.previewFile},typeof Ra=="function"?Ra(Ht):Ra||y.createElement(Oa.Z,null)):null,jn=(jt==="picture-card"||jt==="picture-circle")&&Mr!=="uploading"&&y.createElement("span",{className:`${tn}-list-item-actions`},kn,Mr==="done"&&Yo,ni),{getPrefixCls:ra}=y.useContext(Jt.E_),_a=ra(),Or=y.createElement("div",{className:ao},To,Zn,Ho,jn,Io&&y.createElement(In.default,{motionName:`${_a}-fade`,visible:Mr==="uploading",motionDeadline:2e3},nt=>{let{className:St}=nt;const gn="percent"in Ht?y.createElement(sn.Z,Object.assign({},la,{type:"line",percent:Ht.percent,"aria-label":Ht["aria-label"],"aria-labelledby":Ht["aria-labelledby"]})):null;return y.createElement("div",{className:Ee()(`${tn}-list-item-progress`,St)},gn)})),Fe=Ht.response&&typeof Ht.response=="string"?Ht.response:((Br=Ht.error)===null||Br===void 0?void 0:Br.statusText)||((Bo=Ht.error)===null||Bo===void 0?void 0:Bo.message)||_t.uploadError,_e=Mr==="error"?y.createElement(wa.Z,{title:Fe,getPopupContainer:nt=>nt.parentNode},Or):Or;return y.createElement("div",{className:Ee()(`${tn}-list-item-container`,ft),style:Tt,ref:Yt},Ma?Ma(_e,Ht,ca,{download:Lr.bind(null,Ht),preview:fa.bind(null,Ht),remove:va.bind(null,Ht)}):_e)});const Ta=(gt,Yt)=>{const{listType:tn="text",previewFile:ft=Je,onPreview:Tt,onDownload:_t,onRemove:jt,locale:Ht,iconRender:ca,isImageUrl:la=Wa,prefixCls:ha,items:An=[],showPreviewIcon:Ma=!0,showRemoveIcon:da=!0,showDownloadIcon:tr=!1,removeIcon:Tr,previewIcon:ir,downloadIcon:Ra,extra:Rr,progress:lr={size:[-1,2],showInfo:!1},appendAction:xr,appendActionVisible:fa=!0,itemRender:Lr,disabled:va}=gt,Br=(0,Bn.Z)(),[Bo,Lo]=y.useState(!1),Mr=["picture-card","picture-circle"].includes(tn);y.useEffect(()=>{tn.startsWith("picture")&&(An||[]).forEach(nr=>{!(nr.originFileObj instanceof File||nr.originFileObj instanceof Blob)||nr.thumbUrl!==void 0||(nr.thumbUrl="",ft==null||ft(nr.originFileObj).then(lo=>{nr.thumbUrl=lo||"",Br()}))})},[tn,An,ft]),y.useEffect(()=>{Lo(!0)},[]);const ho=(nr,lo)=>{if(Tt)return lo==null||lo.preventDefault(),Tt(nr)},Io=nr=>{typeof _t=="function"?_t(nr):nr.url&&window.open(nr.url)},ti=nr=>{jt==null||jt(nr)},Eo=nr=>{if(ca)return ca(nr,tn);const lo=nr.status==="uploading";if(tn.startsWith("picture")){const Zn=tn==="picture"?y.createElement(xn.Z,null):Ht.uploading,kn=la!=null&&la(nr)?y.createElement(hn,null):y.createElement(dn,null);return lo?Zn:kn}return lo?y.createElement(xn.Z,null):y.createElement(Qe,null)},To=(nr,lo,Zn,kn,jn)=>{const ra={type:"text",size:"small",title:kn,onClick:_a=>{var Or,Fe;lo(),y.isValidElement(nr)&&((Fe=(Or=nr.props).onClick)===null||Fe===void 0||Fe.call(Or,_a))},className:`${Zn}-list-item-action`};return jn&&(ra.disabled=va),y.isValidElement(nr)?y.createElement(Sa.ZP,Object.assign({},ra,{icon:(0,$n.Tm)(nr,Object.assign(Object.assign({},nr.props),{onClick:()=>{}}))})):y.createElement(Sa.ZP,Object.assign({},ra),y.createElement("span",null,nr))};y.useImperativeHandle(Yt,()=>({handlePreview:ho,handleDownload:Io}));const{getPrefixCls:ao}=y.useContext(Jt.E_),_o=ao("upload",ha),ni=ao(),Yo=Ee()(`${_o}-list`,`${_o}-list-${tn}`),Ho=y.useMemo(()=>(0,Vn.Z)((0,ga.Z)(ni),["onAppearEnd","onEnterEnd","onLeaveEnd"]),[ni]),Uo=Object.assign(Object.assign({},Mr?{}:Ho),{motionDeadline:2e3,motionName:`${_o}-${Mr?"animate-inline":"animate"}`,keys:(0,pe.Z)(An.map(nr=>({key:nr.uid,file:nr}))),motionAppear:Bo});return y.createElement("div",{className:Yo},y.createElement(In.CSSMotionList,Object.assign({},Uo,{component:!1}),nr=>{let{key:lo,file:Zn,className:kn,style:jn}=nr;return y.createElement(er,{key:lo,locale:Ht,prefixCls:_o,className:kn,style:jn,file:Zn,items:An,progress:lr,listType:tn,isImgUrl:la,showPreviewIcon:Ma,showRemoveIcon:da,showDownloadIcon:tr,removeIcon:Tr,previewIcon:ir,downloadIcon:Ra,extra:Rr,iconRender:Eo,actionIconRender:To,itemRender:Lr,onPreview:ho,onDownload:Io,onClose:ti})}),xr&&y.createElement(In.default,Object.assign({},Uo,{visible:fa,forceRender:!0}),nr=>{let{className:lo,style:Zn}=nr;return(0,$n.Tm)(xr,kn=>({className:Ee()(kn.className,lo),style:Object.assign(Object.assign(Object.assign({},Zn),{pointerEvents:lo?"none":void 0}),kn.style)}))}))};var hr=y.forwardRef(Ta),cr=function(gt,Yt,tn,ft){function Tt(_t){return _t instanceof tn?_t:new tn(function(jt){jt(_t)})}return new(tn||(tn=Promise))(function(_t,jt){function Ht(ha){try{la(ft.next(ha))}catch(An){jt(An)}}function ca(ha){try{la(ft.throw(ha))}catch(An){jt(An)}}function la(ha){ha.done?_t(ha.value):Tt(ha.value).then(Ht,ca)}la((ft=ft.apply(gt,Yt||[])).next())})};const Xa=`__LIST_IGNORE_${Date.now()}__`,Ca=(gt,Yt)=>{const{fileList:tn,defaultFileList:ft,onRemove:Tt,showUploadList:_t=!0,listType:jt="text",onPreview:Ht,onDownload:ca,onChange:la,onDrop:ha,previewFile:An,disabled:Ma,locale:da,iconRender:tr,isImageUrl:Tr,progress:ir,prefixCls:Ra,className:Rr,type:lr="select",children:xr,style:fa,itemRender:Lr,maxCount:va,data:Br={},multiple:Bo=!1,hasControlInside:Lo=!0,action:Mr="",accept:ho="",supportServerRender:Io=!0,rootClassName:ti}=gt,Eo=y.useContext(ia.Z),To=Ma!=null?Ma:Eo,[ao,_o]=(0,Vt.Z)(ft||[],{value:tn,postState:Fa=>Fa!=null?Fa:[]}),[ni,Yo]=y.useState("drop"),Ho=y.useRef(null),Uo=y.useRef(null);y.useMemo(()=>{const Fa=Date.now();(tn||[]).forEach((Cr,zr)=>{!Cr.uid&&!Object.isFrozen(Cr)&&(Cr.uid=`__AUTO__${Fa}_${zr}__`)})},[tn]);const nr=(Fa,Cr,zr)=>{let ja=(0,pe.Z)(Cr),Ar=!1;va===1?ja=ja.slice(-1):va&&(Ar=ja.length>va,ja=ja.slice(0,va)),(0,se.flushSync)(()=>{_o(ja)});const Gr={file:Fa,fileList:ja};zr&&(Gr.event=zr),(!Ar||Fa.status==="removed"||ja.some(Ro=>Ro.uid===Fa.uid))&&(0,se.flushSync)(()=>{la==null||la(Gr)})},lo=(Fa,Cr)=>cr(void 0,void 0,void 0,function*(){const{beforeUpload:zr,transformFile:ja}=gt;let Ar=Fa;if(zr){const Gr=yield zr(Fa,Cr);if(Gr===!1)return!1;if(delete Fa[Xa],Gr===Xa)return Object.defineProperty(Fa,Xa,{value:!0,configurable:!0}),!1;typeof Gr=="object"&&Gr&&(Ar=Gr)}return ja&&(Ar=yield ja(Ar)),Ar}),Zn=Fa=>{const Cr=Fa.filter(Ar=>!Ar.file[Xa]);if(!Cr.length)return;const zr=Cr.map(Ar=>Qn(Ar.file));let ja=(0,pe.Z)(ao);zr.forEach(Ar=>{ja=Mn(Ar,ja)}),zr.forEach((Ar,Gr)=>{let Ro=Ar;if(Cr[Gr].parsedFile)Ar.status="uploading";else{const{originFileObj:So}=Ar;let Oo;try{Oo=new File([So],So.name,{type:So.type})}catch(ai){Oo=new Blob([So],{type:So.type}),Oo.name=So.name,Oo.lastModifiedDate=new Date,Oo.lastModified=new Date().getTime()}Oo.uid=Ar.uid,Ro=Oo}nr(Ro,ja)})},kn=(Fa,Cr,zr)=>{try{typeof Fa=="string"&&(Fa=JSON.parse(Fa))}catch(Gr){}if(!Rn(Cr,ao))return;const ja=Qn(Cr);ja.status="done",ja.percent=100,ja.response=Fa,ja.xhr=zr;const Ar=Mn(ja,ao);nr(ja,Ar)},jn=(Fa,Cr)=>{if(!Rn(Cr,ao))return;const zr=Qn(Cr);zr.status="uploading",zr.percent=Fa.percent;const ja=Mn(zr,ao);nr(zr,ja,Fa)},ra=(Fa,Cr,zr)=>{if(!Rn(zr,ao))return;const ja=Qn(zr);ja.error=Fa,ja.response=Cr,ja.status="error";const Ar=Mn(ja,ao);nr(ja,Ar)},_a=Fa=>{let Cr;Promise.resolve(typeof Tt=="function"?Tt(Fa):Tt).then(zr=>{var ja;if(zr===!1)return;const Ar=or(Fa,ao);Ar&&(Cr=Object.assign(Object.assign({},Fa),{status:"removed"}),ao==null||ao.forEach(Gr=>{const Ro=Cr.uid!==void 0?"uid":"name";Gr[Ro]===Cr[Ro]&&!Object.isFrozen(Gr)&&(Gr.status="removed")}),(ja=Ho.current)===null||ja===void 0||ja.abort(Cr),nr(Cr,Ar))})},Or=Fa=>{Yo(Fa.type),Fa.type==="drop"&&(ha==null||ha(Fa))};y.useImperativeHandle(Yt,()=>({onBatchStart:Zn,onSuccess:kn,onProgress:jn,onError:ra,fileList:ao,upload:Ho.current,nativeElement:Uo.current}));const{getPrefixCls:Fe,direction:_e,upload:nt}=y.useContext(Jt.E_),St=Fe("upload",Ra),gn=Object.assign(Object.assign({onBatchStart:Zn,onError:ra,onProgress:jn,onSuccess:kn},gt),{data:Br,multiple:Bo,action:Mr,accept:ho,supportServerRender:Io,prefixCls:St,disabled:To,beforeUpload:lo,onChange:void 0,hasControlInside:Lo});delete gn.className,delete gn.style,(!xr||To)&&delete gn.id;const na=`${St}-wrapper`,[xa,Ha,$a]=vt(St,na),[Ur]=(0,Et.Z)("Upload",zt.Z.Upload),{showRemoveIcon:kr,showPreviewIcon:ro,showDownloadIcon:Sr,removeIcon:ka,previewIcon:Ba,downloadIcon:Kr,extra:so}=typeof _t=="boolean"?{}:_t,Po=typeof kr=="undefined"?!To:kr,Zr=(Fa,Cr)=>_t?y.createElement(hr,{prefixCls:St,listType:jt,items:ao,previewFile:An,onPreview:Ht,onDownload:ca,onRemove:_a,showRemoveIcon:Po,showPreviewIcon:ro,showDownloadIcon:Sr,removeIcon:ka,previewIcon:Ba,downloadIcon:Kr,iconRender:tr,extra:so,locale:Object.assign(Object.assign({},Ur),da),isImageUrl:Tr,progress:ir,appendAction:Fa,appendActionVisible:Cr,itemRender:Lr,disabled:To}):Fa,co=Ee()(na,Rr,ti,Ha,$a,nt==null?void 0:nt.className,{[`${St}-rtl`]:_e==="rtl",[`${St}-picture-card-wrapper`]:jt==="picture-card",[`${St}-picture-circle-wrapper`]:jt==="picture-circle"}),Jr=Object.assign(Object.assign({},nt==null?void 0:nt.style),fa);if(lr==="drag"){const Fa=Ee()(Ha,St,`${St}-drag`,{[`${St}-drag-uploading`]:ao.some(Cr=>Cr.status==="uploading"),[`${St}-drag-hover`]:ni==="dragover",[`${St}-disabled`]:To,[`${St}-rtl`]:_e==="rtl"});return xa(y.createElement("span",{className:co,ref:Uo},y.createElement("div",{className:Fa,style:Jr,onDrop:Or,onDragOver:Or,onDragLeave:Or},y.createElement(Yn,Object.assign({},gn,{ref:Ho,className:`${St}-btn`}),y.createElement("div",{className:`${St}-drag-container`},xr))),Zr()))}const qr=Ee()(St,`${St}-select`,{[`${St}-disabled`]:To,[`${St}-hidden`]:!xr}),Qr=y.createElement("div",{className:qr},y.createElement(Yn,Object.assign({},gn,{ref:Ho})));return xa(jt==="picture-card"||jt==="picture-circle"?y.createElement("span",{className:co,ref:Uo},Zr(Qr,!!xr)):y.createElement("span",{className:co,ref:Uo},Qr,Zr()))};var Pr=y.forwardRef(Ca),Ir=function(gt,Yt){var tn={};for(var ft in gt)Object.prototype.hasOwnProperty.call(gt,ft)&&Yt.indexOf(ft)<0&&(tn[ft]=gt[ft]);if(gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Tt=0,ft=Object.getOwnPropertySymbols(gt);Tt<ft.length;Tt++)Yt.indexOf(ft[Tt])<0&&Object.prototype.propertyIsEnumerable.call(gt,ft[Tt])&&(tn[ft[Tt]]=gt[ft[Tt]]);return tn},po=y.forwardRef((gt,Yt)=>{var{style:tn,height:ft,hasControlInside:Tt=!1}=gt,_t=Ir(gt,["style","height","hasControlInside"]);return y.createElement(Pr,Object.assign({ref:Yt,hasControlInside:Tt},_t,{type:"drag",style:Object.assign(Object.assign({},tn),{height:ft})}))});const nn=Pr;nn.Dragger=po,nn.LIST_IGNORE=Xa;var jr=nn},46214:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Te}});var y=E(83963),pe=E(67294),se={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z"}}]},name:"file",theme:"outlined"},me=se,Ee=E(84180),xe=function(Le,He){return pe.createElement(Ee.Z,(0,y.Z)({},Le,{ref:He,icon:me}))},Se=pe.forwardRef(xe),Te=Se},55007:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Te}});var y=E(83963),pe=E(67294),se={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"}}]},name:"left",theme:"outlined"},me=se,Ee=E(84180),xe=function(Le,He){return pe.createElement(Ee.Z,(0,y.Z)({},Le,{ref:He,icon:me}))},Se=pe.forwardRef(xe),Te=Se},79269:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return Te}});var y=E(83963),pe=E(67294),se={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"}}]},name:"right",theme:"outlined"},me=se,Ee=E(84180),xe=function(Le,He){return pe.createElement(Ee.Z,(0,y.Z)({},Le,{ref:He,icon:me}))},Se=pe.forwardRef(xe),Te=Se},17689:function(de,ae){var E,y;(function(){"use strict";var pe={}.hasOwnProperty,se="[native code]";function me(){for(var Ee=[],xe=0;xe<arguments.length;xe++){var Se=arguments[xe];if(Se){var Te=typeof Se;if(Te==="string"||Te==="number")Ee.push(Se);else if(Array.isArray(Se)){if(Se.length){var Ie=me.apply(null,Se);Ie&&Ee.push(Ie)}}else if(Te==="object"){if(Se.toString!==Object.prototype.toString&&!Se.toString.toString().includes("[native code]")){Ee.push(Se.toString());continue}for(var Le in Se)pe.call(Se,Le)&&Se[Le]&&Ee.push(Le)}}}return Ee.join(" ")}de.exports?(me.default=me,de.exports=me):(E=[],y=function(){return me}.apply(ae,E),y!==void 0&&(de.exports=y))})()},92389:function(de,ae){"use strict";var E={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(pe){var se=pe.keyCode;if(pe.altKey&&!pe.ctrlKey||pe.metaKey||se>=E.F1&&se<=E.F12)return!1;switch(se){case E.ALT:case E.CAPS_LOCK:case E.CONTEXT_MENU:case E.CTRL:case E.DOWN:case E.END:case E.ESC:case E.HOME:case E.INSERT:case E.LEFT:case E.MAC_FF_META:case E.META:case E.NUMLOCK:case E.NUM_CENTER:case E.PAGE_DOWN:case E.PAGE_UP:case E.PAUSE:case E.PRINT_SCREEN:case E.RIGHT:case E.SHIFT:case E.UP:case E.WIN_KEY:case E.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(pe){if(pe>=E.ZERO&&pe<=E.NINE||pe>=E.NUM_ZERO&&pe<=E.NUM_MULTIPLY||pe>=E.A&&pe<=E.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&pe===0)return!0;switch(pe){case E.SPACE:case E.QUESTION_MARK:case E.NUM_PLUS:case E.NUM_MINUS:case E.NUM_PERIOD:case E.NUM_DIVISION:case E.SEMICOLON:case E.DASH:case E.EQUALS:case E.COMMA:case E.PERIOD:case E.SLASH:case E.APOSTROPHE:case E.SINGLE_QUOTE:case E.OPEN_SQUARE_BRACKET:case E.BACKSLASH:case E.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};ae.Z=E},94470:function(de){"use strict";var ae=Object.prototype.hasOwnProperty,E=Object.prototype.toString,y=Object.defineProperty,pe=Object.getOwnPropertyDescriptor,se=function(Te){return typeof Array.isArray=="function"?Array.isArray(Te):E.call(Te)==="[object Array]"},me=function(Te){if(!Te||E.call(Te)!=="[object Object]")return!1;var Ie=ae.call(Te,"constructor"),Le=Te.constructor&&Te.constructor.prototype&&ae.call(Te.constructor.prototype,"isPrototypeOf");if(Te.constructor&&!Ie&&!Le)return!1;var He;for(He in Te);return typeof He=="undefined"||ae.call(Te,He)},Ee=function(Te,Ie){y&&Ie.name==="__proto__"?y(Te,Ie.name,{enumerable:!0,configurable:!0,value:Ie.newValue,writable:!0}):Te[Ie.name]=Ie.newValue},xe=function(Te,Ie){if(Ie==="__proto__")if(ae.call(Te,Ie)){if(pe)return pe(Te,Ie).value}else return;return Te[Ie]};de.exports=function Se(){var Te,Ie,Le,He,We,rt,fe=arguments[0],b=1,a=arguments.length,ee=!1;for(typeof fe=="boolean"&&(ee=fe,fe=arguments[1]||{},b=2),(fe==null||typeof fe!="object"&&typeof fe!="function")&&(fe={});b<a;++b)if(Te=arguments[b],Te!=null)for(Ie in Te)Le=xe(fe,Ie),He=xe(Te,Ie),fe!==He&&(ee&&He&&(me(He)||(We=se(He)))?(We?(We=!1,rt=Le&&se(Le)?Le:[]):rt=Le&&me(Le)?Le:{},Ee(fe,{name:Ie,newValue:Se(ee,rt,He)})):typeof He!="undefined"&&Ee(fe,{name:Ie,newValue:He}));return fe}},18139:function(de){var ae=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,E=/\n/g,y=/^\s*/,pe=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,se=/^:\s*/,me=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,Ee=/^[;\s]*/,xe=/^\s+|\s+$/g,Se=`
|
|
|
`,Te="/",Ie="*",Le="",He="comment",We="declaration";de.exports=function(fe,b){if(typeof fe!="string")throw new TypeError("First argument must be a string");if(!fe)return[];b=b||{};var a=1,ee=1;function x(qe){var wt=qe.match(E);wt&&(a+=wt.length);var Bt=qe.lastIndexOf(Se);ee=~Bt?qe.length-Bt:ee+qe.length}function te(){var qe={line:a,column:ee};return function(wt){return wt.position=new re(qe),we(),wt}}function re(qe){this.start=qe,this.end={line:a,column:ee},this.source=b.source}re.prototype.content=fe;var ie=[];function ce(qe){var wt=new Error(b.source+":"+a+":"+ee+": "+qe);if(wt.reason=qe,wt.filename=b.source,wt.line=a,wt.column=ee,wt.source=fe,b.silent)ie.push(wt);else throw wt}function be(qe){var wt=qe.exec(fe);if(wt){var Bt=wt[0];return x(Bt),fe=fe.slice(Bt.length),wt}}function we(){be(y)}function Re(qe){var wt;for(qe=qe||[];wt=Ke();)wt!==!1&&qe.push(wt);return qe}function Ke(){var qe=te();if(!(Te!=fe.charAt(0)||Ie!=fe.charAt(1))){for(var wt=2;Le!=fe.charAt(wt)&&(Ie!=fe.charAt(wt)||Te!=fe.charAt(wt+1));)++wt;if(wt+=2,Le===fe.charAt(wt-1))return ce("End of comment missing");var Bt=fe.slice(2,wt-2);return ee+=2,x(Bt),fe=fe.slice(wt),ee+=2,qe({type:He,comment:Bt})}}function Ue(){var qe=te(),wt=be(pe);if(wt){if(Ke(),!be(se))return ce("property missing ':'");var Bt=be(me),yn=qe({type:We,property:rt(wt[0].replace(ae,Le)),value:Bt?rt(Bt[0].replace(ae,Le)):Le});return be(Ee),yn}}function Ze(){var qe=[];Re(qe);for(var wt;wt=Ue();)wt!==!1&&(qe.push(wt),Re(qe));return qe}return we(),Ze()};function rt(fe){return fe?fe.replace(xe,Le):Le}},46260:function(de){"use strict";de.exports=ae;function ae(E){var y=typeof E=="string"?E.charCodeAt(0):E;return y>=97&&y<=122||y>=65&&y<=90}},7961:function(de,ae,E){"use strict";var y=E(46260),pe=E(46195);de.exports=se;function se(me){return y(me)||pe(me)}},46195:function(de){"use strict";de.exports=ae;function ae(E){var y=typeof E=="string"?E.charCodeAt(0):E;return y>=48&&y<=57}},79480:function(de){"use strict";de.exports=ae;function ae(E){var y=typeof E=="string"?E.charCodeAt(0):E;return y>=97&&y<=102||y>=65&&y<=70||y>=48&&y<=57}},89435:function(de){"use strict";var ae,E=59;de.exports=y;function y(pe){var se="&"+pe+";",me;return ae=ae||document.createElement("i"),ae.innerHTML=se,me=ae.textContent,me.charCodeAt(me.length-1)===E&&pe!=="semi"||me===se?!1:me}},57574:function(de,ae,E){"use strict";var y=E(21922),pe=E(93580),se=E(46195),me=E(79480),Ee=E(7961),xe=E(89435);de.exports=cn;var Se={}.hasOwnProperty,Te=String.fromCharCode,Ie=Function.prototype,Le={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},He=9,We=10,rt=12,fe=32,b=38,a=59,ee=60,x=61,te=35,re=88,ie=120,ce=65533,be="named",we="hexadecimal",Re="decimal",Ke={};Ke[we]=16,Ke[Re]=10;var Ue={};Ue[be]=Ee,Ue[Re]=se,Ue[we]=me;var Ze=1,qe=2,wt=3,Bt=4,yn=5,Pn=6,Ut=7,ln={};ln[Ze]="Named character references must be terminated by a semicolon",ln[qe]="Numeric character references must be terminated by a semicolon",ln[wt]="Named character references cannot be empty",ln[Bt]="Numeric character references cannot be empty",ln[yn]="Named character references must be known",ln[Pn]="Numeric character references cannot be disallowed",ln[Ut]="Numeric character references cannot be outside the permissible Unicode range";function cn(Jt,ia){var Et={},zt,Qt;ia||(ia={});for(Qt in Le)zt=ia[Qt],Et[Qt]=zt==null?Le[Qt]:zt;return(Et.position.indent||Et.position.start)&&(Et.indent=Et.position.indent||[],Et.position=Et.position.start),Cn(Jt,Et)}function Cn(Jt,ia){var Et=ia.additional,zt=ia.nonTerminated,Qt=ia.text,aa=ia.reference,Ct=ia.warning,vn=ia.textContext,Ye=ia.referenceContext,wn=ia.warningContext,Tn=ia.position,Gn=ia.indent||[],Kn=Jt.length,Jn=0,Wt=-1,Sn=Tn.column||1,At=Tn.line||1,ke="",tt=[],Dt,Mt,ht,It,vt,Lt,un,Fn,Dn,Hn,qn,dn,xn,on,st,xt,Gt,Qe,lt;for(typeof Et=="string"&&(Et=Et.charCodeAt(0)),xt=bt(),Fn=Ct?Ot:Ie,Jn--,Kn++;++Jn<Kn;)if(vt===We&&(Sn=Gn[Wt]||1),vt=Jt.charCodeAt(Jn),vt===b){if(un=Jt.charCodeAt(Jn+1),un===He||un===We||un===rt||un===fe||un===b||un===ee||un!==un||Et&&un===Et){ke+=Te(vt),Sn++;continue}for(xn=Jn+1,dn=xn,lt=xn,un===te?(lt=++dn,un=Jt.charCodeAt(lt),un===re||un===ie?(on=we,lt=++dn):on=Re):on=be,Dt="",qn="",It="",st=Ue[on],lt--;++lt<Kn&&(un=Jt.charCodeAt(lt),!!st(un));)It+=Te(un),on===be&&Se.call(y,It)&&(Dt=It,qn=y[It]);ht=Jt.charCodeAt(lt)===a,ht&&(lt++,Mt=on===be?xe(It):!1,Mt&&(Dt=It,qn=Mt)),Qe=1+lt-xn,!ht&&!zt||(It?on===be?(ht&&!qn?Fn(yn,1):(Dt!==It&&(lt=dn+Dt.length,Qe=1+lt-dn,ht=!1),ht||(Dn=Dt?Ze:wt,ia.attribute?(un=Jt.charCodeAt(lt),un===x?(Fn(Dn,Qe),qn=null):Ee(un)?qn=null:Fn(Dn,Qe)):Fn(Dn,Qe))),Lt=qn):(ht||Fn(qe,Qe),Lt=parseInt(It,Ke[on]),Yn(Lt)?(Fn(Ut,Qe),Lt=Te(ce)):Lt in pe?(Fn(Pn,Qe),Lt=pe[Lt]):(Hn="",Vt(Lt)&&Fn(Pn,Qe),Lt>65535&&(Lt-=65536,Hn+=Te(Lt>>>10|55296),Lt=56320|Lt&1023),Lt=Hn+Te(Lt))):on!==be&&Fn(Bt,Qe)),Lt?(rn(),xt=bt(),Jn=lt-1,Sn+=lt-xn+1,tt.push(Lt),Gt=bt(),Gt.offset++,aa&&aa.call(Ye,Lt,{start:xt,end:Gt},Jt.slice(xn-1,lt)),xt=Gt):(It=Jt.slice(xn-1,lt),ke+=It,Sn+=It.length,Jn=lt-1)}else vt===10&&(At++,Wt++,Sn=0),vt===vt?(ke+=Te(vt),Sn++):rn();return tt.join("");function bt(){return{line:At,column:Sn,offset:Jn+(Tn.offset||0)}}function Ot(hn,In){var Vn=bt();Vn.column+=In,Vn.offset+=In,Ct.call(wn,ln[hn],Vn,hn)}function rn(){ke&&(tt.push(ke),Qt&&Qt.call(vn,ke,{start:xt,end:bt()}),ke="")}}function Yn(Jt){return Jt>=55296&&Jt<=57343||Jt>1114111}function Vt(Jt){return Jt>=1&&Jt<=8||Jt===11||Jt>=13&&Jt<=31||Jt>=127&&Jt<=159||Jt>=64976&&Jt<=65007||(Jt&65535)===65535||(Jt&65535)===65534}},26819:function(de,ae){"use strict";var E;var y=typeof Symbol=="function"&&Symbol.for,pe=y?Symbol.for("react.element"):60103,se=y?Symbol.for("react.portal"):60106,me=y?Symbol.for("react.fragment"):60107,Ee=y?Symbol.for("react.strict_mode"):60108,xe=y?Symbol.for("react.profiler"):60114,Se=y?Symbol.for("react.provider"):60109,Te=y?Symbol.for("react.context"):60110,Ie=y?Symbol.for("react.async_mode"):60111,Le=y?Symbol.for("react.concurrent_mode"):60111,He=y?Symbol.for("react.forward_ref"):60112,We=y?Symbol.for("react.suspense"):60113,rt=y?Symbol.for("react.suspense_list"):60120,fe=y?Symbol.for("react.memo"):60115,b=y?Symbol.for("react.lazy"):60116,a=y?Symbol.for("react.block"):60121,ee=y?Symbol.for("react.fundamental"):60117,x=y?Symbol.for("react.responder"):60118,te=y?Symbol.for("react.scope"):60119;function re(ce){if(typeof ce=="object"&&ce!==null){var be=ce.$$typeof;switch(be){case pe:switch(ce=ce.type,ce){case Ie:case Le:case me:case xe:case Ee:case We:return ce;default:switch(ce=ce&&ce.$$typeof,ce){case Te:case He:case b:case fe:case Se:return ce;default:return be}}case se:return be}}}function ie(ce){return re(ce)===Le}E=Ie,E=Le,E=Te,E=Se,E=pe,E=He,E=me,E=b,E=fe,E=se,E=xe,E=Ee,E=We,E=function(ce){return ie(ce)||re(ce)===Ie},E=ie,E=function(ce){return re(ce)===Te},E=function(ce){return re(ce)===Se},E=function(ce){return typeof ce=="object"&&ce!==null&&ce.$$typeof===pe},E=function(ce){return re(ce)===He},E=function(ce){return re(ce)===me},E=function(ce){return re(ce)===b},ae.isMemo=function(ce){return re(ce)===fe},E=function(ce){return re(ce)===se},E=function(ce){return re(ce)===xe},E=function(ce){return re(ce)===Ee},E=function(ce){return re(ce)===We},E=function(ce){return typeof ce=="string"||typeof ce=="function"||ce===me||ce===Le||ce===xe||ce===Ee||ce===We||ce===rt||typeof ce=="object"&&ce!==null&&(ce.$$typeof===b||ce.$$typeof===fe||ce.$$typeof===Se||ce.$$typeof===Te||ce.$$typeof===He||ce.$$typeof===ee||ce.$$typeof===x||ce.$$typeof===te||ce.$$typeof===a)},E=re},18459:function(de,ae,E){"use strict";de.exports=E(26819)},16651:function(de,ae){"use strict";var E;var y=Symbol.for("react.element"),pe=Symbol.for("react.portal"),se=Symbol.for("react.fragment"),me=Symbol.for("react.strict_mode"),Ee=Symbol.for("react.profiler"),xe=Symbol.for("react.provider"),Se=Symbol.for("react.context"),Te=Symbol.for("react.server_context"),Ie=Symbol.for("react.forward_ref"),Le=Symbol.for("react.suspense"),He=Symbol.for("react.suspense_list"),We=Symbol.for("react.memo"),rt=Symbol.for("react.lazy"),fe=Symbol.for("react.offscreen"),b;b=Symbol.for("react.module.reference");function a(ee){if(typeof ee=="object"&&ee!==null){var x=ee.$$typeof;switch(x){case y:switch(ee=ee.type,ee){case se:case Ee:case me:case Le:case He:return ee;default:switch(ee=ee&&ee.$$typeof,ee){case Te:case Se:case Ie:case rt:case We:case xe:return ee;default:return x}}case pe:return x}}}E=Se,E=xe,E=y,E=Ie,E=se,E=rt,E=We,E=pe,E=Ee,E=me,E=Le,E=He,E=function(){return!1},E=function(){return!1},E=function(ee){return a(ee)===Se},E=function(ee){return a(ee)===xe},E=function(ee){return typeof ee=="object"&&ee!==null&&ee.$$typeof===y},E=function(ee){return a(ee)===Ie},E=function(ee){return a(ee)===se},E=function(ee){return a(ee)===rt},E=function(ee){return a(ee)===We},E=function(ee){return a(ee)===pe},E=function(ee){return a(ee)===Ee},E=function(ee){return a(ee)===me},E=function(ee){return a(ee)===Le},E=function(ee){return a(ee)===He},E=function(ee){return typeof ee=="string"||typeof ee=="function"||ee===se||ee===Ee||ee===me||ee===Le||ee===He||ee===fe||typeof ee=="object"&&ee!==null&&(ee.$$typeof===rt||ee.$$typeof===We||ee.$$typeof===xe||ee.$$typeof===Se||ee.$$typeof===Ie||ee.$$typeof===b||ee.getModuleId!==void 0)},E=a},33993:function(de,ae,E){"use strict";E(16651)},46762:function(de,ae){"use strict";var E;var y=Symbol.for("react.element"),pe=Symbol.for("react.portal"),se=Symbol.for("react.fragment"),me=Symbol.for("react.strict_mode"),Ee=Symbol.for("react.profiler"),xe=Symbol.for("react.provider"),Se=Symbol.for("react.context"),Te=Symbol.for("react.server_context"),Ie=Symbol.for("react.forward_ref"),Le=Symbol.for("react.suspense"),He=Symbol.for("react.suspense_list"),We=Symbol.for("react.memo"),rt=Symbol.for("react.lazy"),fe=Symbol.for("react.offscreen"),b;b=Symbol.for("react.module.reference");function a(ee){if(typeof ee=="object"&&ee!==null){var x=ee.$$typeof;switch(x){case y:switch(ee=ee.type,ee){case se:case Ee:case me:case Le:case He:return ee;default:switch(ee=ee&&ee.$$typeof,ee){case Te:case Se:case Ie:case rt:case We:case xe:return ee;default:return x}}case pe:return x}}}E=Se,E=xe,E=y,E=Ie,E=se,E=rt,E=We,E=pe,E=Ee,E=me,E=Le,E=He,E=function(){return!1},E=function(){return!1},E=function(ee){return a(ee)===Se},E=function(ee){return a(ee)===xe},E=function(ee){return typeof ee=="object"&&ee!==null&&ee.$$typeof===y},E=function(ee){return a(ee)===Ie},E=function(ee){return a(ee)===se},E=function(ee){return a(ee)===rt},E=function(ee){return a(ee)===We},E=function(ee){return a(ee)===pe},E=function(ee){return a(ee)===Ee},E=function(ee){return a(ee)===me},E=function(ee){return a(ee)===Le},E=function(ee){return a(ee)===He},E=function(ee){return typeof ee=="string"||typeof ee=="function"||ee===se||ee===Ee||ee===me||ee===Le||ee===He||ee===fe||typeof ee=="object"&&ee!==null&&(ee.$$typeof===rt||ee.$$typeof===We||ee.$$typeof===xe||ee.$$typeof===Se||ee.$$typeof===Ie||ee.$$typeof===b||ee.getModuleId!==void 0)},E=a},35110:function(de,ae,E){"use strict";E(46762)},86128:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return re}});var y=E(87462),pe=E(4942),se=E(1413),me=E(97685),Ee=E(45987),xe=E(67294),Se=E(94184),Te=E.n(Se),Ie=E(64217),Le=E(27822),He=function(ce){for(var be=ce.prefixCls,we=ce.level,Re=ce.isStart,Ke=ce.isEnd,Ue="".concat(be,"-indent-unit"),Ze=[],qe=0;qe<we;qe+=1)Ze.push(xe.createElement("span",{key:qe,className:Te()(Ue,(0,pe.Z)((0,pe.Z)({},"".concat(Ue,"-start"),Re[qe]),"".concat(Ue,"-end"),Ke[qe]))}));return xe.createElement("span",{"aria-hidden":"true",className:"".concat(be,"-indent")},Ze)},We=xe.memo(He),rt=E(35381),fe=E(1089),b=["eventKey","className","style","dragOver","dragOverGapTop","dragOverGapBottom","isLeaf","isStart","isEnd","expanded","selected","checked","halfChecked","loading","domRef","active","data","onMouseMove","selectable"],a="open",ee="close",x="---",te=function(ce){var be,we,Re,Ke=ce.eventKey,Ue=ce.className,Ze=ce.style,qe=ce.dragOver,wt=ce.dragOverGapTop,Bt=ce.dragOverGapBottom,yn=ce.isLeaf,Pn=ce.isStart,Ut=ce.isEnd,ln=ce.expanded,cn=ce.selected,Cn=ce.checked,Yn=ce.halfChecked,Vt=ce.loading,Jt=ce.domRef,ia=ce.active,Et=ce.data,zt=ce.onMouseMove,Qt=ce.selectable,aa=(0,Ee.Z)(ce,b),Ct=xe.useContext(Le.k),vn=xe.useContext(Le.y),Ye=xe.useRef(null),wn=xe.useState(!1),Tn=(0,me.Z)(wn,2),Gn=Tn[0],Kn=Tn[1],Jn=!!(Ct.disabled||ce.disabled||(be=vn.nodeDisabled)!==null&&be!==void 0&&be.call(vn,Et)),Wt=xe.useMemo(function(){return!Ct.checkable||ce.checkable===!1?!1:Ct.checkable},[Ct.checkable,ce.checkable]),Sn=function(Mn){Jn||Ct.onNodeSelect(Mn,(0,fe.F)(ce))},At=function(Mn){Jn||!Wt||ce.disableCheckbox||Ct.onNodeCheck(Mn,(0,fe.F)(ce),!Cn)},ke=xe.useMemo(function(){return typeof Qt=="boolean"?Qt:Ct.selectable},[Qt,Ct.selectable]),tt=function(Mn){Ct.onNodeClick(Mn,(0,fe.F)(ce)),ke?Sn(Mn):At(Mn)},Dt=function(Mn){Ct.onNodeDoubleClick(Mn,(0,fe.F)(ce))},Mt=function(Mn){Ct.onNodeMouseEnter(Mn,(0,fe.F)(ce))},ht=function(Mn){Ct.onNodeMouseLeave(Mn,(0,fe.F)(ce))},It=function(Mn){Ct.onNodeContextMenu(Mn,(0,fe.F)(ce))},vt=xe.useMemo(function(){return!!(Ct.draggable&&(!Ct.draggable.nodeDraggable||Ct.draggable.nodeDraggable(Et)))},[Ct.draggable,Et]),Lt=function(Mn){Mn.stopPropagation(),Kn(!0),Ct.onNodeDragStart(Mn,ce);try{Mn.dataTransfer.setData("text/plain","")}catch(Rn){}},un=function(Mn){Mn.preventDefault(),Mn.stopPropagation(),Ct.onNodeDragEnter(Mn,ce)},Fn=function(Mn){Mn.preventDefault(),Mn.stopPropagation(),Ct.onNodeDragOver(Mn,ce)},Dn=function(Mn){Mn.stopPropagation(),Ct.onNodeDragLeave(Mn,ce)},Hn=function(Mn){Mn.stopPropagation(),Kn(!1),Ct.onNodeDragEnd(Mn,ce)},qn=function(Mn){Mn.preventDefault(),Mn.stopPropagation(),Kn(!1),Ct.onNodeDrop(Mn,ce)},dn=function(Mn){Vt||Ct.onNodeExpand(Mn,(0,fe.F)(ce))},xn=xe.useMemo(function(){var Qn=(0,rt.Z)(Ct.keyEntities,Ke)||{},Mn=Qn.children;return!!(Mn||[]).length},[Ct.keyEntities,Ke]),on=xe.useMemo(function(){return yn===!1?!1:yn||!Ct.loadData&&!xn||Ct.loadData&&ce.loaded&&!xn},[yn,Ct.loadData,xn,ce.loaded]);xe.useEffect(function(){Vt||typeof Ct.loadData=="function"&&ln&&!on&&!ce.loaded&&Ct.onNodeLoad((0,fe.F)(ce))},[Vt,Ct.loadData,Ct.onNodeLoad,ln,on,ce]);var st=xe.useMemo(function(){var Qn;return(Qn=Ct.draggable)!==null&&Qn!==void 0&&Qn.icon?xe.createElement("span",{className:"".concat(Ct.prefixCls,"-draggable-icon")},Ct.draggable.icon):null},[Ct.draggable]),xt=function(Mn){var Rn=ce.switcherIcon||Ct.switcherIcon;return typeof Rn=="function"?Rn((0,se.Z)((0,se.Z)({},ce),{},{isLeaf:Mn})):Rn},Gt=function(){if(on){var Mn=xt(!0);return Mn!==!1?xe.createElement("span",{className:Te()("".concat(Ct.prefixCls,"-switcher"),"".concat(Ct.prefixCls,"-switcher-noop"))},Mn):null}var Rn=xt(!1);return Rn!==!1?xe.createElement("span",{onClick:dn,className:Te()("".concat(Ct.prefixCls,"-switcher"),"".concat(Ct.prefixCls,"-switcher_").concat(ln?a:ee))},Rn):null},Qe=xe.useMemo(function(){if(!Wt)return null;var Qn=typeof Wt!="boolean"?Wt:null;return xe.createElement("span",{className:Te()("".concat(Ct.prefixCls,"-checkbox"),(0,pe.Z)((0,pe.Z)((0,pe.Z)({},"".concat(Ct.prefixCls,"-checkbox-checked"),Cn),"".concat(Ct.prefixCls,"-checkbox-indeterminate"),!Cn&&Yn),"".concat(Ct.prefixCls,"-checkbox-disabled"),Jn||ce.disableCheckbox)),onClick:At,role:"checkbox","aria-checked":Yn?"mixed":Cn,"aria-disabled":Jn||ce.disableCheckbox,"aria-label":"Select ".concat(typeof ce.title=="string"?ce.title:"tree node")},Qn)},[Wt,Cn,Yn,Jn,ce.disableCheckbox,ce.title]),lt=xe.useMemo(function(){return on?null:ln?a:ee},[on,ln]),bt=xe.useMemo(function(){return xe.createElement("span",{className:Te()("".concat(Ct.prefixCls,"-iconEle"),"".concat(Ct.prefixCls,"-icon__").concat(lt||"docu"),(0,pe.Z)({},"".concat(Ct.prefixCls,"-icon_loading"),Vt))})},[Ct.prefixCls,lt,Vt]),Ot=xe.useMemo(function(){var Qn=!!Ct.draggable,Mn=!ce.disabled&&Qn&&Ct.dragOverNodeKey===Ke;return Mn?Ct.dropIndicatorRender({dropPosition:Ct.dropPosition,dropLevelOffset:Ct.dropLevelOffset,indent:Ct.indent,prefixCls:Ct.prefixCls,direction:Ct.direction}):null},[Ct.dropPosition,Ct.dropLevelOffset,Ct.indent,Ct.prefixCls,Ct.direction,Ct.draggable,Ct.dragOverNodeKey,Ct.dropIndicatorRender]),rn=xe.useMemo(function(){var Qn=ce.title,Mn=Qn===void 0?x:Qn,Rn="".concat(Ct.prefixCls,"-node-content-wrapper"),or;if(Ct.showIcon){var Ya=ce.icon||Ct.icon;or=Ya?xe.createElement("span",{className:Te()("".concat(Ct.prefixCls,"-iconEle"),"".concat(Ct.prefixCls,"-icon__customize"))},typeof Ya=="function"?Ya(ce):Ya):bt}else Ct.loadData&&Vt&&(or=bt);var Da;return typeof Mn=="function"?Da=Mn(Et):Ct.titleRender?Da=Ct.titleRender(Et):Da=Mn,xe.createElement("span",{ref:Ye,title:typeof Mn=="string"?Mn:"",className:Te()(Rn,"".concat(Rn,"-").concat(lt||"normal"),(0,pe.Z)({},"".concat(Ct.prefixCls,"-node-selected"),!Jn&&(cn||Gn))),onMouseEnter:Mt,onMouseLeave:ht,onContextMenu:It,onClick:tt,onDoubleClick:Dt},or,xe.createElement("span",{className:"".concat(Ct.prefixCls,"-title")},Da),Ot)},[Ct.prefixCls,Ct.showIcon,ce,Ct.icon,bt,Ct.titleRender,Et,lt,Mt,ht,It,tt,Dt]),hn=(0,Ie.Z)(aa,{aria:!0,data:!0}),In=(0,rt.Z)(Ct.keyEntities,Ke)||{},Vn=In.level,Bn=Ut[Ut.length-1],ga=!Jn&&vt,$n=Ct.draggingNodeKey===Ke,Sa=Qt!==void 0?{"aria-selected":!!Qt}:void 0;return xe.createElement("div",(0,y.Z)({ref:Jt,role:"treeitem","aria-expanded":yn?void 0:ln,className:Te()(Ue,"".concat(Ct.prefixCls,"-treenode"),(Re={},(0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)(Re,"".concat(Ct.prefixCls,"-treenode-disabled"),Jn),"".concat(Ct.prefixCls,"-treenode-switcher-").concat(ln?"open":"close"),!yn),"".concat(Ct.prefixCls,"-treenode-checkbox-checked"),Cn),"".concat(Ct.prefixCls,"-treenode-checkbox-indeterminate"),Yn),"".concat(Ct.prefixCls,"-treenode-selected"),cn),"".concat(Ct.prefixCls,"-treenode-loading"),Vt),"".concat(Ct.prefixCls,"-treenode-active"),ia),"".concat(Ct.prefixCls,"-treenode-leaf-last"),Bn),"".concat(Ct.prefixCls,"-treenode-draggable"),vt),"dragging",$n),(0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)((0,pe.Z)(Re,"drop-target",Ct.dropTargetKey===Ke),"drop-container",Ct.dropContainerKey===Ke),"drag-over",!Jn&&qe),"drag-over-gap-top",!Jn&&wt),"drag-over-gap-bottom",!Jn&&Bt),"filter-node",(we=Ct.filterTreeNode)===null||we===void 0?void 0:we.call(Ct,(0,fe.F)(ce))),"".concat(Ct.prefixCls,"-treenode-leaf"),on))),style:Ze,draggable:ga,onDragStart:ga?Lt:void 0,onDragEnter:vt?un:void 0,onDragOver:vt?Fn:void 0,onDragLeave:vt?Dn:void 0,onDrop:vt?qn:void 0,onDragEnd:vt?Hn:void 0,onMouseMove:zt},Sa,hn),xe.createElement(We,{prefixCls:Ct.prefixCls,level:Vn,isStart:Pn,isEnd:Ut}),st,Gt(),Qe,rn)};te.isTreeNode=1;var re=te},27822:function(de,ae,E){"use strict";E.d(ae,{k:function(){return pe},y:function(){return se}});var y=E(67294),pe=y.createContext(null),se=y.createContext({})},70593:function(de,ae,E){"use strict";E.d(ae,{OF:function(){return Ke.Z},y6:function(){return ee.y},ZP:function(){return Jn}});var y=E(87462),pe=E(71002),se=E(1413),me=E(74902),Ee=E(15671),xe=E(43144),Se=E(97326),Te=E(60136),Ie=E(29388),Le=E(4942),He=E(94184),We=E.n(He),rt=E(15105),fe=E(64217),b=E(80334),a=E(67294),ee=E(27822),x=function(Sn){var At=Sn.dropPosition,ke=Sn.dropLevelOffset,tt=Sn.indent,Dt={pointerEvents:"none",position:"absolute",right:0,backgroundColor:"red",height:2};switch(At){case-1:Dt.top=0,Dt.left=-ke*tt;break;case 1:Dt.bottom=0,Dt.left=-ke*tt;break;case 0:Dt.bottom=0,Dt.left=tt;break}return a.createElement("div",{style:Dt})},te=x;function re(Wt){if(Wt==null)throw new TypeError("Cannot destructure "+Wt)}var ie=E(97685),ce=E(45987),be=E(8410),we=E(73299),Re=E(62874),Ke=E(86128);function Ue(Wt,Sn){var At=a.useState(!1),ke=(0,ie.Z)(At,2),tt=ke[0],Dt=ke[1];(0,be.Z)(function(){if(tt)return Wt(),function(){Sn()}},[tt]),(0,be.Z)(function(){return Dt(!0),function(){Dt(!1)}},[])}var Ze=Ue,qe=E(1089),wt=["className","style","motion","motionNodes","motionType","onMotionStart","onMotionEnd","active","treeNodeRequiredProps"],Bt=a.forwardRef(function(Wt,Sn){var At=Wt.className,ke=Wt.style,tt=Wt.motion,Dt=Wt.motionNodes,Mt=Wt.motionType,ht=Wt.onMotionStart,It=Wt.onMotionEnd,vt=Wt.active,Lt=Wt.treeNodeRequiredProps,un=(0,ce.Z)(Wt,wt),Fn=a.useState(!0),Dn=(0,ie.Z)(Fn,2),Hn=Dn[0],qn=Dn[1],dn=a.useContext(ee.k),xn=dn.prefixCls,on=Dt&&Mt!=="hide";(0,be.Z)(function(){Dt&&on!==Hn&&qn(on)},[Dt]);var st=function(){Dt&&ht()},xt=a.useRef(!1),Gt=function(){Dt&&!xt.current&&(xt.current=!0,It())};Ze(st,Gt);var Qe=function(bt){on===bt&&Gt()};return Dt?a.createElement(Re.Z,(0,y.Z)({ref:Sn,visible:Hn},tt,{motionAppear:Mt==="show",onVisibleChanged:Qe}),function(lt,bt){var Ot=lt.className,rn=lt.style;return a.createElement("div",{ref:bt,className:We()("".concat(xn,"-treenode-motion"),Ot),style:rn},Dt.map(function(hn){var In=Object.assign({},(re(hn.data),hn.data)),Vn=hn.title,Bn=hn.key,ga=hn.isStart,$n=hn.isEnd;delete In.children;var Sa=(0,qe.H8)(Bn,Lt);return a.createElement(Ke.Z,(0,y.Z)({},In,Sa,{title:Vn,active:vt,data:hn.data,key:Bn,isStart:ga,isEnd:$n}))}))}):a.createElement(Ke.Z,(0,y.Z)({domRef:Sn,className:At,style:ke},un,{active:vt}))}),yn=Bt;function Pn(){var Wt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],Sn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],At=Wt.length,ke=Sn.length;if(Math.abs(At-ke)!==1)return{add:!1,key:null};function tt(Dt,Mt){var ht=new Map;Dt.forEach(function(vt){ht.set(vt,!0)});var It=Mt.filter(function(vt){return!ht.has(vt)});return It.length===1?It[0]:null}return At<ke?{add:!0,key:tt(Wt,Sn)}:{add:!1,key:tt(Sn,Wt)}}function Ut(Wt,Sn,At){var ke=Wt.findIndex(function(ht){return ht.key===At}),tt=Wt[ke+1],Dt=Sn.findIndex(function(ht){return ht.key===At});if(tt){var Mt=Sn.findIndex(function(ht){return ht.key===tt.key});return Sn.slice(Dt+1,Mt)}return Sn.slice(Dt+1)}var ln=["prefixCls","data","selectable","checkable","expandedKeys","selectedKeys","checkedKeys","loadedKeys","loadingKeys","halfCheckedKeys","keyEntities","disabled","dragging","dragOverNodeKey","dropPosition","motion","height","itemHeight","virtual","scrollWidth","focusable","activeItem","focused","tabIndex","onKeyDown","onFocus","onBlur","onActiveChange","onListChangeStart","onListChangeEnd"],cn={width:0,height:0,display:"flex",overflow:"hidden",opacity:0,border:0,padding:0,margin:0},Cn=function(){},Yn="RC_TREE_MOTION_".concat(Math.random()),Vt={key:Yn},Jt={key:Yn,level:0,index:0,pos:"0",node:Vt,nodes:[Vt]},ia={parent:null,children:[],pos:Jt.pos,data:Vt,title:null,key:Yn,isStart:[],isEnd:[]};function Et(Wt,Sn,At,ke){return Sn===!1||!At?Wt:Wt.slice(0,Math.ceil(At/ke)+1)}function zt(Wt){var Sn=Wt.key,At=Wt.pos;return(0,qe.km)(Sn,At)}function Qt(Wt){for(var Sn=String(Wt.data.key),At=Wt;At.parent;)At=At.parent,Sn="".concat(At.data.key," > ").concat(Sn);return Sn}var aa=a.forwardRef(function(Wt,Sn){var At=Wt.prefixCls,ke=Wt.data,tt=Wt.selectable,Dt=Wt.checkable,Mt=Wt.expandedKeys,ht=Wt.selectedKeys,It=Wt.checkedKeys,vt=Wt.loadedKeys,Lt=Wt.loadingKeys,un=Wt.halfCheckedKeys,Fn=Wt.keyEntities,Dn=Wt.disabled,Hn=Wt.dragging,qn=Wt.dragOverNodeKey,dn=Wt.dropPosition,xn=Wt.motion,on=Wt.height,st=Wt.itemHeight,xt=Wt.virtual,Gt=Wt.scrollWidth,Qe=Wt.focusable,lt=Wt.activeItem,bt=Wt.focused,Ot=Wt.tabIndex,rn=Wt.onKeyDown,hn=Wt.onFocus,In=Wt.onBlur,Vn=Wt.onActiveChange,Bn=Wt.onListChangeStart,ga=Wt.onListChangeEnd,$n=(0,ce.Z)(Wt,ln),Sa=a.useRef(null),Qn=a.useRef(null);a.useImperativeHandle(Sn,function(){return{scrollTo:function(hr){Sa.current.scrollTo(hr)},getIndentWidth:function(){return Qn.current.offsetWidth}}});var Mn=a.useState(Mt),Rn=(0,ie.Z)(Mn,2),or=Rn[0],Ya=Rn[1],Da=a.useState(ke),Wa=(0,ie.Z)(Da,2),Qa=Wa[0],Je=Wa[1],Ae=a.useState(ke),it=(0,ie.Z)(Ae,2),et=it[0],Zt=it[1],Ln=a.useState([]),mn=(0,ie.Z)(Ln,2),ma=mn[0],Xn=mn[1],Pa=a.useState(null),Ia=(0,ie.Z)(Pa,2),Oa=Ia[0],sn=Ia[1],wa=a.useRef(ke);wa.current=ke;function fr(){var pa=wa.current;Je(pa),Zt(pa),Xn([]),sn(null),ga()}(0,be.Z)(function(){Ya(Mt);var pa=Pn(or,Mt);if(pa.key!==null)if(pa.add){var hr=Qa.findIndex(function(Ir){var Xr=Ir.key;return Xr===pa.key}),cr=Et(Ut(Qa,ke,pa.key),xt,on,st),Xa=Qa.slice();Xa.splice(hr+1,0,ia),Zt(Xa),Xn(cr),sn("show")}else{var Ca=ke.findIndex(function(Ir){var Xr=Ir.key;return Xr===pa.key}),Er=Et(Ut(ke,Qa,pa.key),xt,on,st),Pr=ke.slice();Pr.splice(Ca+1,0,ia),Zt(Pr),Xn(Er),sn("hide")}else Qa!==ke&&(Je(ke),Zt(ke))},[Mt,ke]),a.useEffect(function(){Hn||fr()},[Hn]);var er=xn?et:ke,Ta={expandedKeys:Mt,selectedKeys:ht,loadedKeys:vt,loadingKeys:Lt,checkedKeys:It,halfCheckedKeys:un,dragOverNodeKey:qn,dropPosition:dn,keyEntities:Fn};return a.createElement(a.Fragment,null,bt&<&&a.createElement("span",{style:cn,"aria-live":"assertive"},Qt(lt)),a.createElement("div",null,a.createElement("input",{style:cn,disabled:Qe===!1||Dn,tabIndex:Qe!==!1?Ot:null,onKeyDown:rn,onFocus:hn,onBlur:In,value:"",onChange:Cn,"aria-label":"for screen reader"})),a.createElement("div",{className:"".concat(At,"-treenode"),"aria-hidden":!0,style:{position:"absolute",pointerEvents:"none",visibility:"hidden",height:0,overflow:"hidden",border:0,padding:0}},a.createElement("div",{className:"".concat(At,"-indent")},a.createElement("div",{ref:Qn,className:"".concat(At,"-indent-unit")}))),a.createElement(we.Z,(0,y.Z)({},$n,{data:er,itemKey:zt,height:on,fullHeight:!1,virtual:xt,itemHeight:st,scrollWidth:Gt,prefixCls:"".concat(At,"-list"),ref:Sa,role:"tree",onVisibleChange:function(hr){hr.every(function(cr){return zt(cr)!==Yn})&&fr()}}),function(pa){var hr=pa.pos,cr=Object.assign({},(re(pa.data),pa.data)),Xa=pa.title,Ca=pa.key,Er=pa.isStart,Pr=pa.isEnd,Ir=(0,qe.km)(Ca,hr);delete cr.key,delete cr.children;var Xr=(0,qe.H8)(Ir,Ta);return a.createElement(yn,(0,y.Z)({},cr,Xr,{title:Xa,active:!!lt&&Ca===lt.key,pos:hr,data:pa.data,isStart:Er,isEnd:Pr,motion:xn,motionNodes:Ca===Yn?ma:null,motionType:Oa,onMotionStart:Bn,onMotionEnd:fr,treeNodeRequiredProps:Ta,onMouseMove:function(){Vn(null)}}))}))}),Ct=aa,vn=E(10225),Ye=E(17341),wn=E(35381),Tn=10,Gn=function(Wt){(0,Te.Z)(At,Wt);var Sn=(0,Ie.Z)(At);function At(){var ke;(0,Ee.Z)(this,At);for(var tt=arguments.length,Dt=new Array(tt),Mt=0;Mt<tt;Mt++)Dt[Mt]=arguments[Mt];return ke=Sn.call.apply(Sn,[this].concat(Dt)),(0,Le.Z)((0,Se.Z)(ke),"destroyed",!1),(0,Le.Z)((0,Se.Z)(ke),"delayedDragEnterLogic",void 0),(0,Le.Z)((0,Se.Z)(ke),"loadingRetryTimes",{}),(0,Le.Z)((0,Se.Z)(ke),"state",{keyEntities:{},indent:null,selectedKeys:[],checkedKeys:[],halfCheckedKeys:[],loadedKeys:[],loadingKeys:[],expandedKeys:[],draggingNodeKey:null,dragChildrenKeys:[],dropTargetKey:null,dropPosition:null,dropContainerKey:null,dropLevelOffset:null,dropTargetPos:null,dropAllowed:!0,dragOverNodeKey:null,treeData:[],flattenNodes:[],focused:!1,activeKey:null,listChanging:!1,prevProps:null,fieldNames:(0,qe.w$)()}),(0,Le.Z)((0,Se.Z)(ke),"dragStartMousePosition",null),(0,Le.Z)((0,Se.Z)(ke),"dragNodeProps",null),(0,Le.Z)((0,Se.Z)(ke),"currentMouseOverDroppableNodeKey",null),(0,Le.Z)((0,Se.Z)(ke),"listRef",a.createRef()),(0,Le.Z)((0,Se.Z)(ke),"onNodeDragStart",function(ht,It){var vt=ke.state,Lt=vt.expandedKeys,un=vt.keyEntities,Fn=ke.props.onDragStart,Dn=It.eventKey;ke.dragNodeProps=It,ke.dragStartMousePosition={x:ht.clientX,y:ht.clientY};var Hn=(0,vn._5)(Lt,Dn);ke.setState({draggingNodeKey:Dn,dragChildrenKeys:(0,vn.wA)(Dn,un),indent:ke.listRef.current.getIndentWidth()}),ke.setExpandedKeys(Hn),window.addEventListener("dragend",ke.onWindowDragEnd),Fn==null||Fn({event:ht,node:(0,qe.F)(It)})}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDragEnter",function(ht,It){var vt=ke.state,Lt=vt.expandedKeys,un=vt.keyEntities,Fn=vt.dragChildrenKeys,Dn=vt.flattenNodes,Hn=vt.indent,qn=ke.props,dn=qn.onDragEnter,xn=qn.onExpand,on=qn.allowDrop,st=qn.direction,xt=It.pos,Gt=It.eventKey;if(ke.currentMouseOverDroppableNodeKey!==Gt&&(ke.currentMouseOverDroppableNodeKey=Gt),!ke.dragNodeProps){ke.resetDragState();return}var Qe=(0,vn.OM)(ht,ke.dragNodeProps,It,Hn,ke.dragStartMousePosition,on,Dn,un,Lt,st),lt=Qe.dropPosition,bt=Qe.dropLevelOffset,Ot=Qe.dropTargetKey,rn=Qe.dropContainerKey,hn=Qe.dropTargetPos,In=Qe.dropAllowed,Vn=Qe.dragOverNodeKey;if(Fn.includes(Ot)||!In){ke.resetDragState();return}if(ke.delayedDragEnterLogic||(ke.delayedDragEnterLogic={}),Object.keys(ke.delayedDragEnterLogic).forEach(function(Bn){clearTimeout(ke.delayedDragEnterLogic[Bn])}),ke.dragNodeProps.eventKey!==It.eventKey&&(ht.persist(),ke.delayedDragEnterLogic[xt]=window.setTimeout(function(){if(ke.state.draggingNodeKey!==null){var Bn=(0,me.Z)(Lt),ga=(0,wn.Z)(un,It.eventKey);ga&&(ga.children||[]).length&&(Bn=(0,vn.L0)(Lt,It.eventKey)),ke.props.hasOwnProperty("expandedKeys")||ke.setExpandedKeys(Bn),xn==null||xn(Bn,{node:(0,qe.F)(It),expanded:!0,nativeEvent:ht.nativeEvent})}},800)),ke.dragNodeProps.eventKey===Ot&&bt===0){ke.resetDragState();return}ke.setState({dragOverNodeKey:Vn,dropPosition:lt,dropLevelOffset:bt,dropTargetKey:Ot,dropContainerKey:rn,dropTargetPos:hn,dropAllowed:In}),dn==null||dn({event:ht,node:(0,qe.F)(It),expandedKeys:Lt})}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDragOver",function(ht,It){var vt=ke.state,Lt=vt.dragChildrenKeys,un=vt.flattenNodes,Fn=vt.keyEntities,Dn=vt.expandedKeys,Hn=vt.indent,qn=ke.props,dn=qn.onDragOver,xn=qn.allowDrop,on=qn.direction;if(ke.dragNodeProps){var st=(0,vn.OM)(ht,ke.dragNodeProps,It,Hn,ke.dragStartMousePosition,xn,un,Fn,Dn,on),xt=st.dropPosition,Gt=st.dropLevelOffset,Qe=st.dropTargetKey,lt=st.dropContainerKey,bt=st.dropTargetPos,Ot=st.dropAllowed,rn=st.dragOverNodeKey;Lt.includes(Qe)||!Ot||(ke.dragNodeProps.eventKey===Qe&&Gt===0?ke.state.dropPosition===null&&ke.state.dropLevelOffset===null&&ke.state.dropTargetKey===null&&ke.state.dropContainerKey===null&&ke.state.dropTargetPos===null&&ke.state.dropAllowed===!1&&ke.state.dragOverNodeKey===null||ke.resetDragState():xt===ke.state.dropPosition&&Gt===ke.state.dropLevelOffset&&Qe===ke.state.dropTargetKey&<===ke.state.dropContainerKey&&bt===ke.state.dropTargetPos&&Ot===ke.state.dropAllowed&&rn===ke.state.dragOverNodeKey||ke.setState({dropPosition:xt,dropLevelOffset:Gt,dropTargetKey:Qe,dropContainerKey:lt,dropTargetPos:bt,dropAllowed:Ot,dragOverNodeKey:rn}),dn==null||dn({event:ht,node:(0,qe.F)(It)}))}}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDragLeave",function(ht,It){ke.currentMouseOverDroppableNodeKey===It.eventKey&&!ht.currentTarget.contains(ht.relatedTarget)&&(ke.resetDragState(),ke.currentMouseOverDroppableNodeKey=null);var vt=ke.props.onDragLeave;vt==null||vt({event:ht,node:(0,qe.F)(It)})}),(0,Le.Z)((0,Se.Z)(ke),"onWindowDragEnd",function(ht){ke.onNodeDragEnd(ht,null,!0),window.removeEventListener("dragend",ke.onWindowDragEnd)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDragEnd",function(ht,It){var vt=ke.props.onDragEnd;ke.setState({dragOverNodeKey:null}),ke.cleanDragState(),vt==null||vt({event:ht,node:(0,qe.F)(It)}),ke.dragNodeProps=null,window.removeEventListener("dragend",ke.onWindowDragEnd)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDrop",function(ht,It){var vt,Lt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,un=ke.state,Fn=un.dragChildrenKeys,Dn=un.dropPosition,Hn=un.dropTargetKey,qn=un.dropTargetPos,dn=un.dropAllowed;if(dn){var xn=ke.props.onDrop;if(ke.setState({dragOverNodeKey:null}),ke.cleanDragState(),Hn!==null){var on=(0,se.Z)((0,se.Z)({},(0,qe.H8)(Hn,ke.getTreeNodeRequiredProps())),{},{active:((vt=ke.getActiveItem())===null||vt===void 0?void 0:vt.key)===Hn,data:(0,wn.Z)(ke.state.keyEntities,Hn).node}),st=Fn.includes(Hn);(0,b.ZP)(!st,"Can not drop to dragNode's children node. This is a bug of rc-tree. Please report an issue.");var xt=(0,vn.yx)(qn),Gt={event:ht,node:(0,qe.F)(on),dragNode:ke.dragNodeProps?(0,qe.F)(ke.dragNodeProps):null,dragNodesKeys:[ke.dragNodeProps.eventKey].concat(Fn),dropToGap:Dn!==0,dropPosition:Dn+Number(xt[xt.length-1])};Lt||xn==null||xn(Gt),ke.dragNodeProps=null}}}),(0,Le.Z)((0,Se.Z)(ke),"cleanDragState",function(){var ht=ke.state.draggingNodeKey;ht!==null&&ke.setState({draggingNodeKey:null,dropPosition:null,dropContainerKey:null,dropTargetKey:null,dropLevelOffset:null,dropAllowed:!0,dragOverNodeKey:null}),ke.dragStartMousePosition=null,ke.currentMouseOverDroppableNodeKey=null}),(0,Le.Z)((0,Se.Z)(ke),"triggerExpandActionExpand",function(ht,It){var vt=ke.state,Lt=vt.expandedKeys,un=vt.flattenNodes,Fn=It.expanded,Dn=It.key,Hn=It.isLeaf;if(!(Hn||ht.shiftKey||ht.metaKey||ht.ctrlKey)){var qn=un.filter(function(xn){return xn.key===Dn})[0],dn=(0,qe.F)((0,se.Z)((0,se.Z)({},(0,qe.H8)(Dn,ke.getTreeNodeRequiredProps())),{},{data:qn.data}));ke.setExpandedKeys(Fn?(0,vn._5)(Lt,Dn):(0,vn.L0)(Lt,Dn)),ke.onNodeExpand(ht,dn)}}),(0,Le.Z)((0,Se.Z)(ke),"onNodeClick",function(ht,It){var vt=ke.props,Lt=vt.onClick,un=vt.expandAction;un==="click"&&ke.triggerExpandActionExpand(ht,It),Lt==null||Lt(ht,It)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeDoubleClick",function(ht,It){var vt=ke.props,Lt=vt.onDoubleClick,un=vt.expandAction;un==="doubleClick"&&ke.triggerExpandActionExpand(ht,It),Lt==null||Lt(ht,It)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeSelect",function(ht,It){var vt=ke.state.selectedKeys,Lt=ke.state,un=Lt.keyEntities,Fn=Lt.fieldNames,Dn=ke.props,Hn=Dn.onSelect,qn=Dn.multiple,dn=It.selected,xn=It[Fn.key],on=!dn;on?qn?vt=(0,vn.L0)(vt,xn):vt=[xn]:vt=(0,vn._5)(vt,xn);var st=vt.map(function(xt){var Gt=(0,wn.Z)(un,xt);return Gt?Gt.node:null}).filter(Boolean);ke.setUncontrolledState({selectedKeys:vt}),Hn==null||Hn(vt,{event:"select",selected:on,node:It,selectedNodes:st,nativeEvent:ht.nativeEvent})}),(0,Le.Z)((0,Se.Z)(ke),"onNodeCheck",function(ht,It,vt){var Lt=ke.state,un=Lt.keyEntities,Fn=Lt.checkedKeys,Dn=Lt.halfCheckedKeys,Hn=ke.props,qn=Hn.checkStrictly,dn=Hn.onCheck,xn=It.key,on,st={event:"check",node:It,checked:vt,nativeEvent:ht.nativeEvent};if(qn){var xt=vt?(0,vn.L0)(Fn,xn):(0,vn._5)(Fn,xn),Gt=(0,vn._5)(Dn,xn);on={checked:xt,halfChecked:Gt},st.checkedNodes=xt.map(function(hn){return(0,wn.Z)(un,hn)}).filter(Boolean).map(function(hn){return hn.node}),ke.setUncontrolledState({checkedKeys:xt})}else{var Qe=(0,Ye.S)([].concat((0,me.Z)(Fn),[xn]),!0,un),lt=Qe.checkedKeys,bt=Qe.halfCheckedKeys;if(!vt){var Ot=new Set(lt);Ot.delete(xn);var rn=(0,Ye.S)(Array.from(Ot),{checked:!1,halfCheckedKeys:bt},un);lt=rn.checkedKeys,bt=rn.halfCheckedKeys}on=lt,st.checkedNodes=[],st.checkedNodesPositions=[],st.halfCheckedKeys=bt,lt.forEach(function(hn){var In=(0,wn.Z)(un,hn);if(In){var Vn=In.node,Bn=In.pos;st.checkedNodes.push(Vn),st.checkedNodesPositions.push({node:Vn,pos:Bn})}}),ke.setUncontrolledState({checkedKeys:lt},!1,{halfCheckedKeys:bt})}dn==null||dn(on,st)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeLoad",function(ht){var It,vt=ht.key,Lt=ke.state.keyEntities,un=(0,wn.Z)(Lt,vt);if(!(un!=null&&(It=un.children)!==null&&It!==void 0&&It.length)){var Fn=new Promise(function(Dn,Hn){ke.setState(function(qn){var dn=qn.loadedKeys,xn=dn===void 0?[]:dn,on=qn.loadingKeys,st=on===void 0?[]:on,xt=ke.props,Gt=xt.loadData,Qe=xt.onLoad;if(!Gt||xn.includes(vt)||st.includes(vt))return null;var lt=Gt(ht);return lt.then(function(){var bt=ke.state.loadedKeys,Ot=(0,vn.L0)(bt,vt);Qe==null||Qe(Ot,{event:"load",node:ht}),ke.setUncontrolledState({loadedKeys:Ot}),ke.setState(function(rn){return{loadingKeys:(0,vn._5)(rn.loadingKeys,vt)}}),Dn()}).catch(function(bt){if(ke.setState(function(rn){return{loadingKeys:(0,vn._5)(rn.loadingKeys,vt)}}),ke.loadingRetryTimes[vt]=(ke.loadingRetryTimes[vt]||0)+1,ke.loadingRetryTimes[vt]>=Tn){var Ot=ke.state.loadedKeys;(0,b.ZP)(!1,"Retry for `loadData` many times but still failed. No more retry."),ke.setUncontrolledState({loadedKeys:(0,vn.L0)(Ot,vt)}),Dn()}Hn(bt)}),{loadingKeys:(0,vn.L0)(st,vt)}})});return Fn.catch(function(){}),Fn}}),(0,Le.Z)((0,Se.Z)(ke),"onNodeMouseEnter",function(ht,It){var vt=ke.props.onMouseEnter;vt==null||vt({event:ht,node:It})}),(0,Le.Z)((0,Se.Z)(ke),"onNodeMouseLeave",function(ht,It){var vt=ke.props.onMouseLeave;vt==null||vt({event:ht,node:It})}),(0,Le.Z)((0,Se.Z)(ke),"onNodeContextMenu",function(ht,It){var vt=ke.props.onRightClick;vt&&(ht.preventDefault(),vt({event:ht,node:It}))}),(0,Le.Z)((0,Se.Z)(ke),"onFocus",function(){var ht=ke.props.onFocus;ke.setState({focused:!0});for(var It=arguments.length,vt=new Array(It),Lt=0;Lt<It;Lt++)vt[Lt]=arguments[Lt];ht==null||ht.apply(void 0,vt)}),(0,Le.Z)((0,Se.Z)(ke),"onBlur",function(){var ht=ke.props.onBlur;ke.setState({focused:!1}),ke.onActiveChange(null);for(var It=arguments.length,vt=new Array(It),Lt=0;Lt<It;Lt++)vt[Lt]=arguments[Lt];ht==null||ht.apply(void 0,vt)}),(0,Le.Z)((0,Se.Z)(ke),"getTreeNodeRequiredProps",function(){var ht=ke.state,It=ht.expandedKeys,vt=ht.selectedKeys,Lt=ht.loadedKeys,un=ht.loadingKeys,Fn=ht.checkedKeys,Dn=ht.halfCheckedKeys,Hn=ht.dragOverNodeKey,qn=ht.dropPosition,dn=ht.keyEntities;return{expandedKeys:It||[],selectedKeys:vt||[],loadedKeys:Lt||[],loadingKeys:un||[],checkedKeys:Fn||[],halfCheckedKeys:Dn||[],dragOverNodeKey:Hn,dropPosition:qn,keyEntities:dn}}),(0,Le.Z)((0,Se.Z)(ke),"setExpandedKeys",function(ht){var It=ke.state,vt=It.treeData,Lt=It.fieldNames,un=(0,qe.oH)(vt,ht,Lt);ke.setUncontrolledState({expandedKeys:ht,flattenNodes:un},!0)}),(0,Le.Z)((0,Se.Z)(ke),"onNodeExpand",function(ht,It){var vt=ke.state.expandedKeys,Lt=ke.state,un=Lt.listChanging,Fn=Lt.fieldNames,Dn=ke.props,Hn=Dn.onExpand,qn=Dn.loadData,dn=It.expanded,xn=It[Fn.key];if(!un){var on=vt.includes(xn),st=!dn;if((0,b.ZP)(dn&&on||!dn&&!on,"Expand state not sync with index check"),vt=st?(0,vn.L0)(vt,xn):(0,vn._5)(vt,xn),ke.setExpandedKeys(vt),Hn==null||Hn(vt,{node:It,expanded:st,nativeEvent:ht.nativeEvent}),st&&qn){var xt=ke.onNodeLoad(It);xt&&xt.then(function(){var Gt=(0,qe.oH)(ke.state.treeData,vt,Fn);ke.setUncontrolledState({flattenNodes:Gt})}).catch(function(){var Gt=ke.state.expandedKeys,Qe=(0,vn._5)(Gt,xn);ke.setExpandedKeys(Qe)})}}}),(0,Le.Z)((0,Se.Z)(ke),"onListChangeStart",function(){ke.setUncontrolledState({listChanging:!0})}),(0,Le.Z)((0,Se.Z)(ke),"onListChangeEnd",function(){setTimeout(function(){ke.setUncontrolledState({listChanging:!1})})}),(0,Le.Z)((0,Se.Z)(ke),"onActiveChange",function(ht){var It=ke.state.activeKey,vt=ke.props,Lt=vt.onActiveChange,un=vt.itemScrollOffset,Fn=un===void 0?0:un;It!==ht&&(ke.setState({activeKey:ht}),ht!==null&&ke.scrollTo({key:ht,offset:Fn}),Lt==null||Lt(ht))}),(0,Le.Z)((0,Se.Z)(ke),"getActiveItem",function(){var ht=ke.state,It=ht.activeKey,vt=ht.flattenNodes;return It===null?null:vt.find(function(Lt){var un=Lt.key;return un===It})||null}),(0,Le.Z)((0,Se.Z)(ke),"offsetActiveKey",function(ht){var It=ke.state,vt=It.flattenNodes,Lt=It.activeKey,un=vt.findIndex(function(Hn){var qn=Hn.key;return qn===Lt});un===-1&&ht<0&&(un=vt.length),un=(un+ht+vt.length)%vt.length;var Fn=vt[un];if(Fn){var Dn=Fn.key;ke.onActiveChange(Dn)}else ke.onActiveChange(null)}),(0,Le.Z)((0,Se.Z)(ke),"onKeyDown",function(ht){var It=ke.state,vt=It.activeKey,Lt=It.expandedKeys,un=It.checkedKeys,Fn=It.fieldNames,Dn=ke.props,Hn=Dn.onKeyDown,qn=Dn.checkable,dn=Dn.selectable;switch(ht.which){case rt.Z.UP:{ke.offsetActiveKey(-1),ht.preventDefault();break}case rt.Z.DOWN:{ke.offsetActiveKey(1),ht.preventDefault();break}}var xn=ke.getActiveItem();if(xn&&xn.data){var on=ke.getTreeNodeRequiredProps(),st=xn.data.isLeaf===!1||!!(xn.data[Fn.children]||[]).length,xt=(0,qe.F)((0,se.Z)((0,se.Z)({},(0,qe.H8)(vt,on)),{},{data:xn.data,active:!0}));switch(ht.which){case rt.Z.LEFT:{st&&Lt.includes(vt)?ke.onNodeExpand({},xt):xn.parent&&ke.onActiveChange(xn.parent.key),ht.preventDefault();break}case rt.Z.RIGHT:{st&&!Lt.includes(vt)?ke.onNodeExpand({},xt):xn.children&&xn.children.length&&ke.onActiveChange(xn.children[0].key),ht.preventDefault();break}case rt.Z.ENTER:case rt.Z.SPACE:{qn&&!xt.disabled&&xt.checkable!==!1&&!xt.disableCheckbox?ke.onNodeCheck({},xt,!un.includes(vt)):!qn&&dn&&!xt.disabled&&xt.selectable!==!1&&ke.onNodeSelect({},xt);break}}}Hn==null||Hn(ht)}),(0,Le.Z)((0,Se.Z)(ke),"setUncontrolledState",function(ht){var It=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,vt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!ke.destroyed){var Lt=!1,un=!0,Fn={};Object.keys(ht).forEach(function(Dn){if(ke.props.hasOwnProperty(Dn)){un=!1;return}Lt=!0,Fn[Dn]=ht[Dn]}),Lt&&(!It||un)&&ke.setState((0,se.Z)((0,se.Z)({},Fn),vt))}}),(0,Le.Z)((0,Se.Z)(ke),"scrollTo",function(ht){ke.listRef.current.scrollTo(ht)}),ke}return(0,xe.Z)(At,[{key:"componentDidMount",value:function(){this.destroyed=!1,this.onUpdated()}},{key:"componentDidUpdate",value:function(){this.onUpdated()}},{key:"onUpdated",value:function(){var tt=this.props,Dt=tt.activeKey,Mt=tt.itemScrollOffset,ht=Mt===void 0?0:Mt;Dt!==void 0&&Dt!==this.state.activeKey&&(this.setState({activeKey:Dt}),Dt!==null&&this.scrollTo({key:Dt,offset:ht}))}},{key:"componentWillUnmount",value:function(){window.removeEventListener("dragend",this.onWindowDragEnd),this.destroyed=!0}},{key:"resetDragState",value:function(){this.setState({dragOverNodeKey:null,dropPosition:null,dropLevelOffset:null,dropTargetKey:null,dropContainerKey:null,dropTargetPos:null,dropAllowed:!1})}},{key:"render",value:function(){var tt=this.state,Dt=tt.focused,Mt=tt.flattenNodes,ht=tt.keyEntities,It=tt.draggingNodeKey,vt=tt.activeKey,Lt=tt.dropLevelOffset,un=tt.dropContainerKey,Fn=tt.dropTargetKey,Dn=tt.dropPosition,Hn=tt.dragOverNodeKey,qn=tt.indent,dn=this.props,xn=dn.prefixCls,on=dn.className,st=dn.style,xt=dn.showLine,Gt=dn.focusable,Qe=dn.tabIndex,lt=Qe===void 0?0:Qe,bt=dn.selectable,Ot=dn.showIcon,rn=dn.icon,hn=dn.switcherIcon,In=dn.draggable,Vn=dn.checkable,Bn=dn.checkStrictly,ga=dn.disabled,$n=dn.motion,Sa=dn.loadData,Qn=dn.filterTreeNode,Mn=dn.height,Rn=dn.itemHeight,or=dn.scrollWidth,Ya=dn.virtual,Da=dn.titleRender,Wa=dn.dropIndicatorRender,Qa=dn.onContextMenu,Je=dn.onScroll,Ae=dn.direction,it=dn.rootClassName,et=dn.rootStyle,Zt=(0,fe.Z)(this.props,{aria:!0,data:!0}),Ln;In&&((0,pe.Z)(In)==="object"?Ln=In:typeof In=="function"?Ln={nodeDraggable:In}:Ln={});var mn={prefixCls:xn,selectable:bt,showIcon:Ot,icon:rn,switcherIcon:hn,draggable:Ln,draggingNodeKey:It,checkable:Vn,checkStrictly:Bn,disabled:ga,keyEntities:ht,dropLevelOffset:Lt,dropContainerKey:un,dropTargetKey:Fn,dropPosition:Dn,dragOverNodeKey:Hn,indent:qn,direction:Ae,dropIndicatorRender:Wa,loadData:Sa,filterTreeNode:Qn,titleRender:Da,onNodeClick:this.onNodeClick,onNodeDoubleClick:this.onNodeDoubleClick,onNodeExpand:this.onNodeExpand,onNodeSelect:this.onNodeSelect,onNodeCheck:this.onNodeCheck,onNodeLoad:this.onNodeLoad,onNodeMouseEnter:this.onNodeMouseEnter,onNodeMouseLeave:this.onNodeMouseLeave,onNodeContextMenu:this.onNodeContextMenu,onNodeDragStart:this.onNodeDragStart,onNodeDragEnter:this.onNodeDragEnter,onNodeDragOver:this.onNodeDragOver,onNodeDragLeave:this.onNodeDragLeave,onNodeDragEnd:this.onNodeDragEnd,onNodeDrop:this.onNodeDrop};return a.createElement(ee.k.Provider,{value:mn},a.createElement("div",{className:We()(xn,on,it,(0,Le.Z)((0,Le.Z)((0,Le.Z)({},"".concat(xn,"-show-line"),xt),"".concat(xn,"-focused"),Dt),"".concat(xn,"-active-focused"),vt!==null)),style:et},a.createElement(Ct,(0,y.Z)({ref:this.listRef,prefixCls:xn,style:st,data:Mt,disabled:ga,selectable:bt,checkable:!!Vn,motion:$n,dragging:It!==null,height:Mn,itemHeight:Rn,virtual:Ya,focusable:Gt,focused:Dt,tabIndex:lt,activeItem:this.getActiveItem(),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,onActiveChange:this.onActiveChange,onListChangeStart:this.onListChangeStart,onListChangeEnd:this.onListChangeEnd,onContextMenu:Qa,onScroll:Je,scrollWidth:or},this.getTreeNodeRequiredProps(),Zt))))}}],[{key:"getDerivedStateFromProps",value:function(tt,Dt){var Mt=Dt.prevProps,ht={prevProps:tt};function It(lt){return!Mt&&tt.hasOwnProperty(lt)||Mt&&Mt[lt]!==tt[lt]}var vt,Lt=Dt.fieldNames;if(It("fieldNames")&&(Lt=(0,qe.w$)(tt.fieldNames),ht.fieldNames=Lt),It("treeData")?vt=tt.treeData:It("children")&&((0,b.ZP)(!1,"`children` of Tree is deprecated. Please use `treeData` instead."),vt=(0,qe.zn)(tt.children)),vt){ht.treeData=vt;var un=(0,qe.I8)(vt,{fieldNames:Lt});ht.keyEntities=(0,se.Z)((0,Le.Z)({},Yn,Jt),un.keyEntities)}var Fn=ht.keyEntities||Dt.keyEntities;if(It("expandedKeys")||Mt&&It("autoExpandParent"))ht.expandedKeys=tt.autoExpandParent||!Mt&&tt.defaultExpandParent?(0,vn.r7)(tt.expandedKeys,Fn):tt.expandedKeys;else if(!Mt&&tt.defaultExpandAll){var Dn=(0,se.Z)({},Fn);delete Dn[Yn];var Hn=[];Object.keys(Dn).forEach(function(lt){var bt=Dn[lt];bt.children&&bt.children.length&&Hn.push(bt.key)}),ht.expandedKeys=Hn}else!Mt&&tt.defaultExpandedKeys&&(ht.expandedKeys=tt.autoExpandParent||tt.defaultExpandParent?(0,vn.r7)(tt.defaultExpandedKeys,Fn):tt.defaultExpandedKeys);if(ht.expandedKeys||delete ht.expandedKeys,vt||ht.expandedKeys){var qn=(0,qe.oH)(vt||Dt.treeData,ht.expandedKeys||Dt.expandedKeys,Lt);ht.flattenNodes=qn}if(tt.selectable&&(It("selectedKeys")?ht.selectedKeys=(0,vn.BT)(tt.selectedKeys,tt):!Mt&&tt.defaultSelectedKeys&&(ht.selectedKeys=(0,vn.BT)(tt.defaultSelectedKeys,tt))),tt.checkable){var dn;if(It("checkedKeys")?dn=(0,vn.E6)(tt.checkedKeys)||{}:!Mt&&tt.defaultCheckedKeys?dn=(0,vn.E6)(tt.defaultCheckedKeys)||{}:vt&&(dn=(0,vn.E6)(tt.checkedKeys)||{checkedKeys:Dt.checkedKeys,halfCheckedKeys:Dt.halfCheckedKeys}),dn){var xn=dn,on=xn.checkedKeys,st=on===void 0?[]:on,xt=xn.halfCheckedKeys,Gt=xt===void 0?[]:xt;if(!tt.checkStrictly){var Qe=(0,Ye.S)(st,!0,Fn);st=Qe.checkedKeys,Gt=Qe.halfCheckedKeys}ht.checkedKeys=st,ht.halfCheckedKeys=Gt}}return It("loadedKeys")&&(ht.loadedKeys=tt.loadedKeys),ht}}]),At}(a.Component);(0,Le.Z)(Gn,"defaultProps",{prefixCls:"rc-tree",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[],dropIndicatorRender:te,allowDrop:function(){return!0},expandAction:!1}),(0,Le.Z)(Gn,"TreeNode",Ke.Z);var Kn=Gn,Jn=Kn},10225:function(de,ae,E){"use strict";E.d(ae,{BT:function(){return a},E6:function(){return te},L0:function(){return Le},OM:function(){return b},_5:function(){return Ie},r7:function(){return re},wA:function(){return We},yx:function(){return He}});var y=E(74902),pe=E(71002),se=E(80334),me=E(67294),Ee=E(86128),xe=E(35381),Se=E(1089),Te=null;function Ie(ie,ce){if(!ie)return[];var be=ie.slice(),we=be.indexOf(ce);return we>=0&&be.splice(we,1),be}function Le(ie,ce){var be=(ie||[]).slice();return be.indexOf(ce)===-1&&be.push(ce),be}function He(ie){return ie.split("-")}function We(ie,ce){var be=[],we=(0,xe.Z)(ce,ie);function Re(){var Ke=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];Ke.forEach(function(Ue){var Ze=Ue.key,qe=Ue.children;be.push(Ze),Re(qe)})}return Re(we.children),be}function rt(ie){if(ie.parent){var ce=He(ie.pos);return Number(ce[ce.length-1])===ie.parent.children.length-1}return!1}function fe(ie){var ce=He(ie.pos);return Number(ce[ce.length-1])===0}function b(ie,ce,be,we,Re,Ke,Ue,Ze,qe,wt){var Bt,yn=ie.clientX,Pn=ie.clientY,Ut=ie.target.getBoundingClientRect(),ln=Ut.top,cn=Ut.height,Cn=(wt==="rtl"?-1:1)*(((Re==null?void 0:Re.x)||0)-yn),Yn=(Cn-12)/we,Vt=qe.filter(function(Jn){var Wt;return(Wt=Ze[Jn])===null||Wt===void 0||(Wt=Wt.children)===null||Wt===void 0?void 0:Wt.length}),Jt=(0,xe.Z)(Ze,be.eventKey);if(Pn<ln+cn/2){var ia=Ue.findIndex(function(Jn){return Jn.key===Jt.key}),Et=ia<=0?0:ia-1,zt=Ue[Et].key;Jt=(0,xe.Z)(Ze,zt)}var Qt=Jt.key,aa=Jt,Ct=Jt.key,vn=0,Ye=0;if(!Vt.includes(Qt))for(var wn=0;wn<Yn&&rt(Jt);wn+=1)Jt=Jt.parent,Ye+=1;var Tn=ce.data,Gn=Jt.node,Kn=!0;return fe(Jt)&&Jt.level===0&&Pn<ln+cn/2&&Ke({dragNode:Tn,dropNode:Gn,dropPosition:-1})&&Jt.key===be.eventKey?vn=-1:(aa.children||[]).length&&Vt.includes(Ct)?Ke({dragNode:Tn,dropNode:Gn,dropPosition:0})?vn=0:Kn=!1:Ye===0?Yn>-1.5?Ke({dragNode:Tn,dropNode:Gn,dropPosition:1})?vn=1:Kn=!1:Ke({dragNode:Tn,dropNode:Gn,dropPosition:0})?vn=0:Ke({dragNode:Tn,dropNode:Gn,dropPosition:1})?vn=1:Kn=!1:Ke({dragNode:Tn,dropNode:Gn,dropPosition:1})?vn=1:Kn=!1,{dropPosition:vn,dropLevelOffset:Ye,dropTargetKey:Jt.key,dropTargetPos:Jt.pos,dragOverNodeKey:Ct,dropContainerKey:vn===0?null:((Bt=Jt.parent)===null||Bt===void 0?void 0:Bt.key)||null,dropAllowed:Kn}}function a(ie,ce){if(ie){var be=ce.multiple;return be?ie.slice():ie.length?[ie[0]]:ie}}var ee=function(ce){return ce};function x(ie,ce){if(!ie)return[];var be=ce||{},we=be.processProps,Re=we===void 0?ee:we,Ke=Array.isArray(ie)?ie:[ie];return Ke.map(function(Ue){var Ze=Ue.children,qe=_objectWithoutProperties(Ue,Te),wt=x(Ze,ce);return React.createElement(TreeNode,_extends({key:qe.key},Re(qe)),wt)})}function te(ie){if(!ie)return null;var ce;if(Array.isArray(ie))ce={checkedKeys:ie,halfCheckedKeys:void 0};else if((0,pe.Z)(ie)==="object")ce={checkedKeys:ie.checked||void 0,halfCheckedKeys:ie.halfChecked||void 0};else return(0,se.ZP)(!1,"`checkedKeys` is not an array or an object"),null;return ce}function re(ie,ce){var be=new Set;function we(Re){if(!be.has(Re)){var Ke=(0,xe.Z)(ce,Re);if(Ke){be.add(Re);var Ue=Ke.parent,Ze=Ke.node;Ze.disabled||Ue&&we(Ue.key)}}}return(ie||[]).forEach(function(Re){we(Re)}),(0,y.Z)(be)}},17341:function(de,ae,E){"use strict";E.d(ae,{S:function(){return Se}});var y=E(80334),pe=E(35381);function se(Te,Ie){var Le=new Set;return Te.forEach(function(He){Ie.has(He)||Le.add(He)}),Le}function me(Te){var Ie=Te||{},Le=Ie.disabled,He=Ie.disableCheckbox,We=Ie.checkable;return!!(Le||He)||We===!1}function Ee(Te,Ie,Le,He){for(var We=new Set(Te),rt=new Set,fe=0;fe<=Le;fe+=1){var b=Ie.get(fe)||new Set;b.forEach(function(te){var re=te.key,ie=te.node,ce=te.children,be=ce===void 0?[]:ce;We.has(re)&&!He(ie)&&be.filter(function(we){return!He(we.node)}).forEach(function(we){We.add(we.key)})})}for(var a=new Set,ee=Le;ee>=0;ee-=1){var x=Ie.get(ee)||new Set;x.forEach(function(te){var re=te.parent,ie=te.node;if(!(He(ie)||!te.parent||a.has(te.parent.key))){if(He(te.parent.node)){a.add(re.key);return}var ce=!0,be=!1;(re.children||[]).filter(function(we){return!He(we.node)}).forEach(function(we){var Re=we.key,Ke=We.has(Re);ce&&!Ke&&(ce=!1),!be&&(Ke||rt.has(Re))&&(be=!0)}),ce&&We.add(re.key),be&&rt.add(re.key),a.add(re.key)}})}return{checkedKeys:Array.from(We),halfCheckedKeys:Array.from(se(rt,We))}}function xe(Te,Ie,Le,He,We){for(var rt=new Set(Te),fe=new Set(Ie),b=0;b<=He;b+=1){var a=Le.get(b)||new Set;a.forEach(function(re){var ie=re.key,ce=re.node,be=re.children,we=be===void 0?[]:be;!rt.has(ie)&&!fe.has(ie)&&!We(ce)&&we.filter(function(Re){return!We(Re.node)}).forEach(function(Re){rt.delete(Re.key)})})}fe=new Set;for(var ee=new Set,x=He;x>=0;x-=1){var te=Le.get(x)||new Set;te.forEach(function(re){var ie=re.parent,ce=re.node;if(!(We(ce)||!re.parent||ee.has(re.parent.key))){if(We(re.parent.node)){ee.add(ie.key);return}var be=!0,we=!1;(ie.children||[]).filter(function(Re){return!We(Re.node)}).forEach(function(Re){var Ke=Re.key,Ue=rt.has(Ke);be&&!Ue&&(be=!1),!we&&(Ue||fe.has(Ke))&&(we=!0)}),be||rt.delete(ie.key),we&&fe.add(ie.key),ee.add(ie.key)}})}return{checkedKeys:Array.from(rt),halfCheckedKeys:Array.from(se(fe,rt))}}function Se(Te,Ie,Le,He){var We=[],rt;He?rt=He:rt=me;var fe=new Set(Te.filter(function(x){var te=!!(0,pe.Z)(Le,x);return te||We.push(x),te})),b=new Map,a=0;Object.keys(Le).forEach(function(x){var te=Le[x],re=te.level,ie=b.get(re);ie||(ie=new Set,b.set(re,ie)),ie.add(te),a=Math.max(a,re)}),(0,y.ZP)(!We.length,"Tree missing follow keys: ".concat(We.slice(0,100).map(function(x){return"'".concat(x,"'")}).join(", ")));var ee;return Ie===!0?ee=Ee(fe,b,a,rt):ee=xe(fe,Ie.halfCheckedKeys,b,a,rt),ee}},35381:function(de,ae,E){"use strict";E.d(ae,{Z:function(){return y}});function y(pe,se){return pe[se]}},1089:function(de,ae,E){"use strict";E.d(ae,{F:function(){return re},H8:function(){return te},I8:function(){return x},km:function(){return We},oH:function(){return a},w$:function(){return rt},zn:function(){return b}});var y=E(71002),pe=E(74902),se=E(1413),me=E(45987),Ee=E(50344),xe=E(98423),Se=E(80334),Te=E(35381),Ie=["children"];function Le(ie,ce){return"".concat(ie,"-").concat(ce)}function He(ie){return ie&&ie.type&&ie.type.isTreeNode}function We(ie,ce){return ie!=null?ie:ce}function rt(ie){var ce=ie||{},be=ce.title,we=ce._title,Re=ce.key,Ke=ce.children,Ue=be||"title";return{title:Ue,_title:we||[Ue],key:Re||"key",children:Ke||"children"}}function fe(ie,ce){var be=new Map;function we(Re){var Ke=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(Re||[]).forEach(function(Ue){var Ze=Ue[ce.key],qe=Ue[ce.children];warning(Ze!=null,"Tree node must have a certain key: [".concat(Ke).concat(Ze,"]"));var wt=String(Ze);warning(!be.has(wt)||Ze===null||Ze===void 0,"Same 'key' exist in the Tree: ".concat(wt)),be.set(wt,!0),we(qe,"".concat(Ke).concat(wt," > "))})}we(ie)}function b(ie){function ce(be){var we=(0,Ee.Z)(be);return we.map(function(Re){if(!He(Re))return(0,Se.ZP)(!Re,"Tree/TreeNode can only accept TreeNode as children."),null;var Ke=Re.key,Ue=Re.props,Ze=Ue.children,qe=(0,me.Z)(Ue,Ie),wt=(0,se.Z)({key:Ke},qe),Bt=ce(Ze);return Bt.length&&(wt.children=Bt),wt}).filter(function(Re){return Re})}return ce(ie)}function a(ie,ce,be){var we=rt(be),Re=we._title,Ke=we.key,Ue=we.children,Ze=new Set(ce===!0?[]:ce),qe=[];function wt(Bt){var yn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return Bt.map(function(Pn,Ut){for(var ln=Le(yn?yn.pos:"0",Ut),cn=We(Pn[Ke],ln),Cn,Yn=0;Yn<Re.length;Yn+=1){var Vt=Re[Yn];if(Pn[Vt]!==void 0){Cn=Pn[Vt];break}}var Jt=Object.assign((0,xe.Z)(Pn,[].concat((0,pe.Z)(Re),[Ke,Ue])),{title:Cn,key:cn,parent:yn,pos:ln,children:null,data:Pn,isStart:[].concat((0,pe.Z)(yn?yn.isStart:[]),[Ut===0]),isEnd:[].concat((0,pe.Z)(yn?yn.isEnd:[]),[Ut===Bt.length-1])});return qe.push(Jt),ce===!0||Ze.has(cn)?Jt.children=wt(Pn[Ue]||[],Jt):Jt.children=[],Jt})}return wt(ie),qe}function ee(ie,ce,be){var we={};(0,y.Z)(be)==="object"?we=be:we={externalGetKey:be},we=we||{};var Re=we,Ke=Re.childrenPropName,Ue=Re.externalGetKey,Ze=Re.fieldNames,qe=rt(Ze),wt=qe.key,Bt=qe.children,yn=Ke||Bt,Pn;Ue?typeof Ue=="string"?Pn=function(cn){return cn[Ue]}:typeof Ue=="function"&&(Pn=function(cn){return Ue(cn)}):Pn=function(cn,Cn){return We(cn[wt],Cn)};function Ut(ln,cn,Cn,Yn){var Vt=ln?ln[yn]:ie,Jt=ln?Le(Cn.pos,cn):"0",ia=ln?[].concat((0,pe.Z)(Yn),[ln]):[];if(ln){var Et=Pn(ln,Jt),zt={node:ln,index:cn,pos:Jt,key:Et,parentPos:Cn.node?Cn.pos:null,level:Cn.level+1,nodes:ia};ce(zt)}Vt&&Vt.forEach(function(Qt,aa){Ut(Qt,aa,{node:ln,pos:Jt,level:Cn?Cn.level+1:-1},ia)})}Ut(null)}function x(ie){var ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},be=ce.initWrapper,we=ce.processEntity,Re=ce.onProcessFinished,Ke=ce.externalGetKey,Ue=ce.childrenPropName,Ze=ce.fieldNames,qe=arguments.length>2?arguments[2]:void 0,wt=Ke||qe,Bt={},yn={},Pn={posEntities:Bt,keyEntities:yn};return be&&(Pn=be(Pn)||Pn),ee(ie,function(Ut){var ln=Ut.node,cn=Ut.index,Cn=Ut.pos,Yn=Ut.key,Vt=Ut.parentPos,Jt=Ut.level,ia=Ut.nodes,Et={node:ln,nodes:ia,index:cn,key:Yn,pos:Cn,level:Jt},zt=We(Yn,Cn);Bt[Cn]=Et,yn[zt]=Et,Et.parent=Bt[Vt],Et.parent&&(Et.parent.children=Et.parent.children||[],Et.parent.children.push(Et)),we&&we(Et,Pn)},{externalGetKey:wt,childrenPropName:Ue,fieldNames:Ze}),Re&&Re(Pn),Pn}function te(ie,ce){var be=ce.expandedKeys,we=ce.selectedKeys,Re=ce.loadedKeys,Ke=ce.loadingKeys,Ue=ce.checkedKeys,Ze=ce.halfCheckedKeys,qe=ce.dragOverNodeKey,wt=ce.dropPosition,Bt=ce.keyEntities,yn=(0,Te.Z)(Bt,ie),Pn={eventKey:ie,expanded:be.indexOf(ie)!==-1,selected:we.indexOf(ie)!==-1,loaded:Re.indexOf(ie)!==-1,loading:Ke.indexOf(ie)!==-1,checked:Ue.indexOf(ie)!==-1,halfChecked:Ze.indexOf(ie)!==-1,pos:String(yn?yn.pos:""),dragOver:qe===ie&&wt===0,dragOverGapTop:qe===ie&&wt===-1,dragOverGapBottom:qe===ie&&wt===1};return Pn}function re(ie){var ce=ie.data,be=ie.expanded,we=ie.selected,Re=ie.checked,Ke=ie.loaded,Ue=ie.loading,Ze=ie.halfChecked,qe=ie.dragOver,wt=ie.dragOverGapTop,Bt=ie.dragOverGapBottom,yn=ie.pos,Pn=ie.active,Ut=ie.eventKey,ln=(0,se.Z)((0,se.Z)({},ce),{},{expanded:be,selected:we,checked:Re,loaded:Ke,loading:Ue,halfChecked:Ze,dragOver:qe,dragOverGapTop:wt,dragOverGapBottom:Bt,pos:yn,active:Pn,key:Ut});return"props"in ln||Object.defineProperty(ln,"props",{get:function(){return(0,Se.ZP)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),ie}}),ln}},75251:function(de,ae,E){"use strict";E(27418);var y=E(67294),pe=60103;if(ae.Fragment=60107,typeof Symbol=="function"&&Symbol.for){var se=Symbol.for;pe=se("react.element"),ae.Fragment=se("react.fragment")}var me=y.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Ee=Object.prototype.hasOwnProperty,xe={key:!0,ref:!0,__self:!0,__source:!0};function Se(Te,Ie,Le){var He,We={},rt=null,fe=null;Le!==void 0&&(rt=""+Le),Ie.key!==void 0&&(rt=""+Ie.key),Ie.ref!==void 0&&(fe=Ie.ref);for(He in Ie)Ee.call(Ie,He)&&!xe.hasOwnProperty(He)&&(We[He]=Ie[He]);if(Te&&Te.defaultProps)for(He in Ie=Te.defaultProps,Ie)We[He]===void 0&&(We[He]=Ie[He]);return{$$typeof:pe,type:Te,key:rt,ref:fe,props:We,_owner:me.current}}ae.jsx=Se,ae.jsxs=Se},85893:function(de,ae,E){"use strict";de.exports=E(75251)},11215:function(de,ae,E){"use strict";var y=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof E.g=="object"?E.g:{},pe=ce();y.Prism={manual:!0,disableWorkerMessageHandler:!0};var se=E(90871),me=E(57574),Ee=E(59216),xe=E(2717),Se=E(12049),Te=E(29726),Ie=E(36155);pe();var Le={}.hasOwnProperty;function He(){}He.prototype=Ee;var We=new He;de.exports=We,We.highlight=b,We.register=rt,We.alias=fe,We.registered=a,We.listLanguages=ee,rt(xe),rt(Se),rt(Te),rt(Ie),We.util.encode=re,We.Token.stringify=x;function rt(be){if(typeof be!="function"||!be.displayName)throw new Error("Expected `function` for `grammar`, got `"+be+"`");We.languages[be.displayName]===void 0&&be(We)}function fe(be,we){var Re=We.languages,Ke=be,Ue,Ze,qe,wt;we&&(Ke={},Ke[be]=we);for(Ue in Ke)for(Ze=Ke[Ue],Ze=typeof Ze=="string"?[Ze]:Ze,qe=Ze.length,wt=-1;++wt<qe;)Re[Ze[wt]]=Re[Ue]}function b(be,we){var Re=Ee.highlight,Ke;if(typeof be!="string")throw new Error("Expected `string` for `value`, got `"+be+"`");if(We.util.type(we)==="Object")Ke=we,we=null;else{if(typeof we!="string")throw new Error("Expected `string` for `name`, got `"+we+"`");if(Le.call(We.languages,we))Ke=We.languages[we];else throw new Error("Unknown language: `"+we+"` is not registered")}return Re.call(this,be,Ke,we)}function a(be){if(typeof be!="string")throw new Error("Expected `string` for `language`, got `"+be+"`");return Le.call(We.languages,be)}function ee(){var be=We.languages,we=[],Re;for(Re in be)Le.call(be,Re)&&typeof be[Re]=="object"&&we.push(Re);return we}function x(be,we,Re){var Ke;return typeof be=="string"?{type:"text",value:be}:We.util.type(be)==="Array"?te(be,we):(Ke={type:be.type,content:We.Token.stringify(be.content,we,Re),tag:"span",classes:["token",be.type],attributes:{},language:we,parent:Re},be.alias&&(Ke.classes=Ke.classes.concat(be.alias)),We.hooks.run("wrap",Ke),se(Ke.tag+"."+Ke.classes.join("."),ie(Ke.attributes),Ke.content))}function te(be,we){for(var Re=[],Ke=be.length,Ue=-1,Ze;++Ue<Ke;)Ze=be[Ue],Ze!==""&&Ze!==null&&Ze!==void 0&&Re.push(Ze);for(Ue=-1,Ke=Re.length;++Ue<Ke;)Ze=Re[Ue],Re[Ue]=We.Token.stringify(Ze,we,Re);return Re}function re(be){return be}function ie(be){var we;for(we in be)be[we]=me(be[we]);return be}function ce(){var be="Prism"in y,we=be?y.Prism:void 0;return Re;function Re(){be?y.Prism=we:delete y.Prism,be=void 0,we=void 0}}},98695:function(de,ae,E){"use strict";var y=E(11215);de.exports=y,y.register(E(36167)),y.register(E(68313)),y.register(E(5199)),y.register(E(89693)),y.register(E(24001)),y.register(E(18018)),y.register(E(36363)),y.register(E(35281)),y.register(E(10433)),y.register(E(84039)),y.register(E(71336)),y.register(E(4481)),y.register(E(2159)),y.register(E(60274)),y.register(E(18738)),y.register(E(58572)),y.register(E(28937)),y.register(E(78734)),y.register(E(6681)),y.register(E(53358)),y.register(E(81700)),y.register(E(37219)),y.register(E(6979)),y.register(E(46241)),y.register(E(94781)),y.register(E(62260)),y.register(E(36153)),y.register(E(59258)),y.register(E(62890)),y.register(E(15958)),y.register(E(61321)),y.register(E(77856)),y.register(E(90741)),y.register(E(83410)),y.register(E(65806)),y.register(E(33039)),y.register(E(85082)),y.register(E(79415)),y.register(E(62849)),y.register(E(55773)),y.register(E(32762)),y.register(E(43576)),y.register(E(71794)),y.register(E(1315)),y.register(E(80096)),y.register(E(99176)),y.register(E(61958)),y.register(E(90312)),y.register(E(65447)),y.register(E(4762)),y.register(E(78090)),y.register(E(40315)),y.register(E(7902)),y.register(E(28651)),y.register(E(55579)),y.register(E(93685)),y.register(E(13934)),y.register(E(93336)),y.register(E(13294)),y.register(E(38223)),y.register(E(97266)),y.register(E(77125)),y.register(E(36500)),y.register(E(30296)),y.register(E(50115)),y.register(E(20791)),y.register(E(11974)),y.register(E(8645)),y.register(E(84790)),y.register(E(4502)),y.register(E(66055)),y.register(E(34668)),y.register(E(95126)),y.register(E(90618)),y.register(E(63128)),y.register(E(37225)),y.register(E(16725)),y.register(E(95559)),y.register(E(82114)),y.register(E(6806)),y.register(E(12208)),y.register(E(62728)),y.register(E(81549)),y.register(E(6024)),y.register(E(13600)),y.register(E(3322)),y.register(E(53877)),y.register(E(60794)),y.register(E(20222)),y.register(E(51519)),y.register(E(94055)),y.register(E(43826)),y.register(E(29536)),y.register(E(82834)),y.register(E(58090)),y.register(E(95121)),y.register(E(59904)),y.register(E(9436)),y.register(E(60591)),y.register(E(76942)),y.register(E(60561)),y.register(E(49660)),y.register(E(30615)),y.register(E(93865)),y.register(E(51078)),y.register(E(91178)),y.register(E(40011)),y.register(E(12017)),y.register(E(65175)),y.register(E(14970)),y.register(E(30764)),y.register(E(87624)),y.register(E(15909)),y.register(E(36553)),y.register(E(9858)),y.register(E(11223)),y.register(E(57957)),y.register(E(66604)),y.register(E(77935)),y.register(E(46155)),y.register(E(47359)),y.register(E(25319)),y.register(E(45950)),y.register(E(50235)),y.register(E(80963)),y.register(E(79358)),y.register(E(96412)),y.register(E(39259)),y.register(E(32409)),y.register(E(35760)),y.register(E(19715)),y.register(E(27614)),y.register(E(82819)),y.register(E(42876)),y.register(E(2980)),y.register(E(41701)),y.register(E(42491)),y.register(E(34927)),y.register(E(3848)),y.register(E(41469)),y.register(E(73070)),y.register(E(35049)),y.register(E(8789)),y.register(E(59803)),y.register(E(86328)),y.register(E(33055)),y.register(E(90542)),y.register(E(93205)),y.register(E(27992)),y.register(E(91115)),y.register(E(606)),y.register(E(68582)),y.register(E(23388)),y.register(E(90596)),y.register(E(95721)),y.register(E(64262)),y.register(E(18190)),y.register(E(70896)),y.register(E(42242)),y.register(E(37943)),y.register(E(293)),y.register(E(83873)),y.register(E(75932)),y.register(E(60221)),y.register(E(44188)),y.register(E(74426)),y.register(E(88447)),y.register(E(16032)),y.register(E(33607)),y.register(E(22001)),y.register(E(22950)),y.register(E(23254)),y.register(E(70558)),y.register(E(43273)),y.register(E(60718)),y.register(E(39303)),y.register(E(77393)),y.register(E(19023)),y.register(E(74212)),y.register(E(5137)),y.register(E(88262)),y.register(E(63632)),y.register(E(59149)),y.register(E(50256)),y.register(E(61777)),y.register(E(3623)),y.register(E(82707)),y.register(E(59338)),y.register(E(56267)),y.register(E(98809)),y.register(E(37548)),y.register(E(82161)),y.register(E(80625)),y.register(E(88393)),y.register(E(78404)),y.register(E(92923)),y.register(E(52992)),y.register(E(55762)),y.register(E(4137)),y.register(E(28260)),y.register(E(71360)),y.register(E(29308)),y.register(E(32168)),y.register(E(5755)),y.register(E(54105)),y.register(E(93503)),y.register(E(35108)),y.register(E(46678)),y.register(E(47496)),y.register(E(30527)),y.register(E(5261)),y.register(E(56939)),y.register(E(83648)),y.register(E(16009)),y.register(E(41720)),y.register(E(6054)),y.register(E(9997)),y.register(E(24296)),y.register(E(49246)),y.register(E(18890)),y.register(E(11037)),y.register(E(64020)),y.register(E(49760)),y.register(E(33351)),y.register(E(13570)),y.register(E(38181)),y.register(E(98774)),y.register(E(22855)),y.register(E(29611)),y.register(E(11114)),y.register(E(67386)),y.register(E(28067)),y.register(E(49168)),y.register(E(23651)),y.register(E(21483)),y.register(E(32268)),y.register(E(2329)),y.register(E(82996)),y.register(E(17290)),y.register(E(67989)),y.register(E(31065)),y.register(E(85572)),y.register(E(27536)),y.register(E(87041)),y.register(E(61028)),y.register(E(24691)),y.register(E(19892)),y.register(E(4979)),y.register(E(23159)),y.register(E(34966)),y.register(E(44623)),y.register(E(38521)),y.register(E(7255)),y.register(E(28173)),y.register(E(53813)),y.register(E(46891)),y.register(E(91824)),y.register(E(9447)),y.register(E(53062)),y.register(E(46215)),y.register(E(10784)),y.register(E(17684)),y.register(E(64851)),y.register(E(18191)),y.register(E(75242)),y.register(E(93639)),y.register(E(97202)),y.register(E(13808)),y.register(E(21301)),y.register(E(20349)),y.register(E(65039)),y.register(E(96319)),y.register(E(31501))},36167:function(de){"use strict";de.exports=ae,ae.displayName="abap",ae.aliases=[];function ae(E){E.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/,"string-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-comment":{pattern:/(^|\s)".*/m,lookbehind:!0,alias:"comment"},keyword:{pattern:/(\s|\.|^)(?:SCIENTIFIC_WITH_LEADING_ZERO|SCALE_PRESERVING_SCIENTIFIC|RMC_COMMUNICATION_FAILURE|END-ENHANCEMENT-SECTION|MULTIPLY-CORRESPONDING|SUBTRACT-CORRESPONDING|VERIFICATION-MESSAGE|DIVIDE-CORRESPONDING|ENHANCEMENT-SECTION|CURRENCY_CONVERSION|RMC_SYSTEM_FAILURE|START-OF-SELECTION|MOVE-CORRESPONDING|RMC_INVALID_STATUS|CUSTOMER-FUNCTION|END-OF-DEFINITION|ENHANCEMENT-POINT|SYSTEM-EXCEPTIONS|ADD-CORRESPONDING|SCALE_PRESERVING|SELECTION-SCREEN|CURSOR-SELECTION|END-OF-SELECTION|LOAD-OF-PROGRAM|SCROLL-BOUNDARY|SELECTION-TABLE|EXCEPTION-TABLE|IMPLEMENTATIONS|PARAMETER-TABLE|RIGHT-JUSTIFIED|UNIT_CONVERSION|AUTHORITY-CHECK|LIST-PROCESSING|SIGN_AS_POSTFIX|COL_BACKGROUND|IMPLEMENTATION|INTERFACE-POOL|TRANSFORMATION|IDENTIFICATION|ENDENHANCEMENT|LINE-SELECTION|INITIALIZATION|LEFT-JUSTIFIED|SELECT-OPTIONS|SELECTION-SETS|COMMUNICATION|CORRESPONDING|DECIMAL_SHIFT|PRINT-CONTROL|VALUE-REQUEST|CHAIN-REQUEST|FUNCTION-POOL|FIELD-SYMBOLS|FUNCTIONALITY|INVERTED-DATE|SELECTION-SET|CLASS-METHODS|OUTPUT-LENGTH|CLASS-CODING|COL_NEGATIVE|ERRORMESSAGE|FIELD-GROUPS|HELP-REQUEST|NO-EXTENSION|NO-TOPOFPAGE|REDEFINITION|DISPLAY-MODE|ENDINTERFACE|EXIT-COMMAND|FIELD-SYMBOL|NO-SCROLLING|SHORTDUMP-ID|ACCESSPOLICY|CLASS-EVENTS|COL_POSITIVE|DECLARATIONS|ENHANCEMENTS|FILTER-TABLE|SWITCHSTATES|SYNTAX-CHECK|TRANSPORTING|ASYNCHRONOUS|SYNTAX-TRACE|TOKENIZATION|USER-COMMAND|WITH-HEADING|ABAP-SOURCE|BREAK-POINT|CHAIN-INPUT|COMPRESSION|FIXED-POINT|NEW-SECTION|NON-UNICODE|OCCURRENCES|RESPONSIBLE|SYSTEM-CALL|TRACE-TABLE|ABBREVIATED|CHAR-TO-HEX|END-OF-FILE|ENDFUNCTION|ENVIRONMENT|ASSOCIATION|COL_HEADING|EDITOR-CALL|END-OF-PAGE|ENGINEERING|IMPLEMENTED|INTENSIFIED|RADIOBUTTON|SYSTEM-EXIT|TOP-OF-PAGE|TRANSACTION|APPLICATION|CONCATENATE|DESTINATION|ENHANCEMENT|IMMEDIATELY|NO-GROUPING|PRECOMPILED|REPLACEMENT|TITLE-LINES|ACTIVATION|BYTE-ORDER|CLASS-POOL|CONNECTION|CONVERSION|DEFINITION|DEPARTMENT|EXPIRATION|INHERITING|MESSAGE-ID|NO-HEADING|PERFORMING|QUEUE-ONLY|RIGHTSPACE|SCIENTIFIC|STATUSINFO|STRUCTURES|SYNCPOINTS|WITH-TITLE|ATTRIBUTES|BOUNDARIES|CLASS-DATA|COL_NORMAL|DD\/MM\/YYYY|DESCENDING|INTERFACES|LINE-COUNT|MM\/DD\/YYYY|NON-UNIQUE|PRESERVING|SELECTIONS|STATEMENTS|SUBROUTINE|TRUNCATION|TYPE-POOLS|ARITHMETIC|BACKGROUND|ENDPROVIDE|EXCEPTIONS|IDENTIFIER|INDEX-LINE|OBLIGATORY|PARAMETERS|PERCENTAGE|PUSHBUTTON|RESOLUTION|COMPONENTS|DEALLOCATE|DISCONNECT|DUPLICATES|FIRST-LINE|HEAD-LINES|NO-DISPLAY|OCCURRENCE|RESPECTING|RETURNCODE|SUBMATCHES|TRACE-FILE|ASCENDING|BYPASSING|ENDMODULE|EXCEPTION|EXCLUDING|EXPORTING|INCREMENT|MATCHCODE|PARAMETER|PARTIALLY|PREFERRED|REFERENCE|REPLACING|RETURNING|SELECTION|SEPARATED|SPECIFIED|STATEMENT|TIMESTAMP|TYPE-POOL|ACCEPTING|APPENDAGE|ASSIGNING|COL_GROUP|COMPARING|CONSTANTS|DANGEROUS|IMPORTING|INSTANCES|LEFTSPACE|LOG-POINT|QUICKINFO|READ-ONLY|SCROLLING|SQLSCRIPT|STEP-LOOP|TOP-LINES|TRANSLATE|APPENDING|AUTHORITY|CHARACTER|COMPONENT|CONDITION|DIRECTORY|DUPLICATE|MESSAGING|RECEIVING|SUBSCREEN|ACCORDING|COL_TOTAL|END-LINES|ENDMETHOD|ENDSELECT|EXPANDING|EXTENSION|INCLUDING|INFOTYPES|INTERFACE|INTERVALS|LINE-SIZE|PF-STATUS|PROCEDURE|PROTECTED|REQUESTED|RESUMABLE|RIGHTPLUS|SAP-SPOOL|SECONDARY|STRUCTURE|SUBSTRING|TABLEVIEW|NUMOFCHAR|ADJACENT|ANALYSIS|ASSIGNED|BACKWARD|CHANNELS|CHECKBOX|CONTINUE|CRITICAL|DATAINFO|DD\/MM\/YY|DURATION|ENCODING|ENDCLASS|FUNCTION|LEFTPLUS|LINEFEED|MM\/DD\/YY|OVERFLOW|RECEIVED|SKIPPING|SORTABLE|STANDARD|SUBTRACT|SUPPRESS|TABSTRIP|TITLEBAR|TRUNCATE|UNASSIGN|WHENEVER|ANALYZER|COALESCE|COMMENTS|CONDENSE|DECIMALS|DEFERRED|ENDWHILE|EXPLICIT|KEYWORDS|MESSAGES|POSITION|PRIORITY|RECEIVER|RENAMING|TIMEZONE|TRAILING|ALLOCATE|CENTERED|CIRCULAR|CONTROLS|CURRENCY|DELETING|DESCRIBE|DISTANCE|ENDCATCH|EXPONENT|EXTENDED|GENERATE|IGNORING|INCLUDES|INTERNAL|MAJOR-ID|MODIFIER|NEW-LINE|OPTIONAL|PROPERTY|ROLLBACK|STARTING|SUPPLIED|ABSTRACT|CHANGING|CONTEXTS|CREATING|CUSTOMER|DATABASE|DAYLIGHT|DEFINING|DISTINCT|DIVISION|ENABLING|ENDCHAIN|ESCAPING|HARMLESS|IMPLICIT|INACTIVE|LANGUAGE|MINOR-ID|MULTIPLY|NEW-PAGE|NO-TITLE|POS_HIGH|SEPARATE|TEXTPOOL|TRANSFER|SELECTOR|DBMAXLEN|ITERATOR|ARCHIVE|BIT-XOR|BYTE-CO|COLLECT|COMMENT|CURRENT|DEFAULT|DISPLAY|ENDFORM|EXTRACT|LEADING|LISTBOX|LOCATOR|MEMBERS|METHODS|NESTING|POS_LOW|PROCESS|PROVIDE|RAISING|RESERVE|SECONDS|SUMMARY|VISIBLE|BETWEEN|BIT-AND|BYTE-CS|CLEANUP|COMPUTE|CONTROL|CONVERT|DATASET|ENDCASE|FORWARD|HEADERS|HOTSPOT|INCLUDE|INVERSE|KEEPING|NO-ZERO|OBJECTS|OVERLAY|PADDING|PATTERN|PROGRAM|REFRESH|SECTION|SUMMING|TESTING|VERSION|WINDOWS|WITHOUT|BIT-NOT|BYTE-CA|BYTE-NA|CASTING|CONTEXT|COUNTRY|DYNAMIC|ENABLED|ENDLOOP|EXECUTE|FRIENDS|HANDLER|HEADING|INITIAL|\*-INPUT|LOGFILE|MAXIMUM|MINIMUM|NO-GAPS|NO-SIGN|PRAGMAS|PRIMARY|PRIVATE|REDUCED|REPLACE|REQUEST|RESULTS|UNICODE|WARNING|ALIASES|BYTE-CN|BYTE-NS|CALLING|COL_KEY|COLUMNS|CONNECT|ENDEXEC|ENTRIES|EXCLUDE|FILTERS|FURTHER|HELP-ID|LOGICAL|MAPPING|MESSAGE|NAMETAB|OPTIONS|PACKAGE|PERFORM|RECEIVE|STATICS|VARYING|BINDING|CHARLEN|GREATER|XSTRLEN|ACCEPT|APPEND|DETAIL|ELSEIF|ENDING|ENDTRY|FORMAT|FRAMES|GIVING|HASHED|HEADER|IMPORT|INSERT|MARGIN|MODULE|NATIVE|OBJECT|OFFSET|REMOTE|RESUME|SAVING|SIMPLE|SUBMIT|TABBED|TOKENS|UNIQUE|UNPACK|UPDATE|WINDOW|YELLOW|ACTUAL|ASPECT|CENTER|CURSOR|DELETE|DIALOG|DIVIDE|DURING|ERRORS|EVENTS|EXTEND|FILTER|HANDLE|HAVING|IGNORE|LITTLE|MEMORY|NO-GAP|OCCURS|OPTION|PERSON|PLACES|PUBLIC|REDUCE|REPORT|RESULT|SINGLE|SORTED|SWITCH|SYNTAX|TARGET|VALUES|WRITER|ASSERT|BLOCKS|BOUNDS|BUFFER|CHANGE|COLUMN|COMMIT|CONCAT|COPIES|CREATE|DDMMYY|DEFINE|ENDIAN|ESCAPE|EXPAND|KERNEL|LAYOUT|LEGACY|LEVELS|MMDDYY|NUMBER|OUTPUT|RANGES|READER|RETURN|SCREEN|SEARCH|SELECT|SHARED|SOURCE|STABLE|STATIC|SUBKEY|SUFFIX|TABLES|UNWIND|YYMMDD|ASSIGN|BACKUP|BEFORE|BINARY|BIT-OR|BLANKS|CLIENT|CODING|COMMON|DEMAND|DYNPRO|EXCEPT|EXISTS|EXPORT|FIELDS|GLOBAL|GROUPS|LENGTH|LOCALE|MEDIUM|METHOD|MODIFY|NESTED|OTHERS|REJECT|SCROLL|SUPPLY|SYMBOL|ENDFOR|STRLEN|ALIGN|BEGIN|BOUND|ENDAT|ENTRY|EVENT|FINAL|FLUSH|GRANT|INNER|SHORT|USING|WRITE|AFTER|BLACK|BLOCK|CLOCK|COLOR|COUNT|DUMMY|EMPTY|ENDDO|ENDON|GREEN|INDEX|INOUT|LEAVE|LEVEL|LINES|MODIF|ORDER|OUTER|RANGE|RESET|RETRY|RIGHT|SMART|SPLIT|STYLE|TABLE|THROW|UNDER|UNTIL|UPPER|UTF-8|WHERE|ALIAS|BLANK|CLEAR|CLOSE|EXACT|FETCH|FIRST|FOUND|GROUP|LLANG|LOCAL|OTHER|REGEX|SPOOL|TITLE|TYPES|VALID|WHILE|ALPHA|BOXED|CATCH|CHAIN|CHECK|CLASS|COVER|ENDIF|EQUIV|FIELD|FLOOR|FRAME|INPUT|LOWER|MATCH|NODES|PAGES|PRINT|RAISE|ROUND|SHIFT|SPACE|SPOTS|STAMP|STATE|TASKS|TIMES|TRMAC|ULINE|UNION|VALUE|WIDTH|EQUAL|LOG10|TRUNC|BLOB|CASE|CEIL|CLOB|COND|EXIT|FILE|GAPS|HOLD|INCL|INTO|KEEP|KEYS|LAST|LINE|LONG|LPAD|MAIL|MODE|OPEN|PINK|READ|ROWS|TEST|THEN|ZERO|AREA|BACK|BADI|BYTE|CAST|EDIT|EXEC|FAIL|FIND|FKEQ|FONT|FREE|GKEQ|HIDE|INIT|ITNO|LATE|LOOP|MAIN|MARK|MOVE|NEXT|NULL|RISK|ROLE|UNIT|WAIT|ZONE|BASE|CALL|CODE|DATA|DATE|FKGE|GKGE|HIGH|KIND|LEFT|LIST|MASK|MESH|NAME|NODE|PACK|PAGE|POOL|SEND|SIGN|SIZE|SOME|STOP|TASK|TEXT|TIME|USER|VARY|WITH|WORD|BLUE|CONV|COPY|DEEP|ELSE|FORM|FROM|HINT|ICON|JOIN|LIKE|LOAD|ONLY|PART|SCAN|SKIP|SORT|TYPE|UNIX|VIEW|WHEN|WORK|ACOS|ASIN|ATAN|COSH|EACH|FRAC|LESS|RTTI|SINH|SQRT|TANH|AVG|BIT|DIV|ISO|LET|OUT|PAD|SQL|ALL|CI_|CPI|END|LOB|LPI|MAX|MIN|NEW|OLE|RUN|SET|\?TO|YES|ABS|ADD|AND|BIG|FOR|HDB|JOB|LOW|NOT|SAP|TRY|VIA|XML|ANY|GET|IDS|KEY|MOD|OFF|PUT|RAW|RED|REF|SUM|TAB|XSD|CNT|COS|EXP|LOG|SIN|TAN|XOR|AT|CO|CP|DO|GT|ID|IF|NS|OR|BT|CA|CS|GE|NA|NB|EQ|IN|LT|NE|NO|OF|ON|PF|TO|AS|BY|CN|IS|LE|NP|UP|E|I|M|O|Z|C|X)\b/i,lookbehind:!0},number:/\b\d+\b/,operator:{pattern:/(\s)(?:\*\*?|<[=>]?|>=?|\?=|[-+\/=])(?=\s)/,lookbehind:!0},"string-operator":{pattern:/(\s)&&?(?=\s)/,lookbehind:!0,alias:"keyword"},"token-operator":[{pattern:/(\w)(?:->?|=>|[~|{}])(?=\w)/,lookbehind:!0,alias:"punctuation"},{pattern:/[|{}]/,alias:"punctuation"}],punctuation:/[,.:()]/}}},68313:function(de){"use strict";de.exports=ae,ae.displayName="abnf",ae.aliases=[];function ae(E){(function(y){var pe="(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)";y.languages.abnf={comment:/;.*/,string:{pattern:/(?:%[is])?"[^"\n\r]*"/,greedy:!0,inside:{punctuation:/^%[is]/}},range:{pattern:/%(?:b[01]+-[01]+|d\d+-\d+|x[A-F\d]+-[A-F\d]+)/i,alias:"number"},terminal:{pattern:/%(?:b[01]+(?:\.[01]+)*|d\d+(?:\.\d+)*|x[A-F\d]+(?:\.[A-F\d]+)*)/i,alias:"number"},repetition:{pattern:/(^|[^\w-])(?:\d*\*\d*|\d+)/,lookbehind:!0,alias:"operator"},definition:{pattern:/(^[ \t]*)(?:[a-z][\w-]*|<[^<>\r\n]*>)(?=\s*=)/m,lookbehind:!0,alias:"keyword",inside:{punctuation:/<|>/}},"core-rule":{pattern:RegExp("(?:(^|[^<\\w-])"+pe+"|<"+pe+">)(?![\\w-])","i"),lookbehind:!0,alias:["rule","constant"],inside:{punctuation:/<|>/}},rule:{pattern:/(^|[^<\w-])[a-z][\w-]*|<[^<>\r\n]*>/i,lookbehind:!0,inside:{punctuation:/<|>/}},operator:/=\/?|\//,punctuation:/[()\[\]]/}})(E)}},5199:function(de){"use strict";de.exports=ae,ae.displayName="actionscript",ae.aliases=[];function ae(E){E.languages.actionscript=E.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),E.languages.actionscript["class-name"].alias="function",delete E.languages.actionscript.parameter,delete E.languages.actionscript["literal-property"],E.languages.markup&&E.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:E.languages.markup}})}},89693:function(de){"use strict";de.exports=ae,ae.displayName="ada",ae.aliases=[];function ae(E){E.languages.ada={comment:/--.*/,string:/"(?:""|[^"\r\f\n])*"/,number:[{pattern:/\b\d(?:_?\d)*#[\dA-F](?:_?[\dA-F])*(?:\.[\dA-F](?:_?[\dA-F])*)?#(?:E[+-]?\d(?:_?\d)*)?/i},{pattern:/\b\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:E[+-]?\d(?:_?\d)*)?\b/i}],"attr-name":/\b'\w+/,keyword:/\b(?:abort|abs|abstract|accept|access|aliased|all|and|array|at|begin|body|case|constant|declare|delay|delta|digits|do|else|elsif|end|entry|exception|exit|for|function|generic|goto|if|in|interface|is|limited|loop|mod|new|not|null|of|others|out|overriding|package|pragma|private|procedure|protected|raise|range|record|rem|renames|requeue|return|reverse|select|separate|some|subtype|synchronized|tagged|task|terminate|then|type|until|use|when|while|with|xor)\b/i,boolean:/\b(?:false|true)\b/i,operator:/<[=>]?|>=?|=>?|:=|\/=?|\*\*?|[&+-]/,punctuation:/\.\.?|[,;():]/,char:/'.'/,variable:/\b[a-z](?:\w)*\b/i}}},24001:function(de){"use strict";de.exports=ae,ae.displayName="agda",ae.aliases=[];function ae(E){(function(y){y.languages.agda={comment:/\{-[\s\S]*?(?:-\}|$)|--.*/,string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},punctuation:/[(){}⦃⦄.;@]/,"class-name":{pattern:/((?:data|record) +)\S+/,lookbehind:!0},function:{pattern:/(^[ \t]*)(?!\s)[^:\r\n]+(?=:)/m,lookbehind:!0},operator:{pattern:/(^\s*|\s)(?:[=|:∀→λ\\?_]|->)(?=\s)/,lookbehind:!0},keyword:/\b(?:Set|abstract|constructor|data|eta-equality|field|forall|hiding|import|in|inductive|infix|infixl|infixr|instance|let|macro|module|mutual|no-eta-equality|open|overlap|pattern|postulate|primitive|private|public|quote|quoteContext|quoteGoal|quoteTerm|record|renaming|rewrite|syntax|tactic|unquote|unquoteDecl|unquoteDef|using|variable|where|with)\b/}})(E)}},18018:function(de){"use strict";de.exports=ae,ae.displayName="al",ae.aliases=[];function ae(E){E.languages.al={comment:/\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,greedy:!0},function:{pattern:/(\b(?:event|procedure|trigger)\s+|(?:^|[^.])\.\s*)[a-z_]\w*(?=\s*\()/i,lookbehind:!0},keyword:[/\b(?:array|asserterror|begin|break|case|do|downto|else|end|event|exit|for|foreach|function|if|implements|in|indataset|interface|internal|local|of|procedure|program|protected|repeat|runonclient|securityfiltering|suppressdispose|temporary|then|to|trigger|until|var|while|with|withevents)\b/i,/\b(?:action|actions|addafter|addbefore|addfirst|addlast|area|assembly|chartpart|codeunit|column|controladdin|cuegroup|customizes|dataitem|dataset|dotnet|elements|enum|enumextension|extends|field|fieldattribute|fieldelement|fieldgroup|fieldgroups|fields|filter|fixed|grid|group|key|keys|label|labels|layout|modify|moveafter|movebefore|movefirst|movelast|page|pagecustomization|pageextension|part|profile|query|repeater|report|requestpage|schema|separator|systempart|table|tableelement|tableextension|textattribute|textelement|type|usercontrol|value|xmlport)\b/i],number:/\b(?:0x[\da-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)(?:F|LL?|U(?:LL?)?)?\b/i,boolean:/\b(?:false|true)\b/i,variable:/\b(?:Curr(?:FieldNo|Page|Report)|x?Rec|RequestOptionsPage)\b/,"class-name":/\b(?:automation|biginteger|bigtext|blob|boolean|byte|char|clienttype|code|completiontriggererrorlevel|connectiontype|database|dataclassification|datascope|date|dateformula|datetime|decimal|defaultlayout|dialog|dictionary|dotnetassembly|dotnettypedeclaration|duration|errorinfo|errortype|executioncontext|executionmode|fieldclass|fieldref|fieldtype|file|filterpagebuilder|guid|httpclient|httpcontent|httpheaders|httprequestmessage|httpresponsemessage|instream|integer|joker|jsonarray|jsonobject|jsontoken|jsonvalue|keyref|list|moduledependencyinfo|moduleinfo|none|notification|notificationscope|objecttype|option|outstream|pageresult|record|recordid|recordref|reportformat|securityfilter|sessionsettings|tableconnectiontype|tablefilter|testaction|testfield|testfilterfield|testpage|testpermissions|testrequestpage|text|textbuilder|textconst|textencoding|time|transactionmodel|transactiontype|variant|verbosity|version|view|views|webserviceactioncontext|webserviceactionresultcode|xmlattribute|xmlattributecollection|xmlcdata|xmlcomment|xmldeclaration|xmldocument|xmldocumenttype|xmlelement|xmlnamespacemanager|xmlnametable|xmlnode|xmlnodelist|xmlprocessinginstruction|xmlreadoptions|xmltext|xmlwriteoptions)\b/i,operator:/\.\.|:[=:]|[-+*/]=?|<>|[<>]=?|=|\b(?:and|div|mod|not|or|xor)\b/i,punctuation:/[()\[\]{}:.;,]/}}},36363:function(de){"use strict";de.exports=ae,ae.displayName="antlr4",ae.aliases=["g4"];function ae(E){E.languages.antlr4={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,string:{pattern:/'(?:\\.|[^\\'\r\n])*'/,greedy:!0},"character-class":{pattern:/\[(?:\\.|[^\\\]\r\n])*\]/,greedy:!0,alias:"regex",inside:{range:{pattern:/([^[]|(?:^|[^\\])(?:\\\\)*\\\[)-(?!\])/,lookbehind:!0,alias:"punctuation"},escape:/\\(?:u(?:[a-fA-F\d]{4}|\{[a-fA-F\d]+\})|[pP]\{[=\w-]+\}|[^\r\nupP])/,punctuation:/[\[\]]/}},action:{pattern:/\{(?:[^{}]|\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*\}/,greedy:!0,inside:{content:{pattern:/(\{)[\s\S]+(?=\})/,lookbehind:!0},punctuation:/[{}]/}},command:{pattern:/(->\s*(?!\s))(?:\s*(?:,\s*)?\b[a-z]\w*(?:\s*\([^()\r\n]*\))?)+(?=\s*;)/i,lookbehind:!0,inside:{function:/\b\w+(?=\s*(?:[,(]|$))/,punctuation:/[,()]/}},annotation:{pattern:/@\w+(?:::\w+)*/,alias:"keyword"},label:{pattern:/#[ \t]*\w+/,alias:"punctuation"},keyword:/\b(?:catch|channels|finally|fragment|grammar|import|lexer|locals|mode|options|parser|returns|throws|tokens)\b/,definition:[{pattern:/\b[a-z]\w*(?=\s*:)/,alias:["rule","class-name"]},{pattern:/\b[A-Z]\w*(?=\s*:)/,alias:["token","constant"]}],constant:/\b[A-Z][A-Z_]*\b/,operator:/\.\.|->|[|~]|[*+?]\??/,punctuation:/[;:()=]/},E.languages.g4=E.languages.antlr4}},35281:function(de){"use strict";de.exports=ae,ae.displayName="apacheconf",ae.aliases=[];function ae(E){E.languages.apacheconf={comment:/#.*/,"directive-inline":{pattern:/(^[\t ]*)\b(?:AcceptFilter|AcceptPathInfo|AccessFileName|Action|Add(?:Alt|AltByEncoding|AltByType|Charset|DefaultCharset|Description|Encoding|Handler|Icon|IconByEncoding|IconByType|InputFilter|Language|ModuleInfo|OutputFilter|OutputFilterByType|Type)|Alias|AliasMatch|Allow(?:CONNECT|EncodedSlashes|Methods|Override|OverrideList)?|Anonymous(?:_LogEmail|_MustGiveEmail|_NoUserID|_VerifyEmail)?|AsyncRequestWorkerFactor|Auth(?:BasicAuthoritative|BasicFake|BasicProvider|BasicUseDigestAlgorithm|DBDUserPWQuery|DBDUserRealmQuery|DBMGroupFile|DBMType|DBMUserFile|Digest(?:Algorithm|Domain|NonceLifetime|Provider|Qop|ShmemSize)|Form(?:Authoritative|Body|DisableNoStore|FakeBasicAuth|Location|LoginRequiredLocation|LoginSuccessLocation|LogoutLocation|Method|Mimetype|Password|Provider|SitePassphrase|Size|Username)|GroupFile|LDAP(?:AuthorizePrefix|BindAuthoritative|BindDN|BindPassword|CharsetConfig|CompareAsUser|CompareDNOnServer|DereferenceAliases|GroupAttribute|GroupAttributeIsDN|InitialBindAsUser|InitialBindPattern|MaxSubGroupDepth|RemoteUserAttribute|RemoteUserIsDN|SearchAsUser|SubGroupAttribute|SubGroupClass|Url)|Merging|Name|nCache(?:Context|Enable|ProvideFor|SOCache|Timeout)|nzFcgiCheckAuthnProvider|nzFcgiDefineProvider|Type|UserFile|zDBDLoginToReferer|zDBDQuery|zDBDRedirectQuery|zDBMType|zSendForbiddenOnFailure)|BalancerGrowth|BalancerInherit|BalancerMember|BalancerPersist|BrowserMatch|BrowserMatchNoCase|BufferedLogs|BufferSize|Cache(?:DefaultExpire|DetailHeader|DirLength|DirLevels|Disable|Enable|File|Header|IgnoreCacheControl|IgnoreHeaders|IgnoreNoLastMod|IgnoreQueryString|IgnoreURLSessionIdentifiers|KeyBaseURL|LastModifiedFactor|Lock|LockMaxAge|LockPath|MaxExpire|MaxFileSize|MinExpire|MinFileSize|NegotiatedDocs|QuickHandler|ReadSize|ReadTime|Root|Socache(?:MaxSize|MaxTime|MinTime|ReadSize|ReadTime)?|StaleOnError|StoreExpired|StoreNoStore|StorePrivate)|CGIDScriptTimeout|CGIMapExtension|CharsetDefault|CharsetOptions|CharsetSourceEnc|CheckCaseOnly|CheckSpelling|ChrootDir|ContentDigest|CookieDomain|CookieExpires|CookieName|CookieStyle|CookieTracking|CoreDumpDirectory|CustomLog|Dav|DavDepthInfinity|DavGenericLockDB|DavLockDB|DavMinTimeout|DBDExptime|DBDInitSQL|DBDKeep|DBDMax|DBDMin|DBDParams|DBDPersist|DBDPrepareSQL|DBDriver|DefaultIcon|DefaultLanguage|DefaultRuntimeDir|DefaultType|Define|Deflate(?:BufferSize|CompressionLevel|FilterNote|InflateLimitRequestBody|InflateRatio(?:Burst|Limit)|MemLevel|WindowSize)|Deny|DirectoryCheckHandler|DirectoryIndex|DirectoryIndexRedirect|DirectorySlash|DocumentRoot|DTracePrivileges|DumpIOInput|DumpIOOutput|EnableExceptionHook|EnableMMAP|EnableSendfile|Error|ErrorDocument|ErrorLog|ErrorLogFormat|Example|ExpiresActive|ExpiresByType|ExpiresDefault|ExtendedStatus|ExtFilterDefine|ExtFilterOptions|FallbackResource|FileETag|FilterChain|FilterDeclare|FilterProtocol|FilterProvider|FilterTrace|ForceLanguagePriority|ForceType|ForensicLog|GprofDir|GracefulShutdownTimeout|Group|Header|HeaderName|Heartbeat(?:Address|Listen|MaxServers|Storage)|HostnameLookups|IdentityCheck|IdentityCheckTimeout|ImapBase|ImapDefault|ImapMenu|Include|IncludeOptional|Index(?:HeadInsert|Ignore|IgnoreReset|Options|OrderDefault|StyleSheet)|InputSed|ISAPI(?:AppendLogToErrors|AppendLogToQuery|CacheFile|FakeAsync|LogNotSupported|ReadAheadBuffer)|KeepAlive|KeepAliveTimeout|KeptBodySize|LanguagePriority|LDAP(?:CacheEntries|CacheTTL|ConnectionPoolTTL|ConnectionTimeout|LibraryDebug|OpCacheEntries|OpCacheTTL|ReferralHopLimit|Referrals|Retries|RetryDelay|SharedCacheFile|SharedCacheSize|Timeout|TrustedClientCert|TrustedGlobalCert|TrustedMode|VerifyServerCert)|Limit(?:InternalRecursion|Request(?:Body|Fields|FieldSize|Line)|XMLRequestBody)|Listen|ListenBackLog|LoadFile|LoadModule|LogFormat|LogLevel|LogMessage|LuaAuthzProvider|LuaCodeCache|Lua(?:Hook(?:AccessChecker|AuthChecker|CheckUserID|Fixups|InsertFilter|Log|MapToStorage|TranslateName|TypeChecker)|Inherit|InputFilter|MapHandler|OutputFilter|PackageCPath|PackagePath|QuickHandler|Root|Scope)|Max(?:ConnectionsPerChild|KeepAliveRequests|MemFree|RangeOverlaps|RangeReversals|Ranges|RequestWorkers|SpareServers|SpareThreads|Threads)|MergeTrailers|MetaDir|MetaFiles|MetaSuffix|MimeMagicFile|MinSpareServers|MinSpareThreads|MMapFile|ModemStandard|ModMimeUsePathInfo|MultiviewsMatch|Mutex|NameVirtualHost|NoProxy|NWSSLTrustedCerts|NWSSLUpgradeable|Options|Order|OutputSed|PassEnv|PidFile|PrivilegesMode|Protocol|ProtocolEcho|Proxy(?:AddHeaders|BadHeader|Block|Domain|ErrorOverride|ExpressDBMFile|ExpressDBMType|ExpressEnable|FtpDirCharset|FtpEscapeWildcards|FtpListOnWildcard|HTML(?:BufSize|CharsetOut|DocType|Enable|Events|Extended|Fixups|Interp|Links|Meta|StripComments|URLMap)|IOBufferSize|MaxForwards|Pass(?:Inherit|InterpolateEnv|Match|Reverse|ReverseCookieDomain|ReverseCookiePath)?|PreserveHost|ReceiveBufferSize|Remote|RemoteMatch|Requests|SCGIInternalRedirect|SCGISendfile|Set|SourceAddress|Status|Timeout|Via)|ReadmeName|ReceiveBufferSize|Redirect|RedirectMatch|RedirectPermanent|RedirectTemp|ReflectorHeader|RemoteIP(?:Header|InternalProxy|InternalProxyList|ProxiesHeader|TrustedProxy|TrustedProxyList)|RemoveCharset|RemoveEncoding|RemoveHandler|RemoveInputFilter|RemoveLanguage|RemoveOutputFilter|RemoveType|RequestHeader|RequestReadTimeout|Require|Rewrite(?:Base|Cond|Engine|Map|Options|Rule)|RLimitCPU|RLimitMEM|RLimitNPROC|Satisfy|ScoreBoardFile|Script(?:Alias|AliasMatch|InterpreterSource|Log|LogBuffer|LogLength|Sock)?|SecureListen|SeeRequestTail|SendBufferSize|Server(?:Admin|Alias|Limit|Name|Path|Root|Signature|Tokens)|Session(?:Cookie(?:Name|Name2|Remove)|Crypto(?:Cipher|Driver|Passphrase|PassphraseFile)|DBD(?:CookieName|CookieName2|CookieRemove|DeleteLabel|InsertLabel|PerUser|SelectLabel|UpdateLabel)|Env|Exclude|Header|Include|MaxAge)?|SetEnv|SetEnvIf|SetEnvIfExpr|SetEnvIfNoCase|SetHandler|SetInputFilter|SetOutputFilter|SSIEndTag|SSIErrorMsg|SSIETag|SSILastModified|SSILegacyExprParser|SSIStartTag|SSITimeFormat|SSIUndefinedEcho|SSL(?:CACertificateFile|CACertificatePath|CADNRequestFile|CADNRequestPath|CARevocationCheck|CARevocationFile|CARevocationPath|CertificateChainFile|CertificateFile|CertificateKeyFile|CipherSuite|Compression|CryptoDevice|Engine|FIPS|HonorCipherOrder|InsecureRenegotiation|OCSP(?:DefaultResponder|Enable|OverrideResponder|ResponderTimeout|ResponseMaxAge|ResponseTimeSkew|UseRequestNonce)|OpenSSLConfCmd|Options|PassPhraseDialog|Protocol|Proxy(?:CACertificateFile|CACertificatePath|CARevocation(?:Check|File|Path)|CheckPeer(?:CN|Expire|Name)|CipherSuite|Engine|MachineCertificate(?:ChainFile|File|Path)|Protocol|Verify|VerifyDepth)|RandomSeed|RenegBufferSize|Require|RequireSSL|Session(?:Cache|CacheTimeout|TicketKeyFile|Tickets)|SRPUnknownUserSeed|SRPVerifierFile|Stapling(?:Cache|ErrorCacheTimeout|FakeTryLater|ForceURL|ResponderTimeout|ResponseMaxAge|ResponseTimeSkew|ReturnResponderErrors|StandardCacheTimeout)|StrictSNIVHostCheck|UserName|UseStapling|VerifyClient|VerifyDepth)|StartServers|StartThreads|Substitute|Suexec|SuexecUserGroup|ThreadLimit|ThreadsPerChild|ThreadStackSize|TimeOut|TraceEnable|TransferLog|TypesConfig|UnDefine|UndefMacro|UnsetEnv|Use|UseCanonicalName|UseCanonicalPhysicalPort|User|UserDir|VHostCGIMode|VHostCGIPrivs|VHostGroup|VHostPrivs|VHostSecure|VHostUser|Virtual(?:DocumentRoot|ScriptAlias)(?:IP)?|WatchdogInterval|XBitHack|xml2EncAlias|xml2EncDefault|xml2StartParse)\b/im,lookbehind:!0,alias:"property"},"directive-block":{pattern:/<\/?\b(?:Auth[nz]ProviderAlias|Directory|DirectoryMatch|Else|ElseIf|Files|FilesMatch|If|IfDefine|IfModule|IfVersion|Limit|LimitExcept|Location|LocationMatch|Macro|Proxy|Require(?:All|Any|None)|VirtualHost)\b.*>/i,inside:{"directive-block":{pattern:/^<\/?\w+/,inside:{punctuation:/^<\/?/},alias:"tag"},"directive-block-parameter":{pattern:/.*[^>]/,inside:{punctuation:/:/,string:{pattern:/("|').*\1/,inside:{variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/}}},alias:"attr-value"},punctuation:/>/},alias:"tag"},"directive-flags":{pattern:/\[(?:[\w=],?)+\]/,alias:"keyword"},string:{pattern:/("|').*\1/,inside:{variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/}},variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/,regex:/\^?.*\$|\^.*\$?/}}},10433:function(de,ae,E){"use strict";var y=E(11114);de.exports=pe,pe.displayName="apex",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=/\b(?:(?:after|before)(?=\s+[a-z])|abstract|activate|and|any|array|as|asc|autonomous|begin|bigdecimal|blob|boolean|break|bulk|by|byte|case|cast|catch|char|class|collect|commit|const|continue|currency|date|datetime|decimal|default|delete|desc|do|double|else|end|enum|exception|exit|export|extends|final|finally|float|for|from|get(?=\s*[{};])|global|goto|group|having|hint|if|implements|import|in|inner|insert|instanceof|int|integer|interface|into|join|like|limit|list|long|loop|map|merge|new|not|null|nulls|number|object|of|on|or|outer|override|package|parallel|pragma|private|protected|public|retrieve|return|rollback|select|set|short|sObject|sort|static|string|super|switch|synchronized|system|testmethod|then|this|throw|time|transaction|transient|trigger|try|undelete|update|upsert|using|virtual|void|webservice|when|where|while|(?:inherited|with|without)\s+sharing)\b/i,xe=/\b(?:(?=[a-z_]\w*\s*[<\[])|(?!<keyword>))[A-Z_]\w*(?:\s*\.\s*[A-Z_]\w*)*\b(?:\s*(?:\[\s*\]|<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>))*/.source.replace(/<keyword>/g,function(){return Ee.source});function Se(Ie){return RegExp(Ie.replace(/<CLASS-NAME>/g,function(){return xe}),"i")}var Te={keyword:Ee,punctuation:/[()\[\]{};,:.<>]/};me.languages.apex={comment:me.languages.clike.comment,string:me.languages.clike.string,sql:{pattern:/((?:[=,({:]|\breturn)\s*)\[[^\[\]]*\]/i,lookbehind:!0,greedy:!0,alias:"language-sql",inside:me.languages.sql},annotation:{pattern:/@\w+\b/,alias:"punctuation"},"class-name":[{pattern:Se(/(\b(?:class|enum|extends|implements|instanceof|interface|new|trigger\s+\w+\s+on)\s+)<CLASS-NAME>/.source),lookbehind:!0,inside:Te},{pattern:Se(/(\(\s*)<CLASS-NAME>(?=\s*\)\s*[\w(])/.source),lookbehind:!0,inside:Te},{pattern:Se(/<CLASS-NAME>(?=\s*\w+\s*[;=,(){:])/.source),inside:Te}],trigger:{pattern:/(\btrigger\s+)\w+\b/i,lookbehind:!0,alias:"class-name"},keyword:Ee,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/i,number:/(?:\B\.\d+|\b\d+(?:\.\d+|L)?)\b/i,operator:/[!=](?:==?)?|\?\.?|&&|\|\||--|\+\+|[-+*/^&|]=?|:|<<?=?|>{1,3}=?/,punctuation:/[()\[\]{};,.]/}}(se)}},84039:function(de){"use strict";de.exports=ae,ae.displayName="apl",ae.aliases=[];function ae(E){E.languages.apl={comment:/(?:⍝|#[! ]).*$/m,string:{pattern:/'(?:[^'\r\n]|'')*'/,greedy:!0},number:/¯?(?:\d*\.?\b\d+(?:e[+¯]?\d+)?|¯|∞)(?:j¯?(?:(?:\d+(?:\.\d+)?|\.\d+)(?:e[+¯]?\d+)?|¯|∞))?/i,statement:/:[A-Z][a-z][A-Za-z]*\b/,"system-function":{pattern:/⎕[A-Z]+/i,alias:"function"},constant:/[⍬⌾#⎕⍞]/,function:/[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⊆⊇⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/,"monadic-operator":{pattern:/[\\\/⌿⍀¨⍨⌶&∥]/,alias:"operator"},"dyadic-operator":{pattern:/[.⍣⍠⍤∘⌸@⌺⍥]/,alias:"operator"},assignment:{pattern:/←/,alias:"keyword"},punctuation:/[\[;\]()◇⋄]/,dfn:{pattern:/[{}⍺⍵⍶⍹∇⍫:]/,alias:"builtin"}}}},71336:function(de){"use strict";de.exports=ae,ae.displayName="applescript",ae.aliases=[];function ae(E){E.languages.applescript={comment:[/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,/--.+/,/#.+/],string:/"(?:\\.|[^"\\\r\n])*"/,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?\b/i,operator:[/[&=≠≤≥*+\-\/÷^]|[<>]=?/,/\b(?:(?:begin|end|start)s? with|(?:contains?|(?:does not|doesn't) contain)|(?:is|isn't|is not) (?:contained by|in)|(?:(?:is|isn't|is not) )?(?:greater|less) than(?: or equal)?(?: to)?|(?:comes|(?:does not|doesn't) come) (?:after|before)|(?:is|isn't|is not) equal(?: to)?|(?:(?:does not|doesn't) equal|equal to|equals|is not|isn't)|(?:a )?(?:ref(?: to)?|reference to)|(?:and|as|div|mod|not|or))\b/],keyword:/\b(?:about|above|after|against|apart from|around|aside from|at|back|before|beginning|behind|below|beneath|beside|between|but|by|considering|continue|copy|does|eighth|else|end|equal|error|every|exit|false|fifth|first|for|fourth|from|front|get|given|global|if|ignoring|in|instead of|into|is|it|its|last|local|me|middle|my|ninth|of|on|onto|out of|over|prop|property|put|repeat|return|returning|second|set|seventh|since|sixth|some|tell|tenth|that|the|then|third|through|thru|timeout|times|to|transaction|true|try|until|where|while|whose|with|without)\b/,"class-name":/\b(?:POSIX file|RGB color|alias|application|boolean|centimeters|centimetres|class|constant|cubic centimeters|cubic centimetres|cubic feet|cubic inches|cubic meters|cubic metres|cubic yards|date|degrees Celsius|degrees Fahrenheit|degrees Kelvin|feet|file|gallons|grams|inches|integer|kilograms|kilometers|kilometres|list|liters|litres|meters|metres|miles|number|ounces|pounds|quarts|real|record|reference|script|square feet|square kilometers|square kilometres|square meters|square metres|square miles|square yards|text|yards)\b/,punctuation:/[{}():,¬«»《》]/}}},4481:function(de){"use strict";de.exports=ae,ae.displayName="aql",ae.aliases=[];function ae(E){E.languages.aql={comment:/\/\/.*|\/\*[\s\S]*?\*\//,property:{pattern:/([{,]\s*)(?:(?!\d)\w+|(["'´`])(?:(?!\2)[^\\\r\n]|\\.)*\2)(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},identifier:{pattern:/([´`])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},variable:/@@?\w+/,keyword:[{pattern:/(\bWITH\s+)COUNT(?=\s+INTO\b)/i,lookbehind:!0},/\b(?:AGGREGATE|ALL|AND|ANY|ASC|COLLECT|DESC|DISTINCT|FILTER|FOR|GRAPH|IN|INBOUND|INSERT|INTO|K_PATHS|K_SHORTEST_PATHS|LET|LIKE|LIMIT|NONE|NOT|NULL|OR|OUTBOUND|REMOVE|REPLACE|RETURN|SHORTEST_PATH|SORT|UPDATE|UPSERT|WINDOW|WITH)\b/i,{pattern:/(^|[^\w.[])(?:KEEP|PRUNE|SEARCH|TO)\b/i,lookbehind:!0},{pattern:/(^|[^\w.[])(?:CURRENT|NEW|OLD)\b/,lookbehind:!0},{pattern:/\bOPTIONS(?=\s*\{)/i}],function:/\b(?!\d)\w+(?=\s*\()/,boolean:/\b(?:false|true)\b/i,range:{pattern:/\.\./,alias:"operator"},number:[/\b0b[01]+/i,/\b0x[0-9a-f]+/i,/(?:\B\.\d+|\b(?:0|[1-9]\d*)(?:\.\d+)?)(?:e[+-]?\d+)?/i],operator:/\*{2,}|[=!]~|[!=<>]=?|&&|\|\||[-+*/%]/,punctuation:/::|[?.:,;()[\]{}]/}}},2159:function(de,ae,E){"use strict";var y=E(80096);de.exports=pe,pe.displayName="arduino",pe.aliases=["ino"];function pe(se){se.register(y),se.languages.arduino=se.languages.extend("cpp",{keyword:/\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/,constant:/\b(?:ANALOG_MESSAGE|DEFAULT|DIGITAL_MESSAGE|EXTERNAL|FIRMATA_STRING|HIGH|INPUT|INPUT_PULLUP|INTERNAL|INTERNAL1V1|INTERNAL2V56|LED_BUILTIN|LOW|OUTPUT|REPORT_ANALOG|REPORT_DIGITAL|SET_PIN_MODE|SYSEX_START|SYSTEM_RESET)\b/,builtin:/\b(?:Audio|BSSID|Bridge|Client|Console|EEPROM|Esplora|EsploraTFT|Ethernet|EthernetClient|EthernetServer|EthernetUDP|File|FileIO|FileSystem|Firmata|GPRS|GSM|GSMBand|GSMClient|GSMModem|GSMPIN|GSMScanner|GSMServer|GSMVoiceCall|GSM_SMS|HttpClient|IPAddress|IRread|Keyboard|KeyboardController|LiquidCrystal|LiquidCrystal_I2C|Mailbox|Mouse|MouseController|PImage|Process|RSSI|RobotControl|RobotMotor|SD|SPI|SSID|Scheduler|Serial|Server|Servo|SoftwareSerial|Stepper|Stream|TFT|Task|USBHost|WiFi|WiFiClient|WiFiServer|WiFiUDP|Wire|YunClient|YunServer|abs|addParameter|analogRead|analogReadResolution|analogReference|analogWrite|analogWriteResolution|answerCall|attach|attachGPRS|attachInterrupt|attached|autoscroll|available|background|beep|begin|beginPacket|beginSD|beginSMS|beginSpeaker|beginTFT|beginTransmission|beginWrite|bit|bitClear|bitRead|bitSet|bitWrite|blink|blinkVersion|buffer|changePIN|checkPIN|checkPUK|checkReg|circle|cityNameRead|cityNameWrite|clear|clearScreen|click|close|compassRead|config|connect|connected|constrain|cos|countryNameRead|countryNameWrite|createChar|cursor|debugPrint|delay|delayMicroseconds|detach|detachInterrupt|digitalRead|digitalWrite|disconnect|display|displayLogos|drawBMP|drawCompass|encryptionType|end|endPacket|endSMS|endTransmission|endWrite|exists|exitValue|fill|find|findUntil|flush|gatewayIP|get|getAsynchronously|getBand|getButton|getCurrentCarrier|getIMEI|getKey|getModifiers|getOemKey|getPINUsed|getResult|getSignalStrength|getSocket|getVoiceCallStatus|getXChange|getYChange|hangCall|height|highByte|home|image|interrupts|isActionDone|isDirectory|isListening|isPIN|isPressed|isValid|keyPressed|keyReleased|keyboardRead|knobRead|leftToRight|line|lineFollowConfig|listen|listenOnLocalhost|loadImage|localIP|lowByte|macAddress|maintain|map|max|messageAvailable|micros|millis|min|mkdir|motorsStop|motorsWrite|mouseDragged|mouseMoved|mousePressed|mouseReleased|move|noAutoscroll|noBlink|noBuffer|noCursor|noDisplay|noFill|noInterrupts|noListenOnLocalhost|noStroke|noTone|onReceive|onRequest|open|openNextFile|overflow|parseCommand|parseFloat|parseInt|parsePacket|pauseMode|peek|pinMode|playFile|playMelody|point|pointTo|position|pow|prepare|press|print|printFirmwareVersion|printVersion|println|process|processInput|pulseIn|put|random|randomSeed|read|readAccelerometer|readBlue|readButton|readBytes|readBytesUntil|readGreen|readJoystickButton|readJoystickSwitch|readJoystickX|readJoystickY|readLightSensor|readMessage|readMicrophone|readNetworks|readRed|readSlider|readString|readStringUntil|readTemperature|ready|rect|release|releaseAll|remoteIP|remoteNumber|remotePort|remove|requestFrom|retrieveCallingNumber|rewindDirectory|rightToLeft|rmdir|robotNameRead|robotNameWrite|run|runAsynchronously|runShellCommand|runShellCommandAsynchronously|running|scanNetworks|scrollDisplayLeft|scrollDisplayRight|seek|sendAnalog|sendDigitalPortPair|sendDigitalPorts|sendString|sendSysex|serialEvent|setBand|setBitOrder|setClockDivider|setCursor|setDNS|setDataMode|setFirmwareVersion|setMode|setPINUsed|setSpeed|setTextSize|setTimeout|shiftIn|shiftOut|shutdown|sin|size|sqrt|startLoop|step|stop|stroke|subnetMask|switchPIN|tan|tempoWrite|text|tone|transfer|tuneWrite|turn|updateIR|userNameRead|userNameWrite|voiceCall|waitContinue|width|write|writeBlue|writeGreen|writeJSON|writeMessage|writeMicroseconds|writeRGB|writeRed|yield)\b/}),se.languages.ino=se.languages.arduino}},60274:function(de){"use strict";de.exports=ae,ae.displayName="arff",ae.aliases=[];function ae(E){E.languages.arff={comment:/%.*/,string:{pattern:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/@(?:attribute|data|end|relation)\b/i,number:/\b\d+(?:\.\d+)?\b/,punctuation:/[{},]/}}},18738:function(de){"use strict";de.exports=ae,ae.displayName="asciidoc",ae.aliases=["adoc"];function ae(E){(function(y){var pe={pattern:/(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\[\]\\]|\\.)*\]|[^\[\]\\"'$`]|\\.)*\]/m,lookbehind:!0,inside:{quoted:{pattern:/([$`])(?:(?!\1)[^\\]|\\.)*\1/,inside:{punctuation:/^[$`]|[$`]$/}},interpreted:{pattern:/'(?:[^'\\]|\\.)*'/,inside:{punctuation:/^'|'$/}},string:/"(?:[^"\\]|\\.)*"/,variable:/\w+(?==)/,punctuation:/^\[|\]$|,/,operator:/=/,"attr-value":/(?!^\s+$).+/}},se=y.languages.asciidoc={"comment-block":{pattern:/^(\/{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1/m,alias:"comment"},table:{pattern:/^\|={3,}(?:(?:\r?\n|\r(?!\n)).*)*?(?:\r?\n|\r)\|={3,}$/m,inside:{specifiers:{pattern:/(?:(?:(?:\d+(?:\.\d+)?|\.\d+)[+*](?:[<^>](?:\.[<^>])?|\.[<^>])?|[<^>](?:\.[<^>])?|\.[<^>])[a-z]*|[a-z]+)(?=\|)/,alias:"attr-value"},punctuation:{pattern:/(^|[^\\])[|!]=*/,lookbehind:!0}}},"passthrough-block":{pattern:/^(\+{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^\++|\++$/}},"literal-block":{pattern:/^(-{4,}|\.{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^(?:-+|\.+)|(?:-+|\.+)$/}},"other-block":{pattern:/^(--|\*{4,}|_{4,}|={4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^(?:-+|\*+|_+|=+)|(?:-+|\*+|_+|=+)$/}},"list-punctuation":{pattern:/(^[ \t]*)(?:-|\*{1,5}|\.{1,5}|(?:[a-z]|\d+)\.|[xvi]+\))(?= )/im,lookbehind:!0,alias:"punctuation"},"list-label":{pattern:/(^[ \t]*)[a-z\d].+(?::{2,4}|;;)(?=\s)/im,lookbehind:!0,alias:"symbol"},"indented-block":{pattern:/((\r?\n|\r)\2)([ \t]+)\S.*(?:(?:\r?\n|\r)\3.+)*(?=\2{2}|$)/,lookbehind:!0},comment:/^\/\/.*/m,title:{pattern:/^.+(?:\r?\n|\r)(?:={3,}|-{3,}|~{3,}|\^{3,}|\+{3,})$|^={1,5} .+|^\.(?![\s.]).*/m,alias:"important",inside:{punctuation:/^(?:\.|=+)|(?:=+|-+|~+|\^+|\++)$/}},"attribute-entry":{pattern:/^:[^:\r\n]+:(?: .*?(?: \+(?:\r?\n|\r).*?)*)?$/m,alias:"tag"},attributes:pe,hr:{pattern:/^'{3,}$/m,alias:"punctuation"},"page-break":{pattern:/^<{3,}$/m,alias:"punctuation"},admonition:{pattern:/^(?:CAUTION|IMPORTANT|NOTE|TIP|WARNING):/m,alias:"keyword"},callout:[{pattern:/(^[ \t]*)<?\d*>/m,lookbehind:!0,alias:"symbol"},{pattern:/<\d+>/,alias:"symbol"}],macro:{pattern:/\b[a-z\d][a-z\d-]*::?(?:[^\s\[\]]*\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:{function:/^[a-z\d-]+(?=:)/,punctuation:/^::?/,attributes:{pattern:/(?:\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:pe.inside}}},inline:{pattern:/(^|[^\\])(?:(?:\B\[(?:[^\]\\"']|(["'])(?:(?!\2)[^\\]|\\.)*\2|\\.)*\])?(?:\b_(?!\s)(?: _|[^_\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: _|[^_\\\r\n]|\\.)+)*_\b|\B``(?!\s).+?(?:(?:\r?\n|\r).+?)*''\B|\B`(?!\s)(?:[^`'\s]|\s+\S)+['`]\B|\B(['*+#])(?!\s)(?: \3|(?!\3)[^\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: \3|(?!\3)[^\\\r\n]|\\.)+)*\3\B)|(?:\[(?:[^\]\\"']|(["'])(?:(?!\4)[^\\]|\\.)*\4|\\.)*\])?(?:(__|\*\*|\+\+\+?|##|\$\$|[~^]).+?(?:(?:\r?\n|\r).+?)*\5|\{[^}\r\n]+\}|\[\[\[?.+?(?:(?:\r?\n|\r).+?)*\]?\]\]|<<.+?(?:(?:\r?\n|\r).+?)*>>|\(\(\(?.+?(?:(?:\r?\n|\r).+?)*\)?\)\)))/m,lookbehind:!0,inside:{attributes:pe,url:{pattern:/^(?:\[\[\[?.+?\]?\]\]|<<.+?>>)$/,inside:{punctuation:/^(?:\[\[\[?|<<)|(?:\]\]\]?|>>)$/}},"attribute-ref":{pattern:/^\{.+\}$/,inside:{variable:{pattern:/(^\{)[a-z\d,+_-]+/,lookbehind:!0},operator:/^[=?!#%@$]|!(?=[:}])/,punctuation:/^\{|\}$|::?/}},italic:{pattern:/^(['_])[\s\S]+\1$/,inside:{punctuation:/^(?:''?|__?)|(?:''?|__?)$/}},bold:{pattern:/^\*[\s\S]+\*$/,inside:{punctuation:/^\*\*?|\*\*?$/}},punctuation:/^(?:``?|\+{1,3}|##?|\$\$|[~^]|\(\(\(?)|(?:''?|\+{1,3}|##?|\$\$|[~^`]|\)?\)\))$/}},replacement:{pattern:/\((?:C|R|TM)\)/,alias:"builtin"},entity:/&#?[\da-z]{1,8};/i,"line-continuation":{pattern:/(^| )\+$/m,lookbehind:!0,alias:"punctuation"}};function me(Ee){Ee=Ee.split(" ");for(var xe={},Se=0,Te=Ee.length;Se<Te;Se++)xe[Ee[Se]]=se[Ee[Se]];return xe}pe.inside.interpreted.inside.rest=me("macro inline replacement entity"),se["passthrough-block"].inside.rest=me("macro"),se["literal-block"].inside.rest=me("callout"),se.table.inside.rest=me("comment-block passthrough-block literal-block other-block list-punctuation indented-block comment title attribute-entry attributes hr page-break admonition list-label callout macro inline replacement entity line-continuation"),se["other-block"].inside.rest=me("table list-punctuation indented-block comment attribute-entry attributes hr page-break admonition list-label macro inline replacement entity line-continuation"),se.title.inside.rest=me("macro inline replacement entity"),y.hooks.add("wrap",function(Ee){Ee.type==="entity"&&(Ee.attributes.title=Ee.content.value.replace(/&/,"&"))}),y.languages.adoc=y.languages.asciidoc})(E)}},58572:function(de){"use strict";de.exports=ae,ae.displayName="asm6502",ae.aliases=[];function ae(E){E.languages.asm6502={comment:/;.*/,directive:{pattern:/\.\w+(?= )/,alias:"property"},string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,"op-code":{pattern:/\b(?:ADC|AND|ASL|BCC|BCS|BEQ|BIT|BMI|BNE|BPL|BRK|BVC|BVS|CLC|CLD|CLI|CLV|CMP|CPX|CPY|DEC|DEX|DEY|EOR|INC|INX|INY|JMP|JSR|LDA|LDX|LDY|LSR|NOP|ORA|PHA|PHP|PLA|PLP|ROL|ROR|RTI|RTS|SBC|SEC|SED|SEI|STA|STX|STY|TAX|TAY|TSX|TXA|TXS|TYA|adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|lsr|nop|ora|pha|php|pla|plp|rol|ror|rti|rts|sbc|sec|sed|sei|sta|stx|sty|tax|tay|tsx|txa|txs|tya)\b/,alias:"keyword"},"hex-number":{pattern:/#?\$[\da-f]{1,4}\b/i,alias:"number"},"binary-number":{pattern:/#?%[01]+\b/,alias:"number"},"decimal-number":{pattern:/#?\b\d+\b/,alias:"number"},register:{pattern:/\b[xya]\b/i,alias:"variable"},punctuation:/[(),:]/}}},28937:function(de){"use strict";de.exports=ae,ae.displayName="asmatmel",ae.aliases=[];function ae(E){E.languages.asmatmel={comment:{pattern:/;.*/,greedy:!0},string:{pattern:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},constant:/\b(?:PORT[A-Z]|DDR[A-Z]|(?:DD|P)[A-Z](?:\d|[0-2]\d|3[01]))\b/,directive:{pattern:/\.\w+(?= )/,alias:"property"},"r-register":{pattern:/\br(?:\d|[12]\d|3[01])\b/,alias:"variable"},"op-code":{pattern:/\b(?:ADC|ADD|ADIW|AND|ANDI|ASR|BCLR|BLD|BRBC|BRBS|BRCC|BRCS|BREAK|BREQ|BRGE|BRHC|BRHS|BRID|BRIE|BRLO|BRLT|BRMI|BRNE|BRPL|BRSH|BRTC|BRTS|BRVC|BRVS|BSET|BST|CALL|CBI|CBR|CLC|CLH|CLI|CLN|CLR|CLS|CLT|CLV|CLZ|COM|CP|CPC|CPI|CPSE|DEC|DES|EICALL|EIJMP|ELPM|EOR|FMUL|FMULS|FMULSU|ICALL|IJMP|IN|INC|JMP|LAC|LAS|LAT|LD|LD[A-Za-z0-9]|LPM|LSL|LSR|MOV|MOVW|MUL|MULS|MULSU|NEG|NOP|OR|ORI|OUT|POP|PUSH|RCALL|RET|RETI|RJMP|ROL|ROR|SBC|SBCI|SBI|SBIC|SBIS|SBIW|SBR|SBRC|SBRS|SEC|SEH|SEI|SEN|SER|SES|SET|SEV|SEZ|SLEEP|SPM|ST|ST[A-Z0-9]|SUB|SUBI|SWAP|TST|WDR|XCH|adc|add|adiw|and|andi|asr|bclr|bld|brbc|brbs|brcc|brcs|break|breq|brge|brhc|brhs|brid|brie|brlo|brlt|brmi|brne|brpl|brsh|brtc|brts|brvc|brvs|bset|bst|call|cbi|cbr|clc|clh|cli|cln|clr|cls|clt|clv|clz|com|cp|cpc|cpi|cpse|dec|des|eicall|eijmp|elpm|eor|fmul|fmuls|fmulsu|icall|ijmp|in|inc|jmp|lac|las|lat|ld|ld[a-z0-9]|lpm|lsl|lsr|mov|movw|mul|muls|mulsu|neg|nop|or|ori|out|pop|push|rcall|ret|reti|rjmp|rol|ror|sbc|sbci|sbi|sbic|sbis|sbiw|sbr|sbrc|sbrs|sec|seh|sei|sen|ser|ses|set|sev|sez|sleep|spm|st|st[a-zA-Z0-9]|sub|subi|swap|tst|wdr|xch)\b/,alias:"keyword"},"hex-number":{pattern:/#?\$[\da-f]{2,4}\b/i,alias:"number"},"binary-number":{pattern:/#?%[01]+\b/,alias:"number"},"decimal-number":{pattern:/#?\b\d+\b/,alias:"number"},register:{pattern:/\b[acznvshtixy]\b/i,alias:"variable"},operator:/>>=?|<<=?|&&?|\|\|?|[-+*/%&|^!=<>?]=?/,punctuation:/[(),:]/}}},78734:function(de,ae,E){"use strict";var y=E(61958);de.exports=pe,pe.displayName="aspnet",pe.aliases=[];function pe(se){se.register(y),se.languages.aspnet=se.languages.extend("markup",{"page-directive":{pattern:/<%\s*@.*%>/,alias:"tag",inside:{"page-directive":{pattern:/<%\s*@\s*(?:Assembly|Control|Implements|Import|Master(?:Type)?|OutputCache|Page|PreviousPageType|Reference|Register)?|%>/i,alias:"tag"},rest:se.languages.markup.tag.inside}},directive:{pattern:/<%.*%>/,alias:"tag",inside:{directive:{pattern:/<%\s*?[$=%#:]{0,2}|%>/,alias:"tag"},rest:se.languages.csharp}}}),se.languages.aspnet.tag.pattern=/<(?!%)\/?[^\s>\/]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,se.languages.insertBefore("inside","punctuation",{directive:se.languages.aspnet.directive},se.languages.aspnet.tag.inside["attr-value"]),se.languages.insertBefore("aspnet","comment",{"asp-comment":{pattern:/<%--[\s\S]*?--%>/,alias:["asp","comment"]}}),se.languages.insertBefore("aspnet",se.languages.javascript?"script":"tag",{"asp-script":{pattern:/(<script(?=.*runat=['"]?server\b)[^>]*>)[\s\S]*?(?=<\/script>)/i,lookbehind:!0,alias:["asp","script"],inside:se.languages.csharp||{}}})}},6681:function(de){"use strict";de.exports=ae,ae.displayName="autohotkey",ae.aliases=[];function ae(E){E.languages.autohotkey={comment:[{pattern:/(^|\s);.*/,lookbehind:!0},{pattern:/(^[\t ]*)\/\*(?:[\r\n](?![ \t]*\*\/)|[^\r\n])*(?:[\r\n][ \t]*\*\/)?/m,lookbehind:!0,greedy:!0}],tag:{pattern:/^([ \t]*)[^\s,`":]+(?=:[ \t]*$)/m,lookbehind:!0},string:/"(?:[^"\n\r]|"")*"/,variable:/%\w+%/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/\?|\/\/?=?|:=|\|[=|]?|&[=&]?|\+[=+]?|-[=-]?|\*[=*]?|<(?:<=?|>|=)?|>>?=?|[.^!=~]=?|\b(?:AND|NOT|OR)\b/,boolean:/\b(?:false|true)\b/,selector:/\b(?:AutoTrim|BlockInput|Break|Click|ClipWait|Continue|Control|ControlClick|ControlFocus|ControlGet|ControlGetFocus|ControlGetPos|ControlGetText|ControlMove|ControlSend|ControlSendRaw|ControlSetText|CoordMode|Critical|DetectHiddenText|DetectHiddenWindows|Drive|DriveGet|DriveSpaceFree|EnvAdd|EnvDiv|EnvGet|EnvMult|EnvSet|EnvSub|EnvUpdate|Exit|ExitApp|FileAppend|FileCopy|FileCopyDir|FileCreateDir|FileCreateShortcut|FileDelete|FileEncoding|FileGetAttrib|FileGetShortcut|FileGetSize|FileGetTime|FileGetVersion|FileInstall|FileMove|FileMoveDir|FileRead|FileReadLine|FileRecycle|FileRecycleEmpty|FileRemoveDir|FileSelectFile|FileSelectFolder|FileSetAttrib|FileSetTime|FormatTime|GetKeyState|Gosub|Goto|GroupActivate|GroupAdd|GroupClose|GroupDeactivate|Gui|GuiControl|GuiControlGet|Hotkey|ImageSearch|IniDelete|IniRead|IniWrite|Input|InputBox|KeyWait|ListHotkeys|ListLines|ListVars|Loop|Menu|MouseClick|MouseClickDrag|MouseGetPos|MouseMove|MsgBox|OnExit|OutputDebug|Pause|PixelGetColor|PixelSearch|PostMessage|Process|Progress|Random|RegDelete|RegRead|RegWrite|Reload|Repeat|Return|Run|RunAs|RunWait|Send|SendEvent|SendInput|SendMessage|SendMode|SendPlay|SendRaw|SetBatchLines|SetCapslockState|SetControlDelay|SetDefaultMouseSpeed|SetEnv|SetFormat|SetKeyDelay|SetMouseDelay|SetNumlockState|SetRegView|SetScrollLockState|SetStoreCapslockMode|SetTimer|SetTitleMatchMode|SetWinDelay|SetWorkingDir|Shutdown|Sleep|Sort|SoundBeep|SoundGet|SoundGetWaveVolume|SoundPlay|SoundSet|SoundSetWaveVolume|SplashImage|SplashTextOff|SplashTextOn|SplitPath|StatusBarGetText|StatusBarWait|StringCaseSense|StringGetPos|StringLeft|StringLen|StringLower|StringMid|StringReplace|StringRight|StringSplit|StringTrimLeft|StringTrimRight|StringUpper|Suspend|SysGet|Thread|ToolTip|Transform|TrayTip|URLDownloadToFile|WinActivate|WinActivateBottom|WinClose|WinGet|WinGetActiveStats|WinGetActiveTitle|WinGetClass|WinGetPos|WinGetText|WinGetTitle|WinHide|WinKill|WinMaximize|WinMenuSelectItem|WinMinimize|WinMinimizeAll|WinMinimizeAllUndo|WinMove|WinRestore|WinSet|WinSetTitle|WinShow|WinWait|WinWaitActive|WinWaitClose|WinWaitNotActive)\b/i,constant:/\b(?:a_ahkpath|a_ahkversion|a_appdata|a_appdatacommon|a_autotrim|a_batchlines|a_caretx|a_carety|a_computername|a_controldelay|a_cursor|a_dd|a_ddd|a_dddd|a_defaultmousespeed|a_desktop|a_desktopcommon|a_detecthiddentext|a_detecthiddenwindows|a_endchar|a_eventinfo|a_exitreason|a_fileencoding|a_formatfloat|a_formatinteger|a_gui|a_guicontrol|a_guicontrolevent|a_guievent|a_guiheight|a_guiwidth|a_guix|a_guiy|a_hour|a_iconfile|a_iconhidden|a_iconnumber|a_icontip|a_index|a_ipaddress1|a_ipaddress2|a_ipaddress3|a_ipaddress4|a_is64bitos|a_isadmin|a_iscompiled|a_iscritical|a_ispaused|a_issuspended|a_isunicode|a_keydelay|a_language|a_lasterror|a_linefile|a_linenumber|a_loopfield|a_loopfileattrib|a_loopfiledir|a_loopfileext|a_loopfilefullpath|a_loopfilelongpath|a_loopfilename|a_loopfileshortname|a_loopfileshortpath|a_loopfilesize|a_loopfilesizekb|a_loopfilesizemb|a_loopfiletimeaccessed|a_loopfiletimecreated|a_loopfiletimemodified|a_loopreadline|a_loopregkey|a_loopregname|a_loopregsubkey|a_loopregtimemodified|a_loopregtype|a_mday|a_min|a_mm|a_mmm|a_mmmm|a_mon|a_mousedelay|a_msec|a_mydocuments|a_now|a_nowutc|a_numbatchlines|a_ostype|a_osversion|a_priorhotkey|a_priorkey|a_programfiles|a_programs|a_programscommon|a_ptrsize|a_regview|a_screendpi|a_screenheight|a_screenwidth|a_scriptdir|a_scriptfullpath|a_scripthwnd|a_scriptname|a_sec|a_space|a_startmenu|a_startmenucommon|a_startup|a_startupcommon|a_stringcasesense|a_tab|a_temp|a_thisfunc|a_thishotkey|a_thislabel|a_thismenu|a_thismenuitem|a_thismenuitempos|a_tickcount|a_timeidle|a_timeidlephysical|a_timesincepriorhotkey|a_timesincethishotkey|a_titlematchmode|a_titlematchmodespeed|a_username|a_wday|a_windelay|a_windir|a_workingdir|a_yday|a_year|a_yweek|a_yyyy|clipboard|clipboardall|comspec|errorlevel|programfiles)\b/i,builtin:/\b(?:abs|acos|asc|asin|atan|ceil|chr|class|comobjactive|comobjarray|comobjconnect|comobjcreate|comobjerror|comobjflags|comobjget|comobjquery|comobjtype|comobjvalue|cos|dllcall|exp|fileexist|Fileopen|floor|format|il_add|il_create|il_destroy|instr|isfunc|islabel|IsObject|ln|log|ltrim|lv_add|lv_delete|lv_deletecol|lv_getcount|lv_getnext|lv_gettext|lv_insert|lv_insertcol|lv_modify|lv_modifycol|lv_setimagelist|mod|numget|numput|onmessage|regexmatch|regexreplace|registercallback|round|rtrim|sb_seticon|sb_setparts|sb_settext|sin|sqrt|strlen|strreplace|strsplit|substr|tan|tv_add|tv_delete|tv_get|tv_getchild|tv_getcount|tv_getnext|tv_getparent|tv_getprev|tv_getselection|tv_gettext|tv_modify|varsetcapacity|winactive|winexist|__Call|__Get|__New|__Set)\b/i,symbol:/\b(?:alt|altdown|altup|appskey|backspace|browser_back|browser_favorites|browser_forward|browser_home|browser_refresh|browser_search|browser_stop|bs|capslock|ctrl|ctrlbreak|ctrldown|ctrlup|del|delete|down|end|enter|esc|escape|f1|f10|f11|f12|f13|f14|f15|f16|f17|f18|f19|f2|f20|f21|f22|f23|f24|f3|f4|f5|f6|f7|f8|f9|home|ins|insert|joy1|joy10|joy11|joy12|joy13|joy14|joy15|joy16|joy17|joy18|joy19|joy2|joy20|joy21|joy22|joy23|joy24|joy25|joy26|joy27|joy28|joy29|joy3|joy30|joy31|joy32|joy4|joy5|joy6|joy7|joy8|joy9|joyaxes|joybuttons|joyinfo|joyname|joypov|joyr|joyu|joyv|joyx|joyy|joyz|lalt|launch_app1|launch_app2|launch_mail|launch_media|lbutton|lcontrol|lctrl|left|lshift|lwin|lwindown|lwinup|mbutton|media_next|media_play_pause|media_prev|media_stop|numlock|numpad0|numpad1|numpad2|numpad3|numpad4|numpad5|numpad6|numpad7|numpad8|numpad9|numpadadd|numpadclear|numpaddel|numpaddiv|numpaddot|numpaddown|numpadend|numpadenter|numpadhome|numpadins|numpadleft|numpadmult|numpadpgdn|numpadpgup|numpadright|numpadsub|numpadup|pgdn|pgup|printscreen|ralt|rbutton|rcontrol|rctrl|right|rshift|rwin|rwindown|rwinup|scrolllock|shift|shiftdown|shiftup|space|tab|up|volume_down|volume_mute|volume_up|wheeldown|wheelleft|wheelright|wheelup|xbutton1|xbutton2)\b/i,important:/#\b(?:AllowSameLineComments|ClipboardTimeout|CommentFlag|DerefChar|ErrorStdOut|EscapeChar|HotkeyInterval|HotkeyModifierTimeout|Hotstring|If|IfTimeout|IfWinActive|IfWinExist|IfWinNotActive|IfWinNotExist|Include|IncludeAgain|InputLevel|InstallKeybdHook|InstallMouseHook|KeyHistory|MaxHotkeysPerInterval|MaxMem|MaxThreads|MaxThreadsBuffer|MaxThreadsPerHotkey|MenuMaskKey|NoEnv|NoTrayIcon|Persistent|SingleInstance|UseHook|Warn|WinActivateForce)\b/i,keyword:/\b(?:Abort|AboveNormal|Add|ahk_class|ahk_exe|ahk_group|ahk_id|ahk_pid|All|Alnum|Alpha|AltSubmit|AltTab|AltTabAndMenu|AltTabMenu|AltTabMenuDismiss|AlwaysOnTop|AutoSize|Background|BackgroundTrans|BelowNormal|between|BitAnd|BitNot|BitOr|BitShiftLeft|BitShiftRight|BitXOr|Bold|Border|Button|ByRef|Catch|Checkbox|Checked|CheckedGray|Choose|ChooseString|Close|Color|ComboBox|Contains|ControlList|Count|Date|DateTime|Days|DDL|Default|DeleteAll|Delimiter|Deref|Destroy|Digit|Disable|Disabled|DropDownList|Edit|Eject|Else|Enable|Enabled|Error|Exist|Expand|ExStyle|FileSystem|Finally|First|Flash|Float|FloatFast|Focus|Font|for|global|Grid|Group|GroupBox|GuiClose|GuiContextMenu|GuiDropFiles|GuiEscape|GuiSize|Hdr|Hidden|Hide|High|HKCC|HKCR|HKCU|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_LOCAL_MACHINE|HKEY_USERS|HKLM|HKU|Hours|HScroll|Icon|IconSmall|ID|IDLast|If|IfEqual|IfExist|IfGreater|IfGreaterOrEqual|IfInString|IfLess|IfLessOrEqual|IfMsgBox|IfNotEqual|IfNotExist|IfNotInString|IfWinActive|IfWinExist|IfWinNotActive|IfWinNotExist|Ignore|ImageList|in|Integer|IntegerFast|Interrupt|is|italic|Join|Label|LastFound|LastFoundExist|Limit|Lines|List|ListBox|ListView|local|Lock|Logoff|Low|Lower|Lowercase|MainWindow|Margin|Maximize|MaximizeBox|MaxSize|Minimize|MinimizeBox|MinMax|MinSize|Minutes|MonthCal|Mouse|Move|Multi|NA|No|NoActivate|NoDefault|NoHide|NoIcon|NoMainWindow|norm|Normal|NoSort|NoSortHdr|NoStandard|Not|NoTab|NoTimers|Number|Off|Ok|On|OwnDialogs|Owner|Parse|Password|Picture|Pixel|Pos|Pow|Priority|ProcessName|Radio|Range|Read|ReadOnly|Realtime|Redraw|Region|REG_BINARY|REG_DWORD|REG_EXPAND_SZ|REG_MULTI_SZ|REG_SZ|Relative|Rename|Report|Resize|Restore|Retry|RGB|Screen|Seconds|Section|Serial|SetLabel|ShiftAltTab|Show|Single|Slider|SortDesc|Standard|static|Status|StatusBar|StatusCD|strike|Style|Submit|SysMenu|Tab2|TabStop|Text|Theme|Throw|Tile|ToggleCheck|ToggleEnable|ToolWindow|Top|Topmost|TransColor|Transparent|Tray|TreeView|Try|TryAgain|Type|UnCheck|underline|Unicode|Unlock|Until|UpDown|Upper|Uppercase|UseErrorLevel|Vis|VisFirst|Visible|VScroll|Wait|WaitClose|WantCtrlA|WantF2|WantReturn|While|Wrap|Xdigit|xm|xp|xs|Yes|ym|yp|ys)\b/i,function:/[^(); \t,\n+*\-=?>:\\\/<&%\[\]]+(?=\()/,punctuation:/[{}[\]():,]/}}},53358:function(de){"use strict";de.exports=ae,ae.displayName="autoit",ae.aliases=[];function ae(E){E.languages.autoit={comment:[/;.*/,{pattern:/(^[\t ]*)#(?:comments-start|cs)[\s\S]*?^[ \t]*#(?:ce|comments-end)/m,lookbehind:!0}],url:{pattern:/(^[\t ]*#include\s+)(?:<[^\r\n>]+>|"[^\r\n"]+")/m,lookbehind:!0},string:{pattern:/(["'])(?:\1\1|(?!\1)[^\r\n])*\1/,greedy:!0,inside:{variable:/([%$@])\w+\1/}},directive:{pattern:/(^[\t ]*)#[\w-]+/m,lookbehind:!0,alias:"keyword"},function:/\b\w+(?=\()/,variable:/[$@]\w+/,keyword:/\b(?:Case|Const|Continue(?:Case|Loop)|Default|Dim|Do|Else(?:If)?|End(?:Func|If|Select|Switch|With)|Enum|Exit(?:Loop)?|For|Func|Global|If|In|Local|Next|Null|ReDim|Select|Static|Step|Switch|Then|To|Until|Volatile|WEnd|While|With)\b/i,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,boolean:/\b(?:False|True)\b/i,operator:/<[=>]?|[-+*\/=&>]=?|[?^]|\b(?:And|Not|Or)\b/i,punctuation:/[\[\]().,:]/}}},81700:function(de){"use strict";de.exports=ae,ae.displayName="avisynth",ae.aliases=["avs"];function ae(E){(function(y){function pe(Ie,Le){return Ie.replace(/<<(\d+)>>/g,function(He,We){return Le[+We]})}function se(Ie,Le,He){return RegExp(pe(Ie,Le),He||"")}var me=/bool|clip|float|int|string|val/.source,Ee=[/is(?:bool|clip|float|int|string)|defined|(?:(?:internal)?function|var)?exists?/.source,/apply|assert|default|eval|import|nop|select|undefined/.source,/opt_(?:allowfloataudio|avipadscanlines|dwchannelmask|enable_(?:b64a|planartopackedrgb|v210|y3_10_10|y3_10_16)|usewaveextensible|vdubplanarhack)|set(?:cachemode|maxcpu|memorymax|planarlegacyalignment|workingdir)/.source,/hex(?:value)?|value/.source,/abs|ceil|continued(?:denominator|numerator)?|exp|floor|fmod|frac|log(?:10)?|max|min|muldiv|pi|pow|rand|round|sign|spline|sqrt/.source,/a?sinh?|a?cosh?|a?tan[2h]?/.source,/(?:bit(?:and|not|x?or|[lr]?shift[aslu]?|sh[lr]|sa[lr]|[lr]rotatel?|ro[rl]|te?st|set(?:count)?|cl(?:ea)?r|ch(?:an)?ge?))/.source,/average(?:[bgr]|chroma[uv]|luma)|(?:[rgb]|chroma[uv]|luma|rgb|[yuv](?=difference(?:fromprevious|tonext)))difference(?:fromprevious|tonext)?|[yuvrgb]plane(?:median|min|max|minmaxdifference)/.source,/getprocessinfo|logmsg|script(?:dir(?:utf8)?|file(?:utf8)?|name(?:utf8)?)|setlogparams/.source,/chr|(?:fill|find|left|mid|replace|rev|right)str|format|[lu]case|ord|str(?:cmpi?|fromutf8|len|toutf8)|time|trim(?:all|left|right)/.source,/isversionorgreater|version(?:number|string)/.source,/buildpixeltype|colorspacenametopixeltype/.source,/addautoloaddir|on(?:cpu|cuda)|prefetch|setfiltermtmode/.source].join("|"),xe=[/has(?:audio|video)/.source,/height|width/.source,/frame(?:count|rate)|framerate(?:denominator|numerator)/.source,/getparity|is(?:field|frame)based/.source,/bitspercomponent|componentsize|hasalpha|is(?:planar(?:rgba?)?|interleaved|rgb(?:24|32|48|64)?|y(?:8|u(?:va?|y2))?|yv(?:12|16|24|411)|420|422|444|packedrgb)|numcomponents|pixeltype/.source,/audio(?:bits|channels|duration|length(?:[fs]|hi|lo)?|rate)|isaudio(?:float|int)/.source].join("|"),Se=[/avi(?:file)?source|directshowsource|image(?:reader|source|sourceanim)|opendmlsource|segmented(?:avisource|directshowsource)|wavsource/.source,/coloryuv|convertbacktoyuy2|convertto(?:RGB(?:24|32|48|64)|(?:planar)?RGBA?|Y8?|YV(?:12|16|24|411)|YUVA?(?:411|420|422|444)|YUY2)|fixluminance|gr[ae]yscale|invert|levels|limiter|mergea?rgb|merge(?:chroma|luma)|rgbadjust|show(?:alpha|blue|green|red)|swapuv|tweak|[uv]toy8?|ytouv/.source,/(?:colorkey|reset)mask|layer|mask(?:hs)?|merge|overlay|subtract/.source,/addborders|(?:bicubic|bilinear|blackman|gauss|lanczos4|lanczos|point|sinc|spline(?:16|36|64))resize|crop(?:bottom)?|flip(?:horizontal|vertical)|(?:horizontal|vertical)?reduceby2|letterbox|skewrows|turn(?:180|left|right)/.source,/blur|fixbrokenchromaupsampling|generalconvolution|(?:spatial|temporal)soften|sharpen/.source,/trim|(?:un)?alignedsplice|(?:assume|assumescaled|change|convert)FPS|(?:delete|duplicate)frame|dissolve|fade(?:in|io|out)[02]?|freezeframe|interleave|loop|reverse|select(?:even|odd|(?:range)?every)/.source,/assume[bt]ff|assume(?:field|frame)based|bob|complementparity|doubleweave|peculiarblend|pulldown|separate(?:columns|fields|rows)|swapfields|weave(?:columns|rows)?/.source,/amplify(?:db)?|assumesamplerate|audiodub(?:ex)?|audiotrim|convertaudioto(?:(?:8|16|24|32)bit|float)|converttomono|delayaudio|ensurevbrmp3sync|get(?:left|right)?channel|kill(?:audio|video)|mergechannels|mixaudio|monotostereo|normalize|resampleaudio|ssrc|supereq|timestretch/.source,/animate|applyrange|conditional(?:filter|reader|select)|frameevaluate|scriptclip|tcp(?:server|source)|writefile(?:end|if|start)?/.source,/imagewriter/.source,/blackness|blankclip|colorbars(?:hd)?|compare|dumpfiltergraph|echo|histogram|info|messageclip|preroll|setgraphanalysis|show(?:framenumber|smpte|time)|showfiveversions|stack(?:horizontal|vertical)|subtitle|tone|version/.source].join("|"),Te=[Ee,xe,Se].join("|");y.languages.avisynth={comment:[{pattern:/(^|[^\\])\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|\[\*(?:[^\[*]|\[(?!\*)|\*(?!\]))*\*\])*\*\]/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],argument:{pattern:se(/\b(?:<<0>>)\s+("?)\w+\1/.source,[me],"i"),inside:{keyword:/^\w+/}},"argument-label":{pattern:/([,(][\s\\]*)\w+\s*=(?!=)/,lookbehind:!0,inside:{"argument-name":{pattern:/^\w+/,alias:"punctuation"},punctuation:/=$/}},string:[{pattern:/"""[\s\S]*?"""/,greedy:!0},{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0,inside:{constant:{pattern:/\b(?:DEFAULT_MT_MODE|(?:MAINSCRIPT|PROGRAM|SCRIPT)DIR|(?:MACHINE|USER)_(?:CLASSIC|PLUS)_PLUGINS)\b/}}}],variable:/\b(?:last)\b/i,boolean:/\b(?:false|no|true|yes)\b/i,keyword:/\b(?:catch|else|for|function|global|if|return|try|while|__END__)\b/i,constant:/\bMT_(?:MULTI_INSTANCE|NICE_FILTER|SERIALIZED|SPECIAL_MT)\b/,"builtin-function":{pattern:se(/\b(?:<<0>>)\b/.source,[Te],"i"),alias:"function"},"type-cast":{pattern:se(/\b(?:<<0>>)(?=\s*\()/.source,[me],"i"),alias:"keyword"},function:{pattern:/\b[a-z_]\w*(?=\s*\()|(\.)[a-z_]\w*\b/i,lookbehind:!0},"line-continuation":{pattern:/(^[ \t]*)\\|\\(?=[ \t]*$)/m,lookbehind:!0,alias:"punctuation"},number:/\B\$(?:[\da-f]{6}|[\da-f]{8})\b|(?:(?:\b|\B-)\d+(?:\.\d*)?\b|\B\.\d+\b)/i,operator:/\+\+?|[!=<>]=?|&&|\|\||[?:*/%-]/,punctuation:/[{}\[\]();,.]/},y.languages.avs=y.languages.avisynth})(E)}},37219:function(de){"use strict";de.exports=ae,ae.displayName="avroIdl",ae.aliases=[];function ae(E){E.languages["avro-idl"]={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/(^|[^\\])"(?:[^\r\n"\\]|\\.)*"/,lookbehind:!0,greedy:!0},annotation:{pattern:/@(?:[$\w.-]|`[^\r\n`]+`)+/,greedy:!0,alias:"function"},"function-identifier":{pattern:/`[^\r\n`]+`(?=\s*\()/,greedy:!0,alias:"function"},identifier:{pattern:/`[^\r\n`]+`/,greedy:!0},"class-name":{pattern:/(\b(?:enum|error|protocol|record|throws)\b\s+)[$\w]+/,lookbehind:!0,greedy:!0},keyword:/\b(?:array|boolean|bytes|date|decimal|double|enum|error|false|fixed|float|idl|import|int|local_timestamp_ms|long|map|null|oneway|protocol|record|schema|string|throws|time_ms|timestamp_ms|true|union|uuid|void)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:[{pattern:/(^|[^\w.])-?(?:(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|0x(?:[a-f0-9]+(?:\.[a-f0-9]*)?|\.[a-f0-9]+)(?:p[+-]?\d+)?)[dfl]?(?![\w.])/i,lookbehind:!0},/-?\b(?:Infinity|NaN)\b/],operator:/=/,punctuation:/[()\[\]{}<>.:,;-]/},E.languages.avdl=E.languages["avro-idl"]}},6979:function(de){"use strict";de.exports=ae,ae.displayName="bash",ae.aliases=["shell"];function ae(E){(function(y){var pe="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",se={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},me={bash:se,environment:{pattern:RegExp("\\$"+pe),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+pe),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};y.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+pe),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:me},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:se}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:me},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:me.entity}}],environment:{pattern:RegExp("\\$?"+pe),alias:"constant"},variable:me.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},se.inside=y.languages.bash;for(var Ee=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],xe=me.variable[1].inside,Se=0;Se<Ee.length;Se++)xe[Ee[Se]]=y.languages.bash[Ee[Se]];y.languages.shell=y.languages.bash})(E)}},46241:function(de){"use strict";de.exports=ae,ae.displayName="basic",ae.aliases=[];function ae(E){E.languages.basic={comment:{pattern:/(?:!|REM\b).+/i,inside:{keyword:/^REM/i}},string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAIN|CHDIR|CLEAR|CLOSE|CLS|COM|COMMON|CONST|DATA|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DIM|DO|DOUBLE|ELSE|ELSEIF|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|FUNCTION|GET|GOSUB|GOTO|IF|INPUT|INTEGER|IOCTL|KEY|KILL|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|MKDIR|NAME|NEXT|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPTION BASE|OUT|POKE|PUT|READ|REDIM|REM|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SELECT CASE|SHARED|SHELL|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|SUB|SWAP|SYSTEM|THEN|TIMER|TO|TROFF|TRON|TYPE|UNLOCK|UNTIL|USING|VIEW PRINT|WAIT|WEND|WHILE|WRITE)(?:\$|\b)/i,function:/\b(?:ABS|ACCESS|ACOS|ANGLE|AREA|ARITHMETIC|ARRAY|ASIN|ASK|AT|ATN|BASE|BEGIN|BREAK|CAUSE|CEIL|CHR|CLIP|COLLATE|COLOR|CON|COS|COSH|COT|CSC|DATE|DATUM|DEBUG|DECIMAL|DEF|DEG|DEGREES|DELETE|DET|DEVICE|DISPLAY|DOT|ELAPSED|EPS|ERASABLE|EXLINE|EXP|EXTERNAL|EXTYPE|FILETYPE|FIXED|FP|GO|GRAPH|HANDLER|IDN|IMAGE|IN|INT|INTERNAL|IP|IS|KEYED|LBOUND|LCASE|LEFT|LEN|LENGTH|LET|LINE|LINES|LOG|LOG10|LOG2|LTRIM|MARGIN|MAT|MAX|MAXNUM|MID|MIN|MISSING|MOD|NATIVE|NUL|NUMERIC|OF|OPTION|ORD|ORGANIZATION|OUTIN|OUTPUT|PI|POINT|POINTER|POINTS|POS|PRINT|PROGRAM|PROMPT|RAD|RADIANS|RANDOMIZE|RECORD|RECSIZE|RECTYPE|RELATIVE|REMAINDER|REPEAT|REST|RETRY|REWRITE|RIGHT|RND|ROUND|RTRIM|SAME|SEC|SELECT|SEQUENTIAL|SET|SETTER|SGN|SIN|SINH|SIZE|SKIP|SQR|STANDARD|STATUS|STR|STREAM|STYLE|TAB|TAN|TANH|TEMPLATE|TEXT|THERE|TIME|TIMEOUT|TRACE|TRANSFORM|TRUNCATE|UBOUND|UCASE|USE|VAL|VARIABLE|VIEWPORT|WHEN|WINDOW|WITH|ZER|ZONEWIDTH)(?:\$|\b)/i,operator:/<[=>]?|>=?|[+\-*\/^=&]|\b(?:AND|EQV|IMP|NOT|OR|XOR)\b/i,punctuation:/[,;:()]/}}},94781:function(de){"use strict";de.exports=ae,ae.displayName="batch",ae.aliases=[];function ae(E){(function(y){var pe=/%%?[~:\w]+%?|!\S+!/,se={pattern:/\/[a-z?]+(?=[ :]|$):?|-[a-z]\b|--[a-z-]+\b/im,alias:"attr-name",inside:{punctuation:/:/}},me=/"(?:[\\"]"|[^"])*"(?!")/,Ee=/(?:\b|-)\d+\b/;y.languages.batch={comment:[/^::.*/m,{pattern:/((?:^|[&(])[ \t]*)rem\b(?:[^^&)\r\n]|\^(?:\r\n|[\s\S]))*/im,lookbehind:!0}],label:{pattern:/^:.*/m,alias:"property"},command:[{pattern:/((?:^|[&(])[ \t]*)for(?: \/[a-z?](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* \S+ in \([^)]+\) do/im,lookbehind:!0,inside:{keyword:/\b(?:do|in)\b|^for\b/i,string:me,parameter:se,variable:pe,number:Ee,punctuation:/[()',]/}},{pattern:/((?:^|[&(])[ \t]*)if(?: \/[a-z?](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* (?:not )?(?:cmdextversion \d+|defined \w+|errorlevel \d+|exist \S+|(?:"[^"]*"|(?!")(?:(?!==)\S)+)?(?:==| (?:equ|geq|gtr|leq|lss|neq) )(?:"[^"]*"|[^\s"]\S*))/im,lookbehind:!0,inside:{keyword:/\b(?:cmdextversion|defined|errorlevel|exist|not)\b|^if\b/i,string:me,parameter:se,variable:pe,number:Ee,operator:/\^|==|\b(?:equ|geq|gtr|leq|lss|neq)\b/i}},{pattern:/((?:^|[&()])[ \t]*)else\b/im,lookbehind:!0,inside:{keyword:/^else\b/i}},{pattern:/((?:^|[&(])[ \t]*)set(?: \/[a-z](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* (?:[^^&)\r\n]|\^(?:\r\n|[\s\S]))*/im,lookbehind:!0,inside:{keyword:/^set\b/i,string:me,parameter:se,variable:[pe,/\w+(?=(?:[*\/%+\-&^|]|<<|>>)?=)/],number:Ee,operator:/[*\/%+\-&^|]=?|<<=?|>>=?|[!~_=]/,punctuation:/[()',]/}},{pattern:/((?:^|[&(])[ \t]*@?)\w+\b(?:"(?:[\\"]"|[^"])*"(?!")|[^"^&)\r\n]|\^(?:\r\n|[\s\S]))*/m,lookbehind:!0,inside:{keyword:/^\w+\b/,string:me,parameter:se,label:{pattern:/(^\s*):\S+/m,lookbehind:!0,alias:"property"},variable:pe,number:Ee,operator:/\^/}}],operator:/[&@]/,punctuation:/[()']/}})(E)}},62260:function(de){"use strict";de.exports=ae,ae.displayName="bbcode",ae.aliases=["shortcode"];function ae(E){E.languages.bbcode={tag:{pattern:/\[\/?[^\s=\]]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))?(?:\s+[^\s=\]]+\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))*\s*\]/,inside:{tag:{pattern:/^\[\/?[^\s=\]]+/,inside:{punctuation:/^\[\/?/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+)/,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\]/,"attr-name":/[^\s=\]]+/}}},E.languages.shortcode=E.languages.bbcode}},36153:function(de){"use strict";de.exports=ae,ae.displayName="bicep",ae.aliases=[];function ae(E){E.languages.bicep={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],property:[{pattern:/([\r\n][ \t]*)[a-z_]\w*(?=[ \t]*:)/i,lookbehind:!0},{pattern:/([\r\n][ \t]*)'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'(?=[ \t]*:)/,lookbehind:!0,greedy:!0}],string:[{pattern:/'''[^'][\s\S]*?'''/,greedy:!0},{pattern:/(^|[^\\'])'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'/,lookbehind:!0,greedy:!0}],"interpolated-string":{pattern:/(^|[^\\'])'(?:\\.|\$(?:(?!\{)|\{[^{}\r\n]*\})|[^'\\\r\n$])*'/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/\$\{[^{}\r\n]*\}/,inside:{expression:{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0},punctuation:/^\$\{|\}$/}},string:/[\s\S]+/}},datatype:{pattern:/(\b(?:output|param)\b[ \t]+\w+[ \t]+)\w+\b/,lookbehind:!0,alias:"class-name"},boolean:/\b(?:false|true)\b/,keyword:/\b(?:existing|for|if|in|module|null|output|param|resource|targetScope|var)\b/,decorator:/@\w+\b/,function:/\b[a-z_]\w*(?=[ \t]*\()/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/,punctuation:/[{}[\];(),.:]/},E.languages.bicep["interpolated-string"].inside.interpolation.inside.expression.inside=E.languages.bicep}},59258:function(de){"use strict";de.exports=ae,ae.displayName="birb",ae.aliases=[];function ae(E){E.languages.birb=E.languages.extend("clike",{string:{pattern:/r?("|')(?:\\.|(?!\1)[^\\])*\1/,greedy:!0},"class-name":[/\b[A-Z](?:[\d_]*[a-zA-Z]\w*)?\b/,/\b(?:[A-Z]\w*|(?!(?:var|void)\b)[a-z]\w*)(?=\s+\w+\s*[;,=()])/],keyword:/\b(?:assert|break|case|class|const|default|else|enum|final|follows|for|grab|if|nest|new|next|noSeeb|return|static|switch|throw|var|void|while)\b/,operator:/\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?|:/,variable:/\b[a-z_]\w*\b/}),E.languages.insertBefore("birb","function",{metadata:{pattern:/<\w+>/,greedy:!0,alias:"symbol"}})}},62890:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="bison",pe.aliases=[];function pe(se){se.register(y),se.languages.bison=se.languages.extend("c",{}),se.languages.insertBefore("bison","comment",{bison:{pattern:/^(?:[^%]|%(?!%))*%%[\s\S]*?%%/,inside:{c:{pattern:/%\{[\s\S]*?%\}|\{(?:\{[^}]*\}|[^{}])*\}/,inside:{delimiter:{pattern:/^%?\{|%?\}$/,alias:"punctuation"},"bison-variable":{pattern:/[$@](?:<[^\s>]+>)?[\w$]+/,alias:"variable",inside:{punctuation:/<|>/}},rest:se.languages.c}},comment:se.languages.c.comment,string:se.languages.c.string,property:/\S+(?=:)/,keyword:/%\w+/,number:{pattern:/(^|[^@])\b(?:0x[\da-f]+|\d+)/i,lookbehind:!0},punctuation:/%[%?]|[|:;\[\]<>]/}}})}},15958:function(de){"use strict";de.exports=ae,ae.displayName="bnf",ae.aliases=["rbnf"];function ae(E){E.languages.bnf={string:{pattern:/"[^\r\n"]*"|'[^\r\n']*'/},definition:{pattern:/<[^<>\r\n\t]+>(?=\s*::=)/,alias:["rule","keyword"],inside:{punctuation:/^<|>$/}},rule:{pattern:/<[^<>\r\n\t]+>/,inside:{punctuation:/^<|>$/}},operator:/::=|[|()[\]{}*+?]|\.{3}/},E.languages.rbnf=E.languages.bnf}},61321:function(de){"use strict";de.exports=ae,ae.displayName="brainfuck",ae.aliases=[];function ae(E){E.languages.brainfuck={pointer:{pattern:/<|>/,alias:"keyword"},increment:{pattern:/\+/,alias:"inserted"},decrement:{pattern:/-/,alias:"deleted"},branching:{pattern:/\[|\]/,alias:"important"},operator:/[.,]/,comment:/\S+/}}},77856:function(de){"use strict";de.exports=ae,ae.displayName="brightscript",ae.aliases=[];function ae(E){E.languages.brightscript={comment:/(?:\brem|').*/i,"directive-statement":{pattern:/(^[\t ]*)#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if).*/im,lookbehind:!0,alias:"property",inside:{"error-message":{pattern:/(^#error).+/,lookbehind:!0},directive:{pattern:/^#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if)/,alias:"keyword"},expression:{pattern:/[\s\S]+/,inside:null}}},property:{pattern:/([\r\n{,][\t ]*)(?:(?!\d)\w+|"(?:[^"\r\n]|"")*"(?!"))(?=[ \t]*:)/,lookbehind:!0,greedy:!0},string:{pattern:/"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},"class-name":{pattern:/(\bAs[\t ]+)\w+/i,lookbehind:!0},keyword:/\b(?:As|Dim|Each|Else|Elseif|End|Exit|For|Function|Goto|If|In|Print|Return|Step|Stop|Sub|Then|To|While)\b/i,boolean:/\b(?:false|true)\b/i,function:/\b(?!\d)\w+(?=[\t ]*\()/,number:/(?:\b\d+(?:\.\d+)?(?:[ed][+-]\d+)?|&h[a-f\d]+)\b[%&!#]?/i,operator:/--|\+\+|>>=?|<<=?|<>|[-+*/\\<>]=?|[:^=?]|\b(?:and|mod|not|or)\b/i,punctuation:/[.,;()[\]{}]/,constant:/\b(?:LINE_NUM)\b/i},E.languages.brightscript["directive-statement"].inside.expression.inside=E.languages.brightscript}},90741:function(de){"use strict";de.exports=ae,ae.displayName="bro",ae.aliases=[];function ae(E){E.languages.bro={comment:{pattern:/(^|[^\\$])#.*/,lookbehind:!0,inside:{italic:/\b(?:FIXME|TODO|XXX)\b/}},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},boolean:/\b[TF]\b/,function:{pattern:/(\b(?:event|function|hook)[ \t]+)\w+(?:::\w+)?/,lookbehind:!0},builtin:/(?:@(?:load(?:-(?:plugin|sigs))?|unload|prefixes|ifn?def|else|(?:end)?if|DIR|FILENAME))|(?:&?(?:add_func|create_expire|default|delete_func|encrypt|error_handler|expire_func|group|log|mergeable|optional|persistent|priority|raw_output|read_expire|redef|rotate_interval|rotate_size|synchronized|type_column|write_expire))/,constant:{pattern:/(\bconst[ \t]+)\w+/i,lookbehind:!0},keyword:/\b(?:add|addr|alarm|any|bool|break|const|continue|count|delete|double|else|enum|event|export|file|for|function|global|hook|if|in|int|interval|local|module|next|of|opaque|pattern|port|print|record|return|schedule|set|string|subnet|table|time|timeout|using|vector|when)\b/,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&|\|\|?|\?|\*|\/|~|\^|%/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,punctuation:/[{}[\];(),.:]/}}},83410:function(de){"use strict";de.exports=ae,ae.displayName="bsl",ae.aliases=[];function ae(E){E.languages.bsl={comment:/\/\/.*/,string:[{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},{pattern:/'(?:[^'\r\n\\]|\\.)*'/}],keyword:[{pattern:/(^|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:пока|для|новый|прервать|попытка|исключение|вызватьисключение|иначе|конецпопытки|неопределено|функция|перем|возврат|конецфункции|если|иначеесли|процедура|конецпроцедуры|тогда|знач|экспорт|конецесли|из|каждого|истина|ложь|по|цикл|конеццикла|выполнить)(?![\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])/i,lookbehind:!0},{pattern:/\b(?:break|do|each|else|elseif|enddo|endfunction|endif|endprocedure|endtry|except|execute|export|false|for|function|if|in|new|null|procedure|raise|return|then|to|true|try|undefined|val|var|while)\b/i}],number:{pattern:/(^(?=\d)|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:\d+(?:\.\d*)?|\.\d+)(?:E[+-]?\d+)?/i,lookbehind:!0},operator:[/[<>+\-*/]=?|[%=]/,{pattern:/(^|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:и|или|не)(?![\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])/i,lookbehind:!0},{pattern:/\b(?:and|not|or)\b/i}],punctuation:/\(\.|\.\)|[()\[\]:;,.]/,directive:[{pattern:/^([ \t]*)&.*/m,lookbehind:!0,greedy:!0,alias:"important"},{pattern:/^([ \t]*)#.*/gm,lookbehind:!0,greedy:!0,alias:"important"}]},E.languages.oscript=E.languages.bsl}},65806:function(de){"use strict";de.exports=ae,ae.displayName="c",ae.aliases=[];function ae(E){E.languages.c=E.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),E.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),E.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},E.languages.c.string],char:E.languages.c.char,comment:E.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:E.languages.c}}}}),E.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete E.languages.c.boolean}},33039:function(de){"use strict";de.exports=ae,ae.displayName="cfscript",ae.aliases=[];function ae(E){E.languages.cfscript=E.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,inside:{annotation:{pattern:/(?:^|[^.])@[\w\.]+/,alias:"punctuation"}}},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],keyword:/\b(?:abstract|break|catch|component|continue|default|do|else|extends|final|finally|for|function|if|in|include|package|private|property|public|remote|required|rethrow|return|static|switch|throw|try|var|while|xml)\b(?!\s*=)/,operator:[/\+\+|--|&&|\|\||::|=>|[!=]==|<=?|>=?|[-+*/%&|^!=<>]=?|\?(?:\.|:)?|[?:]/,/\b(?:and|contains|eq|equal|eqv|gt|gte|imp|is|lt|lte|mod|not|or|xor)\b/],scope:{pattern:/\b(?:application|arguments|cgi|client|cookie|local|session|super|this|variables)\b/,alias:"global"},type:{pattern:/\b(?:any|array|binary|boolean|date|guid|numeric|query|string|struct|uuid|void|xml)\b/,alias:"builtin"}}),E.languages.insertBefore("cfscript","keyword",{"function-variable":{pattern:/[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"}}),delete E.languages.cfscript["class-name"],E.languages.cfc=E.languages.cfscript}},85082:function(de,ae,E){"use strict";var y=E(80096);de.exports=pe,pe.displayName="chaiscript",pe.aliases=[];function pe(se){se.register(y),se.languages.chaiscript=se.languages.extend("clike",{string:{pattern:/(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/,lookbehind:!0,greedy:!0},"class-name":[{pattern:/(\bclass\s+)\w+/,lookbehind:!0},{pattern:/(\b(?:attr|def)\s+)\w+(?=\s*::)/,lookbehind:!0}],keyword:/\b(?:attr|auto|break|case|catch|class|continue|def|default|else|finally|for|fun|global|if|return|switch|this|try|var|while)\b/,number:[se.languages.cpp.number,/\b(?:Infinity|NaN)\b/],operator:/>>=?|<<=?|\|\||&&|:[:=]?|--|\+\+|[=!<>+\-*/%|&^]=?|[?~]|`[^`\r\n]{1,4}`/}),se.languages.insertBefore("chaiscript","operator",{"parameter-type":{pattern:/([,(]\s*)\w+(?=\s+\w)/,lookbehind:!0,alias:"class-name"}}),se.languages.insertBefore("chaiscript","string",{"string-interpolation":{pattern:/(^|[^\\])"(?:[^"$\\]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\}/,lookbehind:!0,inside:{"interpolation-expression":{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:se.languages.chaiscript},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"}}},string:/[\s\S]+/}}})}},79415:function(de){"use strict";de.exports=ae,ae.displayName="cil",ae.aliases=[];function ae(E){E.languages.cil={comment:/\/\/.*/,string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},directive:{pattern:/(^|\W)\.[a-z]+(?=\s)/,lookbehind:!0,alias:"class-name"},variable:/\[[\w\.]+\]/,keyword:/\b(?:abstract|ansi|assembly|auto|autochar|beforefieldinit|bool|bstr|byvalstr|catch|char|cil|class|currency|date|decimal|default|enum|error|explicit|extends|extern|famandassem|family|famorassem|final(?:ly)?|float32|float64|hidebysig|u?int(?:8|16|32|64)?|iant|idispatch|implements|import|initonly|instance|interface|iunknown|literal|lpstr|lpstruct|lptstr|lpwstr|managed|method|native(?:Type)?|nested|newslot|object(?:ref)?|pinvokeimpl|private|privatescope|public|reqsecobj|rtspecialname|runtime|sealed|sequential|serializable|specialname|static|string|struct|syschar|tbstr|unicode|unmanagedexp|unsigned|value(?:type)?|variant|virtual|void)\b/,function:/\b(?:(?:constrained|no|readonly|tail|unaligned|volatile)\.)?(?:conv\.(?:[iu][1248]?|ovf\.[iu][1248]?(?:\.un)?|r\.un|r4|r8)|ldc\.(?:i4(?:\.\d+|\.[mM]1|\.s)?|i8|r4|r8)|ldelem(?:\.[iu][1248]?|\.r[48]|\.ref|a)?|ldind\.(?:[iu][1248]?|r[48]|ref)|stelem\.?(?:i[1248]?|r[48]|ref)?|stind\.(?:i[1248]?|r[48]|ref)?|end(?:fault|filter|finally)|ldarg(?:\.[0-3s]|a(?:\.s)?)?|ldloc(?:\.\d+|\.s)?|sub(?:\.ovf(?:\.un)?)?|mul(?:\.ovf(?:\.un)?)?|add(?:\.ovf(?:\.un)?)?|stloc(?:\.[0-3s])?|refany(?:type|val)|blt(?:\.un)?(?:\.s)?|ble(?:\.un)?(?:\.s)?|bgt(?:\.un)?(?:\.s)?|bge(?:\.un)?(?:\.s)?|unbox(?:\.any)?|init(?:blk|obj)|call(?:i|virt)?|brfalse(?:\.s)?|bne\.un(?:\.s)?|ldloca(?:\.s)?|brzero(?:\.s)?|brtrue(?:\.s)?|brnull(?:\.s)?|brinst(?:\.s)?|starg(?:\.s)?|leave(?:\.s)?|shr(?:\.un)?|rem(?:\.un)?|div(?:\.un)?|clt(?:\.un)?|alignment|castclass|ldvirtftn|beq(?:\.s)?|ckfinite|ldsflda|ldtoken|localloc|mkrefany|rethrow|cgt\.un|arglist|switch|stsfld|sizeof|newobj|newarr|ldsfld|ldnull|ldflda|isinst|throw|stobj|stfld|ldstr|ldobj|ldlen|ldftn|ldfld|cpobj|cpblk|break|br\.s|xor|shl|ret|pop|not|nop|neg|jmp|dup|cgt|ceq|box|and|or|br)\b/,boolean:/\b(?:false|true)\b/,number:/\b-?(?:0x[0-9a-f]+|\d+)(?:\.[0-9a-f]+)?\b/i,punctuation:/[{}[\];(),:=]|IL_[0-9A-Za-z]+/}}},29726:function(de){"use strict";de.exports=ae,ae.displayName="clike",ae.aliases=[];function ae(E){E.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}},62849:function(de){"use strict";de.exports=ae,ae.displayName="clojure",ae.aliases=[];function ae(E){E.languages.clojure={comment:{pattern:/;.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},char:/\\\w+/,symbol:{pattern:/(^|[\s()\[\]{},])::?[\w*+!?'<>=/.-]+/,lookbehind:!0},keyword:{pattern:/(\()(?:-|->|->>|\.|\.\.|\*|\/|\+|<|<=|=|==|>|>=|accessor|agent|agent-errors|aget|alength|all-ns|alter|and|append-child|apply|array-map|aset|aset-boolean|aset-byte|aset-char|aset-double|aset-float|aset-int|aset-long|aset-short|assert|assoc|await|await-for|bean|binding|bit-and|bit-not|bit-or|bit-shift-left|bit-shift-right|bit-xor|boolean|branch\?|butlast|byte|cast|char|children|class|clear-agent-errors|comment|commute|comp|comparator|complement|concat|cond|conj|cons|constantly|construct-proxy|contains\?|count|create-ns|create-struct|cycle|dec|declare|def|def-|definline|definterface|defmacro|defmethod|defmulti|defn|defn-|defonce|defproject|defprotocol|defrecord|defstruct|deftype|deref|difference|disj|dissoc|distinct|do|doall|doc|dorun|doseq|dosync|dotimes|doto|double|down|drop|drop-while|edit|end\?|ensure|eval|every\?|false\?|ffirst|file-seq|filter|find|find-doc|find-ns|find-var|first|float|flush|fn|fnseq|for|frest|gensym|get|get-proxy-class|hash-map|hash-set|identical\?|identity|if|if-let|if-not|import|in-ns|inc|index|insert-child|insert-left|insert-right|inspect-table|inspect-tree|instance\?|int|interleave|intersection|into|into-array|iterate|join|key|keys|keyword|keyword\?|last|lazy-cat|lazy-cons|left|lefts|let|line-seq|list|list\*|load|load-file|locking|long|loop|macroexpand|macroexpand-1|make-array|make-node|map|map-invert|map\?|mapcat|max|max-key|memfn|merge|merge-with|meta|min|min-key|monitor-enter|name|namespace|neg\?|new|newline|next|nil\?|node|not|not-any\?|not-every\?|not=|ns|ns-imports|ns-interns|ns-map|ns-name|ns-publics|ns-refers|ns-resolve|ns-unmap|nth|nthrest|or|parse|partial|path|peek|pop|pos\?|pr|pr-str|print|print-str|println|println-str|prn|prn-str|project|proxy|proxy-mappings|quot|quote|rand|rand-int|range|re-find|re-groups|re-matcher|re-matches|re-pattern|re-seq|read|read-line|recur|reduce|ref|ref-set|refer|rem|remove|remove-method|remove-ns|rename|rename-keys|repeat|replace|replicate|resolve|rest|resultset-seq|reverse|rfirst|right|rights|root|rrest|rseq|second|select|select-keys|send|send-off|seq|seq-zip|seq\?|set|set!|short|slurp|some|sort|sort-by|sorted-map|sorted-map-by|sorted-set|special-symbol\?|split-at|split-with|str|string\?|struct|struct-map|subs|subvec|symbol|symbol\?|sync|take|take-nth|take-while|test|throw|time|to-array|to-array-2d|tree-seq|true\?|try|union|up|update-proxy|val|vals|var|var-get|var-set|var\?|vector|vector-zip|vector\?|when|when-first|when-let|when-not|with-local-vars|with-meta|with-open|with-out-str|xml-seq|xml-zip|zero\?|zipmap|zipper)(?=[\s)]|$)/,lookbehind:!0},boolean:/\b(?:false|nil|true)\b/,number:{pattern:/(^|[^\w$@])(?:\d+(?:[/.]\d+)?(?:e[+-]?\d+)?|0x[a-f0-9]+|[1-9]\d?r[a-z0-9]+)[lmn]?(?![\w$@])/i,lookbehind:!0},function:{pattern:/((?:^|[^'])\()[\w*+!?'<>=/.-]+(?=[\s)]|$)/,lookbehind:!0},operator:/[#@^`~]/,punctuation:/[{}\[\](),]/}}},55773:function(de){"use strict";de.exports=ae,ae.displayName="cmake",ae.aliases=[];function ae(E){E.languages.cmake={comment:/#.*/,string:{pattern:/"(?:[^\\"]|\\.)*"/,greedy:!0,inside:{interpolation:{pattern:/\$\{(?:[^{}$]|\$\{[^{}$]*\})*\}/,inside:{punctuation:/\$\{|\}/,variable:/\w+/}}}},variable:/\b(?:CMAKE_\w+|\w+_(?:(?:BINARY|SOURCE)_DIR|DESCRIPTION|HOMEPAGE_URL|ROOT|VERSION(?:_MAJOR|_MINOR|_PATCH|_TWEAK)?)|(?:ANDROID|APPLE|BORLAND|BUILD_SHARED_LIBS|CACHE|CPACK_(?:ABSOLUTE_DESTINATION_FILES|COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY|ERROR_ON_ABSOLUTE_INSTALL_DESTINATION|INCLUDE_TOPLEVEL_DIRECTORY|INSTALL_DEFAULT_DIRECTORY_PERMISSIONS|INSTALL_SCRIPT|PACKAGING_INSTALL_PREFIX|SET_DESTDIR|WARN_ON_ABSOLUTE_INSTALL_DESTINATION)|CTEST_(?:BINARY_DIRECTORY|BUILD_COMMAND|BUILD_NAME|BZR_COMMAND|BZR_UPDATE_OPTIONS|CHANGE_ID|CHECKOUT_COMMAND|CONFIGURATION_TYPE|CONFIGURE_COMMAND|COVERAGE_COMMAND|COVERAGE_EXTRA_FLAGS|CURL_OPTIONS|CUSTOM_(?:COVERAGE_EXCLUDE|ERROR_EXCEPTION|ERROR_MATCH|ERROR_POST_CONTEXT|ERROR_PRE_CONTEXT|MAXIMUM_FAILED_TEST_OUTPUT_SIZE|MAXIMUM_NUMBER_OF_(?:ERRORS|WARNINGS)|MAXIMUM_PASSED_TEST_OUTPUT_SIZE|MEMCHECK_IGNORE|POST_MEMCHECK|POST_TEST|PRE_MEMCHECK|PRE_TEST|TESTS_IGNORE|WARNING_EXCEPTION|WARNING_MATCH)|CVS_CHECKOUT|CVS_COMMAND|CVS_UPDATE_OPTIONS|DROP_LOCATION|DROP_METHOD|DROP_SITE|DROP_SITE_CDASH|DROP_SITE_PASSWORD|DROP_SITE_USER|EXTRA_COVERAGE_GLOB|GIT_COMMAND|GIT_INIT_SUBMODULES|GIT_UPDATE_CUSTOM|GIT_UPDATE_OPTIONS|HG_COMMAND|HG_UPDATE_OPTIONS|LABELS_FOR_SUBPROJECTS|MEMORYCHECK_(?:COMMAND|COMMAND_OPTIONS|SANITIZER_OPTIONS|SUPPRESSIONS_FILE|TYPE)|NIGHTLY_START_TIME|P4_CLIENT|P4_COMMAND|P4_OPTIONS|P4_UPDATE_OPTIONS|RUN_CURRENT_SCRIPT|SCP_COMMAND|SITE|SOURCE_DIRECTORY|SUBMIT_URL|SVN_COMMAND|SVN_OPTIONS|SVN_UPDATE_OPTIONS|TEST_LOAD|TEST_TIMEOUT|TRIGGER_SITE|UPDATE_COMMAND|UPDATE_OPTIONS|UPDATE_VERSION_ONLY|USE_LAUNCHERS)|CYGWIN|ENV|EXECUTABLE_OUTPUT_PATH|GHS-MULTI|IOS|LIBRARY_OUTPUT_PATH|MINGW|MSVC(?:10|11|12|14|60|70|71|80|90|_IDE|_TOOLSET_VERSION|_VERSION)?|MSYS|PROJECT_(?:BINARY_DIR|DESCRIPTION|HOMEPAGE_URL|NAME|SOURCE_DIR|VERSION|VERSION_(?:MAJOR|MINOR|PATCH|TWEAK))|UNIX|WIN32|WINCE|WINDOWS_PHONE|WINDOWS_STORE|XCODE|XCODE_VERSION))\b/,property:/\b(?:cxx_\w+|(?:ARCHIVE_OUTPUT_(?:DIRECTORY|NAME)|COMPILE_DEFINITIONS|COMPILE_PDB_NAME|COMPILE_PDB_OUTPUT_DIRECTORY|EXCLUDE_FROM_DEFAULT_BUILD|IMPORTED_(?:IMPLIB|LIBNAME|LINK_DEPENDENT_LIBRARIES|LINK_INTERFACE_LANGUAGES|LINK_INTERFACE_LIBRARIES|LINK_INTERFACE_MULTIPLICITY|LOCATION|NO_SONAME|OBJECTS|SONAME)|INTERPROCEDURAL_OPTIMIZATION|LIBRARY_OUTPUT_DIRECTORY|LIBRARY_OUTPUT_NAME|LINK_FLAGS|LINK_INTERFACE_LIBRARIES|LINK_INTERFACE_MULTIPLICITY|LOCATION|MAP_IMPORTED_CONFIG|OSX_ARCHITECTURES|OUTPUT_NAME|PDB_NAME|PDB_OUTPUT_DIRECTORY|RUNTIME_OUTPUT_DIRECTORY|RUNTIME_OUTPUT_NAME|STATIC_LIBRARY_FLAGS|VS_CSHARP|VS_DOTNET_REFERENCEPROP|VS_DOTNET_REFERENCE|VS_GLOBAL_SECTION_POST|VS_GLOBAL_SECTION_PRE|VS_GLOBAL|XCODE_ATTRIBUTE)_\w+|\w+_(?:CLANG_TIDY|COMPILER_LAUNCHER|CPPCHECK|CPPLINT|INCLUDE_WHAT_YOU_USE|OUTPUT_NAME|POSTFIX|VISIBILITY_PRESET)|ABSTRACT|ADDITIONAL_MAKE_CLEAN_FILES|ADVANCED|ALIASED_TARGET|ALLOW_DUPLICATE_CUSTOM_TARGETS|ANDROID_(?:ANT_ADDITIONAL_OPTIONS|API|API_MIN|ARCH|ASSETS_DIRECTORIES|GUI|JAR_DEPENDENCIES|NATIVE_LIB_DEPENDENCIES|NATIVE_LIB_DIRECTORIES|PROCESS_MAX|PROGUARD|PROGUARD_CONFIG_PATH|SECURE_PROPS_PATH|SKIP_ANT_STEP|STL_TYPE)|ARCHIVE_OUTPUT_DIRECTORY|ATTACHED_FILES|ATTACHED_FILES_ON_FAIL|AUTOGEN_(?:BUILD_DIR|ORIGIN_DEPENDS|PARALLEL|SOURCE_GROUP|TARGETS_FOLDER|TARGET_DEPENDS)|AUTOMOC|AUTOMOC_(?:COMPILER_PREDEFINES|DEPEND_FILTERS|EXECUTABLE|MACRO_NAMES|MOC_OPTIONS|SOURCE_GROUP|TARGETS_FOLDER)|AUTORCC|AUTORCC_EXECUTABLE|AUTORCC_OPTIONS|AUTORCC_SOURCE_GROUP|AUTOUIC|AUTOUIC_EXECUTABLE|AUTOUIC_OPTIONS|AUTOUIC_SEARCH_PATHS|BINARY_DIR|BUILDSYSTEM_TARGETS|BUILD_RPATH|BUILD_RPATH_USE_ORIGIN|BUILD_WITH_INSTALL_NAME_DIR|BUILD_WITH_INSTALL_RPATH|BUNDLE|BUNDLE_EXTENSION|CACHE_VARIABLES|CLEAN_NO_CUSTOM|COMMON_LANGUAGE_RUNTIME|COMPATIBLE_INTERFACE_(?:BOOL|NUMBER_MAX|NUMBER_MIN|STRING)|COMPILE_(?:DEFINITIONS|FEATURES|FLAGS|OPTIONS|PDB_NAME|PDB_OUTPUT_DIRECTORY)|COST|CPACK_DESKTOP_SHORTCUTS|CPACK_NEVER_OVERWRITE|CPACK_PERMANENT|CPACK_STARTUP_SHORTCUTS|CPACK_START_MENU_SHORTCUTS|CPACK_WIX_ACL|CROSSCOMPILING_EMULATOR|CUDA_EXTENSIONS|CUDA_PTX_COMPILATION|CUDA_RESOLVE_DEVICE_SYMBOLS|CUDA_SEPARABLE_COMPILATION|CUDA_STANDARD|CUDA_STANDARD_REQUIRED|CXX_EXTENSIONS|CXX_STANDARD|CXX_STANDARD_REQUIRED|C_EXTENSIONS|C_STANDARD|C_STANDARD_REQUIRED|DEBUG_CONFIGURATIONS|DEFINE_SYMBOL|DEFINITIONS|DEPENDS|DEPLOYMENT_ADDITIONAL_FILES|DEPLOYMENT_REMOTE_DIRECTORY|DISABLED|DISABLED_FEATURES|ECLIPSE_EXTRA_CPROJECT_CONTENTS|ECLIPSE_EXTRA_NATURES|ENABLED_FEATURES|ENABLED_LANGUAGES|ENABLE_EXPORTS|ENVIRONMENT|EXCLUDE_FROM_ALL|EXCLUDE_FROM_DEFAULT_BUILD|EXPORT_NAME|EXPORT_PROPERTIES|EXTERNAL_OBJECT|EchoString|FAIL_REGULAR_EXPRESSION|FIND_LIBRARY_USE_LIB32_PATHS|FIND_LIBRARY_USE_LIB64_PATHS|FIND_LIBRARY_USE_LIBX32_PATHS|FIND_LIBRARY_USE_OPENBSD_VERSIONING|FIXTURES_CLEANUP|FIXTURES_REQUIRED|FIXTURES_SETUP|FOLDER|FRAMEWORK|Fortran_FORMAT|Fortran_MODULE_DIRECTORY|GENERATED|GENERATOR_FILE_NAME|GENERATOR_IS_MULTI_CONFIG|GHS_INTEGRITY_APP|GHS_NO_SOURCE_GROUP_FILE|GLOBAL_DEPENDS_DEBUG_MODE|GLOBAL_DEPENDS_NO_CYCLES|GNUtoMS|HAS_CXX|HEADER_FILE_ONLY|HELPSTRING|IMPLICIT_DEPENDS_INCLUDE_TRANSFORM|IMPORTED|IMPORTED_(?:COMMON_LANGUAGE_RUNTIME|CONFIGURATIONS|GLOBAL|IMPLIB|LIBNAME|LINK_DEPENDENT_LIBRARIES|LINK_INTERFACE_(?:LANGUAGES|LIBRARIES|MULTIPLICITY)|LOCATION|NO_SONAME|OBJECTS|SONAME)|IMPORT_PREFIX|IMPORT_SUFFIX|INCLUDE_DIRECTORIES|INCLUDE_REGULAR_EXPRESSION|INSTALL_NAME_DIR|INSTALL_RPATH|INSTALL_RPATH_USE_LINK_PATH|INTERFACE_(?:AUTOUIC_OPTIONS|COMPILE_DEFINITIONS|COMPILE_FEATURES|COMPILE_OPTIONS|INCLUDE_DIRECTORIES|LINK_DEPENDS|LINK_DIRECTORIES|LINK_LIBRARIES|LINK_OPTIONS|POSITION_INDEPENDENT_CODE|SOURCES|SYSTEM_INCLUDE_DIRECTORIES)|INTERPROCEDURAL_OPTIMIZATION|IN_TRY_COMPILE|IOS_INSTALL_COMBINED|JOB_POOLS|JOB_POOL_COMPILE|JOB_POOL_LINK|KEEP_EXTENSION|LABELS|LANGUAGE|LIBRARY_OUTPUT_DIRECTORY|LINKER_LANGUAGE|LINK_(?:DEPENDS|DEPENDS_NO_SHARED|DIRECTORIES|FLAGS|INTERFACE_LIBRARIES|INTERFACE_MULTIPLICITY|LIBRARIES|OPTIONS|SEARCH_END_STATIC|SEARCH_START_STATIC|WHAT_YOU_USE)|LISTFILE_STACK|LOCATION|MACOSX_BUNDLE|MACOSX_BUNDLE_INFO_PLIST|MACOSX_FRAMEWORK_INFO_PLIST|MACOSX_PACKAGE_LOCATION|MACOSX_RPATH|MACROS|MANUALLY_ADDED_DEPENDENCIES|MEASUREMENT|MODIFIED|NAME|NO_SONAME|NO_SYSTEM_FROM_IMPORTED|OBJECT_DEPENDS|OBJECT_OUTPUTS|OSX_ARCHITECTURES|OUTPUT_NAME|PACKAGES_FOUND|PACKAGES_NOT_FOUND|PARENT_DIRECTORY|PASS_REGULAR_EXPRESSION|PDB_NAME|PDB_OUTPUT_DIRECTORY|POSITION_INDEPENDENT_CODE|POST_INSTALL_SCRIPT|PREDEFINED_TARGETS_FOLDER|PREFIX|PRE_INSTALL_SCRIPT|PRIVATE_HEADER|PROCESSORS|PROCESSOR_AFFINITY|PROJECT_LABEL|PUBLIC_HEADER|REPORT_UNDEFINED_PROPERTIES|REQUIRED_FILES|RESOURCE|RESOURCE_LOCK|RULE_LAUNCH_COMPILE|RULE_LAUNCH_CUSTOM|RULE_LAUNCH_LINK|RULE_MESSAGES|RUNTIME_OUTPUT_DIRECTORY|RUN_SERIAL|SKIP_AUTOGEN|SKIP_AUTOMOC|SKIP_AUTORCC|SKIP_AUTOUIC|SKIP_BUILD_RPATH|SKIP_RETURN_CODE|SOURCES|SOURCE_DIR|SOVERSION|STATIC_LIBRARY_FLAGS|STATIC_LIBRARY_OPTIONS|STRINGS|SUBDIRECTORIES|SUFFIX|SYMBOLIC|TARGET_ARCHIVES_MAY_BE_SHARED_LIBS|TARGET_MESSAGES|TARGET_SUPPORTS_SHARED_LIBS|TESTS|TEST_INCLUDE_FILE|TEST_INCLUDE_FILES|TIMEOUT|TIMEOUT_AFTER_MATCH|TYPE|USE_FOLDERS|VALUE|VARIABLES|VERSION|VISIBILITY_INLINES_HIDDEN|VS_(?:CONFIGURATION_TYPE|COPY_TO_OUT_DIR|DEBUGGER_(?:COMMAND|COMMAND_ARGUMENTS|ENVIRONMENT|WORKING_DIRECTORY)|DEPLOYMENT_CONTENT|DEPLOYMENT_LOCATION|DOTNET_REFERENCES|DOTNET_REFERENCES_COPY_LOCAL|GLOBAL_KEYWORD|GLOBAL_PROJECT_TYPES|GLOBAL_ROOTNAMESPACE|INCLUDE_IN_VSIX|IOT_STARTUP_TASK|KEYWORD|RESOURCE_GENERATOR|SCC_AUXPATH|SCC_LOCALPATH|SCC_PROJECTNAME|SCC_PROVIDER|SDK_REFERENCES|SHADER_(?:DISABLE_OPTIMIZATIONS|ENABLE_DEBUG|ENTRYPOINT|FLAGS|MODEL|OBJECT_FILE_NAME|OUTPUT_HEADER_FILE|TYPE|VARIABLE_NAME)|STARTUP_PROJECT|TOOL_OVERRIDE|USER_PROPS|WINRT_COMPONENT|WINRT_EXTENSIONS|WINRT_REFERENCES|XAML_TYPE)|WILL_FAIL|WIN32_EXECUTABLE|WINDOWS_EXPORT_ALL_SYMBOLS|WORKING_DIRECTORY|WRAP_EXCLUDE|XCODE_(?:EMIT_EFFECTIVE_PLATFORM_NAME|EXPLICIT_FILE_TYPE|FILE_ATTRIBUTES|LAST_KNOWN_FILE_TYPE|PRODUCT_TYPE|SCHEME_(?:ADDRESS_SANITIZER|ADDRESS_SANITIZER_USE_AFTER_RETURN|ARGUMENTS|DISABLE_MAIN_THREAD_CHECKER|DYNAMIC_LIBRARY_LOADS|DYNAMIC_LINKER_API_USAGE|ENVIRONMENT|EXECUTABLE|GUARD_MALLOC|MAIN_THREAD_CHECKER_STOP|MALLOC_GUARD_EDGES|MALLOC_SCRIBBLE|MALLOC_STACK|THREAD_SANITIZER(?:_STOP)?|UNDEFINED_BEHAVIOUR_SANITIZER(?:_STOP)?|ZOMBIE_OBJECTS))|XCTEST)\b/,keyword:/\b(?:add_compile_definitions|add_compile_options|add_custom_command|add_custom_target|add_definitions|add_dependencies|add_executable|add_library|add_link_options|add_subdirectory|add_test|aux_source_directory|break|build_command|build_name|cmake_host_system_information|cmake_minimum_required|cmake_parse_arguments|cmake_policy|configure_file|continue|create_test_sourcelist|ctest_build|ctest_configure|ctest_coverage|ctest_empty_binary_directory|ctest_memcheck|ctest_read_custom_files|ctest_run_script|ctest_sleep|ctest_start|ctest_submit|ctest_test|ctest_update|ctest_upload|define_property|else|elseif|enable_language|enable_testing|endforeach|endfunction|endif|endmacro|endwhile|exec_program|execute_process|export|export_library_dependencies|file|find_file|find_library|find_package|find_path|find_program|fltk_wrap_ui|foreach|function|get_cmake_property|get_directory_property|get_filename_component|get_property|get_source_file_property|get_target_property|get_test_property|if|include|include_directories|include_external_msproject|include_guard|include_regular_expression|install|install_files|install_programs|install_targets|link_directories|link_libraries|list|load_cache|load_command|macro|make_directory|mark_as_advanced|math|message|option|output_required_files|project|qt_wrap_cpp|qt_wrap_ui|remove|remove_definitions|return|separate_arguments|set|set_directory_properties|set_property|set_source_files_properties|set_target_properties|set_tests_properties|site_name|source_group|string|subdir_depends|subdirs|target_compile_definitions|target_compile_features|target_compile_options|target_include_directories|target_link_directories|target_link_libraries|target_link_options|target_sources|try_compile|try_run|unset|use_mangled_mesa|utility_source|variable_requires|variable_watch|while|write_file)(?=\s*\()\b/,boolean:/\b(?:FALSE|OFF|ON|TRUE)\b/,namespace:/\b(?:INTERFACE|PRIVATE|PROPERTIES|PUBLIC|SHARED|STATIC|TARGET_OBJECTS)\b/,operator:/\b(?:AND|DEFINED|EQUAL|GREATER|LESS|MATCHES|NOT|OR|STREQUAL|STRGREATER|STRLESS|VERSION_EQUAL|VERSION_GREATER|VERSION_LESS)\b/,inserted:{pattern:/\b\w+::\w+\b/,alias:"class-name"},number:/\b\d+(?:\.\d+)*\b/,function:/\b[a-z_]\w*(?=\s*\()\b/i,punctuation:/[()>}]|\$[<{]/}}},32762:function(de){"use strict";de.exports=ae,ae.displayName="cobol",ae.aliases=[];function ae(E){E.languages.cobol={comment:{pattern:/\*>.*|(^[ \t]*)\*.*/m,lookbehind:!0,greedy:!0},string:{pattern:/[xzgn]?(?:"(?:[^\r\n"]|"")*"(?!")|'(?:[^\r\n']|'')*'(?!'))/i,greedy:!0},level:{pattern:/(^[ \t]*)\d+\b/m,lookbehind:!0,greedy:!0,alias:"number"},"class-name":{pattern:/(\bpic(?:ture)?\s+)(?:(?:[-\w$/,:*+<>]|\.(?!\s|$))(?:\(\d+\))?)+/i,lookbehind:!0,inside:{number:{pattern:/(\()\d+/,lookbehind:!0},punctuation:/[()]/}},keyword:{pattern:/(^|[^\w-])(?:ABORT|ACCEPT|ACCESS|ADD|ADDRESS|ADVANCING|AFTER|ALIGNED|ALL|ALPHABET|ALPHABETIC|ALPHABETIC-LOWER|ALPHABETIC-UPPER|ALPHANUMERIC|ALPHANUMERIC-EDITED|ALSO|ALTER|ALTERNATE|ANY|ARE|AREA|AREAS|AS|ASCENDING|ASCII|ASSIGN|ASSOCIATED-DATA|ASSOCIATED-DATA-LENGTH|AT|ATTRIBUTE|AUTHOR|AUTO|AUTO-SKIP|BACKGROUND-COLOR|BACKGROUND-COLOUR|BASIS|BEEP|BEFORE|BEGINNING|BELL|BINARY|BIT|BLANK|BLINK|BLOCK|BOTTOM|BOUNDS|BY|BYFUNCTION|BYTITLE|CALL|CANCEL|CAPABLE|CCSVERSION|CD|CF|CH|CHAINING|CHANGED|CHANNEL|CHARACTER|CHARACTERS|CLASS|CLASS-ID|CLOCK-UNITS|CLOSE|CLOSE-DISPOSITION|COBOL|CODE|CODE-SET|COL|COLLATING|COLUMN|COM-REG|COMMA|COMMITMENT|COMMON|COMMUNICATION|COMP|COMP-1|COMP-2|COMP-3|COMP-4|COMP-5|COMPUTATIONAL|COMPUTATIONAL-1|COMPUTATIONAL-2|COMPUTATIONAL-3|COMPUTATIONAL-4|COMPUTATIONAL-5|COMPUTE|CONFIGURATION|CONTAINS|CONTENT|CONTINUE|CONTROL|CONTROL-POINT|CONTROLS|CONVENTION|CONVERTING|COPY|CORR|CORRESPONDING|COUNT|CRUNCH|CURRENCY|CURSOR|DATA|DATA-BASE|DATE|DATE-COMPILED|DATE-WRITTEN|DAY|DAY-OF-WEEK|DBCS|DE|DEBUG-CONTENTS|DEBUG-ITEM|DEBUG-LINE|DEBUG-NAME|DEBUG-SUB-1|DEBUG-SUB-2|DEBUG-SUB-3|DEBUGGING|DECIMAL-POINT|DECLARATIVES|DEFAULT|DEFAULT-DISPLAY|DEFINITION|DELETE|DELIMITED|DELIMITER|DEPENDING|DESCENDING|DESTINATION|DETAIL|DFHRESP|DFHVALUE|DISABLE|DISK|DISPLAY|DISPLAY-1|DIVIDE|DIVISION|DONTCARE|DOUBLE|DOWN|DUPLICATES|DYNAMIC|EBCDIC|EGCS|EGI|ELSE|EMI|EMPTY-CHECK|ENABLE|END|END-ACCEPT|END-ADD|END-CALL|END-COMPUTE|END-DELETE|END-DIVIDE|END-EVALUATE|END-IF|END-MULTIPLY|END-OF-PAGE|END-PERFORM|END-READ|END-RECEIVE|END-RETURN|END-REWRITE|END-SEARCH|END-START|END-STRING|END-SUBTRACT|END-UNSTRING|END-WRITE|ENDING|ENTER|ENTRY|ENTRY-PROCEDURE|ENVIRONMENT|EOL|EOP|EOS|ERASE|ERROR|ESCAPE|ESI|EVALUATE|EVENT|EVERY|EXCEPTION|EXCLUSIVE|EXHIBIT|EXIT|EXPORT|EXTEND|EXTENDED|EXTERNAL|FD|FILE|FILE-CONTROL|FILLER|FINAL|FIRST|FOOTING|FOR|FOREGROUND-COLOR|FOREGROUND-COLOUR|FROM|FULL|FUNCTION|FUNCTION-POINTER|FUNCTIONNAME|GENERATE|GIVING|GLOBAL|GO|GOBACK|GRID|GROUP|HEADING|HIGH-VALUE|HIGH-VALUES|HIGHLIGHT|I-O|I-O-CONTROL|ID|IDENTIFICATION|IF|IMPLICIT|IMPORT|IN|INDEX|INDEXED|INDICATE|INITIAL|INITIALIZE|INITIATE|INPUT|INPUT-OUTPUT|INSPECT|INSTALLATION|INTEGER|INTO|INVALID|INVOKE|IS|JUST|JUSTIFIED|KANJI|KEPT|KEY|KEYBOARD|LABEL|LANGUAGE|LAST|LB|LD|LEADING|LEFT|LEFTLINE|LENGTH|LENGTH-CHECK|LIBACCESS|LIBPARAMETER|LIBRARY|LIMIT|LIMITS|LINAGE|LINAGE-COUNTER|LINE|LINE-COUNTER|LINES|LINKAGE|LIST|LOCAL|LOCAL-STORAGE|LOCK|LONG-DATE|LONG-TIME|LOW-VALUE|LOW-VALUES|LOWER|LOWLIGHT|MEMORY|MERGE|MESSAGE|MMDDYYYY|MODE|MODULES|MORE-LABELS|MOVE|MULTIPLE|MULTIPLY|NAMED|NATIONAL|NATIONAL-EDITED|NATIVE|NEGATIVE|NETWORK|NEXT|NO|NO-ECHO|NULL|NULLS|NUMBER|NUMERIC|NUMERIC-DATE|NUMERIC-EDITED|NUMERIC-TIME|OBJECT-COMPUTER|OCCURS|ODT|OF|OFF|OMITTED|ON|OPEN|OPTIONAL|ORDER|ORDERLY|ORGANIZATION|OTHER|OUTPUT|OVERFLOW|OVERLINE|OWN|PACKED-DECIMAL|PADDING|PAGE|PAGE-COUNTER|PASSWORD|PERFORM|PF|PH|PIC|PICTURE|PLUS|POINTER|PORT|POSITION|POSITIVE|PRINTER|PRINTING|PRIVATE|PROCEDURE|PROCEDURE-POINTER|PROCEDURES|PROCEED|PROCESS|PROGRAM|PROGRAM-ID|PROGRAM-LIBRARY|PROMPT|PURGE|QUEUE|QUOTE|QUOTES|RANDOM|RD|READ|READER|REAL|RECEIVE|RECEIVED|RECORD|RECORDING|RECORDS|RECURSIVE|REDEFINES|REEL|REF|REFERENCE|REFERENCES|RELATIVE|RELEASE|REMAINDER|REMARKS|REMOTE|REMOVAL|REMOVE|RENAMES|REPLACE|REPLACING|REPORT|REPORTING|REPORTS|REQUIRED|RERUN|RESERVE|RESET|RETURN|RETURN-CODE|RETURNING|REVERSE-VIDEO|REVERSED|REWIND|REWRITE|RF|RH|RIGHT|ROUNDED|RUN|SAME|SAVE|SCREEN|SD|SEARCH|SECTION|SECURE|SECURITY|SEGMENT|SEGMENT-LIMIT|SELECT|SEND|SENTENCE|SEPARATE|SEQUENCE|SEQUENTIAL|SET|SHARED|SHAREDBYALL|SHAREDBYRUNUNIT|SHARING|SHIFT-IN|SHIFT-OUT|SHORT-DATE|SIGN|SIZE|SORT|SORT-CONTROL|SORT-CORE-SIZE|SORT-FILE-SIZE|SORT-MERGE|SORT-MESSAGE|SORT-MODE-SIZE|SORT-RETURN|SOURCE|SOURCE-COMPUTER|SPACE|SPACES|SPECIAL-NAMES|STANDARD|STANDARD-1|STANDARD-2|START|STATUS|STOP|STRING|SUB-QUEUE-1|SUB-QUEUE-2|SUB-QUEUE-3|SUBTRACT|SUM|SUPPRESS|SYMBOL|SYMBOLIC|SYNC|SYNCHRONIZED|TABLE|TALLY|TALLYING|TAPE|TASK|TERMINAL|TERMINATE|TEST|TEXT|THEN|THREAD|THREAD-LOCAL|THROUGH|THRU|TIME|TIMER|TIMES|TITLE|TO|TODAYS-DATE|TODAYS-NAME|TOP|TRAILING|TRUNCATED|TYPE|TYPEDEF|UNDERLINE|UNIT|UNSTRING|UNTIL|UP|UPON|USAGE|USE|USING|VALUE|VALUES|VARYING|VIRTUAL|WAIT|WHEN|WHEN-COMPILED|WITH|WORDS|WORKING-STORAGE|WRITE|YEAR|YYYYDDD|YYYYMMDD|ZERO-FILL|ZEROES|ZEROS)(?![\w-])/i,lookbehind:!0},boolean:{pattern:/(^|[^\w-])(?:false|true)(?![\w-])/i,lookbehind:!0},number:{pattern:/(^|[^\w-])(?:[+-]?(?:(?:\d+(?:[.,]\d+)?|[.,]\d+)(?:e[+-]?\d+)?|zero))(?![\w-])/i,lookbehind:!0},operator:[/<>|[<>]=?|[=+*/&]/,{pattern:/(^|[^\w-])(?:-|and|equal|greater|less|not|or|than)(?![\w-])/i,lookbehind:!0}],punctuation:/[.:,()]/}}},43576:function(de){"use strict";de.exports=ae,ae.displayName="coffeescript",ae.aliases=["coffee"];function ae(E){(function(y){var pe=/#(?!\{).+/,se={pattern:/#\{[^}]+\}/,alias:"variable"};y.languages.coffeescript=y.languages.extend("javascript",{comment:pe,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:se}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),y.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:pe,interpolation:se}}}),y.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:y.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:se}}]}),y.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete y.languages.coffeescript["template-string"],y.languages.coffee=y.languages.coffeescript})(E)}},71794:function(de){"use strict";de.exports=ae,ae.displayName="concurnas",ae.aliases=["conc"];function ae(E){E.languages.concurnas={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/,lookbehind:!0,greedy:!0},langext:{pattern:/\b\w+\s*\|\|[\s\S]+?\|\|/,greedy:!0,inside:{"class-name":/^\w+/,string:{pattern:/(^\s*\|\|)[\s\S]+(?=\|\|$)/,lookbehind:!0},punctuation:/\|\|/}},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/,lookbehind:!0},keyword:/\b(?:abstract|actor|also|annotation|assert|async|await|bool|boolean|break|byte|case|catch|changed|char|class|closed|constant|continue|def|default|del|double|elif|else|enum|every|extends|false|finally|float|for|from|global|gpudef|gpukernel|if|import|in|init|inject|int|lambda|local|long|loop|match|new|nodefault|null|of|onchange|open|out|override|package|parfor|parforsync|post|pre|private|protected|provide|provider|public|return|shared|short|single|size_t|sizeof|super|sync|this|throw|trait|trans|transient|true|try|typedef|unchecked|using|val|var|void|while|with)\b/,boolean:/\b(?:false|true)\b/,number:/\b0b[01][01_]*L?\b|\b0x(?:[\da-f_]*\.)?[\da-f_p+-]+\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfls]?/i,punctuation:/[{}[\];(),.:]/,operator:/<==|>==|=>|->|<-|<>|&==|&<>|\?:?|\.\?|\+\+|--|[-+*/=<>]=?|[!^~]|\b(?:and|as|band|bor|bxor|comp|is|isnot|mod|or)\b=?/,annotation:{pattern:/@(?:\w+:)?(?:\w+|\[[^\]]+\])?/,alias:"builtin"}},E.languages.insertBefore("concurnas","langext",{"regex-literal":{pattern:/\br("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:E.languages.concurnas},regex:/[\s\S]+/}},"string-literal":{pattern:/(?:\B|\bs)("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:E.languages.concurnas},string:/[\s\S]+/}}}),E.languages.conc=E.languages.concurnas}},1315:function(de){"use strict";de.exports=ae,ae.displayName="coq",ae.aliases=[];function ae(E){(function(y){for(var pe=/\(\*(?:[^(*]|\((?!\*)|\*(?!\))|<self>)*\*\)/.source,se=0;se<2;se++)pe=pe.replace(/<self>/g,function(){return pe});pe=pe.replace(/<self>/g,"[]"),y.languages.coq={comment:RegExp(pe),string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},attribute:[{pattern:RegExp(/#\[(?:[^\[\]("]|"(?:[^"]|"")*"(?!")|\((?!\*)|<comment>)*\]/.source.replace(/<comment>/g,function(){return pe})),greedy:!0,alias:"attr-name",inside:{comment:RegExp(pe),string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},operator:/=/,punctuation:/^#\[|\]$|[,()]/}},{pattern:/\b(?:Cumulative|Global|Local|Monomorphic|NonCumulative|Polymorphic|Private|Program)\b/,alias:"attr-name"}],keyword:/\b(?:Abort|About|Add|Admit|Admitted|All|Arguments|As|Assumptions|Axiom|Axioms|Back|BackTo|Backtrace|BinOp|BinOpSpec|BinRel|Bind|Blacklist|Canonical|Case|Cd|Check|Class|Classes|Close|CoFixpoint|CoInductive|Coercion|Coercions|Collection|Combined|Compute|Conjecture|Conjectures|Constant|Constants|Constraint|Constructors|Context|Corollary|Create|CstOp|Custom|Cut|Debug|Declare|Defined|Definition|Delimit|Dependencies|Dependent|Derive|Diffs|Drop|Elimination|End|Entry|Equality|Eval|Example|Existential|Existentials|Existing|Export|Extern|Extraction|Fact|Fail|Field|File|Firstorder|Fixpoint|Flags|Focus|From|Funclass|Function|Functional|GC|Generalizable|Goal|Grab|Grammar|Graph|Guarded|Haskell|Heap|Hide|Hint|HintDb|Hints|Hypotheses|Hypothesis|IF|Identity|Immediate|Implicit|Implicits|Import|Include|Induction|Inductive|Infix|Info|Initial|InjTyp|Inline|Inspect|Instance|Instances|Intro|Intros|Inversion|Inversion_clear|JSON|Language|Left|Lemma|Let|Lia|Libraries|Library|Load|LoadPath|Locate|Ltac|Ltac2|ML|Match|Method|Minimality|Module|Modules|Morphism|Next|NoInline|Notation|Number|OCaml|Obligation|Obligations|Opaque|Open|Optimize|Parameter|Parameters|Parametric|Path|Paths|Prenex|Preterm|Primitive|Print|Profile|Projections|Proof|Prop|PropBinOp|PropOp|PropUOp|Property|Proposition|Pwd|Qed|Quit|Rec|Record|Recursive|Redirect|Reduction|Register|Relation|Remark|Remove|Require|Reserved|Reset|Resolve|Restart|Rewrite|Right|Ring|Rings|SProp|Saturate|Save|Scheme|Scope|Scopes|Search|SearchHead|SearchPattern|SearchRewrite|Section|Separate|Set|Setoid|Show|Signatures|Solve|Solver|Sort|Sortclass|Sorted|Spec|Step|Strategies|Strategy|String|Structure|SubClass|Subgraph|SuchThat|Tactic|Term|TestCompile|Theorem|Time|Timeout|To|Transparent|Type|Typeclasses|Types|Typing|UnOp|UnOpSpec|Undelimit|Undo|Unfocus|Unfocused|Unfold|Universe|Universes|Unshelve|Variable|Variables|Variant|Verbose|View|Visibility|Zify|_|apply|as|at|by|cofix|else|end|exists|exists2|fix|for|forall|fun|if|in|let|match|measure|move|removed|return|struct|then|using|wf|where|with)\b/,number:/\b(?:0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]+)?(?:p[+-]?\d[\d_]*)?|\d[\d_]*(?:\.[\d_]+)?(?:e[+-]?\d[\d_]*)?)\b/i,punct:{pattern:/@\{|\{\||\[=|:>/,alias:"punctuation"},operator:/\/\\|\\\/|\.{2,3}|:{1,2}=|\*\*|[-=]>|<(?:->?|[+:=>]|<:)|>(?:=|->)|\|[-|]?|[-!%&*+/<=>?@^~']/,punctuation:/\.\(|`\(|@\{|`\{|\{\||\[=|:>|[:.,;(){}\[\]]/}})(E)}},80096:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="cpp",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,xe=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return Ee.source});me.languages.cpp=me.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return Ee.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:Ee,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),me.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return xe})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),me.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:me.languages.cpp}}}}),me.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),me.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:me.languages.extend("cpp",{})}}),me.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},me.languages.cpp["base-clause"])}(se)}},99176:function(de,ae,E){"use strict";var y=E(56939);de.exports=pe,pe.displayName="crystal",pe.aliases=[];function pe(se){se.register(y),function(me){me.languages.crystal=me.languages.extend("ruby",{keyword:[/\b(?:__DIR__|__END_LINE__|__FILE__|__LINE__|abstract|alias|annotation|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|ifdef|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|ptr|require|rescue|return|select|self|sizeof|struct|super|then|type|typeof|undef|uninitialized|union|unless|until|when|while|with|yield)\b/,{pattern:/(\.\s*)(?:is_a|responds_to)\?/,lookbehind:!0}],number:/\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[\da-fA-F_]*[\da-fA-F]|(?:\d(?:[\d_]*\d)?)(?:\.[\d_]*\d)?(?:[eE][+-]?[\d_]*\d)?)(?:_(?:[uif](?:8|16|32|64))?)?\b/,operator:[/->/,me.languages.ruby.operator],punctuation:/[(){}[\].,;\\]/}),me.languages.insertBefore("crystal","string-literal",{attribute:{pattern:/@\[.*?\]/,inside:{delimiter:{pattern:/^@\[|\]$/,alias:"punctuation"},attribute:{pattern:/^(\s*)\w+/,lookbehind:!0,alias:"class-name"},args:{pattern:/\S(?:[\s\S]*\S)?/,inside:me.languages.crystal}}},expansion:{pattern:/\{(?:\{.*?\}|%.*?%)\}/,inside:{content:{pattern:/^(\{.)[\s\S]+(?=.\}$)/,lookbehind:!0,inside:me.languages.crystal},delimiter:{pattern:/^\{[\{%]|[\}%]\}$/,alias:"operator"}}},char:{pattern:/'(?:[^\\\r\n]{1,2}|\\(?:.|u(?:[A-Fa-f0-9]{1,4}|\{[A-Fa-f0-9]{1,6}\})))'/,greedy:!0}})}(se)}},61958:function(de){"use strict";de.exports=ae,ae.displayName="csharp",ae.aliases=["dotnet","cs"];function ae(E){(function(y){function pe(cn,Cn){return cn.replace(/<<(\d+)>>/g,function(Yn,Vt){return"(?:"+Cn[+Vt]+")"})}function se(cn,Cn,Yn){return RegExp(pe(cn,Cn),Yn||"")}function me(cn,Cn){for(var Yn=0;Yn<Cn;Yn++)cn=cn.replace(/<<self>>/g,function(){return"(?:"+cn+")"});return cn.replace(/<<self>>/g,"[^\\s\\S]")}var Ee={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function xe(cn){return"\\b(?:"+cn.trim().replace(/ /g,"|")+")\\b"}var Se=xe(Ee.typeDeclaration),Te=RegExp(xe(Ee.type+" "+Ee.typeDeclaration+" "+Ee.contextual+" "+Ee.other)),Ie=xe(Ee.typeDeclaration+" "+Ee.contextual+" "+Ee.other),Le=xe(Ee.type+" "+Ee.typeDeclaration+" "+Ee.other),He=me(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),We=me(/\((?:[^()]|<<self>>)*\)/.source,2),rt=/@?\b[A-Za-z_]\w*\b/.source,fe=pe(/<<0>>(?:\s*<<1>>)?/.source,[rt,He]),b=pe(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[Ie,fe]),a=/\[\s*(?:,\s*)*\]/.source,ee=pe(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[b,a]),x=pe(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[He,We,a]),te=pe(/\(<<0>>+(?:,<<0>>+)+\)/.source,[x]),re=pe(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[te,b,a]),ie={keyword:Te,punctuation:/[<>()?,.:[\]]/},ce=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,be=/"(?:\\.|[^\\"\r\n])*"/.source,we=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;y.languages.csharp=y.languages.extend("clike",{string:[{pattern:se(/(^|[^$\\])<<0>>/.source,[we]),lookbehind:!0,greedy:!0},{pattern:se(/(^|[^@$\\])<<0>>/.source,[be]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:se(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[b]),lookbehind:!0,inside:ie},{pattern:se(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[rt,re]),lookbehind:!0,inside:ie},{pattern:se(/(\busing\s+)<<0>>(?=\s*=)/.source,[rt]),lookbehind:!0},{pattern:se(/(\b<<0>>\s+)<<1>>/.source,[Se,fe]),lookbehind:!0,inside:ie},{pattern:se(/(\bcatch\s*\(\s*)<<0>>/.source,[b]),lookbehind:!0,inside:ie},{pattern:se(/(\bwhere\s+)<<0>>/.source,[rt]),lookbehind:!0},{pattern:se(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[ee]),lookbehind:!0,inside:ie},{pattern:se(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[re,Le,rt]),inside:ie}],keyword:Te,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),y.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),y.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:se(/([(,]\s*)<<0>>(?=\s*:)/.source,[rt]),lookbehind:!0,alias:"punctuation"}}),y.languages.insertBefore("csharp","class-name",{namespace:{pattern:se(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[rt]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:se(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[We]),lookbehind:!0,alias:"class-name",inside:ie},"return-type":{pattern:se(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[re,b]),inside:ie,alias:"class-name"},"constructor-invocation":{pattern:se(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[re]),lookbehind:!0,inside:ie,alias:"class-name"},"generic-method":{pattern:se(/<<0>>\s*<<1>>(?=\s*\()/.source,[rt,He]),inside:{function:se(/^<<0>>/.source,[rt]),generic:{pattern:RegExp(He),alias:"class-name",inside:ie}}},"type-list":{pattern:se(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[Se,fe,rt,re,Te.source,We,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:se(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[fe,We]),lookbehind:!0,greedy:!0,inside:y.languages.csharp},keyword:Te,"class-name":{pattern:RegExp(re),greedy:!0,inside:ie},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var Re=be+"|"+ce,Ke=pe(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[Re]),Ue=me(pe(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ke]),2),Ze=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,qe=pe(/<<0>>(?:\s*\(<<1>>*\))?/.source,[b,Ue]);y.languages.insertBefore("csharp","class-name",{attribute:{pattern:se(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[Ze,qe]),lookbehind:!0,greedy:!0,inside:{target:{pattern:se(/^<<0>>(?=\s*:)/.source,[Ze]),alias:"keyword"},"attribute-arguments":{pattern:se(/\(<<0>>*\)/.source,[Ue]),inside:y.languages.csharp},"class-name":{pattern:RegExp(b),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var wt=/:[^}\r\n]+/.source,Bt=me(pe(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Ke]),2),yn=pe(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[Bt,wt]),Pn=me(pe(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[Re]),2),Ut=pe(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[Pn,wt]);function ln(cn,Cn){return{interpolation:{pattern:se(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[cn]),lookbehind:!0,inside:{"format-string":{pattern:se(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[Cn,wt]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:y.languages.csharp}}},string:/[\s\S]+/}}y.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:se(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[yn]),lookbehind:!0,greedy:!0,inside:ln(yn,Bt)},{pattern:se(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[Ut]),lookbehind:!0,greedy:!0,inside:ln(Ut,Pn)}],char:{pattern:RegExp(ce),greedy:!0}}),y.languages.dotnet=y.languages.cs=y.languages.csharp})(E)}},90312:function(de,ae,E){"use strict";var y=E(61958);de.exports=pe,pe.displayName="cshtml",pe.aliases=["razor"];function pe(se){se.register(y),function(me){var Ee=/\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source,xe=/@(?!")|"(?:[^\r\n\\"]|\\.)*"|@"(?:[^\\"]|""|\\[\s\S])*"(?!")/.source+"|"+/'(?:(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'|(?=[^\\](?!')))/.source;function Se(ee,x){for(var te=0;te<x;te++)ee=ee.replace(/<self>/g,function(){return"(?:"+ee+")"});return ee.replace(/<self>/g,"[^\\s\\S]").replace(/<str>/g,"(?:"+xe+")").replace(/<comment>/g,"(?:"+Ee+")")}var Te=Se(/\((?:[^()'"@/]|<str>|<comment>|<self>)*\)/.source,2),Ie=Se(/\[(?:[^\[\]'"@/]|<str>|<comment>|<self>)*\]/.source,2),Le=Se(/\{(?:[^{}'"@/]|<str>|<comment>|<self>)*\}/.source,2),He=Se(/<(?:[^<>'"@/]|<str>|<comment>|<self>)*>/.source,2),We=/(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?/.source,rt=/(?!\d)[^\s>\/=$<%]+/.source+We+/\s*\/?>/.source,fe=/\B@?/.source+"(?:"+/<([a-zA-Z][\w:]*)/.source+We+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source+rt+"|"+Se(/<\1/.source+We+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source+rt+"|<self>")+")*"+/<\/\1\s*>/.source,2))+")*"+/<\/\1\s*>/.source+"|"+/</.source+rt+")";me.languages.cshtml=me.languages.extend("markup",{});var b=me.languages.insertBefore("csharp","string",{html:{pattern:RegExp(fe),greedy:!0,inside:me.languages.cshtml}},{csharp:me.languages.extend("csharp",{})}),a={pattern:/\S[\s\S]*/,alias:"language-csharp",inside:b};me.languages.insertBefore("cshtml","prolog",{"razor-comment":{pattern:/@\*[\s\S]*?\*@/,greedy:!0,alias:"comment"},block:{pattern:RegExp(/(^|[^@])@/.source+"(?:"+[Le,/(?:code|functions)\s*/.source+Le,/(?:for|foreach|lock|switch|using|while)\s*/.source+Te+/\s*/.source+Le,/do\s*/.source+Le+/\s*while\s*/.source+Te+/(?:\s*;)?/.source,/try\s*/.source+Le+/\s*catch\s*/.source+Te+/\s*/.source+Le+/\s*finally\s*/.source+Le,/if\s*/.source+Te+/\s*/.source+Le+"(?:"+/\s*else/.source+"(?:"+/\s+if\s*/.source+Te+")?"+/\s*/.source+Le+")*"].join("|")+")"),lookbehind:!0,greedy:!0,inside:{keyword:/^@\w*/,csharp:a}},directive:{pattern:/^([ \t]*)@(?:addTagHelper|attribute|implements|inherits|inject|layout|model|namespace|page|preservewhitespace|removeTagHelper|section|tagHelperPrefix|using)(?=\s).*/m,lookbehind:!0,greedy:!0,inside:{keyword:/^@\w+/,csharp:a}},value:{pattern:RegExp(/(^|[^@])@/.source+/(?:await\b\s*)?/.source+"(?:"+/\w+\b/.source+"|"+Te+")(?:"+/[?!]?\.\w+\b/.source+"|"+Te+"|"+Ie+"|"+He+Te+")*"),lookbehind:!0,greedy:!0,alias:"variable",inside:{keyword:/^@/,csharp:a}},"delegate-operator":{pattern:/(^|[^@])@(?=<)/,lookbehind:!0,alias:"operator"}}),me.languages.razor=me.languages.cshtml}(se)}},65447:function(de){"use strict";de.exports=ae,ae.displayName="csp",ae.aliases=[];function ae(E){(function(y){function pe(se){return RegExp(/([ \t])/.source+"(?:"+se+")"+/(?=[\s;]|$)/.source,"i")}y.languages.csp={directive:{pattern:/(^|[\s;])(?:base-uri|block-all-mixed-content|(?:child|connect|default|font|frame|img|manifest|media|object|prefetch|script|style|worker)-src|disown-opener|form-action|frame-(?:ancestors|options)|input-protection(?:-(?:clip|selectors))?|navigate-to|plugin-types|policy-uri|referrer|reflected-xss|report-(?:to|uri)|require-sri-for|sandbox|(?:script|style)-src-(?:attr|elem)|upgrade-insecure-requests)(?=[\s;]|$)/i,lookbehind:!0,alias:"property"},scheme:{pattern:pe(/[a-z][a-z0-9.+-]*:/.source),lookbehind:!0},none:{pattern:pe(/'none'/.source),lookbehind:!0,alias:"keyword"},nonce:{pattern:pe(/'nonce-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},hash:{pattern:pe(/'sha(?:256|384|512)-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},host:{pattern:pe(/[a-z][a-z0-9.+-]*:\/\/[^\s;,']*/.source+"|"+/\*[^\s;,']*/.source+"|"+/[a-z0-9-]+(?:\.[a-z0-9-]+)+(?::[\d*]+)?(?:\/[^\s;,']*)?/.source),lookbehind:!0,alias:"url",inside:{important:/\*/}},keyword:[{pattern:pe(/'unsafe-[a-z-]+'/.source),lookbehind:!0,alias:"unsafe"},{pattern:pe(/'[a-z-]+'/.source),lookbehind:!0,alias:"safe"}],punctuation:/;/}})(E)}},4762:function(de){"use strict";de.exports=ae,ae.displayName="cssExtras",ae.aliases=[];function ae(E){(function(y){var pe=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,se;y.languages.css.selector={pattern:y.languages.css.selector.pattern,lookbehind:!0,inside:se={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+pe.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[pe,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},y.languages.css.atrule.inside["selector-function-argument"].inside=se,y.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var me={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},Ee={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};y.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:me,number:Ee,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:me,number:Ee})})(E)}},12049:function(de){"use strict";de.exports=ae,ae.displayName="css",ae.aliases=[];function ae(E){(function(y){var pe=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;y.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+pe.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+pe.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+pe.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:pe,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},y.languages.css.atrule.inside.rest=y.languages.css;var se=y.languages.markup;se&&(se.tag.addInlined("style","css"),se.tag.addAttribute("style","css"))})(E)}},78090:function(de){"use strict";de.exports=ae,ae.displayName="csv",ae.aliases=[];function ae(E){E.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/}}},40315:function(de){"use strict";de.exports=ae,ae.displayName="cypher",ae.aliases=[];function ae(E){E.languages.cypher={comment:/\/\/.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/,greedy:!0},"class-name":{pattern:/(:\s*)(?:\w+|`(?:[^`\\\r\n])*`)(?=\s*[{):])/,lookbehind:!0,greedy:!0},relationship:{pattern:/(-\[\s*(?:\w+\s*|`(?:[^`\\\r\n])*`\s*)?:\s*|\|\s*:\s*)(?:\w+|`(?:[^`\\\r\n])*`)/,lookbehind:!0,greedy:!0,alias:"property"},identifier:{pattern:/`(?:[^`\\\r\n])*`/,greedy:!0},variable:/\$\w+/,keyword:/\b(?:ADD|ALL|AND|AS|ASC|ASCENDING|ASSERT|BY|CALL|CASE|COMMIT|CONSTRAINT|CONTAINS|CREATE|CSV|DELETE|DESC|DESCENDING|DETACH|DISTINCT|DO|DROP|ELSE|END|ENDS|EXISTS|FOR|FOREACH|IN|INDEX|IS|JOIN|KEY|LIMIT|LOAD|MANDATORY|MATCH|MERGE|NODE|NOT|OF|ON|OPTIONAL|OR|ORDER(?=\s+BY)|PERIODIC|REMOVE|REQUIRE|RETURN|SCALAR|SCAN|SET|SKIP|START|STARTS|THEN|UNION|UNIQUE|UNWIND|USING|WHEN|WHERE|WITH|XOR|YIELD)\b/i,function:/\b\w+\b(?=\s*\()/,boolean:/\b(?:false|null|true)\b/i,number:/\b(?:0x[\da-fA-F]+|\d+(?:\.\d+)?(?:[eE][+-]?\d+)?)\b/,operator:/:|<--?|--?>?|<>|=~?|[<>]=?|[+*/%^|]|\.\.\.?/,punctuation:/[()[\]{},;.]/}}},7902:function(de){"use strict";de.exports=ae,ae.displayName="d",ae.aliases=[];function ae(E){E.languages.d=E.languages.extend("clike",{comment:[{pattern:/^\s*#!.+/,greedy:!0},{pattern:RegExp(/(^|[^\\])/.source+"(?:"+[/\/\+(?:\/\+(?:[^+]|\+(?!\/))*\+\/|(?!\/\+)[\s\S])*?\+\//.source,/\/\/.*/.source,/\/\*[\s\S]*?\*\//.source].join("|")+")"),lookbehind:!0,greedy:!0}],string:[{pattern:RegExp([/\b[rx]"(?:\\[\s\S]|[^\\"])*"[cwd]?/.source,/\bq"(?:\[[\s\S]*?\]|\([\s\S]*?\)|<[\s\S]*?>|\{[\s\S]*?\})"/.source,/\bq"((?!\d)\w+)$[\s\S]*?^\1"/.source,/\bq"(.)[\s\S]*?\2"/.source,/(["`])(?:\\[\s\S]|(?!\3)[^\\])*\3[cwd]?/.source].join("|"),"m"),greedy:!0},{pattern:/\bq\{(?:\{[^{}]*\}|[^{}])*\}/,greedy:!0,alias:"token-string"}],keyword:/\$|\b(?:__(?:(?:DATE|EOF|FILE|FUNCTION|LINE|MODULE|PRETTY_FUNCTION|TIMESTAMP|TIME|VENDOR|VERSION)__|gshared|parameters|traits|vector)|abstract|alias|align|asm|assert|auto|body|bool|break|byte|case|cast|catch|cdouble|cent|cfloat|char|class|const|continue|creal|dchar|debug|default|delegate|delete|deprecated|do|double|dstring|else|enum|export|extern|false|final|finally|float|for|foreach|foreach_reverse|function|goto|idouble|if|ifloat|immutable|import|inout|int|interface|invariant|ireal|lazy|long|macro|mixin|module|new|nothrow|null|out|override|package|pragma|private|protected|ptrdiff_t|public|pure|real|ref|return|scope|shared|short|size_t|static|string|struct|super|switch|synchronized|template|this|throw|true|try|typedef|typeid|typeof|ubyte|ucent|uint|ulong|union|unittest|ushort|version|void|volatile|wchar|while|with|wstring)\b/,number:[/\b0x\.?[a-f\d_]+(?:(?!\.\.)\.[a-f\d_]*)?(?:p[+-]?[a-f\d_]+)?[ulfi]{0,4}/i,{pattern:/((?:\.\.)?)(?:\b0b\.?|\b|\.)\d[\d_]*(?:(?!\.\.)\.[\d_]*)?(?:e[+-]?\d[\d_]*)?[ulfi]{0,4}/i,lookbehind:!0}],operator:/\|[|=]?|&[&=]?|\+[+=]?|-[-=]?|\.?\.\.|=[>=]?|!(?:i[ns]\b|<>?=?|>=?|=)?|\bi[ns]\b|(?:<[<>]?|>>?>?|\^\^|[*\/%^~])=?/}),E.languages.insertBefore("d","string",{char:/'(?:\\(?:\W|\w+)|[^\\])'/}),E.languages.insertBefore("d","keyword",{property:/\B@\w*/}),E.languages.insertBefore("d","function",{register:{pattern:/\b(?:[ABCD][LHX]|E?(?:BP|DI|SI|SP)|[BS]PL|[ECSDGF]S|CR[0234]|[DS]IL|DR[012367]|E[ABCD]X|X?MM[0-7]|R(?:1[0-5]|[89])[BWD]?|R[ABCD]X|R[BS]P|R[DS]I|TR[3-7]|XMM(?:1[0-5]|[89])|YMM(?:1[0-5]|\d))\b|\bST(?:\([0-7]\)|\b)/,alias:"variable"}})}},28651:function(de){"use strict";de.exports=ae,ae.displayName="dart",ae.aliases=[];function ae(E){(function(y){var pe=[/\b(?:async|sync|yield)\*/,/\b(?:abstract|assert|async|await|break|case|catch|class|const|continue|covariant|default|deferred|do|dynamic|else|enum|export|extends|extension|external|factory|final|finally|for|get|hide|if|implements|import|in|interface|library|mixin|new|null|on|operator|part|rethrow|return|set|show|static|super|switch|sync|this|throw|try|typedef|var|void|while|with|yield)\b/],se=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,me={pattern:RegExp(se+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}}}};y.languages.dart=y.languages.extend("clike",{"class-name":[me,{pattern:RegExp(se+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:me.inside}],keyword:pe,operator:/\bis!|\b(?:as|is)\b|\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?/}),y.languages.insertBefore("dart","string",{"string-literal":{pattern:/r?(?:("""|''')[\s\S]*?\1|(["'])(?:\\.|(?!\2)[^\\\r\n])*\2(?!\2))/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,lookbehind:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:y.languages.dart}}},string:/[\s\S]+/}},string:void 0}),y.languages.insertBefore("dart","class-name",{metadata:{pattern:/@\w+/,alias:"function"}}),y.languages.insertBefore("dart","class-name",{generics:{pattern:/<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<[\w\s,.&?]*>)*>)*>)*>/,inside:{"class-name":me,keyword:pe,punctuation:/[<>(),.:]/,operator:/[?&|]/}}})})(E)}},55579:function(de){"use strict";de.exports=ae,ae.displayName="dataweave",ae.aliases=[];function ae(E){(function(y){y.languages.dataweave={url:/\b[A-Za-z]+:\/\/[\w/:.?=&-]+|\burn:[\w:.?=&-]+/,property:{pattern:/(?:\b\w+#)?(?:"(?:\\.|[^\\"\r\n])*"|\b\w+)(?=\s*[:@])/,greedy:!0},string:{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},"mime-type":/\b(?:application|audio|image|multipart|text|video)\/[\w+-]+/,date:{pattern:/\|[\w:+-]+\|/,greedy:!0},comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],regex:{pattern:/\/(?:[^\\\/\r\n]|\\[^\r\n])+\//,greedy:!0},keyword:/\b(?:and|as|at|case|do|else|fun|if|input|is|match|not|ns|null|or|output|type|unless|update|using|var)\b/,function:/\b[A-Z_]\w*(?=\s*\()/i,number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\];(),.:@]/,operator:/<<|>>|->|[<>~=]=?|!=|--?-?|\+\+?|!|\?/,boolean:/\b(?:false|true)\b/}})(E)}},93685:function(de){"use strict";de.exports=ae,ae.displayName="dax",ae.aliases=[];function ae(E){E.languages.dax={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/).*)/,lookbehind:!0},"data-field":{pattern:/'(?:[^']|'')*'(?!')(?:\[[ \w\xA0-\uFFFF]+\])?|\w+\[[ \w\xA0-\uFFFF]+\]/,alias:"symbol"},measure:{pattern:/\[[ \w\xA0-\uFFFF]+\]/,alias:"constant"},string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},function:/\b(?:ABS|ACOS|ACOSH|ACOT|ACOTH|ADDCOLUMNS|ADDMISSINGITEMS|ALL|ALLCROSSFILTERED|ALLEXCEPT|ALLNOBLANKROW|ALLSELECTED|AND|APPROXIMATEDISTINCTCOUNT|ASIN|ASINH|ATAN|ATANH|AVERAGE|AVERAGEA|AVERAGEX|BETA\.DIST|BETA\.INV|BLANK|CALCULATE|CALCULATETABLE|CALENDAR|CALENDARAUTO|CEILING|CHISQ\.DIST|CHISQ\.DIST\.RT|CHISQ\.INV|CHISQ\.INV\.RT|CLOSINGBALANCEMONTH|CLOSINGBALANCEQUARTER|CLOSINGBALANCEYEAR|COALESCE|COMBIN|COMBINA|COMBINEVALUES|CONCATENATE|CONCATENATEX|CONFIDENCE\.NORM|CONFIDENCE\.T|CONTAINS|CONTAINSROW|CONTAINSSTRING|CONTAINSSTRINGEXACT|CONVERT|COS|COSH|COT|COTH|COUNT|COUNTA|COUNTAX|COUNTBLANK|COUNTROWS|COUNTX|CROSSFILTER|CROSSJOIN|CURRENCY|CURRENTGROUP|CUSTOMDATA|DATATABLE|DATE|DATEADD|DATEDIFF|DATESBETWEEN|DATESINPERIOD|DATESMTD|DATESQTD|DATESYTD|DATEVALUE|DAY|DEGREES|DETAILROWS|DISTINCT|DISTINCTCOUNT|DISTINCTCOUNTNOBLANK|DIVIDE|EARLIER|EARLIEST|EDATE|ENDOFMONTH|ENDOFQUARTER|ENDOFYEAR|EOMONTH|ERROR|EVEN|EXACT|EXCEPT|EXP|EXPON\.DIST|FACT|FALSE|FILTER|FILTERS|FIND|FIRSTDATE|FIRSTNONBLANK|FIRSTNONBLANKVALUE|FIXED|FLOOR|FORMAT|GCD|GENERATE|GENERATEALL|GENERATESERIES|GEOMEAN|GEOMEANX|GROUPBY|HASONEFILTER|HASONEVALUE|HOUR|IF|IF\.EAGER|IFERROR|IGNORE|INT|INTERSECT|ISBLANK|ISCROSSFILTERED|ISEMPTY|ISERROR|ISEVEN|ISFILTERED|ISINSCOPE|ISLOGICAL|ISNONTEXT|ISNUMBER|ISO\.CEILING|ISODD|ISONORAFTER|ISSELECTEDMEASURE|ISSUBTOTAL|ISTEXT|KEEPFILTERS|KEYWORDMATCH|LASTDATE|LASTNONBLANK|LASTNONBLANKVALUE|LCM|LEFT|LEN|LN|LOG|LOG10|LOOKUPVALUE|LOWER|MAX|MAXA|MAXX|MEDIAN|MEDIANX|MID|MIN|MINA|MINUTE|MINX|MOD|MONTH|MROUND|NATURALINNERJOIN|NATURALLEFTOUTERJOIN|NEXTDAY|NEXTMONTH|NEXTQUARTER|NEXTYEAR|NONVISUAL|NORM\.DIST|NORM\.INV|NORM\.S\.DIST|NORM\.S\.INV|NOT|NOW|ODD|OPENINGBALANCEMONTH|OPENINGBALANCEQUARTER|OPENINGBALANCEYEAR|OR|PARALLELPERIOD|PATH|PATHCONTAINS|PATHITEM|PATHITEMREVERSE|PATHLENGTH|PERCENTILE\.EXC|PERCENTILE\.INC|PERCENTILEX\.EXC|PERCENTILEX\.INC|PERMUT|PI|POISSON\.DIST|POWER|PREVIOUSDAY|PREVIOUSMONTH|PREVIOUSQUARTER|PREVIOUSYEAR|PRODUCT|PRODUCTX|QUARTER|QUOTIENT|RADIANS|RAND|RANDBETWEEN|RANK\.EQ|RANKX|RELATED|RELATEDTABLE|REMOVEFILTERS|REPLACE|REPT|RIGHT|ROLLUP|ROLLUPADDISSUBTOTAL|ROLLUPGROUP|ROLLUPISSUBTOTAL|ROUND|ROUNDDOWN|ROUNDUP|ROW|SAMEPERIODLASTYEAR|SAMPLE|SEARCH|SECOND|SELECTCOLUMNS|SELECTEDMEASURE|SELECTEDMEASUREFORMATSTRING|SELECTEDMEASURENAME|SELECTEDVALUE|SIGN|SIN|SINH|SQRT|SQRTPI|STARTOFMONTH|STARTOFQUARTER|STARTOFYEAR|STDEV\.P|STDEV\.S|STDEVX\.P|STDEVX\.S|SUBSTITUTE|SUBSTITUTEWITHINDEX|SUM|SUMMARIZE|SUMMARIZECOLUMNS|SUMX|SWITCH|T\.DIST|T\.DIST\.2T|T\.DIST\.RT|T\.INV|T\.INV\.2T|TAN|TANH|TIME|TIMEVALUE|TODAY|TOPN|TOPNPERLEVEL|TOPNSKIP|TOTALMTD|TOTALQTD|TOTALYTD|TREATAS|TRIM|TRUE|TRUNC|UNICHAR|UNICODE|UNION|UPPER|USERELATIONSHIP|USERNAME|USEROBJECTID|USERPRINCIPALNAME|UTCNOW|UTCTODAY|VALUE|VALUES|VAR\.P|VAR\.S|VARX\.P|VARX\.S|WEEKDAY|WEEKNUM|XIRR|XNPV|YEAR|YEARFRAC)(?=\s*\()/i,keyword:/\b(?:DEFINE|EVALUATE|MEASURE|ORDER\s+BY|RETURN|VAR|START\s+AT|ASC|DESC)\b/i,boolean:{pattern:/\b(?:FALSE|NULL|TRUE)\b/i,alias:"constant"},number:/\b\d+(?:\.\d*)?|\B\.\d+\b/,operator:/:=|[-+*\/=^]|&&?|\|\||<(?:=>?|<|>)?|>[>=]?|\b(?:IN|NOT)\b/i,punctuation:/[;\[\](){}`,.]/}}},13934:function(de){"use strict";de.exports=ae,ae.displayName="dhall",ae.aliases=[];function ae(E){E.languages.dhall={comment:/--.*|\{-(?:[^-{]|-(?!\})|\{(?!-)|\{-(?:[^-{]|-(?!\})|\{(?!-))*-\})*-\}/,string:{pattern:/"(?:[^"\\]|\\.)*"|''(?:[^']|'(?!')|'''|''\$\{)*''(?!'|\$)/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^{}]*\}/,inside:{expression:{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0,alias:"language-dhall",inside:null},punctuation:/\$\{|\}/}}}},label:{pattern:/`[^`]*`/,greedy:!0},url:{pattern:/\bhttps?:\/\/[\w.:%!$&'*+;=@~-]+(?:\/[\w.:%!$&'*+;=@~-]*)*(?:\?[/?\w.:%!$&'*+;=@~-]*)?/,greedy:!0},env:{pattern:/\benv:(?:(?!\d)\w+|"(?:[^"\\=]|\\.)*")/,greedy:!0,inside:{function:/^env/,operator:/^:/,variable:/[\s\S]+/}},hash:{pattern:/\bsha256:[\da-fA-F]{64}\b/,inside:{function:/sha256/,operator:/:/,number:/[\da-fA-F]{64}/}},keyword:/\b(?:as|assert|else|forall|if|in|let|merge|missing|then|toMap|using|with)\b|\u2200/,builtin:/\b(?:None|Some)\b/,boolean:/\b(?:False|True)\b/,number:/\bNaN\b|-?\bInfinity\b|[+-]?\b(?:0x[\da-fA-F]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/,operator:/\/\\|\/\/\\\\|&&|\|\||===|[!=]=|\/\/|->|\+\+|::|[+*#@=:?<>|\\\u2227\u2a53\u2261\u2afd\u03bb\u2192]/,punctuation:/\.\.|[{}\[\](),./]/,"class-name":/\b[A-Z]\w*\b/},E.languages.dhall.string.inside.interpolation.inside.expression.inside=E.languages.dhall}},93336:function(de){"use strict";de.exports=ae,ae.displayName="diff",ae.aliases=[];function ae(E){(function(y){y.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var pe={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(pe).forEach(function(se){var me=pe[se],Ee=[];/^\w+$/.test(se)||Ee.push(/\w+/.exec(se)[0]),se==="diff"&&Ee.push("bold"),y.languages.diff[se]={pattern:RegExp("^(?:["+me+`].*(?:\r
|
|
|
?|
|
|
|
|(?![\\s\\S])))+`,"m"),alias:Ee,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(se)[0]}}}}),Object.defineProperty(y.languages.diff,"PREFIXES",{value:pe})})(E)}},13294:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="django",pe.aliases=["jinja2"];function pe(se){se.register(y),function(me){me.languages.django={comment:/^\{#[\s\S]*?#\}$/,tag:{pattern:/(^\{%[+-]?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%][+-]?|[+-]?[}%]\}$/,alias:"punctuation"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},filter:{pattern:/(\|)\w+/,lookbehind:!0,alias:"function"},test:{pattern:/(\bis\s+(?:not\s+)?)(?!not\b)\w+/,lookbehind:!0,alias:"function"},function:/\b[a-z_]\w+(?=\s*\()/i,keyword:/\b(?:and|as|by|else|for|if|import|in|is|loop|not|or|recursive|with|without)\b/,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,number:/\b\d+(?:\.\d+)?\b/,boolean:/[Ff]alse|[Nn]one|[Tt]rue/,variable:/\b\w+\b/,punctuation:/[{}[\](),.:;]/};var Ee=/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}|\{#[\s\S]*?#\}/g,xe=me.languages["markup-templating"];me.hooks.add("before-tokenize",function(Se){xe.buildPlaceholders(Se,"django",Ee)}),me.hooks.add("after-tokenize",function(Se){xe.tokenizePlaceholders(Se,"django")}),me.languages.jinja2=me.languages.django,me.hooks.add("before-tokenize",function(Se){xe.buildPlaceholders(Se,"jinja2",Ee)}),me.hooks.add("after-tokenize",function(Se){xe.tokenizePlaceholders(Se,"jinja2")})}(se)}},38223:function(de){"use strict";de.exports=ae,ae.displayName="dnsZoneFile",ae.aliases=[];function ae(E){E.languages["dns-zone-file"]={comment:/;.*/,string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},variable:[{pattern:/(^\$ORIGIN[ \t]+)\S+/m,lookbehind:!0},{pattern:/(^|\s)@(?=\s|$)/,lookbehind:!0}],keyword:/^\$(?:INCLUDE|ORIGIN|TTL)(?=\s|$)/m,class:{pattern:/(^|\s)(?:CH|CS|HS|IN)(?=\s|$)/,lookbehind:!0,alias:"keyword"},type:{pattern:/(^|\s)(?:A|A6|AAAA|AFSDB|APL|ATMA|CAA|CDNSKEY|CDS|CERT|CNAME|DHCID|DLV|DNAME|DNSKEY|DS|EID|GID|GPOS|HINFO|HIP|IPSECKEY|ISDN|KEY|KX|LOC|MAILA|MAILB|MB|MD|MF|MG|MINFO|MR|MX|NAPTR|NB|NBSTAT|NIMLOC|NINFO|NS|NSAP|NSAP-PTR|NSEC|NSEC3|NSEC3PARAM|NULL|NXT|OPENPGPKEY|PTR|PX|RKEY|RP|RRSIG|RT|SIG|SINK|SMIMEA|SOA|SPF|SRV|SSHFP|TA|TKEY|TLSA|TSIG|TXT|UID|UINFO|UNSPEC|URI|WKS|X25)(?=\s|$)/,lookbehind:!0,alias:"keyword"},punctuation:/[()]/},E.languages["dns-zone"]=E.languages["dns-zone-file"]}},97266:function(de){"use strict";de.exports=ae,ae.displayName="docker",ae.aliases=["dockerfile"];function ae(E){(function(y){var pe=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,se=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return pe}),me=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,Ee=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return me}),xe={pattern:RegExp(me),greedy:!0},Se={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function Te(Ie,Le){return Ie=Ie.replace(/<OPT>/g,function(){return Ee}).replace(/<SP>/g,function(){return se}),RegExp(Ie,Le)}y.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:Te(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[xe,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:Te(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:Te(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:Te(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:Se,string:xe,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:Se},y.languages.dockerfile=y.languages.docker})(E)}},77125:function(de){"use strict";de.exports=ae,ae.displayName="dot",ae.aliases=["gv"];function ae(E){(function(y){var pe="(?:"+[/[a-zA-Z_\x80-\uFFFF][\w\x80-\uFFFF]*/.source,/-?(?:\.\d+|\d+(?:\.\d*)?)/.source,/"[^"\\]*(?:\\[\s\S][^"\\]*)*"/.source,/<(?:[^<>]|(?!<!--)<(?:[^<>"']|"[^"]*"|'[^']*')+>|<!--(?:[^-]|-(?!->))*-->)*>/.source].join("|")+")",se={markup:{pattern:/(^<)[\s\S]+(?=>$)/,lookbehind:!0,alias:["language-markup","language-html","language-xml"],inside:y.languages.markup}};function me(Ee,xe){return RegExp(Ee.replace(/<ID>/g,function(){return pe}),xe)}y.languages.dot={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\/|^#.*/m,greedy:!0},"graph-name":{pattern:me(/(\b(?:digraph|graph|subgraph)[ \t\r\n]+)<ID>/.source,"i"),lookbehind:!0,greedy:!0,alias:"class-name",inside:se},"attr-value":{pattern:me(/(=[ \t\r\n]*)<ID>/.source),lookbehind:!0,greedy:!0,inside:se},"attr-name":{pattern:me(/([\[;, \t\r\n])<ID>(?=[ \t\r\n]*=)/.source),lookbehind:!0,greedy:!0,inside:se},keyword:/\b(?:digraph|edge|graph|node|strict|subgraph)\b/i,"compass-point":{pattern:/(:[ \t\r\n]*)(?:[ewc_]|[ns][ew]?)(?![\w\x80-\uFFFF])/,lookbehind:!0,alias:"builtin"},node:{pattern:me(/(^|[^-.\w\x80-\uFFFF\\])<ID>/.source),lookbehind:!0,greedy:!0,inside:se},operator:/[=:]|-[->]/,punctuation:/[\[\]{};,]/},y.languages.gv=y.languages.dot})(E)}},36500:function(de){"use strict";de.exports=ae,ae.displayName="ebnf",ae.aliases=[];function ae(E){E.languages.ebnf={comment:/\(\*[\s\S]*?\*\)/,string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},special:{pattern:/\?[^?\r\n]*\?/,greedy:!0,alias:"class-name"},definition:{pattern:/^([\t ]*)[a-z]\w*(?:[ \t]+[a-z]\w*)*(?=\s*=)/im,lookbehind:!0,alias:["rule","keyword"]},rule:/\b[a-z]\w*(?:[ \t]+[a-z]\w*)*\b/i,punctuation:/\([:/]|[:/]\)|[.,;()[\]{}]/,operator:/[-=|*/!]/}}},30296:function(de){"use strict";de.exports=ae,ae.displayName="editorconfig",ae.aliases=[];function ae(E){E.languages.editorconfig={comment:/[;#].*/,section:{pattern:/(^[ \t]*)\[.+\]/m,lookbehind:!0,alias:"selector",inside:{regex:/\\\\[\[\]{},!?.*]/,operator:/[!?]|\.\.|\*{1,2}/,punctuation:/[\[\]{},]/}},key:{pattern:/(^[ \t]*)[^\s=]+(?=[ \t]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/=.*/,alias:"attr-value",inside:{punctuation:/^=/}}}}},50115:function(de){"use strict";de.exports=ae,ae.displayName="eiffel",ae.aliases=[];function ae(E){E.languages.eiffel={comment:/--.*/,string:[{pattern:/"([^[]*)\[[\s\S]*?\]\1"/,greedy:!0},{pattern:/"([^{]*)\{[\s\S]*?\}\1"/,greedy:!0},{pattern:/"(?:%(?:(?!\n)\s)*\n\s*%|%\S|[^%"\r\n])*"/,greedy:!0}],char:/'(?:%.|[^%'\r\n])+'/,keyword:/\b(?:across|agent|alias|all|and|as|assign|attached|attribute|check|class|convert|create|Current|debug|deferred|detachable|do|else|elseif|end|ensure|expanded|export|external|feature|from|frozen|if|implies|inherit|inspect|invariant|like|local|loop|not|note|obsolete|old|once|or|Precursor|redefine|rename|require|rescue|Result|retry|select|separate|some|then|undefine|until|variant|Void|when|xor)\b/i,boolean:/\b(?:False|True)\b/i,"class-name":/\b[A-Z][\dA-Z_]*\b/,number:[/\b0[xcb][\da-f](?:_*[\da-f])*\b/i,/(?:\b\d(?:_*\d)*)?\.(?:(?:\d(?:_*\d)*)?e[+-]?)?\d(?:_*\d)*\b|\b\d(?:_*\d)*\b\.?/i],punctuation:/:=|<<|>>|\(\||\|\)|->|\.(?=\w)|[{}[\];(),:?]/,operator:/\\\\|\|\.\.\||\.\.|\/[~\/=]?|[><]=?|[-+*^=~]/}}},20791:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="ejs",pe.aliases=["eta"];function pe(se){se.register(y),function(me){me.languages.ejs={delimiter:{pattern:/^<%[-_=]?|[-_]?%>$/,alias:"punctuation"},comment:/^#[\s\S]*/,"language-javascript":{pattern:/[\s\S]+/,inside:me.languages.javascript}},me.hooks.add("before-tokenize",function(Ee){var xe=/<%(?!%)[\s\S]+?%>/g;me.languages["markup-templating"].buildPlaceholders(Ee,"ejs",xe)}),me.hooks.add("after-tokenize",function(Ee){me.languages["markup-templating"].tokenizePlaceholders(Ee,"ejs")}),me.languages.eta=me.languages.ejs}(se)}},11974:function(de){"use strict";de.exports=ae,ae.displayName="elixir",ae.aliases=[];function ae(E){E.languages.elixir={doc:{pattern:/@(?:doc|moduledoc)\s+(?:("""|''')[\s\S]*?\1|("|')(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2)/,inside:{attribute:/^@\w+/,string:/['"][\s\S]+/}},comment:{pattern:/#.*/,greedy:!0},regex:{pattern:/~[rR](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:\\.|[^\\)\r\n])+\)|\[(?:\\.|[^\\\]\r\n])+\]|\{(?:\\.|[^\\}\r\n])+\}|<(?:\\.|[^\\>\r\n])+>)[uismxfr]*/,greedy:!0},string:[{pattern:/~[cCsSwW](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:\\.|[^\\)\r\n])+\)|\[(?:\\.|[^\\\]\r\n])+\]|\{(?:\\.|#\{[^}]+\}|#(?!\{)|[^#\\}\r\n])+\}|<(?:\\.|[^\\>\r\n])+>)[csa]?/,greedy:!0,inside:{}},{pattern:/("""|''')[\s\S]*?\1/,greedy:!0,inside:{}},{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{}}],atom:{pattern:/(^|[^:]):\w+/,lookbehind:!0,alias:"symbol"},module:{pattern:/\b[A-Z]\w*\b/,alias:"class-name"},"attr-name":/\b\w+\??:(?!:)/,argument:{pattern:/(^|[^&])&\d+/,lookbehind:!0,alias:"variable"},attribute:{pattern:/@\w+/,alias:"variable"},function:/\b[_a-zA-Z]\w*[?!]?(?:(?=\s*(?:\.\s*)?\()|(?=\/\d))/,number:/\b(?:0[box][a-f\d_]+|\d[\d_]*)(?:\.[\d_]+)?(?:e[+-]?[\d_]+)?\b/i,keyword:/\b(?:after|alias|and|case|catch|cond|def(?:callback|delegate|exception|impl|macro|module|n|np|p|protocol|struct)?|do|else|end|fn|for|if|import|not|or|quote|raise|require|rescue|try|unless|unquote|use|when)\b/,boolean:/\b(?:false|nil|true)\b/,operator:[/\bin\b|&&?|\|[|>]?|\\\\|::|\.\.\.?|\+\+?|-[->]?|<[-=>]|>=|!==?|\B!|=(?:==?|[>~])?|[*\/^]/,{pattern:/([^<])<(?!<)/,lookbehind:!0},{pattern:/([^>])>(?!>)/,lookbehind:!0}],punctuation:/<<|>>|[.,%\[\]{}()]/},E.languages.elixir.string.forEach(function(y){y.inside={interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},rest:E.languages.elixir}}}})}},8645:function(de){"use strict";de.exports=ae,ae.displayName="elm",ae.aliases=[];function ae(E){E.languages.elm={comment:/--.*|\{-[\s\S]*?-\}/,char:{pattern:/'(?:[^\\'\r\n]|\\(?:[abfnrtv\\']|\d+|x[0-9a-fA-F]+|u\{[0-9a-fA-F]+\}))'/,greedy:!0},string:[{pattern:/"""[\s\S]*?"""/,greedy:!0},{pattern:/"(?:[^\\"\r\n]|\\.)*"/,greedy:!0}],"import-statement":{pattern:/(^[\t ]*)import\s+[A-Z]\w*(?:\.[A-Z]\w*)*(?:\s+as\s+(?:[A-Z]\w*)(?:\.[A-Z]\w*)*)?(?:\s+exposing\s+)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|exposing|import)\b/}},keyword:/\b(?:alias|as|case|else|exposing|if|in|infixl|infixr|let|module|of|then|type)\b/,builtin:/\b(?:abs|acos|always|asin|atan|atan2|ceiling|clamp|compare|cos|curry|degrees|e|flip|floor|fromPolar|identity|isInfinite|isNaN|logBase|max|min|negate|never|not|pi|radians|rem|round|sin|sqrt|tan|toFloat|toPolar|toString|truncate|turns|uncurry|xor)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0x[0-9a-f]+)\b/i,operator:/\s\.\s|[+\-/*=.$<>:&|^?%#@~!]{2,}|[+\-/*=$<>:&|^?%#@~!]/,hvariable:/\b(?:[A-Z]\w*\.)*[a-z]\w*\b/,constant:/\b(?:[A-Z]\w*\.)*[A-Z]\w*\b/,punctuation:/[{}[\]|(),.:]/}}},84790:function(de,ae,E){"use strict";var y=E(56939),pe=E(93205);de.exports=se,se.displayName="erb",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){Ee.languages.erb={delimiter:{pattern:/^(\s*)<%=?|%>(?=\s*$)/,lookbehind:!0,alias:"punctuation"},ruby:{pattern:/\s*\S[\s\S]*/,alias:"language-ruby",inside:Ee.languages.ruby}},Ee.hooks.add("before-tokenize",function(xe){var Se=/<%=?(?:[^\r\n]|[\r\n](?!=begin)|[\r\n]=begin\s(?:[^\r\n]|[\r\n](?!=end))*[\r\n]=end)+?%>/g;Ee.languages["markup-templating"].buildPlaceholders(xe,"erb",Se)}),Ee.hooks.add("after-tokenize",function(xe){Ee.languages["markup-templating"].tokenizePlaceholders(xe,"erb")})}(me)}},4502:function(de){"use strict";de.exports=ae,ae.displayName="erlang",ae.aliases=[];function ae(E){E.languages.erlang={comment:/%.+/,string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},"quoted-function":{pattern:/'(?:\\.|[^\\'\r\n])+'(?=\()/,alias:"function"},"quoted-atom":{pattern:/'(?:\\.|[^\\'\r\n])+'/,alias:"atom"},boolean:/\b(?:false|true)\b/,keyword:/\b(?:after|case|catch|end|fun|if|of|receive|try|when)\b/,number:[/\$\\?./,/\b\d+#[a-z0-9]+/i,/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i],function:/\b[a-z][\w@]*(?=\()/,variable:{pattern:/(^|[^@])(?:\b|\?)[A-Z_][\w@]*/,lookbehind:!0},operator:[/[=\/<>:]=|=[:\/]=|\+\+?|--?|[=*\/!]|\b(?:and|andalso|band|bnot|bor|bsl|bsr|bxor|div|not|or|orelse|rem|xor)\b/,{pattern:/(^|[^<])<(?!<)/,lookbehind:!0},{pattern:/(^|[^>])>(?!>)/,lookbehind:!0}],atom:/\b[a-z][\w@]*/,punctuation:/[()[\]{}:;,.#|]|<<|>>/}}},66055:function(de,ae,E){"use strict";var y=E(59803),pe=E(93205);de.exports=se,se.displayName="etlua",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){Ee.languages.etlua={delimiter:{pattern:/^<%[-=]?|-?%>$/,alias:"punctuation"},"language-lua":{pattern:/[\s\S]+/,inside:Ee.languages.lua}},Ee.hooks.add("before-tokenize",function(xe){var Se=/<%[\s\S]+?%>/g;Ee.languages["markup-templating"].buildPlaceholders(xe,"etlua",Se)}),Ee.hooks.add("after-tokenize",function(xe){Ee.languages["markup-templating"].tokenizePlaceholders(xe,"etlua")})}(me)}},34668:function(de){"use strict";de.exports=ae,ae.displayName="excelFormula",ae.aliases=[];function ae(E){E.languages["excel-formula"]={comment:{pattern:/(\bN\(\s*)"(?:[^"]|"")*"(?=\s*\))/i,lookbehind:!0,greedy:!0},string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},reference:{pattern:/(?:'[^']*'|(?:[^\s()[\]{}<>*?"';,$&]*\[[^^\s()[\]{}<>*?"']+\])?\w+)!/,greedy:!0,alias:"string",inside:{operator:/!$/,punctuation:/'/,sheet:{pattern:/[^[\]]+$/,alias:"function"},file:{pattern:/\[[^[\]]+\]$/,inside:{punctuation:/[[\]]/}},path:/[\s\S]+/}},"function-name":{pattern:/\b[A-Z]\w*(?=\()/i,alias:"keyword"},range:{pattern:/\$?\b(?:[A-Z]+\$?\d+:\$?[A-Z]+\$?\d+|[A-Z]+:\$?[A-Z]+|\d+:\$?\d+)\b/i,alias:"property",inside:{operator:/:/,cell:/\$?[A-Z]+\$?\d+/i,column:/\$?[A-Z]+/i,row:/\$?\d+/}},cell:{pattern:/\b[A-Z]+\d+\b|\$[A-Za-z]+\$?\d+\b|\b[A-Za-z]+\$\d+\b/,alias:"property"},number:/(?:\b\d+(?:\.\d+)?|\B\.\d+)(?:e[+-]?\d+)?\b/i,boolean:/\b(?:FALSE|TRUE)\b/i,operator:/[-+*/^%=&,]|<[=>]?|>=?/,punctuation:/[[\]();{}|]/},E.languages.xlsx=E.languages.xls=E.languages["excel-formula"]}},95126:function(de){"use strict";de.exports=ae,ae.displayName="factor",ae.aliases=[];function ae(E){(function(y){var pe={function:/\b(?:BUGS?|FIX(?:MES?)?|NOTES?|TODOS?|XX+|HACKS?|WARN(?:ING)?|\?{2,}|!{2,})\b/},se={number:/\\[^\s']|%\w/},me={comment:[{pattern:/(^|\s)(?:! .*|!$)/,lookbehind:!0,inside:pe},{pattern:/(^|\s)\/\*\s[\s\S]*?\*\/(?=\s|$)/,lookbehind:!0,greedy:!0,inside:pe},{pattern:/(^|\s)!\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,inside:pe}],number:[{pattern:/(^|\s)[+-]?\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?0(?:b[01]+|o[0-7]+|d\d+|x[\dA-F]+)(?=\s|$)/i,lookbehind:!0},{pattern:/(^|\s)[+-]?\d+\/\d+\.?(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)\+?\d+\+\d+\/\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)-\d+-\d+\/\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?(?:\d*\.\d+|\d+\.\d*|\d+)(?:e[+-]?\d+)?(?=\s|$)/i,lookbehind:!0},{pattern:/(^|\s)NAN:\s+[\da-fA-F]+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?0(?:b1\.[01]*|o1\.[0-7]*|d1\.\d*|x1\.[\dA-F]*)p\d+(?=\s|$)/i,lookbehind:!0}],regexp:{pattern:/(^|\s)R\/\s(?:\\\S|[^\\/])*\/(?:[idmsr]*|[idmsr]+-[idmsr]+)(?=\s|$)/,lookbehind:!0,alias:"number",inside:{variable:/\\\S/,keyword:/[+?*\[\]^$(){}.|]/,operator:{pattern:/(\/)[idmsr]+(?:-[idmsr]+)?/,lookbehind:!0}}},boolean:{pattern:/(^|\s)[tf](?=\s|$)/,lookbehind:!0},"custom-string":{pattern:/(^|\s)[A-Z0-9\-]+"\s(?:\\\S|[^"\\])*"/,lookbehind:!0,greedy:!0,alias:"string",inside:{number:/\\\S|%\w|\//}},"multiline-string":[{pattern:/(^|\s)STRING:\s+\S+(?:\n|\r\n).*(?:\n|\r\n)\s*;(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:{number:se.number,"semicolon-or-setlocal":{pattern:/([\r\n][ \t]*);(?=\s|$)/,lookbehind:!0,alias:"function"}}},{pattern:/(^|\s)HEREDOC:\s+\S+(?:\n|\r\n).*(?:\n|\r\n)\s*\S+(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:se},{pattern:/(^|\s)\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:se}],"special-using":{pattern:/(^|\s)USING:(?:\s\S+)*(?=\s+;(?:\s|$))/,lookbehind:!0,alias:"function",inside:{string:{pattern:/(\s)[^:\s]+/,lookbehind:!0}}},"stack-effect-delimiter":[{pattern:/(^|\s)(?:call|eval|execute)?\((?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)--(?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)\)(?=\s|$)/,lookbehind:!0,alias:"operator"}],combinators:{pattern:null,lookbehind:!0,alias:"keyword"},"kernel-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"sequences-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"math-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"constructor-word":{pattern:/(^|\s)<(?!=+>|-+>)\S+>(?=\s|$)/,lookbehind:!0,alias:"keyword"},"other-builtin-syntax":{pattern:null,lookbehind:!0,alias:"operator"},"conventionally-named-word":{pattern:/(^|\s)(?!")(?:(?:change|new|set|with)-\S+|\$\S+|>[^>\s]+|[^:>\s]+>|[^>\s]+>[^>\s]+|\+[^+\s]+\+|[^?\s]+\?|\?[^?\s]+|[^>\s]+>>|>>[^>\s]+|[^<\s]+<<|\([^()\s]+\)|[^!\s]+!|[^*\s]\S*\*|[^.\s]\S*\.)(?=\s|$)/,lookbehind:!0,alias:"keyword"},"colon-syntax":{pattern:/(^|\s)(?:[A-Z0-9\-]+#?)?:{1,2}\s+(?:;\S+|(?!;)\S+)(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"function"},"semicolon-or-setlocal":{pattern:/(\s)(?:;|:>)(?=\s|$)/,lookbehind:!0,alias:"function"},"curly-brace-literal-delimiter":[{pattern:/(^|\s)[a-z]*\{(?=\s)/i,lookbehind:!0,alias:"operator"},{pattern:/(\s)\}(?=\s|$)/,lookbehind:!0,alias:"operator"}],"quotation-delimiter":[{pattern:/(^|\s)\[(?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)\](?=\s|$)/,lookbehind:!0,alias:"operator"}],"normal-word":{pattern:/(^|\s)[^"\s]\S*(?=\s|$)/,lookbehind:!0},string:{pattern:/"(?:\\\S|[^"\\])*"/,greedy:!0,inside:se}},Ee=function(Ie){return(Ie+"").replace(/([.?*+\^$\[\]\\(){}|\-])/g,"\\$1")},xe=function(Ie){return new RegExp("(^|\\s)(?:"+Ie.map(Ee).join("|")+")(?=\\s|$)")},Se={"kernel-builtin":["or","2nipd","4drop","tuck","wrapper","nip","wrapper?","callstack>array","die","dupd","callstack","callstack?","3dup","hashcode","pick","4nip","build",">boolean","nipd","clone","5nip","eq?","?","=","swapd","2over","clear","2dup","get-retainstack","not","tuple?","dup","3nipd","call","-rotd","object","drop","assert=","assert?","-rot","execute","boa","get-callstack","curried?","3drop","pickd","overd","over","roll","3nip","swap","and","2nip","rotd","throw","(clone)","hashcode*","spin","reach","4dup","equal?","get-datastack","assert","2drop","<wrapper>","boolean?","identity-hashcode","identity-tuple?","null","composed?","new","5drop","rot","-roll","xor","identity-tuple","boolean"],"other-builtin-syntax":["=======","recursive","flushable",">>","<<<<<<","M\\","B","PRIVATE>","\\","======","final","inline","delimiter","deprecated","<PRIVATE",">>>>>>","<<<<<<<","parse-complex","malformed-complex","read-only",">>>>>>>","call-next-method","<<","foldable","$","$[","${"],"sequences-builtin":["member-eq?","mismatch","append","assert-sequence=","longer","repetition","clone-like","3sequence","assert-sequence?","last-index-from","reversed","index-from","cut*","pad-tail","join-as","remove-eq!","concat-as","but-last","snip","nths","nth","sequence","longest","slice?","<slice>","remove-nth","tail-slice","empty?","tail*","member?","virtual-sequence?","set-length","drop-prefix","iota","unclip","bounds-error?","unclip-last-slice","non-negative-integer-expected","non-negative-integer-expected?","midpoint@","longer?","?set-nth","?first","rest-slice","prepend-as","prepend","fourth","sift","subseq-start","new-sequence","?last","like","first4","1sequence","reverse","slice","virtual@","repetition?","set-last","index","4sequence","max-length","set-second","immutable-sequence","first2","first3","supremum","unclip-slice","suffix!","insert-nth","tail","3append","short","suffix","concat","flip","immutable?","reverse!","2sequence","sum","delete-all","indices","snip-slice","<iota>","check-slice","sequence?","head","append-as","halves","sequence=","collapse-slice","?second","slice-error?","product","bounds-check?","bounds-check","immutable","virtual-exemplar","harvest","remove","pad-head","last","set-fourth","cartesian-product","remove-eq","shorten","shorter","reversed?","shorter?","shortest","head-slice","pop*","tail-slice*","but-last-slice","iota?","append!","cut-slice","new-resizable","head-slice*","sequence-hashcode","pop","set-nth","?nth","second","join","immutable-sequence?","<reversed>","3append-as","virtual-sequence","subseq?","remove-nth!","length","last-index","lengthen","assert-sequence","copy","move","third","first","tail?","set-first","prefix","bounds-error","<repetition>","exchange","surround","cut","min-length","set-third","push-all","head?","subseq-start-from","delete-slice","rest","sum-lengths","head*","infimum","remove!","glue","slice-error","subseq","push","replace-slice","subseq-as","unclip-last"],"math-builtin":["number=","next-power-of-2","?1+","fp-special?","imaginary-part","float>bits","number?","fp-infinity?","bignum?","fp-snan?","denominator","gcd","*","+","fp-bitwise=","-","u>=","/",">=","bitand","power-of-2?","log2-expects-positive","neg?","<","log2",">","integer?","number","bits>double","2/","zero?","bits>float","float?","shift","ratio?","rect>","even?","ratio","fp-sign","bitnot",">fixnum","complex?","/i","integer>fixnum","/f","sgn",">bignum","next-float","u<","u>","mod","recip","rational",">float","2^","integer","fixnum?","neg","fixnum","sq","bignum",">rect","bit?","fp-qnan?","simple-gcd","complex","<fp-nan>","real",">fraction","double>bits","bitor","rem","fp-nan-payload","real-part","log2-expects-positive?","prev-float","align","unordered?","float","fp-nan?","abs","bitxor","integer>fixnum-strict","u<=","odd?","<=","/mod",">integer","real?","rational?","numerator"]};Object.keys(Se).forEach(function(Ie){me[Ie].pattern=xe(Se[Ie])});var Te=["2bi","while","2tri","bi*","4dip","both?","same?","tri@","curry","prepose","3bi","?if","tri*","2keep","3keep","curried","2keepd","when","2bi*","2tri*","4keep","bi@","keepdd","do","unless*","tri-curry","if*","loop","bi-curry*","when*","2bi@","2tri@","with","2with","either?","bi","until","3dip","3curry","tri-curry*","tri-curry@","bi-curry","keepd","compose","2dip","if","3tri","unless","tuple","keep","2curry","tri","most","while*","dip","composed","bi-curry@","find-last-from","trim-head-slice","map-as","each-from","none?","trim-tail","partition","if-empty","accumulate*","reject!","find-from","accumulate-as","collector-for-as","reject","map","map-sum","accumulate!","2each-from","follow","supremum-by","map!","unless-empty","collector","padding","reduce-index","replicate-as","infimum-by","trim-tail-slice","count","find-index","filter","accumulate*!","reject-as","map-integers","map-find","reduce","selector","interleave","2map","filter-as","binary-reduce","map-index-as","find","produce","filter!","replicate","cartesian-map","cartesian-each","find-index-from","map-find-last","3map-as","3map","find-last","selector-as","2map-as","2map-reduce","accumulate","each","each-index","accumulate*-as","when-empty","all?","collector-as","push-either","new-like","collector-for","2selector","push-if","2all?","map-reduce","3each","any?","trim-slice","2reduce","change-nth","produce-as","2each","trim","trim-head","cartesian-find","map-index","if-zero","each-integer","unless-zero","(find-integer)","when-zero","find-last-integer","(all-integers?)","times","(each-integer)","find-integer","all-integers?","unless-negative","if-positive","when-positive","when-negative","unless-positive","if-negative","case","2cleave","cond>quot","case>quot","3cleave","wrong-values","to-fixed-point","alist>quot","cond","cleave","call-effect","recursive-hashcode","spread","deep-spread>quot","2||","0||","n||","0&&","2&&","3||","1||","1&&","n&&","3&&","smart-unless*","keep-inputs","reduce-outputs","smart-when*","cleave>array","smart-with","smart-apply","smart-if","inputs/outputs","output>sequence-n","map-outputs","map-reduce-outputs","dropping","output>array","smart-map-reduce","smart-2map-reduce","output>array-n","nullary","input<sequence","append-outputs","drop-inputs","inputs","smart-2reduce","drop-outputs","smart-reduce","preserving","smart-when","outputs","append-outputs-as","smart-unless","smart-if*","sum-outputs","input<sequence-unsafe","output>sequence"];me.combinators.pattern=xe(Te),y.languages.factor=me})(E)}},90618:function(de){"use strict";de.exports=ae,ae.displayName="$false",ae.aliases=[];function ae(E){(function(y){y.languages.false={comment:{pattern:/\{[^}]*\}/},string:{pattern:/"[^"]*"/,greedy:!0},"character-code":{pattern:/'(?:[^\r]|\r\n?)/,alias:"number"},"assembler-code":{pattern:/\d+`/,alias:"important"},number:/\d+/,operator:/[-!#$%&'*+,./:;=>?@\\^_`|~ßø]/,punctuation:/\[|\]/,variable:/[a-z]/,"non-standard":{pattern:/[()<BDO®]/,alias:"bold"}}})(E)}},63128:function(de){"use strict";de.exports=ae,ae.displayName="firestoreSecurityRules",ae.aliases=[];function ae(E){E.languages["firestore-security-rules"]=E.languages.extend("clike",{comment:/\/\/.*/,keyword:/\b(?:allow|function|if|match|null|return|rules_version|service)\b/,operator:/&&|\|\||[<>!=]=?|[-+*/%]|\b(?:in|is)\b/}),delete E.languages["firestore-security-rules"]["class-name"],E.languages.insertBefore("firestore-security-rules","keyword",{path:{pattern:/(^|[\s(),])(?:\/(?:[\w\xA0-\uFFFF]+|\{[\w\xA0-\uFFFF]+(?:=\*\*)?\}|\$\([\w\xA0-\uFFFF.]+\)))+/,lookbehind:!0,greedy:!0,inside:{variable:{pattern:/\{[\w\xA0-\uFFFF]+(?:=\*\*)?\}|\$\([\w\xA0-\uFFFF.]+\)/,inside:{operator:/=/,keyword:/\*\*/,punctuation:/[.$(){}]/}},punctuation:/\//}},method:{pattern:/(\ballow\s+)[a-z]+(?:\s*,\s*[a-z]+)*(?=\s*[:;])/,lookbehind:!0,alias:"builtin",inside:{punctuation:/,/}}})}},37225:function(de){"use strict";de.exports=ae,ae.displayName="flow",ae.aliases=[];function ae(E){(function(y){y.languages.flow=y.languages.extend("javascript",{}),y.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|any|mixed|null|void)\b/,alias:"tag"}]}),y.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete y.languages.flow.parameter,y.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(y.languages.flow.keyword)||(y.languages.flow.keyword=[y.languages.flow.keyword]),y.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})})(E)}},16725:function(de){"use strict";de.exports=ae,ae.displayName="fortran",ae.aliases=[];function ae(E){E.languages.fortran={"quoted-number":{pattern:/[BOZ](['"])[A-F0-9]+\1/i,alias:"number"},string:{pattern:/(?:\b\w+_)?(['"])(?:\1\1|&(?:\r\n?|\n)(?:[ \t]*!.*(?:\r\n?|\n)|(?![ \t]*!))|(?!\1).)*(?:\1|&)/,inside:{comment:{pattern:/(&(?:\r\n?|\n)\s*)!.*/,lookbehind:!0}}},comment:{pattern:/!.*/,greedy:!0},boolean:/\.(?:FALSE|TRUE)\.(?:_\w+)?/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[ED][+-]?\d+)?(?:_\w+)?/i,keyword:[/\b(?:CHARACTER|COMPLEX|DOUBLE ?PRECISION|INTEGER|LOGICAL|REAL)\b/i,/\b(?:END ?)?(?:BLOCK ?DATA|DO|FILE|FORALL|FUNCTION|IF|INTERFACE|MODULE(?! PROCEDURE)|PROGRAM|SELECT|SUBROUTINE|TYPE|WHERE)\b/i,/\b(?:ALLOCATABLE|ALLOCATE|BACKSPACE|CALL|CASE|CLOSE|COMMON|CONTAINS|CONTINUE|CYCLE|DATA|DEALLOCATE|DIMENSION|DO|END|EQUIVALENCE|EXIT|EXTERNAL|FORMAT|GO ?TO|IMPLICIT(?: NONE)?|INQUIRE|INTENT|INTRINSIC|MODULE PROCEDURE|NAMELIST|NULLIFY|OPEN|OPTIONAL|PARAMETER|POINTER|PRINT|PRIVATE|PUBLIC|READ|RETURN|REWIND|SAVE|SELECT|STOP|TARGET|WHILE|WRITE)\b/i,/\b(?:ASSIGNMENT|DEFAULT|ELEMENTAL|ELSE|ELSEIF|ELSEWHERE|ENTRY|IN|INCLUDE|INOUT|KIND|NULL|ONLY|OPERATOR|OUT|PURE|RECURSIVE|RESULT|SEQUENCE|STAT|THEN|USE)\b/i],operator:[/\*\*|\/\/|=>|[=\/]=|[<>]=?|::|[+\-*=%]|\.[A-Z]+\./i,{pattern:/(^|(?!\().)\/(?!\))/,lookbehind:!0}],punctuation:/\(\/|\/\)|[(),;:&]/}}},95559:function(de){"use strict";de.exports=ae,ae.displayName="fsharp",ae.aliases=[];function ae(E){E.languages.fsharp=E.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\(\*(?!\))[\s\S]*?\*\)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(?:"""[\s\S]*?"""|@"(?:""|[^"])*"|"(?:\\[\s\S]|[^\\"])*")B?/,greedy:!0},"class-name":{pattern:/(\b(?:exception|inherit|interface|new|of|type)\s+|\w\s*:\s*|\s:\??>\s*)[.\w]+\b(?:\s*(?:->|\*)\s*[.\w]+\b)*(?!\s*[:.])/,lookbehind:!0,inside:{operator:/->|\*/,punctuation:/\./}},keyword:/\b(?:let|return|use|yield)(?:!\B|\b)|\b(?:abstract|and|as|asr|assert|atomic|base|begin|break|checked|class|component|const|constraint|constructor|continue|default|delegate|do|done|downcast|downto|eager|elif|else|end|event|exception|extern|external|false|finally|fixed|for|fun|function|functor|global|if|in|include|inherit|inline|interface|internal|land|lazy|lor|lsl|lsr|lxor|match|member|method|mixin|mod|module|mutable|namespace|new|not|null|object|of|open|or|override|parallel|private|process|protected|public|pure|rec|sealed|select|sig|static|struct|tailcall|then|to|trait|true|try|type|upcast|val|virtual|void|volatile|when|while|with)\b/,number:[/\b0x[\da-fA-F]+(?:LF|lf|un)?\b/,/\b0b[01]+(?:uy|y)?\b/,/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[fm]|e[+-]?\d+)?\b/i,/\b\d+(?:[IlLsy]|UL|u[lsy]?)?\b/],operator:/([<>~&^])\1\1|([*.:<>&])\2|<-|->|[!=:]=|<?\|{1,3}>?|\??(?:<=|>=|<>|[-+*/%=<>])\??|[!?^&]|~[+~-]|:>|:\?>?/}),E.languages.insertBefore("fsharp","keyword",{preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(^#)\b(?:else|endif|if|light|line|nowarn)\b/,lookbehind:!0,alias:"keyword"}}}}),E.languages.insertBefore("fsharp","punctuation",{"computation-expression":{pattern:/\b[_a-z]\w*(?=\s*\{)/i,alias:"keyword"}}),E.languages.insertBefore("fsharp","string",{annotation:{pattern:/\[<.+?>\]/,greedy:!0,inside:{punctuation:/^\[<|>\]$/,"class-name":{pattern:/^\w+$|(^|;\s*)[A-Z]\w*(?=\()/,lookbehind:!0},"annotation-content":{pattern:/[\s\S]+/,inside:E.languages.fsharp}}},char:{pattern:/'(?:[^\\']|\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8}))'B?/,greedy:!0}})}},82114:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="ftl",pe.aliases=[];function pe(se){se.register(y),function(me){for(var Ee=/[^<()"']|\((?:<expr>)*\)|<(?!#--)|<#--(?:[^-]|-(?!->))*-->|"(?:[^\\"]|\\.)*"|'(?:[^\\']|\\.)*'/.source,xe=0;xe<2;xe++)Ee=Ee.replace(/<expr>/g,function(){return Ee});Ee=Ee.replace(/<expr>/g,/[^\s\S]/.source);var Se={comment:/<#--[\s\S]*?-->/,string:[{pattern:/\br("|')(?:(?!\1)[^\\]|\\.)*\1/,greedy:!0},{pattern:RegExp(/("|')(?:(?!\1|\$\{)[^\\]|\\.|\$\{(?:(?!\})(?:<expr>))*\})*\1/.source.replace(/<expr>/g,function(){return Ee})),greedy:!0,inside:{interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\\\)*)\$\{(?:(?!\})(?:<expr>))*\}/.source.replace(/<expr>/g,function(){return Ee})),lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:null}}}}],keyword:/\b(?:as)\b/,boolean:/\b(?:false|true)\b/,"builtin-function":{pattern:/((?:^|[^?])\?\s*)\w+/,lookbehind:!0,alias:"function"},function:/\b\w+(?=\s*\()/,number:/\b\d+(?:\.\d+)?\b/,operator:/\.\.[<*!]?|->|--|\+\+|&&|\|\||\?{1,2}|[-+*/%!=<>]=?|\b(?:gt|gte|lt|lte)\b/,punctuation:/[,;.:()[\]{}]/};Se.string[1].inside.interpolation.inside.rest=Se,me.languages.ftl={"ftl-comment":{pattern:/^<#--[\s\S]*/,alias:"comment"},"ftl-directive":{pattern:/^<[\s\S]+>$/,inside:{directive:{pattern:/(^<\/?)[#@][a-z]\w*/i,lookbehind:!0,alias:"keyword"},punctuation:/^<\/?|\/?>$/,content:{pattern:/\s*\S[\s\S]*/,alias:"ftl",inside:Se}}},"ftl-interpolation":{pattern:/^\$\{[\s\S]*\}$/,inside:{punctuation:/^\$\{|\}$/,content:{pattern:/\s*\S[\s\S]*/,alias:"ftl",inside:Se}}}},me.hooks.add("before-tokenize",function(Te){var Ie=RegExp(/<#--[\s\S]*?-->|<\/?[#@][a-zA-Z](?:<expr>)*?>|\$\{(?:<expr>)*?\}/.source.replace(/<expr>/g,function(){return Ee}),"gi");me.languages["markup-templating"].buildPlaceholders(Te,"ftl",Ie)}),me.hooks.add("after-tokenize",function(Te){me.languages["markup-templating"].tokenizePlaceholders(Te,"ftl")})}(se)}},6806:function(de){"use strict";de.exports=ae,ae.displayName="gap",ae.aliases=[];function ae(E){E.languages.gap={shell:{pattern:/^gap>[\s\S]*?(?=^gap>|$(?![\s\S]))/m,greedy:!0,inside:{gap:{pattern:/^(gap>).+(?:(?:\r(?:\n|(?!\n))|\n)>.*)*/,lookbehind:!0,inside:null},punctuation:/^gap>/}},comment:{pattern:/#.*/,greedy:!0},string:{pattern:/(^|[^\\'"])(?:'(?:[^\r\n\\']|\\.){1,10}'|"(?:[^\r\n\\"]|\\.)*"(?!")|"""[\s\S]*?""")/,lookbehind:!0,greedy:!0,inside:{continuation:{pattern:/([\r\n])>/,lookbehind:!0,alias:"punctuation"}}},keyword:/\b(?:Assert|Info|IsBound|QUIT|TryNextMethod|Unbind|and|atomic|break|continue|do|elif|else|end|fi|for|function|if|in|local|mod|not|od|or|quit|readonly|readwrite|rec|repeat|return|then|until|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:{pattern:/(^|[^\w.]|\.\.)(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?:_[a-z]?)?(?=$|[^\w.]|\.\.)/,lookbehind:!0},continuation:{pattern:/([\r\n])>/,lookbehind:!0,alias:"punctuation"},operator:/->|[-+*/^~=!]|<>|[<>]=?|:=|\.\./,punctuation:/[()[\]{},;.:]/},E.languages.gap.shell.inside.gap.inside=E.languages.gap}},12208:function(de){"use strict";de.exports=ae,ae.displayName="gcode",ae.aliases=[];function ae(E){E.languages.gcode={comment:/;.*|\B\(.*?\)\B/,string:{pattern:/"(?:""|[^"])*"/,greedy:!0},keyword:/\b[GM]\d+(?:\.\d+)?\b/,property:/\b[A-Z]/,checksum:{pattern:/(\*)\d+/,lookbehind:!0,alias:"number"},punctuation:/[:*]/}}},62728:function(de){"use strict";de.exports=ae,ae.displayName="gdscript",ae.aliases=[];function ae(E){E.languages.gdscript={comment:/#.*/,string:{pattern:/@?(?:("|')(?:(?!\1)[^\n\\]|\\[\s\S])*\1(?!"|')|"""(?:[^\\]|\\[\s\S])*?""")/,greedy:!0},"class-name":{pattern:/(^(?:class|class_name|extends)[ \t]+|^export\([ \t]*|\bas[ \t]+|(?:\b(?:const|var)[ \t]|[,(])[ \t]*\w+[ \t]*:[ \t]*|->[ \t]*)[a-zA-Z_]\w*/m,lookbehind:!0},keyword:/\b(?:and|as|assert|break|breakpoint|class|class_name|const|continue|elif|else|enum|export|extends|for|func|if|in|is|master|mastersync|match|not|null|onready|or|pass|preload|puppet|puppetsync|remote|remotesync|return|self|setget|signal|static|tool|var|while|yield)\b/,function:/\b[a-z_]\w*(?=[ \t]*\()/i,variable:/\$\w+/,number:[/\b0b[01_]+\b|\b0x[\da-fA-F_]+\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.[\d_]+)(?:e[+-]?[\d_]+)?\b/,/\b(?:INF|NAN|PI|TAU)\b/],constant:/\b[A-Z][A-Z_\d]*\b/,boolean:/\b(?:false|true)\b/,operator:/->|:=|&&|\|\||<<|>>|[-+*/%&|!<>=]=?|[~^]/,punctuation:/[.:,;()[\]{}]/}}},81549:function(de){"use strict";de.exports=ae,ae.displayName="gedcom",ae.aliases=[];function ae(E){E.languages.gedcom={"line-value":{pattern:/(^[\t ]*\d+ +(?:@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?\w+ ).+/m,lookbehind:!0,inside:{pointer:{pattern:/^@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@$/,alias:"variable"}}},tag:{pattern:/(^[\t ]*\d+ +(?:@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?)\w+/m,lookbehind:!0,alias:"string"},level:{pattern:/(^[\t ]*)\d+/m,lookbehind:!0,alias:"number"},pointer:{pattern:/@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@/,alias:"variable"}}}},6024:function(de){"use strict";de.exports=ae,ae.displayName="gherkin",ae.aliases=[];function ae(E){(function(y){var pe=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source;y.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},tag:{pattern:/(^[ \t]*)@\S*/m,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristica|Característica|Egenskab|Egenskap|Eiginleiki|Feature|Fīča|Fitur|Fonctionnalité|Fonksyonalite|Funcionalidade|Funcionalitat|Functionalitate|Funcţionalitate|Funcționalitate|Functionaliteit|Fungsi|Funkcia|Funkcija|Funkcionalitāte|Funkcionalnost|Funkcja|Funksie|Funktionalität|Funktionalitéit|Funzionalità|Hwaet|Hwæt|Jellemző|Karakteristik|Lastnost|Mak|Mogucnost|laH|Mogućnost|Moznosti|Možnosti|OH HAI|Omadus|Ominaisuus|Osobina|Özellik|Potrzeba biznesowa|perbogh|poQbogh malja'|Požadavek|Požiadavka|Pretty much|Qap|Qu'meH 'ut|Savybė|Tính năng|Trajto|Vermoë|Vlastnosť|Właściwość|Značilnost|Δυνατότητα|Λειτουργία|Могућност|Мөмкинлек|Особина|Свойство|Үзенчәлеклелек|Функционал|Функционалност|Функция|Функціонал|תכונה|خاصية|خصوصیت|صلاحیت|کاروبار کی ضرورت|وِیژگی|रूप लेख|ਖਾਸੀਅਤ|ਨਕਸ਼ ਨੁਹਾਰ|ਮੁਹਾਂਦਰਾ|గుణము|ಹೆಚ್ಚಳ|ความต้องการทางธุรกิจ|ความสามารถ|โครงหลัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Background|Baggrund|Bakgrund|Bakgrunn|Bakgrunnur|Beispiele|Beispiller|Bối cảnh|Cefndir|Cenario|Cenário|Cenario de Fundo|Cenário de Fundo|Cenarios|Cenários|Contesto|Context|Contexte|Contexto|Conto|Contoh|Contone|Dæmi|Dasar|Dead men tell no tales|Delineacao do Cenario|Delineação do Cenário|Dis is what went down|Dữ liệu|Dyagram Senaryo|Dyagram senaryo|Egzanp|Ejemplos|Eksempler|Ekzemploj|Enghreifftiau|Esbozo do escenario|Escenari|Escenario|Esempi|Esquema de l'escenari|Esquema del escenario|Esquema do Cenario|Esquema do Cenário|EXAMPLZ|Examples|Exempel|Exemple|Exemples|Exemplos|First off|Fono|Forgatókönyv|Forgatókönyv vázlat|Fundo|Geçmiş|Grundlage|Hannergrond|ghantoH|Háttér|Heave to|Istorik|Juhtumid|Keadaan|Khung kịch bản|Khung tình huống|Kịch bản|Koncept|Konsep skenario|Kontèks|Kontekst|Kontekstas|Konteksts|Kontext|Konturo de la scenaro|Latar Belakang|lut chovnatlh|lut|lutmey|Lýsing Atburðarásar|Lýsing Dæma|MISHUN SRSLY|MISHUN|Menggariskan Senario|mo'|Náčrt Scenára|Náčrt Scénáře|Náčrt Scenáru|Oris scenarija|Örnekler|Osnova|Osnova Scenára|Osnova scénáře|Osnutek|Ozadje|Paraugs|Pavyzdžiai|Példák|Piemēri|Plan du scénario|Plan du Scénario|Plan Senaryo|Plan senaryo|Plang vum Szenario|Pozadí|Pozadie|Pozadina|Príklady|Příklady|Primer|Primeri|Primjeri|Przykłady|Raamstsenaarium|Reckon it's like|Rerefons|Scenár|Scénář|Scenarie|Scenarij|Scenarijai|Scenarijaus šablonas|Scenariji|Scenārijs|Scenārijs pēc parauga|Scenarijus|Scenario|Scénario|Scenario Amlinellol|Scenario Outline|Scenario Template|Scenariomal|Scenariomall|Scenarios|Scenariu|Scenariusz|Scenaro|Schema dello scenario|Se ðe|Se the|Se þe|Senario|Senaryo Deskripsyon|Senaryo deskripsyon|Senaryo|Senaryo taslağı|Shiver me timbers|Situācija|Situai|Situasie Uiteensetting|Situasie|Skenario konsep|Skenario|Skica|Structura scenariu|Structură scenariu|Struktura scenarija|Stsenaarium|Swa hwaer swa|Swa|Swa hwær swa|Szablon scenariusza|Szenario|Szenariogrundriss|Tapaukset|Tapaus|Tapausaihio|Taust|Tausta|Template Keadaan|Template Senario|Template Situai|The thing of it is|Tình huống|Variantai|Voorbeelde|Voorbeelden|Wharrimean is|Yo-ho-ho|You'll wanna|Założenia|Παραδείγματα|Περιγραφή Σεναρίου|Σενάρια|Σενάριο|Υπόβαθρο|Кереш|Контекст|Концепт|Мисаллар|Мисоллар|Основа|Передумова|Позадина|Предистория|Предыстория|Приклади|Пример|Примери|Примеры|Рамка на сценарий|Скица|Структура сценарија|Структура сценария|Структура сценарію|Сценарий|Сценарий структураси|Сценарийның төзелеше|Сценарији|Сценарио|Сценарій|Тарих|Үрнәкләр|דוגמאות|רקע|תבנית תרחיש|תרחיש|الخلفية|الگوی سناریو|امثلة|پس منظر|زمینه|سناریو|سيناريو|سيناريو مخطط|مثالیں|منظر نامے کا خاکہ|منظرنامہ|نمونه ها|उदाहरण|परिदृश्य|परिदृश्य रूपरेखा|पृष्ठभूमि|ਉਦਾਹਰਨਾਂ|ਪਟਕਥਾ|ਪਟਕਥਾ ਢਾਂਚਾ|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਿਛੋਕੜ|ఉదాహరణలు|కథనం|నేపథ్యం|సన్నివేశం|ಉದಾಹರಣೆಗಳು|ಕಥಾಸಾರಾಂಶ|ವಿವರಣೆ|ಹಿನ್ನೆಲೆ|โครงสร้างของเหตุการณ์|ชุดของตัวอย่าง|ชุดของเหตุการณ์|แนวคิด|สรุปเหตุการณ์|เหตุการณ์|배경|시나리오|시나리오 개요|예|サンプル|シナリオ|シナリオアウトライン|シナリオテンプレ|シナリオテンプレート|テンプレ|例|例子|剧本|剧本大纲|劇本|劇本大綱|场景|场景大纲|場景|場景大綱|背景):[^:\r\n]*/m,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]*/,lookbehind:!0},keyword:/[^:\r\n]+:/}},"table-body":{pattern:RegExp("("+pe+")(?:"+pe+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(pe),inside:{th:{pattern:/\s*[^\s|][^|]*/,alias:"variable"},punctuation:/\|/}},atrule:{pattern:/(^[ \t]+)(?:'a|'ach|'ej|7|a|A také|A taktiež|A tiež|A zároveň|Aber|Ac|Adott|Akkor|Ak|Aleshores|Ale|Ali|Allora|Alors|Als|Ama|Amennyiben|Amikor|Ampak|an|AN|Ananging|And y'all|And|Angenommen|Anrhegedig a|An|Apabila|Atès|Atesa|Atunci|Avast!|Aye|A|awer|Bagi|Banjur|Bet|Biết|Blimey!|Buh|But at the end of the day I reckon|But y'all|But|BUT|Cal|Când|Cand|Cando|Ce|Cuando|Če|Ða ðe|Ða|Dadas|Dada|Dados|Dado|DaH ghu' bejlu'|dann|Dann|Dano|Dan|Dar|Dat fiind|Data|Date fiind|Date|Dati fiind|Dati|Daţi fiind|Dați fiind|DEN|Dato|De|Den youse gotta|Dengan|Diberi|Diyelim ki|Donada|Donat|Donitaĵo|Do|Dun|Duota|Ðurh|Eeldades|Ef|Eğer ki|Entao|Então|Entón|E|En|Entonces|Epi|És|Etant donnée|Etant donné|Et|Étant données|Étant donnée|Étant donné|Etant données|Etant donnés|Étant donnés|Fakat|Gangway!|Gdy|Gegeben seien|Gegeben sei|Gegeven|Gegewe|ghu' noblu'|Gitt|Given y'all|Given|Givet|Givun|Ha|Cho|I CAN HAZ|In|Ir|It's just unbelievable|I|Ja|Jeśli|Jeżeli|Kad|Kada|Kadar|Kai|Kaj|Když|Keď|Kemudian|Ketika|Khi|Kiedy|Ko|Kuid|Kui|Kun|Lan|latlh|Le sa a|Let go and haul|Le|Lè sa a|Lè|Logo|Lorsqu'<|Lorsque|mä|Maar|Mais|Mając|Ma|Majd|Maka|Manawa|Mas|Men|Menawa|Mutta|Nalika|Nalikaning|Nanging|Når|När|Nato|Nhưng|Niin|Njuk|O zaman|Och|Og|Oletetaan|Ond|Onda|Oraz|Pak|Pero|Però|Podano|Pokiaľ|Pokud|Potem|Potom|Privzeto|Pryd|Quan|Quand|Quando|qaSDI'|Så|Sed|Se|Siis|Sipoze ke|Sipoze Ke|Sipoze|Si|Şi|Și|Soit|Stel|Tada|Tad|Takrat|Tak|Tapi|Ter|Tetapi|Tha the|Tha|Then y'all|Then|Thì|Thurh|Toda|Too right|Un|Und|ugeholl|Và|vaj|Vendar|Ve|wann|Wanneer|WEN|Wenn|When y'all|When|Wtedy|Wun|Y'know|Yeah nah|Yna|Youse know like when|Youse know when youse got|Y|Za predpokladu|Za předpokladu|Zadan|Zadani|Zadano|Zadate|Zadato|Zakładając|Zaradi|Zatati|Þa þe|Þa|Þá|Þegar|Þurh|Αλλά|Δεδομένου|Και|Όταν|Τότε|А також|Агар|Але|Али|Аммо|А|Әгәр|Әйтик|Әмма|Бирок|Ва|Вә|Дадено|Дано|Допустим|Если|Задате|Задати|Задато|И|І|К тому же|Када|Кад|Когато|Когда|Коли|Ләкин|Лекин|Нәтиҗәдә|Нехай|Но|Онда|Припустимо, що|Припустимо|Пусть|Также|Та|Тогда|Тоді|То|Унда|Һәм|Якщо|אבל|אזי|אז|בהינתן|וגם|כאשר|آنگاه|اذاً|اگر|اما|اور|با فرض|بالفرض|بفرض|پھر|تب|ثم|جب|عندما|فرض کیا|لكن|لیکن|متى|هنگامی|و|अगर|और|कदा|किन्तु|चूंकि|जब|तथा|तदा|तब|परन्तु|पर|यदि|ਅਤੇ|ਜਦੋਂ|ਜਿਵੇਂ ਕਿ|ਜੇਕਰ|ਤਦ|ਪਰ|అప్పుడు|ఈ పరిస్థితిలో|కాని|చెప్పబడినది|మరియు|ಆದರೆ|ನಂತರ|ನೀಡಿದ|ಮತ್ತು|ಸ್ಥಿತಿಯನ್ನು|กำหนดให้|ดังนั้น|แต่|เมื่อ|และ|그러면<|그리고<|단<|만약<|만일<|먼저<|조건<|하지만<|かつ<|しかし<|ただし<|ならば<|もし<|並且<|但し<|但是<|假如<|假定<|假設<|假设<|前提<|同时<|同時<|并且<|当<|當<|而且<|那么<|那麼<)(?=[ \t])/m,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"}}},outline:{pattern:/<[^>]+>/,alias:"variable"}}})(E)}},13600:function(de){"use strict";de.exports=ae,ae.displayName="git",ae.aliases=[];function ae(E){E.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m}}},3322:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="glsl",pe.aliases=[];function pe(se){se.register(y),se.languages.glsl=se.languages.extend("c",{keyword:/\b(?:active|asm|atomic_uint|attribute|[ibdu]?vec[234]|bool|break|buffer|case|cast|centroid|class|coherent|common|const|continue|d?mat[234](?:x[234])?|default|discard|do|double|else|enum|extern|external|false|filter|fixed|flat|float|for|fvec[234]|goto|half|highp|hvec[234]|[iu]?sampler2DMS(?:Array)?|[iu]?sampler2DRect|[iu]?samplerBuffer|[iu]?samplerCube|[iu]?samplerCubeArray|[iu]?sampler[123]D|[iu]?sampler[12]DArray|[iu]?image2DMS(?:Array)?|[iu]?image2DRect|[iu]?imageBuffer|[iu]?imageCube|[iu]?imageCubeArray|[iu]?image[123]D|[iu]?image[12]DArray|if|in|inline|inout|input|int|interface|invariant|layout|long|lowp|mediump|namespace|noinline|noperspective|out|output|partition|patch|precise|precision|public|readonly|resource|restrict|return|sample|sampler[12]DArrayShadow|sampler[12]DShadow|sampler2DRectShadow|sampler3DRect|samplerCubeArrayShadow|samplerCubeShadow|shared|short|sizeof|smooth|static|struct|subroutine|superp|switch|template|this|true|typedef|uint|uniform|union|unsigned|using|varying|void|volatile|while|writeonly)\b/})}},53877:function(de){"use strict";de.exports=ae,ae.displayName="gml",ae.aliases=[];function ae(E){E.languages.gamemakerlanguage=E.languages.gml=E.languages.extend("clike",{keyword:/\b(?:break|case|continue|default|do|else|enum|exit|for|globalvar|if|repeat|return|switch|until|var|while)\b/,number:/(?:\b0x[\da-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ulf]{0,4}/i,operator:/--|\+\+|[-+%/=]=?|!=|\*\*?=?|<[<=>]?|>[=>]?|&&?|\^\^?|\|\|?|~|\b(?:and|at|not|or|with|xor)\b/,constant:/\b(?:GM_build_date|GM_version|action_(?:continue|restart|reverse|stop)|all|gamespeed_(?:fps|microseconds)|global|local|noone|other|pi|pointer_(?:invalid|null)|self|timezone_(?:local|utc)|undefined|ev_(?:create|destroy|step|alarm|keyboard|mouse|collision|other|draw|draw_(?:begin|end|post|pre)|keypress|keyrelease|trigger|(?:left|middle|no|right)_button|(?:left|middle|right)_press|(?:left|middle|right)_release|mouse_(?:enter|leave|wheel_down|wheel_up)|global_(?:left|middle|right)_button|global_(?:left|middle|right)_press|global_(?:left|middle|right)_release|joystick(?:1|2)_(?:button1|button2|button3|button4|button5|button6|button7|button8|down|left|right|up)|outside|boundary|game_start|game_end|room_start|room_end|no_more_lives|animation_end|end_of_path|no_more_health|user\d|gui|gui_begin|gui_end|step_(?:begin|end|normal))|vk_(?:alt|anykey|backspace|control|delete|down|end|enter|escape|home|insert|left|nokey|pagedown|pageup|pause|printscreen|return|right|shift|space|tab|up|f\d|numpad\d|add|decimal|divide|lalt|lcontrol|lshift|multiply|ralt|rcontrol|rshift|subtract)|achievement_(?:filter_(?:all_players|favorites_only|friends_only)|friends_info|info|leaderboard_info|our_info|pic_loaded|show_(?:achievement|bank|friend_picker|leaderboard|profile|purchase_prompt|ui)|type_challenge|type_score_challenge)|asset_(?:font|object|path|room|script|shader|sound|sprite|tiles|timeline|unknown)|audio_(?:3d|falloff_(?:exponent_distance|exponent_distance_clamped|inverse_distance|inverse_distance_clamped|linear_distance|linear_distance_clamped|none)|mono|new_system|old_system|stereo)|bm_(?:add|complex|dest_alpha|dest_color|dest_colour|inv_dest_alpha|inv_dest_color|inv_dest_colour|inv_src_alpha|inv_src_color|inv_src_colour|max|normal|one|src_alpha|src_alpha_sat|src_color|src_colour|subtract|zero)|browser_(?:chrome|firefox|ie|ie_mobile|not_a_browser|opera|safari|safari_mobile|tizen|unknown|windows_store)|buffer_(?:bool|f16|f32|f64|fast|fixed|generalerror|grow|invalidtype|network|outofbounds|outofspace|s16|s32|s8|seek_end|seek_relative|seek_start|string|text|u16|u32|u64|u8|vbuffer|wrap)|c_(?:aqua|black|blue|dkgray|fuchsia|gray|green|lime|ltgray|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)|cmpfunc_(?:always|equal|greater|greaterequal|less|lessequal|never|notequal)|cr_(?:appstart|arrow|beam|cross|default|drag|handpoint|hourglass|none|size_all|size_nesw|size_ns|size_nwse|size_we|uparrow)|cull_(?:clockwise|counterclockwise|noculling)|device_(?:emulator|tablet)|device_ios_(?:ipad|ipad_retina|iphone|iphone5|iphone6|iphone6plus|iphone_retina|unknown)|display_(?:landscape|landscape_flipped|portrait|portrait_flipped)|dll_(?:cdecl|cdel|stdcall)|ds_type_(?:grid|list|map|priority|queue|stack)|ef_(?:cloud|ellipse|explosion|firework|flare|rain|ring|smoke|smokeup|snow|spark|star)|fa_(?:archive|bottom|center|directory|hidden|left|middle|readonly|right|sysfile|top|volumeid)|fb_login_(?:default|fallback_to_webview|forcing_safari|forcing_webview|no_fallback_to_webview|use_system_account)|iap_(?:available|canceled|ev_consume|ev_product|ev_purchase|ev_restore|ev_storeload|failed|purchased|refunded|status_available|status_loading|status_processing|status_restoring|status_unavailable|status_uninitialised|storeload_failed|storeload_ok|unavailable)|leaderboard_type_(?:number|time_mins_secs)|lighttype_(?:dir|point)|matrix_(?:projection|view|world)|mb_(?:any|left|middle|none|right)|network_(?:config_(?:connect_timeout|disable_reliable_udp|enable_reliable_udp|use_non_blocking_socket)|socket_(?:bluetooth|tcp|udp)|type_(?:connect|data|disconnect|non_blocking_connect))|of_challenge_(?:lose|tie|win)|os_(?:android|ios|linux|macosx|ps3|ps4|psvita|unknown|uwp|win32|win8native|windows|winphone|xboxone)|phy_debug_render_(?:aabb|collision_pairs|coms|core_shapes|joints|obb|shapes)|phy_joint_(?:anchor_1_x|anchor_1_y|anchor_2_x|anchor_2_y|angle|angle_limits|damping_ratio|frequency|length_1|length_2|lower_angle_limit|max_force|max_length|max_motor_force|max_motor_torque|max_torque|motor_force|motor_speed|motor_torque|reaction_force_x|reaction_force_y|reaction_torque|speed|translation|upper_angle_limit)|phy_particle_data_flag_(?:category|color|colour|position|typeflags|velocity)|phy_particle_flag_(?:colormixing|colourmixing|elastic|powder|spring|tensile|viscous|wall|water|zombie)|phy_particle_group_flag_(?:rigid|solid)|pr_(?:linelist|linestrip|pointlist|trianglefan|trianglelist|trianglestrip)|ps_(?:distr|shape)_(?:diamond|ellipse|gaussian|invgaussian|line|linear|rectangle)|pt_shape_(?:circle|cloud|disk|explosion|flare|line|pixel|ring|smoke|snow|spark|sphere|square|star)|ty_(?:real|string)|gp_(?:face\d|axislh|axislv|axisrh|axisrv|padd|padl|padr|padu|select|shoulderl|shoulderlb|shoulderr|shoulderrb|start|stickl|stickr)|lb_disp_(?:none|numeric|time_ms|time_sec)|lb_sort_(?:ascending|descending|none)|ov_(?:achievements|community|friends|gamegroup|players|settings)|ugc_(?:filetype_(?:community|microtrans)|list_(?:Favorited|Followed|Published|Subscribed|UsedOrPlayed|VotedDown|VotedOn|VotedUp|WillVoteLater)|match_(?:AllGuides|Artwork|Collections|ControllerBindings|IntegratedGuides|Items|Items_Mtx|Items_ReadyToUse|Screenshots|UsableInGame|Videos|WebGuides)|query_(?:AcceptedForGameRankedByAcceptanceDate|CreatedByFriendsRankedByPublicationDate|FavoritedByFriendsRankedByPublicationDate|NotYetRated)|query_RankedBy(?:NumTimesReported|PublicationDate|TextSearch|TotalVotesAsc|Trend|Vote|VotesUp)|result_success|sortorder_CreationOrder(?:Asc|Desc)|sortorder_(?:ForModeration|LastUpdatedDesc|SubscriptionDateDesc|TitleAsc|VoteScoreDesc)|visibility_(?:friends_only|private|public))|vertex_usage_(?:binormal|blendindices|blendweight|color|colour|depth|fog|normal|position|psize|sample|tangent|texcoord|textcoord)|vertex_type_(?:float\d|color|colour|ubyte4)|input_type|layerelementtype_(?:background|instance|oldtilemap|particlesystem|sprite|tile|tilemap|undefined)|se_(?:chorus|compressor|echo|equalizer|flanger|gargle|none|reverb)|text_type|tile_(?:flip|index_mask|mirror|rotate)|(?:obj|rm|scr|spr)\w+)\b/,variable:/\b(?:alarm|application_surface|async_load|background_(?:alpha|blend|color|colour|foreground|height|hspeed|htiled|index|showcolor|showcolour|visible|vspeed|vtiled|width|x|xscale|y|yscale)|bbox_(?:bottom|left|right|top)|browser_(?:height|width)|caption_(?:health|lives|score)|current_(?:day|hour|minute|month|second|time|weekday|year)|cursor_sprite|debug_mode|delta_time|direction|display_aa|error_(?:last|occurred)|event_(?:action|number|object|type)|fps|fps_real|friction|game_(?:display|project|save)_(?:id|name)|gamemaker_(?:pro|registered|version)|gravity|gravity_direction|(?:h|v)speed|health|iap_data|id|image_(?:alpha|angle|blend|depth|index|number|speed|xscale|yscale)|instance_(?:count|id)|keyboard_(?:key|lastchar|lastkey|string)|layer|lives|mask_index|mouse_(?:button|lastbutton|x|y)|object_index|os_(?:browser|device|type|version)|path_(?:endaction|index|orientation|position|positionprevious|scale|speed)|persistent|phy_(?:rotation|(?:col_normal|collision|com|linear_velocity|position|speed)_(?:x|y)|angular_(?:damping|velocity)|position_(?:x|y)previous|speed|linear_damping|bullet|fixed_rotation|active|mass|inertia|dynamic|kinematic|sleeping|collision_points)|pointer_(?:invalid|null)|room|room_(?:caption|first|height|last|persistent|speed|width)|score|secure_mode|show_(?:health|lives|score)|solid|speed|sprite_(?:height|index|width|xoffset|yoffset)|temp_directory|timeline_(?:index|loop|position|running|speed)|transition_(?:color|kind|steps)|undefined|view_(?:angle|current|enabled|(?:h|v)(?:border|speed)|(?:h|w|x|y)port|(?:h|w|x|y)view|object|surface_id|visible)|visible|webgl_enabled|working_directory|(?:x|y)(?:previous|start)|x|y|argument(?:_relitive|_count|\d)|argument|global|local|other|self)\b/})}},60794:function(de){"use strict";de.exports=ae,ae.displayName="gn",ae.aliases=["gni"];function ae(E){E.languages.gn={comment:{pattern:/#.*/,greedy:!0},"string-literal":{pattern:/(^|[^\\"])"(?:[^\r\n"\\]|\\.)*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\{[\s\S]*?\}|[a-zA-Z_]\w*|0x[a-fA-F0-9]{2})/,lookbehind:!0,inside:{number:/^\$0x[\s\S]{2}$/,variable:/^\$\w+$/,"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},string:/[\s\S]+/}},keyword:/\b(?:else|if)\b/,boolean:/\b(?:false|true)\b/,"builtin-function":{pattern:/\b(?:assert|defined|foreach|import|pool|print|template|tool|toolchain)(?=\s*\()/i,alias:"keyword"},function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:current_cpu|current_os|current_toolchain|default_toolchain|host_cpu|host_os|root_build_dir|root_gen_dir|root_out_dir|target_cpu|target_gen_dir|target_os|target_out_dir)\b/,number:/-?\b\d+\b/,operator:/[-+!=<>]=?|&&|\|\|/,punctuation:/[(){}[\],.]/},E.languages.gn["string-literal"].inside.interpolation.inside.expression.inside=E.languages.gn,E.languages.gni=E.languages.gn}},20222:function(de){"use strict";de.exports=ae,ae.displayName="goModule",ae.aliases=[];function ae(E){E.languages["go-mod"]=E.languages["go-module"]={comment:{pattern:/\/\/.*/,greedy:!0},version:{pattern:/(^|[\s()[\],])v\d+\.\d+\.\d+(?:[+-][-+.\w]*)?(?![^\s()[\],])/,lookbehind:!0,alias:"number"},"go-version":{pattern:/((?:^|\s)go\s+)\d+(?:\.\d+){1,2}/,lookbehind:!0,alias:"number"},keyword:{pattern:/^([ \t]*)(?:exclude|go|module|replace|require|retract)\b/m,lookbehind:!0},operator:/=>/,punctuation:/[()[\],]/}}},51519:function(de){"use strict";de.exports=ae,ae.displayName="go",ae.aliases=[];function ae(E){E.languages.go=E.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),E.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete E.languages.go["class-name"]}},94055:function(de){"use strict";de.exports=ae,ae.displayName="graphql",ae.aliases=[];function ae(E){E.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:E.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},E.hooks.add("after-tokenize",function(pe){if(pe.language!=="graphql")return;var se=pe.tokens.filter(function(a){return typeof a!="string"&&a.type!=="comment"&&a.type!=="scalar"}),me=0;function Ee(a){return se[me+a]}function xe(a,ee){ee=ee||0;for(var x=0;x<a.length;x++){var te=Ee(x+ee);if(!te||te.type!==a[x])return!1}return!0}function Se(a,ee){for(var x=1,te=me;te<se.length;te++){var re=se[te],ie=re.content;if(re.type==="punctuation"&&typeof ie=="string"){if(a.test(ie))x++;else if(ee.test(ie)&&(x--,x===0))return te}}return-1}function Te(a,ee){var x=a.alias;x?Array.isArray(x)||(a.alias=x=[x]):a.alias=x=[],x.push(ee)}for(;me<se.length;){var Ie=se[me++];if(Ie.type==="keyword"&&Ie.content==="mutation"){var Le=[];if(xe(["definition-mutation","punctuation"])&&Ee(1).content==="("){me+=2;var He=Se(/^\($/,/^\)$/);if(He===-1)continue;for(;me<He;me++){var We=Ee(0);We.type==="variable"&&(Te(We,"variable-input"),Le.push(We.content))}me=He+1}if(xe(["punctuation","property-query"])&&Ee(0).content==="{"&&(me++,Te(Ee(0),"property-mutation"),Le.length>0)){var rt=Se(/^\{$/,/^\}$/);if(rt===-1)continue;for(var fe=me;fe<rt;fe++){var b=se[fe];b.type==="variable"&&Le.indexOf(b.content)>=0&&Te(b,"variable-input")}}}}})}},43826:function(de){"use strict";de.exports=ae,ae.displayName="groovy",ae.aliases=[];function ae(E){E.languages.groovy=E.languages.extend("clike",{string:[{pattern:/("""|''')(?:[^\\]|\\[\s\S])*?\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0},{pattern:/(["'/])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0}],keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),E.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment"}}),E.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),E.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),E.hooks.add("wrap",function(y){if(y.language==="groovy"&&y.type==="string"){var pe=y.content.value[0];if(pe!="'"){var se=/([^\\])(?:\$(?:\{.*?\}|[\w.]+))/;pe==="$"&&(se=/([^\$])(?:\$(?:\{.*?\}|[\w.]+))/),y.content.value=y.content.value.replace(/</g,"<").replace(/&/g,"&"),y.content=E.highlight(y.content.value,{expression:{pattern:se,lookbehind:!0,inside:E.languages.groovy}}),y.classes.push(pe==="/"?"regex":"gstring")}}})}},29536:function(de,ae,E){"use strict";var y=E(56939);de.exports=pe,pe.displayName="haml",pe.aliases=[];function pe(se){se.register(y),function(me){me.languages.haml={"multiline-comment":{pattern:/((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*(?:(?:\r?\n|\r)\2[\t ].+)*/,lookbehind:!0,alias:"comment"},"multiline-code":[{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*,[\t ]*(?:(?:\r?\n|\r)\2[\t ].*,[\t ]*)*(?:(?:\r?\n|\r)\2[\t ].+)/,lookbehind:!0,inside:me.languages.ruby},{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*\|[\t ]*(?:(?:\r?\n|\r)\2[\t ].*\|[\t ]*)*/,lookbehind:!0,inside:me.languages.ruby}],filter:{pattern:/((?:^|\r?\n|\r)([\t ]*)):[\w-]+(?:(?:\r?\n|\r)(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/,lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"symbol"}}},markup:{pattern:/((?:^|\r?\n|\r)[\t ]*)<.+/,lookbehind:!0,inside:me.languages.markup},doctype:{pattern:/((?:^|\r?\n|\r)[\t ]*)!!!(?: .+)?/,lookbehind:!0},tag:{pattern:/((?:^|\r?\n|\r)[\t ]*)[%.#][\w\-#.]*[\w\-](?:\([^)]+\)|\{(?:\{[^}]+\}|[^{}])+\}|\[[^\]]+\])*[\/<>]*/,lookbehind:!0,inside:{attributes:[{pattern:/(^|[^#])\{(?:\{[^}]+\}|[^{}])+\}/,lookbehind:!0,inside:me.languages.ruby},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*)(?:"(?:\\.|[^\\"\r\n])*"|[^)\s]+)/,lookbehind:!0},"attr-name":/[\w:-]+(?=\s*!?=|\s*[,)])/,punctuation:/[=(),]/}},{pattern:/\[[^\]]+\]/,inside:me.languages.ruby}],punctuation:/[<>]/}},code:{pattern:/((?:^|\r?\n|\r)[\t ]*(?:[~-]|[&!]?=)).+/,lookbehind:!0,inside:me.languages.ruby},interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},ruby:{pattern:/[\s\S]+/,inside:me.languages.ruby}}},punctuation:{pattern:/((?:^|\r?\n|\r)[\t ]*)[~=\-&!]+/,lookbehind:!0}};for(var Ee="((?:^|\\r?\\n|\\r)([\\t ]*)):{{filter_name}}(?:(?:\\r?\\n|\\r)(?:\\2[\\t ].+|\\s*?(?=\\r?\\n|\\r)))+",xe=["css",{filter:"coffee",language:"coffeescript"},"erb","javascript","less","markdown","ruby","scss","textile"],Se={},Te=0,Ie=xe.length;Te<Ie;Te++){var Le=xe[Te];Le=typeof Le=="string"?{filter:Le,language:Le}:Le,me.languages[Le.language]&&(Se["filter-"+Le.filter]={pattern:RegExp(Ee.replace("{{filter_name}}",function(){return Le.filter})),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"symbol"},text:{pattern:/[\s\S]+/,alias:[Le.language,"language-"+Le.language],inside:me.languages[Le.language]}}})}me.languages.insertBefore("haml","filter",Se)}(se)}},82834:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="handlebars",pe.aliases=["hbs"];function pe(se){se.register(y),function(me){me.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},me.hooks.add("before-tokenize",function(Ee){var xe=/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g;me.languages["markup-templating"].buildPlaceholders(Ee,"handlebars",xe)}),me.hooks.add("after-tokenize",function(Ee){me.languages["markup-templating"].tokenizePlaceholders(Ee,"handlebars")}),me.languages.hbs=me.languages.handlebars}(se)}},58090:function(de){"use strict";de.exports=ae,ae.displayName="haskell",ae.aliases=["hs"];function ae(E){E.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--(?:(?=.)[^-!#$%*+=?&@|~.:<>^\\\/].*|$)|\{-[\s\S]*?-\})/m,lookbehind:!0},char:{pattern:/'(?:[^\\']|\\(?:[abfnrtv\\"'&]|\^[A-Z@[\]^_]|ACK|BEL|BS|CAN|CR|DC1|DC2|DC3|DC4|DEL|DLE|EM|ENQ|EOT|ESC|ETB|ETX|FF|FS|GS|HT|LF|NAK|NUL|RS|SI|SO|SOH|SP|STX|SUB|SYN|US|VT|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,alias:"string"},string:{pattern:/"(?:[^\\"]|\\(?:\S|\s+\\))*"/,greedy:!0},keyword:/\b(?:case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,"import-statement":{pattern:/(^[\t ]*)import\s+(?:qualified\s+)?(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*(?:\s+as\s+(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import|qualified)\b/,punctuation:/\./}},builtin:/\b(?:abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:[{pattern:/`(?:[A-Z][\w']*\.)*[_a-z][\w']*`/,greedy:!0},{pattern:/(\s)\.(?=\s)/,lookbehind:!0},/[-!#$%*+=?&@|~:<>^\\\/][-!#$%*+=?&@|~.:<>^\\\/]*|\.[-!#$%*+=?&@|~.:<>^\\\/]+/],hvariable:{pattern:/\b(?:[A-Z][\w']*\.)*[_a-z][\w']*/,inside:{punctuation:/\./}},constant:{pattern:/\b(?:[A-Z][\w']*\.)*[A-Z][\w']*/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:]/},E.languages.hs=E.languages.haskell}},95121:function(de){"use strict";de.exports=ae,ae.displayName="haxe",ae.aliases=[];function ae(E){E.languages.haxe=E.languages.extend("clike",{string:{pattern:/"(?:[^"\\]|\\[\s\S])*"/,greedy:!0},"class-name":[{pattern:/(\b(?:abstract|class|enum|extends|implements|interface|new|typedef)\s+)[A-Z_]\w*/,lookbehind:!0},/\b[A-Z]\w*/],keyword:/\bthis\b|\b(?:abstract|as|break|case|cast|catch|class|continue|default|do|dynamic|else|enum|extends|extern|final|for|from|function|if|implements|import|in|inline|interface|macro|new|null|operator|overload|override|package|private|public|return|static|super|switch|throw|to|try|typedef|untyped|using|var|while)(?!\.)\b/,function:{pattern:/\b[a-z_]\w*(?=\s*(?:<[^<>]*>\s*)?\()/i,greedy:!0},operator:/\.{3}|\+\+|--|&&|\|\||->|=>|(?:<<?|>{1,3}|[-+*/%!=&|^])=?|[?:~]/}),E.languages.insertBefore("haxe","string",{"string-interpolation":{pattern:/'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{interpolation:{pattern:/(^|[^\\])\$(?:\w+|\{[^{}]+\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:E.languages.haxe}}},string:/[\s\S]+/}}}),E.languages.insertBefore("haxe","class-name",{regex:{pattern:/~\/(?:[^\/\\\r\n]|\\.)+\/[a-z]*/,greedy:!0,inside:{"regex-flags":/\b[a-z]+$/,"regex-source":{pattern:/^(~\/)[\s\S]+(?=\/$)/,lookbehind:!0,alias:"language-regex",inside:E.languages.regex},"regex-delimiter":/^~\/|\/$/}}}),E.languages.insertBefore("haxe","keyword",{preprocessor:{pattern:/#(?:else|elseif|end|if)\b.*/,alias:"property"},metadata:{pattern:/@:?[\w.]+/,alias:"symbol"},reification:{pattern:/\$(?:\w+|(?=\{))/,alias:"important"}})}},59904:function(de){"use strict";de.exports=ae,ae.displayName="hcl",ae.aliases=[];function ae(E){E.languages.hcl={comment:/(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/,heredoc:{pattern:/<<-?(\w+\b)[\s\S]*?^[ \t]*\1/m,greedy:!0,alias:"string"},keyword:[{pattern:/(?:data|resource)\s+(?:"(?:\\[\s\S]|[^\\"])*")(?=\s+"[\w-]+"\s+\{)/i,inside:{type:{pattern:/(resource|data|\s+)(?:"(?:\\[\s\S]|[^\\"])*")/i,lookbehind:!0,alias:"variable"}}},{pattern:/(?:backend|module|output|provider|provisioner|variable)\s+(?:[\w-]+|"(?:\\[\s\S]|[^\\"])*")\s+(?=\{)/i,inside:{type:{pattern:/(backend|module|output|provider|provisioner|variable)\s+(?:[\w-]+|"(?:\\[\s\S]|[^\\"])*")\s+/i,lookbehind:!0,alias:"variable"}}},/[\w-]+(?=\s+\{)/],property:[/[-\w\.]+(?=\s*=(?!=))/,/"(?:\\[\s\S]|[^\\"])+"(?=\s*[:=])/],string:{pattern:/"(?:[^\\$"]|\\[\s\S]|\$(?:(?=")|\$+(?!\$)|[^"${])|\$\{(?:[^{}"]|"(?:[^\\"]|\\[\s\S])*")*\})*"/,greedy:!0,inside:{interpolation:{pattern:/(^|[^$])\$\{(?:[^{}"]|"(?:[^\\"]|\\[\s\S])*")*\}/,lookbehind:!0,inside:{type:{pattern:/(\b(?:count|data|local|module|path|self|terraform|var)\b\.)[\w\*]+/i,lookbehind:!0,alias:"variable"},keyword:/\b(?:count|data|local|module|path|self|terraform|var)\b/i,function:/\w+(?=\()/,string:{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0},number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,punctuation:/[!\$#%&'()*+,.\/;<=>@\[\\\]^`{|}~?:]/}}}},number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,boolean:/\b(?:false|true)\b/i,punctuation:/[=\[\]{}]/}}},9436:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="hlsl",pe.aliases=[];function pe(se){se.register(y),se.languages.hlsl=se.languages.extend("c",{"class-name":[se.languages.c["class-name"],/\b(?:AppendStructuredBuffer|BlendState|Buffer|ByteAddressBuffer|CompileShader|ComputeShader|ConsumeStructuredBuffer|DepthStencilState|DepthStencilView|DomainShader|GeometryShader|Hullshader|InputPatch|LineStream|OutputPatch|PixelShader|PointStream|RWBuffer|RWByteAddressBuffer|RWStructuredBuffer|RWTexture(?:1D|1DArray|2D|2DArray|3D)|RasterizerState|RenderTargetView|SamplerComparisonState|SamplerState|StructuredBuffer|Texture(?:1D|1DArray|2D|2DArray|2DMS|2DMSArray|3D|Cube|CubeArray)|TriangleStream|VertexShader)\b/],keyword:[/\b(?:asm|asm_fragment|auto|break|case|catch|cbuffer|centroid|char|class|column_major|compile|compile_fragment|const|const_cast|continue|default|delete|discard|do|dynamic_cast|else|enum|explicit|export|extern|for|friend|fxgroup|goto|groupshared|if|in|inline|inout|interface|line|lineadj|linear|long|matrix|mutable|namespace|new|nointerpolation|noperspective|operator|out|packoffset|pass|pixelfragment|point|precise|private|protected|public|register|reinterpret_cast|return|row_major|sample|sampler|shared|short|signed|sizeof|snorm|stateblock|stateblock_state|static|static_cast|string|struct|switch|tbuffer|technique|technique10|technique11|template|texture|this|throw|triangle|triangleadj|try|typedef|typename|uniform|union|unorm|unsigned|using|vector|vertexfragment|virtual|void|volatile|while)\b/,/\b(?:bool|double|dword|float|half|int|min(?:10float|12int|16(?:float|int|uint))|uint)(?:[1-4](?:x[1-4])?)?\b/],number:/(?:(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?|\b0x[\da-fA-F]+)[fFhHlLuU]?\b/,boolean:/\b(?:false|true)\b/})}},60591:function(de){"use strict";de.exports=ae,ae.displayName="hoon",ae.aliases=[];function ae(E){E.languages.hoon={comment:{pattern:/::.*/,greedy:!0},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},constant:/%(?:\.[ny]|[\w-]+)/,"class-name":/@(?:[a-z0-9-]*[a-z0-9])?|\*/i,function:/(?:\+[-+] {2})?(?:[a-z](?:[a-z0-9-]*[a-z0-9])?)/,keyword:/\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/}}},76942:function(de){"use strict";de.exports=ae,ae.displayName="hpkp",ae.aliases=[];function ae(E){E.languages.hpkp={directive:{pattern:/\b(?:includeSubDomains|max-age|pin-sha256|preload|report-to|report-uri|strict)(?=[\s;=]|$)/i,alias:"property"},operator:/=/,punctuation:/;/}}},60561:function(de){"use strict";de.exports=ae,ae.displayName="hsts",ae.aliases=[];function ae(E){E.languages.hsts={directive:{pattern:/\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,alias:"property"},operator:/=/,punctuation:/;/}}},49660:function(de){"use strict";de.exports=ae,ae.displayName="http",ae.aliases=[];function ae(E){(function(y){function pe(Le){return RegExp("(^(?:"+Le+"):[ ]*(?![ ]))[^]+","i")}y.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:y.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:pe(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:y.languages.csp},{pattern:pe(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:y.languages.hpkp},{pattern:pe(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:y.languages.hsts},{pattern:pe(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var se=y.languages,me={"application/javascript":se.javascript,"application/json":se.json||se.javascript,"application/xml":se.xml,"text/xml":se.xml,"text/html":se.html,"text/css":se.css,"text/plain":se.plain},Ee={"application/json":!0,"application/xml":!0};function xe(Le){var He=Le.replace(/^[a-z]+\//,""),We="\\w+/(?:[\\w.-]+\\+)+"+He+"(?![+\\w.-])";return"(?:"+Le+"|"+We+")"}var Se;for(var Te in me)if(me[Te]){Se=Se||{};var Ie=Ee[Te]?xe(Te):Te;Se[Te.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+Ie+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:me[Te]}}Se&&y.languages.insertBefore("http","header",Se)})(E)}},30615:function(de){"use strict";de.exports=ae,ae.displayName="ichigojam",ae.aliases=[];function ae(E){E.languages.ichigojam={comment:/(?:\B'|REM)(?:[^\n\r]*)/i,string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/,greedy:!0},number:/\B#[0-9A-F]+|\B`[01]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:BEEP|BPS|CASE|CLEAR|CLK|CLO|CLP|CLS|CLT|CLV|CONT|COPY|ELSE|END|FILE|FILES|FOR|GOSUB|GOTO|GSB|IF|INPUT|KBD|LED|LET|LIST|LOAD|LOCATE|LRUN|NEW|NEXT|OUT|PLAY|POKE|PRINT|PWM|REM|RENUM|RESET|RETURN|RIGHT|RTN|RUN|SAVE|SCROLL|SLEEP|SRND|STEP|STOP|SUB|TEMPO|THEN|TO|UART|VIDEO|WAIT)(?:\$|\b)/i,function:/\b(?:ABS|ANA|ASC|BIN|BTN|DEC|END|FREE|HELP|HEX|I2CR|I2CW|IN|INKEY|LEN|LINE|PEEK|RND|SCR|SOUND|STR|TICK|USR|VER|VPEEK|ZER)(?:\$|\b)/i,label:/(?:\B@\S+)/,operator:/<[=>]?|>=?|\|\||&&|[+\-*\/=|&^~!]|\b(?:AND|NOT|OR)\b/i,punctuation:/[\[,;:()\]]/}}},93865:function(de){"use strict";de.exports=ae,ae.displayName="icon",ae.aliases=[];function ae(E){E.languages.icon={comment:/#.*/,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n_]|\\.|_(?!\1)(?:\r\n|[\s\S]))*\1/,greedy:!0},number:/\b(?:\d+r[a-z\d]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b|\.\d+\b/i,"builtin-keyword":{pattern:/&(?:allocated|ascii|clock|collections|cset|current|date|dateline|digits|dump|e|error(?:number|text|value)?|errout|fail|features|file|host|input|lcase|letters|level|line|main|null|output|phi|pi|pos|progname|random|regions|source|storage|subject|time|trace|ucase|version)\b/,alias:"variable"},directive:{pattern:/\$\w+/,alias:"builtin"},keyword:/\b(?:break|by|case|create|default|do|else|end|every|fail|global|if|initial|invocable|link|local|next|not|of|procedure|record|repeat|return|static|suspend|then|to|until|while)\b/,function:/\b(?!\d)\w+(?=\s*[({]|\s*!\s*\[)/,operator:/[+-]:(?!=)|(?:[\/?@^%&]|\+\+?|--?|==?=?|~==?=?|\*\*?|\|\|\|?|<(?:->?|<?=?)|>>?=?)(?::=)?|:(?:=:?)?|[!.\\|~]/,punctuation:/[\[\](){},;]/}}},51078:function(de){"use strict";de.exports=ae,ae.displayName="icuMessageFormat",ae.aliases=[];function ae(E){(function(y){function pe(Te,Ie){return Ie<=0?/[]/.source:Te.replace(/<SELF>/g,function(){return pe(Te,Ie-1)})}var se=/'[{}:=,](?:[^']|'')*'(?!')/,me={pattern:/''/,greedy:!0,alias:"operator"},Ee={pattern:se,greedy:!0,inside:{escape:me}},xe=pe(/\{(?:[^{}']|'(?![{},'])|''|<STR>|<SELF>)*\}/.source.replace(/<STR>/g,function(){return se.source}),8),Se={pattern:RegExp(xe),inside:{message:{pattern:/^(\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:null},"message-delimiter":{pattern:/./,alias:"punctuation"}}};y.languages["icu-message-format"]={argument:{pattern:RegExp(xe),greedy:!0,inside:{content:{pattern:/^(\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:{"argument-name":{pattern:/^(\s*)[^{}:=,\s]+/,lookbehind:!0},"choice-style":{pattern:/^(\s*,\s*choice\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{punctuation:/\|/,range:{pattern:/^(\s*)[+-]?(?:\d+(?:\.\d*)?|\u221e)\s*[<#\u2264]/,lookbehind:!0,inside:{operator:/[<#\u2264]/,number:/\S+/}},rest:null}},"plural-style":{pattern:/^(\s*,\s*(?:plural|selectordinal)\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{offset:/^offset:\s*\d+/,"nested-message":Se,selector:{pattern:/=\d+|[^{}:=,\s]+/,inside:{keyword:/^(?:few|many|one|other|two|zero)$/}}}},"select-style":{pattern:/^(\s*,\s*select\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{"nested-message":Se,selector:{pattern:/[^{}:=,\s]+/,inside:{keyword:/^other$/}}}},keyword:/\b(?:choice|plural|select|selectordinal)\b/,"arg-type":{pattern:/\b(?:date|duration|number|ordinal|spellout|time)\b/,alias:"keyword"},"arg-skeleton":{pattern:/(,\s*)::[^{}:=,\s]+/,lookbehind:!0},"arg-style":{pattern:/(,\s*)(?:currency|full|integer|long|medium|percent|short)(?=\s*$)/,lookbehind:!0},"arg-style-text":{pattern:RegExp(/(^\s*,\s*(?=\S))/.source+pe(/(?:[^{}']|'[^']*'|\{(?:<SELF>)?\})+/.source,8)+"$"),lookbehind:!0,alias:"string"},punctuation:/,/}},"argument-delimiter":{pattern:/./,alias:"operator"}}},escape:me,string:Ee},Se.inside.message.inside=y.languages["icu-message-format"],y.languages["icu-message-format"].argument.inside.content.inside["choice-style"].inside.rest=y.languages["icu-message-format"]})(E)}},91178:function(de,ae,E){"use strict";var y=E(58090);de.exports=pe,pe.displayName="idris",pe.aliases=["idr"];function pe(se){se.register(y),se.languages.idris=se.languages.extend("haskell",{comment:{pattern:/(?:(?:--|\|\|\|).*$|\{-[\s\S]*?-\})/m},keyword:/\b(?:Type|case|class|codata|constructor|corecord|data|do|dsl|else|export|if|implementation|implicit|import|impossible|in|infix|infixl|infixr|instance|interface|let|module|mutual|namespace|of|parameters|partial|postulate|private|proof|public|quoteGoal|record|rewrite|syntax|then|total|using|where|with)\b/,builtin:void 0}),se.languages.insertBefore("idris","keyword",{"import-statement":{pattern:/(^\s*import\s+)(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*/m,lookbehind:!0,inside:{punctuation:/\./}}}),se.languages.idr=se.languages.idris}},40011:function(de){"use strict";de.exports=ae,ae.displayName="iecst",ae.aliases=[];function ae(E){E.languages.iecst={comment:[{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\(\*[\s\S]*?(?:\*\)|$)|\{[\s\S]*?(?:\}|$))/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:[/\b(?:END_)?(?:PROGRAM|CONFIGURATION|INTERFACE|FUNCTION_BLOCK|FUNCTION|ACTION|TRANSITION|TYPE|STRUCT|(?:INITIAL_)?STEP|NAMESPACE|LIBRARY|CHANNEL|FOLDER|RESOURCE|VAR_(?:ACCESS|CONFIG|EXTERNAL|GLOBAL|INPUT|IN_OUT|OUTPUT|TEMP)|VAR|METHOD|PROPERTY)\b/i,/\b(?:AT|BY|(?:END_)?(?:CASE|FOR|IF|REPEAT|WHILE)|CONSTANT|CONTINUE|DO|ELSE|ELSIF|EXIT|EXTENDS|FROM|GET|GOTO|IMPLEMENTS|JMP|NON_RETAIN|OF|PRIVATE|PROTECTED|PUBLIC|RETAIN|RETURN|SET|TASK|THEN|TO|UNTIL|USING|WITH|__CATCH|__ENDTRY|__FINALLY|__TRY)\b/],"class-name":/\b(?:ANY|ARRAY|BOOL|BYTE|U?(?:D|L|S)?INT|(?:D|L)?WORD|DATE(?:_AND_TIME)?|DT|L?REAL|POINTER|STRING|TIME(?:_OF_DAY)?|TOD)\b/,address:{pattern:/%[IQM][XBWDL][\d.]*|%[IQ][\d.]*/,alias:"symbol"},number:/\b(?:16#[\da-f]+|2#[01_]+|0x[\da-f]+)\b|\b(?:D|DT|T|TOD)#[\d_shmd:]*|\b[A-Z]*#[\d.,_]*|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/,operator:/S?R?:?=>?|&&?|\*\*?|<[=>]?|>=?|[-:^/+#]|\b(?:AND|EQ|EXPT|GE|GT|LE|LT|MOD|NE|NOT|OR|XOR)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,punctuation:/[()[\].,;]/}}},12017:function(de){"use strict";de.exports=ae,ae.displayName="ignore",ae.aliases=["gitignore","hgignore","npmignore"];function ae(E){(function(y){y.languages.ignore={comment:/^#.*/m,entry:{pattern:/\S(?:.*(?:(?:\\ )|\S))?/,alias:"string",inside:{operator:/^!|\*\*?|\?/,regex:{pattern:/(^|[^\\])\[[^\[\]]*\]/,lookbehind:!0},punctuation:/\//}}},y.languages.gitignore=y.languages.ignore,y.languages.hgignore=y.languages.ignore,y.languages.npmignore=y.languages.ignore})(E)}},65175:function(de){"use strict";de.exports=ae,ae.displayName="inform7",ae.aliases=[];function ae(E){E.languages.inform7={string:{pattern:/"[^"]*"/,inside:{substitution:{pattern:/\[[^\[\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},comment:{pattern:/\[[^\[\]]+\]/,greedy:!0},title:{pattern:/^[ \t]*(?:book|chapter|part(?! of)|section|table|volume)\b.+/im,alias:"important"},number:{pattern:/(^|[^-])(?:\b\d+(?:\.\d+)?(?:\^\d+)?(?:(?!\d)\w+)?|\b(?:eight|eleven|five|four|nine|one|seven|six|ten|three|twelve|two))\b(?!-)/i,lookbehind:!0},verb:{pattern:/(^|[^-])\b(?:answering|applying to|are|asking|attacking|be(?:ing)?|burning|buying|called|carries|carry(?! out)|carrying|climbing|closing|conceal(?:ing|s)?|consulting|contain(?:ing|s)?|cutting|drinking|dropping|eating|enclos(?:es?|ing)|entering|examining|exiting|getting|giving|going|ha(?:s|ve|ving)|hold(?:ing|s)?|impl(?:ies|y)|incorporat(?:es?|ing)|inserting|is|jumping|kissing|listening|locking|looking|mean(?:ing|s)?|opening|provid(?:es?|ing)|pulling|pushing|putting|relat(?:es?|ing)|removing|searching|see(?:ing|s)?|setting|showing|singing|sleeping|smelling|squeezing|support(?:ing|s)?|swearing|switching|taking|tasting|telling|thinking|throwing|touching|turning|tying|unlock(?:ing|s)?|var(?:ies|y|ying)|waiting|waking|waving|wear(?:ing|s)?)\b(?!-)/i,lookbehind:!0,alias:"operator"},keyword:{pattern:/(^|[^-])\b(?:after|before|carry out|check|continue the action|definition(?= *:)|do nothing|else|end (?:if|the story|unless)|every turn|if|include|instead(?: of)?|let|move|no|now|otherwise|repeat|report|resume the story|rule for|running through|say(?:ing)?|stop the action|test|try(?:ing)?|understand|unless|use|when|while|yes)\b(?!-)/i,lookbehind:!0},property:{pattern:/(^|[^-])\b(?:adjacent(?! to)|carried|closed|concealed|contained|dark|described|edible|empty|enclosed|enterable|even|female|fixed in place|full|handled|held|improper-named|incorporated|inedible|invisible|lighted|lit|lock(?:able|ed)|male|marked for listing|mentioned|negative|neuter|non-(?:empty|full|recurring)|odd|opaque|open(?:able)?|plural-named|portable|positive|privately-named|proper-named|provided|publically-named|pushable between rooms|recurring|related|rubbing|scenery|seen|singular-named|supported|swinging|switch(?:able|ed(?: off| on)?)|touch(?:able|ed)|transparent|unconcealed|undescribed|unlit|unlocked|unmarked for listing|unmentioned|unopenable|untouchable|unvisited|variable|visible|visited|wearable|worn)\b(?!-)/i,lookbehind:!0,alias:"symbol"},position:{pattern:/(^|[^-])\b(?:above|adjacent to|back side of|below|between|down|east|everywhere|front side|here|in|inside(?: from)?|north(?:east|west)?|nowhere|on(?: top of)?|other side|outside(?: from)?|parts? of|regionally in|south(?:east|west)?|through|up|west|within)\b(?!-)/i,lookbehind:!0,alias:"keyword"},type:{pattern:/(^|[^-])\b(?:actions?|activit(?:ies|y)|actors?|animals?|backdrops?|containers?|devices?|directions?|doors?|holders?|kinds?|lists?|m[ae]n|nobody|nothing|nouns?|numbers?|objects?|people|persons?|player(?:'s holdall)?|regions?|relations?|rooms?|rule(?:book)?s?|scenes?|someone|something|supporters?|tables?|texts?|things?|time|vehicles?|wom[ae]n)\b(?!-)/i,lookbehind:!0,alias:"variable"},punctuation:/[.,:;(){}]/},E.languages.inform7.string.inside.substitution.inside.rest=E.languages.inform7,E.languages.inform7.string.inside.substitution.inside.rest.text={pattern:/\S(?:\s*\S)*/,alias:"comment"}}},14970:function(de){"use strict";de.exports=ae,ae.displayName="ini",ae.aliases=[];function ae(E){E.languages.ini={comment:{pattern:/(^[ \f\t\v]*)[#;][^\n\r]*/m,lookbehind:!0},section:{pattern:/(^[ \f\t\v]*)\[[^\n\r\]]*\]?/m,lookbehind:!0,inside:{"section-name":{pattern:/(^\[[ \f\t\v]*)[^ \f\t\v\]]+(?:[ \f\t\v]+[^ \f\t\v\]]+)*/,lookbehind:!0,alias:"selector"},punctuation:/\[|\]/}},key:{pattern:/(^[ \f\t\v]*)[^ \f\n\r\t\v=]+(?:[ \f\t\v]+[^ \f\n\r\t\v=]+)*(?=[ \f\t\v]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/(=[ \f\t\v]*)[^ \f\n\r\t\v]+(?:[ \f\t\v]+[^ \f\n\r\t\v]+)*/,lookbehind:!0,alias:"attr-value",inside:{"inner-value":{pattern:/^("|').+(?=\1$)/,lookbehind:!0}}},punctuation:/=/}}},30764:function(de){"use strict";de.exports=ae,ae.displayName="io",ae.aliases=[];function ae(E){E.languages.io={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*|#.*)/,lookbehind:!0,greedy:!0},"triple-quoted-string":{pattern:/"""(?:\\[\s\S]|(?!""")[^\\])*"""/,greedy:!0,alias:"string"},string:{pattern:/"(?:\\.|[^\\\r\n"])*"/,greedy:!0},keyword:/\b(?:activate|activeCoroCount|asString|block|break|call|catch|clone|collectGarbage|compileString|continue|do|doFile|doMessage|doString|else|elseif|exit|for|foreach|forward|getEnvironmentVariable|getSlot|hasSlot|if|ifFalse|ifNil|ifNilEval|ifTrue|isActive|isNil|isResumable|list|message|method|parent|pass|pause|perform|performWithArgList|print|println|proto|raise|raiseResumable|removeSlot|resend|resume|schedulerSleepSeconds|self|sender|setSchedulerSleepSeconds|setSlot|shallowCopy|slotNames|super|system|then|thisBlock|thisContext|try|type|uniqueId|updateSlot|wait|while|write|yield)\b/,builtin:/\b(?:Array|AudioDevice|AudioMixer|BigNum|Block|Box|Buffer|CFunction|CGI|Color|Curses|DBM|DNSResolver|DOConnection|DOProxy|DOServer|Date|Directory|Duration|DynLib|Error|Exception|FFT|File|Fnmatch|Font|Future|GL|GLE|GLScissor|GLU|GLUCylinder|GLUQuadric|GLUSphere|GLUT|Host|Image|Importer|LinkList|List|Lobby|Locals|MD5|MP3Decoder|MP3Encoder|Map|Message|Movie|Notification|Number|Object|OpenGL|Point|Protos|Random|Regex|SGML|SGMLElement|SGMLParser|SQLite|Sequence|Server|ShowMessage|SleepyCat|SleepyCatCursor|Socket|SocketManager|Sound|Soup|Store|String|Tree|UDPSender|UPDReceiver|URL|User|Warning|WeakLink)\b/,boolean:/\b(?:false|nil|true)\b/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?/i,operator:/[=!*/%+\-^&|]=|>>?=?|<<?=?|:?:?=|\+\+?|--?|\*\*?|\/\/?|%|\|\|?|&&?|\b(?:and|not|or|return)\b|@@?|\?\??|\.\./,punctuation:/[{}[\];(),.:]/}}},87624:function(de){"use strict";de.exports=ae,ae.displayName="j",ae.aliases=[];function ae(E){E.languages.j={comment:{pattern:/\bNB\..*/,greedy:!0},string:{pattern:/'(?:''|[^'\r\n])*'/,greedy:!0},keyword:/\b(?:(?:CR|LF|adverb|conjunction|def|define|dyad|monad|noun|verb)\b|(?:assert|break|case|catch[dt]?|continue|do|else|elseif|end|fcase|for|for_\w+|goto_\w+|if|label_\w+|return|select|throw|try|while|whilst)\.)/,verb:{pattern:/(?!\^:|;\.|[=!][.:])(?:\{(?:\.|::?)?|p(?:\.\.?|:)|[=!\]]|[<>+*\-%$|,#][.:]?|[?^]\.?|[;\[]:?|[~}"i][.:]|[ACeEIjLor]\.|(?:[_\/\\qsux]|_?\d):)/,alias:"keyword"},number:/\b_?(?:(?!\d:)\d+(?:\.\d+)?(?:(?:ad|ar|[ejpx])_?\d+(?:\.\d+)?)*(?:b_?[\da-z]+(?:\.[\da-z]+)?)?|_\b(?!\.))/,adverb:{pattern:/[~}]|[\/\\]\.?|[bfM]\.|t[.:]/,alias:"builtin"},operator:/[=a][.:]|_\./,conjunction:{pattern:/&(?:\.:?|:)?|[.:@][.:]?|[!D][.:]|[;dHT]\.|`:?|[\^LS]:|"/,alias:"variable"},punctuation:/[()]/}}},15909:function(de){"use strict";de.exports=ae,ae.displayName="java",ae.aliases=[];function ae(E){(function(y){var pe=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,se=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,me={pattern:RegExp(se+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};y.languages.java=y.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[me,{pattern:RegExp(se+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:me.inside}],keyword:pe,function:[y.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0}}),y.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),y.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":me,keyword:pe,punctuation:/[<>(),.:]/,operator:/[?&|]/}},namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return pe.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(E)}},36553:function(de,ae,E){"use strict";var y=E(15909),pe=E(9858);de.exports=se,se.displayName="javadoc",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){var xe=/(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m,Se=/#\s*\w+(?:\s*\([^()]*\))?/.source,Te=/(?:\b[a-zA-Z]\w+\s*\.\s*)*\b[A-Z]\w*(?:\s*<mem>)?|<mem>/.source.replace(/<mem>/g,function(){return Se});Ee.languages.javadoc=Ee.languages.extend("javadoclike",{}),Ee.languages.insertBefore("javadoc","keyword",{reference:{pattern:RegExp(/(@(?:exception|link|linkplain|see|throws|value)\s+(?:\*\s*)?)/.source+"(?:"+Te+")"),lookbehind:!0,inside:{function:{pattern:/(#\s*)\w+(?=\s*\()/,lookbehind:!0},field:{pattern:/(#\s*)\w+/,lookbehind:!0},namespace:{pattern:/\b(?:[a-z]\w*\s*\.\s*)+/,inside:{punctuation:/\./}},"class-name":/\b[A-Z]\w*/,keyword:Ee.languages.java.keyword,punctuation:/[#()[\],.]/}},"class-name":{pattern:/(@param\s+)<[A-Z]\w*>/,lookbehind:!0,inside:{punctuation:/[.<>]/}},"code-section":[{pattern:/(\{@code\s+(?!\s))(?:[^\s{}]|\s+(?![\s}])|\{(?:[^{}]|\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*\})+(?=\s*\})/,lookbehind:!0,inside:{code:{pattern:xe,lookbehind:!0,inside:Ee.languages.java,alias:"language-java"}}},{pattern:/(<(code|pre|tt)>(?!<code>)\s*)\S(?:\S|\s+\S)*?(?=\s*<\/\2>)/,lookbehind:!0,inside:{line:{pattern:xe,lookbehind:!0,inside:{tag:Ee.languages.markup.tag,entity:Ee.languages.markup.entity,code:{pattern:/.+/,inside:Ee.languages.java,alias:"language-java"}}}}}],tag:Ee.languages.markup.tag,entity:Ee.languages.markup.entity}),Ee.languages.javadoclike.addSupport("java",Ee.languages.javadoc)}(me)}},9858:function(de){"use strict";de.exports=ae,ae.displayName="javadoclike",ae.aliases=[];function ae(E){(function(y){var pe=y.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};function se(Ee,xe){var Se="doc-comment",Te=y.languages[Ee];if(Te){var Ie=Te[Se];if(!Ie){var Le={};Le[Se]={pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"},Te=y.languages.insertBefore(Ee,"comment",Le),Ie=Te[Se]}if(Ie instanceof RegExp&&(Ie=Te[Se]={pattern:Ie}),Array.isArray(Ie))for(var He=0,We=Ie.length;He<We;He++)Ie[He]instanceof RegExp&&(Ie[He]={pattern:Ie[He]}),xe(Ie[He]);else xe(Ie)}}function me(Ee,xe){typeof Ee=="string"&&(Ee=[Ee]),Ee.forEach(function(Se){se(Se,function(Te){Te.inside||(Te.inside={}),Te.inside.rest=xe})})}Object.defineProperty(pe,"addSupport",{value:me}),pe.addSupport(["java","javascript","php"],pe)})(E)}},36155:function(de){"use strict";de.exports=ae,ae.displayName="javascript",ae.aliases=["js"];function ae(E){E.languages.javascript=E.languages.extend("clike",{"class-name":[E.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),E.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,E.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:E.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:E.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:E.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:E.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:E.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),E.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:E.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),E.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),E.languages.markup&&(E.languages.markup.tag.addInlined("script","javascript"),E.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),E.languages.js=E.languages.javascript}},11223:function(de){"use strict";de.exports=ae,ae.displayName="javastacktrace",ae.aliases=[];function ae(E){E.languages.javastacktrace={summary:{pattern:/^([\t ]*)(?:(?:Caused by:|Suppressed:|Exception in thread "[^"]*")[\t ]+)?[\w$.]+(?::.*)?$/m,lookbehind:!0,inside:{keyword:{pattern:/^([\t ]*)(?:(?:Caused by|Suppressed)(?=:)|Exception in thread)/m,lookbehind:!0},string:{pattern:/^(\s*)"[^"]*"/,lookbehind:!0},exceptions:{pattern:/^(:?\s*)[\w$.]+(?=:|$)/,lookbehind:!0,inside:{"class-name":/[\w$]+$/,namespace:/\b[a-z]\w*\b/,punctuation:/\./}},message:{pattern:/(:\s*)\S.*/,lookbehind:!0,alias:"string"},punctuation:/:/}},"stack-frame":{pattern:/^([\t ]*)at (?:[\w$./]|@[\w$.+-]*\/)+(?:<init>)?\([^()]*\)/m,lookbehind:!0,inside:{keyword:{pattern:/^(\s*)at(?= )/,lookbehind:!0},source:[{pattern:/(\()\w+\.\w+:\d+(?=\))/,lookbehind:!0,inside:{file:/^\w+\.\w+/,punctuation:/:/,"line-number":{pattern:/\b\d+\b/,alias:"number"}}},{pattern:/(\()[^()]*(?=\))/,lookbehind:!0,inside:{keyword:/^(?:Native Method|Unknown Source)$/}}],"class-name":/[\w$]+(?=\.(?:<init>|[\w$]+)\()/,function:/(?:<init>|[\w$]+)(?=\()/,"class-loader":{pattern:/(\s)[a-z]\w*(?:\.[a-z]\w*)*(?=\/[\w@$.]*\/)/,lookbehind:!0,alias:"namespace",inside:{punctuation:/\./}},module:{pattern:/([\s/])[a-z]\w*(?:\.[a-z]\w*)*(?:@[\w$.+-]*)?(?=\/)/,lookbehind:!0,inside:{version:{pattern:/(@)[\s\S]+/,lookbehind:!0,alias:"number"},punctuation:/[@.]/}},namespace:{pattern:/(?:\b[a-z]\w*\.)+/,inside:{punctuation:/\./}},punctuation:/[()/.]/}},more:{pattern:/^([\t ]*)\.{3} \d+ [a-z]+(?: [a-z]+)*/m,lookbehind:!0,inside:{punctuation:/\.{3}/,number:/\d+/,keyword:/\b[a-z]+(?: [a-z]+)*\b/}}}}},57957:function(de){"use strict";de.exports=ae,ae.displayName="jexl",ae.aliases=[];function ae(E){E.languages.jexl={string:/(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/,transform:{pattern:/(\|\s*)[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*/,alias:"function",lookbehind:!0},function:/[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*\s*(?=\()/,number:/\b\d+(?:\.\d+)?\b|\B\.\d+\b/,operator:/[<>!]=?|-|\+|&&|==|\|\|?|\/\/?|[?:*^%]/,boolean:/\b(?:false|true)\b/,keyword:/\bin\b/,punctuation:/[{}[\](),.]/}}},66604:function(de){"use strict";de.exports=ae,ae.displayName="jolie",ae.aliases=[];function ae(E){E.languages.jolie=E.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/,lookbehind:!0,greedy:!0},"class-name":{pattern:/((?:\b(?:as|courier|embed|in|inputPort|outputPort|service)\b|@)[ \t]*)\w+/,lookbehind:!0},keyword:/\b(?:as|cH|comp|concurrent|constants|courier|cset|csets|default|define|else|embed|embedded|execution|exit|extender|for|foreach|forward|from|global|if|import|in|include|init|inputPort|install|instanceof|interface|is_defined|linkIn|linkOut|main|new|nullProcess|outputPort|over|private|provide|public|scope|sequential|service|single|spawn|synchronized|this|throw|throws|type|undef|until|while|with)\b/,function:/\b[a-z_]\w*(?=[ \t]*[@(])/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?l?/i,operator:/-[-=>]?|\+[+=]?|<[<=]?|[>=*!]=?|&&|\|\||[?\/%^@|]/,punctuation:/[()[\]{},;.:]/,builtin:/\b(?:Byte|any|bool|char|double|enum|float|int|length|long|ranges|regex|string|undefined|void)\b/}),E.languages.insertBefore("jolie","keyword",{aggregates:{pattern:/(\bAggregates\s*:\s*)(?:\w+(?:\s+with\s+\w+)?\s*,\s*)*\w+(?:\s+with\s+\w+)?/,lookbehind:!0,inside:{keyword:/\bwith\b/,"class-name":/\w+/,punctuation:/,/}},redirects:{pattern:/(\bRedirects\s*:\s*)(?:\w+\s*=>\s*\w+\s*,\s*)*(?:\w+\s*=>\s*\w+)/,lookbehind:!0,inside:{punctuation:/,/,"class-name":/\w+/,operator:/=>/}},property:{pattern:/\b(?:Aggregates|[Ii]nterfaces|Java|Javascript|Jolie|[Ll]ocation|OneWay|[Pp]rotocol|Redirects|RequestResponse)\b(?=[ \t]*:)/}})}},77935:function(de){"use strict";de.exports=ae,ae.displayName="jq",ae.aliases=[];function ae(E){(function(y){var pe=/\\\((?:[^()]|\([^()]*\))*\)/.source,se=RegExp(/(^|[^\\])"(?:[^"\r\n\\]|\\[^\r\n(]|__)*"/.source.replace(/__/g,function(){return pe})),me={interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+pe),lookbehind:!0,inside:{content:{pattern:/^(\\\()[\s\S]+(?=\)$)/,lookbehind:!0,inside:null},punctuation:/^\\\(|\)$/}}},Ee=y.languages.jq={comment:/#.*/,property:{pattern:RegExp(se.source+/(?=\s*:(?!:))/.source),lookbehind:!0,greedy:!0,inside:me},string:{pattern:se,lookbehind:!0,greedy:!0,inside:me},function:{pattern:/(\bdef\s+)[a-z_]\w+/i,lookbehind:!0},variable:/\B\$\w+/,"property-literal":{pattern:/\b[a-z_]\w*(?=\s*:(?!:))/i,alias:"property"},keyword:/\b(?:as|break|catch|def|elif|else|end|foreach|if|import|include|label|module|modulemeta|null|reduce|then|try|while)\b/,boolean:/\b(?:false|true)\b/,number:/(?:\b\d+\.|\B\.)?\b\d+(?:[eE][+-]?\d+)?\b/,operator:[{pattern:/\|=?/,alias:"pipe"},/\.\.|[!=<>]?=|\?\/\/|\/\/=?|[-+*/%]=?|[<>?]|\b(?:and|not|or)\b/],"c-style-function":{pattern:/\b[a-z_]\w*(?=\s*\()/i,alias:"function"},punctuation:/::|[()\[\]{},:;]|\.(?=\s*[\[\w$])/,dot:{pattern:/\./,alias:"important"}};me.interpolation.inside.content.inside=Ee})(E)}},46155:function(de){"use strict";de.exports=ae,ae.displayName="jsExtras",ae.aliases=[];function ae(E){(function(y){y.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+y.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),y.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+y.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),y.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function pe(Te,Ie){return RegExp(Te.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),Ie)}y.languages.insertBefore("javascript","keyword",{imports:{pattern:pe(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:y.languages.javascript},exports:{pattern:pe(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:y.languages.javascript}}),y.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),y.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),y.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:pe(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var se=["function","function-variable","method","method-variable","property-access"],me=0;me<se.length;me++){var Ee=se[me],xe=y.languages.javascript[Ee];y.util.type(xe)==="RegExp"&&(xe=y.languages.javascript[Ee]={pattern:xe});var Se=xe.inside||{};xe.inside=Se,Se["maybe-class-name"]=/^[A-Z][\s\S]*/}})(E)}},47359:function(de){"use strict";de.exports=ae,ae.displayName="jsTemplates",ae.aliases=[];function ae(E){(function(y){var pe=y.languages.javascript["template-string"],se=pe.pattern.source,me=pe.inside.interpolation,Ee=me.inside["interpolation-punctuation"],xe=me.pattern.source;function Se(fe,b){if(y.languages[fe])return{pattern:RegExp("((?:"+b+")\\s*)"+se),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:fe}}}}y.languages.javascript["template-string"]=[Se("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),Se("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),Se("svg",/\bsvg/.source),Se("markdown",/\b(?:markdown|md)/.source),Se("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),Se("sql",/\bsql/.source),pe].filter(Boolean);function Te(fe,b){return"___"+b.toUpperCase()+"_"+fe+"___"}function Ie(fe,b,a){var ee={code:fe,grammar:b,language:a};return y.hooks.run("before-tokenize",ee),ee.tokens=y.tokenize(ee.code,ee.grammar),y.hooks.run("after-tokenize",ee),ee.tokens}function Le(fe){var b={};b["interpolation-punctuation"]=Ee;var a=y.tokenize(fe,b);if(a.length===3){var ee=[1,1];ee.push.apply(ee,Ie(a[1],y.languages.javascript,"javascript")),a.splice.apply(a,ee)}return new y.Token("interpolation",a,me.alias,fe)}function He(fe,b,a){var ee=y.tokenize(fe,{interpolation:{pattern:RegExp(xe),lookbehind:!0}}),x=0,te={},re=ee.map(function(we){if(typeof we=="string")return we;for(var Re=we.content,Ke;fe.indexOf(Ke=Te(x++,a))!==-1;);return te[Ke]=Re,Ke}).join(""),ie=Ie(re,b,a),ce=Object.keys(te);x=0;function be(we){for(var Re=0;Re<we.length;Re++){if(x>=ce.length)return;var Ke=we[Re];if(typeof Ke=="string"||typeof Ke.content=="string"){var Ue=ce[x],Ze=typeof Ke=="string"?Ke:Ke.content,qe=Ze.indexOf(Ue);if(qe!==-1){++x;var wt=Ze.substring(0,qe),Bt=Le(te[Ue]),yn=Ze.substring(qe+Ue.length),Pn=[];if(wt&&Pn.push(wt),Pn.push(Bt),yn){var Ut=[yn];be(Ut),Pn.push.apply(Pn,Ut)}typeof Ke=="string"?(we.splice.apply(we,[Re,1].concat(Pn)),Re+=Pn.length-1):Ke.content=Pn}}else{var ln=Ke.content;Array.isArray(ln)?be(ln):be([ln])}}}return be(ie),new y.Token(a,ie,"language-"+a,fe)}var We={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};y.hooks.add("after-tokenize",function(fe){if(!(fe.language in We))return;function b(a){for(var ee=0,x=a.length;ee<x;ee++){var te=a[ee];if(typeof te!="string"){var re=te.content;if(!Array.isArray(re)){typeof re!="string"&&b([re]);continue}if(te.type==="template-string"){var ie=re[1];if(re.length===3&&typeof ie!="string"&&ie.type==="embedded-code"){var ce=rt(ie),be=ie.alias,we=Array.isArray(be)?be[0]:be,Re=y.languages[we];if(!Re)continue;re[1]=He(ce,Re,we)}}else b(re)}}}b(fe.tokens)});function rt(fe){return typeof fe=="string"?fe:Array.isArray(fe)?fe.map(rt).join(""):rt(fe.content)}})(E)}},25319:function(de,ae,E){"use strict";var y=E(9858),pe=E(4979);de.exports=se,se.displayName="jsdoc",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){var xe=Ee.languages.javascript,Se=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,Te="(@(?:arg|argument|param|property)\\s+(?:"+Se+"\\s+)?)";Ee.languages.jsdoc=Ee.languages.extend("javadoclike",{parameter:{pattern:RegExp(Te+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),Ee.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(Te+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:xe,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return Se})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+Se),lookbehind:!0,inside:{string:xe.string,number:xe.number,boolean:xe.boolean,keyword:Ee.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:xe,alias:"language-javascript"}}}}),Ee.languages.javadoclike.addSupport("javascript",Ee.languages.jsdoc)}(me)}},45950:function(de){"use strict";de.exports=ae,ae.displayName="json",ae.aliases=["webmanifest"];function ae(E){E.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},E.languages.webmanifest=E.languages.json}},50235:function(de,ae,E){"use strict";var y=E(45950);de.exports=pe,pe.displayName="json5",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=/("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/;me.languages.json5=me.languages.extend("json",{property:[{pattern:RegExp(Ee.source+"(?=\\s*:)"),greedy:!0},{pattern:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/,alias:"unquoted"}],string:{pattern:Ee,greedy:!0},number:/[+-]?\b(?:NaN|Infinity|0x[a-fA-F\d]+)\b|[+-]?(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+\b)?/})}(se)}},80963:function(de,ae,E){"use strict";var y=E(45950);de.exports=pe,pe.displayName="jsonp",pe.aliases=[];function pe(se){se.register(y),se.languages.jsonp=se.languages.extend("json",{punctuation:/[{}[\]();,.]/}),se.languages.insertBefore("jsonp","punctuation",{function:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/})}},79358:function(de){"use strict";de.exports=ae,ae.displayName="jsstacktrace",ae.aliases=[];function ae(E){E.languages.jsstacktrace={"error-message":{pattern:/^\S.*/m,alias:"string"},"stack-frame":{pattern:/(^[ \t]+)at[ \t].*/m,lookbehind:!0,inside:{"not-my-code":{pattern:/^at[ \t]+(?!\s)(?:node\.js|<unknown>|.*(?:node_modules|\(<anonymous>\)|\(<unknown>|<anonymous>$|\(internal\/|\(node\.js)).*/m,alias:"comment"},filename:{pattern:/(\bat\s+(?!\s)|\()(?:[a-zA-Z]:)?[^():]+(?=:)/,lookbehind:!0,alias:"url"},function:{pattern:/(\bat\s+(?:new\s+)?)(?!\s)[_$a-zA-Z\xA0-\uFFFF<][.$\w\xA0-\uFFFF<>]*/,lookbehind:!0,inside:{punctuation:/\./}},punctuation:/[()]/,keyword:/\b(?:at|new)\b/,alias:{pattern:/\[(?:as\s+)?(?!\s)[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\]/,alias:"variable"},"line-number":{pattern:/:\d+(?::\d+)?\b/,alias:"number",inside:{punctuation:/:/}}}}}}},96412:function(de){"use strict";de.exports=ae,ae.displayName="jsx",ae.aliases=[];function ae(E){(function(y){var pe=y.util.clone(y.languages.javascript),se=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,me=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,Ee=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function xe(Ie,Le){return Ie=Ie.replace(/<S>/g,function(){return se}).replace(/<BRACES>/g,function(){return me}).replace(/<SPREAD>/g,function(){return Ee}),RegExp(Ie,Le)}Ee=xe(Ee).source,y.languages.jsx=y.languages.extend("markup",pe),y.languages.jsx.tag.pattern=xe(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),y.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,y.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,y.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,y.languages.jsx.tag.inside.comment=pe.comment,y.languages.insertBefore("inside","attr-name",{spread:{pattern:xe(/<SPREAD>/.source),inside:y.languages.jsx}},y.languages.jsx.tag),y.languages.insertBefore("inside","special-attr",{script:{pattern:xe(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:y.languages.jsx}}},y.languages.jsx.tag);var Se=function(Ie){return Ie?typeof Ie=="string"?Ie:typeof Ie.content=="string"?Ie.content:Ie.content.map(Se).join(""):""},Te=function(Ie){for(var Le=[],He=0;He<Ie.length;He++){var We=Ie[He],rt=!1;if(typeof We!="string"&&(We.type==="tag"&&We.content[0]&&We.content[0].type==="tag"?We.content[0].content[0].content==="</"?Le.length>0&&Le[Le.length-1].tagName===Se(We.content[0].content[1])&&Le.pop():We.content[We.content.length-1].content==="/>"||Le.push({tagName:Se(We.content[0].content[1]),openedBraces:0}):Le.length>0&&We.type==="punctuation"&&We.content==="{"?Le[Le.length-1].openedBraces++:Le.length>0&&Le[Le.length-1].openedBraces>0&&We.type==="punctuation"&&We.content==="}"?Le[Le.length-1].openedBraces--:rt=!0),(rt||typeof We=="string")&&Le.length>0&&Le[Le.length-1].openedBraces===0){var fe=Se(We);He<Ie.length-1&&(typeof Ie[He+1]=="string"||Ie[He+1].type==="plain-text")&&(fe+=Se(Ie[He+1]),Ie.splice(He+1,1)),He>0&&(typeof Ie[He-1]=="string"||Ie[He-1].type==="plain-text")&&(fe=Se(Ie[He-1])+fe,Ie.splice(He-1,1),He--),Ie[He]=new y.Token("plain-text",fe,null,fe)}We.content&&typeof We.content!="string"&&Te(We.content)}};y.hooks.add("after-tokenize",function(Ie){Ie.language!=="jsx"&&Ie.language!=="tsx"||Te(Ie.tokens)})})(E)}},39259:function(de){"use strict";de.exports=ae,ae.displayName="julia",ae.aliases=[];function ae(E){E.languages.julia={comment:{pattern:/(^|[^\\])(?:#=(?:[^#=]|=(?!#)|#(?!=)|#=(?:[^#=]|=(?!#)|#(?!=))*=#)*=#|#.*)/,lookbehind:!0},regex:{pattern:/r"(?:\\.|[^"\\\r\n])*"[imsx]{0,4}/,greedy:!0},string:{pattern:/"""[\s\S]+?"""|(?:\b\w+)?"(?:\\.|[^"\\\r\n])*"|`(?:[^\\`\r\n]|\\.)*`/,greedy:!0},char:{pattern:/(^|[^\w'])'(?:\\[^\r\n][^'\r\n]*|[^\\\r\n])'/,lookbehind:!0,greedy:!0},keyword:/\b(?:abstract|baremodule|begin|bitstype|break|catch|ccall|const|continue|do|else|elseif|end|export|finally|for|function|global|if|immutable|import|importall|in|let|local|macro|module|print|println|quote|return|struct|try|type|typealias|using|while)\b/,boolean:/\b(?:false|true)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[box])?(?:[\da-f]+(?:_[\da-f]+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[efp][+-]?\d+(?:_\d+)*)?j?/i,operator:/&&|\|\||[-+*^%÷⊻&$\\]=?|\/[\/=]?|!=?=?|\|[=>]?|<(?:<=?|[=:|])?|>(?:=|>>?=?)?|==?=?|[~≠≤≥'√∛]/,punctuation:/::?|[{}[\]();,.?]/,constant:/\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/}}},32409:function(de){"use strict";de.exports=ae,ae.displayName="keepalived",ae.aliases=[];function ae(E){E.languages.keepalived={comment:{pattern:/[#!].*/,greedy:!0},string:{pattern:/(^|[^\\])(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,lookbehind:!0,greedy:!0},ip:{pattern:RegExp(/\b(?:(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){5}:(?:[\da-f]{1,4}:)?[\da-f]{1,4}|(?:[\da-f]{1,4}:){4}:(?:[\da-f]{1,4}:){0,2}[\da-f]{1,4}|(?:[\da-f]{1,4}:){3}:(?:[\da-f]{1,4}:){0,3}[\da-f]{1,4}|(?:[\da-f]{1,4}:){2}:(?:[\da-f]{1,4}:){0,4}[\da-f]{1,4}|(?:[\da-f]{1,4}:){6}<ipv4>|(?:[\da-f]{1,4}:){0,5}:<ipv4>|::(?:[\da-f]{1,4}:){0,5}<ipv4>|[\da-f]{1,4}::(?:[\da-f]{1,4}:){0,5}[\da-f]{1,4}|::(?:[\da-f]{1,4}:){0,6}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:)(?:\/\d{1,3})?|<ipv4>(?:\/\d{1,2})?)\b/.source.replace(/<ipv4>/g,function(){return/(?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d))/.source}),"i"),alias:"number"},path:{pattern:/(\s)\/(?:[^\/\s]+\/)*[^\/\s]*|\b[a-zA-Z]:\\(?:[^\\\s]+\\)*[^\\\s]*/,lookbehind:!0,alias:"string"},variable:/\$\{?\w+\}?/,email:{pattern:/[\w-]+@[\w-]+(?:\.[\w-]{2,3}){1,2}/,alias:"string"},"conditional-configuration":{pattern:/@\^?[\w-]+/,alias:"variable"},operator:/=/,property:/\b(?:BFD_CHECK|DNS_CHECK|FILE_CHECK|HTTP_GET|MISC_CHECK|NAME|PING_CHECK|SCRIPTS|SMTP_CHECK|SSL|SSL_GET|TCP_CHECK|UDP_CHECK|accept|advert_int|alpha|auth_pass|auth_type|authentication|bfd_cpu_affinity|bfd_instance|bfd_no_swap|bfd_priority|bfd_process_name|bfd_rlimit_rttime|bfd_rt_priority|bind_if|bind_port|bindto|ca|certificate|check_unicast_src|checker|checker_cpu_affinity|checker_log_all_failures|checker_no_swap|checker_priority|checker_rlimit_rttime|checker_rt_priority|child_wait_time|connect_ip|connect_port|connect_timeout|dbus_service_name|debug|default_interface|delay|delay_before_retry|delay_loop|digest|dont_track_primary|dynamic|dynamic_interfaces|enable_(?:dbus|script_security|sni|snmp_checker|snmp_rfc|snmp_rfcv2|snmp_rfcv3|snmp_vrrp|traps)|end|fall|fast_recovery|file|flag-[123]|fork_delay|full_command|fwmark|garp_group|garp_interval|garp_lower_prio_delay|garp_lower_prio_repeat|garp_master_delay|garp_master_refresh|garp_master_refresh_repeat|garp_master_repeat|global_defs|global_tracking|gna_interval|group|ha_suspend|hashed|helo_name|higher_prio_send_advert|hoplimit|http_protocol|hysteresis|idle_tx|include|inhibit_on_failure|init_fail|init_file|instance|interface|interfaces|interval|ip_family|ipvs_process_name|keepalived.conf|kernel_rx_buf_size|key|linkbeat_interfaces|linkbeat_use_polling|log_all_failures|log_unknown_vrids|lower_prio_no_advert|lthreshold|lvs_flush|lvs_flush_onstop|lvs_method|lvs_netlink_cmd_rcv_bufs|lvs_netlink_cmd_rcv_bufs_force|lvs_netlink_monitor_rcv_bufs|lvs_netlink_monitor_rcv_bufs_force|lvs_notify_fifo|lvs_notify_fifo_script|lvs_sched|lvs_sync_daemon|max_auto_priority|max_hops|mcast_src_ip|mh-fallback|mh-port|min_auto_priority_delay|min_rx|min_tx|misc_dynamic|misc_path|misc_timeout|multiplier|name|namespace_with_ipsets|native_ipv6|neighbor_ip|net_namespace|net_namespace_ipvs|nftables|nftables_counters|nftables_ifindex|nftables_priority|no_accept|no_checker_emails|no_email_faults|nopreempt|notification_email|notification_email_from|notify|notify_backup|notify_deleted|notify_down|notify_fault|notify_fifo|notify_fifo_script|notify_master|notify_master_rx_lower_pri|notify_priority_changes|notify_stop|notify_up|old_unicast_checksum|omega|ops|param_match|passive|password|path|persistence_engine|persistence_granularity|persistence_timeout|preempt|preempt_delay|priority|process|process_monitor_rcv_bufs|process_monitor_rcv_bufs_force|process_name|process_names|promote_secondaries|protocol|proxy_arp|proxy_arp_pvlan|quorum|quorum_down|quorum_max|quorum_up|random_seed|real_server|regex|regex_max_offset|regex_min_offset|regex_no_match|regex_options|regex_stack|reload_repeat|reload_time_file|require_reply|retry|rise|router_id|rs_init_notifies|script|script_user|sh-fallback|sh-port|shutdown_script|shutdown_script_timeout|skip_check_adv_addr|smtp_alert|smtp_alert_checker|smtp_alert_vrrp|smtp_connect_timeout|smtp_helo_name|smtp_server|snmp_socket|sorry_server|sorry_server_inhibit|sorry_server_lvs_method|source_ip|start|startup_script|startup_script_timeout|state|static_ipaddress|static_routes|static_rules|status_code|step|strict_mode|sync_group_tracking_weight|terminate_delay|timeout|track_bfd|track_file|track_group|track_interface|track_process|track_script|track_src_ip|ttl|type|umask|unicast_peer|unicast_src_ip|unicast_ttl|url|use_ipvlan|use_pid_dir|use_vmac|user|uthreshold|val[123]|version|virtual_ipaddress|virtual_ipaddress_excluded|virtual_router_id|virtual_routes|virtual_rules|virtual_server|virtual_server_group|virtualhost|vmac_xmit_base|vrrp|vrrp_(?:check_unicast_src|cpu_affinity|garp_interval|garp_lower_prio_delay|garp_lower_prio_repeat|garp_master_delay|garp_master_refresh|garp_master_refresh_repeat|garp_master_repeat|gna_interval|higher_prio_send_advert|instance|ipsets|iptables|lower_prio_no_advert|mcast_group4|mcast_group6|min_garp|netlink_cmd_rcv_bufs|netlink_cmd_rcv_bufs_force|netlink_monitor_rcv_bufs|netlink_monitor_rcv_bufs_force|no_swap|notify_fifo|notify_fifo_script|notify_priority_changes|priority|process_name|rlimit_rttime|rt_priority|rx_bufs_multiplier|rx_bufs_policy|script|skip_check_adv_addr|startup_delay|strict|sync_group|track_process|version)|warmup|weight)\b/,constant:/\b(?:A|AAAA|AH|BACKUP|CNAME|DR|MASTER|MX|NAT|NS|PASS|SCTP|SOA|TCP|TUN|TXT|UDP|dh|fo|lblc|lblcr|lc|mh|nq|ovf|rr|sed|sh|wlc|wrr)\b/,number:{pattern:/(^|[^\w.-])-?\d+(?:\.\d+)?/,lookbehind:!0},boolean:/\b(?:false|no|off|on|true|yes)\b/,punctuation:/[\{\}]/}}},35760:function(de){"use strict";de.exports=ae,ae.displayName="keyman",ae.aliases=[];function ae(E){E.languages.keyman={comment:{pattern:/\bc .*/i,greedy:!0},string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},"virtual-key":{pattern:/\[\s*(?:(?:ALT|CAPS|CTRL|LALT|LCTRL|NCAPS|RALT|RCTRL|SHIFT)\s+)*(?:[TKU]_[\w?]+|[A-E]\d\d?|"[^"\r\n]*"|'[^'\r\n]*')\s*\]/i,greedy:!0,alias:"function"},"header-keyword":{pattern:/&\w+/,alias:"bold"},"header-statement":{pattern:/\b(?:bitmap|bitmaps|caps always off|caps on only|copyright|hotkey|language|layout|message|name|shift frees caps|version)\b/i,alias:"bold"},"rule-keyword":{pattern:/\b(?:any|baselayout|beep|call|context|deadkey|dk|if|index|layer|notany|nul|outs|platform|reset|return|save|set|store|use)\b/i,alias:"keyword"},"structural-keyword":{pattern:/\b(?:ansi|begin|group|match|nomatch|unicode|using keys)\b/i,alias:"keyword"},"compile-target":{pattern:/\$(?:keyman|keymanonly|keymanweb|kmfl|weaver):/i,alias:"property"},number:/\b(?:U\+[\dA-F]+|d\d+|x[\da-f]+|\d+)\b/i,operator:/[+>\\$]|\.\./,punctuation:/[()=,]/}}},19715:function(de){"use strict";de.exports=ae,ae.displayName="kotlin",ae.aliases=["kt","kts"];function ae(E){(function(y){y.languages.kotlin=y.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete y.languages.kotlin["class-name"];var pe={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:y.languages.kotlin}};y.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:pe},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:pe},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete y.languages.kotlin.string,y.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),y.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),y.languages.kt=y.languages.kotlin,y.languages.kts=y.languages.kotlin})(E)}},27614:function(de){"use strict";de.exports=ae,ae.displayName="kumir",ae.aliases=["kum"];function ae(E){(function(y){var pe=/\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source;function se(me,Ee){return RegExp(me.replace(/<nonId>/g,pe),Ee)}y.languages.kumir={comment:{pattern:/\|.*/},prolog:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^\n\r"]*"|'[^\n\r']*'/,greedy:!0},boolean:{pattern:se(/(^|[<nonId>])(?:да|нет)(?=[<nonId>]|$)/.source),lookbehind:!0},"operator-word":{pattern:se(/(^|[<nonId>])(?:и|или|не)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},"system-variable":{pattern:se(/(^|[<nonId>])знач(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},type:[{pattern:se(/(^|[<nonId>])(?:вещ|лит|лог|сим|цел)(?:\x20*таб)?(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"builtin"},{pattern:se(/(^|[<nonId>])(?:компл|сканкод|файл|цвет)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"important"}],keyword:{pattern:se(/(^|[<nonId>])(?:алг|арг(?:\x20*рез)?|ввод|ВКЛЮЧИТЬ|вс[её]|выбор|вывод|выход|дано|для|до|дс|если|иначе|исп|использовать|кон(?:(?:\x20+|_)исп)?|кц(?:(?:\x20+|_)при)?|надо|нач|нс|нц|от|пауза|пока|при|раза?|рез|стоп|таб|то|утв|шаг)(?=[<nonId>]|$)/.source),lookbehind:!0},name:{pattern:se(/(^|[<nonId>])[^\d<nonId>][^<nonId>]*(?:\x20+[^<nonId>]+)*(?=[<nonId>]|$)/.source),lookbehind:!0},number:{pattern:se(/(^|[<nonId>])(?:\B\$[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)(?=[<nonId>]|$)/.source,"i"),lookbehind:!0},punctuation:/:=|[(),:;\[\]]/,"operator-char":{pattern:/\*\*?|<[=>]?|>=?|[-+/=]/,alias:"operator"}},y.languages.kum=y.languages.kumir})(E)}},82819:function(de){"use strict";de.exports=ae,ae.displayName="kusto",ae.aliases=[];function ae(E){E.languages.kusto={comment:{pattern:/\/\/.*/,greedy:!0},string:{pattern:/```[\s\S]*?```|[hH]?(?:"(?:[^\r\n\\"]|\\.)*"|'(?:[^\r\n\\']|\\.)*'|@(?:"[^\r\n"]*"|'[^\r\n']*'))/,greedy:!0},verb:{pattern:/(\|\s*)[a-z][\w-]*/i,lookbehind:!0,alias:"keyword"},command:{pattern:/\.[a-z][a-z\d-]*\b/,alias:"keyword"},"class-name":/\b(?:bool|datetime|decimal|dynamic|guid|int|long|real|string|timespan)\b/,keyword:/\b(?:access|alias|and|anti|as|asc|auto|between|by|(?:contains|(?:ends|starts)with|has(?:perfix|suffix)?)(?:_cs)?|database|declare|desc|external|from|fullouter|has_all|in|ingestion|inline|inner|innerunique|into|(?:left|right)(?:anti(?:semi)?|inner|outer|semi)?|let|like|local|not|of|on|or|pattern|print|query_parameters|range|restrict|schema|set|step|table|tables|to|view|where|with|matches\s+regex|nulls\s+(?:first|last))(?![\w-])/,boolean:/\b(?:false|null|true)\b/,function:/\b[a-z_]\w*(?=\s*\()/,datetime:[{pattern:/\b(?:(?:Fri|Friday|Mon|Monday|Sat|Saturday|Sun|Sunday|Thu|Thursday|Tue|Tuesday|Wed|Wednesday)\s*,\s*)?\d{1,2}(?:\s+|-)(?:Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)(?:\s+|-)\d{2}\s+\d{2}:\d{2}(?::\d{2})?(?:\s*(?:\b(?:[A-Z]|(?:[ECMT][DS]|GM|U)T)|[+-]\d{4}))?\b/,alias:"number"},{pattern:/[+-]?\b(?:\d{4}-\d{2}-\d{2}(?:[ T]\d{2}:\d{2}(?::\d{2}(?:\.\d+)?)?)?|\d{2}:\d{2}(?::\d{2}(?:\.\d+)?)?)Z?/,alias:"number"}],number:/\b(?:0x[0-9A-Fa-f]+|\d+(?:\.\d+)?(?:[Ee][+-]?\d+)?)(?:(?:min|sec|[mnµ]s|[dhms]|microsecond|tick)\b)?|[+-]?\binf\b/,operator:/=>|[!=]~|[!=<>]=?|[-+*/%|]|\.\./,punctuation:/[()\[\]{},;.:]/}}},42876:function(de){"use strict";de.exports=ae,ae.displayName="latex",ae.aliases=["tex","context"];function ae(E){(function(y){var pe=/\\(?:[^a-z()[\]]|[a-z*]+)/i,se={"equation-command":{pattern:pe,alias:"regex"}};y.languages.latex={comment:/%.*/,cdata:{pattern:/(\\begin\{((?:lstlisting|verbatim)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0},equation:[{pattern:/\$\$(?:\\[\s\S]|[^\\$])+\$\$|\$(?:\\[\s\S]|[^\\$])+\$|\\\([\s\S]*?\\\)|\\\[[\s\S]*?\\\]/,inside:se,alias:"string"},{pattern:/(\\begin\{((?:align|eqnarray|equation|gather|math|multline)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0,inside:se,alias:"string"}],keyword:{pattern:/(\\(?:begin|cite|documentclass|end|label|ref|usepackage)(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0},url:{pattern:/(\\url\{)[^}]+(?=\})/,lookbehind:!0},headline:{pattern:/(\\(?:chapter|frametitle|paragraph|part|section|subparagraph|subsection|subsubparagraph|subsubsection|subsubsubparagraph)\*?(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0,alias:"class-name"},function:{pattern:pe,alias:"selector"},punctuation:/[[\]{}&]/},y.languages.tex=y.languages.latex,y.languages.context=y.languages.latex})(E)}},2980:function(de,ae,E){"use strict";var y=E(93205),pe=E(88262);de.exports=se,se.displayName="latte",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){Ee.languages.latte={comment:/^\{\*[\s\S]*/,"latte-tag":{pattern:/(^\{(?:\/(?=[a-z]))?)(?:[=_]|[a-z]\w*\b(?!\())/i,lookbehind:!0,alias:"important"},delimiter:{pattern:/^\{\/?|\}$/,alias:"punctuation"},php:{pattern:/\S(?:[\s\S]*\S)?/,alias:"language-php",inside:Ee.languages.php}};var xe=Ee.languages.extend("markup",{});Ee.languages.insertBefore("inside","attr-value",{"n-attr":{pattern:/n:[\w-]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+))?/,inside:{"attr-name":{pattern:/^[^\s=]+/,alias:"important"},"attr-value":{pattern:/=[\s\S]+/,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}],php:{pattern:/\S(?:[\s\S]*\S)?/,inside:Ee.languages.php}}}}}},xe.tag),Ee.hooks.add("before-tokenize",function(Se){if(Se.language==="latte"){var Te=/\{\*[\s\S]*?\*\}|\{[^'"\s{}*](?:[^"'/{}]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|\/\*(?:[^*]|\*(?!\/))*\*\/)*\}/g;Ee.languages["markup-templating"].buildPlaceholders(Se,"latte",Te),Se.grammar=xe}}),Ee.hooks.add("after-tokenize",function(Se){Ee.languages["markup-templating"].tokenizePlaceholders(Se,"latte")})}(me)}},41701:function(de){"use strict";de.exports=ae,ae.displayName="less",ae.aliases=[];function ae(E){E.languages.less=E.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),E.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})}},42491:function(de,ae,E){"use strict";var y=E(9997);de.exports=pe,pe.displayName="lilypond",pe.aliases=[];function pe(se){se.register(y),function(me){for(var Ee=/\((?:[^();"#\\]|\\[\s\S]|;.*(?!.)|"(?:[^"\\]|\\.)*"|#(?:\{(?:(?!#\})[\s\S])*#\}|[^{])|<expr>)*\)/.source,xe=5,Se=0;Se<xe;Se++)Ee=Ee.replace(/<expr>/g,function(){return Ee});Ee=Ee.replace(/<expr>/g,/[^\s\S]/.source);var Te=me.languages.lilypond={comment:/%(?:(?!\{).*|\{[\s\S]*?%\})/,"embedded-scheme":{pattern:RegExp(/(^|[=\s])#(?:"(?:[^"\\]|\\.)*"|[^\s()"]*(?:[^\s()]|<expr>))/.source.replace(/<expr>/g,function(){return Ee}),"m"),lookbehind:!0,greedy:!0,inside:{scheme:{pattern:/^(#)[\s\S]+$/,lookbehind:!0,alias:"language-scheme",inside:{"embedded-lilypond":{pattern:/#\{[\s\S]*?#\}/,greedy:!0,inside:{punctuation:/^#\{|#\}$/,lilypond:{pattern:/[\s\S]+/,alias:"language-lilypond",inside:null}}},rest:me.languages.scheme}},punctuation:/#/}},string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},"class-name":{pattern:/(\\new\s+)[\w-]+/,lookbehind:!0},keyword:{pattern:/\\[a-z][-\w]*/i,inside:{punctuation:/^\\/}},operator:/[=|]|<<|>>/,punctuation:{pattern:/(^|[a-z\d])(?:'+|,+|[_^]?-[_^]?(?:[-+^!>._]|(?=\d))|[_^]\.?|[.!])|[{}()[\]<>^~]|\\[()[\]<>\\!]|--|__/,lookbehind:!0},number:/\b\d+(?:\/\d+)?\b/};Te["embedded-scheme"].inside.scheme.inside["embedded-lilypond"].inside.lilypond.inside=Te,me.languages.ly=Te}(se)}},34927:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="liquid",pe.aliases=[];function pe(se){se.register(y),se.languages.liquid={comment:{pattern:/(^\{%\s*comment\s*%\})[\s\S]+(?=\{%\s*endcomment\s*%\}$)/,lookbehind:!0},delimiter:{pattern:/^\{(?:\{\{|[%\{])-?|-?(?:\}\}|[%\}])\}$/,alias:"punctuation"},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},keyword:/\b(?:as|assign|break|(?:end)?(?:capture|case|comment|for|form|if|paginate|raw|style|tablerow|unless)|continue|cycle|decrement|echo|else|elsif|in|include|increment|limit|liquid|offset|range|render|reversed|section|when|with)\b/,object:/\b(?:address|all_country_option_tags|article|block|blog|cart|checkout|collection|color|country|country_option_tags|currency|current_page|current_tags|customer|customer_address|date|discount_allocation|discount_application|external_video|filter|filter_value|font|forloop|fulfillment|generic_file|gift_card|group|handle|image|line_item|link|linklist|localization|location|measurement|media|metafield|model|model_source|order|page|page_description|page_image|page_title|part|policy|product|product_option|recommendations|request|robots|routes|rule|script|search|selling_plan|selling_plan_allocation|selling_plan_group|shipping_method|shop|shop_locale|sitemap|store_availability|tax_line|template|theme|transaction|unit_price_measurement|user_agent|variant|video|video_source)\b/,function:[{pattern:/(\|\s*)\w+/,lookbehind:!0,alias:"filter"},{pattern:/(\.\s*)(?:first|last|size)/,lookbehind:!0}],boolean:/\b(?:false|nil|true)\b/,range:{pattern:/\.\./,alias:"operator"},number:/\b\d+(?:\.\d+)?\b/,operator:/[!=]=|<>|[<>]=?|[|?:=-]|\b(?:and|contains(?=\s)|or)\b/,punctuation:/[.,\[\]()]/,empty:{pattern:/\bempty\b/,alias:"keyword"}},se.hooks.add("before-tokenize",function(me){var Ee=/\{%\s*comment\s*%\}[\s\S]*?\{%\s*endcomment\s*%\}|\{(?:%[\s\S]*?%|\{\{[\s\S]*?\}\}|\{[\s\S]*?\})\}/g,xe=!1;se.languages["markup-templating"].buildPlaceholders(me,"liquid",Ee,function(Se){var Te=/^\{%-?\s*(\w+)/.exec(Se);if(Te){var Ie=Te[1];if(Ie==="raw"&&!xe)return xe=!0,!0;if(Ie==="endraw")return xe=!1,!0}return!xe})}),se.hooks.add("after-tokenize",function(me){se.languages["markup-templating"].tokenizePlaceholders(me,"liquid")})}},3848:function(de){"use strict";de.exports=ae,ae.displayName="lisp",ae.aliases=[];function ae(E){(function(y){function pe(fe){return RegExp(/(\()/.source+"(?:"+fe+")"+/(?=[\s\)])/.source)}function se(fe){return RegExp(/([\s([])/.source+"(?:"+fe+")"+/(?=[\s)])/.source)}var me=/(?!\d)[-+*/~!@$%^=<>{}\w]+/.source,Ee="&"+me,xe="(\\()",Se="(?=\\))",Te="(?=\\s)",Ie=/(?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\))*\))*\))*/.source,Le={heading:{pattern:/;;;.*/,alias:["comment","title"]},comment:/;.*/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0,inside:{argument:/[-A-Z]+(?=[.,\s])/,symbol:RegExp("`"+me+"'")}},"quoted-symbol":{pattern:RegExp("#?'"+me),alias:["variable","symbol"]},"lisp-property":{pattern:RegExp(":"+me),alias:"property"},splice:{pattern:RegExp(",@?"+me),alias:["symbol","variable"]},keyword:[{pattern:RegExp(xe+"(?:and|(?:cl-)?letf|cl-loop|cond|cons|error|if|(?:lexical-)?let\\*?|message|not|null|or|provide|require|setq|unless|use-package|when|while)"+Te),lookbehind:!0},{pattern:RegExp(xe+"(?:append|by|collect|concat|do|finally|for|in|return)"+Te),lookbehind:!0}],declare:{pattern:pe(/declare/.source),lookbehind:!0,alias:"keyword"},interactive:{pattern:pe(/interactive/.source),lookbehind:!0,alias:"keyword"},boolean:{pattern:se(/nil|t/.source),lookbehind:!0},number:{pattern:se(/[-+]?\d+(?:\.\d*)?/.source),lookbehind:!0},defvar:{pattern:RegExp(xe+"def(?:const|custom|group|var)\\s+"+me),lookbehind:!0,inside:{keyword:/^def[a-z]+/,variable:RegExp(me)}},defun:{pattern:RegExp(xe+/(?:cl-)?(?:defmacro|defun\*?)\s+/.source+me+/\s+\(/.source+Ie+/\)/.source),lookbehind:!0,greedy:!0,inside:{keyword:/^(?:cl-)?def\S+/,arguments:null,function:{pattern:RegExp("(^\\s)"+me),lookbehind:!0},punctuation:/[()]/}},lambda:{pattern:RegExp(xe+"lambda\\s+\\(\\s*(?:&?"+me+"(?:\\s+&?"+me+")*\\s*)?\\)"),lookbehind:!0,greedy:!0,inside:{keyword:/^lambda/,arguments:null,punctuation:/[()]/}},car:{pattern:RegExp(xe+me),lookbehind:!0},punctuation:[/(?:['`,]?\(|[)\[\]])/,{pattern:/(\s)\.(?=\s)/,lookbehind:!0}]},He={"lisp-marker":RegExp(Ee),varform:{pattern:RegExp(/\(/.source+me+/\s+(?=\S)/.source+Ie+/\)/.source),inside:Le},argument:{pattern:RegExp(/(^|[\s(])/.source+me),lookbehind:!0,alias:"variable"},rest:Le},We="\\S+(?:\\s+\\S+)*",rt={pattern:RegExp(xe+Ie+Se),lookbehind:!0,inside:{"rest-vars":{pattern:RegExp("&(?:body|rest)\\s+"+We),inside:He},"other-marker-vars":{pattern:RegExp("&(?:aux|optional)\\s+"+We),inside:He},keys:{pattern:RegExp("&key\\s+"+We+"(?:\\s+&allow-other-keys)?"),inside:He},argument:{pattern:RegExp(me),alias:"variable"},punctuation:/[()]/}};Le.lambda.inside.arguments=rt,Le.defun.inside.arguments=y.util.clone(rt),Le.defun.inside.arguments.inside.sublist=rt,y.languages.lisp=Le,y.languages.elisp=Le,y.languages.emacs=Le,y.languages["emacs-lisp"]=Le})(E)}},41469:function(de){"use strict";de.exports=ae,ae.displayName="livescript",ae.aliases=[];function ae(E){E.languages.livescript={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\])#.*/,lookbehind:!0}],"interpolated-string":{pattern:/(^|[^"])("""|")(?:\\[\s\S]|(?!\2)[^\\])*\2(?!")/,lookbehind:!0,greedy:!0,inside:{variable:{pattern:/(^|[^\\])#[a-z_](?:-?[a-z]|[\d_])*/m,lookbehind:!0},interpolation:{pattern:/(^|[^\\])#\{[^}]+\}/m,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^#\{|\}$/,alias:"variable"}}},string:/[\s\S]+/}},string:[{pattern:/('''|')(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},{pattern:/<\[[\s\S]*?\]>/,greedy:!0},/\\[^\s,;\])}]+/],regex:[{pattern:/\/\/(?:\[[^\r\n\]]*\]|\\.|(?!\/\/)[^\\\[])+\/\/[gimyu]{0,5}/,greedy:!0,inside:{comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0}}},{pattern:/\/(?:\[[^\r\n\]]*\]|\\.|[^/\\\r\n\[])+\/[gimyu]{0,5}/,greedy:!0}],keyword:{pattern:/(^|(?!-).)\b(?:break|case|catch|class|const|continue|default|do|else|extends|fallthrough|finally|for(?: ever)?|function|if|implements|it|let|loop|new|null|otherwise|own|return|super|switch|that|then|this|throw|try|unless|until|var|void|when|while|yield)(?!-)\b/m,lookbehind:!0},"keyword-operator":{pattern:/(^|[^-])\b(?:(?:delete|require|typeof)!|(?:and|by|delete|export|from|import(?: all)?|in|instanceof|is(?: not|nt)?|not|of|or|til|to|typeof|with|xor)(?!-)\b)/m,lookbehind:!0,alias:"operator"},boolean:{pattern:/(^|[^-])\b(?:false|no|off|on|true|yes)(?!-)\b/m,lookbehind:!0},argument:{pattern:/(^|(?!\.&\.)[^&])&(?!&)\d*/m,lookbehind:!0,alias:"variable"},number:/\b(?:\d+~[\da-z]+|\d[\d_]*(?:\.\d[\d_]*)?(?:[a-z]\w*)?)/i,identifier:/[a-z_](?:-?[a-z]|[\d_])*/i,operator:[{pattern:/( )\.(?= )/,lookbehind:!0},/\.(?:[=~]|\.\.?)|\.(?:[&|^]|<<|>>>?)\.|:(?:=|:=?)|&&|\|[|>]|<(?:<<?<?|--?!?|~~?!?|[|=?])?|>[>=?]?|-(?:->?|>)?|\+\+?|@@?|%%?|\*\*?|!(?:~?=|--?>|~?~>)?|~(?:~?>|=)?|==?|\^\^?|[\/?]/],punctuation:/[(){}\[\]|.,:;`]/},E.languages.livescript["interpolated-string"].inside.interpolation.inside.rest=E.languages.livescript}},73070:function(de){"use strict";de.exports=ae,ae.displayName="llvm",ae.aliases=[];function ae(E){(function(y){y.languages.llvm={comment:/;.*/,string:{pattern:/"[^"]*"/,greedy:!0},boolean:/\b(?:false|true)\b/,variable:/[%@!#](?:(?!\d)(?:[-$.\w]|\\[a-f\d]{2})+|\d+)/i,label:/(?!\d)(?:[-$.\w]|\\[a-f\d]{2})+:/i,type:{pattern:/\b(?:double|float|fp128|half|i[1-9]\d*|label|metadata|ppc_fp128|token|void|x86_fp80|x86_mmx)\b/,alias:"class-name"},keyword:/\b[a-z_][a-z_0-9]*\b/,number:/[+-]?\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-Fa-f]+\b|\b0xK[\dA-Fa-f]{20}\b|\b0x[ML][\dA-Fa-f]{32}\b|\b0xH[\dA-Fa-f]{4}\b/,punctuation:/[{}[\];(),.!*=<>]/}})(E)}},35049:function(de){"use strict";de.exports=ae,ae.displayName="log",ae.aliases=[];function ae(E){E.languages.log={string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?![st] | \w)(?:[^'\\\r\n]|\\.)*'/,greedy:!0},exception:{pattern:/(^|[^\w.])[a-z][\w.]*(?:Error|Exception):.*(?:(?:\r\n?|\n)[ \t]*(?:at[ \t].+|\.{3}.*|Caused by:.*))+(?:(?:\r\n?|\n)[ \t]*\.\.\. .*)?/,lookbehind:!0,greedy:!0,alias:["javastacktrace","language-javastacktrace"],inside:E.languages.javastacktrace||{keyword:/\bat\b/,function:/[a-z_][\w$]*(?=\()/,punctuation:/[.:()]/}},level:[{pattern:/\b(?:ALERT|CRIT|CRITICAL|EMERG|EMERGENCY|ERR|ERROR|FAILURE|FATAL|SEVERE)\b/,alias:["error","important"]},{pattern:/\b(?:WARN|WARNING|WRN)\b/,alias:["warning","important"]},{pattern:/\b(?:DISPLAY|INF|INFO|NOTICE|STATUS)\b/,alias:["info","keyword"]},{pattern:/\b(?:DBG|DEBUG|FINE)\b/,alias:["debug","keyword"]},{pattern:/\b(?:FINER|FINEST|TRACE|TRC|VERBOSE|VRB)\b/,alias:["trace","comment"]}],property:{pattern:/((?:^|[\]|])[ \t]*)[a-z_](?:[\w-]|\b\/\b)*(?:[. ]\(?\w(?:[\w-]|\b\/\b)*\)?)*:(?=\s)/im,lookbehind:!0},separator:{pattern:/(^|[^-+])-{3,}|={3,}|\*{3,}|- - /m,lookbehind:!0,alias:"comment"},url:/\b(?:file|ftp|https?):\/\/[^\s|,;'"]*[^\s|,;'">.]/,email:{pattern:/(^|\s)[-\w+.]+@[a-z][a-z0-9-]*(?:\.[a-z][a-z0-9-]*)+(?=\s)/,lookbehind:!0,alias:"url"},"ip-address":{pattern:/\b(?:\d{1,3}(?:\.\d{1,3}){3})\b/,alias:"constant"},"mac-address":{pattern:/\b[a-f0-9]{2}(?::[a-f0-9]{2}){5}\b/i,alias:"constant"},domain:{pattern:/(^|\s)[a-z][a-z0-9-]*(?:\.[a-z][a-z0-9-]*)*\.[a-z][a-z0-9-]+(?=\s)/,lookbehind:!0,alias:"constant"},uuid:{pattern:/\b[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\b/i,alias:"constant"},hash:{pattern:/\b(?:[a-f0-9]{32}){1,2}\b/i,alias:"constant"},"file-path":{pattern:/\b[a-z]:[\\/][^\s|,;:(){}\[\]"']+|(^|[\s:\[\](>|])\.{0,2}\/\w[^\s|,;:(){}\[\]"']*/i,lookbehind:!0,greedy:!0,alias:"string"},date:{pattern:RegExp(/\b\d{4}[-/]\d{2}[-/]\d{2}(?:T(?=\d{1,2}:)|(?=\s\d{1,2}:))/.source+"|"+/\b\d{1,4}[-/ ](?:\d{1,2}|Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)[-/ ]\d{2,4}T?\b/.source+"|"+/\b(?:(?:Fri|Mon|Sat|Sun|Thu|Tue|Wed)(?:\s{1,2}(?:Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep))?|Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)\s{1,2}\d{1,2}\b/.source,"i"),alias:"number"},time:{pattern:/\b\d{1,2}:\d{1,2}:\d{1,2}(?:[.,:]\d+)?(?:\s?[+-]\d{2}:?\d{2}|Z)?\b/,alias:"number"},boolean:/\b(?:false|null|true)\b/i,number:{pattern:/(^|[^.\w])(?:0x[a-f0-9]+|0o[0-7]+|0b[01]+|v?\d[\da-f]*(?:\.\d+)*(?:e[+-]?\d+)?[a-z]{0,3}\b)\b(?!\.\w)/i,lookbehind:!0},operator:/[;:?<=>~/@!$%&+\-|^(){}*#]/,punctuation:/[\[\].,]/}}},8789:function(de){"use strict";de.exports=ae,ae.displayName="lolcode",ae.aliases=[];function ae(E){E.languages.lolcode={comment:[/\bOBTW\s[\s\S]*?\sTLDR\b/,/\bBTW.+/],string:{pattern:/"(?::.|[^":])*"/,inside:{variable:/:\{[^}]+\}/,symbol:[/:\([a-f\d]+\)/i,/:\[[^\]]+\]/,/:[)>o":]/]},greedy:!0},number:/(?:\B-)?(?:\b\d+(?:\.\d*)?|\B\.\d+)/,symbol:{pattern:/(^|\s)(?:A )?(?:BUKKIT|NOOB|NUMBAR|NUMBR|TROOF|YARN)(?=\s|,|$)/,lookbehind:!0,inside:{keyword:/A(?=\s)/}},label:{pattern:/((?:^|\s)(?:IM IN YR|IM OUTTA YR) )[a-zA-Z]\w*/,lookbehind:!0,alias:"string"},function:{pattern:/((?:^|\s)(?:HOW IZ I|I IZ|IZ) )[a-zA-Z]\w*/,lookbehind:!0},keyword:[{pattern:/(^|\s)(?:AN|FOUND YR|GIMMEH|GTFO|HAI|HAS A|HOW IZ I|I HAS A|I IZ|IF U SAY SO|IM IN YR|IM OUTTA YR|IS NOW(?: A)?|ITZ(?: A)?|IZ|KTHX|KTHXBYE|LIEK(?: A)?|MAEK|MEBBE|MKAY|NERFIN|NO WAI|O HAI IM|O RLY\?|OIC|OMG|OMGWTF|R|SMOOSH|SRS|TIL|UPPIN|VISIBLE|WILE|WTF\?|YA RLY|YR)(?=\s|,|$)/,lookbehind:!0},/'Z(?=\s|,|$)/],boolean:{pattern:/(^|\s)(?:FAIL|WIN)(?=\s|,|$)/,lookbehind:!0},variable:{pattern:/(^|\s)IT(?=\s|,|$)/,lookbehind:!0},operator:{pattern:/(^|\s)(?:NOT|BOTH SAEM|DIFFRINT|(?:ALL|ANY|BIGGR|BOTH|DIFF|EITHER|MOD|PRODUKT|QUOSHUNT|SMALLR|SUM|WON) OF)(?=\s|,|$)/,lookbehind:!0},punctuation:/\.{3}|…|,|!/}}},59803:function(de){"use strict";de.exports=ae,ae.displayName="lua",ae.aliases=[];function ae(E){E.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[^z]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+(?:\.[a-f\d]*)?(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|(?:\.\d*)?(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}}},86328:function(de){"use strict";de.exports=ae,ae.displayName="magma",ae.aliases=[];function ae(E){E.languages.magma={output:{pattern:/^(>.*(?:\r(?:\n|(?!\n))|\n))(?!>)(?:.+|(?:\r(?:\n|(?!\n))|\n)(?!>).*)(?:(?:\r(?:\n|(?!\n))|\n)(?!>).*)*/m,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/(^|[^\\"])"(?:[^\r\n\\"]|\\.)*"/,lookbehind:!0,greedy:!0},keyword:/\b(?:_|adj|and|assert|assert2|assert3|assigned|break|by|case|cat|catch|clear|cmpeq|cmpne|continue|declare|default|delete|diff|div|do|elif|else|end|eq|error|eval|exists|exit|for|forall|forward|fprintf|freeze|function|ge|gt|if|iload|import|in|intrinsic|is|join|le|load|local|lt|meet|mod|ne|not|notadj|notin|notsubset|or|print|printf|procedure|quit|random|read|readi|repeat|require|requirege|requirerange|restore|return|save|sdiff|select|subset|then|time|to|try|until|vprint|vprintf|vtime|when|where|while|xor)\b/,boolean:/\b(?:false|true)\b/,generator:{pattern:/\b[a-z_]\w*(?=\s*<)/i,alias:"class-name"},function:/\b[a-z_]\w*(?=\s*\()/i,number:{pattern:/(^|[^\w.]|\.\.)(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?:_[a-z]?)?(?=$|[^\w.]|\.\.)/,lookbehind:!0},operator:/->|[-+*/^~!|#=]|:=|\.\./,punctuation:/[()[\]{}<>,;.:]/}}},33055:function(de){"use strict";de.exports=ae,ae.displayName="makefile",ae.aliases=[];function ae(E){E.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/}}},90542:function(de){"use strict";de.exports=ae,ae.displayName="markdown",ae.aliases=["md"];function ae(E){(function(y){var pe=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function se(He){return He=He.replace(/<inner>/g,function(){return pe}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+He+")")}var me=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,Ee=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return me}),xe=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;y.languages.markdown=y.languages.extend("markup",{}),y.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:y.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+Ee+xe+"(?:"+Ee+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+Ee+xe+")(?:"+Ee+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(me),inside:y.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+Ee+")"+xe+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+Ee+"$"),inside:{"table-header":{pattern:RegExp(me),alias:"important",inside:y.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:se(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:se(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:se(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:se(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(He){["url","bold","italic","strike","code-snippet"].forEach(function(We){He!==We&&(y.languages.markdown[He].inside.content.inside[We]=y.languages.markdown[We])})}),y.hooks.add("after-tokenize",function(He){if(He.language!=="markdown"&&He.language!=="md")return;function We(rt){if(!(!rt||typeof rt=="string"))for(var fe=0,b=rt.length;fe<b;fe++){var a=rt[fe];if(a.type!=="code"){We(a.content);continue}var ee=a.content[1],x=a.content[3];if(ee&&x&&ee.type==="code-language"&&x.type==="code-block"&&typeof ee.content=="string"){var te=ee.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");te=(/[a-z][\w-]*/i.exec(te)||[""])[0].toLowerCase();var re="language-"+te;x.alias?typeof x.alias=="string"?x.alias=[x.alias,re]:x.alias.push(re):x.alias=[re]}}}We(He.tokens)}),y.hooks.add("wrap",function(He){if(He.type==="code-block"){for(var We="",rt=0,fe=He.classes.length;rt<fe;rt++){var b=He.classes[rt],a=/language-(.+)/.exec(b);if(a){We=a[1];break}}var ee=y.languages[We];if(ee)He.content=y.highlight(Le(He.content.value),ee,We);else if(We&&We!=="none"&&y.plugins.autoloader){var x="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);He.attributes.id=x,y.plugins.autoloader.loadLanguages(We,function(){var te=document.getElementById(x);te&&(te.innerHTML=y.highlight(te.textContent,y.languages[We],We))})}}});var Se=RegExp(y.languages.markup.tag.pattern.source,"gi"),Te={amp:"&",lt:"<",gt:">",quot:'"'},Ie=String.fromCodePoint||String.fromCharCode;function Le(He){var We=He.replace(Se,"");return We=We.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(rt,fe){if(fe=fe.toLowerCase(),fe[0]==="#"){var b;return fe[1]==="x"?b=parseInt(fe.slice(2),16):b=Number(fe.slice(1)),Ie(b)}else{var a=Te[fe];return a||rt}}),We}y.languages.md=y.languages.markdown})(E)}},93205:function(de){"use strict";de.exports=ae,ae.displayName="markupTemplating",ae.aliases=[];function ae(E){(function(y){function pe(se,me){return"___"+se.toUpperCase()+me+"___"}Object.defineProperties(y.languages["markup-templating"]={},{buildPlaceholders:{value:function(se,me,Ee,xe){if(se.language===me){var Se=se.tokenStack=[];se.code=se.code.replace(Ee,function(Te){if(typeof xe=="function"&&!xe(Te))return Te;for(var Ie=Se.length,Le;se.code.indexOf(Le=pe(me,Ie))!==-1;)++Ie;return Se[Ie]=Te,Le}),se.grammar=y.languages.markup}}},tokenizePlaceholders:{value:function(se,me){if(se.language!==me||!se.tokenStack)return;se.grammar=y.languages[me];var Ee=0,xe=Object.keys(se.tokenStack);function Se(Te){for(var Ie=0;Ie<Te.length&&!(Ee>=xe.length);Ie++){var Le=Te[Ie];if(typeof Le=="string"||Le.content&&typeof Le.content=="string"){var He=xe[Ee],We=se.tokenStack[He],rt=typeof Le=="string"?Le:Le.content,fe=pe(me,He),b=rt.indexOf(fe);if(b>-1){++Ee;var a=rt.substring(0,b),ee=new y.Token(me,y.tokenize(We,se.grammar),"language-"+me,We),x=rt.substring(b+fe.length),te=[];a&&te.push.apply(te,Se([a])),te.push(ee),x&&te.push.apply(te,Se([x])),typeof Le=="string"?Te.splice.apply(Te,[Ie,1].concat(te)):Le.content=te}}else Le.content&&Se(Le.content)}return Te}Se(se.tokens)}}})})(E)}},2717:function(de){"use strict";de.exports=ae,ae.displayName="markup",ae.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function ae(E){E.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},E.languages.markup.tag.inside["attr-value"].inside.entity=E.languages.markup.entity,E.languages.markup.doctype.inside["internal-subset"].inside=E.languages.markup,E.hooks.add("wrap",function(y){y.type==="entity"&&(y.attributes.title=y.content.value.replace(/&/,"&"))}),Object.defineProperty(E.languages.markup.tag,"addInlined",{value:function(pe,se){var me={};me["language-"+se]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:E.languages[se]},me.cdata=/^<!\[CDATA\[|\]\]>$/i;var Ee={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:me}};Ee["language-"+se]={pattern:/[\s\S]+/,inside:E.languages[se]};var xe={};xe[pe]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return pe}),"i"),lookbehind:!0,greedy:!0,inside:Ee},E.languages.insertBefore("markup","cdata",xe)}}),Object.defineProperty(E.languages.markup.tag,"addAttribute",{value:function(y,pe){E.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+y+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[pe,"language-"+pe],inside:E.languages[pe]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),E.languages.html=E.languages.markup,E.languages.mathml=E.languages.markup,E.languages.svg=E.languages.markup,E.languages.xml=E.languages.extend("markup",{}),E.languages.ssml=E.languages.xml,E.languages.atom=E.languages.xml,E.languages.rss=E.languages.xml}},27992:function(de){"use strict";de.exports=ae,ae.displayName="matlab",ae.aliases=[];function ae(E){E.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/\b(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}}},91115:function(de){"use strict";de.exports=ae,ae.displayName="maxscript",ae.aliases=[];function ae(E){(function(y){var pe=/\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|rcmenu|return|rollout|set|struct|then|throw|to|tool|try|undo|utility|when|where|while|with)\b/i;y.languages.maxscript={comment:{pattern:/\/\*[\s\S]*?(?:\*\/|$)|--.*/,greedy:!0},string:{pattern:/(^|[^"\\@])(?:"(?:[^"\\]|\\[\s\S])*"|@"[^"]*")/,lookbehind:!0,greedy:!0},path:{pattern:/\$(?:[\w/\\.*?]|'[^']*')*/,greedy:!0,alias:"string"},"function-call":{pattern:RegExp("((?:"+(/^/.source+"|"+/[;=<>+\-*/^({\[]/.source+"|"+/\b(?:and|by|case|catch|collect|do|else|if|in|not|or|return|then|to|try|where|while|with)\b/.source)+")[ ]*)(?!"+pe.source+")"+/[a-z_]\w*\b/.source+"(?=[ ]*(?:"+("(?!"+pe.source+")"+/[a-z_]/.source+"|"+/\d|-\.?\d/.source+"|"+/[({'"$@#?]/.source)+"))","im"),lookbehind:!0,greedy:!0,alias:"function"},"function-definition":{pattern:/(\b(?:fn|function)\s+)\w+\b/i,lookbehind:!0,alias:"function"},argument:{pattern:/\b[a-z_]\w*(?=:)/i,alias:"attr-name"},keyword:pe,boolean:/\b(?:false|true)\b/,time:{pattern:/(^|[^\w.])(?:(?:(?:\d+(?:\.\d*)?|\.\d+)(?:[eEdD][+-]\d+|[LP])?[msft])+|\d+:\d+(?:\.\d*)?)(?![\w.:])/,lookbehind:!0,alias:"number"},number:[{pattern:/(^|[^\w.])(?:(?:\d+(?:\.\d*)?|\.\d+)(?:[eEdD][+-]\d+|[LP])?|0x[a-fA-F0-9]+)(?![\w.:])/,lookbehind:!0},/\b(?:e|pi)\b/],constant:/\b(?:dontcollect|ok|silentValue|undefined|unsupplied)\b/,color:{pattern:/\b(?:black|blue|brown|gray|green|orange|red|white|yellow)\b/i,alias:"constant"},operator:/[-+*/<>=!]=?|[&^?]|#(?!\()/,punctuation:/[()\[\]{}.:,;]|#(?=\()|\\$/m}})(E)}},606:function(de){"use strict";de.exports=ae,ae.displayName="mel",ae.aliases=[];function ae(E){E.languages.mel={comment:/\/\/.*/,code:{pattern:/`(?:\\.|[^\\`\r\n])*`/,greedy:!0,alias:"italic",inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"}}},string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},variable:/\$\w+/,number:/\b0x[\da-fA-F]+\b|\b\d+(?:\.\d*)?|\B\.\d+/,flag:{pattern:/-[^\d\W]\w*/,alias:"operator"},keyword:/\b(?:break|case|continue|default|do|else|float|for|global|if|in|int|matrix|proc|return|string|switch|vector|while)\b/,function:/\b\w+(?=\()|\b(?:CBG|HfAddAttractorToAS|HfAssignAS|HfBuildEqualMap|HfBuildFurFiles|HfBuildFurImages|HfCancelAFR|HfConnectASToHF|HfCreateAttractor|HfDeleteAS|HfEditAS|HfPerformCreateAS|HfRemoveAttractorFromAS|HfSelectAttached|HfSelectAttractors|HfUnAssignAS|Mayatomr|about|abs|addAttr|addAttributeEditorNodeHelp|addDynamic|addNewShelfTab|addPP|addPanelCategory|addPrefixToName|advanceToNextDrivenKey|affectedNet|affects|aimConstraint|air|alias|aliasAttr|align|alignCtx|alignCurve|alignSurface|allViewFit|ambientLight|angle|angleBetween|animCone|animCurveEditor|animDisplay|animView|annotate|appendStringArray|applicationName|applyAttrPreset|applyTake|arcLenDimContext|arcLengthDimension|arclen|arrayMapper|art3dPaintCtx|artAttrCtx|artAttrPaintVertexCtx|artAttrSkinPaintCtx|artAttrTool|artBuildPaintMenu|artFluidAttrCtx|artPuttyCtx|artSelectCtx|artSetPaintCtx|artUserPaintCtx|assignCommand|assignInputDevice|assignViewportFactories|attachCurve|attachDeviceAttr|attachSurface|attrColorSliderGrp|attrCompatibility|attrControlGrp|attrEnumOptionMenu|attrEnumOptionMenuGrp|attrFieldGrp|attrFieldSliderGrp|attrNavigationControlGrp|attrPresetEditWin|attributeExists|attributeInfo|attributeMenu|attributeQuery|autoKeyframe|autoPlace|bakeClip|bakeFluidShading|bakePartialHistory|bakeResults|bakeSimulation|basename|basenameEx|batchRender|bessel|bevel|bevelPlus|binMembership|bindSkin|blend2|blendShape|blendShapeEditor|blendShapePanel|blendTwoAttr|blindDataType|boneLattice|boundary|boxDollyCtx|boxZoomCtx|bufferCurve|buildBookmarkMenu|buildKeyframeMenu|button|buttonManip|cacheFile|cacheFileCombine|cacheFileMerge|cacheFileTrack|camera|cameraView|canCreateManip|canvas|capitalizeString|catch|catchQuiet|ceil|changeSubdivComponentDisplayLevel|changeSubdivRegion|channelBox|character|characterMap|characterOutlineEditor|characterize|chdir|checkBox|checkBoxGrp|checkDefaultRenderGlobals|choice|circle|circularFillet|clamp|clear|clearCache|clip|clipEditor|clipEditorCurrentTimeCtx|clipSchedule|clipSchedulerOutliner|clipTrimBefore|closeCurve|closeSurface|cluster|cmdFileOutput|cmdScrollFieldExecuter|cmdScrollFieldReporter|cmdShell|coarsenSubdivSelectionList|collision|color|colorAtPoint|colorEditor|colorIndex|colorIndexSliderGrp|colorSliderButtonGrp|colorSliderGrp|columnLayout|commandEcho|commandLine|commandPort|compactHairSystem|componentEditor|compositingInterop|computePolysetVolume|condition|cone|confirmDialog|connectAttr|connectControl|connectDynamic|connectJoint|connectionInfo|constrain|constrainValue|constructionHistory|container|containsMultibyte|contextInfo|control|convertFromOldLayers|convertIffToPsd|convertLightmap|convertSolidTx|convertTessellation|convertUnit|copyArray|copyFlexor|copyKey|copySkinWeights|cos|cpButton|cpCache|cpClothSet|cpCollision|cpConstraint|cpConvClothToMesh|cpForces|cpGetSolverAttr|cpPanel|cpProperty|cpRigidCollisionFilter|cpSeam|cpSetEdit|cpSetSolverAttr|cpSolver|cpSolverTypes|cpTool|cpUpdateClothUVs|createDisplayLayer|createDrawCtx|createEditor|createLayeredPsdFile|createMotionField|createNewShelf|createNode|createRenderLayer|createSubdivRegion|cross|crossProduct|ctxAbort|ctxCompletion|ctxEditMode|ctxTraverse|currentCtx|currentTime|currentTimeCtx|currentUnit|curve|curveAddPtCtx|curveCVCtx|curveEPCtx|curveEditorCtx|curveIntersect|curveMoveEPCtx|curveOnSurface|curveSketchCtx|cutKey|cycleCheck|cylinder|dagPose|date|defaultLightListCheckBox|defaultNavigation|defineDataServer|defineVirtualDevice|deformer|deg_to_rad|delete|deleteAttr|deleteShadingGroupsAndMaterials|deleteShelfTab|deleteUI|deleteUnusedBrushes|delrandstr|detachCurve|detachDeviceAttr|detachSurface|deviceEditor|devicePanel|dgInfo|dgdirty|dgeval|dgtimer|dimWhen|directKeyCtx|directionalLight|dirmap|dirname|disable|disconnectAttr|disconnectJoint|diskCache|displacementToPoly|displayAffected|displayColor|displayCull|displayLevelOfDetail|displayPref|displayRGBColor|displaySmoothness|displayStats|displayString|displaySurface|distanceDimContext|distanceDimension|doBlur|dolly|dollyCtx|dopeSheetEditor|dot|dotProduct|doubleProfileBirailSurface|drag|dragAttrContext|draggerContext|dropoffLocator|duplicate|duplicateCurve|duplicateSurface|dynCache|dynControl|dynExport|dynExpression|dynGlobals|dynPaintEditor|dynParticleCtx|dynPref|dynRelEdPanel|dynRelEditor|dynamicLoad|editAttrLimits|editDisplayLayerGlobals|editDisplayLayerMembers|editRenderLayerAdjustment|editRenderLayerGlobals|editRenderLayerMembers|editor|editorTemplate|effector|emit|emitter|enableDevice|encodeString|endString|endsWith|env|equivalent|equivalentTol|erf|error|eval|evalDeferred|evalEcho|event|exactWorldBoundingBox|exclusiveLightCheckBox|exec|executeForEachObject|exists|exp|expression|expressionEditorListen|extendCurve|extendSurface|extrude|fcheck|fclose|feof|fflush|fgetline|fgetword|file|fileBrowserDialog|fileDialog|fileExtension|fileInfo|filetest|filletCurve|filter|filterCurve|filterExpand|filterStudioImport|findAllIntersections|findAnimCurves|findKeyframe|findMenuItem|findRelatedSkinCluster|finder|firstParentOf|fitBspline|flexor|floatEq|floatField|floatFieldGrp|floatScrollBar|floatSlider|floatSlider2|floatSliderButtonGrp|floatSliderGrp|floor|flow|fluidCacheInfo|fluidEmitter|fluidVoxelInfo|flushUndo|fmod|fontDialog|fopen|formLayout|format|fprint|frameLayout|fread|freeFormFillet|frewind|fromNativePath|fwrite|gamma|gauss|geometryConstraint|getApplicationVersionAsFloat|getAttr|getClassification|getDefaultBrush|getFileList|getFluidAttr|getInputDeviceRange|getMayaPanelTypes|getModifiers|getPanel|getParticleAttr|getPluginResource|getenv|getpid|glRender|glRenderEditor|globalStitch|gmatch|goal|gotoBindPose|grabColor|gradientControl|gradientControlNoAttr|graphDollyCtx|graphSelectContext|graphTrackCtx|gravity|grid|gridLayout|group|groupObjectsByName|hardenPointCurve|hardware|hardwareRenderPanel|headsUpDisplay|headsUpMessage|help|helpLine|hermite|hide|hilite|hitTest|hotBox|hotkey|hotkeyCheck|hsv_to_rgb|hudButton|hudSlider|hudSliderButton|hwReflectionMap|hwRender|hwRenderLoad|hyperGraph|hyperPanel|hyperShade|hypot|iconTextButton|iconTextCheckBox|iconTextRadioButton|iconTextRadioCollection|iconTextScrollList|iconTextStaticLabel|ikHandle|ikHandleCtx|ikHandleDisplayScale|ikSolver|ikSplineHandleCtx|ikSystem|ikSystemInfo|ikfkDisplayMethod|illustratorCurves|image|imfPlugins|inheritTransform|insertJoint|insertJointCtx|insertKeyCtx|insertKnotCurve|insertKnotSurface|instance|instanceable|instancer|intField|intFieldGrp|intScrollBar|intSlider|intSliderGrp|interToUI|internalVar|intersect|iprEngine|isAnimCurve|isConnected|isDirty|isParentOf|isSameObject|isTrue|isValidObjectName|isValidString|isValidUiName|isolateSelect|itemFilter|itemFilterAttr|itemFilterRender|itemFilterType|joint|jointCluster|jointCtx|jointDisplayScale|jointLattice|keyTangent|keyframe|keyframeOutliner|keyframeRegionCurrentTimeCtx|keyframeRegionDirectKeyCtx|keyframeRegionDollyCtx|keyframeRegionInsertKeyCtx|keyframeRegionMoveKeyCtx|keyframeRegionScaleKeyCtx|keyframeRegionSelectKeyCtx|keyframeRegionSetKeyCtx|keyframeRegionTrackCtx|keyframeStats|lassoContext|lattice|latticeDeformKeyCtx|launch|launchImageEditor|layerButton|layeredShaderPort|layeredTexturePort|layout|layoutDialog|lightList|lightListEditor|lightListPanel|lightlink|lineIntersection|linearPrecision|linstep|listAnimatable|listAttr|listCameras|listConnections|listDeviceAttachments|listHistory|listInputDeviceAxes|listInputDeviceButtons|listInputDevices|listMenuAnnotation|listNodeTypes|listPanelCategories|listRelatives|listSets|listTransforms|listUnselected|listerEditor|loadFluid|loadNewShelf|loadPlugin|loadPluginLanguageResources|loadPrefObjects|localizedPanelLabel|lockNode|loft|log|longNameOf|lookThru|ls|lsThroughFilter|lsType|lsUI|mag|makeIdentity|makeLive|makePaintable|makeRoll|makeSingleSurface|makeTubeOn|makebot|manipMoveContext|manipMoveLimitsCtx|manipOptions|manipRotateContext|manipRotateLimitsCtx|manipScaleContext|manipScaleLimitsCtx|marker|match|max|memory|menu|menuBarLayout|menuEditor|menuItem|menuItemToShelf|menuSet|menuSetPref|messageLine|min|minimizeApp|mirrorJoint|modelCurrentTimeCtx|modelEditor|modelPanel|mouse|movIn|movOut|move|moveIKtoFK|moveKeyCtx|moveVertexAlongDirection|multiProfileBirailSurface|mute|nParticle|nameCommand|nameField|namespace|namespaceInfo|newPanelItems|newton|nodeCast|nodeIconButton|nodeOutliner|nodePreset|nodeType|noise|nonLinear|normalConstraint|normalize|nurbsBoolean|nurbsCopyUVSet|nurbsCube|nurbsEditUV|nurbsPlane|nurbsSelect|nurbsSquare|nurbsToPoly|nurbsToPolygonsPref|nurbsToSubdiv|nurbsToSubdivPref|nurbsUVSet|nurbsViewDirectionVector|objExists|objectCenter|objectLayer|objectType|objectTypeUI|obsoleteProc|oceanNurbsPreviewPlane|offsetCurve|offsetCurveOnSurface|offsetSurface|openGLExtension|openMayaPref|optionMenu|optionMenuGrp|optionVar|orbit|orbitCtx|orientConstraint|outlinerEditor|outlinerPanel|overrideModifier|paintEffectsDisplay|pairBlend|palettePort|paneLayout|panel|panelConfiguration|panelHistory|paramDimContext|paramDimension|paramLocator|parent|parentConstraint|particle|particleExists|particleInstancer|particleRenderInfo|partition|pasteKey|pathAnimation|pause|pclose|percent|performanceOptions|pfxstrokes|pickWalk|picture|pixelMove|planarSrf|plane|play|playbackOptions|playblast|plugAttr|plugNode|pluginInfo|pluginResourceUtil|pointConstraint|pointCurveConstraint|pointLight|pointMatrixMult|pointOnCurve|pointOnSurface|pointPosition|poleVectorConstraint|polyAppend|polyAppendFacetCtx|polyAppendVertex|polyAutoProjection|polyAverageNormal|polyAverageVertex|polyBevel|polyBlendColor|polyBlindData|polyBoolOp|polyBridgeEdge|polyCacheMonitor|polyCheck|polyChipOff|polyClipboard|polyCloseBorder|polyCollapseEdge|polyCollapseFacet|polyColorBlindData|polyColorDel|polyColorPerVertex|polyColorSet|polyCompare|polyCone|polyCopyUV|polyCrease|polyCreaseCtx|polyCreateFacet|polyCreateFacetCtx|polyCube|polyCut|polyCutCtx|polyCylinder|polyCylindricalProjection|polyDelEdge|polyDelFacet|polyDelVertex|polyDuplicateAndConnect|polyDuplicateEdge|polyEditUV|polyEditUVShell|polyEvaluate|polyExtrudeEdge|polyExtrudeFacet|polyExtrudeVertex|polyFlipEdge|polyFlipUV|polyForceUV|polyGeoSampler|polyHelix|polyInfo|polyInstallAction|polyLayoutUV|polyListComponentConversion|polyMapCut|polyMapDel|polyMapSew|polyMapSewMove|polyMergeEdge|polyMergeEdgeCtx|polyMergeFacet|polyMergeFacetCtx|polyMergeUV|polyMergeVertex|polyMirrorFace|polyMoveEdge|polyMoveFacet|polyMoveFacetUV|polyMoveUV|polyMoveVertex|polyNormal|polyNormalPerVertex|polyNormalizeUV|polyOptUvs|polyOptions|polyOutput|polyPipe|polyPlanarProjection|polyPlane|polyPlatonicSolid|polyPoke|polyPrimitive|polyPrism|polyProjection|polyPyramid|polyQuad|polyQueryBlindData|polyReduce|polySelect|polySelectConstraint|polySelectConstraintMonitor|polySelectCtx|polySelectEditCtx|polySeparate|polySetToFaceNormal|polySewEdge|polyShortestPathCtx|polySmooth|polySoftEdge|polySphere|polySphericalProjection|polySplit|polySplitCtx|polySplitEdge|polySplitRing|polySplitVertex|polyStraightenUVBorder|polySubdivideEdge|polySubdivideFacet|polyToSubdiv|polyTorus|polyTransfer|polyTriangulate|polyUVSet|polyUnite|polyWedgeFace|popen|popupMenu|pose|pow|preloadRefEd|print|progressBar|progressWindow|projFileViewer|projectCurve|projectTangent|projectionContext|projectionManip|promptDialog|propModCtx|propMove|psdChannelOutliner|psdEditTextureFile|psdExport|psdTextureFile|putenv|pwd|python|querySubdiv|quit|rad_to_deg|radial|radioButton|radioButtonGrp|radioCollection|radioMenuItemCollection|rampColorPort|rand|randomizeFollicles|randstate|rangeControl|readTake|rebuildCurve|rebuildSurface|recordAttr|recordDevice|redo|reference|referenceEdit|referenceQuery|refineSubdivSelectionList|refresh|refreshAE|registerPluginResource|rehash|reloadImage|removeJoint|removeMultiInstance|removePanelCategory|rename|renameAttr|renameSelectionList|renameUI|render|renderGlobalsNode|renderInfo|renderLayerButton|renderLayerParent|renderLayerPostProcess|renderLayerUnparent|renderManip|renderPartition|renderQualityNode|renderSettings|renderThumbnailUpdate|renderWindowEditor|renderWindowSelectContext|renderer|reorder|reorderDeformers|requires|reroot|resampleFluid|resetAE|resetPfxToPolyCamera|resetTool|resolutionNode|retarget|reverseCurve|reverseSurface|revolve|rgb_to_hsv|rigidBody|rigidSolver|roll|rollCtx|rootOf|rot|rotate|rotationInterpolation|roundConstantRadius|rowColumnLayout|rowLayout|runTimeCommand|runup|sampleImage|saveAllShelves|saveAttrPreset|saveFluid|saveImage|saveInitialState|saveMenu|savePrefObjects|savePrefs|saveShelf|saveToolSettings|scale|scaleBrushBrightness|scaleComponents|scaleConstraint|scaleKey|scaleKeyCtx|sceneEditor|sceneUIReplacement|scmh|scriptCtx|scriptEditorInfo|scriptJob|scriptNode|scriptTable|scriptToShelf|scriptedPanel|scriptedPanelType|scrollField|scrollLayout|sculpt|searchPathArray|seed|selLoadSettings|select|selectContext|selectCurveCV|selectKey|selectKeyCtx|selectKeyframeRegionCtx|selectMode|selectPref|selectPriority|selectType|selectedNodes|selectionConnection|separator|setAttr|setAttrEnumResource|setAttrMapping|setAttrNiceNameResource|setConstraintRestPosition|setDefaultShadingGroup|setDrivenKeyframe|setDynamic|setEditCtx|setEditor|setFluidAttr|setFocus|setInfinity|setInputDeviceMapping|setKeyCtx|setKeyPath|setKeyframe|setKeyframeBlendshapeTargetWts|setMenuMode|setNodeNiceNameResource|setNodeTypeFlag|setParent|setParticleAttr|setPfxToPolyCamera|setPluginResource|setProject|setStampDensity|setStartupMessage|setState|setToolTo|setUITemplate|setXformManip|sets|shadingConnection|shadingGeometryRelCtx|shadingLightRelCtx|shadingNetworkCompare|shadingNode|shapeCompare|shelfButton|shelfLayout|shelfTabLayout|shellField|shortNameOf|showHelp|showHidden|showManipCtx|showSelectionInTitle|showShadingGroupAttrEditor|showWindow|sign|simplify|sin|singleProfileBirailSurface|size|sizeBytes|skinCluster|skinPercent|smoothCurve|smoothTangentSurface|smoothstep|snap2to2|snapKey|snapMode|snapTogetherCtx|snapshot|soft|softMod|softModCtx|sort|sound|soundControl|source|spaceLocator|sphere|sphrand|spotLight|spotLightPreviewPort|spreadSheetEditor|spring|sqrt|squareSurface|srtContext|stackTrace|startString|startsWith|stitchAndExplodeShell|stitchSurface|stitchSurfacePoints|strcmp|stringArrayCatenate|stringArrayContains|stringArrayCount|stringArrayInsertAtIndex|stringArrayIntersector|stringArrayRemove|stringArrayRemoveAtIndex|stringArrayRemoveDuplicates|stringArrayRemoveExact|stringArrayToString|stringToStringArray|strip|stripPrefixFromName|stroke|subdAutoProjection|subdCleanTopology|subdCollapse|subdDuplicateAndConnect|subdEditUV|subdListComponentConversion|subdMapCut|subdMapSewMove|subdMatchTopology|subdMirror|subdToBlind|subdToPoly|subdTransferUVsToCache|subdiv|subdivCrease|subdivDisplaySmoothness|substitute|substituteAllString|substituteGeometry|substring|surface|surfaceSampler|surfaceShaderList|swatchDisplayPort|switchTable|symbolButton|symbolCheckBox|sysFile|system|tabLayout|tan|tangentConstraint|texLatticeDeformContext|texManipContext|texMoveContext|texMoveUVShellContext|texRotateContext|texScaleContext|texSelectContext|texSelectShortestPathCtx|texSmudgeUVContext|texWinToolCtx|text|textCurves|textField|textFieldButtonGrp|textFieldGrp|textManip|textScrollList|textToShelf|textureDisplacePlane|textureHairColor|texturePlacementContext|textureWindow|threadCount|threePointArcCtx|timeControl|timePort|timerX|toNativePath|toggle|toggleAxis|toggleWindowVisibility|tokenize|tokenizeList|tolerance|tolower|toolButton|toolCollection|toolDropped|toolHasOptions|toolPropertyWindow|torus|toupper|trace|track|trackCtx|transferAttributes|transformCompare|transformLimits|translator|trim|trunc|truncateFluidCache|truncateHairCache|tumble|tumbleCtx|turbulence|twoPointArcCtx|uiRes|uiTemplate|unassignInputDevice|undo|undoInfo|ungroup|uniform|unit|unloadPlugin|untangleUV|untitledFileName|untrim|upAxis|updateAE|userCtx|uvLink|uvSnapshot|validateShelfName|vectorize|view2dToolCtx|viewCamera|viewClipPlane|viewFit|viewHeadOn|viewLookAt|viewManip|viewPlace|viewSet|visor|volumeAxis|vortex|waitCursor|warning|webBrowser|webBrowserPrefs|whatIs|window|windowPref|wire|wireContext|workspace|wrinkle|wrinkleContext|writeTake|xbmLangPathList|xform)\b/,operator:[/\+[+=]?|-[-=]?|&&|\|\||[<>]=|[*\/!=]=?|[%^]/,{pattern:/(^|[^<])<(?!<)/,lookbehind:!0},{pattern:/(^|[^>])>(?!>)/,lookbehind:!0}],punctuation:/<<|>>|[.,:;?\[\](){}]/},E.languages.mel.code.inside.rest=E.languages.mel}},68582:function(de){"use strict";de.exports=ae,ae.displayName="mermaid",ae.aliases=[];function ae(E){E.languages.mermaid={comment:{pattern:/%%.*/,greedy:!0},style:{pattern:/^([ \t]*(?:classDef|linkStyle|style)[ \t]+[\w$-]+[ \t]+)\w.*[^\s;]/m,lookbehind:!0,inside:{property:/\b\w[\w-]*(?=[ \t]*:)/,operator:/:/,punctuation:/,/}},"inter-arrow-label":{pattern:/([^<>ox.=-])(?:-[-.]|==)(?![<>ox.=-])[ \t]*(?:"[^"\r\n]*"|[^\s".=-](?:[^\r\n.=-]*[^\s.=-])?)[ \t]*(?:\.+->?|--+[->]|==+[=>])(?![<>ox.=-])/,lookbehind:!0,greedy:!0,inside:{arrow:{pattern:/(?:\.+->?|--+[->]|==+[=>])$/,alias:"operator"},label:{pattern:/^([\s\S]{2}[ \t]*)\S(?:[\s\S]*\S)?/,lookbehind:!0,alias:"property"},"arrow-head":{pattern:/^\S+/,alias:["arrow","operator"]}}},arrow:[{pattern:/(^|[^{}|o.-])[|}][|o](?:--|\.\.)[|o][|{](?![{}|o.-])/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>ox.=-])(?:[<ox](?:==+|--+|-\.*-)[>ox]?|(?:==+|--+|-\.*-)[>ox]|===+|---+|-\.+-)(?![<>ox.=-])/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>()x-])(?:--?(?:>>|[x>)])(?![<>()x])|(?:<<|[x<(])--?(?!-))/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>|*o.-])(?:[*o]--|--[*o]|<\|?(?:--|\.\.)|(?:--|\.\.)\|?>|--|\.\.)(?![<>|*o.-])/,lookbehind:!0,alias:"operator"}],label:{pattern:/(^|[^|<])\|(?:[^\r\n"|]|"[^"\r\n]*")+\|/,lookbehind:!0,greedy:!0,alias:"property"},text:{pattern:/(?:[(\[{]+|\b>)(?:[^\r\n"()\[\]{}]|"[^"\r\n]*")+(?:[)\]}]+|>)/,alias:"string"},string:{pattern:/"[^"\r\n]*"/,greedy:!0},annotation:{pattern:/<<(?:abstract|choice|enumeration|fork|interface|join|service)>>|\[\[(?:choice|fork|join)\]\]/i,alias:"important"},keyword:[{pattern:/(^[ \t]*)(?:action|callback|class|classDef|classDiagram|click|direction|erDiagram|flowchart|gantt|gitGraph|graph|journey|link|linkStyle|pie|requirementDiagram|sequenceDiagram|stateDiagram|stateDiagram-v2|style|subgraph)(?![\w$-])/m,lookbehind:!0,greedy:!0},{pattern:/(^[ \t]*)(?:activate|alt|and|as|autonumber|deactivate|else|end(?:[ \t]+note)?|loop|opt|par|participant|rect|state|note[ \t]+(?:over|(?:left|right)[ \t]+of))(?![\w$-])/im,lookbehind:!0,greedy:!0}],entity:/#[a-z0-9]+;/,operator:{pattern:/(\w[ \t]*)&(?=[ \t]*\w)|:::|:/,lookbehind:!0},punctuation:/[(){};]/}}},23388:function(de){"use strict";de.exports=ae,ae.displayName="mizar",ae.aliases=[];function ae(E){E.languages.mizar={comment:/::.+/,keyword:/@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|associativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters?|coherence|commutativity|compatibility|connectedness|consider|consistency|constructors|contradiction|correctness|def|deffunc|define|definitions?|defpred|do|does|end|environ|equals|ex|exactly|existence|for|from|func|given|hence|hereby|holds|idempotence|identity|iff?|implies|involutiveness|irreflexivity|is|it|let|means|mode|non|not|notations?|now|of|or|otherwise|over|per|pred|prefix|projectivity|proof|provided|qua|reconsider|redefine|reduce|reducibility|reflexivity|registrations?|requirements|reserve|sch|schemes?|section|selector|set|sethood|st|struct|such|suppose|symmetry|synonym|take|that|the|then|theorems?|thesis|thus|to|transitivity|uniqueness|vocabular(?:ies|y)|when|where|with|wrt)\b/,parameter:{pattern:/\$(?:10|\d)/,alias:"variable"},variable:/\b\w+(?=:)/,number:/(?:\b|-)\d+\b/,operator:/\.\.\.|->|&|\.?=/,punctuation:/\(#|#\)|[,:;\[\](){}]/}}},90596:function(de){"use strict";de.exports=ae,ae.displayName="mongodb",ae.aliases=[];function ae(E){(function(y){var pe=["$eq","$gt","$gte","$in","$lt","$lte","$ne","$nin","$and","$not","$nor","$or","$exists","$type","$expr","$jsonSchema","$mod","$regex","$text","$where","$geoIntersects","$geoWithin","$near","$nearSphere","$all","$elemMatch","$size","$bitsAllClear","$bitsAllSet","$bitsAnyClear","$bitsAnySet","$comment","$elemMatch","$meta","$slice","$currentDate","$inc","$min","$max","$mul","$rename","$set","$setOnInsert","$unset","$addToSet","$pop","$pull","$push","$pullAll","$each","$position","$slice","$sort","$bit","$addFields","$bucket","$bucketAuto","$collStats","$count","$currentOp","$facet","$geoNear","$graphLookup","$group","$indexStats","$limit","$listLocalSessions","$listSessions","$lookup","$match","$merge","$out","$planCacheStats","$project","$redact","$replaceRoot","$replaceWith","$sample","$set","$skip","$sort","$sortByCount","$unionWith","$unset","$unwind","$setWindowFields","$abs","$accumulator","$acos","$acosh","$add","$addToSet","$allElementsTrue","$and","$anyElementTrue","$arrayElemAt","$arrayToObject","$asin","$asinh","$atan","$atan2","$atanh","$avg","$binarySize","$bsonSize","$ceil","$cmp","$concat","$concatArrays","$cond","$convert","$cos","$dateFromParts","$dateToParts","$dateFromString","$dateToString","$dayOfMonth","$dayOfWeek","$dayOfYear","$degreesToRadians","$divide","$eq","$exp","$filter","$first","$floor","$function","$gt","$gte","$hour","$ifNull","$in","$indexOfArray","$indexOfBytes","$indexOfCP","$isArray","$isNumber","$isoDayOfWeek","$isoWeek","$isoWeekYear","$last","$last","$let","$literal","$ln","$log","$log10","$lt","$lte","$ltrim","$map","$max","$mergeObjects","$meta","$min","$millisecond","$minute","$mod","$month","$multiply","$ne","$not","$objectToArray","$or","$pow","$push","$radiansToDegrees","$range","$reduce","$regexFind","$regexFindAll","$regexMatch","$replaceOne","$replaceAll","$reverseArray","$round","$rtrim","$second","$setDifference","$setEquals","$setIntersection","$setIsSubset","$setUnion","$size","$sin","$slice","$split","$sqrt","$stdDevPop","$stdDevSamp","$strcasecmp","$strLenBytes","$strLenCP","$substr","$substrBytes","$substrCP","$subtract","$sum","$switch","$tan","$toBool","$toDate","$toDecimal","$toDouble","$toInt","$toLong","$toObjectId","$toString","$toLower","$toUpper","$trim","$trunc","$type","$week","$year","$zip","$count","$dateAdd","$dateDiff","$dateSubtract","$dateTrunc","$getField","$rand","$sampleRate","$setField","$unsetField","$comment","$explain","$hint","$max","$maxTimeMS","$min","$orderby","$query","$returnKey","$showDiskLoc","$natural"],se=["ObjectId","Code","BinData","DBRef","Timestamp","NumberLong","NumberDecimal","MaxKey","MinKey","RegExp","ISODate","UUID"];pe=pe.map(function(Ee){return Ee.replace("$","\\$")});var me="(?:"+pe.join("|")+")\\b";y.languages.mongodb=y.languages.extend("javascript",{}),y.languages.insertBefore("mongodb","string",{property:{pattern:/(?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)(?=\s*:)/,greedy:!0,inside:{keyword:RegExp(`^(['"])?`+me+"(?:\\1)?$")}}}),y.languages.mongodb.string.inside={url:{pattern:/https?:\/\/[-\w@:%.+~#=]{1,256}\.[a-z0-9()]{1,6}\b[-\w()@:%+.~#?&/=]*/i,greedy:!0},entity:{pattern:/\b(?:(?:[01]?\d\d?|2[0-4]\d|25[0-5])\.){3}(?:[01]?\d\d?|2[0-4]\d|25[0-5])\b/,greedy:!0}},y.languages.insertBefore("mongodb","constant",{builtin:{pattern:RegExp("\\b(?:"+se.join("|")+")\\b"),alias:"keyword"}})})(E)}},95721:function(de){"use strict";de.exports=ae,ae.displayName="monkey",ae.aliases=[];function ae(E){E.languages.monkey={comment:{pattern:/^#Rem\s[\s\S]*?^#End|'.+/im,greedy:!0},string:{pattern:/"[^"\r\n]*"/,greedy:!0},preprocessor:{pattern:/(^[ \t]*)#.+/m,lookbehind:!0,greedy:!0,alias:"property"},function:/\b\w+(?=\()/,"type-char":{pattern:/\b[?%#$]/,alias:"class-name"},number:{pattern:/((?:\.\.)?)(?:(?:\b|\B-\.?|\B\.)\d+(?:(?!\.\.)\.\d*)?|\$[\da-f]+)/i,lookbehind:!0},keyword:/\b(?:Abstract|Array|Bool|Case|Catch|Class|Const|Continue|Default|Eachin|Else|ElseIf|End|EndIf|Exit|Extends|Extern|False|Field|Final|Float|For|Forever|Function|Global|If|Implements|Import|Inline|Int|Interface|Local|Method|Module|New|Next|Null|Object|Private|Property|Public|Repeat|Return|Select|Self|Step|Strict|String|Super|Then|Throw|To|True|Try|Until|Void|Wend|While)\b/i,operator:/\.\.|<[=>]?|>=?|:?=|(?:[+\-*\/&~|]|\b(?:Mod|Shl|Shr)\b)=?|\b(?:And|Not|Or)\b/i,punctuation:/[.,:;()\[\]]/}}},64262:function(de){"use strict";de.exports=ae,ae.displayName="moonscript",ae.aliases=["moon"];function ae(E){E.languages.moonscript={comment:/--.*/,string:[{pattern:/'[^']*'|\[(=*)\[[\s\S]*?\]\1\]/,greedy:!0},{pattern:/"[^"]*"/,greedy:!0,inside:{interpolation:{pattern:/#\{[^{}]*\}/,inside:{moonscript:{pattern:/(^#\{)[\s\S]+(?=\})/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/#\{|\}/,alias:"punctuation"}}}}}],"class-name":[{pattern:/(\b(?:class|extends)[ \t]+)\w+/,lookbehind:!0},/\b[A-Z]\w*/],keyword:/\b(?:class|continue|do|else|elseif|export|extends|for|from|if|import|in|local|nil|return|self|super|switch|then|unless|using|when|while|with)\b/,variable:/@@?\w*/,property:{pattern:/\b(?!\d)\w+(?=:)|(:)(?!\d)\w+/,lookbehind:!0},function:{pattern:/\b(?:_G|_VERSION|assert|collectgarbage|coroutine\.(?:create|resume|running|status|wrap|yield)|debug\.(?:debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue|setfenv|sethook|setlocal|setmetatable|setupvalue|traceback)|dofile|error|getfenv|getmetatable|io\.(?:close|flush|input|lines|open|output|popen|read|stderr|stdin|stdout|tmpfile|type|write)|ipairs|load|loadfile|loadstring|math\.(?:abs|acos|asin|atan|atan2|ceil|cos|cosh|deg|exp|floor|fmod|frexp|ldexp|log|log10|max|min|modf|pi|pow|rad|random|randomseed|sin|sinh|sqrt|tan|tanh)|module|next|os\.(?:clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)|package\.(?:cpath|loaded|loadlib|path|preload|seeall)|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|string\.(?:byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)|table\.(?:concat|insert|maxn|remove|sort)|tonumber|tostring|type|unpack|xpcall)\b/,inside:{punctuation:/\./}},boolean:/\b(?:false|true)\b/,number:/(?:\B\.\d+|\b\d+\.\d+|\b\d+(?=[eE]))(?:[eE][-+]?\d+)?\b|\b(?:0x[a-fA-F\d]+|\d+)(?:U?LL)?\b/,operator:/\.{3}|[-=]>|~=|(?:[-+*/%<>!=]|\.\.)=?|[:#^]|\b(?:and|or)\b=?|\b(?:not)\b/,punctuation:/[.,()[\]{}\\]/},E.languages.moonscript.string[1].inside.interpolation.inside.moonscript.inside=E.languages.moonscript,E.languages.moon=E.languages.moonscript}},18190:function(de){"use strict";de.exports=ae,ae.displayName="n1ql",ae.aliases=[];function ae(E){E.languages.n1ql={comment:{pattern:/\/\*[\s\S]*?(?:$|\*\/)|--.*/,greedy:!0},string:{pattern:/(["'])(?:\\[\s\S]|(?!\1)[^\\]|\1\1)*\1/,greedy:!0},identifier:{pattern:/`(?:\\[\s\S]|[^\\`]|``)*`/,greedy:!0},parameter:/\$[\w.]+/,keyword:/\b(?:ADVISE|ALL|ALTER|ANALYZE|AS|ASC|AT|BEGIN|BINARY|BOOLEAN|BREAK|BUCKET|BUILD|BY|CALL|CAST|CLUSTER|COLLATE|COLLECTION|COMMIT|COMMITTED|CONNECT|CONTINUE|CORRELATE|CORRELATED|COVER|CREATE|CURRENT|DATABASE|DATASET|DATASTORE|DECLARE|DECREMENT|DELETE|DERIVED|DESC|DESCRIBE|DISTINCT|DO|DROP|EACH|ELEMENT|EXCEPT|EXCLUDE|EXECUTE|EXPLAIN|FETCH|FILTER|FLATTEN|FLUSH|FOLLOWING|FOR|FORCE|FROM|FTS|FUNCTION|GOLANG|GRANT|GROUP|GROUPS|GSI|HASH|HAVING|IF|IGNORE|ILIKE|INCLUDE|INCREMENT|INDEX|INFER|INLINE|INNER|INSERT|INTERSECT|INTO|IS|ISOLATION|JAVASCRIPT|JOIN|KEY|KEYS|KEYSPACE|KNOWN|LANGUAGE|LAST|LEFT|LET|LETTING|LEVEL|LIMIT|LSM|MAP|MAPPING|MATCHED|MATERIALIZED|MERGE|MINUS|MISSING|NAMESPACE|NEST|NL|NO|NTH_VALUE|NULL|NULLS|NUMBER|OBJECT|OFFSET|ON|OPTION|OPTIONS|ORDER|OTHERS|OUTER|OVER|PARSE|PARTITION|PASSWORD|PATH|POOL|PRECEDING|PREPARE|PRIMARY|PRIVATE|PRIVILEGE|PROBE|PROCEDURE|PUBLIC|RANGE|RAW|REALM|REDUCE|RENAME|RESPECT|RETURN|RETURNING|REVOKE|RIGHT|ROLE|ROLLBACK|ROW|ROWS|SATISFIES|SAVEPOINT|SCHEMA|SCOPE|SELECT|SELF|SEMI|SET|SHOW|SOME|START|STATISTICS|STRING|SYSTEM|TIES|TO|TRAN|TRANSACTION|TRIGGER|TRUNCATE|UNBOUNDED|UNDER|UNION|UNIQUE|UNKNOWN|UNNEST|UNSET|UPDATE|UPSERT|USE|USER|USING|VALIDATE|VALUE|VALUES|VIA|VIEW|WHERE|WHILE|WINDOW|WITH|WORK|XOR)\b/i,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:FALSE|TRUE)\b/i,number:/(?:\b\d+\.|\B\.)\d+e[+\-]?\d+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/%]|!=|==?|\|\||<[>=]?|>=?|\b(?:AND|ANY|ARRAY|BETWEEN|CASE|ELSE|END|EVERY|EXISTS|FIRST|IN|LIKE|NOT|OR|THEN|VALUED|WHEN|WITHIN)\b/i,punctuation:/[;[\](),.{}:]/}}},70896:function(de){"use strict";de.exports=ae,ae.displayName="n4js",ae.aliases=["n4jsd"];function ae(E){E.languages.n4js=E.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),E.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),E.languages.n4jsd=E.languages.n4js}},42242:function(de){"use strict";de.exports=ae,ae.displayName="nand2tetrisHdl",ae.aliases=[];function ae(E){E.languages["nand2tetris-hdl"]={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,keyword:/\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/,boolean:/\b(?:false|true)\b/,function:/\b[A-Za-z][A-Za-z0-9]*(?=\()/,number:/\b\d+\b/,operator:/=|\.\./,punctuation:/[{}[\];(),:]/}}},37943:function(de){"use strict";de.exports=ae,ae.displayName="naniscript",ae.aliases=[];function ae(E){(function(y){var pe=/\{[^\r\n\[\]{}]*\}/,se={"quoted-string":{pattern:/"(?:[^"\\]|\\.)*"/,alias:"operator"},"command-param-id":{pattern:/(\s)\w+:/,lookbehind:!0,alias:"property"},"command-param-value":[{pattern:pe,alias:"selector"},{pattern:/([\t ])\S+/,lookbehind:!0,greedy:!0,alias:"operator"},{pattern:/\S(?:.*\S)?/,alias:"operator"}]};y.languages.naniscript={comment:{pattern:/^([\t ]*);.*/m,lookbehind:!0},define:{pattern:/^>.+/m,alias:"tag",inside:{value:{pattern:/(^>\w+[\t ]+)(?!\s)[^{}\r\n]+/,lookbehind:!0,alias:"operator"},key:{pattern:/(^>)\w+/,lookbehind:!0}}},label:{pattern:/^([\t ]*)#[\t ]*\w+[\t ]*$/m,lookbehind:!0,alias:"regex"},command:{pattern:/^([\t ]*)@\w+(?=[\t ]|$).*/m,lookbehind:!0,alias:"function",inside:{"command-name":/^@\w+/,expression:{pattern:pe,greedy:!0,alias:"selector"},"command-params":{pattern:/\s*\S[\s\S]*/,inside:se}}},"generic-text":{pattern:/(^[ \t]*)[^#@>;\s].*/m,lookbehind:!0,alias:"punctuation",inside:{"escaped-char":/\\[{}\[\]"]/,expression:{pattern:pe,greedy:!0,alias:"selector"},"inline-command":{pattern:/\[[\t ]*\w[^\r\n\[\]]*\]/,greedy:!0,alias:"function",inside:{"command-params":{pattern:/(^\[[\t ]*\w+\b)[\s\S]+(?=\]$)/,lookbehind:!0,inside:se},"command-param-name":{pattern:/^(\[[\t ]*)\w+/,lookbehind:!0,alias:"name"},"start-stop-char":/[\[\]]/}}}}},y.languages.nani=y.languages.naniscript,y.hooks.add("after-tokenize",function(xe){var Se=xe.tokens;Se.forEach(function(Te){if(typeof Te!="string"&&Te.type==="generic-text"){var Ie=Ee(Te);me(Ie)||(Te.type="bad-line",Te.content=Ie)}})});function me(xe){for(var Se="[]{}",Te=[],Ie=0;Ie<xe.length;Ie++){var Le=xe[Ie],He=Se.indexOf(Le);if(He!==-1){if(He%2===0)Te.push(He+1);else if(Te.pop()!==He)return!1}}return Te.length===0}function Ee(xe){return typeof xe=="string"?xe:Array.isArray(xe)?xe.map(Ee).join(""):Ee(xe.content)}})(E)}},293:function(de){"use strict";de.exports=ae,ae.displayName="nasm",ae.aliases=[];function ae(E){E.languages.nasm={comment:/;.*$/m,string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,label:{pattern:/(^\s*)[A-Za-z._?$][\w.?$@~#]*:/m,lookbehind:!0,alias:"function"},keyword:[/\[?BITS (?:16|32|64)\]?/,{pattern:/(^\s*)section\s*[a-z.]+:?/im,lookbehind:!0},/(?:extern|global)[^;\r\n]*/i,/(?:CPU|DEFAULT|FLOAT).*$/m],register:{pattern:/\b(?:st\d|[xyz]mm\d\d?|[cdt]r\d|r\d\d?[bwd]?|[er]?[abcd]x|[abcd][hl]|[er]?(?:bp|di|si|sp)|[cdefgs]s)\b/i,alias:"variable"},number:/(?:\b|(?=\$))(?:0[hx](?:\.[\da-f]+|[\da-f]+(?:\.[\da-f]+)?)(?:p[+-]?\d+)?|\d[\da-f]+[hx]|\$\d[\da-f]*|0[oq][0-7]+|[0-7]+[oq]|0[by][01]+|[01]+[by]|0[dt]\d+|(?:\d+(?:\.\d+)?|\.\d+)(?:\.?e[+-]?\d+)?[dt]?)\b/i,operator:/[\[\]*+\-\/%<>=&|$!]/}}},83873:function(de){"use strict";de.exports=ae,ae.displayName="neon",ae.aliases=[];function ae(E){E.languages.neon={comment:{pattern:/#.*/,greedy:!0},datetime:{pattern:/(^|[[{(=:,\s])\d\d\d\d-\d\d?-\d\d?(?:(?:[Tt]| +)\d\d?:\d\d:\d\d(?:\.\d*)? *(?:Z|[-+]\d\d?(?::?\d\d)?)?)?(?=$|[\]}),\s])/,lookbehind:!0,alias:"number"},key:{pattern:/(^|[[{(,\s])[^,:=[\]{}()'"\s]+(?=\s*:(?:$|[\]}),\s])|\s*=)/,lookbehind:!0,alias:"atrule"},number:{pattern:/(^|[[{(=:,\s])[+-]?(?:0x[\da-fA-F]+|0o[0-7]+|0b[01]+|(?:\d+(?:\.\d*)?|\.?\d+)(?:[eE][+-]?\d+)?)(?=$|[\]}),:=\s])/,lookbehind:!0},boolean:{pattern:/(^|[[{(=:,\s])(?:false|no|true|yes)(?=$|[\]}),:=\s])/i,lookbehind:!0},null:{pattern:/(^|[[{(=:,\s])(?:null)(?=$|[\]}),:=\s])/i,lookbehind:!0,alias:"keyword"},string:{pattern:/(^|[[{(=:,\s])(?:('''|""")\r?\n(?:(?:[^\r\n]|\r?\n(?![\t ]*\2))*\r?\n)?[\t ]*\2|'[^'\r\n]*'|"(?:\\.|[^\\"\r\n])*")/,lookbehind:!0,greedy:!0},literal:{pattern:/(^|[[{(=:,\s])(?:[^#"',:=[\]{}()\s`-]|[:-][^"',=[\]{}()\s])(?:[^,:=\]})(\s]|:(?![\s,\]})]|$)|[ \t]+[^#,:=\]})(\s])*/,lookbehind:!0,alias:"string"},punctuation:/[,:=[\]{}()-]/}}},75932:function(de){"use strict";de.exports=ae,ae.displayName="nevod",ae.aliases=[];function ae(E){E.languages.nevod={comment:/\/\/.*|(?:\/\*[\s\S]*?(?:\*\/|$))/,string:{pattern:/(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))!?\*?/,greedy:!0,inside:{"string-attrs":/!$|!\*$|\*$/}},namespace:{pattern:/(@namespace\s+)[a-zA-Z0-9\-.]+(?=\s*\{)/,lookbehind:!0},pattern:{pattern:/(@pattern\s+)?#?[a-zA-Z0-9\-.]+(?:\s*\(\s*(?:~\s*)?[a-zA-Z0-9\-.]+\s*(?:,\s*(?:~\s*)?[a-zA-Z0-9\-.]*)*\))?(?=\s*=)/,lookbehind:!0,inside:{"pattern-name":{pattern:/^#?[a-zA-Z0-9\-.]+/,alias:"class-name"},fields:{pattern:/\(.*\)/,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},punctuation:/[,()]/,operator:{pattern:/~/,alias:"field-hidden-mark"}}}}},search:{pattern:/(@search\s+|#)[a-zA-Z0-9\-.]+(?:\.\*)?(?=\s*;)/,alias:"function",lookbehind:!0},keyword:/@(?:having|inside|namespace|outside|pattern|require|search|where)\b/,"standard-pattern":{pattern:/\b(?:Alpha|AlphaNum|Any|Blank|End|LineBreak|Num|NumAlpha|Punct|Space|Start|Symbol|Word|WordBreak)\b(?:\([a-zA-Z0-9\-.,\s+]*\))?/,inside:{"standard-pattern-name":{pattern:/^[a-zA-Z0-9\-.]+/,alias:"builtin"},quantifier:{pattern:/\b\d+(?:\s*\+|\s*-\s*\d+)?(?!\w)/,alias:"number"},"standard-pattern-attr":{pattern:/[a-zA-Z0-9\-.]+/,alias:"builtin"},punctuation:/[,()]/}},quantifier:{pattern:/\b\d+(?:\s*\+|\s*-\s*\d+)?(?!\w)/,alias:"number"},operator:[{pattern:/=/,alias:"pattern-def"},{pattern:/&/,alias:"conjunction"},{pattern:/~/,alias:"exception"},{pattern:/\?/,alias:"optionality"},{pattern:/[[\]]/,alias:"repetition"},{pattern:/[{}]/,alias:"variation"},{pattern:/[+_]/,alias:"sequence"},{pattern:/\.{2,3}/,alias:"span"}],"field-capture":[{pattern:/([a-zA-Z0-9\-.]+\s*\()\s*[a-zA-Z0-9\-.]+\s*:\s*[a-zA-Z0-9\-.]+(?:\s*,\s*[a-zA-Z0-9\-.]+\s*:\s*[a-zA-Z0-9\-.]+)*(?=\s*\))/,lookbehind:!0,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},colon:/:/}},{pattern:/[a-zA-Z0-9\-.]+\s*:/,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},colon:/:/}}],punctuation:/[:;,()]/,name:/[a-zA-Z0-9\-.]+/}}},60221:function(de){"use strict";de.exports=ae,ae.displayName="nginx",ae.aliases=[];function ae(E){(function(y){var pe=/\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i;y.languages.nginx={comment:{pattern:/(^|[\s{};])#.*/,lookbehind:!0,greedy:!0},directive:{pattern:/(^|\s)\w(?:[^;{}"'\\\s]|\\.|"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'|\s+(?:#.*(?!.)|(?![#\s])))*?(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:{string:{pattern:/((?:^|[^\\])(?:\\\\)*)(?:"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')/,lookbehind:!0,greedy:!0,inside:{escape:{pattern:/\\["'\\nrt]/,alias:"entity"},variable:pe}},comment:{pattern:/(\s)#.*/,lookbehind:!0,greedy:!0},keyword:{pattern:/^\S+/,greedy:!0},boolean:{pattern:/(\s)(?:off|on)(?!\S)/,lookbehind:!0},number:{pattern:/(\s)\d+[a-z]*(?!\S)/i,lookbehind:!0},variable:pe}},punctuation:/[{};]/}})(E)}},44188:function(de){"use strict";de.exports=ae,ae.displayName="nim",ae.aliases=[];function ae(E){E.languages.nim={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/(?:\b(?!\d)(?:\w|\\x[89a-fA-F][0-9a-fA-F])+)?(?:"""[\s\S]*?"""(?!")|"(?:\\[\s\S]|""|[^"\\])*")/,greedy:!0},char:{pattern:/'(?:\\(?:\d+|x[\da-fA-F]{0,2}|.)|[^'])'/,greedy:!0},function:{pattern:/(?:(?!\d)(?:\w|\\x[89a-fA-F][0-9a-fA-F])+|`[^`\r\n]+`)\*?(?:\[[^\]]+\])?(?=\s*\()/,greedy:!0,inside:{operator:/\*$/}},identifier:{pattern:/`[^`\r\n]+`/,greedy:!0,inside:{punctuation:/`/}},number:/\b(?:0[xXoObB][\da-fA-F_]+|\d[\d_]*(?:(?!\.\.)\.[\d_]*)?(?:[eE][+-]?\d[\d_]*)?)(?:'?[iuf]\d*)?/,keyword:/\b(?:addr|as|asm|atomic|bind|block|break|case|cast|concept|const|continue|converter|defer|discard|distinct|do|elif|else|end|enum|except|export|finally|for|from|func|generic|if|import|include|interface|iterator|let|macro|method|mixin|nil|object|out|proc|ptr|raise|ref|return|static|template|try|tuple|type|using|var|when|while|with|without|yield)\b/,operator:{pattern:/(^|[({\[](?=\.\.)|(?![({\[]\.).)(?:(?:[=+\-*\/<>@$~&%|!?^:\\]|\.\.|\.(?![)}\]]))+|\b(?:and|div|in|is|isnot|mod|not|notin|of|or|shl|shr|xor)\b)/m,lookbehind:!0},punctuation:/[({\[]\.|\.[)}\]]|[`(){}\[\],:]/}}},74426:function(de){"use strict";de.exports=ae,ae.displayName="nix",ae.aliases=[];function ae(E){E.languages.nix={comment:{pattern:/\/\*[\s\S]*?\*\/|#.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\[\s\S])*"|''(?:(?!'')[\s\S]|''(?:'|\\|\$\{))*''/,greedy:!0,inside:{interpolation:{pattern:/(^|(?:^|(?!'').)[^\\])\$\{(?:[^{}]|\{[^}]*\})*\}/,lookbehind:!0,inside:null}}},url:[/\b(?:[a-z]{3,7}:\/\/)[\w\-+%~\/.:#=?&]+/,{pattern:/([^\/])(?:[\w\-+%~.:#=?&]*(?!\/\/)[\w\-+%~\/.:#=?&])?(?!\/\/)\/[\w\-+%~\/.:#=?&]*/,lookbehind:!0}],antiquotation:{pattern:/\$(?=\{)/,alias:"important"},number:/\b\d+\b/,keyword:/\b(?:assert|builtins|else|if|in|inherit|let|null|or|then|with)\b/,function:/\b(?:abort|add|all|any|attrNames|attrValues|baseNameOf|compareVersions|concatLists|currentSystem|deepSeq|derivation|dirOf|div|elem(?:At)?|fetch(?:Tarball|url)|filter(?:Source)?|fromJSON|genList|getAttr|getEnv|hasAttr|hashString|head|import|intersectAttrs|is(?:Attrs|Bool|Function|Int|List|Null|String)|length|lessThan|listToAttrs|map|mul|parseDrvName|pathExists|read(?:Dir|File)|removeAttrs|replaceStrings|seq|sort|stringLength|sub(?:string)?|tail|throw|to(?:File|JSON|Path|String|XML)|trace|typeOf)\b|\bfoldl'\B/,boolean:/\b(?:false|true)\b/,operator:/[=!<>]=?|\+\+?|\|\||&&|\/\/|->?|[?@]/,punctuation:/[{}()[\].,:;]/},E.languages.nix.string.inside.interpolation.inside=E.languages.nix}},88447:function(de){"use strict";de.exports=ae,ae.displayName="nsis",ae.aliases=[];function ae(E){E.languages.nsis={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|[#;].*)/,lookbehind:!0,greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:{pattern:/(^[\t ]*)(?:Abort|Add(?:BrandingImage|Size)|AdvSplash|Allow(?:RootDirInstall|SkipFiles)|AutoCloseWindow|BG(?:Font|Gradient|Image)|Banner|BrandingText|BringToFront|CRCCheck|Call(?:InstDLL)?|Caption|ChangeUI|CheckBitmap|ClearErrors|CompletedText|ComponentText|CopyFiles|Create(?:Directory|Font|ShortCut)|Delete(?:INISec|INIStr|RegKey|RegValue)?|Detail(?:Print|sButtonText)|Dialer|Dir(?:Text|Var|Verify)|EnableWindow|Enum(?:RegKey|RegValue)|Exch|Exec(?:Shell(?:Wait)?|Wait)?|ExpandEnvStrings|File(?:BufSize|Close|ErrorText|Open|Read|ReadByte|ReadUTF16LE|ReadWord|Seek|Write|WriteByte|WriteUTF16LE|WriteWord)?|Find(?:Close|First|Next|Window)|FlushINI|Get(?:CurInstType|CurrentAddress|DLLVersion(?:Local)?|DlgItem|ErrorLevel|FileTime(?:Local)?|FullPathName|Function(?:Address|End)?|InstDirError|LabelAddress|TempFileName)|Goto|HideWindow|Icon|If(?:Abort|Errors|FileExists|RebootFlag|Silent)|InitPluginsDir|InstProgressFlags|Inst(?:Type(?:GetText|SetText)?)|Install(?:ButtonText|Colors|Dir(?:RegKey)?)|Int(?:64|Ptr)?CmpU?|Int(?:64)?Fmt|Int(?:Ptr)?Op|IsWindow|Lang(?:DLL|String)|License(?:BkColor|Data|ForceSelection|LangString|Text)|LoadLanguageFile|LockWindow|Log(?:Set|Text)|Manifest(?:DPIAware|SupportedOS)|Math|MessageBox|MiscButtonText|NSISdl|Name|Nop|OutFile|PE(?:DllCharacteristics|SubsysVer)|Page(?:Callbacks)?|Pop|Push|Quit|RMDir|Read(?:EnvStr|INIStr|RegDWORD|RegStr)|Reboot|RegDLL|Rename|RequestExecutionLevel|ReserveFile|Return|SearchPath|Section(?:End|GetFlags|GetInstTypes|GetSize|GetText|Group|In|SetFlags|SetInstTypes|SetSize|SetText)?|SendMessage|Set(?:AutoClose|BrandingImage|Compress|Compressor(?:DictSize)?|CtlColors|CurInstType|DatablockOptimize|DateSave|Details(?:Print|View)|ErrorLevel|Errors|FileAttributes|Font|OutPath|Overwrite|PluginUnload|RebootFlag|RegView|ShellVarContext|Silent)|Show(?:InstDetails|UninstDetails|Window)|Silent(?:Install|UnInstall)|Sleep|SpaceTexts|Splash|StartMenu|Str(?:CmpS?|Cpy|Len)|SubCaption|System|UnRegDLL|Unicode|UninstPage|Uninstall(?:ButtonText|Caption|Icon|SubCaption|Text)|UserInfo|VI(?:AddVersionKey|FileVersion|ProductVersion)|VPatch|Var|WindowIcon|Write(?:INIStr|Reg(?:Bin|DWORD|ExpandStr|MultiStr|None|Str)|Uninstaller)|XPStyle|ns(?:Dialogs|Exec))\b/m,lookbehind:!0},property:/\b(?:ARCHIVE|FILE_(?:ATTRIBUTE_ARCHIVE|ATTRIBUTE_NORMAL|ATTRIBUTE_OFFLINE|ATTRIBUTE_READONLY|ATTRIBUTE_SYSTEM|ATTRIBUTE_TEMPORARY)|HK(?:(?:CR|CU|LM)(?:32|64)?|DD|PD|U)|HKEY_(?:CLASSES_ROOT|CURRENT_CONFIG|CURRENT_USER|DYN_DATA|LOCAL_MACHINE|PERFORMANCE_DATA|USERS)|ID(?:ABORT|CANCEL|IGNORE|NO|OK|RETRY|YES)|MB_(?:ABORTRETRYIGNORE|DEFBUTTON1|DEFBUTTON2|DEFBUTTON3|DEFBUTTON4|ICONEXCLAMATION|ICONINFORMATION|ICONQUESTION|ICONSTOP|OK|OKCANCEL|RETRYCANCEL|RIGHT|RTLREADING|SETFOREGROUND|TOPMOST|USERICON|YESNO)|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY|admin|all|auto|both|colored|false|force|hide|highest|lastused|leave|listonly|none|normal|notset|off|on|open|print|show|silent|silentlog|smooth|textonly|true|user)\b/,constant:/\$\{[!\w\.:\^-]+\}|\$\([!\w\.:\^-]+\)/,variable:/\$\w[\w\.]*/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--?|\+\+?|<=?|>=?|==?=?|&&?|\|\|?|[?*\/~^%]/,punctuation:/[{}[\];(),.:]/,important:{pattern:/(^[\t ]*)!(?:addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|pragma|searchparse|searchreplace|system|tempfile|undef|verbose|warning)\b/im,lookbehind:!0}}}},16032:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="objectivec",pe.aliases=["objc"];function pe(se){se.register(y),se.languages.objectivec=se.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete se.languages.objectivec["class-name"],se.languages.objc=se.languages.objectivec}},33607:function(de){"use strict";de.exports=ae,ae.displayName="ocaml",ae.aliases=[];function ae(E){E.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/}}},22001:function(de,ae,E){"use strict";var y=E(65806);de.exports=pe,pe.displayName="opencl",pe.aliases=[];function pe(se){se.register(y),function(me){me.languages.opencl=me.languages.extend("c",{keyword:/\b(?:(?:__)?(?:constant|global|kernel|local|private|read_only|read_write|write_only)|__attribute__|auto|(?:bool|u?(?:char|int|long|short)|half|quad)(?:2|3|4|8|16)?|break|case|complex|const|continue|(?:double|float)(?:16(?:x(?:1|2|4|8|16))?|1x(?:1|2|4|8|16)|2(?:x(?:1|2|4|8|16))?|3|4(?:x(?:1|2|4|8|16))?|8(?:x(?:1|2|4|8|16))?)?|default|do|else|enum|extern|for|goto|if|imaginary|inline|packed|pipe|register|restrict|return|signed|sizeof|static|struct|switch|typedef|uniform|union|unsigned|void|volatile|while)\b/,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[fuhl]{0,4}/i,boolean:/\b(?:false|true)\b/,"constant-opencl-kernel":{pattern:/\b(?:CHAR_(?:BIT|MAX|MIN)|CLK_(?:ADDRESS_(?:CLAMP(?:_TO_EDGE)?|NONE|REPEAT)|FILTER_(?:LINEAR|NEAREST)|(?:GLOBAL|LOCAL)_MEM_FENCE|NORMALIZED_COORDS_(?:FALSE|TRUE))|CL_(?:BGRA|(?:HALF_)?FLOAT|INTENSITY|LUMINANCE|A?R?G?B?[Ax]?|(?:(?:UN)?SIGNED|[US]NORM)_(?:INT(?:8|16|32))|UNORM_(?:INT_101010|SHORT_(?:555|565)))|(?:DBL|FLT|HALF)_(?:DIG|EPSILON|(?:MAX|MIN)(?:(?:_10)?_EXP)?|MANT_DIG)|FLT_RADIX|HUGE_VALF?|(?:INT|LONG|SCHAR|SHRT)_(?:MAX|MIN)|INFINITY|MAXFLOAT|M_(?:[12]_PI|2_SQRTPI|E|LN(?:2|10)|LOG(?:2|10)E?|PI(?:_[24])?|SQRT(?:1_2|2))(?:_F|_H)?|NAN|(?:UCHAR|UINT|ULONG|USHRT)_MAX)\b/,alias:"constant"}}),me.languages.insertBefore("opencl","class-name",{"builtin-type":{pattern:/\b(?:_cl_(?:command_queue|context|device_id|event|kernel|mem|platform_id|program|sampler)|cl_(?:image_format|mem_fence_flags)|clk_event_t|event_t|image(?:1d_(?:array_|buffer_)?t|2d_(?:array_(?:depth_|msaa_depth_|msaa_)?|depth_|msaa_depth_|msaa_)?t|3d_t)|intptr_t|ndrange_t|ptrdiff_t|queue_t|reserve_id_t|sampler_t|size_t|uintptr_t)\b/,alias:"keyword"}});var Ee={"type-opencl-host":{pattern:/\b(?:cl_(?:GLenum|GLint|GLuin|addressing_mode|bitfield|bool|buffer_create_type|build_status|channel_(?:order|type)|(?:u?(?:char|int|long|short)|double|float)(?:2|3|4|8|16)?|command_(?:queue(?:_info|_properties)?|type)|context(?:_info|_properties)?|device_(?:exec_capabilities|fp_config|id|info|local_mem_type|mem_cache_type|type)|(?:event|sampler)(?:_info)?|filter_mode|half|image_info|kernel(?:_info|_work_group_info)?|map_flags|mem(?:_flags|_info|_object_type)?|platform_(?:id|info)|profiling_info|program(?:_build_info|_info)?))\b/,alias:"keyword"},"boolean-opencl-host":{pattern:/\bCL_(?:FALSE|TRUE)\b/,alias:"boolean"},"constant-opencl-host":{pattern:/\bCL_(?:A|ABGR|ADDRESS_(?:CLAMP(?:_TO_EDGE)?|MIRRORED_REPEAT|NONE|REPEAT)|ARGB|BGRA|BLOCKING|BUFFER_CREATE_TYPE_REGION|BUILD_(?:ERROR|IN_PROGRESS|NONE|PROGRAM_FAILURE|SUCCESS)|COMMAND_(?:ACQUIRE_GL_OBJECTS|BARRIER|COPY_(?:BUFFER(?:_RECT|_TO_IMAGE)?|IMAGE(?:_TO_BUFFER)?)|FILL_(?:BUFFER|IMAGE)|MAP(?:_BUFFER|_IMAGE)|MARKER|MIGRATE(?:_SVM)?_MEM_OBJECTS|NATIVE_KERNEL|NDRANGE_KERNEL|READ_(?:BUFFER(?:_RECT)?|IMAGE)|RELEASE_GL_OBJECTS|SVM_(?:FREE|MAP|MEMCPY|MEMFILL|UNMAP)|TASK|UNMAP_MEM_OBJECT|USER|WRITE_(?:BUFFER(?:_RECT)?|IMAGE))|COMPILER_NOT_AVAILABLE|COMPILE_PROGRAM_FAILURE|COMPLETE|CONTEXT_(?:DEVICES|INTEROP_USER_SYNC|NUM_DEVICES|PLATFORM|PROPERTIES|REFERENCE_COUNT)|DEPTH(?:_STENCIL)?|DEVICE_(?:ADDRESS_BITS|AFFINITY_DOMAIN_(?:L[1-4]_CACHE|NEXT_PARTITIONABLE|NUMA)|AVAILABLE|BUILT_IN_KERNELS|COMPILER_AVAILABLE|DOUBLE_FP_CONFIG|ENDIAN_LITTLE|ERROR_CORRECTION_SUPPORT|EXECUTION_CAPABILITIES|EXTENSIONS|GLOBAL_(?:MEM_(?:CACHELINE_SIZE|CACHE_SIZE|CACHE_TYPE|SIZE)|VARIABLE_PREFERRED_TOTAL_SIZE)|HOST_UNIFIED_MEMORY|IL_VERSION|IMAGE(?:2D_MAX_(?:HEIGHT|WIDTH)|3D_MAX_(?:DEPTH|HEIGHT|WIDTH)|_BASE_ADDRESS_ALIGNMENT|_MAX_ARRAY_SIZE|_MAX_BUFFER_SIZE|_PITCH_ALIGNMENT|_SUPPORT)|LINKER_AVAILABLE|LOCAL_MEM_SIZE|LOCAL_MEM_TYPE|MAX_(?:CLOCK_FREQUENCY|COMPUTE_UNITS|CONSTANT_ARGS|CONSTANT_BUFFER_SIZE|GLOBAL_VARIABLE_SIZE|MEM_ALLOC_SIZE|NUM_SUB_GROUPS|ON_DEVICE_(?:EVENTS|QUEUES)|PARAMETER_SIZE|PIPE_ARGS|READ_IMAGE_ARGS|READ_WRITE_IMAGE_ARGS|SAMPLERS|WORK_GROUP_SIZE|WORK_ITEM_DIMENSIONS|WORK_ITEM_SIZES|WRITE_IMAGE_ARGS)|MEM_BASE_ADDR_ALIGN|MIN_DATA_TYPE_ALIGN_SIZE|NAME|NATIVE_VECTOR_WIDTH_(?:CHAR|DOUBLE|FLOAT|HALF|INT|LONG|SHORT)|NOT_(?:AVAILABLE|FOUND)|OPENCL_C_VERSION|PARENT_DEVICE|PARTITION_(?:AFFINITY_DOMAIN|BY_AFFINITY_DOMAIN|BY_COUNTS|BY_COUNTS_LIST_END|EQUALLY|FAILED|MAX_SUB_DEVICES|PROPERTIES|TYPE)|PIPE_MAX_(?:ACTIVE_RESERVATIONS|PACKET_SIZE)|PLATFORM|PREFERRED_(?:GLOBAL_ATOMIC_ALIGNMENT|INTEROP_USER_SYNC|LOCAL_ATOMIC_ALIGNMENT|PLATFORM_ATOMIC_ALIGNMENT|VECTOR_WIDTH_(?:CHAR|DOUBLE|FLOAT|HALF|INT|LONG|SHORT))|PRINTF_BUFFER_SIZE|PROFILE|PROFILING_TIMER_RESOLUTION|QUEUE_(?:ON_(?:DEVICE_(?:MAX_SIZE|PREFERRED_SIZE|PROPERTIES)|HOST_PROPERTIES)|PROPERTIES)|REFERENCE_COUNT|SINGLE_FP_CONFIG|SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS|SVM_(?:ATOMICS|CAPABILITIES|COARSE_GRAIN_BUFFER|FINE_GRAIN_BUFFER|FINE_GRAIN_SYSTEM)|TYPE(?:_ACCELERATOR|_ALL|_CPU|_CUSTOM|_DEFAULT|_GPU)?|VENDOR(?:_ID)?|VERSION)|DRIVER_VERSION|EVENT_(?:COMMAND_(?:EXECUTION_STATUS|QUEUE|TYPE)|CONTEXT|REFERENCE_COUNT)|EXEC_(?:KERNEL|NATIVE_KERNEL|STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST)|FILTER_(?:LINEAR|NEAREST)|FLOAT|FP_(?:CORRECTLY_ROUNDED_DIVIDE_SQRT|DENORM|FMA|INF_NAN|ROUND_TO_INF|ROUND_TO_NEAREST|ROUND_TO_ZERO|SOFT_FLOAT)|GLOBAL|HALF_FLOAT|IMAGE_(?:ARRAY_SIZE|BUFFER|DEPTH|ELEMENT_SIZE|FORMAT|FORMAT_MISMATCH|FORMAT_NOT_SUPPORTED|HEIGHT|NUM_MIP_LEVELS|NUM_SAMPLES|ROW_PITCH|SLICE_PITCH|WIDTH)|INTENSITY|INVALID_(?:ARG_INDEX|ARG_SIZE|ARG_VALUE|BINARY|BUFFER_SIZE|BUILD_OPTIONS|COMMAND_QUEUE|COMPILER_OPTIONS|CONTEXT|DEVICE|DEVICE_PARTITION_COUNT|DEVICE_QUEUE|DEVICE_TYPE|EVENT|EVENT_WAIT_LIST|GLOBAL_OFFSET|GLOBAL_WORK_SIZE|GL_OBJECT|HOST_PTR|IMAGE_DESCRIPTOR|IMAGE_FORMAT_DESCRIPTOR|IMAGE_SIZE|KERNEL|KERNEL_ARGS|KERNEL_DEFINITION|KERNEL_NAME|LINKER_OPTIONS|MEM_OBJECT|MIP_LEVEL|OPERATION|PIPE_SIZE|PLATFORM|PROGRAM|PROGRAM_EXECUTABLE|PROPERTY|QUEUE_PROPERTIES|SAMPLER|VALUE|WORK_DIMENSION|WORK_GROUP_SIZE|WORK_ITEM_SIZE)|KERNEL_(?:ARG_(?:ACCESS_(?:NONE|QUALIFIER|READ_ONLY|READ_WRITE|WRITE_ONLY)|ADDRESS_(?:CONSTANT|GLOBAL|LOCAL|PRIVATE|QUALIFIER)|INFO_NOT_AVAILABLE|NAME|TYPE_(?:CONST|NAME|NONE|PIPE|QUALIFIER|RESTRICT|VOLATILE))|ATTRIBUTES|COMPILE_NUM_SUB_GROUPS|COMPILE_WORK_GROUP_SIZE|CONTEXT|EXEC_INFO_SVM_FINE_GRAIN_SYSTEM|EXEC_INFO_SVM_PTRS|FUNCTION_NAME|GLOBAL_WORK_SIZE|LOCAL_MEM_SIZE|LOCAL_SIZE_FOR_SUB_GROUP_COUNT|MAX_NUM_SUB_GROUPS|MAX_SUB_GROUP_SIZE_FOR_NDRANGE|NUM_ARGS|PREFERRED_WORK_GROUP_SIZE_MULTIPLE|PRIVATE_MEM_SIZE|PROGRAM|REFERENCE_COUNT|SUB_GROUP_COUNT_FOR_NDRANGE|WORK_GROUP_SIZE)|LINKER_NOT_AVAILABLE|LINK_PROGRAM_FAILURE|LOCAL|LUMINANCE|MAP_(?:FAILURE|READ|WRITE|WRITE_INVALIDATE_REGION)|MEM_(?:ALLOC_HOST_PTR|ASSOCIATED_MEMOBJECT|CONTEXT|COPY_HOST_PTR|COPY_OVERLAP|FLAGS|HOST_NO_ACCESS|HOST_PTR|HOST_READ_ONLY|HOST_WRITE_ONLY|KERNEL_READ_AND_WRITE|MAP_COUNT|OBJECT_(?:ALLOCATION_FAILURE|BUFFER|IMAGE1D|IMAGE1D_ARRAY|IMAGE1D_BUFFER|IMAGE2D|IMAGE2D_ARRAY|IMAGE3D|PIPE)|OFFSET|READ_ONLY|READ_WRITE|REFERENCE_COUNT|SIZE|SVM_ATOMICS|SVM_FINE_GRAIN_BUFFER|TYPE|USES_SVM_POINTER|USE_HOST_PTR|WRITE_ONLY)|MIGRATE_MEM_OBJECT_(?:CONTENT_UNDEFINED|HOST)|MISALIGNED_SUB_BUFFER_OFFSET|NONE|NON_BLOCKING|OUT_OF_(?:HOST_MEMORY|RESOURCES)|PIPE_(?:MAX_PACKETS|PACKET_SIZE)|PLATFORM_(?:EXTENSIONS|HOST_TIMER_RESOLUTION|NAME|PROFILE|VENDOR|VERSION)|PROFILING_(?:COMMAND_(?:COMPLETE|END|QUEUED|START|SUBMIT)|INFO_NOT_AVAILABLE)|PROGRAM_(?:BINARIES|BINARY_SIZES|BINARY_TYPE(?:_COMPILED_OBJECT|_EXECUTABLE|_LIBRARY|_NONE)?|BUILD_(?:GLOBAL_VARIABLE_TOTAL_SIZE|LOG|OPTIONS|STATUS)|CONTEXT|DEVICES|IL|KERNEL_NAMES|NUM_DEVICES|NUM_KERNELS|REFERENCE_COUNT|SOURCE)|QUEUED|QUEUE_(?:CONTEXT|DEVICE|DEVICE_DEFAULT|ON_DEVICE|ON_DEVICE_DEFAULT|OUT_OF_ORDER_EXEC_MODE_ENABLE|PROFILING_ENABLE|PROPERTIES|REFERENCE_COUNT|SIZE)|R|RA|READ_(?:ONLY|WRITE)_CACHE|RG|RGB|RGBA|RGBx|RGx|RUNNING|Rx|SAMPLER_(?:ADDRESSING_MODE|CONTEXT|FILTER_MODE|LOD_MAX|LOD_MIN|MIP_FILTER_MODE|NORMALIZED_COORDS|REFERENCE_COUNT)|(?:UN)?SIGNED_INT(?:8|16|32)|SNORM_INT(?:8|16)|SUBMITTED|SUCCESS|UNORM_INT(?:8|16|24|_101010|_101010_2)|UNORM_SHORT_(?:555|565)|VERSION_(?:1_0|1_1|1_2|2_0|2_1)|sBGRA|sRGB|sRGBA|sRGBx)\b/,alias:"constant"},"function-opencl-host":{pattern:/\bcl(?:BuildProgram|CloneKernel|CompileProgram|Create(?:Buffer|CommandQueue(?:WithProperties)?|Context|ContextFromType|Image|Image2D|Image3D|Kernel|KernelsInProgram|Pipe|ProgramWith(?:Binary|BuiltInKernels|IL|Source)|Sampler|SamplerWithProperties|SubBuffer|SubDevices|UserEvent)|Enqueue(?:(?:Barrier|Marker)(?:WithWaitList)?|Copy(?:Buffer(?:Rect|ToImage)?|Image(?:ToBuffer)?)|(?:Fill|Map)(?:Buffer|Image)|MigrateMemObjects|NDRangeKernel|NativeKernel|(?:Read|Write)(?:Buffer(?:Rect)?|Image)|SVM(?:Free|Map|MemFill|Memcpy|MigrateMem|Unmap)|Task|UnmapMemObject|WaitForEvents)|Finish|Flush|Get(?:CommandQueueInfo|ContextInfo|Device(?:AndHostTimer|IDs|Info)|Event(?:Profiling)?Info|ExtensionFunctionAddress(?:ForPlatform)?|HostTimer|ImageInfo|Kernel(?:ArgInfo|Info|SubGroupInfo|WorkGroupInfo)|MemObjectInfo|PipeInfo|Platform(?:IDs|Info)|Program(?:Build)?Info|SamplerInfo|SupportedImageFormats)|LinkProgram|(?:Release|Retain)(?:CommandQueue|Context|Device|Event|Kernel|MemObject|Program|Sampler)|SVM(?:Alloc|Free)|Set(?:CommandQueueProperty|DefaultDeviceCommandQueue|EventCallback|Kernel|Kernel(?:Arg(?:SVMPointer)?|ExecInfo)|MemObjectDestructorCallback|UserEventStatus)|Unload(?:Platform)?Compiler|WaitForEvents)\b/,alias:"function"}};me.languages.insertBefore("c","keyword",Ee),me.languages.cpp&&(Ee["type-opencl-host-cpp"]={pattern:/\b(?:Buffer|BufferGL|BufferRenderGL|CommandQueue|Context|Device|DeviceCommandQueue|EnqueueArgs|Event|Image|Image1D|Image1DArray|Image1DBuffer|Image2D|Image2DArray|Image2DGL|Image3D|Image3DGL|ImageFormat|ImageGL|Kernel|KernelFunctor|LocalSpaceArg|Memory|NDRange|Pipe|Platform|Program|SVMAllocator|SVMTraitAtomic|SVMTraitCoarse|SVMTraitFine|SVMTraitReadOnly|SVMTraitReadWrite|SVMTraitWriteOnly|Sampler|UserEvent)\b/,alias:"keyword"},me.languages.insertBefore("cpp","keyword",Ee))}(se)}},22950:function(de){"use strict";de.exports=ae,ae.displayName="openqasm",ae.aliases=["qasm"];function ae(E){E.languages.openqasm={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"[^"\r\n\t]*"|'[^'\r\n\t]*'/,greedy:!0},keyword:/\b(?:CX|OPENQASM|U|barrier|boxas|boxto|break|const|continue|ctrl|def|defcal|defcalgrammar|delay|else|end|for|gate|gphase|if|in|include|inv|kernel|lengthof|let|measure|pow|reset|return|rotary|stretchinf|while)\b|#pragma\b/,"class-name":/\b(?:angle|bit|bool|creg|fixed|float|int|length|qreg|qubit|stretch|uint)\b/,function:/\b(?:cos|exp|ln|popcount|rotl|rotr|sin|sqrt|tan)\b(?=\s*\()/,constant:/\b(?:euler|pi|tau)\b|π|𝜏|ℇ/,number:{pattern:/(^|[^.\w$])(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?(?:dt|ns|us|µs|ms|s)?/i,lookbehind:!0},operator:/->|>>=?|<<=?|&&|\|\||\+\+|--|[!=<>&|~^+\-*/%]=?|@/,punctuation:/[(){}\[\];,:.]/},E.languages.qasm=E.languages.openqasm}},23254:function(de){"use strict";de.exports=ae,ae.displayName="oz",ae.aliases=[];function ae(E){E.languages.oz={comment:{pattern:/\/\*[\s\S]*?\*\/|%.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\[\s\S])*"/,greedy:!0},atom:{pattern:/'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,alias:"builtin"},keyword:/\$|\[\]|\b(?:_|at|attr|case|catch|choice|class|cond|declare|define|dis|else(?:case|if)?|end|export|fail|false|feat|finally|from|fun|functor|if|import|in|local|lock|meth|nil|not|of|or|prepare|proc|prop|raise|require|self|skip|then|thread|true|try|unit)\b/,function:[/\b[a-z][A-Za-z\d]*(?=\()/,{pattern:/(\{)[A-Z][A-Za-z\d]*\b/,lookbehind:!0}],number:/\b(?:0[bx][\da-f]+|\d+(?:\.\d*)?(?:e~?\d+)?)\b|&(?:[^\\]|\\(?:\d{3}|.))/i,variable:/`(?:[^`\\]|\\.)+`/,"attr-name":/\b\w+(?=[ \t]*:(?![:=]))/,operator:/:(?:=|::?)|<[-:=]?|=(?:=|<?:?)|>=?:?|\\=:?|!!?|[|#+\-*\/,~^@]|\b(?:andthen|div|mod|orelse)\b/,punctuation:/[\[\](){}.:;?]/}}},70558:function(de){"use strict";de.exports=ae,ae.displayName="parigp",ae.aliases=[];function ae(E){E.languages.parigp={comment:/\/\*[\s\S]*?\*\/|\\\\.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"/,greedy:!0},keyword:function(){var y=["breakpoint","break","dbg_down","dbg_err","dbg_up","dbg_x","forcomposite","fordiv","forell","forpart","forprime","forstep","forsubgroup","forvec","for","iferr","if","local","my","next","return","until","while"];return y=y.map(function(pe){return pe.split("").join(" *")}).join("|"),RegExp("\\b(?:"+y+")\\b")}(),function:/\b\w(?:[\w ]*\w)?(?= *\()/,number:{pattern:/((?:\. *\. *)?)(?:\b\d(?: *\d)*(?: *(?!\. *\.)\.(?: *\d)*)?|\. *\d(?: *\d)*)(?: *e *(?:[+-] *)?\d(?: *\d)*)?/i,lookbehind:!0},operator:/\. *\.|[*\/!](?: *=)?|%(?: *=|(?: *#)?(?: *')*)?|\+(?: *[+=])?|-(?: *[-=>])?|<(?: *>|(?: *<)?(?: *=)?)?|>(?: *>)?(?: *=)?|=(?: *=){0,2}|\\(?: *\/)?(?: *=)?|&(?: *&)?|\| *\||['#~^]/,punctuation:/[\[\]{}().,:;|]/}}},43273:function(de){"use strict";de.exports=ae,ae.displayName="parser",ae.aliases=[];function ae(E){(function(y){var pe=y.languages.parser=y.languages.extend("markup",{keyword:{pattern:/(^|[^^])(?:\^(?:case|eval|for|if|switch|throw)\b|@(?:BASE|CLASS|GET(?:_DEFAULT)?|OPTIONS|SET_DEFAULT|USE)\b)/,lookbehind:!0},variable:{pattern:/(^|[^^])\B\$(?:\w+|(?=[.{]))(?:(?:\.|::?)\w+)*(?:\.|::?)?/,lookbehind:!0,inside:{punctuation:/\.|:+/}},function:{pattern:/(^|[^^])\B[@^]\w+(?:(?:\.|::?)\w+)*(?:\.|::?)?/,lookbehind:!0,inside:{keyword:{pattern:/(^@)(?:GET_|SET_)/,lookbehind:!0},punctuation:/\.|:+/}},escape:{pattern:/\^(?:[$^;@()\[\]{}"':]|#[a-f\d]*)/i,alias:"builtin"},punctuation:/[\[\](){};]/});pe=y.languages.insertBefore("parser","keyword",{"parser-comment":{pattern:/(\s)#.*/,lookbehind:!0,alias:"comment"},expression:{pattern:/(^|[^^])\((?:[^()]|\((?:[^()]|\((?:[^()])*\))*\))*\)/,greedy:!0,lookbehind:!0,inside:{string:{pattern:/(^|[^^])(["'])(?:(?!\2)[^^]|\^[\s\S])*\2/,lookbehind:!0},keyword:pe.keyword,variable:pe.variable,function:pe.function,boolean:/\b(?:false|true)\b/,number:/\b(?:0x[a-f\d]+|\d+(?:\.\d*)?(?:e[+-]?\d+)?)\b/i,escape:pe.escape,operator:/[~+*\/\\%]|!(?:\|\|?|=)?|&&?|\|\|?|==|<[<=]?|>[>=]?|-[fd]?|\b(?:def|eq|ge|gt|in|is|le|lt|ne)\b/,punctuation:pe.punctuation}}}),y.languages.insertBefore("inside","punctuation",{expression:pe.expression,keyword:pe.keyword,variable:pe.variable,function:pe.function,escape:pe.escape,"parser-punctuation":{pattern:pe.punctuation,alias:"punctuation"}},pe.tag.inside["attr-value"])})(E)}},60718:function(de){"use strict";de.exports=ae,ae.displayName="pascal",ae.aliases=["objectpascal"];function ae(E){E.languages.pascal={directive:{pattern:/\{\$[\s\S]*?\}/,greedy:!0,alias:["marco","property"]},comment:{pattern:/\(\*[\s\S]*?\*\)|\{[\s\S]*?\}|\/\/.*/,greedy:!0},string:{pattern:/(?:'(?:''|[^'\r\n])*'(?!')|#[&$%]?[a-f\d]+)+|\^[a-z]/i,greedy:!0},asm:{pattern:/(\basm\b)[\s\S]+?(?=\bend\s*[;[])/i,lookbehind:!0,greedy:!0,inside:null},keyword:[{pattern:/(^|[^&])\b(?:absolute|array|asm|begin|case|const|constructor|destructor|do|downto|else|end|file|for|function|goto|if|implementation|inherited|inline|interface|label|nil|object|of|operator|packed|procedure|program|record|reintroduce|repeat|self|set|string|then|to|type|unit|until|uses|var|while|with)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:dispose|exit|false|new|true)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:class|dispinterface|except|exports|finalization|finally|initialization|inline|library|on|out|packed|property|raise|resourcestring|threadvar|try)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:absolute|abstract|alias|assembler|bitpacked|break|cdecl|continue|cppdecl|cvar|default|deprecated|dynamic|enumerator|experimental|export|external|far|far16|forward|generic|helper|implements|index|interrupt|iochecks|local|message|name|near|nodefault|noreturn|nostackframe|oldfpccall|otherwise|overload|override|pascal|platform|private|protected|public|published|read|register|reintroduce|result|safecall|saveregisters|softfloat|specialize|static|stdcall|stored|strict|unaligned|unimplemented|varargs|virtual|write)\b/i,lookbehind:!0}],number:[/(?:[&%]\d+|\$[a-f\d]+)/i,/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?/i],operator:[/\.\.|\*\*|:=|<[<=>]?|>[>=]?|[+\-*\/]=?|[@^=]/,{pattern:/(^|[^&])\b(?:and|as|div|exclude|in|include|is|mod|not|or|shl|shr|xor)\b/,lookbehind:!0}],punctuation:/\(\.|\.\)|[()\[\]:;,.]/},E.languages.pascal.asm.inside=E.languages.extend("pascal",{asm:void 0,keyword:void 0,operator:void 0}),E.languages.objectpascal=E.languages.pascal}},39303:function(de){"use strict";de.exports=ae,ae.displayName="pascaligo",ae.aliases=[];function ae(E){(function(y){var pe=/\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source,se=/(?:\b\w+(?:<braces>)?|<braces>)/.source.replace(/<braces>/g,function(){return pe}),me=y.languages.pascaligo={comment:/\(\*[\s\S]+?\*\)|\/\/.*/,string:{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1|\^[a-z]/i,greedy:!0},"class-name":[{pattern:RegExp(/(\btype\s+\w+\s+is\s+)<type>/.source.replace(/<type>/g,function(){return se}),"i"),lookbehind:!0,inside:null},{pattern:RegExp(/<type>(?=\s+is\b)/.source.replace(/<type>/g,function(){return se}),"i"),inside:null},{pattern:RegExp(/(:\s*)<type>/.source.replace(/<type>/g,function(){return se})),lookbehind:!0,inside:null}],keyword:{pattern:/(^|[^&])\b(?:begin|block|case|const|else|end|fail|for|from|function|if|is|nil|of|remove|return|skip|then|type|var|while|with)\b/i,lookbehind:!0},boolean:{pattern:/(^|[^&])\b(?:False|True)\b/i,lookbehind:!0},builtin:{pattern:/(^|[^&])\b(?:bool|int|list|map|nat|record|string|unit)\b/i,lookbehind:!0},function:/\b\w+(?=\s*\()/,number:[/%[01]+|&[0-7]+|\$[a-f\d]+/i,/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?(?:mtz|n)?/i],operator:/->|=\/=|\.\.|\*\*|:=|<[<=>]?|>[>=]?|[+\-*\/]=?|[@^=|]|\b(?:and|mod|or)\b/,punctuation:/\(\.|\.\)|[()\[\]:;,.{}]/},Ee=["comment","keyword","builtin","operator","punctuation"].reduce(function(xe,Se){return xe[Se]=me[Se],xe},{});me["class-name"].forEach(function(xe){xe.inside=Ee})})(E)}},77393:function(de){"use strict";de.exports=ae,ae.displayName="pcaxis",ae.aliases=["px"];function ae(E){E.languages.pcaxis={string:/"[^"]*"/,keyword:{pattern:/((?:^|;)\s*)[-A-Z\d]+(?:\s*\[[-\w]+\])?(?:\s*\("[^"]*"(?:,\s*"[^"]*")*\))?(?=\s*=)/,lookbehind:!0,greedy:!0,inside:{keyword:/^[-A-Z\d]+/,language:{pattern:/^(\s*)\[[-\w]+\]/,lookbehind:!0,inside:{punctuation:/^\[|\]$/,property:/[-\w]+/}},"sub-key":{pattern:/^(\s*)\S[\s\S]*/,lookbehind:!0,inside:{parameter:{pattern:/"[^"]*"/,alias:"property"},punctuation:/^\(|\)$|,/}}}},operator:/=/,tlist:{pattern:/TLIST\s*\(\s*\w+(?:(?:\s*,\s*"[^"]*")+|\s*,\s*"[^"]*"-"[^"]*")?\s*\)/,greedy:!0,inside:{function:/^TLIST/,property:{pattern:/^(\s*\(\s*)\w+/,lookbehind:!0},string:/"[^"]*"/,punctuation:/[(),]/,operator:/-/}},punctuation:/[;,]/,number:{pattern:/(^|\s)\d+(?:\.\d+)?(?!\S)/,lookbehind:!0},boolean:/NO|YES/},E.languages.px=E.languages.pcaxis}},19023:function(de){"use strict";de.exports=ae,ae.displayName="peoplecode",ae.aliases=["pcode"];function ae(E){E.languages.peoplecode={comment:RegExp([/\/\*[\s\S]*?\*\//.source,/\bREM[^;]*;/.source,/<\*(?:[^<*]|\*(?!>)|<(?!\*)|<\*(?:(?!\*>)[\s\S])*\*>)*\*>/.source,/\/\+[\s\S]*?\+\//.source].join("|")),string:{pattern:/'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,greedy:!0},variable:/%\w+/,"function-definition":{pattern:/((?:^|[^\w-])(?:function|method)\s+)\w+/i,lookbehind:!0,alias:"function"},"class-name":{pattern:/((?:^|[^-\w])(?:as|catch|class|component|create|extends|global|implements|instance|local|of|property|returns)\s+)\w+(?::\w+)*/i,lookbehind:!0,inside:{punctuation:/:/}},keyword:/\b(?:abstract|alias|as|catch|class|component|constant|create|declare|else|end-(?:class|evaluate|for|function|get|if|method|set|try|while)|evaluate|extends|for|function|get|global|if|implements|import|instance|library|local|method|null|of|out|peopleCode|private|program|property|protected|readonly|ref|repeat|returns?|set|step|then|throw|to|try|until|value|when(?:-other)?|while)\b/i,"operator-keyword":{pattern:/\b(?:and|not|or)\b/i,alias:"operator"},function:/[_a-z]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/i,number:/\b\d+(?:\.\d+)?\b/,operator:/<>|[<>]=?|!=|\*\*|[-+*/|=@]/,punctuation:/[:.;,()[\]]/},E.languages.pcode=E.languages.peoplecode}},74212:function(de){"use strict";de.exports=ae,ae.displayName="perl",ae.aliases=[];function ae(E){(function(y){var pe=/(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/.source;y.languages.perl={comment:[{pattern:/(^\s*)=\w[\s\S]*?=cut.*/m,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],string:[{pattern:RegExp(/\b(?:q|qq|qw|qx)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,pe].join("|")+")"),greedy:!0},{pattern:/("|`)(?:(?!\1)[^\\]|\\[\s\S])*\1/,greedy:!0},{pattern:/'(?:[^'\\\r\n]|\\.)*'/,greedy:!0}],regex:[{pattern:RegExp(/\b(?:m|qr)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,pe].join("|")+")"+/[msixpodualngc]*/.source),greedy:!0},{pattern:RegExp(/(^|[^-])\b(?:s|tr|y)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\2)[^\\]|\\[\s\S])*\2(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,/([a-zA-Z0-9])(?:(?!\3)[^\\]|\\[\s\S])*\3(?:(?!\3)[^\\]|\\[\s\S])*\3/.source,pe+/\s*/.source+pe].join("|")+")"+/[msixpodualngcer]*/.source),lookbehind:!0,greedy:!0},{pattern:/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|x|xor)\b))/,greedy:!0}],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?(?:(?:::)*'?(?!\d)[\w$]+(?![\w$]))+(?:::)*/,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*?>|\b_\b/,alias:"symbol"},"v-string":{pattern:/v\d+(?:\.\d+)*|\d+(?:\.\d+){2,}/,alias:"string"},function:{pattern:/(\bsub[ \t]+)\w+/,lookbehind:!0},keyword:/\b(?:any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|return|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|xor)\b/,punctuation:/[{}[\];(),:]/}})(E)}},5137:function(de,ae,E){"use strict";var y=E(88262);de.exports=pe,pe.displayName="phpExtras",pe.aliases=[];function pe(se){se.register(y),se.languages.insertBefore("php","variable",{this:{pattern:/\$this\b/,alias:"keyword"},global:/\$(?:GLOBALS|HTTP_RAW_POST_DATA|_(?:COOKIE|ENV|FILES|GET|POST|REQUEST|SERVER|SESSION)|argc|argv|http_response_header|php_errormsg)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/\b(?:parent|self|static)\b/,punctuation:/::|\\/}}})}},88262:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="php",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,xe=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],Se=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,Te=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,Ie=/[{}\[\](),:;]/;me.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:Ee,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|new|or|parent|print|private|protected|public|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s+)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:xe,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:Se,operator:Te,punctuation:Ie};var Le={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:me.languages.php},He=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:Le}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:Le}}];me.languages.insertBefore("php","variable",{string:He,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:Ee,string:He,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:xe,number:Se,operator:Te,punctuation:Ie}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),me.hooks.add("before-tokenize",function(We){if(/<\?/.test(We.code)){var rt=/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g;me.languages["markup-templating"].buildPlaceholders(We,"php",rt)}}),me.hooks.add("after-tokenize",function(We){me.languages["markup-templating"].tokenizePlaceholders(We,"php")})}(se)}},63632:function(de,ae,E){"use strict";var y=E(88262),pe=E(9858);de.exports=se,se.displayName="phpdoc",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){var xe=/(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source;Ee.languages.phpdoc=Ee.languages.extend("javadoclike",{parameter:{pattern:RegExp("(@(?:global|param|property(?:-read|-write)?|var)\\s+(?:"+xe+"\\s+)?)\\$\\w+"),lookbehind:!0}}),Ee.languages.insertBefore("phpdoc","keyword",{"class-name":[{pattern:RegExp("(@(?:global|package|param|property(?:-read|-write)?|return|subpackage|throws|var)\\s+)"+xe),lookbehind:!0,inside:{keyword:/\b(?:array|bool|boolean|callback|double|false|float|int|integer|mixed|null|object|resource|self|string|true|void)\b/,punctuation:/[|\\[\]()]/}}]}),Ee.languages.javadoclike.addSupport("php",Ee.languages.phpdoc)}(me)}},59149:function(de,ae,E){"use strict";var y=E(11114);de.exports=pe,pe.displayName="plsql",pe.aliases=[];function pe(se){se.register(y),se.languages.plsql=se.languages.extend("sql",{comment:{pattern:/\/\*[\s\S]*?\*\/|--.*/,greedy:!0},keyword:/\b(?:A|ACCESSIBLE|ADD|AGENT|AGGREGATE|ALL|ALTER|AND|ANY|ARRAY|AS|ASC|AT|ATTRIBUTE|AUTHID|AVG|BEGIN|BETWEEN|BFILE_BASE|BINARY|BLOB_BASE|BLOCK|BODY|BOTH|BOUND|BULK|BY|BYTE|C|CALL|CALLING|CASCADE|CASE|CHAR|CHARACTER|CHARSET|CHARSETFORM|CHARSETID|CHAR_BASE|CHECK|CLOB_BASE|CLONE|CLOSE|CLUSTER|CLUSTERS|COLAUTH|COLLECT|COLUMNS|COMMENT|COMMIT|COMMITTED|COMPILED|COMPRESS|CONNECT|CONSTANT|CONSTRUCTOR|CONTEXT|CONTINUE|CONVERT|COUNT|CRASH|CREATE|CREDENTIAL|CURRENT|CURSOR|CUSTOMDATUM|DANGLING|DATA|DATE|DATE_BASE|DAY|DECLARE|DEFAULT|DEFINE|DELETE|DESC|DETERMINISTIC|DIRECTORY|DISTINCT|DOUBLE|DROP|DURATION|ELEMENT|ELSE|ELSIF|EMPTY|END|ESCAPE|EXCEPT|EXCEPTION|EXCEPTIONS|EXCLUSIVE|EXECUTE|EXISTS|EXIT|EXTERNAL|FETCH|FINAL|FIRST|FIXED|FLOAT|FOR|FORALL|FORCE|FROM|FUNCTION|GENERAL|GOTO|GRANT|GROUP|HASH|HAVING|HEAP|HIDDEN|HOUR|IDENTIFIED|IF|IMMEDIATE|IMMUTABLE|IN|INCLUDING|INDEX|INDEXES|INDICATOR|INDICES|INFINITE|INSERT|INSTANTIABLE|INT|INTERFACE|INTERSECT|INTERVAL|INTO|INVALIDATE|IS|ISOLATION|JAVA|LANGUAGE|LARGE|LEADING|LENGTH|LEVEL|LIBRARY|LIKE|LIKE2|LIKE4|LIKEC|LIMIT|LIMITED|LOCAL|LOCK|LONG|LOOP|MAP|MAX|MAXLEN|MEMBER|MERGE|MIN|MINUS|MINUTE|MOD|MODE|MODIFY|MONTH|MULTISET|MUTABLE|NAME|NAN|NATIONAL|NATIVE|NCHAR|NEW|NOCOMPRESS|NOCOPY|NOT|NOWAIT|NULL|NUMBER_BASE|OBJECT|OCICOLL|OCIDATE|OCIDATETIME|OCIDURATION|OCIINTERVAL|OCILOBLOCATOR|OCINUMBER|OCIRAW|OCIREF|OCIREFCURSOR|OCIROWID|OCISTRING|OCITYPE|OF|OLD|ON|ONLY|OPAQUE|OPEN|OPERATOR|OPTION|OR|ORACLE|ORADATA|ORDER|ORGANIZATION|ORLANY|ORLVARY|OTHERS|OUT|OVERLAPS|OVERRIDING|PACKAGE|PARALLEL_ENABLE|PARAMETER|PARAMETERS|PARENT|PARTITION|PASCAL|PERSISTABLE|PIPE|PIPELINED|PLUGGABLE|POLYMORPHIC|PRAGMA|PRECISION|PRIOR|PRIVATE|PROCEDURE|PUBLIC|RAISE|RANGE|RAW|READ|RECORD|REF|REFERENCE|RELIES_ON|REM|REMAINDER|RENAME|RESOURCE|RESULT|RESULT_CACHE|RETURN|RETURNING|REVERSE|REVOKE|ROLLBACK|ROW|SAMPLE|SAVE|SAVEPOINT|SB1|SB2|SB4|SECOND|SEGMENT|SELECT|SELF|SEPARATE|SEQUENCE|SERIALIZABLE|SET|SHARE|SHORT|SIZE|SIZE_T|SOME|SPARSE|SQL|SQLCODE|SQLDATA|SQLNAME|SQLSTATE|STANDARD|START|STATIC|STDDEV|STORED|STRING|STRUCT|STYLE|SUBMULTISET|SUBPARTITION|SUBSTITUTABLE|SUBTYPE|SUM|SYNONYM|TABAUTH|TABLE|TDO|THE|THEN|TIME|TIMESTAMP|TIMEZONE_ABBR|TIMEZONE_HOUR|TIMEZONE_MINUTE|TIMEZONE_REGION|TO|TRAILING|TRANSACTION|TRANSACTIONAL|TRUSTED|TYPE|UB1|UB2|UB4|UNDER|UNION|UNIQUE|UNPLUG|UNSIGNED|UNTRUSTED|UPDATE|USE|USING|VALIST|VALUE|VALUES|VARIABLE|VARIANCE|VARRAY|VARYING|VIEW|VIEWS|VOID|WHEN|WHERE|WHILE|WITH|WORK|WRAPPED|WRITE|YEAR|ZONE)\b/i,operator:/:=?|=>|[<>^~!]=|\.\.|\|\||\*\*|[-+*/%<>=@]/}),se.languages.insertBefore("plsql","operator",{label:{pattern:/<<\s*\w+\s*>>/,alias:"symbol"}})}},50256:function(de){"use strict";de.exports=ae,ae.displayName="powerquery",ae.aliases=[];function ae(E){E.languages.powerquery={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},"quoted-identifier":{pattern:/#"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},string:{pattern:/(?:#!)?"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},constant:[/\bDay\.(?:Friday|Monday|Saturday|Sunday|Thursday|Tuesday|Wednesday)\b/,/\bTraceLevel\.(?:Critical|Error|Information|Verbose|Warning)\b/,/\bOccurrence\.(?:All|First|Last)\b/,/\bOrder\.(?:Ascending|Descending)\b/,/\bRoundingMode\.(?:AwayFromZero|Down|ToEven|TowardZero|Up)\b/,/\bMissingField\.(?:Error|Ignore|UseNull)\b/,/\bQuoteStyle\.(?:Csv|None)\b/,/\bJoinKind\.(?:FullOuter|Inner|LeftAnti|LeftOuter|RightAnti|RightOuter)\b/,/\bGroupKind\.(?:Global|Local)\b/,/\bExtraValues\.(?:Error|Ignore|List)\b/,/\bJoinAlgorithm\.(?:Dynamic|LeftHash|LeftIndex|PairwiseHash|RightHash|RightIndex|SortMerge)\b/,/\bJoinSide\.(?:Left|Right)\b/,/\bPrecision\.(?:Decimal|Double)\b/,/\bRelativePosition\.From(?:End|Start)\b/,/\bTextEncoding\.(?:Ascii|BigEndianUnicode|Unicode|Utf16|Utf8|Windows)\b/,/\b(?:Any|Binary|Date|DateTime|DateTimeZone|Duration|Function|Int16|Int32|Int64|Int8|List|Logical|None|Number|Record|Table|Text|Time)\.Type\b/,/\bnull\b/],boolean:/\b(?:false|true)\b/,keyword:/\b(?:and|as|each|else|error|if|in|is|let|meta|not|nullable|optional|or|otherwise|section|shared|then|try|type)\b|#(?:binary|date|datetime|datetimezone|duration|infinity|nan|sections|shared|table|time)\b/,function:{pattern:/(^|[^#\w.])[a-z_][\w.]*(?=\s*\()/i,lookbehind:!0},"data-type":{pattern:/\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time)\b/,alias:"class-name"},number:{pattern:/\b0x[\da-f]+\b|(?:[+-]?(?:\b\d+\.)?\b\d+|[+-]\.\d+|(^|[^.])\B\.\d+)(?:e[+-]?\d+)?\b/i,lookbehind:!0},operator:/[-+*\/&?@^]|<(?:=>?|>)?|>=?|=>?|\.\.\.?/,punctuation:/[,;\[\](){}]/},E.languages.pq=E.languages.powerquery,E.languages.mscript=E.languages.powerquery}},61777:function(de){"use strict";de.exports=ae,ae.displayName="powershell",ae.aliases=[];function ae(E){(function(y){var pe=y.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};pe.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:pe},boolean:pe.boolean,variable:pe.variable}})(E)}},3623:function(de){"use strict";de.exports=ae,ae.displayName="processing",ae.aliases=[];function ae(E){E.languages.processing=E.languages.extend("clike",{keyword:/\b(?:break|case|catch|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/,function:/\b\w+(?=\s*\()/,operator:/<[<=]?|>[>=]?|&&?|\|\|?|[%?]|[!=+\-*\/]=?/}),E.languages.insertBefore("processing","number",{constant:/\b(?!XML\b)[A-Z][A-Z\d_]+\b/,type:{pattern:/\b(?:boolean|byte|char|color|double|float|int|[A-Z]\w*)\b/,alias:"class-name"}})}},82707:function(de){"use strict";de.exports=ae,ae.displayName="prolog",ae.aliases=[];function ae(E){E.languages.prolog={comment:{pattern:/\/\*[\s\S]*?\*\/|%.*/,greedy:!0},string:{pattern:/(["'])(?:\1\1|\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1(?!\1)/,greedy:!0},builtin:/\b(?:fx|fy|xf[xy]?|yfx?)\b/,function:/\b[a-z]\w*(?:(?=\()|\/\d+)/,number:/\b\d+(?:\.\d*)?/,operator:/[:\\=><\-?*@\/;+^|!$.]+|\b(?:is|mod|not|xor)\b/,punctuation:/[(){}\[\],]/}}},59338:function(de){"use strict";de.exports=ae,ae.displayName="promql",ae.aliases=[];function ae(E){(function(y){var pe=["sum","min","max","avg","group","stddev","stdvar","count","count_values","bottomk","topk","quantile"],se=["on","ignoring","group_right","group_left","by","without"],me=["offset"],Ee=pe.concat(se,me);y.languages.promql={comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},"vector-match":{pattern:new RegExp("((?:"+se.join("|")+")\\s*)\\([^)]*\\)"),lookbehind:!0,inside:{"label-key":{pattern:/\b[^,]+\b/,alias:"attr-name"},punctuation:/[(),]/}},"context-labels":{pattern:/\{[^{}]*\}/,inside:{"label-key":{pattern:/\b[a-z_]\w*(?=\s*(?:=|![=~]))/,alias:"attr-name"},"label-value":{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0,alias:"attr-value"},punctuation:/\{|\}|=~?|![=~]|,/}},"context-range":[{pattern:/\[[\w\s:]+\]/,inside:{punctuation:/\[|\]|:/,"range-duration":{pattern:/\b(?:\d+(?:[smhdwy]|ms))+\b/i,alias:"number"}}},{pattern:/(\boffset\s+)\w+/,lookbehind:!0,inside:{"range-duration":{pattern:/\b(?:\d+(?:[smhdwy]|ms))+\b/i,alias:"number"}}}],keyword:new RegExp("\\b(?:"+Ee.join("|")+")\\b","i"),function:/\b[a-z_]\w*(?=\s*\()/i,number:/[-+]?(?:(?:\b\d+(?:\.\d+)?|\B\.\d+)(?:e[-+]?\d+)?\b|\b(?:0x[0-9a-f]+|nan|inf)\b)/i,operator:/[\^*/%+-]|==|!=|<=|<|>=|>|\b(?:and|or|unless)\b/i,punctuation:/[{};()`,.[\]]/}})(E)}},56267:function(de){"use strict";de.exports=ae,ae.displayName="properties",ae.aliases=[];function ae(E){E.languages.properties={comment:/^[ \t]*[#!].*$/m,"attr-value":{pattern:/(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+(?: *[=:] *(?! )| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m,lookbehind:!0},"attr-name":/^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+(?= *[=:]| )/m,punctuation:/[=:]/}}},98809:function(de){"use strict";de.exports=ae,ae.displayName="protobuf",ae.aliases=[];function ae(E){(function(y){var pe=/\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/;y.languages.protobuf=y.languages.extend("clike",{"class-name":[{pattern:/(\b(?:enum|extend|message|service)\s+)[A-Za-z_]\w*(?=\s*\{)/,lookbehind:!0},{pattern:/(\b(?:rpc\s+\w+|returns)\s*\(\s*(?:stream\s+)?)\.?[A-Za-z_]\w*(?:\.[A-Za-z_]\w*)*(?=\s*\))/,lookbehind:!0}],keyword:/\b(?:enum|extend|extensions|import|message|oneof|option|optional|package|public|repeated|required|reserved|returns|rpc(?=\s+\w)|service|stream|syntax|to)\b(?!\s*=\s*\d)/,function:/\b[a-z_]\w*(?=\s*\()/i}),y.languages.insertBefore("protobuf","operator",{map:{pattern:/\bmap<\s*[\w.]+\s*,\s*[\w.]+\s*>(?=\s+[a-z_]\w*\s*[=;])/i,alias:"class-name",inside:{punctuation:/[<>.,]/,builtin:pe}},builtin:pe,"positional-class-name":{pattern:/(?:\b|\B\.)[a-z_]\w*(?:\.[a-z_]\w*)*(?=\s+[a-z_]\w*\s*[=;])/i,alias:"class-name",inside:{punctuation:/\./}},annotation:{pattern:/(\[\s*)[a-z_]\w*(?=\s*=)/i,lookbehind:!0}})})(E)}},37548:function(de){"use strict";de.exports=ae,ae.displayName="psl",ae.aliases=[];function ae(E){E.languages.psl={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/"(?:\\.|[^\\"])*"/,greedy:!0,inside:{symbol:/\\[ntrbA-Z"\\]/}},"heredoc-string":{pattern:/<<<([a-zA-Z_]\w*)[\r\n](?:.*[\r\n])*?\1\b/,alias:"string",greedy:!0},keyword:/\b(?:__multi|__single|case|default|do|else|elsif|exit|export|for|foreach|function|if|last|line|local|next|requires|return|switch|until|while|word)\b/,constant:/\b(?:ALARM|CHART_ADD_GRAPH|CHART_DELETE_GRAPH|CHART_DESTROY|CHART_LOAD|CHART_PRINT|EOF|OFFLINE|OK|PSL_PROF_LOG|R_CHECK_HORIZ|R_CHECK_VERT|R_CLICKER|R_COLUMN|R_FRAME|R_ICON|R_LABEL|R_LABEL_CENTER|R_LIST_MULTIPLE|R_LIST_MULTIPLE_ND|R_LIST_SINGLE|R_LIST_SINGLE_ND|R_MENU|R_POPUP|R_POPUP_SCROLLED|R_RADIO_HORIZ|R_RADIO_VERT|R_ROW|R_SCALE_HORIZ|R_SCALE_VERT|R_SEP_HORIZ|R_SEP_VERT|R_SPINNER|R_TEXT_FIELD|R_TEXT_FIELD_LABEL|R_TOGGLE|TRIM_LEADING|TRIM_LEADING_AND_TRAILING|TRIM_REDUNDANT|TRIM_TRAILING|VOID|WARN)\b/,boolean:/\b(?:FALSE|False|NO|No|TRUE|True|YES|Yes|false|no|true|yes)\b/,variable:/\b(?:PslDebug|errno|exit_status)\b/,builtin:{pattern:/\b(?:PslExecute|PslFunctionCall|PslFunctionExists|PslSetOptions|_snmp_debug|acos|add_diary|annotate|annotate_get|ascii_to_ebcdic|asctime|asin|atan|atexit|batch_set|blackout|cat|ceil|chan_exists|change_state|close|code_cvt|cond_signal|cond_wait|console_type|convert_base|convert_date|convert_locale_date|cos|cosh|create|date|dcget_text|destroy|destroy_lock|dget_text|difference|dump_hist|ebcdic_to_ascii|encrypt|event_archive|event_catalog_get|event_check|event_query|event_range_manage|event_range_query|event_report|event_schedule|event_trigger|event_trigger2|execute|exists|exp|fabs|file|floor|fmod|fopen|fseek|ftell|full_discovery|get|get_chan_info|get_ranges|get_text|get_vars|getenv|gethostinfo|getpid|getpname|grep|history|history_get_retention|in_transition|index|int|internal|intersection|is_var|isnumber|join|kill|length|lines|lock|lock_info|log|log10|loge|matchline|msg_check|msg_get_format|msg_get_severity|msg_printf|msg_sprintf|ntharg|nthargf|nthline|nthlinef|num_bytes|num_consoles|pconfig|popen|poplines|pow|print|printf|proc_exists|process|random|read|readln|refresh_parameters|remote_check|remote_close|remote_event_query|remote_event_trigger|remote_file_send|remote_open|remove|replace|rindex|sec_check_priv|sec_store_get|sec_store_set|set|set_alarm_ranges|set_locale|share|sin|sinh|sleep|snmp_agent_config|snmp_agent_start|snmp_agent_stop|snmp_close|snmp_config|snmp_get|snmp_get_next|snmp_h_get|snmp_h_get_next|snmp_h_set|snmp_open|snmp_set|snmp_trap_ignore|snmp_trap_listen|snmp_trap_raise_std_trap|snmp_trap_receive|snmp_trap_register_im|snmp_trap_send|snmp_walk|sopen|sort|splitline|sprintf|sqrt|srandom|str_repeat|strcasecmp|subset|substr|system|tail|tan|tanh|text_domain|time|tmpnam|tolower|toupper|trace_psl_process|trim|union|unique|unlock|unset|va_arg|va_start|write)\b/,alias:"builtin-function"},"foreach-variable":{pattern:/(\bforeach\s+(?:(?:\w+\b|"(?:\\.|[^\\"])*")\s+){0,2})[_a-zA-Z]\w*(?=\s*\()/,lookbehind:!0,greedy:!0},function:/\b[_a-z]\w*\b(?=\s*\()/i,number:/\b(?:0x[0-9a-f]+|\d+(?:\.\d+)?)\b/i,operator:/--|\+\+|&&=?|\|\|=?|<<=?|>>=?|[=!]~|[-+*/%&|^!=<>]=?|\.|[:?]/,punctuation:/[(){}\[\];,]/}}},82161:function(de){"use strict";de.exports=ae,ae.displayName="pug",ae.aliases=[];function ae(E){(function(y){y.languages.pug={comment:{pattern:/(^([\t ]*))\/\/.*(?:(?:\r?\n|\r)\2[\t ].+)*/m,lookbehind:!0},"multiline-script":{pattern:/(^([\t ]*)script\b.*\.[\t ]*)(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0,inside:y.languages.javascript},filter:{pattern:/(^([\t ]*)):.+(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},text:/\S[\s\S]*/}},"multiline-plain-text":{pattern:/(^([\t ]*)[\w\-#.]+\.[\t ]*)(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0},markup:{pattern:/(^[\t ]*)<.+/m,lookbehind:!0,inside:y.languages.markup},doctype:{pattern:/((?:^|\n)[\t ]*)doctype(?: .+)?/,lookbehind:!0},"flow-control":{pattern:/(^[\t ]*)(?:case|default|each|else|if|unless|when|while)\b(?: .+)?/m,lookbehind:!0,inside:{each:{pattern:/^each .+? in\b/,inside:{keyword:/\b(?:each|in)\b/,punctuation:/,/}},branch:{pattern:/^(?:case|default|else|if|unless|when|while)\b/,alias:"keyword"},rest:y.languages.javascript}},keyword:{pattern:/(^[\t ]*)(?:append|block|extends|include|prepend)\b.+/m,lookbehind:!0},mixin:[{pattern:/(^[\t ]*)mixin .+/m,lookbehind:!0,inside:{keyword:/^mixin/,function:/\w+(?=\s*\(|\s*$)/,punctuation:/[(),.]/}},{pattern:/(^[\t ]*)\+.+/m,lookbehind:!0,inside:{name:{pattern:/^\+\w+/,alias:"function"},rest:y.languages.javascript}}],script:{pattern:/(^[\t ]*script(?:(?:&[^(]+)?\([^)]+\))*[\t ]).+/m,lookbehind:!0,inside:y.languages.javascript},"plain-text":{pattern:/(^[\t ]*(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?[\t ]).+/m,lookbehind:!0},tag:{pattern:/(^[\t ]*)(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?:?/m,lookbehind:!0,inside:{attributes:[{pattern:/&[^(]+\([^)]+\)/,inside:y.languages.javascript},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*(?!\s))(?:\{[^}]*\}|[^,)\r\n]+)/,lookbehind:!0,inside:y.languages.javascript},"attr-name":/[\w-]+(?=\s*!?=|\s*[,)])/,punctuation:/[!=(),]+/}}],punctuation:/:/,"attr-id":/#[\w\-]+/,"attr-class":/\.[\w\-]+/}},code:[{pattern:/(^[\t ]*(?:-|!?=)).+/m,lookbehind:!0,inside:y.languages.javascript}],punctuation:/[.\-!=|]+/};for(var pe=/(^([\t ]*)):<filter_name>(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/.source,se=[{filter:"atpl",language:"twig"},{filter:"coffee",language:"coffeescript"},"ejs","handlebars","less","livescript","markdown",{filter:"sass",language:"scss"},"stylus"],me={},Ee=0,xe=se.length;Ee<xe;Ee++){var Se=se[Ee];Se=typeof Se=="string"?{filter:Se,language:Se}:Se,y.languages[Se.language]&&(me["filter-"+Se.filter]={pattern:RegExp(pe.replace("<filter_name>",function(){return Se.filter}),"m"),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},text:{pattern:/\S[\s\S]*/,alias:[Se.language,"language-"+Se.language],inside:y.languages[Se.language]}}})}y.languages.insertBefore("pug","filter",me)})(E)}},80625:function(de){"use strict";de.exports=ae,ae.displayName="puppet",ae.aliases=[];function ae(E){(function(y){y.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var pe=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:y.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];y.languages.puppet.heredoc[0].inside.interpolation=pe,y.languages.puppet.string.inside["double-quoted"].inside.interpolation=pe})(E)}},88393:function(de){"use strict";de.exports=ae,ae.displayName="pure",ae.aliases=[];function ae(E){(function(y){y.languages.pure={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0},/#!.+/],"inline-lang":{pattern:/%<[\s\S]+?%>/,greedy:!0,inside:{lang:{pattern:/(^%< *)-\*-.+?-\*-/,lookbehind:!0,alias:"comment"},delimiter:{pattern:/^%<.*|%>$/,alias:"punctuation"}}},string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},number:{pattern:/((?:\.\.)?)(?:\b(?:inf|nan)\b|\b0x[\da-f]+|(?:\b(?:0b)?\d+(?:\.\d+)?|\B\.\d+)(?:e[+-]?\d+)?L?)/i,lookbehind:!0},keyword:/\b(?:NULL|ans|break|bt|case|catch|cd|clear|const|def|del|dump|else|end|exit|extern|false|force|help|if|infix[lr]?|interface|let|ls|mem|namespace|nonfix|of|otherwise|outfix|override|postfix|prefix|private|public|pwd|quit|run|save|show|stats|then|throw|trace|true|type|underride|using|when|with)\b/,function:/\b(?:abs|add_(?:addr|constdef|(?:fundef|interface|macdef|typedef)(?:_at)?|vardef)|all|any|applp?|arity|bigintp?|blob(?:_crc|_size|p)?|boolp?|byte_c?string(?:_pointer)?|byte_(?:matrix|pointer)|calloc|cat|catmap|ceil|char[ps]?|check_ptrtag|chr|clear_sentry|clearsym|closurep?|cmatrixp?|cols?|colcat(?:map)?|colmap|colrev|colvector(?:p|seq)?|complex(?:_float_(?:matrix|pointer)|_matrix(?:_view)?|_pointer|p)?|conj|cookedp?|cst|cstring(?:_(?:dup|list|vector))?|curry3?|cyclen?|del_(?:constdef|fundef|interface|macdef|typedef|vardef)|delete|diag(?:mat)?|dim|dmatrixp?|do|double(?:_matrix(?:_view)?|_pointer|p)?|dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|funp?|functionp?|gcd|get(?:_(?:byte|constdef|double|float|fundef|int(?:64)?|interface(?:_typedef)?|long|macdef|pointer|ptrtag|sentry|short|string|typedef|vardef))?|globsym|hash|head|id|im|imatrixp?|index|inexactp|infp|init|insert|int(?:_matrix(?:_view)?|_pointer|p)?|int64_(?:matrix|pointer)|integerp?|iteraten?|iterwhile|join|keys?|lambdap?|last(?:err(?:pos)?)?|lcd|list[2p]?|listmap|make_ptrtag|malloc|map|matcat|matrixp?|max|member|min|nanp|nargs|nmatrixp?|null|numberp?|ord|pack(?:ed)?|pointer(?:_cast|_tag|_type|p)?|pow|pred|ptrtag|put(?:_(?:byte|double|float|int(?:64)?|long|pointer|short|string))?|rationalp?|re|realp?|realloc|recordp?|redim|reduce(?:_with)?|refp?|repeatn?|reverse|rlistp?|round|rows?|rowcat(?:map)?|rowmap|rowrev|rowvector(?:p|seq)?|same|scan[lr]1?|sentry|sgn|short_(?:matrix|pointer)|slice|smatrixp?|sort|split|str|strcat|stream|stride|string(?:_(?:dup|list|vector)|p)?|subdiag(?:mat)?|submat|subseq2?|substr|succ|supdiag(?:mat)?|symbolp?|tail|take|takewhile|thunkp?|transpose|trunc|tuplep?|typep|ubyte|uint(?:64)?|ulong|uncurry3?|unref|unzip3?|update|ushort|vals?|varp?|vector(?:p|seq)?|void|zip3?|zipwith3?)\b/,special:{pattern:/\b__[a-z]+__\b/i,alias:"builtin"},operator:/(?:[!"#$%&'*+,\-.\/:<=>?@\\^`|~\u00a1-\u00bf\u00d7-\u00f7\u20d0-\u2bff]|\b_+\b)+|\b(?:and|div|mod|not|or)\b/,punctuation:/[(){}\[\];,|]/};var pe=["c",{lang:"c++",alias:"cpp"},"fortran"],se=/%< *-\*- *<lang>\d* *-\*-[\s\S]+?%>/.source;pe.forEach(function(me){var Ee=me;if(typeof me!="string"&&(Ee=me.alias,me=me.lang),y.languages[Ee]){var xe={};xe["inline-lang-"+Ee]={pattern:RegExp(se.replace("<lang>",me.replace(/([.+*?\/\\(){}\[\]])/g,"\\$1")),"i"),inside:y.util.clone(y.languages.pure["inline-lang"].inside)},xe["inline-lang-"+Ee].inside.rest=y.util.clone(y.languages[Ee]),y.languages.insertBefore("pure","inline-lang",xe)}}),y.languages.c&&(y.languages.pure["inline-lang"].inside.rest=y.util.clone(y.languages.c))})(E)}},78404:function(de){"use strict";de.exports=ae,ae.displayName="purebasic",ae.aliases=[];function ae(E){E.languages.purebasic=E.languages.extend("clike",{comment:/;.*/,keyword:/\b(?:align|and|as|break|calldebugger|case|compilercase|compilerdefault|compilerelse|compilerelseif|compilerendif|compilerendselect|compilererror|compilerif|compilerselect|continue|data|datasection|debug|debuglevel|declare|declarec|declarecdll|declaredll|declaremodule|default|define|dim|disableasm|disabledebugger|disableexplicit|else|elseif|enableasm|enabledebugger|enableexplicit|end|enddatasection|enddeclaremodule|endenumeration|endif|endimport|endinterface|endmacro|endmodule|endprocedure|endselect|endstructure|endstructureunion|endwith|enumeration|extends|fakereturn|for|foreach|forever|global|gosub|goto|if|import|importc|includebinary|includefile|includepath|interface|macro|module|newlist|newmap|next|not|or|procedure|procedurec|procedurecdll|proceduredll|procedurereturn|protected|prototype|prototypec|read|redim|repeat|restore|return|runtime|select|shared|static|step|structure|structureunion|swap|threaded|to|until|wend|while|with|xincludefile|xor)\b/i,function:/\b\w+(?:\.\w+)?\s*(?=\()/,number:/(?:\$[\da-f]+|\b-?(?:\d+(?:\.\d+)?|\.\d+)(?:e[+-]?\d+)?)\b/i,operator:/(?:@\*?|\?|\*)\w+|-[>-]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|?\||[~^%?*/@]/}),E.languages.insertBefore("purebasic","keyword",{tag:/#\w+\$?/,asm:{pattern:/(^[\t ]*)!.*/m,lookbehind:!0,alias:"tag",inside:{comment:/;.*/,string:{pattern:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"label-reference-anonymous":{pattern:/(!\s*j[a-z]+\s+)@[fb]/i,lookbehind:!0,alias:"fasm-label"},"label-reference-addressed":{pattern:/(!\s*j[a-z]+\s+)[A-Z._?$@][\w.?$@~#]*/i,lookbehind:!0,alias:"fasm-label"},keyword:[/\b(?:extern|global)\b[^;\r\n]*/i,/\b(?:CPU|DEFAULT|FLOAT)\b.*/],function:{pattern:/^([\t ]*!\s*)[\da-z]+(?=\s|$)/im,lookbehind:!0},"function-inline":{pattern:/(:\s*)[\da-z]+(?=\s)/i,lookbehind:!0,alias:"function"},label:{pattern:/^([\t ]*!\s*)[A-Za-z._?$@][\w.?$@~#]*(?=:)/m,lookbehind:!0,alias:"fasm-label"},register:/\b(?:st\d|[xyz]mm\d\d?|[cdt]r\d|r\d\d?[bwd]?|[er]?[abcd]x|[abcd][hl]|[er]?(?:bp|di|si|sp)|[cdefgs]s|mm\d+)\b/i,number:/(?:\b|-|(?=\$))(?:0[hx](?:[\da-f]*\.)?[\da-f]+(?:p[+-]?\d+)?|\d[\da-f]+[hx]|\$\d[\da-f]*|0[oq][0-7]+|[0-7]+[oq]|0[by][01]+|[01]+[by]|0[dt]\d+|(?:\d+(?:\.\d+)?|\.\d+)(?:\.?e[+-]?\d+)?[dt]?)\b/i,operator:/[\[\]*+\-/%<>=&|$!,.:]/}}}),delete E.languages.purebasic["class-name"],delete E.languages.purebasic.boolean,E.languages.pbfasm=E.languages.purebasic}},92923:function(de,ae,E){"use strict";var y=E(58090);de.exports=pe,pe.displayName="purescript",pe.aliases=["purs"];function pe(se){se.register(y),se.languages.purescript=se.languages.extend("haskell",{keyword:/\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b|∀/,"import-statement":{pattern:/(^[\t ]*)import\s+[A-Z][\w']*(?:\.[A-Z][\w']*)*(?:\s+as\s+[A-Z][\w']*(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import)\b/,punctuation:/\./}},builtin:/\b(?:absurd|add|ap|append|apply|between|bind|bottom|clamp|compare|comparing|compose|conj|const|degree|discard|disj|div|eq|flap|flip|gcd|identity|ifM|join|lcm|liftA1|liftM1|map|max|mempty|min|mod|mul|negate|not|notEq|one|otherwise|recip|show|sub|top|unit|unless|unlessM|void|when|whenM|zero)\b/,operator:[se.languages.haskell.operator[0],se.languages.haskell.operator[2],/[\xa2-\xa6\xa8\xa9\xac\xae-\xb1\xb4\xb8\xd7\xf7\u02c2-\u02c5\u02d2-\u02df\u02e5-\u02eb\u02ed\u02ef-\u02ff\u0375\u0384\u0385\u03f6\u0482\u058d-\u058f\u0606-\u0608\u060b\u060e\u060f\u06de\u06e9\u06fd\u06fe\u07f6\u07fe\u07ff\u09f2\u09f3\u09fa\u09fb\u0af1\u0b70\u0bf3-\u0bfa\u0c7f\u0d4f\u0d79\u0e3f\u0f01-\u0f03\u0f13\u0f15-\u0f17\u0f1a-\u0f1f\u0f34\u0f36\u0f38\u0fbe-\u0fc5\u0fc7-\u0fcc\u0fce\u0fcf\u0fd5-\u0fd8\u109e\u109f\u1390-\u1399\u166d\u17db\u1940\u19de-\u19ff\u1b61-\u1b6a\u1b74-\u1b7c\u1fbd\u1fbf-\u1fc1\u1fcd-\u1fcf\u1fdd-\u1fdf\u1fed-\u1fef\u1ffd\u1ffe\u2044\u2052\u207a-\u207c\u208a-\u208c\u20a0-\u20bf\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211e-\u2123\u2125\u2127\u2129\u212e\u213a\u213b\u2140-\u2144\u214a-\u214d\u214f\u218a\u218b\u2190-\u2307\u230c-\u2328\u232b-\u2426\u2440-\u244a\u249c-\u24e9\u2500-\u2767\u2794-\u27c4\u27c7-\u27e5\u27f0-\u2982\u2999-\u29d7\u29dc-\u29fb\u29fe-\u2b73\u2b76-\u2b95\u2b97-\u2bff\u2ce5-\u2cea\u2e50\u2e51\u2e80-\u2e99\u2e9b-\u2ef3\u2f00-\u2fd5\u2ff0-\u2ffb\u3004\u3012\u3013\u3020\u3036\u3037\u303e\u303f\u309b\u309c\u3190\u3191\u3196-\u319f\u31c0-\u31e3\u3200-\u321e\u322a-\u3247\u3250\u3260-\u327f\u328a-\u32b0\u32c0-\u33ff\u4dc0-\u4dff\ua490-\ua4c6\ua700-\ua716\ua720\ua721\ua789\ua78a\ua828-\ua82b\ua836-\ua839\uaa77-\uaa79\uab5b\uab6a\uab6b\ufb29\ufbb2-\ufbc1\ufdfc\ufdfd\ufe62\ufe64-\ufe66\ufe69\uff04\uff0b\uff1c-\uff1e\uff3e\uff40\uff5c\uff5e\uffe0-\uffe6\uffe8-\uffee\ufffc\ufffd]/]}),se.languages.purs=se.languages.purescript}},52992:function(de){"use strict";de.exports=ae,ae.displayName="python",ae.aliases=["py"];function ae(E){E.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},E.languages.python["string-interpolation"].inside.interpolation.inside.rest=E.languages.python,E.languages.py=E.languages.python}},55762:function(de){"use strict";de.exports=ae,ae.displayName="q",ae.aliases=[];function ae(E){E.languages.q={string:/"(?:\\.|[^"\\\r\n])*"/,comment:[{pattern:/([\t )\]}])\/.*/,lookbehind:!0,greedy:!0},{pattern:/(^|\r?\n|\r)\/[\t ]*(?:(?:\r?\n|\r)(?:.*(?:\r?\n|\r(?!\n)))*?(?:\\(?=[\t ]*(?:\r?\n|\r))|$)|\S.*)/,lookbehind:!0,greedy:!0},{pattern:/^\\[\t ]*(?:\r?\n|\r)[\s\S]+/m,greedy:!0},{pattern:/^#!.+/m,greedy:!0}],symbol:/`(?::\S+|[\w.]*)/,datetime:{pattern:/0N[mdzuvt]|0W[dtz]|\d{4}\.\d\d(?:m|\.\d\d(?:T(?:\d\d(?::\d\d(?::\d\d(?:[.:]\d\d\d)?)?)?)?)?[dz]?)|\d\d:\d\d(?::\d\d(?:[.:]\d\d\d)?)?[uvt]?/,alias:"number"},number:/\b(?![01]:)(?:0N[hje]?|0W[hj]?|0[wn]|0x[\da-fA-F]+|\d+(?:\.\d*)?(?:e[+-]?\d+)?[hjfeb]?)/,keyword:/\\\w+\b|\b(?:abs|acos|aj0?|all|and|any|asc|asin|asof|atan|attr|avgs?|binr?|by|ceiling|cols|cor|cos|count|cov|cross|csv|cut|delete|deltas|desc|dev|differ|distinct|div|do|dsave|ej|enlist|eval|except|exec|exit|exp|fby|fills|first|fkeys|flip|floor|from|get|getenv|group|gtime|hclose|hcount|hdel|hopen|hsym|iasc|identity|idesc|if|ij|in|insert|inter|inv|keys?|last|like|list|ljf?|load|log|lower|lsq|ltime|ltrim|mavg|maxs?|mcount|md5|mdev|med|meta|mins?|mmax|mmin|mmu|mod|msum|neg|next|not|null|or|over|parse|peach|pj|plist|prds?|prev|prior|rand|rank|ratios|raze|read0|read1|reciprocal|reval|reverse|rload|rotate|rsave|rtrim|save|scan|scov|sdev|select|set|setenv|show|signum|sin|sqrt|ssr?|string|sublist|sums?|sv|svar|system|tables|tan|til|trim|txf|type|uj|ungroup|union|update|upper|upsert|value|var|views?|vs|wavg|where|while|within|wj1?|wsum|ww|xasc|xbar|xcols?|xdesc|xexp|xgroup|xkey|xlog|xprev|xrank)\b/,adverb:{pattern:/['\/\\]:?|\beach\b/,alias:"function"},verb:{pattern:/(?:\B\.\B|\b[01]:|<[=>]?|>=?|[:+\-*%,!?~=|$&#@^]):?|\b_\b:?/,alias:"operator"},punctuation:/[(){}\[\];.]/}}},4137:function(de){"use strict";de.exports=ae,ae.displayName="qml",ae.aliases=[];function ae(E){(function(y){for(var pe=/"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source,se=/\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))*\*\//.source,me=/(?:[^\\()[\]{}"'/]|<string>|\/(?![*/])|<comment>|\(<expr>*\)|\[<expr>*\]|\{<expr>*\}|\\[\s\S])/.source.replace(/<string>/g,function(){return pe}).replace(/<comment>/g,function(){return se}),Ee=0;Ee<2;Ee++)me=me.replace(/<expr>/g,function(){return me});me=me.replace(/<expr>/g,"[^\\s\\S]"),y.languages.qml={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},"javascript-function":{pattern:RegExp(/((?:^|;)[ \t]*)function\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*\(<js>*\)\s*\{<js>*\}/.source.replace(/<js>/g,function(){return me}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:y.languages.javascript},"class-name":{pattern:/((?:^|[:;])[ \t]*)(?!\d)\w+(?=[ \t]*\{|[ \t]+on\b)/m,lookbehind:!0},property:[{pattern:/((?:^|[;{])[ \t]*)(?!\d)\w+(?:\.\w+)*(?=[ \t]*:)/m,lookbehind:!0},{pattern:/((?:^|[;{])[ \t]*)property[ \t]+(?!\d)\w+(?:\.\w+)*[ \t]+(?!\d)\w+(?:\.\w+)*(?=[ \t]*:)/m,lookbehind:!0,inside:{keyword:/^property/,property:/\w+(?:\.\w+)*/}}],"javascript-expression":{pattern:RegExp(/(:[ \t]*)(?![\s;}[])(?:(?!$|[;}])<js>)+/.source.replace(/<js>/g,function(){return me}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:y.languages.javascript},string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},keyword:/\b(?:as|import|on)\b/,punctuation:/[{}[\]:;,]/}})(E)}},28260:function(de){"use strict";de.exports=ae,ae.displayName="qore",ae.aliases=[];function ae(E){E.languages.qore=E.languages.extend("clike",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/,lookbehind:!0},string:{pattern:/("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},keyword:/\b(?:abstract|any|assert|binary|bool|boolean|break|byte|case|catch|char|class|code|const|continue|data|default|do|double|else|enum|extends|final|finally|float|for|goto|hash|if|implements|import|inherits|instanceof|int|interface|long|my|native|new|nothing|null|object|our|own|private|reference|rethrow|return|short|soft(?:bool|date|float|int|list|number|string)|static|strictfp|string|sub|super|switch|synchronized|this|throw|throws|transient|try|void|volatile|while)\b/,boolean:/\b(?:false|true)\b/i,function:/\$?\b(?!\d)\w+(?=\()/,number:/\b(?:0b[01]+|0x(?:[\da-f]*\.)?[\da-fp\-]+|(?:\d+(?:\.\d+)?|\.\d+)(?:e\d+)?[df]|(?:\d+(?:\.\d+)?|\.\d+))\b/i,operator:{pattern:/(^|[^.])(?:\+[+=]?|-[-=]?|[!=](?:==?|~)?|>>?=?|<(?:=>?|<=?)?|&[&=]?|\|[|=]?|[*\/%^]=?|[~?])/,lookbehind:!0},variable:/\$(?!\d)\w+\b/})}},71360:function(de){"use strict";de.exports=ae,ae.displayName="qsharp",ae.aliases=["qs"];function ae(E){(function(y){function pe(rt,fe){return rt.replace(/<<(\d+)>>/g,function(b,a){return"(?:"+fe[+a]+")"})}function se(rt,fe,b){return RegExp(pe(rt,fe),b||"")}function me(rt,fe){for(var b=0;b<fe;b++)rt=rt.replace(/<<self>>/g,function(){return"(?:"+rt+")"});return rt.replace(/<<self>>/g,"[^\\s\\S]")}var Ee={type:"Adj BigInt Bool Ctl Double false Int One Pauli PauliI PauliX PauliY PauliZ Qubit Range Result String true Unit Zero",other:"Adjoint adjoint apply as auto body borrow borrowing Controlled controlled distribute elif else fail fixup for function if in internal intrinsic invert is let mutable namespace new newtype open operation repeat return self set until use using while within"};function xe(rt){return"\\b(?:"+rt.trim().replace(/ /g,"|")+")\\b"}var Se=RegExp(xe(Ee.type+" "+Ee.other)),Te=/\b[A-Za-z_]\w*\b/.source,Ie=pe(/<<0>>(?:\s*\.\s*<<0>>)*/.source,[Te]),Le={keyword:Se,punctuation:/[<>()?,.:[\]]/},He=/"(?:\\.|[^\\"])*"/.source;y.languages.qsharp=y.languages.extend("clike",{comment:/\/\/.*/,string:[{pattern:se(/(^|[^$\\])<<0>>/.source,[He]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:se(/(\b(?:as|open)\s+)<<0>>(?=\s*(?:;|as\b))/.source,[Ie]),lookbehind:!0,inside:Le},{pattern:se(/(\bnamespace\s+)<<0>>(?=\s*\{)/.source,[Ie]),lookbehind:!0,inside:Le}],keyword:Se,number:/(?:\b0(?:x[\da-f]+|b[01]+|o[0-7]+)|(?:\B\.\d+|\b\d+(?:\.\d*)?)(?:e[-+]?\d+)?)l?\b/i,operator:/\band=|\bor=|\band\b|\bnot\b|\bor\b|<[-=]|[-=]>|>>>=?|<<<=?|\^\^\^=?|\|\|\|=?|&&&=?|w\/=?|~~~|[*\/+\-^=!%]=?/,punctuation:/::|[{}[\];(),.:]/}),y.languages.insertBefore("qsharp","number",{range:{pattern:/\.\./,alias:"operator"}});var We=me(pe(/\{(?:[^"{}]|<<0>>|<<self>>)*\}/.source,[He]),2);y.languages.insertBefore("qsharp","string",{"interpolation-string":{pattern:se(/\$"(?:\\.|<<0>>|[^\\"{])*"/.source,[We]),greedy:!0,inside:{interpolation:{pattern:se(/((?:^|[^\\])(?:\\\\)*)<<0>>/.source,[We]),lookbehind:!0,inside:{punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-qsharp",inside:y.languages.qsharp}}},string:/[\s\S]+/}}})})(E),E.languages.qs=E.languages.qsharp}},29308:function(de){"use strict";de.exports=ae,ae.displayName="r",ae.aliases=[];function ae(E){E.languages.r={comment:/#.*/,string:{pattern:/(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:FALSE|TRUE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:Inf|NaN)\b/,/(?:\b0x[\dA-Fa-f]+(?:\.\d*)?|\b\d+(?:\.\d*)?|\B\.\d+)(?:[EePp][+-]?\d+)?[iL]?/],keyword:/\b(?:NA|NA_character_|NA_complex_|NA_integer_|NA_real_|NULL|break|else|for|function|if|in|next|repeat|while)\b/,operator:/->?>?|<(?:=|<?-)?|[>=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}}},32168:function(de,ae,E){"use strict";var y=E(9997);de.exports=pe,pe.displayName="racket",pe.aliases=["rkt"];function pe(se){se.register(y),se.languages.racket=se.languages.extend("scheme",{"lambda-parameter":{pattern:/([(\[]lambda\s+[(\[])[^()\[\]'\s]+/,lookbehind:!0}}),se.languages.insertBefore("racket","string",{lang:{pattern:/^#lang.+/m,greedy:!0,alias:"keyword"}}),se.languages.rkt=se.languages.racket}},5755:function(de){"use strict";de.exports=ae,ae.displayName="reason",ae.aliases=[];function ae(E){E.languages.reason=E.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),E.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete E.languages.reason.function}},54105:function(de){"use strict";de.exports=ae,ae.displayName="regex",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},se=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,me={pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},Ee={pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},xe="(?:[^\\\\-]|"+se.source+")",Se=RegExp(xe+"-"+xe),Te={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};y.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:Se,inside:{escape:se,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":pe,"char-set":Ee,escape:se}},"special-escape":pe,"char-set":me,backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":Te}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:se,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":Te}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}})(E)}},93503:function(de){"use strict";de.exports=ae,ae.displayName="rego",ae.aliases=[];function ae(E){E.languages.rego={comment:/#.*/,property:{pattern:/(^|[^\\.])(?:"(?:\\.|[^\\"\r\n])*"|`[^`]*`|\b[a-z_]\w*\b)(?=\s*:(?!=))/i,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:as|default|else|import|not|null|package|set(?=\s*\()|some|with)\b/,boolean:/\b(?:false|true)\b/,function:{pattern:/\b[a-z_]\w*\b(?:\s*\.\s*\b[a-z_]\w*\b)*(?=\s*\()/i,inside:{namespace:/\b\w+\b(?=\s*\.)/,punctuation:/\./}},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,operator:/[-+*/%|&]|[<>:=]=?|!=|\b_\b/,punctuation:/[,;.\[\]{}()]/}}},35108:function(de){"use strict";de.exports=ae,ae.displayName="renpy",ae.aliases=["rpy"];function ae(E){E.languages.renpy={comment:{pattern:/(^|[^\\])#.+/,lookbehind:!0},string:{pattern:/("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\])*\2|(?:^#?(?:(?:[0-9a-fA-F]){3}|[0-9a-fA-F]{6})$)/m,greedy:!0},function:/\b[a-z_]\w*(?=\()/i,property:/\b(?:Update|UpdateVersion|action|activate_sound|adv_nvl_transition|after_load_transition|align|alpha|alt|anchor|antialias|area|auto|background|bar_invert|bar_resizing|bar_vertical|black_color|bold|bottom_bar|bottom_gutter|bottom_margin|bottom_padding|box_reverse|box_wrap|can_update|caret|child|color|crop|default_afm_enable|default_afm_time|default_fullscreen|default_text_cps|developer|directory_name|drag_handle|drag_joined|drag_name|drag_raise|draggable|dragged|drop_shadow|drop_shadow_color|droppable|dropped|easein|easeout|edgescroll|end_game_transition|end_splash_transition|enter_replay_transition|enter_sound|enter_transition|enter_yesno_transition|executable_name|exit_replay_transition|exit_sound|exit_transition|exit_yesno_transition|fadein|fadeout|first_indent|first_spacing|fit_first|focus|focus_mask|font|foreground|game_main_transition|get_installed_packages|google_play_key|google_play_salt|ground|has_music|has_sound|has_voice|height|help|hinting|hover|hover_background|hover_color|hover_sound|hovered|hyperlink_functions|idle|idle_color|image_style|include_update|insensitive|insensitive_background|insensitive_color|inside|intra_transition|italic|justify|kerning|keyboard_focus|language|layer_clipping|layers|layout|left_bar|left_gutter|left_margin|left_padding|length|line_leading|line_overlap_split|line_spacing|linear|main_game_transition|main_menu_music|maximum|min_width|minimum|minwidth|modal|mouse|mousewheel|name|narrator_menu|newline_indent|nvl_adv_transition|offset|order_reverse|outlines|overlay_functions|pos|position|prefix|radius|range|rest_indent|right_bar|right_gutter|right_margin|right_padding|rotate|rotate_pad|ruby_style|sample_sound|save_directory|say_attribute_transition|screen_height|screen_width|scrollbars|selected_hover|selected_hover_color|selected_idle|selected_idle_color|selected_insensitive|show_side_image|show_two_window|side_spacing|side_xpos|side_ypos|size|size_group|slow_cps|slow_cps_multiplier|spacing|strikethrough|subpixel|text_align|text_style|text_xpos|text_y_fudge|text_ypos|thumb|thumb_offset|thumb_shadow|thumbnail_height|thumbnail_width|time|top_bar|top_gutter|top_margin|top_padding|translations|underline|unscrollable|update|value|version|version_name|version_tuple|vertical|width|window_hide_transition|window_icon|window_left_padding|window_show_transition|window_title|windows_icon|xadjustment|xalign|xanchor|xanchoraround|xaround|xcenter|xfill|xinitial|xmargin|xmaximum|xminimum|xoffset|xofsset|xpadding|xpos|xsize|xzoom|yadjustment|yalign|yanchor|yanchoraround|yaround|ycenter|yfill|yinitial|ymargin|ymaximum|yminimum|yoffset|ypadding|ypos|ysize|ysizexysize|yzoom|zoom|zorder)\b/,tag:/\b(?:bar|block|button|buttoscreenn|drag|draggroup|fixed|frame|grid|[hv]box|hotbar|hotspot|image|imagebutton|imagemap|input|key|label|menu|mm_menu_frame|mousearea|nvl|parallel|screen|self|side|tag|text|textbutton|timer|vbar|viewport|window)\b|\$/,keyword:/\b(?:None|add|adjustment|alignaround|allow|angle|animation|around|as|assert|behind|box_layout|break|build|cache|call|center|changed|child_size|choice|circles|class|clear|clicked|clipping|clockwise|config|contains|continue|corner1|corner2|counterclockwise|def|default|define|del|delay|disabled|disabled_text|dissolve|elif|else|event|except|exclude|exec|expression|fade|finally|for|from|function|global|gm_root|has|hide|id|if|import|in|init|is|jump|knot|lambda|left|less_rounded|mm_root|movie|music|null|on|onlayer|pass|pause|persistent|play|print|python|queue|raise|random|renpy|repeat|return|right|rounded_window|scene|scope|set|show|slow|slow_abortable|slow_done|sound|stop|store|style|style_group|substitute|suffix|theme|transform|transform_anchor|transpose|try|ui|unhovered|updater|use|voice|while|widget|widget_hover|widget_selected|widget_text|yield)\b/,boolean:/\b(?:[Ff]alse|[Tt]rue)\b/,number:/(?:\b(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*(?:\.\d*)?)|\B\.\d+)(?:e[+-]?\d+)?j?/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:and|at|not|or|with)\b/,punctuation:/[{}[\];(),.:]/},E.languages.rpy=E.languages.renpy}},46678:function(de){"use strict";de.exports=ae,ae.displayName="rest",ae.aliases=[];function ae(E){E.languages.rest={table:[{pattern:/(^[\t ]*)(?:\+[=-]+)+\+(?:\r?\n|\r)(?:\1[+|].+[+|](?:\r?\n|\r))+\1(?:\+[=-]+)+\+/m,lookbehind:!0,inside:{punctuation:/\||(?:\+[=-]+)+\+/}},{pattern:/(^[\t ]*)=+ [ =]*=(?:(?:\r?\n|\r)\1.+)+(?:\r?\n|\r)\1=+ [ =]*=(?=(?:\r?\n|\r){2}|\s*$)/m,lookbehind:!0,inside:{punctuation:/[=-]+/}}],"substitution-def":{pattern:/(^[\t ]*\.\. )\|(?:[^|\s](?:[^|]*[^|\s])?)\| [^:]+::/m,lookbehind:!0,inside:{substitution:{pattern:/^\|(?:[^|\s]|[^|\s][^|]*[^|\s])\|/,alias:"attr-value",inside:{punctuation:/^\||\|$/}},directive:{pattern:/( )(?! )[^:]+::/,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}}}},"link-target":[{pattern:/(^[\t ]*\.\. )\[[^\]]+\]/m,lookbehind:!0,alias:"string",inside:{punctuation:/^\[|\]$/}},{pattern:/(^[\t ]*\.\. )_(?:`[^`]+`|(?:[^:\\]|\\.)+):/m,lookbehind:!0,alias:"string",inside:{punctuation:/^_|:$/}}],directive:{pattern:/(^[\t ]*\.\. )[^:]+::/m,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}},comment:{pattern:/(^[\t ]*\.\.)(?:(?: .+)?(?:(?:\r?\n|\r).+)+| .+)(?=(?:\r?\n|\r){2}|$)/m,lookbehind:!0},title:[{pattern:/^(([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+)(?:\r?\n|\r).+(?:\r?\n|\r)\1$/m,inside:{punctuation:/^[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+|[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}},{pattern:/(^|(?:\r?\n|\r){2}).+(?:\r?\n|\r)([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+(?=\r?\n|\r|$)/,lookbehind:!0,inside:{punctuation:/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}}],hr:{pattern:/((?:\r?\n|\r){2})([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2{3,}(?=(?:\r?\n|\r){2})/,lookbehind:!0,alias:"punctuation"},field:{pattern:/(^[\t ]*):[^:\r\n]+:(?= )/m,lookbehind:!0,alias:"attr-name"},"command-line-option":{pattern:/(^[\t ]*)(?:[+-][a-z\d]|(?:--|\/)[a-z\d-]+)(?:[ =](?:[a-z][\w-]*|<[^<>]+>))?(?:, (?:[+-][a-z\d]|(?:--|\/)[a-z\d-]+)(?:[ =](?:[a-z][\w-]*|<[^<>]+>))?)*(?=(?:\r?\n|\r)? {2,}\S)/im,lookbehind:!0,alias:"symbol"},"literal-block":{pattern:/::(?:\r?\n|\r){2}([ \t]+)(?![ \t]).+(?:(?:\r?\n|\r)\1.+)*/,inside:{"literal-block-punctuation":{pattern:/^::/,alias:"punctuation"}}},"quoted-literal-block":{pattern:/::(?:\r?\n|\r){2}([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]).*(?:(?:\r?\n|\r)\1.*)*/,inside:{"literal-block-punctuation":{pattern:/^(?:::|([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\1*)/m,alias:"punctuation"}}},"list-bullet":{pattern:/(^[\t ]*)(?:[*+\-•‣⁃]|\(?(?:\d+|[a-z]|[ivxdclm]+)\)|(?:\d+|[a-z]|[ivxdclm]+)\.)(?= )/im,lookbehind:!0,alias:"punctuation"},"doctest-block":{pattern:/(^[\t ]*)>>> .+(?:(?:\r?\n|\r).+)*/m,lookbehind:!0,inside:{punctuation:/^>>>/}},inline:[{pattern:/(^|[\s\-:\/'"<(\[{])(?::[^:]+:`.*?`|`.*?`:[^:]+:|(\*\*?|``?|\|)(?!\s)(?:(?!\2).)*\S\2(?=[\s\-.,:;!?\\\/'")\]}]|$))/m,lookbehind:!0,inside:{bold:{pattern:/(^\*\*).+(?=\*\*$)/,lookbehind:!0},italic:{pattern:/(^\*).+(?=\*$)/,lookbehind:!0},"inline-literal":{pattern:/(^``).+(?=``$)/,lookbehind:!0,alias:"symbol"},role:{pattern:/^:[^:]+:|:[^:]+:$/,alias:"function",inside:{punctuation:/^:|:$/}},"interpreted-text":{pattern:/(^`).+(?=`$)/,lookbehind:!0,alias:"attr-value"},substitution:{pattern:/(^\|).+(?=\|$)/,lookbehind:!0,alias:"attr-value"},punctuation:/\*\*?|``?|\|/}}],link:[{pattern:/\[[^\[\]]+\]_(?=[\s\-.,:;!?\\\/'")\]}]|$)/,alias:"string",inside:{punctuation:/^\[|\]_$/}},{pattern:/(?:\b[a-z\d]+(?:[_.:+][a-z\d]+)*_?_|`[^`]+`_?_|_`[^`]+`)(?=[\s\-.,:;!?\\\/'")\]}]|$)/i,alias:"string",inside:{punctuation:/^_?`|`$|`?_?_$/}}],punctuation:{pattern:/(^[\t ]*)(?:\|(?= |$)|(?:---?|—|\.\.|__)(?= )|\.\.$)/m,lookbehind:!0}}}},47496:function(de){"use strict";de.exports=ae,ae.displayName="rip",ae.aliases=[];function ae(E){E.languages.rip={comment:{pattern:/#.*/,greedy:!0},char:{pattern:/\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/,greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},regex:{pattern:/(^|[^/])\/(?!\/)(?:\[[^\n\r\]]*\]|\\.|[^/\\\r\n\[])+\/(?=\s*(?:$|[\r\n,.;})]))/,lookbehind:!0,greedy:!0},keyword:/(?:=>|->)|\b(?:case|catch|class|else|exit|finally|if|raise|return|switch|try)\b/,builtin:/@|\bSystem\b/,boolean:/\b(?:false|true)\b/,date:/\b\d{4}-\d{2}-\d{2}\b/,time:/\b\d{2}:\d{2}:\d{2}\b/,datetime:/\b\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\b/,symbol:/:[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/,number:/[+-]?\b(?:\d+\.\d+|\d+)\b/,punctuation:/(?:\.{2,3})|[`,.:;=\/\\()<>\[\]{}]/,reference:/[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/}}},30527:function(de){"use strict";de.exports=ae,ae.displayName="roboconf",ae.aliases=[];function ae(E){E.languages.roboconf={comment:/#.*/,keyword:{pattern:/(^|\s)(?:(?:external|import)\b|(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{))/,lookbehind:!0},component:{pattern:/[\w-]+(?=[ \t]*\{)/,alias:"variable"},property:/[\w.-]+(?=[ \t]*:)/,value:{pattern:/(=[ \t]*(?![ \t]))[^,;]+/,lookbehind:!0,alias:"attr-value"},optional:{pattern:/\(optional\)/,alias:"builtin"},wildcard:{pattern:/(\.)\*/,lookbehind:!0,alias:"operator"},punctuation:/[{},.;:=]/}}},5261:function(de){"use strict";de.exports=ae,ae.displayName="robotframework",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/(^[ \t]*| {2}|\t)#.*/m,lookbehind:!0,greedy:!0},se={pattern:/((?:^|[^\\])(?:\\{2})*)[$@&%]\{(?:[^{}\r\n]|\{[^{}\r\n]*\})*\}/,lookbehind:!0,inside:{punctuation:/^[$@&%]\{|\}$/}};function me(Te,Ie){var Le={};Le["section-header"]={pattern:/^ ?\*{3}.+?\*{3}/,alias:"keyword"};for(var He in Ie)Le[He]=Ie[He];return Le.tag={pattern:/([\r\n](?: {2}|\t)[ \t]*)\[[-\w]+\]/,lookbehind:!0,inside:{punctuation:/\[|\]/}},Le.variable=se,Le.comment=pe,{pattern:RegExp(/^ ?\*{3}[ \t]*<name>[ \t]*\*{3}(?:.|[\r\n](?!\*{3}))*/.source.replace(/<name>/g,function(){return Te}),"im"),alias:"section",inside:Le}}var Ee={pattern:/(\[Documentation\](?: {2}|\t)[ \t]*)(?![ \t]|#)(?:.|(?:\r\n?|\n)[ \t]*\.{3})+/,lookbehind:!0,alias:"string"},xe={pattern:/([\r\n] ?)(?!#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,alias:"function",inside:{variable:se}},Se={pattern:/([\r\n](?: {2}|\t)[ \t]*)(?!\[|\.{3}|#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,inside:{variable:se}};y.languages.robotframework={settings:me("Settings",{documentation:{pattern:/([\r\n] ?Documentation(?: {2}|\t)[ \t]*)(?![ \t]|#)(?:.|(?:\r\n?|\n)[ \t]*\.{3})+/,lookbehind:!0,alias:"string"},property:{pattern:/([\r\n] ?)(?!\.{3}|#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0}}),variables:me("Variables"),"test-cases":me("Test Cases",{"test-name":xe,documentation:Ee,property:Se}),keywords:me("Keywords",{"keyword-name":xe,documentation:Ee,property:Se}),tasks:me("Tasks",{"task-name":xe,documentation:Ee,property:Se}),comment:pe},y.languages.robot=y.languages.robotframework})(E)}},56939:function(de){"use strict";de.exports=ae,ae.displayName="ruby",ae.aliases=["rb"];function ae(E){(function(y){y.languages.ruby=y.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),y.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var pe={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:y.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete y.languages.ruby.function;var se="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",me=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;y.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+se+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:pe,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:pe,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+me),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+me+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),y.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+se),greedy:!0,inside:{interpolation:pe,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:pe,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:pe,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+se),greedy:!0,inside:{interpolation:pe,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:pe,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete y.languages.ruby.string,y.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),y.languages.rb=y.languages.ruby})(E)}},83648:function(de){"use strict";de.exports=ae,ae.displayName="rust",ae.aliases=[];function ae(E){(function(y){for(var pe=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,se=0;se<2;se++)pe=pe.replace(/<self>/g,function(){return pe});pe=pe.replace(/<self>/g,function(){return/[^\s\S]/.source}),y.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+pe),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},y.languages.rust["closure-params"].inside.rest=y.languages.rust,y.languages.rust.attribute.inside.string=y.languages.rust.string})(E)}},16009:function(de){"use strict";de.exports=ae,ae.displayName="sas",ae.aliases=[];function ae(E){(function(y){var pe=/(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source,se=/\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,me={pattern:RegExp(pe+"[bx]"),alias:"number"},Ee={pattern:/&[a-z_]\w*/i},xe={pattern:/((?:^|\s|=|\())%(?:ABORT|BY|CMS|COPY|DISPLAY|DO|ELSE|END|EVAL|GLOBAL|GO|GOTO|IF|INC|INCLUDE|INDEX|INPUT|KTRIM|LENGTH|LET|LIST|LOCAL|PUT|QKTRIM|QSCAN|QSUBSTR|QSYSFUNC|QUPCASE|RETURN|RUN|SCAN|SUBSTR|SUPERQ|SYMDEL|SYMEXIST|SYMGLOBL|SYMLOCAL|SYSCALL|SYSEVALF|SYSEXEC|SYSFUNC|SYSGET|SYSRPUT|THEN|TO|TSO|UNQUOTE|UNTIL|UPCASE|WHILE|WINDOW)\b/i,lookbehind:!0,alias:"keyword"},Se={pattern:/(^|\s)(?:proc\s+\w+|data(?!=)|quit|run)\b/i,alias:"keyword",lookbehind:!0},Te=[/\/\*[\s\S]*?\*\//,{pattern:/(^[ \t]*|;\s*)\*[^;]*;/m,lookbehind:!0}],Ie={pattern:RegExp(pe),greedy:!0},Le=/[$%@.(){}\[\];,\\]/,He={pattern:/%?\b\w+(?=\()/,alias:"keyword"},We={function:He,"arg-value":{pattern:/(=\s*)[A-Z\.]+/i,lookbehind:!0},operator:/=/,"macro-variable":Ee,arg:{pattern:/[A-Z]+/i,alias:"keyword"},number:se,"numeric-constant":me,punctuation:Le,string:Ie},rt={pattern:/\b(?:format|put)\b=?[\w'$.]+/i,inside:{keyword:/^(?:format|put)(?==)/i,equals:/=/,format:{pattern:/(?:\w|\$\d)+\.\d?/,alias:"number"}}},fe={pattern:/\b(?:format|put)\s+[\w']+(?:\s+[$.\w]+)+(?=;)/i,inside:{keyword:/^(?:format|put)/i,format:{pattern:/[\w$]+\.\d?/,alias:"number"}}},b={pattern:/((?:^|\s)=?)(?:catname|checkpoint execute_always|dm|endsas|filename|footnote|%include|libname|%list|lock|missing|options|page|resetline|%run|sasfile|skip|sysecho|title\d?)\b/i,lookbehind:!0,alias:"keyword"},a={pattern:/(^|\s)(?:submit(?:\s+(?:load|norun|parseonly))?|endsubmit)\b/i,lookbehind:!0,alias:"keyword"},ee=/aStore|accessControl|aggregation|audio|autotune|bayesianNetClassifier|bioMedImage|boolRule|builtins|cardinality|cdm|clustering|conditionalRandomFields|configuration|copula|countreg|dataDiscovery|dataPreprocess|dataSciencePilot|dataStep|decisionTree|deduplication|deepLearn|deepNeural|deepRnn|ds2|ecm|entityRes|espCluster|explainModel|factmac|fastKnn|fcmpact|fedSql|freqTab|gVarCluster|gam|gleam|graphSemiSupLearn|hiddenMarkovModel|hyperGroup|ica|image|iml|kernalPca|langModel|ldaTopic|loadStreams|mbc|mixed|mlTools|modelPublishing|network|neuralNet|nmf|nonParametricBayes|nonlinear|optNetwork|optimization|panel|pca|percentile|phreg|pls|qkb|qlim|quantreg|recommend|regression|reinforcementLearn|robustPca|ruleMining|sampling|sandwich|sccasl|search(?:Analytics)?|sentimentAnalysis|sequence|session(?:Prop)?|severity|simSystem|simple|smartData|sparkEmbeddedProcess|sparseML|spatialreg|spc|stabilityMonitoring|svDataDescription|svm|table|text(?:Filters|Frequency|Mining|Parse|Rule(?:Develop|Score)|Topic|Util)|timeData|transpose|tsInfo|tsReconcile|uniTimeSeries|varReduce/.source,x={pattern:RegExp(/(^|\s)(?:action\s+)?(?:<act>)\.[a-z]+\b[^;]+/.source.replace(/<act>/g,function(){return ee}),"i"),lookbehind:!0,inside:{keyword:RegExp(/(?:<act>)\.[a-z]+\b/.source.replace(/<act>/g,function(){return ee}),"i"),action:{pattern:/(?:action)/i,alias:"keyword"},comment:Te,function:He,"arg-value":We["arg-value"],operator:We.operator,argument:We.arg,number:se,"numeric-constant":me,punctuation:Le,string:Ie}},te={pattern:/((?:^|\s)=?)(?:after|analysis|and|array|barchart|barwidth|begingraph|by|call|cas|cbarline|cfill|class(?:lev)?|close|column|computed?|contains|continue|data(?==)|define|delete|describe|document|do\s+over|do|dol|drop|dul|else|end(?:comp|source)?|entryTitle|eval(?:uate)?|exec(?:ute)?|exit|file(?:name)?|fill(?:attrs)?|flist|fnc|function(?:list)?|global|goto|group(?:by)?|headline|headskip|histogram|if|infile|keep|keylabel|keyword|label|layout|leave|legendlabel|length|libname|loadactionset|merge|midpoints|_?null_|name|noobs|nowd|ods|options|or|otherwise|out(?:put)?|over(?:lay)?|plot|print|put|raise|ranexp|rannor|rbreak|retain|return|select|session|sessref|set|source|statgraph|sum|summarize|table|temp|terminate|then\s+do|then|title\d?|to|var|when|where|xaxisopts|y2axisopts|yaxisopts)\b/i,lookbehind:!0};y.languages.sas={datalines:{pattern:/^([ \t]*)(?:cards|(?:data)?lines);[\s\S]+?^[ \t]*;/im,lookbehind:!0,alias:"string",inside:{keyword:{pattern:/^(?:cards|(?:data)?lines)/i},punctuation:/;/}},"proc-sql":{pattern:/(^proc\s+(?:fed)?sql(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{sql:{pattern:RegExp(/^[ \t]*(?:select|alter\s+table|(?:create|describe|drop)\s+(?:index|table(?:\s+constraints)?|view)|create\s+unique\s+index|insert\s+into|update)(?:<str>|[^;"'])+;/.source.replace(/<str>/g,function(){return pe}),"im"),alias:"language-sql",inside:y.languages.sql},"global-statements":b,"sql-statements":{pattern:/(^|\s)(?:disconnect\s+from|begin|commit|exec(?:ute)?|reset|rollback|validate)\b/i,lookbehind:!0,alias:"keyword"},number:se,"numeric-constant":me,punctuation:Le,string:Ie}},"proc-groovy":{pattern:/(^proc\s+groovy(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Te,groovy:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return pe}),"im"),lookbehind:!0,alias:"language-groovy",inside:y.languages.groovy},keyword:te,"submit-statement":a,"global-statements":b,number:se,"numeric-constant":me,punctuation:Le,string:Ie}},"proc-lua":{pattern:/(^proc\s+lua(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Te,lua:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return pe}),"im"),lookbehind:!0,alias:"language-lua",inside:y.languages.lua},keyword:te,"submit-statement":a,"global-statements":b,number:se,"numeric-constant":me,punctuation:Le,string:Ie}},"proc-cas":{pattern:/(^proc\s+cas(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|quit|data);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Te,"statement-var":{pattern:/((?:^|\s)=?)saveresult\s[^;]+/im,lookbehind:!0,inside:{statement:{pattern:/^saveresult\s+\S+/i,inside:{keyword:/^(?:saveresult)/i}},rest:We}},"cas-actions":x,statement:{pattern:/((?:^|\s)=?)(?:default|(?:un)?set|on|output|upload)[^;]+/im,lookbehind:!0,inside:We},step:Se,keyword:te,function:He,format:rt,altformat:fe,"global-statements":b,number:se,"numeric-constant":me,punctuation:Le,string:Ie}},"proc-args":{pattern:RegExp(/(^proc\s+\w+\s+)(?!\s)(?:[^;"']|<str>)+;/.source.replace(/<str>/g,function(){return pe}),"im"),lookbehind:!0,inside:We},"macro-keyword":xe,"macro-variable":Ee,"macro-string-functions":{pattern:/((?:^|\s|=))%(?:BQUOTE|NRBQUOTE|NRQUOTE|NRSTR|QUOTE|STR)\(.*?(?:[^%]\))/i,lookbehind:!0,inside:{function:{pattern:/%(?:BQUOTE|NRBQUOTE|NRQUOTE|NRSTR|QUOTE|STR)/i,alias:"keyword"},"macro-keyword":xe,"macro-variable":Ee,"escaped-char":{pattern:/%['"()<>=¬^~;,#]/},punctuation:Le}},"macro-declaration":{pattern:/^%macro[^;]+(?=;)/im,inside:{keyword:/%macro/i}},"macro-end":{pattern:/^%mend[^;]+(?=;)/im,inside:{keyword:/%mend/i}},macro:{pattern:/%_\w+(?=\()/,alias:"keyword"},input:{pattern:/\binput\s[-\w\s/*.$&]+;/i,inside:{input:{alias:"keyword",pattern:/^input/i},comment:Te,number:se,"numeric-constant":me}},"options-args":{pattern:/(^options)[-'"|/\\<>*+=:()\w\s]*(?=;)/im,lookbehind:!0,inside:We},"cas-actions":x,comment:Te,function:He,format:rt,altformat:fe,"numeric-constant":me,datetime:{pattern:RegExp(pe+"(?:dt?|t)"),alias:"number"},string:Ie,step:Se,keyword:te,"operator-keyword":{pattern:/\b(?:eq|ge|gt|in|le|lt|ne|not)\b/i,alias:"operator"},number:se,operator:/\*\*?|\|\|?|!!?|¦¦?|<[>=]?|>[<=]?|[-+\/=&]|[~¬^]=?/,punctuation:Le}})(E)}},41720:function(de){"use strict";de.exports=ae,ae.displayName="sass",ae.aliases=[];function ae(E){(function(y){y.languages.sass=y.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),y.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete y.languages.sass.atrule;var pe=/\$[-\w]+|#\{\$[-\w]+\}/,se=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];y.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:pe,operator:se}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:pe,operator:se,important:y.languages.sass.important}}}),delete y.languages.sass.property,delete y.languages.sass.important,y.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})})(E)}},6054:function(de,ae,E){"use strict";var y=E(15909);de.exports=pe,pe.displayName="scala",pe.aliases=[];function pe(se){se.register(y),se.languages.scala=se.languages.extend("java",{"triple-quoted-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/<-|=>|\b(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|null|object|override|package|private|protected|return|sealed|self|super|this|throw|trait|try|type|val|var|while|with|yield)\b/,number:/\b0x(?:[\da-f]*\.)?[\da-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e\d+)?[dfl]?/i,builtin:/\b(?:Any|AnyRef|AnyVal|Boolean|Byte|Char|Double|Float|Int|Long|Nothing|Short|String|Unit)\b/,symbol:/'[^\d\s\\]\w*/}),se.languages.insertBefore("scala","triple-quoted-string",{"string-interpolation":{pattern:/\b[a-z]\w*(?:"""(?:[^$]|\$(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\}))*?"""|"(?:[^$"\r\n]|\$(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\}))*")/i,greedy:!0,inside:{id:{pattern:/^\w+/,greedy:!0,alias:"function"},escape:{pattern:/\\\$"|\$[$"]/,greedy:!0,alias:"symbol"},interpolation:{pattern:/\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,greedy:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:se.languages.scala}}},string:/[\s\S]+/}}}),delete se.languages.scala["class-name"],delete se.languages.scala.function}},9997:function(de){"use strict";de.exports=ae,ae.displayName="scheme",ae.aliases=[];function ae(E){(function(y){y.languages.scheme={comment:/;.*|#;\s*(?:\((?:[^()]|\([^()]*\))*\)|\[(?:[^\[\]]|\[[^\[\]]*\])*\])|#\|(?:[^#|]|#(?!\|)|\|(?!#)|#\|(?:[^#|]|#(?!\|)|\|(?!#))*\|#)*\|#/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},symbol:{pattern:/'[^()\[\]#'\s]+/,greedy:!0},char:{pattern:/#\\(?:[ux][a-fA-F\d]+\b|[-a-zA-Z]+\b|[\uD800-\uDBFF][\uDC00-\uDFFF]|\S)/,greedy:!0},"lambda-parameter":[{pattern:/((?:^|[^'`#])[(\[]lambda\s+)(?:[^|()\[\]'\s]+|\|(?:[^\\|]|\\.)*\|)/,lookbehind:!0},{pattern:/((?:^|[^'`#])[(\[]lambda\s+[(\[])[^()\[\]']+/,lookbehind:!0}],keyword:{pattern:/((?:^|[^'`#])[(\[])(?:begin|case(?:-lambda)?|cond(?:-expand)?|define(?:-library|-macro|-record-type|-syntax|-values)?|defmacro|delay(?:-force)?|do|else|except|export|guard|if|import|include(?:-ci|-library-declarations)?|lambda|let(?:rec)?(?:-syntax|-values|\*)?|let\*-values|only|parameterize|prefix|(?:quasi-?)?quote|rename|set!|syntax-(?:case|rules)|unless|unquote(?:-splicing)?|when)(?=[()\[\]\s]|$)/,lookbehind:!0},builtin:{pattern:/((?:^|[^'`#])[(\[])(?:abs|and|append|apply|assoc|ass[qv]|binary-port\?|boolean=?\?|bytevector(?:-append|-copy|-copy!|-length|-u8-ref|-u8-set!|\?)?|caar|cadr|call-with-(?:current-continuation|port|values)|call\/cc|car|cdar|cddr|cdr|ceiling|char(?:->integer|-ready\?|\?|<\?|<=\?|=\?|>\?|>=\?)|close-(?:input-port|output-port|port)|complex\?|cons|current-(?:error|input|output)-port|denominator|dynamic-wind|eof-object\??|eq\?|equal\?|eqv\?|error|error-object(?:-irritants|-message|\?)|eval|even\?|exact(?:-integer-sqrt|-integer\?|\?)?|expt|features|file-error\?|floor(?:-quotient|-remainder|\/)?|flush-output-port|for-each|gcd|get-output-(?:bytevector|string)|inexact\??|input-port(?:-open\?|\?)|integer(?:->char|\?)|lcm|length|list(?:->string|->vector|-copy|-ref|-set!|-tail|\?)?|make-(?:bytevector|list|parameter|string|vector)|map|max|member|memq|memv|min|modulo|negative\?|newline|not|null\?|number(?:->string|\?)|numerator|odd\?|open-(?:input|output)-(?:bytevector|string)|or|output-port(?:-open\?|\?)|pair\?|peek-char|peek-u8|port\?|positive\?|procedure\?|quotient|raise|raise-continuable|rational\?|rationalize|read-(?:bytevector|bytevector!|char|error\?|line|string|u8)|real\?|remainder|reverse|round|set-c[ad]r!|square|string(?:->list|->number|->symbol|->utf8|->vector|-append|-copy|-copy!|-fill!|-for-each|-length|-map|-ref|-set!|\?|<\?|<=\?|=\?|>\?|>=\?)?|substring|symbol(?:->string|\?|=\?)|syntax-error|textual-port\?|truncate(?:-quotient|-remainder|\/)?|u8-ready\?|utf8->string|values|vector(?:->list|->string|-append|-copy|-copy!|-fill!|-for-each|-length|-map|-ref|-set!|\?)?|with-exception-handler|write-(?:bytevector|char|string|u8)|zero\?)(?=[()\[\]\s]|$)/,lookbehind:!0},operator:{pattern:/((?:^|[^'`#])[(\[])(?:[-+*%/]|[<>]=?|=>?)(?=[()\[\]\s]|$)/,lookbehind:!0},number:{pattern:RegExp(pe({"<ureal dec>":/\d+(?:\/\d+)|(?:\d+(?:\.\d*)?|\.\d+)(?:[esfdl][+-]?\d+)?/.source,"<real dec>":/[+-]?<ureal dec>|[+-](?:inf|nan)\.0/.source,"<imaginary dec>":/[+-](?:<ureal dec>|(?:inf|nan)\.0)?i/.source,"<complex dec>":/<real dec>(?:@<real dec>|<imaginary dec>)?|<imaginary dec>/.source,"<num dec>":/(?:#d(?:#[ei])?|#[ei](?:#d)?)?<complex dec>/.source,"<ureal box>":/[0-9a-f]+(?:\/[0-9a-f]+)?/.source,"<real box>":/[+-]?<ureal box>|[+-](?:inf|nan)\.0/.source,"<imaginary box>":/[+-](?:<ureal box>|(?:inf|nan)\.0)?i/.source,"<complex box>":/<real box>(?:@<real box>|<imaginary box>)?|<imaginary box>/.source,"<num box>":/#[box](?:#[ei])?|(?:#[ei])?#[box]<complex box>/.source,"<number>":/(^|[()\[\]\s])(?:<num dec>|<num box>)(?=[()\[\]\s]|$)/.source}),"i"),lookbehind:!0},boolean:{pattern:/(^|[()\[\]\s])#(?:[ft]|false|true)(?=[()\[\]\s]|$)/,lookbehind:!0},function:{pattern:/((?:^|[^'`#])[(\[])(?:[^|()\[\]'\s]+|\|(?:[^\\|]|\\.)*\|)(?=[()\[\]\s]|$)/,lookbehind:!0},identifier:{pattern:/(^|[()\[\]\s])\|(?:[^\\|]|\\.)*\|(?=[()\[\]\s]|$)/,lookbehind:!0,greedy:!0},punctuation:/[()\[\]']/};function pe(se){for(var me in se)se[me]=se[me].replace(/<[\w\s]+>/g,function(Ee){return"(?:"+se[Ee].trim()+")"});return se[me]}})(E)}},24296:function(de){"use strict";de.exports=ae,ae.displayName="scss",ae.aliases=[];function ae(E){E.languages.scss=E.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),E.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),E.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),E.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),E.languages.scss.atrule.inside.rest=E.languages.scss}},49246:function(de,ae,E){"use strict";var y=E(6979);de.exports=pe,pe.displayName="shellSession",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");me.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<<str>>)+/.source.replace(/<<str>>/g,function(){return Ee}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:me.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},me.languages["sh-session"]=me.languages.shellsession=me.languages["shell-session"]}(se)}},18890:function(de){"use strict";de.exports=ae,ae.displayName="smali",ae.aliases=[];function ae(E){E.languages.smali={comment:/#.*/,string:{pattern:/"(?:[^\r\n\\"]|\\.)*"|'(?:[^\r\n\\']|\\(?:.|u[\da-fA-F]{4}))'/,greedy:!0},"class-name":{pattern:/(^|[^L])L(?:(?:\w+|`[^`\r\n]*`)\/)*(?:[\w$]+|`[^`\r\n]*`)(?=\s*;)/,lookbehind:!0,inside:{"class-name":{pattern:/(^L|\/)(?:[\w$]+|`[^`\r\n]*`)$/,lookbehind:!0},namespace:{pattern:/^(L)(?:(?:\w+|`[^`\r\n]*`)\/)+/,lookbehind:!0,inside:{punctuation:/\//}},builtin:/^L/}},builtin:[{pattern:/([();\[])[BCDFIJSVZ]+/,lookbehind:!0},{pattern:/([\w$>]:)[BCDFIJSVZ]/,lookbehind:!0}],keyword:[{pattern:/(\.end\s+)[\w-]+/,lookbehind:!0},{pattern:/(^|[^\w.-])\.(?!\d)[\w-]+/,lookbehind:!0},{pattern:/(^|[^\w.-])(?:abstract|annotation|bridge|constructor|enum|final|interface|private|protected|public|runtime|static|synthetic|system|transient)(?![\w.-])/,lookbehind:!0}],function:{pattern:/(^|[^\w.-])(?:\w+|<[\w$-]+>)(?=\()/,lookbehind:!0},field:{pattern:/[\w$]+(?=:)/,alias:"variable"},register:{pattern:/(^|[^\w.-])[vp]\d(?![\w.-])/,lookbehind:!0,alias:"variable"},boolean:{pattern:/(^|[^\w.-])(?:false|true)(?![\w.-])/,lookbehind:!0},number:{pattern:/(^|[^/\w.-])-?(?:NAN|INFINITY|0x(?:[\dA-F]+(?:\.[\dA-F]*)?|\.[\dA-F]+)(?:p[+-]?[\dA-F]+)?|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)[dflst]?(?![\w.-])/i,lookbehind:!0},label:{pattern:/(:)\w+/,lookbehind:!0,alias:"property"},operator:/->|\.\.|[\[=]/,punctuation:/[{}(),;:]/}}},11037:function(de){"use strict";de.exports=ae,ae.displayName="smalltalk",ae.aliases=[];function ae(E){E.languages.smalltalk={comment:{pattern:/"(?:""|[^"])*"/,greedy:!0},char:{pattern:/\$./,greedy:!0},string:{pattern:/'(?:''|[^'])*'/,greedy:!0},symbol:/#[\da-z]+|#(?:-|([+\/\\*~<>=@%|&?!])\1?)|#(?=\()/i,"block-arguments":{pattern:/(\[\s*):[^\[|]*\|/,lookbehind:!0,inside:{variable:/:[\da-z]+/i,punctuation:/\|/}},"temporary-variables":{pattern:/\|[^|]+\|/,inside:{variable:/[\da-z]+/i,punctuation:/\|/}},keyword:/\b(?:new|nil|self|super)\b/,boolean:/\b(?:false|true)\b/,number:[/\d+r-?[\dA-Z]+(?:\.[\dA-Z]+)?(?:e-?\d+)?/,/\b\d+(?:\.\d+)?(?:e-?\d+)?/],operator:/[<=]=?|:=|~[~=]|\/\/?|\\\\|>[>=]?|[!^+\-*&|,@]/,punctuation:/[.;:?\[\](){}]/}}},64020:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="smarty",pe.aliases=[];function pe(se){se.register(y),function(me){me.languages.smarty={comment:{pattern:/^\{\*[\s\S]*?\*\}/,greedy:!0},"embedded-php":{pattern:/^\{php\}[\s\S]*?\{\/php\}/,greedy:!0,inside:{smarty:{pattern:/^\{php\}|\{\/php\}$/,inside:null},php:{pattern:/[\s\S]+/,alias:"language-php",inside:me.languages.php}}},string:[{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0,inside:{interpolation:{pattern:/\{[^{}]*\}|`[^`]*`/,inside:{"interpolation-punctuation":{pattern:/^[{`]|[`}]$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},variable:/\$\w+/}},{pattern:/'(?:\\.|[^'\\\r\n])*'/,greedy:!0}],keyword:{pattern:/(^\{\/?)[a-z_]\w*\b(?!\()/i,lookbehind:!0,greedy:!0},delimiter:{pattern:/^\{\/?|\}$/,greedy:!0,alias:"punctuation"},number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,variable:[/\$(?!\d)\w+/,/#(?!\d)\w+#/,{pattern:/(\.|->|\w\s*=)(?!\d)\w+\b(?!\()/,lookbehind:!0},{pattern:/(\[)(?!\d)\w+(?=\])/,lookbehind:!0}],function:{pattern:/(\|\s*)@?[a-z_]\w*|\b[a-z_]\w*(?=\()/i,lookbehind:!0},"attr-name":/\b[a-z_]\w*(?=\s*=)/i,boolean:/\b(?:false|no|off|on|true|yes)\b/,punctuation:/[\[\](){}.,:`]|->/,operator:[/[+\-*\/%]|==?=?|[!<>]=?|&&|\|\|?/,/\bis\s+(?:not\s+)?(?:div|even|odd)(?:\s+by)?\b/,/\b(?:and|eq|gt?e|gt|lt?e|lt|mod|neq?|not|or)\b/]},me.languages.smarty["embedded-php"].inside.smarty.inside=me.languages.smarty,me.languages.smarty.string[0].inside.interpolation.inside.expression.inside=me.languages.smarty;var Ee=/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,xe=RegExp(/\{\*[\s\S]*?\*\}/.source+"|"+/\{php\}[\s\S]*?\{\/php\}/.source+"|"+/\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>)*\})*\})*\}/.source.replace(/<str>/g,function(){return Ee.source}),"g");me.hooks.add("before-tokenize",function(Se){var Te="{literal}",Ie="{/literal}",Le=!1;me.languages["markup-templating"].buildPlaceholders(Se,"smarty",xe,function(He){return He===Ie&&(Le=!1),Le?!1:(He===Te&&(Le=!0),!0)})}),me.hooks.add("after-tokenize",function(Se){me.languages["markup-templating"].tokenizePlaceholders(Se,"smarty")})}(se)}},49760:function(de){"use strict";de.exports=ae,ae.displayName="sml",ae.aliases=["smlnj"];function ae(E){(function(y){var pe=/\b(?:abstype|and|andalso|as|case|datatype|do|else|end|eqtype|exception|fn|fun|functor|handle|if|in|include|infix|infixr|let|local|nonfix|of|op|open|orelse|raise|rec|sharing|sig|signature|struct|structure|then|type|val|where|while|with|withtype)\b/i;y.languages.sml={comment:/\(\*(?:[^*(]|\*(?!\))|\((?!\*)|\(\*(?:[^*(]|\*(?!\))|\((?!\*))*\*\))*\*\)/,string:{pattern:/#?"(?:[^"\\]|\\.)*"/,greedy:!0},"class-name":[{pattern:RegExp(/((?:^|[^:]):\s*)<TERMINAL>(?:\s*(?:(?:\*|->)\s*<TERMINAL>|,\s*<TERMINAL>(?:(?=<NOT-LAST>)|(?!<NOT-LAST>)\s+<LONG-ID>)))*/.source.replace(/<NOT-LAST>/g,function(){return/\s*(?:[*,]|->)/.source}).replace(/<TERMINAL>/g,function(){return/(?:'[\w']*|<LONG-ID>|\((?:[^()]|\([^()]*\))*\)|\{(?:[^{}]|\{[^{}]*\})*\})(?:\s+<LONG-ID>)*/.source}).replace(/<LONG-ID>/g,function(){return/(?!<KEYWORD>)[a-z\d_][\w'.]*/.source}).replace(/<KEYWORD>/g,function(){return pe.source}),"i"),lookbehind:!0,greedy:!0,inside:null},{pattern:/((?:^|[^\w'])(?:datatype|exception|functor|signature|structure|type)\s+)[a-z_][\w'.]*/i,lookbehind:!0}],function:{pattern:/((?:^|[^\w'])fun\s+)[a-z_][\w'.]*/i,lookbehind:!0},keyword:pe,variable:{pattern:/(^|[^\w'])'[\w']*/,lookbehind:!0},number:/~?\b(?:\d+(?:\.\d+)?(?:e~?\d+)?|0x[\da-f]+)\b/i,word:{pattern:/\b0w(?:\d+|x[\da-f]+)\b/i,alias:"constant"},boolean:/\b(?:false|true)\b/i,operator:/\.\.\.|:[>=:]|=>?|->|[<>]=?|[!+\-*/^#|@~]/,punctuation:/[(){}\[\].:,;]/},y.languages.sml["class-name"][0].inside=y.languages.sml,y.languages.smlnj=y.languages.sml})(E)}},33351:function(de){"use strict";de.exports=ae,ae.displayName="solidity",ae.aliases=["sol"];function ae(E){E.languages.solidity=E.languages.extend("clike",{"class-name":{pattern:/(\b(?:contract|enum|interface|library|new|struct|using)\s+)(?!\d)[\w$]+/,lookbehind:!0},keyword:/\b(?:_|anonymous|as|assembly|assert|break|calldata|case|constant|constructor|continue|contract|default|delete|do|else|emit|enum|event|external|for|from|function|if|import|indexed|inherited|interface|internal|is|let|library|mapping|memory|modifier|new|payable|pragma|private|public|pure|require|returns?|revert|selfdestruct|solidity|storage|struct|suicide|switch|this|throw|using|var|view|while)\b/,operator:/=>|->|:=|=:|\*\*|\+\+|--|\|\||&&|<<=?|>>=?|[-+*/%^&|<>!=]=?|[~?]/}),E.languages.insertBefore("solidity","keyword",{builtin:/\b(?:address|bool|byte|u?int(?:8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?|string|bytes(?:[1-9]|[12]\d|3[0-2])?)\b/}),E.languages.insertBefore("solidity","number",{version:{pattern:/([<>]=?|\^)\d+\.\d+\.\d+\b/,lookbehind:!0,alias:"number"}}),E.languages.sol=E.languages.solidity}},13570:function(de){"use strict";de.exports=ae,ae.displayName="solutionFile",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i,alias:"constant",inside:{punctuation:/[{}]/}};y.languages["solution-file"]={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0,inside:{guid:pe}},object:{pattern:/^([ \t]*)(?:([A-Z]\w*)\b(?=.*(?:\r\n?|\n)(?:\1[ \t].*(?:\r\n?|\n))*\1End\2(?=[ \t]*$))|End[A-Z]\w*(?=[ \t]*$))/m,lookbehind:!0,greedy:!0,alias:"keyword"},property:{pattern:/^([ \t]*)(?!\s)[^\r\n"#=()]*[^\s"#=()](?=\s*=)/m,lookbehind:!0,inside:{guid:pe}},guid:pe,number:/\b\d+(?:\.\d+)*\b/,boolean:/\b(?:FALSE|TRUE)\b/,operator:/=/,punctuation:/[(),]/},y.languages.sln=y.languages["solution-file"]})(E)}},38181:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="soy",pe.aliases=[];function pe(se){se.register(y),function(me){var Ee=/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,xe=/\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/;me.languages.soy={comment:[/\/\*[\s\S]*?\*\//,{pattern:/(\s)\/\/.*/,lookbehind:!0,greedy:!0}],"command-arg":{pattern:/(\{+\/?\s*(?:alias|call|delcall|delpackage|deltemplate|namespace|template)\s+)\.?[\w.]+/,lookbehind:!0,alias:"string",inside:{punctuation:/\./}},parameter:{pattern:/(\{+\/?\s*@?param\??\s+)\.?[\w.]+/,lookbehind:!0,alias:"variable"},keyword:[{pattern:/(\{+\/?[^\S\r\n]*)(?:\\[nrt]|alias|call|case|css|default|delcall|delpackage|deltemplate|else(?:if)?|fallbackmsg|for(?:each)?|if(?:empty)?|lb|let|literal|msg|namespace|nil|@?param\??|rb|sp|switch|template|xid)/,lookbehind:!0},/\b(?:any|as|attributes|bool|css|float|html|in|int|js|list|map|null|number|string|uri)\b/],delimiter:{pattern:/^\{+\/?|\/?\}+$/,alias:"punctuation"},property:/\w+(?==)/,variable:{pattern:/\$[^\W\d]\w*(?:\??(?:\.\w+|\[[^\]]+\]))*/,inside:{string:{pattern:Ee,greedy:!0},number:xe,punctuation:/[\[\].?]/}},string:{pattern:Ee,greedy:!0},function:[/\w+(?=\()/,{pattern:/(\|[^\S\r\n]*)\w+/,lookbehind:!0}],boolean:/\b(?:false|true)\b/,number:xe,operator:/\?:?|<=?|>=?|==?|!=|[+*/%-]|\b(?:and|not|or)\b/,punctuation:/[{}()\[\]|.,:]/},me.hooks.add("before-tokenize",function(Se){var Te=/\{\{.+?\}\}|\{.+?\}|\s\/\/.*|\/\*[\s\S]*?\*\//g,Ie="{literal}",Le="{/literal}",He=!1;me.languages["markup-templating"].buildPlaceholders(Se,"soy",Te,function(We){return We===Le&&(He=!1),He?!1:(We===Ie&&(He=!0),!0)})}),me.hooks.add("after-tokenize",function(Se){me.languages["markup-templating"].tokenizePlaceholders(Se,"soy")})}(se)}},98774:function(de,ae,E){"use strict";var y=E(24691);de.exports=pe,pe.displayName="sparql",pe.aliases=["rq"];function pe(se){se.register(y),se.languages.sparql=se.languages.extend("turtle",{boolean:/\b(?:false|true)\b/i,variable:{pattern:/[?$]\w+/,greedy:!0}}),se.languages.insertBefore("sparql","punctuation",{keyword:[/\b(?:A|ADD|ALL|AS|ASC|ASK|BNODE|BY|CLEAR|CONSTRUCT|COPY|CREATE|DATA|DEFAULT|DELETE|DESC|DESCRIBE|DISTINCT|DROP|EXISTS|FILTER|FROM|GROUP|HAVING|INSERT|INTO|LIMIT|LOAD|MINUS|MOVE|NAMED|NOT|NOW|OFFSET|OPTIONAL|ORDER|RAND|REDUCED|SELECT|SEPARATOR|SERVICE|SILENT|STRUUID|UNION|USING|UUID|VALUES|WHERE)\b/i,/\b(?:ABS|AVG|BIND|BOUND|CEIL|COALESCE|CONCAT|CONTAINS|COUNT|DATATYPE|DAY|ENCODE_FOR_URI|FLOOR|GROUP_CONCAT|HOURS|IF|IRI|isBLANK|isIRI|isLITERAL|isNUMERIC|isURI|LANG|LANGMATCHES|LCASE|MAX|MD5|MIN|MINUTES|MONTH|REGEX|REPLACE|ROUND|sameTerm|SAMPLE|SECONDS|SHA1|SHA256|SHA384|SHA512|STR|STRAFTER|STRBEFORE|STRDT|STRENDS|STRLANG|STRLEN|STRSTARTS|SUBSTR|SUM|TIMEZONE|TZ|UCASE|URI|YEAR)\b(?=\s*\()/i,/\b(?:BASE|GRAPH|PREFIX)\b/i]}),se.languages.rq=se.languages.sparql}},22855:function(de){"use strict";de.exports=ae,ae.displayName="splunkSpl",ae.aliases=[];function ae(E){E.languages["splunk-spl"]={comment:/`comment\("(?:\\.|[^\\"])*"\)`/,string:{pattern:/"(?:\\.|[^\\"])*"/,greedy:!0},keyword:/\b(?:abstract|accum|addcoltotals|addinfo|addtotals|analyzefields|anomalies|anomalousvalue|anomalydetection|append|appendcols|appendcsv|appendlookup|appendpipe|arules|associate|audit|autoregress|bin|bucket|bucketdir|chart|cluster|cofilter|collect|concurrency|contingency|convert|correlate|datamodel|dbinspect|dedup|delete|delta|diff|erex|eval|eventcount|eventstats|extract|fieldformat|fields|fieldsummary|filldown|fillnull|findtypes|folderize|foreach|format|from|gauge|gentimes|geom|geomfilter|geostats|head|highlight|history|iconify|input|inputcsv|inputlookup|iplocation|join|kmeans|kv|kvform|loadjob|localize|localop|lookup|makecontinuous|makemv|makeresults|map|mcollect|metadata|metasearch|meventcollect|mstats|multikv|multisearch|mvcombine|mvexpand|nomv|outlier|outputcsv|outputlookup|outputtext|overlap|pivot|predict|rangemap|rare|regex|relevancy|reltime|rename|replace|rest|return|reverse|rex|rtorder|run|savedsearch|script|scrub|search|searchtxn|selfjoin|sendemail|set|setfields|sichart|sirare|sistats|sitimechart|sitop|sort|spath|stats|strcat|streamstats|table|tags|tail|timechart|timewrap|top|transaction|transpose|trendline|tscollect|tstats|typeahead|typelearner|typer|union|uniq|untable|where|x11|xmlkv|xmlunescape|xpath|xyseries)\b/i,"operator-word":{pattern:/\b(?:and|as|by|not|or|xor)\b/i,alias:"operator"},function:/\b\w+(?=\s*\()/,property:/\b\w+(?=\s*=(?!=))/,date:{pattern:/\b\d{1,2}\/\d{1,2}\/\d{1,4}(?:(?::\d{1,2}){3})?\b/,alias:"number"},number:/\b\d+(?:\.\d+)?\b/,boolean:/\b(?:f|false|t|true)\b/i,operator:/[<>=]=?|[-+*/%|]/,punctuation:/[()[\],]/}}},29611:function(de){"use strict";de.exports=ae,ae.displayName="sqf",ae.aliases=[];function ae(E){E.languages.sqf=E.languages.extend("clike",{string:{pattern:/"(?:(?:"")?[^"])*"(?!")|'(?:[^'])*'/,greedy:!0},keyword:/\b(?:breakOut|breakTo|call|case|catch|default|do|echo|else|execFSM|execVM|exitWith|for|forEach|forEachMember|forEachMemberAgent|forEachMemberTeam|from|goto|if|nil|preprocessFile|preprocessFileLineNumbers|private|scopeName|spawn|step|switch|then|throw|to|try|while|with)\b/i,boolean:/\b(?:false|true)\b/i,function:/\b(?:abs|accTime|acos|action|actionIDs|actionKeys|actionKeysImages|actionKeysNames|actionKeysNamesArray|actionName|actionParams|activateAddons|activatedAddons|activateKey|add3DENConnection|add3DENEventHandler|add3DENLayer|addAction|addBackpack|addBackpackCargo|addBackpackCargoGlobal|addBackpackGlobal|addCamShake|addCuratorAddons|addCuratorCameraArea|addCuratorEditableObjects|addCuratorEditingArea|addCuratorPoints|addEditorObject|addEventHandler|addForce|addForceGeneratorRTD|addGoggles|addGroupIcon|addHandgunItem|addHeadgear|addItem|addItemCargo|addItemCargoGlobal|addItemPool|addItemToBackpack|addItemToUniform|addItemToVest|addLiveStats|addMagazine|addMagazineAmmoCargo|addMagazineCargo|addMagazineCargoGlobal|addMagazineGlobal|addMagazinePool|addMagazines|addMagazineTurret|addMenu|addMenuItem|addMissionEventHandler|addMPEventHandler|addMusicEventHandler|addOwnedMine|addPlayerScores|addPrimaryWeaponItem|addPublicVariableEventHandler|addRating|addResources|addScore|addScoreSide|addSecondaryWeaponItem|addSwitchableUnit|addTeamMember|addToRemainsCollector|addTorque|addUniform|addVehicle|addVest|addWaypoint|addWeapon|addWeaponCargo|addWeaponCargoGlobal|addWeaponGlobal|addWeaponItem|addWeaponPool|addWeaponTurret|admin|agent|agents|AGLToASL|aimedAtTarget|aimPos|airDensityCurveRTD|airDensityRTD|airplaneThrottle|airportSide|AISFinishHeal|alive|all3DENEntities|allAirports|allControls|allCurators|allCutLayers|allDead|allDeadMen|allDisplays|allGroups|allMapMarkers|allMines|allMissionObjects|allow3DMode|allowCrewInImmobile|allowCuratorLogicIgnoreAreas|allowDamage|allowDammage|allowFileOperations|allowFleeing|allowGetIn|allowSprint|allPlayers|allSimpleObjects|allSites|allTurrets|allUnits|allUnitsUAV|allVariables|ammo|ammoOnPylon|animate|animateBay|animateDoor|animatePylon|animateSource|animationNames|animationPhase|animationSourcePhase|animationState|append|apply|armoryPoints|arrayIntersect|asin|ASLToAGL|ASLToATL|assert|assignAsCargo|assignAsCargoIndex|assignAsCommander|assignAsDriver|assignAsGunner|assignAsTurret|assignCurator|assignedCargo|assignedCommander|assignedDriver|assignedGunner|assignedItems|assignedTarget|assignedTeam|assignedVehicle|assignedVehicleRole|assignItem|assignTeam|assignToAirport|atan|atan2|atg|ATLToASL|attachedObject|attachedObjects|attachedTo|attachObject|attachTo|attackEnabled|backpack|backpackCargo|backpackContainer|backpackItems|backpackMagazines|backpackSpaceFor|behaviour|benchmark|binocular|blufor|boundingBox|boundingBoxReal|boundingCenter|briefingName|buildingExit|buildingPos|buldozer_EnableRoadDiag|buldozer_IsEnabledRoadDiag|buldozer_LoadNewRoads|buldozer_reloadOperMap|buttonAction|buttonSetAction|cadetMode|callExtension|camCommand|camCommit|camCommitPrepared|camCommitted|camConstuctionSetParams|camCreate|camDestroy|cameraEffect|cameraEffectEnableHUD|cameraInterest|cameraOn|cameraView|campaignConfigFile|camPreload|camPreloaded|camPrepareBank|camPrepareDir|camPrepareDive|camPrepareFocus|camPrepareFov|camPrepareFovRange|camPreparePos|camPrepareRelPos|camPrepareTarget|camSetBank|camSetDir|camSetDive|camSetFocus|camSetFov|camSetFovRange|camSetPos|camSetRelPos|camSetTarget|camTarget|camUseNVG|canAdd|canAddItemToBackpack|canAddItemToUniform|canAddItemToVest|cancelSimpleTaskDestination|canFire|canMove|canSlingLoad|canStand|canSuspend|canTriggerDynamicSimulation|canUnloadInCombat|canVehicleCargo|captive|captiveNum|cbChecked|cbSetChecked|ceil|channelEnabled|cheatsEnabled|checkAIFeature|checkVisibility|civilian|className|clear3DENAttribute|clear3DENInventory|clearAllItemsFromBackpack|clearBackpackCargo|clearBackpackCargoGlobal|clearForcesRTD|clearGroupIcons|clearItemCargo|clearItemCargoGlobal|clearItemPool|clearMagazineCargo|clearMagazineCargoGlobal|clearMagazinePool|clearOverlay|clearRadio|clearVehicleInit|clearWeaponCargo|clearWeaponCargoGlobal|clearWeaponPool|clientOwner|closeDialog|closeDisplay|closeOverlay|collapseObjectTree|collect3DENHistory|collectiveRTD|combatMode|commandArtilleryFire|commandChat|commander|commandFire|commandFollow|commandFSM|commandGetOut|commandingMenu|commandMove|commandRadio|commandStop|commandSuppressiveFire|commandTarget|commandWatch|comment|commitOverlay|compile|compileFinal|completedFSM|composeText|configClasses|configFile|configHierarchy|configName|configNull|configProperties|configSourceAddonList|configSourceMod|configSourceModList|confirmSensorTarget|connectTerminalToUAV|controlNull|controlsGroupCtrl|copyFromClipboard|copyToClipboard|copyWaypoints|cos|count|countEnemy|countFriendly|countSide|countType|countUnknown|create3DENComposition|create3DENEntity|createAgent|createCenter|createDialog|createDiaryLink|createDiaryRecord|createDiarySubject|createDisplay|createGearDialog|createGroup|createGuardedPoint|createLocation|createMarker|createMarkerLocal|createMenu|createMine|createMissionDisplay|createMPCampaignDisplay|createSimpleObject|createSimpleTask|createSite|createSoundSource|createTask|createTeam|createTrigger|createUnit|createVehicle|createVehicleCrew|createVehicleLocal|crew|ctAddHeader|ctAddRow|ctClear|ctCurSel|ctData|ctFindHeaderRows|ctFindRowHeader|ctHeaderControls|ctHeaderCount|ctRemoveHeaders|ctRemoveRows|ctrlActivate|ctrlAddEventHandler|ctrlAngle|ctrlAutoScrollDelay|ctrlAutoScrollRewind|ctrlAutoScrollSpeed|ctrlChecked|ctrlClassName|ctrlCommit|ctrlCommitted|ctrlCreate|ctrlDelete|ctrlEnable|ctrlEnabled|ctrlFade|ctrlHTMLLoaded|ctrlIDC|ctrlIDD|ctrlMapAnimAdd|ctrlMapAnimClear|ctrlMapAnimCommit|ctrlMapAnimDone|ctrlMapCursor|ctrlMapMouseOver|ctrlMapScale|ctrlMapScreenToWorld|ctrlMapWorldToScreen|ctrlModel|ctrlModelDirAndUp|ctrlModelScale|ctrlParent|ctrlParentControlsGroup|ctrlPosition|ctrlRemoveAllEventHandlers|ctrlRemoveEventHandler|ctrlScale|ctrlSetActiveColor|ctrlSetAngle|ctrlSetAutoScrollDelay|ctrlSetAutoScrollRewind|ctrlSetAutoScrollSpeed|ctrlSetBackgroundColor|ctrlSetChecked|ctrlSetDisabledColor|ctrlSetEventHandler|ctrlSetFade|ctrlSetFocus|ctrlSetFont|ctrlSetFontH1|ctrlSetFontH1B|ctrlSetFontH2|ctrlSetFontH2B|ctrlSetFontH3|ctrlSetFontH3B|ctrlSetFontH4|ctrlSetFontH4B|ctrlSetFontH5|ctrlSetFontH5B|ctrlSetFontH6|ctrlSetFontH6B|ctrlSetFontHeight|ctrlSetFontHeightH1|ctrlSetFontHeightH2|ctrlSetFontHeightH3|ctrlSetFontHeightH4|ctrlSetFontHeightH5|ctrlSetFontHeightH6|ctrlSetFontHeightSecondary|ctrlSetFontP|ctrlSetFontPB|ctrlSetFontSecondary|ctrlSetForegroundColor|ctrlSetModel|ctrlSetModelDirAndUp|ctrlSetModelScale|ctrlSetPixelPrecision|ctrlSetPosition|ctrlSetScale|ctrlSetStructuredText|ctrlSetText|ctrlSetTextColor|ctrlSetTextColorSecondary|ctrlSetTextSecondary|ctrlSetTooltip|ctrlSetTooltipColorBox|ctrlSetTooltipColorShade|ctrlSetTooltipColorText|ctrlShow|ctrlShown|ctrlText|ctrlTextHeight|ctrlTextSecondary|ctrlTextWidth|ctrlType|ctrlVisible|ctRowControls|ctRowCount|ctSetCurSel|ctSetData|ctSetHeaderTemplate|ctSetRowTemplate|ctSetValue|ctValue|curatorAddons|curatorCamera|curatorCameraArea|curatorCameraAreaCeiling|curatorCoef|curatorEditableObjects|curatorEditingArea|curatorEditingAreaType|curatorMouseOver|curatorPoints|curatorRegisteredObjects|curatorSelected|curatorWaypointCost|current3DENOperation|currentChannel|currentCommand|currentMagazine|currentMagazineDetail|currentMagazineDetailTurret|currentMagazineTurret|currentMuzzle|currentNamespace|currentTask|currentTasks|currentThrowable|currentVisionMode|currentWaypoint|currentWeapon|currentWeaponMode|currentWeaponTurret|currentZeroing|cursorObject|cursorTarget|customChat|customRadio|cutFadeOut|cutObj|cutRsc|cutText|damage|date|dateToNumber|daytime|deActivateKey|debriefingText|debugFSM|debugLog|deg|delete3DENEntities|deleteAt|deleteCenter|deleteCollection|deleteEditorObject|deleteGroup|deleteGroupWhenEmpty|deleteIdentity|deleteLocation|deleteMarker|deleteMarkerLocal|deleteRange|deleteResources|deleteSite|deleteStatus|deleteTeam|deleteVehicle|deleteVehicleCrew|deleteWaypoint|detach|detectedMines|diag_activeMissionFSMs|diag_activeScripts|diag_activeSQFScripts|diag_activeSQSScripts|diag_captureFrame|diag_captureFrameToFile|diag_captureSlowFrame|diag_codePerformance|diag_drawMode|diag_dynamicSimulationEnd|diag_enable|diag_enabled|diag_fps|diag_fpsMin|diag_frameNo|diag_lightNewLoad|diag_list|diag_log|diag_logSlowFrame|diag_mergeConfigFile|diag_recordTurretLimits|diag_setLightNew|diag_tickTime|diag_toggle|dialog|diarySubjectExists|didJIP|didJIPOwner|difficulty|difficultyEnabled|difficultyEnabledRTD|difficultyOption|direction|directSay|disableAI|disableCollisionWith|disableConversation|disableDebriefingStats|disableMapIndicators|disableNVGEquipment|disableRemoteSensors|disableSerialization|disableTIEquipment|disableUAVConnectability|disableUserInput|displayAddEventHandler|displayCtrl|displayNull|displayParent|displayRemoveAllEventHandlers|displayRemoveEventHandler|displaySetEventHandler|dissolveTeam|distance|distance2D|distanceSqr|distributionRegion|do3DENAction|doArtilleryFire|doFire|doFollow|doFSM|doGetOut|doMove|doorPhase|doStop|doSuppressiveFire|doTarget|doWatch|drawArrow|drawEllipse|drawIcon|drawIcon3D|drawLine|drawLine3D|drawLink|drawLocation|drawPolygon|drawRectangle|drawTriangle|driver|drop|dynamicSimulationDistance|dynamicSimulationDistanceCoef|dynamicSimulationEnabled|dynamicSimulationSystemEnabled|east|edit3DENMissionAttributes|editObject|editorSetEventHandler|effectiveCommander|emptyPositions|enableAI|enableAIFeature|enableAimPrecision|enableAttack|enableAudioFeature|enableAutoStartUpRTD|enableAutoTrimRTD|enableCamShake|enableCaustics|enableChannel|enableCollisionWith|enableCopilot|enableDebriefingStats|enableDiagLegend|enableDynamicSimulation|enableDynamicSimulationSystem|enableEndDialog|enableEngineArtillery|enableEnvironment|enableFatigue|enableGunLights|enableInfoPanelComponent|enableIRLasers|enableMimics|enablePersonTurret|enableRadio|enableReload|enableRopeAttach|enableSatNormalOnDetail|enableSaving|enableSentences|enableSimulation|enableSimulationGlobal|enableStamina|enableStressDamage|enableTeamSwitch|enableTraffic|enableUAVConnectability|enableUAVWaypoints|enableVehicleCargo|enableVehicleSensor|enableWeaponDisassembly|endl|endLoadingScreen|endMission|engineOn|enginesIsOnRTD|enginesPowerRTD|enginesRpmRTD|enginesTorqueRTD|entities|environmentEnabled|estimatedEndServerTime|estimatedTimeLeft|evalObjectArgument|everyBackpack|everyContainer|exec|execEditorScript|exp|expectedDestination|exportJIPMessages|eyeDirection|eyePos|face|faction|fadeMusic|fadeRadio|fadeSound|fadeSpeech|failMission|fillWeaponsFromPool|find|findCover|findDisplay|findEditorObject|findEmptyPosition|findEmptyPositionReady|findIf|findNearestEnemy|finishMissionInit|finite|fire|fireAtTarget|firstBackpack|flag|flagAnimationPhase|flagOwner|flagSide|flagTexture|fleeing|floor|flyInHeight|flyInHeightASL|fog|fogForecast|fogParams|forceAddUniform|forceAtPositionRTD|forcedMap|forceEnd|forceFlagTexture|forceFollowRoad|forceGeneratorRTD|forceMap|forceRespawn|forceSpeed|forceWalk|forceWeaponFire|forceWeatherChange|forgetTarget|format|formation|formationDirection|formationLeader|formationMembers|formationPosition|formationTask|formatText|formLeader|freeLook|fromEditor|fuel|fullCrew|gearIDCAmmoCount|gearSlotAmmoCount|gearSlotData|get3DENActionState|get3DENAttribute|get3DENCamera|get3DENConnections|get3DENEntity|get3DENEntityID|get3DENGrid|get3DENIconsVisible|get3DENLayerEntities|get3DENLinesVisible|get3DENMissionAttribute|get3DENMouseOver|get3DENSelected|getAimingCoef|getAllEnvSoundControllers|getAllHitPointsDamage|getAllOwnedMines|getAllSoundControllers|getAmmoCargo|getAnimAimPrecision|getAnimSpeedCoef|getArray|getArtilleryAmmo|getArtilleryComputerSettings|getArtilleryETA|getAssignedCuratorLogic|getAssignedCuratorUnit|getBackpackCargo|getBleedingRemaining|getBurningValue|getCameraViewDirection|getCargoIndex|getCenterOfMass|getClientState|getClientStateNumber|getCompatiblePylonMagazines|getConnectedUAV|getContainerMaxLoad|getCursorObjectParams|getCustomAimCoef|getDammage|getDescription|getDir|getDirVisual|getDLCAssetsUsage|getDLCAssetsUsageByName|getDLCs|getDLCUsageTime|getEditorCamera|getEditorMode|getEditorObjectScope|getElevationOffset|getEngineTargetRpmRTD|getEnvSoundController|getFatigue|getFieldManualStartPage|getForcedFlagTexture|getFriend|getFSMVariable|getFuelCargo|getGroupIcon|getGroupIconParams|getGroupIcons|getHideFrom|getHit|getHitIndex|getHitPointDamage|getItemCargo|getMagazineCargo|getMarkerColor|getMarkerPos|getMarkerSize|getMarkerType|getMass|getMissionConfig|getMissionConfigValue|getMissionDLCs|getMissionLayerEntities|getMissionLayers|getModelInfo|getMousePosition|getMusicPlayedTime|getNumber|getObjectArgument|getObjectChildren|getObjectDLC|getObjectMaterials|getObjectProxy|getObjectTextures|getObjectType|getObjectViewDistance|getOxygenRemaining|getPersonUsedDLCs|getPilotCameraDirection|getPilotCameraPosition|getPilotCameraRotation|getPilotCameraTarget|getPlateNumber|getPlayerChannel|getPlayerScores|getPlayerUID|getPlayerUIDOld|getPos|getPosASL|getPosASLVisual|getPosASLW|getPosATL|getPosATLVisual|getPosVisual|getPosWorld|getPylonMagazines|getRelDir|getRelPos|getRemoteSensorsDisabled|getRepairCargo|getResolution|getRotorBrakeRTD|getShadowDistance|getShotParents|getSlingLoad|getSoundController|getSoundControllerResult|getSpeed|getStamina|getStatValue|getSuppression|getTerrainGrid|getTerrainHeightASL|getText|getTotalDLCUsageTime|getTrimOffsetRTD|getUnitLoadout|getUnitTrait|getUserMFDText|getUserMFDValue|getVariable|getVehicleCargo|getWeaponCargo|getWeaponSway|getWingsOrientationRTD|getWingsPositionRTD|getWPPos|glanceAt|globalChat|globalRadio|goggles|group|groupChat|groupFromNetId|groupIconSelectable|groupIconsVisible|groupId|groupOwner|groupRadio|groupSelectedUnits|groupSelectUnit|grpNull|gunner|gusts|halt|handgunItems|handgunMagazine|handgunWeapon|handsHit|hasInterface|hasPilotCamera|hasWeapon|hcAllGroups|hcGroupParams|hcLeader|hcRemoveAllGroups|hcRemoveGroup|hcSelected|hcSelectGroup|hcSetGroup|hcShowBar|hcShownBar|headgear|hideBody|hideObject|hideObjectGlobal|hideSelection|hint|hintC|hintCadet|hintSilent|hmd|hostMission|htmlLoad|HUDMovementLevels|humidity|image|importAllGroups|importance|in|inArea|inAreaArray|incapacitatedState|independent|inflame|inflamed|infoPanel|infoPanelComponentEnabled|infoPanelComponents|infoPanels|inGameUISetEventHandler|inheritsFrom|initAmbientLife|inPolygon|inputAction|inRangeOfArtillery|insertEditorObject|intersect|is3DEN|is3DENMultiplayer|isAbleToBreathe|isAgent|isAimPrecisionEnabled|isArray|isAutoHoverOn|isAutonomous|isAutoStartUpEnabledRTD|isAutotest|isAutoTrimOnRTD|isBleeding|isBurning|isClass|isCollisionLightOn|isCopilotEnabled|isDamageAllowed|isDedicated|isDLCAvailable|isEngineOn|isEqualTo|isEqualType|isEqualTypeAll|isEqualTypeAny|isEqualTypeArray|isEqualTypeParams|isFilePatchingEnabled|isFlashlightOn|isFlatEmpty|isForcedWalk|isFormationLeader|isGroupDeletedWhenEmpty|isHidden|isInRemainsCollector|isInstructorFigureEnabled|isIRLaserOn|isKeyActive|isKindOf|isLaserOn|isLightOn|isLocalized|isManualFire|isMarkedForCollection|isMultiplayer|isMultiplayerSolo|isNil|isNull|isNumber|isObjectHidden|isObjectRTD|isOnRoad|isPipEnabled|isPlayer|isRealTime|isRemoteExecuted|isRemoteExecutedJIP|isServer|isShowing3DIcons|isSimpleObject|isSprintAllowed|isStaminaEnabled|isSteamMission|isStreamFriendlyUIEnabled|isStressDamageEnabled|isText|isTouchingGround|isTurnedOut|isTutHintsEnabled|isUAVConnectable|isUAVConnected|isUIContext|isUniformAllowed|isVehicleCargo|isVehicleRadarOn|isVehicleSensorEnabled|isWalking|isWeaponDeployed|isWeaponRested|itemCargo|items|itemsWithMagazines|join|joinAs|joinAsSilent|joinSilent|joinString|kbAddDatabase|kbAddDatabaseTargets|kbAddTopic|kbHasTopic|kbReact|kbRemoveTopic|kbTell|kbWasSaid|keyImage|keyName|knowsAbout|land|landAt|landResult|language|laserTarget|lbAdd|lbClear|lbColor|lbColorRight|lbCurSel|lbData|lbDelete|lbIsSelected|lbPicture|lbPictureRight|lbSelection|lbSetColor|lbSetColorRight|lbSetCurSel|lbSetData|lbSetPicture|lbSetPictureColor|lbSetPictureColorDisabled|lbSetPictureColorSelected|lbSetPictureRight|lbSetPictureRightColor|lbSetPictureRightColorDisabled|lbSetPictureRightColorSelected|lbSetSelectColor|lbSetSelectColorRight|lbSetSelected|lbSetText|lbSetTextRight|lbSetTooltip|lbSetValue|lbSize|lbSort|lbSortByValue|lbText|lbTextRight|lbValue|leader|leaderboardDeInit|leaderboardGetRows|leaderboardInit|leaderboardRequestRowsFriends|leaderboardRequestRowsGlobal|leaderboardRequestRowsGlobalAroundUser|leaderboardsRequestUploadScore|leaderboardsRequestUploadScoreKeepBest|leaderboardState|leaveVehicle|libraryCredits|libraryDisclaimers|lifeState|lightAttachObject|lightDetachObject|lightIsOn|lightnings|limitSpeed|linearConversion|lineBreak|lineIntersects|lineIntersectsObjs|lineIntersectsSurfaces|lineIntersectsWith|linkItem|list|listObjects|listRemoteTargets|listVehicleSensors|ln|lnbAddArray|lnbAddColumn|lnbAddRow|lnbClear|lnbColor|lnbColorRight|lnbCurSelRow|lnbData|lnbDeleteColumn|lnbDeleteRow|lnbGetColumnsPosition|lnbPicture|lnbPictureRight|lnbSetColor|lnbSetColorRight|lnbSetColumnsPos|lnbSetCurSelRow|lnbSetData|lnbSetPicture|lnbSetPictureColor|lnbSetPictureColorRight|lnbSetPictureColorSelected|lnbSetPictureColorSelectedRight|lnbSetPictureRight|lnbSetText|lnbSetTextRight|lnbSetValue|lnbSize|lnbSort|lnbSortByValue|lnbText|lnbTextRight|lnbValue|load|loadAbs|loadBackpack|loadFile|loadGame|loadIdentity|loadMagazine|loadOverlay|loadStatus|loadUniform|loadVest|local|localize|locationNull|locationPosition|lock|lockCameraTo|lockCargo|lockDriver|locked|lockedCargo|lockedDriver|lockedTurret|lockIdentity|lockTurret|lockWP|log|logEntities|logNetwork|logNetworkTerminate|lookAt|lookAtPos|magazineCargo|magazines|magazinesAllTurrets|magazinesAmmo|magazinesAmmoCargo|magazinesAmmoFull|magazinesDetail|magazinesDetailBackpack|magazinesDetailUniform|magazinesDetailVest|magazinesTurret|magazineTurretAmmo|mapAnimAdd|mapAnimClear|mapAnimCommit|mapAnimDone|mapCenterOnCamera|mapGridPosition|markAsFinishedOnSteam|markerAlpha|markerBrush|markerColor|markerDir|markerPos|markerShape|markerSize|markerText|markerType|max|members|menuAction|menuAdd|menuChecked|menuClear|menuCollapse|menuData|menuDelete|menuEnable|menuEnabled|menuExpand|menuHover|menuPicture|menuSetAction|menuSetCheck|menuSetData|menuSetPicture|menuSetValue|menuShortcut|menuShortcutText|menuSize|menuSort|menuText|menuURL|menuValue|min|mineActive|mineDetectedBy|missionConfigFile|missionDifficulty|missionName|missionNamespace|missionStart|missionVersion|modelToWorld|modelToWorldVisual|modelToWorldVisualWorld|modelToWorldWorld|modParams|moonIntensity|moonPhase|morale|move|move3DENCamera|moveInAny|moveInCargo|moveInCommander|moveInDriver|moveInGunner|moveInTurret|moveObjectToEnd|moveOut|moveTime|moveTo|moveToCompleted|moveToFailed|musicVolume|name|nameSound|nearEntities|nearestBuilding|nearestLocation|nearestLocations|nearestLocationWithDubbing|nearestObject|nearestObjects|nearestTerrainObjects|nearObjects|nearObjectsReady|nearRoads|nearSupplies|nearTargets|needReload|netId|netObjNull|newOverlay|nextMenuItemIndex|nextWeatherChange|nMenuItems|numberOfEnginesRTD|numberToDate|objectCurators|objectFromNetId|objectParent|objNull|objStatus|onBriefingGear|onBriefingGroup|onBriefingNotes|onBriefingPlan|onBriefingTeamSwitch|onCommandModeChanged|onDoubleClick|onEachFrame|onGroupIconClick|onGroupIconOverEnter|onGroupIconOverLeave|onHCGroupSelectionChanged|onMapSingleClick|onPlayerConnected|onPlayerDisconnected|onPreloadFinished|onPreloadStarted|onShowNewObject|onTeamSwitch|openCuratorInterface|openDLCPage|openDSInterface|openMap|openSteamApp|openYoutubeVideo|opfor|orderGetIn|overcast|overcastForecast|owner|param|params|parseNumber|parseSimpleArray|parseText|parsingNamespace|particlesQuality|pi|pickWeaponPool|pitch|pixelGrid|pixelGridBase|pixelGridNoUIScale|pixelH|pixelW|playableSlotsNumber|playableUnits|playAction|playActionNow|player|playerRespawnTime|playerSide|playersNumber|playGesture|playMission|playMove|playMoveNow|playMusic|playScriptedMission|playSound|playSound3D|position|positionCameraToWorld|posScreenToWorld|posWorldToScreen|ppEffectAdjust|ppEffectCommit|ppEffectCommitted|ppEffectCreate|ppEffectDestroy|ppEffectEnable|ppEffectEnabled|ppEffectForceInNVG|precision|preloadCamera|preloadObject|preloadSound|preloadTitleObj|preloadTitleRsc|primaryWeapon|primaryWeaponItems|primaryWeaponMagazine|priority|processDiaryLink|processInitCommands|productVersion|profileName|profileNamespace|profileNameSteam|progressLoadingScreen|progressPosition|progressSetPosition|publicVariable|publicVariableClient|publicVariableServer|pushBack|pushBackUnique|putWeaponPool|queryItemsPool|queryMagazinePool|queryWeaponPool|rad|radioChannelAdd|radioChannelCreate|radioChannelRemove|radioChannelSetCallSign|radioChannelSetLabel|radioVolume|rain|rainbow|random|rank|rankId|rating|rectangular|registeredTasks|registerTask|reload|reloadEnabled|remoteControl|remoteExec|remoteExecCall|remoteExecutedOwner|remove3DENConnection|remove3DENEventHandler|remove3DENLayer|removeAction|removeAll3DENEventHandlers|removeAllActions|removeAllAssignedItems|removeAllContainers|removeAllCuratorAddons|removeAllCuratorCameraAreas|removeAllCuratorEditingAreas|removeAllEventHandlers|removeAllHandgunItems|removeAllItems|removeAllItemsWithMagazines|removeAllMissionEventHandlers|removeAllMPEventHandlers|removeAllMusicEventHandlers|removeAllOwnedMines|removeAllPrimaryWeaponItems|removeAllWeapons|removeBackpack|removeBackpackGlobal|removeCuratorAddons|removeCuratorCameraArea|removeCuratorEditableObjects|removeCuratorEditingArea|removeDrawIcon|removeDrawLinks|removeEventHandler|removeFromRemainsCollector|removeGoggles|removeGroupIcon|removeHandgunItem|removeHeadgear|removeItem|removeItemFromBackpack|removeItemFromUniform|removeItemFromVest|removeItems|removeMagazine|removeMagazineGlobal|removeMagazines|removeMagazinesTurret|removeMagazineTurret|removeMenuItem|removeMissionEventHandler|removeMPEventHandler|removeMusicEventHandler|removeOwnedMine|removePrimaryWeaponItem|removeSecondaryWeaponItem|removeSimpleTask|removeSwitchableUnit|removeTeamMember|removeUniform|removeVest|removeWeapon|removeWeaponAttachmentCargo|removeWeaponCargo|removeWeaponGlobal|removeWeaponTurret|reportRemoteTarget|requiredVersion|resetCamShake|resetSubgroupDirection|resistance|resize|resources|respawnVehicle|restartEditorCamera|reveal|revealMine|reverse|reversedMouseY|roadAt|roadsConnectedTo|roleDescription|ropeAttachedObjects|ropeAttachedTo|ropeAttachEnabled|ropeAttachTo|ropeCreate|ropeCut|ropeDestroy|ropeDetach|ropeEndPosition|ropeLength|ropes|ropeUnwind|ropeUnwound|rotorsForcesRTD|rotorsRpmRTD|round|runInitScript|safeZoneH|safeZoneW|safeZoneWAbs|safeZoneX|safeZoneXAbs|safeZoneY|save3DENInventory|saveGame|saveIdentity|saveJoysticks|saveOverlay|saveProfileNamespace|saveStatus|saveVar|savingEnabled|say|say2D|say3D|score|scoreSide|screenshot|screenToWorld|scriptDone|scriptName|scriptNull|scudState|secondaryWeapon|secondaryWeaponItems|secondaryWeaponMagazine|select|selectBestPlaces|selectDiarySubject|selectedEditorObjects|selectEditorObject|selectionNames|selectionPosition|selectLeader|selectMax|selectMin|selectNoPlayer|selectPlayer|selectRandom|selectRandomWeighted|selectWeapon|selectWeaponTurret|sendAUMessage|sendSimpleCommand|sendTask|sendTaskResult|sendUDPMessage|serverCommand|serverCommandAvailable|serverCommandExecutable|serverName|serverTime|set|set3DENAttribute|set3DENAttributes|set3DENGrid|set3DENIconsVisible|set3DENLayer|set3DENLinesVisible|set3DENLogicType|set3DENMissionAttribute|set3DENMissionAttributes|set3DENModelsVisible|set3DENObjectType|set3DENSelected|setAccTime|setActualCollectiveRTD|setAirplaneThrottle|setAirportSide|setAmmo|setAmmoCargo|setAmmoOnPylon|setAnimSpeedCoef|setAperture|setApertureNew|setArmoryPoints|setAttributes|setAutonomous|setBehaviour|setBleedingRemaining|setBrakesRTD|setCameraInterest|setCamShakeDefParams|setCamShakeParams|setCamUseTI|setCaptive|setCenterOfMass|setCollisionLight|setCombatMode|setCompassOscillation|setConvoySeparation|setCuratorCameraAreaCeiling|setCuratorCoef|setCuratorEditingAreaType|setCuratorWaypointCost|setCurrentChannel|setCurrentTask|setCurrentWaypoint|setCustomAimCoef|setCustomWeightRTD|setDamage|setDammage|setDate|setDebriefingText|setDefaultCamera|setDestination|setDetailMapBlendPars|setDir|setDirection|setDrawIcon|setDriveOnPath|setDropInterval|setDynamicSimulationDistance|setDynamicSimulationDistanceCoef|setEditorMode|setEditorObjectScope|setEffectCondition|setEngineRpmRTD|setFace|setFaceAnimation|setFatigue|setFeatureType|setFlagAnimationPhase|setFlagOwner|setFlagSide|setFlagTexture|setFog|setForceGeneratorRTD|setFormation|setFormationTask|setFormDir|setFriend|setFromEditor|setFSMVariable|setFuel|setFuelCargo|setGroupIcon|setGroupIconParams|setGroupIconsSelectable|setGroupIconsVisible|setGroupId|setGroupIdGlobal|setGroupOwner|setGusts|setHideBehind|setHit|setHitIndex|setHitPointDamage|setHorizonParallaxCoef|setHUDMovementLevels|setIdentity|setImportance|setInfoPanel|setLeader|setLightAmbient|setLightAttenuation|setLightBrightness|setLightColor|setLightDayLight|setLightFlareMaxDistance|setLightFlareSize|setLightIntensity|setLightnings|setLightUseFlare|setLocalWindParams|setMagazineTurretAmmo|setMarkerAlpha|setMarkerAlphaLocal|setMarkerBrush|setMarkerBrushLocal|setMarkerColor|setMarkerColorLocal|setMarkerDir|setMarkerDirLocal|setMarkerPos|setMarkerPosLocal|setMarkerShape|setMarkerShapeLocal|setMarkerSize|setMarkerSizeLocal|setMarkerText|setMarkerTextLocal|setMarkerType|setMarkerTypeLocal|setMass|setMimic|setMousePosition|setMusicEffect|setMusicEventHandler|setName|setNameSound|setObjectArguments|setObjectMaterial|setObjectMaterialGlobal|setObjectProxy|setObjectTexture|setObjectTextureGlobal|setObjectViewDistance|setOvercast|setOwner|setOxygenRemaining|setParticleCircle|setParticleClass|setParticleFire|setParticleParams|setParticleRandom|setPilotCameraDirection|setPilotCameraRotation|setPilotCameraTarget|setPilotLight|setPiPEffect|setPitch|setPlateNumber|setPlayable|setPlayerRespawnTime|setPos|setPosASL|setPosASL2|setPosASLW|setPosATL|setPosition|setPosWorld|setPylonLoadOut|setPylonsPriority|setRadioMsg|setRain|setRainbow|setRandomLip|setRank|setRectangular|setRepairCargo|setRotorBrakeRTD|setShadowDistance|setShotParents|setSide|setSimpleTaskAlwaysVisible|setSimpleTaskCustomData|setSimpleTaskDescription|setSimpleTaskDestination|setSimpleTaskTarget|setSimpleTaskType|setSimulWeatherLayers|setSize|setSkill|setSlingLoad|setSoundEffect|setSpeaker|setSpeech|setSpeedMode|setStamina|setStaminaScheme|setStatValue|setSuppression|setSystemOfUnits|setTargetAge|setTaskMarkerOffset|setTaskResult|setTaskState|setTerrainGrid|setText|setTimeMultiplier|setTitleEffect|setToneMapping|setToneMappingParams|setTrafficDensity|setTrafficDistance|setTrafficGap|setTrafficSpeed|setTriggerActivation|setTriggerArea|setTriggerStatements|setTriggerText|setTriggerTimeout|setTriggerType|setType|setUnconscious|setUnitAbility|setUnitLoadout|setUnitPos|setUnitPosWeak|setUnitRank|setUnitRecoilCoefficient|setUnitTrait|setUnloadInCombat|setUserActionText|setUserMFDText|setUserMFDValue|setVariable|setVectorDir|setVectorDirAndUp|setVectorUp|setVehicleAmmo|setVehicleAmmoDef|setVehicleArmor|setVehicleCargo|setVehicleId|setVehicleInit|setVehicleLock|setVehiclePosition|setVehicleRadar|setVehicleReceiveRemoteTargets|setVehicleReportOwnPosition|setVehicleReportRemoteTargets|setVehicleTIPars|setVehicleVarName|setVelocity|setVelocityModelSpace|setVelocityTransformation|setViewDistance|setVisibleIfTreeCollapsed|setWantedRpmRTD|setWaves|setWaypointBehaviour|setWaypointCombatMode|setWaypointCompletionRadius|setWaypointDescription|setWaypointForceBehaviour|setWaypointFormation|setWaypointHousePosition|setWaypointLoiterRadius|setWaypointLoiterType|setWaypointName|setWaypointPosition|setWaypointScript|setWaypointSpeed|setWaypointStatements|setWaypointTimeout|setWaypointType|setWaypointVisible|setWeaponReloadingTime|setWind|setWindDir|setWindForce|setWindStr|setWingForceScaleRTD|setWPPos|show3DIcons|showChat|showCinemaBorder|showCommandingMenu|showCompass|showCuratorCompass|showGPS|showHUD|showLegend|showMap|shownArtilleryComputer|shownChat|shownCompass|shownCuratorCompass|showNewEditorObject|shownGPS|shownHUD|shownMap|shownPad|shownRadio|shownScoretable|shownUAVFeed|shownWarrant|shownWatch|showPad|showRadio|showScoretable|showSubtitles|showUAVFeed|showWarrant|showWatch|showWaypoint|showWaypoints|side|sideAmbientLife|sideChat|sideEmpty|sideEnemy|sideFriendly|sideLogic|sideRadio|sideUnknown|simpleTasks|simulationEnabled|simulCloudDensity|simulCloudOcclusion|simulInClouds|simulWeatherSync|sin|size|sizeOf|skill|skillFinal|skipTime|sleep|sliderPosition|sliderRange|sliderSetPosition|sliderSetRange|sliderSetSpeed|sliderSpeed|slingLoadAssistantShown|soldierMagazines|someAmmo|sort|soundVolume|speaker|speed|speedMode|splitString|sqrt|squadParams|stance|startLoadingScreen|stop|stopEngineRTD|stopped|str|sunOrMoon|supportInfo|suppressFor|surfaceIsWater|surfaceNormal|surfaceType|swimInDepth|switchableUnits|switchAction|switchCamera|switchGesture|switchLight|switchMove|synchronizedObjects|synchronizedTriggers|synchronizedWaypoints|synchronizeObjectsAdd|synchronizeObjectsRemove|synchronizeTrigger|synchronizeWaypoint|systemChat|systemOfUnits|tan|targetKnowledge|targets|targetsAggregate|targetsQuery|taskAlwaysVisible|taskChildren|taskCompleted|taskCustomData|taskDescription|taskDestination|taskHint|taskMarkerOffset|taskNull|taskParent|taskResult|taskState|taskType|teamMember|teamMemberNull|teamName|teams|teamSwitch|teamSwitchEnabled|teamType|terminate|terrainIntersect|terrainIntersectASL|terrainIntersectAtASL|text|textLog|textLogFormat|tg|time|timeMultiplier|titleCut|titleFadeOut|titleObj|titleRsc|titleText|toArray|toFixed|toLower|toString|toUpper|triggerActivated|triggerActivation|triggerArea|triggerAttachedVehicle|triggerAttachObject|triggerAttachVehicle|triggerDynamicSimulation|triggerStatements|triggerText|triggerTimeout|triggerTimeoutCurrent|triggerType|turretLocal|turretOwner|turretUnit|tvAdd|tvClear|tvCollapse|tvCollapseAll|tvCount|tvCurSel|tvData|tvDelete|tvExpand|tvExpandAll|tvPicture|tvPictureRight|tvSetColor|tvSetCurSel|tvSetData|tvSetPicture|tvSetPictureColor|tvSetPictureColorDisabled|tvSetPictureColorSelected|tvSetPictureRight|tvSetPictureRightColor|tvSetPictureRightColorDisabled|tvSetPictureRightColorSelected|tvSetSelectColor|tvSetText|tvSetTooltip|tvSetValue|tvSort|tvSortByValue|tvText|tvTooltip|tvValue|type|typeName|typeOf|UAVControl|uiNamespace|uiSleep|unassignCurator|unassignItem|unassignTeam|unassignVehicle|underwater|uniform|uniformContainer|uniformItems|uniformMagazines|unitAddons|unitAimPosition|unitAimPositionVisual|unitBackpack|unitIsUAV|unitPos|unitReady|unitRecoilCoefficient|units|unitsBelowHeight|unlinkItem|unlockAchievement|unregisterTask|updateDrawIcon|updateMenuItem|updateObjectTree|useAIOperMapObstructionTest|useAISteeringComponent|useAudioTimeForMoves|userInputDisabled|vectorAdd|vectorCos|vectorCrossProduct|vectorDiff|vectorDir|vectorDirVisual|vectorDistance|vectorDistanceSqr|vectorDotProduct|vectorFromTo|vectorMagnitude|vectorMagnitudeSqr|vectorModelToWorld|vectorModelToWorldVisual|vectorMultiply|vectorNormalized|vectorUp|vectorUpVisual|vectorWorldToModel|vectorWorldToModelVisual|vehicle|vehicleCargoEnabled|vehicleChat|vehicleRadio|vehicleReceiveRemoteTargets|vehicleReportOwnPosition|vehicleReportRemoteTargets|vehicles|vehicleVarName|velocity|velocityModelSpace|verifySignature|vest|vestContainer|vestItems|vestMagazines|viewDistance|visibleCompass|visibleGPS|visibleMap|visiblePosition|visiblePositionASL|visibleScoretable|visibleWatch|waitUntil|waves|waypointAttachedObject|waypointAttachedVehicle|waypointAttachObject|waypointAttachVehicle|waypointBehaviour|waypointCombatMode|waypointCompletionRadius|waypointDescription|waypointForceBehaviour|waypointFormation|waypointHousePosition|waypointLoiterRadius|waypointLoiterType|waypointName|waypointPosition|waypoints|waypointScript|waypointsEnabledUAV|waypointShow|waypointSpeed|waypointStatements|waypointTimeout|waypointTimeoutCurrent|waypointType|waypointVisible|weaponAccessories|weaponAccessoriesCargo|weaponCargo|weaponDirection|weaponInertia|weaponLowered|weapons|weaponsItems|weaponsItemsCargo|weaponState|weaponsTurret|weightRTD|west|WFSideText|wind|windDir|windRTD|windStr|wingsForcesRTD|worldName|worldSize|worldToModel|worldToModelVisual|worldToScreen)\b/i,number:/(?:\$|\b0x)[\da-f]+\b|(?:\B\.\d+|\b\d+(?:\.\d+)?)(?:e[+-]?\d+)?\b/i,operator:/##|>>|&&|\|\||[!=<>]=?|[-+*/%#^]|\b(?:and|mod|not|or)\b/i,"magic-variable":{pattern:/\b(?:this|thisList|thisTrigger|_exception|_fnc_scriptName|_fnc_scriptNameParent|_forEachIndex|_this|_thisEventHandler|_thisFSM|_thisScript|_x)\b/i,alias:"keyword"},constant:/\bDIK(?:_[a-z\d]+)+\b/i}),E.languages.insertBefore("sqf","string",{macro:{pattern:/(^[ \t]*)#[a-z](?:[^\r\n\\]|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{directive:{pattern:/#[a-z]+\b/i,alias:"keyword"},comment:E.languages.sqf.comment}}}),delete E.languages.sqf["class-name"]}},11114:function(de){"use strict";de.exports=ae,ae.displayName="sql",ae.aliases=[];function ae(E){E.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}}},67386:function(de){"use strict";de.exports=ae,ae.displayName="squirrel",ae.aliases=[];function ae(E){E.languages.squirrel=E.languages.extend("clike",{comment:[E.languages.clike.comment[0],{pattern:/(^|[^\\:])(?:\/\/|#).*/,lookbehind:!0,greedy:!0}],string:{pattern:/(^|[^\\"'@])(?:@"(?:[^"]|"")*"(?!")|"(?:[^\\\r\n"]|\\.)*")/,lookbehind:!0,greedy:!0},"class-name":{pattern:/(\b(?:class|enum|extends|instanceof)\s+)\w+(?:\.\w+)*/,lookbehind:!0,inside:{punctuation:/\./}},keyword:/\b(?:__FILE__|__LINE__|base|break|case|catch|class|clone|const|constructor|continue|default|delete|else|enum|extends|for|foreach|function|if|in|instanceof|local|null|resume|return|static|switch|this|throw|try|typeof|while|yield)\b/,number:/\b(?:0x[0-9a-fA-F]+|\d+(?:\.(?:\d+|[eE][+-]?\d+))?)\b/,operator:/\+\+|--|<=>|<[-<]|>>>?|&&?|\|\|?|[-+*/%!=<>]=?|[~^]|::?/,punctuation:/[(){}\[\],;.]/}),E.languages.insertBefore("squirrel","string",{char:{pattern:/(^|[^\\"'])'(?:[^\\']|\\(?:[xuU][0-9a-fA-F]{0,8}|[\s\S]))'/,lookbehind:!0,greedy:!0}}),E.languages.insertBefore("squirrel","operator",{"attribute-punctuation":{pattern:/<\/|\/>/,alias:"important"},lambda:{pattern:/@(?=\()/,alias:"operator"}})}},28067:function(de){"use strict";de.exports=ae,ae.displayName="stan",ae.aliases=[];function ae(E){(function(y){var pe=/\b(?:algebra_solver|algebra_solver_newton|integrate_1d|integrate_ode|integrate_ode_bdf|integrate_ode_rk45|map_rect|ode_(?:adams|bdf|ckrk|rk45)(?:_tol)?|ode_adjoint_tol_ctl|reduce_sum|reduce_sum_static)\b/;y.languages.stan={comment:/\/\/.*|\/\*[\s\S]*?\*\/|#(?!include).*/,string:{pattern:/"[\x20\x21\x23-\x5B\x5D-\x7E]*"/,greedy:!0},directive:{pattern:/^([ \t]*)#include\b.*/m,lookbehind:!0,alias:"property"},"function-arg":{pattern:RegExp("("+pe.source+/\s*\(\s*/.source+")"+/[a-zA-Z]\w*/.source),lookbehind:!0,alias:"function"},constraint:{pattern:/(\b(?:int|matrix|real|row_vector|vector)\s*)<[^<>]*>/,lookbehind:!0,inside:{expression:{pattern:/(=\s*)\S(?:\S|\s+(?!\s))*?(?=\s*(?:>$|,\s*\w+\s*=))/,lookbehind:!0,inside:null},property:/\b[a-z]\w*(?=\s*=)/i,operator:/=/,punctuation:/^<|>$|,/}},keyword:[{pattern:/\bdata(?=\s*\{)|\b(?:functions|generated|model|parameters|quantities|transformed)\b/,alias:"program-block"},/\b(?:array|break|cholesky_factor_corr|cholesky_factor_cov|complex|continue|corr_matrix|cov_matrix|data|else|for|if|in|increment_log_prob|int|matrix|ordered|positive_ordered|print|real|reject|return|row_vector|simplex|target|unit_vector|vector|void|while)\b/,pe],function:/\b[a-z]\w*(?=\s*\()/i,number:/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:E[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,boolean:/\b(?:false|true)\b/,operator:/<-|\.[*/]=?|\|\|?|&&|[!=<>+\-*/]=?|['^%~?:]/,punctuation:/[()\[\]{},;]/},y.languages.stan.constraint.inside.expression.inside=y.languages.stan})(E)}},49168:function(de){"use strict";de.exports=ae,ae.displayName="stylus",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},se={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},me={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:pe,number:se,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:pe,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:se,punctuation:/[{}()\[\];:,]/};me.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:me}},me.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:me}},y.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:me}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:me}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:me}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:me.interpolation}},rest:me}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:me.interpolation,comment:me.comment,punctuation:/[{},]/}},func:me.func,string:me.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:me.interpolation,punctuation:/[{}()\[\];:.]/}})(E)}},23651:function(de){"use strict";de.exports=ae,ae.displayName="swift",ae.aliases=[];function ae(E){E.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+")+"|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},E.languages.swift["string-literal"].forEach(function(y){y.inside.interpolation.inside=E.languages.swift})}},21483:function(de){"use strict";de.exports=ae,ae.displayName="systemd",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/^[;#].*/m,greedy:!0},se=/"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source;y.languages.systemd={comment:pe,section:{pattern:/^\[[^\n\r\[\]]*\](?=[ \t]*$)/m,greedy:!0,inside:{punctuation:/^\[|\]$/,"section-name":{pattern:/[\s\S]+/,alias:"selector"}}},key:{pattern:/^[^\s=]+(?=[ \t]*=)/m,greedy:!0,alias:"attr-name"},value:{pattern:RegExp(/(=[ \t]*(?!\s))/.source+"(?:"+se+`|(?=[^"\r
|
|
|
]))(?:`+(/[^\s\\]/.source+'|[ ]+(?:(?![ "])|'+se+")|"+/\\[\r\n]+(?:[#;].*[\r\n]+)*(?![#;])/.source)+")*"),lookbehind:!0,greedy:!0,alias:"attr-value",inside:{comment:pe,quoted:{pattern:RegExp(/(^|\s)/.source+se),lookbehind:!0,greedy:!0},punctuation:/\\$/m,boolean:{pattern:/^(?:false|no|off|on|true|yes)$/,greedy:!0}}},punctuation:/=/}})(E)}},32268:function(de,ae,E){"use strict";var y=E(2329),pe=E(61958);de.exports=se,se.displayName="t4Cs",se.aliases=[];function se(me){me.register(y),me.register(pe),me.languages.t4=me.languages["t4-cs"]=me.languages["t4-templating"].createT4("csharp")}},2329:function(de){"use strict";de.exports=ae,ae.displayName="t4Templating",ae.aliases=[];function ae(E){(function(y){function pe(me,Ee,xe){return{pattern:RegExp("<#"+me+"[\\s\\S]*?#>"),alias:"block",inside:{delimiter:{pattern:RegExp("^<#"+me+"|#>$"),alias:"important"},content:{pattern:/[\s\S]+/,inside:Ee,alias:xe}}}}function se(me){var Ee=y.languages[me],xe="language-"+me;return{block:{pattern:/<#[\s\S]+?#>/,inside:{directive:pe("@",{"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/,inside:{punctuation:/^=|^["']|["']$/}},keyword:/\b\w+(?=\s)/,"attr-name":/\b\w+/}),expression:pe("=",Ee,xe),"class-feature":pe("\\+",Ee,xe),standard:pe("",Ee,xe)}}}}y.languages["t4-templating"]=Object.defineProperty({},"createT4",{value:se})})(E)}},82996:function(de,ae,E){"use strict";var y=E(2329),pe=E(53813);de.exports=se,se.displayName="t4Vb",se.aliases=[];function se(me){me.register(y),me.register(pe),me.languages["t4-vb"]=me.languages["t4-templating"].createT4("vbnet")}},17290:function(de,ae,E){"use strict";var y=E(65039);de.exports=pe,pe.displayName="tap",pe.aliases=[];function pe(se){se.register(y),se.languages.tap={fail:/not ok[^#{\n\r]*/,pass:/ok[^#{\n\r]*/,pragma:/pragma [+-][a-z]+/,bailout:/bail out!.*/i,version:/TAP version \d+/i,plan:/\b\d+\.\.\d+(?: +#.*)?/,subtest:{pattern:/# Subtest(?:: .*)?/,greedy:!0},punctuation:/[{}]/,directive:/#.*/,yamlish:{pattern:/(^[ \t]*)---[\s\S]*?[\r\n][ \t]*\.\.\.$/m,lookbehind:!0,inside:se.languages.yaml,alias:"language-yaml"}}}},67989:function(de){"use strict";de.exports=ae,ae.displayName="tcl",ae.aliases=[];function ae(E){E.languages.tcl={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/,greedy:!0},variable:[{pattern:/(\$)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/,lookbehind:!0},{pattern:/(\$)\{[^}]+\}/,lookbehind:!0},{pattern:/(^[\t ]*set[ \t]+)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/m,lookbehind:!0}],function:{pattern:/(^[\t ]*proc[ \t]+)\S+/m,lookbehind:!0},builtin:[{pattern:/(^[\t ]*)(?:break|class|continue|error|eval|exit|for|foreach|if|proc|return|switch|while)\b/m,lookbehind:!0},/\b(?:else|elseif)\b/],scope:{pattern:/(^[\t ]*)(?:global|upvar|variable)\b/m,lookbehind:!0,alias:"constant"},keyword:{pattern:/(^[\t ]*|\[)(?:Safe_Base|Tcl|after|append|apply|array|auto_(?:execok|import|load|mkindex|qualify|reset)|automkindex_old|bgerror|binary|catch|cd|chan|clock|close|concat|dde|dict|encoding|eof|exec|expr|fblocked|fconfigure|fcopy|file(?:event|name)?|flush|gets|glob|history|http|incr|info|interp|join|lappend|lassign|lindex|linsert|list|llength|load|lrange|lrepeat|lreplace|lreverse|lsearch|lset|lsort|math(?:func|op)|memory|msgcat|namespace|open|package|parray|pid|pkg_mkIndex|platform|puts|pwd|re_syntax|read|refchan|regexp|registry|regsub|rename|scan|seek|set|socket|source|split|string|subst|tcl(?:_endOfWord|_findLibrary|startOf(?:Next|Previous)Word|test|vars|wordBreak(?:After|Before))|tell|time|tm|trace|unknown|unload|unset|update|uplevel|vwait)\b/m,lookbehind:!0},operator:/!=?|\*\*?|==|&&?|\|\|?|<[=<]?|>[=>]?|[-+~\/%?^]|\b(?:eq|in|ne|ni)\b/,punctuation:/[{}()\[\]]/}}},31065:function(de){"use strict";de.exports=ae,ae.displayName="textile",ae.aliases=[];function ae(E){(function(y){var pe=/\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source,se=/\)|\((?![^|()\n]+\))/.source;function me(He,We){return RegExp(He.replace(/<MOD>/g,function(){return"(?:"+pe+")"}).replace(/<PAR>/g,function(){return"(?:"+se+")"}),We||"")}var Ee={css:{pattern:/\{[^{}]+\}/,inside:{rest:y.languages.css}},"class-id":{pattern:/(\()[^()]+(?=\))/,lookbehind:!0,alias:"attr-value"},lang:{pattern:/(\[)[^\[\]]+(?=\])/,lookbehind:!0,alias:"attr-value"},punctuation:/[\\\/]\d+|\S/},xe=y.languages.textile=y.languages.extend("markup",{phrase:{pattern:/(^|\r|\n)\S[\s\S]*?(?=$|\r?\n\r?\n|\r\r)/,lookbehind:!0,inside:{"block-tag":{pattern:me(/^[a-z]\w*(?:<MOD>|<PAR>|[<>=])*\./.source),inside:{modifier:{pattern:me(/(^[a-z]\w*)(?:<MOD>|<PAR>|[<>=])+(?=\.)/.source),lookbehind:!0,inside:Ee},tag:/^[a-z]\w*/,punctuation:/\.$/}},list:{pattern:me(/^[*#]+<MOD>*\s+\S.*/.source,"m"),inside:{modifier:{pattern:me(/(^[*#]+)<MOD>+/.source),lookbehind:!0,inside:Ee},punctuation:/^[*#]+/}},table:{pattern:me(/^(?:(?:<MOD>|<PAR>|[<>=^~])+\.\s*)?(?:\|(?:(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.|(?!(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.))[^|]*)+\|/.source,"m"),inside:{modifier:{pattern:me(/(^|\|(?:\r?\n|\r)?)(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+(?=\.)/.source),lookbehind:!0,inside:Ee},punctuation:/\||^\./}},inline:{pattern:me(/(^|[^a-zA-Z\d])(\*\*|__|\?\?|[*_%@+\-^~])<MOD>*.+?\2(?![a-zA-Z\d])/.source),lookbehind:!0,inside:{bold:{pattern:me(/(^(\*\*?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},italic:{pattern:me(/(^(__?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},cite:{pattern:me(/(^\?\?<MOD>*).+?(?=\?\?)/.source),lookbehind:!0,alias:"string"},code:{pattern:me(/(^@<MOD>*).+?(?=@)/.source),lookbehind:!0,alias:"keyword"},inserted:{pattern:me(/(^\+<MOD>*).+?(?=\+)/.source),lookbehind:!0},deleted:{pattern:me(/(^-<MOD>*).+?(?=-)/.source),lookbehind:!0},span:{pattern:me(/(^%<MOD>*).+?(?=%)/.source),lookbehind:!0},modifier:{pattern:me(/(^\*\*|__|\?\?|[*_%@+\-^~])<MOD>+/.source),lookbehind:!0,inside:Ee},punctuation:/[*_%?@+\-^~]+/}},"link-ref":{pattern:/^\[[^\]]+\]\S+$/m,inside:{string:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0},url:{pattern:/(^\])\S+$/,lookbehind:!0},punctuation:/[\[\]]/}},link:{pattern:me(/"<MOD>*[^"]+":.+?(?=[^\w/]?(?:\s|$))/.source),inside:{text:{pattern:me(/(^"<MOD>*)[^"]+(?=")/.source),lookbehind:!0},modifier:{pattern:me(/(^")<MOD>+/.source),lookbehind:!0,inside:Ee},url:{pattern:/(:).+/,lookbehind:!0},punctuation:/[":]/}},image:{pattern:me(/!(?:<MOD>|<PAR>|[<>=])*(?![<>=])[^!\s()]+(?:\([^)]+\))?!(?::.+?(?=[^\w/]?(?:\s|$)))?/.source),inside:{source:{pattern:me(/(^!(?:<MOD>|<PAR>|[<>=])*)(?![<>=])[^!\s()]+(?:\([^)]+\))?(?=!)/.source),lookbehind:!0,alias:"url"},modifier:{pattern:me(/(^!)(?:<MOD>|<PAR>|[<>=])+/.source),lookbehind:!0,inside:Ee},url:{pattern:/(:).+/,lookbehind:!0},punctuation:/[!:]/}},footnote:{pattern:/\b\[\d+\]/,alias:"comment",inside:{punctuation:/\[|\]/}},acronym:{pattern:/\b[A-Z\d]+\([^)]+\)/,inside:{comment:{pattern:/(\()[^()]+(?=\))/,lookbehind:!0},punctuation:/[()]/}},mark:{pattern:/\b\((?:C|R|TM)\)/,alias:"comment",inside:{punctuation:/[()]/}}}}}),Se=xe.phrase.inside,Te={inline:Se.inline,link:Se.link,image:Se.image,footnote:Se.footnote,acronym:Se.acronym,mark:Se.mark};xe.tag.pattern=/<\/?(?!\d)[a-z0-9]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i;var Ie=Se.inline.inside;Ie.bold.inside=Te,Ie.italic.inside=Te,Ie.inserted.inside=Te,Ie.deleted.inside=Te,Ie.span.inside=Te;var Le=Se.table.inside;Le.inline=Te.inline,Le.link=Te.link,Le.image=Te.image,Le.footnote=Te.footnote,Le.acronym=Te.acronym,Le.mark=Te.mark})(E)}},85572:function(de){"use strict";de.exports=ae,ae.displayName="toml",ae.aliases=[];function ae(E){(function(y){var pe=/(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source;function se(me){return me.replace(/__/g,function(){return pe})}y.languages.toml={comment:{pattern:/#.*/,greedy:!0},table:{pattern:RegExp(se(/(^[\t ]*\[\s*(?:\[\s*)?)__(?:\s*\.\s*__)*(?=\s*\])/.source),"m"),lookbehind:!0,greedy:!0,alias:"class-name"},key:{pattern:RegExp(se(/(^[\t ]*|[{,]\s*)__(?:\s*\.\s*__)*(?=\s*=)/.source),"m"),lookbehind:!0,greedy:!0,alias:"property"},string:{pattern:/"""(?:\\[\s\S]|[^\\])*?"""|'''[\s\S]*?'''|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},date:[{pattern:/\b\d{4}-\d{2}-\d{2}(?:[T\s]\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})?)?\b/i,alias:"number"},{pattern:/\b\d{2}:\d{2}:\d{2}(?:\.\d+)?\b/,alias:"number"}],number:/(?:\b0(?:x[\da-zA-Z]+(?:_[\da-zA-Z]+)*|o[0-7]+(?:_[0-7]+)*|b[10]+(?:_[10]+)*))\b|[-+]?\b\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?\b|[-+]?\b(?:inf|nan)\b/,boolean:/\b(?:false|true)\b/,punctuation:/[.,=[\]{}]/}})(E)}},27536:function(de){"use strict";de.exports=ae,ae.displayName="tremor",ae.aliases=[];function ae(E){(function(y){y.languages.tremor={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},"interpolated-string":null,extractor:{pattern:/\b[a-z_]\w*\|(?:[^\r\n\\|]|\\(?:\r\n|[\s\S]))*\|/i,greedy:!0,inside:{regex:{pattern:/(^re)\|[\s\S]+/,lookbehind:!0},function:/^\w+/,value:/\|[\s\S]+/}},identifier:{pattern:/`[^`]*`/,greedy:!0},function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())\b/,keyword:/\b(?:args|as|by|case|config|connect|connector|const|copy|create|default|define|deploy|drop|each|emit|end|erase|event|flow|fn|for|from|group|having|insert|into|intrinsic|let|links|match|merge|mod|move|of|operator|patch|pipeline|recur|script|select|set|sliding|state|stream|to|tumbling|update|use|when|where|window|with)\b/,boolean:/\b(?:false|null|true)\b/i,number:/\b(?:0b[01_]*|0x[0-9a-fA-F_]*|\d[\d_]*(?:\.\d[\d_]*)?(?:[Ee][+-]?[\d_]+)?)\b/,"pattern-punctuation":{pattern:/%(?=[({[])/,alias:"punctuation"},operator:/[-+*\/%~!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?>?=?|(?:absent|and|not|or|present|xor)\b/,punctuation:/::|[;\[\]()\{\},.:]/};var pe=/#\{(?:[^"{}]|\{[^{}]*\}|"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*")*\}/.source;y.languages.tremor["interpolated-string"]={pattern:RegExp(/(^|[^\\])/.source+'(?:"""(?:'+/[^"\\#]|\\[\s\S]|"(?!"")|#(?!\{)/.source+"|"+pe+')*"""|"(?:'+/[^"\\\r\n#]|\\(?:\r\n|[\s\S])|#(?!\{)/.source+"|"+pe+')*")'),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:RegExp(pe),inside:{punctuation:/^#\{|\}$/,expression:{pattern:/[\s\S]+/,inside:y.languages.tremor}}},string:/[\s\S]+/}},y.languages.troy=y.languages.tremor,y.languages.trickle=y.languages.tremor})(E)}},87041:function(de,ae,E){"use strict";var y=E(96412),pe=E(4979);de.exports=se,se.displayName="tsx",se.aliases=[];function se(me){me.register(y),me.register(pe),function(Ee){var xe=Ee.util.clone(Ee.languages.typescript);Ee.languages.tsx=Ee.languages.extend("jsx",xe),delete Ee.languages.tsx.parameter,delete Ee.languages.tsx["literal-property"];var Se=Ee.languages.tsx.tag;Se.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+Se.pattern.source+")",Se.pattern.flags),Se.lookbehind=!0}(me)}},61028:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="tt2",pe.aliases=[];function pe(se){se.register(y),function(me){me.languages.tt2=me.languages.extend("clike",{comment:/#.*|\[%#[\s\S]*?%\]/,keyword:/\b(?:BLOCK|CALL|CASE|CATCH|CLEAR|DEBUG|DEFAULT|ELSE|ELSIF|END|FILTER|FINAL|FOREACH|GET|IF|IN|INCLUDE|INSERT|LAST|MACRO|META|NEXT|PERL|PROCESS|RAWPERL|RETURN|SET|STOP|SWITCH|TAGS|THROW|TRY|UNLESS|USE|WHILE|WRAPPER)\b/,punctuation:/[[\]{},()]/}),me.languages.insertBefore("tt2","number",{operator:/=[>=]?|!=?|<=?|>=?|&&|\|\|?|\b(?:and|not|or)\b/,variable:{pattern:/\b[a-z]\w*(?:\s*\.\s*(?:\d+|\$?[a-z]\w*))*\b/i}}),me.languages.insertBefore("tt2","keyword",{delimiter:{pattern:/^(?:\[%|%%)-?|-?%\]$/,alias:"punctuation"}}),me.languages.insertBefore("tt2","string",{"single-quoted-string":{pattern:/'[^\\']*(?:\\[\s\S][^\\']*)*'/,greedy:!0,alias:"string"},"double-quoted-string":{pattern:/"[^\\"]*(?:\\[\s\S][^\\"]*)*"/,greedy:!0,alias:"string",inside:{variable:{pattern:/\$(?:[a-z]\w*(?:\.(?:\d+|\$?[a-z]\w*))*)/i}}}}),delete me.languages.tt2.string,me.hooks.add("before-tokenize",function(Ee){var xe=/\[%[\s\S]+?%\]/g;me.languages["markup-templating"].buildPlaceholders(Ee,"tt2",xe)}),me.hooks.add("after-tokenize",function(Ee){me.languages["markup-templating"].tokenizePlaceholders(Ee,"tt2")})}(se)}},24691:function(de){"use strict";de.exports=ae,ae.displayName="turtle",ae.aliases=[];function ae(E){E.languages.turtle={comment:{pattern:/#.*/,greedy:!0},"multiline-string":{pattern:/"""(?:(?:""?)?(?:[^"\\]|\\.))*"""|'''(?:(?:''?)?(?:[^'\\]|\\.))*'''/,greedy:!0,alias:"string",inside:{comment:/#.*/}},string:{pattern:/"(?:[^\\"\r\n]|\\.)*"|'(?:[^\\'\r\n]|\\.)*'/,greedy:!0},url:{pattern:/<(?:[^\x00-\x20<>"{}|^`\\]|\\(?:u[\da-fA-F]{4}|U[\da-fA-F]{8}))*>/,greedy:!0,inside:{punctuation:/[<>]/}},function:{pattern:/(?:(?![-.\d\xB7])[-.\w\xB7\xC0-\uFFFD]+)?:(?:(?![-.])(?:[-.:\w\xC0-\uFFFD]|%[\da-f]{2}|\\.)+)?/i,inside:{"local-name":{pattern:/([^:]*:)[\s\S]+/,lookbehind:!0},prefix:{pattern:/[\s\S]+/,inside:{punctuation:/:/}}}},number:/[+-]?\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,punctuation:/[{}.,;()[\]]|\^\^/,boolean:/\b(?:false|true)\b/,keyword:[/(?:\ba|@prefix|@base)\b|=/,/\b(?:base|graph|prefix)\b/i],tag:{pattern:/@[a-z]+(?:-[a-z\d]+)*/i,inside:{punctuation:/@/}}},E.languages.trig=E.languages.turtle}},19892:function(de,ae,E){"use strict";var y=E(93205);de.exports=pe,pe.displayName="twig",pe.aliases=[];function pe(se){se.register(y),se.languages.twig={comment:/^\{#[\s\S]*?#\}$/,"tag-name":{pattern:/(^\{%-?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%]-?|-?[%}]\}$/,alias:"punctuation"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/}},keyword:/\b(?:even|if|odd)\b/,boolean:/\b(?:false|null|true)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-or|b-xor|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],punctuation:/[()\[\]{}:.,]/},se.hooks.add("before-tokenize",function(me){if(me.language==="twig"){var Ee=/\{(?:#[\s\S]*?#|%[\s\S]*?%|\{[\s\S]*?\})\}/g;se.languages["markup-templating"].buildPlaceholders(me,"twig",Ee)}}),se.hooks.add("after-tokenize",function(me){se.languages["markup-templating"].tokenizePlaceholders(me,"twig")})}},4979:function(de){"use strict";de.exports=ae,ae.displayName="typescript",ae.aliases=["ts"];function ae(E){(function(y){y.languages.typescript=y.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),y.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete y.languages.typescript.parameter,delete y.languages.typescript["literal-property"];var pe=y.languages.extend("typescript",{});delete pe["class-name"],y.languages.typescript["class-name"].inside=pe,y.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:pe}}}}),y.languages.ts=y.languages.typescript})(E)}},23159:function(de){"use strict";de.exports=ae,ae.displayName="typoscript",ae.aliases=["tsconfig"];function ae(E){(function(y){var pe=/\b(?:ACT|ACTIFSUB|CARRAY|CASE|CLEARGIF|COA|COA_INT|CONSTANTS|CONTENT|CUR|EDITPANEL|EFFECT|EXT|FILE|FLUIDTEMPLATE|FORM|FRAME|FRAMESET|GIFBUILDER|GMENU|GMENU_FOLDOUT|GMENU_LAYERS|GP|HMENU|HRULER|HTML|IENV|IFSUB|IMAGE|IMGMENU|IMGMENUITEM|IMGTEXT|IMG_RESOURCE|INCLUDE_TYPOSCRIPT|JSMENU|JSMENUITEM|LLL|LOAD_REGISTER|NO|PAGE|RECORDS|RESTORE_REGISTER|TEMPLATE|TEXT|TMENU|TMENUITEM|TMENU_LAYERS|USER|USER_INT|_GIFBUILDER|global|globalString|globalVar)\b/;y.languages.typoscript={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:= \t]|(?:^|[^= \t])[ \t]+)\/\/.*/,lookbehind:!0,greedy:!0},{pattern:/(^|[^"'])#.*/,lookbehind:!0,greedy:!0}],function:[{pattern:/<INCLUDE_TYPOSCRIPT:\s*source\s*=\s*(?:"[^"\r\n]*"|'[^'\r\n]*')\s*>/,inside:{string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,inside:{keyword:pe}},keyword:{pattern:/INCLUDE_TYPOSCRIPT/}}},{pattern:/@import\s*(?:"[^"\r\n]*"|'[^'\r\n]*')/,inside:{string:/"[^"\r\n]*"|'[^'\r\n]*'/}}],string:{pattern:/^([^=]*=[< ]?)(?:(?!\]\n).)*/,lookbehind:!0,inside:{function:/\{\$.*\}/,keyword:pe,number:/^\d+$/,punctuation:/[,|:]/}},keyword:pe,number:{pattern:/\b\d+\s*[.{=]/,inside:{operator:/[.{=]/}},tag:{pattern:/\.?[-\w\\]+\.?/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:|]/,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/},y.languages.tsconfig=y.languages.typoscript})(E)}},34966:function(de){"use strict";de.exports=ae,ae.displayName="unrealscript",ae.aliases=["uc","uscript"];function ae(E){E.languages.unrealscript={comment:/\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},category:{pattern:/(\b(?:(?:autoexpand|hide|show)categories|var)\s*\()[^()]+(?=\))/,lookbehind:!0,greedy:!0,alias:"property"},metadata:{pattern:/(\w\s*)<\s*\w+\s*=[^<>|=\r\n]+(?:\|\s*\w+\s*=[^<>|=\r\n]+)*>/,lookbehind:!0,greedy:!0,inside:{property:/\b\w+(?=\s*=)/,operator:/=/,punctuation:/[<>|]/}},macro:{pattern:/`\w+/,alias:"property"},"class-name":{pattern:/(\b(?:class|enum|extends|interface|state(?:\(\))?|struct|within)\s+)\w+/,lookbehind:!0},keyword:/\b(?:abstract|actor|array|auto|autoexpandcategories|bool|break|byte|case|class|classgroup|client|coerce|collapsecategories|config|const|continue|default|defaultproperties|delegate|dependson|deprecated|do|dontcollapsecategories|editconst|editinlinenew|else|enum|event|exec|export|extends|final|float|for|forcescriptorder|foreach|function|goto|guid|hidecategories|hidedropdown|if|ignores|implements|inherits|input|int|interface|iterator|latent|local|material|name|native|nativereplication|noexport|nontransient|noteditinlinenew|notplaceable|operator|optional|out|pawn|perobjectconfig|perobjectlocalized|placeable|postoperator|preoperator|private|protected|reliable|replication|return|server|showcategories|simulated|singular|state|static|string|struct|structdefault|structdefaultproperties|switch|texture|transient|travel|unreliable|until|var|vector|while|within)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/>>|<<|--|\+\+|\*\*|[-+*/~!=<>$@]=?|&&?|\|\|?|\^\^?|[?:%]|\b(?:ClockwiseFrom|Cross|Dot)\b/,punctuation:/[()[\]{};,.]/},E.languages.uc=E.languages.uscript=E.languages.unrealscript}},44623:function(de){"use strict";de.exports=ae,ae.displayName="uorazor",ae.aliases=[];function ae(E){E.languages.uorazor={"comment-hash":{pattern:/#.*/,alias:"comment",greedy:!0},"comment-slash":{pattern:/\/\/.*/,alias:"comment",greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/},greedy:!0},"source-layers":{pattern:/\b(?:arms|backpack|blue|bracelet|cancel|clear|cloak|criminal|earrings|enemy|facialhair|friend|friendly|gloves|gray|grey|ground|hair|head|innerlegs|innertorso|innocent|lefthand|middletorso|murderer|neck|nonfriendly|onehandedsecondary|outerlegs|outertorso|pants|red|righthand|ring|self|shirt|shoes|talisman|waist)\b/i,alias:"function"},"source-commands":{pattern:/\b(?:alliance|attack|cast|clearall|clearignore|clearjournal|clearlist|clearsysmsg|createlist|createtimer|dclick|dclicktype|dclickvar|dress|dressconfig|drop|droprelloc|emote|getlabel|guild|gumpclose|gumpresponse|hotkey|ignore|lasttarget|lift|lifttype|menu|menuresponse|msg|org|organize|organizer|overhead|pause|poplist|potion|promptresponse|pushlist|removelist|removetimer|rename|restock|say|scav|scavenger|script|setability|setlasttarget|setskill|settimer|setvar|sysmsg|target|targetloc|targetrelloc|targettype|undress|unignore|unsetvar|useobject|useonce|useskill|usetype|virtue|wait|waitforgump|waitformenu|waitforprompt|waitforstat|waitforsysmsg|waitfortarget|walk|wfsysmsg|wft|whisper|yell)\b/,alias:"function"},"tag-name":{pattern:/(^\{%-?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%]-?|-?[%}]\}$/,alias:"punctuation"},function:/\b(?:atlist|close|closest|count|counter|counttype|dead|dex|diffhits|diffmana|diffstam|diffweight|find|findbuff|finddebuff|findlayer|findtype|findtypelist|followers|gumpexists|hidden|hits|hp|hue|human|humanoid|ingump|inlist|insysmessage|insysmsg|int|invul|lhandempty|list|listexists|mana|maxhits|maxhp|maxmana|maxstam|maxweight|monster|mounted|name|next|noto|paralyzed|poisoned|position|prev|previous|queued|rand|random|rhandempty|skill|stam|str|targetexists|timer|timerexists|varexist|warmode|weight)\b/,keyword:/\b(?:and|as|break|continue|else|elseif|endfor|endif|endwhile|for|if|loop|not|or|replay|stop|while)\b/,boolean:/\b(?:false|null|true)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-or|b-xor|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],punctuation:/[()\[\]{}:.,]/}}},38521:function(de){"use strict";de.exports=ae,ae.displayName="uri",ae.aliases=["url"];function ae(E){E.languages.uri={scheme:{pattern:/^[a-z][a-z0-9+.-]*:/im,greedy:!0,inside:{"scheme-delimiter":/:$/}},fragment:{pattern:/#[\w\-.~!$&'()*+,;=%:@/?]*/,inside:{"fragment-delimiter":/^#/}},query:{pattern:/\?[\w\-.~!$&'()*+,;=%:@/?]*/,inside:{"query-delimiter":{pattern:/^\?/,greedy:!0},"pair-delimiter":/[&;]/,pair:{pattern:/^[^=][\s\S]*/,inside:{key:/^[^=]+/,value:{pattern:/(^=)[\s\S]+/,lookbehind:!0}}}}},authority:{pattern:RegExp(/^\/\//.source+/(?:[\w\-.~!$&'()*+,;=%:]*@)?/.source+("(?:"+/\[(?:[0-9a-fA-F:.]{2,48}|v[0-9a-fA-F]+\.[\w\-.~!$&'()*+,;=]+)\]/.source+"|"+/[\w\-.~!$&'()*+,;=%]*/.source+")")+/(?::\d*)?/.source,"m"),inside:{"authority-delimiter":/^\/\//,"user-info-segment":{pattern:/^[\w\-.~!$&'()*+,;=%:]*@/,inside:{"user-info-delimiter":/@$/,"user-info":/^[\w\-.~!$&'()*+,;=%:]+/}},"port-segment":{pattern:/:\d*$/,inside:{"port-delimiter":/^:/,port:/^\d+/}},host:{pattern:/[\s\S]+/,inside:{"ip-literal":{pattern:/^\[[\s\S]+\]$/,inside:{"ip-literal-delimiter":/^\[|\]$/,"ipv-future":/^v[\s\S]+/,"ipv6-address":/^[\s\S]+/}},"ipv4-address":/^(?:(?:[03-9]\d?|[12]\d{0,2})\.){3}(?:[03-9]\d?|[12]\d{0,2})$/}}}},path:{pattern:/^[\w\-.~!$&'()*+,;=%:@/]+/m,inside:{"path-separator":/\//}}},E.languages.url=E.languages.uri}},7255:function(de){"use strict";de.exports=ae,ae.displayName="v",ae.aliases=[];function ae(E){(function(y){var pe={pattern:/[\s\S]+/,inside:null};y.languages.v=y.languages.extend("clike",{string:{pattern:/r?(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,alias:"quoted-string",greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\{[^{}]*\}|\w+(?:\.\w+(?:\([^\(\)]*\))?|\[[^\[\]]+\])*)/,lookbehind:!0,inside:{"interpolation-variable":{pattern:/^\$\w[\s\S]*$/,alias:"variable"},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},"interpolation-expression":pe}}}},"class-name":{pattern:/(\b(?:enum|interface|struct|type)\s+)(?:C\.)?\w+/,lookbehind:!0},keyword:/(?:\b(?:__global|as|asm|assert|atomic|break|chan|const|continue|defer|else|embed|enum|fn|for|go(?:to)?|if|import|in|interface|is|lock|match|module|mut|none|or|pub|return|rlock|select|shared|sizeof|static|struct|type(?:of)?|union|unsafe)|\$(?:else|for|if)|#(?:flag|include))\b/,number:/\b(?:0x[a-f\d]+(?:_[a-f\d]+)*|0b[01]+(?:_[01]+)*|0o[0-7]+(?:_[0-7]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?)\b/i,operator:/~|\?|[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\.?/,builtin:/\b(?:any(?:_float|_int)?|bool|byte(?:ptr)?|charptr|f(?:32|64)|i(?:8|16|64|128|nt)|rune|size_t|string|u(?:16|32|64|128)|voidptr)\b/}),pe.inside=y.languages.v,y.languages.insertBefore("v","string",{char:{pattern:/`(?:\\`|\\?[^`]{1,2})`/,alias:"rune"}}),y.languages.insertBefore("v","operator",{attribute:{pattern:/(^[\t ]*)\[(?:deprecated|direct_array_access|flag|inline|live|ref_only|typedef|unsafe_fn|windows_stdcall)\]/m,lookbehind:!0,alias:"annotation",inside:{punctuation:/[\[\]]/,keyword:/\w+/}},generic:{pattern:/<\w+>(?=\s*[\)\{])/,inside:{punctuation:/[<>]/,"class-name":/\w+/}}}),y.languages.insertBefore("v","function",{"generic-function":{pattern:/\b\w+\s*<\w+>(?=\()/,inside:{function:/^\w+/,generic:{pattern:/<\w+>/,inside:y.languages.v.generic.inside}}}})})(E)}},28173:function(de){"use strict";de.exports=ae,ae.displayName="vala",ae.aliases=[];function ae(E){E.languages.vala=E.languages.extend("clike",{"class-name":[{pattern:/\b[A-Z]\w*(?:\.\w+)*\b(?=(?:\?\s+|\*?\s+\*?)\w)/,inside:{punctuation:/\./}},{pattern:/(\[)[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}},{pattern:/(\b(?:class|interface)\s+[A-Z]\w*(?:\.\w+)*\s*:\s*)[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}},{pattern:/((?:\b(?:class|enum|interface|new|struct)\s+)|(?:catch\s+\())[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}}],keyword:/\b(?:abstract|as|assert|async|base|bool|break|case|catch|char|class|const|construct|continue|default|delegate|delete|do|double|dynamic|else|ensures|enum|errordomain|extern|finally|float|for|foreach|get|if|in|inline|int|int16|int32|int64|int8|interface|internal|is|lock|long|namespace|new|null|out|override|owned|params|private|protected|public|ref|requires|return|set|short|signal|sizeof|size_t|ssize_t|static|string|struct|switch|this|throw|throws|try|typeof|uchar|uint|uint16|uint32|uint64|uint8|ulong|unichar|unowned|ushort|using|value|var|virtual|void|volatile|weak|while|yield)\b/i,function:/\b\w+(?=\s*\()/,number:/(?:\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)(?:f|u?l?)?/i,operator:/\+\+|--|&&|\|\||<<=?|>>=?|=>|->|~|[+\-*\/%&^|=!<>]=?|\?\??|\.\.\./,punctuation:/[{}[\];(),.:]/,constant:/\b[A-Z0-9_]+\b/}),E.languages.insertBefore("vala","string",{"raw-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},"template-string":{pattern:/@"[\s\S]*?"/,greedy:!0,inside:{interpolation:{pattern:/\$(?:\([^)]*\)|[a-zA-Z]\w*)/,inside:{delimiter:{pattern:/^\$\(?|\)$/,alias:"punctuation"},rest:E.languages.vala}},string:/[\s\S]+/}}}),E.languages.insertBefore("vala","keyword",{regex:{pattern:/\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[imsx]{0,4}(?=\s*(?:$|[\r\n,.;})\]]))/,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:E.languages.regex},"regex-delimiter":/^\//,"regex-flags":/^[a-z]+$/}}})}},53813:function(de,ae,E){"use strict";var y=E(46241);de.exports=pe,pe.displayName="vbnet",pe.aliases=[];function pe(se){se.register(y),se.languages.vbnet=se.languages.extend("basic",{comment:[{pattern:/(?:!|REM\b).+/i,inside:{keyword:/^REM/i}},{pattern:/(^|[^\\:])'.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(^|[^"])"(?:""|[^"])*"(?!")/,lookbehind:!0,greedy:!0},keyword:/(?:\b(?:ADDHANDLER|ADDRESSOF|ALIAS|AND|ANDALSO|AS|BEEP|BLOAD|BOOLEAN|BSAVE|BYREF|BYTE|BYVAL|CALL(?: ABSOLUTE)?|CASE|CATCH|CBOOL|CBYTE|CCHAR|CDATE|CDBL|CDEC|CHAIN|CHAR|CHDIR|CINT|CLASS|CLEAR|CLNG|CLOSE|CLS|COBJ|COM|COMMON|CONST|CONTINUE|CSBYTE|CSHORT|CSNG|CSTR|CTYPE|CUINT|CULNG|CUSHORT|DATA|DATE|DECIMAL|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DEFAULT|DELEGATE|DIM|DIRECTCAST|DO|DOUBLE|ELSE|ELSEIF|END|ENUM|ENVIRON|ERASE|ERROR|EVENT|EXIT|FALSE|FIELD|FILES|FINALLY|FOR(?: EACH)?|FRIEND|FUNCTION|GET|GETTYPE|GETXMLNAMESPACE|GLOBAL|GOSUB|GOTO|HANDLES|IF|IMPLEMENTS|IMPORTS|IN|INHERITS|INPUT|INTEGER|INTERFACE|IOCTL|IS|ISNOT|KEY|KILL|LET|LIB|LIKE|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|ME|MKDIR|MOD|MODULE|MUSTINHERIT|MUSTOVERRIDE|MYBASE|MYCLASS|NAME|NAMESPACE|NARROWING|NEW|NEXT|NOT|NOTHING|NOTINHERITABLE|NOTOVERRIDABLE|OBJECT|OF|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPERATOR|OPTION(?: BASE)?|OPTIONAL|OR|ORELSE|OUT|OVERLOADS|OVERRIDABLE|OVERRIDES|PARAMARRAY|PARTIAL|POKE|PRIVATE|PROPERTY|PROTECTED|PUBLIC|PUT|RAISEEVENT|READ|READONLY|REDIM|REM|REMOVEHANDLER|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SBYTE|SELECT(?: CASE)?|SET|SHADOWS|SHARED|SHELL|SHORT|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|STRUCTURE|SUB|SWAP|SYNCLOCK|SYSTEM|THEN|THROW|TIMER|TO|TROFF|TRON|TRUE|TRY|TRYCAST|TYPE|TYPEOF|UINTEGER|ULONG|UNLOCK|UNTIL|USHORT|USING|VIEW PRINT|WAIT|WEND|WHEN|WHILE|WIDENING|WITH|WITHEVENTS|WRITE|WRITEONLY|XOR)|\B(?:#CONST|#ELSE|#ELSEIF|#END|#IF))(?:\$|\b)/i,punctuation:/[,;:(){}]/})}},46891:function(de){"use strict";de.exports=ae,ae.displayName="velocity",ae.aliases=[];function ae(E){(function(y){y.languages.velocity=y.languages.extend("markup",{});var pe={variable:{pattern:/(^|[^\\](?:\\\\)*)\$!?(?:[a-z][\w-]*(?:\([^)]*\))?(?:\.[a-z][\w-]*(?:\([^)]*\))?|\[[^\]]+\])*|\{[^}]+\})/i,lookbehind:!0,inside:{}},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},number:/\b\d+\b/,boolean:/\b(?:false|true)\b/,operator:/[=!<>]=?|[+*/%-]|&&|\|\||\.\.|\b(?:eq|g[et]|l[et]|n(?:e|ot))\b/,punctuation:/[(){}[\]:,.]/};pe.variable.inside={string:pe.string,function:{pattern:/([^\w-])[a-z][\w-]*(?=\()/,lookbehind:!0},number:pe.number,boolean:pe.boolean,punctuation:pe.punctuation},y.languages.insertBefore("velocity","comment",{unparsed:{pattern:/(^|[^\\])#\[\[[\s\S]*?\]\]#/,lookbehind:!0,greedy:!0,inside:{punctuation:/^#\[\[|\]\]#$/}},"velocity-comment":[{pattern:/(^|[^\\])#\*[\s\S]*?\*#/,lookbehind:!0,greedy:!0,alias:"comment"},{pattern:/(^|[^\\])##.*/,lookbehind:!0,greedy:!0,alias:"comment"}],directive:{pattern:/(^|[^\\](?:\\\\)*)#@?(?:[a-z][\w-]*|\{[a-z][\w-]*\})(?:\s*\((?:[^()]|\([^()]*\))*\))?/i,lookbehind:!0,inside:{keyword:{pattern:/^#@?(?:[a-z][\w-]*|\{[a-z][\w-]*\})|\bin\b/,inside:{punctuation:/[{}]/}},rest:pe}},variable:pe.variable}),y.languages.velocity.tag.inside["attr-value"].inside.rest=y.languages.velocity})(E)}},91824:function(de){"use strict";de.exports=ae,ae.displayName="verilog",ae.aliases=[];function ae(E){E.languages.verilog={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"kernel-function":{pattern:/\B\$\w+\b/,alias:"property"},constant:/\B`\w+\b/,function:/\b\w+(?=\()/,keyword:/\b(?:alias|and|assert|assign|assume|automatic|before|begin|bind|bins|binsof|bit|break|buf|bufif0|bufif1|byte|case|casex|casez|cell|chandle|class|clocking|cmos|config|const|constraint|context|continue|cover|covergroup|coverpoint|cross|deassign|default|defparam|design|disable|dist|do|edge|else|end|endcase|endclass|endclocking|endconfig|endfunction|endgenerate|endgroup|endinterface|endmodule|endpackage|endprimitive|endprogram|endproperty|endsequence|endspecify|endtable|endtask|enum|event|expect|export|extends|extern|final|first_match|for|force|foreach|forever|fork|forkjoin|function|generate|genvar|highz0|highz1|if|iff|ifnone|ignore_bins|illegal_bins|import|incdir|include|initial|inout|input|inside|instance|int|integer|interface|intersect|join|join_any|join_none|large|liblist|library|local|localparam|logic|longint|macromodule|matches|medium|modport|module|nand|negedge|new|nmos|nor|noshowcancelled|not|notif0|notif1|null|or|output|package|packed|parameter|pmos|posedge|primitive|priority|program|property|protected|pull0|pull1|pulldown|pullup|pulsestyle_ondetect|pulsestyle_onevent|pure|rand|randc|randcase|randsequence|rcmos|real|realtime|ref|reg|release|repeat|return|rnmos|rpmos|rtran|rtranif0|rtranif1|scalared|sequence|shortint|shortreal|showcancelled|signed|small|solve|specify|specparam|static|string|strong0|strong1|struct|super|supply0|supply1|table|tagged|task|this|throughout|time|timeprecision|timeunit|tran|tranif0|tranif1|tri|tri0|tri1|triand|trior|trireg|type|typedef|union|unique|unsigned|use|uwire|var|vectored|virtual|void|wait|wait_order|wand|weak0|weak1|while|wildcard|wire|with|within|wor|xnor|xor)\b/,important:/\b(?:always|always_comb|always_ff|always_latch)\b(?: *@)?/,number:/\B##?\d+|(?:\b\d+)?'[odbh] ?[\da-fzx_?]+|\b(?:\d*[._])?\d+(?:e[-+]?\d+)?/i,operator:/[-+{}^~%*\/?=!<>&|]+/,punctuation:/[[\];(),.:]/}}},9447:function(de){"use strict";de.exports=ae,ae.displayName="vhdl",ae.aliases=[];function ae(E){E.languages.vhdl={comment:/--.+/,"vhdl-vectors":{pattern:/\b[oxb]"[\da-f_]+"|"[01uxzwlh-]+"/i,alias:"number"},"quoted-function":{pattern:/"\S+?"(?=\()/,alias:"function"},string:/"(?:[^\\"\r\n]|\\(?:\r\n|[\s\S]))*"/,constant:/\b(?:library|use)\b/i,keyword:/\b(?:'active|'ascending|'base|'delayed|'driving|'driving_value|'event|'high|'image|'instance_name|'last_active|'last_event|'last_value|'left|'leftof|'length|'low|'path_name|'pos|'pred|'quiet|'range|'reverse_range|'right|'rightof|'simple_name|'stable|'succ|'transaction|'val|'value|access|after|alias|all|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|new|next|null|of|on|open|others|out|package|port|postponed|procedure|process|pure|range|record|register|reject|report|return|select|severity|shared|signal|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with)\b/i,boolean:/\b(?:false|true)\b/i,function:/\w+(?=\()/,number:/'[01uxzwlh-]'|\b(?:\d+#[\da-f_.]+#|\d[\d_.]*)(?:e[-+]?\d+)?/i,operator:/[<>]=?|:=|[-+*/&=]|\b(?:abs|and|mod|nand|nor|not|or|rem|rol|ror|sla|sll|sra|srl|xnor|xor)\b/i,punctuation:/[{}[\];(),.:]/}}},53062:function(de){"use strict";de.exports=ae,ae.displayName="vim",ae.aliases=[];function ae(E){E.languages.vim={string:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/,comment:/".*/,function:/\b\w+(?=\()/,keyword:/\b(?:N|Next|P|Print|X|XMLent|XMLns|ab|abbreviate|abc|abclear|abo|aboveleft|al|all|ar|arga|argadd|argd|argdelete|argdo|arge|argedit|argg|argglobal|argl|arglocal|args|argu|argument|as|ascii|b|bN|bNext|ba|bad|badd|ball|bd|bdelete|be|bel|belowright|bf|bfirst|bl|blast|bm|bmodified|bn|bnext|bo|botright|bp|bprevious|br|brea|break|breaka|breakadd|breakd|breakdel|breakl|breaklist|brewind|bro|browse|bufdo|buffer|buffers|bun|bunload|bw|bwipeout|c|cN|cNext|cNfcNfile|ca|cabbrev|cabc|cabclear|cad|caddb|caddbuffer|caddexpr|caddf|caddfile|cal|call|cat|catch|cb|cbuffer|cc|ccl|cclose|cd|ce|center|cex|cexpr|cf|cfile|cfir|cfirst|cg|cgetb|cgetbuffer|cgete|cgetexpr|cgetfile|change|changes|chd|chdir|che|checkpath|checkt|checktime|cl|cla|clast|clist|clo|close|cmapc|cmapclear|cn|cnew|cnewer|cnext|cnf|cnfile|cnorea|cnoreabbrev|co|col|colder|colo|colorscheme|comc|comclear|comp|compiler|con|conf|confirm|continue|cope|copen|copy|cp|cpf|cpfile|cprevious|cq|cquit|cr|crewind|cu|cuna|cunabbrev|cunmap|cw|cwindow|d|debugg|debuggreedy|delc|delcommand|delete|delf|delfunction|delm|delmarks|di|diffg|diffget|diffoff|diffpatch|diffpu|diffput|diffsplit|diffthis|diffu|diffupdate|dig|digraphs|display|dj|djump|dl|dlist|dr|drop|ds|dsearch|dsp|dsplit|e|earlier|echoe|echoerr|echom|echomsg|echon|edit|el|else|elsei|elseif|em|emenu|en|endf|endfo|endfor|endfun|endfunction|endif|endt|endtry|endw|endwhile|ene|enew|ex|exi|exit|exu|exusage|f|file|files|filetype|fin|fina|finally|find|fini|finish|fir|first|fix|fixdel|fo|fold|foldc|foldclose|foldd|folddoc|folddoclosed|folddoopen|foldo|foldopen|for|fu|fun|function|go|goto|gr|grep|grepa|grepadd|h|ha|hardcopy|help|helpf|helpfind|helpg|helpgrep|helpt|helptags|hid|hide|his|history|ia|iabbrev|iabc|iabclear|if|ij|ijump|il|ilist|imapc|imapclear|in|inorea|inoreabbrev|isearch|isp|isplit|iu|iuna|iunabbrev|iunmap|j|join|ju|jumps|k|kee|keepalt|keepj|keepjumps|keepmarks|l|lN|lNext|lNf|lNfile|la|lad|laddb|laddbuffer|laddexpr|laddf|laddfile|lan|language|last|later|lb|lbuffer|lc|lcd|lch|lchdir|lcl|lclose|left|lefta|leftabove|let|lex|lexpr|lf|lfile|lfir|lfirst|lg|lgetb|lgetbuffer|lgete|lgetexpr|lgetfile|lgr|lgrep|lgrepa|lgrepadd|lh|lhelpgrep|list|ll|lla|llast|lli|llist|lm|lmak|lmake|lmap|lmapc|lmapclear|ln|lne|lnew|lnewer|lnext|lnf|lnfile|lnoremap|lo|loadview|loc|lockmarks|lockv|lockvar|lol|lolder|lop|lopen|lp|lpf|lpfile|lprevious|lr|lrewind|ls|lt|ltag|lu|lunmap|lv|lvimgrep|lvimgrepa|lvimgrepadd|lw|lwindow|m|ma|mak|make|mark|marks|mat|match|menut|menutranslate|mk|mkexrc|mks|mksession|mksp|mkspell|mkv|mkvie|mkview|mkvimrc|mod|mode|move|mz|mzf|mzfile|mzscheme|n|nbkey|new|next|nmapc|nmapclear|noh|nohlsearch|norea|noreabbrev|nu|number|nun|nunmap|o|omapc|omapclear|on|only|open|opt|options|ou|ounmap|p|pc|pclose|pe|ped|pedit|perl|perld|perldo|po|pop|popu|popup|pp|ppop|pre|preserve|prev|previous|print|prof|profd|profdel|profile|promptf|promptfind|promptr|promptrepl|ps|psearch|ptN|ptNext|pta|ptag|ptf|ptfirst|ptj|ptjump|ptl|ptlast|ptn|ptnext|ptp|ptprevious|ptr|ptrewind|pts|ptselect|pu|put|pw|pwd|py|pyf|pyfile|python|q|qa|qall|quit|quita|quitall|r|read|rec|recover|red|redi|redir|redo|redr|redraw|redraws|redrawstatus|reg|registers|res|resize|ret|retab|retu|return|rew|rewind|ri|right|rightb|rightbelow|ru|rub|ruby|rubyd|rubydo|rubyf|rubyfile|runtime|rv|rviminfo|sN|sNext|sa|sal|sall|san|sandbox|sargument|sav|saveas|sb|sbN|sbNext|sba|sball|sbf|sbfirst|sbl|sblast|sbm|sbmodified|sbn|sbnext|sbp|sbprevious|sbr|sbrewind|sbuffer|scrip|scripte|scriptencoding|scriptnames|se|set|setf|setfiletype|setg|setglobal|setl|setlocal|sf|sfind|sfir|sfirst|sh|shell|sign|sil|silent|sim|simalt|sl|sla|slast|sleep|sm|smagic|smap|smapc|smapclear|sme|smenu|sn|snext|sni|sniff|sno|snomagic|snor|snoremap|snoreme|snoremenu|so|sor|sort|source|sp|spe|spelld|spelldump|spellgood|spelli|spellinfo|spellr|spellrepall|spellu|spellundo|spellw|spellwrong|split|spr|sprevious|sre|srewind|st|sta|stag|star|startg|startgreplace|startinsert|startr|startreplace|stj|stjump|stop|stopi|stopinsert|sts|stselect|sun|sunhide|sunm|sunmap|sus|suspend|sv|sview|syncbind|t|tN|tNext|ta|tab|tabN|tabNext|tabc|tabclose|tabd|tabdo|tabe|tabedit|tabf|tabfind|tabfir|tabfirst|tabl|tablast|tabm|tabmove|tabn|tabnew|tabnext|tabo|tabonly|tabp|tabprevious|tabr|tabrewind|tabs|tag|tags|tc|tcl|tcld|tcldo|tclf|tclfile|te|tearoff|tf|tfirst|th|throw|tj|tjump|tl|tlast|tm|tmenu|tn|tnext|to|topleft|tp|tprevious|tr|trewind|try|ts|tselect|tu|tunmenu|u|una|unabbreviate|undo|undoj|undojoin|undol|undolist|unh|unhide|unlet|unlo|unlockvar|unm|unmap|up|update|ve|verb|verbose|version|vert|vertical|vi|vie|view|vim|vimgrep|vimgrepa|vimgrepadd|visual|viu|viusage|vmapc|vmapclear|vne|vnew|vs|vsplit|vu|vunmap|w|wN|wNext|wa|wall|wh|while|win|winc|wincmd|windo|winp|winpos|winsize|wn|wnext|wp|wprevious|wq|wqa|wqall|write|ws|wsverb|wv|wviminfo|x|xa|xall|xit|xm|xmap|xmapc|xmapclear|xme|xmenu|xn|xnoremap|xnoreme|xnoremenu|xu|xunmap|y|yank)\b/,builtin:/\b(?:acd|ai|akm|aleph|allowrevins|altkeymap|ambiwidth|ambw|anti|antialias|arab|arabic|arabicshape|ari|arshape|autochdir|autocmd|autoindent|autoread|autowrite|autowriteall|aw|awa|background|backspace|backup|backupcopy|backupdir|backupext|backupskip|balloondelay|ballooneval|balloonexpr|bdir|bdlay|beval|bex|bexpr|bg|bh|bin|binary|biosk|bioskey|bk|bkc|bomb|breakat|brk|browsedir|bs|bsdir|bsk|bt|bufhidden|buflisted|buftype|casemap|ccv|cdpath|cedit|cfu|ch|charconvert|ci|cin|cindent|cink|cinkeys|cino|cinoptions|cinw|cinwords|clipboard|cmdheight|cmdwinheight|cmp|cms|columns|com|comments|commentstring|compatible|complete|completefunc|completeopt|consk|conskey|copyindent|cot|cpo|cpoptions|cpt|cscopepathcomp|cscopeprg|cscopequickfix|cscopetag|cscopetagorder|cscopeverbose|cspc|csprg|csqf|cst|csto|csverb|cuc|cul|cursorcolumn|cursorline|cwh|debug|deco|def|define|delcombine|dex|dg|dict|dictionary|diff|diffexpr|diffopt|digraph|dip|dir|directory|dy|ea|ead|eadirection|eb|ed|edcompatible|ef|efm|ei|ek|enc|encoding|endofline|eol|ep|equalalways|equalprg|errorbells|errorfile|errorformat|esckeys|et|eventignore|expandtab|exrc|fcl|fcs|fdc|fde|fdi|fdl|fdls|fdm|fdn|fdo|fdt|fen|fenc|fencs|fex|ff|ffs|fileencoding|fileencodings|fileformat|fileformats|fillchars|fk|fkmap|flp|fml|fmr|foldcolumn|foldenable|foldexpr|foldignore|foldlevel|foldlevelstart|foldmarker|foldmethod|foldminlines|foldnestmax|foldtext|formatexpr|formatlistpat|formatoptions|formatprg|fp|fs|fsync|ft|gcr|gd|gdefault|gfm|gfn|gfs|gfw|ghr|gp|grepformat|grepprg|gtl|gtt|guicursor|guifont|guifontset|guifontwide|guiheadroom|guioptions|guipty|guitablabel|guitabtooltip|helpfile|helpheight|helplang|hf|hh|hi|hidden|highlight|hk|hkmap|hkmapp|hkp|hl|hlg|hls|hlsearch|ic|icon|iconstring|ignorecase|im|imactivatekey|imak|imc|imcmdline|imd|imdisable|imi|iminsert|ims|imsearch|inc|include|includeexpr|incsearch|inde|indentexpr|indentkeys|indk|inex|inf|infercase|insertmode|invacd|invai|invakm|invallowrevins|invaltkeymap|invanti|invantialias|invar|invarab|invarabic|invarabicshape|invari|invarshape|invautochdir|invautoindent|invautoread|invautowrite|invautowriteall|invaw|invawa|invbackup|invballooneval|invbeval|invbin|invbinary|invbiosk|invbioskey|invbk|invbl|invbomb|invbuflisted|invcf|invci|invcin|invcindent|invcompatible|invconfirm|invconsk|invconskey|invcopyindent|invcp|invcscopetag|invcscopeverbose|invcst|invcsverb|invcuc|invcul|invcursorcolumn|invcursorline|invdeco|invdelcombine|invdg|invdiff|invdigraph|invdisable|invea|inveb|inved|invedcompatible|invek|invendofline|inveol|invequalalways|inverrorbells|invesckeys|invet|invex|invexpandtab|invexrc|invfen|invfk|invfkmap|invfoldenable|invgd|invgdefault|invguipty|invhid|invhidden|invhk|invhkmap|invhkmapp|invhkp|invhls|invhlsearch|invic|invicon|invignorecase|invim|invimc|invimcmdline|invimd|invincsearch|invinf|invinfercase|invinsertmode|invis|invjoinspaces|invjs|invlazyredraw|invlbr|invlinebreak|invlisp|invlist|invloadplugins|invlpl|invlz|invma|invmacatsui|invmagic|invmh|invml|invmod|invmodeline|invmodifiable|invmodified|invmore|invmousef|invmousefocus|invmousehide|invnu|invnumber|invodev|invopendevice|invpaste|invpi|invpreserveindent|invpreviewwindow|invprompt|invpvw|invreadonly|invremap|invrestorescreen|invrevins|invri|invrightleft|invrightleftcmd|invrl|invrlc|invro|invrs|invru|invruler|invsb|invsc|invscb|invscrollbind|invscs|invsecure|invsft|invshellslash|invshelltemp|invshiftround|invshortname|invshowcmd|invshowfulltag|invshowmatch|invshowmode|invsi|invsm|invsmartcase|invsmartindent|invsmarttab|invsmd|invsn|invsol|invspell|invsplitbelow|invsplitright|invspr|invsr|invssl|invsta|invstartofline|invstmp|invswapfile|invswf|invta|invtagbsearch|invtagrelative|invtagstack|invtbi|invtbidi|invtbs|invtermbidi|invterse|invtextauto|invtextmode|invtf|invtgst|invtildeop|invtimeout|invtitle|invto|invtop|invtr|invttimeout|invttybuiltin|invttyfast|invtx|invvb|invvisualbell|invwa|invwarn|invwb|invweirdinvert|invwfh|invwfw|invwildmenu|invwinfixheight|invwinfixwidth|invwiv|invwmnu|invwrap|invwrapscan|invwrite|invwriteany|invwritebackup|invws|isf|isfname|isi|isident|isk|iskeyword|isprint|joinspaces|js|key|keymap|keymodel|keywordprg|km|kmp|kp|langmap|langmenu|laststatus|lazyredraw|lbr|lcs|linebreak|lines|linespace|lisp|lispwords|listchars|loadplugins|lpl|lsp|lz|macatsui|magic|makeef|makeprg|matchpairs|matchtime|maxcombine|maxfuncdepth|maxmapdepth|maxmem|maxmempattern|maxmemtot|mco|mef|menuitems|mfd|mh|mis|mkspellmem|ml|mls|mm|mmd|mmp|mmt|modeline|modelines|modifiable|modified|more|mouse|mousef|mousefocus|mousehide|mousem|mousemodel|mouses|mouseshape|mouset|mousetime|mp|mps|msm|mzq|mzquantum|nf|noacd|noai|noakm|noallowrevins|noaltkeymap|noanti|noantialias|noar|noarab|noarabic|noarabicshape|noari|noarshape|noautochdir|noautoindent|noautoread|noautowrite|noautowriteall|noaw|noawa|nobackup|noballooneval|nobeval|nobin|nobinary|nobiosk|nobioskey|nobk|nobl|nobomb|nobuflisted|nocf|noci|nocin|nocindent|nocompatible|noconfirm|noconsk|noconskey|nocopyindent|nocp|nocscopetag|nocscopeverbose|nocst|nocsverb|nocuc|nocul|nocursorcolumn|nocursorline|nodeco|nodelcombine|nodg|nodiff|nodigraph|nodisable|noea|noeb|noed|noedcompatible|noek|noendofline|noeol|noequalalways|noerrorbells|noesckeys|noet|noex|noexpandtab|noexrc|nofen|nofk|nofkmap|nofoldenable|nogd|nogdefault|noguipty|nohid|nohidden|nohk|nohkmap|nohkmapp|nohkp|nohls|noic|noicon|noignorecase|noim|noimc|noimcmdline|noimd|noincsearch|noinf|noinfercase|noinsertmode|nois|nojoinspaces|nojs|nolazyredraw|nolbr|nolinebreak|nolisp|nolist|noloadplugins|nolpl|nolz|noma|nomacatsui|nomagic|nomh|noml|nomod|nomodeline|nomodifiable|nomodified|nomore|nomousef|nomousefocus|nomousehide|nonu|nonumber|noodev|noopendevice|nopaste|nopi|nopreserveindent|nopreviewwindow|noprompt|nopvw|noreadonly|noremap|norestorescreen|norevins|nori|norightleft|norightleftcmd|norl|norlc|noro|nors|noru|noruler|nosb|nosc|noscb|noscrollbind|noscs|nosecure|nosft|noshellslash|noshelltemp|noshiftround|noshortname|noshowcmd|noshowfulltag|noshowmatch|noshowmode|nosi|nosm|nosmartcase|nosmartindent|nosmarttab|nosmd|nosn|nosol|nospell|nosplitbelow|nosplitright|nospr|nosr|nossl|nosta|nostartofline|nostmp|noswapfile|noswf|nota|notagbsearch|notagrelative|notagstack|notbi|notbidi|notbs|notermbidi|noterse|notextauto|notextmode|notf|notgst|notildeop|notimeout|notitle|noto|notop|notr|nottimeout|nottybuiltin|nottyfast|notx|novb|novisualbell|nowa|nowarn|nowb|noweirdinvert|nowfh|nowfw|nowildmenu|nowinfixheight|nowinfixwidth|nowiv|nowmnu|nowrap|nowrapscan|nowrite|nowriteany|nowritebackup|nows|nrformats|numberwidth|nuw|odev|oft|ofu|omnifunc|opendevice|operatorfunc|opfunc|osfiletype|pa|para|paragraphs|paste|pastetoggle|patchexpr|patchmode|path|pdev|penc|pex|pexpr|pfn|ph|pheader|pi|pm|pmbcs|pmbfn|popt|preserveindent|previewheight|previewwindow|printdevice|printencoding|printexpr|printfont|printheader|printmbcharset|printmbfont|printoptions|prompt|pt|pumheight|pvh|pvw|qe|quoteescape|readonly|remap|report|restorescreen|revins|rightleft|rightleftcmd|rl|rlc|ro|rs|rtp|ruf|ruler|rulerformat|runtimepath|sbo|sc|scb|scr|scroll|scrollbind|scrolljump|scrolloff|scrollopt|scs|sect|sections|secure|sel|selection|selectmode|sessionoptions|sft|shcf|shellcmdflag|shellpipe|shellquote|shellredir|shellslash|shelltemp|shelltype|shellxquote|shiftround|shiftwidth|shm|shortmess|shortname|showbreak|showcmd|showfulltag|showmatch|showmode|showtabline|shq|si|sidescroll|sidescrolloff|siso|sj|slm|smartcase|smartindent|smarttab|smc|smd|softtabstop|sol|spc|spell|spellcapcheck|spellfile|spelllang|spellsuggest|spf|spl|splitbelow|splitright|sps|sr|srr|ss|ssl|ssop|stal|startofline|statusline|stl|stmp|su|sua|suffixes|suffixesadd|sw|swapfile|swapsync|swb|swf|switchbuf|sws|sxq|syn|synmaxcol|syntax|t_AB|t_AF|t_AL|t_CS|t_CV|t_Ce|t_Co|t_Cs|t_DL|t_EI|t_F1|t_F2|t_F3|t_F4|t_F5|t_F6|t_F7|t_F8|t_F9|t_IE|t_IS|t_K1|t_K3|t_K4|t_K5|t_K6|t_K7|t_K8|t_K9|t_KA|t_KB|t_KC|t_KD|t_KE|t_KF|t_KG|t_KH|t_KI|t_KJ|t_KK|t_KL|t_RI|t_RV|t_SI|t_Sb|t_Sf|t_WP|t_WS|t_ZH|t_ZR|t_al|t_bc|t_cd|t_ce|t_cl|t_cm|t_cs|t_da|t_db|t_dl|t_fs|t_k1|t_k2|t_k3|t_k4|t_k5|t_k6|t_k7|t_k8|t_k9|t_kB|t_kD|t_kI|t_kN|t_kP|t_kb|t_kd|t_ke|t_kh|t_kl|t_kr|t_ks|t_ku|t_le|t_mb|t_md|t_me|t_mr|t_ms|t_nd|t_op|t_se|t_so|t_sr|t_te|t_ti|t_ts|t_ue|t_us|t_ut|t_vb|t_ve|t_vi|t_vs|t_xs|tabline|tabpagemax|tabstop|tagbsearch|taglength|tagrelative|tagstack|tal|tb|tbi|tbidi|tbis|tbs|tenc|term|termbidi|termencoding|terse|textauto|textmode|textwidth|tgst|thesaurus|tildeop|timeout|timeoutlen|title|titlelen|titleold|titlestring|toolbar|toolbariconsize|top|tpm|tsl|tsr|ttimeout|ttimeoutlen|ttm|tty|ttybuiltin|ttyfast|ttym|ttymouse|ttyscroll|ttytype|tw|tx|uc|ul|undolevels|updatecount|updatetime|ut|vb|vbs|vdir|verbosefile|vfile|viewdir|viewoptions|viminfo|virtualedit|visualbell|vop|wak|warn|wb|wc|wcm|wd|weirdinvert|wfh|wfw|whichwrap|wi|wig|wildchar|wildcharm|wildignore|wildmenu|wildmode|wildoptions|wim|winaltkeys|window|winfixheight|winfixwidth|winheight|winminheight|winminwidth|winwidth|wiv|wiw|wm|wmh|wmnu|wmw|wop|wrap|wrapmargin|wrapscan|writeany|writebackup|writedelay|ww)\b/,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?)\b/i,operator:/\|\||&&|[-+.]=?|[=!](?:[=~][#?]?)?|[<>]=?[#?]?|[*\/%?]|\b(?:is(?:not)?)\b/,punctuation:/[{}[\](),;:]/}}},46215:function(de){"use strict";de.exports=ae,ae.displayName="visualBasic",ae.aliases=[];function ae(E){E.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:\b_[ \t]*(?:\r\n?|\n)|.)+/i,alias:"property",greedy:!0},string:{pattern:/\$?["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},date:{pattern:/#[ \t]*(?:\d+([/-])\d+\1\d+(?:[ \t]+(?:\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?))?|\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?)[ \t]*#/i,alias:"number"},number:/(?:(?:\b\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?|&[HO][\dA-F]+)(?:[FRD]|U?[ILS])?/i,boolean:/\b(?:False|Nothing|True)\b/i,keyword:/\b(?:AddHandler|AddressOf|Alias|And(?:Also)?|As|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|C(?:Bool|Byte|Char|Date|Dbl|Dec|Int|Lng|Obj|SByte|Short|Sng|Str|Type|UInt|ULng|UShort)|Char|Class|Const|Continue|Currency|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else(?:If)?|End(?:If)?|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get(?:Type|XMLNamespace)?|Global|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|IsNot|Let|Lib|Like|Long|Loop|Me|Mod|Module|Must(?:Inherit|Override)|My(?:Base|Class)|Namespace|Narrowing|New|Next|Not(?:Inheritable|Overridable)?|Object|Of|On|Operator|Option(?:al)?|Or(?:Else)?|Out|Overloads|Overridable|Overrides|ParamArray|Partial|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|SByte|Select|Set|Shadows|Shared|short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TryCast|Type|TypeOf|U(?:Integer|Long|Short)|Until|Using|Variant|Wend|When|While|Widening|With(?:Events)?|WriteOnly|Xor)\b/i,operator:/[+\-*/\\^<=>&#@$%!]|\b_(?=[ \t]*[\r\n])/,punctuation:/[{}().,:?]/},E.languages.vb=E.languages["visual-basic"],E.languages.vba=E.languages["visual-basic"]}},10784:function(de){"use strict";de.exports=ae,ae.displayName="warpscript",ae.aliases=[];function ae(E){E.languages.warpscript={comment:/#.*|\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'|<'(?:[^\\']|'(?!>)|\\.)*'>/,greedy:!0},variable:/\$\S+/,macro:{pattern:/@\S+/,alias:"property"},keyword:/\b(?:BREAK|CHECKMACRO|CONTINUE|CUDF|DEFINED|DEFINEDMACRO|EVAL|FAIL|FOR|FOREACH|FORSTEP|IFT|IFTE|MSGFAIL|NRETURN|RETHROW|RETURN|SWITCH|TRY|UDF|UNTIL|WHILE)\b/,number:/[+-]?\b(?:NaN|Infinity|\d+(?:\.\d*)?(?:[Ee][+-]?\d+)?|0x[\da-fA-F]+|0b[01]+)\b/,boolean:/\b(?:F|T|false|true)\b/,punctuation:/<%|%>|[{}[\]()]/,operator:/==|&&?|\|\|?|\*\*?|>>>?|<<|[<>!~]=?|[-/%^]|\+!?|\b(?:AND|NOT|OR)\b/}}},17684:function(de){"use strict";de.exports=ae,ae.displayName="wasm",ae.aliases=[];function ae(E){E.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/}}},64851:function(de){"use strict";de.exports=ae,ae.displayName="webIdl",ae.aliases=[];function ae(E){(function(y){var pe=/(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source,se="(?:"+/\b(?:unsigned\s+)?long\s+long(?![\w-])/.source+"|"+/\b(?:unrestricted|unsigned)\s+[a-z]+(?![\w-])/.source+"|"+/(?!(?:unrestricted|unsigned)\b)/.source+pe+/(?:\s*<(?:[^<>]|<[^<>]*>)*>)?/.source+")"+/(?:\s*\?)?/.source,me={};y.languages["web-idl"]={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/"[^"]*"/,greedy:!0},namespace:{pattern:RegExp(/(\bnamespace\s+)/.source+pe),lookbehind:!0},"class-name":[{pattern:/(^|[^\w-])(?:iterable|maplike|setlike)\s*<(?:[^<>]|<[^<>]*>)*>/,lookbehind:!0,inside:me},{pattern:RegExp(/(\b(?:attribute|const|deleter|getter|optional|setter)\s+)/.source+se),lookbehind:!0,inside:me},{pattern:RegExp("("+/\bcallback\s+/.source+pe+/\s*=\s*/.source+")"+se),lookbehind:!0,inside:me},{pattern:RegExp(/(\btypedef\b\s*)/.source+se),lookbehind:!0,inside:me},{pattern:RegExp(/(\b(?:callback|dictionary|enum|interface(?:\s+mixin)?)\s+)(?!(?:interface|mixin)\b)/.source+pe),lookbehind:!0},{pattern:RegExp(/(:\s*)/.source+pe),lookbehind:!0},RegExp(pe+/(?=\s+(?:implements|includes)\b)/.source),{pattern:RegExp(/(\b(?:implements|includes)\s+)/.source+pe),lookbehind:!0},{pattern:RegExp(se+"(?="+/\s*(?:\.{3}\s*)?/.source+pe+/\s*[(),;=]/.source+")"),inside:me}],builtin:/\b(?:ArrayBuffer|BigInt64Array|BigUint64Array|ByteString|DOMString|DataView|Float32Array|Float64Array|FrozenArray|Int16Array|Int32Array|Int8Array|ObservableArray|Promise|USVString|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray)\b/,keyword:[/\b(?:async|attribute|callback|const|constructor|deleter|dictionary|enum|getter|implements|includes|inherit|interface|mixin|namespace|null|optional|or|partial|readonly|required|setter|static|stringifier|typedef|unrestricted)\b/,/\b(?:any|bigint|boolean|byte|double|float|iterable|long|maplike|object|octet|record|sequence|setlike|short|symbol|undefined|unsigned|void)\b/],boolean:/\b(?:false|true)\b/,number:{pattern:/(^|[^\w-])-?(?:0x[0-9a-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|NaN|Infinity)(?![\w-])/i,lookbehind:!0},operator:/\.{3}|[=:?<>-]/,punctuation:/[(){}[\].,;]/};for(var Ee in y.languages["web-idl"])Ee!=="class-name"&&(me[Ee]=y.languages["web-idl"][Ee]);y.languages.webidl=y.languages["web-idl"]})(E)}},18191:function(de){"use strict";de.exports=ae,ae.displayName="wiki",ae.aliases=[];function ae(E){E.languages.wiki=E.languages.extend("markup",{"block-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,alias:"comment"},heading:{pattern:/^(=+)[^=\r\n].*?\1/m,inside:{punctuation:/^=+|=+$/,important:/.+/}},emphasis:{pattern:/('{2,5}).+?\1/,inside:{"bold-italic":{pattern:/(''''').+?(?=\1)/,lookbehind:!0,alias:["bold","italic"]},bold:{pattern:/(''')[^'](?:.*?[^'])?(?=\1)/,lookbehind:!0},italic:{pattern:/('')[^'](?:.*?[^'])?(?=\1)/,lookbehind:!0},punctuation:/^''+|''+$/}},hr:{pattern:/^-{4,}/m,alias:"punctuation"},url:[/ISBN +(?:97[89][ -]?)?(?:\d[ -]?){9}[\dx]\b|(?:PMID|RFC) +\d+/i,/\[\[.+?\]\]|\[.+?\]/],variable:[/__[A-Z]+__/,/\{{3}.+?\}{3}/,/\{\{.+?\}\}/],symbol:[/^#redirect/im,/~{3,5}/],"table-tag":{pattern:/((?:^|[|!])[|!])[^|\r\n]+\|(?!\|)/m,lookbehind:!0,inside:{"table-bar":{pattern:/\|$/,alias:"punctuation"},rest:E.languages.markup.tag.inside}},punctuation:/^(?:\{\||\|\}|\|-|[*#:;!|])|\|\||!!/m}),E.languages.insertBefore("wiki","tag",{nowiki:{pattern:/<(nowiki|pre|source)\b[^>]*>[\s\S]*?<\/\1>/i,inside:{tag:{pattern:/<(?:nowiki|pre|source)\b[^>]*>|<\/(?:nowiki|pre|source)>/i,inside:E.languages.markup.tag.inside}}}})}},75242:function(de){"use strict";de.exports=ae,ae.displayName="wolfram",ae.aliases=["mathematica","wl","nb"];function ae(E){E.languages.wolfram={comment:/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:Abs|AbsArg|Accuracy|Block|Do|For|Function|If|Manipulate|Module|Nest|NestList|None|Return|Switch|Table|Which|While)\b/,context:{pattern:/\b\w+`+\w*/,alias:"class-name"},blank:{pattern:/\b\w+_\b/,alias:"regex"},"global-variable":{pattern:/\$\w+/,alias:"variable"},boolean:/\b(?:False|True)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/\/\.|;|=\.|\^=|\^:=|:=|<<|>>|<\||\|>|:>|\|->|->|<-|@@@|@@|@|\/@|=!=|===|==|=|\+|-|\^|\[\/-+%=\]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},E.languages.mathematica=E.languages.wolfram,E.languages.wl=E.languages.wolfram,E.languages.nb=E.languages.wolfram}},93639:function(de){"use strict";de.exports=ae,ae.displayName="wren",ae.aliases=[];function ae(E){E.languages.wren={comment:[{pattern:/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*))*\*\/)*\*\/)*\*\//,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],"triple-quoted-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},"string-literal":null,hashbang:{pattern:/^#!\/.+/,greedy:!0,alias:"comment"},attribute:{pattern:/#!?[ \t\u3000]*\w+/,alias:"keyword"},"class-name":[{pattern:/(\bclass\s+)\w+/,lookbehind:!0},/\b[A-Z][a-z\d_]*\b/],constant:/\b[A-Z][A-Z\d_]*\b/,null:{pattern:/\bnull\b/,alias:"keyword"},keyword:/\b(?:as|break|class|construct|continue|else|for|foreign|if|import|in|is|return|static|super|this|var|while)\b/,boolean:/\b(?:false|true)\b/,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,function:/\b[a-z_]\w*(?=\s*[({])/i,operator:/<<|>>|[=!<>]=?|&&|\|\||[-+*/%~^&|?:]|\.{2,3}/,punctuation:/[\[\](){}.,;]/},E.languages.wren["string-literal"]={pattern:/(^|[^\\"])"(?:[^\\"%]|\\[\s\S]|%(?!\()|%\((?:[^()]|\((?:[^()]|\([^)]*\))*\))*\))*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)%\((?:[^()]|\((?:[^()]|\([^)]*\))*\))*\)/,lookbehind:!0,inside:{expression:{pattern:/^(%\()[\s\S]+(?=\)$)/,lookbehind:!0,inside:E.languages.wren},"interpolation-punctuation":{pattern:/^%\(|\)$/,alias:"punctuation"}}},string:/[\s\S]+/}}}},97202:function(de){"use strict";de.exports=ae,ae.displayName="xeora",ae.aliases=["xeoracube"];function ae(E){(function(y){y.languages.xeora=y.languages.extend("markup",{constant:{pattern:/\$(?:DomainContents|PageRenderDuration)\$/,inside:{punctuation:{pattern:/\$/}}},variable:{pattern:/\$@?(?:#+|[-+*~=^])?[\w.]+\$/,inside:{punctuation:{pattern:/[$.]/},operator:{pattern:/#+|[-+*~=^@]/}}},"function-inline":{pattern:/\$F:[-\w.]+\?[-\w.]+(?:,(?:(?:@[-#]*\w+\.[\w+.]\.*)*\|)*(?:(?:[\w+]|[-#*.~^]+[\w+]|=\S)(?:[^$=]|=+[^=])*=*|(?:@[-#]*\w+\.[\w+.]\.*)+(?:(?:[\w+]|[-#*~^][-#*.~^]*[\w+]|=\S)(?:[^$=]|=+[^=])*=*)?)?)?\$/,inside:{variable:{pattern:/(?:[,|])@?(?:#+|[-+*~=^])?[\w.]+/,inside:{punctuation:{pattern:/[,.|]/},operator:{pattern:/#+|[-+*~=^@]/}}},punctuation:{pattern:/\$\w:|[$:?.,|]/}},alias:"function"},"function-block":{pattern:/\$XF:\{[-\w.]+\?[-\w.]+(?:,(?:(?:@[-#]*\w+\.[\w+.]\.*)*\|)*(?:(?:[\w+]|[-#*.~^]+[\w+]|=\S)(?:[^$=]|=+[^=])*=*|(?:@[-#]*\w+\.[\w+.]\.*)+(?:(?:[\w+]|[-#*~^][-#*.~^]*[\w+]|=\S)(?:[^$=]|=+[^=])*=*)?)?)?\}:XF\$/,inside:{punctuation:{pattern:/[$:{}?.,|]/}},alias:"function"},"directive-inline":{pattern:/\$\w(?:#\d+\+?)?(?:\[[-\w.]+\])?:[-\/\w.]+\$/,inside:{punctuation:{pattern:/\$(?:\w:|C(?:\[|#\d))?|[:{[\]]/,inside:{tag:{pattern:/#\d/}}}},alias:"function"},"directive-block-open":{pattern:/\$\w+:\{|\$\w(?:#\d+\+?)?(?:\[[-\w.]+\])?:[-\w.]+:\{(?:![A-Z]+)?/,inside:{punctuation:{pattern:/\$(?:\w:|C(?:\[|#\d))?|[:{[\]]/,inside:{tag:{pattern:/#\d/}}},attribute:{pattern:/![A-Z]+$/,inside:{punctuation:{pattern:/!/}},alias:"keyword"}},alias:"function"},"directive-block-separator":{pattern:/\}:[-\w.]+:\{/,inside:{punctuation:{pattern:/[:{}]/}},alias:"function"},"directive-block-close":{pattern:/\}:[-\w.]+\$/,inside:{punctuation:{pattern:/[:{}$]/}},alias:"function"}}),y.languages.insertBefore("inside","punctuation",{variable:y.languages.xeora["function-inline"].inside.variable},y.languages.xeora["function-block"]),y.languages.xeoracube=y.languages.xeora})(E)}},13808:function(de){"use strict";de.exports=ae,ae.displayName="xmlDoc",ae.aliases=[];function ae(E){(function(y){function pe(xe,Se){y.languages[xe]&&y.languages.insertBefore(xe,"comment",{"doc-comment":Se})}var se=y.languages.markup.tag,me={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:se}},Ee={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:se}};pe("csharp",me),pe("fsharp",me),pe("vbnet",Ee)})(E)}},21301:function(de){"use strict";de.exports=ae,ae.displayName="xojo",ae.aliases=[];function ae(E){E.languages.xojo={comment:{pattern:/(?:'|\/\/|Rem\b).+/i,greedy:!0},string:{pattern:/"(?:""|[^"])*"/,greedy:!0},number:[/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,/&[bchou][a-z\d]+/i],directive:{pattern:/#(?:Else|ElseIf|Endif|If|Pragma)\b/i,alias:"property"},keyword:/\b(?:AddHandler|App|Array|As(?:signs)?|Auto|Boolean|Break|By(?:Ref|Val)|Byte|Call|Case|Catch|CFStringRef|CGFloat|Class|Color|Const|Continue|CString|Currency|CurrentMethodName|Declare|Delegate|Dim|Do(?:uble|wnTo)?|Each|Else(?:If)?|End|Enumeration|Event|Exception|Exit|Extends|False|Finally|For|Function|Get|GetTypeInfo|Global|GOTO|If|Implements|In|Inherits|Int(?:8|16|32|64|eger|erface)?|Lib|Loop|Me|Module|Next|Nil|Object|Optional|OSType|ParamArray|Private|Property|Protected|PString|Ptr|Raise(?:Event)?|ReDim|RemoveHandler|Return|Select(?:or)?|Self|Set|Shared|Short|Single|Soft|Static|Step|String|Sub|Super|Text|Then|To|True|Try|Ubound|UInt(?:8|16|32|64|eger)?|Until|Using|Var(?:iant)?|Wend|While|WindowPtr|WString)\b/i,operator:/<[=>]?|>=?|[+\-*\/\\^=]|\b(?:AddressOf|And|Ctype|IsA?|Mod|New|Not|Or|WeakAddressOf|Xor)\b/i,punctuation:/[.,;:()]/}}},20349:function(de){"use strict";de.exports=ae,ae.displayName="xquery",ae.aliases=[];function ae(E){(function(y){y.languages.xquery=y.languages.extend("markup",{"xquery-comment":{pattern:/\(:[\s\S]*?:\)/,greedy:!0,alias:"comment"},string:{pattern:/(["'])(?:\1\1|(?!\1)[\s\S])*\1/,greedy:!0},extension:{pattern:/\(#.+?#\)/,alias:"symbol"},variable:/\$[-\w:]+/,axis:{pattern:/(^|[^-])(?:ancestor(?:-or-self)?|attribute|child|descendant(?:-or-self)?|following(?:-sibling)?|parent|preceding(?:-sibling)?|self)(?=::)/,lookbehind:!0,alias:"operator"},"keyword-operator":{pattern:/(^|[^:-])\b(?:and|castable as|div|eq|except|ge|gt|idiv|instance of|intersect|is|le|lt|mod|ne|or|union)\b(?=$|[^:-])/,lookbehind:!0,alias:"operator"},keyword:{pattern:/(^|[^:-])\b(?:as|ascending|at|base-uri|boundary-space|case|cast as|collation|construction|copy-namespaces|declare|default|descending|else|empty (?:greatest|least)|encoding|every|external|for|function|if|import|in|inherit|lax|let|map|module|namespace|no-inherit|no-preserve|option|order(?: by|ed|ing)?|preserve|return|satisfies|schema|some|stable|strict|strip|then|to|treat as|typeswitch|unordered|validate|variable|version|where|xquery)\b(?=$|[^:-])/,lookbehind:!0},function:/[\w-]+(?::[\w-]+)*(?=\s*\()/,"xquery-element":{pattern:/(element\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"tag"},"xquery-attribute":{pattern:/(attribute\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"attr-name"},builtin:{pattern:/(^|[^:-])\b(?:attribute|comment|document|element|processing-instruction|text|xs:(?:ENTITIES|ENTITY|ID|IDREFS?|NCName|NMTOKENS?|NOTATION|Name|QName|anyAtomicType|anyType|anyURI|base64Binary|boolean|byte|date|dateTime|dayTimeDuration|decimal|double|duration|float|gDay|gMonth|gMonthDay|gYear|gYearMonth|hexBinary|int|integer|language|long|negativeInteger|nonNegativeInteger|nonPositiveInteger|normalizedString|positiveInteger|short|string|time|token|unsigned(?:Byte|Int|Long|Short)|untyped(?:Atomic)?|yearMonthDuration))\b(?=$|[^:-])/,lookbehind:!0},number:/\b\d+(?:\.\d+)?(?:E[+-]?\d+)?/,operator:[/[+*=?|@]|\.\.?|:=|!=|<[=<]?|>[=>]?/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}],punctuation:/[[\](){},;:/]/}),y.languages.xquery.tag.pattern=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,y.languages.xquery.tag.inside["attr-value"].pattern=/=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+)/,y.languages.xquery.tag.inside["attr-value"].inside.punctuation=/^="|"$/,y.languages.xquery.tag.inside["attr-value"].inside.expression={pattern:/\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}/,inside:y.languages.xquery,alias:"language-xquery"};var pe=function(me){return typeof me=="string"?me:typeof me.content=="string"?me.content:me.content.map(pe).join("")},se=function(me){for(var Ee=[],xe=0;xe<me.length;xe++){var Se=me[xe],Te=!1;if(typeof Se!="string"&&(Se.type==="tag"&&Se.content[0]&&Se.content[0].type==="tag"?Se.content[0].content[0].content==="</"?Ee.length>0&&Ee[Ee.length-1].tagName===pe(Se.content[0].content[1])&&Ee.pop():Se.content[Se.content.length-1].content==="/>"||Ee.push({tagName:pe(Se.content[0].content[1]),openedBraces:0}):Ee.length>0&&Se.type==="punctuation"&&Se.content==="{"&&(!me[xe+1]||me[xe+1].type!=="punctuation"||me[xe+1].content!=="{")&&(!me[xe-1]||me[xe-1].type!=="plain-text"||me[xe-1].content!=="{")?Ee[Ee.length-1].openedBraces++:Ee.length>0&&Ee[Ee.length-1].openedBraces>0&&Se.type==="punctuation"&&Se.content==="}"?Ee[Ee.length-1].openedBraces--:Se.type!=="comment"&&(Te=!0)),(Te||typeof Se=="string")&&Ee.length>0&&Ee[Ee.length-1].openedBraces===0){var Ie=pe(Se);xe<me.length-1&&(typeof me[xe+1]=="string"||me[xe+1].type==="plain-text")&&(Ie+=pe(me[xe+1]),me.splice(xe+1,1)),xe>0&&(typeof me[xe-1]=="string"||me[xe-1].type==="plain-text")&&(Ie=pe(me[xe-1])+Ie,me.splice(xe-1,1),xe--),/^\s+$/.test(Ie)?me[xe]=Ie:me[xe]=new y.Token("plain-text",Ie,null,Ie)}Se.content&&typeof Se.content!="string"&&se(Se.content)}};y.hooks.add("after-tokenize",function(me){me.language==="xquery"&&se(me.tokens)})})(E)}},65039:function(de){"use strict";de.exports=ae,ae.displayName="yaml",ae.aliases=["yml"];function ae(E){(function(y){var pe=/[*&][^\s[\]{},]+/,se=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,me="(?:"+se.source+"(?:[ ]+"+pe.source+")?|"+pe.source+"(?:[ ]+"+se.source+")?)",Ee=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),xe=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function Se(Te,Ie){Ie=(Ie||"").replace(/m/g,"")+"m";var Le=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return me}).replace(/<<value>>/g,function(){return Te});return RegExp(Le,Ie)}y.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return me})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return me}).replace(/<<key>>/g,function(){return"(?:"+Ee+"|"+xe+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:Se(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:Se(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:Se(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:Se(xe),lookbehind:!0,greedy:!0},number:{pattern:Se(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:se,important:pe,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},y.languages.yml=y.languages.yaml})(E)}},96319:function(de){"use strict";de.exports=ae,ae.displayName="yang",ae.aliases=[];function ae(E){E.languages.yang={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"(?:[^\\"]|\\.)*"|'[^']*'/,greedy:!0},keyword:{pattern:/(^|[{};\r\n][ \t]*)[a-z_][\w.-]*/i,lookbehind:!0},namespace:{pattern:/(\s)[a-z_][\w.-]*(?=:)/i,lookbehind:!0},boolean:/\b(?:false|true)\b/,operator:/\+/,punctuation:/[{};:]/}}},31501:function(de){"use strict";de.exports=ae,ae.displayName="zig",ae.aliases=[];function ae(E){(function(y){function pe(Ie){return function(){return Ie}}var se=/\b(?:align|allowzero|and|anyframe|anytype|asm|async|await|break|cancel|catch|comptime|const|continue|defer|else|enum|errdefer|error|export|extern|fn|for|if|inline|linksection|nakedcc|noalias|nosuspend|null|or|orelse|packed|promise|pub|resume|return|stdcallcc|struct|suspend|switch|test|threadlocal|try|undefined|union|unreachable|usingnamespace|var|volatile|while)\b/,me="\\b(?!"+se.source+")(?!\\d)\\w+\\b",Ee=/align\s*\((?:[^()]|\([^()]*\))*\)/.source,xe=/(?:\?|\bpromise->|(?:\[[^[\]]*\]|\*(?!\*)|\*\*)(?:\s*<ALIGN>|\s*const\b|\s*volatile\b|\s*allowzero\b)*)/.source.replace(/<ALIGN>/g,pe(Ee)),Se=/(?:\bpromise\b|(?:\berror\.)?<ID>(?:\.<ID>)*(?!\s+<ID>))/.source.replace(/<ID>/g,pe(me)),Te="(?!\\s)(?:!?\\s*(?:"+xe+"\\s*)*"+Se+")+";y.languages.zig={comment:[{pattern:/\/\/[/!].*/,alias:"doc-comment"},/\/{2}.*/],string:[{pattern:/(^|[^\\@])c?"(?:[^"\\\r\n]|\\.)*"/,lookbehind:!0,greedy:!0},{pattern:/([\r\n])([ \t]+c?\\{2}).*(?:(?:\r\n?|\n)\2.*)*/,lookbehind:!0,greedy:!0}],char:{pattern:/(^|[^\\])'(?:[^'\\\r\n]|[\uD800-\uDFFF]{2}|\\(?:.|x[a-fA-F\d]{2}|u\{[a-fA-F\d]{1,6}\}))'/,lookbehind:!0,greedy:!0},builtin:/\B@(?!\d)\w+(?=\s*\()/,label:{pattern:/(\b(?:break|continue)\s*:\s*)\w+\b|\b(?!\d)\w+\b(?=\s*:\s*(?:\{|while\b))/,lookbehind:!0},"class-name":[/\b(?!\d)\w+(?=\s*=\s*(?:(?:extern|packed)\s+)?(?:enum|struct|union)\s*[({])/,{pattern:RegExp(/(:\s*)<TYPE>(?=\s*(?:<ALIGN>\s*)?[=;,)])|<TYPE>(?=\s*(?:<ALIGN>\s*)?\{)/.source.replace(/<TYPE>/g,pe(Te)).replace(/<ALIGN>/g,pe(Ee))),lookbehind:!0,inside:null},{pattern:RegExp(/(\)\s*)<TYPE>(?=\s*(?:<ALIGN>\s*)?;)/.source.replace(/<TYPE>/g,pe(Te)).replace(/<ALIGN>/g,pe(Ee))),lookbehind:!0,inside:null}],"builtin-type":{pattern:/\b(?:anyerror|bool|c_u?(?:int|long|longlong|short)|c_longdouble|c_void|comptime_(?:float|int)|f(?:16|32|64|128)|[iu](?:8|16|32|64|128|size)|noreturn|type|void)\b/,alias:"keyword"},keyword:se,function:/\b(?!\d)\w+(?=\s*\()/,number:/\b(?:0b[01]+|0o[0-7]+|0x[a-fA-F\d]+(?:\.[a-fA-F\d]*)?(?:[pP][+-]?[a-fA-F\d]+)?|\d+(?:\.\d*)?(?:[eE][+-]?\d+)?)\b/,boolean:/\b(?:false|true)\b/,operator:/\.[*?]|\.{2,3}|[-=]>|\*\*|\+\+|\|\||(?:<<|>>|[-+*]%|[-+*/%^&|<>!=])=?|[?~]/,punctuation:/[.:,;(){}[\]]/},y.languages.zig["class-name"].forEach(function(Ie){Ie.inside===null&&(Ie.inside=y.languages.zig)})})(E)}},97003:function(de,ae){"use strict";var E;ae.Q=me,E=Ee;var y=",",pe=" ",se="";function me(xe){for(var Se=[],Te=String(xe||se),Ie=Te.indexOf(y),Le=0,He=!1,We;!He;)Ie===-1&&(Ie=Te.length,He=!0),We=Te.slice(Le,Ie).trim(),(We||!He)&&Se.push(We),Le=Ie+1,Ie=Te.indexOf(y,Le);return Se}function Ee(xe,Se){var Te=Se||{},Ie=Te.padLeft===!1?se:pe,Le=Te.padRight?pe:se;return xe[xe.length-1]===se&&(xe=xe.concat(se)),xe.join(Le+y+Ie).trim()}},34995:function(de){"use strict";de.exports=E;var ae=/[#.]/g;function E(y,pe){for(var se=y||"",me=pe||"div",Ee={},xe=0,Se,Te,Ie;xe<se.length;)ae.lastIndex=xe,Ie=ae.exec(se),Se=se.slice(xe,Ie?Ie.index:se.length),Se&&(Te?Te==="#"?Ee.id=Se:Ee.className?Ee.className.push(Se):Ee.className=[Se]:me=Se,xe+=Se.length),Ie&&(Te=Ie[0],xe++);return{type:"element",tagName:me,properties:Ee,children:[]}}},6509:function(de,ae,E){"use strict";var y=E(65605),pe=E(33343),se=E(34995),me=E(42749).Q,Ee=E(97003).Q;de.exports=Se;var xe={}.hasOwnProperty;function Se(b,a,ee){var x=ee?fe(ee):null;return te;function te(ie,ce){var be=se(ie,a),we=Array.prototype.slice.call(arguments,2),Re=be.tagName.toLowerCase(),Ke;if(be.tagName=x&&xe.call(x,Re)?x[Re]:Re,ce&&Te(ce,be)&&(we.unshift(ce),ce=null),ce)for(Ke in ce)re(be.properties,Ke,ce[Ke]);return Le(be.children,we),be.tagName==="template"&&(be.content={type:"root",children:be.children},be.children=[]),be}function re(ie,ce,be){var we,Re,Ke;be==null||be!==be||(we=y(b,ce),Re=we.property,Ke=be,typeof Ke=="string"&&(we.spaceSeparated?Ke=me(Ke):we.commaSeparated?Ke=Ee(Ke):we.commaOrSpaceSeparated&&(Ke=me(Ee(Ke).join(" ")))),Re==="style"&&typeof be!="string"&&(Ke=rt(Ke)),Re==="className"&&ie.className&&(Ke=ie.className.concat(Ke)),ie[Re]=He(we,Re,Ke))}}function Te(b,a){return typeof b=="string"||"length"in b||Ie(a.tagName,b)}function Ie(b,a){var ee=a.type;return b==="input"||!ee||typeof ee!="string"?!1:typeof a.children=="object"&&"length"in a.children?!0:(ee=ee.toLowerCase(),b==="button"?ee!=="menu"&&ee!=="submit"&&ee!=="reset"&&ee!=="button":"value"in a)}function Le(b,a){var ee,x;if(typeof a=="string"||typeof a=="number"){b.push({type:"text",value:String(a)});return}if(typeof a=="object"&&"length"in a){for(ee=-1,x=a.length;++ee<x;)Le(b,a[ee]);return}if(typeof a!="object"||!("type"in a))throw new Error("Expected node, nodes, or string, got `"+a+"`");b.push(a)}function He(b,a,ee){var x,te,re;if(typeof ee!="object"||!("length"in ee))return We(b,a,ee);for(te=ee.length,x=-1,re=[];++x<te;)re[x]=We(b,a,ee[x]);return re}function We(b,a,ee){var x=ee;return b.number||b.positiveNumber?!isNaN(x)&&x!==""&&(x=Number(x)):(b.boolean||b.overloadedBoolean)&&typeof x=="string"&&(x===""||pe(ee)===pe(a))&&(x=!0),x}function rt(b){var a=[],ee;for(ee in b)a.push([ee,b[ee]].join(": "));return a.join("; ")}function fe(b){for(var a=b.length,ee=-1,x={},te;++ee<a;)te=b[ee],x[te.toLowerCase()]=te;return x}},51575:function(de,ae,E){"use strict";var y=E(17034),pe=E(6509),se=pe(y,"div");se.displayName="html",de.exports=se},90871:function(de,ae,E){"use strict";de.exports=E(51575)},59216:function(de,ae,E){var y=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};var pe=function(se){var me=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,Ee=0,xe={},Se={manual:se.Prism&&se.Prism.manual,disableWorkerMessageHandler:se.Prism&&se.Prism.disableWorkerMessageHandler,util:{encode:function x(te){return te instanceof Te?new Te(te.type,x(te.content),te.alias):Array.isArray(te)?te.map(x):te.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(x){return Object.prototype.toString.call(x).slice(8,-1)},objId:function(x){return x.__id||Object.defineProperty(x,"__id",{value:++Ee}),x.__id},clone:function x(te,re){re=re||{};var ie,ce;switch(Se.util.type(te)){case"Object":if(ce=Se.util.objId(te),re[ce])return re[ce];ie={},re[ce]=ie;for(var be in te)te.hasOwnProperty(be)&&(ie[be]=x(te[be],re));return ie;case"Array":return ce=Se.util.objId(te),re[ce]?re[ce]:(ie=[],re[ce]=ie,te.forEach(function(we,Re){ie[Re]=x(we,re)}),ie);default:return te}},getLanguage:function(x){for(;x;){var te=me.exec(x.className);if(te)return te[1].toLowerCase();x=x.parentElement}return"none"},setLanguage:function(x,te){x.className=x.className.replace(RegExp(me,"gi"),""),x.classList.add("language-"+te)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(ie){var x=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(ie.stack)||[])[1];if(x){var te=document.getElementsByTagName("script");for(var re in te)if(te[re].src==x)return te[re]}return null}},isActive:function(x,te,re){for(var ie="no-"+te;x;){var ce=x.classList;if(ce.contains(te))return!0;if(ce.contains(ie))return!1;x=x.parentElement}return!!re}},languages:{plain:xe,plaintext:xe,text:xe,txt:xe,extend:function(x,te){var re=Se.util.clone(Se.languages[x]);for(var ie in te)re[ie]=te[ie];return re},insertBefore:function(x,te,re,ie){ie=ie||Se.languages;var ce=ie[x],be={};for(var we in ce)if(ce.hasOwnProperty(we)){if(we==te)for(var Re in re)re.hasOwnProperty(Re)&&(be[Re]=re[Re]);re.hasOwnProperty(we)||(be[we]=ce[we])}var Ke=ie[x];return ie[x]=be,Se.languages.DFS(Se.languages,function(Ue,Ze){Ze===Ke&&Ue!=x&&(this[Ue]=be)}),be},DFS:function x(te,re,ie,ce){ce=ce||{};var be=Se.util.objId;for(var we in te)if(te.hasOwnProperty(we)){re.call(te,we,te[we],ie||we);var Re=te[we],Ke=Se.util.type(Re);Ke==="Object"&&!ce[be(Re)]?(ce[be(Re)]=!0,x(Re,re,null,ce)):Ke==="Array"&&!ce[be(Re)]&&(ce[be(Re)]=!0,x(Re,re,we,ce))}}},plugins:{},highlightAll:function(x,te){Se.highlightAllUnder(document,x,te)},highlightAllUnder:function(x,te,re){var ie={callback:re,container:x,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};Se.hooks.run("before-highlightall",ie),ie.elements=Array.prototype.slice.apply(ie.container.querySelectorAll(ie.selector)),Se.hooks.run("before-all-elements-highlight",ie);for(var ce=0,be;be=ie.elements[ce++];)Se.highlightElement(be,te===!0,ie.callback)},highlightElement:function(x,te,re){var ie=Se.util.getLanguage(x),ce=Se.languages[ie];Se.util.setLanguage(x,ie);var be=x.parentElement;be&&be.nodeName.toLowerCase()==="pre"&&Se.util.setLanguage(be,ie);var we=x.textContent,Re={element:x,language:ie,grammar:ce,code:we};function Ke(Ze){Re.highlightedCode=Ze,Se.hooks.run("before-insert",Re),Re.element.innerHTML=Re.highlightedCode,Se.hooks.run("after-highlight",Re),Se.hooks.run("complete",Re),re&&re.call(Re.element)}if(Se.hooks.run("before-sanity-check",Re),be=Re.element.parentElement,be&&be.nodeName.toLowerCase()==="pre"&&!be.hasAttribute("tabindex")&&be.setAttribute("tabindex","0"),!Re.code){Se.hooks.run("complete",Re),re&&re.call(Re.element);return}if(Se.hooks.run("before-highlight",Re),!Re.grammar){Ke(Se.util.encode(Re.code));return}if(te&&se.Worker){var Ue=new Worker(Se.filename);Ue.onmessage=function(Ze){Ke(Ze.data)},Ue.postMessage(JSON.stringify({language:Re.language,code:Re.code,immediateClose:!0}))}else Ke(Se.highlight(Re.code,Re.grammar,Re.language))},highlight:function(x,te,re){var ie={code:x,grammar:te,language:re};if(Se.hooks.run("before-tokenize",ie),!ie.grammar)throw new Error('The language "'+ie.language+'" has no grammar.');return ie.tokens=Se.tokenize(ie.code,ie.grammar),Se.hooks.run("after-tokenize",ie),Te.stringify(Se.util.encode(ie.tokens),ie.language)},tokenize:function(x,te){var re=te.rest;if(re){for(var ie in re)te[ie]=re[ie];delete te.rest}var ce=new He;return We(ce,ce.head,x),Le(x,ce,te,ce.head,0),fe(ce)},hooks:{all:{},add:function(x,te){var re=Se.hooks.all;re[x]=re[x]||[],re[x].push(te)},run:function(x,te){var re=Se.hooks.all[x];if(!(!re||!re.length))for(var ie=0,ce;ce=re[ie++];)ce(te)}},Token:Te};se.Prism=Se;function Te(x,te,re,ie){this.type=x,this.content=te,this.alias=re,this.length=(ie||"").length|0}Te.stringify=function x(te,re){if(typeof te=="string")return te;if(Array.isArray(te)){var ie="";return te.forEach(function(Ke){ie+=x(Ke,re)}),ie}var ce={type:te.type,content:x(te.content,re),tag:"span",classes:["token",te.type],attributes:{},language:re},be=te.alias;be&&(Array.isArray(be)?Array.prototype.push.apply(ce.classes,be):ce.classes.push(be)),Se.hooks.run("wrap",ce);var we="";for(var Re in ce.attributes)we+=" "+Re+'="'+(ce.attributes[Re]||"").replace(/"/g,""")+'"';return"<"+ce.tag+' class="'+ce.classes.join(" ")+'"'+we+">"+ce.content+"</"+ce.tag+">"};function Ie(x,te,re,ie){x.lastIndex=te;var ce=x.exec(re);if(ce&&ie&&ce[1]){var be=ce[1].length;ce.index+=be,ce[0]=ce[0].slice(be)}return ce}function Le(x,te,re,ie,ce,be){for(var we in re)if(!(!re.hasOwnProperty(we)||!re[we])){var Re=re[we];Re=Array.isArray(Re)?Re:[Re];for(var Ke=0;Ke<Re.length;++Ke){if(be&&be.cause==we+","+Ke)return;var Ue=Re[Ke],Ze=Ue.inside,qe=!!Ue.lookbehind,wt=!!Ue.greedy,Bt=Ue.alias;if(wt&&!Ue.pattern.global){var yn=Ue.pattern.toString().match(/[imsuy]*$/)[0];Ue.pattern=RegExp(Ue.pattern.source,yn+"g")}for(var Pn=Ue.pattern||Ue,Ut=ie.next,ln=ce;Ut!==te.tail&&!(be&&ln>=be.reach);ln+=Ut.value.length,Ut=Ut.next){var cn=Ut.value;if(te.length>x.length)return;if(!(cn instanceof Te)){var Cn=1,Yn;if(wt){if(Yn=Ie(Pn,ln,x,qe),!Yn||Yn.index>=x.length)break;var Et=Yn.index,Vt=Yn.index+Yn[0].length,Jt=ln;for(Jt+=Ut.value.length;Et>=Jt;)Ut=Ut.next,Jt+=Ut.value.length;if(Jt-=Ut.value.length,ln=Jt,Ut.value instanceof Te)continue;for(var ia=Ut;ia!==te.tail&&(Jt<Vt||typeof ia.value=="string");ia=ia.next)Cn++,Jt+=ia.value.length;Cn--,cn=x.slice(ln,Jt),Yn.index-=ln}else if(Yn=Ie(Pn,0,cn,qe),!Yn)continue;var Et=Yn.index,zt=Yn[0],Qt=cn.slice(0,Et),aa=cn.slice(Et+zt.length),Ct=ln+cn.length;be&&Ct>be.reach&&(be.reach=Ct);var vn=Ut.prev;Qt&&(vn=We(te,vn,Qt),ln+=Qt.length),rt(te,vn,Cn);var Ye=new Te(we,Ze?Se.tokenize(zt,Ze):zt,Bt,zt);if(Ut=We(te,vn,Ye),aa&&We(te,Ut,aa),Cn>1){var wn={cause:we+","+Ke,reach:Ct};Le(x,te,re,Ut.prev,ln,wn),be&&wn.reach>be.reach&&(be.reach=wn.reach)}}}}}}function He(){var x={value:null,prev:null,next:null},te={value:null,prev:x,next:null};x.next=te,this.head=x,this.tail=te,this.length=0}function We(x,te,re){var ie=te.next,ce={value:re,prev:te,next:ie};return te.next=ce,ie.prev=ce,x.length++,ce}function rt(x,te,re){for(var ie=te.next,ce=0;ce<re&&ie!==x.tail;ce++)ie=ie.next;te.next=ie,ie.prev=te,x.length-=ce}function fe(x){for(var te=[],re=x.head.next;re!==x.tail;)te.push(re.value),re=re.next;return te}if(!se.document)return se.addEventListener&&(Se.disableWorkerMessageHandler||se.addEventListener("message",function(x){var te=JSON.parse(x.data),re=te.language,ie=te.code,ce=te.immediateClose;se.postMessage(Se.highlight(ie,Se.languages[re],re)),ce&&se.close()},!1)),Se;var b=Se.util.currentScript();b&&(Se.filename=b.src,b.hasAttribute("data-manual")&&(Se.manual=!0));function a(){Se.manual||Se.highlightAll()}if(!Se.manual){var ee=document.readyState;ee==="loading"||ee==="interactive"&&b&&b.defer?document.addEventListener("DOMContentLoaded",a):window.requestAnimationFrame?window.requestAnimationFrame(a):window.setTimeout(a,16)}return Se}(y);de.exports&&(de.exports=pe),typeof E.g!="undefined"&&(E.g.Prism=pe)},65605:function(de,ae,E){"use strict";var y=E(33343),pe=E(3405),se=E(33806),me="data";de.exports=Te;var Ee=/^data[-\w.:]+$/i,xe=/-[a-z]/g,Se=/[A-Z]/g;function Te(rt,fe){var b=y(fe),a=fe,ee=se;return b in rt.normal?rt.property[rt.normal[b]]:(b.length>4&&b.slice(0,4)===me&&Ee.test(fe)&&(fe.charAt(4)==="-"?a=Ie(fe):fe=Le(fe),ee=pe),new ee(a,fe))}function Ie(rt){var fe=rt.slice(5).replace(xe,We);return me+fe.charAt(0).toUpperCase()+fe.slice(1)}function Le(rt){var fe=rt.slice(4);return xe.test(fe)?rt:(fe=fe.replace(Se,He),fe.charAt(0)!=="-"&&(fe="-"+fe),me+fe)}function He(rt){return"-"+rt.toLowerCase()}function We(rt){return rt.charAt(1).toUpperCase()}},17034:function(de,ae,E){"use strict";var y=E(72627),pe=E(9501),se=E(90822),me=E(87109),Ee=E(25956),xe=E(44330);de.exports=y([se,pe,me,Ee,xe])},25956:function(de,ae,E){"use strict";var y=E(3941),pe=E(5260),se=y.booleanish,me=y.number,Ee=y.spaceSeparated;de.exports=pe({transform:xe,properties:{ariaActiveDescendant:null,ariaAtomic:se,ariaAutoComplete:null,ariaBusy:se,ariaChecked:se,ariaColCount:me,ariaColIndex:me,ariaColSpan:me,ariaControls:Ee,ariaCurrent:null,ariaDescribedBy:Ee,ariaDetails:null,ariaDisabled:se,ariaDropEffect:Ee,ariaErrorMessage:null,ariaExpanded:se,ariaFlowTo:Ee,ariaGrabbed:se,ariaHasPopup:null,ariaHidden:se,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Ee,ariaLevel:me,ariaLive:null,ariaModal:se,ariaMultiLine:se,ariaMultiSelectable:se,ariaOrientation:null,ariaOwns:Ee,ariaPlaceholder:null,ariaPosInSet:me,ariaPressed:se,ariaReadOnly:se,ariaRelevant:null,ariaRequired:se,ariaRoleDescription:Ee,ariaRowCount:me,ariaRowIndex:me,ariaRowSpan:me,ariaSelected:se,ariaSetSize:me,ariaSort:null,ariaValueMax:me,ariaValueMin:me,ariaValueNow:me,ariaValueText:null,role:null}});function xe(Se,Te){return Te==="role"?Te:"aria-"+Te.slice(4).toLowerCase()}},44330:function(de,ae,E){"use strict";var y=E(3941),pe=E(5260),se=E(86716),me=y.boolean,Ee=y.overloadedBoolean,xe=y.booleanish,Se=y.number,Te=y.spaceSeparated,Ie=y.commaSeparated;de.exports=pe({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:se,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Ie,acceptCharset:Te,accessKey:Te,action:null,allow:null,allowFullScreen:me,allowPaymentRequest:me,allowUserMedia:me,alt:null,as:null,async:me,autoCapitalize:null,autoComplete:Te,autoFocus:me,autoPlay:me,capture:me,charSet:null,checked:me,cite:null,className:Te,cols:Se,colSpan:null,content:null,contentEditable:xe,controls:me,controlsList:Te,coords:Se|Ie,crossOrigin:null,data:null,dateTime:null,decoding:null,default:me,defer:me,dir:null,dirName:null,disabled:me,download:Ee,draggable:xe,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:me,formTarget:null,headers:Te,height:Se,hidden:me,high:Se,href:null,hrefLang:null,htmlFor:Te,httpEquiv:Te,id:null,imageSizes:null,imageSrcSet:Ie,inputMode:null,integrity:null,is:null,isMap:me,itemId:null,itemProp:Te,itemRef:Te,itemScope:me,itemType:Te,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:me,low:Se,manifest:null,max:null,maxLength:Se,media:null,method:null,min:null,minLength:Se,multiple:me,muted:me,name:null,nonce:null,noModule:me,noValidate:me,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:me,optimum:Se,pattern:null,ping:Te,placeholder:null,playsInline:me,poster:null,preload:null,readOnly:me,referrerPolicy:null,rel:Te,required:me,reversed:me,rows:Se,rowSpan:Se,sandbox:Te,scope:null,scoped:me,seamless:me,selected:me,shape:null,size:Se,sizes:null,slot:null,span:Se,spellCheck:xe,src:null,srcDoc:null,srcLang:null,srcSet:Ie,start:Se,step:null,style:null,tabIndex:Se,target:null,title:null,translate:null,type:null,typeMustMatch:me,useMap:null,value:xe,width:Se,wrap:null,align:null,aLink:null,archive:Te,axis:null,background:null,bgColor:null,border:Se,borderColor:null,bottomMargin:Se,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:me,declare:me,event:null,face:null,frame:null,frameBorder:null,hSpace:Se,leftMargin:Se,link:null,longDesc:null,lowSrc:null,marginHeight:Se,marginWidth:Se,noResize:me,noHref:me,noShade:me,noWrap:me,object:null,profile:null,prompt:null,rev:null,rightMargin:Se,rules:null,scheme:null,scrolling:xe,standby:null,summary:null,text:null,topMargin:Se,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Se,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:me,disableRemotePlayback:me,prefix:null,property:null,results:Se,security:null,unselectable:null}})},86716:function(de,ae,E){"use strict";var y=E(83532);de.exports=pe;function pe(se,me){return y(se,me.toLowerCase())}},83532:function(de){"use strict";de.exports=ae;function ae(E,y){return y in E?E[y]:y}},5260:function(de,ae,E){"use strict";var y=E(33343),pe=E(85815),se=E(3405);de.exports=me;function me(Ee){var xe=Ee.space,Se=Ee.mustUseProperty||[],Te=Ee.attributes||{},Ie=Ee.properties,Le=Ee.transform,He={},We={},rt,fe;for(rt in Ie)fe=new se(rt,Le(Te,rt),Ie[rt],xe),Se.indexOf(rt)!==-1&&(fe.mustUseProperty=!0),He[rt]=fe,We[y(rt)]=rt,We[y(fe.attribute)]=rt;return new pe(He,We,xe)}},3405:function(de,ae,E){"use strict";var y=E(33806),pe=E(3941);de.exports=Ee,Ee.prototype=new y,Ee.prototype.defined=!0;var se=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],me=se.length;function Ee(Se,Te,Ie,Le){var He=-1,We;for(xe(this,"space",Le),y.call(this,Se,Te);++He<me;)We=se[He],xe(this,We,(Ie&pe[We])===pe[We])}function xe(Se,Te,Ie){Ie&&(Se[Te]=Ie)}},33806:function(de){"use strict";de.exports=E;var ae=E.prototype;ae.space=null,ae.attribute=null,ae.property=null,ae.boolean=!1,ae.booleanish=!1,ae.overloadedBoolean=!1,ae.number=!1,ae.commaSeparated=!1,ae.spaceSeparated=!1,ae.commaOrSpaceSeparated=!1,ae.mustUseProperty=!1,ae.defined=!1;function E(y,pe){this.property=y,this.attribute=pe}},72627:function(de,ae,E){"use strict";var y=E(47529),pe=E(85815);de.exports=se;function se(me){for(var Ee=me.length,xe=[],Se=[],Te=-1,Ie,Le;++Te<Ee;)Ie=me[Te],xe.push(Ie.property),Se.push(Ie.normal),Le=Ie.space;return new pe(y.apply(null,xe),y.apply(null,Se),Le)}},85815:function(de){"use strict";de.exports=E;var ae=E.prototype;ae.space=null,ae.normal={},ae.property={};function E(y,pe,se){this.property=y,this.normal=pe,se&&(this.space=se)}},3941:function(de,ae){"use strict";var E=0;ae.boolean=y(),ae.booleanish=y(),ae.overloadedBoolean=y(),ae.number=y(),ae.spaceSeparated=y(),ae.commaSeparated=y(),ae.commaOrSpaceSeparated=y();function y(){return Math.pow(2,++E)}},9501:function(de,ae,E){"use strict";var y=E(5260);de.exports=y({space:"xlink",transform:pe,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function pe(se,me){return"xlink:"+me.slice(5).toLowerCase()}},90822:function(de,ae,E){"use strict";var y=E(5260);de.exports=y({space:"xml",transform:pe,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function pe(se,me){return"xml:"+me.slice(3).toLowerCase()}},87109:function(de,ae,E){"use strict";var y=E(5260),pe=E(86716);de.exports=y({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:pe,properties:{xmlns:null,xmlnsXLink:null}})},33343:function(de){"use strict";de.exports=ae;function ae(E){return E.toLowerCase()}},42749:function(de,ae){"use strict";var E;ae.Q=me,E=Ee;var y="",pe=" ",se=/[ \t\n\r\f]+/g;function me(xe){var Se=String(xe||y).trim();return Se===y?[]:Se.split(se)}function Ee(xe){return xe.join(pe).trim()}},5174:function(de,ae,E){"use strict";var y=this&&this.__importDefault||function(me){return me&&me.__esModule?me:{default:me}};Object.defineProperty(ae,"__esModule",{value:!0});var pe=y(E(18139));function se(me,Ee){var xe=null;if(!me||typeof me!="string")return xe;var Se=(0,pe.default)(me),Te=typeof Ee=="function";return Se.forEach(function(Ie){if(Ie.type==="declaration"){var Le=Ie.property,He=Ie.value;Te?Ee(Le,He,Ie):He&&(xe=xe||{},xe[Le]=He)}}),xe}ae.default=se},47529:function(de){de.exports=E;var ae=Object.prototype.hasOwnProperty;function E(){for(var y={},pe=0;pe<arguments.length;pe++){var se=arguments[pe];for(var me in se)ae.call(se,me)&&(y[me]=se[me])}return y}},90034:function(de,ae,E){var y={"./doc.png":63604,"./docx.png":30045,"./jpg.png":13740,"./md.png":58881,"./pdf.png":28982,"./png.png":2487,"./txt.png":3164};function pe(me){var Ee=se(me);return E(Ee)}function se(me){if(!E.o(y,me)){var Ee=new Error("Cannot find module '"+me+"'");throw Ee.code="MODULE_NOT_FOUND",Ee}return y[me]}pe.keys=function(){return Object.keys(y)},pe.resolve=se,de.exports=pe,pe.id=90034},63604:function(de){"use strict";de.exports="data:image/png;base64,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"},30045:function(de){"use strict";de.exports="data:image/png;base64,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"},13740:function(de){"use strict";de.exports="data:image/png;base64,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"},58881:function(de){"use strict";de.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAPcklEQVR4nO3da4xU5R3H8efscrNcFm3EVgQXq4mKCo2toEJY3oiNvRC5aNJWQbGpiVG8tNoXChiTxkaFJm1s4gVq+0YQg0lNrX3BEryA0bpbbk1FFkRQMQK77IIuu5z+fztOZ3eZ8zzPmTnP2XOe/X2ScZ5dWGdYnu/M/8zMDoEaIC0ndtWf6uq8NVRhg1KBnKgabScPq11tW1VtMHTv0GDY1qHB8HU/nvCL9fJLVIXUA2kJW8Z2tbctkwteKh9SQoqB9Da0Zti2M4LRd/9owh2Niioi+zQ9hThaNwYqmCofUoLKBQI1qub4qNozb2AklUktEMbhVlQgwEgql1ogu481r5Kze+REDugCAUZSmVQCwQF5d1dniyzJEVMgwEjiSyWQD9ubl4ahWilLcsQmEGAk8aQSyAfHmhvlgmbJkhyxDQQYiT3Zt+7tbms+Ipc0VpbkSJxAgJHYSSeQY82hnJFDcQMBRmLGQDxRSSDASPQYiCcqDQQYSTQG4olqAgFGUh4D8US1gQAjOR0D8UQSgQAj6YuBeCKpQICRlDAQTyQZCDCSAgbiiaQDAUTyafDJ5feev3KPfDgoMRBPuAgEuk6d/Ohw7eHZgzUSBuIJV4EAIvnW2ed/f87oWw7Jh4MKA/GEy0AAP+t+5llnTxtskTAQT7gOBAZjJAzEE2kEAoMtEgbiibQCgcEUCQPxRJqBwGCJhIF4Iu1AYDBEwkA8MRCBgO+RMBBPDFQg4HMkDMQTAxkI+BoJA/HEQAcCPkbCQDyRhUDAt0gYiCeyEgj4FAkD8USWAgFfImEgnshaIHAy7Nz46vEXr183eUenfJhLDMQTWQwE8h4JA/FEVgOBPEfCQDyR5UAgr5EwEE9kPRAYVnPGawsm3vMDWeYGA/FEHgKBvEXCQDyRl0AgT5EwEE/kKRDISyQMxBN5CwTyEAkD8UQeA4GsR8JAPJHXQCDLkTAQT+Q5EMhqJAzEE3kPBLIYCQPxhA+BQNYiYSCe8CUQyFIkDMQTPgUCJ0+d/OOiCx6+S5YDioF4wrdA4ER3++NLvvPYQ7IcMAzEEz4GAgMdCQPxhK+BwEBGwkA84XMgMFCRMBBPdIdd6t3D/5SVvwYiEgbika1f/F3+67dhNSMeXjBx6WOyTAUD8QhGLIxaPutW3cdHBCPnLjx/aSp3lwzEI59+uVft69glK78NrRm2beHE+66QpXMMxDPvH2lUnadOyMpvQ4MR16VxL8JAPHOk8zP132P/kpXfzqj5xtobJ959kyydYiAe+vyrA2pP+79l5a8hNcO33zTx3stl6RQD8RQi2dexs+fhXx/VqtrPb67/1ThZOsVAPIY4EMlhGbuw9s1P6x9yvn+dXwAwkIF3vLtNdZ3q+vr8pHwm/xrOme98/zq/AGAg5MKFo6c437/OLwAYCLnAQIg0GAiRBgMh0mAgRBoMhEiDgRBpMBAiDQZCpMFAiDQYCJEGAyHSYCBEGgyESIOBEGkwECINBkKkwUCINBgIkQYDIdJgIEQaXgTSsHrs2GfnbzoiS6JELXlp1pmNi48elaUzTgNBHF+Fpzb+ZcHmqfIhUaJ+vm5m0/CgZrbLSJwFUowjVOHUvy54Qz5DlKyfrZshGzhwGomzQK5+fsz7iEOWioGQCwgEAoeROAlk+uoxq1UYLlJfYyDkQjEQCBxFkngg/eMABkIu9A4EAgeRJBpIuTiAgZAL/QOBIOFIEgskKg5gIORCuUC+1rjltmOz5bxqgZyqposDGAi5oAlEdnawZsvitsWyqkogp6qY4gAGQi5oA4EEIgnkVDGbOICBkAvGQKDKSAI5VcQ2DmAg5IJVIFBFJIGcYosTBzAQcsE6EKgwkkBOscSNAxgIuRArEKggkkBO1iqJAxgIuRA7EIgZSSAnK5XGAQyEXKgoEIgRSSAno2riAAZCLlQcCFhGEshJq9o4gIGQC1UFAhaRBHKKlEQcwEDIhaoDAUMkgZzKmr56bIMKu5erBEggs+SMKFESyCY5q1pNULv0rcVHm2R5mkBOzvFNG8iFAX3Thnlvjl+lQjVFllW7YOTlDYooYXs6tjWqJASqef21B5bK6jSRgdy4eXyjCsJZsiTyWxhsennmgQZVBgMhYiBEGgyESIOBEGkwECINBkKkwUCINBgIkQYDIdJgIEQaDIRIg4EQaTCQwWNkbZ2qH3mpGjlkjJxPls8UYI3Pwd6OHaqjq01WpfXejp2qo7tVPjMIMZC+bppwv1o48T5ZRTv05X5153vTZZWsH557h1o8abnS2dH6tnpk+3xZ6SGGyXXTezb/5Lqr1SQ5HzmkTn6lMi3tO9SOtrd6Ln9H65bBEwwD6csmEHig6TrVIrewSXpiyutq0qjSLXs52KA2gay/9oD8142Orlb1zhf/UGv3P6UOfbVfPuMxBtKXbSB/O/isWt2yTFbJGDd8gnr6e1tkpZeFQHrb+Nla9eonzyZ+Y5EZDKSvxZNWyKizRFZ6SY9ZNuNV0bw3x8t/9dIKpOj5Pct6QvEOA+nr0cte6pnZbSQ5ZtmMV0VZDAS2t76lfrdriV/HJwykrziBJDVm2Y5XRVkNBHB8smz7gsRuOAYcA+krTiBJjVlxxiu4ZculxlvpgQoEvIqEgfQVZ9SBJMasuJf5yLYFPQ+56tgEggN+KJ4XFW8gcM929ojzZBUfbjweaJpjDDnzGEhfNhurt2rHLGzCOOMVJBHI2o+eUi/uf1JWerh+COaqs65XV31zjnzGHo5JcE+SawykL9PG6g+3lNWMWXHHK0gzkN4Qy8KJ96vZ4+w3/R8+uFdtPLRWVjnFQPoybaxyqhmznr5yixo3YoKs7D2+63b1zuHXZBXN9OeoJJAi3JvcddFKeWa+8PIUHRyP3Pnu1fkdtRhICW4h4447UOmYhZd/PDH1dVnFY7O5XQYC+F7hAQ2bY5TVLcvle/SMrHKIgZRMHnONevTydbKKp9Ixy/ZJyf5sNrfrQACBr5BITPcklX5/MoGBlFQaCFQyZlUyXoHN5k4jELA9hrIZCzOJgZRUE0jcMQu3vpWMV7Dx0Do5+C37fsr/l1Yg8KcrtxpHLZvrnEkMpGT2uIU9B59R8PMRePl4OXHHCNN49fmXH0duOjxvYXrBYpqBmL5vgJfLP9B8naxyhoGUmF7Ji4NN3TgRZ8zSjVcIET+ohOcfyslaIPDCtF3GYxGbVwBkDgMpMQVy57vTtY9y2Y5ZpvEKIV511pxcBfLgxc8bn0i0ef4mcxhIiSkQvEjwSdnY1Y5ZpvEKIWJkiQrE5nLSDsRmzEL4uXu4l4GUmG4FEYjpURubMcs0Xt0v/w88xxAVCOC66KQdiM0DHElfZioYSInNpsQTZNWMWTbjFW5lba6LTtqBmL4vkPRlpoKBlOg2JR5V+uV702SlqhqzbMYr/Jy36fdlLRAwXabNsVPmMJASXSC9/3KrGbNsxiswHQ/pLgNMm5WBWGIgJS9M2ykPVdbJ6nS9/3JN40TUmGU7XoEpENMjQqbNmnQgeJuhF6bvlFW0qO9LpjGQEt2m6h0IVDJmmcam4ngFeQuEB+m9MJDKxizb8QryFgheAv/gJc/JKlrSl5kKBlKi21T9A4k7ZsUZr8AUSP/f35/uzwJJb1bTvSPk8gWLDKTANCL0DwTijFmmDdR7vAJTIKYNnnYgNj9XX+5eNfMYSEElgcQZs+KMV5CnQEz3pkWmh6YziYEUmALBe9E+/p/bZFVi2hjFMSvueAWm62Pa4GkGctdFq5Tp59TL3cDkAgMpqHRD2oxZcccrMF0f04ZLKxDTjURRuRuBXGAgBZWONDZj1q8vfi7WeAV5CQR/tmnfvF5WeuVuBHKBgRRUGojpFhTvDXVZ3TWyKi/qljUPgZi+Z0Wm65ppDKTA9Jet21C6l6iYRN2yZj2QG769RN12wQpZmZmes8k0BlJgOk7QbSibn4UoJ2q8AlMgoHtUyFUgeEkJRsrZ5yyUj8xMIWceAykw3QvoNhQ2jel1SOVEjVeQtUDwZ7zh3Nt7bkSiXq9WDo7Big915xIDKagmEDD9sFU5UeMVmB4ahmoCwb8MhbcEjfoHOhEE/sFPfE9w0h1HRTF9z3KBgRRUG0jcMUs3XhWZNrnuTRBMX+taueeNcomBFJheKmF6HRFuceOMWbrxqsi0yXUHv6avdQnx47pFxZsrDKTAtKHwFx61GYvijFm68aqomutk+lpXcM+Bd3T3Ig5gIAWmDaXbjEW2YxZuYU3jFVRznUxfmzS8jxdeVoPjGq8wkALThtJtxiLbMctmvALTddKNfaavTRKCx3Ux3SPmEgOx29g2gYDNmGUzXoFpk+seODB9bRLwHMeLch1svi+5xUDsnnOwDcQ0ZmFT2T5xZtrkukAQKh6VM70daFx4d5ftbW/LZT9pFXnuMZDCcw54Jl0H87XNE164N9L96CleAh81FvWHh551MO/jpIM/29nDJxTOR0xQ44YX3hAb8ZggBkSAPzfGKMSNjwcVBkJ4wSUiAoTgzSNQSWAgRBoMhEiDgRBpVBLIvDfGrwlVeKssibwWBMHv5dHEsv92XGQgN24+d7n86jJZEvktVCtennlwuSojMpD5m89rOBWc2ihLIq/VhDWzX5r5caMqIzKQRe/Xj23r6DwiSyKvvTzjYGQHkb8APA4h3wUq+PP6GQcWqQjaQDhmke904xVoA4F5b5y7IVTqJ7Ik8ops/lfWzzg4V5aR5Pfo3fx2fX1n98kmOdSvkw+JPBG0jhk5tH7Nd/celQ8iGQOBBW+On9odqkZGQn4IWmsD1bDu2gNN8oGWVSBQiCTcIMvz5USUV/tqg2CuTRxgHQj0PPTb3rlUvmqRYiiUL/tUqNaMGTVslWms6i1WIL0hlvb2rqmyNLrjwt9ulDOiRD2z+zez5cxo1KghTXGi6C2Qk3O7jzWHckaUqAtHT3G+f51fADAQcoGBEGkwECINBkKkwUCINBgIkQYDIdJgIEQa/gTS1nRUBQFf6EiJkVvcTReNntKgHEslkA+ONTfKBc2SJVFSXpF7kLly7pTsW/c+bG9eGoZqpSyJkhEEiy8cdcUa5VgqgbSc2FXf3dXZIkui6oVha+3ouvpJwaSj8pFTqQQCcqC+Ss7ukRNRVUKlVsjxx3KVgtQCaQlbxna1tzYGKpgiHxJVROLYJHE0qJSkFggwEqoG4hgyaszcSSmMVkWpBgKIpLu9bbniuEW25JgjDIJVcs+xXKUs9UCKcODe1dW5SCnVEIThVHlUok7WRAWFKJpqArWhpnbYhklnXLJXDYD/AURtGX0bg0UyAAAAAElFTkSuQmCC"},28982:function(de){"use strict";de.exports="data:image/png;base64,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"},2487:function(de){"use strict";de.exports="data:image/png;base64,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"},3164:function(de){"use strict";de.exports="data:image/png;base64,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"},93580:function(de){"use strict";de.exports=JSON.parse('{"0":"\uFFFD","128":"\u20AC","130":"\u201A","131":"\u0192","132":"\u201E","133":"\u2026","134":"\u2020","135":"\u2021","136":"\u02C6","137":"\u2030","138":"\u0160","139":"\u2039","140":"\u0152","142":"\u017D","145":"\u2018","146":"\u2019","147":"\u201C","148":"\u201D","149":"\u2022","150":"\u2013","151":"\u2014","152":"\u02DC","153":"\u2122","154":"\u0161","155":"\u203A","156":"\u0153","158":"\u017E","159":"\u0178"}')},21922:function(de){"use strict";de.exports=JSON.parse('{"AElig":"\xC6","AMP":"&","Aacute":"\xC1","Acirc":"\xC2","Agrave":"\xC0","Aring":"\xC5","Atilde":"\xC3","Auml":"\xC4","COPY":"\xA9","Ccedil":"\xC7","ETH":"\xD0","Eacute":"\xC9","Ecirc":"\xCA","Egrave":"\xC8","Euml":"\xCB","GT":">","Iacute":"\xCD","Icirc":"\xCE","Igrave":"\xCC","Iuml":"\xCF","LT":"<","Ntilde":"\xD1","Oacute":"\xD3","Ocirc":"\xD4","Ograve":"\xD2","Oslash":"\xD8","Otilde":"\xD5","Ouml":"\xD6","QUOT":"\\"","REG":"\xAE","THORN":"\xDE","Uacute":"\xDA","Ucirc":"\xDB","Ugrave":"\xD9","Uuml":"\xDC","Yacute":"\xDD","aacute":"\xE1","acirc":"\xE2","acute":"\xB4","aelig":"\xE6","agrave":"\xE0","amp":"&","aring":"\xE5","atilde":"\xE3","auml":"\xE4","brvbar":"\xA6","ccedil":"\xE7","cedil":"\xB8","cent":"\xA2","copy":"\xA9","curren":"\xA4","deg":"\xB0","divide":"\xF7","eacute":"\xE9","ecirc":"\xEA","egrave":"\xE8","eth":"\xF0","euml":"\xEB","frac12":"\xBD","frac14":"\xBC","frac34":"\xBE","gt":">","iacute":"\xED","icirc":"\xEE","iexcl":"\xA1","igrave":"\xEC","iquest":"\xBF","iuml":"\xEF","laquo":"\xAB","lt":"<","macr":"\xAF","micro":"\xB5","middot":"\xB7","nbsp":"\xA0","not":"\xAC","ntilde":"\xF1","oacute":"\xF3","ocirc":"\xF4","ograve":"\xF2","ordf":"\xAA","ordm":"\xBA","oslash":"\xF8","otilde":"\xF5","ouml":"\xF6","para":"\xB6","plusmn":"\xB1","pound":"\xA3","quot":"\\"","raquo":"\xBB","reg":"\xAE","sect":"\xA7","shy":"\xAD","sup1":"\xB9","sup2":"\xB2","sup3":"\xB3","szlig":"\xDF","thorn":"\xFE","times":"\xD7","uacute":"\xFA","ucirc":"\xFB","ugrave":"\xF9","uml":"\xA8","uuml":"\xFC","yacute":"\xFD","yen":"\xA5","yuml":"\xFF"}')}}]);
|
|
|
}()); |