|
|
!(function(){var Jc=Object.defineProperty,qc=Object.defineProperties;var ed=Object.getOwnPropertyDescriptors;var Pc=Object.getOwnPropertySymbols;var Gc=Object.prototype.hasOwnProperty,_c=Object.prototype.propertyIsEnumerable;var Hc=Math.pow,zc=(de,ne,y)=>ne in de?Jc(de,ne,{enumerable:!0,configurable:!0,writable:!0,value:y}):de[ne]=y,Ul=(de,ne)=>{for(var y in ne||(ne={}))Gc.call(ne,y)&&zc(de,y,ne[y]);if(Pc)for(var y of Pc(ne))_c.call(ne,y)&&zc(de,y,ne[y]);return de},Oc=(de,ne)=>qc(de,ed(ne));var $c=(de,ne)=>{var y={};for(var ee in de)Gc.call(de,ee)&&ne.indexOf(ee)<0&&(y[ee]=de[ee]);if(de!=null&&Pc)for(var ee of Pc(de))ne.indexOf(ee)<0&&_c.call(de,ee)&&(y[ee]=de[ee]);return y};var jc=(de,ne,y)=>new Promise((ee,se)=>{var ue=Ce=>{try{fe(y.next(Ce))}catch(oe){se(oe)}},pe=Ce=>{try{fe(y.throw(Ce))}catch(oe){se(oe)}},fe=Ce=>Ce.done?ee(Ce.value):Promise.resolve(Ce.value).then(ue,pe);fe((y=y.apply(de,ne)).next())});(self.webpackChunk=self.webpackChunk||[]).push([[4478],{71736:function(de,ne){"use strict";ne.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(me,a,b,z){b===void 0&&(b=0),z===void 0&&(z=1/0),this._name=me,this._defaultValue=a,this._minimum=b,this._maximum=z}Object.defineProperty(de.prototype,"name",{get:function(){return this._name},set:function(me){if(typeof me!="string"||me==="")throw new Error("Shape name must be a valid string.");this._name=me}}),Object.defineProperty(de.prototype,"defaultValue",{get:function(){return this._defaultValue},set:function(me){if(typeof me!="number"||isNaN(me))throw new Error("The default value must be a real number, not: "+me);this._defaultValue=me}}),Object.defineProperty(de.prototype,"minimum",{get:function(){return this._minimum},set:function(me){if(typeof me!="number"||isNaN(me))throw new Error("Minimum must be a real number, not: "+me);this._minimum=me}}),Object.defineProperty(de.prototype,"maximum",{get:function(){return this._maximum},set:function(me){if(typeof me!="number"||isNaN(me))throw new Error("Maximum must be a real number, not: "+me);this._maximum=me}}),go.Shape._FigureParameters={},go.Shape.getFigureParameter=function(me,a){var b=go.Shape._FigureParameters[me];return b?b[a]:null},go.Shape.setFigureParameter=function(me,a,b){if(!(b instanceof de))throw new Error("Third argument to Shape.setFigureParameter is not FigureParameter: "+b);if(b.defaultValue<b.minimum||b.defaultValue>b.maximum)throw new Error("defaultValue must be between minimum and maximum, not: "+b.defaultValue);var z=go.Shape._FigureParameters[me];z||(z=[],go.Shape._FigureParameters[me]=z),z[a]=b};var ne=[];function y(me,a){var b=ne.pop();return b===void 0?new go.Point(me,a):(b.x=me,b.y=a,b)}function ee(){var me=ne.pop();return me===void 0?new go.Point:me}function se(me){ne.push(me)}function ue(me,a,b,z,E,te,ae,le,ce){ce||(ce=new go.Point);var he=me-b,ye=E-ae,Pe=NaN,Me=NaN;if(he===0)if(ye===0)me===b&&(Pe=me,Me=a);else{var Be=(te-le)/ye,Ze=te-Be*E;Pe=me,Me=Be*Pe+Ze}else if(ye===0){var Le=(a-z)/he,bt=a-Le*me;Pe=E,Me=Le*Pe+bt}else{var Le=(a-z)/he,Be=(te-le)/ye,bt=a-Le*me,Ze=te-Be*E;Pe=(Ze-bt)/(Le-Be),Me=Le*Pe+bt}return ce.x=Pe,ce.y=Me,ce}function pe(me,a,b,z,E,te,ae,le,ce,he,ye,Pe,Me,Be){var Ze=1-ce,Le=ce,bt=me*Ze+b*Le,xt=a*Ze+z*Le,Sn=b*Ze+E*Le,Ct=z*Ze+te*Le,St=E*Ze+ae*Le,Ht=te*Ze+le*Le,zt=bt*Ze+Sn*Le,sn=xt*Ze+Ct*Le,Pn=Sn*Ze+St*Le,wt=Ct*Ze+Ht*Le,gn=zt*Ze+Pn*Le,Gn=sn*Ze+wt*Le;he.x=bt,he.y=xt,ye.x=zt,ye.y=sn,Pe.x=gn,Pe.y=Gn,Me.x=Pn,Me.y=wt,Be.x=St,Be.y=Ht}var fe=new go.Spot(.156,.156),Ce=new go.Spot(.844,.844),oe=4*((Math.sqrt(2)-1)/3);go.Shape.setFigureParameter("RoundedRectangle",0,new de("CornerRounding",5)),go.Shape.defineFigureGenerator("RoundedRectangle",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=5),z=Math.min(z,a/3),z=Math.min(z,b/3);var E=z*oe,te=new go.Geometry().add(new go.PathFigure(z,0,!0).add(new go.PathSegment(go.PathSegment.Line,a-z,0)).add(new go.PathSegment(go.PathSegment.Bezier,a,z,a-E,0,a,E)).add(new go.PathSegment(go.PathSegment.Line,a,b-z)).add(new go.PathSegment(go.PathSegment.Bezier,a-z,b,a,b-E,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,z,b)).add(new go.PathSegment(go.PathSegment.Bezier,0,b-z,E,b,0,b-E)).add(new go.PathSegment(go.PathSegment.Line,0,z)).add(new go.PathSegment(go.PathSegment.Bezier,z,0,0,E,E,0).close()));return E>1&&(te.spot1=new go.Spot(0,0,E,E),te.spot2=new go.Spot(1,1,-E,-E)),te}),go.Shape.defineFigureGenerator("Border","RoundedRectangle"),go.Shape.defineFigureGenerator("TriangleRight",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())).setSpots(0,.25,.5,.75)}),go.Shape.defineFigureGenerator("TriangleDown",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,.5*a,b).close())).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("TriangleLeft",function(me,a,b){return new go.Geometry().add(new go.PathFigure(a,b).add(new go.PathSegment(go.PathSegment.Line,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,0).close())).setSpots(.5,.25,1,.75)}),go.Shape.defineFigureGenerator("TriangleUp",function(me,a,b){return new go.Geometry().add(new go.PathFigure(a,b).add(new go.PathSegment(go.PathSegment.Line,0,b)).add(new go.PathSegment(go.PathSegment.Line,.5*a,0).close())).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("Triangle","TriangleUp"),go.Shape.defineFigureGenerator("Diamond",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.5*a,0).add(new go.PathSegment(go.PathSegment.Line,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,.5*a,b)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b).close())).setSpots(.25,.25,.75,.75)}),go.Shape.defineFigureGenerator("LineH",function(me,a,b){var z=new go.Geometry(go.Geometry.Line);return z.startX=0,z.startY=b/2,z.endX=a,z.endY=b/2,z}),go.Shape.defineFigureGenerator("LineV",function(me,a,b){var z=new go.Geometry(go.Geometry.Line);return z.startX=a/2,z.startY=0,z.endX=a/2,z.endY=b,z}),go.Shape.defineFigureGenerator("BarH","Rectangle"),go.Shape.defineFigureGenerator("BarV","Rectangle"),go.Shape.defineFigureGenerator("MinusLine","LineH"),go.Shape.defineFigureGenerator("PlusLine",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,b/2,!1).add(new go.PathSegment(go.PathSegment.Line,a,b/2)).add(new go.PathSegment(go.PathSegment.Move,a/2,0)).add(new go.PathSegment(go.PathSegment.Line,a/2,b)))}),go.Shape.defineFigureGenerator("XLine",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,b,!1).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Move,0,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)))}),go.Shape.defineFigureGenerator("LineRight",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.25*a,0,!1).add(new go.PathSegment(go.PathSegment.Line,.75*a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,.25*a,b)))}),go.Shape.defineFigureGenerator("LineDown",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,.25*b,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,.75*b)).add(new go.PathSegment(go.PathSegment.Line,a,.25*b)))}),go.Shape.defineFigureGenerator("LineLeft",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.75*a,0,!1).add(new go.PathSegment(go.PathSegment.Line,.25*a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,.75*a,b)))}),go.Shape.defineFigureGenerator("LineUp",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,.75*b,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,.25*b)).add(new go.PathSegment(go.PathSegment.Line,a,.75*b)))}),go.Shape.defineFigureGenerator("AsteriskLine",function(me,a,b){var z=.2/Math.SQRT2;return new go.Geometry().add(new go.PathFigure(z*a,(1-z)*b,!1).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,z*b)).add(new go.PathSegment(go.PathSegment.Move,z*a,z*b)).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,(1-z)*b)).add(new go.PathSegment(go.PathSegment.Move,0,b/2)).add(new go.PathSegment(go.PathSegment.Line,a,b/2)).add(new go.PathSegment(go.PathSegment.Move,a/2,0)).add(new go.PathSegment(go.PathSegment.Line,a/2,b)))}),go.Shape.defineFigureGenerator("CircleLine",function(me,a,b){var z=a/2,E=new go.Geometry().add(new go.PathFigure(a,a/2,!1).add(new go.PathSegment(go.PathSegment.Arc,0,360,z,z,z,z).close()));return E.spot1=fe,E.spot2=Ce,E.defaultStretch=go.GraphObject.Uniform,E}),go.Shape.defineFigureGenerator("Line1",function(me,a,b){var z=new go.Geometry(go.Geometry.Line);return z.startX=0,z.startY=0,z.endX=a,z.endY=b,z}),go.Shape.defineFigureGenerator("Line2",function(me,a,b){var z=new go.Geometry(go.Geometry.Line);return z.startX=a,z.startY=0,z.endX=0,z.endY=b,z}),go.Shape.defineFigureGenerator("Curve1",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,a,b,oe*a,0,a,(1-oe)*b)))}),go.Shape.defineFigureGenerator("Curve2",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,a,b,0,oe*b,(1-oe)*a,b)))}),go.Shape.defineFigureGenerator("Curve3",function(me,a,b){return new go.Geometry().add(new go.PathFigure(a,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,b,a,oe*b,oe*a,b)))}),go.Shape.defineFigureGenerator("Curve4",function(me,a,b){return new go.Geometry().add(new go.PathFigure(a,0,!1).add(new go.PathSegment(go.PathSegment.Bezier,0,b,(1-oe)*a,0,0,(1-oe)*b)))}),go.Shape.defineFigureGenerator("TriangleDownLeft",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())).setSpots(0,.5,.5,1)}),go.Shape.defineFigureGenerator("TriangleDownRight",function(me,a,b){return new go.Geometry().add(new go.PathFigure(a,0,!0).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())).setSpots(.5,.5,1,1)}),go.Shape.defineFigureGenerator("TriangleUpLeft",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())).setSpots(0,0,.5,.5)}),go.Shape.defineFigureGenerator("TriangleUpRight",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a,b).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(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)?z=.1:z<-1?z=-1:z>1&&(z=1);var E=Math.abs(z)*a;if(z===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=a,te.endY=b,te}else{var te=new go.Geometry;return z>0?te.add(new go.PathFigure(E,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a-E,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,E,b).close())),E<a/2&&te.setSpots(E/a,0,(a-E)/a,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(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)?z=10:z<-a?z=-a:z>a&&(z=a);var E=Math.abs(z);if(z===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=a,te.endY=b,te}else{var te=new go.Geometry;return z>0?te.add(new go.PathFigure(E,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a-E,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,E,b).close())),E<a/2&&te.setSpots(E/a,0,(a-E)/a,1),te}}),go.Shape.setFigureParameter("Trapezoid1",0,new de("Indent",.2,-.99,.99)),go.Shape.defineFigureGenerator("Trapezoid1",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)?z=.2:z<.5?z=-.5:z>.5&&(z=.5);var E=Math.abs(z)*a;if(z===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=a,te.endY=b,te}else{var te=new go.Geometry;return z>0?te.add(new go.PathFigure(E,0).add(new go.PathSegment(go.PathSegment.Line,a-E,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,E,b).close())),E<a/2&&te.setSpots(E/a,0,(a-E)/a,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(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)?z=20:z<-a?z=-a/2:z>a&&(z=a/2);var E=Math.abs(z);if(z===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=a,te.endY=b,te}else{var te=new go.Geometry;return z>0?te.add(new go.PathFigure(E,0).add(new go.PathSegment(go.PathSegment.Line,a-E,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())):te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,E,b).close())),E<a/2&&te.setSpots(E/a,0,(a-E)/a,1),te}}),go.Shape.setFigureParameter("ManualOperation",0,new de("Indent",10,-1/0,1/0)),go.Shape.defineFigureGenerator("ManualOperation",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)?z=10:z<-a?z=-a/2:z>a&&(z=a/2);var E=Math.abs(z);if(z===0){var te=new go.Geometry(go.Geometry.Rectangle);return te.startX=0,te.startY=0,te.endX=a,te.endY=b,te}else{var te=new go.Geometry;return z>0?te.add(new go.PathFigure(0,0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a-E,b)).add(new go.PathSegment(go.PathSegment.Line,E,b).close())):te.add(new go.PathFigure(E,0).add(new go.PathSegment(go.PathSegment.Line,a-E,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close())),E<a/2&&te.setSpots(E/a,0,(a-E)/a,1),te}});var Ae=[];function Te(){var me=Ae.pop();return me===void 0?[]:me}function Ie(me){me.length=0,Ae.push(me)}function De(me){for(var a=Te(),b=.5,z=.5,E=Math.PI*1.5,te=0,ae=0;ae<me;ae++)te=2*Math.PI/me*ae+E,a[ae]=new go.Point(z+b*Math.cos(te),z+b*Math.sin(te));return a.push(a[0]),a}function Fe(me){var a=Oe(me),b=Te();b[0]=a[0];for(var z=1,E=1;z<a.length;z+=2,E+=3)b[E]=a[z],b[E+1]=a[z],b[E+2]=a[z+1];return Ie(a),b}function Oe(me){for(var a=De(me),b=Te(),z=Math.floor(a.length/2),E=a.length-1,te=me%2===0?2:1,ae=0;ae<E;ae++){var le=a[ae],ce=a[ae+1],he=a[(z+ae-1)%E],ye=a[(z+ae+te)%E];b[ae*2]=le,b[ae*2+1]=ue(le.x,le.y,he.x,he.y,ce.x,ce.y,ye.x,ye.y,new go.Point)}return b[b.length]=b[0],Ie(a),b}go.Shape.defineFigureGenerator("Pentagon",function(me,a,b){var z=De(5),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<5;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.2,.22),E.spot2=new go.Spot(.8,.9),E}),go.Shape.defineFigureGenerator("Hexagon",function(me,a,b){var z=De(6),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<6;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.07,.25),E.spot2=new go.Spot(.93,.75),E}),go.Shape.defineFigureGenerator("Heptagon",function(me,a,b){var z=De(7),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<7;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.2,.15),E.spot2=new go.Spot(.8,.85),E}),go.Shape.defineFigureGenerator("Octagon",function(me,a,b){var z=De(8),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<8;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.15,.15),E.spot2=new go.Spot(.85,.85),E}),go.Shape.defineFigureGenerator("Nonagon",function(me,a,b){var z=De(9),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<9;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.17,.13),E.spot2=new go.Spot(.82,.82),E}),go.Shape.defineFigureGenerator("Decagon",function(me,a,b){var z=De(10),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<10;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.16,.16),E.spot2=new go.Spot(.84,.84),E}),go.Shape.defineFigureGenerator("Dodecagon",function(me,a,b){var z=De(12),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<12;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.16,.16),E.spot2=new go.Spot(.84,.84),E}),go.Shape.defineFigureGenerator("FivePointedStar",function(me,a,b){var z=Oe(5),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<10;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.266,.333),E.spot2=new go.Spot(.733,.733),E}),go.Shape.defineFigureGenerator("SixPointedStar",function(me,a,b){var z=Oe(6),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<12;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.17,.25),E.spot2=new go.Spot(.83,.75),E}),go.Shape.defineFigureGenerator("SevenPointedStar",function(me,a,b){var z=Oe(7),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<14;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.222,.277),E.spot2=new go.Spot(.777,.666),E}),go.Shape.defineFigureGenerator("EightPointedStar",function(me,a,b){var z=Oe(8),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<16;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.25,.25),E.spot2=new go.Spot(.75,.75),E}),go.Shape.defineFigureGenerator("NinePointedStar",function(me,a,b){var z=Oe(9),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<18;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.222,.277),E.spot2=new go.Spot(.777,.666),E}),go.Shape.defineFigureGenerator("TenPointedStar",function(me,a,b){var z=Oe(10),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<20;ae++)te.add(new go.PathSegment(go.PathSegment.Line,z[ae].x*a,z[ae].y*b));return te.add(new go.PathSegment(go.PathSegment.Line,z[0].x*a,z[0].y*b).close()),Ie(z),E.spot1=new go.Spot(.281,.261),E.spot2=new go.Spot(.723,.748),E}),go.Shape.defineFigureGenerator("FivePointedBurst",function(me,a,b){var z=Fe(5),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.222,.277),E.spot2=new go.Spot(.777,.777),E}),go.Shape.defineFigureGenerator("SixPointedBurst",function(me,a,b){var z=Fe(6),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.17,.222),E.spot2=new go.Spot(.833,.777),E}),go.Shape.defineFigureGenerator("SevenPointedBurst",function(me,a,b){var z=Fe(7),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.222,.222),E.spot2=new go.Spot(.777,.777),E}),go.Shape.defineFigureGenerator("EightPointedBurst",function(me,a,b){var z=Fe(8),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.222,.222),E.spot2=new go.Spot(.777,.777),E}),go.Shape.defineFigureGenerator("NinePointedBurst",function(me,a,b){var z=Fe(9),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.222,.222),E.spot2=new go.Spot(.777,.777),E}),go.Shape.defineFigureGenerator("TenPointedBurst",function(me,a,b){var z=Fe(10),E=new go.Geometry,te=new go.PathFigure(z[0].x*a,z[0].y*b,!0);E.add(te);for(var ae=1;ae<z.length;ae+=3)te.add(new go.PathSegment(go.PathSegment.Bezier,z[ae+2].x*a,z[ae+2].y*b,z[ae].x*a,z[ae].y*b,z[ae+1].x*a,z[ae+1].y*b));return te.segments.last().close(),Ie(z),E.spot1=new go.Spot(.222,.222),E.spot2=new go.Spot(.777,.777),E}),go.Shape.setFigureParameter("FramedRectangle",0,new de("ThicknessX",8)),go.Shape.setFigureParameter("FramedRectangle",1,new de("ThicknessY",8)),go.Shape.defineFigureGenerator("FramedRectangle",function(me,a,b){var z=me?me.parameter1:NaN,E=me?me.parameter2:NaN;isNaN(z)&&(z=8),isNaN(E)&&(E=8);var te=new go.Geometry,ae=new go.PathFigure(0,0,!0);return te.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z<a/2&&E<b/2&&(ae.add(new go.PathSegment(go.PathSegment.Move,z,E)),ae.add(new go.PathSegment(go.PathSegment.Line,z,b-E)),ae.add(new go.PathSegment(go.PathSegment.Line,a-z,b-E)),ae.add(new go.PathSegment(go.PathSegment.Line,a-z,E).close())),te.setSpots(0,0,1,1,z,E,-z,-E),te}),go.Shape.setFigureParameter("Ring",0,new de("Thickness",8)),go.Shape.defineFigureGenerator("Ring",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=8);var E=a/2,te=new go.Geometry,ae=new go.PathFigure(a,a/2,!0);te.add(ae),ae.add(new go.PathSegment(go.PathSegment.Arc,0,360,E,E,E,E).close());var le=Math.max(E-z,0);return le>0&&(ae.add(new go.PathSegment(go.PathSegment.Move,a/2+le,a/2)),ae.add(new go.PathSegment(go.PathSegment.Arc,0,-360,E,E,le,le).close())),te.spot1=fe,te.spot2=Ce,te.defaultStretch=go.GraphObject.Uniform,te}),go.Shape.defineFigureGenerator("Cloud",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.08034461*a,.1944299*b,!0).add(new go.PathSegment(go.PathSegment.Bezier,.2008615*a,.05349299*b,-.09239631*a,.07836421*b,.1406031*a,-.0542823*b)).add(new go.PathSegment(go.PathSegment.Bezier,.4338609*a,.074219*b,.2450511*a,-.00697547*b,.3776197*a,-.01112067*b)).add(new go.PathSegment(go.PathSegment.Bezier,.6558228*a,.07004196*b,.4539471*a,0,.6066018*a,-.02526587*b)).add(new go.PathSegment(go.PathSegment.Bezier,.8921095*a,.08370865*b,.6914277*a,-.01904177*b,.8921095*a,-.01220843*b)).add(new go.PathSegment(go.PathSegment.Bezier,.9147671*a,.3194596*b,1.036446*a,.04105738*b,1.020377*a,.3022052*b)).add(new go.PathSegment(go.PathSegment.Bezier,.9082935*a,.562044*b,1.04448*a,.360238*b,.992256*a,.5219009*b)).add(new go.PathSegment(go.PathSegment.Bezier,.9212406*a,.8217117*b,1.032337*a,.5771781*b,1.018411*a,.8120651*b)).add(new go.PathSegment(go.PathSegment.Bezier,.7592566*a,.9156953*b,1.028411*a,.9571472*b,.8556702*a,1.052487*b)).add(new go.PathSegment(go.PathSegment.Bezier,.5101666*a,.9310455*b,.7431877*a,1.009325*b,.5624123*a,1.021761*b)).add(new go.PathSegment(go.PathSegment.Bezier,.2609328*a,.9344623*b,.4820677*a,1.031761*b,.3030112*a,1.002796*b)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*a,.870098*b,.2329994*a,1.01518*b,.03213784*a,1.01518*b)).add(new go.PathSegment(go.PathSegment.Bezier,.06829292*a,.6545475*b,-.02812061*a,.9032597*b,-.01205169*a,.6835638*b)).add(new go.PathSegment(go.PathSegment.Bezier,.06427569*a,.4265613*b,-.01812061*a,.6089503*b,-.00606892*a,.4555777*b)).add(new go.PathSegment(go.PathSegment.Bezier,.08034461*a,.1944299*b,-.01606892*a,.3892545*b,-.01205169*a,.1944299*b))).setSpots(.1,.1,.9,.9)}),go.Shape.defineFigureGenerator("StopSign",function(me,a,b){var z=1/(Math.SQRT2+2);return new go.Geometry().add(new go.PathFigure(z*a,0,!0).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,0)).add(new go.PathSegment(go.PathSegment.Line,a,z*b)).add(new go.PathSegment(go.PathSegment.Line,a,(1-z)*b)).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,b)).add(new go.PathSegment(go.PathSegment.Line,z*a,b)).add(new go.PathSegment(go.PathSegment.Line,0,(1-z)*b)).add(new go.PathSegment(go.PathSegment.Line,0,z*b).close())).setSpots(z/2,z/2,1-z/2,1-z/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(me,a,b){var z=me?me.parameter1:NaN,E=me?me.parameter2:NaN;isNaN(z)&&(z=0),isNaN(E)&&(E=315);var te=z%360;te<0&&(te+=360);var ae=E%360,le=Math.min(a,b)/2;return new go.Geometry().add(new go.PathFigure(le,le).add(new go.PathSegment(go.PathSegment.Arc,te,ae,le,le,le,le).close()))}),go.Shape.defineFigureGenerator("PiePiece",function(me,a,b){var z=oe/Math.SQRT2*.5,E=Math.SQRT2/2,te=1-Math.SQRT2/2;return new go.Geometry().add(new go.PathFigure(a,b,!0).add(new go.PathSegment(go.PathSegment.Bezier,E*a,te*b,a,(1-z)*b,(E+z)*a,(te+z)*b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close()))}),go.Shape.setFigureParameter("ThickCross",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("ThickCross",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=30);var E=Math.min(z,a)/2,te=a/2,ae=b/2;return new go.Geometry().add(new go.PathFigure(te-E,0,!0).add(new go.PathSegment(go.PathSegment.Line,te+E,0)).add(new go.PathSegment(go.PathSegment.Line,te+E,ae-E)).add(new go.PathSegment(go.PathSegment.Line,a,ae-E)).add(new go.PathSegment(go.PathSegment.Line,a,ae+E)).add(new go.PathSegment(go.PathSegment.Line,te+E,ae+E)).add(new go.PathSegment(go.PathSegment.Line,te+E,b)).add(new go.PathSegment(go.PathSegment.Line,te-E,b)).add(new go.PathSegment(go.PathSegment.Line,te-E,ae+E)).add(new go.PathSegment(go.PathSegment.Line,0,ae+E)).add(new go.PathSegment(go.PathSegment.Line,0,ae-E)).add(new go.PathSegment(go.PathSegment.Line,te-E,ae-E).close()))}),go.Shape.setFigureParameter("ThinCross",0,new de("Thickness",10)),go.Shape.defineFigureGenerator("ThinCross",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=10);var E=Math.min(z,a)/2,te=a/2,ae=b/2;return new go.Geometry().add(new go.PathFigure(te-E,0,!0).add(new go.PathSegment(go.PathSegment.Line,te+E,0)).add(new go.PathSegment(go.PathSegment.Line,te+E,ae-E)).add(new go.PathSegment(go.PathSegment.Line,a,ae-E)).add(new go.PathSegment(go.PathSegment.Line,a,ae+E)).add(new go.PathSegment(go.PathSegment.Line,te+E,ae+E)).add(new go.PathSegment(go.PathSegment.Line,te+E,b)).add(new go.PathSegment(go.PathSegment.Line,te-E,b)).add(new go.PathSegment(go.PathSegment.Line,te-E,ae+E)).add(new go.PathSegment(go.PathSegment.Line,0,ae+E)).add(new go.PathSegment(go.PathSegment.Line,0,ae-E)).add(new go.PathSegment(go.PathSegment.Line,te-E,ae-E).close()))}),go.Shape.setFigureParameter("ThickX",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("ThickX",function(me,a,b){var z=me?me.parameter1:NaN;if((isNaN(z)||z<0)&&(z=30),a===0||b===0){var E=new go.Geometry(go.Geometry.Rectangle);return E.startX=0,E.startY=0,E.endX=a,E.endY=b,E}else{var te=a/2,ae=b/2,le=Math.atan2(b,a),ce=z-Math.min(Math.cos(le)*z/2,te),he=z-Math.min(Math.sin(le)*z/2,ae),E=new go.Geometry,ye=new go.PathFigure(ce,0,!0);return E.add(ye),ye.add(new go.PathSegment(go.PathSegment.Line,te,.2*b)),ye.add(new go.PathSegment(go.PathSegment.Line,a-ce,0)),ye.add(new go.PathSegment(go.PathSegment.Line,a,he)),ye.add(new go.PathSegment(go.PathSegment.Line,.8*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,a,b-he)),ye.add(new go.PathSegment(go.PathSegment.Line,a-ce,b)),ye.add(new go.PathSegment(go.PathSegment.Line,te,.8*b)),ye.add(new go.PathSegment(go.PathSegment.Line,ce,b)),ye.add(new go.PathSegment(go.PathSegment.Line,0,b-he)),ye.add(new go.PathSegment(go.PathSegment.Line,.2*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,0,he).close()),E}}),go.Shape.setFigureParameter("ThinX",0,new de("Thickness",10)),go.Shape.defineFigureGenerator("ThinX",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=10);var E=new go.Geometry,te=new go.PathFigure(.1*a,0,!0);return E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Line,.6*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.9*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.1*a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.9*b)),te.add(new go.PathSegment(go.PathSegment.Line,.4*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.1*b).close()),E}),go.Shape.setFigureParameter("SquareIBeam",0,new de("BeamWidth",.2,.1,.9)),go.Shape.defineFigureGenerator("SquareIBeam",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.2);var E=new go.Geometry,te=new go.PathFigure(0,0,!0);return E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,z*b)),te.add(new go.PathSegment(go.PathSegment.Line,(.5+z/2)*a,z*b)),te.add(new go.PathSegment(go.PathSegment.Line,(.5+z/2)*a,(1-z)*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,(1-z)*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,(1-z)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(.5-z/2)*a,(1-z)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(.5-z/2)*a,z*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,z*b).close()),E}),go.Shape.setFigureParameter("RoundedIBeam",0,new de("Curviness",.5,.05,.65)),go.Shape.defineFigureGenerator("RoundedIBeam",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.5);var E=new go.Geometry,te=new go.PathFigure(0,0,!0);return E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Bezier,a,b,Math.abs(1-z)*a,.25*b,Math.abs(1-z)*a,.75*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Bezier,0,0,z*a,.75*b,z*a,.25*b).close()),E}),go.Shape.defineFigureGenerator("HalfEllipse",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,oe*a,0,a,(.5-oe/2)*b)).add(new go.PathSegment(go.PathSegment.Bezier,0,b,a,(.5+oe/2)*b,oe*a,b).close())).setSpots(0,.156,.844,.844)}),go.Shape.defineFigureGenerator("Crescent",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,b,a,0,a,b)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.5*a,.75*b,.5*a,.25*b).close())).setSpots(.311,.266,.744,.744)}),go.Shape.defineFigureGenerator("Heart",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.5*a,b,!0).add(new go.PathSegment(go.PathSegment.Bezier,0,.3*b,.1*a,.8*b,0,.5*b)).add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.3*b,0,0,.45*a,0)).add(new go.PathSegment(go.PathSegment.Bezier,a,.3*b,.55*a,0,a,0)).add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,.5*b,.9*a,.8*b).close())).setSpots(.14,.29,.86,.78)}),go.Shape.defineFigureGenerator("Spade",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.5*a,0,!0).add(new go.PathSegment(go.PathSegment.Line,.51*a,.01*b)).add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,.6*a,.2*b,a,.25*b)).add(new go.PathSegment(go.PathSegment.Bezier,.55*a,.7*b,a,.8*b,.6*a,.8*b)).add(new go.PathSegment(go.PathSegment.Bezier,.75*a,b,.5*a,.75*b,.55*a,.95*b)).add(new go.PathSegment(go.PathSegment.Line,.25*a,b)).add(new go.PathSegment(go.PathSegment.Bezier,.45*a,.7*b,.45*a,.95*b,.5*a,.75*b)).add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,.4*a,.8*b,0,.8*b)).add(new go.PathSegment(go.PathSegment.Bezier,.49*a,.01*b,0,.25*b,.4*a,.2*b).close())).setSpots(.14,.26,.86,.78)}),go.Shape.defineFigureGenerator("Club",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.4*a,.6*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.15*a,b,.5*a,.75*b,.45*a,.95*b)),E.add(new go.PathSegment(go.PathSegment.Line,.85*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.6*a,.6*b,.55*a,.95*b,.5*a,.75*b));var te=.2,ae=.3,le=0,ce=te*oe;return E.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ae)*a,(.5+te+le)*b,(.5-te+ae)*a,(.5+ce+le)*b,(.5-ce+ae)*a,(.5+te+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+te+ae)*a,(.5+le)*b,(.5+ce+ae)*a,(.5+te+le)*b,(.5+te+ae)*a,(.5+ce+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ae)*a,(.5-te+le)*b,(1-.5+te+ae)*a,(.5-ce+le)*b,(.5+ce+ae)*a,(.5-te+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.65*a,.36771243*b,(.5-ce+ae)*a,(.5-te+le)*b,(.5-te+ae+.05)*a,(.5-ce+le-.02)*b)),te=.2,ae=0,le=-.3,ce=te*oe,E.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+te+ae)*a,(.5+le)*b,(.5+ce+ae)*a,(.5+te+le)*b,(.5+te+ae)*a,(.5+ce+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ae)*a,(.5-te+le)*b,(1-.5+te+ae)*a,(.5-ce+le)*b,(.5+ce+ae)*a,(.5-te+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5-te+ae)*a,(.5+le)*b,(.5-ce+ae)*a,(.5-te+le)*b,(.5-te+ae)*a,(.5-ce+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5-ce+ae)*a,(.5+te+le)*b,(.5-te+ae)*a,(.5+ce+le)*b,(.5-ce+ae)*a,(.5+te+le)*b)),te=.2,ae=-.3,le=0,ce=te*oe,E.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ae)*a,(.5-te+le)*b,(1-.5+te+ae-.05)*a,(.5-ce+le-.02)*b,(.5+ce+ae)*a,(.5-te+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5-te+ae)*a,(.5+le)*b,(.5-ce+ae)*a,(.5-te+le)*b,(.5-te+ae)*a,(.5-ce+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,(.5+ae)*a,(.5+te+le)*b,(.5-te+ae)*a,(.5+ce+le)*b,(.5-ce+ae)*a,(.5+te+le)*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.4*a,.6*b,(.5+ce+ae)*a,(.5+te+le)*b,(.5+te+ae)*a,(.5+ce+le)*b).close()),z.setSpots(.06,.33,.93,.68),z}),go.Shape.defineFigureGenerator("YinYang",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*.5,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,270,180,a*.5,a*.5,a*.5,a*.5)),E.add(new go.PathSegment(go.PathSegment.Arc,90,-180,a*.5,a*.75,a*.25,a*.25)),E.add(new go.PathSegment(go.PathSegment.Arc,90,180,a*.5,a*.25,a*.25,a*.25));var te=.1,ae=.5,le=.25;return E.add(new go.PathSegment(go.PathSegment.Move,(ae+te)*a,le*b)),E.add(new go.PathSegment(go.PathSegment.Arc,0,-360,a*ae,b*le,te*a,te*a).close()),E=new go.PathFigure(a*.5,0,!1),z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,270,-180,a*.5,a*.5,a*.5,a*.5)),le=.75,E=new go.PathFigure((ae+te)*a,le*b,!0),z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,0,360,a*ae,b*le,te*a,te*a).close()),z.defaultStretch=go.GraphObject.Uniform,z}),go.Shape.defineFigureGenerator("Peace",function(me,a,b){var z=.8535533905932737,E=.5*a,te=.5*b;return new go.Geometry().add(new go.PathFigure(E,0,!1).add(new go.PathSegment(go.PathSegment.Arc,270,360,E,te,E,te)).add(new go.PathSegment(go.PathSegment.Line,E,b)).add(new go.PathSegment(go.PathSegment.Move,E,te)).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,z*b)).add(new go.PathSegment(go.PathSegment.Move,E,te)).add(new go.PathSegment(go.PathSegment.Line,z*a,z*b)))}),go.Shape.defineFigureGenerator("NotAllowed",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=.5,ae=.5,le=.5,ce=new go.PathFigure(ae*a,(le-te)*b);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),te=.4,E=oe*.4;var he=ee(),ye=ee(),Pe=ee(),Me=ee();pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.42,he,ye,Pe,Me,Me);var Be=ee(),Ze=ee(),Le=ee();pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.58,Me,Me,Le,Be,Ze);var bt=ee(),xt=ee(),Sn=ee();pe(ae,le+te,ae-E,le+te,ae-te,le+E,ae-te,le,.42,bt,xt,Sn,Me,Me);var Ct=ee(),St=ee(),Ht=ee();return pe(ae,le+te,ae-E,le+te,ae-te,le+E,ae-te,le,.58,Me,Me,Ht,Ct,St),ce.add(new go.PathSegment(go.PathSegment.Move,Ht.x*a,Ht.y*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,Ct.x*a,Ct.y*b,St.x*a,St.y*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae-te)*a,(le-E)*b,(ae-E)*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,Pe.x*a,Pe.y*b,he.x*a,he.y*b,ye.x*a,ye.y*b)),ce.add(new go.PathSegment(go.PathSegment.Line,Ht.x*a,Ht.y*b).close()),ce.add(new go.PathSegment(go.PathSegment.Move,Sn.x*a,Sn.y*b)),ce.add(new go.PathSegment(go.PathSegment.Line,Le.x*a,Le.y*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,Be.x*a,Be.y*b,Ze.x*a,Ze.y*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae+te)*a,(le+E)*b,(ae+E)*a,(le+te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,Sn.x*a,Sn.y*b,bt.x*a,bt.y*b,xt.x*a,xt.y*b).close()),se(he),se(ye),se(Pe),se(Me),se(Be),se(Ze),se(Le),se(bt),se(xt),se(Sn),se(Ct),se(St),se(Ht),z.defaultStretch=go.GraphObject.Uniform,z}),go.Shape.defineFigureGenerator("Fragile",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.25*a,0)).add(new go.PathSegment(go.PathSegment.Line,.2*a,.15*b)).add(new go.PathSegment(go.PathSegment.Line,.3*a,.25*b)).add(new go.PathSegment(go.PathSegment.Line,.29*a,.33*b)).add(new go.PathSegment(go.PathSegment.Line,.35*a,.25*b)).add(new go.PathSegment(go.PathSegment.Line,.3*a,.15*b)).add(new go.PathSegment(go.PathSegment.Line,.4*a,0)).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Bezier,.55*a,.5*b,a,.25*b,.75*a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,.55*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.7*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.7*a,b)).add(new go.PathSegment(go.PathSegment.Line,.3*a,b)).add(new go.PathSegment(go.PathSegment.Line,.3*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.45*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.45*a,.5*b)).add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*a,.5*b,0,.25*b).close()))}),go.Shape.setFigureParameter("HourGlass",0,new de("Thickness",30)),go.Shape.defineFigureGenerator("HourGlass",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=30),z>a&&(z=a);var E=(a-z)/2,te=E+z;return new go.Geometry().add(new go.PathFigure(te,.5*b).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b)).add(new go.PathSegment(go.PathSegment.Line,E,.5*b)).add(new go.PathSegment(go.PathSegment.Line,0,0)).add(new go.PathSegment(go.PathSegment.Line,a,0).close()))}),go.Shape.defineFigureGenerator("Lightning",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,.55*b).add(new go.PathSegment(go.PathSegment.Line,.6*a,0)).add(new go.PathSegment(go.PathSegment.Line,.3*a,.45*b)).add(new go.PathSegment(go.PathSegment.Line,a,.45*b)).add(new go.PathSegment(go.PathSegment.Line,.4*a,b)).add(new go.PathSegment(go.PathSegment.Line,.7*a,.55*b).close()))}),go.Shape.defineFigureGenerator("GenderMale",function(me,a,b){var z=new go.Geometry,E=oe*.4,te=.4,ae=.5,le=.5,ce=ee(),he=ee(),ye=ee(),Pe=ee(),Me=new go.PathFigure((ae-te)*a,le*b,!1);z.add(Me),Me.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae-te)*a,(le-E)*b,(ae-E)*a,(le-te)*b)),pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.44,ye,Pe,he,ce,ce),Me.add(new go.PathSegment(go.PathSegment.Bezier,he.x*a,he.y*b,ye.x*a,ye.y*b,Pe.x*a,Pe.y*b));var Be=y(he.x,he.y);pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.56,ce,ce,he,ye,Pe);var Ze=y(he.x,he.y);Me.add(new go.PathSegment(go.PathSegment.Line,(Be.x*.1+.95*.9)*a,Be.y*.1*b)),Me.add(new go.PathSegment(go.PathSegment.Line,.85*a,Be.y*.1*b)),Me.add(new go.PathSegment(go.PathSegment.Line,.85*a,0)),Me.add(new go.PathSegment(go.PathSegment.Line,a,0)),Me.add(new go.PathSegment(go.PathSegment.Line,a,.15*b)),Me.add(new go.PathSegment(go.PathSegment.Line,(Ze.x*.1+.9)*a,.15*b)),Me.add(new go.PathSegment(go.PathSegment.Line,(Ze.x*.1+.9)*a,(Ze.y*.1+.05*.9)*b)),Me.add(new go.PathSegment(go.PathSegment.Line,Ze.x*a,Ze.y*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,ye.x*a,ye.y*b,Pe.x*a,Pe.y*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae+te)*a,(le+E)*b,(ae+E)*a,(le+te)*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le+te)*b,(ae-te)*a,(le+E)*b)),te=.35,E=oe*.35;var Le=new go.PathFigure(ae*a,(le-te)*b,!1);z.add(Le),Le.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),Le.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b)),Le.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),Le.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b));var bt=new go.PathFigure((ae-te)*a,le*b,!1);return z.add(bt),se(ce),se(he),se(ye),se(Pe),se(Be),se(Ze),z.spot1=new go.Spot(.202,.257),z.spot2=new go.Spot(.792,.739),z.defaultStretch=go.GraphObject.Uniform,z}),go.Shape.defineFigureGenerator("GenderFemale",function(me,a,b){var z=new go.Geometry,E=.375,te=0,ae=-.125,le=E*oe,ce=new go.PathFigure((.525+te)*a,(.5+E+ae)*b,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+E+te)*a,(.5+ae)*b,(.5+le+te)*a,(.5+E+ae)*b,(.5+E+te)*a,(.5+le+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*a,(.5-E+ae)*b,(1-.5+E+te)*a,(.5-le+ae)*b,(.5+le+te)*a,(.5-E+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5-E+te)*a,(.5+ae)*b,(.5-le+te)*a,(.5-E+ae)*b,(.5-E+te)*a,(.5-le+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.475+te)*a,(.5+E+ae)*b,(.5-E+te)*a,(.5+le+ae)*b,(.5-le+te)*a,(.5+E+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*a,.85*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.425*a,.85*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.425*a,.9*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*a,.9*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.475*a,b)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*a,b)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*a,.9*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.575*a,.9*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.575*a,.85*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.525*a,.85*b).close()),E=.325,te=0,ae=-.125,le=E*oe;var ce=new go.PathFigure((1-.5+E+te)*a,(.5+ae)*b,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*a,(.5+E+ae)*b,(.5+E+te)*a,(.5+le+ae)*b,(.5+le+te)*a,(.5+E+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5-E+te)*a,(.5+ae)*b,(.5-le+te)*a,(.5+E+ae)*b,(.5-E+te)*a,(.5+le+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(.5+te)*a,(.5-E+ae)*b,(.5-E+te)*a,(.5-le+ae)*b,(.5-le+te)*a,(.5-E+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(1-.5+E+te)*a,(.5+ae)*b,(.5+le+te)*a,(.5-E+ae)*b,(1-.5+E+te)*a,(.5-le+ae)*b));var ce=new go.PathFigure((.525+te)*a,(.5+E+ae)*b,!1);return z.add(ce),z.spot1=new go.Spot(.232,.136),z.spot2=new go.Spot(.682,.611),z.defaultStretch=go.GraphObject.Uniform,z}),go.Shape.defineFigureGenerator("LogicImplies",function(me,a,b){var z=me?me.parameter1:NaN;return isNaN(z)&&(z=.2),new go.Geometry().add(new go.PathFigure((1-z)*a,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,b)).add(new go.PathSegment(go.PathSegment.Move,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b))).setSpots(0,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicIff",function(me,a,b){var z=me?me.parameter1:NaN;return isNaN(z)&&(z=.2),new go.Geometry().add(new go.PathFigure((1-z)*a,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,(1-z)*a,b)).add(new go.PathSegment(go.PathSegment.Move,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Move,z*a,0)).add(new go.PathSegment(go.PathSegment.Line,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,z*a,b))).setSpots(.2,0,.8,.5)}),go.Shape.defineFigureGenerator("LogicNot",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)))}),go.Shape.defineFigureGenerator("LogicAnd",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,b,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,0)).add(new go.PathSegment(go.PathSegment.Line,a,b))).setSpots(.25,.5,.75,1)}),go.Shape.defineFigureGenerator("LogicOr",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,b)).add(new go.PathSegment(go.PathSegment.Line,a,0))).setSpots(.219,0,.78,.409)}),go.Shape.defineFigureGenerator("LogicXor",function(me,a,b){var z=new go.Geometry().add(new go.PathFigure(.5*a,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,b)).add(new go.PathSegment(go.PathSegment.Move,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Arc,0,360,.5*a,.5*b,.5*a,.5*b)));return z.defaultStretch=go.GraphObject.Uniform,z}),go.Shape.defineFigureGenerator("LogicTruth",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Move,.5*a,0)).add(new go.PathSegment(go.PathSegment.Line,.5*a,b)))}),go.Shape.defineFigureGenerator("LogicFalsity",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,b,!1).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Move,.5*a,b)).add(new go.PathSegment(go.PathSegment.Line,.5*a,0)))}),go.Shape.defineFigureGenerator("LogicThereExists",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,0,.5*b)).add(new go.PathSegment(go.PathSegment.Move,a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b)))}),go.Shape.defineFigureGenerator("LogicForAll",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,.5*a,b)).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Move,.25*a,.5*b)).add(new go.PathSegment(go.PathSegment.Line,.75*a,.5*b))).setSpots(.25,0,.75,.5)}),go.Shape.defineFigureGenerator("LogicIsDefinedAs",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Move,0,.5*b)).add(new go.PathSegment(go.PathSegment.Line,a,.5*b)).add(new go.PathSegment(go.PathSegment.Move,0,b)).add(new go.PathSegment(go.PathSegment.Line,a,b))).setSpots(.01,.01,.99,.49)}),go.Shape.defineFigureGenerator("LogicIntersect",function(me,a,b){var z=.5;return new go.Geometry().add(new go.PathFigure(0,b,!1).add(new go.PathSegment(go.PathSegment.Line,0,z*b)).add(new go.PathSegment(go.PathSegment.Arc,180,180,z*a,z*b,z*a,z*b)).add(new go.PathSegment(go.PathSegment.Line,a,b))).setSpots(0,.5,1,1)}),go.Shape.defineFigureGenerator("LogicUnion",function(me,a,b){var z=.5;return new go.Geometry().add(new go.PathFigure(a,0,!1).add(new go.PathSegment(go.PathSegment.Line,a,z*b)).add(new go.PathSegment(go.PathSegment.Arc,0,180,z*a,z*b,z*a,z*b)).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(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.3);var E=me?me.parameter2:NaN;isNaN(E)&&(E=.3);var te=(1-z)*a,ae=(.5-E/2)*b,le=(.5+E/2)*b,ce=new go.Geometry,he=new go.PathFigure(0,ae,!0);ce.add(he),he.add(new go.PathSegment(go.PathSegment.Line,te,ae)),he.add(new go.PathSegment(go.PathSegment.Line,te,0)),he.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),he.add(new go.PathSegment(go.PathSegment.Line,te,b)),he.add(new go.PathSegment(go.PathSegment.Line,te,le)),he.add(new go.PathSegment(go.PathSegment.Line,0,le).close()),ce.spot1=new go.Spot(0,ae/b);var ye=ue(0,le/b,1,le/b,te/a,1,1,.5,ee());return ce.spot2=new go.Spot(ye.x,ye.y),se(ye),ce}),go.Shape.setFigureParameter("Arrow2",0,new de("ArrowheadWidth",30)),go.Shape.setFigureParameter("Arrow2",0,new de("TailHeight",30)),go.Shape.defineFigureGenerator("Arrow2",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=30),z>a&&(z=a);var E=me?me.parameter2:NaN;isNaN(E)&&(E=30),E=Math.min(E,b/2);var te=a-z,ae=(b-E)/2,le=ae+E,ce=new go.Geometry,he=new go.PathFigure(0,ae,!0);ce.add(he),he.add(new go.PathSegment(go.PathSegment.Line,te,ae)),he.add(new go.PathSegment(go.PathSegment.Line,te,0)),he.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),he.add(new go.PathSegment(go.PathSegment.Line,te,b)),he.add(new go.PathSegment(go.PathSegment.Line,te,le)),he.add(new go.PathSegment(go.PathSegment.Line,0,le).close()),ce.spot1=new go.Spot(0,ae/b);var ye=ue(0,le/b,1,le/b,te/a,1,1,.5,ee());return ce.spot2=new go.Spot(ye.x,ye.y),se(ye),ce}),go.Shape.defineFigureGenerator("Chevron",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b).close()),z}),go.Shape.defineFigureGenerator("DoubleArrow",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,.214*b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,1*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,1*b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,.786*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,1*b).close()),z}),go.Shape.setFigureParameter("DoubleEndArrow",0,new de("ConnecterHeight",.3,.01,.99)),go.Shape.defineFigureGenerator("DoubleEndArrow",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.3);var E=(.5-z/2)*b,te=(.5+z/2)*b,ae=new go.Geometry,le=new go.PathFigure(a,.5*b,!0);ae.add(le),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,.3*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,.3*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,0,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,.3*a,0)),le.add(new go.PathSegment(go.PathSegment.Line,.3*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,0).close());var ce=ue(0,.5,.3,0,0,E/b,.1,E/b,ee());return ae.spot1=new go.Spot(ce.x,ce.y),ce=ue(.7,1,1,.5,0,te/b,1,te/b,ce),ae.spot2=new go.Spot(ce.x,ce.y),se(ce),ae}),go.Shape.setFigureParameter("DoubleEndArrow2",0,new de("ConnecterHeight",40)),go.Shape.setFigureParameter("DoubleEndArrow2",1,new de("ArrowHeight",100)),go.Shape.defineFigureGenerator("DoubleEndArrow2",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=40);var E=me?me.parameter2:NaN;isNaN(E)&&(E=100);var te=(b-z)/2,ae=te+z,le=(b-E)/2,ce=le+E;(z>b||E>b)&&(E>z?(z=z*b/E,te=(b-z)/2,ae=te+z,le=0,ce=b):(te=0,ae=b,le=0,ce=b));var he=new go.Geometry,ye=new go.PathFigure(a,.5*b,!0);he.add(ye),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,ce)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,.3*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,.3*a,ce)),ye.add(new go.PathSegment(go.PathSegment.Line,0,.5*b)),ye.add(new go.PathSegment(go.PathSegment.Line,.3*a,le)),ye.add(new go.PathSegment(go.PathSegment.Line,.3*a,te)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,le).close());var Pe=ue(0,.5,.3,le/b,0,te/b,1,te/b,ee());return he.spot1=new go.Spot(Pe.x,Pe.y),Pe=ue(.7,ce/b,1,.5,0,ae/b,1,ae/b,Pe),he.spot2=new go.Spot(Pe.x,Pe.y),se(Pe),he}),go.Shape.setFigureParameter("IBeamArrow",0,new de("ConnectorHeight",.7,.51,.97)),go.Shape.defineFigureGenerator("IBeamArrow",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.3);var E=(.5-z/2)*b,te=(.5+z/2)*b,ae=new go.Geometry,le=new go.PathFigure(a,.5*b,!0);ae.add(le),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,0,b)),le.add(new go.PathSegment(go.PathSegment.Line,0,0)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,0)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,0).close()),ae.spot1=new go.Spot(0,E/b);var ce=ue(.7,1,1,.5,0,te/b,1,te/b,ee());return ae.spot2=new go.Spot(ce.x,ce.y),se(ce),ae}),go.Shape.setFigureParameter("IBeamArrow2",0,new de("ConnectorHeight",40)),go.Shape.setFigureParameter("IBeamArrow2",1,new de("BeamArrowHeight",100)),go.Shape.defineFigureGenerator("IBeamArrow2",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=40);var E=me?me.parameter2:NaN;isNaN(E)&&(E=100);var te=(b-z)/2,ae=te+z,le=(b-E)/2,ce=le+E;(z>b||E>b)&&(E>z?(z=z*b/E,te=(b-z)/2,ae=te+z,le=0,ce=b):(te=0,ae=b,le=0,ce=b));var he=new go.Geometry,ye=new go.PathFigure(a,.5*b,!0);he.add(ye),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,ce)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,.2*a,ae)),ye.add(new go.PathSegment(go.PathSegment.Line,.2*a,ce)),ye.add(new go.PathSegment(go.PathSegment.Line,0,ce)),ye.add(new go.PathSegment(go.PathSegment.Line,0,le)),ye.add(new go.PathSegment(go.PathSegment.Line,.2*a,le)),ye.add(new go.PathSegment(go.PathSegment.Line,.2*a,te)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),ye.add(new go.PathSegment(go.PathSegment.Line,.7*a,le).close()),he.spot1=new go.Spot(0,te/b);var Pe=ue(.7,ce/b,1,.5,0,ae/b,1,ae/b,ee());return he.spot2=new go.Spot(Pe.x,Pe.y),se(Pe),he}),go.Shape.setFigureParameter("Pointer",0,new de("BackPoint",.1,0,.2)),go.Shape.defineFigureGenerator("Pointer",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.1);var E=new go.Geometry,te=new go.PathFigure(a,.5*b,!0);E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,z*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,0).close()),E.spot1=new go.Spot(z,.35);var ae=ue(.2,.65,1,.65,0,1,1,.5,ee());return E.spot2=new go.Spot(ae.x,ae.y),se(ae),E}),go.Shape.setFigureParameter("RoundedPointer",0,new de("RoundedEdge",.3,0,.5)),go.Shape.defineFigureGenerator("RoundedPointer",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.3);var E=new go.Geometry,te=new go.PathFigure(a,.5*b,!0);E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Bezier,0,0,z*a,.75*b,z*a,.25*b).close()),E.spot1=new go.Spot(z,.35);var ae=ue(0,.65,1,.65,0,1,1,.5,ee());return E.spot2=new go.Spot(ae.x,ae.y),se(ae),E}),go.Shape.setFigureParameter("SplitEndArrow",0,new de("TailHeight",.4,.01,.99)),go.Shape.defineFigureGenerator("SplitEndArrow",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.4);var E=(.5-z/2)*b,te=(.5+z/2)*b,ae=new go.Geometry,le=new go.PathFigure(a,.5*b,!0);ae.add(le),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,0,te)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,0,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,0).close()),ae.spot1=new go.Spot(.2,.3);var ce=ue(.7,1,1,.5,0,te/b,1,te/b,ee());return ae.spot2=new go.Spot(ce.x,ce.y),se(ce),ae}),go.Shape.setFigureParameter("SplitEndArrow2",0,new de("TailThickness",50)),go.Shape.defineFigureGenerator("SplitEndArrow2",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=50);var E=(b-z)/2,te=E+z;z>b&&(E=0,te=b);var ae=new go.Geometry,le=new go.PathFigure(a,.5*b,!0);ae.add(le),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,te)),le.add(new go.PathSegment(go.PathSegment.Line,0,te)),le.add(new go.PathSegment(go.PathSegment.Line,.2*a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,0,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,E)),le.add(new go.PathSegment(go.PathSegment.Line,.7*a,0).close()),ae.spot1=new go.Spot(.2,E/b);var ce=ue(.7,1,1,.5,0,te/b,1,te/b,ee());return ae.spot2=new go.Spot(ce.x,ce.y),se(ce),ae}),go.Shape.setFigureParameter("SquareArrow",0,new de("ArrowPoint",.7,.2,.9)),go.Shape.defineFigureGenerator("SquareArrow",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.7);var E=new go.Geometry,te=new go.PathFigure(a,.5*b,!0);return E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,z*a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,0)),te.add(new go.PathSegment(go.PathSegment.Line,z*a,0).close()),E.spot1=go.Spot.TopLeft,E.spot2=new go.Spot(z,1),E}),go.Shape.defineFigureGenerator("Cone1",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=oe*.1,ae=new go.PathFigure(0,.9*b,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,(.9+te)*b,(.5+E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*b,(.5-E)*a,b,0,(.9+te)*b).close()),z.spot1=new go.Spot(.25,.5),z.spot2=new go.Spot(.75,.97),z}),go.Shape.defineFigureGenerator("Cone2",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.9*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.9*b,(1-.85/.9)*a,b,.85/.9*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,.9*b).close());var te=new go.PathFigure(0,.9*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Bezier,a,.9*b,(1-.85/.9)*a,.8*b,.85/.9*a,.8*b)),z.spot1=new go.Spot(.25,.5),z.spot2=new go.Spot(.75,.82),z}),go.Shape.defineFigureGenerator("Cube1",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.15*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,.15*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.85*b).close());var te=new go.PathFigure(.5*a,b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.15*b)),te.add(new go.PathSegment(go.PathSegment.Move,.5*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.15*b)),z.spot1=new go.Spot(0,.3),z.spot2=new go.Spot(.5,.85),z}),go.Shape.defineFigureGenerator("Cube2",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.3*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,0).close());var te=new go.PathFigure(0,.3*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.7*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Move,.7*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Line,.7*a,b)),z.spot1=new go.Spot(0,.3),z.spot2=new go.Spot(.7,1),z}),go.Shape.defineFigureGenerator("Cylinder1",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=5),z=Math.min(z,b/3);var E=new go.Geometry,te=oe*.5,ae=new go.PathFigure(0,z,!0);E.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,0,oe*z,(.5-te)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,1*a,z,(.5+te)*a,0,1*a,oe*z)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b-z)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,1*b,1*a,b-oe*z,(.5+te)*a,1*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,b-z,(.5-te)*a,1*b,0,b-oe*z)),ae.add(new go.PathSegment(go.PathSegment.Line,0,z));var le=new go.PathFigure(a,z,!1);return E.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,2*z,1*a,2*z-oe*z,(.5+te)*a,2*z)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,z,(.5-te)*a,2*z,0,2*z-oe*z)),E.spot1=new go.Spot(0,0,0,2*z),E.spot2=new go.Spot(1,1),E}),go.Shape.defineFigureGenerator("Cylinder2",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=5),z=Math.min(z,b/3);var E=new go.Geometry,te=oe*.5,ae=new go.PathFigure(0,b-z,!0);E.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,0,z)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,0,oe*z,(.5-te)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,z,(.5+te)*a,0,a,oe*z)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b-z)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,b-oe*z,(.5+te)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,b-z,(.5-te)*a,b,0,b-oe*z));var le=new go.PathFigure(0,b-z,!1);return E.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b-2*z,0,b-z-oe*z,(.5-te)*a,b-2*z)),le.add(new go.PathSegment(go.PathSegment.Bezier,a,b-z,(.5+te)*a,b-2*z,a,b-z-oe*z)),E.spot1=new go.Spot(0,0),E.spot2=new go.Spot(1,1,0,-2*z),E}),go.Shape.defineFigureGenerator("Cylinder3",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=5),z=Math.min(z,a/3);var E=new go.Geometry,te=oe*.5,ae=new go.PathFigure(z,0,!0);E.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a-z,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,a-oe*z,0,a,(.5-te)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a-z,b,a,(.5+te)*b,a-oe*z,b)),ae.add(new go.PathSegment(go.PathSegment.Line,z,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,oe*z,b,0,(.5+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,z,0,0,(.5-te)*b,oe*z,0));var le=new go.PathFigure(z,0,!1);return E.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,2*z,.5*b,z+oe*z,0,2*z,(.5-te)*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,z,b,2*z,(.5+te)*b,z+oe*z,b)),E.spot1=new go.Spot(0,0,2*z,0),E.spot2=new go.Spot(1,1),E}),go.Shape.defineFigureGenerator("Cylinder4",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=5),z=Math.min(z,a/3);var E=new go.Geometry,te=oe*.5,ae=new go.PathFigure(a-z,0,!0);E.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,a-oe*z,0,a,(.5-te)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a-z,b,a,(.5+te)*b,a-oe*z,b)),ae.add(new go.PathSegment(go.PathSegment.Line,z,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,oe*z,b,0,(.5+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,z,0,0,(.5-te)*b,oe*z,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a-z,0));var le=new go.PathFigure(a-z,0,!1);return E.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,a-2*z,.5*b,a-z-oe*z,0,a-2*z,(.5-te)*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,a-z,b,a-2*z,(.5+te)*b,a-z-oe*z,b)),E.spot1=new go.Spot(0,0),E.spot2=new go.Spot(1,1,-2*z,0),E}),go.Shape.defineFigureGenerator("Prism1",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.25*a,.25*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var te=new go.PathFigure(.25*a,.25*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),z.spot1=new go.Spot(.408,.172),z.spot2=new go.Spot(.833,.662),z}),go.Shape.defineFigureGenerator("Prism2",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.25*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var te=new go.PathFigure(0,b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.25*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),te.add(new go.PathSegment(go.PathSegment.Move,0,.25*b)),te.add(new go.PathSegment(go.PathSegment.Line,.25*a,.5*b)),z.spot1=new go.Spot(.25,.5),z.spot2=new go.Spot(.75,.75),z}),go.Shape.defineFigureGenerator("Pyramid1",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.75*b).close());var te=new go.PathFigure(.5*a,0,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),z.spot1=new go.Spot(.25,.367),z.spot2=new go.Spot(.75,.875),z}),go.Shape.defineFigureGenerator("Pyramid2",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.85*b).close());var te=new go.PathFigure(.5*a,0,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.7*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.85*b)),te.add(new go.PathSegment(go.PathSegment.Move,.5*a,.7*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.85*b)),z.spot1=new go.Spot(.25,.367),z.spot2=new go.Spot(.75,.875),z}),go.Shape.defineFigureGenerator("Actor",function(me,a,b){var z=new go.Geometry,E=.2,te=.1,ae=oe*E,le=oe*te,ce=.5,he=.1,ye=new go.PathFigure(ce*a,(he+te)*b,!0);z.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ce-E)*a,he*b,(ce-ae)*a,(he+te)*b,(ce-E)*a,(he+le)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-te)*b,(ce-E)*a,(he-le)*b,(ce-ae)*a,(he-te)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ce+E)*a,he*b,(ce+ae)*a,(he-te)*b,(ce+E)*a,(he-le)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he+te)*b,(ce+E)*a,(he+le)*b,(ce+ae)*a,(he+te)*b));var Pe=.05,Me=oe*Pe;ce=.05,he=.25;var Be=new go.PathFigure(.5*a,.2*b,!0);return z.add(Be),Be.add(new go.PathSegment(go.PathSegment.Line,.95*a,.2*b)),ce=.95,he=.25,Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce+Pe)*a,he*b,(ce+Me)*a,(he-Pe)*b,(ce+Pe)*a,(he-Me)*b)),Be.add(new go.PathSegment(go.PathSegment.Line,a,.6*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.85*a,.6*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.85*a,.35*b)),Pe=.025,Me=oe*Pe,ce=.825,he=.35,Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-Pe)*b,(ce+Pe)*a,(he-Me)*b,(ce+Me)*a,(he-Pe)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Pe)*a,he*b,(ce-Me)*a,(he-Pe)*b,(ce-Pe)*a,(he-Me)*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.8*a,b)),Be.add(new go.PathSegment(go.PathSegment.Line,.55*a,b)),Be.add(new go.PathSegment(go.PathSegment.Line,.55*a,.7*b)),Pe=.05,Me=oe*Pe,ce=.5,he=.7,Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-Pe)*b,(ce+Pe)*a,(he-Me)*b,(ce+Me)*a,(he-Pe)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Pe)*a,he*b,(ce-Me)*a,(he-Pe)*b,(ce-Pe)*a,(he-Me)*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.45*a,b)),Be.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),Be.add(new go.PathSegment(go.PathSegment.Line,.2*a,.35*b)),Pe=.025,Me=oe*Pe,ce=.175,he=.35,Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-Pe)*b,(ce+Pe)*a,(he-Me)*b,(ce+Me)*a,(he-Pe)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce-Pe)*a,he*b,(ce-Me)*a,(he-Pe)*b,(ce-Pe)*a,(he-Me)*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.15*a,.6*b)),Be.add(new go.PathSegment(go.PathSegment.Line,0,.6*b)),Be.add(new go.PathSegment(go.PathSegment.Line,0,.25*b)),Pe=.05,Me=oe*Pe,ce=.05,he=.25,Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-Pe)*b,(ce-Pe)*a,(he-Me)*b,(ce-Me)*a,(he-Pe)*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.5*a,.2*b)),z.spot1=new go.Spot(.2,.2),z.spot2=new go.Spot(.8,.65),z}),go.Shape.setFigureParameter("Card",0,new de("CornerCutoutSize",.2,.1,.9)),go.Shape.defineFigureGenerator("Card",function(me,a,b){var z=me?me.parameter1:NaN;isNaN(z)&&(z=.2);var E=new go.Geometry,te=new go.PathFigure(a,0,!0);return E.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,z*b)),te.add(new go.PathSegment(go.PathSegment.Line,z*a,0).close()),E.spot1=new go.Spot(0,z),E.spot2=go.Spot.BottomRight,E}),go.Shape.defineFigureGenerator("Collate",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,.5*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b));var te=new go.PathFigure(.5*a,.5*b,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),z.spot1=new go.Spot(.25,0),z.spot2=new go.Spot(.75,.25),z}),go.Shape.defineFigureGenerator("CreateRequest",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.1);var te=new go.PathFigure(0,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var ae=new go.PathFigure(0,E*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,E*b)),ae.add(new go.PathSegment(go.PathSegment.Move,0,(1-E)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,(1-E)*b)),z}),go.Shape.defineFigureGenerator("Database",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=oe*.1,ae=new go.PathFigure(a,.1*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,(.9+te)*b,(.5+E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*b,(.5-E)*a,b,0,(.9+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,.1*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,0,(.1-te)*b,(.5-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.1*b,(.5+E)*a,0,a,(.1-te)*b));var le=new go.PathFigure(a,.1*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.2*b,a,(.1+te)*b,(.5+E)*a,.2*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*b,(.5-E)*a,.2*b,0,(.1+te)*b)),le.add(new go.PathSegment(go.PathSegment.Move,a,.2*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.3*b,a,(.2+te)*b,(.5+E)*a,.3*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*b,(.5-E)*a,.3*b,0,(.2+te)*b)),le.add(new go.PathSegment(go.PathSegment.Move,a,.3*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.4*b,a,(.3+te)*b,(.5+E)*a,.4*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,.3*b,(.5-E)*a,.4*b,0,(.3+te)*b)),z.spot1=new go.Spot(0,.4),z.spot2=new go.Spot(1,.9),z}),go.Shape.defineFigureGenerator("DataStorage",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,.75*a,b,a,0,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*a,.9*b,.25*a,.1*b).close()),z.spot1=new go.Spot(.226,0),z.spot2=new go.Spot(.81,1),z}),go.Shape.defineFigureGenerator("DiskStorage",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=oe*.1,ae=new go.PathFigure(a,.1*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,(.9+te)*b,(.5+E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*b,(.5-E)*a,b,0,(.9+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,.1*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,0,(.1-te)*b,(.5-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.1*b,(.5+E)*a,0,a,(.1-te)*b));var le=new go.PathFigure(a,.1*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.2*b,a,(.1+te)*b,(.5+E)*a,.2*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,.1*b,(.5-E)*a,.2*b,0,(.1+te)*b)),le.add(new go.PathSegment(go.PathSegment.Move,a,.2*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.3*b,a,(.2+te)*b,(.5+E)*a,.3*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,.2*b,(.5-E)*a,.3*b,0,(.2+te)*b)),z.spot1=new go.Spot(0,.3),z.spot2=new go.Spot(1,.9),z}),go.Shape.defineFigureGenerator("Display",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.25*a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,.75*a,b,a,0,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.25*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b).close()),z.spot1=new go.Spot(.25,0),z.spot2=new go.Spot(.75,1),z}),go.Shape.defineFigureGenerator("DividedEvent",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)?E=.2:E<.15&&(E=.15);var te=oe*.2,ae=new go.PathFigure(0,.2*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,.2*a,0,0,(.2-te)*b,(.2-te)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,.8*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.2*b,(.8+te)*a,0,a,(.2-te)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.8*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,b,a,(.8+te)*b,(.8+te)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,.8*b,(.2-te)*a,b,0,(.8+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,.2*b));var le=new go.PathFigure(0,E*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a,E*b)),z}),go.Shape.defineFigureGenerator("DividedProcess",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;(isNaN(E)||E<.1)&&(E=.1);var te=new go.PathFigure(0,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var ae=new go.PathFigure(0,E*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,E*b)),z}),go.Shape.defineFigureGenerator("Document",function(me,a,b){var z=new go.Geometry;b=b/.8;var E=new go.PathFigure(0,.7*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*b,.5*a,.4*b,.5*a,b).close()),z.spot1=go.Spot.TopLeft,z.spot2=new go.Spot(1,.6),z}),go.Shape.defineFigureGenerator("ExternalOrganization",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;(isNaN(E)||E<.2)&&(E=.2);var te=new go.PathFigure(0,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var ae=new go.PathFigure(E*a,0,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,0,E*b)),ae.add(new go.PathSegment(go.PathSegment.Move,a,E*b)),ae.add(new go.PathSegment(go.PathSegment.Line,(1-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Move,0,(1-E)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,E*a,b)),ae.add(new go.PathSegment(go.PathSegment.Move,(1-E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,(1-E)*b)),z}),go.Shape.defineFigureGenerator("ExternalProcess",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b).close());var te=new go.PathFigure(.1*a,.4*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.1*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Move,.9*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Move,.6*a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Line,.4*a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Move,.4*a,.9*b)),te.add(new go.PathSegment(go.PathSegment.Line,.6*a,.9*b)),z.spot1=new go.Spot(.25,.25),z.spot2=new go.Spot(.75,.75),z}),go.Shape.defineFigureGenerator("File",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var te=new go.PathFigure(.75*a,0,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.75*a,.25*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),z.spot1=new go.Spot(0,.25),z.spot2=go.Spot.BottomRight,z}),go.Shape.defineFigureGenerator("Interrupt",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,.5*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b));var te=new go.PathFigure(a,.5*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,b));var ae=new go.PathFigure(a,.5*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,0)),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(.5,.75),z}),go.Shape.defineFigureGenerator("InternalStorage",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN,te=me?me.parameter2:NaN;isNaN(E)&&(E=.1),isNaN(te)&&(te=.1);var ae=new go.PathFigure(0,0,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var le=new go.PathFigure(E*a,0,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,E*a,b)),le.add(new go.PathSegment(go.PathSegment.Move,0,te*b)),le.add(new go.PathSegment(go.PathSegment.Line,a,te*b)),z}),go.Shape.defineFigureGenerator("Junction",function(me,a,b){var z=new go.Geometry,E=1/Math.SQRT2,te=(1-1/Math.SQRT2)/2,ae=oe*.5,le=.5,ce=new go.PathFigure(a,le*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,le*a,b,a,(le+ae)*b,(le+ae)*a,b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,le*b,(le-ae)*a,b,0,(le+ae)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,le*a,0,0,(le-ae)*b,(le-ae)*a,0)),ce.add(new go.PathSegment(go.PathSegment.Bezier,a,le*b,(le+ae)*a,0,a,(le-ae)*b));var he=new go.PathFigure((te+E)*a,(te+E)*b,!1);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Line,te*a,te*b)),he.add(new go.PathSegment(go.PathSegment.Move,te*a,(te+E)*b)),he.add(new go.PathSegment(go.PathSegment.Line,(te+E)*a,te*b)),z}),go.Shape.defineFigureGenerator("LinedDocument",function(me,a,b){var z=new go.Geometry;b=b/.8;var E=new go.PathFigure(0,.7*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*b,.5*a,.4*b,.5*a,b).close());var te=new go.PathFigure(.1*a,0,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.1*a,.75*b)),z.spot1=new go.Spot(.1,0),z.spot2=new go.Spot(1,.6),z}),go.Shape.defineFigureGenerator("LoopLimit",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,.25*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b).close()),z.spot1=new go.Spot(0,.25),z.spot2=go.Spot.BottomRight,z}),go.Shape.defineFigureGenerator("MagneticTape",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=.5,ae=new go.PathFigure(.5*a,b,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,te*b,(te-E)*a,b,0,(te+E)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,te*a,0,0,(te-E)*b,(te-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,te*b,(te+E)*a,0,a,(te-E)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,(te+.1)*a,.9*b,a,(te+E)*b,(te+E)*a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),z.spot1=new go.Spot(.15,.15),z.spot2=new go.Spot(.85,.8),z}),go.Shape.defineFigureGenerator("ManualInput",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.25*b).close()),z.spot1=new go.Spot(0,.25),z.spot2=go.Spot.BottomRight,z}),go.Shape.defineFigureGenerator("MessageFromUser",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.7);var te=new go.PathFigure(0,0,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,E*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z.spot1=go.Spot.TopLeft,z}),go.Shape.defineFigureGenerator("MicroformProcessing",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.25);var te=new go.PathFigure(0,0,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,E*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,(1-E)*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z}),go.Shape.defineFigureGenerator("MicroformRecording",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.15*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(1,.75),z}),go.Shape.defineFigureGenerator("MultiDocument",function(me,a,b){var z=new go.Geometry;b=b/.8;var E=new go.PathFigure(a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.9*a,.44*b,.96*a,.47*b,.93*a,.45*b)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.54*b,.86*a,.57*b,.83*a,.55*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*b,.4*a,.4*b,.4*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,0).close());var te=new go.PathFigure(.1*a,.2*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.2*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.54*b)),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,.44*b)),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(.8,.77),z}),go.Shape.defineFigureGenerator("MultiProcess",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.1*a,.1*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.2*b).close());var te=new go.PathFigure(.2*a,.1*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,.1*b)),te.add(new go.PathSegment(go.PathSegment.Line,.9*a,.8*b)),te.add(new go.PathSegment(go.PathSegment.Move,.1*a,.2*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.2*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.9*b)),z.spot1=new go.Spot(0,.2),z.spot2=new go.Spot(.8,1),z}),go.Shape.defineFigureGenerator("OfflineStorage",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.1);var te=1-E,ae=new go.PathFigure(0,0,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,b).close());var le=new go.PathFigure(.5*E*a,E*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,(1-.5*E)*a,E*b)),z}),go.Shape.defineFigureGenerator("OffPageConnector",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z.spot1=go.Spot.TopLeft,z.spot2=new go.Spot(.75,1),z}),go.Shape.defineFigureGenerator("Or",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=.5,ae=new go.PathFigure(a,te*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,te*a,b,a,(te+E)*b,(te+E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,te*b,(te-E)*a,b,0,(te+E)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,te*a,0,0,(te-E)*b,(te-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,te*b,(te+E)*a,0,a,(te-E)*b));var le=new go.PathFigure(a,.5*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,0,.5*b)),le.add(new go.PathSegment(go.PathSegment.Move,.5*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),z}),go.Shape.defineFigureGenerator("PaperTape",function(me,a,b){var z=new go.Geometry;b=b/.8;var E=new go.PathFigure(0,.7*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.3*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.3*b,.5*a,.6*b,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.7*b,.5*a,.4*b,.5*a,b).close()),z.spot1=new go.Spot(0,.49),z.spot2=new go.Spot(1,.75),z}),go.Shape.defineFigureGenerator("PrimitiveFromCall",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN,te=me?me.parameter2:NaN;isNaN(E)&&(E=.1),isNaN(te)&&(te=.3);var ae=new go.PathFigure(0,0,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,(1-te)*a,.5*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z}),go.Shape.defineFigureGenerator("PrimitiveToCall",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN,te=me?me.parameter2:NaN;isNaN(E)&&(E=.1),isNaN(te)&&(te=.3);var ae=new go.PathFigure(0,0,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,(1-te)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),ae.add(new go.PathSegment(go.PathSegment.Line,(1-te)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z}),go.Shape.defineFigureGenerator("Procedure",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.1);var te=new go.PathFigure(0,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var ae=new go.PathFigure((1-E)*a,0,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,(1-E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Move,E*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,E*a,b)),z}),go.Shape.defineFigureGenerator("Process",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.1);var te=new go.PathFigure(0,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var ae=new go.PathFigure(E*a,0,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,E*a,b)),z.spot2=go.Spot.BottomRight,z}),go.Shape.defineFigureGenerator("Sort",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b).close());var te=new go.PathFigure(0,.5*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),z.spot1=new go.Spot(.25,.25),z.spot2=new go.Spot(.75,.5),z}),go.Shape.defineFigureGenerator("Start",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.25);var te=new go.PathFigure(E*a,0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*a,.5*b,.25*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*a,.5*b,.25*a,.5*b));var ae=new go.PathFigure(E*a,0,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,E*a,b)),ae.add(new go.PathSegment(go.PathSegment.Move,(1-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,(1-E)*a,b)),z.spot1=new go.Spot(E,0),z.spot2=new go.Spot(1-E,1),z}),go.Shape.defineFigureGenerator("Terminator",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.25*a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,270,180,.75*a,.5*b,.25*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Arc,90,180,.25*a,.5*b,.25*a,.5*b)),z.spot1=new go.Spot(.23,0),z.spot2=new go.Spot(.77,1),z}),go.Shape.defineFigureGenerator("TransmittalTape",function(me,a,b){var z=new go.Geometry,E=me?me.parameter1:NaN;isNaN(E)&&(E=.1);var te=new go.PathFigure(0,0,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,.75*a,(1-E)*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,(1-E)*b).close()),z.spot1=go.Spot.TopLeft,z}),go.Shape.defineFigureGenerator("AndGate",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=new go.PathFigure(0,0,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),te.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,(.5+E)*a,0,a,(.5-E)*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,(.5+E)*b,(.5+E)*a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z.spot1=go.Spot.TopLeft,z.spot2=new go.Spot(.55,1),z}),go.Shape.defineFigureGenerator("Buffer",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(.5,.75),z}),go.Shape.defineFigureGenerator("Clock",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=.5,ae=new go.PathFigure(a,te*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,te*a,b,a,(te+E)*b,(te+E)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,te*b,(te-E)*a,b,0,(te+E)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,te*a,0,0,(te-E)*b,(te-E)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,te*b,(te+E)*a,0,a,(te-E)*b));var le=new go.PathFigure(a,te*b,!1);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a,te*b));var ce=new go.PathFigure(.8*a,.75*b,!1);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,.8*a,.25*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.6*a,.25*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.6*a,.75*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.4*a,.75*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.4*a,.25*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.2*a,.25*b)),ce.add(new go.PathSegment(go.PathSegment.Line,.2*a,.75*b)),z}),go.Shape.defineFigureGenerator("Ground",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Move,.2*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Move,.3*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Move,.4*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,b)),z}),go.Shape.defineFigureGenerator("Inverter",function(me,a,b){var z=new go.Geometry,E=oe*.1,te=.1,ae=.9,le=.5,ce=new go.PathFigure(.8*a,.5*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,0,b)),ce.add(new go.PathSegment(go.PathSegment.Line,0,0)),ce.add(new go.PathSegment(go.PathSegment.Line,.8*a,.5*b));var he=new go.PathFigure((ae+te)*a,le*b,!0);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae+te)*a,(le+E)*b,(ae+E)*a,(le+te)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le+te)*b,(ae-te)*a,(le+E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae-te)*a,(le-E)*b,(ae-E)*a,(le-te)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,(ae+E)*a,(le-te)*b,(ae+te)*a,(le-E)*b)),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(.4,.75),z}),go.Shape.defineFigureGenerator("NandGate",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=oe*.4,ae=oe*.1,le=.1,ce=.9,he=.5,ye=new go.PathFigure(.8*a,.5*b,!0);z.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,.4*a,b,.8*a,(.5+te)*b,(.4+E)*a,b)),ye.add(new go.PathSegment(go.PathSegment.Line,0,b)),ye.add(new go.PathSegment(go.PathSegment.Line,0,0)),ye.add(new go.PathSegment(go.PathSegment.Line,.4*a,0)),ye.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.5*b,(.4+E)*a,0,.8*a,(.5-te)*b));var Pe=new go.PathFigure((ce+le)*a,he*b,!0);return z.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he+le)*b,(ce+le)*a,(he+ae)*b,(ce+ae)*a,(he+le)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le)*a,he*b,(ce-ae)*a,(he+le)*b,(ce-le)*a,(he+ae)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-le)*b,(ce-le)*a,(he-ae)*b,(ce-ae)*a,(he-le)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le)*a,he*b,(ce+ae)*a,(he-le)*b,(ce+le)*a,(he-ae)*b)),z.spot1=new go.Spot(0,.05),z.spot2=new go.Spot(.55,.95),z}),go.Shape.defineFigureGenerator("NorGate",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*E,ae=0,le=.5,ce=new go.PathFigure(.8*a,.5*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,b,.7*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*a,.75*b,.25*a,.25*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.5*b,(ae+te)*a,(le-E)*b,.7*a,(le-te)*b)),E=.1,te=oe*.1,ae=.9,le=.5;var he=new go.PathFigure((ae-E)*a,le*b,!0);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b)),z.spot1=new go.Spot(.2,.25),z.spot2=new go.Spot(.6,.75),z}),go.Shape.defineFigureGenerator("OrGate",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*E,ae=0,le=.5,ce=new go.PathFigure(0,0,!0);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,(ae+te+te)*a,(le-E)*b,.8*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,b,.8*a,(le+te)*b,(ae+te+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,0,0,.25*a,.75*b,.25*a,.25*b).close()),z.spot1=new go.Spot(.2,.25),z.spot2=new go.Spot(.75,.75),z}),go.Shape.defineFigureGenerator("XnorGate",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*E,ae=.2,le=.5,ce=new go.PathFigure(.1*a,0,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,.1*a,b,.35*a,.25*b,.35*a,.75*b));var he=new go.PathFigure(.8*a,.5*b,!0);z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,.2*a,b,.7*a,(le+te)*b,(ae+te)*a,(le+E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.2*a,0,.45*a,.75*b,.45*a,.25*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.5*b,(ae+te)*a,(le-E)*b,.7*a,(le-te)*b)),E=.1,te=oe*.1,ae=.9,le=.5;var ye=new go.PathFigure((ae-E)*a,le*b,!0);return z.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b)),z.spot1=new go.Spot(.4,.25),z.spot2=new go.Spot(.65,.75),z}),go.Shape.defineFigureGenerator("XorGate",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*E,ae=.2,le=.5,ce=new go.PathFigure(.1*a,0,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,.1*a,b,.35*a,.25*b,.35*a,.75*b));var he=new go.PathFigure(.2*a,0,!0);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,(ae+te)*a,(le-E)*b,.9*a,(le-te)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.2*a,b,.9*a,(le+te)*b,(ae+te)*a,(le+E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.2*a,0,.45*a,.75*b,.45*a,.25*b).close()),z.spot1=new go.Spot(.4,.25),z.spot2=new go.Spot(.8,.75),z}),go.Shape.defineFigureGenerator("Capacitor",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Move,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),z}),go.Shape.defineFigureGenerator("Resistor",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.5*b,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,.5*b)),z}),go.Shape.defineFigureGenerator("Inductor",function(me,a,b){var z=new go.Geometry,E=oe*.1,te=.1,ae=.1,le=.5,ce=new go.PathFigure((ae-E*.5)*a,b,!1);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,0,(ae-E)*a,b,(ae-te)*a,0)),ae=.3,ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,b,(ae+te)*a,0,(ae+E)*a,b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,0,(ae-E)*a,b,(ae-te)*a,0)),ae=.5,ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,b,(ae+te)*a,0,(ae+E)*a,b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,0,(ae-E)*a,b,(ae-te)*a,0)),ae=.7,ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,b,(ae+te)*a,0,(ae+E)*a,b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,0,(ae-E)*a,b,(ae-te)*a,0)),ae=.9,ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E*.5)*a,b,(ae+te)*a,0,(ae+E)*a,b)),z}),go.Shape.defineFigureGenerator("ACvoltageSource",function(me,a,b){var z=new go.Geometry,E=oe*.5,te=.5,ae=.5,le=.5,ce=new go.PathFigure((ae-te)*a,le*b,!1);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-te)*b,(ae-te)*a,(le-E)*b,(ae-E)*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,(ae+E)*a,(le-te)*b,(ae+te)*a,(le-E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae+te)*a,(le+E)*b,(ae+E)*a,(le+te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le+te)*b,(ae-te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Move,(ae-te+.1)*a,le*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te-.1)*a,le*b,ae*a,(le-te)*b,ae*a,(le+te)*b)),z}),go.Shape.defineFigureGenerator("DCvoltageSource",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.75*b,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.25*b)),E.add(new go.PathSegment(go.PathSegment.Move,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),z}),go.Shape.defineFigureGenerator("Diode",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),z.spot1=new go.Spot(0,.25),z.spot2=new go.Spot(.5,.75),z}),go.Shape.defineFigureGenerator("Wifi",function(me,a,b){var z=new go.Geometry,E=a,te=b;a=a*.38,b=b*.6;var ae=oe*.8,le=.8,ce=0,he=.5,ye=(E-a)/2,Pe=(te-b)/2,Me=new go.PathFigure(ce*a+ye,(he+le)*b+Pe,!0);z.add(Me),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le)*a+ye,he*b+Pe,(ce-ae)*a+ye,(he+le)*b+Pe,(ce-le)*a+ye,(he+ae)*b+Pe)),Me.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he-le)*b+Pe,(ce-le)*a+ye,(he-ae)*b+Pe,(ce-ae)*a+ye,(he-le)*b+Pe)),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le+ae*.5)*a+ye,he*b+Pe,ce*a+ye,(he-le)*b+Pe,(ce-le+ae*.5)*a+ye,(he-ae)*b+Pe)),Me.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he+le)*b+Pe,(ce-le+ae*.5)*a+ye,(he+ae)*b+Pe,ce*a+ye,(he+le)*b+Pe).close()),ae=oe*.4,le=.4,ce=.2,he=.5;var Be=new go.PathFigure(ce*a+ye,(he+le)*b+Pe,!0);z.add(Be),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le)*a+ye,he*b+Pe,(ce-ae)*a+ye,(he+le)*b+Pe,(ce-le)*a+ye,(he+ae)*b+Pe)),Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he-le)*b+Pe,(ce-le)*a+ye,(he-ae)*b+Pe,(ce-ae)*a+ye,(he-le)*b+Pe)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le+ae*.5)*a+ye,he*b+Pe,ce*a+ye,(he-le)*b+Pe,(ce-le+ae*.5)*a+ye,(he-ae)*b+Pe)),Be.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he+le)*b+Pe,(ce-le+ae*.5)*a+ye,(he+ae)*b+Pe,ce*a+ye,(he+le)*b+Pe).close()),ae=oe*.2,le=.2,ce=.5,he=.5;var Ze=new go.PathFigure((ce-le)*a+ye,he*b+Pe,!0);z.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he-le)*b+Pe,(ce-le)*a+ye,(he-ae)*b+Pe,(ce-ae)*a+ye,(he-le)*b+Pe)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le)*a+ye,he*b+Pe,(ce+ae)*a+ye,(he-le)*b+Pe,(ce+le)*a+ye,(he-ae)*b+Pe)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he+le)*b+Pe,(ce+le)*a+ye,(he+ae)*b+Pe,(ce+ae)*a+ye,(he+le)*b+Pe)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(ce-le)*a+ye,he*b+Pe,(ce-ae)*a+ye,(he+le)*b+Pe,(ce-le)*a+ye,(he+ae)*b+Pe)),ae=oe*.4,le=.4,ce=.8,he=.5;var Le=new go.PathFigure(ce*a+ye,(he-le)*b+Pe,!0);z.add(Le),Le.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le)*a+ye,he*b+Pe,(ce+ae)*a+ye,(he-le)*b+Pe,(ce+le)*a+ye,(he-ae)*b+Pe)),Le.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he+le)*b+Pe,(ce+le)*a+ye,(he+ae)*b+Pe,(ce+ae)*a+ye,(he+le)*b+Pe)),Le.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le-ae*.5)*a+ye,he*b+Pe,ce*a+ye,(he+le)*b+Pe,(ce+le-ae*.5)*a+ye,(he+ae)*b+Pe)),Le.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he-le)*b+Pe,(ce+le-ae*.5)*a+ye,(he-ae)*b+Pe,ce*a+ye,(he-le)*b+Pe).close()),ae=oe*.8,le=.8,ce=1,he=.5;var bt=new go.PathFigure(ce*a+ye,(he-le)*b+Pe,!0);return z.add(bt),bt.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le)*a+ye,he*b+Pe,(ce+ae)*a+ye,(he-le)*b+Pe,(ce+le)*a+ye,(he-ae)*b+Pe)),bt.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he+le)*b+Pe,(ce+le)*a+ye,(he+ae)*b+Pe,(ce+ae)*a+ye,(he+le)*b+Pe)),bt.add(new go.PathSegment(go.PathSegment.Bezier,(ce+le-ae*.5)*a+ye,he*b+Pe,ce*a+ye,(he+le)*b+Pe,(ce+le-ae*.5)*a+ye,(he+ae)*b+Pe)),bt.add(new go.PathSegment(go.PathSegment.Bezier,ce*a+ye,(he-le)*b+Pe,(ce+le-ae*.5)*a+ye,(he-ae)*b+Pe,ce*a+ye,(he-le)*b+Pe).close()),z}),go.Shape.defineFigureGenerator("Email",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,0,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,0)),te.add(new go.PathSegment(go.PathSegment.Move,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,.45*a,.54*b)),te.add(new go.PathSegment(go.PathSegment.Move,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,.55*a,.54*b)),z}),go.Shape.defineFigureGenerator("Ethernet",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.35*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.65*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.65*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.35*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.35*a,0).close());var te=new go.PathFigure(.1*a,b,!0,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.4*a,b)),te.add(new go.PathSegment(go.PathSegment.Line,.4*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.1*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.1*a,b).close());var ae=new go.PathFigure(.6*a,b,!0,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.9*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.9*a,.6*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.6*a,.6*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.6*a,b).close());var le=new go.PathFigure(0,.5*b,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Move,.5*a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,.5*a,.4*b)),le.add(new go.PathSegment(go.PathSegment.Move,.75*a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,.75*a,.6*b)),le.add(new go.PathSegment(go.PathSegment.Move,.25*a,.5*b)),le.add(new go.PathSegment(go.PathSegment.Line,.25*a,.6*b)),z}),go.Shape.defineFigureGenerator("Power",function(me,a,b){var z=new go.Geometry,E=oe*.4,te=.4,ae=.5,le=.5,ce=ee(),he=ee(),ye=ee(),Pe=ee();pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.5,ce,ce,he,ye,Pe);var Me=y(he.x,he.y),Be=new go.PathFigure(he.x*a,he.y*b,!0);z.add(Be),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,ye.x*a,ye.y*b,Pe.x*a,Pe.y*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae+te)*a,(le+E)*b,(ae+E)*a,(le+te)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,(ae-E)*a,(le+te)*b,(ae-te)*a,(le+E)*b)),pe(ae-te,le,ae-te,le-E,ae-E,le-te,ae,le-te,.5,ye,Pe,he,ce,ce),Be.add(new go.PathSegment(go.PathSegment.Bezier,he.x*a,he.y*b,ye.x*a,ye.y*b,Pe.x*a,Pe.y*b)),E=oe*.3,te=.3,pe(ae-te,le,ae-te,le-E,ae-E,le-te,ae,le-te,.5,ye,Pe,he,ce,ce),Be.add(new go.PathSegment(go.PathSegment.Line,he.x*a,he.y*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ae-te)*a,le*b,Pe.x*a,Pe.y*b,ye.x*a,ye.y*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+te)*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ae+te)*a,le*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),pe(ae,le-te,ae+E,le-te,ae+te,le-E,ae+te,le,.5,ce,ce,he,ye,Pe),Be.add(new go.PathSegment(go.PathSegment.Bezier,he.x*a,he.y*b,Pe.x*a,Pe.y*b,ye.x*a,ye.y*b).close());var Be=new go.PathFigure(.45*a,0,!0);return z.add(Be),Be.add(new go.PathSegment(go.PathSegment.Line,.45*a,.5*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.55*a,.5*b)),Be.add(new go.PathSegment(go.PathSegment.Line,.55*a,0).close()),se(ce),se(he),se(ye),se(Pe),se(Me),z.spot1=new go.Spot(.25,.45),z.spot2=new go.Spot(.75,.8),z}),go.Shape.defineFigureGenerator("Fallout",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b/2,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,180,360,a/2,b/2,a/2,b/2));function te(ae,le,ce){ae.add(new go.PathSegment(go.PathSegment.Move,(.3+le)*a,(.8+ce)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,(.5+le)*a,(.5+ce)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,(.1+le)*a,(.5+ce)*b)),ae.add(new go.PathSegment(go.PathSegment.Line,(.3+le)*a,(.8+ce)*b).close())}return te(E,0,0),te(E,.4,0),te(E,.2,-.3),z}),go.Shape.defineFigureGenerator("IrritationHazard",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.2*a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.3*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.2*b).close()),z.spot1=new go.Spot(.3,.3),z.spot2=new go.Spot(.7,.7),z}),go.Shape.defineFigureGenerator("ElectricalHazard",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.37*a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.11*b)),E.add(new go.PathSegment(go.PathSegment.Line,.77*a,.04*b)),E.add(new go.PathSegment(go.PathSegment.Line,.33*a,.49*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.37*b)),E.add(new go.PathSegment(go.PathSegment.Line,.63*a,.86*b)),E.add(new go.PathSegment(go.PathSegment.Line,.77*a,.91*b)),E.add(new go.PathSegment(go.PathSegment.Line,.34*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.34*a,.78*b)),E.add(new go.PathSegment(go.PathSegment.Line,.44*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.65*a,.56*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.68*b).close()),z}),go.Shape.defineFigureGenerator("FireHazard",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.1*a,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.29*a,0,-.25*a,.63*b,.45*a,.44*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.51*a,.42*b,.48*a,.17*b,.54*a,.35*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.59*a,.18*b,.59*a,.29*b,.58*a,.28*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.75*a,.6*b,.8*a,.34*b,.88*a,.43*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.88*a,.31*b,.87*a,.48*b,.88*a,.43*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.9*a,b,1.17*a,.76*b,.82*a,.8*b).close()),z.spot1=new go.Spot(.07,.445),z.spot2=new go.Spot(.884,.958),z}),go.Shape.defineFigureGenerator("BpmnActivityLoop",function(me,a,b){var z=new go.Geometry,E=.5,te=0,ae=0,le=E*oe,ce=.4*Math.SQRT2/2+.5,he=.5-.5*Math.SQRT2/2,ye=1,Pe=.5,Me=.5,Be=0,Ze=new go.PathFigure(ce*a,(1-he)*b,!1);return z.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,ye*a,Pe*b,ye*a,.7*b,ye*a,Pe*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Me+te)*a,(Be+te)*b,(.5+E+te)*a,(.5-le+te)*b,(.5+le+te)*a,(.5-E+te)*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(.5-E+te)*a,(.5+ae)*b,(.5-le+te)*a,(.5-E+ae)*b,(.5-E+te)*a,(.5-le+ae)*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(.35+te)*a,.9*b,(.5-E+te)*a,(.5+le+ae)*b,(.5-le+te)*a,.9*b)),Ze.add(new go.PathSegment(go.PathSegment.Move,(.25+te)*a,.8*b)),Ze.add(new go.PathSegment(go.PathSegment.Line,(.35+te)*a,.9*b)),Ze.add(new go.PathSegment(go.PathSegment.Line,(.2+te)*a,.95*b)),z}),go.Shape.defineFigureGenerator("BpmnActivityParallel",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Move,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),z}),go.Shape.defineFigureGenerator("BpmnActivitySequential",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Move,0,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Move,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),z}),go.Shape.defineFigureGenerator("BpmnActivityAdHoc",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);z.add(E);var te=new go.PathFigure(a,b,!1);z.add(te);var ae=new go.PathFigure(0,.5*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.5*b,.2*a,.35*b,.3*a,.35*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,.7*a,.65*b,.8*a,.65*b)),z}),go.Shape.defineFigureGenerator("BpmnActivityCompensation",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.5*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b).close()),z}),go.Shape.defineFigureGenerator("BpmnTaskMessage",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.2*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.8*b).close());var E=new go.PathFigure(0,.2*b,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.2*b)),z}),go.Shape.defineFigureGenerator("BpmnTaskScript",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.7*a,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.3*a,0,.6*a,.5*b,0,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,.7*a,b,.4*a,.5*b,a,.5*b).close());var te=new go.PathFigure(.45*a,.73*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.7*a,.73*b)),te.add(new go.PathSegment(go.PathSegment.Move,.38*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,.63*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Move,.31*a,.27*b)),te.add(new go.PathSegment(go.PathSegment.Line,.56*a,.27*b)),z}),go.Shape.defineFigureGenerator("BpmnTaskUser",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);z.add(E);var te=new go.PathFigure(.335*a,(1-.555)*b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.335*a,(1-.405)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*a,(1-.405)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*a,(1-.555)*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,a,.68*b,(1-.12)*a,.46*b,(1-.02)*a,.54*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.68*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.335*a,(1-.555)*b,.02*a,.54*b,.12*a,.46*b)),te.add(new go.PathSegment(go.PathSegment.Line,.365*a,(1-.595)*b));var ae=.5-.285,le=.5,ce=ae,he=Math.PI/4,ye=4*(1-Math.cos(he))/(3*Math.sin(he)),Pe=ye*.5,Me=ae,Be=ae,Ze=ye*Me,Le=ye*Be;te.add(new go.PathSegment(go.PathSegment.Bezier,(le-Me)*a,ce*b,(le-(Ze+Me)/2)*a,(ce+(Be+Le)/2)*b,(le-Me)*a,(ce+Le)*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,le*a,(ce-Be)*b,(le-Me)*a,(ce-Le)*b,(le-Ze)*a,(ce-Be)*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,(le+Me)*a,ce*b,(le+Ze)*a,(ce-Be)*b,(le+Me)*a,(ce-Le)*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,(1-.365)*a,(1-.595)*b,(le+Me)*a,(ce+Le)*b,(le+(Ze+Me)/2)*a,(ce+(Be+Le)/2)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.365)*a,(1-.595)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*a,(1-.555)*b)),te.add(new go.PathSegment(go.PathSegment.Line,(1-.335)*a,(1-.405)*b)),te.add(new go.PathSegment(go.PathSegment.Line,.335*a,(1-.405)*b));var bt=new go.PathFigure(.2*a,b,!1);z.add(bt),bt.add(new go.PathSegment(go.PathSegment.Line,.2*a,.8*b));var xt=new go.PathFigure(.8*a,b,!1);return z.add(xt),xt.add(new go.PathSegment(go.PathSegment.Line,.8*a,.8*b)),z}),go.Shape.defineFigureGenerator("BpmnEventConditional",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.1*a,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,b).close());var te=new go.PathFigure(.2*a,.2*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.2*b)),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.8*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.8*b)),z}),go.Shape.defineFigureGenerator("BpmnEventError",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.33*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.66*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.66*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.33*a,.5*b).close()),z}),go.Shape.defineFigureGenerator("BpmnEventEscalation",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);z.add(E);var te=new go.PathFigure(a,b,!1);z.add(te);var ae=new go.PathFigure(.1*a,b,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),ae.add(new go.PathSegment(go.PathSegment.Line,.9*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b).close()),z}),go.Shape.defineFigureGenerator("Caution",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.05*a,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.1*a,.8*b,0,b,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,.45*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.55*a,.1*b,.5*a,0,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.95*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.9*a,b,a,b,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.05*a,b));var te=.05;return E.add(new go.PathSegment(go.PathSegment.Move,(.5-te)*a,.875*b)),E.add(new go.PathSegment(go.PathSegment.Arc,180,-360,.5*a,.875*b,te*a,te*b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.325*b,.575*a,.725*b,.625*a,.375*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.75*b,.375*a,.375*b,.425*a,.725*b)),z}),go.Shape.defineFigureGenerator("Recycle",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.45*a,.95*b,!1);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,.95*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.185*a,.85*b,.17*a,.95*b,.15*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Line,.235*a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,.3*a,.625*b)),E.add(new go.PathSegment(go.PathSegment.Line,.35*a,.65*b)),E.add(new go.PathSegment(go.PathSegment.Line,.275*a,.45*b)),E.add(new go.PathSegment(go.PathSegment.Line,.05*a,.45*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.05*a,.575*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.1875*a,.95*b,0,.675*b,0,.7*b)),E.add(new go.PathSegment(go.PathSegment.Move,.45*a,.95*b)),E.add(new go.PathSegment(go.PathSegment.Line,.45*a,.775*b)),E.add(new go.PathSegment(go.PathSegment.Line,.22*a,.775*b));var te=new go.PathFigure(.475*a,.2*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.4*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.225*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Line,.275*a,.175*b)),te.add(new go.PathSegment(go.PathSegment.Line,.325*a,.05*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.4*a,.05*b,.35*a,0,.375*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,.575*a,.375*b)),te.add(new go.PathSegment(go.PathSegment.Line,.525*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.75*a,.475*b)),te.add(new go.PathSegment(go.PathSegment.Line,.85*a,.315*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.32*b)),te.add(new go.PathSegment(go.PathSegment.Line,.65*a,.05*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.575*a,0,.65*a,.05*b,.625*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,.38*a,.0105*b));var ae=new go.PathFigure(.675*a,.575*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.875*a,.525*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.775*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,.85*a,.95*b,a,.8*b,a,.85*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.65*a,.95*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.65*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.55*a,.85*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.65*a,.725*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.65*a,.775*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.7*a,.775*b)),ae.add(new go.PathSegment(go.PathSegment.Line,a,.775*b)),ae.add(new go.PathSegment(go.PathSegment.Move,.675*a,.575*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.775*a,.775*b)),z}),go.Shape.defineFigureGenerator("BpmnEventTimer",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*.5,ae=new go.PathFigure(a,E*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Bezier,E*a,b,a,(E+te)*b,(E+te)*a,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,E*b,(E-te)*a,b,0,(E+te)*b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,E*a,0,0,(E-te)*b,(E-te)*a,0)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a,E*b,(E+te)*a,0,a,(E-te)*b));var le=new go.PathFigure(E*a,0,!1);return z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,E*a,.15*b)),le.add(new go.PathSegment(go.PathSegment.Move,E*a,b)),le.add(new go.PathSegment(go.PathSegment.Line,E*a,.85*b)),le.add(new go.PathSegment(go.PathSegment.Move,0,E*b)),le.add(new go.PathSegment(go.PathSegment.Line,.15*a,E*b)),le.add(new go.PathSegment(go.PathSegment.Move,a,E*b)),le.add(new go.PathSegment(go.PathSegment.Line,.85*a,E*b)),le.add(new go.PathSegment(go.PathSegment.Move,E*a,E*b)),le.add(new go.PathSegment(go.PathSegment.Line,.58*a,.1*b)),le.add(new go.PathSegment(go.PathSegment.Move,E*a,E*b)),le.add(new go.PathSegment(go.PathSegment.Line,.78*a,.54*b)),z}),go.Shape.defineFigureGenerator("Package",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.15*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,.15*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close());var te=new go.PathFigure(0,.15*b,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,0)),te.add(new go.PathSegment(go.PathSegment.Line,.6*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,.65*a,.15*b).close()),z.spot1=new go.Spot(0,.1),z.spot2=new go.Spot(1,1),z}),go.Shape.defineFigureGenerator("Class",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,.2*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,.2*b).close());var ae=new go.PathFigure(0,.5*b,!1);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,.5*b).close()),z}),go.Shape.defineFigureGenerator("Component",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b).close());var te=new go.PathFigure(0,.2*b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.45*a,.2*b)),te.add(new go.PathSegment(go.PathSegment.Line,.45*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.2*b).close());var ae=new go.PathFigure(0,.6*b,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.45*a,.6*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.45*a,.8*b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),ae.add(new go.PathSegment(go.PathSegment.Line,0,.6*b).close()),z}),go.Shape.defineFigureGenerator("Boat Shipment",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.15*a,.6*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.85*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,.85*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,.6*b));var te=new go.PathFigure(.15*a,.6*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.85*a,.6*b)),z}),go.Shape.defineFigureGenerator("Customer/Supplier",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.66*a,.33*b)),E.add(new go.PathSegment(go.PathSegment.Line,.66*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.33*a,.33*b)),E.add(new go.PathSegment(go.PathSegment.Line,.33*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,.33*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b).close()),z}),go.Shape.defineFigureGenerator("Workcell",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.65*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.65*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.35*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.35*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),z}),go.Shape.defineFigureGenerator("Supermarket",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.33*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.33*b)),E.add(new go.PathSegment(go.PathSegment.Move,a,.33*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.66*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.66*b)),E.add(new go.PathSegment(go.PathSegment.Move,a,.66*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),z}),go.Shape.defineFigureGenerator("TruckShipment",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(a,.8*b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.6*a,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,.6*a,.8*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.8*b).close());var ae=.1,le=oe*.1,ce=.2,he=.9,ye=new go.PathFigure((ce-ae)*a,he*b,!0);z.add(ye),ye.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-ae)*b,(ce-ae)*a,(he-le)*b,(ce-le)*a,(he-ae)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ae)*a,he*b,(ce+le)*a,(he-ae)*b,(ce+ae)*a,(he-le)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he+ae)*b,(ce+ae)*a,(he+le)*b,(ce+le)*a,(he+ae)*b)),ye.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ae)*a,he*b,(ce-le)*a,(he+ae)*b,(ce-ae)*a,(he+le)*b).close()),ae=.1,le=oe*.1,ce=.8,he=.9;var Pe=new go.PathFigure((ce-ae)*a,he*b,!0);return z.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he-ae)*b,(ce-ae)*a,(he-le)*b,(ce-le)*a,(he-ae)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(ce+ae)*a,he*b,(ce+le)*a,(he-ae)*b,(ce+ae)*a,(he-le)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,ce*a,(he+ae)*b,(ce+ae)*a,(he+le)*b,(ce+le)*a,(he+ae)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(ce-ae)*a,he*b,(ce-le)*a,(he+ae)*b,(ce-ae)*a,(he+le)*b).close()),z}),go.Shape.defineFigureGenerator("KanbanPost",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.2*a,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,0)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,b)),z}),go.Shape.defineFigureGenerator("Forklift",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,0));var te=new go.PathFigure(0,.5*b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.8*b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,0,.5*b));var ae=new go.PathFigure(.5*a,.8*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,.1*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.55*a,.1*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.55*a,.8*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.5*a,.8*b));var le=new go.PathFigure(.5*a,.7*b,!1);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a,.7*b));var ce=.1,he=oe*.1,ye=.1,Pe=.9,Me=new go.PathFigure((ye-ce)*a,Pe*b,!0);z.add(Me),Me.add(new go.PathSegment(go.PathSegment.Bezier,ye*a,(Pe-ce)*b,(ye-ce)*a,(Pe-he)*b,(ye-he)*a,(Pe-ce)*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ye+ce)*a,Pe*b,(ye+he)*a,(Pe-ce)*b,(ye+ce)*a,(Pe-he)*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,ye*a,(Pe+ce)*b,(ye+ce)*a,(Pe+he)*b,(ye+he)*a,(Pe+ce)*b)),Me.add(new go.PathSegment(go.PathSegment.Bezier,(ye-ce)*a,Pe*b,(ye-he)*a,(Pe+ce)*b,(ye-ce)*a,(Pe+he)*b)),ce=.1,he=oe*.1,ye=.4,Pe=.9;var Be=new go.PathFigure((ye-ce)*a,Pe*b,!0);return z.add(Be),Be.add(new go.PathSegment(go.PathSegment.Bezier,ye*a,(Pe-ce)*b,(ye-ce)*a,(Pe-he)*b,(ye-he)*a,(Pe-ce)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ye+ce)*a,Pe*b,(ye+he)*a,(Pe-ce)*b,(ye+ce)*a,(Pe-he)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,ye*a,(Pe+ce)*b,(ye+ce)*a,(Pe+he)*b,(ye+he)*a,(Pe+ce)*b)),Be.add(new go.PathSegment(go.PathSegment.Bezier,(ye-ce)*a,Pe*b,(ye-he)*a,(Pe+ce)*b,(ye-ce)*a,(Pe+he)*b)),z}),go.Shape.defineFigureGenerator("RailShipment",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.1*a,.4*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.45*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.45*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.9*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.4*b).close());var te=new go.PathFigure(.45*a,.7*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.55*a,.7*b));var ae=new go.PathFigure(.55*a,.4*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.9*a,.4*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.9*a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.55*a,.9*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.55*a,.4*b).close());var ye=.05,Pe=oe*.05,Me=.175,Be=.95,le=new go.PathFigure((Me-ye)*a,Be*b,!0);z.add(le),le.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be-ye)*b,(Me-ye)*a,(Be-Pe)*b,(Me-Pe)*a,(Be-ye)*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Me+ye)*a,Be*b,(Me+Pe)*a,(Be-ye)*b,(Me+ye)*a,(Be-Pe)*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be+ye)*b,(Me+ye)*a,(Be+Pe)*b,(Me+Pe)*a,(Be+ye)*b)),le.add(new go.PathSegment(go.PathSegment.Bezier,(Me-ye)*a,Be*b,(Me-Pe)*a,(Be+ye)*b,(Me-ye)*a,(Be+Pe)*b));var ye=.05,Pe=oe*.05,Me=.375,Be=.95,ce=new go.PathFigure((Me-ye)*a,Be*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be-ye)*b,(Me-ye)*a,(Be-Pe)*b,(Me-Pe)*a,(Be-ye)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(Me+ye)*a,Be*b,(Me+Pe)*a,(Be-ye)*b,(Me+ye)*a,(Be-Pe)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be+ye)*b,(Me+ye)*a,(Be+Pe)*b,(Me+Pe)*a,(Be+ye)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(Me-ye)*a,Be*b,(Me-Pe)*a,(Be+ye)*b,(Me-ye)*a,(Be+Pe)*b));var ye=.05,Pe=oe*.05,Me=.625,Be=.95,he=new go.PathFigure((Me-ye)*a,Be*b,!0);z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be-ye)*b,(Me-ye)*a,(Be-Pe)*b,(Me-Pe)*a,(Be-ye)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(Me+ye)*a,Be*b,(Me+Pe)*a,(Be-ye)*b,(Me+ye)*a,(Be-Pe)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be+ye)*b,(Me+ye)*a,(Be+Pe)*b,(Me+Pe)*a,(Be+ye)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(Me-ye)*a,Be*b,(Me-Pe)*a,(Be+ye)*b,(Me-ye)*a,(Be+Pe)*b));var ye=.05,Pe=oe*.05,Me=.825,Be=.95,Ze=new go.PathFigure((Me-ye)*a,Be*b,!0);z.add(Ze),Ze.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be-ye)*b,(Me-ye)*a,(Be-Pe)*b,(Me-Pe)*a,(Be-ye)*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Me+ye)*a,Be*b,(Me+Pe)*a,(Be-ye)*b,(Me+ye)*a,(Be-Pe)*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,Me*a,(Be+ye)*b,(Me+ye)*a,(Be+Pe)*b,(Me+Pe)*a,(Be+ye)*b)),Ze.add(new go.PathSegment(go.PathSegment.Bezier,(Me-ye)*a,Be*b,(Me-Pe)*a,(Be+ye)*b,(Me-ye)*a,(Be+Pe)*b).close());var Le=new go.PathFigure(0,b,!1);return z.add(Le),Le.add(new go.PathSegment(go.PathSegment.Line,a,b).close()),z}),go.Shape.defineFigureGenerator("Warehouse",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,0).close());var te=new go.PathFigure(0,.2*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,.2*b).close());var ae=new go.PathFigure(.15*a,b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.15*a,.5*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.4*a,.5*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.4*a,b)),ae.add(new go.PathSegment(go.PathSegment.Line,.15*a,b).close());var le=.05,ce=oe*.05,he=.35,ye=.775,Pe=new go.PathFigure((he-le)*a,ye*b,!0);return z.add(Pe),Pe.add(new go.PathSegment(go.PathSegment.Bezier,he*a,(ye-le)*b,(he-le)*a,(ye-ce)*b,(he-ce)*a,(ye-le)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(he+le)*a,ye*b,(he+ce)*a,(ye-le)*b,(he+le)*a,(ye-ce)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,he*a,(ye+le)*b,(he+le)*a,(ye+ce)*b,(he+ce)*a,(ye+le)*b)),Pe.add(new go.PathSegment(go.PathSegment.Bezier,(he-le)*a,ye*b,(he-ce)*a,(ye+le)*b,(he-le)*a,(ye+ce)*b).close()),z}),go.Shape.defineFigureGenerator("ControlCenter",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Move,.1*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.8*b).close()),z}),go.Shape.defineFigureGenerator("Bluetooth",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.75*b,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.25*b)),z}),go.Shape.defineFigureGenerator("Bookmark",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Move,.2*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Move,.2*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.4*b)),z}),go.Shape.defineFigureGenerator("Bookmark",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),E.add(new go.PathSegment(go.PathSegment.Line,0,0)),E.add(new go.PathSegment(go.PathSegment.Move,.2*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Move,.2*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,.8*a,.4*b)),z}),go.Shape.defineFigureGenerator("Globe",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Move,0,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.5*b,.75*a,0,a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,a,.75*b,.75*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,.25*a,b,0,.75*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,0,.25*b,.25*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,b,.15*a,.25*b,.15*a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,.85*a,.75*b,.85*a,.25*b)),E.add(new go.PathSegment(go.PathSegment.Move,.1675*a,.15*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.8325*a,.15*b,.35*a,.3*b,.65*a,.3*b)),E.add(new go.PathSegment(go.PathSegment.Move,.1675*a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.8325*a,.85*b,.35*a,.7*b,.65*a,.7*b)),z}),go.Shape.defineFigureGenerator("Wave",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.25*b,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.3*a,.25*b,.1*a,0,.2*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,.7*a,.25*b,.425*a,.5*b,.575*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.25*b,.8*a,0,.9*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.75*b)),E.add(new go.PathSegment(go.PathSegment.Move,0,.25*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.75*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.3*a,.75*b,.1*a,.5*b,.2*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.7*a,.75*b,.425*a,b,.575*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.75*b,.8*a,.5*b,.9*a,.5*b)),z}),go.Shape.defineFigureGenerator("Operator",function(me,a,b){var z=new go.Geometry,E=.3,te=oe*.3,ae=.5,le=.7,ce=new go.PathFigure((ae-E)*a,le*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b));var he=new go.PathFigure(0,.7*b,!1);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,a,.7*b,0,0,a,0)),z}),go.Shape.defineFigureGenerator("TripleFanBlades",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.5*a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.65*b,.65*a,.3*b,.65*a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,.35*a,.5*b,.35*a,.3*b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,.65*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,b,.3*a,.6*b,.1*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.65*b,.2*a,b,.35*a,.95*b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,.65*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,b,.7*a,.6*b,.9*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.65*b,.8*a,b,.65*a,.95*b)),z}),go.Shape.defineFigureGenerator("CentrifugalPump",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a,0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,0,.075*b,0,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.4*a,b,0,b,.4*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.4*b,.8*a,b,.85*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,0)),z}),go.Shape.defineFigureGenerator("Battery",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Move,.4*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,.1*b));var te=new go.PathFigure(0,.6*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Move,0,.4*b)),te.add(new go.PathSegment(go.PathSegment.Line,a,.4*b)),z}),go.Shape.defineFigureGenerator("Delete",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*.5,ae=.5,le=.5,ce=new go.PathFigure((ae-E)*a,le*b,!0);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b));var he=new go.PathFigure(.15*a,.5*b,!1);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Line,.85*a,.5*b)),z}),go.Shape.defineFigureGenerator("Flag",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.1*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Move,0,.1*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.1*b,.15*a,0,.35*a,0)),E.add(new go.PathSegment(go.PathSegment.Bezier,a,.1*b,.65*a,.2*b,.85*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.5*b,.85*a,.6*b,.65*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.5*b,.35*a,.4*b,.15*a,.4*b).close()),z}),go.Shape.defineFigureGenerator("Help",function(me,a,b){var z=new go.Geometry,E=.5,te=oe*.5,ae=.5,le=.5,ce=new go.PathFigure((ae-E)*a,le*b,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),ce.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b).close()),E=.05,te=oe*.05,ae=.5,le=.8;var he=new go.PathFigure((ae-E)*a,le*b,!1);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le-E)*b,(ae-E)*a,(le-te)*b,(ae-te)*a,(le-E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae+E)*a,le*b,(ae+te)*a,(le-E)*b,(ae+E)*a,(le-te)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,ae*a,(le+E)*b,(ae+E)*a,(le+te)*b,(ae+te)*a,(le+E)*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,(ae-E)*a,le*b,(ae-te)*a,(le+E)*b,(ae-E)*a,(le+te)*b).close()),he.add(new go.PathSegment(go.PathSegment.Move,.5*a,.7*b)),he.add(new go.PathSegment(go.PathSegment.Line,.5*a,.5*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.5*a,.2*b,.75*a,.475*b,.75*a,.225*b)),he.add(new go.PathSegment(go.PathSegment.Bezier,.3*a,.35*b,.4*a,.2*b,.3*a,.25*b)),z}),go.Shape.defineFigureGenerator("Location",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.5*a,b,!0).add(new go.PathSegment(go.PathSegment.Line,.75*a,.5*b)).add(new go.PathSegment(go.PathSegment.Bezier,.5*a,0,.975*a,.025*b,.5*a,0)).add(new go.PathSegment(go.PathSegment.Bezier,.25*a,.5*b,.5*a,0,.025*a,.025*b).close()).add(new go.PathSegment(go.PathSegment.Move,.5*a,.2*b)).add(new go.PathSegment(go.PathSegment.Arc,270,360,.5*a,.3*b,.1*a,.1*b).close()))}),go.Shape.defineFigureGenerator("Lock",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.5*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b));var te=new go.PathFigure(.2*a,.5*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,.2*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.3*b,.25*a,0,.75*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.3*b)),z}),go.Shape.defineFigureGenerator("Unlocked",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.5*b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,.5*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.5*b));var te=new go.PathFigure(.2*a,.5*b,!1);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Move,.2*a,.5*b)),te.add(new go.PathSegment(go.PathSegment.Line,.2*a,.3*b)),te.add(new go.PathSegment(go.PathSegment.Bezier,.8*a,.3*b,.25*a,0,.75*a,0)),te.add(new go.PathSegment(go.PathSegment.Line,.8*a,.35*b)),z}),go.Shape.defineFigureGenerator("Gear",function(me,a,b){return new go.Geometry().add(new go.PathFigure(.9375*a,.56246875*b,!0).add(new go.PathSegment(go.PathSegment.Line,.9375*a,.4375*b)).add(new go.PathSegment(go.PathSegment.Line,.80621875*a,.4375*b)).add(new go.PathSegment(go.PathSegment.Bezier,.763*a,.3316875*b,.79840625*a,.39915625*b,.7834375*a,.3635*b)).add(new go.PathSegment(go.PathSegment.Line,.8566875*a,.23796875*b)).add(new go.PathSegment(go.PathSegment.Line,.76825*a,.14959375*b)).add(new go.PathSegment(go.PathSegment.Line,.67596875*a,.24184375*b)).add(new go.PathSegment(go.PathSegment.Bezier,.5625*a,.19378125*b,.64228125*a,.2188125*b,.603875*a,.2021875*b)).add(new go.PathSegment(go.PathSegment.Line,.5625*a,.0625*b)).add(new go.PathSegment(go.PathSegment.Line,.4375*a,.0625*b)).add(new go.PathSegment(go.PathSegment.Line,.4375*a,.19378125*b)).add(new go.PathSegment(go.PathSegment.Bezier,.32775*a,.239375*b,.39759375*a,.20190625*b,.36053125*a,.2176875*b)).add(new go.PathSegment(go.PathSegment.Line,.2379375*a,.14959375*b)).add(new go.PathSegment(go.PathSegment.Line,.14953125*a,.2379375*b)).add(new go.PathSegment(go.PathSegment.Line,.23934375*a,.3278125*b)).add(new go.PathSegment(go.PathSegment.Bezier,.19378125*a,.4375*b,.21765625*a,.36059375*b,.201875*a,.397625*b)).add(new go.PathSegment(go.PathSegment.Line,.0625*a,.4375*b)).add(new go.PathSegment(go.PathSegment.Line,.0625*a,.5625*b)).add(new go.PathSegment(go.PathSegment.Line,.1938125*a,.5625*b)).add(new go.PathSegment(go.PathSegment.Bezier,.241875*a,.67596875*b,.20221875*a,.603875*b,.21884375*a,.64228125*b)).add(new go.PathSegment(go.PathSegment.Line,.1495625*a,.76825*b)).add(new go.PathSegment(go.PathSegment.Line,.238*a,.8566875*b)).add(new go.PathSegment(go.PathSegment.Line,.3316875*a,.76296875*b)).add(new go.PathSegment(go.PathSegment.Bezier,.43753125*a,.80621875*b,.36353125*a,.78340625*b,.3991875*a,.79840625*b)).add(new go.PathSegment(go.PathSegment.Line,.43753125*a,.9375*b)).add(new go.PathSegment(go.PathSegment.Line,.5625*a,.9375*b)).add(new go.PathSegment(go.PathSegment.Line,.5625*a,.80621875*b)).add(new go.PathSegment(go.PathSegment.Bezier,.67225*a,.760625*b,.602375*a,.79809375*b,.63946875*a,.78234375*b)).add(new go.PathSegment(go.PathSegment.Line,.76828125*a,.8566875*b)).add(new go.PathSegment(go.PathSegment.Line,.85671875*a,.76825*b)).add(new go.PathSegment(go.PathSegment.Line,.76065625*a,.67221875*b)).add(new go.PathSegment(go.PathSegment.Bezier,.80621875*a,.56246875*b,.78234375*a,.63940625*b,.798125*a,.602375*b)).add(new go.PathSegment(go.PathSegment.Line,.9375*a,.56246875*b).close()).add(new go.PathSegment(go.PathSegment.Move,.5*a,.6*b)).add(new go.PathSegment(go.PathSegment.Arc,90,360,.5*a,.5*b,.1*a,.1*b).close()))}),go.Shape.defineFigureGenerator("Hand",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.5*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Bezier,.1*a,.3*b,0,.375*b,.05*a,.325*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.45*a,.075*b,.3*a,.225*b,.4*a,.175*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.525*a,.075*b,.46*a,.05*b,.525*a,.05*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.3*a,.4*b,.525*a,.275*b,.475*a,.325*b)),E.add(new go.PathSegment(go.PathSegment.Line,.9*a,.4*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.9*a,.55*b,a,.4*b,a,.55*b)),E.add(new go.PathSegment(go.PathSegment.Line,.425*a,.55*b)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,.55*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.6*a,.7*b,.675*a,.55*b,.675*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Line,.575*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.575*a,.85*b,.65*a,.7*b,.65*a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Line,.525*a,.85*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.535*a,b,.61*a,.85*b,.61*a,b)),E.add(new go.PathSegment(go.PathSegment.Bezier,0,.9*b,.435*a,b,0,b).close()),z}),go.Shape.defineFigureGenerator("Map",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,.2*b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.25*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Line,.25*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,b).close()),E.add(new go.PathSegment(go.PathSegment.Move,.25*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.25*a,.8*b)),E.add(new go.PathSegment(go.PathSegment.Move,.5*a,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b)),E.add(new go.PathSegment(go.PathSegment.Move,.75*a,0)),E.add(new go.PathSegment(go.PathSegment.Line,.75*a,.8*b)),z}),go.Shape.defineFigureGenerator("Eject",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a,b)),E.add(new go.PathSegment(go.PathSegment.Line,a,b*.7)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*.7).close());var te=new go.PathFigure(0,b*.6,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a,.6*b)),te.add(new go.PathSegment(go.PathSegment.Line,.5*a,0).close()),z}),go.Shape.defineFigureGenerator("Pencil",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,.2*a,.1*b)).add(new go.PathSegment(go.PathSegment.Line,a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.9*a,b)).add(new go.PathSegment(go.PathSegment.Line,.1*a,.2*b).close()))}),go.Shape.defineFigureGenerator("Building",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*1,b*1,!1);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*.85)),E.add(new go.PathSegment(go.PathSegment.Line,.046*a,b*.85)),E.add(new go.PathSegment(go.PathSegment.Line,.046*a,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*.3)),E.add(new go.PathSegment(go.PathSegment.Line,.046*a,b*.3)),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*a,b*.3)),E.add(new go.PathSegment(go.PathSegment.Line,a,b*.3)),E.add(new go.PathSegment(go.PathSegment.Line,a,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*a,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,(1-.046)*a,b*.85)),E.add(new go.PathSegment(go.PathSegment.Line,a,b*.85).close());var te=new go.PathFigure(.126*a,.85*b,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,.126*a,.45*b)),te.add(new go.PathSegment(go.PathSegment.Line,.322*a,.45*b)),te.add(new go.PathSegment(go.PathSegment.Line,.322*a,.85*b).close());var ae=new go.PathFigure(.402*a,.85*b,!1);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,.402*a,.45*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.598*a,.45*b)),ae.add(new go.PathSegment(go.PathSegment.Line,.598*a,.85*b).close());var le=new go.PathFigure(.678*a,.85*b,!1);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,.678*a,.45*b)),le.add(new go.PathSegment(go.PathSegment.Line,.874*a,.45*b)),le.add(new go.PathSegment(go.PathSegment.Line,.874*a,.85*b).close());var ce=new go.PathFigure(.5*a,.1*b,!1);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,(.046+.15)*a,.3*b)),ce.add(new go.PathSegment(go.PathSegment.Line,(1-(.046+.15))*a,.3*b).close()),z}),go.Shape.defineFigureGenerator("Staircase",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b*1,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.2,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.2,b*.8)),E.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.8)),E.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.6)),E.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.6)),E.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.4)),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*.4)),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*.2)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.2)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.15)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.15)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.35)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.35)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.35,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.35,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.15,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.15,b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*.95).close()),z}),go.Shape.defineFigureGenerator("5Bars",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,b*1,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.184,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.184,b*(1-.184)).close());var te=new go.PathFigure(a*.204,b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*.204,b*(1-.184))),te.add(new go.PathSegment(go.PathSegment.Line,a*.388,b*(1-.184*2))),te.add(new go.PathSegment(go.PathSegment.Line,a*.388,b*1).close());var ae=new go.PathFigure(a*.408,b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.408,b*(1-.184*2))),ae.add(new go.PathSegment(go.PathSegment.Line,a*.592,b*(1-.184*3))),ae.add(new go.PathSegment(go.PathSegment.Line,a*.592,b*1).close());var le=new go.PathFigure(a*.612,b,!0);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a*.612,b*(1-.184*3))),le.add(new go.PathSegment(go.PathSegment.Line,a*.796,b*(1-.184*4))),le.add(new go.PathSegment(go.PathSegment.Line,a*.796,b*1).close());var ce=new go.PathFigure(a*.816,b,!0);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,a*.816,b*(1-.184*4))),ce.add(new go.PathSegment(go.PathSegment.Line,a*1,b*(1-.184*5))),ce.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1).close()),z}),go.Shape.defineFigureGenerator("PC",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,0,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,0).close());var te=new go.PathFigure(a*.055,.07*b,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.07)),te.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.1)),te.add(new go.PathSegment(go.PathSegment.Line,a*.055,b*.1).close());var ae=new go.PathFigure(a*.055,.13*b,!0);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.13)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.16)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.055,b*.16).close());var le=new go.PathFigure(a*.055,.18*b,!0);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.18)),le.add(new go.PathSegment(go.PathSegment.Line,a*.245,b*.21)),le.add(new go.PathSegment(go.PathSegment.Line,a*.055,b*.21).close());var ce=new go.PathFigure(a*1,0,!0);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,a*.4,0)),ce.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.65)),ce.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.65).close()),z}),go.Shape.defineFigureGenerator("Plane",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(.55*a,b,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,.7*b)),E.add(new go.PathSegment(go.PathSegment.Line,.1*a,.475*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.35*a,.525*b,0,.4*b,.225*a,.45*b)),E.add(new go.PathSegment(go.PathSegment.Line,.4*a,.475*b)),E.add(new go.PathSegment(go.PathSegment.Line,.15*a,.35*b)),E.add(new go.PathSegment(go.PathSegment.Line,.2*a,.325*b)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,.325*b)),E.add(new go.PathSegment(go.PathSegment.Line,.85*a,.1*b)),E.add(new go.PathSegment(go.PathSegment.Bezier,.9*a,.2*b,.975*a,0,a,.08*b)),E.add(new go.PathSegment(go.PathSegment.Line,.7*a,.45*b)),E.add(new go.PathSegment(go.PathSegment.Line,.6*a,.95*b)),E.add(new go.PathSegment(go.PathSegment.Line,.55*a,b).close()),z}),go.Shape.defineFigureGenerator("Key",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*1,b*.5,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.9,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,.4*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,.35*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,.35*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.15,.2*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.35*b)),E.add(new go.PathSegment(go.PathSegment.Line,0,.65*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.15,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,.8*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,.65*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,.65*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.6,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.65,.55*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.7,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,.55*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,.6*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.85,.575*b)),E.add(new go.PathSegment(go.PathSegment.Line,a*.9,.6*b).close()),E.add(new go.PathSegment(go.PathSegment.Move,.17*a,.425*b)),E.add(new go.PathSegment(go.PathSegment.Arc,270,360,.17*a,.5*b,.075*a,.075*b).close()),z}),go.Shape.defineFigureGenerator("FilmTape",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(0,0,!1);z.add(E),E.add(new go.PathSegment(go.PathSegment.Arc,270,180,a*0,a*.3,a*.055)),E.add(new go.PathSegment(go.PathSegment.Line,0,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.08,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.08,b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*1),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*1),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*2),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*2),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*3),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*3),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*4),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*4),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*5),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*5),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*6),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*6),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*7),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*7),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*8),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*8),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*9),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*9),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*10),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*10),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*11),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*11),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*12),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*12),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*13),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*13),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*14),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*14),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*15),b*.95)),E.add(new go.PathSegment(go.PathSegment.Line,a*(.08+.056*15),b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1));var te=new go.PathFigure(0,0,!1);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*1,b*0)),te.add(new go.PathSegment(go.PathSegment.Arc,270,-180,a*1,a*.3,a*.055)),te.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1));var ae=new go.PathFigure(a*.11,b*.1,!1);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*1+.028*0),b*.1)),ae.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*1+.028*0),b*.8)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.11,b*.8).close());var le=new go.PathFigure(a*(.11+.24133333*1+.028*1),b*.1,!1);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*2+.028*1),b*.1)),le.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*2+.028*1),b*.8)),le.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*1+.028*1),b*.8).close());var ce=new go.PathFigure(a*(.11+.24133333*2+.028*2),b*.1,!1);return z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*3+.028*2),b*.1)),ce.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*3+.028*2),b*.8)),ce.add(new go.PathSegment(go.PathSegment.Line,a*(.11+.24133333*2+.028*2),b*.8).close()),z}),go.Shape.defineFigureGenerator("FloppyDisk",function(me,a,b){var z=new go.Geometry,E=8,te=E*oe,ae=new go.PathFigure(E,0,!1);z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.86,0)),ae.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.14)),ae.add(new go.PathSegment(go.PathSegment.Line,a,b-E)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a-E,b,a,b-te,a-te,b)),ae.add(new go.PathSegment(go.PathSegment.Line,E,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,b-E,te,b,0,b-te)),ae.add(new go.PathSegment(go.PathSegment.Line,0,E)),ae.add(new go.PathSegment(go.PathSegment.Bezier,E,0,0,te,te,0).close());var le=new go.PathFigure(a*.83,0,!1);z.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a*.83,b*.3)),le.add(new go.PathSegment(go.PathSegment.Line,a*.17,b*.3)),le.add(new go.PathSegment(go.PathSegment.Line,a*.17,b*0).close());var ce=new go.PathFigure(a*.83,b*1,!1);z.add(ce),ce.add(new go.PathSegment(go.PathSegment.Line,a*.83,b*.5)),ce.add(new go.PathSegment(go.PathSegment.Line,a*.17,b*.5)),ce.add(new go.PathSegment(go.PathSegment.Line,a*.17,b*1).close());var he=new go.PathFigure(a*.78,b*.05,!1);return z.add(he),he.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*.05)),he.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*.25)),he.add(new go.PathSegment(go.PathSegment.Line,a*.78,b*.25).close()),z}),go.Shape.defineFigureGenerator("SpeechBubble",function(me,a,b){var z=me?me.parameter1:NaN;(isNaN(z)||z<0)&&(z=15),z=Math.min(z,a/3),z=Math.min(z,b/3);var E=z*oe,te=b*.8,ae=new go.Geometry,le=new go.PathFigure(z,0,!0);return ae.add(le),le.add(new go.PathSegment(go.PathSegment.Line,a-z,0)),le.add(new go.PathSegment(go.PathSegment.Bezier,a,z,a-E,0,a,E)),le.add(new go.PathSegment(go.PathSegment.Line,a,te-z)),le.add(new go.PathSegment(go.PathSegment.Bezier,a-z,te,a,te-E,a-E,te)),le.add(new go.PathSegment(go.PathSegment.Line,a*.7,te)),le.add(new go.PathSegment(go.PathSegment.Line,a*.7,b)),le.add(new go.PathSegment(go.PathSegment.Line,a*.55,te)),le.add(new go.PathSegment(go.PathSegment.Line,z,te)),le.add(new go.PathSegment(go.PathSegment.Bezier,0,te-z,E,te,0,te-E)),le.add(new go.PathSegment(go.PathSegment.Line,0,z)),le.add(new go.PathSegment(go.PathSegment.Bezier,z,0,0,E,E,0).close()),E>1?(ae.spot1=new go.Spot(0,0,E,E),ae.spot2=new go.Spot(1,.8,-E,-E)):(ae.spot1=go.Spot.TopLeft,ae.spot2=new go.Spot(1,.8)),ae}),go.Shape.defineFigureGenerator("Repeat",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*0,b*.45,!0);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.25,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,b*.9)),E.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.9)),E.add(new go.PathSegment(go.PathSegment.Line,a*.65,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.2,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.2,b*.45).close());var te=new go.PathFigure(a*1,b*.55,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*1)),te.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.55)),te.add(new go.PathSegment(go.PathSegment.Line,a*.7,b*.55)),te.add(new go.PathSegment(go.PathSegment.Line,a*.7,b*.1)),te.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.1)),te.add(new go.PathSegment(go.PathSegment.Line,a*.35,b*0)),te.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*0)),te.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*.55).close()),z}),go.Shape.defineFigureGenerator("Windows",function(me,a,b){return new go.Geometry().add(new go.PathFigure(0,0,!0).add(new go.PathSegment(go.PathSegment.Line,a,0)).add(new go.PathSegment(go.PathSegment.Line,a,b)).add(new go.PathSegment(go.PathSegment.Line,0,b).close()).add(new go.PathSegment(go.PathSegment.Move,.4*a,.4*b)).add(new go.PathSegment(go.PathSegment.Line,.4*a,.8*b)).add(new go.PathSegment(go.PathSegment.Line,.9*a,.8*b)).add(new go.PathSegment(go.PathSegment.Line,.9*a,.4*b).close()).add(new go.PathSegment(go.PathSegment.Move,.2*a,.1*b)).add(new go.PathSegment(go.PathSegment.Line,.2*a,.6*b)).add(new go.PathSegment(go.PathSegment.Line,.7*a,.6*b)).add(new go.PathSegment(go.PathSegment.Line,.7*a,.1*b).close()).add(new go.PathSegment(go.PathSegment.Move,.1*a,.6*b)).add(new go.PathSegment(go.PathSegment.Line,.1*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.5*a,.9*b)).add(new go.PathSegment(go.PathSegment.Line,.5*a,.6*b).close()))}),go.Shape.defineFigureGenerator("Terminal",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*0,b*.1,!1);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.9)),E.add(new go.PathSegment(go.PathSegment.Line,a*0,b*.9).close());var te=new go.PathFigure(a*.1,b*.2,!0);z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*.1,b*.25)),te.add(new go.PathSegment(go.PathSegment.Line,a*.22,b*.285)),te.add(new go.PathSegment(go.PathSegment.Line,a*.1,b*.32)),te.add(new go.PathSegment(go.PathSegment.Line,a*.1,b*.37)),te.add(new go.PathSegment(go.PathSegment.Line,a*.275,b*.32)),te.add(new go.PathSegment(go.PathSegment.Line,a*.275,b*.25).close());var ae=new go.PathFigure(a*.28,b*.37,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.37)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.41)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.28,b*.41).close()),z}),go.Shape.defineFigureGenerator("Beaker",function(me,a,b){var z=new go.Geometry,E=15,te=E*oe,ae=new go.PathFigure(a*.62,b*.475,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a,b-E)),ae.add(new go.PathSegment(go.PathSegment.Bezier,a-E,b,a,b-te,a-te,b)),ae.add(new go.PathSegment(go.PathSegment.Line,E,b)),ae.add(new go.PathSegment(go.PathSegment.Bezier,0,b-E,te,b,0,b-te)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.38,b*.475)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.38,b*.03)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.36,b*0)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.64,b*0)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.62,b*.03).close()),te>1?(z.spot1=new go.Spot(0,0,te,te),z.spot2=new go.Spot(1,1,-te,-te)):(z.spot1=go.Spot.TopLeft,z.spot2=go.Spot.BottomRight),z}),go.Shape.defineFigureGenerator("Download",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*0,b*1,!0);z.add(E);var te=.1/.3;E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.755,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.93,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.64,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.61,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.39,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.36,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.07,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.755),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.8),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*0,b*(1-te)).close());var ae=new go.PathFigure(a*.4,b*0,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.44)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.26,b*.44)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.66)),ae.add(new go.PathSegment(go.PathSegment.Line,a*(1-.26),b*.44)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.44)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*0).close()),z}),go.Shape.defineFigureGenerator("Bin",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*0,b*1,!0);z.add(E);var te=.1/.3;return E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.755,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.93,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.64,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.61,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.39,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.36,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.07,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.755),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.8),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*0,b*(1-te)).close()),z}),go.Shape.defineFigureGenerator("Upload",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*0,b*1,!0);z.add(E);var te=.1/.3;E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.8,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.66,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.755,b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*.93,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.64,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.61,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.39,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.36,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*.07,b*(1-te))),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.755),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*.055)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.66),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*(1-.8),b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*0,b*(1-te)).close());var ae=new go.PathFigure(a*.5,b*0,!0);return z.add(ae),ae.add(new go.PathSegment(go.PathSegment.Line,a*.26,b*.25)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.25)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.4,b*.63)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.63)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.6,b*.25)),ae.add(new go.PathSegment(go.PathSegment.Line,a*.74,b*.25).close()),z}),go.Shape.defineFigureGenerator("EmptyDrink",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*.15,b*0,!1);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.85,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.7,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,b*1).close()),z}),go.Shape.defineFigureGenerator("Drink",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*.15,b*0,!1);z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.85,b*0)),E.add(new go.PathSegment(go.PathSegment.Line,a*.7,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.3,b*1).close());var te=new go.PathFigure(a*.235,b*.28,!0);return z.add(te),te.add(new go.PathSegment(go.PathSegment.Line,a*.765,b*.28)),te.add(new go.PathSegment(go.PathSegment.Line,a*.655,b*.97)),te.add(new go.PathSegment(go.PathSegment.Line,a*.345,b*.97).close()),z}),go.Shape.defineFigureGenerator("4Arrows",function(me,a,b){var z=new go.Geometry,E=new go.PathFigure(a*.5,b*0,!0);return z.add(E),E.add(new go.PathSegment(go.PathSegment.Line,a*.65,b*.25)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.25)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.35)),E.add(new go.PathSegment(go.PathSegment.Line,a*1,b*.5)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.65)),E.add(new go.PathSegment(go.PathSegment.Line,a*.75,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.55,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.65,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.5,b*1)),E.add(new go.PathSegment(go.PathSegment.Line,a*.35,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.75)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.25,b*.55)),E.add(new go.PathSegment(go.PathSegment.Line,a*.25,b*.65)),E.add(new go.PathSegment(go.PathSegment.Line,a*0,b*.5)),E.add(new go.PathSegment(go.PathSegment.Line,a*.25,b*.35)),E.add(new go.PathSegment(go.PathSegment.Line,a*.25,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.45)),E.add(new go.PathSegment(go.PathSegment.Line,a*.45,b*.25)),E.add(new go.PathSegment(go.PathSegment.Line,a*.35,b*.25).close()),z}),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={},ne="5.0",y={},ee=null,se=!1,ue=!1,pe=null,fe=!1,Ce=null,oe=null,Ae=0;Ae<arguments.length;Ae++){var Te=arguments[Ae];if(Te!==null)switch(typeof Te){case"number":ne=Te.toFixed(1);break;case"string":Te.match(new RegExp("^[0-9]\\.[0-9]+$"))?ne=Te:pe=Te;break;case"object":typeof Te.is3D!="undefined"?ee=Te:y=Te;break;case"boolean":se=Te,ue=!0;break}}ee===null&&(ee={is3D:!1,AV:!1,SV:!1,CV:!1,EV2:!1,CP:!1,PC:!1,DA:!1,FI:!1,PV:!1,macro:!1},y.material_id!==void 0&&!ue&&(se=!0)),pe!==null&&y.id===void 0&&(y.id=pe);var Ie="",De="",Fe=!1,Oe=null,me=null,a=null,b=!1,z=null,E=null,te=null,ae=null,le=null;y.height!==void 0&&(y.height=Math.round(y.height)),y.width!==void 0&&(y.width=Math.round(y.width));var ce=function(nt){return parseFloat(nt)>4?parseFloat(nt):5};de.setHTML5Codebase=function(nt,_t){oe=nt,wt(nt,_t)},de.setJavaCodebase=de.setJavaCodebaseVersion=de.isCompiledInstalled=de.setPreCompiledScriptPath=de.setPreCompiledResourcePath=function(){},de.setHTML5CodebaseVersion=function(nt,_t){var Qt=parseFloat(nt);if(Qt!==NaN&&Qt<5){console.log("The GeoGebra HTML5 codebase version "+Qt+" is deprecated. Using version latest instead.");return}Ce=nt,Pn(nt,_t)},de.getHTML5CodebaseVersion=function(){return me},de.getParameters=function(){return y},de.setFontsCSSURL=function(nt){ae=nt},de.setGiacJSURL=function(nt){},de.setJNLPFile=function(nt){Ie=nt},de.setJNLPBaseDir=function(nt){},de.inject=function(){function nt(){return window.frameElement&&window.frameElement.getAttribute("data-singleton")}for(var _t="auto",Qt=y.id,Vn,dn=!1,Fn=0;Fn<arguments.length;Fn++){var Qe=arguments[Fn];typeof Qe=="string"?(Qe=Qe.toLowerCase(),Qe.match(/^(prefer)?(java|html5|compiled|auto|screenshot)$/)?_t=Qe:Qt=arguments[Fn]):typeof Qe=="boolean"?dn=Qe:Qe instanceof HTMLElement&&(Vn=Qe)}Cn();function Cn(){if(!fe){setTimeout(Cn,200);return}_t=zt(_t);var Kn=Vn||document.getElementById(Qt);if(!Kn){console.log("possibly bug on ajax loading? ");return}if(de.removeExistingApplet(Kn,!1),y.width===void 0&&Kn.clientWidth&&(y.width=Kn.clientWidth),y.height===void 0&&Kn.clientHeight&&(y.height=Kn.clientHeight),!(y.width&&y.height)&&_t==="html5"&&(delete y.width,delete y.height),Oe=_t,_t==="screenshot")xt(Kn,y);else{var Ha=!1;y.hasOwnProperty("playButton")&&y.playButton||y.hasOwnProperty("clickToLoad")&&y.clickToLoad?Ha=!0:y.hasOwnProperty("playButtonAutoDecide")&&y.playButtonAutoDecide&&(Ha=(!he()||nt())&&ye()),Ha?(Oe="screenshot",Ct(Kn,y,dn,_t)):bt(Kn,y,dn)}}};function he(){try{return window.self!==window.top}catch(nt){return!0}}function ye(){return y.hasOwnProperty("screenshotGenerator")&&y.screenshotGenerator?!1:Math.max(screen.width,screen.height)<800}de.getViews=function(){return ee},de.isJavaInstalled=function(){return!1};var Pe=function(nt){var _t=function(Fn){var Qe=JSON.parse(Fn),Cn=function(_n){return _n.type=="G"||_n.type=="E"},Kn=Qe.elements?Qe.elements.filter(Cn)[0]:Qe;if(!Kn||!Kn.url){Qt();return}y.fileName=Kn.url,Me(Kn.settings||{}),ee.is3D=!0;var Ha="https://www.geogebra.org/images/";de.setPreviewImage(z||Kn.previewUrl,Ha+"GeoGebra_loading.png",Ha+"applet_play.png"),nt()},Qt=function(){y.onError&&y.onError(),gn("Error: Fetching material (id "+y.material_id+") failed.",y)},Vn=location.host.match(/(www|stage|beta|groot|alpha).geogebra.(org|net)/)?location.host:"www.geogebra.org",dn="/materials/"+y.material_id+"?scope=basic";Be("https://"+Vn+"/api/proxy.php?path="+encodeURIComponent(dn),_t,Qt)};function Me(nt){var _t=["width","height","showToolBar","showMenuBar","showAlgebraInput","allowStyleBar","showResetIcon","enableLabelDrags","enableShiftDragZoom","enableRightClick","appName"];["enableLabelDrags","enableShiftDragZoom","enableRightClick"].forEach(function(Qt){nt[Qt]=!!nt[Qt]}),_t.forEach(function(Qt){y[Qt]===void 0&&nt[Qt]!==void 0&&(y[Qt]=nt[Qt])}),y.showToolBarHelp===void 0&&(y.showToolBarHelp=y.showToolBar)}function Be(nt,_t,Qt){var Vn=new XMLHttpRequest;Vn.open("GET",nt),Vn.onload=function(){_t(Vn.responseText)},Vn.onerror=Qt,Vn.send()}de.isHTML5Installed=function(){return!0},de.getLoadedAppletType=function(){return Oe},de.setPreviewImage=function(nt,_t,Qt){z=nt,E=_t,te=Qt},de.removeExistingApplet=function(nt,_t){var Qt;typeof nt=="string"&&(nt=document.getElementById(nt)),Oe=null;var Vn=null;for(Qt=0;Qt<nt.childNodes.length;Qt++){var dn=nt.childNodes[Qt],Fn=dn.className;Fn==="applet_screenshot"?_t?(dn.style.display="block",Oe="screenshot"):dn.style.display="none":Fn!=="applet_scaler prerender"&&(nt.removeChild(dn),Vn=Fn&&Fn.indexOf("appletParameters")!=-1?dn.id:null,Qt--)}var Qe=y.id!==void 0?y.id:Vn,Cn=window[Qe];Cn&&typeof Cn.getBase64=="function"&&(Cn.remove(),window[Qe]=null)},de.refreshHitPoints=function(){if(ce(ggbHTML5LoadedCodebaseVersion)>=5)return!0;var nt=de.getAppletObject();return nt&&typeof nt.recalculateEnvironments=="function"?(nt.recalculateEnvironments(),!0):!1},de.startAnimation=function(){var nt=de.getAppletObject();return nt&&typeof nt.startAnimation=="function"?(nt.startAnimation(),!0):!1},de.stopAnimation=function(){var nt=de.getAppletObject();return nt&&typeof nt.stopAnimation=="function"?(nt.stopAnimation(),!0):!1},de.getAppletObject=function(){var nt=y.id!==void 0?y.id:"ggbApplet";return window[nt]},de.resize=function(){};var Ze=function(nt,_t,Qt){var Vn=document.createElement("param");Vn.setAttribute("name",_t),Vn.setAttribute("value",Qt),nt.appendChild(Vn)},Le=function(nt){return nt&&nt!=="false"},bt=function(nt,_t,Qt){ce(me)<=4.2&&(Qt=!0);var Vn=!isRenderGGBElementEnabled&&!scriptLoadStarted;(!isRenderGGBElementEnabled&&!scriptLoadStarted||ggbHTML5LoadedCodebaseVersion!==me||ggbHTML5LoadedCodebaseIsWebSimple&&!b)&&(Vn=!0,isRenderGGBElementEnabled=!1,scriptLoadStarted=!1);var dn=document.createElement("div");dn.classList.add("appletParameters","notranslate");var Fn=_t.width,Qe=_t.height;if(_t.disableAutoScale=_t.disableAutoScale===void 0?GGBAppletUtils.isFlexibleWorksheetEditor():_t.disableAutoScale,_t.width!==void 0)if(ce(me)<=4.4)Le(_t.showToolBar)&&(_t.height-=7),Le(_t.showAlgebraInput)&&(_t.height-=37),_t.width<605&&Le(_t.showToolBar)&&(_t.width=605,Fn=605);else{var Cn=100;(Le(_t.showToolBar)||Le(_t.showMenuBar))&&(_t.hasOwnProperty("customToolBar")&&(_t.customToolbar=_t.customToolBar),Cn=Le(_t.showMenuBar)?245:155),Fn<Cn&&(_t.width=Cn,Fn=Cn)}dn.style.border="none",dn.style.display="inline-block";for(var Kn in _t)_t.hasOwnProperty(Kn)&&Kn!=="appletOnLoad"&&dn.setAttribute("data-param-"+Kn,_t[Kn]);ae&&dn.setAttribute("data-param-fontscssurl",ae),de.resize=function(){GGBAppletUtils.responsiveResize(nt,_t)},window.addEventListener("resize",function(Ba){de.resize()});var Ha=typeof _t.appletOnLoad=="function"?_t.appletOnLoad:function(){};if(!Qt&&_t.width!==void 0){_t.hasOwnProperty("showSplash")||dn.setAttribute("data-param-showSplash","false");var _n=nt.querySelector(".applet_scaler.prerender"),Vt=_n!==null;if(Vt)var Tt=_n.querySelector(".ggb_preview");else{var Tt=Ht(Fn,Qe,_t.borderColor,!1);_n=document.createElement("div"),_n.className="applet_scaler",_n.style.position="relative",_n.style.display="block",_n.style.width=Fn+"px",_n.style.height=Qe+"px"}window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(_n,"66%"),ce(me)>=5?(_t.appletOnLoad=function(Ba){var pa=nt.querySelector(".ggb_preview");pa&&pa.parentNode.removeChild(pa),window.GGBT_spinner&&window.GGBT_spinner.removeSpinner(_n),window.GGBT_wsf_view&&$(window).trigger("resize"),Ha(Ba)},Vt||_n.appendChild(Tt)):dn.appendChild(Tt),_n.appendChild(dn),Vt||nt.appendChild(_n),setTimeout(function(){de.resize()},1)}else{var gt=document.createElement("div");gt.className="applet_scaler",gt.style.position="relative",gt.style.display="block",gt.appendChild(dn),nt.appendChild(gt),_t.appletOnLoad=function(Ba){de.resize(),Ha(Ba)}}function ln(Ba,pa){pa&&typeof pa.appletOnLoad=="function"&&typeof renderGGBElement=="function"?renderGGBElement(Ba,pa.appletOnLoad):renderGGBElement(Ba),gn("GeoGebra HTML5 applet injected and rendered with previously loaded codebase.",pa)}function pn(Ba,pa){typeof renderGGBElement=="undefined"?(html5AppletsToProcess===null&&(html5AppletsToProcess=[]),html5AppletsToProcess.push({article:Ba,params:pa}),window.renderGGBElementReady=function(){isRenderGGBElementEnabled=!0,html5AppletsToProcess!==null&&html5AppletsToProcess.length&&(html5AppletsToProcess.forEach(function(Ja){ln(Ja.article,Ja.params)}),html5AppletsToProcess=null)},ce(me)<5&&(Ba.className+=" geogebraweb")):ln(Ba,pa)}if(Vn){scriptLoadStarted=!0;for(var On=0;On<dn.childNodes.length;On++){var Xn=dn.childNodes[On].tagName;Xn==="TABLE"&&(dn.removeChild(dn.childNodes[On]),On--)}if(ggbHTML5LoadedScript!==null){var ga=document.querySelector('script[src="'+ggbHTML5LoadedScript+'"]');ga!=null&&ga.parentNode.removeChild(ga)}var La=document.createElement("script"),Fa=function(){pn(dn,_t)};La.src=De+a,ggbHTML5LoadedCodebaseIsWebSimple=b,ggbHTML5LoadedCodebaseVersion=me,ggbHTML5LoadedScript=La.src,gn("GeoGebra HTML5 codebase loaded: '"+De+"'.",_t),!oe&&(!Ce||Ce=="5.0")?(b?webSimple.succeeded=webSimple.succeeded||webSimple():web3d.succeeded=web3d.succeeded||web3d(),Fa()):De.requirejs?__webpack_require__.e(12).then(function(){var Ba=[__webpack_require__(12)];Fa.apply(null,Ba)}.bind(this)).catch(__webpack_require__.oe):(La.onload=Fa,nt.appendChild(La))}else pn(dn,_t);_t.height=Qe,_t.width=Fn},xt=function(nt,_t,Qt){var Vn=Ht(_t.width,_t.height,_t.borderColor,Qt),dn=document.createElement("div");dn.style.position="relative",dn.style.display="block",dn.style.width=_t.width+"px",dn.style.height=_t.height+"px",dn.className="applet_screenshot applet_scaler"+(Qt?" applet_screenshot_play":""),dn.appendChild(Vn);var Fn=GGBAppletUtils.getScale(_t,nt,Qt);Qt?(nt.appendChild(St()),window.GGBT_wsf_view||(nt.style.position="relative")):window.GGBT_spinner&&window.GGBT_spinner.attachSpinner(dn,"66%"),nt.appendChild(dn),Fn!==1&&!isNaN(Fn)&&(GGBAppletUtils.scaleElement(dn,Fn),dn.style.width=_t.width+"px",dn.style.height=_t.height+"px",dn.parentNode.style.width=_t.width*Fn+"px",dn.parentNode.style.height=_t.height*Fn+"px"),de.resize=function(){Sn(nt,Vn,dn,Qt)},window.addEventListener("resize",function(Qe){de.resize()}),de.resize()};function Sn(nt,_t,Qt,Vn){if(nt.contains(_t)){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(nt.id!=="fullscreencontent")return;window.GGBT_wsf_view.setCloseBtnPosition(nt)}var dn=GGBAppletUtils.getScale(y,nt,Vn);Qt.parentNode!==null&&(!isNaN(dn)&&dn!==1?(GGBAppletUtils.scaleElement(Qt,dn),Qt.parentNode.style.width=y.width*dn+"px",Qt.parentNode.style.height=y.height*dn+"px"):(GGBAppletUtils.scaleElement(Qt,1),Qt.parentNode.style.width=y.width+"px",Qt.parentNode.style.height=y.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&GGBAppletUtils.positionCenter(nt),typeof window.GGBT_ws_header_footer=="object"&&window.GGBT_ws_header_footer.setWsScrollerHeight()}}de.onExitFullscreen=function(nt,_t){_t.appendChild(nt)};var Ct=function(nt,_t,Qt,Vn){xt(nt,_t,!0);for(var dn=function(){var Cn=[];for(Qe=0;Qe<nt.childNodes.length;Qe++)Cn.push(nt.childNodes[Qe]);if(window.GGBT_wsf_view){var Kn=window.GGBT_wsf_view.renderFullScreen(nt,_t.id),Ha=document.getElementById("fullscreencontainer"),_n=jQuery(nt).find(".fullscreencontent");_n.length>0?(Kn.remove(),_n.attr("id","fullscreencontent").show(),jQuery(Ha).append(_n),window.dispatchEvent(new Event("resize"))):bt(Kn,_t,!1),window.GGBT_wsf_view.launchFullScreen(Ha)}else Oe=Vn,bt(nt,_t,!1);if(!window.GGBT_wsf_view)for(Qe=0;Qe<Cn.length;Qe++)nt.removeChild(Cn[Qe])},Fn=nt.getElementsByClassName("ggb_preview_play"),Qe=0;Qe<Fn.length;Qe++)Fn[Qe].addEventListener("click",dn,!1),Fn[Qe].addEventListener("ontouchstart",dn,!1);typeof window.ggbAppletPlayerOnload=="function"&&window.ggbAppletPlayerOnload(nt),ye()&&window.GGBT_wsf_view&&$(".wsf-element-fullscreen-button").remove()},St=function(){var nt=document.createElement("div");if(nt.className="ggb_preview_play icon-applet-play",!window.GGBT_wsf_view){var _t='.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=_t:Qt.appendChild(document.createTextNode(_t)),document.getElementsByTagName("head")[0].appendChild(Qt)}return nt},Ht=function(nt,_t,Qt,Vn){var dn=document.createElement("div");dn.className="ggb_preview",dn.style.position="absolute",dn.style.zIndex="90",dn.style.width=nt-2+"px",dn.style.height=_t-2+"px",dn.style.top="0px",dn.style.left="0px",dn.style.overflow="hidden",dn.style.backgroundColor="white";var Fn="lightgrey";Qt!==void 0&&(Qt==="none"?Fn="transparent":Fn=Qt),dn.style.border="1px solid "+Fn;var Qe=document.createElement("img");if(Qe.style.position="relative",Qe.style.zIndex="1000",Qe.style.top="-1px",Qe.style.left="-1px",z!==null&&Qe.setAttribute("src",z),Qe.style.opacity=.7,E!==null){var Cn,Kn,Ha;if(!Vn){Cn=document.createElement("img"),Cn.style.position="absolute",Cn.style.zIndex="1001",Cn.style.opacity=1,Qe.style.opacity=.3,Kn=360,Kn>nt/4*3&&(Kn=nt/4*3),Ha=Kn/5.8,Cn.setAttribute("src",E),Cn.setAttribute("width",Kn),Cn.setAttribute("height",Ha);var _n=(nt-Kn)/2,Vt=(_t-Ha)/2;Cn.style.left=_n+"px",Cn.style.top=Vt+"px",dn.appendChild(Cn)}}return dn.appendChild(Qe),dn},zt=function(nt){return nt=nt.toLowerCase(),nt==="html5"||nt==="screenshot"?nt:"html5"},sn=["web","webSimple","web3d","tablet","tablet3d","phone"],Pn=function(nt,_t){if(me=nt,_t){wt(me,!0);return}var Qt=!se;if(Qt){var Vn=ce(me);!isNaN(Vn)&&Vn<4.4&&(Qt=!1)}var dn,Fn;window.location.protocol.substr(0,4)==="http"?dn=window.location.protocol:dn="http:";var Qe=me.indexOf("//");Qe>0?Fn=me:Qe===0?Fn=dn+me:Fn="https://www.geogebra.org/apps/5.2.814.0/";for(var Cn in sn)if(me.slice(sn[Cn].length*-1)===sn[Cn]||me.slice((sn[Cn].length+1)*-1)===sn[Cn]+"/"){wt(Fn,!1);return}!GGBAppletUtils.isFlexibleWorksheetEditor()&&Qt&&!ee.is3D&&!ee.AV&&!ee.SV&&!ee.CV&&!ee.EV2&&!ee.CP&&!ee.PC&&!ee.DA&&!ee.FI&&!ee.PV&&!Le(y.showToolBar)&&!Le(y.showMenuBar)&&!Le(y.showAlgebraInput)&&!Le(y.enableRightClick)&&(!y.appName||y.appName=="classic")?Fn+="webSimple/":Fn+="web3d/",wt(Fn,!1)},wt=function(nt,_t){if(nt.requirejs){De=nt;return}nt.slice(-1)!=="/"&&(nt+="/"),De=nt,_t===null&&(_t=nt.indexOf("http")===-1),Fe=_t,a="web.nocache.js",b=!1;var Qt=De.split("/");Qt.length>1&&(!_t&&Qt[Qt.length-2]==="webSimple"?(a="webSimple.nocache.js",b=!0):sn.indexOf(Qt[Qt.length-2])>=0&&(a=Qt[Qt.length-2]+".nocache.js")),Qt=nt.split("/"),me=Qt[Qt.length-3],me.substr(0,4)==="test"?me=me.substr(4,1)+"."+me.substr(5,1):(me.substr(0,3)==="war"||me.substr(0,4)==="beta")&&(me="5.0");var Vn=parseFloat(me);Vn!==NaN&&Vn<5&&nt.indexOf("geogebra.org")>=0&&(console.log("The GeoGebra HTML5 codebase version "+Vn+" is deprecated. Using version latest instead."),Pn("5.0",_t))},gn=function(nt,_t){window.console&&window.console.log&&(!_t||typeof _t.showLogging=="undefined"||_t.showLogging&&_t.showLogging!=="false")&&console.log(nt)};y.material_id!==void 0?Pe(Gn):Gn();function Gn(){var nt=ne;Ce!==null?nt=Ce:parseFloat(nt)<5&&(nt="5.0"),Pn(nt,!1),oe!==null&&wt(oe,Fe),fe=!0}return de},GGBAppletUtils=function(){"use strict";function de(){return window.GGBT_wsf_edit!==void 0}function ne(fe,Ce){Ce!=1?(fe.style.transformOrigin="0% 0% 0px",fe.style.webkitTransformOrigin="0% 0% 0px",fe.style.transform="scale("+Ce+","+Ce+")",fe.style.webkitTransform="scale("+Ce+","+Ce+")",fe.style.maxWidth="initial",fe.querySelector(".ggb_preview")!==null&&(fe.querySelector(".ggb_preview").style.maxWidth="initial"),fe.querySelectorAll(".ggb_preview img")[0]!==void 0&&(fe.querySelectorAll(".ggb_preview img")[0].style.maxWidth="initial"),fe.querySelectorAll(".ggb_preview img")[1]!==void 0&&(fe.querySelectorAll(".ggb_preview img")[1].style.maxWidth="initial")):(fe.style.transform="none",fe.style.webkitTransform="none")}function y(fe,Ce,oe,Ae,Te,Ie){var De=null;if(Ie!=null&&Ie!="")for(var Fe=fe.parentNode;Fe!=null;)if((" "+Fe.className+" ").indexOf(" "+Ie+" ")>-1){De=Fe;break}else Fe=Fe.parentNode;var Oe=0,me=0,a=0,b=0,z=0,E=0,te=0;if(De)Oe=De.offsetWidth,me=Math.max(Ae?De.offsetWidth:0,De.offsetHeight);else{if(window.innerWidth&&document.documentElement.clientWidth?(Oe=Math.min(window.innerWidth,document.documentElement.clientWidth),me=Math.min(window.innerHeight,document.documentElement.clientHeight),a=Oe):(Oe=window.innerWidth,me=window.innerHeight,a=window.innerWidth),fe){var ae=fe.getBoundingClientRect();ae.left>0&&ae.left<=Oe&&(Te===void 0||!Te)&&(document.dir==="rtl"?(z=Oe-ae.width-ae.left,E=a<=480?10:30):(E=ae.left,z=a<=480?10:30),b=E+z)}if(fe&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){var le=fe.getBoundingClientRect();window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(b=40,te=0):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(b=0,te=40)}}return fe&&((oe===void 0||!oe)&&Ce>0&&Ce+b<Oe?Oe=Ce:Oe-=b,typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(oe===void 0||!oe)&&(me-=te)),{width:Oe,height:me}}function ee(fe,Ce,oe,Ae,Te){if(fe.isScreenshoGenerator)return 1;var Ie=Ae!==void 0&&Ae,De=fe.noScaleMargin!=null&&fe.noScaleMargin,Fe=function(le){return le&&le!=="false"},Oe=Fe(fe.autoHeight),me=y(Ce,fe.width,oe,Oe,Ie&&window.GGBT_wsf_view||De,Te),a=parseInt(me.width),b=fe.width,z=fe.height;if(b===void 0){var E=Ce.querySelector(".appletParameters");E&&(b=E.offsetWidth,z=E.offsetHeight)}var te=a/b,ae=Ie?1:me.height/z;return oe!==void 0&&!oe&&(te=Math.min(1,te),ae=Math.min(1,ae)),Math.min(te,ae)}function se(fe,Ce,oe){var Ae=1,Te,Ie=!1;if(fe.hasOwnProperty("allowUpscale")&&(Ie=fe.allowUpscale),fe.hasOwnProperty("scale")&&(Ae=parseFloat(fe.scale),(isNaN(Ae)||Ae===null||Ae===0)&&(Ae=1),Ae>1&&(Ie=!0)),Ce&&typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&(Ie=!0),!(fe.hasOwnProperty("disableAutoScale")&&fe.disableAutoScale))Te=ee(fe,Ce,Ie,oe,fe.scaleContainerClass);else return Ae;return Ie&&(!fe.hasOwnProperty("scale")||Ae===1)?Te:Math.min(Ae,Te)}function ue(fe){var Ce=Math.min(window.innerWidth,document.documentElement.clientWidth),oe=Math.min(window.innerHeight,document.documentElement.clientHeight),Ae=fe.getBoundingClientRect(),Te=(Ce-Ae.width)/2,Ie=(oe-Ae.height)/2;Ie<0&&(Ie=0),fe.style.position="relative",window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionRight"?(Te<40?fe.style.left="40px":fe.style.left=Te+"px",fe.style.top=Ie+"px"):window.GGBT_wsf_view.getCloseBtnPosition()==="closePositionTop"&&(Ie<40?fe.style.top="40px":fe.style.top=Ie+"px",fe.style.left=Te+"px")}function pe(fe,Ce){var oe=fe.querySelector(".appletParameters");if(oe){if(typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()){if(Ce.id!==oe.getAttribute("data-param-id"))return;window.GGBT_wsf_view.setCloseBtnPosition(fe)}if(oe.parentElement&&/fullscreen/.test(oe.parentElement.className))return;var Ae=se(Ce,fe);de()&&oe.setAttribute("data-param-scale",Ae);for(var Te=null,Ie=0;Ie<fe.childNodes.length;Ie++)if(fe.childNodes[Ie].className!==void 0&&fe.childNodes[Ie].className.match(/^applet_scaler/)){Te=fe.childNodes[Ie];break}if(Te!==null&&Te.querySelector(".noscale")!==null)return;var De=Ce.id!==void 0?Ce.id:"ggbApplet",Fe=window[De];(Fe==null||!Fe.recalculateEnvironments)&&Te!==null&&!Te.className.match(/fullscreen/)&&(Te.parentNode.style.transform="",!isNaN(Ae)&&Ae!==1?(Te.parentNode.style.width=Ce.width*Ae+"px",Te.parentNode.style.height=Ce.height*Ae+"px",ne(Te,Ae)):(ne(Te,1),Te.parentNode.style.width=Ce.width+"px",Te.parentNode.style.height=Ce.height+"px")),typeof window.GGBT_wsf_view=="object"&&window.GGBT_wsf_view.isFullscreen()&&ue(fe),window.GGBT_wsf_view&&!window.GGBT_wsf_view.isFullscreen()&&window.GGBT_wsf_general.adjustContentToResize($(oe).parents(".content-added-content"))}}return{responsiveResize:pe,isFlexibleWorksheetEditor:de,positionCenter:ue,getScale:se,scaleElement:ne}}();__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,ne){}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 ne=s[L].bindings;s[L].bindings=function(){for(var y=ne?ne():{},ee=de[webModule.__softPermutationId],se=O;se<ee.length;se++){var ue=ee[se];y[ue[O]]=ue[P]}return y}};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 ne=document.compatMode==U?V:W;t.write(ne+X),t.close()}}}function w(de){function ne(ee){function se(){return typeof o.readyState==Y?typeof o.body!=Y&&o.body!=null:/loaded|complete/.test(o.readyState)}var ue=se();if(ue){ee();return}function pe(){if(!ue){if(!se())return;ue=!0,ee(),o.removeEventListener&&o.removeEventListener(Z,pe,!1),fe&&clearInterval(fe)}}o.addEventListener&&o.addEventListener(Z,pe,!1);var fe=setInterval(function(){pe()},$)}function y(ee){var se=u(),ue=se.body,pe=se.createElement(_);pe.language=ab,pe.crossOrigin=W,pe.src=ee,webModule.__errFn&&(pe.onerror=function(){webModule.__errFn(L,new Error(bb+ee))}),ue.appendChild(pe)}ne(function(){y(de)})}webModule.__startLoadingFragment=function(de){return C(de)},webModule.__installRunAsyncCode=function(de){var ne=u(),y=ne.body,ee=ne.createElement(_);ee.language=ab,ee.text=de,y.appendChild(ee),y.removeChild(ee)};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 ne=c[de];return ne==null?null:ne},r=d,webModule.__errFn=e}function B(){function de(fe){var Ce=fe.lastIndexOf(rb);Ce==-1&&(Ce=fe.length);var oe=fe.indexOf(sb);oe==-1&&(oe=fe.length);var Ae=fe.lastIndexOf(tb,Math.min(oe,Ce));return Ae>=O?fe.substring(O,Ae+P):W}function ne(fe){if(!fe.match(/^\w+:\/\//)){var Ce=o.createElement(ub);Ce.src=fe+vb,fe=de(Ce.src)}return fe}function y(){var fe=__gwt_getMetaProperty(wb);return fe!=null?fe:W}function ee(){for(var fe=o.getElementsByTagName(_),Ce=O;Ce<fe.length;++Ce)if(fe[Ce].src.indexOf(xb)!=-1)return de(fe[Ce].src);return W}function se(){var fe=o.getElementsByTagName(yb);return fe.length>O?fe[fe.length-P].href:W}function ue(){var fe=o.location;return fe.href==fe.protocol+zb+fe.host+fe.pathname+fe.search+fe.hash}var pe=y();return pe==W&&(pe=ee()),pe==W&&(pe=se()),pe==W&&ue()&&(pe=de(o.location.href)),pe=ne(pe),pe}function C(de){return de.match(/^\//)||de.match(/^[a-zA-Z]+:\/\//)?de:webModule.__moduleBase+de}function D(){var de=[],ne=O,y=[],ee=[];function se(fe){var Ce=ee[fe](),oe=y[fe];if(Ce in oe)return Ce;var Ae=[];for(var Te in oe)Ae[oe[Te]]=Te;throw r&&r(fe,Ae,Ce),null}if(__gwt_isKnownPropertyValue=function(fe,Ce){return Ce in y[fe]},webModule.__getPropMap=function(){var fe={};for(var Ce in y)y.hasOwnProperty(Ce)&&(fe[Ce]=se(Ce));return fe},webModule.__computePropValue=se,n.__gwt_activeModules[L].bindings=webModule.__getPropMap,p())return C(Bb);var ue;try{ue=Cb;var pe=ue.indexOf(Db);pe!=-1&&(ne=parseInt(ue.substring(pe+P),$),ue=ue.substring(O,pe))}catch(fe){}return webModule.__softPermutationId=ne,C(ue+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,ne,y){"use strict";y.d(ne,{Ax:function(){return pe},Ds:function(){return fe},KI:function(){return oe},SI:function(){return ue},f1:function(){return se}});var ee=y(11320);function se(Ae){let Te=!0;if(Ae.length>0){for(let Ie=0;Ie<Ae.length;Ie++)if(Ae[Ie].compile_success==0||!Ae[Ie].compile_success){Te=!1;break}}else Te=!1;return Te}function ue(Ae,Te=""){let Ie=[];for(let De=0;De<Ae.length;De++){let Fe=Ae[De],Oe=Te?`${Te}/${Fe.name}`:`${Fe.name}`;Ie.push({title:Fe.name,type:Fe.type,isLeaf:Fe.type!=="tree",key:Oe})}return Ie}function pe(Ae,Te,Ie){for(let De=0;De<Ae.length;De++){let Fe=Ae[De];if(Fe.key===Te){Fe.children=Ie;break}Fe.children&&pe(Fe.children,Te,Ie)}return Ae}function fe(Ae,Te,Ie){let De;return function(){let Fe=this,Oe=arguments,me=function(){De=null,Ie||Ae.apply(Fe,Oe)},a=Ie&&!De;clearTimeout(De),De=setTimeout(me,Te),a&&Ae.apply(Fe,Oe)}}const Ce=!0,oe=ee.Z.API_SERVER},18634:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Vl}});var ee={};y.r(ee),y.d(ee,{boolean:function(){return zt},booleanish:function(){return sn},commaOrSpaceSeparated:function(){return nt},commaSeparated:function(){return Gn},number:function(){return wt},overloadedBoolean:function(){return Pn},spaceSeparated:function(){return gn}});var se={};y.r(se),y.d(se,{attentionMarkers:function(){return oo},contentInitial:function(){return na},disable:function(){return jr},document:function(){return ca},flow:function(){return oa},flowInitial:function(){return Wa},insideSpan:function(){return gr},string:function(){return Ya},text:function(){return za}});var ue=y(67294),pe=y(2453),fe=y(92421),Ce=y(14446),oe=y(11486),Ae=y(71577),Te=y(83062),Ie=y(72565),De=y(71230),Fe=y(35973);function Oe(x){return x}function me(){}function a(){}function b(){}function z(x){const re=[],ie=String(x||"");let ge=ie.indexOf(","),be=0,Ee=!1;for(;!Ee;){ge===-1&&(ge=ie.length,Ee=!0);const we=ie.slice(be,ge).trim();(we||!Ee)&&re.push(we),be=ge+1,ge=ie.indexOf(",",be)}return re}function E(x,re){const ie=re||{};return(x[x.length-1]===""?[...x,""]:x).join((ie.padRight?" ":"")+","+(ie.padLeft===!1?"":" ")).trim()}const te=/[$_\p{ID_Start}]/u,ae=/[$_\u{200C}\u{200D}\p{ID_Continue}]/u,le=/[-$_\u{200C}\u{200D}\p{ID_Continue}]/u,ce=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,he=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,ye={};function Pe(x){return x?te.test(String.fromCodePoint(x)):!1}function Me(x,re){const ge=(re||ye).jsx?le:ae;return x?ge.test(String.fromCodePoint(x)):!1}function Be(x,re){return((re||ye).jsx?he:ce).test(x)}const Ze=/[ \t\n\f\r]/g;function Le(x){return typeof x=="object"?x.type==="text"?bt(x.value):!1:bt(x)}function bt(x){return x.replace(Ze,"")===""}class xt{constructor(re,ie,ge){this.property=re,this.normal=ie,ge&&(this.space=ge)}}xt.prototype.property={},xt.prototype.normal={},xt.prototype.space=null;function Sn(x,re){const ie={},ge={};let be=-1;for(;++be<x.length;)Object.assign(ie,x[be].property),Object.assign(ge,x[be].normal);return new xt(ie,ge,re)}function Ct(x){return x.toLowerCase()}class St{constructor(re,ie){this.property=re,this.attribute=ie}}St.prototype.space=null,St.prototype.boolean=!1,St.prototype.booleanish=!1,St.prototype.overloadedBoolean=!1,St.prototype.number=!1,St.prototype.commaSeparated=!1,St.prototype.spaceSeparated=!1,St.prototype.commaOrSpaceSeparated=!1,St.prototype.mustUseProperty=!1,St.prototype.defined=!1;let Ht=0;const zt=_t(),sn=_t(),Pn=_t(),wt=_t(),gn=_t(),Gn=_t(),nt=_t();function _t(){return Hc(2,++Ht)}const Qt=Object.keys(ee);class Vn extends St{constructor(re,ie,ge,be){let Ee=-1;if(super(re,ie),dn(this,"space",be),typeof ge=="number")for(;++Ee<Qt.length;){const we=Qt[Ee];dn(this,Qt[Ee],(ge&ee[we])===ee[we])}}}Vn.prototype.defined=!0;function dn(x,re,ie){ie&&(x[re]=ie)}const Fn={}.hasOwnProperty;function Qe(x){const re={},ie={};let ge;for(ge in x.properties)if(Fn.call(x.properties,ge)){const be=x.properties[ge],Ee=new Vn(ge,x.transform(x.attributes||{},ge),be,x.space);x.mustUseProperty&&x.mustUseProperty.includes(ge)&&(Ee.mustUseProperty=!0),re[ge]=Ee,ie[Ct(ge)]=ge,ie[Ct(Ee.attribute)]=ge}return new xt(re,ie,x.space)}const Cn=Qe({space:"xlink",transform(x,re){return"xlink:"+re.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Kn=Qe({space:"xml",transform(x,re){return"xml:"+re.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Ha(x,re){return re in x?x[re]:re}function _n(x,re){return Ha(x,re.toLowerCase())}const Vt=Qe({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:_n,properties:{xmlns:null,xmlnsXLink:null}}),Tt=Qe({transform(x,re){return re==="role"?re:"aria-"+re.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:sn,ariaAutoComplete:null,ariaBusy:sn,ariaChecked:sn,ariaColCount:wt,ariaColIndex:wt,ariaColSpan:wt,ariaControls:gn,ariaCurrent:null,ariaDescribedBy:gn,ariaDetails:null,ariaDisabled:sn,ariaDropEffect:gn,ariaErrorMessage:null,ariaExpanded:sn,ariaFlowTo:gn,ariaGrabbed:sn,ariaHasPopup:null,ariaHidden:sn,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:gn,ariaLevel:wt,ariaLive:null,ariaModal:sn,ariaMultiLine:sn,ariaMultiSelectable:sn,ariaOrientation:null,ariaOwns:gn,ariaPlaceholder:null,ariaPosInSet:wt,ariaPressed:sn,ariaReadOnly:sn,ariaRelevant:null,ariaRequired:sn,ariaRoleDescription:gn,ariaRowCount:wt,ariaRowIndex:wt,ariaRowSpan:wt,ariaSelected:sn,ariaSetSize:wt,ariaSort:null,ariaValueMax:wt,ariaValueMin:wt,ariaValueNow:wt,ariaValueText:null,role:null}}),gt=Qe({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:_n,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Gn,acceptCharset:gn,accessKey:gn,action:null,allow:null,allowFullScreen:zt,allowPaymentRequest:zt,allowUserMedia:zt,alt:null,as:null,async:zt,autoCapitalize:null,autoComplete:gn,autoFocus:zt,autoPlay:zt,blocking:gn,capture:null,charSet:null,checked:zt,cite:null,className:gn,cols:wt,colSpan:null,content:null,contentEditable:sn,controls:zt,controlsList:gn,coords:wt|Gn,crossOrigin:null,data:null,dateTime:null,decoding:null,default:zt,defer:zt,dir:null,dirName:null,disabled:zt,download:Pn,draggable:sn,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:zt,formTarget:null,headers:gn,height:wt,hidden:zt,high:wt,href:null,hrefLang:null,htmlFor:gn,httpEquiv:gn,id:null,imageSizes:null,imageSrcSet:null,inert:zt,inputMode:null,integrity:null,is:null,isMap:zt,itemId:null,itemProp:gn,itemRef:gn,itemScope:zt,itemType:gn,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:zt,low:wt,manifest:null,max:null,maxLength:wt,media:null,method:null,min:null,minLength:wt,multiple:zt,muted:zt,name:null,nonce:null,noModule:zt,noValidate:zt,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:zt,optimum:wt,pattern:null,ping:gn,placeholder:null,playsInline:zt,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:zt,referrerPolicy:null,rel:gn,required:zt,reversed:zt,rows:wt,rowSpan:wt,sandbox:gn,scope:null,scoped:zt,seamless:zt,selected:zt,shadowRootClonable:zt,shadowRootDelegatesFocus:zt,shadowRootMode:null,shape:null,size:wt,sizes:null,slot:null,span:wt,spellCheck:sn,src:null,srcDoc:null,srcLang:null,srcSet:null,start:wt,step:null,style:null,tabIndex:wt,target:null,title:null,translate:null,type:null,typeMustMatch:zt,useMap:null,value:sn,width:wt,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:gn,axis:null,background:null,bgColor:null,border:wt,borderColor:null,bottomMargin:wt,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:zt,declare:zt,event:null,face:null,frame:null,frameBorder:null,hSpace:wt,leftMargin:wt,link:null,longDesc:null,lowSrc:null,marginHeight:wt,marginWidth:wt,noResize:zt,noHref:zt,noShade:zt,noWrap:zt,object:null,profile:null,prompt:null,rev:null,rightMargin:wt,rules:null,scheme:null,scrolling:sn,standby:null,summary:null,text:null,topMargin:wt,valueType:null,version:null,vAlign:null,vLink:null,vSpace:wt,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:zt,disableRemotePlayback:zt,prefix:null,property:null,results:wt,security:null,unselectable:null}}),ln=Qe({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:Ha,properties:{about:nt,accentHeight:wt,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:wt,amplitude:wt,arabicForm:null,ascent:wt,attributeName:null,attributeType:null,azimuth:wt,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:wt,by:null,calcMode:null,capHeight:wt,className:gn,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:wt,diffuseConstant:wt,direction:null,display:null,dur:null,divisor:wt,dominantBaseline:null,download:zt,dx:null,dy:null,edgeMode:null,editable:null,elevation:wt,enableBackground:null,end:null,event:null,exponent:wt,externalResourcesRequired:null,fill:null,fillOpacity:wt,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:Gn,g2:Gn,glyphName:Gn,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:wt,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:wt,horizOriginX:wt,horizOriginY:wt,id:null,ideographic:wt,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:wt,k:wt,k1:wt,k2:wt,k3:wt,k4:wt,kernelMatrix:nt,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:wt,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:wt,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:wt,overlineThickness:wt,paintOrder:null,panose1:null,path:null,pathLength:wt,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:gn,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:wt,pointsAtY:wt,pointsAtZ:wt,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:nt,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:nt,rev:nt,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:nt,requiredFeatures:nt,requiredFonts:nt,requiredFormats:nt,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:wt,specularExponent:wt,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:wt,strikethroughThickness:wt,string:null,stroke:null,strokeDashArray:nt,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:wt,strokeOpacity:wt,strokeWidth:null,style:null,surfaceScale:wt,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:nt,tabIndex:wt,tableValues:null,target:null,targetX:wt,targetY:wt,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:nt,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:wt,underlineThickness:wt,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:wt,values:null,vAlphabetic:wt,vMathematical:wt,vectorEffect:null,vHanging:wt,vIdeographic:wt,version:null,vertAdvY:wt,vertOriginX:wt,vertOriginY:wt,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:wt,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),pn=Sn([Kn,Cn,Vt,Tt,gt],"html"),On=Sn([Kn,Cn,Vt,Tt,ln],"svg"),Xn=/^data[-\w.:]+$/i,ga=/-[a-z]/g,La=/[A-Z]/g;function Fa(x,re){const ie=Ct(re);let ge=re,be=St;if(ie in x.normal)return x.property[x.normal[ie]];if(ie.length>4&&ie.slice(0,4)==="data"&&Xn.test(re)){if(re.charAt(4)==="-"){const Ee=re.slice(5).replace(ga,pa);ge="data"+Ee.charAt(0).toUpperCase()+Ee.slice(1)}else{const Ee=re.slice(4);if(!ga.test(Ee)){let we=Ee.replace(La,Ba);we.charAt(0)!=="-"&&(we="-"+we),re="data"+we}}be=Vn}return new be(ge,re)}function Ba(x){return"-"+x.toLowerCase()}function pa(x){return x.charAt(1).toUpperCase()}const Ja={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 Er(x){const re=String(x||"").trim();return re?re.split(/[ \t\n\r\f]+/g):[]}function Xe(x){return x.join(" ").trim()}var ct=y(5174),aa=ct.default||ct;const _e=mt("end"),Ge=mt("start");function mt(x){return re;function re(ie){const ge=ie&&ie.position&&ie.position[x]||{};if(typeof ge.line=="number"&&ge.line>0&&typeof ge.column=="number"&&ge.column>0)return{line:ge.line,column:ge.column,offset:typeof ge.offset=="number"&&ge.offset>-1?ge.offset:void 0}}}function un(x){const re=Ge(x),ie=_e(x);if(re&&ie)return{start:re,end:ie}}function jt(x){return!x||typeof x!="object"?"":"position"in x||"type"in x?Xt(x.position):"start"in x||"end"in x?Xt(x):"line"in x||"column"in x?Tn(x):""}function Tn(x){return Wt(x&&x.line)+":"+Wt(x&&x.column)}function Xt(x){return Tn(x&&x.start)+"-"+Tn(x&&x.end)}function Wt(x){return x&&typeof x=="number"?x:1}class Jt extends Error{constructor(re,ie,ge){super(),typeof ie=="string"&&(ge=ie,ie=void 0);let be="",Ee={},we=!1;if(ie&&("line"in ie&&"column"in ie?Ee={place:ie}:"start"in ie&&"end"in ie?Ee={place:ie}:"type"in ie?Ee={ancestors:[ie],place:ie.position}:Ee=Ul({},ie)),typeof re=="string"?be=re:!Ee.cause&&re&&(we=!0,be=re.message,Ee.cause=re),!Ee.ruleId&&!Ee.source&&typeof ge=="string"){const Ve=ge.indexOf(":");Ve===-1?Ee.ruleId=ge:(Ee.source=ge.slice(0,Ve),Ee.ruleId=ge.slice(Ve+1))}if(!Ee.place&&Ee.ancestors&&Ee.ancestors){const Ve=Ee.ancestors[Ee.ancestors.length-1];Ve&&(Ee.place=Ve.position)}const ke=Ee.place&&"start"in Ee.place?Ee.place.start:Ee.place;this.ancestors=Ee.ancestors||void 0,this.cause=Ee.cause||void 0,this.column=ke?ke.column:void 0,this.fatal=void 0,this.file,this.message=be,this.line=ke?ke.line:void 0,this.name=jt(Ee.place)||"1:1",this.place=Ee.place||void 0,this.reason=this.message,this.ruleId=Ee.ruleId||void 0,this.source=Ee.source||void 0,this.stack=we&&Ee.cause&&typeof Ee.cause.stack=="string"?Ee.cause.stack:"",this.actual,this.expected,this.note,this.url}}Jt.prototype.file="",Jt.prototype.name="",Jt.prototype.reason="",Jt.prototype.message="",Jt.prototype.stack="",Jt.prototype.column=void 0,Jt.prototype.line=void 0,Jt.prototype.ancestors=void 0,Jt.prototype.cause=void 0,Jt.prototype.fatal=void 0,Jt.prototype.place=void 0,Jt.prototype.ruleId=void 0,Jt.prototype.source=void 0;const Oa={}.hasOwnProperty,Yn=new Map,Pa=/[A-Z]/g,lr=/-([a-z])/g,Xa=new Set(["table","tbody","thead","tfoot","tr"]),cr=new Set(["td","th"]),pr="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function wr(x,re){if(!re||re.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const ie=re.filePath||void 0;let ge;if(re.development){if(typeof re.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");ge=ht(ie,re.jsxDEV)}else{if(typeof re.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof re.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");ge=Va(ie,re.jsx,re.jsxs)}const be={Fragment:re.Fragment,ancestors:[],components:re.components||{},create:ge,elementAttributeNameCase:re.elementAttributeNameCase||"react",evaluater:re.createEvaluater?re.createEvaluater():void 0,filePath:ie,ignoreInvalidStyle:re.ignoreInvalidStyle||!1,passKeys:re.passKeys!==!1,passNode:re.passNode||!1,schema:re.space==="svg"?On:pn,stylePropertyNameCase:re.stylePropertyNameCase||"dom",tableCellAlignToStyle:re.tableCellAlignToStyle!==!1},Ee=Kr(be,x,void 0);return Ee&&typeof Ee!="string"?Ee:be.create(x,be.Fragment,{children:Ee||void 0},void 0)}function Kr(x,re,ie){if(re.type==="element")return Ao(x,re,ie);if(re.type==="mdxFlowExpression"||re.type==="mdxTextExpression")return wo(x,re);if(re.type==="mdxJsxFlowElement"||re.type==="mdxJsxTextElement")return no(x,re,ie);if(re.type==="mdxjsEsm")return Or(x,re);if(re.type==="root")return xr(x,re,ie);if(re.type==="text")return Xr(x,re)}function Ao(x,re,ie){const ge=x.schema;let be=ge;re.tagName.toLowerCase()==="svg"&&ge.space==="html"&&(be=On,x.schema=be),x.ancestors.push(re);const Ee=vr(x,re.tagName,!1),we=Pt(x,re);let ke=Nn(x,re);return Xa.has(re.tagName)&&(ke=ke.filter(function(Ve){return typeof Ve=="string"?!Le(Ve):!0})),Fo(x,we,Ee,re),Jr(we,ke),x.ancestors.pop(),x.schema=ge,x.create(re,Ee,we,ie)}function wo(x,re){if(re.data&&re.data.estree&&x.evaluater){const ge=re.data.estree.body[0];return ge.type,x.evaluater.evaluateExpression(ge.expression)}mr(x,re.position)}function Or(x,re){if(re.data&&re.data.estree&&x.evaluater)return x.evaluater.evaluateProgram(re.data.estree);mr(x,re.position)}function no(x,re,ie){const ge=x.schema;let be=ge;re.name==="svg"&&ge.space==="html"&&(be=On,x.schema=be),x.ancestors.push(re);const Ee=re.name===null?x.Fragment:vr(x,re.name,!0),we=ut(x,re),ke=Nn(x,re);return Fo(x,we,Ee,re),Jr(we,ke),x.ancestors.pop(),x.schema=ge,x.create(re,Ee,we,ie)}function xr(x,re,ie){const ge={};return Jr(ge,Nn(x,re)),x.create(re,x.Fragment,ge,ie)}function Xr(x,re){return re.value}function Fo(x,re,ie,ge){typeof ie!="string"&&ie!==x.Fragment&&x.passNode&&(re.node=ge)}function Jr(x,re){if(re.length>0){const ie=re.length>1?re:re[0];ie&&(x.children=ie)}}function Va(x,re,ie){return ge;function ge(be,Ee,we,ke){const qe=Array.isArray(we.children)?ie:re;return ke?qe(Ee,we,ke):qe(Ee,we)}}function ht(x,re){return ie;function ie(ge,be,Ee,we){const ke=Array.isArray(Ee.children),Ve=Ge(ge);return re(be,Ee,we,ke,{columnNumber:Ve?Ve.column-1:void 0,fileName:x,lineNumber:Ve?Ve.line:void 0},void 0)}}function Pt(x,re){const ie={};let ge,be;for(be in re.properties)if(be!=="children"&&Oa.call(re.properties,be)){const Ee=wa(x,be,re.properties[be]);if(Ee){const[we,ke]=Ee;x.tableCellAlignToStyle&&we==="align"&&typeof ke=="string"&&cr.has(re.tagName)?ge=ke:ie[we]=ke}}if(ge){const Ee=ie.style||(ie.style={});Ee[x.stylePropertyNameCase==="css"?"text-align":"textAlign"]=ge}return ie}function ut(x,re){const ie={};for(const ge of re.attributes)if(ge.type==="mdxJsxExpressionAttribute")if(ge.data&&ge.data.estree&&x.evaluater){const Ee=ge.data.estree.body[0];Ee.type;const we=Ee.expression;we.type;const ke=we.properties[0];ke.type,Object.assign(ie,x.evaluater.evaluateExpression(ke.argument))}else mr(x,re.position);else{const be=ge.name;let Ee;if(ge.value&&typeof ge.value=="object")if(ge.value.data&&ge.value.data.estree&&x.evaluater){const ke=ge.value.data.estree.body[0];ke.type,Ee=x.evaluater.evaluateExpression(ke.expression)}else mr(x,re.position);else Ee=ge.value===null?!0:ge.value;ie[be]=Ee}return ie}function Nn(x,re){const ie=[];let ge=-1;const be=x.passKeys?new Map:Yn;for(;++ge<re.children.length;){const Ee=re.children[ge];let we;if(x.passKeys){const Ve=Ee.type==="element"?Ee.tagName:Ee.type==="mdxJsxFlowElement"||Ee.type==="mdxJsxTextElement"?Ee.name:void 0;if(Ve){const qe=be.get(Ve)||0;we=Ve+"-"+qe,be.set(Ve,qe+1)}}const ke=Kr(x,Ee,we);ke!==void 0&&ie.push(ke)}return ie}function wa(x,re,ie){const ge=Fa(x.schema,re);if(!(ie==null||typeof ie=="number"&&Number.isNaN(ie))){if(Array.isArray(ie)&&(ie=ge.commaSeparated?E(ie):Xe(ie)),ge.property==="style"){let be=typeof ie=="object"?ie:ma(x,String(ie));return x.stylePropertyNameCase==="css"&&(be=_r(be)),["style",be]}return[x.elementAttributeNameCase==="react"&&ge.space?Ja[ge.property]||ge.property:ge.attribute,ie]}}function ma(x,re){const ie={};try{aa(re,ge)}catch(be){if(!x.ignoreInvalidStyle){const Ee=be,we=new Jt("Cannot parse `style` attribute",{ancestors:x.ancestors,cause:Ee,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw we.file=x.filePath||void 0,we.url=pr+"#cannot-parse-style-attribute",we}}return ie;function ge(be,Ee){let we=be;we.slice(0,2)!=="--"&&(we.slice(0,4)==="-ms-"&&(we="ms-"+we.slice(4)),we=we.replace(lr,No)),ie[we]=Ee}}function vr(x,re,ie){let ge;if(!ie)ge={type:"Literal",value:re};else if(re.includes(".")){const be=re.split(".");let Ee=-1,we;for(;++Ee<be.length;){const ke=Be(be[Ee])?{type:"Identifier",name:be[Ee]}:{type:"Literal",value:be[Ee]};we=we?{type:"MemberExpression",object:we,property:ke,computed:!!(Ee&&ke.type==="Literal"),optional:!1}:ke}ge=we}else ge=Be(re)&&!/^[a-z]/.test(re)?{type:"Identifier",name:re}:{type:"Literal",value:re};if(ge.type==="Literal"){const be=ge.value;return Oa.call(x.components,be)?x.components[be]:be}if(x.evaluater)return x.evaluater.evaluateExpression(ge);mr(x)}function mr(x,re){const ie=new Jt("Cannot handle MDX estrees without `createEvaluater`",{ancestors:x.ancestors,place:re,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw ie.file=x.filePath||void 0,ie.url=pr+"#cannot-handle-mdx-estrees-without-createevaluater",ie}function _r(x){const re={};let ie;for(ie in x)Oa.call(x,ie)&&(re[Wr(ie)]=x[ie]);return re}function Wr(x){let re=x.replace(Pa,En);return re.slice(0,3)==="ms-"&&(re="-"+re),re}function No(x,re){return re.toUpperCase()}function En(x){return"-"+x.toLowerCase()}const Nr={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 lo=y(85893);const bi={};function Bo(x,re){const ie=re||bi,ge=typeof ie.includeImageAlt=="boolean"?ie.includeImageAlt:!0,be=typeof ie.includeHtml=="boolean"?ie.includeHtml:!0;return uo(x,ge,be)}function uo(x,re,ie){if(kr(x)){if("value"in x)return x.type==="html"&&!ie?"":x.value;if(re&&"alt"in x&&x.alt)return x.alt;if("children"in x)return pi(x.children,re,ie)}return Array.isArray(x)?pi(x,re,ie):""}function pi(x,re,ie){const ge=[];let be=-1;for(;++be<x.length;)ge[be]=uo(x[be],re,ie);return ge.join("")}function kr(x){return!!(x&&typeof x=="object")}function st(x,re,ie,ge){const be=x.length;let Ee=0,we;if(re<0?re=-re>be?0:be+re:re=re>be?be:re,ie=ie>0?ie:0,ge.length<1e4)we=Array.from(ge),we.unshift(re,ie),x.splice(...we);else for(ie&&x.splice(re,ie);Ee<ge.length;)we=ge.slice(Ee,Ee+1e4),we.unshift(re,0),x.splice(...we),Ee+=1e4,re+=1e4}function Ft(x,re){return x.length>0?(st(x,x.length,0,re),x):re}class Gt{constructor(re){this.left=re?[...re]:[],this.right=[]}get(re){if(re<0||re>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+re+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return re<this.left.length?this.left[re]:this.right[this.right.length-re+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(re,ie){const ge=ie==null?Number.POSITIVE_INFINITY:ie;return ge<this.left.length?this.left.slice(re,ge):re>this.left.length?this.right.slice(this.right.length-ge+this.left.length,this.right.length-re+this.left.length).reverse():this.left.slice(re).concat(this.right.slice(this.right.length-ge+this.left.length).reverse())}splice(re,ie,ge){const be=ie||0;this.setCursor(Math.trunc(re));const Ee=this.right.splice(this.right.length-be,Number.POSITIVE_INFINITY);return ge&&Zt(this.left,ge),Ee.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(re){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(re)}pushMany(re){this.setCursor(Number.POSITIVE_INFINITY),Zt(this.left,re)}unshift(re){this.setCursor(0),this.right.push(re)}unshiftMany(re){this.setCursor(0),Zt(this.right,re.reverse())}setCursor(re){if(!(re===this.left.length||re>this.left.length&&this.right.length===0||re<0&&this.left.length===0))if(re<this.left.length){const ie=this.left.splice(re,Number.POSITIVE_INFINITY);Zt(this.right,ie.reverse())}else{const ie=this.right.splice(this.left.length+this.right.length-re,Number.POSITIVE_INFINITY);Zt(this.left,ie.reverse())}}}function Zt(x,re){let ie=0;if(re.length<1e4)x.push(...re);else for(;ie<re.length;)x.push(...re.slice(ie,ie+1e4)),ie+=1e4}function In(x){const re={};let ie=-1,ge,be,Ee,we,ke,Ve,qe;const Ye=new Gt(x);for(;++ie<Ye.length;){for(;ie in re;)ie=re[ie];if(ge=Ye.get(ie),ie&&ge[1].type==="chunkFlow"&&Ye.get(ie-1)[1].type==="listItemPrefix"&&(Ve=ge[1]._tokenizer.events,Ee=0,Ee<Ve.length&&Ve[Ee][1].type==="lineEndingBlank"&&(Ee+=2),Ee<Ve.length&&Ve[Ee][1].type==="content"))for(;++Ee<Ve.length&&Ve[Ee][1].type!=="content";)Ve[Ee][1].type==="chunkText"&&(Ve[Ee][1]._isInFirstContentOfListItem=!0,Ee++);if(ge[0]==="enter")ge[1].contentType&&(Object.assign(re,tn(Ye,ie)),ie=re[ie],qe=!0);else if(ge[1]._container){for(Ee=ie,be=void 0;Ee--&&(we=Ye.get(Ee),we[1].type==="lineEnding"||we[1].type==="lineEndingBlank");)we[0]==="enter"&&(be&&(Ye.get(be)[1].type="lineEndingBlank"),we[1].type="lineEnding",be=Ee);be&&(ge[1].end=Object.assign({},Ye.get(be)[1].start),ke=Ye.slice(be,ie),ke.unshift(ge),Ye.splice(be,ie-be+1,ke))}}return st(x,0,Number.POSITIVE_INFINITY,Ye.slice(0)),!qe}function tn(x,re){const ie=x.get(re)[1],ge=x.get(re)[2];let be=re-1;const Ee=[],we=ie._tokenizer||ge.parser[ie.contentType](ie.start),ke=we.events,Ve=[],qe={};let Ye,dt,lt=-1,et=ie,ia=0,Ca=0;const Za=[Ca];for(;et;){for(;x.get(++be)[1]!==et;);Ee.push(be),et._tokenizer||(Ye=ge.sliceStream(et),et.next||Ye.push(null),dt&&we.defineSkip(et.start),et._isInFirstContentOfListItem&&(we._gfmTasklistFirstContentOfListItem=!0),we.write(Ye),et._isInFirstContentOfListItem&&(we._gfmTasklistFirstContentOfListItem=void 0)),dt=et,et=et.next}for(et=ie;++lt<ke.length;)ke[lt][0]==="exit"&&ke[lt-1][0]==="enter"&&ke[lt][1].type===ke[lt-1][1].type&&ke[lt][1].start.line!==ke[lt][1].end.line&&(Ca=lt+1,Za.push(Ca),et._tokenizer=void 0,et.previous=void 0,et=et.next);for(we.events=[],et?(et._tokenizer=void 0,et.previous=void 0):Za.pop(),lt=Za.length;lt--;){const Rn=ke.slice(Za[lt],Za[lt+1]),Da=Ee.pop();Ve.push([Da,Da+Rn.length-1]),x.splice(Da,2,Rn)}for(Ve.reverse(),lt=-1;++lt<Ve.length;)qe[ia+Ve[lt][0]]=ia+Ve[lt][1],ia+=Ve[lt][1]-Ve[lt][0]-1;return qe}function yn(x){for(;!In(x););return x}const at={}.hasOwnProperty;function ar(x){const re={};let ie=-1;for(;++ie<x.length;)Ia(re,x[ie]);return re}function Ia(x,re){let ie;for(ie in re){const be=(at.call(x,ie)?x[ie]:void 0)||(x[ie]={}),Ee=re[ie];let we;if(Ee)for(we in Ee){at.call(be,we)||(be[we]=[]);const ke=Ee[we];sa(be[we],Array.isArray(ke)?ke:ke?[ke]:[])}}}function sa(x,re){let ie=-1;const ge=[];for(;++ie<re.length;)(re[ie].add==="after"?x:ge).push(re[ie]);st(x,0,0,ge)}function Dr(x){const re={};let ie=-1;for(;++ie<x.length;)an(re,x[ie]);return re}function an(x,re){let ie;for(ie in re){const be=(at.call(x,ie)?x[ie]:void 0)||(x[ie]={}),Ee=re[ie];let we;if(Ee)for(we in Ee)be[we]=Ee[we]}}const Ln=on(/[A-Za-z]/),Sa=on(/[\dA-Za-z]/),qn=on(/[#-'*+\--9=?A-Z^-~]/);function Mr(x){return x!==null&&(x<32||x===127)}const Rr=on(/\d/),co=on(/[\dA-Fa-f]/),Eo=on(/[!-/:-@[-`{-~]/);function ra(x){return x!==null&&x<-2}function Ke(x){return x!==null&&(x<0||x===32)}function We(x){return x===-2||x===-1||x===32}const At=on(new RegExp("\\p{P}|\\p{S}","u")),Kt=on(/\s/);function on(x){return re;function re(ie){return ie!==null&&ie>-1&&x.test(String.fromCharCode(ie))}}function wn(x,re,ie,ge){const be=ge?ge-1:Number.POSITIVE_INFINITY;let Ee=0;return we;function we(Ve){return We(Ve)?(x.enter(ie),ke(Ve)):re(Ve)}function ke(Ve){return We(Ve)&&Ee++<be?(x.consume(Ve),ke):(x.exit(ie),re(Ve))}}const va={tokenize:Na};function Na(x){const re=x.attempt(this.parser.constructs.contentInitial,ge,be);let ie;return re;function ge(ke){if(ke===null){x.consume(ke);return}return x.enter("lineEnding"),x.consume(ke),x.exit("lineEnding"),wn(x,re,"linePrefix")}function be(ke){return x.enter("paragraph"),Ee(ke)}function Ee(ke){const Ve=x.enter("chunkText",{contentType:"text",previous:ie});return ie&&(ie.next=Ve),ie=Ve,we(ke)}function we(ke){if(ke===null){x.exit("chunkText"),x.exit("paragraph"),x.consume(ke);return}return ra(ke)?(x.consume(ke),x.exit("chunkText"),Ee):(x.consume(ke),we)}}const rr={tokenize:br},fr={tokenize:dr};function br(x){const re=this,ie=[];let ge=0,be,Ee,we;return ke;function ke(Ea){if(ge<ie.length){const vo=ie[ge];return re.containerState=vo[1],x.attempt(vo[0].continuation,Ve,qe)(Ea)}return qe(Ea)}function Ve(Ea){if(ge++,re.containerState._closeFlow){re.containerState._closeFlow=void 0,be&&Da();const vo=re.events.length;let Cr=vo,hn;for(;Cr--;)if(re.events[Cr][0]==="exit"&&re.events[Cr][1].type==="chunkFlow"){hn=re.events[Cr][1].end;break}Rn(ge);let yr=vo;for(;yr<re.events.length;)re.events[yr][1].end=Object.assign({},hn),yr++;return st(re.events,Cr+1,0,re.events.slice(vo)),re.events.length=yr,qe(Ea)}return ke(Ea)}function qe(Ea){if(ge===ie.length){if(!be)return lt(Ea);if(be.currentConstruct&&be.currentConstruct.concrete)return ia(Ea);re.interrupt=!!(be.currentConstruct&&!be._gfmTableDynamicInterruptHack)}return re.containerState={},x.check(fr,Ye,dt)(Ea)}function Ye(Ea){return be&&Da(),Rn(ge),lt(Ea)}function dt(Ea){return re.parser.lazy[re.now().line]=ge!==ie.length,we=re.now().offset,ia(Ea)}function lt(Ea){return re.containerState={},x.attempt(fr,et,ia)(Ea)}function et(Ea){return ge++,ie.push([re.currentConstruct,re.containerState]),lt(Ea)}function ia(Ea){if(Ea===null){be&&Da(),Rn(0),x.consume(Ea);return}return be=be||re.parser.flow(re.now()),x.enter("chunkFlow",{contentType:"flow",previous:Ee,_tokenizer:be}),Ca(Ea)}function Ca(Ea){if(Ea===null){Za(x.exit("chunkFlow"),!0),Rn(0),x.consume(Ea);return}return ra(Ea)?(x.consume(Ea),Za(x.exit("chunkFlow")),ge=0,re.interrupt=void 0,ke):(x.consume(Ea),Ca)}function Za(Ea,vo){const Cr=re.sliceStream(Ea);if(vo&&Cr.push(null),Ea.previous=Ee,Ee&&(Ee.next=Ea),Ee=Ea,be.defineSkip(Ea.start),be.write(Cr),re.parser.lazy[Ea.start.line]){let hn=be.events.length;for(;hn--;)if(be.events[hn][1].start.offset<we&&(!be.events[hn][1].end||be.events[hn][1].end.offset>we))return;const yr=re.events.length;let Do=yr,bo,Mo;for(;Do--;)if(re.events[Do][0]==="exit"&&re.events[Do][1].type==="chunkFlow"){if(bo){Mo=re.events[Do][1].end;break}bo=!0}for(Rn(ge),hn=yr;hn<re.events.length;)re.events[hn][1].end=Object.assign({},Mo),hn++;st(re.events,Do+1,0,re.events.slice(yr)),re.events.length=hn}}function Rn(Ea){let vo=ie.length;for(;vo-- >Ea;){const Cr=ie[vo];re.containerState=Cr[1],Cr[0].exit.call(re,x)}ie.length=Ea}function Da(){be.write([null]),Ee=void 0,be=void 0,re.containerState._closeFlow=void 0}}function dr(x,re,ie){return wn(x,x.attempt(this.parser.constructs.document,re,ie),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const qr={tokenize:Ro,partial:!0};function Ro(x,re,ie){return ge;function ge(Ee){return We(Ee)?wn(x,be,"linePrefix")(Ee):be(Ee)}function be(Ee){return Ee===null||ra(Ee)?re(Ee):ie(Ee)}}const Fr={tokenize:ao,resolve:Br},Po={tokenize:$a,partial:!0};function Br(x){return In(x),x}function ao(x,re){let ie;return ge;function ge(ke){return x.enter("content"),ie=x.enter("chunkContent",{contentType:"content"}),be(ke)}function be(ke){return ke===null?Ee(ke):ra(ke)?x.check(Po,we,Ee)(ke):(x.consume(ke),be)}function Ee(ke){return x.exit("chunkContent"),x.exit("content"),re(ke)}function we(ke){return x.consume(ke),x.exit("chunkContent"),ie.next=x.enter("chunkContent",{contentType:"content",previous:ie}),ie=ie.next,be}}function $a(x,re,ie){const ge=this;return be;function be(we){return x.exit("chunkContent"),x.enter("lineEnding"),x.consume(we),x.exit("lineEnding"),wn(x,Ee,"linePrefix")}function Ee(we){if(we===null||ra(we))return ie(we);const ke=ge.events[ge.events.length-1];return!ge.parser.constructs.disable.null.includes("codeIndented")&&ke&&ke[1].type==="linePrefix"&&ke[2].sliceSerialize(ke[1],!0).length>=4?re(we):x.interrupt(ge.parser.constructs.flow,ie,re)(we)}}const tt={tokenize:ft};function ft(x){const re=this,ie=x.attempt(qr,ge,x.attempt(this.parser.constructs.flowInitial,be,wn(x,x.attempt(this.parser.constructs.flow,be,x.attempt(Fr,be)),"linePrefix")));return ie;function ge(Ee){if(Ee===null){x.consume(Ee);return}return x.enter("lineEndingBlank"),x.consume(Ee),x.exit("lineEndingBlank"),re.currentConstruct=void 0,ie}function be(Ee){if(Ee===null){x.consume(Ee);return}return x.enter("lineEnding"),x.consume(Ee),x.exit("lineEnding"),re.currentConstruct=void 0,ie}}const Rt={resolveAll:bn()},Ue=cn("string"),Bt=cn("text");function cn(x){return{tokenize:re,resolveAll:bn(x==="text"?vt:void 0)};function re(ie){const ge=this,be=this.parser.constructs[x],Ee=ie.attempt(be,we,ke);return we;function we(Ye){return qe(Ye)?Ee(Ye):ke(Ye)}function ke(Ye){if(Ye===null){ie.consume(Ye);return}return ie.enter("data"),ie.consume(Ye),Ve}function Ve(Ye){return qe(Ye)?(ie.exit("data"),Ee(Ye)):(ie.consume(Ye),Ve)}function qe(Ye){if(Ye===null)return!0;const dt=be[Ye];let lt=-1;if(dt)for(;++lt<dt.length;){const et=dt[lt];if(!et.previous||et.previous.call(ge,ge.previous))return!0}return!1}}}function bn(x){return re;function re(ie,ge){let be=-1,Ee;for(;++be<=ie.length;)Ee===void 0?ie[be]&&ie[be][1].type==="data"&&(Ee=be,be++):(!ie[be]||ie[be][1].type!=="data")&&(be!==Ee+2&&(ie[Ee][1].end=ie[be-1][1].end,ie.splice(Ee+2,be-Ee-2),be=Ee+2),Ee=void 0);return x?x(ie,ge):ie}}function vt(x,re){let ie=0;for(;++ie<=x.length;)if((ie===x.length||x[ie][1].type==="lineEnding")&&x[ie-1][1].type==="data"){const ge=x[ie-1][1],be=re.sliceStream(ge);let Ee=be.length,we=-1,ke=0,Ve;for(;Ee--;){const qe=be[Ee];if(typeof qe=="string"){for(we=qe.length;qe.charCodeAt(we-1)===32;)ke++,we--;if(we)break;we=-1}else if(qe===-2)Ve=!0,ke++;else if(qe!==-1){Ee++;break}}if(ke){const qe={type:ie===x.length||Ve||ke<2?"lineSuffix":"hardBreakTrailing",start:{line:ge.end.line,column:ge.end.column-ke,offset:ge.end.offset-ke,_index:ge.start._index+Ee,_bufferIndex:Ee?we:ge.start._bufferIndex+we},end:Object.assign({},ge.end)};ge.end=Object.assign({},qe.start),ge.start.offset===ge.end.offset?Object.assign(ge,qe):(x.splice(ie,0,["enter",qe,re],["exit",qe,re]),ie+=2)}ie++}return x}function Lt(x,re,ie){const ge=[];let be=-1;for(;++be<x.length;){const Ee=x[be].resolveAll;Ee&&!ge.includes(Ee)&&(re=Ee(re,ie),ge.push(Ee))}return re}function It(x,re,ie){let ge=Object.assign(ie?Object.assign({},ie):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const be={},Ee=[];let we=[],ke=[],Ve=!0;const qe={consume:vo,enter:Cr,exit:hn,attempt:bo(yr),check:bo(Do),interrupt:bo(Do,{interrupt:!0})},Ye={previous:null,code:null,containerState:{},events:[],parser:x,sliceStream:Ca,sliceSerialize:ia,now:Za,defineSkip:Rn,write:et};let dt=re.tokenize.call(Ye,qe),lt;return re.resolveAll&&Ee.push(re),Ye;function et(sr){return we=Ft(we,sr),Da(),we[we.length-1]!==null?[]:(Mo(re,0),Ye.events=Lt(Ee,Ye.events,Ye),Ye.events)}function ia(sr,io){return Ot(Ca(sr),io)}function Ca(sr){return kt(we,sr)}function Za(){const{line:sr,column:io,offset:eo,_index:gi,_bufferIndex:xi}=ge;return{line:sr,column:io,offset:eo,_index:gi,_bufferIndex:xi}}function Rn(sr){be[sr.line]=sr.column,yo()}function Da(){let sr;for(;ge._index<we.length;){const io=we[ge._index];if(typeof io=="string")for(sr=ge._index,ge._bufferIndex<0&&(ge._bufferIndex=0);ge._index===sr&&ge._bufferIndex<io.length;)Ea(io.charCodeAt(ge._bufferIndex));else Ea(io)}}function Ea(sr){Ve=void 0,lt=sr,dt=dt(sr)}function vo(sr){ra(sr)?(ge.line++,ge.column=1,ge.offset+=sr===-3?2:1,yo()):sr!==-1&&(ge.column++,ge.offset++),ge._bufferIndex<0?ge._index++:(ge._bufferIndex++,ge._bufferIndex===we[ge._index].length&&(ge._bufferIndex=-1,ge._index++)),Ye.previous=sr,Ve=!0}function Cr(sr,io){const eo=io||{};return eo.type=sr,eo.start=Za(),Ye.events.push(["enter",eo,Ye]),ke.push(eo),eo}function hn(sr){const io=ke.pop();return io.end=Za(),Ye.events.push(["exit",io,Ye]),io}function yr(sr,io){Mo(sr,io.from)}function Do(sr,io){io.restore()}function bo(sr,io){return eo;function eo(gi,xi,Zi){let Wi,pt,qi,Ds;return Array.isArray(gi)?is(gi):"tokenize"in gi?is([gi]):Et(gi);function Et(Vi){return Pl;function Pl(sl){const li=sl!==null&&Vi[sl],ll=sl!==null&&Vi.null,iu=[...Array.isArray(li)?li:li?[li]:[],...Array.isArray(ll)?ll:ll?[ll]:[]];return is(iu)(sl)}}function is(Vi){return Wi=Vi,pt=0,Vi.length===0?Zi:js(Vi[pt])}function js(Vi){return Pl;function Pl(sl){return Ds=_i(),qi=Vi,Vi.partial||(Ye.currentConstruct=Vi),Vi.name&&Ye.parser.constructs.disable.null.includes(Vi.name)?bu(sl):Vi.tokenize.call(io?Object.assign(Object.create(Ye),io):Ye,qe,Yl,bu)(sl)}}function Yl(Vi){return Ve=!0,sr(qi,Ds),xi}function bu(Vi){return Ve=!0,Ds.restore(),++pt<Wi.length?js(Wi[pt]):Zi}}}function Mo(sr,io){sr.resolveAll&&!Ee.includes(sr)&&Ee.push(sr),sr.resolve&&st(Ye.events,io,Ye.events.length-io,sr.resolve(Ye.events.slice(io),Ye)),sr.resolveTo&&(Ye.events=sr.resolveTo(Ye.events,Ye))}function _i(){const sr=Za(),io=Ye.previous,eo=Ye.currentConstruct,gi=Ye.events.length,xi=Array.from(ke);return{restore:Zi,from:gi};function Zi(){ge=sr,Ye.previous=io,Ye.currentConstruct=eo,Ye.events.length=gi,ke=xi,yo()}}function yo(){ge.line in be&&ge.column<2&&(ge.column=be[ge.line],ge.offset+=be[ge.line]-1)}}function kt(x,re){const ie=re.start._index,ge=re.start._bufferIndex,be=re.end._index,Ee=re.end._bufferIndex;let we;if(ie===be)we=[x[ie].slice(ge,Ee)];else{if(we=x.slice(ie,be),ge>-1){const ke=we[0];typeof ke=="string"?we[0]=ke.slice(ge):we.shift()}Ee>0&&we.push(x[be].slice(0,Ee))}return we}function Ot(x,re){let ie=-1;const ge=[];let be;for(;++ie<x.length;){const Ee=x[ie];let we;if(typeof Ee=="string")we=Ee;else switch(Ee){case-5:{we="\r";break}case-4:{we=`
|
|
|
`;break}case-3:{we=`\r
|
|
|
`;break}case-2:{we=re?" ":" ";break}case-1:{if(!re&&be)continue;we=" ";break}default:we=String.fromCharCode(Ee)}be=Ee===-2,ge.push(we)}return ge.join("")}const Ut={name:"thematicBreak",tokenize:$t};function $t(x,re,ie){let ge=0,be;return Ee;function Ee(qe){return x.enter("thematicBreak"),we(qe)}function we(qe){return be=qe,ke(qe)}function ke(qe){return qe===be?(x.enter("thematicBreakSequence"),Ve(qe)):ge>=3&&(qe===null||ra(qe))?(x.exit("thematicBreak"),re(qe)):ie(qe)}function Ve(qe){return qe===be?(x.consume(qe),ge++,Ve):(x.exit("thematicBreakSequence"),We(qe)?wn(x,ke,"whitespace")(qe):ke(qe))}}const fn={name:"list",tokenize:mn,continuation:{tokenize:ea},exit:da},Zn={tokenize:ka,partial:!0},ba={tokenize:la,partial:!0};function mn(x,re,ie){const ge=this,be=ge.events[ge.events.length-1];let Ee=be&&be[1].type==="linePrefix"?be[2].sliceSerialize(be[1],!0).length:0,we=0;return ke;function ke(et){const ia=ge.containerState.type||(et===42||et===43||et===45?"listUnordered":"listOrdered");if(ia==="listUnordered"?!ge.containerState.marker||et===ge.containerState.marker:Rr(et)){if(ge.containerState.type||(ge.containerState.type=ia,x.enter(ia,{_container:!0})),ia==="listUnordered")return x.enter("listItemPrefix"),et===42||et===45?x.check(Ut,ie,qe)(et):qe(et);if(!ge.interrupt||et===49)return x.enter("listItemPrefix"),x.enter("listItemValue"),Ve(et)}return ie(et)}function Ve(et){return Rr(et)&&++we<10?(x.consume(et),Ve):(!ge.interrupt||we<2)&&(ge.containerState.marker?et===ge.containerState.marker:et===41||et===46)?(x.exit("listItemValue"),qe(et)):ie(et)}function qe(et){return x.enter("listItemMarker"),x.consume(et),x.exit("listItemMarker"),ge.containerState.marker=ge.containerState.marker||et,x.check(qr,ge.interrupt?ie:Ye,x.attempt(Zn,lt,dt))}function Ye(et){return ge.containerState.initialBlankLine=!0,Ee++,lt(et)}function dt(et){return We(et)?(x.enter("listItemPrefixWhitespace"),x.consume(et),x.exit("listItemPrefixWhitespace"),lt):ie(et)}function lt(et){return ge.containerState.size=Ee+ge.sliceSerialize(x.exit("listItemPrefix"),!0).length,re(et)}}function ea(x,re,ie){const ge=this;return ge.containerState._closeFlow=void 0,x.check(qr,be,Ee);function be(ke){return ge.containerState.furtherBlankLines=ge.containerState.furtherBlankLines||ge.containerState.initialBlankLine,wn(x,re,"listItemIndent",ge.containerState.size+1)(ke)}function Ee(ke){return ge.containerState.furtherBlankLines||!We(ke)?(ge.containerState.furtherBlankLines=void 0,ge.containerState.initialBlankLine=void 0,we(ke)):(ge.containerState.furtherBlankLines=void 0,ge.containerState.initialBlankLine=void 0,x.attempt(ba,re,we)(ke))}function we(ke){return ge.containerState._closeFlow=!0,ge.interrupt=void 0,wn(x,x.attempt(fn,re,ie),"linePrefix",ge.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ke)}}function la(x,re,ie){const ge=this;return wn(x,be,"listItemIndent",ge.containerState.size+1);function be(Ee){const we=ge.events[ge.events.length-1];return we&&we[1].type==="listItemIndent"&&we[2].sliceSerialize(we[1],!0).length===ge.containerState.size?re(Ee):ie(Ee)}}function da(x){x.exit(this.containerState.type)}function ka(x,re,ie){const ge=this;return wn(x,be,"listItemPrefixWhitespace",ge.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function be(Ee){const we=ge.events[ge.events.length-1];return!We(Ee)&&we&&we[1].type==="listItemPrefixWhitespace"?re(Ee):ie(Ee)}}const qa={name:"blockQuote",tokenize:Hr,continuation:{tokenize:ur},exit:Jn};function Hr(x,re,ie){const ge=this;return be;function be(we){if(we===62){const ke=ge.containerState;return ke.open||(x.enter("blockQuote",{_container:!0}),ke.open=!0),x.enter("blockQuotePrefix"),x.enter("blockQuoteMarker"),x.consume(we),x.exit("blockQuoteMarker"),Ee}return ie(we)}function Ee(we){return We(we)?(x.enter("blockQuotePrefixWhitespace"),x.consume(we),x.exit("blockQuotePrefixWhitespace"),x.exit("blockQuotePrefix"),re):(x.exit("blockQuotePrefix"),re(we))}}function ur(x,re,ie){const ge=this;return be;function be(we){return We(we)?wn(x,Ee,"linePrefix",ge.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(we):Ee(we)}function Ee(we){return x.attempt(qa,re,ie)(we)}}function Jn(x){x.exit("blockQuote")}function ta(x,re,ie,ge,be,Ee,we,ke,Ve){const qe=Ve||Number.POSITIVE_INFINITY;let Ye=0;return dt;function dt(Rn){return Rn===60?(x.enter(ge),x.enter(be),x.enter(Ee),x.consume(Rn),x.exit(Ee),lt):Rn===null||Rn===32||Rn===41||Mr(Rn)?ie(Rn):(x.enter(ge),x.enter(we),x.enter(ke),x.enter("chunkString",{contentType:"string"}),Ca(Rn))}function lt(Rn){return Rn===62?(x.enter(Ee),x.consume(Rn),x.exit(Ee),x.exit(be),x.exit(ge),re):(x.enter(ke),x.enter("chunkString",{contentType:"string"}),et(Rn))}function et(Rn){return Rn===62?(x.exit("chunkString"),x.exit(ke),lt(Rn)):Rn===null||Rn===60||ra(Rn)?ie(Rn):(x.consume(Rn),Rn===92?ia:et)}function ia(Rn){return Rn===60||Rn===62||Rn===92?(x.consume(Rn),et):et(Rn)}function Ca(Rn){return!Ye&&(Rn===null||Rn===41||Ke(Rn))?(x.exit("chunkString"),x.exit(ke),x.exit(we),x.exit(ge),re(Rn)):Ye<qe&&Rn===40?(x.consume(Rn),Ye++,Ca):Rn===41?(x.consume(Rn),Ye--,Ca):Rn===null||Rn===32||Rn===40||Mr(Rn)?ie(Rn):(x.consume(Rn),Rn===92?Za:Ca)}function Za(Rn){return Rn===40||Rn===41||Rn===92?(x.consume(Rn),Ca):Ca(Rn)}}function $n(x,re,ie,ge,be,Ee){const we=this;let ke=0,Ve;return qe;function qe(et){return x.enter(ge),x.enter(be),x.consume(et),x.exit(be),x.enter(Ee),Ye}function Ye(et){return ke>999||et===null||et===91||et===93&&!Ve||et===94&&!ke&&"_hiddenFootnoteSupport"in we.parser.constructs?ie(et):et===93?(x.exit(Ee),x.enter(be),x.consume(et),x.exit(be),x.exit(ge),re):ra(et)?(x.enter("lineEnding"),x.consume(et),x.exit("lineEnding"),Ye):(x.enter("chunkString",{contentType:"string"}),dt(et))}function dt(et){return et===null||et===91||et===93||ra(et)||ke++>999?(x.exit("chunkString"),Ye(et)):(x.consume(et),Ve||(Ve=!We(et)),et===92?lt:dt)}function lt(et){return et===91||et===92||et===93?(x.consume(et),ke++,dt):dt(et)}}function Un(x,re,ie,ge,be,Ee){let we;return ke;function ke(lt){return lt===34||lt===39||lt===40?(x.enter(ge),x.enter(be),x.consume(lt),x.exit(be),we=lt===40?41:lt,Ve):ie(lt)}function Ve(lt){return lt===we?(x.enter(be),x.consume(lt),x.exit(be),x.exit(ge),re):(x.enter(Ee),qe(lt))}function qe(lt){return lt===we?(x.exit(Ee),Ve(we)):lt===null?ie(lt):ra(lt)?(x.enter("lineEnding"),x.consume(lt),x.exit("lineEnding"),wn(x,qe,"linePrefix")):(x.enter("chunkString",{contentType:"string"}),Ye(lt))}function Ye(lt){return lt===we||lt===null||ra(lt)?(x.exit("chunkString"),qe(lt)):(x.consume(lt),lt===92?dt:Ye)}function dt(lt){return lt===we||lt===92?(x.consume(lt),Ye):Ye(lt)}}function xa(x,re){let ie;return ge;function ge(be){return ra(be)?(x.enter("lineEnding"),x.consume(be),x.exit("lineEnding"),ie=!0,ge):We(be)?wn(x,ge,ie?"linePrefix":"lineSuffix")(be):re(be)}}function hr(x){return x.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const $r={name:"definition",tokenize:Vr},Lo={tokenize:jo,partial:!0};function Vr(x,re,ie){const ge=this;let be;return Ee;function Ee(et){return x.enter("definition"),we(et)}function we(et){return $n.call(ge,x,ke,ie,"definitionLabel","definitionLabelMarker","definitionLabelString")(et)}function ke(et){return be=hr(ge.sliceSerialize(ge.events[ge.events.length-1][1]).slice(1,-1)),et===58?(x.enter("definitionMarker"),x.consume(et),x.exit("definitionMarker"),Ve):ie(et)}function Ve(et){return Ke(et)?xa(x,qe)(et):qe(et)}function qe(et){return ta(x,Ye,ie,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(et)}function Ye(et){return x.attempt(Lo,dt,dt)(et)}function dt(et){return We(et)?wn(x,lt,"whitespace")(et):lt(et)}function lt(et){return et===null||ra(et)?(x.exit("definition"),ge.parser.defined.push(be),re(et)):ie(et)}}function jo(x,re,ie){return ge;function ge(ke){return Ke(ke)?xa(x,be)(ke):ie(ke)}function be(ke){return Un(x,Ee,ie,"definitionTitle","definitionTitleMarker","definitionTitleString")(ke)}function Ee(ke){return We(ke)?wn(x,we,"whitespace")(ke):we(ke)}function we(ke){return ke===null||ra(ke)?re(ke):ie(ke)}}const ui={name:"codeIndented",tokenize:Uo},Yi={tokenize:yi,partial:!0};function Uo(x,re,ie){const ge=this;return be;function be(qe){return x.enter("codeIndented"),wn(x,Ee,"linePrefix",5)(qe)}function Ee(qe){const Ye=ge.events[ge.events.length-1];return Ye&&Ye[1].type==="linePrefix"&&Ye[2].sliceSerialize(Ye[1],!0).length>=4?we(qe):ie(qe)}function we(qe){return qe===null?Ve(qe):ra(qe)?x.attempt(Yi,we,Ve)(qe):(x.enter("codeFlowValue"),ke(qe))}function ke(qe){return qe===null||ra(qe)?(x.exit("codeFlowValue"),we(qe)):(x.consume(qe),ke)}function Ve(qe){return x.exit("codeIndented"),re(qe)}}function yi(x,re,ie){const ge=this;return be;function be(we){return ge.parser.lazy[ge.now().line]?ie(we):ra(we)?(x.enter("lineEnding"),x.consume(we),x.exit("lineEnding"),be):wn(x,Ee,"linePrefix",5)(we)}function Ee(we){const ke=ge.events[ge.events.length-1];return ke&&ke[1].type==="linePrefix"&&ke[2].sliceSerialize(ke[1],!0).length>=4?re(we):ra(we)?be(we):ie(we)}}const Hi={name:"headingAtx",tokenize:ss,resolve:Ui};function Ui(x,re){let ie=x.length-2,ge=3,be,Ee;return x[ge][1].type==="whitespace"&&(ge+=2),ie-2>ge&&x[ie][1].type==="whitespace"&&(ie-=2),x[ie][1].type==="atxHeadingSequence"&&(ge===ie-1||ie-4>ge&&x[ie-2][1].type==="whitespace")&&(ie-=ge+1===ie?2:4),ie>ge&&(be={type:"atxHeadingText",start:x[ge][1].start,end:x[ie][1].end},Ee={type:"chunkText",start:x[ge][1].start,end:x[ie][1].end,contentType:"text"},st(x,ge,ie-ge+1,[["enter",be,re],["enter",Ee,re],["exit",Ee,re],["exit",be,re]])),x}function ss(x,re,ie){let ge=0;return be;function be(Ye){return x.enter("atxHeading"),Ee(Ye)}function Ee(Ye){return x.enter("atxHeadingSequence"),we(Ye)}function we(Ye){return Ye===35&&ge++<6?(x.consume(Ye),we):Ye===null||Ke(Ye)?(x.exit("atxHeadingSequence"),ke(Ye)):ie(Ye)}function ke(Ye){return Ye===35?(x.enter("atxHeadingSequence"),Ve(Ye)):Ye===null||ra(Ye)?(x.exit("atxHeading"),re(Ye)):We(Ye)?wn(x,ke,"whitespace")(Ye):(x.enter("atxHeadingText"),qe(Ye))}function Ve(Ye){return Ye===35?(x.consume(Ye),Ve):(x.exit("atxHeadingSequence"),ke(Ye))}function qe(Ye){return Ye===null||Ye===35||Ke(Ye)?(x.exit("atxHeadingText"),ke(Ye)):(x.consume(Ye),qe)}}const Ms={name:"setextUnderline",tokenize:Cl,resolveTo:Js};function Js(x,re){let ie=x.length,ge,be,Ee;for(;ie--;)if(x[ie][0]==="enter"){if(x[ie][1].type==="content"){ge=ie;break}x[ie][1].type==="paragraph"&&(be=ie)}else x[ie][1].type==="content"&&x.splice(ie,1),!Ee&&x[ie][1].type==="definition"&&(Ee=ie);const we={type:"setextHeading",start:Object.assign({},x[be][1].start),end:Object.assign({},x[x.length-1][1].end)};return x[be][1].type="setextHeadingText",Ee?(x.splice(be,0,["enter",we,re]),x.splice(Ee+1,0,["exit",x[ge][1],re]),x[ge][1].end=Object.assign({},x[Ee][1].end)):x[ge][1]=we,x.push(["exit",we,re]),x}function Cl(x,re,ie){const ge=this;let be;return Ee;function Ee(qe){let Ye=ge.events.length,dt;for(;Ye--;)if(ge.events[Ye][1].type!=="lineEnding"&&ge.events[Ye][1].type!=="linePrefix"&&ge.events[Ye][1].type!=="content"){dt=ge.events[Ye][1].type==="paragraph";break}return!ge.parser.lazy[ge.now().line]&&(ge.interrupt||dt)?(x.enter("setextHeadingLine"),be=qe,we(qe)):ie(qe)}function we(qe){return x.enter("setextHeadingLineSequence"),ke(qe)}function ke(qe){return qe===be?(x.consume(qe),ke):(x.exit("setextHeadingLineSequence"),We(qe)?wn(x,Ve,"lineSuffix")(qe):Ve(qe))}function Ve(qe){return qe===null||ra(qe)?(x.exit("setextHeadingLine"),re(qe)):ie(qe)}}const ls=["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"],pl=["pre","script","style","textarea"],Ts={name:"htmlFlow",tokenize:ml,resolveTo:lu,concrete:!0},zl={tokenize:mi,partial:!0},Fs={tokenize:wl,partial:!0};function lu(x){let re=x.length;for(;re--&&!(x[re][0]==="enter"&&x[re][1].type==="htmlFlow"););return re>1&&x[re-2][1].type==="linePrefix"&&(x[re][1].start=x[re-2][1].start,x[re+1][1].start=x[re-2][1].start,x.splice(re-2,2)),x}function ml(x,re,ie){const ge=this;let be,Ee,we,ke,Ve;return qe;function qe(Et){return Ye(Et)}function Ye(Et){return x.enter("htmlFlow"),x.enter("htmlFlowData"),x.consume(Et),dt}function dt(Et){return Et===33?(x.consume(Et),lt):Et===47?(x.consume(Et),Ee=!0,Ca):Et===63?(x.consume(Et),be=3,ge.interrupt?re:pt):Ln(Et)?(x.consume(Et),we=String.fromCharCode(Et),Za):ie(Et)}function lt(Et){return Et===45?(x.consume(Et),be=2,et):Et===91?(x.consume(Et),be=5,ke=0,ia):Ln(Et)?(x.consume(Et),be=4,ge.interrupt?re:pt):ie(Et)}function et(Et){return Et===45?(x.consume(Et),ge.interrupt?re:pt):ie(Et)}function ia(Et){const is="CDATA[";return Et===is.charCodeAt(ke++)?(x.consume(Et),ke===is.length?ge.interrupt?re:yo:ia):ie(Et)}function Ca(Et){return Ln(Et)?(x.consume(Et),we=String.fromCharCode(Et),Za):ie(Et)}function Za(Et){if(Et===null||Et===47||Et===62||Ke(Et)){const is=Et===47,js=we.toLowerCase();return!is&&!Ee&&pl.includes(js)?(be=1,ge.interrupt?re(Et):yo(Et)):ls.includes(we.toLowerCase())?(be=6,is?(x.consume(Et),Rn):ge.interrupt?re(Et):yo(Et)):(be=7,ge.interrupt&&!ge.parser.lazy[ge.now().line]?ie(Et):Ee?Da(Et):Ea(Et))}return Et===45||Sa(Et)?(x.consume(Et),we+=String.fromCharCode(Et),Za):ie(Et)}function Rn(Et){return Et===62?(x.consume(Et),ge.interrupt?re:yo):ie(Et)}function Da(Et){return We(Et)?(x.consume(Et),Da):Mo(Et)}function Ea(Et){return Et===47?(x.consume(Et),Mo):Et===58||Et===95||Ln(Et)?(x.consume(Et),vo):We(Et)?(x.consume(Et),Ea):Mo(Et)}function vo(Et){return Et===45||Et===46||Et===58||Et===95||Sa(Et)?(x.consume(Et),vo):Cr(Et)}function Cr(Et){return Et===61?(x.consume(Et),hn):We(Et)?(x.consume(Et),Cr):Ea(Et)}function hn(Et){return Et===null||Et===60||Et===61||Et===62||Et===96?ie(Et):Et===34||Et===39?(x.consume(Et),Ve=Et,yr):We(Et)?(x.consume(Et),hn):Do(Et)}function yr(Et){return Et===Ve?(x.consume(Et),Ve=null,bo):Et===null||ra(Et)?ie(Et):(x.consume(Et),yr)}function Do(Et){return Et===null||Et===34||Et===39||Et===47||Et===60||Et===61||Et===62||Et===96||Ke(Et)?Cr(Et):(x.consume(Et),Do)}function bo(Et){return Et===47||Et===62||We(Et)?Ea(Et):ie(Et)}function Mo(Et){return Et===62?(x.consume(Et),_i):ie(Et)}function _i(Et){return Et===null||ra(Et)?yo(Et):We(Et)?(x.consume(Et),_i):ie(Et)}function yo(Et){return Et===45&&be===2?(x.consume(Et),gi):Et===60&&be===1?(x.consume(Et),xi):Et===62&&be===4?(x.consume(Et),qi):Et===63&&be===3?(x.consume(Et),pt):Et===93&&be===5?(x.consume(Et),Wi):ra(Et)&&(be===6||be===7)?(x.exit("htmlFlowData"),x.check(zl,Ds,sr)(Et)):Et===null||ra(Et)?(x.exit("htmlFlowData"),sr(Et)):(x.consume(Et),yo)}function sr(Et){return x.check(Fs,io,Ds)(Et)}function io(Et){return x.enter("lineEnding"),x.consume(Et),x.exit("lineEnding"),eo}function eo(Et){return Et===null||ra(Et)?sr(Et):(x.enter("htmlFlowData"),yo(Et))}function gi(Et){return Et===45?(x.consume(Et),pt):yo(Et)}function xi(Et){return Et===47?(x.consume(Et),we="",Zi):yo(Et)}function Zi(Et){if(Et===62){const is=we.toLowerCase();return pl.includes(is)?(x.consume(Et),qi):yo(Et)}return Ln(Et)&&we.length<8?(x.consume(Et),we+=String.fromCharCode(Et),Zi):yo(Et)}function Wi(Et){return Et===93?(x.consume(Et),pt):yo(Et)}function pt(Et){return Et===62?(x.consume(Et),qi):Et===45&&be===2?(x.consume(Et),pt):yo(Et)}function qi(Et){return Et===null||ra(Et)?(x.exit("htmlFlowData"),Ds(Et)):(x.consume(Et),qi)}function Ds(Et){return x.exit("htmlFlow"),re(Et)}}function wl(x,re,ie){const ge=this;return be;function be(we){return ra(we)?(x.enter("lineEnding"),x.consume(we),x.exit("lineEnding"),Ee):ie(we)}function Ee(we){return ge.parser.lazy[ge.now().line]?ie(we):re(we)}}function mi(x,re,ie){return ge;function ge(be){return x.enter("lineEnding"),x.consume(be),x.exit("lineEnding"),x.attempt(qr,re,ie)}}const fi={tokenize:Xl,partial:!0},Ua={name:"codeFenced",tokenize:qs,concrete:!0};function qs(x,re,ie){const ge=this,be={tokenize:Cr,partial:!0};let Ee=0,we=0,ke;return Ve;function Ve(hn){return qe(hn)}function qe(hn){const yr=ge.events[ge.events.length-1];return Ee=yr&&yr[1].type==="linePrefix"?yr[2].sliceSerialize(yr[1],!0).length:0,ke=hn,x.enter("codeFenced"),x.enter("codeFencedFence"),x.enter("codeFencedFenceSequence"),Ye(hn)}function Ye(hn){return hn===ke?(we++,x.consume(hn),Ye):we<3?ie(hn):(x.exit("codeFencedFenceSequence"),We(hn)?wn(x,dt,"whitespace")(hn):dt(hn))}function dt(hn){return hn===null||ra(hn)?(x.exit("codeFencedFence"),ge.interrupt?re(hn):x.check(fi,Ca,vo)(hn)):(x.enter("codeFencedFenceInfo"),x.enter("chunkString",{contentType:"string"}),lt(hn))}function lt(hn){return hn===null||ra(hn)?(x.exit("chunkString"),x.exit("codeFencedFenceInfo"),dt(hn)):We(hn)?(x.exit("chunkString"),x.exit("codeFencedFenceInfo"),wn(x,et,"whitespace")(hn)):hn===96&&hn===ke?ie(hn):(x.consume(hn),lt)}function et(hn){return hn===null||ra(hn)?dt(hn):(x.enter("codeFencedFenceMeta"),x.enter("chunkString",{contentType:"string"}),ia(hn))}function ia(hn){return hn===null||ra(hn)?(x.exit("chunkString"),x.exit("codeFencedFenceMeta"),dt(hn)):hn===96&&hn===ke?ie(hn):(x.consume(hn),ia)}function Ca(hn){return x.attempt(be,vo,Za)(hn)}function Za(hn){return x.enter("lineEnding"),x.consume(hn),x.exit("lineEnding"),Rn}function Rn(hn){return Ee>0&&We(hn)?wn(x,Da,"linePrefix",Ee+1)(hn):Da(hn)}function Da(hn){return hn===null||ra(hn)?x.check(fi,Ca,vo)(hn):(x.enter("codeFlowValue"),Ea(hn))}function Ea(hn){return hn===null||ra(hn)?(x.exit("codeFlowValue"),Da(hn)):(x.consume(hn),Ea)}function vo(hn){return x.exit("codeFenced"),re(hn)}function Cr(hn,yr,Do){let bo=0;return Mo;function Mo(eo){return hn.enter("lineEnding"),hn.consume(eo),hn.exit("lineEnding"),_i}function _i(eo){return hn.enter("codeFencedFence"),We(eo)?wn(hn,yo,"linePrefix",ge.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(eo):yo(eo)}function yo(eo){return eo===ke?(hn.enter("codeFencedFenceSequence"),sr(eo)):Do(eo)}function sr(eo){return eo===ke?(bo++,hn.consume(eo),sr):bo>=we?(hn.exit("codeFencedFenceSequence"),We(eo)?wn(hn,io,"whitespace")(eo):io(eo)):Do(eo)}function io(eo){return eo===null||ra(eo)?(hn.exit("codeFencedFence"),yr(eo)):Do(eo)}}}function Xl(x,re,ie){const ge=this;return be;function be(we){return we===null?ie(we):(x.enter("lineEnding"),x.consume(we),x.exit("lineEnding"),Ee)}function Ee(we){return ge.parser.lazy[ge.now().line]?ie(we):re(we)}}const Ei=document.createElement("i");function Is(x){const re="&"+x+";";Ei.innerHTML=re;const ie=Ei.textContent;return ie.charCodeAt(ie.length-1)===59&&x!=="semi"||ie===re?!1:ie}const Zs={name:"characterReference",tokenize:fl};function fl(x,re,ie){const ge=this;let be=0,Ee,we;return ke;function ke(dt){return x.enter("characterReference"),x.enter("characterReferenceMarker"),x.consume(dt),x.exit("characterReferenceMarker"),Ve}function Ve(dt){return dt===35?(x.enter("characterReferenceMarkerNumeric"),x.consume(dt),x.exit("characterReferenceMarkerNumeric"),qe):(x.enter("characterReferenceValue"),Ee=31,we=Sa,Ye(dt))}function qe(dt){return dt===88||dt===120?(x.enter("characterReferenceMarkerHexadecimal"),x.consume(dt),x.exit("characterReferenceMarkerHexadecimal"),x.enter("characterReferenceValue"),Ee=6,we=co,Ye):(x.enter("characterReferenceValue"),Ee=7,we=Rr,Ye(dt))}function Ye(dt){if(dt===59&&be){const lt=x.exit("characterReferenceValue");return we===Sa&&!Is(ge.sliceSerialize(lt))?ie(dt):(x.enter("characterReferenceMarker"),x.consume(dt),x.exit("characterReferenceMarker"),x.exit("characterReference"),re)}return we(dt)&&be++<Ee?(x.consume(dt),Ye):ie(dt)}}const es={name:"characterEscape",tokenize:us};function us(x,re,ie){return ge;function ge(Ee){return x.enter("characterEscape"),x.enter("escapeMarker"),x.consume(Ee),x.exit("escapeMarker"),be}function be(Ee){return Eo(Ee)?(x.enter("characterEscapeValue"),x.consume(Ee),x.exit("characterEscapeValue"),x.exit("characterEscape"),re):ie(Ee)}}const hl={name:"lineEnding",tokenize:xl};function xl(x,re){return ie;function ie(ge){return x.enter("lineEnding"),x.consume(ge),x.exit("lineEnding"),wn(x,re,"linePrefix")}}const el={name:"labelEnd",tokenize:Ku,resolveTo:ju,resolveAll:$u},Sl={tokenize:Pu},Jl={tokenize:Zu},uu={tokenize:Wu};function $u(x){let re=-1;for(;++re<x.length;){const ie=x[re][1];(ie.type==="labelImage"||ie.type==="labelLink"||ie.type==="labelEnd")&&(x.splice(re+1,ie.type==="labelImage"?4:2),ie.type="data",re++)}return x}function ju(x,re){let ie=x.length,ge=0,be,Ee,we,ke;for(;ie--;)if(be=x[ie][1],Ee){if(be.type==="link"||be.type==="labelLink"&&be._inactive)break;x[ie][0]==="enter"&&be.type==="labelLink"&&(be._inactive=!0)}else if(we){if(x[ie][0]==="enter"&&(be.type==="labelImage"||be.type==="labelLink")&&!be._balanced&&(Ee=ie,be.type!=="labelLink")){ge=2;break}}else be.type==="labelEnd"&&(we=ie);const Ve={type:x[Ee][1].type==="labelLink"?"link":"image",start:Object.assign({},x[Ee][1].start),end:Object.assign({},x[x.length-1][1].end)},qe={type:"label",start:Object.assign({},x[Ee][1].start),end:Object.assign({},x[we][1].end)},Ye={type:"labelText",start:Object.assign({},x[Ee+ge+2][1].end),end:Object.assign({},x[we-2][1].start)};return ke=[["enter",Ve,re],["enter",qe,re]],ke=Ft(ke,x.slice(Ee+1,Ee+ge+3)),ke=Ft(ke,[["enter",Ye,re]]),ke=Ft(ke,Lt(re.parser.constructs.insideSpan.null,x.slice(Ee+ge+4,we-3),re)),ke=Ft(ke,[["exit",Ye,re],x[we-2],x[we-1],["exit",qe,re]]),ke=Ft(ke,x.slice(we+1)),ke=Ft(ke,[["exit",Ve,re]]),st(x,Ee,x.length,ke),x}function Ku(x,re,ie){const ge=this;let be=ge.events.length,Ee,we;for(;be--;)if((ge.events[be][1].type==="labelImage"||ge.events[be][1].type==="labelLink")&&!ge.events[be][1]._balanced){Ee=ge.events[be][1];break}return ke;function ke(lt){return Ee?Ee._inactive?dt(lt):(we=ge.parser.defined.includes(hr(ge.sliceSerialize({start:Ee.end,end:ge.now()}))),x.enter("labelEnd"),x.enter("labelMarker"),x.consume(lt),x.exit("labelMarker"),x.exit("labelEnd"),Ve):ie(lt)}function Ve(lt){return lt===40?x.attempt(Sl,Ye,we?Ye:dt)(lt):lt===91?x.attempt(Jl,Ye,we?qe:dt)(lt):we?Ye(lt):dt(lt)}function qe(lt){return x.attempt(uu,Ye,dt)(lt)}function Ye(lt){return re(lt)}function dt(lt){return Ee._balanced=!0,ie(lt)}}function Pu(x,re,ie){return ge;function ge(dt){return x.enter("resource"),x.enter("resourceMarker"),x.consume(dt),x.exit("resourceMarker"),be}function be(dt){return Ke(dt)?xa(x,Ee)(dt):Ee(dt)}function Ee(dt){return dt===41?Ye(dt):ta(x,we,ke,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(dt)}function we(dt){return Ke(dt)?xa(x,Ve)(dt):Ye(dt)}function ke(dt){return ie(dt)}function Ve(dt){return dt===34||dt===39||dt===40?Un(x,qe,ie,"resourceTitle","resourceTitleMarker","resourceTitleString")(dt):Ye(dt)}function qe(dt){return Ke(dt)?xa(x,Ye)(dt):Ye(dt)}function Ye(dt){return dt===41?(x.enter("resourceMarker"),x.consume(dt),x.exit("resourceMarker"),x.exit("resource"),re):ie(dt)}}function Zu(x,re,ie){const ge=this;return be;function be(ke){return $n.call(ge,x,Ee,we,"reference","referenceMarker","referenceString")(ke)}function Ee(ke){return ge.parser.defined.includes(hr(ge.sliceSerialize(ge.events[ge.events.length-1][1]).slice(1,-1)))?re(ke):ie(ke)}function we(ke){return ie(ke)}}function Wu(x,re,ie){return ge;function ge(Ee){return x.enter("reference"),x.enter("referenceMarker"),x.consume(Ee),x.exit("referenceMarker"),be}function be(Ee){return Ee===93?(x.enter("referenceMarker"),x.consume(Ee),x.exit("referenceMarker"),x.exit("reference"),re):ie(Ee)}}const Mu={name:"labelStartImage",tokenize:Vu,resolveAll:el.resolveAll};function Vu(x,re,ie){const ge=this;return be;function be(ke){return x.enter("labelImage"),x.enter("labelImageMarker"),x.consume(ke),x.exit("labelImageMarker"),Ee}function Ee(ke){return ke===91?(x.enter("labelMarker"),x.consume(ke),x.exit("labelMarker"),x.exit("labelImage"),we):ie(ke)}function we(ke){return ke===94&&"_hiddenFootnoteSupport"in ge.parser.constructs?ie(ke):re(ke)}}function Fu(x){if(x===null||Ke(x)||Kt(x))return 1;if(At(x))return 2}const cu={name:"attention",tokenize:Yu,resolveAll:du};function du(x,re){let ie=-1,ge,be,Ee,we,ke,Ve,qe,Ye;for(;++ie<x.length;)if(x[ie][0]==="enter"&&x[ie][1].type==="attentionSequence"&&x[ie][1]._close){for(ge=ie;ge--;)if(x[ge][0]==="exit"&&x[ge][1].type==="attentionSequence"&&x[ge][1]._open&&re.sliceSerialize(x[ge][1]).charCodeAt(0)===re.sliceSerialize(x[ie][1]).charCodeAt(0)){if((x[ge][1]._close||x[ie][1]._open)&&(x[ie][1].end.offset-x[ie][1].start.offset)%3&&!((x[ge][1].end.offset-x[ge][1].start.offset+x[ie][1].end.offset-x[ie][1].start.offset)%3))continue;Ve=x[ge][1].end.offset-x[ge][1].start.offset>1&&x[ie][1].end.offset-x[ie][1].start.offset>1?2:1;const dt=Object.assign({},x[ge][1].end),lt=Object.assign({},x[ie][1].start);ql(dt,-Ve),ql(lt,Ve),we={type:Ve>1?"strongSequence":"emphasisSequence",start:dt,end:Object.assign({},x[ge][1].end)},ke={type:Ve>1?"strongSequence":"emphasisSequence",start:Object.assign({},x[ie][1].start),end:lt},Ee={type:Ve>1?"strongText":"emphasisText",start:Object.assign({},x[ge][1].end),end:Object.assign({},x[ie][1].start)},be={type:Ve>1?"strong":"emphasis",start:Object.assign({},we.start),end:Object.assign({},ke.end)},x[ge][1].end=Object.assign({},we.start),x[ie][1].start=Object.assign({},ke.end),qe=[],x[ge][1].end.offset-x[ge][1].start.offset&&(qe=Ft(qe,[["enter",x[ge][1],re],["exit",x[ge][1],re]])),qe=Ft(qe,[["enter",be,re],["enter",we,re],["exit",we,re],["enter",Ee,re]]),qe=Ft(qe,Lt(re.parser.constructs.insideSpan.null,x.slice(ge+1,ie),re)),qe=Ft(qe,[["exit",Ee,re],["enter",ke,re],["exit",ke,re],["exit",be,re]]),x[ie][1].end.offset-x[ie][1].start.offset?(Ye=2,qe=Ft(qe,[["enter",x[ie][1],re],["exit",x[ie][1],re]])):Ye=0,st(x,ge-1,ie-ge+3,qe),ie=ge+qe.length-Ye-2;break}}for(ie=-1;++ie<x.length;)x[ie][1].type==="attentionSequence"&&(x[ie][1].type="data");return x}function Yu(x,re){const ie=this.parser.constructs.attentionMarkers.null,ge=this.previous,be=Fu(ge);let Ee;return we;function we(Ve){return Ee=Ve,x.enter("attentionSequence"),ke(Ve)}function ke(Ve){if(Ve===Ee)return x.consume(Ve),ke;const qe=x.exit("attentionSequence"),Ye=Fu(Ve),dt=!Ye||Ye===2&&be||ie.includes(Ve),lt=!be||be===2&&Ye||ie.includes(ge);return qe._open=!!(Ee===42?dt:dt&&(be||!lt)),qe._close=!!(Ee===42?lt:lt&&(Ye||!dt)),re(Ve)}}function ql(x,re){x.column+=re,x.offset+=re,x._bufferIndex+=re}const Qu={name:"autolink",tokenize:Xu};function Xu(x,re,ie){let ge=0;return be;function be(et){return x.enter("autolink"),x.enter("autolinkMarker"),x.consume(et),x.exit("autolinkMarker"),x.enter("autolinkProtocol"),Ee}function Ee(et){return Ln(et)?(x.consume(et),we):et===64?ie(et):qe(et)}function we(et){return et===43||et===45||et===46||Sa(et)?(ge=1,ke(et)):qe(et)}function ke(et){return et===58?(x.consume(et),ge=0,Ve):(et===43||et===45||et===46||Sa(et))&&ge++<32?(x.consume(et),ke):(ge=0,qe(et))}function Ve(et){return et===62?(x.exit("autolinkProtocol"),x.enter("autolinkMarker"),x.consume(et),x.exit("autolinkMarker"),x.exit("autolink"),re):et===null||et===32||et===60||Mr(et)?ie(et):(x.consume(et),Ve)}function qe(et){return et===64?(x.consume(et),Ye):qn(et)?(x.consume(et),qe):ie(et)}function Ye(et){return Sa(et)?dt(et):ie(et)}function dt(et){return et===46?(x.consume(et),ge=0,Ye):et===62?(x.exit("autolinkProtocol").type="autolinkEmail",x.enter("autolinkMarker"),x.consume(et),x.exit("autolinkMarker"),x.exit("autolink"),re):lt(et)}function lt(et){if((et===45||Sa(et))&&ge++<63){const ia=et===45?lt:dt;return x.consume(et),ia}return ie(et)}}const Bu={name:"htmlText",tokenize:Ju};function Ju(x,re,ie){const ge=this;let be,Ee,we;return ke;function ke(pt){return x.enter("htmlText"),x.enter("htmlTextData"),x.consume(pt),Ve}function Ve(pt){return pt===33?(x.consume(pt),qe):pt===47?(x.consume(pt),Cr):pt===63?(x.consume(pt),Ea):Ln(pt)?(x.consume(pt),Do):ie(pt)}function qe(pt){return pt===45?(x.consume(pt),Ye):pt===91?(x.consume(pt),Ee=0,ia):Ln(pt)?(x.consume(pt),Da):ie(pt)}function Ye(pt){return pt===45?(x.consume(pt),et):ie(pt)}function dt(pt){return pt===null?ie(pt):pt===45?(x.consume(pt),lt):ra(pt)?(we=dt,xi(pt)):(x.consume(pt),dt)}function lt(pt){return pt===45?(x.consume(pt),et):dt(pt)}function et(pt){return pt===62?gi(pt):pt===45?lt(pt):dt(pt)}function ia(pt){const qi="CDATA[";return pt===qi.charCodeAt(Ee++)?(x.consume(pt),Ee===qi.length?Ca:ia):ie(pt)}function Ca(pt){return pt===null?ie(pt):pt===93?(x.consume(pt),Za):ra(pt)?(we=Ca,xi(pt)):(x.consume(pt),Ca)}function Za(pt){return pt===93?(x.consume(pt),Rn):Ca(pt)}function Rn(pt){return pt===62?gi(pt):pt===93?(x.consume(pt),Rn):Ca(pt)}function Da(pt){return pt===null||pt===62?gi(pt):ra(pt)?(we=Da,xi(pt)):(x.consume(pt),Da)}function Ea(pt){return pt===null?ie(pt):pt===63?(x.consume(pt),vo):ra(pt)?(we=Ea,xi(pt)):(x.consume(pt),Ea)}function vo(pt){return pt===62?gi(pt):Ea(pt)}function Cr(pt){return Ln(pt)?(x.consume(pt),hn):ie(pt)}function hn(pt){return pt===45||Sa(pt)?(x.consume(pt),hn):yr(pt)}function yr(pt){return ra(pt)?(we=yr,xi(pt)):We(pt)?(x.consume(pt),yr):gi(pt)}function Do(pt){return pt===45||Sa(pt)?(x.consume(pt),Do):pt===47||pt===62||Ke(pt)?bo(pt):ie(pt)}function bo(pt){return pt===47?(x.consume(pt),gi):pt===58||pt===95||Ln(pt)?(x.consume(pt),Mo):ra(pt)?(we=bo,xi(pt)):We(pt)?(x.consume(pt),bo):gi(pt)}function Mo(pt){return pt===45||pt===46||pt===58||pt===95||Sa(pt)?(x.consume(pt),Mo):_i(pt)}function _i(pt){return pt===61?(x.consume(pt),yo):ra(pt)?(we=_i,xi(pt)):We(pt)?(x.consume(pt),_i):bo(pt)}function yo(pt){return pt===null||pt===60||pt===61||pt===62||pt===96?ie(pt):pt===34||pt===39?(x.consume(pt),be=pt,sr):ra(pt)?(we=yo,xi(pt)):We(pt)?(x.consume(pt),yo):(x.consume(pt),io)}function sr(pt){return pt===be?(x.consume(pt),be=void 0,eo):pt===null?ie(pt):ra(pt)?(we=sr,xi(pt)):(x.consume(pt),sr)}function io(pt){return pt===null||pt===34||pt===39||pt===60||pt===61||pt===96?ie(pt):pt===47||pt===62||Ke(pt)?bo(pt):(x.consume(pt),io)}function eo(pt){return pt===47||pt===62||Ke(pt)?bo(pt):ie(pt)}function gi(pt){return pt===62?(x.consume(pt),x.exit("htmlTextData"),x.exit("htmlText"),re):ie(pt)}function xi(pt){return x.exit("htmlTextData"),x.enter("lineEnding"),x.consume(pt),x.exit("lineEnding"),Zi}function Zi(pt){return We(pt)?wn(x,Wi,"linePrefix",ge.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(pt):Wi(pt)}function Wi(pt){return x.enter("htmlTextData"),we(pt)}}const Ne={name:"labelStartLink",tokenize:$e,resolveAll:el.resolveAll};function $e(x,re,ie){const ge=this;return be;function be(we){return x.enter("labelLink"),x.enter("labelMarker"),x.consume(we),x.exit("labelMarker"),x.exit("labelLink"),Ee}function Ee(we){return we===94&&"_hiddenFootnoteSupport"in ge.parser.constructs?ie(we):re(we)}}const je={name:"hardBreakEscape",tokenize:it};function it(x,re,ie){return ge;function ge(Ee){return x.enter("hardBreakEscape"),x.consume(Ee),be}function be(Ee){return ra(Ee)?(x.exit("hardBreakEscape"),re(Ee)):ie(Ee)}}const Dt={name:"codeText",tokenize:jn,resolve:qt,previous:rn};function qt(x){let re=x.length-4,ie=3,ge,be;if((x[ie][1].type==="lineEnding"||x[ie][1].type==="space")&&(x[re][1].type==="lineEnding"||x[re][1].type==="space")){for(ge=ie;++ge<re;)if(x[ge][1].type==="codeTextData"){x[ie][1].type="codeTextPadding",x[re][1].type="codeTextPadding",ie+=2,re-=2;break}}for(ge=ie-1,re++;++ge<=re;)be===void 0?ge!==re&&x[ge][1].type!=="lineEnding"&&(be=ge):(ge===re||x[ge][1].type==="lineEnding")&&(x[be][1].type="codeTextData",ge!==be+2&&(x[be][1].end=x[ge-1][1].end,x.splice(be+2,ge-be-2),re-=ge-be-2,ge=be+2),be=void 0);return x}function rn(x){return x!==96||this.events[this.events.length-1][1].type==="characterEscape"}function jn(x,re,ie){const ge=this;let be=0,Ee,we;return ke;function ke(lt){return x.enter("codeText"),x.enter("codeTextSequence"),Ve(lt)}function Ve(lt){return lt===96?(x.consume(lt),be++,Ve):(x.exit("codeTextSequence"),qe(lt))}function qe(lt){return lt===null?ie(lt):lt===32?(x.enter("space"),x.consume(lt),x.exit("space"),qe):lt===96?(we=x.enter("codeTextSequence"),Ee=0,dt(lt)):ra(lt)?(x.enter("lineEnding"),x.consume(lt),x.exit("lineEnding"),qe):(x.enter("codeTextData"),Ye(lt))}function Ye(lt){return lt===null||lt===32||lt===96||ra(lt)?(x.exit("codeTextData"),qe(lt)):(x.consume(lt),Ye)}function dt(lt){return lt===96?(x.consume(lt),Ee++,dt):Ee===be?(x.exit("codeTextSequence"),x.exit("codeText"),re(lt)):(we.type="codeTextData",Ye(lt))}}const ca={42:fn,43:fn,45:fn,48:fn,49:fn,50:fn,51:fn,52:fn,53:fn,54:fn,55:fn,56:fn,57:fn,62:qa},na={91:$r},Wa={[-2]:ui,[-1]:ui,32:ui},oa={35:Hi,42:Ut,45:[Ms,Ut],60:Ts,61:Ms,95:Ut,96:Ua,126:Ua},Ya={38:Zs,92:es},za={[-5]:hl,[-4]:hl,[-3]:hl,33:Mu,38:Zs,42:cu,60:[Qu,Bu],91:Ne,92:[je,es],93:el,95:cu,96:Dt},gr={null:[cu,Rt]},oo={null:[42,95]},jr={null:[]};function So(x){const ie=ar([se,...(x||{}).extensions||[]]),ge={defined:[],lazy:{},constructs:ie,content:be(va),document:be(rr),flow:be(tt),string:be(Ue),text:be(Bt)};return ge;function be(Ee){return we;function we(ke){return It(ge,Ee,ke)}}}const Yr=/[\0\t\n\r]/g;function Ir(){let x=1,re="",ie=!0,ge;return be;function be(Ee,we,ke){const Ve=[];let qe,Ye,dt,lt,et;for(Ee=re+(typeof Ee=="string"?Ee.toString():new TextDecoder(we||void 0).decode(Ee)),dt=0,re="",ie&&(Ee.charCodeAt(0)===65279&&dt++,ie=void 0);dt<Ee.length;){if(Yr.lastIndex=dt,qe=Yr.exec(Ee),lt=qe&&qe.index!==void 0?qe.index:Ee.length,et=Ee.charCodeAt(lt),!qe){re=Ee.slice(dt);break}if(et===10&&dt===lt&&ge)Ve.push(-3),ge=void 0;else switch(ge&&(Ve.push(-5),ge=void 0),dt<lt&&(Ve.push(Ee.slice(dt,lt)),x+=lt-dt),et){case 0:{Ve.push(65533),x++;break}case 9:{for(Ye=Math.ceil(x/4)*4,Ve.push(-2);x++<Ye;)Ve.push(-1);break}case 10:{Ve.push(-4),x=1;break}default:ge=!0,x=1}dt=lt+1}return ke&&(ge&&Ve.push(-5),re&&Ve.push(re),Ve.push(null)),Ve}}function Ga(x,re){const ie=Number.parseInt(x,re);return ie<9||ie===11||ie>13&&ie<32||ie>126&&ie<160||ie>55295&&ie<57344||ie>64975&&ie<65008||(ie&65535)===65535||(ie&65535)===65534||ie>1114111?"\uFFFD":String.fromCodePoint(ie)}const Jo=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Wo(x){return x.replace(Jo,qo)}function qo(x,re,ie){if(re)return re;if(ie.charCodeAt(0)===35){const be=ie.charCodeAt(1),Ee=be===120||be===88;return Ga(ie.slice(Ee?2:1),Ee?16:10)}return Is(ie)||x}const ai={}.hasOwnProperty;function Ri(x,re,ie){return typeof re!="string"&&(ie=re,re=void 0),Ho(ie)(yn(So(ie).document().write(Ir()(x,re,!0))))}function Ho(x){const re={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:Ee(Gu),autolinkProtocol:bo,autolinkEmail:bo,atxHeading:Ee(Ml),blockQuote:Ee(Pl),characterEscape:bo,characterReference:bo,codeFenced:Ee(sl),codeFencedFenceInfo:we,codeFencedFenceMeta:we,codeIndented:Ee(sl,we),codeText:Ee(li,we),codeTextData:bo,data:bo,codeFlowValue:bo,definition:Ee(ll),definitionDestinationString:we,definitionLabelString:we,definitionTitleString:we,emphasis:Ee(iu),hardBreakEscape:Ee(xs),hardBreakTrailing:Ee(xs),htmlFlow:Ee(Qs,we),htmlFlowData:bo,htmlText:Ee(Qs,we),htmlTextData:bo,image:Ee(Bi),label:we,link:Ee(Gu),listItem:Ee(cl),listItemValue:lt,listOrdered:Ee(ul,dt),listUnordered:Ee(ul),paragraph:Ee(_u),reference:Et,referenceString:we,resourceDestinationString:we,resourceTitleString:we,setextHeading:Ee(Ml),strong:Ee(Nc),thematicBreak:Ee(yu)},exit:{atxHeading:Ve(),atxHeadingSequence:Cr,autolink:Ve(),autolinkEmail:Vi,autolinkProtocol:bu,blockQuote:Ve(),characterEscapeValue:Mo,characterReferenceMarkerHexadecimal:js,characterReferenceMarkerNumeric:js,characterReferenceValue:Yl,codeFenced:Ve(Za),codeFencedFence:Ca,codeFencedFenceInfo:et,codeFencedFenceMeta:ia,codeFlowValue:Mo,codeIndented:Ve(Rn),codeText:Ve(eo),codeTextData:Mo,data:Mo,definition:Ve(),definitionDestinationString:vo,definitionLabelString:Da,definitionTitleString:Ea,emphasis:Ve(),hardBreakEscape:Ve(yo),hardBreakTrailing:Ve(yo),htmlFlow:Ve(sr),htmlFlowData:Mo,htmlText:Ve(io),htmlTextData:Mo,image:Ve(xi),label:Wi,labelText:Zi,lineEnding:_i,link:Ve(gi),listItem:Ve(),listOrdered:Ve(),listUnordered:Ve(),paragraph:Ve(),referenceString:is,resourceDestinationString:pt,resourceTitleString:qi,resource:Ds,setextHeading:Ve(Do),setextHeadingLineSequence:yr,setextHeadingText:hn,strong:Ve(),thematicBreak:Ve()}};ri(re,(x||{}).mdastExtensions||[]);const ie={};return ge;function ge(vn){let Ta={type:"root",children:[]};const to={stack:[Ta],tokenStack:[],config:re,enter:ke,exit:qe,buffer:we,resume:Ye,data:ie},$o=[];let ii=-1;for(;++ii<vn.length;)if(vn[ii][1].type==="listOrdered"||vn[ii][1].type==="listUnordered")if(vn[ii][0]==="enter")$o.push(ii);else{const Ss=$o.pop();ii=be(vn,Ss,ii)}for(ii=-1;++ii<vn.length;){const Ss=re[vn[ii][0]];ai.call(Ss,vn[ii][1].type)&&Ss[vn[ii][1].type].call(Object.assign({sliceSerialize:vn[ii][2].sliceSerialize},to),vn[ii][1])}if(to.tokenStack.length>0){const Ss=to.tokenStack[to.tokenStack.length-1];(Ss[1]||Ko).call(to,void 0,Ss[0])}for(Ta.position={start:Zr(vn.length>0?vn[0][1].start:{line:1,column:1,offset:0}),end:Zr(vn.length>0?vn[vn.length-2][1].end:{line:1,column:1,offset:0})},ii=-1;++ii<re.transforms.length;)Ta=re.transforms[ii](Ta)||Ta;return Ta}function be(vn,Ta,to){let $o=Ta-1,ii=-1,Ss=!1,dl,As,Ql,su;for(;++$o<=to;){const Ks=vn[$o];switch(Ks[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ks[0]==="enter"?ii++:ii--,su=void 0;break}case"lineEndingBlank":{Ks[0]==="enter"&&(dl&&!su&&!ii&&!Ql&&(Ql=$o),su=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:su=void 0}if(!ii&&Ks[0]==="enter"&&Ks[1].type==="listItemPrefix"||ii===-1&&Ks[0]==="exit"&&(Ks[1].type==="listUnordered"||Ks[1].type==="listOrdered")){if(dl){let Eu=$o;for(As=void 0;Eu--;){const Fl=vn[Eu];if(Fl[1].type==="lineEnding"||Fl[1].type==="lineEndingBlank"){if(Fl[0]==="exit")continue;As&&(vn[As][1].type="lineEndingBlank",Ss=!0),Fl[1].type="lineEnding",As=Eu}else if(!(Fl[1].type==="linePrefix"||Fl[1].type==="blockQuotePrefix"||Fl[1].type==="blockQuotePrefixWhitespace"||Fl[1].type==="blockQuoteMarker"||Fl[1].type==="listItemIndent"))break}Ql&&(!As||Ql<As)&&(dl._spread=!0),dl.end=Object.assign({},As?vn[As][1].start:Ks[1].end),vn.splice(As||$o,0,["exit",dl,Ks[2]]),$o++,to++}if(Ks[1].type==="listItemPrefix"){const Eu={type:"listItem",_spread:!1,start:Object.assign({},Ks[1].start),end:void 0};dl=Eu,vn.splice($o,0,["enter",Eu,Ks[2]]),$o++,to++,Ql=void 0,su=!0}}}return vn[Ta][1]._spread=Ss,to}function Ee(vn,Ta){return to;function to($o){ke.call(this,vn($o),$o),Ta&&Ta.call(this,$o)}}function we(){this.stack.push({type:"fragment",children:[]})}function ke(vn,Ta,to){this.stack[this.stack.length-1].children.push(vn),this.stack.push(vn),this.tokenStack.push([Ta,to]),vn.position={start:Zr(Ta.start),end:void 0}}function Ve(vn){return Ta;function Ta(to){vn&&vn.call(this,to),qe.call(this,to)}}function qe(vn,Ta){const to=this.stack.pop(),$o=this.tokenStack.pop();if($o)$o[0].type!==vn.type&&(Ta?Ta.call(this,vn,$o[0]):($o[1]||Ko).call(this,vn,$o[0]));else throw new Error("Cannot close `"+vn.type+"` ("+jt({start:vn.start,end:vn.end})+"): it\u2019s not open");to.position.end=Zr(vn.end)}function Ye(){return Bo(this.stack.pop())}function dt(){this.data.expectingFirstListItemValue=!0}function lt(vn){if(this.data.expectingFirstListItemValue){const Ta=this.stack[this.stack.length-2];Ta.start=Number.parseInt(this.sliceSerialize(vn),10),this.data.expectingFirstListItemValue=void 0}}function et(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.lang=vn}function ia(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.meta=vn}function Ca(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function Za(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.value=vn.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function Rn(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.value=vn.replace(/(\r?\n|\r)$/g,"")}function Da(vn){const Ta=this.resume(),to=this.stack[this.stack.length-1];to.label=Ta,to.identifier=hr(this.sliceSerialize(vn)).toLowerCase()}function Ea(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.title=vn}function vo(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.url=vn}function Cr(vn){const Ta=this.stack[this.stack.length-1];if(!Ta.depth){const to=this.sliceSerialize(vn).length;Ta.depth=to}}function hn(){this.data.setextHeadingSlurpLineEnding=!0}function yr(vn){const Ta=this.stack[this.stack.length-1];Ta.depth=this.sliceSerialize(vn).codePointAt(0)===61?1:2}function Do(){this.data.setextHeadingSlurpLineEnding=void 0}function bo(vn){const to=this.stack[this.stack.length-1].children;let $o=to[to.length-1];(!$o||$o.type!=="text")&&($o=Rc(),$o.position={start:Zr(vn.start),end:void 0},to.push($o)),this.stack.push($o)}function Mo(vn){const Ta=this.stack.pop();Ta.value+=this.sliceSerialize(vn),Ta.position.end=Zr(vn.end)}function _i(vn){const Ta=this.stack[this.stack.length-1];if(this.data.atHardBreak){const to=Ta.children[Ta.children.length-1];to.position.end=Zr(vn.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&re.canContainEols.includes(Ta.type)&&(bo.call(this,vn),Mo.call(this,vn))}function yo(){this.data.atHardBreak=!0}function sr(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.value=vn}function io(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.value=vn}function eo(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.value=vn}function gi(){const vn=this.stack[this.stack.length-1];if(this.data.inReference){const Ta=this.data.referenceType||"shortcut";vn.type+="Reference",vn.referenceType=Ta,delete vn.url,delete vn.title}else delete vn.identifier,delete vn.label;this.data.referenceType=void 0}function xi(){const vn=this.stack[this.stack.length-1];if(this.data.inReference){const Ta=this.data.referenceType||"shortcut";vn.type+="Reference",vn.referenceType=Ta,delete vn.url,delete vn.title}else delete vn.identifier,delete vn.label;this.data.referenceType=void 0}function Zi(vn){const Ta=this.sliceSerialize(vn),to=this.stack[this.stack.length-2];to.label=Wo(Ta),to.identifier=hr(Ta).toLowerCase()}function Wi(){const vn=this.stack[this.stack.length-1],Ta=this.resume(),to=this.stack[this.stack.length-1];if(this.data.inReference=!0,to.type==="link"){const $o=vn.children;to.children=$o}else to.alt=Ta}function pt(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.url=vn}function qi(){const vn=this.resume(),Ta=this.stack[this.stack.length-1];Ta.title=vn}function Ds(){this.data.inReference=void 0}function Et(){this.data.referenceType="collapsed"}function is(vn){const Ta=this.resume(),to=this.stack[this.stack.length-1];to.label=Ta,to.identifier=hr(this.sliceSerialize(vn)).toLowerCase(),this.data.referenceType="full"}function js(vn){this.data.characterReferenceType=vn.type}function Yl(vn){const Ta=this.sliceSerialize(vn),to=this.data.characterReferenceType;let $o;to?($o=Ga(Ta,to==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):$o=Is(Ta);const ii=this.stack.pop();ii.value+=$o,ii.position.end=Zr(vn.end)}function bu(vn){Mo.call(this,vn);const Ta=this.stack[this.stack.length-1];Ta.url=this.sliceSerialize(vn)}function Vi(vn){Mo.call(this,vn);const Ta=this.stack[this.stack.length-1];Ta.url="mailto:"+this.sliceSerialize(vn)}function Pl(){return{type:"blockquote",children:[]}}function sl(){return{type:"code",lang:null,meta:null,value:""}}function li(){return{type:"inlineCode",value:""}}function ll(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function iu(){return{type:"emphasis",children:[]}}function Ml(){return{type:"heading",depth:0,children:[]}}function xs(){return{type:"break"}}function Qs(){return{type:"html",value:""}}function Bi(){return{type:"image",title:null,url:"",alt:null}}function Gu(){return{type:"link",title:null,url:"",children:[]}}function ul(vn){return{type:"list",ordered:vn.type==="listOrdered",start:null,spread:vn._spread,children:[]}}function cl(vn){return{type:"listItem",spread:vn._spread,checked:null,children:[]}}function _u(){return{type:"paragraph",children:[]}}function Nc(){return{type:"strong",children:[]}}function Rc(){return{type:"text",value:""}}function yu(){return{type:"thematicBreak"}}}function Zr(x){return{line:x.line,column:x.column,offset:x.offset}}function ri(x,re){let ie=-1;for(;++ie<re.length;){const ge=re[ie];Array.isArray(ge)?ri(x,ge):hi(x,ge)}}function hi(x,re){let ie;for(ie in re)if(ai.call(re,ie))switch(ie){case"canContainEols":{const ge=re[ie];ge&&x[ie].push(...ge);break}case"transforms":{const ge=re[ie];ge&&x[ie].push(...ge);break}case"enter":case"exit":{const ge=re[ie];ge&&Object.assign(x[ie],ge);break}}}function Ko(x,re){throw x?new Error("Cannot close `"+x.type+"` ("+jt({start:x.start,end:x.end})+"): a different token (`"+re.type+"`, "+jt({start:re.start,end:re.end})+") is open"):new Error("Cannot close document, a token (`"+re.type+"`, "+jt({start:re.start,end:re.end})+") is still open")}function po(x){const re=this;re.parser=ie;function ie(ge){return Ri(ge,Oc(Ul(Ul({},re.data("settings")),x),{extensions:re.data("micromarkExtensions")||[],mdastExtensions:re.data("fromMarkdownExtensions")||[]}))}}const zo=-1,Ar=0,ci=1,xo=2,Pi=3,ji=4,Ii=5,ts=6,cs=7,Oo=8,ns=typeof self=="object"?self:globalThis,Ci=(x,re)=>{const ie=(be,Ee)=>(x.set(Ee,be),be),ge=be=>{if(x.has(be))return x.get(be);const[Ee,we]=re[be];switch(Ee){case Ar:case zo:return ie(we,be);case ci:{const ke=ie([],be);for(const Ve of we)ke.push(ge(Ve));return ke}case xo:{const ke=ie({},be);for(const[Ve,qe]of we)ke[ge(Ve)]=ge(qe);return ke}case Pi:return ie(new Date(we),be);case ji:{const{source:ke,flags:Ve}=we;return ie(new RegExp(ke,Ve),be)}case Ii:{const ke=ie(new Map,be);for(const[Ve,qe]of we)ke.set(ge(Ve),ge(qe));return ke}case ts:{const ke=ie(new Set,be);for(const Ve of we)ke.add(ge(Ve));return ke}case cs:{const{name:ke,message:Ve}=we;return ie(new ns[ke](Ve),be)}case Oo:return ie(BigInt(we),be);case"BigInt":return ie(Object(BigInt(we)),be)}return ie(new ns[Ee](we),be)};return ge},Vo=x=>Ci(new Map,x)(0),si="",{toString:Ns}={},{keys:tl}=Object,Rs=x=>{const re=typeof x;if(re!=="object"||!x)return[Ar,re];const ie=Ns.call(x).slice(8,-1);switch(ie){case"Array":return[ci,si];case"Object":return[xo,si];case"Date":return[Pi,si];case"RegExp":return[ji,si];case"Map":return[Ii,si];case"Set":return[ts,si]}return ie.includes("Array")?[ci,ie]:ie.includes("Error")?[cs,ie]:[xo,ie]},zi=([x,re])=>x===Ar&&(re==="function"||re==="symbol"),$i=(x,re,ie,ge)=>{const be=(we,ke)=>{const Ve=ge.push(we)-1;return ie.set(ke,Ve),Ve},Ee=we=>{if(ie.has(we))return ie.get(we);let[ke,Ve]=Rs(we);switch(ke){case Ar:{let Ye=we;switch(Ve){case"bigint":ke=Oo,Ye=we.toString();break;case"function":case"symbol":if(x)throw new TypeError("unable to serialize "+Ve);Ye=null;break;case"undefined":return be([zo],we)}return be([ke,Ye],we)}case ci:{if(Ve)return be([Ve,[...we]],we);const Ye=[],dt=be([ke,Ye],we);for(const lt of we)Ye.push(Ee(lt));return dt}case xo:{if(Ve)switch(Ve){case"BigInt":return be([Ve,we.toString()],we);case"Boolean":case"Number":case"String":return be([Ve,we.valueOf()],we)}if(re&&"toJSON"in we)return Ee(we.toJSON());const Ye=[],dt=be([ke,Ye],we);for(const lt of tl(we))(x||!zi(Rs(we[lt])))&&Ye.push([Ee(lt),Ee(we[lt])]);return dt}case Pi:return be([ke,we.toISOString()],we);case ji:{const{source:Ye,flags:dt}=we;return be([ke,{source:Ye,flags:dt}],we)}case Ii:{const Ye=[],dt=be([ke,Ye],we);for(const[lt,et]of we)(x||!(zi(Rs(lt))||zi(Rs(et))))&&Ye.push([Ee(lt),Ee(et)]);return dt}case ts:{const Ye=[],dt=be([ke,Ye],we);for(const lt of we)(x||!zi(Rs(lt)))&&Ye.push(Ee(lt));return dt}}const{message:qe}=we;return be([ke,{name:Ve,message:qe}],we)};return Ee},bs=(x,{json:re,lossy:ie}={})=>{const ge=[];return $i(!(re||ie),!!re,new Map,ge)(x),ge};var Li=typeof structuredClone=="function"?(x,re)=>re&&("json"in re||"lossy"in re)?Vo(bs(x,re)):structuredClone(x):(x,re)=>Vo(bs(x,re));function ei(x,re){const ie=encode(Sr(x||""));if(!re)return ie;const ge=ie.indexOf(":"),be=ie.indexOf("?"),Ee=ie.indexOf("#"),we=ie.indexOf("/");return ge<0||we>-1&&ge>we||be>-1&&ge>be||Ee>-1&&ge>Ee||re.test(ie.slice(0,ge))?ie:""}function Sr(x){const re=[];let ie=-1,ge=0,be=0;for(;++ie<x.length;){const Ee=x.charCodeAt(ie);let we="";if(Ee===37&&Sa(x.charCodeAt(ie+1))&&Sa(x.charCodeAt(ie+2)))be=2;else if(Ee<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(Ee))||(we=String.fromCharCode(Ee));else if(Ee>55295&&Ee<57344){const ke=x.charCodeAt(ie+1);Ee<56320&&ke>56319&&ke<57344?(we=String.fromCharCode(Ee,ke),be=1):we="\uFFFD"}else we=String.fromCharCode(Ee);we&&(re.push(x.slice(ge,ie),encodeURIComponent(we)),ge=ie+be+1,we=""),be&&(ie+=be,be=0)}return re.join("")+x.slice(ge)}function Ti(x,re){const ie=[{type:"text",value:"\u21A9"}];return re>1&&ie.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(re)}]}),ie}function as(x,re){return"Back to reference "+(x+1)+(re>1?"-"+re:"")}function Bs(x){const re=typeof x.options.clobberPrefix=="string"?x.options.clobberPrefix:"user-content-",ie=x.options.footnoteBackContent||Ti,ge=x.options.footnoteBackLabel||as,be=x.options.footnoteLabel||"Footnotes",Ee=x.options.footnoteLabelTagName||"h2",we=x.options.footnoteLabelProperties||{className:["sr-only"]},ke=[];let Ve=-1;for(;++Ve<x.footnoteOrder.length;){const qe=x.footnoteById.get(x.footnoteOrder[Ve]);if(!qe)continue;const Ye=x.all(qe),dt=String(qe.identifier).toUpperCase(),lt=Sr(dt.toLowerCase());let et=0;const ia=[],Ca=x.footnoteCounts.get(dt);for(;Ca!==void 0&&++et<=Ca;){ia.length>0&&ia.push({type:"text",value:" "});let Da=typeof ie=="string"?ie:ie(Ve,et);typeof Da=="string"&&(Da={type:"text",value:Da}),ia.push({type:"element",tagName:"a",properties:{href:"#"+re+"fnref-"+lt+(et>1?"-"+et:""),dataFootnoteBackref:"",ariaLabel:typeof ge=="string"?ge:ge(Ve,et),className:["data-footnote-backref"]},children:Array.isArray(Da)?Da:[Da]})}const Za=Ye[Ye.length-1];if(Za&&Za.type==="element"&&Za.tagName==="p"){const Da=Za.children[Za.children.length-1];Da&&Da.type==="text"?Da.value+=" ":Za.children.push({type:"text",value:" "}),Za.children.push(...ia)}else Ye.push(...ia);const Rn={type:"element",tagName:"li",properties:{id:re+"fn-"+lt},children:x.wrap(Ye,!0)};x.patch(qe,Rn),ke.push(Rn)}if(ke.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:Ee,properties:Oc(Ul({},Li(we)),{id:"footnote-label"}),children:[{type:"text",value:be}]},{type:"text",value:`
|
|
|
`},{type:"element",tagName:"ol",properties:{},children:x.wrap(ke,!0)},{type:"text",value:`
|
|
|
`}]}}const vl=function(x,re,ie,ge,be){const Ee=Us(re);if(ie!=null&&(typeof ie!="number"||ie<0||ie===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(ge!=null&&(!vl(ge)||!ge.children))throw new Error("Expected parent node");if(ge==null!=(ie==null))throw new Error("Expected both parent and index");return Qi(x)?Ee.call(be,x,ie,ge):!1},Us=function(x){if(x==null)return Gs;if(typeof x=="function")return Al(x);if(typeof x=="object")return Array.isArray(x)?Cu(x):eu(x);if(typeof x=="string")return zs(x);throw new Error("Expected function, string, or object as test")};function Cu(x){const re=[];let ie=-1;for(;++ie<x.length;)re[ie]=Us(x[ie]);return Al(ge);function ge(...be){let Ee=-1;for(;++Ee<re.length;)if(re[Ee].apply(this,be))return!0;return!1}}function eu(x){const re=x;return Al(ie);function ie(ge){const be=ge;let Ee;for(Ee in x)if(be[Ee]!==re[Ee])return!1;return!0}}function zs(x){return Al(re);function re(ie){return ie&&ie.type===x}}function Al(x){return re;function re(ie,ge,be){return!!(Qi(ie)&&x.call(this,ie,typeof ge=="number"?ge:void 0,be||void 0))}}function Gs(){return!0}function Qi(x){return x!==null&&typeof x=="object"&&"type"in x}function Gl(x){return x}const Ls=[],wu=!0,xu=!1,_l="skip";function Os(x,re,ie,ge){let be;typeof re=="function"&&typeof ie!="function"?(ge=ie,ie=re):be=re;const Ee=Us(be),we=ge?-1:1;ke(x,void 0,[])();function ke(Ve,qe,Ye){const dt=Ve&&typeof Ve=="object"?Ve:{};if(typeof dt.type=="string"){const et=typeof dt.tagName=="string"?dt.tagName:typeof dt.name=="string"?dt.name:void 0;Object.defineProperty(lt,"name",{value:"node ("+(Ve.type+(et?"<"+et+">":""))+")"})}return lt;function lt(){let et=Ls,ia,Ca,Za;if((!re||Ee(Ve,qe,Ye[Ye.length-1]||void 0))&&(et=bl(ie(Ve,Ye)),et[0]===xu))return et;if("children"in Ve&&Ve.children){const Rn=Ve;if(Rn.children&&et[0]!==_l)for(Ca=(ge?Rn.children.length:-1)+we,Za=Ye.concat(Rn);Ca>-1&&Ca<Rn.children.length;){const Da=Rn.children[Ca];if(ia=ke(Da,Ca,Za)(),ia[0]===xu)return ia;Ca=typeof ia[1]=="number"?ia[1]:Ca+we}}return et}}}function bl(x){return Array.isArray(x)?x:typeof x=="number"?[wu,x]:x==null?Ls:[x]}function Au(x,re,ie,ge){let be,Ee,we;typeof re=="function"&&typeof ie!="function"?(Ee=void 0,we=re,be=ie):(Ee=re,we=ie,be=ge),Os(x,Ee,ke,be);function ke(Ve,qe){const Ye=qe[qe.length-1],dt=Ye?Ye.children.indexOf(Ve):void 0;return we(Ve,dt,Ye)}}function nl(x,re){const ie={type:"element",tagName:"blockquote",properties:{},children:x.wrap(x.all(re),!0)};return x.patch(re,ie),x.applyData(re,ie)}function ys(x,re){const ie={type:"element",tagName:"br",properties:{},children:[]};return x.patch(re,ie),[x.applyData(re,ie),{type:"text",value:`
|
|
|
`}]}function Tu(x,re){const ie=re.value?re.value+`
|
|
|
`:"",ge={};re.lang&&(ge.className=["language-"+re.lang]);let be={type:"element",tagName:"code",properties:ge,children:[{type:"text",value:ie}]};return re.meta&&(be.data={meta:re.meta}),x.patch(re,be),be=x.applyData(re,be),be={type:"element",tagName:"pre",properties:{},children:[be]},x.patch(re,be),be}function tu(x,re){const ie={type:"element",tagName:"del",properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}function Tl(x,re){const ie={type:"element",tagName:"em",properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}function Oi(x,re){const ie=typeof x.options.clobberPrefix=="string"?x.options.clobberPrefix:"user-content-",ge=String(re.identifier).toUpperCase(),be=Sr(ge.toLowerCase()),Ee=x.footnoteOrder.indexOf(ge);let we,ke=x.footnoteCounts.get(ge);ke===void 0?(ke=0,x.footnoteOrder.push(ge),we=x.footnoteOrder.length):we=Ee+1,ke+=1,x.footnoteCounts.set(ge,ke);const Ve={type:"element",tagName:"a",properties:{href:"#"+ie+"fn-"+be,id:ie+"fnref-"+be+(ke>1?"-"+ke:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(we)}]};x.patch(re,Ve);const qe={type:"element",tagName:"sup",properties:{},children:[Ve]};return x.patch(re,qe),x.applyData(re,qe)}function Yo(x,re){const ie={type:"element",tagName:"h"+re.depth,properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}function Ws(x,re){if(x.options.allowDangerousHtml){const ie={type:"raw",value:re.value};return x.patch(re,ie),x.applyData(re,ie)}}function Vs(x,re){const ie=re.referenceType;let ge="]";if(ie==="collapsed"?ge+="[]":ie==="full"&&(ge+="["+(re.label||re.identifier)+"]"),re.type==="imageReference")return[{type:"text",value:"!["+re.alt+ge}];const be=x.all(re),Ee=be[0];Ee&&Ee.type==="text"?Ee.value="["+Ee.value:be.unshift({type:"text",value:"["});const we=be[be.length-1];return we&&we.type==="text"?we.value+=ge:be.push({type:"text",value:ge}),be}function nu(x,re){const ie=String(re.identifier).toUpperCase(),ge=x.definitionById.get(ie);if(!ge)return Vs(x,re);const be={src:Sr(ge.url||""),alt:re.alt};ge.title!==null&&ge.title!==void 0&&(be.title=ge.title);const Ee={type:"element",tagName:"img",properties:be,children:[]};return x.patch(re,Ee),x.applyData(re,Ee)}function gu(x,re){const ie={src:Sr(re.url)};re.alt!==null&&re.alt!==void 0&&(ie.alt=re.alt),re.title!==null&&re.title!==void 0&&(ie.title=re.title);const ge={type:"element",tagName:"img",properties:ie,children:[]};return x.patch(re,ge),x.applyData(re,ge)}function au(x,re){const ie={type:"text",value:re.value.replace(/\r?\n|\r/g," ")};x.patch(re,ie);const ge={type:"element",tagName:"code",properties:{},children:[ie]};return x.patch(re,ge),x.applyData(re,ge)}function _s(x,re){const ie=String(re.identifier).toUpperCase(),ge=x.definitionById.get(ie);if(!ge)return Vs(x,re);const be={href:Sr(ge.url||"")};ge.title!==null&&ge.title!==void 0&&(be.title=ge.title);const Ee={type:"element",tagName:"a",properties:be,children:x.all(re)};return x.patch(re,Ee),x.applyData(re,Ee)}function Hl(x,re){const ie={href:Sr(re.url)};re.title!==null&&re.title!==void 0&&(ie.title=re.title);const ge={type:"element",tagName:"a",properties:ie,children:x.all(re)};return x.patch(re,ge),x.applyData(re,ge)}function Iu(x,re,ie){const ge=x.all(re),be=ie?ru(ie):ou(re),Ee={},we=[];if(typeof re.checked=="boolean"){const Ye=ge[0];let dt;Ye&&Ye.type==="element"&&Ye.tagName==="p"?dt=Ye:(dt={type:"element",tagName:"p",properties:{},children:[]},ge.unshift(dt)),dt.children.length>0&&dt.children.unshift({type:"text",value:" "}),dt.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:re.checked,disabled:!0},children:[]}),Ee.className=["task-list-item"]}let ke=-1;for(;++ke<ge.length;){const Ye=ge[ke];(be||ke!==0||Ye.type!=="element"||Ye.tagName!=="p")&&we.push({type:"text",value:`
|
|
|
`}),Ye.type==="element"&&Ye.tagName==="p"&&!be?we.push(...Ye.children):we.push(Ye)}const Ve=ge[ge.length-1];Ve&&(be||Ve.type!=="element"||Ve.tagName!=="p")&&we.push({type:"text",value:`
|
|
|
`});const qe={type:"element",tagName:"li",properties:Ee,children:we};return x.patch(re,qe),x.applyData(re,qe)}function ru(x){let re=!1;if(x.type==="list"){re=x.spread||!1;const ie=x.children;let ge=-1;for(;!re&&++ge<ie.length;)re=ou(ie[ge])}return re}function ou(x){const re=x.spread;return re==null?x.children.length>1:re}function pu(x,re){const ie={},ge=x.all(re);let be=-1;for(typeof re.start=="number"&&re.start!==1&&(ie.start=re.start);++be<ge.length;){const we=ge[be];if(we.type==="element"&&we.tagName==="li"&&we.properties&&Array.isArray(we.properties.className)&&we.properties.className.includes("task-list-item")){ie.className=["contains-task-list"];break}}const Ee={type:"element",tagName:re.ordered?"ol":"ul",properties:ie,children:x.wrap(ge,!0)};return x.patch(re,Ee),x.applyData(re,Ee)}function mu(x,re){const ie={type:"element",tagName:"p",properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}function al(x,re){const ie={type:"root",children:x.wrap(x.all(re))};return x.patch(re,ie),x.applyData(re,ie)}function $l(x,re){const ie={type:"element",tagName:"strong",properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}function Il(x,re){const ie=x.all(re),ge=ie.shift(),be=[];if(ge){const we={type:"element",tagName:"thead",properties:{},children:x.wrap([ge],!0)};x.patch(re.children[0],we),be.push(we)}if(ie.length>0){const we={type:"element",tagName:"tbody",properties:{},children:x.wrap(ie,!0)},ke=Ge(re.children[1]),Ve=_e(re.children[re.children.length-1]);ke&&Ve&&(we.position={start:ke,end:Ve}),be.push(we)}const Ee={type:"element",tagName:"table",properties:{},children:x.wrap(be,!0)};return x.patch(re,Ee),x.applyData(re,Ee)}function jl(x,re,ie){const ge=ie?ie.children:void 0,Ee=(ge?ge.indexOf(re):1)===0?"th":"td",we=ie&&ie.type==="table"?ie.align:void 0,ke=we?we.length:re.children.length;let Ve=-1;const qe=[];for(;++Ve<ke;){const dt=re.children[Ve],lt={},et=we?we[Ve]:void 0;et&&(lt.align=et);let ia={type:"element",tagName:Ee,properties:lt,children:[]};dt&&(ia.children=x.all(dt),x.patch(dt,ia),ia=x.applyData(dt,ia)),qe.push(ia)}const Ye={type:"element",tagName:"tr",properties:{},children:x.wrap(qe,!0)};return x.patch(re,Ye),x.applyData(re,Ye)}function Kl(x,re){const ie={type:"element",tagName:"td",properties:{},children:x.all(re)};return x.patch(re,ie),x.applyData(re,ie)}const fu=9,Hs=32;function hu(x){const re=String(x),ie=/\r?\n|\r/g;let ge=ie.exec(re),be=0;const Ee=[];for(;ge;)Ee.push(ds(re.slice(be,ge.index),be>0,!0),ge[0]),be=ge.index+ge[0].length,ge=ie.exec(re);return Ee.push(ds(re.slice(be),be>0,!1)),Ee.join("")}function ds(x,re,ie){let ge=0,be=x.length;if(re){let Ee=x.codePointAt(ge);for(;Ee===fu||Ee===Hs;)ge++,Ee=x.codePointAt(ge)}if(ie){let Ee=x.codePointAt(be-1);for(;Ee===fu||Ee===Hs;)be--,Ee=x.codePointAt(be-1)}return be>ge?x.slice(ge,be):""}function Nl(x,re){const ie={type:"text",value:hu(String(re.value))};return x.patch(re,ie),x.applyData(re,ie)}function Su(x,re){const ie={type:"element",tagName:"hr",properties:{},children:[]};return x.patch(re,ie),x.applyData(re,ie)}const Nu={blockquote:nl,break:ys,code:Tu,delete:tu,emphasis:Tl,footnoteReference:Oi,heading:Yo,html:Ws,imageReference:nu,image:gu,inlineCode:au,linkReference:_s,link:Hl,listItem:Iu,list:pu,paragraph:mu,root:al,strong:$l,table:Il,tableCell:Kl,tableRow:jl,text:Nl,thematicBreak:Su,toml:Rl,yaml:Rl,definition:Rl,footnoteDefinition:Rl};function Rl(){}const gs={}.hasOwnProperty,Ll={};function vu(x,re){const ie=re||Ll,ge=new Map,be=new Map,Ee=new Map,we=Ul(Ul({},Nu),ie.handlers),ke={all:qe,applyData:ve,definitionById:ge,footnoteById:be,footnoteCounts:Ee,footnoteOrder:[],handlers:we,one:Ve,options:ie,patch:Se,wrap:Re};return Au(x,function(Ye){if(Ye.type==="definition"||Ye.type==="footnoteDefinition"){const dt=Ye.type==="definition"?ge:be,lt=String(Ye.identifier).toUpperCase();dt.has(lt)||dt.set(lt,Ye)}}),ke;function Ve(Ye,dt){const lt=Ye.type,et=ke.handlers[lt];if(gs.call(ke.handlers,lt)&&et)return et(ke,Ye,dt);if(ke.options.passThrough&&ke.options.passThrough.includes(lt)){if("children"in Ye){const Ca=Ye,{children:Za}=Ca,Rn=$c(Ca,["children"]),Da=Li(Rn);return Da.children=ke.all(Ye),Da}return Li(Ye)}return(ke.options.unknownHandler||xe)(ke,Ye,dt)}function qe(Ye){const dt=[];if("children"in Ye){const lt=Ye.children;let et=-1;for(;++et<lt.length;){const ia=ke.one(lt[et],Ye);if(ia){if(et&<[et-1].type==="break"&&(!Array.isArray(ia)&&ia.type==="text"&&(ia.value=ze(ia.value)),!Array.isArray(ia)&&ia.type==="element")){const Ca=ia.children[0];Ca&&Ca.type==="text"&&(Ca.value=ze(Ca.value))}Array.isArray(ia)?dt.push(...ia):dt.push(ia)}}}return dt}}function Se(x,re){x.position&&(re.position=un(x))}function ve(x,re){let ie=re;if(x&&x.data){const ge=x.data.hName,be=x.data.hChildren,Ee=x.data.hProperties;if(typeof ge=="string")if(ie.type==="element")ie.tagName=ge;else{const we="children"in ie?ie.children:[ie];ie={type:"element",tagName:ge,properties:{},children:we}}ie.type==="element"&&Ee&&Object.assign(ie.properties,Li(Ee)),"children"in ie&&ie.children&&be!==null&&be!==void 0&&(ie.children=be)}return ie}function xe(x,re){const ie=re.data||{},ge="value"in re&&!(gs.call(ie,"hProperties")||gs.call(ie,"hChildren"))?{type:"text",value:re.value}:{type:"element",tagName:"div",properties:{},children:x.all(re)};return x.patch(re,ge),x.applyData(re,ge)}function Re(x,re){const ie=[];let ge=-1;for(re&&ie.push({type:"text",value:`
|
|
|
`});++ge<x.length;)ge&&ie.push({type:"text",value:`
|
|
|
`}),ie.push(x[ge]);return re&&x.length>0&&ie.push({type:"text",value:`
|
|
|
`}),ie}function ze(x){let re=0,ie=x.charCodeAt(re);for(;ie===9||ie===32;)re++,ie=x.charCodeAt(re);return x.slice(re)}function He(x,re){const ie=vu(x,re),ge=ie.one(x,void 0),be=Bs(ie),Ee=Array.isArray(ge)?{type:"root",children:ge}:ge||{type:"root",children:[]};return be&&("children"in Ee,Ee.children.push({type:"text",value:`
|
|
|
`},be)),Ee}function Je(x,re){return x&&"run"in x?function(ie,ge){return jc(this,null,function*(){const be=He(ie,Ul({file:ge},re));yield x.run(be,ge)})}:function(ie,ge){return He(ie,Ul({file:ge},re||x))}}function ot(x){if(x)throw x}var rt=y(94470);function yt(x){if(typeof x!="object"||x===null)return!1;const re=Object.getPrototypeOf(x);return(re===null||re===Object.prototype||Object.getPrototypeOf(re)===null)&&!(Symbol.toStringTag in x)&&!(Symbol.iterator in x)}function Mt(){const x=[],re={run:ie,use:ge};return re;function ie(...be){let Ee=-1;const we=be.pop();if(typeof we!="function")throw new TypeError("Expected function as last argument, not "+we);ke(null,...be);function ke(Ve,...qe){const Ye=x[++Ee];let dt=-1;if(Ve){we(Ve);return}for(;++dt<be.length;)(qe[dt]===null||qe[dt]===void 0)&&(qe[dt]=be[dt]);be=qe,Ye?Nt(Ye,ke)(...qe):we(null,...qe)}}function ge(be){if(typeof be!="function")throw new TypeError("Expected `middelware` to be a function, not "+be);return x.push(be),re}}function Nt(x,re){let ie;return ge;function ge(...we){const ke=x.length>we.length;let Ve;ke&&we.push(be);try{Ve=x.apply(this,we)}catch(qe){const Ye=qe;if(ke&&ie)throw Ye;return be(Ye)}ke||(Ve&&Ve.then&&typeof Ve.then=="function"?Ve.then(Ee,be):Ve instanceof Error?be(Ve):Ee(Ve))}function be(we,...ke){ie||(ie=!0,re(we,...ke))}function Ee(we){be(null,we)}}const Yt={basename:en,dirname:nn,extname:kn,join:xn,sep:"/"};function en(x,re){if(re!==void 0&&typeof re!="string")throw new TypeError('"ext" argument must be a string');zn(x);let ie=0,ge=-1,be=x.length,Ee;if(re===void 0||re.length===0||re.length>x.length){for(;be--;)if(x.codePointAt(be)===47){if(Ee){ie=be+1;break}}else ge<0&&(Ee=!0,ge=be+1);return ge<0?"":x.slice(ie,ge)}if(re===x)return"";let we=-1,ke=re.length-1;for(;be--;)if(x.codePointAt(be)===47){if(Ee){ie=be+1;break}}else we<0&&(Ee=!0,we=be+1),ke>-1&&(x.codePointAt(be)===re.codePointAt(ke--)?ke<0&&(ge=be):(ke=-1,ge=we));return ie===ge?ge=we:ge<0&&(ge=x.length),x.slice(ie,ge)}function nn(x){if(zn(x),x.length===0)return".";let re=-1,ie=x.length,ge;for(;--ie;)if(x.codePointAt(ie)===47){if(ge){re=ie;break}}else ge||(ge=!0);return re<0?x.codePointAt(0)===47?"/":".":re===1&&x.codePointAt(0)===47?"//":x.slice(0,re)}function kn(x){zn(x);let re=x.length,ie=-1,ge=0,be=-1,Ee=0,we;for(;re--;){const ke=x.codePointAt(re);if(ke===47){if(we){ge=re+1;break}continue}ie<0&&(we=!0,ie=re+1),ke===46?be<0?be=re:Ee!==1&&(Ee=1):be>-1&&(Ee=-1)}return be<0||ie<0||Ee===0||Ee===1&&be===ie-1&&be===ge+1?"":x.slice(be,ie)}function xn(...x){let re=-1,ie;for(;++re<x.length;)zn(x[re]),x[re]&&(ie=ie===void 0?x[re]:ie+"/"+x[re]);return ie===void 0?".":Mn(ie)}function Mn(x){zn(x);const re=x.codePointAt(0)===47;let ie=An(x,!re);return ie.length===0&&!re&&(ie="."),ie.length>0&&x.codePointAt(x.length-1)===47&&(ie+="/"),re?"/"+ie:ie}function An(x,re){let ie="",ge=0,be=-1,Ee=0,we=-1,ke,Ve;for(;++we<=x.length;){if(we<x.length)ke=x.codePointAt(we);else{if(ke===47)break;ke=47}if(ke===47){if(!(be===we-1||Ee===1))if(be!==we-1&&Ee===2){if(ie.length<2||ge!==2||ie.codePointAt(ie.length-1)!==46||ie.codePointAt(ie.length-2)!==46){if(ie.length>2){if(Ve=ie.lastIndexOf("/"),Ve!==ie.length-1){Ve<0?(ie="",ge=0):(ie=ie.slice(0,Ve),ge=ie.length-1-ie.lastIndexOf("/")),be=we,Ee=0;continue}}else if(ie.length>0){ie="",ge=0,be=we,Ee=0;continue}}re&&(ie=ie.length>0?ie+"/..":"..",ge=2)}else ie.length>0?ie+="/"+x.slice(be+1,we):ie=x.slice(be+1,we),ge=we-be-1;be=we,Ee=0}else ke===46&&Ee>-1?Ee++:Ee=-1}return ie}function zn(x){if(typeof x!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(x))}const Ra={cwd:Ma};function Ma(){return"/"}function fa(x){return!!(x!==null&&typeof x=="object"&&"href"in x&&x.href&&"protocol"in x&&x.protocol&&x.auth===void 0)}function ir(x){if(typeof x=="string")x=new URL(x);else if(!fa(x)){const re=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+x+"`");throw re.code="ERR_INVALID_ARG_TYPE",re}if(x.protocol!=="file:"){const re=new TypeError("The URL must be of scheme file");throw re.code="ERR_INVALID_URL_SCHEME",re}return er(x)}function er(x){if(x.hostname!==""){const ge=new TypeError('File URL host must be "localhost" or empty on darwin');throw ge.code="ERR_INVALID_FILE_URL_HOST",ge}const re=x.pathname;let ie=-1;for(;++ie<re.length;)if(re.codePointAt(ie)===37&&re.codePointAt(ie+1)===50){const ge=re.codePointAt(ie+2);if(ge===70||ge===102){const be=new TypeError("File URL path must not include encoded / characters");throw be.code="ERR_INVALID_FILE_URL_PATH",be}}return decodeURIComponent(re)}const Wn=["history","path","basename","stem","extname","dirname"];class ya{constructor(re){let ie;re?fa(re)?ie={path:re}:typeof re=="string"||Qa(re)?ie={value:re}:ie=re:ie={},this.cwd=Ra.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let ge=-1;for(;++ge<Wn.length;){const Ee=Wn[ge];Ee in ie&&ie[Ee]!==void 0&&ie[Ee]!==null&&(this[Ee]=Ee==="history"?[...ie[Ee]]:ie[Ee])}let be;for(be in ie)Wn.includes(be)||(this[be]=ie[be])}get basename(){return typeof this.path=="string"?Yt.basename(this.path):void 0}set basename(re){Dn(re,"basename"),Qn(re,"basename"),this.path=Yt.join(this.dirname||"",re)}get dirname(){return typeof this.path=="string"?Yt.dirname(this.path):void 0}set dirname(re){ua(this.basename,"dirname"),this.path=Yt.join(re||"",this.basename)}get extname(){return typeof this.path=="string"?Yt.extname(this.path):void 0}set extname(re){if(Qn(re,"extname"),ua(this.dirname,"extname"),re){if(re.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(re.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Yt.join(this.dirname,this.stem+(re||""))}get path(){return this.history[this.history.length-1]}set path(re){fa(re)&&(re=ir(re)),Dn(re,"path"),this.path!==re&&this.history.push(re)}get stem(){return typeof this.path=="string"?Yt.basename(this.path,this.extname):void 0}set stem(re){Dn(re,"stem"),Qn(re,"stem"),this.path=Yt.join(this.dirname||"",re+(this.extname||""))}fail(re,ie,ge){const be=this.message(re,ie,ge);throw be.fatal=!0,be}info(re,ie,ge){const be=this.message(re,ie,ge);return be.fatal=void 0,be}message(re,ie,ge){const be=new Jt(re,ie,ge);return this.path&&(be.name=this.path+":"+be.name,be.file=this.path),be.fatal=!1,this.messages.push(be),be}toString(re){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(re||void 0).decode(this.value)}}function Qn(x,re){if(x&&x.includes(Yt.sep))throw new Error("`"+re+"` cannot be a path: did not expect `"+Yt.sep+"`")}function Dn(x,re){if(!x)throw new Error("`"+re+"` cannot be empty")}function ua(x,re){if(!x)throw new Error("Setting `"+re+"` requires `path` to be set too")}function Qa(x){return!!(x&&typeof x=="object"&&"byteLength"in x&&"byteOffset"in x)}const Lr=function(x){const ge=this.constructor.prototype,be=ge[x],Ee=function(){return be.apply(Ee,arguments)};Object.setPrototypeOf(Ee,ge);const we=Object.getOwnPropertyNames(be);for(const ke of we){const Ve=Object.getOwnPropertyDescriptor(be,ke);Ve&&Object.defineProperty(Ee,ke,Ve)}return Ee},Pr={}.hasOwnProperty;class _a extends Lr{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=Mt()}copy(){const re=new _a;let ie=-1;for(;++ie<this.attachers.length;){const ge=this.attachers[ie];re.use(...ge)}return re.data(rt(!0,{},this.namespace)),re}data(re,ie){return typeof re=="string"?arguments.length===2?(ha("data",this.frozen),this.namespace[re]=ie,this):Pr.call(this.namespace,re)&&this.namespace[re]||void 0:re?(ha("data",this.frozen),this.namespace=re,this):this.namespace}freeze(){if(this.frozen)return this;const re=this;for(;++this.freezeIndex<this.attachers.length;){const[ie,...ge]=this.attachers[this.freezeIndex];if(ge[0]===!1)continue;ge[0]===!0&&(ge[0]=void 0);const be=ie.call(re,...ge);typeof be=="function"&&this.transformers.use(be)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(re){this.freeze();const ie=Aa(re),ge=this.parser||this.Parser;return zr("parse",ge),ge(String(ie),ie)}process(re,ie){const ge=this;return this.freeze(),zr("process",this.parser||this.Parser),Hn("process",this.compiler||this.Compiler),ie?be(void 0,ie):new Promise(be);function be(Ee,we){const ke=Aa(re),Ve=ge.parse(ke);ge.run(Ve,ke,function(Ye,dt,lt){if(Ye||!dt||!lt)return qe(Ye);const et=dt,ia=ge.stringify(et,lt);mo(ia)?lt.value=ia:lt.result=ia,qe(Ye,lt)});function qe(Ye,dt){Ye||!dt?we(Ye):Ee?Ee(dt):ie(void 0,dt)}}}processSync(re){let ie=!1,ge;return this.freeze(),zr("processSync",this.parser||this.Parser),Hn("processSync",this.compiler||this.Compiler),this.process(re,be),Qr("processSync","process",ie),ge;function be(Ee,we){ie=!0,ot(Ee),ge=we}}run(re,ie,ge){Gr(re),this.freeze();const be=this.transformers;return!ge&&typeof ie=="function"&&(ge=ie,ie=void 0),ge?Ee(void 0,ge):new Promise(Ee);function Ee(we,ke){const Ve=Aa(ie);be.run(re,Ve,qe);function qe(Ye,dt,lt){const et=dt||re;Ye?ke(Ye):we?we(et):ge(void 0,et,lt)}}}runSync(re,ie){let ge=!1,be;return this.run(re,ie,Ee),Qr("runSync","run",ge),be;function Ee(we,ke){ot(we),be=ke,ge=!0}}stringify(re,ie){this.freeze();const ge=Aa(ie),be=this.compiler||this.Compiler;return Hn("stringify",be),Gr(re),be(re,ge)}use(re,...ie){const ge=this.attachers,be=this.namespace;if(ha("use",this.frozen),re!=null)if(typeof re=="function")Ve(re,ie);else if(typeof re=="object")Array.isArray(re)?ke(re):we(re);else throw new TypeError("Expected usable value, not `"+re+"`");return this;function Ee(qe){if(typeof qe=="function")Ve(qe,[]);else if(typeof qe=="object")if(Array.isArray(qe)){const[Ye,...dt]=qe;Ve(Ye,dt)}else we(qe);else throw new TypeError("Expected usable value, not `"+qe+"`")}function we(qe){if(!("plugins"in qe)&&!("settings"in qe))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");ke(qe.plugins),qe.settings&&(be.settings=rt(!0,be.settings,qe.settings))}function ke(qe){let Ye=-1;if(qe!=null)if(Array.isArray(qe))for(;++Ye<qe.length;){const dt=qe[Ye];Ee(dt)}else throw new TypeError("Expected a list of plugins, not `"+qe+"`")}function Ve(qe,Ye){let dt=-1,lt=-1;for(;++dt<ge.length;)if(ge[dt][0]===qe){lt=dt;break}if(lt===-1)ge.push([qe,...Ye]);else if(Ye.length>0){let[et,...ia]=Ye;const Ca=ge[lt][1];yt(Ca)&&yt(et)&&(et=rt(!0,Ca,et)),ge[lt]=[qe,et,...ia]}}}}const Ur=new _a().freeze();function zr(x,re){if(typeof re!="function")throw new TypeError("Cannot `"+x+"` without `parser`")}function Hn(x,re){if(typeof re!="function")throw new TypeError("Cannot `"+x+"` without `compiler`")}function ha(x,re){if(re)throw new Error("Cannot call `"+x+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Gr(x){if(!yt(x)||typeof x.type!="string")throw new TypeError("Expected node, got `"+x+"`")}function Qr(x,re,ie){if(!ie)throw new Error("`"+x+"` finished async. Use `"+re+"` instead")}function Aa(x){return di(x)?x:new ya(x)}function di(x){return!!(x&&typeof x=="object"&&"message"in x&&"messages"in x)}function mo(x){return typeof x=="string"||ti(x)}function ti(x){return!!(x&&typeof x=="object"&&"byteLength"in x&&"byteOffset"in x)}const Zo="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",ps=[],or={allowDangerousHtml:!0},nr=/^(https?|ircs?|mailto|xmpp)$/i,tr=[{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 ja(x){const re=x.allowedElements,ie=x.allowElement,ge=x.children||"",be=x.className,Ee=x.components,we=x.disallowedElements,ke=x.rehypePlugins||ps,Ve=x.remarkPlugins||ps,qe=x.remarkRehypeOptions?Ul(Ul({},x.remarkRehypeOptions),or):or,Ye=x.skipHtml,dt=x.unwrapDisallowed,lt=x.urlTransform||To,et=Ur().use(po).use(Ve).use(Je,qe).use(ke),ia=new ya;typeof ge=="string"?ia.value=ge:(""+ge,void 0),re&&we&&void 0;for(const Da of tr)Object.hasOwn(x,Da.from)&&(""+Da.from+(Da.to?"use `"+Da.to+"` instead":"remove it")+Zo+Da.id,void 0);const Ca=et.parse(ia);let Za=et.runSync(Ca,ia);return be&&(Za={type:"element",tagName:"div",properties:{className:be},children:Za.type==="root"?Za.children:[Za]}),Au(Za,Rn),wr(Za,{Fragment:lo.Fragment,components:Ee,ignoreInvalidStyle:!0,jsx:lo.jsx,jsxs:lo.jsxs,passKeys:!0,passNode:!0});function Rn(Da,Ea,vo){if(Da.type==="raw"&&vo&&typeof Ea=="number")return Ye?vo.children.splice(Ea,1):vo.children[Ea]={type:"text",value:Da.value},Ea;if(Da.type==="element"){let Cr;for(Cr in Nr)if(Object.hasOwn(Nr,Cr)&&Object.hasOwn(Da.properties,Cr)){const hn=Da.properties[Cr],yr=Nr[Cr];(yr===null||yr.includes(Da.tagName))&&(Da.properties[Cr]=lt(String(hn||""),Cr,Da))}}if(Da.type==="element"){let Cr=re?!re.includes(Da.tagName):we?we.includes(Da.tagName):!1;if(!Cr&&ie&&typeof Ea=="number"&&(Cr=!ie(Da,Ea,vo)),Cr&&vo&&typeof Ea=="number")return dt&&Da.children?vo.children.splice(Ea,1,...Da.children):vo.children.splice(Ea,1),Ea}}}function To(x){const re=x.indexOf(":"),ie=x.indexOf("?"),ge=x.indexOf("#"),be=x.indexOf("/");return re<0||be>-1&&re>be||ie>-1&&re>ie||ge>-1&&re>ge||nr.test(x.slice(0,re))?x:""}function Ka(x,re){if(x==null)return{};var ie={};for(var ge in x)if(Object.prototype.hasOwnProperty.call(x,ge)){if(re.indexOf(ge)>=0)continue;ie[ge]=x[ge]}return ie}function Tr(x,re){if(x==null)return{};var ie=Ka(x,re),ge,be;if(Object.getOwnPropertySymbols){var Ee=Object.getOwnPropertySymbols(x);for(be=0;be<Ee.length;be++)ge=Ee[be],!(re.indexOf(ge)>=0)&&Object.prototype.propertyIsEnumerable.call(x,ge)&&(ie[ge]=x[ge])}return ie}function fo(x,re){(re==null||re>x.length)&&(re=x.length);for(var ie=0,ge=new Array(re);ie<re;ie++)ge[ie]=x[ie];return ge}function ho(x){if(Array.isArray(x))return fo(x)}function rs(x){if(typeof Symbol!="undefined"&&x[Symbol.iterator]!=null||x["@@iterator"]!=null)return Array.from(x)}function Ki(x,re){if(x){if(typeof x=="string")return fo(x,re);var ie=Object.prototype.toString.call(x).slice(8,-1);if(ie==="Object"&&x.constructor&&(ie=x.constructor.name),ie==="Map"||ie==="Set")return Array.from(x);if(ie==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ie))return fo(x,re)}}function rl(){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 ki(x){return ho(x)||rs(x)||Ki(x)||rl()}function ms(x){"@babel/helpers - typeof";return ms=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(re){return typeof re}:function(re){return re&&typeof Symbol=="function"&&re.constructor===Symbol&&re!==Symbol.prototype?"symbol":typeof re},ms(x)}function Di(x,re){if(ms(x)!="object"||!x)return x;var ie=x[Symbol.toPrimitive];if(ie!==void 0){var ge=ie.call(x,re||"default");if(ms(ge)!="object")return ge;throw new TypeError("@@toPrimitive must return a primitive value.")}return(re==="string"?String:Number)(x)}function Es(x){var re=Di(x,"string");return ms(re)=="symbol"?re:re+""}function Zl(x,re,ie){return re=Es(re),re in x?Object.defineProperty(x,re,{value:ie,enumerable:!0,configurable:!0,writable:!0}):x[re]=ie,x}function Io(){return Io=Object.assign?Object.assign.bind():function(x){for(var re=1;re<arguments.length;re++){var ie=arguments[re];for(var ge in ie)Object.prototype.hasOwnProperty.call(ie,ge)&&(x[ge]=ie[ge])}return x},Io.apply(this,arguments)}function Go(x,re){var ie=Object.keys(x);if(Object.getOwnPropertySymbols){var ge=Object.getOwnPropertySymbols(x);re&&(ge=ge.filter(function(be){return Object.getOwnPropertyDescriptor(x,be).enumerable})),ie.push.apply(ie,ge)}return ie}function Qo(x){for(var re=1;re<arguments.length;re++){var ie=arguments[re]!=null?arguments[re]:{};re%2?Go(Object(ie),!0).forEach(function(ge){Zl(x,ge,ie[ge])}):Object.getOwnPropertyDescriptors?Object.defineProperties(x,Object.getOwnPropertyDescriptors(ie)):Go(Object(ie)).forEach(function(ge){Object.defineProperty(x,ge,Object.getOwnPropertyDescriptor(ie,ge))})}return x}function Mi(x){var re=x.length;if(re===0||re===1)return x;if(re===2)return[x[0],x[1],"".concat(x[0],".").concat(x[1]),"".concat(x[1],".").concat(x[0])];if(re===3)return[x[0],x[1],x[2],"".concat(x[0],".").concat(x[1]),"".concat(x[0],".").concat(x[2]),"".concat(x[1],".").concat(x[0]),"".concat(x[1],".").concat(x[2]),"".concat(x[2],".").concat(x[0]),"".concat(x[2],".").concat(x[1]),"".concat(x[0],".").concat(x[1],".").concat(x[2]),"".concat(x[0],".").concat(x[2],".").concat(x[1]),"".concat(x[1],".").concat(x[0],".").concat(x[2]),"".concat(x[1],".").concat(x[2],".").concat(x[0]),"".concat(x[2],".").concat(x[0],".").concat(x[1]),"".concat(x[2],".").concat(x[1],".").concat(x[0])];if(re>=4)return[x[0],x[1],x[2],x[3],"".concat(x[0],".").concat(x[1]),"".concat(x[0],".").concat(x[2]),"".concat(x[0],".").concat(x[3]),"".concat(x[1],".").concat(x[0]),"".concat(x[1],".").concat(x[2]),"".concat(x[1],".").concat(x[3]),"".concat(x[2],".").concat(x[0]),"".concat(x[2],".").concat(x[1]),"".concat(x[2],".").concat(x[3]),"".concat(x[3],".").concat(x[0]),"".concat(x[3],".").concat(x[1]),"".concat(x[3],".").concat(x[2]),"".concat(x[0],".").concat(x[1],".").concat(x[2]),"".concat(x[0],".").concat(x[1],".").concat(x[3]),"".concat(x[0],".").concat(x[2],".").concat(x[1]),"".concat(x[0],".").concat(x[2],".").concat(x[3]),"".concat(x[0],".").concat(x[3],".").concat(x[1]),"".concat(x[0],".").concat(x[3],".").concat(x[2]),"".concat(x[1],".").concat(x[0],".").concat(x[2]),"".concat(x[1],".").concat(x[0],".").concat(x[3]),"".concat(x[1],".").concat(x[2],".").concat(x[0]),"".concat(x[1],".").concat(x[2],".").concat(x[3]),"".concat(x[1],".").concat(x[3],".").concat(x[0]),"".concat(x[1],".").concat(x[3],".").concat(x[2]),"".concat(x[2],".").concat(x[0],".").concat(x[1]),"".concat(x[2],".").concat(x[0],".").concat(x[3]),"".concat(x[2],".").concat(x[1],".").concat(x[0]),"".concat(x[2],".").concat(x[1],".").concat(x[3]),"".concat(x[2],".").concat(x[3],".").concat(x[0]),"".concat(x[2],".").concat(x[3],".").concat(x[1]),"".concat(x[3],".").concat(x[0],".").concat(x[1]),"".concat(x[3],".").concat(x[0],".").concat(x[2]),"".concat(x[3],".").concat(x[1],".").concat(x[0]),"".concat(x[3],".").concat(x[1],".").concat(x[2]),"".concat(x[3],".").concat(x[2],".").concat(x[0]),"".concat(x[3],".").concat(x[2],".").concat(x[1]),"".concat(x[0],".").concat(x[1],".").concat(x[2],".").concat(x[3]),"".concat(x[0],".").concat(x[1],".").concat(x[3],".").concat(x[2]),"".concat(x[0],".").concat(x[2],".").concat(x[1],".").concat(x[3]),"".concat(x[0],".").concat(x[2],".").concat(x[3],".").concat(x[1]),"".concat(x[0],".").concat(x[3],".").concat(x[1],".").concat(x[2]),"".concat(x[0],".").concat(x[3],".").concat(x[2],".").concat(x[1]),"".concat(x[1],".").concat(x[0],".").concat(x[2],".").concat(x[3]),"".concat(x[1],".").concat(x[0],".").concat(x[3],".").concat(x[2]),"".concat(x[1],".").concat(x[2],".").concat(x[0],".").concat(x[3]),"".concat(x[1],".").concat(x[2],".").concat(x[3],".").concat(x[0]),"".concat(x[1],".").concat(x[3],".").concat(x[0],".").concat(x[2]),"".concat(x[1],".").concat(x[3],".").concat(x[2],".").concat(x[0]),"".concat(x[2],".").concat(x[0],".").concat(x[1],".").concat(x[3]),"".concat(x[2],".").concat(x[0],".").concat(x[3],".").concat(x[1]),"".concat(x[2],".").concat(x[1],".").concat(x[0],".").concat(x[3]),"".concat(x[2],".").concat(x[1],".").concat(x[3],".").concat(x[0]),"".concat(x[2],".").concat(x[3],".").concat(x[0],".").concat(x[1]),"".concat(x[2],".").concat(x[3],".").concat(x[1],".").concat(x[0]),"".concat(x[3],".").concat(x[0],".").concat(x[1],".").concat(x[2]),"".concat(x[3],".").concat(x[0],".").concat(x[2],".").concat(x[1]),"".concat(x[3],".").concat(x[1],".").concat(x[0],".").concat(x[2]),"".concat(x[3],".").concat(x[1],".").concat(x[2],".").concat(x[0]),"".concat(x[3],".").concat(x[2],".").concat(x[0],".").concat(x[1]),"".concat(x[3],".").concat(x[2],".").concat(x[1],".").concat(x[0])]}var Ni={};function ro(x){if(x.length===0||x.length===1)return x;var re=x.join(".");return Ni[re]||(Ni[re]=Mi(x)),Ni[re]}function fs(x){var re=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ie=arguments.length>2?arguments[2]:void 0,ge=x.filter(function(Ee){return Ee!=="token"}),be=ro(ge);return be.reduce(function(Ee,we){return Qo(Qo({},Ee),ie[we])},re)}function Xi(x){return x.join(" ")}function ks(x,re){var ie=0;return function(ge){return ie+=1,ge.map(function(be,Ee){return ol({node:be,stylesheet:x,useInlineStyles:re,key:"code-segment-".concat(ie,"-").concat(Ee)})})}}function ol(x){var re=x.node,ie=x.stylesheet,ge=x.style,be=ge===void 0?{}:ge,Ee=x.useInlineStyles,we=x.key,ke=re.properties,Ve=re.type,qe=re.tagName,Ye=re.value;if(Ve==="text")return Ye;if(qe){var dt=ks(ie,Ee),lt;if(!Ee)lt=Qo(Qo({},ke),{},{className:Xi(ke.className)});else{var et=Object.keys(ie).reduce(function(Rn,Da){return Da.split(".").forEach(function(Ea){Rn.includes(Ea)||Rn.push(Ea)}),Rn},[]),ia=ke.className&&ke.className.includes("token")?["token"]:[],Ca=ke.className&&ia.concat(ke.className.filter(function(Rn){return!et.includes(Rn)}));lt=Qo(Qo({},ke),{},{className:Xi(Ca)||void 0,style:fs(ke.className,Object.assign({},ke.style,be),ie)})}var Za=dt(re.children);return ue.createElement(qe,Io({key:we},lt),Za)}}var il=function(x,re){var ie=x.listLanguages();return ie.indexOf(re)!==-1},Ru=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function yl(x,re){var ie=Object.keys(x);if(Object.getOwnPropertySymbols){var ge=Object.getOwnPropertySymbols(x);re&&(ge=ge.filter(function(be){return Object.getOwnPropertyDescriptor(x,be).enumerable})),ie.push.apply(ie,ge)}return ie}function Gi(x){for(var re=1;re<arguments.length;re++){var ie=arguments[re]!=null?arguments[re]:{};re%2?yl(Object(ie),!0).forEach(function(ge){Zl(x,ge,ie[ge])}):Object.getOwnPropertyDescriptors?Object.defineProperties(x,Object.getOwnPropertyDescriptors(ie)):yl(Object(ie)).forEach(function(ge){Object.defineProperty(x,ge,Object.getOwnPropertyDescriptor(ie,ge))})}return x}var Ps=/\n/g;function hs(x){return x.match(Ps)}function Fi(x){var re=x.lines,ie=x.startingLineNumber,ge=x.style;return re.map(function(be,Ee){var we=Ee+ie;return ue.createElement("span",{key:"line-".concat(Ee),className:"react-syntax-highlighter-line-number",style:typeof ge=="function"?ge(we):ge},"".concat(we,`
|
|
|
`))})}function Si(x){var re=x.codeString,ie=x.codeStyle,ge=x.containerStyle,be=ge===void 0?{float:"left",paddingRight:"10px"}:ge,Ee=x.numberStyle,we=Ee===void 0?{}:Ee,ke=x.startingLineNumber;return ue.createElement("code",{style:Object.assign({},ie,be)},Fi({lines:re.replace(/\n$/,"").split(`
|
|
|
`),style:we,startingLineNumber:ke}))}function El(x){return"".concat(x.toString().length,".25em")}function Wl(x,re){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(x),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:re},children:[{type:"text",value:x}]}}function Ol(x,re,ie){var ge={display:"inline-block",minWidth:El(ie),paddingRight:"1em",textAlign:"right",userSelect:"none"},be=typeof x=="function"?x(re):x,Ee=Gi(Gi({},ge),be);return Ee}function $s(x){var re=x.children,ie=x.lineNumber,ge=x.lineNumberStyle,be=x.largestLineNumber,Ee=x.showInlineLineNumbers,we=x.lineProps,ke=we===void 0?{}:we,Ve=x.className,qe=Ve===void 0?[]:Ve,Ye=x.showLineNumbers,dt=x.wrapLongLines,lt=typeof ke=="function"?ke(ie):ke;if(lt.className=qe,ie&&Ee){var et=Ol(ge,ie,be);re.unshift(Wl(ie,et))}return dt&Ye&&(lt.style=Gi(Gi({},lt.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:lt,children:re}}function Lu(x){for(var re=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],ie=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],ge=0;ge<x.length;ge++){var be=x[ge];if(be.type==="text")ie.push($s({children:[be],className:ki(new Set(re))}));else if(be.children){var Ee=re.concat(be.properties.className);Lu(be.children,Ee).forEach(function(we){return ie.push(we)})}}return ie}function qu(x,re,ie,ge,be,Ee,we,ke,Ve){var qe,Ye=Lu(x.value),dt=[],lt=-1,et=0;function ia(Cr,hn){var yr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return $s({children:Cr,lineNumber:hn,lineNumberStyle:ke,largestLineNumber:we,showInlineLineNumbers:be,lineProps:ie,className:yr,showLineNumbers:ge,wrapLongLines:Ve})}function Ca(Cr,hn){if(ge&&hn&&be){var yr=Ol(ke,hn,we);Cr.unshift(Wl(hn,yr))}return Cr}function Za(Cr,hn){var yr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return re||yr.length>0?ia(Cr,hn,yr):Ca(Cr,hn)}for(var Rn=function(){var hn=Ye[et],yr=hn.children[0].value,Do=hs(yr);if(Do){var bo=yr.split(`
|
|
|
`);bo.forEach(function(Mo,_i){var yo=ge&&dt.length+Ee,sr={type:"text",value:"".concat(Mo,`
|
|
|
`)};if(_i===0){var io=Ye.slice(lt+1,et).concat($s({children:[sr],className:hn.properties.className})),eo=Za(io,yo);dt.push(eo)}else if(_i===bo.length-1){var gi=Ye[et+1]&&Ye[et+1].children&&Ye[et+1].children[0],xi={type:"text",value:"".concat(Mo)};if(gi){var Zi=$s({children:[xi],className:hn.properties.className});Ye.splice(et+1,0,Zi)}else{var Wi=[xi],pt=Za(Wi,yo,hn.properties.className);dt.push(pt)}}else{var qi=[sr],Ds=Za(qi,yo,hn.properties.className);dt.push(Ds)}}),lt=et}et++};et<Ye.length;)Rn();if(lt!==Ye.length-1){var Da=Ye.slice(lt+1,Ye.length);if(Da&&Da.length){var Ea=ge&&dt.length+Ee,vo=Za(Da,Ea);dt.push(vo)}}return re?dt:(qe=[]).concat.apply(qe,dt)}function Co(x){var re=x.rows,ie=x.stylesheet,ge=x.useInlineStyles;return re.map(function(be,Ee){return ol({node:be,stylesheet:ie,useInlineStyles:ge,key:"code-segement".concat(Ee)})})}function ni(x){return x&&typeof x.highlightAuto!="undefined"}function Ji(x){var re=x.astGenerator,ie=x.language,ge=x.code,be=x.defaultCodeValue;if(ni(re)){var Ee=il(re,ie);return ie==="text"?{value:be,language:"text"}:Ee?re.highlight(ie,ge):re.highlightAuto(ge)}try{return ie&&ie!=="text"?{value:re.highlight(ge,ie)}:{value:be}}catch(we){return{value:be}}}function vi(x,re){return function(ge){var be=ge.language,Ee=ge.children,we=ge.style,ke=we===void 0?re:we,Ve=ge.customStyle,qe=Ve===void 0?{}:Ve,Ye=ge.codeTagProps,dt=Ye===void 0?{className:be?"language-".concat(be):void 0,style:Gi(Gi({},ke['code[class*="language-"]']),ke['code[class*="language-'.concat(be,'"]')])}:Ye,lt=ge.useInlineStyles,et=lt===void 0?!0:lt,ia=ge.showLineNumbers,Ca=ia===void 0?!1:ia,Za=ge.showInlineLineNumbers,Rn=Za===void 0?!0:Za,Da=ge.startingLineNumber,Ea=Da===void 0?1:Da,vo=ge.lineNumberContainerStyle,Cr=ge.lineNumberStyle,hn=Cr===void 0?{}:Cr,yr=ge.wrapLines,Do=ge.wrapLongLines,bo=Do===void 0?!1:Do,Mo=ge.lineProps,_i=Mo===void 0?{}:Mo,yo=ge.renderer,sr=ge.PreTag,io=sr===void 0?"pre":sr,eo=ge.CodeTag,gi=eo===void 0?"code":eo,xi=ge.code,Zi=xi===void 0?(Array.isArray(Ee)?Ee[0]:Ee)||"":xi,Wi=ge.astGenerator,pt=Tr(ge,Ru);Wi=Wi||x;var qi=Ca?ue.createElement(Si,{containerStyle:vo,codeStyle:dt.style||{},numberStyle:hn,startingLineNumber:Ea,codeString:Zi}):null,Ds=ke.hljs||ke['pre[class*="language-"]']||{backgroundColor:"#fff"},Et=ni(Wi)?"hljs":"prismjs",is=et?Object.assign({},pt,{style:Object.assign({},Ds,qe)}):Object.assign({},pt,{className:pt.className?"".concat(Et," ").concat(pt.className):Et,style:Object.assign({},qe)});if(bo?dt.style=Gi(Gi({},dt.style),{},{whiteSpace:"pre-wrap"}):dt.style=Gi(Gi({},dt.style),{},{whiteSpace:"pre"}),!Wi)return ue.createElement(io,is,qi,ue.createElement(gi,dt,Zi));(yr===void 0&&yo||bo)&&(yr=!0),yo=yo||Co;var js=[{type:"text",value:Zi}],Yl=Ji({astGenerator:Wi,language:be,code:Zi,defaultCodeValue:js});Yl.language===null&&(Yl.value=js);var bu=Yl.value.length+Ea,Vi=qu(Yl,yr,_i,Ca,Rn,Ea,bu,hn,bo);return ue.createElement(io,is,ue.createElement(gi,dt,!Rn&&qi,yo({rows:Vi,stylesheet:ke,useInlineStyles:et})))}}var os={'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"}},Cs=y(98695),ws=y.n(Cs),kl=["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"],ec=vi(ws(),os);ec.supportedLanguages=kl;var Cc=ec,pc={'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"}},tc=y(74855),Uu={wrp:"wrp___H70W8","file-list":"file-list___S5XYJ",ExtraEdit:"ExtraEdit___K6Xf2",btn:"btn___Yiu8q"},Ou=y(15746),Dl=y(28706),wi=y(67294),wc=Object.defineProperty,ku=Object.getOwnPropertySymbols,mc=Object.prototype.hasOwnProperty,nc=Object.prototype.propertyIsEnumerable,Du=(x,re,ie)=>re in x?wc(x,re,{enumerable:!0,configurable:!0,writable:!0,value:ie}):x[re]=ie,ac=(x,re)=>{for(var ie in re||(re={}))mc.call(re,ie)&&Du(x,ie,re[ie]);if(ku)for(var ie of ku(re))nc.call(re,ie)&&Du(x,ie,re[ie]);return x},xc=(x,re)=>{var ie={};for(var ge in x)mc.call(x,ge)&&re.indexOf(ge)<0&&(ie[ge]=x[ge]);if(x!=null&&ku)for(var ge of ku(x))re.indexOf(ge)<0&&nc.call(x,ge)&&(ie[ge]=x[ge]);return ie},fc=(x,re,ie)=>new Promise((ge,be)=>{var Ee=Ve=>{try{ke(ie.next(Ve))}catch(qe){be(qe)}},we=Ve=>{try{ke(ie.throw(Ve))}catch(qe){be(qe)}},ke=Ve=>Ve.done?ge(Ve.value):Promise.resolve(Ve.value).then(Ee,we);ke((ie=ie.apply(x,re)).next())}),Tc=({onCallback:x,scrollBox:re,Data:ie,extraEdit:ge,showEditableBox:be,onRedraw:Ee,loading:we,showPreference:ke,onPreference:Ve})=>{var qe,Ye;const{allowCopy:dt=!1,fileList:lt,hideTextEffect:et=!1,text:ia=""}=ie,[Ca,Za]=(0,ue.useState)(""),[Rn,Da]=(0,ue.useState)(!0),Ea=(0,ue.useRef)(0),vo=(0,ue.useRef)(!1);(0,ue.useEffect)(()=>ia?(Da(!0),et?Za(ia):fc(void 0,null,function*(){for(let yr=0;yr<ia.length;yr+=5){const Do=ia.substring(0,yr+5)+(ia.length-1>yr+4?" __":"");Za(Do),yield new Promise(bo=>setTimeout(bo,70))}Da(!1),x==null||x(ie)}),re.current.addEventListener("wheel",Cr),()=>{var yr;Za(""),(yr=re.current)==null||yr.removeEventListener("wheel",Cr)}):void 0,[]),(0,ue.useEffect)(()=>{re.current.scrollTo({top:re.current.scrollHeight,behavior:"smooth"})},[]);const Cr=()=>{vo.current=!0};return wi.createElement("div",{className:`${Uu.wrp} fadeIn animated`},ie.sender!=="AI"&&wi.createElement("p",{dangerouslySetInnerHTML:{__html:ia.replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")}}),ie.sender==="AI"&&wi.createElement(ja,{components:{code(hn){var yr=hn,{node:Do,inline:bo,className:Mo,children:_i}=yr,yo=xc(yr,["node","inline","className","children"]);const sr=/language-(\w+)/.exec(Mo||"");return re.current.scrollHeight-Ea.current>60&&!vo.current&&(re.current.scrollTo({top:re.current.scrollHeight,behavior:"smooth"}),Ea.current=re.current.scrollHeight),!bo&&sr?wi.createElement("div",{style:{position:"relative",minHeight:50}},wi.createElement(tc.CopyToClipboard,{text:String(_i).replace(/\n$/,""),onCopy:()=>pe.ZP.success({content:"\u590D\u5236\u6210\u529F",key:"copy"})},wi.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")),wi.createElement(Cc,ac({style:pc,language:sr[1],PreTag:"div",showLineNumbers:!0,lineNumberStyle:{minWidth:"40px"}},yo),String(_i||"").replace(/\n$/,""))):wi.createElement("code",ac({className:Mo},yo),_i)}}},Ca),lt&&!Rn&&wi.createElement(De.Z,{className:`${Uu["file-list"]} animated fadeIn`},wi.createElement(Ou.Z,null,wi.createElement("img",{src:y(90034)(`./${((Ye=(qe=lt==null?void 0:lt.name)==null?void 0:qe.split("."))==null?void 0:Ye.pop())||"txt"}.png`),width:20,className:"mr10"})),wi.createElement(Ou.Z,null,lt==null?void 0:lt.name,wi.createElement("br",null),(0,Dl.RD)(lt==null?void 0:lt.size))),!Rn&&wi.createElement("div",{className:Uu.ExtraEdit},ge==null?void 0:ge(ie),dt&&wi.createElement(tc.CopyToClipboard,{text:String(Ca).replace(/\n$/,""),onCopy:()=>pe.ZP.success({content:"\u590D\u5236\u6210\u529F",key:"copy"})},wi.createElement(Te.Z,{title:"\u590D\u5236"},wi.createElement("i",{className:"iconfot icon-fuzhi8 font13"}))),ke&&wi.createElement(wi.Fragment,null,wi.createElement(Te.Z,{title:"\u559C\u6B22"},wi.createElement("i",{style:ie!=null&&ie.like?{color:"#FA8D30"}:{},onClick:()=>Ve("like",!(ie!=null&&ie.like)),className:"iconfot icon-yijiejue font15"})),wi.createElement(Te.Z,{title:"\u4E0D\u559C\u6B22"},wi.createElement("i",{style:ie!=null&&ie.boring?{color:"#e86d7c"}:{},onClick:()=>Ve("boring",!(ie!=null&&ie.boring)),className:"iconfot icon-weijiejuezhengchang font15"}))),be&&!we&&wi.createElement(Te.Z,{title:"\u91CD\u65B0\u751F\u6210"},wi.createElement("i",{onClick:Ee,className:"iconfot icon-gengxin-genghuan-tihuan"}))))},_o={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"},rc=y(33170),zu=y(52262),ic=({positionX:x,src:re,onClick:ie})=>{const ge=(0,ue.useRef)(null),[be,Ee]=(0,ue.useState)(!1),[we,ke]=(0,ue.useState)({x:20,y:window.innerHeight*.62}),[Ve,qe]=(0,ue.useState)({x:20,y:window.innerHeight*.62}),[Ye,dt]=(0,ue.useState)({x:20,y:window.innerHeight*.62}),[lt,et]=(0,ue.useState)(!1);(0,ue.useEffect)(()=>{const Za=()=>{ke({x:20,y:window.innerHeight*.62})};return window.addEventListener("resize",Za),()=>{window.removeEventListener("resize",Za)}},[]),(0,ue.useEffect)(()=>{const Za=Da=>{var Ea;if(be){const vo=Da.clientY-Ye.y;let Cr=Ve.y+vo;const hn=window.innerHeight-(((Ea=ge.current)==null?void 0:Ea.offsetHeight)||0)-50,yr=50;Cr<yr&&(Cr=yr),Cr>hn&&(Cr=hn),requestAnimationFrame(()=>{ke({x:20,y:Cr})}),et(!0)}},Rn=()=>{Ee(!1)};return document.addEventListener("mousemove",Za),document.addEventListener("mouseup",Rn),()=>{document.removeEventListener("mousemove",Za),document.removeEventListener("mouseup",Rn)}},[be,Ye,Ve]);const ia=Za=>{Ee(!0),dt({x:Za.clientX,y:Za.clientY}),qe(we),et(!1)},Ca=Za=>{Ee(!1),!lt&&ie&&ie(Za)};return ue.createElement("div",{style:{position:"fixed",top:we.y,right:we.x,zIndex:100,cursor:be?"grabbing":"grab"},onMouseDown:ia,onMouseUp:Ca,ref:ge},ue.createElement("img",{src:re||"/images/ai_teacher.png",width:60,draggable:"false"}))},sc="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==",hc="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==",Sc="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=",vc="data:image/png;base64,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",bc=y(94184),Ic=y.n(bc),lc=y(11320),uc=Object.defineProperty,cc=Object.getOwnPropertySymbols,dc=Object.prototype.hasOwnProperty,yc=Object.prototype.propertyIsEnumerable,Ec=(x,re,ie)=>re in x?uc(x,re,{enumerable:!0,configurable:!0,writable:!0,value:ie}):x[re]=ie,ko=(x,re)=>{for(var ie in re||(re={}))dc.call(re,ie)&&Ec(x,ie,re[ie]);if(cc)for(var ie of cc(re))yc.call(re,ie)&&Ec(x,ie,re[ie]);return x},oi=(x,re,ie)=>new Promise((ge,be)=>{var Ee=Ve=>{try{ke(ie.next(Ve))}catch(qe){be(qe)}},we=Ve=>{try{ke(ie.throw(Ve))}catch(qe){be(qe)}},ke=Ve=>Ve.done?ge(Ve.value):Promise.resolve(Ve.value).then(Ee,we);ke((ie=ie.apply(x,re)).next())});const Ys=({title:x,description:re,placeholder:ie,hideUpload:ge,hideInputBox:be,aiIcon:Ee,userIcon:we,children:ke,taskData:Ve,user:qe,name:Ye,code:dt,globalSetting:lt,authority:et,isShowComponent:ia=!0,DrawerProps:Ca={},FetchUrl:Za="https://ai-data.educoder.net/v1/chat-messages",FetchData:Rn={},defaultGetData:Da=!1,extraEdit:Ea=()=>null,isShowDefuatTips:vo=!0,isReview:Cr,onOpen:hn,loadingOption:yr,isIntelligentAssistant:Do=!1,intelligentAssistantItems:bo=[],showEditableBox:Mo=!1,showPreference:_i=!1,initMessage:yo="",customRequest:sr})=>{var io,eo,gi,xi,Zi,Wi,pt,qi,Ds,Et,is;const[js,Yl]=(0,ue.useState)([]),[bu,Vi]=(0,ue.useState)(null),[Pl,sl]=(0,ue.useState)(!1),[li,ll]=(0,ue.useState)([]),[iu,Ml]=(0,ue.useState)(!1),[xs,Qs]=(0,ue.useState)([]),Bi=(0,ue.useRef)(xs),Gu=(0,ue.useRef)(),ul=(0,ue.useRef)(),[cl,_u]=(0,ue.useState)(""),[Nc,Rc]=(0,ue.useState)([`${(io=Ve==null?void 0:Ve.challenge)==null?void 0:io.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`]),yu=cl==null?void 0:cl.split(`
|
|
|
`).length,[vn,Ta]=(0,ue.useState)(!1),[to,$o]=(0,ue.useState)(0),[ii,Ss]=(0,ue.useState)(null),[dl,As]=(0,ue.useState)(""),Ql=(0,ue.useRef)(null),su=!!Ve,Ks=[{img:sc,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:hc,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:(eo=Ve==null?void 0:Ve.challenge)==null?void 0:eo.task_pass},{img:Sc,name:"AI\u8F85\u5BFC",des:"\u4E3A\u5B66\u751F\u63D0\u4F9B\u4E2A\u6027\u5316\u667A\u80FD\u5B66\u4E60\u8F85\u5BFC",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB",inputs:(gi=Ve==null?void 0:Ve.challenge)==null?void 0:gi.task_pass}],Eu={maxCount:1,showUploadList:!1,withCredentials:!0,accept:".doc,.docx,.md,.txt,.pdf,.jpg,.png",beforeUpload:Bn=>{var so,Ai,Xo,vs;const Xs=(vs=(Xo=(Ai=(so=Bn==null?void 0:Bn.name)==null?void 0:so.split("."))==null?void 0:Ai.slice(-1))==null?void 0:Xo[0])==null?void 0:vs.toLowerCase(),gl=["doc","docx","md","pdf","txt","jpg","png"].includes(Xs);return Bn.size==0?(pe.ZP.warning("\u6587\u4EF6\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),fe.default.LIST_IGNORE):gl||(pe.ZP.warning("\u76EE\u524D\u652F\u6301txt\u3001md\u3001doc\u3001docx\u3001pdf\u3001jpg\u3001png\u6587\u4EF6"),fe.default.LIST_IGNORE)},onChange:({fileList:Bn})=>{ll((Bn==null?void 0:Bn.filter(so=>(so==null?void 0:so.status)==="done"))||[])},action:`${(xi=lc.Z)==null?void 0:xi.API_SERVER}/api/intelligent_imports/upload_file.json`},Fl={maxCount:1,showUploadList:!1,accept:".doc,.docx,.md,.txt,.pdf",beforeUpload:Bn=>{var so,Ai,Xo,vs;const Xs=(vs=(Xo=(Ai=(so=Bn==null?void 0:Bn.name)==null?void 0:so.split("."))==null?void 0:Ai.slice(-1))==null?void 0:Xo[0])==null?void 0:vs.toLowerCase(),gl=["doc","docx","md","pdf","txt"].includes(Xs);return Bn.size==0?(pe.ZP.warning("\u6587\u4EF6\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A"),fe.default.LIST_IGNORE):gl||(pe.ZP.warning("\u76EE\u524D\u652F\u6301txt\u3001md\u3001doc\u3001docx\u3001pdf\u6587\u4EF6"),fe.default.LIST_IGNORE)},onChange:({fileList:Bn})=>{ll((Bn==null?void 0:Bn.filter(so=>(so==null?void 0:so.status)==="done"))||[])},action:`${(Zi=lc.Z)==null?void 0:Zi.API_SERVER}/api/attachments.json`};(0,ue.useEffect)(()=>{var Bn;if(Ql.current&&ii!==null){Ql.current.focus();const so=(Bn=Ql.current.resizableTextArea)==null?void 0:Bn.textArea;so&&(so.selectionStart=so.selectionEnd=so.value.length)}},[ii]),(0,ue.useEffect)(()=>{yu<5&&Ta(!1)},[yu]),(0,ue.useEffect)(()=>{Do&&Pl&&Lc()},[Pl]),(0,ue.useEffect)(()=>{Bi.current=xs},[xs]),(0,ue.useEffect)(()=>{var Bn;lt!=null&<.setting&&Yl([...js,...((Bn=lt==null?void 0:lt.setting)==null?void 0:Bn.big_model_users)||[]])},[lt==null?void 0:lt.setting]),(0,ue.useEffect)(()=>{var Bn;Rc([`${(Bn=Ve==null?void 0:Ve.challenge)==null?void 0:Bn.task_pass}`,`${dt}`,`${dt}`])},[dt]),(0,ue.useEffect)(()=>{if(Da&&(Ca!=null&&Ca.open||Pl)&&(Rn!=null&&Rn.student_work_id)){if(bu!==(Rn==null?void 0:Rn.student_work_id))Qs([{text:"",done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]);else{if(xs.length)return;Qs([...xs,{text:"",done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}])}gc(),Vi(Rn==null?void 0:Rn.student_work_id)}},[Da,Pl,xs,Ca==null?void 0:Ca.open,Rn==null?void 0:Rn.student_work_id]),(0,ue.useEffect)(()=>{Ca!=null&&Ca.open&&yo&&(Qs([{text:yo,done:!1,key:Date.now(),sender:"user",fileList:li[0]},{text:cl,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),Ml(!0),setTimeout(()=>gc(yo),300))},[Ca==null?void 0:Ca.open]);const kc=()=>{sl(!0)},Dc=()=>{sl(!1)},Kc=()=>{Ta(!vn)},Lc=()=>oi(void 0,null,function*(){const Bn=yield(0,rc.ZP)("/api/intelligent_imports/check_number.json",{method:"get"});(Bn==null?void 0:Bn.status)===0&&$o(Bn==null?void 0:Bn.number)}),Zc=()=>{Ce.default.info({title:"\u63D0\u793A",icon:null,okText:"\u6211\u77E5\u9053\u4E86",width:510,centered:!0,content:ue.createElement("div",null,ue.createElement("div",{style:{color:"#FA6400"}},"\u60A8\u5DF2\u8FBE\u5230\u667A\u80FD\u52A9\u6559\u7684\u4F7F\u7528\u6B21\u6570"),ue.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"))})},gc=(Bn="")=>oi(void 0,null,function*(){var so,Ai;if(sr){yield sr({mes:Bn,chatData:xs,setChatData:Qs,chatDataRef:Bi.current,fileList:li}),Ml(!1);return}const Xo=(li==null?void 0:li.map(Bl=>{var gl,Hu;return((gl=Bl==null?void 0:Bl.response)==null?void 0:gl.id)||((Hu=Bl==null?void 0:Bl.response)==null?void 0:Hu.file_id)}))||[],vs={};if(Do){Xo!=null&&Xo[0]&&(vs.file_id=Xo==null?void 0:Xo[0]),vs.prompt=Bn;const Bl=xs.reduce((gl,Hu)=>{if(Hu.sender==="user"){const Bc=xs.find(Uc=>Uc.key===Hu.key&&Uc.sender==="AI");Bc&&gl.push({question:Hu.text,answer:Bc.text})}return gl},[]);vs.history=Bl}const Xs=yield(0,rc.ZP)(Za,{method:"post",body:ko(ko({inputs:{description:"",name:Ye},query:Bn,response_mode:"blocking",conversation_id:Gu.current||"",user:((so=qe==null?void 0:qe.userInfo)==null?void 0:so.login)||"\u672A\u77E5",files:Xo},Rn),vs),mode:"cors",headers:{"Content-Type":"application/json",Authorization:"Bearer app-Z8HFAfducmnrr3zO9961jqgB"}});Do&&Lc(),Ml(!1),Bi.current[Bi.current.length-1].text=Xs==null?void 0:Xs.answer,Bi.current[Bi.current.length-1].loading=!1,Bi.current[Bi.current.length-1].response=Xs,Gu.current=Xs==null?void 0:Xs.conversation_id,Do&&(Bi.current[Bi.current.length-1].text=(Ai=Xs==null?void 0:Xs.data)==null?void 0:Ai.content),Qs([...Bi.current])}),Wc=(Bn,so)=>oi(void 0,null,function*(){var Ai;if(iu)return;Ml(!0),Qs([...xs,{text:cl,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0,name:Bn==null?void 0:Bn.name}]),setTimeout(()=>{ul.current.scrollTo({top:ul.current.scrollHeight,behavior:"smooth"})});const Xo=yield(0,rc.ZP)(Za,{method:"post",body:{inputs:{description:Bn==null?void 0:Bn.inputs,name:Bn==null?void 0:Bn.name},query:Nc[so],response_mode:"blocking",user:((Ai=qe==null?void 0:qe.userInfo)==null?void 0:Ai.login)||"\u672A\u77E5",files:[]},mode:"cors",headers:{"Content-Type":"application/json",Authorization:Bn==null?void 0:Bn.Authorization}});Xo!=null&&Xo.answer&&(Ml(!1),Bi.current[Bi.current.length-1].text=Xo==null?void 0:Xo.answer,Bi.current[Bi.current.length-1].loading=!1,Bi.current[Bi.current.length-1].response=Xo,Gu.current=Xo==null?void 0:Xo.conversation_id,Qs([...Bi.current]))}),Vc=Bn=>{_u(Bn.target.value)},Mc=(Bn,so)=>{var Ai;if(Bn==="edit"&&dl.trim()!==""&&(Bi.current.splice(so),_u(""),ll([]),Qs([...Bi.current,{text:dl,done:!1,key:Date.now(),sender:"user",fileList:li[0]},{text:cl,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),Ml(!0),setTimeout(()=>{gc(dl),ul.current.scrollTo({top:ul.current.scrollHeight,behavior:"smooth"})},300),As(""),Ss(null)),Bn==="redraw"){const Xo=Bi.current.splice(so-1),vs=(Ai=Xo==null?void 0:Xo[0])==null?void 0:Ai.text;_u(""),ll([]),Qs([...Bi.current,{text:vs,done:!1,key:Date.now(),sender:"user",fileList:li[0]},{text:cl,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),Ml(!0),setTimeout(()=>{gc(vs),ul.current.scrollTo({top:ul.current.scrollHeight,behavior:"smooth"})},300),As(""),Ss(null)}},Fc=()=>{cl.trim()!==""&&(As(""),Ss(null),_u(""),ll([]),Qs([...xs,{text:cl,done:!1,key:Date.now(),sender:"user",fileList:li[0]},{text:cl,done:!1,loading:!0,key:Date.now(),sender:"AI",allowCopy:!0}]),Ml(!0),setTimeout(()=>{gc(cl),ul.current.scrollTo({top:ul.current.scrollHeight,behavior:"smooth"})},300))},Yc=Bn=>{var so;if(Bn.shiftKey){if(Bn.key==="Enter")return}else if(Bn.key==="Enter"){if(Bn.preventDefault(),li!=null&&li.length&&((so=li==null?void 0:li[0])==null?void 0:so.status)!=="done"||iu)return;Fc()}},Qc=(Bn,so)=>{var Ai,Xo,vs,Xs,Bl;return ue.createElement("div",{className:_o.editable},so===ii?ue.createElement(ue.Fragment,null,ue.createElement(oe.default.TextArea,{value:dl,ref:Ql,autoSize:!0,placeholder:"\u8BF7\u8F93\u5165",bordered:!1,onChange:gl=>As(gl.target.value)}),ue.createElement("div",{className:_o.action,style:{bottom:-52}},ue.createElement(Ae.ZP,{onClick:()=>{As(""),Ss(null)},size:"small"},"\u53D6\u6D88"),ue.createElement(Ae.ZP,{disabled:!dl.trim(),onClick:()=>Mc("edit",so),type:"primary",size:"small"},"\u786E\u8BA4"))):ue.createElement(ue.Fragment,null,ue.createElement("div",{className:_o.text},Bn==null?void 0:Bn.text),ue.createElement("div",{className:_o.action},ue.createElement(tc.CopyToClipboard,{text:(Bn==null?void 0:Bn.text)||"",onCopy:()=>pe.ZP.success("\u590D\u5236\u6210\u529F")},ue.createElement(Te.Z,{title:"\u590D\u5236"},ue.createElement("i",{className:"iconfot icon-fuzhi8 font13"}))),!iu&&ue.createElement(Te.Z,{title:"\u7F16\u8F91"},ue.createElement("i",{onClick:()=>{Ss(so),As((Bn==null?void 0:Bn.text)||"")},className:"iconfot icon-bianji10 font14"})))),(Bn==null?void 0:Bn.fileList)&&ue.createElement("div",{className:_o.file},ue.createElement("img",{src:y(90034)(`./${((vs=(Xo=(Ai=Bn==null?void 0:Bn.fileList)==null?void 0:Ai.name)==null?void 0:Xo.split("."))==null?void 0:vs.pop())||"txt"}.png`),width:20,className:"mr10"}),ue.createElement("div",{className:"c-black"},ue.createElement("div",null,(0,Dl.tP)((Xs=Bn==null?void 0:Bn.fileList)==null?void 0:Xs.name,20)),ue.createElement("div",null,(0,Dl.RD)((Bl=Bn==null?void 0:Bn.fileList)==null?void 0:Bl.size)))))},Xc=(Bn,so,Ai)=>{Qs(Xo=>(Xo[Ai][Bn]=so,so&&(Xo[Ai][Bn==="like"?"boring":"like"]=!1),[...Xo]))};if(su&&!js.includes((Wi=(0,zu.eY)())==null?void 0:Wi.login)){if(!(Ve!=null&&Ve.chatgpt))return ue.createElement(ue.Fragment,null)}else if(!ia||!(et||js.includes((pt=(0,zu.eY)())==null?void 0:pt.login)))return ue.createElement(ue.Fragment,null);return Do&&!js.includes((qi=(0,zu.eY)())==null?void 0:qi.login)?ue.createElement(ue.Fragment,null):ue.createElement("div",null,ke?ue.createElement("div",{onClick:hn||kc},ue.createElement(Fe.Outlet,null),ke):ue.createElement(ic,{src:Do?vc:"",onClick:hn||kc}),ue.createElement(Ie.Z,{className:`${Ca!=null&&Ca.open||Pl?"body-overflow-hidden":""} ${_o.answerWrp}`,width:(Ca==null?void 0:Ca.width)||880,title:ue.createElement("span",{className:_o.title},x||"\u5934\u6B4CAI"),onClose:(Ca==null?void 0:Ca.onClose)||Dc,open:(Ca==null?void 0:Ca.open)||Pl,afterOpenChange:Bn=>{Bn||(As(""),Ss(null))}},ue.createElement("div",{className:_o["ai-wrp"]},ue.createElement("div",{ref:ul,className:_o["chat-container"]},vo&&ue.createElement("div",{className:_o.li},ue.createElement("img",{className:_o.img,src:Ee||"/images/ai_icon.png"}),ue.createElement("div",{className:_o.content},ue.createElement("div",{className:"c-grey-333 font22"},ue.createElement("span",{className:"mr5"},"\u{1F44B}"),"\u55E8\uFF0C\u6211\u662F",Do?"":"\u5934\u6B4C",su?x:"\u667A\u80FD\u52A9\u6559",Do?"\u5C0F\u6B4C":"","\uFF0C\u60A8\u7684\u6559\u5B66\u597D\u5E2E\u624B\u3002"),ue.createElement("div",{className:"font16 mt20",style:{color:"#434D6C"}},re||"\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"),!Do&&ue.createElement("div",{className:"font16 mt20",style:{color:"#434D6C"}},"\u5FEB\u6765\u8BD5\u4E00\u4E0B\u5427\uFF5E"),su&&ue.createElement("div",{className:_o.container},Ks.map((Bn,so)=>ue.createElement("div",{onClick:()=>Wc(Bn,so),key:so,className:_o.item},ue.createElement(De.Z,{align:"middle"},ue.createElement("img",{className:"mr10",src:Bn.img}),ue.createElement("span",{style:{color:"#232B40",fontSize:16,fontWeight:600}},Bn.name)),ue.createElement("div",{className:"mt10",style:{color:"#434D6C"}},Bn.des)))),Do&&ue.createElement("div",{className:_o.container},bo==null?void 0:bo.map((Bn,so)=>ue.createElement("div",{key:so,onClick:()=>{var Ai,Xo;if(Bn.show){if(to>9){Zc();return}(Xo=(Ai=Bn.ref)==null?void 0:Ai.current)==null||Xo.onClick()}},className:Ic()(_o.itemMask,(Bn==null?void 0:Bn.show)&&_o.show)},ue.createElement(De.Z,{align:"middle"},ue.createElement("img",{className:"mr10",src:Bn.img,width:24}),ue.createElement("span",{style:{color:"#232B40",fontSize:16,fontWeight:600}},Bn.name)),ue.createElement("div",{className:"mt10",style:{color:"#434D6C",paddingLeft:34}},Bn.des),!(Bn!=null&&Bn.show)&&ue.createElement("div",{className:_o.mask},"\u656C\u8BF7\u671F\u5F85\uFF5E"),!!(Bn!=null&&Bn.show)&&ue.createElement("div",{onClick:Ai=>Ai.stopPropagation()}," ",ue.createElement(Bn.element,{ref:Bn.ref,onUpdateNum:Lc,onClose:Dc}))))))),xs==null?void 0:xs.map((Bn,so)=>{var Ai;return ue.createElement("div",{key:so,className:_o.li,style:{marginBottom:Bn.sender==="AI"&&((Ai=xs[so+1])==null?void 0:Ai.sender)!=="user"||Mo?50:20}},ue.createElement("img",{className:_o.img,src:Bn.sender==="AI"?Ee||"/images/ai_icon.png":we||"/images/ai_user.png"}),ue.createElement("div",{style:{marginTop:Mo&&Bn.sender==="user"&&(Bn!=null&&Bn.fileList)?64:0},className:`${_o.content} ${Bn.sender==="AI"||Mo?"":_o.user}`},Bn.loading?ue.createElement("div",null,ue.createElement("div",{className:_o["loading-wanx"]},ue.createElement("div",{className:_o["dot-flashing"]}),ue.createElement("div",{className:_o["dot-flashing"]}),ue.createElement("div",{className:_o["dot-flashing"]})),ue.createElement("div",{style:{marginTop:10,color:"#9096A3"}},(yr==null?void 0:yr.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")):ue.createElement(ue.Fragment,null,!!Bn.name&&ue.createElement("div",{className:"mb10 font18",style:{color:"#232B40",fontWeight:600}},Bn==null?void 0:Bn.name),Bn.sender==="user"&&Mo?Qc(Bn,so):ue.createElement(Tc,{showEditableBox:Mo,onRedraw:()=>Mc("redraw",so),scrollBox:ul,Data:Bn,extraEdit:Ea,loading:iu,showPreference:_i,onPreference:(Xo,vs)=>Xc(Xo,vs,so)}))))})),!be&&ue.createElement("div",{className:`${_o["footer-container"]} ${vn?_o.full:""} ${li.length>=1&&_o["has-file"]}`},!!li.length&&ue.createElement(De.Z,{align:"middle",className:"pb5 pt5"},ue.createElement("span",{title:(Ds=li==null?void 0:li[0])==null?void 0:Ds.name,className:"mr10"},(0,Dl.tP)((Et=li==null?void 0:li[0])==null?void 0:Et.name,40)),ue.createElement("i",{onClick:()=>ll([]),className:"iconfont current icon-shanchu15 delete-hover c-red-ee4 font14"})),ue.createElement(Te.Z,{title:to>9?ue.createElement("div",null,ue.createElement("div",null,"\u60A8\u5DF2\u8FBE\u5230\u667A\u80FD\u52A9\u6559\u7684\u4F7F\u7528\u6B21\u6570"),ue.createElement("div",null,"\u667A\u80FD\u52A9\u6559\u6BCF\u5929\u9650\u5236\u4F7F\u752810\u6B21\uFF0C\u8BF7\u660E\u5929\u518D\u8BD5\u3002")):""},ue.createElement("div",{style:li.length?{paddingLeft:0}:{},className:`${_o["input-container"]} ${yu>4?_o.lineFour:""} ${to>9?_o.disabledNumClass:""}`},!ge&&ue.createElement("div",{className:_o["footer-container-upload"]},ue.createElement(fe.default,ko({},Cr?Fl:Eu),li!=null&&li.length?null:ue.createElement(Ae.ZP,{className:_o["upload-btn"],icon:ue.createElement("i",{className:"iconfont icon-shangchuan4 c-white"})}))),ue.createElement(oe.default.TextArea,{rows:yu>4?4:yu,placeholder:ie||"\u5728\u8FD9\u91CC\u8F93\u5165\u4F60\u95EE\u9898\u5427,Shift+Enter\u6362\u884C\uFF5E",value:cl,bordered:!1,style:ge?{paddingLeft:0,marginLeft:0}:{},onChange:Vc,onKeyPress:Yc}),ue.createElement(Ae.ZP,{className:_o["send-btn"],icon:ue.createElement("i",{className:"iconfont icon-fasong2 c-white"}),disabled:!!(li!=null&&li.length)&&((is=li==null?void 0:li[0])==null?void 0:is.status)!=="done"||iu,onClick:Fc}),yu>4&&ue.createElement("span",{className:_o.fullIcon,onClick:Kc},vn&&ue.createElement("span",{className:"iconfont icon-shousuo"}),!vn&&ue.createElement("span",{className:"iconfont icon-zhankai"}))))))))};var Vl=(0,Fe.connect)(({globalSetting:x,user:re})=>({globalSetting:x,user:re}))(Ys)},96670:function(de,ne,y){"use strict";y.d(ne,{t:function(){return Fe}});var ee=y(67294),se=y(71577),ue={buttonFixed:"buttonFixed___vyq30",button:"button___hxmYv",buttonWrap:"buttonWrap___uK8dl"},pe=y(94184),fe=y.n(pe),Ce=Object.defineProperty,oe=Object.getOwnPropertySymbols,Ae=Object.prototype.hasOwnProperty,Te=Object.prototype.propertyIsEnumerable,Ie=(Oe,me,a)=>me in Oe?Ce(Oe,me,{enumerable:!0,configurable:!0,writable:!0,value:a}):Oe[me]=a,De=(Oe,me)=>{for(var a in me||(me={}))Ae.call(me,a)&&Ie(Oe,a,me[a]);if(oe)for(var a of oe(me))Te.call(me,a)&&Ie(Oe,a,me[a]);return Oe};const Fe=({cancelText:Oe="\u53D6\u6D88",okText:me="\u786E\u5B9A",loading:a=!1,hasOkBtn:b=!0,hasCancelBtn:z=!0,okButtonProps:E={},onCancel:te=()=>{},onOk:ae=()=>{},className:le=""})=>ee.createElement("div",{className:fe()(ue.buttonFixed,le)},ee.createElement("div",{className:ue.buttonWrap},z&&ee.createElement(se.ZP,{size:"middle",className:`${ue.button} mr20`,onClick:te},Oe),b&&ee.createElement(se.ZP,De({size:"middle",type:"primary",className:`${ue.button} mr20`,loading:a,onClick:ae},E),me)))},63205:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return De}});var ee=y(67294),se={imageDimensions:"imageDimensions___a7crR",img:"img___Kroat",fullWidth:"fullWidth___c492T"},ue=y(94184),pe=y.n(ue),fe=y(57953),Ce=y(15979),oe=y(33170),Ae=y(28706),Te=(Fe,Oe,me)=>new Promise((a,b)=>{var z=ae=>{try{te(me.next(ae))}catch(le){b(le)}},E=ae=>{try{te(me.throw(ae))}catch(le){b(le)}},te=ae=>ae.done?a(ae.value):Promise.resolve(ae.value).then(z,E);te((me=me.apply(Fe,Oe)).next())}),De=({data:Fe,className:Oe,fullWidth:me,style:a={},onClose:b,onOk:z,showFullTools:E,noAssociationId:te})=>{const ae=(0,ee.useRef)(null),le=(0,ee.useRef)(null),ce=(0,ee.useRef)(null),he=(0,ee.useRef)(null),[ye,Pe]=(0,ee.useState)(!1),[Me,Be]=(0,ee.useState)("\u6B63\u5728\u52A0\u8F7D\u4E2D");(0,ee.useEffect)(()=>{ce.current||(ce.current=document.createElement("style"),document.head.appendChild(ce.current)),Fe!=null&&Fe.visible?(document.body.setAttribute("data-custom","y-hidden"),ce.current.innerHTML=" html { overflow-y: hidden; }",Fe!=null&&Fe.src&&Ze()):(document.body.removeAttribute("data-custom"),ce.current&&(document.head.removeChild(ce.current),ce.current=null))},[Fe==null?void 0:Fe.visible]);const Ze=()=>Te(void 0,null,function*(){Pe(!0),Be("\u6B63\u5728\u52A0\u8F7D\u4E2D");const Ct=yield(0,Ae.ZJ)(Fe==null?void 0:Fe.src);ae.current.src="",ae.current.src=Ct,ae.current.onload=function(){Sn()},Pe(!1),Be("")}),Le=()=>{document.body.removeAttribute("data-custom"),ce.current.innerHTML=" ",b()},bt=Ct=>Te(void 0,null,function*(){Pe(!0),Be("\u6B63\u5728\u4FDD\u5B58\u4E2D");const St=yield(0,oe.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Fe.title,file:Ct.dataUrl}});St!=null&&St.id&&!te?(yield(0,oe.ZP)(`/api/attachments/${Fe.id}/add_subitem.json`,{method:"post",body:{subitem_id:St==null?void 0:St.id,settings:JSON.stringify(Ct.state)}})).status===0&&z():St!=null&&St.id&&z(St),document.body.removeAttribute("data-custom"),ce.current.innerHTML=" ",Pe(!1),Be("")}),xt=()=>{const Ct=document.querySelector('a[href="https://markerjs.com/"]');Ct&&Ct.parentNode&&(Ct.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(Ht=>{const zt=document.querySelector(Ht.name);zt&&zt.setAttribute("title",Ht.title)})},Sn=()=>{le.current=new Ce.hP(ae.current),le.current.targetRoot=he.current,le.current.addEventListener("render",bt),le.current.addEventListener("beforeclose",Le),E&&(le.current.availableMarkerTypes=le.current.ALL_MARKER_TYPES,le.current.uiStyleSettings.redoButtonVisible=!0,le.current.uiStyleSettings.notesButtonVisible=!0,le.current.uiStyleSettings.zoomButtonVisible=!0,le.current.uiStyleSettings.zoomOutButtonVisible=!0,le.current.uiStyleSettings.clearButtonVisible=!0),window.markerArea=le.current.uiStyleSettings,le.current.show(),Fe!=null&&Fe.snapshotData&&le.current.restoreState(Fe.snapshotData),setTimeout(()=>{window.scrollTo(0,0),xt()},300)};return ee.createElement(ee.Fragment,null,(Fe==null?void 0:Fe.visible)&&ee.createElement(fe.Z,{spinning:ye,tip:Me,style:{position:"absolute"}},ee.createElement("div",{ref:he,className:pe()(se.imageDimensions,Oe,me?se.fullWidth:""),style:a},ee.createElement("img",{className:se.img,ref:ae}))))}},36527:function(de,ne,y){"use strict";var ee=y(67294),se=y(71230),ue=y(15746),pe=y(36182),fe=y(71577),Ce=y(85725),oe=y(71736),Ae=y(84279),Te=y(67294);const Ie=(0,ee.forwardRef)(({callback:De,showSaveButton:Fe,value:Oe=""},me)=>{const a=(0,ee.useRef)(),b=[{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 "}]}]}],z=[{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}`}]}]}],E=le=>{a.current.setValue(a.current.getValue()+" "+le.value+" ")},te=[{key:"1",label:"\u5FEB\u6377\u6A21\u677F",children:Te.createElement(se.Z,{className:oe.Z.lists,gutter:[10,10]},b.map((le,ce)=>Te.createElement(ue.Z,{flex:"110px",className:oe.Z.item},Te.createElement("div",null,Te.createElement(Ce.Z,{value:`$$${le.value}$$`}),le.name),Te.createElement("div",{className:oe.Z.children},le.children.map((he,ye)=>Te.createElement("div",{key:ye},Te.createElement("h1",null,he.name),Te.createElement(se.Z,{gutter:[10,10]},he.data.map((Pe,Me)=>Te.createElement(ue.Z,{key:Me,onClick:()=>E(Pe),className:oe.Z.diamond},Te.createElement(Ce.Z,{value:"`$$"+Pe.value+"$$`"}))))))))))},{key:"2",label:"\u516C\u5F0F\u6A21\u677F",children:Te.createElement(se.Z,{className:oe.Z.lists,gutter:[10,10]},z.map((le,ce)=>Te.createElement(ue.Z,{flex:"110px",className:oe.Z.item},Te.createElement("div",null,Te.createElement(Ce.Z,{value:"`$$"+le.value+"$$`"}),le.name),Te.createElement("div",{className:oe.Z.children},le.children.map((he,ye)=>Te.createElement("div",{key:ye},he.name&&Te.createElement("h1",null,he.name),Te.createElement(se.Z,{gutter:[10,10]},he.data.map((Pe,Me)=>Te.createElement(ue.Z,{key:Me,onClick:()=>E(Pe),className:oe.Z.diamond},Te.createElement(Ce.Z,{value:"`$$"+Pe.value+"$$`"}))))))))))}],ae=()=>{var le=document.createElement("div");le.innerHTML=a.current.getValue();var ce=le.innerText;return De&&De(ce),ce};return(0,ee.useImperativeHandle)(me,()=>({getData:ae})),Te.createElement("div",{className:oe.Z.mathWrap},Te.createElement(pe.default,{defaultActiveKey:"1",items:te}),Te.createElement("math-field",{locale:"zh_cn",className:oe.Z.mathField,placeholder:"\u8BF7\u6253\u5F00\u952E\u76D8\uFF0C\u8F93\u5165\u516C\u5F0F",ref:a,style:{width:800,marginTop:30,fontSize:18}},Oe||""),Fe&&Te.createElement("div",{className:oe.Z.button},Te.createElement(fe.ZP,{size:"large",onClick:ae,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))});ne.Z=Ie},57444:function(de,ne,y){"use strict";y.d(ne,{h:function(){return le}});var ee=y(67294),se=y(42563),ue=y(91773),pe=y(71577),fe=y(4631),Ce=y.n(fe),oe=y(71749),Ae=y(30483),Te=Object.defineProperty,Ie=Object.defineProperties,De=Object.getOwnPropertyDescriptors,Fe=Object.getOwnPropertySymbols,Oe=Object.prototype.hasOwnProperty,me=Object.prototype.propertyIsEnumerable,a=(ce,he,ye)=>he in ce?Te(ce,he,{enumerable:!0,configurable:!0,writable:!0,value:ye}):ce[he]=ye,b=(ce,he)=>{for(var ye in he||(he={}))Oe.call(he,ye)&&a(ce,ye,he[ye]);if(Fe)for(var ye of Fe(he))me.call(he,ye)&&a(ce,ye,he[ye]);return ce},z=(ce,he)=>Ie(ce,De(he));const E=se.default.Option,te={labelCol:{span:4},wrapperCol:{span:20}},ae={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"]};ne.Z=({callback:ce,onCancel:he})=>{const[ye,Pe]=(0,ee.useState)("python");function Me(Ze){Pe(ae[Ze][1])}function Be(Ze){ce(Ze)}return ee.createElement(ue.default,z(b({},te),{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:Be,style:{width:500}}),ee.createElement(ue.default.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},ee.createElement(se.default,{getPopupContainer:Ze=>Ze.parentNode,onChange:Me},Object.keys(ae).map(Ze=>ee.createElement(E,{key:Ze,value:Ze},ae[Ze][0])))),ee.createElement(ue.default.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},ee.createElement(le,{mode:ye})),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(pe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(pe.ZP,{type:"ghost",onClick:he},"\u53D6\u6D88")))};function le({value:ce,onChange:he,mode:ye,options:Pe={}}){const Me=(0,ee.useRef)(),[Be,Ze]=(0,ee.useState)();return(0,ee.useEffect)(()=>{if(Be){let Le=function(bt){const xt=bt.getValue();he&&he(xt)};return Be.on("change",Le),()=>{Be.off("change",Le)}}},[Be,he]),(0,ee.useEffect)(()=>{Be&&Be.setOption("mode",ye)},[Be,ye]),(0,ee.useEffect)(()=>{Be&&(ce!==Be.getValue()||ce==="")&&setTimeout(()=>{Be.setValue(ce||"")},300)},[Be,ce]),(0,ee.useEffect)(()=>{if(Me.current&&!Be){const Le=Ce().fromTextArea(Me.current,b({mode:ye,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},Pe));Ze(Le)}},[Me.current,Be]),ee.createElement("div",{className:"my-codemirror-container"},ee.createElement("textarea",{ref:Me}))}},35567:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Va}});var ee=y(67294),se=y(4631),ue=y.n(se),pe=y(91033),fe=y(71749),Ce=y(57341),oe=y(82801),Ae=y(88386),Te=y(49047),Ie=y(80785),De=y(85725),Fe=({value:ht="",className:Pt,showTextOnly:ut,showLines:Nn,style:wa={}})=>{const ma=(0,ee.useMemo)(()=>"",[ht]);return ee.createElement(ee.Fragment,null,ee.createElement("div",{dangerouslySetInnerHTML:{__html:ma}}))},Oe=y(67294),me=Object.defineProperty,a=Object.defineProperties,b=Object.getOwnPropertyDescriptors,z=Object.getOwnPropertySymbols,E=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable,ae=(ht,Pt,ut)=>Pt in ht?me(ht,Pt,{enumerable:!0,configurable:!0,writable:!0,value:ut}):ht[Pt]=ut,le=(ht,Pt)=>{for(var ut in Pt||(Pt={}))E.call(Pt,ut)&&ae(ht,ut,Pt[ut]);if(z)for(var ut of z(Pt))te.call(Pt,ut)&&ae(ht,ut,Pt[ut]);return ht},ce=(ht,Pt)=>a(ht,b(Pt));let he=[{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 ye({onActionCallback:ht,title:Pt,icon:ut,actionName:Nn,className:wa="",children:ma}){function vr(){ht(Nn)}return Oe.createElement("a",{title:Pt,className:wa,onClick:vr},Oe.createElement("i",{className:`${ut}`}),ma)}var Pe=({watch:ht,showNullButton:Pt,showNullProgramButton:ut,onActionCallback:Nn,fullScreen:wa,insertTemp:ma,hidetoolBar:vr,extraUse:mr})=>{const _r=[...he,{title:`${ht?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"}`,icon:`${ht?"md-iconfont icon-eye-slash":"md-iconfont icon-eye"}`,actionName:"trigger-watch"}];return Oe.createElement("ul",{className:"markdown-toolbar-container"},!vr&&_r.map((Wr,No)=>Oe.createElement("li",{key:No},Wr.actionName?Oe.createElement(ye,ce(le({},Wr),{onActionCallback:Nn})):Oe.createElement("span",{className:"v-line"}))),Pt?Oe.createElement("li",null,Oe.createElement(ye,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Nn},Oe.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,ut?Oe.createElement(Oe.Fragment,null,Oe.createElement("li",null,Oe.createElement(ye,{icon:"md-iconfont icon-edit insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-signal",onActionCallback:Nn},Oe.createElement("span",{className:"fill-tip"},"+\u5355\u884C\u586B\u7A7A\u9879"))),Oe.createElement("li",null,Oe.createElement(ye,{icon:"md-iconfont icon-uniE900 insert-blank",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-multiple",onActionCallback:Nn},Oe.createElement("span",{className:"fill-tip"},"+\u591A\u884C\u586B\u7A7A\u9879")))):null,ma&&Oe.createElement("li",null,Oe.createElement(ye,{icon:"md-iconfont icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:`inster-template-${ma}`,onActionCallback:Nn},Oe.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),mr&&Oe.createElement("li",null,mr),Oe.createElement("li",{className:"btn-full-screen"},Oe.createElement(ye,{icon:`${wa?"md-iconfont icon-shrink":"md-iconfont icon-enlarge"}`,title:wa?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:Nn})))},Me=y(76621),Be=y(91773),Ze=y(11486),Le=y(71577),bt=Object.defineProperty,xt=Object.defineProperties,Sn=Object.getOwnPropertyDescriptors,Ct=Object.getOwnPropertySymbols,St=Object.prototype.hasOwnProperty,Ht=Object.prototype.propertyIsEnumerable,zt=(ht,Pt,ut)=>Pt in ht?bt(ht,Pt,{enumerable:!0,configurable:!0,writable:!0,value:ut}):ht[Pt]=ut,sn=(ht,Pt)=>{for(var ut in Pt||(Pt={}))St.call(Pt,ut)&&zt(ht,ut,Pt[ut]);if(Ct)for(var ut of Ct(Pt))Ht.call(Pt,ut)&&zt(ht,ut,Pt[ut]);return ht},Pn=(ht,Pt)=>xt(ht,Sn(Pt));const wt={labelCol:{span:4},wrapperCol:{span:20}};var gn=({callback:ht,onCancel:Pt})=>{function ut(Nn){ht(Nn)}return ee.createElement(Be.default,Pn(sn({},wt),{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:ut,style:{width:500}}),ee.createElement(Be.default.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},ee.createElement(Ze.default,null)),ee.createElement(Be.default.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},ee.createElement(Ze.default,null)),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(Le.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(Le.ZP,{type:"ghost",onClick:Pt},"\u53D6\u6D88")))},Gn=y(57444),nt=y(70859),_t=y(14446),Qt=y(71230),Vn=y(63205),dn=y(67294),Fn=({callback:ht,onCancel:Pt})=>{const ut=document.createElement("canvas"),Nn=ut.getContext("2d");ut.width=1e3,ut.height=800,Nn.fillStyle="#ffffff",Nn.fillRect(0,0,ut.width,ut.height);const wa=ut.toDataURL("image/png");return dn.createElement(_t.default,{open:!0,width:"100vw",style:{height:"100vh",top:0},footer:null,title:null,closable:!1},dn.createElement(Qt.Z,{style:{height:"100vh"}},dn.createElement(Vn.Z,{fullWidth:!0,noAssociationId:!0,showFullTools:!0,data:{src:wa,visible:!0,title:String(Date.now())},onOk:ma=>{ht({src:ma.url})},onClose:Pt})))},Qe=y(23495);function Cn(){go.CommandHandler.call(this),this._arrowKeyBehavior="move",this._pasteOffset=new go.Point(10,10),this._lastPasteOffset=new go.Point(0,0)}go.Diagram.inherit(Cn,go.CommandHandler),Cn.prototype.canAlignSelection=function(){var ht=this.diagram;return!(ht===null||ht.isReadOnly||ht.isModelReadOnly||ht.selection.count<2)},Cn.prototype.alignLeft=function(){var ht=this.diagram;ht.startTransaction("aligning left");var Pt=1/0;ht.selection.each(function(ut){ut instanceof go.Link||(Pt=Math.min(ut.position.x,Pt))}),ht.selection.each(function(ut){ut instanceof go.Link||ut.move(new go.Point(Pt,ut.position.y))}),ht.commitTransaction("aligning left")},Cn.prototype.alignRight=function(){var ht=this.diagram;ht.startTransaction("aligning right");var Pt=-1/0;ht.selection.each(function(ut){if(!(ut instanceof go.Link)){var Nn=ut.actualBounds.x+ut.actualBounds.width;Pt=Math.max(Nn,Pt)}}),ht.selection.each(function(ut){ut instanceof go.Link||ut.move(new go.Point(Pt-ut.actualBounds.width,ut.position.y))}),ht.commitTransaction("aligning right")},Cn.prototype.alignTop=function(){var ht=this.diagram;ht.startTransaction("alignTop");var Pt=1/0;ht.selection.each(function(ut){ut instanceof go.Link||(Pt=Math.min(ut.position.y,Pt))}),ht.selection.each(function(ut){ut instanceof go.Link||ut.move(new go.Point(ut.position.x,Pt))}),ht.commitTransaction("alignTop")},Cn.prototype.alignBottom=function(){var ht=this.diagram;ht.startTransaction("aligning bottom");var Pt=-1/0;ht.selection.each(function(ut){if(!(ut instanceof go.Link)){var Nn=ut.actualBounds.y+ut.actualBounds.height;Pt=Math.max(Nn,Pt)}}),ht.selection.each(function(ut){ut instanceof go.Link||ut.move(new go.Point(ut.actualBounds.x,Pt-ut.actualBounds.height))}),ht.commitTransaction("aligning bottom")},Cn.prototype.alignCenterX=function(){var ht=this.diagram,Pt=ht.selection.first();if(Pt){ht.startTransaction("aligning Center X");var ut=Pt.actualBounds.x+Pt.actualBounds.width/2;ht.selection.each(function(Nn){Nn instanceof go.Link||Nn.move(new go.Point(ut-Nn.actualBounds.width/2,Nn.actualBounds.y))}),ht.commitTransaction("aligning Center X")}},Cn.prototype.alignCenterY=function(){var ht=this.diagram,Pt=ht.selection.first();if(Pt){ht.startTransaction("aligning Center Y");var ut=Pt.actualBounds.y+Pt.actualBounds.height/2;ht.selection.each(function(Nn){Nn instanceof go.Link||Nn.move(new go.Point(Nn.actualBounds.x,ut-Nn.actualBounds.height/2))}),ht.commitTransaction("aligning Center Y")}},Cn.prototype.alignColumn=function(ht){var Pt=this.diagram;Pt.startTransaction("align Column"),ht===void 0&&(ht=0),ht=parseFloat(ht);var ut=new Array;Pt.selection.each(function(mr){mr instanceof go.Link||ut.push(mr)});for(var Nn=0;Nn<ut.length-1;Nn++){var wa=ut[Nn],ma=wa.actualBounds.y+wa.actualBounds.height+ht,vr=ut[Nn+1];vr.move(new go.Point(wa.actualBounds.x,ma))}Pt.commitTransaction("align Column")},Cn.prototype.alignRow=function(ht){ht===void 0&&(ht=0),ht=parseFloat(ht);var Pt=this.diagram;Pt.startTransaction("align Row");var ut=new Array;Pt.selection.each(function(mr){mr instanceof go.Link||ut.push(mr)});for(var Nn=0;Nn<ut.length-1;Nn++){var wa=ut[Nn],ma=wa.actualBounds.x+wa.actualBounds.width+ht,vr=ut[Nn+1];vr.move(new go.Point(ma,wa.actualBounds.y))}Pt.commitTransaction("align Row")},Cn.prototype.canRotate=function(ht){var Pt=this.diagram;return!(Pt===null||Pt.isReadOnly||Pt.isModelReadOnly||Pt.selection.count<1)},Cn.prototype.rotate=function(ht){ht===void 0&&(ht=90);var Pt=this.diagram;Pt.startTransaction("rotate "+ht.toString());var Pt=this.diagram;Pt.selection.each(function(ut){ut instanceof go.Link||ut instanceof go.Group||(ut.angle+=ht)}),Pt.commitTransaction("rotate "+ht.toString())},Cn.prototype.pullToFront=function(){var ht=this.diagram;ht.startTransaction("pullToFront");var Pt=new go.Map;ht.selection.each(function(ut){Pt.set(ut.layer,0)}),Pt.iteratorKeys.each(function(ut){var Nn=0;ut.parts.each(function(wa){if(!wa.isSelected){var ma=wa.zOrder;isNaN(ma)?wa.zOrder=0:Nn=Math.max(Nn,ma)}}),Pt.set(ut,Nn)}),ht.selection.each(function(ut){Cn._assignZOrder(ut,Pt.get(ut.layer)+1)}),ht.commitTransaction("pullToFront")},Cn.prototype.pushToBack=function(){var ht=this.diagram;ht.startTransaction("pushToBack");var Pt=new go.Map;ht.selection.each(function(ut){Pt.set(ut.layer,0)}),Pt.iteratorKeys.each(function(ut){var Nn=0;ut.parts.each(function(wa){if(!wa.isSelected){var ma=wa.zOrder;isNaN(ma)?wa.zOrder=0:Nn=Math.min(Nn,ma)}}),Pt.set(ut,Nn)}),ht.selection.each(function(ut){Cn._assignZOrder(ut,Pt.get(ut.layer)-1-Cn._findGroupDepth(ut))}),ht.commitTransaction("pushToBack")},Cn._assignZOrder=function(ht,Pt,ut){ut===void 0&&(ut=ht),ht.layer===ut.layer&&(ht.zOrder=Pt),ht instanceof go.Group&&ht.memberParts.each(function(Nn){Cn._assignZOrder(Nn,Pt+1,ut)})},Cn._findGroupDepth=function(ht){if(ht instanceof go.Group){var Pt=0;return ht.memberParts.each(function(ut){Pt=Math.max(Pt,Cn._findGroupDepth(ut))}),Pt+1}else return 0},Cn.prototype.doKeyDown=function(){var ht=this.diagram;if(ht!==null){var Pt=ht.lastInput;if(Pt.key==="Up"||Pt.key==="Down"||Pt.key==="Left"||Pt.key==="Right"){var ut=this.arrowKeyBehavior;if(ut==="none")return;if(ut==="select"){this._arrowKeySelect();return}else if(ut==="move"){this._arrowKeyMove();return}else if(ut==="tree"){this._arrowKeyTree();return}}go.CommandHandler.prototype.doKeyDown.call(this)}},Cn.prototype._getAllParts=function(){var ht=new Array;return this.diagram.nodes.each(function(Pt){ht.push(Pt)}),this.diagram.parts.each(function(Pt){ht.push(Pt)}),ht},Cn.prototype._arrowKeyMove=function(){var ht=this.diagram,Pt=ht.lastInput,ut=0,Nn=0;if(Pt.control||Pt.meta)ut=1,Nn=1;else if(ht.grid!==null){var wa=ht.grid.gridCellSize;Nn=wa.width,ut=wa.height}ht.startTransaction("arrowKeyMove"),ht.selection.each(function(ma){Pt.key==="Up"?ma.move(new go.Point(ma.actualBounds.x,ma.actualBounds.y-ut)):Pt.key==="Down"?ma.move(new go.Point(ma.actualBounds.x,ma.actualBounds.y+ut)):Pt.key==="Left"?ma.move(new go.Point(ma.actualBounds.x-Nn,ma.actualBounds.y)):Pt.key==="Right"&&ma.move(new go.Point(ma.actualBounds.x+Nn,ma.actualBounds.y))}),ht.commitTransaction("arrowKeyMove")},Cn.prototype._arrowKeySelect=function(){var ht=this.diagram,Pt=ht.lastInput,ut=null;Pt.key==="Up"?ut=this._findNearestPartTowards(270):Pt.key==="Down"?ut=this._findNearestPartTowards(90):Pt.key==="Left"?ut=this._findNearestPartTowards(180):Pt.key==="Right"&&(ut=this._findNearestPartTowards(0)),ut!==null&&(Pt.shift?ut.isSelected=!0:Pt.control||Pt.meta?ut.isSelected=!ut.isSelected:ht.select(ut))},Cn.prototype._findNearestPartTowards=function(ht){var Pt=this.diagram.selection.first();if(Pt===null)return null;for(var ut=Pt.actualBounds.center,Nn=this._getAllParts(),wa=1/0,ma=Pt,vr=0;vr<Nn.length;vr++){var mr=Nn[vr];if(mr!==Pt&&mr.canSelect()){var _r=mr.actualBounds.center,Wr=ut.directionPoint(_r),No=this._angleCloseness(Wr,ht);if(No<=45){var En=ut.distanceSquaredPoint(_r);En*=1+Math.sin(No*Math.PI/180),En<wa&&(wa=En,ma=mr)}}}return ma},Cn.prototype._angleCloseness=function(ht,Pt){return Math.min(Math.abs(Pt-ht),Math.min(Math.abs(Pt+360-ht),Math.abs(Pt-360-ht)))},Cn.prototype._arrowKeyTree=function(){var ht=this.diagram,Pt=ht.selection.first();if(Pt instanceof go.Node){var ut=ht.lastInput;if(ut.key==="Right"){if(!Pt.isTreeLeaf)if(!Pt.isTreeExpanded)ht.commandHandler.canExpandTree(Pt)&&ht.commandHandler.expandTree(Pt);else{var Nn=this._sortTreeChildrenByY(Pt).first();Nn!==null&&ht.select(Nn)}}else if(ut.key==="Left")if(!Pt.isTreeLeaf&&Pt.isTreeExpanded)ht.commandHandler.canCollapseTree(Pt)&&ht.commandHandler.collapseTree(Pt);else{var wa=Pt.findTreeParentNode();wa!==null&&ht.select(wa)}else if(ut.key==="Up"){var wa=Pt.findTreeParentNode();if(wa!==null){var ma=this._sortTreeChildrenByY(wa),vr=ma.indexOf(Pt);if(vr>0){for(var mr=ma.elt(vr-1);mr!==null&&mr.isTreeExpanded&&!mr.isTreeLeaf;){var _r=this._sortTreeChildrenByY(mr);mr=_r.last()}mr!==null&&ht.select(mr)}else ht.select(wa)}}else if(ut.key==="Down")if(Pt.isTreeExpanded&&!Pt.isTreeLeaf){var Nn=this._sortTreeChildrenByY(Pt).first();Nn!==null&&ht.select(Nn)}else for(;Pt!==null;){var wa=Pt.findTreeParentNode();if(wa===null)break;var ma=this._sortTreeChildrenByY(wa),vr=ma.indexOf(Pt);if(vr<ma.length-1){ht.select(ma.elt(vr+1));break}else Pt=wa}var Wr=ht.selection.first();Wr!==null&&ht.scrollToRect(Wr.actualBounds)}},Cn.prototype._sortTreeChildrenByY=function(ht){var Pt=new go.List().addAll(ht.findTreeChildrenNodes());return Pt.sort(function(ut,Nn){var wa=ut.location,ma=Nn.location;return wa.y<ma.y?-1:wa.y>ma.y?1:wa.x<ma.x?-1:wa.x>ma.x?1:0}),Pt},Cn.prototype.copyToClipboard=function(ht){go.CommandHandler.prototype.copyToClipboard.call(this,ht),this._lastPasteOffset.set(this.pasteOffset)},Cn.prototype.pasteFromClipboard=function(){var ht=go.CommandHandler.prototype.pasteFromClipboard.call(this);return this.diagram.moveParts(ht,this._lastPasteOffset),this._lastPasteOffset.add(this.pasteOffset),ht},Object.defineProperty(Cn.prototype,"arrowKeyBehavior",{get:function(){return this._arrowKeyBehavior},set:function(ht){if(ht!=="move"&&ht!=="select"&&ht!=="scroll"&&ht!=="tree"&&ht!=="none")throw new Error('DrawCommandHandler.arrowKeyBehavior must be either "move", "select", "scroll", "tree", or "none", not: '+ht);this._arrowKeyBehavior=ht}}),Object.defineProperty(Cn.prototype,"pasteOffset",{get:function(){return this._pasteOffset},set:function(ht){if(!(ht instanceof go.Point))throw new Error("DrawCommandHandler.pasteOffset must be a Point, not: "+ht);this._pasteOffset.set(ht)}});var Kn=Cn,Ha=y(18023),_n=y(15746),Vt=y(33170),Tt={myPaletteDiv:"myPaletteDiv___Xjz2I",flowChartWrp:"flowChartWrp____f45r",maxH60:"maxH60___Pd4Re"},gt=y(67294),ln=(ht,Pt,ut)=>new Promise((Nn,wa)=>{var ma=_r=>{try{mr(ut.next(_r))}catch(Wr){wa(Wr)}},vr=_r=>{try{mr(ut.throw(_r))}catch(Wr){wa(Wr)}},mr=_r=>_r.done?Nn(_r.value):Promise.resolve(_r.value).then(ma,vr);mr((ut=ut.apply(ht,Pt)).next())});function pn({onCancel:ht,callback:Pt}){let ut=(0,ee.useRef)(),Nn=(0,ee.useRef)(),wa=(0,ee.useRef)(),ma=(0,ee.useRef)(!1);const vr=(0,ee.useRef)(!1),[mr,_r]=(0,ee.useState)(0);function Wr(){const En=Qe.bx.make,Nr={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"};ut.current=new Qe.S0(Nn.current,{padding:20,grid:En(Qe.s_,"Grid",En(Qe.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),En(Qe.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),"draggingTool.isGridSnapEnabled":!0,handlesDragDropForTopLevelParts:!0,mouseDrop:an=>{var Ln=an.diagram.commandHandler.addTopLevelParts(an.diagram.selection,!0);Ln||an.diagram.currentTool.doCancel()},commandHandler:En(Kn),"clickCreatingTool.archetypeNodeData":{text:"\u672A\u547D\u540D",fill:null,stroke:null,borderColor:"rgba(0,0,0,0)"},PartCreated:an=>{var Ln=an.subject;Ln.location=Ln.location.copy().snapToGridPoint(an.diagram.grid.gridOrigin,an.diagram.grid.gridCellSize),setTimeout(()=>{an.diagram.commandHandler.editTextBlock()},20)},"commandHandler.archetypeGroupData":{isGroup:!0,text:"NEW GROUP"},SelectionGrouped:an=>{var Ln=an.subject;setTimeout(()=>{an.diagram.commandHandler.editTextBlock()})},LinkRelinked:an=>{var Ln=an.parameter.part;Ln.invalidateConnectedLinks();var Sa=an.subject;an.diagram.toolManager.linkingTool.isForwards?Sa.toNode.invalidateConnectedLinks():Sa.fromNode.invalidateConnectedLinks()},"undoManager.isEnabled":!0}),ut.current.nodeTemplate=En(Qe.NB,"Auto",{locationSpot:Qe.z6.Center,locationObjectName:"SHAPE",desiredSize:new Qe.$u(120,60),minSize:new Qe.$u(40,40),resizable:!0,resizeCellSize:new Qe.$u(10,10),rotatable:!0},new Qe.KX("location","loc",Qe.E9.parse).makeTwoWay(Qe.E9.stringify),new Qe.KX("desiredSize","size",Qe.$u.parse).makeTwoWay(Qe.$u.stringify),En(Qe.bn,{name:"SHAPE",fill:Nr.white,cursor:"pointer",portId:"",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Qe.z6.AllSides,toSpot:Qe.z6.AllSides},new Qe.KX("figure"),new Qe.KX("fill"),new Qe.KX("stroke","borderColor"),new Qe.KX("strokeWidth","thickness"),new Qe.KX("strokeDashArray","dash")),En(Qe.bn,{width:100,height:20,strokeWidth:0,fill:"transparent"}),En(Qe.al,{margin:1,textAlign:"center",overflow:Qe.al.OverflowEllipsis,editable:!0},new Qe.KX("text").makeTwoWay(),new Qe.KX("stroke","color"))),ut.current.nodeTemplate.toolTip=En("ToolTip",En(Qe.s_,"Vertical",{maxSize:new Qe.$u(200,NaN)},En(Qe.al,{font:"bold 10pt sans-serif",textAlign:"center"},new Qe.KX("text")),En(Qe.al,{font:"10pt sans-serif",textAlign:"center"},new Qe.KX("text","details"))));function lo(an,Ln){var Sa=(qn,Mr)=>{qn.handled=!0,qn.diagram.model.commit(Rr=>{var co=Mr.part.adornedPart,Eo=new Qe.E9().setRectSpot(co.actualBounds,an);Eo.subtract(co.location),Eo.scale(2,2),Eo.x+=Math.sign(Eo.x)*130,Eo.y+=Math.sign(Eo.y)*130,Eo.add(co.location),Eo.snapToGridPoint(qn.diagram.grid.gridOrigin,qn.diagram.grid.gridCellSize);var ra=Rr.copyNodeData(co.data);Rr.setGroupKeyForNodeData(ra,Rr.getGroupKeyForNodeData(co.data)),Rr.addNodeData(ra);var Ke={from:co.key,to:Rr.getKeyForNodeData(ra)};Rr.addLinkData(Ke);var We=qn.diagram.findNodeForData(ra);We.location=Eo,qn.diagram.select(We),setTimeout(()=>{qn.diagram.commandHandler.editTextBlock()},20)})};return En(Qe.bn,{figure:Ln,alignment:an,alignmentFocus:an.opposite(),width:an.equals(Qe.z6.Top)||an.equals(Qe.z6.Bottom)?25:18,height:an.equals(Qe.z6.Top)||an.equals(Qe.z6.Bottom)?18:25,fill:"orange",stroke:Nr.white,strokeWidth:4,mouseEnter:(qn,Mr)=>Mr.fill="dodgerblue",mouseLeave:(qn,Mr)=>Mr.fill="orange",isActionable:!0,click:Sa,contextClick:Sa})}function bi(an){return En(Qe.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:(Ln,Sa)=>Sa.fill="dodgerblue",mouseLeave:(Ln,Sa)=>Sa.fill="orange",click:(Ln,Sa)=>{Ln.diagram.commandHandler.showContextMenu(Sa.part.adornedPart)}},an||{})}ut.current.nodeTemplate.selectionAdornmentTemplate=En(Qe.uz,"Spot",En(Qe.Vm,{padding:10}),lo(Qe.z6.Top,"TriangleUp"),lo(Qe.z6.Left,"TriangleLeft"),lo(Qe.z6.Right,"TriangleRight"),lo(Qe.z6.Bottom,"TriangleDown"),bi({alignment:new Qe.z6(.75,0)}));function Bo(an,Ln){return(Sa,qn)=>{Sa.handled=!0,Sa.diagram.model.commit(Mr=>{Mr.set(qn.part.adornedPart.data,an,Ln)})}}function uo(an,Ln){return Ln||(Ln="color"),En(Qe.bn,{width:16,height:16,stroke:"lightgray",fill:an,margin:1,background:"transparent",mouseEnter:(Sa,qn)=>qn.stroke="dodgerblue",mouseLeave:(Sa,qn)=>qn.stroke="lightgray",click:Bo(Ln,an),contextClick:Bo(Ln,an)})}function pi(){return[En("ContextMenuButton",En(Qe.s_,"Horizontal",uo(Nr.white,"fill"),uo(Nr.beige,"fill"),uo(Nr.extralightblue,"fill"),uo(Nr.extralightred,"fill"))),En("ContextMenuButton",En(Qe.s_,"Horizontal",uo(Nr.lightgray,"fill"),uo(Nr.lightgreen,"fill"),uo(Nr.lightblue,"fill"),uo(Nr.lightred,"fill")))]}function kr(){return[En("ContextMenuButton",En(Qe.s_,"Horizontal",uo(Nr.black),uo(Nr.green),uo(Nr.blue),uo(Nr.red))),En("ContextMenuButton",En(Qe.s_,"Horizontal",uo(Nr.white),uo(Nr.magenta),uo(Nr.purple),uo(Nr.orange)))]}function st(an,Ln){return Ln||(Ln="thickness"),En(Qe.bn,"LineH",{width:16,height:16,strokeWidth:an,margin:1,background:"transparent",mouseEnter:(Sa,qn)=>qn.background="dodgerblue",mouseLeave:(Sa,qn)=>qn.background="transparent",click:Bo(Ln,an),contextClick:Bo(Ln,an)})}function Ft(an,Ln){return Ln||(Ln="dash"),En(Qe.bn,"LineH",{width:24,height:16,strokeWidth:2,strokeDashArray:an,margin:1,background:"transparent",mouseEnter:(Sa,qn)=>qn.background="dodgerblue",mouseLeave:(Sa,qn)=>qn.background="transparent",click:Bo(Ln,an),contextClick:Bo(Ln,an)})}function Gt(){return[En("ContextMenuButton",En(Qe.s_,"Horizontal",st(1),st(2),st(3),st(4))),En("ContextMenuButton",En(Qe.s_,"Horizontal",Ft(null),Ft([2,4]),Ft([4,4])))]}function Zt(an,Ln){return Ln||(Ln="figure"),En(Qe.bn,{width:32,height:32,scale:.5,fill:"lightgray",figure:an,margin:1,background:"transparent",mouseEnter:(Sa,qn)=>qn.fill="dodgerblue",mouseLeave:(Sa,qn)=>qn.fill="lightgray",click:Bo(Ln,an),contextClick:Bo(Ln,an)})}ut.current.nodeTemplate.contextMenu=En("ContextMenu",En("ContextMenuButton",En(Qe.s_,"Horizontal",Zt("Rectangle"),Zt("RoundedRectangle"),Zt("Ellipse"),Zt("Diamond"))),En("ContextMenuButton",En(Qe.s_,"Horizontal",Zt("Parallelogram2"),Zt("ManualOperation"),Zt("Procedure"),Zt("Cylinder1"))),En("ContextMenuButton",En(Qe.s_,"Horizontal",Zt("Terminator"),Zt("CreateRequest"),Zt("Document"),Zt("TriangleDown"))),pi(),kr(),Gt()),ut.current.groupTemplate=En(Qe.ZA,"Spot",{layerName:"Background",ungroupable:!0,locationSpot:Qe.z6.Center,selectionObjectName:"BODY",computesBoundsAfterDrag:!0,handlesDragDropForMembers:!0,mouseDrop:(an,Ln)=>{var Sa=Ln.addMembers(Ln.diagram.selection,!0);Sa||Ln.diagram.currentTool.doCancel()},avoidable:!1},new Qe.KX("location","loc",Qe.E9.parse).makeTwoWay(Qe.E9.stringify),En(Qe.s_,"Auto",{name:"BODY"},En(Qe.bn,{parameter1:10,fill:Nr.white,strokeWidth:2,cursor:"pointer",fromLinkable:!0,toLinkable:!0,fromLinkableDuplicates:!0,toLinkableDuplicates:!0,fromSpot:Qe.z6.AllSides,toSpot:Qe.z6.AllSides},new Qe.KX("fill"),new Qe.KX("stroke","color"),new Qe.KX("strokeWidth","thickness"),new Qe.KX("strokeDashArray","dash")),En(Qe.Vm,{background:"transparent",margin:20})),En(Qe.al,{alignment:Qe.z6.Top,alignmentFocus:Qe.z6.Bottom,font:"bold 12pt sans-serif",editable:!0},new Qe.KX("text"),new Qe.KX("stroke","color"))),ut.current.groupTemplate.selectionAdornmentTemplate=En(Qe.uz,"Spot",En(Qe.s_,"Auto",En(Qe.bn,{fill:null,stroke:"dodgerblue",strokeWidth:3}),En(Qe.Vm,{margin:1.5})),bi({alignment:Qe.z6.TopRight,alignmentFocus:Qe.z6.BottomRight})),ut.current.groupTemplate.contextMenu=En("ContextMenu",pi(),kr(),Gt()),ut.current.linkTemplate=En(Qe.rU,{layerName:"Foreground",routing:Qe.rU.AvoidsNodes,corner:10,fromShortLength:10,toShortLength:15,relinkableFrom:!0,relinkableTo:!0,reshapable:!0,resegmentable:!0},new Qe.KX("fromSpot","fromSpot",Qe.z6.parse),new Qe.KX("toSpot","toSpot",Qe.z6.parse),new Qe.KX("fromShortLength","dir",an=>an>=1?10:0),new Qe.KX("toShortLength","dir",an=>an>=1?10:0),new Qe.KX("points").makeTwoWay(),En(Qe.bn,{strokeWidth:2},new Qe.KX("stroke","color"),new Qe.KX("strokeWidth","thickness"),new Qe.KX("strokeDashArray","dash")),En(Qe.bn,{segmentIndex:0,segmentOffset:new Qe.E9(15,0),segmentOrientation:Qe.rU.OrientAlong,alignmentFocus:Qe.z6.Right,figure:"circle",width:10,strokeWidth:0},new Qe.KX("fill","color"),new Qe.KX("visible","dir",an=>an===1)),En(Qe.bn,{segmentIndex:-1,segmentOffset:new Qe.E9(-10,6),segmentOrientation:Qe.rU.OrientPlus90,alignmentFocus:Qe.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Qe.KX("fill","color"),new Qe.KX("visible","dir",an=>an>=1),new Qe.KX("width","thickness",an=>7+3*an),new Qe.KX("height","thickness",an=>7+3*an),new Qe.KX("segmentOffset","thickness",an=>new Qe.E9(-15,4+1.5*an))),En(Qe.bn,{segmentIndex:0,segmentOffset:new Qe.E9(15,-6),segmentOrientation:Qe.rU.OrientMinus90,alignmentFocus:Qe.z6.Right,figure:"triangle",width:12,height:12,strokeWidth:0},new Qe.KX("fill","color"),new Qe.KX("visible","dir",an=>an===2),new Qe.KX("width","thickness",an=>7+3*an),new Qe.KX("height","thickness",an=>7+3*an),new Qe.KX("segmentOffset","thickness",an=>new Qe.E9(-15,4+1.5*an))),En(Qe.al,{alignmentFocus:new Qe.z6(0,1,-4,0),editable:!0},new Qe.KX("text").makeTwoWay(),new Qe.KX("stroke","color"))),ut.current.linkTemplate.selectionAdornmentTemplate=En(Qe.uz,En(Qe.bn,{isPanelMain:!0,stroke:"transparent",strokeWidth:6,pathPattern:In(2)},new Qe.KX("pathPattern","thickness",In)),bi({alignmentFocus:new Qe.z6(0,0,-6,-4)}));function In(an){return En(Qe.bn,{stroke:"dodgerblue",strokeWidth:2,strokeCap:"square",geometryString:"M0 0 M4 2 H3 M4 "+(an+4).toString()+" H3"})}function tn(an){var Ln="M0 0 M8 16 M0 8 L16 8 M12 11 L16 8 L12 5";return an===0?Ln="M0 0 M16 16 M0 8 L16 8":an===2&&(Ln="M0 0 M16 16 M0 8 L16 8 M12 11 L16 8 L12 5 M4 11 L0 8 L4 5"),En(Qe.bn,{geometryString:Ln,margin:2,background:"transparent",mouseEnter:(Sa,qn)=>qn.background="dodgerblue",mouseLeave:(Sa,qn)=>qn.background="transparent",click:Bo("dir",an),contextClick:Bo("dir",an)})}function yn(an){var Ln=(Sa,qn)=>{Sa.handled=!0,Sa.diagram.model.commit(Mr=>{var Rr=qn.part.adornedPart;Mr.set(Rr.data,an?"toSpot":"fromSpot",Qe.z6.stringify(Qe.z6.AllSides)),(an?Rr.toNode:Rr.fromNode).invalidateConnectedLinks()})};return En(Qe.bn,{width:12,height:12,fill:"transparent",mouseEnter:(Sa,qn)=>qn.background="dodgerblue",mouseLeave:(Sa,qn)=>qn.background="transparent",click:Ln,contextClick:Ln})}function at(an,Ln){var Sa=0,qn=Qe.z6.RightSide;an.equals(Qe.z6.Top)?(Sa=270,qn=Qe.z6.TopSide):an.equals(Qe.z6.Left)?(Sa=180,qn=Qe.z6.LeftSide):an.equals(Qe.z6.Bottom)&&(Sa=90,qn=Qe.z6.BottomSide),Ln||(Sa-=180);var Mr=(Rr,co)=>{Rr.handled=!0,Rr.diagram.model.commit(Eo=>{var ra=co.part.adornedPart;Eo.set(ra.data,Ln?"toSpot":"fromSpot",Qe.z6.stringify(qn)),(Ln?ra.toNode:ra.fromNode).invalidateConnectedLinks()})};return En(Qe.bn,{alignment:an,alignmentFocus:an.opposite(),geometryString:"M0 0 M12 12 M12 6 L1 6 L4 4 M1 6 L4 8",angle:Sa,background:"transparent",mouseEnter:(Rr,co)=>co.background="dodgerblue",mouseLeave:(Rr,co)=>co.background="transparent",click:Mr,contextClick:Mr})}ut.current.linkTemplate.contextMenu=En("ContextMenu",kr(),Gt(),En("ContextMenuButton",En(Qe.s_,"Horizontal",tn(0),tn(1),tn(2))),En("ContextMenuButton",En(Qe.s_,"Horizontal",En(Qe.s_,"Spot",yn(!1),at(Qe.z6.Top,!1),at(Qe.z6.Left,!1),at(Qe.z6.Right,!1),at(Qe.z6.Bottom,!1)),En(Qe.s_,"Spot",{margin:new Qe.Zt(0,0,0,2)},yn(!0),at(Qe.z6.Top,!0),at(Qe.z6.Left,!0),at(Qe.z6.Right,!0),at(Qe.z6.Bottom,!0)))));const ar=`{ "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 Ia=["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 sa(an){return console.log("shapeName:",an),Ia.indexOf(an)>=0}var Dr=new Qe.YI(wa.current,{maxSelectionCount:1,linkTemplate:En(Qe.rU,{locationSpot:Qe.z6.Center,selectionAdornmentTemplate:En(Qe.uz,"Link",{locationSpot:Qe.z6.Center},En(Qe.bn,{isPanelMain:!0,fill:null,stroke:"deepskyblue",strokeWidth:0}),En(Qe.bn,{toArrow:"Standard",stroke:null}))},{routing:Qe.rU.AvoidsNodes,curve:Qe.rU.JumpOver,corner:5,toShortLength:4},new Qe.KX("points"),En(Qe.bn,{isPanelMain:!0,strokeWidth:2}),En(Qe.bn,{toArrow:"Standard",stroke:null})),model:new Qe.FJ([{text:"\u672A\u547D\u540D",size:"100 100",fill:null,stroke:"#000"},...Qe.bn.getFigureGenerators().toArray().map(an=>({text:"\u672A\u547D\u540D",size:"100 100",figure:an.key,fill:"white",stroke:"#666",borderColor:"#000"}))])});return ut.current.addDiagramListener("TextEdited",function(an){var Ln;const Sa=an.subject.part;var qn=(Ln=document.activeElement)==null?void 0:Ln.value;typeof qn=="string"&&qn.trim()===""&&ut.current.model.commit(function(Mr){Mr.set(Sa.data,"text","\u672A\u547D\u540D"),ut.current.commandHandler.stopCommand()},"increment")}),Dr.nodeTemplate=En(Qe.NB,"Auto",{locationSpot:Qe.z6.Center},new Qe.KX("location","location",Qe.E9.parse).makeTwoWay(Qe.E9.stringify),En(Qe.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 Qe.KX("stroke").makeTwoWay(),new Qe.KX("fill").makeTwoWay(),new Qe.KX("figure")),En(Qe.al,{margin:new Qe.Zt(5,5,3,5),font:"10pt sans-serif",minSize:new Qe.$u(16,16),maxSize:new Qe.$u(10,NaN),textAlign:"center",editable:!0},new Qe.KX("key").makeTwoWay())),setTimeout(()=>{ut.current.grid=En(Qe.s_,"Grid",En(Qe.bn,"LineH",{stroke:"lightgray",strokeWidth:.5}),En(Qe.bn,"LineV",{stroke:"lightgray",strokeWidth:.5})),ut.current.grid.visible=!0,ut.current.grid.gridCellStroke="darkgray",ut.current.grid.gridCellStrokeWidth=1},300),window.myDiagrams=ut.current,ut.current}const No=()=>ln(this,null,function*(){var En=ut.current.makeImage();const Nr=yield(0,Vt.ZP)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:Date.now(),file:En.src}});Pt({src:Nr.url})});return(0,ee.useEffect)(()=>(setTimeout(()=>{Wr()},500),_r(mr+1),()=>{ut.current=null}),[]),gt.createElement("div",{ref:vr,className:ma.current?`${Tt.maxH60} body-overflow-initial`:"body-overflow-initial"},gt.createElement(_t.default,{width:1200,icon:null,footer:null,closable:!0,visible:!!mr,destroyOnClose:!0,maskClosable:!1,rootClassName:"zIndex-9999",title:gt.createElement(Qt.Z,null,gt.createElement(_n.Z,{flex:1},"\u63D2\u5165\u6D41\u7A0B\u56FE"),gt.createElement(_n.Z,{onClick:()=>{var En,Nr,lo=ut.current.selection.first();if(ma.current=!ma.current,document.activeElement&&lo){let bi=(Nr=(En=document.activeElement)==null?void 0:En.value)==null?void 0:Nr.trim();typeof bi=="string"&&ut.current.model.commit(function(Bo){Bo.set(lo.data,"text",bi||"\u672A\u547D\u540D"),ut.current.commandHandler.stopCommand()},"increment")}_r(mr+1)}},gt.createElement("span",{className:"current c-blue mr30",style:{fontWeight:400}},"\u5C55\u5F00/\u6536\u8D77"))),onCancel:ht},gt.createElement("div",{style:{width:"100%",height:"80vh",overflow:"hidden",position:"relative"},className:Tt.flowChartWrp},gt.createElement("div",{style:{display:"flex",height:"100%"}},gt.createElement("div",{style:{width:"300px",height:"100%"}},gt.createElement("div",{style:{background:"#fff",position:"relative",zIndex:12,fontSize:16,color:"#3061d0"}},"\u56FE\u5F62\u5E93"),gt.createElement("div",{style:{height:"calc(100% - 50px)"},className:Tt.myPaletteDiv,ref:wa})),gt.createElement("div",{style:{flex:1,position:"relative"}},gt.createElement("div",{ref:Nn,style:{height:"80vh"}}))),gt.createElement("div",{className:"tr"},gt.createElement(Le.ZP,{size:"large",onClick:No,style:{position:"absolute",right:0,bottom:0,zIndex:8},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668")))))}var On=pn,Xn=y(78045),ga=y(42405);const La=Xn.ZP.Group,Fa={margin:"0 8px"};var Ba=({callback:ht,onCancel:Pt})=>{function ut(Nn){ht(Nn)}return ee.createElement(Be.default,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:ut},ee.createElement("div",{className:"flex-container",style:{alignItems:"baseline"}},ee.createElement("span",{style:Fa},"\u5355\u5143\u683C\u6570\uFF1A"),ee.createElement("span",{style:Fa},"\u884C\u6570"),ee.createElement(Be.default.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},ee.createElement(ga.Z,null)),ee.createElement("span",{style:Fa},"\u5217\u6570"),ee.createElement(Be.default.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},ee.createElement(ga.Z,null))),ee.createElement("div",{className:"flex-container",style:{marginTop:12,alignItems:"baseline"}},ee.createElement("span",{style:Fa},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),ee.createElement(Be.default.Item,{name:"align"},ee.createElement(La,null,ee.createElement(Xn.ZP,{value:"default"},ee.createElement("i",{className:"fa fa-align-justify"})),ee.createElement(Xn.ZP,{value:"left"},ee.createElement("i",{className:"fa fa-align-left"})),ee.createElement(Xn.ZP,{value:"center"},ee.createElement("i",{className:"fa fa-align-center"})),ee.createElement(Xn.ZP,{value:"right"},ee.createElement("i",{className:"fa fa-align-right"}))))),ee.createElement("div",{className:"flex-container flex-end"},ee.createElement(Le.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),ee.createElement(Le.ZP,{type:"ghost",onClick:Pt},"\u53D6\u6D88")))},pa=y(47897),Ja=y(61016),Er=y.n(Ja),ct=(0,ee.forwardRef)(({use3d:ht,width:Pt,height:ut,callback:Nn,showSaveButton:wa},ma)=>{const vr=(0,ee.useRef)(),mr=(0,ee.useRef)(),[_r,Wr]=(0,ee.useState)(!1),No=(0,ee.useRef)({id:vr,appName:"graphing",width:Pt||1e3,height:ut||600,showToolBar:!0,showMenuBar:!0,allowStyleBar:!0,showAlgebraInput:!0,enableLabelDrags:!1,enableShiftDragZoom:!0,showToolBarHelp:!1,errorDialogsActive:!0,showTutorialLink:!0,showLogging:!0,useBrowserForJS:!1});(0,ee.useEffect)(()=>{mr.current=new(Er())(No.current,!0),window.onload=function(){mr.current.inject("applet_container")}},[]);const En=()=>{var Nr=window.ggbApplet.getPNGBase64(1,!0,72);return Nn&&Nn(Nr),Nr};return(0,ee.useEffect)(()=>{No.current.appName=_r?"3D":"graphing",mr.current.inject("applet_container")},[_r]),(0,ee.useEffect)(()=>{Wr(ht)},[ht]),(0,ee.useImperativeHandle)(ma,()=>({getImgData:En})),ee.createElement(ee.Fragment,null,ee.createElement("div",{style:{width:"100%",height:"100%"},id:"applet_container",ref:vr}),ee.createElement(Qt.Z,{align:"middle"},ee.createElement(_n.Z,{flex:1},ee.createElement(pa.Z,{size:"default",checkedChildren:"\u5173\u95ED3D\u56FE\u50CF",unCheckedChildren:"\u5F00\u542F3D\u56FE\u50CF",checked:_r,onChange:Nr=>Wr(Nr)})),ee.createElement(_n.Z,null,ee.createElement(Le.ZP,{size:"large",onClick:En,style:{zIndex:8,marginTop:10},type:"primary"},"\u4FDD\u5B58\u5230\u7F16\u8F91\u5668"))))}),aa=y(36527),_e=y(25934),Ge=y(2453);const mt="link",un="upload-image",jt="add-flowchart",Tn="draw-image",Xt="add-flowchart",Wt="code-block",Jt="add-table",Oa="------------",Yn={default:Oa,left:`:${Oa}`,center:`:${Oa}:`,right:`${Oa}:`};var Pa=y(99914),lr=(ht,Pt,ut)=>new Promise((Nn,wa)=>{var ma=_r=>{try{mr(ut.next(_r))}catch(Wr){wa(Wr)}},vr=_r=>{try{mr(ut.throw(_r))}catch(Wr){wa(Wr)}},mr=_r=>_r.done?Nn(_r.value):Promise.resolve(_r.value).then(ma,vr);mr((ut=ut.apply(ht,Pt)).next())});function Xa(){}let cr=0;const pr=1e4,wr="\u2581",Kr="@\u2581\u2581@",Ao="@\u2581@",wo=`
|
|
|
**\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`,Or=["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 no(ht){return/^\d+$/.test(ht)?`${ht}px`:ht}const Xr=navigator.platform.toUpperCase().indexOf("MAC")>=0?"Cmd":"Ctrl",Fo={[Xr+"-B"]:"bold",[Xr+"-I"]:"italic"},Jr={[mt]:"\u6DFB\u52A0\u94FE\u63A5",[Wt]:"\u6DFB\u52A0\u4EE3\u7801\u5757",[un]:"\u6DFB\u52A0\u56FE\u7247",[Tn]:"\u6DFB\u52A0\u753B\u56FE",[jt]:"\u63D2\u5165\u6D41\u7A0B\u56FE",[Jt]:"\u6DFB\u52A0\u8868\u683C","maths-latex":"\u6570\u5B66\u56FE\u50CF","inline-latex":"LATEX\u516C\u5F0F"};var Va=({defaultValue:ht="",onChange:Pt,width:ut="100%",height:Nn=400,miniToolbar:wa=!1,isFocus:ma=!1,watch:vr,insertTemp:mr,mode:_r="markdown",id:Wr="markdown-editor-id",showResizeBar:No=!1,noStorage:En=!1,showNullButton:Nr=!1,showNullProgramButton:lo=!1,hidetoolBar:bi=!1,fullScreen:Bo=!1,onBlur:uo,onCMBeforeChange:pi,onFullScreen:kr,className:st="",disablePaste:Ft=!1,disabled:Gt=!1,disabledFill:Zt=!1,placeholder:In="",values:tn="",extraUse:yn})=>{const[at,ar]=(0,ee.useState)(null),[Ia,sa]=(0,ee.useState)(ht),[Dr,an]=(0,ee.useState)(vr),[Ln,Sa]=(0,ee.useState)(Bo),[qn,Mr]=(0,ee.useState)(""),[Rr,co]=(0,ee.useState)(0),[Eo,ra]=(0,ee.useState)(Nn),[Ke,We]=(0,ee.useState)(!1),At=(0,ee.useRef)((0,_e.Z)()),Kt=(0,ee.useRef)(!1),on=(0,ee.useRef)(),[wn,va]=(0,ee.useState)(0),[Na,rr]=(0,ee.useState)(0),fr=(0,ee.useRef)(),br=(0,ee.useRef)(),dr=(0,ee.useRef)(),qr=(0,ee.useRef)(),Ro=()=>lr(void 0,null,function*(){var kt;const Ot=yield Fetch("/api/attachments/distinct_hash_val.json",{method:"post",body:{hash_val:At.current}});(kt=Ot==null?void 0:Ot.attachments)!=null&&kt.length&&(console.log("cm:",at,fr),Ot.attachments.map(Ut=>{Ut.content_type.indexOf("image")>-1?at.replaceSelection(``):Ut.content_type.indexOf("video")>-1?at.replaceSelection(`<video width="100%" controls src="${ENV.API_SERVER}/api/attachments/${data.id}"></video>`):Ut.content_type.indexOf("pdf")>-1?at.replaceSelection(`<a href="${ENV.API_SERVER}/api/attachments/${Ut.id}?type=${Ut.content_type}&disposition=inline" target="_blank">${Ut.name}</a>`):at.replaceSelection(`[${Ut.name}](${ENV.API_SERVER}/api/attachments/${Ut.id}?type=${Ut.content_type})`)}))});(0,ee.useEffect)(()=>{const kt=window.scrollY||window.pageYOffset;sa(tn),at==null||at.setValue(tn),window.scrollTo(0,kt)},[tn]),(0,ee.useEffect)(()=>{kr==null||kr(Ln)},[Ln]),(0,ee.useEffect)(()=>{if(fr.current){let kt=function(Ut,$t){var fn;if(Ft){$t.preventDefault();return}const Zn=$t.clipboardData;if(Zn){const ba=Zn.types.toString(),mn=Zn.items;if(ba==="Files"||Zn.types.indexOf("Files")>-1){if($t.preventDefault(),_r=="stex")return;try{let ea=mn[1];((fn=mn[0])==null?void 0:fn.kind)==="file"&&(ea=mn[0]);const la=ea.getAsFile(),da=la.name.split(".").pop();(0,nt.I)(la,ka=>{var qa,Hr,ur;ka.id?((qa=la==null?void 0:la.type)==null?void 0:qa.indexOf("image"))>-1?Ot.replaceSelection(`<img width="100%" src="/api/attachments/${ka.id}?type=${ka.content_type})" alt="" />`):((Hr=la==null?void 0:la.type)==null?void 0:Hr.indexOf("video"))>-1?Ot.replaceSelection(`<video width="100%" controls src="/api/attachments/${ka.id}"></video>`):((ur=la==null?void 0:la.type)==null?void 0:ur.indexOf("pdf"))>-1?Ot.replaceSelection(`<a href="/api/attachments/${ka.id}?type=${la.type}&disposition=inline" target="_blank">${la.name}</a>`):Or.includes(da)?Ot.replaceSelection(`<a href="/api/attachments/${ka.id}?type=office&disposition=inline" target="_blank">${la.name}</a>`):Ot.replaceSelection(`[${la.name}](/api/attachments/${ka.id}?type=${ka.content_type})`):(ka==null?void 0:ka.status)===401&&(Ge.ZP.warning((ka==null?void 0:ka.message)||"\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C"),document.location.href="/user/login")})}catch(ea){Ge.ZP.warning("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0};const Ot=ue().fromTextArea(fr.current,{mode:_r,lineNumbers:!wa,lineWrapping:!0,value:ht,autoCloseTags:!lo,autoCloseBrackets:!0});return Ot.on("keyup",function(Ut,$t){$t.keyCode===8&&(Ut.getValue()==""?Ot.setOption("placeholder",In):Ot.setOption("placeholder",null))}),Ot.on("keydown",function(Ut,$t){if($t.keyCode===8){var fn=Po(Ut);fn&&$t.preventDefault()}}),ma&&Ot.focus(),Ot.on("paste",kt),Ot.on("dragleave",function(Ut,$t){br.current.classList.remove("mouse-hover-md")}),Gt&&Ot.on("beforeChange",function(Ut,$t){($t.origin==="paste"||$t.origin==="+input")&&$t.cancel()}),ar(Ot),()=>{Ot.off("paste",kt)}}},[]);const Fr=(0,ee.useCallback)(()=>{if(br.current)try{}catch(kt){console.log(kt,"---- to set md editor body height")}},[Eo,br,Ln]);(0,ee.useEffect)(()=>{function kt(){let Ot=new pe.Z(Ut=>{for(let $t of Ut)($t.target.offsetHeight>0||$t.target.offsetWidth>0)&&(Fr(),at.setSize("100%","100%"),at.refresh())});return Ot.observe(fr.current.parentElement),Ot}if(at){const Ot=kt();return()=>{var Ut,$t;(Ut=fr.current)!=null&&Ut.parentElement&&Ot.unobserve(($t=fr.current)==null?void 0:$t.parentElement)}}},[at,Fr]),(0,ee.useEffect)(()=>{if(at){let kt=[];for(const[Ot,Ut]of Object.entries(Fo)){let $t={[Ot]:()=>{Br(Ut)}};kt.push($t),at.addKeyMap($t)}return on.current=setInterval(()=>{Kt.current&&Ro()},4e3),()=>{clearInterval(on.current);for(let Ot of kt)at.removeKeyMap(Ot)}}},[at]),(0,ee.useEffect)(()=>{Bo!==Ln&&Sa(Bo)},[Bo]),(0,Pa.Z)(()=>{if(!En&&Rr>0){let kt=new Date().getTime(),Ot=window.sessionStorage.getItem(Wr);kt>=Rr+pr&&(!Ot||Ot!==Ia)&&(window.sessionStorage.setItem(Wr,Ia),We(!0))}},pr),(0,ee.useEffect)(()=>{an(vr)},[at,vr]),(0,ee.useEffect)(()=>{at&&ma&&at.focus()},[at,ma]),(0,ee.useEffect)(()=>{if(Dr&&at){let kt=function(Ut){let $t=Ut.target;if(qr.current){let fn=$t.scrollTop/$t.scrollHeight;qr.current.scrollTop=qr.current.scrollHeight*fn}};const Ot=at.getScrollerElement();return Ot.addEventListener("scroll",kt),()=>{Ot.removeEventListener("scroll",kt)}}},[at,Dr]),(0,ee.useEffect)(()=>{if(at&&pi){let kt=function(Ot,Ut){pi(Ot,Ut)};return at.on("beforeChange",kt),()=>{at.off("beforeChange",kt)}}},[at,pi]),(0,ee.useEffect)(()=>{if(at&&uo){let kt=function(){uo(at.getValue())};return at.on("blur",kt),()=>{at.off("blur",kt)}}},[at,uo]);function Po(kt,Ot){var Ut=kt.getDoc(),$t=Ut.getCursor(),fn=Ut.getLine($t.line),Zn=fn.charAt($t.ch-1),ba=fn.lastIndexOf("@\u2581@",$t.ch),mn=fn.lastIndexOf("@\u2581\u2581@",$t.ch),ea=ba>mn?ba:mn,la=ba>mn?3:4;if(Kr.indexOf(Zn)===-1)return null;if(console.log("change1:",Ot,kt,fn,$t,ea,ba,mn,Zn),ea>=0&&$t.ch-ea<5){var da=ea+la;return Ut.replaceRange("",{line:$t.line,ch:ea},{line:$t.line,ch:da}),{line:$t.line,ch:da}}return null}(0,ee.useEffect)(()=>{if(at){let kt=function(Ot,Ut){const $t=Ot.getValue();sa($t),co(new Date().getTime()),Ot.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Pt&&(lo?Pt($t,cn($t)):Pt($t))};return at.on("change",kt),()=>{at.off("change",kt)}}},[at,Pt]),(0,ee.useEffect)(()=>{if(at)if(ht==null)at.setValue(""),sa("");else{const kt=window.scrollY||window.pageYOffset;ht!==at.getValue()&&(at.setValue(ht),sa(ht),at.setCursor(Gt?1:at.lineCount(),0),window.scrollTo(0,kt))}},[at,ht]);const Br=(0,ee.useCallback)(kt=>{const Ot=at.getCursor(),Ut=at.getSelection();let $t=Ut.split(`
|
|
|
`);switch(kt){case"bold":return at.replaceSelection("**"+Ut+"**"),Ut===""&&at.setCursor(Ot.line,Ot.ch+2),at.focus();case"italic":return at.replaceSelection("*"+Ut+"*"),Ut===""&&at.setCursor(Ot.line,Ot.ch+1),at.focus();case"code":return at.replaceSelection("`"+Ut+"`"),Ut===""&&at.setCursor(Ot.line,Ot.ch+1),at.focus();case"inline-latex":return Mr("inline-latex"),at.focus();case"latex":return at.replaceSelection("```latex\n"+Ut+"\n```"),at.setCursor(Ot.line+1,Ut.length+1),at.focus();case"line-break":return at.replaceSelection(`<br/>
|
|
|
`),at.focus();case"list-ul":return Ut===""?at.replaceSelection("- "+Ut):at.replaceSelection($t.map(fn=>fn===""?"":`- ${fn}`).join(`
|
|
|
`)),at.focus();case"list-ol":return Ut===""?at.replaceSelection("1. "+Ut):at.replaceSelection($t.map((fn,Zn)=>fn===""?"":`${Zn+1}. ${fn}`).join(`
|
|
|
`)),at.focus();case"add-null-ch":return Ut===""&&at.setCursor(Ot.line,Ot.ch),at.replaceSelection(wr),at.focus();case"add-signal":return Ut===""&&at.setCursor(Ot.line,Ot.ch),at.replaceSelection(Ao),at.focus();case"add-multiple":return Ut===""&&at.setCursor(Ot.line,Ot.ch),at.replaceSelection(Kr),at.focus();case"inster-template-1":return Ut===""&&at.setCursor(Ot.line,Ot.ch),at.replaceSelection(wo),at.focus();case"eraser":return at.setValue(""),at.focus();case"trigger-watch":return an(!Dr),at.focus();case"trigger-full-screen":return Sa(!Ln),at.focus();case mt:Mr(mt);return;case Wt:Mr(Wt);return;case un:Mr(un);return;case Tn:Mr(Tn);return;case"maths-latex":Mr("maths-latex");return;case jt:Mr(jt);return;case Jt:Mr(Jt);return;default:throw new Error}},[at,Dr,Ln]),ao=(0,ee.useCallback)((kt,Ot)=>{var Ut,$t,fn,Zn,ba,mn;switch(Mr(""),qn){case mt:const{title:qa,link:Hr}=kt;return at.replaceSelection(`[${qa}](${Hr})`),at.focus();case Wt:const{language:ur,content:Jn}=kt;return at.replaceSelection(["```"+ur,Jn,"```"].join(`
|
|
|
`)),at.focus();case"maths-latex":for(var ea=atob(kt),la=new Uint8Array(ea.length),da=0;da<ea.length;da++)la[da]=ea.charCodeAt(da);var ka=new Blob([la],{type:"image/png"});(0,nt.I)(ka,jo=>{jo.id?at.replaceSelection(``):(jo==null?void 0:jo.status)===401&&(document.location.href="/user/login")});break;case"inline-latex":at.replaceSelection("`$$"+kt+"$$`");break;case un:case Tn:case Xt:const{src:ta,alt:$n}=kt,Un=Ot,xa=(fn=($t=(Ut=Un==null?void 0:Un.name)==null?void 0:Ut.split("."))==null?void 0:$t.pop)==null?void 0:fn.call($t);return((Zn=Un==null?void 0:Un.type)==null?void 0:Zn.indexOf("image"))>-1||!(Un!=null&&Un.type)?Un.align||Un.width?at.replaceSelection(`<p style="text-align:${Un.align||"initial"}"><img width="${Un.width?Un.width+"%":"initial"}" src="${ta}" alt="${$n||""}" /></p>`):at.replaceSelection(`<img width="100%" src="${ta}" alt="${$n||""}" />`):((ba=Un==null?void 0:Un.type)==null?void 0:ba.indexOf("video"))>-1?at.replaceSelection(`<video width="100%" controls src="${ta}"></video>`):((mn=Un==null?void 0:Un.type)==null?void 0:mn.indexOf("pdf"))>-1?at.replaceSelection(`<a href="${ta}?type=${Un.type}&disposition=inline" target="_blank">${Un.name}</a>`):Or.includes(xa)?at.replaceSelection(`<a href="${ta}?type=office&disposition=inline" target="_blank">${Un.name}</a>`):at.replaceSelection(`[${Un.name}](${ta})`),at.focus();case Jt:const{row:hr,col:$r,align:Lo}=kt;let Vr=`
|
|
|
`;for(let jo=0;jo<hr;jo++){let ui=[],Yi=[];for(let Uo=0;Uo<$r;Uo++)jo===1&&Yi.push(Yn[Lo]),ui.push(" ");jo===1&&(Vr+=`| ${Yi.join(" | ")} |
|
|
|
`),Vr+=`| ${ui.join($r===1?"":" | ")} |
|
|
|
`}return at.replaceSelection(Vr+`
|
|
|
`),at.focus();default:throw new Error}},[at,qn]),$a=(0,ee.useMemo)(()=>{switch(qn){case mt:return ee.createElement(gn,{callback:ao,onCancel:tt});case Wt:return ee.createElement(Gn.Z,{callback:ao,onCancel:tt});case un:return ee.createElement(nt.Z,{callback:ao,onCancel:tt});case jt:return ee.createElement(On,{callback:ao,onCancel:tt});case Jt:return ee.createElement(Ba,{callback:ao,onCancel:tt});case"maths-latex":return ee.createElement(ct,{showSaveButton:!0,callback:ao});case"inline-latex":return ee.createElement(aa.Z,{showSaveButton:!0,callback:ao});default:return null}},[qn]);function tt(){Mr("")}(0,ee.useEffect)(()=>{if(dr.current){let kt=function(ba){fn=!0,Zn=ba.pageY},Ot=function(){fn=!1},Ut=function(ba){if(fn){let mn=ba.pageY-Zn;mn<0&&(mn=0),mn>300&&(mn=300);let ea=Nn+mn+"px";ra(ea)}},$t=dr.current,fn=!1,Zn=0;return $t.addEventListener("mousedown",kt),document.addEventListener("mousemove",Ut),document.addEventListener("mouseup",Ot),()=>{$t.removeEventListener("mousedown",kt),document.removeEventListener("mousemove",Ut),document.removeEventListener("mouseup",Ot)}}},[at,dr]),(0,ee.useEffect)(()=>{ra(Nn)},[Nn]);const ft=no(ut),Rt=no(Eo),Ue={width:ft,height:Rt},Bt=(0,ee.useMemo)(()=>{if(Rr){let kt=new Date(Rr),Ot=kt.getHours(),Ut=kt.getMinutes(),$t=kt.getSeconds();return Ot=Ot<10?"0"+Ot:Ot,Ut=Ut<10?"0"+Ut:Ut,$t=$t<10?"0"+$t:$t,`${Ot}:${Ut}:${$t}`}return 0},[Rr]),cn=kt=>{const Ot=[];if(lo){let Ut=-1;kt=kt.replace(/(@▁▁@|@▁@)/g,function($t,fn,Zn){Ot.push({multiLine:$t!==Ao})})}return Ot};function bn(){window.sessionStorage.removeItem(Wr),We(!1),co(0)}function vt(){We(!1),co(0),at.setValue(window.sessionStorage.getItem(Wr))}(0,ee.useEffect)(()=>{Jr[qn]&&qn!==Tn&&qn!==jt&&setTimeout(()=>{const kt=document.getElementsByClassName("markdown-popup-form")[0],Ot=window.innerWidth/2-kt.offsetWidth/2,Ut=window.innerHeight/2-kt.offsetHeight/2;va(Ot),rr(Ut)},0)},[qn]);const Lt=kt=>{kt.preventDefault();const Ot=kt.clientX-wn,Ut=kt.clientY-Na;document.body.onmousemove=$t=>{let fn=$t.clientX-Ot,Zn=$t.clientY-Ut;const ba=document.getElementsByClassName("markdown-popup-form")[0],mn=window.innerWidth-ba.offsetWidth,ea=window.innerHeight-ba.offsetHeight;fn=Math.max(0,Math.min(fn,mn)),Zn=Math.max(0,Math.min(Zn,ea)),It($t.clientX,$t.clientY,Ot,Ut)&&(va(fn),rr(Zn))},document.body.onmouseup=function(){document.body.onmousemove=null}},It=(kt,Ot,Ut,$t)=>{const fn=document.body.clientHeight,Zn=document.body.clientWidth;return kt<20&&Ut>kt||kt>Zn-20&&Ut<kt||Ot<20&&$t>Ot||Ot>fn-20&&$t<Ot?(document.body.onmousemove=null,document.body.onmouseup=null,!1):!0};return ee.createElement(ee.Fragment,null,ee.createElement("div",{className:"markdown-editor-wrapper",ref:br},ee.createElement("div",{className:`markdown-editor-container ${st} ${Dr?"on-preview":""} ${wa?"mini":""} ${Ln?"full-screen":""}`,style:Ue},ee.createElement(Pe,{insertTemp:mr,watch:Dr,fullScreen:Ln,showNullButton:Nr,showNullProgramButton:lo,onActionCallback:Br,hidetoolBar:bi,extraUse:yn}),ee.createElement("div",{className:"markdown-editor-body"},ee.createElement("div",{className:"codemirror-container"},ee.createElement("textarea",{ref:fr,placeholder:In})),Dr?ee.createElement("div",{ref:qr,className:"preview-container"},_r==="stex"&&ee.createElement(Fe,{value:Ia}),_r!=="stex"&&ee.createElement(De.Z,{disabledFill:Zt,showProgramFill:lo,value:Ia})):null))),No?ee.createElement("a",{ref:dr,className:"editor-resize"}):null,qn===Tn&&ee.createElement(Fn,{callback:ao,onCancel:tt}),qn===jt&&ee.createElement(On,{callback:ao,onCancel:tt}),ee.createElement(Me.Z,null,Jr[qn]&&qn!==Tn&&qn!==jt?ee.createElement(_t.default,{maskClosable:!1,centered:!0,style:{position:"absolute",left:wn,top:Na},title:ee.createElement("div",{style:{cursor:"move"},onMouseDown:Lt},Jr[qn]),open:!0,onCancel:tt,footer:null,destroyOnClose:!0,width:qn===jt?"1200px":null,height:qn===jt?"80vh":null,className:"markdown-popup-form"},$a):null))}},70859:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ye},I:function(){return Me}});var ee=y(91773),se=y(2453),ue=y(11486),pe=y(93421),fe=y(42405),Ce=y(78045),oe=y(71577),Ae=y(15476),Te=y(67294),Ie=y(52262),De=y(67294),Fe=Object.defineProperty,Oe=Object.defineProperties,me=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,b=Object.prototype.hasOwnProperty,z=Object.prototype.propertyIsEnumerable,E=(Be,Ze,Le)=>Ze in Be?Fe(Be,Ze,{enumerable:!0,configurable:!0,writable:!0,value:Le}):Be[Ze]=Le,te=(Be,Ze)=>{for(var Le in Ze||(Ze={}))b.call(Ze,Le)&&E(Be,Le,Ze[Le]);if(a)for(var Le of a(Ze))z.call(Ze,Le)&&E(Be,Le,Ze[Le]);return Be},ae=(Be,Ze)=>Oe(Be,me(Ze));const{useForm:le}=ee.default,ce={width:280,marginRight:10},he={labelCol:{span:5},wrapperCol:{span:19}};var ye=({callback:Be,onCancel:Ze})=>{const[Le]=le();let bt=(0,Te.useRef)();function xt(St){bt.current.width=Le.getFieldValue("width"),bt.current.align=Le.getFieldValue("align"),Be(St,bt.current)}function Sn(St,Ht){if(St.status===-1){se.ZP.error(St.message);return}Le.setFieldsValue({src:`/api/attachments/${St.id}`,type:Ht.type})}function Ct(St){let Ht=St.target.files[0];bt.current=Ht,Me(Ht,Sn)}return De.createElement(ee.default,ae(te({form:Le},he),{className:"upload-image-panel",onFinish:xt,style:{width:470,overflow:"hidden"}}),De.createElement(ee.default.Item,{label:"\u56FE\u7247\u5730\u5740",required:!0},De.createElement("div",{className:"flex-container"},De.createElement(ee.default.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u6587\u4EF6\u5730\u5740"}]},De.createElement(ue.default,{style:ce})),De.createElement(Pe,{onFileChange:Ct}))),De.createElement(ee.default.Item,{label:"\u56FE\u7247\u63CF\u8FF0",name:"alt"},De.createElement(ue.default,{style:{width:264}})),De.createElement(ee.default.Item,{label:"\u56FE\u7247\u5BBD\u5EA6",name:"width"},De.createElement(pe.Z,null,De.createElement(ee.default.Item,{name:"width",style:{margin:0}},De.createElement(fe.Z,{style:{width:264}})),De.createElement("span",{className:"ml8"},"%"))),De.createElement(ee.default.Item,{label:"\u5BF9\u9F50\u65B9\u5F0F",name:"align"},De.createElement(Ce.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"}]})),De.createElement("aside",null,De.createElement(ee.default.Item,{style:{textAlign:"right",position:"relative",right:-98}},De.createElement(oe.ZP,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),De.createElement(oe.ZP,{type:"default",onClick:Ze},"\u53D6\u6D88"))))};function Pe({onFileChange:Be}){return De.createElement("label",{className:"upload-button",style:{cursor:"pointer"}},"\u672C\u5730\u4E0A\u4F20",De.createElement("input",{type:"file",onChange:Be}))}function Me(Be,Ze){if(!Be)throw new String("\u6CA1\u6709\u6587\u4EF6");if(!(0,Ie.bg)())throw se.ZP.warning("\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C"),new String("\u8BF7\u767B\u5F55\u540E\u518D\u64CD\u4F5C");let Le=new FormData;Le.append("editormd-image-file",Be),Le.append("file_param_name","editormd-image-file"),Le.append("byxhr","true");var bt=new window.XMLHttpRequest;bt.withCredentials=!0,bt.addEventListener("load",function(xt){Ze(JSON.parse(xt.target.responseText),Be)},!1),bt.addEventListener("error",function(xt){console.error(xt)},!1),bt.open("POST",`${Ae.KI}/api/attachments.json`),bt.send(Le)}},76621:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ue}});var ee=y(67294),se=y(73935);class ue extends ee.Component{constructor(fe){super(fe);const Ce=window.document;this.node=Ce.createElement("div"),Ce.body.appendChild(this.node)}render(){const{children:fe}=this.props;return(0,se.createPortal)(fe,this.node)}componentWillUnmount(){window.document.body.removeChild(this.node)}}},99914:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return se}});var ee=y(67294);function se(ue,pe){const fe=(0,ee.useRef)();(0,ee.useEffect)(()=>{fe.current=ue}),(0,ee.useEffect)(()=>{function Ce(){fe.current()}if(pe!==null){let oe=setInterval(Ce,pe);return()=>clearInterval(oe)}},[pe])}},25741:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return fe}});var ee=y(67294),se=y(57953),ue={loading:"loading___lueiN"},fe=({loading:Ce})=>Ce?ee.createElement("div",{className:ue.loading},ee.createElement(se.Z,null)):ee.createElement(ee.Fragment,null)},31635:function(de,ne,y){"use strict";var ee=y(67294),se=y(14446),ue=y(86129),pe=y(33170),fe=y(26194),Ce=y(27484),oe=y.n(Ce),Ae=y(35567),Te=Object.defineProperty,Ie=Object.getOwnPropertySymbols,De=Object.prototype.hasOwnProperty,Fe=Object.prototype.propertyIsEnumerable,Oe=(z,E,te)=>E in z?Te(z,E,{enumerable:!0,configurable:!0,writable:!0,value:te}):z[E]=te,me=(z,E)=>{for(var te in E||(E={}))De.call(E,te)&&Oe(z,te,E[te]);if(Ie)for(var te of Ie(E))Fe.call(E,te)&&Oe(z,te,E[te]);return z},a=(z,E,te)=>new Promise((ae,le)=>{var ce=Pe=>{try{ye(te.next(Pe))}catch(Me){le(Me)}},he=Pe=>{try{ye(te.throw(Pe))}catch(Me){le(Me)}},ye=Pe=>Pe.done?ae(Pe.value):Promise.resolve(Pe.value).then(ce,he);ye((te=te.apply(z,E)).next())});const b=({visible:z,identifier:E,challenge_id:te,onCancle:ae,onOK:le})=>{const[ce,he]=(0,ee.useState)(0),[ye,Pe]=(0,ee.useState)([]),[Me,Be]=(0,ee.useState)(!1),[Ze,Le]=(0,ee.useState)({page:1,limit:10}),bt=()=>a(void 0,null,function*(){var xt,Sn;Be(!0);const Ct=yield(0,pe.ZP)(`/api/shixuns/${E}/challenges/${te}/task_pass_histories.json`,{method:"get",params:me({},Ze)});(Ct==null?void 0:Ct.status)===0&&(he((xt=Ct==null?void 0:Ct.data)==null?void 0:xt.size),Pe(((Sn=Ct==null?void 0:Ct.data)==null?void 0:Sn.list)||[])),Be(!1)});return(0,ee.useEffect)(()=>{z&&bt()},[z]),ee.createElement(se.default,{centered:!0,destroyOnClose:!0,open:z,title:"\u7248\u672C\u7BA1\u7406",footer:null,width:620,onCancel:()=>{Ze.page=1,Ze.limit=10,Le(me({},Ze)),ae()}},ee.createElement(ue.default,{scroll:{y:47*10},loading:Me,dataSource:ye,locale:{emptyText:ee.createElement(fe.Z,null)},columns:[{title:"\u7248\u672C\u4FDD\u5B58\u65F6\u95F4",dataIndex:"updated_at",ellipsis:!0,render:(xt,Sn,Ct)=>oe()(xt).format("YYYY-MM-DD hh:mm:ss")},{title:"\u4FDD\u5B58\u4EBA",dataIndex:"user_name",width:110,ellipsis:!0,render:xt=>xt},{title:"\u64CD\u4F5C",dataIndex:"task_pass",align:"right",render(xt,Sn,Ct){return ee.createElement("div",null,ee.createElement("a",{onClick:()=>{se.default.confirm({icon:null,width:800,centered:!0,closable:!0,title:"\u4EFB\u52A1\u8981\u6C42\u8BE6\u60C5",content:ee.createElement("div",{className:"mb10"},ee.createElement(Ae.Z,{key:te||"3",watch:!0,defaultValue:Sn==null?void 0:Sn.task_pass})),footer:null})}},"\u67E5\u770B"),ee.createElement("a",{onClick:()=>a(this,null,function*(){se.default.confirm({icon:null,width:500,centered:!0,closable:!0,title:"\u7248\u672C\u5207\u6362\u786E\u8BA4",content:ee.createElement("div",null,ee.createElement("div",null,"\u8BF7\u786E\u8BA4\u662F\u5426\u5C06\u4EFB\u52A1\u8981\u6C42\u5185\u5BB9\u5207\u6362\u81F3 ",oe()(Sn==null?void 0:Sn.updated_at).format("YYYY-MM-DD hh:mm:ss")," \u7248\u672C\uFF1F"),ee.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:()=>a(this,null,function*(){yield le(Sn==null?void 0:Sn.task_pass),ae()})})}),className:"ml20"},"\u5207\u6362\u81F3\u8BE5\u7248\u672C"))}}],onChange:xt=>{Ze.page=xt==null?void 0:xt.current,Ze.limit=xt==null?void 0:xt.pageSize,bt(),Le(me({},Ze))},pagination:{pageSize:Ze.limit,total:ce,current:Ze.page,showQuickJumper:!0,hideOnSinglePage:!0,showSizeChanger:!0,showTotal:xt=>ee.createElement("span",{className:"mr10"},"\u5171",ee.createElement("span",{className:"c-orange"},xt),"\u6761\u6570\u636E")}}))};ne.Z=b},85909:function(de,ne,y){"use strict";y.d(ne,{S:function(){return Ce},m:function(){return oe}});var ee=y(28706),se=y(2453),ue=y(14446),pe=y(67294),fe=(Ae,Te,Ie)=>new Promise((De,Fe)=>{var Oe=b=>{try{a(Ie.next(b))}catch(z){Fe(z)}},me=b=>{try{a(Ie.throw(b))}catch(z){Fe(z)}},a=b=>b.done?De(b.value):Promise.resolve(b.value).then(Oe,me);a((Ie=Ie.apply(Ae,Te)).next())});const Ce=Ae=>{let Te=document.createElement("textarea");return Te.value=Ae,Te.value},oe=(Ae,Te,Ie,De,Fe)=>fe(void 0,null,function*(){var Oe,me;const a=yield Ae({type:"shixunsDetail/saveCopyForExercise",payload:{id:Ie,save_type:De}});De===1?((a==null?void 0:a.status)==0&&se.ZP.success("\u4FDD\u5B58\u6210\u529F"),(Oe=a==null?void 0:a.data)!=null&&Oe.exists_same_shixun_name?Ae({type:"classroomList/setActionTabs",payload:{key:"\u91CD\u540D\u4FEE\u6539",name:(me=a==null?void 0:a.data)==null?void 0:me.shixun_name}}):Ae({type:"classroomList/setActionTabs",payload:{}})):(Ae({type:"classroomList/setActionTabs",payload:{}}),(a==null?void 0:a.status)===0&&ue.default.info({title:"\u63D0\u793A",width:460,icon:null,centered:!0,content:pe.createElement("div",null,pe.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 b,z;(0,ee.xg)(`/shixuns/${(z=(b=Te==null?void 0:Te.detail)==null?void 0:b.fork_from)==null?void 0:z.fork_identifier}/challenges`)}}))})},38780:function(de,ne){"use strict";function y(){const ee=Object.assign({},arguments.length<=0?void 0:arguments[0]);for(let se=1;se<arguments.length;se++){const ue=se<0||arguments.length<=se?void 0:arguments[se];ue&&Object.keys(ue).forEach(pe=>{const fe=ue[pe];fe!==void 0&&(ee[pe]=fe)})}return ee}ne.Z=y},66367:function(de,ne,y){"use strict";y.d(ne,{F:function(){return ee},Z:function(){return se}});function ee(ue){return ue!=null&&ue===ue.window}function se(ue,pe){var fe,Ce;if(typeof window=="undefined")return 0;const oe=pe?"scrollTop":"scrollLeft";let Ae=0;return ee(ue)?Ae=ue[pe?"pageYOffset":"pageXOffset"]:ue instanceof Document?Ae=ue.documentElement[oe]:(ue instanceof HTMLElement||ue)&&(Ae=ue[oe]),ue&&!ee(ue)&&typeof Ae!="number"&&(Ae=(Ce=((fe=ue.ownerDocument)!==null&&fe!==void 0?fe:ue).documentElement)===null||Ce===void 0?void 0:Ce[oe]),Ae}},57838:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return se}});var ee=y(67294);function se(){const[,ue]=ee.useReducer(pe=>pe+1,0);return ue}},58375:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return pe}});var ee=y(96523);function se(fe,Ce,oe,Ae){const Te=oe-Ce;return fe/=Ae/2,fe<1?Te/2*fe*fe*fe+Ce:Te/2*((fe-=2)*fe*fe+2)+Ce}var ue=y(66367);function pe(fe){let Ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{getContainer:oe=()=>window,callback:Ae,duration:Te=450}=Ce,Ie=oe(),De=(0,ue.Z)(Ie,!0),Fe=Date.now(),Oe=()=>{const a=Date.now()-Fe,b=se(a>Te?Te:a,De,fe,Te);(0,ue.F)(Ie)?Ie.scrollTo(window.pageXOffset,b):Ie instanceof Document||Ie.constructor.name==="HTMLDocument"?Ie.documentElement.scrollTop=b:Ie.scrollTop=b,a<Te?(0,ee.Z)(Oe):typeof Ae=="function"&&Ae()};(0,ee.Z)(Oe)}},84567:function(de,ne,y){"use strict";y.d(ne,{default:function(){return ye}});var ee=y(94184),se=y.n(ee),ue=y(95860),pe=y(67294),fe=y(53124),Ce=y(98866),oe=y(65223),Te=pe.createContext(null),Ie=y(63185),De=y(45353),Fe=y(92429),Oe=function(Pe,Me){var Be={};for(var Ze in Pe)Object.prototype.hasOwnProperty.call(Pe,Ze)&&Me.indexOf(Ze)<0&&(Be[Ze]=Pe[Ze]);if(Pe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Le=0,Ze=Object.getOwnPropertySymbols(Pe);Le<Ze.length;Le++)Me.indexOf(Ze[Le])<0&&Object.prototype.propertyIsEnumerable.call(Pe,Ze[Le])&&(Be[Ze[Le]]=Pe[Ze[Le]]);return Be};const me=(Pe,Me)=>{var Be;const{prefixCls:Ze,className:Le,rootClassName:bt,children:xt,indeterminate:Sn=!1,style:Ct,onMouseEnter:St,onMouseLeave:Ht,skipGroup:zt=!1,disabled:sn}=Pe,Pn=Oe(Pe,["prefixCls","className","rootClassName","children","indeterminate","style","onMouseEnter","onMouseLeave","skipGroup","disabled"]),{getPrefixCls:wt,direction:gn,checkbox:Gn}=pe.useContext(fe.E_),nt=pe.useContext(Te),{isFormItemInput:_t}=pe.useContext(oe.aM),Qt=pe.useContext(Ce.Z),Vn=(Be=(nt==null?void 0:nt.disabled)||sn)!==null&&Be!==void 0?Be:Qt,dn=pe.useRef(Pn.value);pe.useEffect(()=>{nt==null||nt.registerValue(Pn.value)},[]),pe.useEffect(()=>{if(!zt)return Pn.value!==dn.current&&(nt==null||nt.cancelValue(dn.current),nt==null||nt.registerValue(Pn.value),dn.current=Pn.value),()=>nt==null?void 0:nt.cancelValue(Pn.value)},[Pn.value]);const Fn=wt("checkbox",Ze),[Qe,Cn]=(0,Ie.ZP)(Fn),Kn=Object.assign({},Pn);nt&&!zt&&(Kn.onChange=function(){Pn.onChange&&Pn.onChange.apply(Pn,arguments),nt.toggleOption&&nt.toggleOption({label:xt,value:Pn.value})},Kn.name=nt.name,Kn.checked=nt.value.includes(Pn.value));const Ha=se()(`${Fn}-wrapper`,{[`${Fn}-rtl`]:gn==="rtl",[`${Fn}-wrapper-checked`]:Kn.checked,[`${Fn}-wrapper-disabled`]:Vn,[`${Fn}-wrapper-in-form-item`]:_t},Gn==null?void 0:Gn.className,Le,bt,Cn),_n=se()({[`${Fn}-indeterminate`]:Sn},Fe.A,Cn),Vt=Sn?"mixed":void 0;return Qe(pe.createElement(De.Z,{component:"Checkbox",disabled:Vn},pe.createElement("label",{className:Ha,style:Object.assign(Object.assign({},Gn==null?void 0:Gn.style),Ct),onMouseEnter:St,onMouseLeave:Ht},pe.createElement(ue.Z,Object.assign({"aria-checked":Vt},Kn,{prefixCls:Fn,className:_n,disabled:Vn,ref:Me})),xt!==void 0&&pe.createElement("span",null,xt))))};var b=pe.forwardRef(me),z=y(74902),E=y(10366),te=function(Pe,Me){var Be={};for(var Ze in Pe)Object.prototype.hasOwnProperty.call(Pe,Ze)&&Me.indexOf(Ze)<0&&(Be[Ze]=Pe[Ze]);if(Pe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Le=0,Ze=Object.getOwnPropertySymbols(Pe);Le<Ze.length;Le++)Me.indexOf(Ze[Le])<0&&Object.prototype.propertyIsEnumerable.call(Pe,Ze[Le])&&(Be[Ze[Le]]=Pe[Ze[Le]]);return Be};const ae=(Pe,Me)=>{const{defaultValue:Be,children:Ze,options:Le=[],prefixCls:bt,className:xt,rootClassName:Sn,style:Ct,onChange:St}=Pe,Ht=te(Pe,["defaultValue","children","options","prefixCls","className","rootClassName","style","onChange"]),{getPrefixCls:zt,direction:sn}=pe.useContext(fe.E_),[Pn,wt]=pe.useState(Ht.value||Be||[]),[gn,Gn]=pe.useState([]);pe.useEffect(()=>{"value"in Ht&&wt(Ht.value||[])},[Ht.value]);const nt=pe.useMemo(()=>Le.map(Tt=>typeof Tt=="string"||typeof Tt=="number"?{label:Tt,value:Tt}:Tt),[Le]),_t=Tt=>{Gn(gt=>gt.filter(ln=>ln!==Tt))},Qt=Tt=>{Gn(gt=>[].concat((0,z.Z)(gt),[Tt]))},Vn=Tt=>{const gt=Pn.indexOf(Tt.value),ln=(0,z.Z)(Pn);gt===-1?ln.push(Tt.value):ln.splice(gt,1),"value"in Ht||wt(ln),St==null||St(ln.filter(pn=>gn.includes(pn)).sort((pn,On)=>{const Xn=nt.findIndex(La=>La.value===pn),ga=nt.findIndex(La=>La.value===On);return Xn-ga}))},dn=zt("checkbox",bt),Fn=`${dn}-group`,[Qe,Cn]=(0,Ie.ZP)(dn),Kn=(0,E.Z)(Ht,["value","disabled"]),Ha=Le.length?nt.map(Tt=>pe.createElement(b,{prefixCls:dn,key:Tt.value.toString(),disabled:"disabled"in Tt?Tt.disabled:Ht.disabled,value:Tt.value,checked:Pn.includes(Tt.value),onChange:Tt.onChange,className:`${Fn}-item`,style:Tt.style,title:Tt.title},Tt.label)):Ze,_n={toggleOption:Vn,value:Pn,disabled:Ht.disabled,name:Ht.name,registerValue:Qt,cancelValue:_t},Vt=se()(Fn,{[`${Fn}-rtl`]:sn==="rtl"},xt,Sn,Cn);return Qe(pe.createElement("div",Object.assign({className:Vt,style:Ct},Kn,{ref:Me}),pe.createElement(Te.Provider,{value:_n},Ha)))},le=pe.forwardRef(ae);var ce=pe.memo(le);const he=b;he.Group=ce,he.__ANT_CHECKBOX=!0;var ye=he},63185:function(de,ne,y){"use strict";y.d(ne,{C2:function(){return fe}});var ee=y(14747),se=y(45503),ue=y(67968);const pe=Ce=>{const{checkboxCls:oe}=Ce,Ae=`${oe}-wrapper`;return[{[`${oe}-group`]:Object.assign(Object.assign({},(0,ee.Wf)(Ce)),{display:"inline-flex",flexWrap:"wrap",columnGap:Ce.marginXS,[`> ${Ce.antCls}-row`]:{flex:1}}),[Ae]:Object.assign(Object.assign({},(0,ee.Wf)(Ce)),{display:"inline-flex",alignItems:"baseline",cursor:"pointer","&:after":{display:"inline-block",width:0,overflow:"hidden",content:"'\\a0'"},[`& + ${Ae}`]:{marginInlineStart:0},[`&${Ae}-in-form-item`]:{'input[type="checkbox"]':{width:14,height:14}}}),[oe]:Object.assign(Object.assign({},(0,ee.Wf)(Ce)),{position:"relative",whiteSpace:"nowrap",lineHeight:1,cursor:"pointer",borderRadius:Ce.borderRadiusSM,alignSelf:"center",[`${oe}-input`]:{position:"absolute",inset:0,zIndex:1,cursor:"pointer",opacity:0,margin:0,[`&:focus-visible + ${oe}-inner`]:Object.assign({},(0,ee.oN)(Ce))},[`${oe}-inner`]:{boxSizing:"border-box",position:"relative",top:0,insetInlineStart:0,display:"block",width:Ce.checkboxSize,height:Ce.checkboxSize,direction:"ltr",backgroundColor:Ce.colorBgContainer,border:`${Ce.lineWidth}px ${Ce.lineType} ${Ce.colorBorder}`,borderRadius:Ce.borderRadiusSM,borderCollapse:"separate",transition:`all ${Ce.motionDurationSlow}`,"&:after":{boxSizing:"border-box",position:"absolute",top:"50%",insetInlineStart:"21.5%",display:"table",width:Ce.checkboxSize/14*5,height:Ce.checkboxSize/14*8,border:`${Ce.lineWidthBold}px solid ${Ce.colorWhite}`,borderTop:0,borderInlineStart:0,transform:"rotate(45deg) scale(0) translate(-50%,-50%)",opacity:0,content:'""',transition:`all ${Ce.motionDurationFast} ${Ce.motionEaseInBack}, opacity ${Ce.motionDurationFast}`}},"& + span":{paddingInlineStart:Ce.paddingXS,paddingInlineEnd:Ce.paddingXS}})},{[`
|
|
|
${Ae}:not(${Ae}-disabled),
|
|
|
${oe}:not(${oe}-disabled)
|
|
|
`]:{[`&:hover ${oe}-inner`]:{borderColor:Ce.colorPrimary}},[`${Ae}:not(${Ae}-disabled)`]:{[`&:hover ${oe}-checked:not(${oe}-disabled) ${oe}-inner`]:{backgroundColor:Ce.colorPrimaryHover,borderColor:"transparent"},[`&:hover ${oe}-checked:not(${oe}-disabled):after`]:{borderColor:Ce.colorPrimaryHover}}},{[`${oe}-checked`]:{[`${oe}-inner`]:{backgroundColor:Ce.colorPrimary,borderColor:Ce.colorPrimary,"&:after":{opacity:1,transform:"rotate(45deg) scale(1) translate(-50%,-50%)",transition:`all ${Ce.motionDurationMid} ${Ce.motionEaseOutBack} ${Ce.motionDurationFast}`}}},[`
|
|
|
${Ae}-checked:not(${Ae}-disabled),
|
|
|
${oe}-checked:not(${oe}-disabled)
|
|
|
`]:{[`&:hover ${oe}-inner`]:{backgroundColor:Ce.colorPrimaryHover,borderColor:"transparent"}}},{[oe]:{"&-indeterminate":{[`${oe}-inner`]:{backgroundColor:Ce.colorBgContainer,borderColor:Ce.colorBorder,"&:after":{top:"50%",insetInlineStart:"50%",width:Ce.fontSizeLG/2,height:Ce.fontSizeLG/2,backgroundColor:Ce.colorPrimary,border:0,transform:"translate(-50%, -50%) scale(1)",opacity:1,content:'""'}}}}},{[`${Ae}-disabled`]:{cursor:"not-allowed"},[`${oe}-disabled`]:{[`&, ${oe}-input`]:{cursor:"not-allowed",pointerEvents:"none"},[`${oe}-inner`]:{background:Ce.colorBgContainerDisabled,borderColor:Ce.colorBorder,"&:after":{borderColor:Ce.colorTextDisabled}},"&:after":{display:"none"},"& + span":{color:Ce.colorTextDisabled},[`&${oe}-indeterminate ${oe}-inner::after`]:{background:Ce.colorTextDisabled}}}]};function fe(Ce,oe){const Ae=(0,se.TS)(oe,{checkboxCls:`.${Ce}`,checkboxSize:oe.controlInteractiveSize});return[pe(Ae)]}ne.ZP=(0,ue.Z)("Checkbox",(Ce,oe)=>{let{prefixCls:Ae}=oe;return[fe(Ae,Ce)]})},72565:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ra}});var ee=y(94184),se=y.n(ee),ue=y(1413),pe=y(97685),fe=y(67294),Ce=y(73935);function oe(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Ae={};function Te(Ke,We){}function Ie(Ke,We){}function De(){Ae={}}function Fe(Ke,We,At){!We&&!Ae[At]&&(Ke(!1,At),Ae[At]=!0)}function Oe(Ke,We){Fe(Te,Ke,We)}function me(Ke,We){Fe(Ie,Ke,We)}var a=null,b=y(71002),z=y(18459);function E(Ke,We,At){var Kt=fe.useRef({});return(!("value"in Kt.current)||At(Kt.current.condition,We))&&(Kt.current.value=Ke(),Kt.current.condition=We),Kt.current.value}function te(Ke,We){typeof Ke=="function"?Ke(We):(0,b.Z)(Ke)==="object"&&Ke&&"current"in Ke&&(Ke.current=We)}function ae(){for(var Ke=arguments.length,We=new Array(Ke),At=0;At<Ke;At++)We[At]=arguments[At];var Kt=We.filter(function(on){return on});return Kt.length<=1?Kt[0]:function(on){We.forEach(function(wn){te(wn,on)})}}function le(){for(var Ke=arguments.length,We=new Array(Ke),At=0;At<Ke;At++)We[At]=arguments[At];return E(function(){return ae.apply(void 0,We)},We,function(Kt,on){return Kt.length===on.length&&Kt.every(function(wn,va){return wn===on[va]})})}function ce(Ke){var We,At,Kt=(0,z.isMemo)(Ke)?Ke.type.type:Ke.type;return!(typeof Kt=="function"&&!((We=Kt.prototype)!==null&&We!==void 0&&We.render)||typeof Ke=="function"&&!((At=Ke.prototype)!==null&&At!==void 0&&At.render))}var he=fe.createContext(null),ye=he,Pe=y(74902),Me=oe()?fe.useLayoutEffect:fe.useEffect,Be=Me,Ze=function(We,At){var Kt=React.useRef(!0);Me(function(){if(!Kt.current)return We()},At),Me(function(){return Kt.current=!1,function(){Kt.current=!0}},[])},Le=[];function bt(Ke,We){var At=fe.useState(function(){if(!oe())return null;var Fr=document.createElement("div");return Fr}),Kt=(0,pe.Z)(At,1),on=Kt[0],wn=fe.useRef(!1),va=fe.useContext(ye),Na=fe.useState(Le),rr=(0,pe.Z)(Na,2),fr=rr[0],br=rr[1],dr=va||(wn.current?void 0:function(Fr){br(function(Po){var Br=[Fr].concat((0,Pe.Z)(Po));return Br})});function qr(){on.parentElement||document.body.appendChild(on),wn.current=!0}function Ro(){var Fr;(Fr=on.parentElement)===null||Fr===void 0||Fr.removeChild(on),wn.current=!1}return Be(function(){return Ke?va?va(qr):qr():Ro(),Ro},[Ke]),Be(function(){fr.length&&(fr.forEach(function(Fr){return Fr()}),br(Le))},[fr]),[on,dr]}function xt(Ke,We){if(!Ke)return!1;if(Ke.contains)return Ke.contains(We);for(var At=We;At;){if(At===Ke)return!0;At=At.parentNode}return!1}var Sn="data-rc-order",Ct="rc-util-key",St=new Map;function Ht(){var Ke=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},We=Ke.mark;return We?We.startsWith("data-")?We:"data-".concat(We):Ct}function zt(Ke){if(Ke.attachTo)return Ke.attachTo;var We=document.querySelector("head");return We||document.body}function sn(Ke){return Ke==="queue"?"prependQueue":Ke?"prepend":"append"}function Pn(Ke){return Array.from((St.get(Ke)||Ke).children).filter(function(We){return We.tagName==="STYLE"})}function wt(Ke){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!oe())return null;var At=We.csp,Kt=We.prepend,on=document.createElement("style");on.setAttribute(Sn,sn(Kt)),At!=null&&At.nonce&&(on.nonce=At==null?void 0:At.nonce),on.innerHTML=Ke;var wn=zt(We),va=wn.firstChild;if(Kt){if(Kt==="queue"){var Na=Pn(wn).filter(function(rr){return["prepend","prependQueue"].includes(rr.getAttribute(Sn))});if(Na.length)return wn.insertBefore(on,Na[Na.length-1].nextSibling),on}wn.insertBefore(on,va)}else wn.appendChild(on);return on}function gn(Ke){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},At=zt(We);return Pn(At).find(function(Kt){return Kt.getAttribute(Ht(We))===Ke})}function Gn(Ke){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},At=gn(Ke,We);if(At){var Kt=zt(We);Kt.removeChild(At)}}function nt(Ke,We){var At=St.get(Ke);if(!At||!xt(document,At)){var Kt=wt("",We),on=Kt.parentNode;St.set(Ke,on),Ke.removeChild(Kt)}}function _t(){St.clear()}function Qt(Ke,We){var At=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Kt=zt(At);nt(Kt,At);var on=gn(We,At);if(on){var wn,va;if((wn=At.csp)!==null&&wn!==void 0&&wn.nonce&&on.nonce!==((va=At.csp)===null||va===void 0?void 0:va.nonce)){var Na;on.nonce=(Na=At.csp)===null||Na===void 0?void 0:Na.nonce}return on.innerHTML!==Ke&&(on.innerHTML=Ke),on}var rr=wt(Ke,At);return rr.setAttribute(Ht(At),We),rr}var Vn;function dn(Ke){if(typeof document=="undefined")return 0;if(Ke||Vn===void 0){var We=document.createElement("div");We.style.width="100%",We.style.height="200px";var At=document.createElement("div"),Kt=At.style;Kt.position="absolute",Kt.top="0",Kt.left="0",Kt.pointerEvents="none",Kt.visibility="hidden",Kt.width="200px",Kt.height="150px",Kt.overflow="hidden",At.appendChild(We),document.body.appendChild(At);var on=We.offsetWidth;At.style.overflow="scroll";var wn=We.offsetWidth;on===wn&&(wn=At.clientWidth),document.body.removeChild(At),Vn=on-wn}return Vn}function Fn(Ke){var We=Ke.match(/^(.*)px$/),At=Number(We==null?void 0:We[1]);return Number.isNaN(At)?dn():At}function Qe(Ke){if(typeof document=="undefined"||!Ke||!(Ke instanceof Element))return{width:0,height:0};var We=getComputedStyle(Ke,"::-webkit-scrollbar"),At=We.width,Kt=We.height;return{width:Fn(At),height:Fn(Kt)}}function Cn(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var Kn="rc-util-locker-".concat(Date.now()),Ha=0;function _n(Ke){var We=!!Ke,At=fe.useState(function(){return Ha+=1,"".concat(Kn,"_").concat(Ha)}),Kt=(0,pe.Z)(At,1),on=Kt[0];Be(function(){if(We){var wn=Qe(document.body).width,va=Cn();Qt(`
|
|
|
html body {
|
|
|
overflow-y: hidden;
|
|
|
`.concat(va?"width: calc(100% - ".concat(wn,"px);"):"",`
|
|
|
}`),on)}else Gn(on);return function(){Gn(on)}},[We,on])}var Vt=!1;function Tt(Ke){return typeof Ke=="boolean"&&(Vt=Ke),Vt}var gt=function(We){return We===!1?!1:!oe()||!We?null:typeof We=="string"?document.querySelector(We):typeof We=="function"?We():We},ln=fe.forwardRef(function(Ke,We){var At=Ke.open,Kt=Ke.autoLock,on=Ke.getContainer,wn=Ke.debug,va=Ke.autoDestroy,Na=va===void 0?!0:va,rr=Ke.children,fr=fe.useState(At),br=(0,pe.Z)(fr,2),dr=br[0],qr=br[1],Ro=dr||At;fe.useEffect(function(){(Na||At)&&qr(At)},[At,Na]);var Fr=fe.useState(function(){return gt(on)}),Po=(0,pe.Z)(Fr,2),Br=Po[0],ao=Po[1];fe.useEffect(function(){var It=gt(on);ao(It!=null?It:null)});var $a=bt(Ro&&!Br,wn),tt=(0,pe.Z)($a,2),ft=tt[0],Rt=tt[1],Ue=Br!=null?Br:ft;_n(Kt&&At&&oe()&&(Ue===ft||Ue===document.body));var Bt=null;if(rr&&ce(rr)&&We){var cn=rr;Bt=cn.ref}var bn=le(Bt,We);if(!Ro||!oe()||Br===void 0)return null;var vt=Ue===!1||Tt(),Lt=rr;return We&&(Lt=fe.cloneElement(rr,{ref:bn})),fe.createElement(ye.Provider,{value:Rt},vt?Lt:(0,Ce.createPortal)(Lt,Ue))}),pn=ln,On=pn;function Xn(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var ga=Xn()?fe.useLayoutEffect:fe.useEffect,La=function(We,At){var Kt=fe.useRef(!0);ga(function(){return We(Kt.current)},At),ga(function(){return Kt.current=!1,function(){Kt.current=!0}},[])},Fa=function(We,At){La(function(Kt){if(!Kt)return We()},At)},Ba=La,pa=fe.createContext(null),Ja=fe.createContext({}),Er=pa,Xe=y(4942),ct=y(87462),aa=y(62874),_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(We){var At=We.keyCode;if(We.altKey&&!We.ctrlKey||We.metaKey||At>=_e.F1&&At<=_e.F12)return!1;switch(At){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(We){if(We>=_e.ZERO&&We<=_e.NINE||We>=_e.NUM_ZERO&&We<=_e.NUM_MULTIPLY||We>=_e.A&&We<=_e.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&We===0)return!0;switch(We){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}}},Ge=_e,mt=`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`,un=`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`,jt="".concat(mt," ").concat(un).split(/[\s\n]+/),Tn="aria-",Xt="data-";function Wt(Ke,We){return Ke.indexOf(We)===0}function Jt(Ke){var We=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,At;We===!1?At={aria:!0,data:!0,attr:!0}:We===!0?At={aria:!0}:At=(0,ue.Z)({},We);var Kt={};return Object.keys(Ke).forEach(function(on){(At.aria&&(on==="role"||Wt(on,Tn))||At.data&&Wt(on,Xt)||At.attr&&jt.includes(on))&&(Kt[on]=Ke[on])}),Kt}function Oa(Ke){var We=React.useRef();We.current=Ke;var At=React.useCallback(function(){for(var Kt,on=arguments.length,wn=new Array(on),va=0;va<on;va++)wn[va]=arguments[va];return(Kt=We.current)===null||Kt===void 0?void 0:Kt.call.apply(Kt,[We].concat(wn))},[]);return At}function Yn(Ke){var We=React.useRef(!1),At=React.useState(Ke),Kt=_slicedToArray(At,2),on=Kt[0],wn=Kt[1];React.useEffect(function(){return We.current=!1,function(){We.current=!0}},[]);function va(Na,rr){rr&&We.current||wn(Na)}return[on,va]}function Pa(Ke){return Ke!==void 0}function lr(Ke,We){var At=We||{},Kt=At.defaultValue,on=At.value,wn=At.onChange,va=At.postState,Na=useState(function(){return Pa(on)?on:Pa(Kt)?typeof Kt=="function"?Kt():Kt:typeof Ke=="function"?Ke():Ke}),rr=_slicedToArray(Na,2),fr=rr[0],br=rr[1],dr=on!==void 0?on:fr,qr=va?va(dr):dr,Ro=useEvent(wn),Fr=useState([dr]),Po=_slicedToArray(Fr,2),Br=Po[0],ao=Po[1];useLayoutUpdateEffect(function(){var tt=Br[0];fr!==tt&&Ro(fr,tt)},[Br]),useLayoutUpdateEffect(function(){Pa(on)||br(on)},[on]);var $a=useEvent(function(tt,ft){br(tt,ft),ao([dr],ft)});return[qr,$a]}var Xa=y(33993);function cr(Ke,We,At){var Kt=fe.useRef({});return(!("value"in Kt.current)||At(Kt.current.condition,We))&&(Kt.current.value=Ke(),Kt.current.condition=We),Kt.current.value}function pr(Ke,We){typeof Ke=="function"?Ke(We):(0,b.Z)(Ke)==="object"&&Ke&&"current"in Ke&&(Ke.current=We)}function wr(){for(var Ke=arguments.length,We=new Array(Ke),At=0;At<Ke;At++)We[At]=arguments[At];var Kt=We.filter(function(on){return on});return Kt.length<=1?Kt[0]:function(on){We.forEach(function(wn){pr(wn,on)})}}function Kr(){for(var Ke=arguments.length,We=new Array(Ke),At=0;At<Ke;At++)We[At]=arguments[At];return cr(function(){return wr.apply(void 0,We)},We,function(Kt,on){return Kt.length!==on.length||Kt.every(function(wn,va){return wn!==on[va]})})}function Ao(Ke){var We,At,Kt=isMemo(Ke)?Ke.type.type:Ke.type;return!(typeof Kt=="function"&&!((We=Kt.prototype)!==null&&We!==void 0&&We.render)||typeof Ke=="function"&&!((At=Ke.prototype)!==null&&At!==void 0&&At.render))}function wo(Ke){return!isValidElement(Ke)||isFragment(Ke)?!1:Ao(Ke)}function Or(Ke,We,At,Kt){if(!We.length)return At;var on=_toArray(We),wn=on[0],va=on.slice(1),Na;return!Ke&&typeof wn=="number"?Na=[]:Array.isArray(Ke)?Na=_toConsumableArray(Ke):Na=_objectSpread({},Ke),Kt&&At===void 0&&va.length===1?delete Na[wn][va[0]]:Na[wn]=Or(Na[wn],va,At,Kt),Na}function no(Ke,We,At){var Kt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return We.length&&Kt&&At===void 0&&!get(Ke,We.slice(0,-1))?Ke:Or(Ke,We,At,Kt)}function xr(Ke){return _typeof(Ke)==="object"&&Ke!==null&&Object.getPrototypeOf(Ke)===Object.prototype}function Xr(Ke){return Array.isArray(Ke)?[]:{}}var Fo=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function Jr(){for(var Ke=arguments.length,We=new Array(Ke),At=0;At<Ke;At++)We[At]=arguments[At];var Kt=Xr(We[0]);return We.forEach(function(on){function wn(va,Na){var rr=new Set(Na),fr=get(on,va),br=Array.isArray(fr);if(br||xr(fr)){if(!rr.has(fr)){rr.add(fr);var dr=get(Kt,va);br?Kt=no(Kt,va,[]):(!dr||_typeof(dr)!=="object")&&(Kt=no(Kt,va,Xr(fr))),Fo(fr).forEach(function(qr){wn([].concat(_toConsumableArray(va),[qr]),rr)})}}else Kt=no(Kt,va,fr)}wn([])}),Kt}var Va={},ht=[],Pt=function(We){ht.push(We)};function ut(Ke,We){if(0)var At}function Nn(Ke,We){if(0)var At}function wa(){Va={}}function ma(Ke,We,At){!We&&!Va[At]&&(Ke(!1,At),Va[At]=!0)}function vr(Ke,We){ma(ut,Ke,We)}function mr(Ke,We){ma(Nn,Ke,We)}vr.preMessage=Pt,vr.resetWarned=wa,vr.noteOnce=mr;var _r=vr,Wr=function(We){var At=We.prefixCls,Kt=We.className,on=We.style,wn=We.children,va=We.containerRef,Na=We.id,rr=We.onMouseEnter,fr=We.onMouseOver,br=We.onMouseLeave,dr=We.onClick,qr=We.onKeyDown,Ro=We.onKeyUp,Fr={onMouseEnter:rr,onMouseOver:fr,onMouseLeave:br,onClick:dr,onKeyDown:qr,onKeyUp:Ro},Po=fe.useContext(Ja),Br=Po.panel,ao=Kr(Br,va);return fe.createElement(fe.Fragment,null,fe.createElement("div",(0,ct.Z)({id:Na,className:se()("".concat(At,"-content"),Kt),style:(0,ue.Z)({},on),"aria-modal":"true",role:"dialog",ref:ao},Fr),wn))},No=Wr;function En(Ke){return typeof Ke=="string"&&String(Number(Ke))===Ke?(_r(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(Ke)):Ke}function Nr(Ke){warning(!("wrapperClassName"in Ke),"'wrapperClassName' is removed. Please use 'rootClassName' instead."),warning(canUseDom()||!Ke.open,"Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.")}var lo={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function bi(Ke,We){var At,Kt,on,wn,va=Ke.prefixCls,Na=Ke.open,rr=Ke.placement,fr=Ke.inline,br=Ke.push,dr=Ke.forceRender,qr=Ke.autoFocus,Ro=Ke.keyboard,Fr=Ke.rootClassName,Po=Ke.rootStyle,Br=Ke.zIndex,ao=Ke.className,$a=Ke.id,tt=Ke.style,ft=Ke.motion,Rt=Ke.width,Ue=Ke.height,Bt=Ke.children,cn=Ke.contentWrapperStyle,bn=Ke.mask,vt=Ke.maskClosable,Lt=Ke.maskMotion,It=Ke.maskClassName,kt=Ke.maskStyle,Ot=Ke.afterOpenChange,Ut=Ke.onClose,$t=Ke.onMouseEnter,fn=Ke.onMouseOver,Zn=Ke.onMouseLeave,ba=Ke.onClick,mn=Ke.onKeyDown,ea=Ke.onKeyUp,la=fe.useRef(),da=fe.useRef(),ka=fe.useRef();fe.useImperativeHandle(We,function(){return la.current});var qa=function(yi){var Hi=yi.keyCode,Ui=yi.shiftKey;switch(Hi){case Ge.TAB:{if(Hi===Ge.TAB){if(!Ui&&document.activeElement===ka.current){var ss;(ss=da.current)===null||ss===void 0||ss.focus({preventScroll:!0})}else if(Ui&&document.activeElement===da.current){var Ms;(Ms=ka.current)===null||Ms===void 0||Ms.focus({preventScroll:!0})}}break}case Ge.ESC:{Ut&&Ro&&(yi.stopPropagation(),Ut(yi));break}}};fe.useEffect(function(){if(Na&&qr){var Uo;(Uo=la.current)===null||Uo===void 0||Uo.focus({preventScroll:!0})}},[Na]);var Hr=fe.useState(!1),ur=(0,pe.Z)(Hr,2),Jn=ur[0],ta=ur[1],$n=fe.useContext(Er),Un;br===!1?Un={distance:0}:br===!0?Un={}:Un=br||{};var xa=(At=(Kt=(on=Un)===null||on===void 0?void 0:on.distance)!==null&&Kt!==void 0?Kt:$n==null?void 0:$n.pushDistance)!==null&&At!==void 0?At:180,hr=fe.useMemo(function(){return{pushDistance:xa,push:function(){ta(!0)},pull:function(){ta(!1)}}},[xa]);fe.useEffect(function(){if(Na){var Uo;$n==null||(Uo=$n.push)===null||Uo===void 0||Uo.call($n)}else{var yi;$n==null||(yi=$n.pull)===null||yi===void 0||yi.call($n)}},[Na]),fe.useEffect(function(){return function(){var Uo;$n==null||(Uo=$n.pull)===null||Uo===void 0||Uo.call($n)}},[]);var $r=bn&&fe.createElement(aa.Z,(0,ct.Z)({key:"mask"},Lt,{visible:Na}),function(Uo,yi){var Hi=Uo.className,Ui=Uo.style;return fe.createElement("div",{className:se()("".concat(va,"-mask"),Hi,It),style:(0,ue.Z)((0,ue.Z)({},Ui),kt),onClick:vt&&Na?Ut:void 0,ref:yi})}),Lo=typeof ft=="function"?ft(rr):ft,Vr={};if(Jn&&xa)switch(rr){case"top":Vr.transform="translateY(".concat(xa,"px)");break;case"bottom":Vr.transform="translateY(".concat(-xa,"px)");break;case"left":Vr.transform="translateX(".concat(xa,"px)");break;default:Vr.transform="translateX(".concat(-xa,"px)");break}rr==="left"||rr==="right"?Vr.width=En(Rt):Vr.height=En(Ue);var jo={onMouseEnter:$t,onMouseOver:fn,onMouseLeave:Zn,onClick:ba,onKeyDown:mn,onKeyUp:ea},ui=fe.createElement(aa.Z,(0,ct.Z)({key:"panel"},Lo,{visible:Na,forceRender:dr,onVisibleChanged:function(yi){Ot==null||Ot(yi)},removeOnLeave:!1,leavedClassName:"".concat(va,"-content-wrapper-hidden")}),function(Uo,yi){var Hi=Uo.className,Ui=Uo.style;return fe.createElement("div",(0,ct.Z)({className:se()("".concat(va,"-content-wrapper"),Hi),style:(0,ue.Z)((0,ue.Z)((0,ue.Z)({},Vr),Ui),cn)},Jt(Ke,{data:!0})),fe.createElement(No,(0,ct.Z)({id:$a,containerRef:yi,prefixCls:va,className:ao,style:tt},jo),Bt))}),Yi=(0,ue.Z)({},Po);return Br&&(Yi.zIndex=Br),fe.createElement(Er.Provider,{value:hr},fe.createElement("div",{className:se()(va,"".concat(va,"-").concat(rr),Fr,(wn={},(0,Xe.Z)(wn,"".concat(va,"-open"),Na),(0,Xe.Z)(wn,"".concat(va,"-inline"),fr),wn)),style:Yi,tabIndex:-1,ref:la,onKeyDown:qa},$r,fe.createElement("div",{tabIndex:0,ref:da,style:lo,"aria-hidden":"true","data-sentinel":"start"}),ui,fe.createElement("div",{tabIndex:0,ref:ka,style:lo,"aria-hidden":"true","data-sentinel":"end"})))}var Bo=fe.forwardRef(bi),uo=Bo,pi=function(We){var At=We.open,Kt=At===void 0?!1:At,on=We.prefixCls,wn=on===void 0?"rc-drawer":on,va=We.placement,Na=va===void 0?"right":va,rr=We.autoFocus,fr=rr===void 0?!0:rr,br=We.keyboard,dr=br===void 0?!0:br,qr=We.width,Ro=qr===void 0?378:qr,Fr=We.mask,Po=Fr===void 0?!0:Fr,Br=We.maskClosable,ao=Br===void 0?!0:Br,$a=We.getContainer,tt=We.forceRender,ft=We.afterOpenChange,Rt=We.destroyOnClose,Ue=We.onMouseEnter,Bt=We.onMouseOver,cn=We.onMouseLeave,bn=We.onClick,vt=We.onKeyDown,Lt=We.onKeyUp,It=We.panelRef,kt=fe.useState(!1),Ot=(0,pe.Z)(kt,2),Ut=Ot[0],$t=Ot[1],fn=fe.useState(!1),Zn=(0,pe.Z)(fn,2),ba=Zn[0],mn=Zn[1];Ba(function(){mn(!0)},[]);var ea=ba?Kt:!1,la=fe.useRef(),da=fe.useRef();Ba(function(){ea&&(da.current=document.activeElement)},[ea]);var ka=function(ta){var $n;if($t(ta),ft==null||ft(ta),!ta&&da.current&&!(($n=la.current)!==null&&$n!==void 0&&$n.contains(da.current))){var Un;(Un=da.current)===null||Un===void 0||Un.focus({preventScroll:!0})}},qa=fe.useMemo(function(){return{panel:It}},[It]);if(!tt&&!Ut&&!ea&&Rt)return null;var Hr={onMouseEnter:Ue,onMouseOver:Bt,onMouseLeave:cn,onClick:bn,onKeyDown:vt,onKeyUp:Lt},ur=(0,ue.Z)((0,ue.Z)({},We),{},{open:ea,prefixCls:wn,placement:Na,autoFocus:fr,keyboard:dr,width:Ro,mask:Po,maskClosable:ao,inline:$a===!1,afterOpenChange:ka,ref:la},Hr);return fe.createElement(Ja.Provider,{value:qa},fe.createElement(On,{open:ea||tt||Ut,autoDestroy:!1,getContainer:$a,autoLock:Po&&(ea||Ut)},fe.createElement(uo,ur)))},kr=pi,st=kr,Ft=y(33603),Gt=y(53124),Zt=y(65223),In=y(69760),yn=Ke=>{const{prefixCls:We,title:At,footer:Kt,extra:on,closeIcon:wn,closable:va,onClose:Na,headerStyle:rr,drawerStyle:fr,bodyStyle:br,footerStyle:dr,children:qr}=Ke,Ro=fe.useCallback($a=>fe.createElement("button",{type:"button",onClick:Na,"aria-label":"Close",className:`${We}-close`},$a),[Na]),[Fr,Po]=(0,In.Z)(va,wn,Ro,void 0,!0),Br=fe.useMemo(()=>!At&&!Fr?null:fe.createElement("div",{style:rr,className:se()(`${We}-header`,{[`${We}-header-close-only`]:Fr&&!At&&!on})},fe.createElement("div",{className:`${We}-header-title`},Po,At&&fe.createElement("div",{className:`${We}-title`},At)),on&&fe.createElement("div",{className:`${We}-extra`},on)),[Fr,Po,on,rr,We,At]),ao=fe.useMemo(()=>{if(!Kt)return null;const $a=`${We}-footer`;return fe.createElement("div",{className:$a,style:dr},Kt)},[Kt,dr,We]);return fe.createElement("div",{className:`${We}-wrapper-body`,style:fr},Br,fe.createElement("div",{className:`${We}-body`,style:br},qr),ao)},at=y(4173),ar=y(67968),Ia=y(45503),Dr=Ke=>{const{componentCls:We,motionDurationSlow:At}=Ke,Kt={"&-enter, &-appear, &-leave":{"&-start":{transition:"none"},"&-active":{transition:`all ${At}`}}};return{[We]:{[`${We}-mask-motion`]:{"&-enter, &-appear, &-leave":{"&-active":{transition:`all ${At}`}},"&-enter, &-appear":{opacity:0,"&-active":{opacity:1}},"&-leave":{opacity:1,"&-active":{opacity:0}}},[`${We}-panel-motion`]:{"&-left":[Kt,{"&-enter, &-appear":{"&-start":{transform:"translateX(-100%) !important"},"&-active":{transform:"translateX(0)"}},"&-leave":{transform:"translateX(0)","&-active":{transform:"translateX(-100%)"}}}],"&-right":[Kt,{"&-enter, &-appear":{"&-start":{transform:"translateX(100%) !important"},"&-active":{transform:"translateX(0)"}},"&-leave":{transform:"translateX(0)","&-active":{transform:"translateX(100%)"}}}],"&-top":[Kt,{"&-enter, &-appear":{"&-start":{transform:"translateY(-100%) !important"},"&-active":{transform:"translateY(0)"}},"&-leave":{transform:"translateY(0)","&-active":{transform:"translateY(-100%)"}}}],"&-bottom":[Kt,{"&-enter, &-appear":{"&-start":{transform:"translateY(100%) !important"},"&-active":{transform:"translateY(0)"}},"&-leave":{transform:"translateY(0)","&-active":{transform:"translateY(100%)"}}}]}}}};const an=Ke=>{const{componentCls:We,zIndexPopup:At,colorBgMask:Kt,colorBgElevated:on,motionDurationSlow:wn,motionDurationMid:va,padding:Na,paddingLG:rr,fontSizeLG:fr,lineHeightLG:br,lineWidth:dr,lineType:qr,colorSplit:Ro,marginSM:Fr,colorIcon:Po,colorIconHover:Br,colorText:ao,fontWeightStrong:$a,footerPaddingBlock:tt,footerPaddingInline:ft}=Ke,Rt=`${We}-content-wrapper`;return{[We]:{position:"fixed",inset:0,zIndex:At,pointerEvents:"none","&-pure":{position:"relative",background:on,[`&${We}-left`]:{boxShadow:Ke.boxShadowDrawerLeft},[`&${We}-right`]:{boxShadow:Ke.boxShadowDrawerRight},[`&${We}-top`]:{boxShadow:Ke.boxShadowDrawerUp},[`&${We}-bottom`]:{boxShadow:Ke.boxShadowDrawerDown}},"&-inline":{position:"absolute"},[`${We}-mask`]:{position:"absolute",inset:0,zIndex:At,background:Kt,pointerEvents:"auto"},[Rt]:{position:"absolute",zIndex:At,maxWidth:"100vw",transition:`all ${wn}`,"&-hidden":{display:"none"}},[`&-left > ${Rt}`]:{top:0,bottom:0,left:{_skip_check_:!0,value:0},boxShadow:Ke.boxShadowDrawerLeft},[`&-right > ${Rt}`]:{top:0,right:{_skip_check_:!0,value:0},bottom:0,boxShadow:Ke.boxShadowDrawerRight},[`&-top > ${Rt}`]:{top:0,insetInline:0,boxShadow:Ke.boxShadowDrawerUp},[`&-bottom > ${Rt}`]:{bottom:0,insetInline:0,boxShadow:Ke.boxShadowDrawerDown},[`${We}-content`]:{width:"100%",height:"100%",overflow:"auto",background:on,pointerEvents:"auto"},[`${We}-wrapper-body`]:{display:"flex",flexDirection:"column",width:"100%",height:"100%"},[`${We}-header`]:{display:"flex",flex:0,alignItems:"center",padding:`${Na}px ${rr}px`,fontSize:fr,lineHeight:br,borderBottom:`${dr}px ${qr} ${Ro}`,"&-title":{display:"flex",flex:1,alignItems:"center",minWidth:0,minHeight:0}},[`${We}-extra`]:{flex:"none"},[`${We}-close`]:{display:"inline-block",marginInlineEnd:Fr,color:Po,fontWeight:$a,fontSize:fr,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",textDecoration:"none",background:"transparent",border:0,outline:0,cursor:"pointer",transition:`color ${va}`,textRendering:"auto","&:focus, &:hover":{color:Br,textDecoration:"none"}},[`${We}-title`]:{flex:1,margin:0,color:ao,fontWeight:Ke.fontWeightStrong,fontSize:fr,lineHeight:br},[`${We}-body`]:{flex:1,minWidth:0,minHeight:0,padding:rr,overflow:"auto"},[`${We}-footer`]:{flexShrink:0,padding:`${tt}px ${ft}px`,borderTop:`${dr}px ${qr} ${Ro}`},"&-rtl":{direction:"rtl"}}}};var Ln=(0,ar.Z)("Drawer",Ke=>{const We=(0,Ia.TS)(Ke,{});return[an(We),Dr(We)]},Ke=>({zIndexPopup:Ke.zIndexPopupBase,footerPaddingBlock:Ke.paddingXS,footerPaddingInline:Ke.padding})),Sa=y(16569),qn=function(Ke,We){var At={};for(var Kt in Ke)Object.prototype.hasOwnProperty.call(Ke,Kt)&&We.indexOf(Kt)<0&&(At[Kt]=Ke[Kt]);if(Ke!=null&&typeof Object.getOwnPropertySymbols=="function")for(var on=0,Kt=Object.getOwnPropertySymbols(Ke);on<Kt.length;on++)We.indexOf(Kt[on])<0&&Object.prototype.propertyIsEnumerable.call(Ke,Kt[on])&&(At[Kt[on]]=Ke[Kt[on]]);return At};const Mr=null,Rr={distance:180},co=Ke=>{var We;const{rootClassName:At,width:Kt,height:on,size:wn="default",mask:va=!0,push:Na=Rr,open:rr,afterOpenChange:fr,onClose:br,prefixCls:dr,getContainer:qr,style:Ro,className:Fr,visible:Po,afterVisibleChange:Br}=Ke,ao=qn(Ke,["rootClassName","width","height","size","mask","push","open","afterOpenChange","onClose","prefixCls","getContainer","style","className","visible","afterVisibleChange"]),{getPopupContainer:$a,getPrefixCls:tt,direction:ft,drawer:Rt}=fe.useContext(Gt.E_),Ue=tt("drawer",dr),[Bt,cn]=Ln(Ue),bn=qr===void 0&&$a?()=>$a(document.body):qr,vt=se()({"no-mask":!va,[`${Ue}-rtl`]:ft==="rtl"},At,cn),Lt=fe.useMemo(()=>Kt!=null?Kt:wn==="large"?736:378,[Kt,wn]),It=fe.useMemo(()=>on!=null?on:wn==="large"?736:378,[on,wn]),kt={motionName:(0,Ft.m)(Ue,"mask-motion"),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500},Ot=$t=>({motionName:(0,Ft.m)(Ue,`panel-motion-${$t}`),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500}),Ut=(0,Sa.H)();return Bt(fe.createElement(at.BR,null,fe.createElement(Zt.Ux,{status:!0,override:!0},fe.createElement(st,Object.assign({prefixCls:Ue,onClose:br,maskMotion:kt,motion:Ot},ao,{open:rr!=null?rr:Po,mask:va,push:Na,width:Lt,height:It,style:Object.assign(Object.assign({},Rt==null?void 0:Rt.style),Ro),className:se()(Rt==null?void 0:Rt.className,Fr),rootClassName:vt,getContainer:bn,afterOpenChange:fr!=null?fr:Br,panelRef:Ut}),fe.createElement(yn,Object.assign({prefixCls:Ue},ao,{onClose:br}))))))},Eo=Ke=>{const{prefixCls:We,style:At,className:Kt,placement:on="right"}=Ke,wn=qn(Ke,["prefixCls","style","className","placement"]),{getPrefixCls:va}=fe.useContext(Gt.E_),Na=va("drawer",We),[rr,fr]=Ln(Na),br=se()(Na,`${Na}-pure`,`${Na}-${on}`,fr,Kt);return rr(fe.createElement("div",{className:br,style:At},fe.createElement(yn,Object.assign({prefixCls:Na},wn))))};co._InternalPanelDoNotUseOrYouWillBeFired=Eo;var ra=co},56153:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Ju}});var ee=y(67294),se=y.t(ee,2),ue=y(79269),pe=y(94184),fe=y.n(pe),Ce=y(87462),oe=y(4942),Ae=y(97685),Te=y(45987),Ie=y(1413),De=y(73935);function Fe(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Oe={};function me(Ne,$e){}function a(Ne,$e){}function b(){Oe={}}function z(Ne,$e,je){!$e&&!Oe[je]&&(Ne(!1,je),Oe[je]=!0)}function E(Ne,$e){z(me,Ne,$e)}function te(Ne,$e){z(a,Ne,$e)}var ae=null,le=y(71002),ce=y(12060);function he(Ne,$e,je){var it=ee.useRef({});return(!("value"in it.current)||je(it.current.condition,$e))&&(it.current.value=Ne(),it.current.condition=$e),it.current.value}function ye(Ne,$e){typeof Ne=="function"?Ne($e):(0,le.Z)(Ne)==="object"&&Ne&&"current"in Ne&&(Ne.current=$e)}function Pe(){for(var Ne=arguments.length,$e=new Array(Ne),je=0;je<Ne;je++)$e[je]=arguments[je];var it=$e.filter(function(Dt){return Dt});return it.length<=1?it[0]:function(Dt){$e.forEach(function(qt){ye(qt,Dt)})}}function Me(){for(var Ne=arguments.length,$e=new Array(Ne),je=0;je<Ne;je++)$e[je]=arguments[je];return he(function(){return Pe.apply(void 0,$e)},$e,function(it,Dt){return it.length===Dt.length&&it.every(function(qt,rn){return qt===Dt[rn]})})}function Be(Ne){var $e,je,it=(0,ce.isMemo)(Ne)?Ne.type.type:Ne.type;return!(typeof it=="function"&&!(($e=it.prototype)!==null&&$e!==void 0&&$e.render)||typeof Ne=="function"&&!((je=Ne.prototype)!==null&&je!==void 0&&je.render))}var Ze=ee.createContext(null),Le=Ze,bt=y(74902),xt=Fe()?ee.useLayoutEffect:ee.useEffect,Sn=xt,Ct=function($e,je){var it=React.useRef(!0);xt(function(){if(!it.current)return $e()},je),xt(function(){return it.current=!1,function(){it.current=!0}},[])},St=[];function Ht(Ne,$e){var je=ee.useState(function(){if(!Fe())return null;var gr=document.createElement("div");return gr}),it=(0,Ae.Z)(je,1),Dt=it[0],qt=ee.useRef(!1),rn=ee.useContext(Le),jn=ee.useState(St),ca=(0,Ae.Z)(jn,2),na=ca[0],Wa=ca[1],oa=rn||(qt.current?void 0:function(gr){Wa(function(oo){var jr=[gr].concat((0,bt.Z)(oo));return jr})});function Ya(){Dt.parentElement||document.body.appendChild(Dt),qt.current=!0}function za(){var gr;(gr=Dt.parentElement)===null||gr===void 0||gr.removeChild(Dt),qt.current=!1}return Sn(function(){return Ne?rn?rn(Ya):Ya():za(),za},[Ne]),Sn(function(){na.length&&(na.forEach(function(gr){return gr()}),Wa(St))},[na]),[Dt,oa]}function zt(Ne,$e){if(!Ne)return!1;if(Ne.contains)return Ne.contains($e);for(var je=$e;je;){if(je===Ne)return!0;je=je.parentNode}return!1}var sn="data-rc-order",Pn="rc-util-key",wt=new Map;function gn(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},$e=Ne.mark;return $e?$e.startsWith("data-")?$e:"data-".concat($e):Pn}function Gn(Ne){if(Ne.attachTo)return Ne.attachTo;var $e=document.querySelector("head");return $e||document.body}function nt(Ne){return Ne==="queue"?"prependQueue":Ne?"prepend":"append"}function _t(Ne){return Array.from((wt.get(Ne)||Ne).children).filter(function($e){return $e.tagName==="STYLE"})}function Qt(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Fe())return null;var je=$e.csp,it=$e.prepend,Dt=document.createElement("style");Dt.setAttribute(sn,nt(it)),je!=null&&je.nonce&&(Dt.nonce=je==null?void 0:je.nonce),Dt.innerHTML=Ne;var qt=Gn($e),rn=qt.firstChild;if(it){if(it==="queue"){var jn=_t(qt).filter(function(ca){return["prepend","prependQueue"].includes(ca.getAttribute(sn))});if(jn.length)return qt.insertBefore(Dt,jn[jn.length-1].nextSibling),Dt}qt.insertBefore(Dt,rn)}else qt.appendChild(Dt);return Dt}function Vn(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},je=Gn($e);return _t(je).find(function(it){return it.getAttribute(gn($e))===Ne})}function dn(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},je=Vn(Ne,$e);if(je){var it=Gn($e);it.removeChild(je)}}function Fn(Ne,$e){var je=wt.get(Ne);if(!je||!zt(document,je)){var it=Qt("",$e),Dt=it.parentNode;wt.set(Ne,Dt),Ne.removeChild(it)}}function Qe(){wt.clear()}function Cn(Ne,$e){var je=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},it=Gn(je);Fn(it,je);var Dt=Vn($e,je);if(Dt){var qt,rn;if((qt=je.csp)!==null&&qt!==void 0&&qt.nonce&&Dt.nonce!==((rn=je.csp)===null||rn===void 0?void 0:rn.nonce)){var jn;Dt.nonce=(jn=je.csp)===null||jn===void 0?void 0:jn.nonce}return Dt.innerHTML!==Ne&&(Dt.innerHTML=Ne),Dt}var ca=Qt(Ne,je);return ca.setAttribute(gn(je),$e),ca}var Kn;function Ha(Ne){if(typeof document=="undefined")return 0;if(Ne||Kn===void 0){var $e=document.createElement("div");$e.style.width="100%",$e.style.height="200px";var je=document.createElement("div"),it=je.style;it.position="absolute",it.top="0",it.left="0",it.pointerEvents="none",it.visibility="hidden",it.width="200px",it.height="150px",it.overflow="hidden",je.appendChild($e),document.body.appendChild(je);var Dt=$e.offsetWidth;je.style.overflow="scroll";var qt=$e.offsetWidth;Dt===qt&&(qt=je.clientWidth),document.body.removeChild(je),Kn=Dt-qt}return Kn}function _n(Ne){var $e=Ne.match(/^(.*)px$/),je=Number($e==null?void 0:$e[1]);return Number.isNaN(je)?Ha():je}function Vt(Ne){if(typeof document=="undefined"||!Ne||!(Ne instanceof Element))return{width:0,height:0};var $e=getComputedStyle(Ne,"::-webkit-scrollbar"),je=$e.width,it=$e.height;return{width:_n(je),height:_n(it)}}function Tt(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var gt="rc-util-locker-".concat(Date.now()),ln=0;function pn(Ne){var $e=!!Ne,je=ee.useState(function(){return ln+=1,"".concat(gt,"_").concat(ln)}),it=(0,Ae.Z)(je,1),Dt=it[0];Sn(function(){if($e){var qt=Vt(document.body).width,rn=Tt();Cn(`
|
|
|
html body {
|
|
|
overflow-y: hidden;
|
|
|
`.concat(rn?"width: calc(100% - ".concat(qt,"px);"):"",`
|
|
|
}`),Dt)}else dn(Dt);return function(){dn(Dt)}},[$e,Dt])}var On=!1;function Xn(Ne){return typeof Ne=="boolean"&&(On=Ne),On}var ga=function($e){return $e===!1?!1:!Fe()||!$e?null:typeof $e=="string"?document.querySelector($e):typeof $e=="function"?$e():$e},La=ee.forwardRef(function(Ne,$e){var je=Ne.open,it=Ne.autoLock,Dt=Ne.getContainer,qt=Ne.debug,rn=Ne.autoDestroy,jn=rn===void 0?!0:rn,ca=Ne.children,na=ee.useState(je),Wa=(0,Ae.Z)(na,2),oa=Wa[0],Ya=Wa[1],za=oa||je;ee.useEffect(function(){(jn||je)&&Ya(je)},[je,jn]);var gr=ee.useState(function(){return ga(Dt)}),oo=(0,Ae.Z)(gr,2),jr=oo[0],So=oo[1];ee.useEffect(function(){var ri=ga(Dt);So(ri!=null?ri:null)});var Yr=Ht(za&&!jr,qt),Ir=(0,Ae.Z)(Yr,2),Ga=Ir[0],Jo=Ir[1],Wo=jr!=null?jr:Ga;pn(it&&je&&Fe()&&(Wo===Ga||Wo===document.body));var qo=null;if(ca&&Be(ca)&&$e){var ai=ca;qo=ai.ref}var Ri=Me(qo,$e);if(!za||!Fe()||jr===void 0)return null;var Ho=Wo===!1||Xn(),Zr=ca;return $e&&(Zr=ee.cloneElement(ca,{ref:Ri})),ee.createElement(Le.Provider,{value:Jo},Ho?Zr:(0,De.createPortal)(Zr,Wo))}),Fa=La,Ba=Fa,pa=y(48555);function Ja(Ne){return Ne instanceof HTMLElement||Ne instanceof SVGElement}function Er(Ne){return Ja(Ne)?Ne:Ne instanceof React.Component?ReactDOM.findDOMNode(Ne):null}function Xe(Ne){var $e;return Ne==null||($e=Ne.getRootNode)===null||$e===void 0?void 0:$e.call(Ne)}function ct(Ne){return Xe(Ne)instanceof ShadowRoot}function aa(Ne){return ct(Ne)?Xe(Ne):null}function _e(Ne){var $e=ee.useRef();$e.current=Ne;var je=ee.useCallback(function(){for(var it,Dt=arguments.length,qt=new Array(Dt),rn=0;rn<Dt;rn++)qt[rn]=arguments[rn];return(it=$e.current)===null||it===void 0?void 0:it.call.apply(it,[$e].concat(qt))},[]);return je}function Ge(){var Ne=(0,Ie.Z)({},se);return Ne.useId}var mt=0;function un(){}var jt=Ge(),Tn=jt?function($e){var je=jt();return $e||je}:function($e){var je=ee.useState("ssr-id"),it=(0,Ae.Z)(je,2),Dt=it[0],qt=it[1];return ee.useEffect(function(){var rn=mt;mt+=1,qt("rc_unique_".concat(rn))},[]),$e||Dt};function Xt(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var Wt=Xt()?ee.useLayoutEffect:ee.useEffect,Jt=function($e,je){var it=ee.useRef(!0);Wt(function(){return $e(it.current)},je),Wt(function(){return it.current=!1,function(){it.current=!0}},[])},Oa=function($e,je){Jt(function(it){if(!it)return $e()},je)},Yn=Jt,Pa=function(){if(typeof navigator=="undefined"||typeof window=="undefined")return!1;var Ne=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(Ne)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(Ne==null?void 0:Ne.substr(0,4))},lr=ee.createContext(null),Xa=lr;function cr(Ne){return Ne?Array.isArray(Ne)?Ne:[Ne]:[]}function pr(Ne,$e,je,it){return ee.useMemo(function(){var Dt=cr(je!=null?je:$e),qt=cr(it!=null?it:$e),rn=new Set(Dt),jn=new Set(qt);return Ne&&(rn.has("hover")&&(rn.delete("hover"),rn.add("click")),jn.has("hover")&&(jn.delete("hover"),jn.add("click"))),[rn,jn]},[Ne,$e,je,it])}var wr=function(Ne){if(!Ne)return!1;if(Ne instanceof Element){if(Ne.offsetParent)return!0;if(Ne.getBBox){var $e=Ne.getBBox(),je=$e.width,it=$e.height;if(je||it)return!0}if(Ne.getBoundingClientRect){var Dt=Ne.getBoundingClientRect(),qt=Dt.width,rn=Dt.height;if(qt||rn)return!0}}return!1};function Kr(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],$e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],je=arguments.length>2?arguments[2]:void 0;return je?Ne[0]===$e[0]:Ne[0]===$e[0]&&Ne[1]===$e[1]}function Ao(Ne,$e,je,it){for(var Dt=je.points,qt=Object.keys(Ne),rn=0;rn<qt.length;rn+=1){var jn,ca=qt[rn];if(Kr((jn=Ne[ca])===null||jn===void 0?void 0:jn.points,Dt,it))return"".concat($e,"-placement-").concat(ca)}return""}function wo(Ne,$e,je,it){return $e||(je?{motionName:"".concat(Ne,"-").concat(je)}:it?{motionName:it}:null)}function Or(Ne){return Ne.ownerDocument.defaultView}function no(Ne){for(var $e=[],je=Ne==null?void 0:Ne.parentElement,it=["hidden","scroll","clip","auto"];je;){var Dt=Or(je).getComputedStyle(je),qt=Dt.overflowX,rn=Dt.overflowY,jn=Dt.overflow;[qt,rn,jn].some(function(ca){return it.includes(ca)})&&$e.push(je),je=je.parentElement}return $e}function xr(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(Ne)?$e:Ne}function Xr(Ne){return xr(parseFloat(Ne),0)}function Fo(Ne,$e){var je=(0,Ie.Z)({},Ne);return($e||[]).forEach(function(it){if(!(it instanceof HTMLBodyElement||it instanceof HTMLHtmlElement)){var Dt=Or(it).getComputedStyle(it),qt=Dt.overflow,rn=Dt.overflowClipMargin,jn=Dt.borderTopWidth,ca=Dt.borderBottomWidth,na=Dt.borderLeftWidth,Wa=Dt.borderRightWidth,oa=it.getBoundingClientRect(),Ya=it.offsetHeight,za=it.clientHeight,gr=it.offsetWidth,oo=it.clientWidth,jr=Xr(jn),So=Xr(ca),Yr=Xr(na),Ir=Xr(Wa),Ga=xr(Math.round(oa.width/gr*1e3)/1e3),Jo=xr(Math.round(oa.height/Ya*1e3)/1e3),Wo=(gr-oo-Yr-Ir)*Ga,qo=(Ya-za-jr-So)*Jo,ai=jr*Jo,Ri=So*Jo,Ho=Yr*Ga,Zr=Ir*Ga,ri=0,hi=0;if(qt==="clip"){var Ko=Xr(rn);ri=Ko*Ga,hi=Ko*Jo}var po=oa.x+Ho-ri,zo=oa.y+ai-hi,Ar=po+oa.width+2*ri-Ho-Zr-Wo,ci=zo+oa.height+2*hi-ai-Ri-qo;je.left=Math.max(je.left,po),je.top=Math.max(je.top,zo),je.right=Math.min(je.right,Ar),je.bottom=Math.min(je.bottom,ci)}}),je}function Jr(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,je="".concat($e),it=je.match(/^(.*)\%$/);return it?Ne*(parseFloat(it[1])/100):parseFloat(je)}function Va(Ne,$e){var je=$e||[],it=(0,Ae.Z)(je,2),Dt=it[0],qt=it[1];return[Jr(Ne.width,Dt),Jr(Ne.height,qt)]}function ht(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[Ne[0],Ne[1]]}function Pt(Ne,$e){var je=$e[0],it=$e[1],Dt,qt;return je==="t"?qt=Ne.y:je==="b"?qt=Ne.y+Ne.height:qt=Ne.y+Ne.height/2,it==="l"?Dt=Ne.x:it==="r"?Dt=Ne.x+Ne.width:Dt=Ne.x+Ne.width/2,{x:Dt,y:qt}}function ut(Ne,$e){var je={t:"b",b:"t",l:"r",r:"l"};return Ne.map(function(it,Dt){return Dt===$e?je[it]||"c":it}).join("")}function Nn(Ne,$e,je,it,Dt,qt,rn){var jn=ee.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:Dt[it]||{}}),ca=(0,Ae.Z)(jn,2),na=ca[0],Wa=ca[1],oa=ee.useRef(0),Ya=ee.useMemo(function(){return $e?no($e):[]},[$e]),za=ee.useRef({}),gr=function(){za.current={}};Ne||gr();var oo=_e(function(){if($e&&je&&Ne){let er=function(ya,Qn){var Dn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Ti,ua=xo.x+ya,Qa=xo.y+Qn,Lr=ua+Vo,Pr=Qa+Ci,_a=Math.max(ua,Dn.left),Ur=Math.max(Qa,Dn.top),zr=Math.min(Lr,Dn.right),Hn=Math.min(Pr,Dn.bottom);return Math.max(0,(zr-_a)*(Hn-Ur))},Wn=function(){al=xo.y+Yo,$l=al+Ci,Il=xo.x+Oi,jl=Il+Vo};var Yr,Ir,Ga=$e,Jo=Ga.ownerDocument,Wo=Or(Ga),qo=Wo.getComputedStyle(Ga),ai=qo.width,Ri=qo.height,Ho=qo.position,Zr=Ga.style.left,ri=Ga.style.top,hi=Ga.style.right,Ko=Ga.style.bottom,po=(0,Ie.Z)((0,Ie.Z)({},Dt[it]),qt),zo=Jo.createElement("div");(Yr=Ga.parentElement)===null||Yr===void 0||Yr.appendChild(zo),zo.style.left="".concat(Ga.offsetLeft,"px"),zo.style.top="".concat(Ga.offsetTop,"px"),zo.style.position=Ho,zo.style.height="".concat(Ga.offsetHeight,"px"),zo.style.width="".concat(Ga.offsetWidth,"px"),Ga.style.left="0",Ga.style.top="0",Ga.style.right="auto",Ga.style.bottom="auto";var Ar;if(Array.isArray(je))Ar={x:je[0],y:je[1],width:0,height:0};else{var ci=je.getBoundingClientRect();Ar={x:ci.x,y:ci.y,width:ci.width,height:ci.height}}var xo=Ga.getBoundingClientRect(),Pi=Jo.documentElement,ji=Pi.clientWidth,Ii=Pi.clientHeight,ts=Pi.scrollWidth,cs=Pi.scrollHeight,Oo=Pi.scrollTop,ns=Pi.scrollLeft,Ci=xo.height,Vo=xo.width,si=Ar.height,Ns=Ar.width,tl={left:0,top:0,right:ji,bottom:Ii},Rs={left:-ns,top:-Oo,right:ts-ns,bottom:cs-Oo},zi=po.htmlRegion,$i="visible",bs="visibleFirst";zi!=="scroll"&&zi!==bs&&(zi=$i);var Li=zi===bs,ei=Fo(Rs,Ya),Sr=Fo(tl,Ya),Ti=zi===$i?Sr:ei,as=Li?Sr:Ti;Ga.style.left="auto",Ga.style.top="auto",Ga.style.right="0",Ga.style.bottom="0";var Bs=Ga.getBoundingClientRect();Ga.style.left=Zr,Ga.style.top=ri,Ga.style.right=hi,Ga.style.bottom=Ko,(Ir=Ga.parentElement)===null||Ir===void 0||Ir.removeChild(zo);var vl=xr(Math.round(Vo/parseFloat(ai)*1e3)/1e3),Us=xr(Math.round(Ci/parseFloat(Ri)*1e3)/1e3);if(vl===0||Us===0||Ja(je)&&!wr(je))return;var Cu=po.offset,eu=po.targetOffset,zs=Va(xo,Cu),Al=(0,Ae.Z)(zs,2),Gs=Al[0],Qi=Al[1],Gl=Va(Ar,eu),Ls=(0,Ae.Z)(Gl,2),wu=Ls[0],xu=Ls[1];Ar.x-=wu,Ar.y-=xu;var _l=po.points||[],Os=(0,Ae.Z)(_l,2),bl=Os[0],Au=Os[1],nl=ht(Au),ys=ht(bl),Tu=Pt(Ar,nl),tu=Pt(xo,ys),Tl=(0,Ie.Z)({},po),Oi=Tu.x-tu.x+Gs,Yo=Tu.y-tu.y+Qi,Ws=er(Oi,Yo),Vs=er(Oi,Yo,Sr),nu=Pt(Ar,["t","l"]),gu=Pt(xo,["t","l"]),au=Pt(Ar,["b","r"]),_s=Pt(xo,["b","r"]),Hl=po.overflow||{},Iu=Hl.adjustX,ru=Hl.adjustY,ou=Hl.shiftX,pu=Hl.shiftY,mu=function(Qn){return typeof Qn=="boolean"?Qn:Qn>=0},al,$l,Il,jl;Wn();var Kl=mu(ru),fu=ys[0]===nl[0];if(Kl&&ys[0]==="t"&&($l>as.bottom||za.current.bt)){var Hs=Yo;fu?Hs-=Ci-si:Hs=nu.y-_s.y-Qi;var hu=er(Oi,Hs),ds=er(Oi,Hs,Sr);hu>Ws||hu===Ws&&(!Li||ds>=Vs)?(za.current.bt=!0,Yo=Hs,Qi=-Qi,Tl.points=[ut(ys,0),ut(nl,0)]):za.current.bt=!1}if(Kl&&ys[0]==="b"&&(al<as.top||za.current.tb)){var Nl=Yo;fu?Nl+=Ci-si:Nl=au.y-gu.y-Qi;var Su=er(Oi,Nl),Nu=er(Oi,Nl,Sr);Su>Ws||Su===Ws&&(!Li||Nu>=Vs)?(za.current.tb=!0,Yo=Nl,Qi=-Qi,Tl.points=[ut(ys,0),ut(nl,0)]):za.current.tb=!1}var Rl=mu(Iu),gs=ys[1]===nl[1];if(Rl&&ys[1]==="l"&&(jl>as.right||za.current.rl)){var Ll=Oi;gs?Ll-=Vo-Ns:Ll=nu.x-_s.x-Gs;var vu=er(Ll,Yo),Se=er(Ll,Yo,Sr);vu>Ws||vu===Ws&&(!Li||Se>=Vs)?(za.current.rl=!0,Oi=Ll,Gs=-Gs,Tl.points=[ut(ys,1),ut(nl,1)]):za.current.rl=!1}if(Rl&&ys[1]==="r"&&(Il<as.left||za.current.lr)){var ve=Oi;gs?ve+=Vo-Ns:ve=au.x-gu.x-Gs;var xe=er(ve,Yo),Re=er(ve,Yo,Sr);xe>Ws||xe===Ws&&(!Li||Re>=Vs)?(za.current.lr=!0,Oi=ve,Gs=-Gs,Tl.points=[ut(ys,1),ut(nl,1)]):za.current.lr=!1}Wn();var ze=ou===!0?0:ou;typeof ze=="number"&&(Il<Sr.left&&(Oi-=Il-Sr.left-Gs,Ar.x+Ns<Sr.left+ze&&(Oi+=Ar.x-Sr.left+Ns-ze)),jl>Sr.right&&(Oi-=jl-Sr.right-Gs,Ar.x>Sr.right-ze&&(Oi+=Ar.x-Sr.right+ze)));var He=pu===!0?0:pu;typeof He=="number"&&(al<Sr.top&&(Yo-=al-Sr.top-Qi,Ar.y+si<Sr.top+He&&(Yo+=Ar.y-Sr.top+si-He)),$l>Sr.bottom&&(Yo-=$l-Sr.bottom-Qi,Ar.y>Sr.bottom-He&&(Yo+=Ar.y-Sr.bottom+He)));var Je=xo.x+Oi,ot=Je+Vo,rt=xo.y+Yo,yt=rt+Ci,Mt=Ar.x,Nt=Mt+Ns,Yt=Ar.y,en=Yt+si,nn=Math.max(Je,Mt),kn=Math.min(ot,Nt),xn=(nn+kn)/2,Mn=xn-Je,An=Math.max(rt,Yt),zn=Math.min(yt,en),Ra=(An+zn)/2,Ma=Ra-rt;rn==null||rn($e,Tl);var fa=Bs.right-xo.x-(Oi+xo.width),ir=Bs.bottom-xo.y-(Yo+xo.height);Wa({ready:!0,offsetX:Oi/vl,offsetY:Yo/Us,offsetR:fa/vl,offsetB:ir/Us,arrowX:Mn/vl,arrowY:Ma/Us,scaleX:vl,scaleY:Us,align:Tl})}}),jr=function(){oa.current+=1;var Ir=oa.current;Promise.resolve().then(function(){oa.current===Ir&&oo()})},So=function(){Wa(function(Ir){return(0,Ie.Z)((0,Ie.Z)({},Ir),{},{ready:!1})})};return Yn(So,[it]),Yn(function(){Ne||So()},[Ne]),[na.ready,na.offsetX,na.offsetY,na.offsetR,na.offsetB,na.arrowX,na.arrowY,na.scaleX,na.scaleY,na.align,jr]}function wa(Ne,$e,je,it,Dt){Yn(function(){if(Ne&&$e&&je){let oa=function(){it(),Dt()};var qt=$e,rn=je,jn=no(qt),ca=no(rn),na=Or(rn),Wa=new Set([na].concat((0,bt.Z)(jn),(0,bt.Z)(ca)));return Wa.forEach(function(Ya){Ya.addEventListener("scroll",oa,{passive:!0})}),na.addEventListener("resize",oa,{passive:!0}),it(),function(){Wa.forEach(function(Ya){Ya.removeEventListener("scroll",oa),na.removeEventListener("resize",oa)})}}},[Ne,$e,je])}function ma(Ne){var $e=React.useRef(!1),je=React.useState(Ne),it=_slicedToArray(je,2),Dt=it[0],qt=it[1];React.useEffect(function(){return $e.current=!1,function(){$e.current=!0}},[]);function rn(jn,ca){ca&&$e.current||qt(jn)}return[Dt,rn]}function vr(Ne){return Ne!==void 0}function mr(Ne,$e){var je=$e||{},it=je.defaultValue,Dt=je.value,qt=je.onChange,rn=je.postState,jn=useState(function(){return vr(Dt)?Dt:vr(it)?typeof it=="function"?it():it:typeof Ne=="function"?Ne():Ne}),ca=_slicedToArray(jn,2),na=ca[0],Wa=ca[1],oa=Dt!==void 0?Dt:na,Ya=rn?rn(oa):oa,za=useEvent(qt),gr=useState([oa]),oo=_slicedToArray(gr,2),jr=oo[0],So=oo[1];useLayoutUpdateEffect(function(){var Ir=jr[0];na!==Ir&&za(na,Ir)},[jr]),useLayoutUpdateEffect(function(){vr(Dt)||Wa(Dt)},[Dt]);var Yr=useEvent(function(Ir,Ga){Wa(Ir,Ga),So([oa],Ga)});return[Ya,Yr]}var _r=y(95845);function Wr(Ne,$e,je){var it=ee.useRef({});return(!("value"in it.current)||je(it.current.condition,$e))&&(it.current.value=Ne(),it.current.condition=$e),it.current.value}function No(Ne,$e){typeof Ne=="function"?Ne($e):(0,le.Z)(Ne)==="object"&&Ne&&"current"in Ne&&(Ne.current=$e)}function En(){for(var Ne=arguments.length,$e=new Array(Ne),je=0;je<Ne;je++)$e[je]=arguments[je];var it=$e.filter(function(Dt){return Dt});return it.length<=1?it[0]:function(Dt){$e.forEach(function(qt){No(qt,Dt)})}}function Nr(){for(var Ne=arguments.length,$e=new Array(Ne),je=0;je<Ne;je++)$e[je]=arguments[je];return Wr(function(){return En.apply(void 0,$e)},$e,function(it,Dt){return it.length!==Dt.length||it.every(function(qt,rn){return qt!==Dt[rn]})})}function lo(Ne){var $e,je,it=(0,_r.isMemo)(Ne)?Ne.type.type:Ne.type;return!(typeof it=="function"&&!(($e=it.prototype)!==null&&$e!==void 0&&$e.render)||typeof Ne=="function"&&!((je=Ne.prototype)!==null&&je!==void 0&&je.render))}function bi(Ne){return!isValidElement(Ne)||isFragment(Ne)?!1:lo(Ne)}function Bo(Ne,$e,je,it){if(!$e.length)return je;var Dt=_toArray($e),qt=Dt[0],rn=Dt.slice(1),jn;return!Ne&&typeof qt=="number"?jn=[]:Array.isArray(Ne)?jn=_toConsumableArray(Ne):jn=_objectSpread({},Ne),it&&je===void 0&&rn.length===1?delete jn[qt][rn[0]]:jn[qt]=Bo(jn[qt],rn,je,it),jn}function uo(Ne,$e,je){var it=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return $e.length&&it&&je===void 0&&!get(Ne,$e.slice(0,-1))?Ne:Bo(Ne,$e,je,it)}function pi(Ne){return _typeof(Ne)==="object"&&Ne!==null&&Object.getPrototypeOf(Ne)===Object.prototype}function kr(Ne){return Array.isArray(Ne)?[]:{}}var st=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function Ft(){for(var Ne=arguments.length,$e=new Array(Ne),je=0;je<Ne;je++)$e[je]=arguments[je];var it=kr($e[0]);return $e.forEach(function(Dt){function qt(rn,jn){var ca=new Set(jn),na=get(Dt,rn),Wa=Array.isArray(na);if(Wa||pi(na)){if(!ca.has(na)){ca.add(na);var oa=get(it,rn);Wa?it=uo(it,rn,[]):(!oa||_typeof(oa)!=="object")&&(it=uo(it,rn,kr(na))),st(na).forEach(function(Ya){qt([].concat(_toConsumableArray(rn),[Ya]),ca)})}}else it=uo(it,rn,na)}qt([])}),it}var Gt={},Zt=[],In=function($e){Zt.push($e)};function tn(Ne,$e){if(0)var je}function yn(Ne,$e){if(0)var je}function at(){Gt={}}function ar(Ne,$e,je){!$e&&!Gt[je]&&(Ne(!1,je),Gt[je]=!0)}function Ia(Ne,$e){ar(tn,Ne,$e)}function sa(Ne,$e){ar(yn,Ne,$e)}Ia.preMessage=In,Ia.resetWarned=at,Ia.noteOnce=sa;var Dr=null,an=function($e){return+setTimeout($e,16)},Ln=function($e){return clearTimeout($e)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(an=function($e){return window.requestAnimationFrame($e)},Ln=function($e){return window.cancelAnimationFrame($e)});var Sa=0,qn=new Map;function Mr(Ne){qn.delete(Ne)}var Rr=function($e){var je=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;Sa+=1;var it=Sa;function Dt(qt){if(qt===0)Mr(it),$e();else{var rn=an(function(){Dt(qt-1)});qn.set(it,rn)}}return Dt(je),it};Rr.cancel=function(Ne){var $e=qn.get(Ne);return Mr($e),Ln($e)};var co=Rr;function Eo(Ne,$e,je,it,Dt,qt,rn,jn){var ca=ee.useRef(Ne),na=ee.useRef(!1);ca.current!==Ne&&(na.current=!0,ca.current=Ne),ee.useEffect(function(){var Wa=co(function(){na.current=!1});return function(){co.cancel(Wa)}},[Ne]),ee.useEffect(function(){if($e&&it&&(!Dt||qt)){var Wa=function(){var Ho=!1,Zr=function(Ko){var po=Ko.target;Ho=rn(po)},ri=function(Ko){var po=Ko.target;!na.current&&ca.current&&!Ho&&!rn(po)&&jn(!1)};return[Zr,ri]},oa=Wa(),Ya=(0,Ae.Z)(oa,2),za=Ya[0],gr=Ya[1],oo=Wa(),jr=(0,Ae.Z)(oo,2),So=jr[0],Yr=jr[1],Ir=Or(it);Ir.addEventListener("mousedown",za,!0),Ir.addEventListener("click",gr,!0),Ir.addEventListener("contextmenu",gr,!0);var Ga=aa(je);if(Ga&&(Ga.addEventListener("mousedown",So,!0),Ga.addEventListener("click",Yr,!0),Ga.addEventListener("contextmenu",Yr,!0)),0)var Jo,Wo,qo,ai;return function(){Ir.removeEventListener("mousedown",za,!0),Ir.removeEventListener("click",gr,!0),Ir.removeEventListener("contextmenu",gr,!0),Ga&&(Ga.removeEventListener("mousedown",So,!0),Ga.removeEventListener("click",Yr,!0),Ga.removeEventListener("contextmenu",Yr,!0))}}},[$e,je,it,Dt,qt])}function ra(Ne){return Ne instanceof HTMLElement||Ne instanceof SVGElement}function Ke(Ne){return ra(Ne)?Ne:Ne instanceof ee.Component?De.findDOMNode(Ne):null}function We(Ne,$e){var je={};return je[Ne.toLowerCase()]=$e.toLowerCase(),je["Webkit".concat(Ne)]="webkit".concat($e),je["Moz".concat(Ne)]="moz".concat($e),je["ms".concat(Ne)]="MS".concat($e),je["O".concat(Ne)]="o".concat($e.toLowerCase()),je}function At(Ne,$e){var je={animationend:We("Animation","AnimationEnd"),transitionend:We("Transition","TransitionEnd")};return Ne&&("AnimationEvent"in $e||delete je.animationend.animation,"TransitionEvent"in $e||delete je.transitionend.transition),je}var Kt=At(Fe(),typeof window!="undefined"?window:{}),on={};if(Fe()){var wn=document.createElement("div");on=wn.style}var va={};function Na(Ne){if(va[Ne])return va[Ne];var $e=Kt[Ne];if($e)for(var je=Object.keys($e),it=je.length,Dt=0;Dt<it;Dt+=1){var qt=je[Dt];if(Object.prototype.hasOwnProperty.call($e,qt)&&qt in on)return va[Ne]=$e[qt],va[Ne]}return""}var rr=Na("animationend"),fr=Na("transitionend"),br=!!(rr&&fr),dr=rr||"animationend",qr=fr||"transitionend";function Ro(Ne,$e){if(!Ne)return null;if((0,le.Z)(Ne)==="object"){var je=$e.replace(/-\w/g,function(it){return it[1].toUpperCase()});return Ne[je]}return"".concat(Ne,"-").concat($e)}var Fr="none",Po="appear",Br="enter",ao="leave",$a="none",tt="prepare",ft="start",Rt="active",Ue="end";function Bt(Ne){var $e=ee.useRef(!1),je=ee.useState(Ne),it=(0,Ae.Z)(je,2),Dt=it[0],qt=it[1];ee.useEffect(function(){return $e.current=!1,function(){$e.current=!0}},[]);function rn(jn,ca){ca&&$e.current||qt(jn)}return[Dt,rn]}var cn=function($e){return+setTimeout($e,16)},bn=function($e){return clearTimeout($e)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(cn=function($e){return window.requestAnimationFrame($e)},bn=function($e){return window.cancelAnimationFrame($e)});var vt=0,Lt=new Map;function It(Ne){Lt.delete(Ne)}var kt=function($e){var je=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;vt+=1;var it=vt;function Dt(qt){if(qt===0)It(it),$e();else{var rn=cn(function(){Dt(qt-1)});Lt.set(it,rn)}}return Dt(je),it};kt.cancel=function(Ne){var $e=Lt.get(Ne);return It($e),bn($e)};var Ot=kt,Ut=function(){var Ne=ee.useRef(null);function $e(){Ot.cancel(Ne.current)}function je(it){var Dt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;$e();var qt=Ot(function(){Dt<=1?it({isCanceled:function(){return qt!==Ne.current}}):je(it,Dt-1)});Ne.current=qt}return ee.useEffect(function(){return function(){$e()}},[]),[je,$e]},$t=Fe()?ee.useLayoutEffect:ee.useEffect,fn=$t,Zn=[tt,ft,Rt,Ue],ba=!1,mn=!0;function ea(Ne){return Ne===Rt||Ne===Ue}var la=function(Ne,$e){var je=Bt($a),it=(0,Ae.Z)(je,2),Dt=it[0],qt=it[1],rn=Ut(),jn=(0,Ae.Z)(rn,2),ca=jn[0],na=jn[1];function Wa(){qt(tt,!0)}return fn(function(){if(Dt!==$a&&Dt!==Ue){var oa=Zn.indexOf(Dt),Ya=Zn[oa+1],za=$e(Dt);za===ba?qt(Ya,!0):ca(function(gr){function oo(){gr.isCanceled()||qt(Ya,!0)}za===!0?oo():Promise.resolve(za).then(oo)})}},[Ne,Dt]),ee.useEffect(function(){return function(){na()}},[]),[Wa,Dt]},da=function(Ne){var $e=(0,ee.useRef)(),je=(0,ee.useRef)(Ne);je.current=Ne;var it=ee.useCallback(function(rn){je.current(rn)},[]);function Dt(rn){rn&&(rn.removeEventListener(qr,it),rn.removeEventListener(dr,it))}function qt(rn){$e.current&&$e.current!==rn&&Dt($e.current),rn&&rn!==$e.current&&(rn.addEventListener(qr,it),rn.addEventListener(dr,it),$e.current=rn)}return ee.useEffect(function(){return function(){Dt($e.current)}},[]),[qt,Dt]};function ka(Ne,$e,je,it){var Dt=it.motionEnter,qt=Dt===void 0?!0:Dt,rn=it.motionAppear,jn=rn===void 0?!0:rn,ca=it.motionLeave,na=ca===void 0?!0:ca,Wa=it.motionDeadline,oa=it.motionLeaveImmediately,Ya=it.onAppearPrepare,za=it.onEnterPrepare,gr=it.onLeavePrepare,oo=it.onAppearStart,jr=it.onEnterStart,So=it.onLeaveStart,Yr=it.onAppearActive,Ir=it.onEnterActive,Ga=it.onLeaveActive,Jo=it.onAppearEnd,Wo=it.onEnterEnd,qo=it.onLeaveEnd,ai=it.onVisibleChanged,Ri=Bt(),Ho=(0,Ae.Z)(Ri,2),Zr=Ho[0],ri=Ho[1],hi=Bt(Fr),Ko=(0,Ae.Z)(hi,2),po=Ko[0],zo=Ko[1],Ar=Bt(null),ci=(0,Ae.Z)(Ar,2),xo=ci[0],Pi=ci[1],ji=(0,ee.useRef)(!1),Ii=(0,ee.useRef)(null);function ts(){return je()}var cs=(0,ee.useRef)(!1);function Oo(ei){var Sr=ts();if(!(ei&&!ei.deadline&&ei.target!==Sr)){var Ti=cs.current,as;po===Po&&Ti?as=Jo==null?void 0:Jo(Sr,ei):po===Br&&Ti?as=Wo==null?void 0:Wo(Sr,ei):po===ao&&Ti&&(as=qo==null?void 0:qo(Sr,ei)),po!==Fr&&Ti&&as!==!1&&(zo(Fr,!0),Pi(null,!0))}}var ns=da(Oo),Ci=(0,Ae.Z)(ns,1),Vo=Ci[0],si=ee.useMemo(function(){var ei,Sr,Ti;switch(po){case Po:return ei={},(0,oe.Z)(ei,tt,Ya),(0,oe.Z)(ei,ft,oo),(0,oe.Z)(ei,Rt,Yr),ei;case Br:return Sr={},(0,oe.Z)(Sr,tt,za),(0,oe.Z)(Sr,ft,jr),(0,oe.Z)(Sr,Rt,Ir),Sr;case ao:return Ti={},(0,oe.Z)(Ti,tt,gr),(0,oe.Z)(Ti,ft,So),(0,oe.Z)(Ti,Rt,Ga),Ti;default:return{}}},[po]),Ns=la(po,function(ei){if(ei===tt){var Sr=si[tt];return Sr?Sr(ts()):ba}if(zi in si){var Ti;Pi(((Ti=si[zi])===null||Ti===void 0?void 0:Ti.call(si,ts(),null))||null)}return zi===Rt&&(Vo(ts()),Wa>0&&(clearTimeout(Ii.current),Ii.current=setTimeout(function(){Oo({deadline:!0})},Wa))),mn}),tl=(0,Ae.Z)(Ns,2),Rs=tl[0],zi=tl[1],$i=ea(zi);cs.current=$i,fn(function(){ri($e);var ei=ji.current;if(ji.current=!0,!!Ne){var Sr;!ei&&$e&&jn&&(Sr=Po),ei&&$e&&qt&&(Sr=Br),(ei&&!$e&&na||!ei&&oa&&!$e&&na)&&(Sr=ao),Sr&&(zo(Sr),Rs())}},[$e]),(0,ee.useEffect)(function(){(po===Po&&!jn||po===Br&&!qt||po===ao&&!na)&&zo(Fr)},[jn,qt,na]),(0,ee.useEffect)(function(){return function(){ji.current=!1,clearTimeout(Ii.current)}},[]);var bs=ee.useRef(!1);(0,ee.useEffect)(function(){Zr&&(bs.current=!0),Zr!==void 0&&po===Fr&&((bs.current||Zr)&&(ai==null||ai(Zr)),bs.current=!0)},[Zr,po]);var Li=xo;return si[tt]&&zi===ft&&(Li=(0,Ie.Z)({transition:"none"},Li)),[po,zi,Li,Zr!=null?Zr:$e]}var qa=y(15671),Hr=y(43144),ur=y(60136),Jn=y(51630),ta=function(Ne){(0,ur.Z)(je,Ne);var $e=(0,Jn.Z)(je);function je(){return(0,qa.Z)(this,je),$e.apply(this,arguments)}return(0,Hr.Z)(je,[{key:"render",value:function(){return this.props.children}}]),je}(ee.Component),$n=ta;function Un(Ne){var $e=Ne;(0,le.Z)(Ne)==="object"&&($e=Ne.transitionSupport);function je(Dt){return!!(Dt.motionName&&$e)}var it=ee.forwardRef(function(Dt,qt){var rn=Dt.visible,jn=rn===void 0?!0:rn,ca=Dt.removeOnLeave,na=ca===void 0?!0:ca,Wa=Dt.forceRender,oa=Dt.children,Ya=Dt.motionName,za=Dt.leavedClassName,gr=Dt.eventProps,oo=je(Dt),jr=(0,ee.useRef)(),So=(0,ee.useRef)();function Yr(){try{return jr.current instanceof HTMLElement?jr.current:Ke(So.current)}catch(Ar){return null}}var Ir=ka(oo,jn,Yr,Dt),Ga=(0,Ae.Z)(Ir,4),Jo=Ga[0],Wo=Ga[1],qo=Ga[2],ai=Ga[3],Ri=ee.useRef(ai);ai&&(Ri.current=!0);var Ho=ee.useCallback(function(Ar){jr.current=Ar,ye(qt,Ar)},[qt]),Zr,ri=(0,Ie.Z)((0,Ie.Z)({},gr),{},{visible:jn});if(!oa)Zr=null;else if(Jo===Fr||!je(Dt))ai?Zr=oa((0,Ie.Z)({},ri),Ho):!na&&Ri.current&&za?Zr=oa((0,Ie.Z)((0,Ie.Z)({},ri),{},{className:za}),Ho):Wa||!na&&!za?Zr=oa((0,Ie.Z)((0,Ie.Z)({},ri),{},{style:{display:"none"}}),Ho):Zr=null;else{var hi,Ko;Wo===tt?Ko="prepare":ea(Wo)?Ko="active":Wo===ft&&(Ko="start"),Zr=oa((0,Ie.Z)((0,Ie.Z)({},ri),{},{className:fe()(Ro(Ya,Jo),(hi={},(0,oe.Z)(hi,Ro(Ya,"".concat(Jo,"-").concat(Ko)),Ko),(0,oe.Z)(hi,Ya,typeof Ya=="string"),hi)),style:qo}),Ho)}if(ee.isValidElement(Zr)&&Be(Zr)){var po=Zr,zo=po.ref;zo||(Zr=ee.cloneElement(Zr,{ref:Ho}))}return ee.createElement($n,{ref:So},Zr)});return it.displayName="CSSMotion",it}var xa=Un(br),hr=y(97326),$r="add",Lo="keep",Vr="remove",jo="removed";function ui(Ne){var $e;return Ne&&(0,le.Z)(Ne)==="object"&&"key"in Ne?$e=Ne:$e={key:Ne},(0,Ie.Z)((0,Ie.Z)({},$e),{},{key:String($e.key)})}function Yi(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return Ne.map(ui)}function Uo(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],$e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],je=[],it=0,Dt=$e.length,qt=Yi(Ne),rn=Yi($e);qt.forEach(function(na){for(var Wa=!1,oa=it;oa<Dt;oa+=1){var Ya=rn[oa];if(Ya.key===na.key){it<oa&&(je=je.concat(rn.slice(it,oa).map(function(za){return(0,Ie.Z)((0,Ie.Z)({},za),{},{status:$r})})),it=oa),je.push((0,Ie.Z)((0,Ie.Z)({},Ya),{},{status:Lo})),it+=1,Wa=!0;break}}Wa||je.push((0,Ie.Z)((0,Ie.Z)({},na),{},{status:Vr}))}),it<Dt&&(je=je.concat(rn.slice(it).map(function(na){return(0,Ie.Z)((0,Ie.Z)({},na),{},{status:$r})})));var jn={};je.forEach(function(na){var Wa=na.key;jn[Wa]=(jn[Wa]||0)+1});var ca=Object.keys(jn).filter(function(na){return jn[na]>1});return ca.forEach(function(na){je=je.filter(function(Wa){var oa=Wa.key,Ya=Wa.status;return oa!==na||Ya!==Vr}),je.forEach(function(Wa){Wa.key===na&&(Wa.status=Lo)})}),je}var yi=["component","children","onVisibleChanged","onAllRemoved"],Hi=["status"],Ui=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function ss(Ne){var $e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:xa,je=function(it){(0,ur.Z)(qt,it);var Dt=(0,Jn.Z)(qt);function qt(){var rn;(0,qa.Z)(this,qt);for(var jn=arguments.length,ca=new Array(jn),na=0;na<jn;na++)ca[na]=arguments[na];return rn=Dt.call.apply(Dt,[this].concat(ca)),(0,oe.Z)((0,hr.Z)(rn),"state",{keyEntities:[]}),(0,oe.Z)((0,hr.Z)(rn),"removeKey",function(Wa){var oa=rn.state.keyEntities,Ya=oa.map(function(za){return za.key!==Wa?za:(0,Ie.Z)((0,Ie.Z)({},za),{},{status:jo})});return rn.setState({keyEntities:Ya}),Ya.filter(function(za){var gr=za.status;return gr!==jo}).length}),rn}return(0,Hr.Z)(qt,[{key:"render",value:function(){var jn=this,ca=this.state.keyEntities,na=this.props,Wa=na.component,oa=na.children,Ya=na.onVisibleChanged,za=na.onAllRemoved,gr=(0,Te.Z)(na,yi),oo=Wa||ee.Fragment,jr={};return Ui.forEach(function(So){jr[So]=gr[So],delete gr[So]}),delete gr.keys,ee.createElement(oo,gr,ca.map(function(So){var Yr=So.status,Ir=(0,Te.Z)(So,Hi),Ga=Yr===$r||Yr===Lo;return ee.createElement($e,(0,Ce.Z)({},jr,{key:Ir.key,visible:Ga,eventProps:Ir,onVisibleChanged:function(Wo){if(Ya==null||Ya(Wo,{key:Ir.key}),!Wo){var qo=jn.removeKey(Ir.key);qo===0&&za&&za()}}}),oa)}))}}],[{key:"getDerivedStateFromProps",value:function(jn,ca){var na=jn.keys,Wa=ca.keyEntities,oa=Yi(na),Ya=Uo(Wa,oa);return{keyEntities:Ya.filter(function(za){var gr=Wa.find(function(oo){var jr=oo.key;return za.key===jr});return!(gr&&gr.status===jo&&za.status===Vr)})}}}]),qt}(ee.Component);return(0,oe.Z)(je,"defaultProps",{component:"div"}),je}var Ms=ss(br),Js=xa;function Cl(Ne){var $e=Ne.prefixCls,je=Ne.align,it=Ne.arrow,Dt=Ne.arrowPos,qt=it||{},rn=qt.className,jn=qt.content,ca=Dt.x,na=ca===void 0?0:ca,Wa=Dt.y,oa=Wa===void 0?0:Wa,Ya=ee.useRef();if(!je||!je.points)return null;var za={position:"absolute"};if(je.autoArrow!==!1){var gr=je.points[0],oo=je.points[1],jr=gr[0],So=gr[1],Yr=oo[0],Ir=oo[1];jr===Yr||!["t","b"].includes(jr)?za.top=oa:jr==="t"?za.top=0:za.bottom=0,So===Ir||!["l","r"].includes(So)?za.left=na:So==="l"?za.left=0:za.right=0}return ee.createElement("div",{ref:Ya,className:fe()("".concat($e,"-arrow"),rn),style:za},jn)}function ls(Ne){var $e=Ne.prefixCls,je=Ne.open,it=Ne.zIndex,Dt=Ne.mask,qt=Ne.motion;return Dt?ee.createElement(Js,(0,Ce.Z)({},qt,{motionAppear:!0,visible:je,removeOnLeave:!0}),function(rn){var jn=rn.className;return ee.createElement("div",{style:{zIndex:it},className:fe()("".concat($e,"-mask"),jn)})}):null}var pl=ee.memo(function(Ne){var $e=Ne.children;return $e},function(Ne,$e){return $e.cache}),Ts=pl,zl=ee.forwardRef(function(Ne,$e){var je=Ne.popup,it=Ne.className,Dt=Ne.prefixCls,qt=Ne.style,rn=Ne.target,jn=Ne.onVisibleChanged,ca=Ne.open,na=Ne.keepDom,Wa=Ne.fresh,oa=Ne.onClick,Ya=Ne.mask,za=Ne.arrow,gr=Ne.arrowPos,oo=Ne.align,jr=Ne.motion,So=Ne.maskMotion,Yr=Ne.forceRender,Ir=Ne.getPopupContainer,Ga=Ne.autoDestroy,Jo=Ne.portal,Wo=Ne.zIndex,qo=Ne.onMouseEnter,ai=Ne.onMouseLeave,Ri=Ne.onPointerEnter,Ho=Ne.ready,Zr=Ne.offsetX,ri=Ne.offsetY,hi=Ne.offsetR,Ko=Ne.offsetB,po=Ne.onAlign,zo=Ne.onPrepare,Ar=Ne.stretch,ci=Ne.targetWidth,xo=Ne.targetHeight,Pi=typeof je=="function"?je():je,ji=ca||na,Ii=(Ir==null?void 0:Ir.length)>0,ts=ee.useState(!Ir||!Ii),cs=(0,Ae.Z)(ts,2),Oo=cs[0],ns=cs[1];if(Yn(function(){!Oo&&Ii&&rn&&ns(!0)},[Oo,Ii,rn]),!Oo)return null;var Ci="auto",Vo={left:"-1000vw",top:"-1000vh",right:Ci,bottom:Ci};if(Ho||!ca){var si,Ns=oo.points,tl=oo.dynamicInset||((si=oo._experimental)===null||si===void 0?void 0:si.dynamicInset),Rs=tl&&Ns[0][1]==="r",zi=tl&&Ns[0][0]==="b";Rs?(Vo.right=hi,Vo.left=Ci):(Vo.left=Zr,Vo.right=Ci),zi?(Vo.bottom=Ko,Vo.top=Ci):(Vo.top=ri,Vo.bottom=Ci)}var $i={};return Ar&&(Ar.includes("height")&&xo?$i.height=xo:Ar.includes("minHeight")&&xo&&($i.minHeight=xo),Ar.includes("width")&&ci?$i.width=ci:Ar.includes("minWidth")&&ci&&($i.minWidth=ci)),ca||($i.pointerEvents="none"),ee.createElement(Jo,{open:Yr||ji,getContainer:Ir&&function(){return Ir(rn)},autoDestroy:Ga},ee.createElement(ls,{prefixCls:Dt,open:ca,zIndex:Wo,mask:Ya,motion:So}),ee.createElement(pa.Z,{onResize:po,disabled:!ca},function(bs){return ee.createElement(Js,(0,Ce.Z)({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:Yr,leavedClassName:"".concat(Dt,"-hidden")},jr,{onAppearPrepare:zo,onEnterPrepare:zo,visible:ca,onVisibleChanged:function(ei){var Sr;jr==null||(Sr=jr.onVisibleChanged)===null||Sr===void 0||Sr.call(jr,ei),jn(ei)}}),function(Li,ei){var Sr=Li.className,Ti=Li.style,as=fe()(Dt,Sr,it);return ee.createElement("div",{ref:En(bs,$e,ei),className:as,style:(0,Ie.Z)((0,Ie.Z)((0,Ie.Z)((0,Ie.Z)({"--arrow-x":"".concat(gr.x||0,"px"),"--arrow-y":"".concat(gr.y||0,"px")},Vo),$i),Ti),{},{boxSizing:"border-box",zIndex:Wo},qt),onMouseEnter:qo,onMouseLeave:ai,onPointerEnter:Ri,onClick:oa},za&&ee.createElement(Cl,{prefixCls:Dt,arrow:za,arrowPos:gr,align:oo}),ee.createElement(Ts,{cache:!ca&&!Wa},Pi))})}))}),Fs=zl,lu=ee.forwardRef(function(Ne,$e){var je=Ne.children,it=Ne.getTriggerDOMNode,Dt=lo(je),qt=ee.useCallback(function(jn){No($e,it?it(jn):jn)},[it]),rn=Nr(qt,je.ref);return Dt?ee.cloneElement(je,{ref:rn}):je}),ml=lu,wl=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];function mi(){var Ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ba,$e=ee.forwardRef(function(je,it){var Dt=je.prefixCls,qt=Dt===void 0?"rc-trigger-popup":Dt,rn=je.children,jn=je.action,ca=jn===void 0?"hover":jn,na=je.showAction,Wa=je.hideAction,oa=je.popupVisible,Ya=je.defaultPopupVisible,za=je.onPopupVisibleChange,gr=je.afterPopupVisibleChange,oo=je.mouseEnterDelay,jr=je.mouseLeaveDelay,So=jr===void 0?.1:jr,Yr=je.focusDelay,Ir=je.blurDelay,Ga=je.mask,Jo=je.maskClosable,Wo=Jo===void 0?!0:Jo,qo=je.getPopupContainer,ai=je.forceRender,Ri=je.autoDestroy,Ho=je.destroyPopupOnHide,Zr=je.popup,ri=je.popupClassName,hi=je.popupStyle,Ko=je.popupPlacement,po=je.builtinPlacements,zo=po===void 0?{}:po,Ar=je.popupAlign,ci=je.zIndex,xo=je.stretch,Pi=je.getPopupClassNameFromAlign,ji=je.fresh,Ii=je.alignPoint,ts=je.onPopupClick,cs=je.onPopupAlign,Oo=je.arrow,ns=je.popupMotion,Ci=je.maskMotion,Vo=je.popupTransitionName,si=je.popupAnimation,Ns=je.maskTransitionName,tl=je.maskAnimation,Rs=je.className,zi=je.getTriggerDOMNode,$i=(0,Te.Z)(je,wl),bs=Ri||Ho||!1,Li=ee.useState(!1),ei=(0,Ae.Z)(Li,2),Sr=ei[0],Ti=ei[1];Yn(function(){Ti(Pa())},[]);var as=ee.useRef({}),Bs=ee.useContext(Xa),vl=ee.useMemo(function(){return{registerSubPopup:function(ha,Gr){as.current[ha]=Gr,Bs==null||Bs.registerSubPopup(ha,Gr)}}},[Bs]),Us=Tn(),Cu=ee.useState(null),eu=(0,Ae.Z)(Cu,2),zs=eu[0],Al=eu[1],Gs=_e(function(Hn){Ja(Hn)&&zs!==Hn&&Al(Hn),Bs==null||Bs.registerSubPopup(Us,Hn)}),Qi=ee.useState(null),Gl=(0,Ae.Z)(Qi,2),Ls=Gl[0],wu=Gl[1],xu=_e(function(Hn){Ja(Hn)&&Ls!==Hn&&wu(Hn)}),_l=ee.Children.only(rn),Os=(_l==null?void 0:_l.props)||{},bl={},Au=_e(function(Hn){var ha,Gr,Qr=Ls;return(Qr==null?void 0:Qr.contains(Hn))||((ha=aa(Qr))===null||ha===void 0?void 0:ha.host)===Hn||Hn===Qr||(zs==null?void 0:zs.contains(Hn))||((Gr=aa(zs))===null||Gr===void 0?void 0:Gr.host)===Hn||Hn===zs||Object.values(as.current).some(function(Aa){return(Aa==null?void 0:Aa.contains(Hn))||Hn===Aa})}),nl=wo(qt,ns,si,Vo),ys=wo(qt,Ci,tl,Ns),Tu=ee.useState(Ya||!1),tu=(0,Ae.Z)(Tu,2),Tl=tu[0],Oi=tu[1],Yo=oa!=null?oa:Tl,Ws=_e(function(Hn){oa===void 0&&Oi(Hn)});Yn(function(){Oi(oa||!1)},[oa]);var Vs=ee.useRef(Yo);Vs.current=Yo;var nu=_e(function(Hn){(0,De.flushSync)(function(){Yo!==Hn&&(Ws(Hn),za==null||za(Hn))})}),gu=ee.useRef(),au=function(){clearTimeout(gu.current)},_s=function(ha){var Gr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;au(),Gr===0?nu(ha):gu.current=setTimeout(function(){nu(ha)},Gr*1e3)};ee.useEffect(function(){return au},[]);var Hl=ee.useState(!1),Iu=(0,Ae.Z)(Hl,2),ru=Iu[0],ou=Iu[1];Yn(function(Hn){(!Hn||Yo)&&ou(!0)},[Yo]);var pu=ee.useState(null),mu=(0,Ae.Z)(pu,2),al=mu[0],$l=mu[1],Il=ee.useState([0,0]),jl=(0,Ae.Z)(Il,2),Kl=jl[0],fu=jl[1],Hs=function(ha){fu([ha.clientX,ha.clientY])},hu=Nn(Yo,zs,Ii?Kl:Ls,Ko,zo,Ar,cs),ds=(0,Ae.Z)(hu,11),Nl=ds[0],Su=ds[1],Nu=ds[2],Rl=ds[3],gs=ds[4],Ll=ds[5],vu=ds[6],Se=ds[7],ve=ds[8],xe=ds[9],Re=ds[10],ze=pr(Sr,ca,na,Wa),He=(0,Ae.Z)(ze,2),Je=He[0],ot=He[1],rt=Je.has("click"),yt=ot.has("click")||ot.has("contextMenu"),Mt=_e(function(){ru||Re()}),Nt=function(){Vs.current&&Ii&&yt&&_s(!1)};wa(Yo,Ls,zs,Mt,Nt),Yn(function(){Mt()},[Kl,Ko]),Yn(function(){Yo&&!(zo!=null&&zo[Ko])&&Mt()},[JSON.stringify(Ar)]);var Yt=ee.useMemo(function(){var Hn=Ao(zo,qt,xe,Ii);return fe()(Hn,Pi==null?void 0:Pi(xe))},[xe,Pi,zo,qt,Ii]);ee.useImperativeHandle(it,function(){return{forceAlign:Mt}});var en=ee.useState(0),nn=(0,Ae.Z)(en,2),kn=nn[0],xn=nn[1],Mn=ee.useState(0),An=(0,Ae.Z)(Mn,2),zn=An[0],Ra=An[1],Ma=function(){if(xo&&Ls){var ha=Ls.getBoundingClientRect();xn(ha.width),Ra(ha.height)}},fa=function(){Ma(),Mt()},ir=function(ha){ou(!1),Re(),gr==null||gr(ha)},er=function(){return new Promise(function(ha){Ma(),$l(function(){return ha})})};Yn(function(){al&&(Re(),al(),$l(null))},[al]);function Wn(Hn,ha,Gr,Qr){bl[Hn]=function(Aa){var di;Qr==null||Qr(Aa),_s(ha,Gr);for(var mo=arguments.length,ti=new Array(mo>1?mo-1:0),Zo=1;Zo<mo;Zo++)ti[Zo-1]=arguments[Zo];(di=Os[Hn])===null||di===void 0||di.call.apply(di,[Os,Aa].concat(ti))}}(rt||yt)&&(bl.onClick=function(Hn){var ha;Vs.current&&yt?_s(!1):!Vs.current&&rt&&(Hs(Hn),_s(!0));for(var Gr=arguments.length,Qr=new Array(Gr>1?Gr-1:0),Aa=1;Aa<Gr;Aa++)Qr[Aa-1]=arguments[Aa];(ha=Os.onClick)===null||ha===void 0||ha.call.apply(ha,[Os,Hn].concat(Qr))}),Eo(Yo,yt,Ls,zs,Ga,Wo,Au,_s);var ya=Je.has("hover"),Qn=ot.has("hover"),Dn,ua;ya&&(Wn("onMouseEnter",!0,oo,function(Hn){Hs(Hn)}),Wn("onPointerEnter",!0,oo,function(Hn){Hs(Hn)}),Dn=function(){(Yo||ru)&&_s(!0,oo)},Ii&&(bl.onMouseMove=function(Hn){var ha;(ha=Os.onMouseMove)===null||ha===void 0||ha.call(Os,Hn)})),Qn&&(Wn("onMouseLeave",!1,So),Wn("onPointerLeave",!1,So),ua=function(){_s(!1,So)}),Je.has("focus")&&Wn("onFocus",!0,Yr),ot.has("focus")&&Wn("onBlur",!1,Ir),Je.has("contextMenu")&&(bl.onContextMenu=function(Hn){var ha;Vs.current&&ot.has("contextMenu")?_s(!1):(Hs(Hn),_s(!0)),Hn.preventDefault();for(var Gr=arguments.length,Qr=new Array(Gr>1?Gr-1:0),Aa=1;Aa<Gr;Aa++)Qr[Aa-1]=arguments[Aa];(ha=Os.onContextMenu)===null||ha===void 0||ha.call.apply(ha,[Os,Hn].concat(Qr))}),Rs&&(bl.className=fe()(Os.className,Rs));var Qa=(0,Ie.Z)((0,Ie.Z)({},Os),bl),Lr={},Pr=["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"];Pr.forEach(function(Hn){$i[Hn]&&(Lr[Hn]=function(){for(var ha,Gr=arguments.length,Qr=new Array(Gr),Aa=0;Aa<Gr;Aa++)Qr[Aa]=arguments[Aa];(ha=Qa[Hn])===null||ha===void 0||ha.call.apply(ha,[Qa].concat(Qr)),$i[Hn].apply($i,Qr)})});var _a=ee.cloneElement(_l,(0,Ie.Z)((0,Ie.Z)({},Qa),Lr)),Ur={x:Ll,y:vu},zr=Oo?(0,Ie.Z)({},Oo!==!0?Oo:{}):null;return ee.createElement(ee.Fragment,null,ee.createElement(pa.Z,{disabled:!Yo,ref:xu,onResize:fa},ee.createElement(ml,{getTriggerDOMNode:zi},_a)),ee.createElement(Xa.Provider,{value:vl},ee.createElement(Fs,{portal:Ne,ref:Gs,prefixCls:qt,popup:Zr,className:fe()(ri,Yt),style:hi,target:Ls,onMouseEnter:Dn,onMouseLeave:ua,onPointerEnter:Dn,zIndex:ci,open:Yo,keepDom:ru,fresh:ji,onClick:ts,mask:Ga,motion:nl,maskMotion:ys,onVisibleChanged:ir,onPrepare:er,forceRender:ai,autoDestroy:bs,getPopupContainer:qo,align:xe,arrow:zr,arrowPos:Ur,ready:Nl,offsetX:Su,offsetY:Nu,offsetR:Rl,offsetB:gs,onAlign:Mt,stretch:xo,targetWidth:kn/Se,targetHeight:zn/ve})))});return $e}var fi=mi(Ba),Ua={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 je=$e.keyCode;if($e.altKey&&!$e.ctrlKey||$e.metaKey||je>=Ua.F1&&je<=Ua.F12)return!1;switch(je){case Ua.ALT:case Ua.CAPS_LOCK:case Ua.CONTEXT_MENU:case Ua.CTRL:case Ua.DOWN:case Ua.END:case Ua.ESC:case Ua.HOME:case Ua.INSERT:case Ua.LEFT:case Ua.MAC_FF_META:case Ua.META:case Ua.NUMLOCK:case Ua.NUM_CENTER:case Ua.PAGE_DOWN:case Ua.PAGE_UP:case Ua.PAUSE:case Ua.PRINT_SCREEN:case Ua.RIGHT:case Ua.SHIFT:case Ua.UP:case Ua.WIN_KEY:case Ua.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function($e){if($e>=Ua.ZERO&&$e<=Ua.NINE||$e>=Ua.NUM_ZERO&&$e<=Ua.NUM_MULTIPLY||$e>=Ua.A&&$e<=Ua.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&$e===0)return!0;switch($e){case Ua.SPACE:case Ua.QUESTION_MARK:case Ua.NUM_PLUS:case Ua.NUM_MINUS:case Ua.NUM_PERIOD:case Ua.NUM_DIVISION:case Ua.SEMICOLON:case Ua.DASH:case Ua.EQUALS:case Ua.COMMA:case Ua.PERIOD:case Ua.SLASH:case Ua.APOSTROPHE:case Ua.SINGLE_QUOTE:case Ua.OPEN_SQUARE_BRACKET:case Ua.BACKSLASH:case Ua.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},qs=Ua,Xl=qs.ESC,Ei=qs.TAB;function Is(Ne){var $e=Ne.visible,je=Ne.triggerRef,it=Ne.onVisibleChange,Dt=Ne.autoFocus,qt=Ne.overlayRef,rn=ee.useRef(!1),jn=function(){if($e){var oa,Ya;(oa=je.current)===null||oa===void 0||(Ya=oa.focus)===null||Ya===void 0||Ya.call(oa),it==null||it(!1)}},ca=function(){var oa;return(oa=qt.current)!==null&&oa!==void 0&&oa.focus?(qt.current.focus(),rn.current=!0,!0):!1},na=function(oa){switch(oa.keyCode){case Xl:jn();break;case Ei:{var Ya=!1;rn.current||(Ya=ca()),Ya?oa.preventDefault():jn();break}}};ee.useEffect(function(){return $e?(window.addEventListener("keydown",na),Dt&&Ot(ca,3),function(){window.removeEventListener("keydown",na),rn.current=!1}):function(){rn.current=!1}},[$e])}var Zs=(0,ee.forwardRef)(function(Ne,$e){var je=Ne.overlay,it=Ne.arrow,Dt=Ne.prefixCls,qt=(0,ee.useMemo)(function(){var jn;return typeof je=="function"?jn=je():jn=je,jn},[je]),rn=Pe($e,qt==null?void 0:qt.ref);return ee.createElement(ee.Fragment,null,it&&ee.createElement("div",{className:"".concat(Dt,"-arrow")}),ee.cloneElement(qt,{ref:Be(qt)?rn:void 0}))}),fl=Zs,es={adjustX:1,adjustY:1},us=[0,0],hl={topLeft:{points:["bl","tl"],overflow:es,offset:[0,-4],targetOffset:us},top:{points:["bc","tc"],overflow:es,offset:[0,-4],targetOffset:us},topRight:{points:["br","tr"],overflow:es,offset:[0,-4],targetOffset:us},bottomLeft:{points:["tl","bl"],overflow:es,offset:[0,4],targetOffset:us},bottom:{points:["tc","bc"],overflow:es,offset:[0,4],targetOffset:us},bottomRight:{points:["tr","br"],overflow:es,offset:[0,4],targetOffset:us}},xl=hl,el=["arrow","prefixCls","transitionName","animation","align","placement","placements","getPopupContainer","showAction","hideAction","overlayClassName","overlayStyle","visible","trigger","autoFocus","overlay","children","onVisibleChange"];function Sl(Ne,$e){var je,it=Ne.arrow,Dt=it===void 0?!1:it,qt=Ne.prefixCls,rn=qt===void 0?"rc-dropdown":qt,jn=Ne.transitionName,ca=Ne.animation,na=Ne.align,Wa=Ne.placement,oa=Wa===void 0?"bottomLeft":Wa,Ya=Ne.placements,za=Ya===void 0?xl:Ya,gr=Ne.getPopupContainer,oo=Ne.showAction,jr=Ne.hideAction,So=Ne.overlayClassName,Yr=Ne.overlayStyle,Ir=Ne.visible,Ga=Ne.trigger,Jo=Ga===void 0?["hover"]:Ga,Wo=Ne.autoFocus,qo=Ne.overlay,ai=Ne.children,Ri=Ne.onVisibleChange,Ho=(0,Te.Z)(Ne,el),Zr=ee.useState(),ri=(0,Ae.Z)(Zr,2),hi=ri[0],Ko=ri[1],po="visible"in Ne?Ir:hi,zo=ee.useRef(null),Ar=ee.useRef(null),ci=ee.useRef(null);ee.useImperativeHandle($e,function(){return zo.current});var xo=function(Vo){Ko(Vo),Ri==null||Ri(Vo)};Is({visible:po,triggerRef:ci,onVisibleChange:xo,autoFocus:Wo,overlayRef:Ar});var Pi=function(Vo){var si=Ne.onOverlayClick;Ko(!1),si&&si(Vo)},ji=function(){return ee.createElement(fl,{ref:Ar,overlay:qo,prefixCls:rn,arrow:Dt})},Ii=function(){return typeof qo=="function"?ji:ji()},ts=function(){var Vo=Ne.minOverlayWidthMatchTrigger,si=Ne.alignPoint;return"minOverlayWidthMatchTrigger"in Ne?Vo:!si},cs=function(){var Vo=Ne.openClassName;return Vo!==void 0?Vo:"".concat(rn,"-open")},Oo=ee.cloneElement(ai,{className:fe()((je=ai.props)===null||je===void 0?void 0:je.className,po&&cs()),ref:Be(ai)?Pe(ci,ai.ref):void 0}),ns=jr;return!ns&&Jo.indexOf("contextMenu")!==-1&&(ns=["click"]),ee.createElement(fi,(0,Ce.Z)({builtinPlacements:za},Ho,{prefixCls:rn,ref:zo,popupClassName:fe()(So,(0,oe.Z)({},"".concat(rn,"-show-arrow"),Dt)),popupStyle:Yr,action:Jo,showAction:oo,hideAction:ns,popupPlacement:oa,popupAlign:na,popupTransitionName:jn,popupAnimation:ca,popupVisible:po,stretch:ts()?"minWidth":"",popup:Ii(),onPopupVisibleChange:xo,onPopupClick:Pi,getPopupContainer:gr}),Oo)}var Jl=ee.forwardRef(Sl),uu=Jl,$u=y(60276),ju=y(5663),Ku=y(10366),Pu=y(80636),Zu=y(8745),Wu=y(96159),Mu=y(53124),Vu=y(68508),Fu=y(76529),cu=y(46605),du=y(66748);const Yu=null,ql=Ne=>{const{menu:$e,arrow:je,prefixCls:it,children:Dt,trigger:qt,disabled:rn,dropdownRender:jn,getPopupContainer:ca,overlayClassName:na,rootClassName:Wa,open:oa,onOpenChange:Ya,visible:za,onVisibleChange:gr,mouseEnterDelay:oo=.15,mouseLeaveDelay:jr=.1,autoAdjustOverflow:So=!0,placement:Yr="",overlay:Ir,transitionName:Ga}=Ne,{getPopupContainer:Jo,getPrefixCls:Wo,direction:qo}=ee.useContext(Mu.E_),ai=ee.useMemo(()=>{const Oo=Wo();return Ga!==void 0?Ga:Yr.includes("top")?`${Oo}-slide-down`:`${Oo}-slide-up`},[Wo,Yr,Ga]),Ri=ee.useMemo(()=>Yr?Yr.includes("Center")?Yr.slice(0,Yr.indexOf("Center")):Yr:qo==="rtl"?"bottomRight":"bottomLeft",[Yr,qo]),Ho=Wo("dropdown",it),[Zr,ri]=(0,du.Z)(Ho),[,hi]=(0,cu.Z)(),Ko=ee.Children.only(Dt),po=(0,Wu.Tm)(Ko,{className:fe()(`${Ho}-trigger`,{[`${Ho}-rtl`]:qo==="rtl"},Ko.props.className),disabled:rn}),zo=rn?[]:qt;let Ar;zo&&zo.includes("contextMenu")&&(Ar=!0);const[ci,xo]=(0,ju.Z)(!1,{value:oa!=null?oa:za}),Pi=(0,$u.useEvent)(Oo=>{Ya==null||Ya(Oo),gr==null||gr(Oo),xo(Oo)}),ji=fe()(na,Wa,ri,{[`${Ho}-rtl`]:qo==="rtl"}),Ii=(0,Pu.Z)({arrowPointAtCenter:typeof je=="object"&&je.pointAtCenter,autoAdjustOverflow:So,offset:hi.marginXXS,arrowWidth:je?hi.sizePopupArrow:0,borderRadius:hi.borderRadius}),ts=ee.useCallback(()=>{xo(!1)},[]),cs=()=>{let Oo;return $e!=null&&$e.items?Oo=ee.createElement(Vu.default,Object.assign({},$e)):typeof Ir=="function"?Oo=Ir():Oo=Ir,jn&&(Oo=jn(Oo)),Oo=ee.Children.only(typeof Oo=="string"?ee.createElement("span",null,Oo):Oo),ee.createElement(Fu.J,{prefixCls:`${Ho}-menu`,expandIcon:ee.createElement("span",{className:`${Ho}-menu-submenu-arrow`},ee.createElement(ue.Z,{className:`${Ho}-menu-submenu-arrow-icon`})),mode:"vertical",selectable:!1,onClick:ts,validator:ns=>{let{mode:Ci}=ns}},Oo)};return Zr(ee.createElement(uu,Object.assign({alignPoint:Ar},(0,Ku.Z)(Ne,["rootClassName"]),{mouseEnterDelay:oo,mouseLeaveDelay:jr,visible:ci,builtinPlacements:Ii,arrow:!!je,overlayClassName:ji,prefixCls:Ho,getPopupContainer:ca||Jo,transitionName:ai,trigger:zo,overlay:cs,placement:Ri,onVisibleChange:Pi}),po))};function Qu(Ne){return Object.assign(Object.assign({},Ne),{align:{overflow:{adjustX:!1,adjustY:!1}}})}const Xu=(0,Zu.Z)(ql,"dropdown",Ne=>Ne,Qu),Bu=Ne=>ee.createElement(Xu,Object.assign({},Ne),ee.createElement("span",null));ql._InternalPanelDoNotUseOrYouWillBeFired=Bu;var Ju=ql},85418:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return a}});var ee=y(56153),se=y(94184),ue=y.n(se),pe=y(67294),fe=y(64582),Ce=y(71577),oe=y(53124),Ae=y(93421),Te=y(4173),Ie=y(66748),De=function(b,z){var E={};for(var te in b)Object.prototype.hasOwnProperty.call(b,te)&&z.indexOf(te)<0&&(E[te]=b[te]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ae=0,te=Object.getOwnPropertySymbols(b);ae<te.length;ae++)z.indexOf(te[ae])<0&&Object.prototype.propertyIsEnumerable.call(b,te[ae])&&(E[te[ae]]=b[te[ae]]);return E};const Fe=b=>{const{getPopupContainer:z,getPrefixCls:E,direction:te}=pe.useContext(oe.E_),{prefixCls:ae,type:le="default",danger:ce,disabled:he,loading:ye,onClick:Pe,htmlType:Me,children:Be,className:Ze,menu:Le,arrow:bt,autoFocus:xt,overlay:Sn,trigger:Ct,align:St,open:Ht,onOpenChange:zt,placement:sn,getPopupContainer:Pn,href:wt,icon:gn=pe.createElement(fe.Z,null),title:Gn,buttonsRender:nt=Fa=>Fa,mouseEnterDelay:_t,mouseLeaveDelay:Qt,overlayClassName:Vn,overlayStyle:dn,destroyPopupOnHide:Fn,dropdownRender:Qe}=b,Cn=De(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"]),Kn=E("dropdown",ae),Ha=`${Kn}-button`,[_n,Vt]=(0,Ie.Z)(Kn),Tt={menu:Le,arrow:bt,autoFocus:xt,align:St,disabled:he,trigger:he?[]:Ct,onOpenChange:zt,getPopupContainer:Pn||z,mouseEnterDelay:_t,mouseLeaveDelay:Qt,overlayClassName:Vn,overlayStyle:dn,destroyPopupOnHide:Fn,dropdownRender:Qe},{compactSize:gt,compactItemClassnames:ln}=(0,Te.ri)(Kn,te),pn=ue()(Ha,ln,Ze,Vt);"overlay"in b&&(Tt.overlay=Sn),"open"in b&&(Tt.open=Ht),"placement"in b?Tt.placement=sn:Tt.placement=te==="rtl"?"bottomLeft":"bottomRight";const On=pe.createElement(Ce.ZP,{type:le,danger:ce,disabled:he,loading:ye,onClick:Pe,htmlType:Me,href:wt,title:Gn},Be),Xn=pe.createElement(Ce.ZP,{type:le,danger:ce,icon:gn}),[ga,La]=nt([On,Xn]);return _n(pe.createElement(Ae.Z.Compact,Object.assign({className:pn,size:gt,block:!0},Cn),ga,pe.createElement(ee.Z,Object.assign({},Tt),La)))};Fe.__ANT_BUTTON=!0;var Oe=Fe;const me=ee.Z;me.Button=Oe;var a=me},66748:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return De}});var ee=y(14747),se=y(67771),ue=y(33297),pe=y(50438),fe=y(97414),Ce=y(67968),oe=y(45503),Te=Fe=>{const{componentCls:Oe,menuCls:me,colorError:a,colorTextLightSolid:b}=Fe,z=`${me}-item`;return{[`${Oe}, ${Oe}-menu-submenu`]:{[`${me} ${z}`]:{[`&${z}-danger:not(${z}-disabled)`]:{color:a,"&:hover":{color:b,backgroundColor:a}}}}}};const Ie=Fe=>{const{componentCls:Oe,menuCls:me,zIndexPopup:a,dropdownArrowDistance:b,sizePopupArrow:z,antCls:E,iconCls:te,motionDurationMid:ae,dropdownPaddingVertical:le,fontSize:ce,dropdownEdgeChildPadding:he,colorTextDisabled:ye,fontSizeIcon:Pe,controlPaddingHorizontal:Me,colorBgElevated:Be}=Fe;return[{[Oe]:Object.assign(Object.assign({},(0,ee.Wf)(Fe)),{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:a,display:"block","&::before":{position:"absolute",insetBlock:-b+z/2,zIndex:-9999,opacity:1e-4,content:'""'},[`&-trigger${E}-btn`]:{[`& > ${te}-down, & > ${E}-btn-icon > ${te}-down`]:{fontSize:Pe}},[`${Oe}-wrap`]:{position:"relative",[`${E}-btn > ${te}-down`]:{fontSize:Pe},[`${te}-down::before`]:{transition:`transform ${ae}`}},[`${Oe}-wrap-open`]:{[`${te}-down::before`]:{transform:"rotate(180deg)"}},"\n &-hidden,\n &-menu-hidden,\n &-menu-submenu-hidden\n ":{display:"none"},[`&${E}-slide-down-enter${E}-slide-down-enter-active${Oe}-placement-bottomLeft,
|
|
|
&${E}-slide-down-appear${E}-slide-down-appear-active${Oe}-placement-bottomLeft,
|
|
|
&${E}-slide-down-enter${E}-slide-down-enter-active${Oe}-placement-bottom,
|
|
|
&${E}-slide-down-appear${E}-slide-down-appear-active${Oe}-placement-bottom,
|
|
|
&${E}-slide-down-enter${E}-slide-down-enter-active${Oe}-placement-bottomRight,
|
|
|
&${E}-slide-down-appear${E}-slide-down-appear-active${Oe}-placement-bottomRight`]:{animationName:se.fJ},[`&${E}-slide-up-enter${E}-slide-up-enter-active${Oe}-placement-topLeft,
|
|
|
&${E}-slide-up-appear${E}-slide-up-appear-active${Oe}-placement-topLeft,
|
|
|
&${E}-slide-up-enter${E}-slide-up-enter-active${Oe}-placement-top,
|
|
|
&${E}-slide-up-appear${E}-slide-up-appear-active${Oe}-placement-top,
|
|
|
&${E}-slide-up-enter${E}-slide-up-enter-active${Oe}-placement-topRight,
|
|
|
&${E}-slide-up-appear${E}-slide-up-appear-active${Oe}-placement-topRight`]:{animationName:se.Qt},[`&${E}-slide-down-leave${E}-slide-down-leave-active${Oe}-placement-bottomLeft,
|
|
|
&${E}-slide-down-leave${E}-slide-down-leave-active${Oe}-placement-bottom,
|
|
|
&${E}-slide-down-leave${E}-slide-down-leave-active${Oe}-placement-bottomRight`]:{animationName:se.Uw},[`&${E}-slide-up-leave${E}-slide-up-leave-active${Oe}-placement-topLeft,
|
|
|
&${E}-slide-up-leave${E}-slide-up-leave-active${Oe}-placement-top,
|
|
|
&${E}-slide-up-leave${E}-slide-up-leave-active${Oe}-placement-topRight`]:{animationName:se.ly}})},(0,fe.ZP)(Fe,{colorBg:Be,limitVerticalRadius:!0,arrowPlacement:{top:!0,bottom:!0}}),{[`${Oe} ${me}`]:{position:"relative",margin:0},[`${me}-submenu-popup`]:{position:"absolute",zIndex:a,background:"transparent",boxShadow:"none",transformOrigin:"0 0","ul, li":{listStyle:"none",margin:0}},[`${Oe}, ${Oe}-menu-submenu`]:{[me]:Object.assign(Object.assign({padding:he,listStyleType:"none",backgroundColor:Be,backgroundClip:"padding-box",borderRadius:Fe.borderRadiusLG,outline:"none",boxShadow:Fe.boxShadowSecondary},(0,ee.Qy)(Fe)),{[`${me}-item-group-title`]:{padding:`${le}px ${Me}px`,color:Fe.colorTextDescription,transition:`all ${ae}`},[`${me}-item`]:{position:"relative",display:"flex",alignItems:"center"},[`${me}-item-icon`]:{minWidth:ce,marginInlineEnd:Fe.marginXS,fontSize:Fe.fontSizeSM},[`${me}-title-content`]:{flex:"auto","> a":{color:"inherit",transition:`all ${ae}`,"&:hover":{color:"inherit"},"&::after":{position:"absolute",inset:0,content:'""'}}},[`${me}-item, ${me}-submenu-title`]:Object.assign(Object.assign({clear:"both",margin:0,padding:`${le}px ${Me}px`,color:Fe.colorText,fontWeight:"normal",fontSize:ce,lineHeight:Fe.lineHeight,cursor:"pointer",transition:`all ${ae}`,borderRadius:Fe.borderRadiusSM,"&:hover, &-active":{backgroundColor:Fe.controlItemBgHover}},(0,ee.Qy)(Fe)),{"&-selected":{color:Fe.colorPrimary,backgroundColor:Fe.controlItemBgActive,"&:hover, &-active":{backgroundColor:Fe.controlItemBgActiveHover}},"&-disabled":{color:ye,cursor:"not-allowed","&:hover":{color:ye,backgroundColor:Be,cursor:"not-allowed"},a:{pointerEvents:"none"}},"&-divider":{height:1,margin:`${Fe.marginXXS}px 0`,overflow:"hidden",lineHeight:0,backgroundColor:Fe.colorSplit},[`${Oe}-menu-submenu-expand-icon`]:{position:"absolute",insetInlineEnd:Fe.paddingXS,[`${Oe}-menu-submenu-arrow-icon`]:{marginInlineEnd:"0 !important",color:Fe.colorTextDescription,fontSize:Pe,fontStyle:"normal"}}}),[`${me}-item-group-list`]:{margin:`0 ${Fe.marginXS}px`,padding:0,listStyle:"none"},[`${me}-submenu-title`]:{paddingInlineEnd:Me+Fe.fontSizeSM},[`${me}-submenu-vertical`]:{position:"relative"},[`${me}-submenu${me}-submenu-disabled ${Oe}-menu-submenu-title`]:{[`&, ${Oe}-menu-submenu-arrow-icon`]:{color:ye,backgroundColor:Be,cursor:"not-allowed"}},[`${me}-submenu-selected ${Oe}-menu-submenu-title`]:{color:Fe.colorPrimary}})}},[(0,se.oN)(Fe,"slide-up"),(0,se.oN)(Fe,"slide-down"),(0,ue.Fm)(Fe,"move-up"),(0,ue.Fm)(Fe,"move-down"),(0,pe._y)(Fe,"zoom-big")]]};var De=(0,Ce.Z)("Dropdown",(Fe,Oe)=>{let{rootPrefixCls:me}=Oe;const{marginXXS:a,sizePopupArrow:b,controlHeight:z,fontSize:E,lineHeight:te,paddingXXS:ae,componentCls:le,borderRadiusLG:ce}=Fe,he=(z-E*te)/2,{dropdownArrowOffset:ye}=(0,fe.fS)({contentRadius:ce}),Pe=(0,oe.TS)(Fe,{menuCls:`${le}-menu`,rootPrefixCls:me,dropdownArrowDistance:b/2+a,dropdownArrowOffset:ye,dropdownPaddingVertical:he,dropdownEdgeChildPadding:ae});return[Ie(Pe),Te(Pe)]},Fe=>({zIndexPopup:Fe.zIndexPopupBase+50}))},25378:function(de,ne,y){"use strict";var ee=y(67294),se=y(14075),ue=y(57838),pe=y(74443);function fe(){let Ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;const oe=(0,ee.useRef)({}),Ae=(0,ue.Z)(),Te=(0,pe.ZP)();return(0,se.Z)(()=>{const Ie=Te.subscribe(De=>{oe.current=De,Ce&&Ae()});return()=>Te.unsubscribe(Ie)},[]),oe.current}ne.Z=fe},19249:function(de,ne,y){"use strict";y.d(ne,{D:function(){return te},Z:function(){return ce}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(ye,Pe){return se.createElement(fe.Z,(0,ee.Z)({},ye,{ref:Pe,icon:pe}))},oe=se.forwardRef(Ce),Ae=y(55007),Te=y(79269),Ie=y(94184),De=y.n(Ie),Fe=y(10366),me=he=>!isNaN(parseFloat(he))&&isFinite(he),a=y(53124),b=y(84321),z=function(he,ye){var Pe={};for(var Me in he)Object.prototype.hasOwnProperty.call(he,Me)&&ye.indexOf(Me)<0&&(Pe[Me]=he[Me]);if(he!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Be=0,Me=Object.getOwnPropertySymbols(he);Be<Me.length;Be++)ye.indexOf(Me[Be])<0&&Object.prototype.propertyIsEnumerable.call(he,Me[Be])&&(Pe[Me[Be]]=he[Me[Be]]);return Pe};const E={xs:"479.98px",sm:"575.98px",md:"767.98px",lg:"991.98px",xl:"1199.98px",xxl:"1599.98px"},te=se.createContext({}),ae=(()=>{let he=0;return function(){let ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return he+=1,`${ye}${he}`}})();var ce=se.forwardRef((he,ye)=>{const{prefixCls:Pe,className:Me,trigger:Be,children:Ze,defaultCollapsed:Le=!1,theme:bt="dark",style:xt={},collapsible:Sn=!1,reverseArrow:Ct=!1,width:St=200,collapsedWidth:Ht=80,zeroWidthTriggerStyle:zt,breakpoint:sn,onCollapse:Pn,onBreakpoint:wt}=he,gn=z(he,["prefixCls","className","trigger","children","defaultCollapsed","theme","style","collapsible","reverseArrow","width","collapsedWidth","zeroWidthTriggerStyle","breakpoint","onCollapse","onBreakpoint"]),{siderHook:Gn}=(0,se.useContext)(b.Gs),[nt,_t]=(0,se.useState)("collapsed"in he?he.collapsed:Le),[Qt,Vn]=(0,se.useState)(!1);(0,se.useEffect)(()=>{"collapsed"in he&&_t(he.collapsed)},[he.collapsed]);const dn=(_n,Vt)=>{"collapsed"in he||_t(_n),Pn==null||Pn(_n,Vt)},Fn=(0,se.useRef)();Fn.current=_n=>{Vn(_n.matches),wt==null||wt(_n.matches),nt!==_n.matches&&dn(_n.matches,"responsive")},(0,se.useEffect)(()=>{function _n(Tt){return Fn.current(Tt)}let Vt;if(typeof window!="undefined"){const{matchMedia:Tt}=window;if(Tt&&sn&&sn in E){Vt=Tt(`(max-width: ${E[sn]})`);try{Vt.addEventListener("change",_n)}catch(gt){Vt.addListener(_n)}_n(Vt)}}return()=>{try{Vt==null||Vt.removeEventListener("change",_n)}catch(Tt){Vt==null||Vt.removeListener(_n)}}},[sn]),(0,se.useEffect)(()=>{const _n=ae("ant-sider-");return Gn.addSider(_n),()=>Gn.removeSider(_n)},[]);const Qe=()=>{dn(!nt,"clickTrigger")},{getPrefixCls:Cn}=(0,se.useContext)(a.E_),Kn=()=>{const _n=Cn("layout-sider",Pe),Vt=(0,Fe.Z)(gn,["collapsed"]),Tt=nt?Ht:St,gt=me(Tt)?`${Tt}px`:String(Tt),ln=parseFloat(String(Ht||0))===0?se.createElement("span",{onClick:Qe,className:De()(`${_n}-zero-width-trigger`,`${_n}-zero-width-trigger-${Ct?"right":"left"}`),style:zt},Be||se.createElement(oe,null)):null,Xn={expanded:Ct?se.createElement(Te.Z,null):se.createElement(Ae.Z,null),collapsed:Ct?se.createElement(Ae.Z,null):se.createElement(Te.Z,null)}[nt?"collapsed":"expanded"],ga=Be!==null?ln||se.createElement("div",{className:`${_n}-trigger`,onClick:Qe,style:{width:gt}},Be||Xn):null,La=Object.assign(Object.assign({},xt),{flex:`0 0 ${gt}`,maxWidth:gt,minWidth:gt,width:gt}),Fa=De()(_n,`${_n}-${bt}`,{[`${_n}-collapsed`]:!!nt,[`${_n}-has-trigger`]:Sn&&Be!==null&&!ln,[`${_n}-below`]:!!Qt,[`${_n}-zero-width`]:parseFloat(gt)===0},Me);return se.createElement("aside",Object.assign({className:Fa},Vt,{style:La,ref:ye}),se.createElement("div",{className:`${_n}-children`},Ze),Sn||Qt&&ln?ga:null)},Ha=se.useMemo(()=>({siderCollapsed:nt}),[nt]);return se.createElement(te.Provider,{value:Ha},Kn())})},84321:function(de,ne,y){"use strict";y.d(ne,{VY:function(){return ae},$_:function(){return te},h4:function(){return E},Gs:function(){return Oe},ZP:function(){return le}});var ee=y(74902),se=y(94184),ue=y.n(se),pe=y(10366),fe=y(67294),Ce=y(53124),oe=y(67968),Te=ce=>{const{componentCls:he,bodyBg:ye,lightSiderBg:Pe,lightTriggerBg:Me,lightTriggerColor:Be}=ce;return{[`${he}-sider-light`]:{background:Pe,[`${he}-sider-trigger`]:{color:Be,background:Me},[`${he}-sider-zero-width-trigger`]:{color:Be,background:Me,border:`1px solid ${ye}`,borderInlineStart:0}}}};const Ie=ce=>{const{antCls:he,componentCls:ye,colorText:Pe,triggerColor:Me,footerBg:Be,triggerBg:Ze,headerHeight:Le,headerPadding:bt,headerColor:xt,footerPadding:Sn,triggerHeight:Ct,zeroTriggerHeight:St,zeroTriggerWidth:Ht,motionDurationMid:zt,motionDurationSlow:sn,fontSize:Pn,borderRadius:wt,bodyBg:gn,headerBg:Gn,siderBg:nt}=ce;return{[ye]:Object.assign(Object.assign({display:"flex",flex:"auto",flexDirection:"column",minHeight:0,background:gn,"&, *":{boxSizing:"border-box"},[`&${ye}-has-sider`]:{flexDirection:"row",[`> ${ye}, > ${ye}-content`]:{width:0}},[`${ye}-header, &${ye}-footer`]:{flex:"0 0 auto"},[`${ye}-sider`]:{position:"relative",minWidth:0,background:nt,transition:`all ${zt}, background 0s`,"&-children":{height:"100%",marginTop:-.1,paddingTop:.1,[`${he}-menu${he}-menu-inline-collapsed`]:{width:"auto"}},"&-has-trigger":{paddingBottom:Ct},"&-right":{order:1},"&-trigger":{position:"fixed",bottom:0,zIndex:1,height:Ct,color:Me,lineHeight:`${Ct}px`,textAlign:"center",background:Ze,cursor:"pointer",transition:`all ${zt}`},"&-zero-width":{"> *":{overflow:"hidden"},"&-trigger":{position:"absolute",top:Le,insetInlineEnd:-Ht,zIndex:1,width:Ht,height:St,color:Me,fontSize:ce.fontSizeXL,display:"flex",alignItems:"center",justifyContent:"center",background:nt,borderStartStartRadius:0,borderStartEndRadius:wt,borderEndEndRadius:wt,borderEndStartRadius:0,cursor:"pointer",transition:`background ${sn} ease`,"&::after":{position:"absolute",inset:0,background:"transparent",transition:`all ${sn}`,content:'""'},"&:hover::after":{background:"rgba(255, 255, 255, 0.2)"},"&-right":{insetInlineStart:-Ht,borderStartStartRadius:wt,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:wt}}}}},Te(ce)),{"&-rtl":{direction:"rtl"}}),[`${ye}-header`]:{height:Le,padding:bt,color:xt,lineHeight:`${Le}px`,background:Gn,[`${he}-menu`]:{lineHeight:"inherit"}},[`${ye}-footer`]:{padding:Sn,color:Pe,fontSize:Pn,background:Be},[`${ye}-content`]:{flex:"auto",minHeight:0}}};var De=(0,oe.Z)("Layout",ce=>[Ie(ce)],ce=>{const{colorBgLayout:he,controlHeight:ye,controlHeightLG:Pe,colorText:Me,controlHeightSM:Be,marginXXS:Ze,colorTextLightSolid:Le,colorBgContainer:bt}=ce,xt=Pe*1.25;return{colorBgHeader:"#001529",colorBgBody:he,colorBgTrigger:"#002140",bodyBg:he,headerBg:"#001529",headerHeight:ye*2,headerPadding:`0 ${xt}px`,headerColor:Me,footerPadding:`${Be}px ${xt}px`,footerBg:he,siderBg:"#001529",triggerHeight:Pe+Ze*2,triggerBg:"#002140",triggerColor:Le,zeroTriggerWidth:Pe,zeroTriggerHeight:Pe,lightSiderBg:bt,lightTriggerBg:bt,lightTriggerColor:Me}},{deprecatedTokens:[["colorBgBody","bodyBg"],["colorBgHeader","headerBg"],["colorBgTrigger","triggerBg"]]}),Fe=function(ce,he){var ye={};for(var Pe in ce)Object.prototype.hasOwnProperty.call(ce,Pe)&&he.indexOf(Pe)<0&&(ye[Pe]=ce[Pe]);if(ce!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Me=0,Pe=Object.getOwnPropertySymbols(ce);Me<Pe.length;Me++)he.indexOf(Pe[Me])<0&&Object.prototype.propertyIsEnumerable.call(ce,Pe[Me])&&(ye[Pe[Me]]=ce[Pe[Me]]);return ye};const Oe=fe.createContext({siderHook:{addSider:()=>null,removeSider:()=>null}});function me(ce){let{suffixCls:he,tagName:ye,displayName:Pe}=ce;return Me=>fe.forwardRef((Ze,Le)=>fe.createElement(Me,Object.assign({ref:Le,suffixCls:he,tagName:ye},Ze)))}const a=fe.forwardRef((ce,he)=>{const{prefixCls:ye,suffixCls:Pe,className:Me,tagName:Be}=ce,Ze=Fe(ce,["prefixCls","suffixCls","className","tagName"]),{getPrefixCls:Le}=fe.useContext(Ce.E_),bt=Le("layout",ye),[xt,Sn]=De(bt),Ct=Pe?`${bt}-${Pe}`:bt;return xt(fe.createElement(Be,Object.assign({className:ue()(ye||Ct,Me,Sn),ref:he},Ze)))}),b=fe.forwardRef((ce,he)=>{const{direction:ye}=fe.useContext(Ce.E_),[Pe,Me]=fe.useState([]),{prefixCls:Be,className:Ze,rootClassName:Le,children:bt,hasSider:xt,tagName:Sn,style:Ct}=ce,St=Fe(ce,["prefixCls","className","rootClassName","children","hasSider","tagName","style"]),Ht=(0,pe.Z)(St,["suffixCls"]),{getPrefixCls:zt,layout:sn}=fe.useContext(Ce.E_),Pn=zt("layout",Be),[wt,gn]=De(Pn),Gn=ue()(Pn,{[`${Pn}-has-sider`]:typeof xt=="boolean"?xt:Pe.length>0,[`${Pn}-rtl`]:ye==="rtl"},sn==null?void 0:sn.className,Ze,Le,gn),nt=fe.useMemo(()=>({siderHook:{addSider:_t=>{Me(Qt=>[].concat((0,ee.Z)(Qt),[_t]))},removeSider:_t=>{Me(Qt=>Qt.filter(Vn=>Vn!==_t))}}}),[]);return wt(fe.createElement(Oe.Provider,{value:nt},fe.createElement(Sn,Object.assign({ref:he,className:Gn,style:Object.assign(Object.assign({},sn==null?void 0:sn.style),Ct)},Ht),bt)))}),z=me({tagName:"div",displayName:"Layout"})(b),E=me({suffixCls:"header",tagName:"header",displayName:"Header"})(a),te=me({suffixCls:"footer",tagName:"footer",displayName:"Footer"})(a),ae=me({suffixCls:"content",tagName:"main",displayName:"Content"})(a);var le=z},76529:function(de,ne,y){"use strict";y.d(ne,{J:function(){return Ce}});var ee=y(67294),se=y(4173),ue=y(60276),pe=function(oe,Ae){var Te={};for(var Ie in oe)Object.prototype.hasOwnProperty.call(oe,Ie)&&Ae.indexOf(Ie)<0&&(Te[Ie]=oe[Ie]);if(oe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var De=0,Ie=Object.getOwnPropertySymbols(oe);De<Ie.length;De++)Ae.indexOf(Ie[De])<0&&Object.prototype.propertyIsEnumerable.call(oe,Ie[De])&&(Te[Ie[De]]=oe[Ie[De]]);return Te};const fe=ee.createContext(null),Ce=ee.forwardRef((oe,Ae)=>{const{children:Te}=oe,Ie=pe(oe,["children"]),De=ee.useContext(fe),Fe=ee.useMemo(()=>Object.assign(Object.assign({},De),Ie),[De,Ie.prefixCls,Ie.mode,Ie.selectable]);return ee.createElement(fe.Provider,{value:Fe},ee.createElement(se.BR,null,(0,ue.supportNodeRef)(Te)?ee.cloneElement(Te,{ref:Ae}):Te))});ne.Z=fe},68508:function(de,ne,y){"use strict";y.d(ne,{default:function(){return _n}});var ee=y(52073),se=y(67294),ue=y(19249),pe=y(94184),fe=y.n(pe),Ce=y(53124),oe=function(Vt,Tt){var gt={};for(var ln in Vt)Object.prototype.hasOwnProperty.call(Vt,ln)&&Tt.indexOf(ln)<0&&(gt[ln]=Vt[ln]);if(Vt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var pn=0,ln=Object.getOwnPropertySymbols(Vt);pn<ln.length;pn++)Tt.indexOf(ln[pn])<0&&Object.prototype.propertyIsEnumerable.call(Vt,ln[pn])&&(gt[ln[pn]]=Vt[ln[pn]]);return gt},Te=Vt=>{const{prefixCls:Tt,className:gt,dashed:ln}=Vt,pn=oe(Vt,["prefixCls","className","dashed"]),{getPrefixCls:On}=se.useContext(Ce.E_),Xn=On("menu",Tt),ga=fe()({[`${Xn}-item-divider-dashed`]:!!ln},gt);return se.createElement(ee.iz,Object.assign({className:ga},pn))},Ie=y(37419),De=y(10366),Fe=y(83062),Oe=y(96159),a=(0,se.createContext)({prefixCls:"",firstLevel:!0,inlineCollapsed:!1}),z=Vt=>{var Tt;const{className:gt,children:ln,icon:pn,title:On,danger:Xn}=Vt,{prefixCls:ga,firstLevel:La,direction:Fa,disableMenuItemTitleTooltip:Ba,inlineCollapsed:pa}=se.useContext(a),Ja=Ge=>{const mt=se.createElement("span",{className:`${ga}-title-content`},ln);return(!pn||(0,Oe.l$)(ln)&&ln.type==="span")&&ln&&Ge&&La&&typeof ln=="string"?se.createElement("div",{className:`${ga}-inline-collapsed-noicon`},ln.charAt(0)):mt},{siderCollapsed:Er}=se.useContext(ue.D);let Xe=On;typeof On=="undefined"?Xe=La?ln:"":On===!1&&(Xe="");const ct={title:Xe};!Er&&!pa&&(ct.title=null,ct.open=!1);const aa=(0,Ie.Z)(ln).length;let _e=se.createElement(ee.ck,Object.assign({},(0,De.Z)(Vt,["title","icon","danger"]),{className:fe()({[`${ga}-item-danger`]:Xn,[`${ga}-item-only-child`]:(pn?aa+1:aa)===1},gt),title:typeof On=="string"?On:void 0}),(0,Oe.Tm)(pn,{className:fe()((0,Oe.l$)(pn)?(Tt=pn.props)===null||Tt===void 0?void 0:Tt.className:"",`${ga}-item-icon`)}),Ja(pa));return Ba||(_e=se.createElement(Fe.Z,Object.assign({},ct,{placement:Fa==="rtl"?"left":"right",overlayClassName:`${ga}-inline-collapsed-tooltip`}),_e)),_e},te=Vt=>{var Tt;const{popupClassName:gt,icon:ln,title:pn,theme:On}=Vt,Xn=se.useContext(a),{prefixCls:ga,inlineCollapsed:La,theme:Fa}=Xn,Ba=(0,ee.Xl)();let pa;if(!ln)pa=La&&!Ba.length&&pn&&typeof pn=="string"?se.createElement("div",{className:`${ga}-inline-collapsed-noicon`},pn.charAt(0)):se.createElement("span",{className:`${ga}-title-content`},pn);else{const Er=(0,Oe.l$)(pn)&&pn.type==="span";pa=se.createElement(se.Fragment,null,(0,Oe.Tm)(ln,{className:fe()((0,Oe.l$)(ln)?(Tt=ln.props)===null||Tt===void 0?void 0:Tt.className:"",`${ga}-item-icon`)}),Er?pn:se.createElement("span",{className:`${ga}-title-content`},pn))}const Ja=se.useMemo(()=>Object.assign(Object.assign({},Xn),{firstLevel:!1}),[Xn]);return se.createElement(a.Provider,{value:Ja},se.createElement(ee.Wd,Object.assign({},(0,De.Z)(Vt,["icon"]),{title:pa,popupClassName:fe()(ga,gt,`${ga}-${On||Fa}`)})))},ae=y(64582),le=y(60276),ce=y(33603),he=y(76529),ye=function(Vt,Tt){var gt={};for(var ln in Vt)Object.prototype.hasOwnProperty.call(Vt,ln)&&Tt.indexOf(ln)<0&&(gt[ln]=Vt[ln]);if(Vt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var pn=0,ln=Object.getOwnPropertySymbols(Vt);pn<ln.length;pn++)Tt.indexOf(ln[pn])<0&&Object.prototype.propertyIsEnumerable.call(Vt,ln[pn])&&(gt[ln[pn]]=Vt[ln[pn]]);return gt};function Pe(Vt){return(Vt||[]).map((Tt,gt)=>{if(Tt&&typeof Tt=="object"){const ln=Tt,{label:pn,children:On,key:Xn,type:ga}=ln,La=ye(ln,["label","children","key","type"]),Fa=Xn!=null?Xn:`tmp-${gt}`;return On||ga==="group"?ga==="group"?se.createElement(ee.BW,Object.assign({key:Fa},La,{title:pn}),Pe(On)):se.createElement(te,Object.assign({key:Fa},La,{title:pn}),Pe(On)):ga==="divider"?se.createElement(Te,Object.assign({key:Fa},La)):se.createElement(z,Object.assign({key:Fa},La),pn)}return null}).filter(Tt=>Tt)}function Me(Vt){return se.useMemo(()=>Vt&&Pe(Vt),[Vt])}var Be=y(84780),Ze=y(14747),Le=y(33507),bt=y(67771),xt=y(50438),Sn=y(67968),Ct=y(45503),Ht=Vt=>{const{componentCls:Tt,motionDurationSlow:gt,horizontalLineHeight:ln,colorSplit:pn,lineWidth:On,lineType:Xn,itemPaddingInline:ga}=Vt;return{[`${Tt}-horizontal`]:{lineHeight:ln,border:0,borderBottom:`${On}px ${Xn} ${pn}`,boxShadow:"none","&::after":{display:"block",clear:"both",height:0,content:'"\\20"'},[`${Tt}-item, ${Tt}-submenu`]:{position:"relative",display:"inline-block",verticalAlign:"bottom",paddingInline:ga},[`> ${Tt}-item:hover,
|
|
|
> ${Tt}-item-active,
|
|
|
> ${Tt}-submenu ${Tt}-submenu-title:hover`]:{backgroundColor:"transparent"},[`${Tt}-item, ${Tt}-submenu-title`]:{transition:[`border-color ${gt}`,`background ${gt}`].join(",")},[`${Tt}-submenu-arrow`]:{display:"none"}}}},sn=Vt=>{let{componentCls:Tt,menuArrowOffset:gt}=Vt;return{[`${Tt}-rtl`]:{direction:"rtl"},[`${Tt}-submenu-rtl`]:{transformOrigin:"100% 0"},[`${Tt}-rtl${Tt}-vertical,
|
|
|
${Tt}-submenu-rtl ${Tt}-vertical`]:{[`${Tt}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateY(-${gt})`},"&::after":{transform:`rotate(45deg) translateY(${gt})`}}}}};const Pn=Vt=>Object.assign({},(0,Ze.oN)(Vt));var gn=(Vt,Tt)=>{const{componentCls:gt,itemColor:ln,itemSelectedColor:pn,groupTitleColor:On,itemBg:Xn,subMenuItemBg:ga,itemSelectedBg:La,activeBarHeight:Fa,activeBarWidth:Ba,activeBarBorderWidth:pa,motionDurationSlow:Ja,motionEaseInOut:Er,motionEaseOut:Xe,itemPaddingInline:ct,motionDurationMid:aa,itemHoverColor:_e,lineType:Ge,colorSplit:mt,itemDisabledColor:un,dangerItemColor:jt,dangerItemHoverColor:Tn,dangerItemSelectedColor:Xt,dangerItemActiveBg:Wt,dangerItemSelectedBg:Jt,itemHoverBg:Oa,itemActiveBg:Yn,menuSubMenuBg:Pa,horizontalItemSelectedColor:lr,horizontalItemSelectedBg:Xa,horizontalItemBorderRadius:cr,horizontalItemHoverBg:pr,popupBg:wr}=Vt;return{[`${gt}-${Tt}, ${gt}-${Tt} > ${gt}`]:{color:ln,background:Xn,[`&${gt}-root:focus-visible`]:Object.assign({},Pn(Vt)),[`${gt}-item-group-title`]:{color:On},[`${gt}-submenu-selected`]:{[`> ${gt}-submenu-title`]:{color:pn}},[`${gt}-item-disabled, ${gt}-submenu-disabled`]:{color:`${un} !important`},[`${gt}-item:not(${gt}-item-selected):not(${gt}-submenu-selected)`]:{[`&:hover, > ${gt}-submenu-title:hover`]:{color:_e}},[`&:not(${gt}-horizontal)`]:{[`${gt}-item:not(${gt}-item-selected)`]:{"&:hover":{backgroundColor:Oa},"&:active":{backgroundColor:Yn}},[`${gt}-submenu-title`]:{"&:hover":{backgroundColor:Oa},"&:active":{backgroundColor:Yn}}},[`${gt}-item-danger`]:{color:jt,[`&${gt}-item:hover`]:{[`&:not(${gt}-item-selected):not(${gt}-submenu-selected)`]:{color:Tn}},[`&${gt}-item:active`]:{background:Wt}},[`${gt}-item a`]:{"&, &:hover":{color:"inherit"}},[`${gt}-item-selected`]:{color:pn,[`&${gt}-item-danger`]:{color:Xt},"a, a:hover":{color:"inherit"}},[`& ${gt}-item-selected`]:{backgroundColor:La,[`&${gt}-item-danger`]:{backgroundColor:Jt}},[`${gt}-item, ${gt}-submenu-title`]:{[`&:not(${gt}-item-disabled):focus-visible`]:Object.assign({},Pn(Vt))},[`&${gt}-submenu > ${gt}`]:{backgroundColor:Pa},[`&${gt}-popup > ${gt}`]:{backgroundColor:wr},[`&${gt}-horizontal`]:Object.assign(Object.assign({},Tt==="dark"?{borderBottom:0}:{}),{[`> ${gt}-item, > ${gt}-submenu`]:{top:pa,marginTop:-pa,marginBottom:0,borderRadius:cr,"&::after":{position:"absolute",insetInline:ct,bottom:0,borderBottom:`${Fa}px solid transparent`,transition:`border-color ${Ja} ${Er}`,content:'""'},"&:hover, &-active, &-open":{background:pr,"&::after":{borderBottomWidth:Fa,borderBottomColor:lr}},"&-selected":{color:lr,backgroundColor:Xa,"&:hover":{backgroundColor:Xa},"&::after":{borderBottomWidth:Fa,borderBottomColor:lr}}}}),[`&${gt}-root`]:{[`&${gt}-inline, &${gt}-vertical`]:{borderInlineEnd:`${pa}px ${Ge} ${mt}`}},[`&${gt}-inline`]:{[`${gt}-sub${gt}-inline`]:{background:ga},[`${gt}-item, ${gt}-submenu-title`]:pa&&Ba?{width:`calc(100% + ${pa}px)`}:{},[`${gt}-item`]:{position:"relative","&::after":{position:"absolute",insetBlock:0,insetInlineEnd:0,borderInlineEnd:`${Ba}px solid ${pn}`,transform:"scaleY(0.0001)",opacity:0,transition:[`transform ${aa} ${Xe}`,`opacity ${aa} ${Xe}`].join(","),content:'""'},[`&${gt}-item-danger`]:{"&::after":{borderInlineEndColor:Xt}}},[`${gt}-selected, ${gt}-item-selected`]:{"&::after":{transform:"scaleY(1)",opacity:1,transition:[`transform ${aa} ${Er}`,`opacity ${aa} ${Er}`].join(",")}}}}}};const Gn=Vt=>{const{componentCls:Tt,itemHeight:gt,itemMarginInline:ln,padding:pn,menuArrowSize:On,marginXS:Xn,itemMarginBlock:ga}=Vt,La=pn+On+Xn;return{[`${Tt}-item`]:{position:"relative",overflow:"hidden"},[`${Tt}-item, ${Tt}-submenu-title`]:{height:gt,lineHeight:`${gt}px`,paddingInline:pn,overflow:"hidden",textOverflow:"ellipsis",marginInline:ln,marginBlock:ga,width:`calc(100% - ${ln*2}px)`},[`> ${Tt}-item,
|
|
|
> ${Tt}-submenu > ${Tt}-submenu-title`]:{height:gt,lineHeight:`${gt}px`},[`${Tt}-item-group-list ${Tt}-submenu-title,
|
|
|
${Tt}-submenu-title`]:{paddingInlineEnd:La}}};var _t=Vt=>{const{componentCls:Tt,iconCls:gt,itemHeight:ln,colorTextLightSolid:pn,dropdownWidth:On,controlHeightLG:Xn,motionDurationMid:ga,motionEaseOut:La,paddingXL:Fa,itemMarginInline:Ba,fontSizeLG:pa,motionDurationSlow:Ja,paddingXS:Er,boxShadowSecondary:Xe,collapsedWidth:ct,collapsedIconSize:aa}=Vt,_e={height:ln,lineHeight:`${ln}px`,listStylePosition:"inside",listStyleType:"disc"};return[{[Tt]:{"&-inline, &-vertical":Object.assign({[`&${Tt}-root`]:{boxShadow:"none"}},Gn(Vt))},[`${Tt}-submenu-popup`]:{[`${Tt}-vertical`]:Object.assign(Object.assign({},Gn(Vt)),{boxShadow:Xe})}},{[`${Tt}-submenu-popup ${Tt}-vertical${Tt}-sub`]:{minWidth:On,maxHeight:`calc(100vh - ${Xn*2.5}px)`,padding:"0",overflow:"hidden",borderInlineEnd:0,"&:not([class*='-active'])":{overflowX:"hidden",overflowY:"auto"}}},{[`${Tt}-inline`]:{width:"100%",[`&${Tt}-root`]:{[`${Tt}-item, ${Tt}-submenu-title`]:{display:"flex",alignItems:"center",transition:[`border-color ${Ja}`,`background ${Ja}`,`padding ${ga} ${La}`].join(","),[`> ${Tt}-title-content`]:{flex:"auto",minWidth:0,overflow:"hidden",textOverflow:"ellipsis"},"> *":{flex:"none"}}},[`${Tt}-sub${Tt}-inline`]:{padding:0,border:0,borderRadius:0,boxShadow:"none",[`& > ${Tt}-submenu > ${Tt}-submenu-title`]:_e,[`& ${Tt}-item-group-title`]:{paddingInlineStart:Fa}},[`${Tt}-item`]:_e}},{[`${Tt}-inline-collapsed`]:{width:ct,[`&${Tt}-root`]:{[`${Tt}-item, ${Tt}-submenu ${Tt}-submenu-title`]:{[`> ${Tt}-inline-collapsed-noicon`]:{fontSize:pa,textAlign:"center"}}},[`> ${Tt}-item,
|
|
|
> ${Tt}-item-group > ${Tt}-item-group-list > ${Tt}-item,
|
|
|
> ${Tt}-item-group > ${Tt}-item-group-list > ${Tt}-submenu > ${Tt}-submenu-title,
|
|
|
> ${Tt}-submenu > ${Tt}-submenu-title`]:{insetInlineStart:0,paddingInline:`calc(50% - ${pa/2}px - ${Ba}px)`,textOverflow:"clip",[`
|
|
|
${Tt}-submenu-arrow,
|
|
|
${Tt}-submenu-expand-icon
|
|
|
`]:{opacity:0},[`${Tt}-item-icon, ${gt}`]:{margin:0,fontSize:aa,lineHeight:`${ln}px`,"+ span":{display:"inline-block",opacity:0}}},[`${Tt}-item-icon, ${gt}`]:{display:"inline-block"},"&-tooltip":{pointerEvents:"none",[`${Tt}-item-icon, ${gt}`]:{display:"none"},"a, a:hover":{color:pn}},[`${Tt}-item-group-title`]:Object.assign(Object.assign({},Ze.vS),{paddingInline:Er})}}]};const Qt=Vt=>{const{componentCls:Tt,motionDurationSlow:gt,motionDurationMid:ln,motionEaseInOut:pn,motionEaseOut:On,iconCls:Xn,iconSize:ga,iconMarginInlineEnd:La}=Vt;return{[`${Tt}-item, ${Tt}-submenu-title`]:{position:"relative",display:"block",margin:0,whiteSpace:"nowrap",cursor:"pointer",transition:[`border-color ${gt}`,`background ${gt}`,`padding ${gt} ${pn}`].join(","),[`${Tt}-item-icon, ${Xn}`]:{minWidth:ga,fontSize:ga,transition:[`font-size ${ln} ${On}`,`margin ${gt} ${pn}`,`color ${gt}`].join(","),"+ span":{marginInlineStart:La,opacity:1,transition:[`opacity ${gt} ${pn}`,`margin ${gt}`,`color ${gt}`].join(",")}},[`${Tt}-item-icon`]:Object.assign({},(0,Ze.Ro)()),[`&${Tt}-item-only-child`]:{[`> ${Xn}, > ${Tt}-item-icon`]:{marginInlineEnd:0}}},[`${Tt}-item-disabled, ${Tt}-submenu-disabled`]:{background:"none !important",cursor:"not-allowed","&::after":{borderColor:"transparent !important"},a:{color:"inherit !important"},[`> ${Tt}-submenu-title`]:{color:"inherit !important",cursor:"not-allowed"}}}},Vn=Vt=>{const{componentCls:Tt,motionDurationSlow:gt,motionEaseInOut:ln,borderRadius:pn,menuArrowSize:On,menuArrowOffset:Xn}=Vt;return{[`${Tt}-submenu`]:{"&-expand-icon, &-arrow":{position:"absolute",top:"50%",insetInlineEnd:Vt.margin,width:On,color:"currentcolor",transform:"translateY(-50%)",transition:`transform ${gt} ${ln}, opacity ${gt}`},"&-arrow":{"&::before, &::after":{position:"absolute",width:On*.6,height:On*.15,backgroundColor:"currentcolor",borderRadius:pn,transition:[`background ${gt} ${ln}`,`transform ${gt} ${ln}`,`top ${gt} ${ln}`,`color ${gt} ${ln}`].join(","),content:'""'},"&::before":{transform:`rotate(45deg) translateY(-${Xn})`},"&::after":{transform:`rotate(-45deg) translateY(${Xn})`}}}}},dn=Vt=>{const{antCls:Tt,componentCls:gt,fontSize:ln,motionDurationSlow:pn,motionDurationMid:On,motionEaseInOut:Xn,paddingXS:ga,padding:La,colorSplit:Fa,lineWidth:Ba,zIndexPopup:pa,borderRadiusLG:Ja,subMenuItemBorderRadius:Er,menuArrowSize:Xe,menuArrowOffset:ct,lineType:aa,menuPanelMaskInset:_e,groupTitleLineHeight:Ge,groupTitleFontSize:mt}=Vt;return[{"":{[`${gt}`]:Object.assign(Object.assign({},(0,Ze.dF)()),{"&-hidden":{display:"none"}})},[`${gt}-submenu-hidden`]:{display:"none"}},{[gt]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,Ze.Wf)(Vt)),(0,Ze.dF)()),{marginBottom:0,paddingInlineStart:0,fontSize:ln,lineHeight:0,listStyle:"none",outline:"none",transition:`width ${pn} cubic-bezier(0.2, 0, 0, 1) 0s`,"ul, ol":{margin:0,padding:0,listStyle:"none"},"&-overflow":{display:"flex",[`${gt}-item`]:{flex:"none"}},[`${gt}-item, ${gt}-submenu, ${gt}-submenu-title`]:{borderRadius:Vt.itemBorderRadius},[`${gt}-item-group-title`]:{padding:`${ga}px ${La}px`,fontSize:mt,lineHeight:Ge,transition:`all ${pn}`},[`&-horizontal ${gt}-submenu`]:{transition:[`border-color ${pn} ${Xn}`,`background ${pn} ${Xn}`].join(",")},[`${gt}-submenu, ${gt}-submenu-inline`]:{transition:[`border-color ${pn} ${Xn}`,`background ${pn} ${Xn}`,`padding ${On} ${Xn}`].join(",")},[`${gt}-submenu ${gt}-sub`]:{cursor:"initial",transition:[`background ${pn} ${Xn}`,`padding ${pn} ${Xn}`].join(",")},[`${gt}-title-content`]:{transition:`color ${pn}`},[`${gt}-item a`]:{"&::before":{position:"absolute",inset:0,backgroundColor:"transparent",content:'""'}},[`${gt}-item-divider`]:{overflow:"hidden",lineHeight:0,borderColor:Fa,borderStyle:aa,borderWidth:0,borderTopWidth:Ba,marginBlock:Ba,padding:0,"&-dashed":{borderStyle:"dashed"}}}),Qt(Vt)),{[`${gt}-item-group`]:{[`${gt}-item-group-list`]:{margin:0,padding:0,[`${gt}-item, ${gt}-submenu-title`]:{paddingInline:`${ln*2}px ${La}px`}}},"&-submenu":{"&-popup":{position:"absolute",zIndex:pa,borderRadius:Ja,boxShadow:"none",transformOrigin:"0 0",[`&${gt}-submenu`]:{background:"transparent"},"&::before":{position:"absolute",inset:`${_e}px 0 0`,zIndex:-1,width:"100%",height:"100%",opacity:0,content:'""'}},"&-placement-rightTop::before":{top:0,insetInlineStart:_e},"\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:Vt.paddingXS},"\n &-placement-rightTop,\n &-placement-rightBottom\n ":{paddingInlineStart:Vt.paddingXS},"\n &-placement-topRight,\n &-placement-topLeft\n ":{paddingBottom:Vt.paddingXS},"\n &-placement-bottomRight,\n &-placement-bottomLeft\n ":{paddingTop:Vt.paddingXS},[`> ${gt}`]:Object.assign(Object.assign(Object.assign({borderRadius:Ja},Qt(Vt)),Vn(Vt)),{[`${gt}-item, ${gt}-submenu > ${gt}-submenu-title`]:{borderRadius:Er},[`${gt}-submenu-title::after`]:{transition:`transform ${pn} ${Xn}`}})}}),Vn(Vt)),{[`&-inline-collapsed ${gt}-submenu-arrow,
|
|
|
&-inline ${gt}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateX(${ct})`},"&::after":{transform:`rotate(45deg) translateX(-${ct})`}},[`${gt}-submenu-open${gt}-submenu-inline > ${gt}-submenu-title > ${gt}-submenu-arrow`]:{transform:`translateY(-${Xe*.2}px)`,"&::after":{transform:`rotate(-45deg) translateX(-${ct})`},"&::before":{transform:`rotate(45deg) translateX(${ct})`}}})},{[`${Tt}-layout-header`]:{[gt]:{lineHeight:"inherit"}}}]};var Fn=(Vt,Tt)=>(0,Sn.Z)("Menu",ln=>{if(Tt===!1)return[];const{colorBgElevated:pn,colorPrimary:On,colorTextLightSolid:Xn,controlHeightLG:ga,fontSize:La,darkItemColor:Fa,darkDangerItemColor:Ba,darkItemBg:pa,darkSubMenuItemBg:Ja,darkItemSelectedColor:Er,darkItemSelectedBg:Xe,darkDangerItemSelectedBg:ct,darkItemHoverBg:aa,darkGroupTitleColor:_e,darkItemHoverColor:Ge,darkItemDisabledColor:mt,darkDangerItemHoverColor:un,darkDangerItemSelectedColor:jt,darkDangerItemActiveBg:Tn}=ln,Xt=La/7*5,Wt=(0,Ct.TS)(ln,{menuArrowSize:Xt,menuHorizontalHeight:ga*1.15,menuArrowOffset:`${Xt*.25}px`,menuPanelMaskInset:-7,menuSubMenuBg:pn}),Jt=(0,Ct.TS)(Wt,{itemColor:Fa,itemHoverColor:Ge,groupTitleColor:_e,itemSelectedColor:Er,itemBg:pa,popupBg:pa,subMenuItemBg:Ja,itemActiveBg:"transparent",itemSelectedBg:Xe,activeBarHeight:0,activeBarBorderWidth:0,itemHoverBg:aa,itemDisabledColor:mt,dangerItemColor:Ba,dangerItemHoverColor:un,dangerItemSelectedColor:jt,dangerItemActiveBg:Tn,dangerItemSelectedBg:ct,menuSubMenuBg:Ja,horizontalItemSelectedColor:Xn,horizontalItemSelectedBg:On});return[dn(Wt),Ht(Wt),_t(Wt),gn(Wt,"light"),gn(Jt,"dark"),sn(Wt),(0,Le.Z)(Wt),(0,bt.oN)(Wt,"slide-up"),(0,bt.oN)(Wt,"slide-down"),(0,xt._y)(Wt,"zoom-big")]},ln=>{const{colorPrimary:pn,colorError:On,colorTextDisabled:Xn,colorErrorBg:ga,colorText:La,colorTextDescription:Fa,colorBgContainer:Ba,colorFillAlter:pa,colorFillContent:Ja,lineWidth:Er,lineWidthBold:Xe,controlItemBgActive:ct,colorBgTextHover:aa,controlHeightLG:_e,lineHeight:Ge,colorBgElevated:mt,marginXXS:un,padding:jt,fontSize:Tn,controlHeightSM:Xt,fontSizeLG:Wt,colorTextLightSolid:Jt,colorErrorHover:Oa}=ln,Yn=new Be.C(Jt).setAlpha(.65).toRgbString();return{dropdownWidth:160,zIndexPopup:ln.zIndexPopupBase+50,radiusItem:ln.borderRadiusLG,itemBorderRadius:ln.borderRadiusLG,radiusSubMenuItem:ln.borderRadiusSM,subMenuItemBorderRadius:ln.borderRadiusSM,colorItemText:La,itemColor:La,colorItemTextHover:La,itemHoverColor:La,colorItemTextHoverHorizontal:pn,horizontalItemHoverColor:pn,colorGroupTitle:Fa,groupTitleColor:Fa,colorItemTextSelected:pn,itemSelectedColor:pn,colorItemTextSelectedHorizontal:pn,horizontalItemSelectedColor:pn,colorItemBg:Ba,itemBg:Ba,colorItemBgHover:aa,itemHoverBg:aa,colorItemBgActive:Ja,itemActiveBg:ct,colorSubItemBg:pa,subMenuItemBg:pa,colorItemBgSelected:ct,itemSelectedBg:ct,colorItemBgSelectedHorizontal:"transparent",horizontalItemSelectedBg:"transparent",colorActiveBarWidth:0,activeBarWidth:0,colorActiveBarHeight:Xe,activeBarHeight:Xe,colorActiveBarBorderSize:Er,activeBarBorderWidth:Er,colorItemTextDisabled:Xn,itemDisabledColor:Xn,colorDangerItemText:On,dangerItemColor:On,colorDangerItemTextHover:On,dangerItemHoverColor:On,colorDangerItemTextSelected:On,dangerItemSelectedColor:On,colorDangerItemBgActive:ga,dangerItemActiveBg:ga,colorDangerItemBgSelected:ga,dangerItemSelectedBg:ga,itemMarginInline:ln.marginXXS,horizontalItemBorderRadius:0,horizontalItemHoverBg:"transparent",itemHeight:_e,groupTitleLineHeight:Ge,collapsedWidth:_e*2,popupBg:mt,itemMarginBlock:un,itemPaddingInline:jt,horizontalLineHeight:`${_e*1.15}px`,iconSize:Tn,iconMarginInlineEnd:Xt-Tn,collapsedIconSize:Wt,groupTitleFontSize:Tn,darkItemDisabledColor:new Be.C(Jt).setAlpha(.25).toRgbString(),darkItemColor:Yn,darkDangerItemColor:On,darkItemBg:"#001529",darkSubMenuItemBg:"#000c17",darkItemSelectedColor:Jt,darkItemSelectedBg:pn,darkDangerItemSelectedBg:On,darkItemHoverBg:"transparent",darkGroupTitleColor:Yn,darkItemHoverColor:Jt,darkDangerItemHoverColor:Oa,darkDangerItemSelectedColor:Jt,darkDangerItemActiveBg:On}},{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"]]})(Vt),Qe=function(Vt,Tt){var gt={};for(var ln in Vt)Object.prototype.hasOwnProperty.call(Vt,ln)&&Tt.indexOf(ln)<0&&(gt[ln]=Vt[ln]);if(Vt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var pn=0,ln=Object.getOwnPropertySymbols(Vt);pn<ln.length;pn++)Tt.indexOf(ln[pn])<0&&Object.prototype.propertyIsEnumerable.call(Vt,ln[pn])&&(gt[ln[pn]]=Vt[ln[pn]]);return gt},Kn=(0,se.forwardRef)((Vt,Tt)=>{var gt,ln;const pn=se.useContext(he.Z),On=pn||{},{getPrefixCls:Xn,getPopupContainer:ga,direction:La,menu:Fa}=se.useContext(Ce.E_),Ba=Xn(),{prefixCls:pa,className:Ja,style:Er,theme:Xe="light",expandIcon:ct,_internalDisableMenuItemTitleTooltip:aa,inlineCollapsed:_e,siderCollapsed:Ge,items:mt,children:un,rootClassName:jt,mode:Tn,selectable:Xt,onClick:Wt,overflowedIndicatorPopupClassName:Jt}=Vt,Oa=Qe(Vt,["prefixCls","className","style","theme","expandIcon","_internalDisableMenuItemTitleTooltip","inlineCollapsed","siderCollapsed","items","children","rootClassName","mode","selectable","onClick","overflowedIndicatorPopupClassName"]),Yn=(0,De.Z)(Oa,["collapsedWidth"]),Pa=Me(mt)||un;(gt=On.validator)===null||gt===void 0||gt.call(On,{mode:Tn});const lr=(0,le.useEvent)(function(){var Xr;Wt==null||Wt.apply(void 0,arguments),(Xr=On.onClick)===null||Xr===void 0||Xr.call(On)}),Xa=On.mode||Tn,cr=Xt!=null?Xt:On.selectable,pr=se.useMemo(()=>Ge!==void 0?Ge:_e,[_e,Ge]),wr={horizontal:{motionName:`${Ba}-slide-up`},inline:(0,ce.Z)(Ba),other:{motionName:`${Ba}-zoom-big`}},Kr=Xn("menu",pa||On.prefixCls),[Ao,wo]=Fn(Kr,!pn),Or=fe()(`${Kr}-${Xe}`,Fa==null?void 0:Fa.className,Ja);let no;if(typeof ct=="function")no=ct;else if(ct===null||ct===!1)no=null;else if(On.expandIcon===null||On.expandIcon===!1)no=null;else{const Xr=ct!=null?ct:On.expandIcon;no=(0,Oe.Tm)(Xr,{className:fe()(`${Kr}-submenu-expand-icon`,(0,Oe.l$)(Xr)?(ln=Xr.props)===null||ln===void 0?void 0:ln.className:"")})}const xr=se.useMemo(()=>({prefixCls:Kr,inlineCollapsed:pr||!1,direction:La,firstLevel:!0,theme:Xe,mode:Xa,disableMenuItemTitleTooltip:aa}),[Kr,pr,La,aa,Xe]);return Ao(se.createElement(he.Z.Provider,{value:null},se.createElement(a.Provider,{value:xr},se.createElement(ee.ZP,Object.assign({getPopupContainer:ga,overflowedIndicator:se.createElement(ae.Z,null),overflowedIndicatorPopupClassName:fe()(Kr,`${Kr}-${Xe}`,Jt),mode:Xa,selectable:cr,onClick:lr},Yn,{inlineCollapsed:pr,style:Object.assign(Object.assign({},Fa==null?void 0:Fa.style),Er),className:Or,prefixCls:Kr,direction:La,defaultMotions:wr,expandIcon:no,ref:Tt,rootClassName:fe()(jt,wo)}),Pa))))});const Ha=(0,se.forwardRef)((Vt,Tt)=>{const gt=(0,se.useRef)(null),ln=se.useContext(ue.D);return(0,se.useImperativeHandle)(Tt,()=>({menu:gt.current,focus:pn=>{var On;(On=gt.current)===null||On===void 0||On.focus(pn)}})),se.createElement(Kn,Object.assign({ref:gt},Vt,ln))});Ha.Item=z,Ha.SubMenu=te,Ha.Divider=Te,Ha.ItemGroup=ee.BW;var _n=Ha},34435:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Er}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(ct,aa){return se.createElement(fe.Z,(0,ee.Z)({},ct,{ref:aa,icon:pe}))},oe=se.forwardRef(Ce),Ae={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"},Te=Ae,Ie=function(ct,aa){return se.createElement(fe.Z,(0,ee.Z)({},ct,{ref:aa,icon:Te}))},De=se.forwardRef(Ie),Fe=y(55007),Oe=y(79269),me=y(94184),a=y.n(me),b=y(4942),z=y(1413),E=y(15671),te=y(43144),ae=y(60136),le=y(51630),ce=`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`,he=`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`,ye="".concat(ce," ").concat(he).split(/[\s\n]+/),Pe="aria-",Me="data-";function Be(Xe,ct){return Xe.indexOf(ct)===0}function Ze(Xe){var ct=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,aa;ct===!1?aa={aria:!0,data:!0,attr:!0}:ct===!0?aa={aria:!0}:aa=(0,z.Z)({},ct);var _e={};return Object.keys(Xe).forEach(function(Ge){(aa.aria&&(Ge==="role"||Be(Ge,Pe))||aa.data&&Be(Ge,Me)||aa.attr&&ye.includes(Ge))&&(_e[Ge]=Xe[Ge])}),_e}var Le={ZERO:48,NINE:57,NUMPAD_ZERO:96,NUMPAD_NINE:105,BACKSPACE:8,DELETE:46,ENTER:13,ARROW_UP:38,ARROW_DOWN:40},bt=Le,xt=y(81626),Sn=function(Xe){(0,ae.Z)(aa,Xe);var ct=(0,le.Z)(aa);function aa(){var _e;(0,E.Z)(this,aa);for(var Ge=arguments.length,mt=new Array(Ge),un=0;un<Ge;un++)mt[un]=arguments[un];return _e=ct.call.apply(ct,[this].concat(mt)),_e.state={goInputText:""},_e.getValidValue=function(){var jt=_e.state.goInputText;return!jt||Number.isNaN(jt)?void 0:Number(jt)},_e.buildOptionText=function(jt){return"".concat(jt," ").concat(_e.props.locale.items_per_page)},_e.changeSize=function(jt){_e.props.changeSize(Number(jt))},_e.handleChange=function(jt){_e.setState({goInputText:jt.target.value})},_e.handleBlur=function(jt){var Tn=_e.props,Xt=Tn.goButton,Wt=Tn.quickGo,Jt=Tn.rootPrefixCls,Oa=_e.state.goInputText;Xt||Oa===""||(_e.setState({goInputText:""}),!(jt.relatedTarget&&(jt.relatedTarget.className.indexOf("".concat(Jt,"-item-link"))>=0||jt.relatedTarget.className.indexOf("".concat(Jt,"-item"))>=0))&&Wt(_e.getValidValue()))},_e.go=function(jt){var Tn=_e.state.goInputText;Tn!==""&&(jt.keyCode===bt.ENTER||jt.type==="click")&&(_e.setState({goInputText:""}),_e.props.quickGo(_e.getValidValue()))},_e}return(0,te.Z)(aa,[{key:"getPageSizeOptions",value:function(){var Ge=this.props,mt=Ge.pageSize,un=Ge.pageSizeOptions;return un.some(function(jt){return jt.toString()===mt.toString()})?un:un.concat([mt.toString()]).sort(function(jt,Tn){var Xt=Number.isNaN(Number(jt))?0:Number(jt),Wt=Number.isNaN(Number(Tn))?0:Number(Tn);return Xt-Wt})}},{key:"render",value:function(){var Ge=this,mt=this.props,un=mt.pageSize,jt=mt.locale,Tn=mt.rootPrefixCls,Xt=mt.changeSize,Wt=mt.quickGo,Jt=mt.goButton,Oa=mt.selectComponentClass,Yn=mt.buildOptionText,Pa=mt.selectPrefixCls,lr=mt.disabled,Xa=this.state.goInputText,cr="".concat(Tn,"-options"),pr=Oa,wr=null,Kr=null,Ao=null;if(!Xt&&!Wt)return null;var wo=this.getPageSizeOptions();if(Xt&&pr){var Or=wo.map(function(no,xr){return se.createElement(pr.Option,{key:xr,value:no.toString()},(Yn||Ge.buildOptionText)(no))});wr=se.createElement(pr,{disabled:lr,prefixCls:Pa,showSearch:!1,className:"".concat(cr,"-size-changer"),optionLabelProp:"children",popupMatchSelectWidth:!1,value:(un||wo[0]).toString(),onChange:this.changeSize,getPopupContainer:function(xr){return xr.parentNode},"aria-label":jt.page_size,defaultOpen:!1},Or)}return Wt&&(Jt&&(Ao=typeof Jt=="boolean"?se.createElement("button",{type:"button",onClick:this.go,onKeyUp:this.go,disabled:lr,className:"".concat(cr,"-quick-jumper-button")},jt.jump_to_confirm):se.createElement("span",{onClick:this.go,onKeyUp:this.go},Jt)),Kr=se.createElement("div",{className:"".concat(cr,"-quick-jumper")},jt.jump_to,se.createElement("input",{disabled:lr,type:"text",value:Xa,onChange:this.handleChange,onKeyUp:this.go,onBlur:this.handleBlur,"aria-label":jt.page}),jt.page,Ao)),se.createElement("li",{className:"".concat(cr)},wr,Kr)}}]),aa}(se.Component);Sn.defaultProps={pageSizeOptions:["10","20","50","100"]};var Ct=Sn,St=function(ct){var aa,_e=ct.rootPrefixCls,Ge=ct.page,mt=ct.active,un=ct.className,jt=ct.showTitle,Tn=ct.onClick,Xt=ct.onKeyPress,Wt=ct.itemRender,Jt="".concat(_e,"-item"),Oa=a()(Jt,"".concat(Jt,"-").concat(Ge),(aa={},(0,b.Z)(aa,"".concat(Jt,"-active"),mt),(0,b.Z)(aa,"".concat(Jt,"-disabled"),!Ge),(0,b.Z)(aa,ct.className,un),aa)),Yn=function(){Tn(Ge)},Pa=function(cr){Xt(cr,Tn,Ge)},lr=Wt(Ge,"page",se.createElement("a",{rel:"nofollow"},Ge));return lr?se.createElement("li",{title:jt?Ge.toString():null,className:Oa,onClick:Yn,onKeyPress:Pa,tabIndex:0},lr):null},Ht=St;function zt(){}function sn(Xe){var ct=Number(Xe);return typeof ct=="number"&&!Number.isNaN(ct)&&isFinite(ct)&&Math.floor(ct)===ct}var Pn=function(ct,aa,_e){return _e};function wt(Xe,ct,aa){var _e=typeof Xe=="undefined"?ct.pageSize:Xe;return Math.floor((aa.total-1)/_e)+1}var gn=function(Xe){(0,ae.Z)(aa,Xe);var ct=(0,le.Z)(aa);function aa(_e){var Ge;(0,E.Z)(this,aa),Ge=ct.call(this,_e),Ge.paginationNode=se.createRef(),Ge.getJumpPrevPage=function(){return Math.max(1,Ge.state.current-(Ge.props.showLessItems?3:5))},Ge.getJumpNextPage=function(){return Math.min(wt(void 0,Ge.state,Ge.props),Ge.state.current+(Ge.props.showLessItems?3:5))},Ge.getItemIcon=function(Xt,Wt){var Jt=Ge.props.prefixCls,Oa=Xt||se.createElement("button",{type:"button","aria-label":Wt,className:"".concat(Jt,"-item-link")});return typeof Xt=="function"&&(Oa=se.createElement(Xt,(0,z.Z)({},Ge.props))),Oa},Ge.isValid=function(Xt){var Wt=Ge.props.total;return sn(Xt)&&Xt!==Ge.state.current&&sn(Wt)&&Wt>0},Ge.shouldDisplayQuickJumper=function(){var Xt=Ge.props,Wt=Xt.showQuickJumper,Jt=Xt.total,Oa=Ge.state.pageSize;return Jt<=Oa?!1:Wt},Ge.handleKeyDown=function(Xt){(Xt.keyCode===bt.ARROW_UP||Xt.keyCode===bt.ARROW_DOWN)&&Xt.preventDefault()},Ge.handleKeyUp=function(Xt){var Wt=Ge.getValidValue(Xt),Jt=Ge.state.currentInputValue;Wt!==Jt&&Ge.setState({currentInputValue:Wt}),Xt.keyCode===bt.ENTER?Ge.handleChange(Wt):Xt.keyCode===bt.ARROW_UP?Ge.handleChange(Wt-1):Xt.keyCode===bt.ARROW_DOWN&&Ge.handleChange(Wt+1)},Ge.handleBlur=function(Xt){var Wt=Ge.getValidValue(Xt);Ge.handleChange(Wt)},Ge.changePageSize=function(Xt){var Wt=Ge.state.current,Jt=wt(Xt,Ge.state,Ge.props);Wt=Wt>Jt?Jt:Wt,Jt===0&&(Wt=Ge.state.current),typeof Xt=="number"&&("pageSize"in Ge.props||Ge.setState({pageSize:Xt}),"current"in Ge.props||Ge.setState({current:Wt,currentInputValue:Wt})),Ge.props.onShowSizeChange(Wt,Xt),"onChange"in Ge.props&&Ge.props.onChange&&Ge.props.onChange(Wt,Xt)},Ge.handleChange=function(Xt){var Wt=Ge.props,Jt=Wt.disabled,Oa=Wt.onChange,Yn=Ge.state,Pa=Yn.pageSize,lr=Yn.current,Xa=Yn.currentInputValue;if(Ge.isValid(Xt)&&!Jt){var cr=wt(void 0,Ge.state,Ge.props),pr=Xt;return Xt>cr?pr=cr:Xt<1&&(pr=1),"current"in Ge.props||Ge.setState({current:pr}),pr!==Xa&&Ge.setState({currentInputValue:pr}),Oa(pr,Pa),pr}return lr},Ge.prev=function(){Ge.hasPrev()&&Ge.handleChange(Ge.state.current-1)},Ge.next=function(){Ge.hasNext()&&Ge.handleChange(Ge.state.current+1)},Ge.jumpPrev=function(){Ge.handleChange(Ge.getJumpPrevPage())},Ge.jumpNext=function(){Ge.handleChange(Ge.getJumpNextPage())},Ge.hasPrev=function(){return Ge.state.current>1},Ge.hasNext=function(){return Ge.state.current<wt(void 0,Ge.state,Ge.props)},Ge.runIfEnter=function(Xt,Wt){if(Xt.key==="Enter"||Xt.charCode===13){for(var Jt=arguments.length,Oa=new Array(Jt>2?Jt-2:0),Yn=2;Yn<Jt;Yn++)Oa[Yn-2]=arguments[Yn];Wt.apply(void 0,Oa)}},Ge.runIfEnterPrev=function(Xt){Ge.runIfEnter(Xt,Ge.prev)},Ge.runIfEnterNext=function(Xt){Ge.runIfEnter(Xt,Ge.next)},Ge.runIfEnterJumpPrev=function(Xt){Ge.runIfEnter(Xt,Ge.jumpPrev)},Ge.runIfEnterJumpNext=function(Xt){Ge.runIfEnter(Xt,Ge.jumpNext)},Ge.handleGoTO=function(Xt){(Xt.keyCode===bt.ENTER||Xt.type==="click")&&Ge.handleChange(Ge.state.currentInputValue)},Ge.renderPrev=function(Xt){var Wt=Ge.props,Jt=Wt.prevIcon,Oa=Wt.itemRender,Yn=Oa(Xt,"prev",Ge.getItemIcon(Jt,"prev page")),Pa=!Ge.hasPrev();return(0,se.isValidElement)(Yn)?(0,se.cloneElement)(Yn,{disabled:Pa}):Yn},Ge.renderNext=function(Xt){var Wt=Ge.props,Jt=Wt.nextIcon,Oa=Wt.itemRender,Yn=Oa(Xt,"next",Ge.getItemIcon(Jt,"next page")),Pa=!Ge.hasNext();return(0,se.isValidElement)(Yn)?(0,se.cloneElement)(Yn,{disabled:Pa}):Yn};var mt=_e.onChange!==zt,un="current"in _e;un&&!mt&&console.warn("Warning: You provided a `current` prop to a Pagination component without an `onChange` handler. This will render a read-only component.");var jt=_e.defaultCurrent;"current"in _e&&(jt=_e.current);var Tn=_e.defaultPageSize;return"pageSize"in _e&&(Tn=_e.pageSize),jt=Math.min(jt,wt(Tn,void 0,_e)),Ge.state={current:jt,currentInputValue:jt,pageSize:Tn},Ge}return(0,te.Z)(aa,[{key:"componentDidUpdate",value:function(Ge,mt){var un=this.props.prefixCls;if(mt.current!==this.state.current&&this.paginationNode.current){var jt=this.paginationNode.current.querySelector(".".concat(un,"-item-").concat(mt.current));if(jt&&document.activeElement===jt){var Tn;jt==null||(Tn=jt.blur)===null||Tn===void 0||Tn.call(jt)}}}},{key:"getValidValue",value:function(Ge){var mt=Ge.target.value,un=wt(void 0,this.state,this.props),jt=this.state.currentInputValue,Tn;return mt===""?Tn=mt:Number.isNaN(Number(mt))?Tn=jt:mt>=un?Tn=un:Tn=Number(mt),Tn}},{key:"getShowSizeChanger",value:function(){var Ge=this.props,mt=Ge.showSizeChanger,un=Ge.total,jt=Ge.totalBoundaryShowSizeChanger;return typeof mt!="undefined"?mt:un>jt}},{key:"render",value:function(){var Ge=this.props,mt=Ge.prefixCls,un=Ge.className,jt=Ge.style,Tn=Ge.disabled,Xt=Ge.hideOnSinglePage,Wt=Ge.total,Jt=Ge.locale,Oa=Ge.showQuickJumper,Yn=Ge.showLessItems,Pa=Ge.showTitle,lr=Ge.showTotal,Xa=Ge.simple,cr=Ge.itemRender,pr=Ge.showPrevNextJumpers,wr=Ge.jumpPrevIcon,Kr=Ge.jumpNextIcon,Ao=Ge.selectComponentClass,wo=Ge.selectPrefixCls,Or=Ge.pageSizeOptions,no=this.state,xr=no.current,Xr=no.pageSize,Fo=no.currentInputValue;if(Xt===!0&&Wt<=Xr)return null;var Jr=wt(void 0,this.state,this.props),Va=[],ht=null,Pt=null,ut=null,Nn=null,wa=null,ma=Oa&&Oa.goButton,vr=Yn?1:2,mr=xr-1>0?xr-1:0,_r=xr+1<Jr?xr+1:Jr,Wr=Ze(this.props,{aria:!0,data:!0}),No=lr&&se.createElement("li",{className:"".concat(mt,"-total-text")},lr(Wt,[Wt===0?0:(xr-1)*Xr+1,xr*Xr>Wt?Wt:xr*Xr]));if(Xa){ma&&(typeof ma=="boolean"?wa=se.createElement("button",{type:"button",onClick:this.handleGoTO,onKeyUp:this.handleGoTO},Jt.jump_to_confirm):wa=se.createElement("span",{onClick:this.handleGoTO,onKeyUp:this.handleGoTO},ma),wa=se.createElement("li",{title:Pa?"".concat(Jt.jump_to).concat(xr,"/").concat(Jr):null,className:"".concat(mt,"-simple-pager")},wa));var En=this.renderPrev(mr);return se.createElement("ul",(0,ee.Z)({className:a()(mt,"".concat(mt,"-simple"),(0,b.Z)({},"".concat(mt,"-disabled"),Tn),un),style:jt,ref:this.paginationNode},Wr),No,En?se.createElement("li",{title:Pa?Jt.prev_page:null,onClick:this.prev,tabIndex:this.hasPrev()?0:null,onKeyPress:this.runIfEnterPrev,className:a()("".concat(mt,"-prev"),(0,b.Z)({},"".concat(mt,"-disabled"),!this.hasPrev())),"aria-disabled":!this.hasPrev()},En):null,se.createElement("li",{title:Pa?"".concat(xr,"/").concat(Jr):null,className:"".concat(mt,"-simple-pager")},se.createElement("input",{type:"text",value:Fo,disabled:Tn,onKeyDown:this.handleKeyDown,onKeyUp:this.handleKeyUp,onChange:this.handleKeyUp,onBlur:this.handleBlur,size:3}),se.createElement("span",{className:"".concat(mt,"-slash")},"/"),Jr),se.createElement("li",{title:Pa?Jt.next_page:null,onClick:this.next,tabIndex:this.hasPrev()?0:null,onKeyPress:this.runIfEnterNext,className:a()("".concat(mt,"-next"),(0,b.Z)({},"".concat(mt,"-disabled"),!this.hasNext())),"aria-disabled":!this.hasNext()},this.renderNext(_r)),wa)}if(Jr<=3+vr*2){var Nr={locale:Jt,rootPrefixCls:mt,onClick:this.handleChange,onKeyPress:this.runIfEnter,showTitle:Pa,itemRender:cr};Jr||Va.push(se.createElement(Ht,(0,ee.Z)({},Nr,{key:"noPager",page:1,className:"".concat(mt,"-item-disabled")})));for(var lo=1;lo<=Jr;lo+=1){var bi=xr===lo;Va.push(se.createElement(Ht,(0,ee.Z)({},Nr,{key:lo,page:lo,active:bi})))}}else{var Bo=Yn?Jt.prev_3:Jt.prev_5,uo=Yn?Jt.next_3:Jt.next_5,pi=cr(this.getJumpPrevPage(),"jump-prev",this.getItemIcon(wr,"prev page")),kr=cr(this.getJumpNextPage(),"jump-next",this.getItemIcon(Kr,"next page"));pr&&(ht=pi?se.createElement("li",{title:Pa?Bo:null,key:"prev",onClick:this.jumpPrev,tabIndex:0,onKeyPress:this.runIfEnterJumpPrev,className:a()("".concat(mt,"-jump-prev"),(0,b.Z)({},"".concat(mt,"-jump-prev-custom-icon"),!!wr))},pi):null,Pt=kr?se.createElement("li",{title:Pa?uo:null,key:"next",tabIndex:0,onClick:this.jumpNext,onKeyPress:this.runIfEnterJumpNext,className:a()("".concat(mt,"-jump-next"),(0,b.Z)({},"".concat(mt,"-jump-next-custom-icon"),!!Kr))},kr):null),Nn=se.createElement(Ht,{locale:Jt,last:!0,rootPrefixCls:mt,onClick:this.handleChange,onKeyPress:this.runIfEnter,key:Jr,page:Jr,active:!1,showTitle:Pa,itemRender:cr}),ut=se.createElement(Ht,{locale:Jt,rootPrefixCls:mt,onClick:this.handleChange,onKeyPress:this.runIfEnter,key:1,page:1,active:!1,showTitle:Pa,itemRender:cr});var st=Math.max(1,xr-vr),Ft=Math.min(xr+vr,Jr);xr-1<=vr&&(Ft=1+vr*2),Jr-xr<=vr&&(st=Jr-vr*2);for(var Gt=st;Gt<=Ft;Gt+=1){var Zt=xr===Gt;Va.push(se.createElement(Ht,{locale:Jt,rootPrefixCls:mt,onClick:this.handleChange,onKeyPress:this.runIfEnter,key:Gt,page:Gt,active:Zt,showTitle:Pa,itemRender:cr}))}xr-1>=vr*2&&xr!==3&&(Va[0]=(0,se.cloneElement)(Va[0],{className:"".concat(mt,"-item-after-jump-prev")}),Va.unshift(ht)),Jr-xr>=vr*2&&xr!==Jr-2&&(Va[Va.length-1]=(0,se.cloneElement)(Va[Va.length-1],{className:"".concat(mt,"-item-before-jump-next")}),Va.push(Pt)),st!==1&&Va.unshift(ut),Ft!==Jr&&Va.push(Nn)}var In=!this.hasPrev()||!Jr,tn=!this.hasNext()||!Jr,yn=this.renderPrev(mr),at=this.renderNext(_r);return se.createElement("ul",(0,ee.Z)({className:a()(mt,un,(0,b.Z)({},"".concat(mt,"-disabled"),Tn)),style:jt,ref:this.paginationNode},Wr),No,yn?se.createElement("li",{title:Pa?Jt.prev_page:null,onClick:this.prev,tabIndex:In?null:0,onKeyPress:this.runIfEnterPrev,className:a()("".concat(mt,"-prev"),(0,b.Z)({},"".concat(mt,"-disabled"),In)),"aria-disabled":In},yn):null,Va,at?se.createElement("li",{title:Pa?Jt.next_page:null,onClick:this.next,tabIndex:tn?null:0,onKeyPress:this.runIfEnterNext,className:a()("".concat(mt,"-next"),(0,b.Z)({},"".concat(mt,"-disabled"),tn)),"aria-disabled":tn},at):null,se.createElement(Ct,{disabled:Tn,locale:Jt,rootPrefixCls:mt,selectComponentClass:Ao,selectPrefixCls:wo,changeSize:this.getShowSizeChanger()?this.changePageSize:null,current:xr,pageSize:Xr,pageSizeOptions:Or,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:ma}))}}],[{key:"getDerivedStateFromProps",value:function(Ge,mt){var un={};if("current"in Ge&&(un.current=Ge.current,Ge.current!==mt.current&&(un.currentInputValue=un.current)),"pageSize"in Ge&&Ge.pageSize!==mt.pageSize){var jt=mt.current,Tn=wt(Ge.pageSize,mt,Ge);jt=jt>Tn?Tn:jt,"current"in Ge||(un.current=jt,un.currentInputValue=jt),un.pageSize=Ge.pageSize}return un}}]),aa}(se.Component);gn.defaultProps={defaultCurrent:1,total:0,defaultPageSize:10,onChange:zt,className:"",selectPrefixCls:"rc-select",prefixCls:"rc-pagination",selectComponentClass:null,hideOnSinglePage:!1,showPrevNextJumpers:!0,showQuickJumper:!1,showLessItems:!1,showTitle:!0,onShowSizeChange:zt,locale:xt.Z,style:{},itemRender:Pn,totalBoundaryShowSizeChanger:50};var Gn=gn,nt=y(62906),_t=y(53124),Qt=y(98675),Vn=y(25378),dn=y(10110),Fn=y(42563);const Qe=Xe=>se.createElement(Fn.default,Object.assign({},Xe,{showSearch:!0,size:"small"})),Cn=Xe=>se.createElement(Fn.default,Object.assign({},Xe,{showSearch:!0,size:"middle"}));Qe.Option=Fn.default.Option,Cn.Option=Fn.default.Option;var Kn=y(47673),Ha=y(14747),_n=y(67968),Vt=y(45503);const Tt=Xe=>{const{componentCls:ct}=Xe;return{[`${ct}-disabled`]:{"&, &:hover":{cursor:"not-allowed",[`${ct}-item-link`]:{color:Xe.colorTextDisabled,cursor:"not-allowed"}},"&:focus-visible":{cursor:"not-allowed",[`${ct}-item-link`]:{color:Xe.colorTextDisabled,cursor:"not-allowed"}}},[`&${ct}-disabled`]:{cursor:"not-allowed",[`${ct}-item`]:{cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},a:{color:Xe.colorTextDisabled,backgroundColor:"transparent",border:"none",cursor:"not-allowed"},"&-active":{borderColor:Xe.colorBorder,backgroundColor:Xe.itemActiveBgDisabled,"&:hover, &:active":{backgroundColor:Xe.itemActiveBgDisabled},a:{color:Xe.itemActiveColorDisabled}}},[`${ct}-item-link`]:{color:Xe.colorTextDisabled,cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},[`${ct}-simple&`]:{backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"}}},[`${ct}-simple-pager`]:{color:Xe.colorTextDisabled},[`${ct}-jump-prev, ${ct}-jump-next`]:{[`${ct}-item-link-icon`]:{opacity:0},[`${ct}-item-ellipsis`]:{opacity:1}}},[`&${ct}-simple`]:{[`${ct}-prev, ${ct}-next`]:{[`&${ct}-disabled ${ct}-item-link`]:{"&:hover, &:active":{backgroundColor:"transparent"}}}}}},gt=Xe=>{const{componentCls:ct}=Xe;return{[`&${ct}-mini ${ct}-total-text, &${ct}-mini ${ct}-simple-pager`]:{height:Xe.itemSizeSM,lineHeight:`${Xe.itemSizeSM}px`},[`&${ct}-mini ${ct}-item`]:{minWidth:Xe.itemSizeSM,height:Xe.itemSizeSM,margin:0,lineHeight:`${Xe.itemSizeSM-2}px`},[`&${ct}-mini:not(${ct}-disabled) ${ct}-item:not(${ct}-item-active)`]:{backgroundColor:"transparent",borderColor:"transparent","&:hover":{backgroundColor:Xe.colorBgTextHover},"&:active":{backgroundColor:Xe.colorBgTextActive}},[`&${ct}-mini ${ct}-prev, &${ct}-mini ${ct}-next`]:{minWidth:Xe.itemSizeSM,height:Xe.itemSizeSM,margin:0,lineHeight:`${Xe.itemSizeSM}px`},[`&${ct}-mini:not(${ct}-disabled)`]:{[`${ct}-prev, ${ct}-next`]:{[`&:hover ${ct}-item-link`]:{backgroundColor:Xe.colorBgTextHover},[`&:active ${ct}-item-link`]:{backgroundColor:Xe.colorBgTextActive},[`&${ct}-disabled:hover ${ct}-item-link`]:{backgroundColor:"transparent"}}},[`
|
|
|
&${ct}-mini ${ct}-prev ${ct}-item-link,
|
|
|
&${ct}-mini ${ct}-next ${ct}-item-link
|
|
|
`]:{backgroundColor:"transparent",borderColor:"transparent","&::after":{height:Xe.itemSizeSM,lineHeight:`${Xe.itemSizeSM}px`}},[`&${ct}-mini ${ct}-jump-prev, &${ct}-mini ${ct}-jump-next`]:{height:Xe.itemSizeSM,marginInlineEnd:0,lineHeight:`${Xe.itemSizeSM}px`},[`&${ct}-mini ${ct}-options`]:{marginInlineStart:Xe.paginationMiniOptionsMarginInlineStart,"&-size-changer":{top:Xe.miniOptionsSizeChangerTop},"&-quick-jumper":{height:Xe.itemSizeSM,lineHeight:`${Xe.itemSizeSM}px`,input:Object.assign(Object.assign({},(0,Kn.x0)(Xe)),{width:Xe.paginationMiniQuickJumperInputWidth,height:Xe.controlHeightSM})}}}},ln=Xe=>{const{componentCls:ct}=Xe;return{[`
|
|
|
&${ct}-simple ${ct}-prev,
|
|
|
&${ct}-simple ${ct}-next
|
|
|
`]:{height:Xe.itemSizeSM,lineHeight:`${Xe.itemSizeSM}px`,verticalAlign:"top",[`${ct}-item-link`]:{height:Xe.itemSizeSM,backgroundColor:"transparent",border:0,"&:hover":{backgroundColor:Xe.colorBgTextHover},"&:active":{backgroundColor:Xe.colorBgTextActive},"&::after":{height:Xe.itemSizeSM,lineHeight:`${Xe.itemSizeSM}px`}}},[`&${ct}-simple ${ct}-simple-pager`]:{display:"inline-block",height:Xe.itemSizeSM,marginInlineEnd:Xe.marginXS,input:{boxSizing:"border-box",height:"100%",marginInlineEnd:Xe.marginXS,padding:`0 ${Xe.paginationItemPaddingInline}px`,textAlign:"center",backgroundColor:Xe.itemInputBg,border:`${Xe.lineWidth}px ${Xe.lineType} ${Xe.colorBorder}`,borderRadius:Xe.borderRadius,outline:"none",transition:`border-color ${Xe.motionDurationMid}`,color:"inherit","&:hover":{borderColor:Xe.colorPrimary},"&:focus":{borderColor:Xe.colorPrimaryHover,boxShadow:`${Xe.inputOutlineOffset}px 0 ${Xe.controlOutlineWidth}px ${Xe.controlOutline}`},"&[disabled]":{color:Xe.colorTextDisabled,backgroundColor:Xe.colorBgContainerDisabled,borderColor:Xe.colorBorder,cursor:"not-allowed"}}}}},pn=Xe=>{const{componentCls:ct}=Xe;return{[`${ct}-jump-prev, ${ct}-jump-next`]:{outline:0,[`${ct}-item-container`]:{position:"relative",[`${ct}-item-link-icon`]:{color:Xe.colorPrimary,fontSize:Xe.fontSizeSM,opacity:0,transition:`all ${Xe.motionDurationMid}`,"&-svg":{top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,margin:"auto"}},[`${ct}-item-ellipsis`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,display:"block",margin:"auto",color:Xe.colorTextDisabled,fontFamily:"Arial, Helvetica, sans-serif",letterSpacing:Xe.paginationEllipsisLetterSpacing,textAlign:"center",textIndent:Xe.paginationEllipsisTextIndent,opacity:1,transition:`all ${Xe.motionDurationMid}`}},"&:hover":{[`${ct}-item-link-icon`]:{opacity:1},[`${ct}-item-ellipsis`]:{opacity:0}}},[`
|
|
|
${ct}-prev,
|
|
|
${ct}-jump-prev,
|
|
|
${ct}-jump-next
|
|
|
`]:{marginInlineEnd:Xe.marginXS},[`
|
|
|
${ct}-prev,
|
|
|
${ct}-next,
|
|
|
${ct}-jump-prev,
|
|
|
${ct}-jump-next
|
|
|
`]:{display:"inline-block",minWidth:Xe.itemSize,height:Xe.itemSize,color:Xe.colorText,fontFamily:Xe.fontFamily,lineHeight:`${Xe.itemSize}px`,textAlign:"center",verticalAlign:"middle",listStyle:"none",borderRadius:Xe.borderRadius,cursor:"pointer",transition:`all ${Xe.motionDurationMid}`},[`${ct}-prev, ${ct}-next`]:{fontFamily:"Arial, Helvetica, sans-serif",outline:0,button:{color:Xe.colorText,cursor:"pointer",userSelect:"none"},[`${ct}-item-link`]:{display:"block",width:"100%",height:"100%",padding:0,fontSize:Xe.fontSizeSM,textAlign:"center",backgroundColor:"transparent",border:`${Xe.lineWidth}px ${Xe.lineType} transparent`,borderRadius:Xe.borderRadius,outline:"none",transition:`all ${Xe.motionDurationMid}`},[`&:hover ${ct}-item-link`]:{backgroundColor:Xe.colorBgTextHover},[`&:active ${ct}-item-link`]:{backgroundColor:Xe.colorBgTextActive},[`&${ct}-disabled:hover`]:{[`${ct}-item-link`]:{backgroundColor:"transparent"}}},[`${ct}-slash`]:{marginInlineEnd:Xe.paginationSlashMarginInlineEnd,marginInlineStart:Xe.paginationSlashMarginInlineStart},[`${ct}-options`]:{display:"inline-block",marginInlineStart:Xe.margin,verticalAlign:"middle","&-size-changer.-select":{display:"inline-block",width:"auto"},"&-quick-jumper":{display:"inline-block",height:Xe.controlHeight,marginInlineStart:Xe.marginXS,lineHeight:`${Xe.controlHeight}px`,verticalAlign:"top",input:Object.assign(Object.assign({},(0,Kn.ik)(Xe)),{width:Xe.controlHeightLG*1.25,height:Xe.controlHeight,boxSizing:"border-box",margin:0,marginInlineStart:Xe.marginXS,marginInlineEnd:Xe.marginXS})}}}},On=Xe=>{const{componentCls:ct}=Xe;return{[`${ct}-item`]:{display:"inline-block",minWidth:Xe.itemSize,height:Xe.itemSize,marginInlineEnd:Xe.marginXS,fontFamily:Xe.fontFamily,lineHeight:`${Xe.itemSize-2}px`,textAlign:"center",verticalAlign:"middle",listStyle:"none",backgroundColor:"transparent",border:`${Xe.lineWidth}px ${Xe.lineType} transparent`,borderRadius:Xe.borderRadius,outline:0,cursor:"pointer",userSelect:"none",a:{display:"block",padding:`0 ${Xe.paginationItemPaddingInline}px`,color:Xe.colorText,"&:hover":{textDecoration:"none"}},[`&:not(${ct}-item-active)`]:{"&:hover":{transition:`all ${Xe.motionDurationMid}`,backgroundColor:Xe.colorBgTextHover},"&:active":{backgroundColor:Xe.colorBgTextActive}},"&-active":{fontWeight:Xe.fontWeightStrong,backgroundColor:Xe.itemActiveBg,borderColor:Xe.colorPrimary,a:{color:Xe.colorPrimary},"&:hover":{borderColor:Xe.colorPrimaryHover},"&:hover a":{color:Xe.colorPrimaryHover}}}}},Xn=Xe=>{const{componentCls:ct}=Xe;return{[ct]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,Ha.Wf)(Xe)),{"ul, ol":{margin:0,padding:0,listStyle:"none"},"&::after":{display:"block",clear:"both",height:0,overflow:"hidden",visibility:"hidden",content:'""'},[`${ct}-total-text`]:{display:"inline-block",height:Xe.itemSize,marginInlineEnd:Xe.marginXS,lineHeight:`${Xe.itemSize-2}px`,verticalAlign:"middle"}}),On(Xe)),pn(Xe)),ln(Xe)),gt(Xe)),Tt(Xe)),{[`@media only screen and (max-width: ${Xe.screenLG}px)`]:{[`${ct}-item`]:{"&-after-jump-prev, &-before-jump-next":{display:"none"}}},[`@media only screen and (max-width: ${Xe.screenSM}px)`]:{[`${ct}-options`]:{display:"none"}}}),[`&${Xe.componentCls}-rtl`]:{direction:"rtl"}}},ga=Xe=>{const{componentCls:ct}=Xe;return{[`${ct}${ct}-disabled:not(${ct}-mini)`]:{"&, &:hover":{[`${ct}-item-link`]:{borderColor:Xe.colorBorder}},"&:focus-visible":{[`${ct}-item-link`]:{borderColor:Xe.colorBorder}},[`${ct}-item, ${ct}-item-link`]:{backgroundColor:Xe.colorBgContainerDisabled,borderColor:Xe.colorBorder,[`&:hover:not(${ct}-item-active)`]:{backgroundColor:Xe.colorBgContainerDisabled,borderColor:Xe.colorBorder,a:{color:Xe.colorTextDisabled}},[`&${ct}-item-active`]:{backgroundColor:Xe.itemActiveBgDisabled}},[`${ct}-prev, ${ct}-next`]:{"&:hover button":{backgroundColor:Xe.colorBgContainerDisabled,borderColor:Xe.colorBorder,color:Xe.colorTextDisabled},[`${ct}-item-link`]:{backgroundColor:Xe.colorBgContainerDisabled,borderColor:Xe.colorBorder}}},[`${ct}:not(${ct}-mini)`]:{[`${ct}-prev, ${ct}-next`]:{"&:hover button":{borderColor:Xe.colorPrimaryHover,backgroundColor:Xe.itemBg},[`${ct}-item-link`]:{backgroundColor:Xe.itemLinkBg,borderColor:Xe.colorBorder},[`&:hover ${ct}-item-link`]:{borderColor:Xe.colorPrimary,backgroundColor:Xe.itemBg,color:Xe.colorPrimary},[`&${ct}-disabled`]:{[`${ct}-item-link`]:{borderColor:Xe.colorBorder,color:Xe.colorTextDisabled}}},[`${ct}-item`]:{backgroundColor:Xe.itemBg,border:`${Xe.lineWidth}px ${Xe.lineType} ${Xe.colorBorder}`,[`&:hover:not(${ct}-item-active)`]:{borderColor:Xe.colorPrimary,backgroundColor:Xe.itemBg,a:{color:Xe.colorPrimary}},"&-active":{borderColor:Xe.colorPrimary}}}}},La=Xe=>{const{componentCls:ct}=Xe;return{[`${ct}:not(${ct}-disabled)`]:{[`${ct}-item`]:Object.assign({},(0,Ha.Qy)(Xe)),[`${ct}-jump-prev, ${ct}-jump-next`]:{"&:focus-visible":Object.assign({[`${ct}-item-link-icon`]:{opacity:1},[`${ct}-item-ellipsis`]:{opacity:0}},(0,Ha.oN)(Xe))},[`${ct}-prev, ${ct}-next`]:{[`&:focus-visible ${ct}-item-link`]:Object.assign({},(0,Ha.oN)(Xe))}}}};var Fa=(0,_n.Z)("Pagination",Xe=>{const ct=(0,Vt.TS)(Xe,{inputOutlineOffset:0,paginationMiniOptionsMarginInlineStart:Xe.marginXXS/2,paginationMiniQuickJumperInputWidth:Xe.controlHeightLG*1.1,paginationItemPaddingInline:Xe.marginXXS*1.5,paginationEllipsisLetterSpacing:Xe.marginXXS/2,paginationSlashMarginInlineStart:Xe.marginXXS,paginationSlashMarginInlineEnd:Xe.marginSM,paginationEllipsisTextIndent:"0.13em"},(0,Kn.e5)(Xe),(0,Kn.TM)(Xe));return[Xn(ct),La(ct),Xe.wireframe&&ga(ct)]},Xe=>({itemBg:Xe.colorBgContainer,itemSize:Xe.controlHeight,itemSizeSM:Xe.controlHeightSM,itemActiveBg:Xe.colorBgContainer,itemLinkBg:Xe.colorBgContainer,itemActiveColorDisabled:Xe.colorTextDisabled,itemActiveBgDisabled:Xe.controlItemBgActiveDisabled,itemInputBg:Xe.colorBgContainer,miniOptionsSizeChangerTop:0})),Ba=function(Xe,ct){var aa={};for(var _e in Xe)Object.prototype.hasOwnProperty.call(Xe,_e)&&ct.indexOf(_e)<0&&(aa[_e]=Xe[_e]);if(Xe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ge=0,_e=Object.getOwnPropertySymbols(Xe);Ge<_e.length;Ge++)ct.indexOf(_e[Ge])<0&&Object.prototype.propertyIsEnumerable.call(Xe,_e[Ge])&&(aa[_e[Ge]]=Xe[_e[Ge]]);return aa},Ja=Xe=>{const{prefixCls:ct,selectPrefixCls:aa,className:_e,rootClassName:Ge,style:mt,size:un,locale:jt,selectComponentClass:Tn,responsive:Xt,showSizeChanger:Wt}=Xe,Jt=Ba(Xe,["prefixCls","selectPrefixCls","className","rootClassName","style","size","locale","selectComponentClass","responsive","showSizeChanger"]),{xs:Oa}=(0,Vn.Z)(Xt),{getPrefixCls:Yn,direction:Pa,pagination:lr={}}=se.useContext(_t.E_),Xa=Yn("pagination",ct),[cr,pr]=Fa(Xa),wr=Wt!=null?Wt:lr.showSizeChanger,Kr=se.useMemo(()=>{const Jr=se.createElement("span",{className:`${Xa}-item-ellipsis`},"\u2022\u2022\u2022"),Va=se.createElement("button",{className:`${Xa}-item-link`,type:"button",tabIndex:-1},Pa==="rtl"?se.createElement(Oe.Z,null):se.createElement(Fe.Z,null)),ht=se.createElement("button",{className:`${Xa}-item-link`,type:"button",tabIndex:-1},Pa==="rtl"?se.createElement(Fe.Z,null):se.createElement(Oe.Z,null)),Pt=se.createElement("a",{className:`${Xa}-item-link`},se.createElement("div",{className:`${Xa}-item-container`},Pa==="rtl"?se.createElement(De,{className:`${Xa}-item-link-icon`}):se.createElement(oe,{className:`${Xa}-item-link-icon`}),Jr)),ut=se.createElement("a",{className:`${Xa}-item-link`},se.createElement("div",{className:`${Xa}-item-container`},Pa==="rtl"?se.createElement(oe,{className:`${Xa}-item-link-icon`}):se.createElement(De,{className:`${Xa}-item-link-icon`}),Jr));return{prevIcon:Va,nextIcon:ht,jumpPrevIcon:Pt,jumpNextIcon:ut}},[Pa,Xa]),[Ao]=(0,dn.Z)("Pagination",nt.Z),wo=Object.assign(Object.assign({},Ao),jt),Or=(0,Qt.Z)(un),no=Or==="small"||!!(Oa&&!Or&&Xt),xr=Yn("select",aa),Xr=a()({[`${Xa}-mini`]:no,[`${Xa}-rtl`]:Pa==="rtl"},lr==null?void 0:lr.className,_e,Ge,pr),Fo=Object.assign(Object.assign({},lr==null?void 0:lr.style),mt);return cr(se.createElement(Gn,Object.assign({},Kr,Jt,{style:Fo,prefixCls:Xa,selectPrefixCls:xr,className:Xr,selectComponentClass:Tn||(no?Qe:Cn),locale:wo,showSizeChanger:wr})))},Er=Ja},38703:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return aa}});var ee=y(67294),se=y(23526),ue=y(60068),pe=y(30186),fe=y(85846),Ce=y(94184),oe=y.n(Ce),Ae=y(10366),Te=y(53124),Ie=y(87462),De=y(1413),Fe=y(45987),Oe={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},me=function(){var Ge=(0,ee.useRef)([]),mt=(0,ee.useRef)(null);return(0,ee.useEffect)(function(){var un=Date.now(),jt=!1;Ge.current.forEach(function(Tn){if(Tn){jt=!0;var Xt=Tn.style;Xt.transitionDuration=".3s, .3s, .3s, .06s",mt.current&&un-mt.current<100&&(Xt.transitionDuration="0s, 0s")}}),jt&&(mt.current=Date.now())}),Ge.current},a=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],b=function(Ge){var mt=(0,De.Z)((0,De.Z)({},Oe),Ge),un=mt.className,jt=mt.percent,Tn=mt.prefixCls,Xt=mt.strokeColor,Wt=mt.strokeLinecap,Jt=mt.strokeWidth,Oa=mt.style,Yn=mt.trailColor,Pa=mt.trailWidth,lr=mt.transition,Xa=(0,Fe.Z)(mt,a);delete Xa.gapPosition;var cr=Array.isArray(jt)?jt:[jt],pr=Array.isArray(Xt)?Xt:[Xt],wr=me(),Kr=Jt/2,Ao=100-Jt/2,wo="M ".concat(Wt==="round"?Kr:0,",").concat(Kr,`
|
|
|
L `).concat(Wt==="round"?Ao:100,",").concat(Kr),Or="0 0 100 ".concat(Jt),no=0;return ee.createElement("svg",(0,Ie.Z)({className:oe()("".concat(Tn,"-line"),un),viewBox:Or,preserveAspectRatio:"none",style:Oa},Xa),ee.createElement("path",{className:"".concat(Tn,"-line-trail"),d:wo,strokeLinecap:Wt,stroke:Yn,strokeWidth:Pa||Jt,fillOpacity:"0"}),cr.map(function(xr,Xr){var Fo=1;switch(Wt){case"round":Fo=1-Jt/100;break;case"square":Fo=1-Jt/2/100;break;default:Fo=1;break}var Jr={strokeDasharray:"".concat(xr*Fo,"px, 100px"),strokeDashoffset:"-".concat(no,"px"),transition:lr||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},Va=pr[Xr]||pr[pr.length-1];return no+=xr,ee.createElement("path",{key:Xr,className:"".concat(Tn,"-line-path"),d:wo,strokeLinecap:Wt,stroke:Va,strokeWidth:Jt,fillOpacity:"0",ref:function(Pt){wr[Xr]=Pt},style:Jr})}))},z=b,E=y(71002),te=y(97685),ae=y(98924),le=0,ce=(0,ae.Z)();function he(){var _e;return ce?(_e=le,le+=1):_e="TEST_OR_SSR",_e}var ye=function(_e){var Ge=ee.useState(),mt=(0,te.Z)(Ge,2),un=mt[0],jt=mt[1];return ee.useEffect(function(){jt("rc_progress_".concat(he()))},[]),_e||un},Pe=function(Ge){var mt=Ge.bg,un=Ge.children;return ee.createElement("div",{style:{width:"100%",height:"100%",background:mt}},un)};function Me(_e,Ge){return Object.keys(_e).map(function(mt){var un=parseFloat(mt),jt="".concat(Math.floor(un*Ge),"%");return"".concat(_e[mt]," ").concat(jt)})}var Be=ee.forwardRef(function(_e,Ge){var mt=_e.prefixCls,un=_e.color,jt=_e.gradientId,Tn=_e.radius,Xt=_e.style,Wt=_e.ptg,Jt=_e.strokeLinecap,Oa=_e.strokeWidth,Yn=_e.size,Pa=_e.gapDegree,lr=un&&(0,E.Z)(un)==="object",Xa=lr?"#FFF":void 0,cr=Yn/2,pr=ee.createElement("circle",{className:"".concat(mt,"-circle-path"),r:Tn,cx:cr,cy:cr,stroke:Xa,strokeLinecap:Jt,strokeWidth:Oa,opacity:Wt===0?0:1,style:Xt,ref:Ge});if(!lr)return pr;var wr="".concat(jt,"-conic"),Kr=Pa?"".concat(180+Pa/2,"deg"):"0deg",Ao=Me(un,(360-Pa)/360),wo=Me(un,1),Or="conic-gradient(from ".concat(Kr,", ").concat(Ao.join(", "),")"),no="linear-gradient(to ".concat(Pa?"bottom":"top",", ").concat(wo.join(", "),")");return ee.createElement(ee.Fragment,null,ee.createElement("mask",{id:wr},pr),ee.createElement("foreignObject",{x:0,y:0,width:Yn,height:Yn,mask:"url(#".concat(wr,")")},ee.createElement(Pe,{bg:no},ee.createElement(Pe,{bg:Or}))))}),Ze=Be,Le=100,bt=function(Ge,mt,un,jt,Tn,Xt,Wt,Jt,Oa,Yn){var Pa=arguments.length>10&&arguments[10]!==void 0?arguments[10]:0,lr=un/100*360*((360-Xt)/360),Xa=Xt===0?0:{bottom:0,top:180,left:90,right:-90}[Wt],cr=(100-jt)/100*mt;Oa==="round"&&jt!==100&&(cr+=Yn/2,cr>=mt&&(cr=mt-.01));var pr=Le/2;return{stroke:typeof Jt=="string"?Jt:void 0,strokeDasharray:"".concat(mt,"px ").concat(Ge),strokeDashoffset:cr+Pa,transform:"rotate(".concat(Tn+lr+Xa,"deg)"),transformOrigin:"".concat(pr,"px ").concat(pr,"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}},xt=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function Sn(_e){var Ge=_e!=null?_e:[];return Array.isArray(Ge)?Ge:[Ge]}var Ct=function(Ge){var mt=(0,De.Z)((0,De.Z)({},Oe),Ge),un=mt.id,jt=mt.prefixCls,Tn=mt.steps,Xt=mt.strokeWidth,Wt=mt.trailWidth,Jt=mt.gapDegree,Oa=Jt===void 0?0:Jt,Yn=mt.gapPosition,Pa=mt.trailColor,lr=mt.strokeLinecap,Xa=mt.style,cr=mt.className,pr=mt.strokeColor,wr=mt.percent,Kr=(0,Fe.Z)(mt,xt),Ao=Le/2,wo=ye(un),Or="".concat(wo,"-gradient"),no=Ao-Xt/2,xr=Math.PI*2*no,Xr=Oa>0?90+Oa/2:-90,Fo=xr*((360-Oa)/360),Jr=(0,E.Z)(Tn)==="object"?Tn:{count:Tn,space:2},Va=Jr.count,ht=Jr.space,Pt=Sn(wr),ut=Sn(pr),Nn=ut.find(function(No){return No&&(0,E.Z)(No)==="object"}),wa=Nn&&(0,E.Z)(Nn)==="object",ma=wa?"butt":lr,vr=bt(xr,Fo,0,100,Xr,Oa,Yn,Pa,ma,Xt),mr=me(),_r=function(){var En=0;return Pt.map(function(Nr,lo){var bi=ut[lo]||ut[ut.length-1],Bo=bt(xr,Fo,En,Nr,Xr,Oa,Yn,bi,ma,Xt);return En+=Nr,ee.createElement(Ze,{key:lo,color:bi,ptg:Nr,radius:no,prefixCls:jt,gradientId:Or,style:Bo,strokeLinecap:ma,strokeWidth:Xt,gapDegree:Oa,ref:function(pi){mr[lo]=pi},size:Le})}).reverse()},Wr=function(){var En=Math.round(Va*(Pt[0]/100)),Nr=100/Va,lo=0;return new Array(Va).fill(null).map(function(bi,Bo){var uo=Bo<=En-1?ut[0]:Pa,pi=uo&&(0,E.Z)(uo)==="object"?"url(#".concat(Or,")"):void 0,kr=bt(xr,Fo,lo,Nr,Xr,Oa,Yn,uo,"butt",Xt,ht);return lo+=(Fo-kr.strokeDashoffset+ht)*100/Fo,ee.createElement("circle",{key:Bo,className:"".concat(jt,"-circle-path"),r:no,cx:Ao,cy:Ao,stroke:pi,strokeWidth:Xt,opacity:1,style:kr,ref:function(Ft){mr[Bo]=Ft}})})};return ee.createElement("svg",(0,Ie.Z)({className:oe()("".concat(jt,"-circle"),cr),viewBox:"0 0 ".concat(Le," ").concat(Le),style:Xa,id:un,role:"presentation"},Kr),!Va&&ee.createElement("circle",{className:"".concat(jt,"-circle-trail"),r:no,cx:Ao,cy:Ao,stroke:Pa,strokeLinecap:ma,strokeWidth:Wt||Xt,style:vr}),Va?Wr():_r())},St=Ct,Ht={Line:z,Circle:St},zt=y(83062),sn=y(47448);function Pn(_e){return!_e||_e<0?0:_e>100?100:_e}function wt(_e){let{success:Ge,successPercent:mt}=_e,un=mt;return Ge&&"progress"in Ge&&(un=Ge.progress),Ge&&"percent"in Ge&&(un=Ge.percent),un}const gn=_e=>{let{percent:Ge,success:mt,successPercent:un}=_e;const jt=Pn(wt({success:mt,successPercent:un}));return[jt,Pn(Pn(Ge)-jt)]},Gn=_e=>{let{success:Ge={},strokeColor:mt}=_e;const{strokeColor:un}=Ge;return[un||sn.presetPrimaryColors.green,mt||null]},nt=(_e,Ge,mt)=>{var un,jt,Tn,Xt;let Wt=-1,Jt=-1;if(Ge==="step"){const Oa=mt.steps,Yn=mt.strokeWidth;typeof _e=="string"||typeof _e=="undefined"?(Wt=_e==="small"?2:14,Jt=Yn!=null?Yn:8):typeof _e=="number"?[Wt,Jt]=[_e,_e]:[Wt=14,Jt=8]=_e,Wt*=Oa}else if(Ge==="line"){const Oa=mt==null?void 0:mt.strokeWidth;typeof _e=="string"||typeof _e=="undefined"?Jt=Oa||(_e==="small"?6:8):typeof _e=="number"?[Wt,Jt]=[_e,_e]:[Wt=-1,Jt=8]=_e}else(Ge==="circle"||Ge==="dashboard")&&(typeof _e=="string"||typeof _e=="undefined"?[Wt,Jt]=_e==="small"?[60,60]:[120,120]:typeof _e=="number"?[Wt,Jt]=[_e,_e]:(Wt=(jt=(un=_e[0])!==null&&un!==void 0?un:_e[1])!==null&&jt!==void 0?jt:120,Jt=(Xt=(Tn=_e[0])!==null&&Tn!==void 0?Tn:_e[1])!==null&&Xt!==void 0?Xt:120));return[Wt,Jt]},_t=3,Qt=_e=>_t/_e*100;var dn=_e=>{const{prefixCls:Ge,trailColor:mt=null,strokeLinecap:un="round",gapPosition:jt,gapDegree:Tn,width:Xt=120,type:Wt,children:Jt,success:Oa,size:Yn=Xt}=_e,[Pa,lr]=nt(Yn,"circle");let{strokeWidth:Xa}=_e;Xa===void 0&&(Xa=Math.max(Qt(Pa),6));const cr={width:Pa,height:lr,fontSize:Pa*.15+6},pr=ee.useMemo(()=>{if(Tn||Tn===0)return Tn;if(Wt==="dashboard")return 75},[Tn,Wt]),wr=jt||Wt==="dashboard"&&"bottom"||void 0,Kr=Object.prototype.toString.call(_e.strokeColor)==="[object Object]",Ao=Gn({success:Oa,strokeColor:_e.strokeColor}),wo=oe()(`${Ge}-inner`,{[`${Ge}-circle-gradient`]:Kr}),Or=ee.createElement(St,{percent:gn(_e),strokeWidth:Xa,trailWidth:Xa,strokeColor:Ao,strokeLinecap:un,trailColor:mt,prefixCls:Ge,gapDegree:pr,gapPosition:wr});return ee.createElement("div",{className:wo,style:cr},Pa<=20?ee.createElement(zt.Z,{title:Jt},ee.createElement("span",null,Or)):ee.createElement(ee.Fragment,null,Or,Jt))},Fn=function(_e,Ge){var mt={};for(var un in _e)Object.prototype.hasOwnProperty.call(_e,un)&&Ge.indexOf(un)<0&&(mt[un]=_e[un]);if(_e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var jt=0,un=Object.getOwnPropertySymbols(_e);jt<un.length;jt++)Ge.indexOf(un[jt])<0&&Object.prototype.propertyIsEnumerable.call(_e,un[jt])&&(mt[un[jt]]=_e[un[jt]]);return mt};const Qe=_e=>{let Ge=[];return Object.keys(_e).forEach(mt=>{const un=parseFloat(mt.replace(/%/g,""));isNaN(un)||Ge.push({key:un,value:_e[mt]})}),Ge=Ge.sort((mt,un)=>mt.key-un.key),Ge.map(mt=>{let{key:un,value:jt}=mt;return`${jt} ${un}%`}).join(", ")},Cn=(_e,Ge)=>{const{from:mt=sn.presetPrimaryColors.blue,to:un=sn.presetPrimaryColors.blue,direction:jt=Ge==="rtl"?"to left":"to right"}=_e,Tn=Fn(_e,["from","to","direction"]);if(Object.keys(Tn).length!==0){const Xt=Qe(Tn);return{backgroundImage:`linear-gradient(${jt}, ${Xt})`}}return{backgroundImage:`linear-gradient(${jt}, ${mt}, ${un})`}};var Ha=_e=>{const{prefixCls:Ge,direction:mt,percent:un,size:jt,strokeWidth:Tn,strokeColor:Xt,strokeLinecap:Wt="round",children:Jt,trailColor:Oa=null,success:Yn}=_e,Pa=Xt&&typeof Xt!="string"?Cn(Xt,mt):{backgroundColor:Xt},lr=Wt==="square"||Wt==="butt"?0:void 0,Xa={backgroundColor:Oa||void 0,borderRadius:lr},cr=jt!=null?jt:[-1,Tn||(jt==="small"?6:8)],[pr,wr]=nt(cr,"line",{strokeWidth:Tn}),Kr=Object.assign({width:`${Pn(un)}%`,height:wr,borderRadius:lr},Pa),Ao=wt(_e),wo={width:`${Pn(Ao)}%`,height:wr,borderRadius:lr,backgroundColor:Yn==null?void 0:Yn.strokeColor},Or={width:pr<0?"100%":pr,height:wr};return ee.createElement(ee.Fragment,null,ee.createElement("div",{className:`${Ge}-outer`,style:Or},ee.createElement("div",{className:`${Ge}-inner`,style:Xa},ee.createElement("div",{className:`${Ge}-bg`,style:Kr}),Ao!==void 0?ee.createElement("div",{className:`${Ge}-success-bg`,style:wo}):null)),Jt)},Vt=_e=>{const{size:Ge,steps:mt,percent:un=0,strokeWidth:jt=8,strokeColor:Tn,trailColor:Xt=null,prefixCls:Wt,children:Jt}=_e,Oa=Math.round(mt*(un/100)),Yn=Ge==="small"?2:14,Pa=Ge!=null?Ge:[Yn,jt],[lr,Xa]=nt(Pa,"step",{steps:mt,strokeWidth:jt}),cr=lr/mt,pr=new Array(mt);for(let wr=0;wr<mt;wr++){const Kr=Array.isArray(Tn)?Tn[wr]:Tn;pr[wr]=ee.createElement("div",{key:wr,className:oe()(`${Wt}-steps-item`,{[`${Wt}-steps-item-active`]:wr<=Oa-1}),style:{backgroundColor:wr<=Oa-1?Kr:Xt,width:cr,height:Xa}})}return ee.createElement("div",{className:`${Wt}-steps-outer`},pr,Jt)},Tt=y(45930),gt=y(14747),ln=y(67968),pn=y(45503);const On=_e=>{const Ge=_e?"100%":"-100%";return new Tt.Keyframes(`antProgress${_e?"RTL":"LTR"}Active`,{"0%":{transform:`translateX(${Ge}) scaleX(0)`,opacity:.1},"20%":{transform:`translateX(${Ge}) scaleX(0)`,opacity:.5},to:{transform:"translateX(0) scaleX(1)",opacity:0}})},Xn=_e=>{const{componentCls:Ge,iconCls:mt}=_e;return{[Ge]:Object.assign(Object.assign({},(0,gt.Wf)(_e)),{display:"inline-block","&-rtl":{direction:"rtl"},"&-line":{position:"relative",width:"100%",fontSize:_e.fontSize,marginInlineEnd:_e.marginXS,marginBottom:_e.marginXS},[`${Ge}-outer`]:{display:"inline-block",width:"100%"},[`&${Ge}-show-info`]:{[`${Ge}-outer`]:{marginInlineEnd:`calc(-2em - ${_e.marginXS}px)`,paddingInlineEnd:`calc(2em + ${_e.paddingXS}px)`}},[`${Ge}-inner`]:{position:"relative",display:"inline-block",width:"100%",overflow:"hidden",verticalAlign:"middle",backgroundColor:_e.remainingColor,borderRadius:_e.lineBorderRadius},[`${Ge}-inner:not(${Ge}-circle-gradient)`]:{[`${Ge}-circle-path`]:{stroke:_e.defaultColor}},[`${Ge}-success-bg, ${Ge}-bg`]:{position:"relative",backgroundColor:_e.defaultColor,borderRadius:_e.lineBorderRadius,transition:`all ${_e.motionDurationSlow} ${_e.motionEaseInOutCirc}`},[`${Ge}-success-bg`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,backgroundColor:_e.colorSuccess},[`${Ge}-text`]:{display:"inline-block",width:"2em",marginInlineStart:_e.marginXS,color:_e.colorText,lineHeight:1,whiteSpace:"nowrap",textAlign:"start",verticalAlign:"middle",wordBreak:"normal",[mt]:{fontSize:_e.fontSize}},[`&${Ge}-status-active`]:{[`${Ge}-bg::before`]:{position:"absolute",inset:0,backgroundColor:_e.colorBgContainer,borderRadius:_e.lineBorderRadius,opacity:0,animationName:On(),animationDuration:_e.progressActiveMotionDuration,animationTimingFunction:_e.motionEaseOutQuint,animationIterationCount:"infinite",content:'""'}},[`&${Ge}-rtl${Ge}-status-active`]:{[`${Ge}-bg::before`]:{animationName:On(!0)}},[`&${Ge}-status-exception`]:{[`${Ge}-bg`]:{backgroundColor:_e.colorError},[`${Ge}-text`]:{color:_e.colorError}},[`&${Ge}-status-exception ${Ge}-inner:not(${Ge}-circle-gradient)`]:{[`${Ge}-circle-path`]:{stroke:_e.colorError}},[`&${Ge}-status-success`]:{[`${Ge}-bg`]:{backgroundColor:_e.colorSuccess},[`${Ge}-text`]:{color:_e.colorSuccess}},[`&${Ge}-status-success ${Ge}-inner:not(${Ge}-circle-gradient)`]:{[`${Ge}-circle-path`]:{stroke:_e.colorSuccess}}})}},ga=_e=>{const{componentCls:Ge,iconCls:mt}=_e;return{[Ge]:{[`${Ge}-circle-trail`]:{stroke:_e.remainingColor},[`&${Ge}-circle ${Ge}-inner`]:{position:"relative",lineHeight:1,backgroundColor:"transparent"},[`&${Ge}-circle ${Ge}-text`]:{position:"absolute",insetBlockStart:"50%",insetInlineStart:0,width:"100%",margin:0,padding:0,color:_e.circleTextColor,fontSize:_e.circleTextFontSize,lineHeight:1,whiteSpace:"normal",textAlign:"center",transform:"translateY(-50%)",[mt]:{fontSize:`${_e.fontSize/_e.fontSizeSM}em`}},[`${Ge}-circle&-status-exception`]:{[`${Ge}-text`]:{color:_e.colorError}},[`${Ge}-circle&-status-success`]:{[`${Ge}-text`]:{color:_e.colorSuccess}}},[`${Ge}-inline-circle`]:{lineHeight:1,[`${Ge}-inner`]:{verticalAlign:"bottom"}}}},La=_e=>{const{componentCls:Ge}=_e;return{[Ge]:{[`${Ge}-steps`]:{display:"inline-block","&-outer":{display:"flex",flexDirection:"row",alignItems:"center"},"&-item":{flexShrink:0,minWidth:_e.progressStepMinWidth,marginInlineEnd:_e.progressStepMarginInlineEnd,backgroundColor:_e.remainingColor,transition:`all ${_e.motionDurationSlow}`,"&-active":{backgroundColor:_e.defaultColor}}}}}},Fa=_e=>{const{componentCls:Ge,iconCls:mt}=_e;return{[Ge]:{[`${Ge}-small&-line, ${Ge}-small&-line ${Ge}-text ${mt}`]:{fontSize:_e.fontSizeSM}}}};var Ba=(0,ln.Z)("Progress",_e=>{const Ge=_e.marginXXS/2,mt=(0,pn.TS)(_e,{progressStepMarginInlineEnd:Ge,progressStepMinWidth:Ge,progressActiveMotionDuration:"2.4s"});return[Xn(mt),ga(mt),La(mt),Fa(mt)]},_e=>({circleTextColor:_e.colorText,defaultColor:_e.colorInfo,remainingColor:_e.colorFillSecondary,lineBorderRadius:100,circleTextFontSize:"1em"})),pa=function(_e,Ge){var mt={};for(var un in _e)Object.prototype.hasOwnProperty.call(_e,un)&&Ge.indexOf(un)<0&&(mt[un]=_e[un]);if(_e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var jt=0,un=Object.getOwnPropertySymbols(_e);jt<un.length;jt++)Ge.indexOf(un[jt])<0&&Object.prototype.propertyIsEnumerable.call(_e,un[jt])&&(mt[un[jt]]=_e[un[jt]]);return mt};const Ja=null,Er=["normal","exception","active","success"];var ct=ee.forwardRef((_e,Ge)=>{const{prefixCls:mt,className:un,rootClassName:jt,steps:Tn,strokeColor:Xt,percent:Wt=0,size:Jt="default",showInfo:Oa=!0,type:Yn="line",status:Pa,format:lr,style:Xa}=_e,cr=pa(_e,["prefixCls","className","rootClassName","steps","strokeColor","percent","size","showInfo","type","status","format","style"]),pr=ee.useMemo(()=>{var Pt,ut;const Nn=wt(_e);return parseInt(Nn!==void 0?(Pt=Nn!=null?Nn:0)===null||Pt===void 0?void 0:Pt.toString():(ut=Wt!=null?Wt:0)===null||ut===void 0?void 0:ut.toString(),10)},[Wt,_e.success,_e.successPercent]),wr=ee.useMemo(()=>!Er.includes(Pa)&&pr>=100?"success":Pa||"normal",[Pa,pr]),{getPrefixCls:Kr,direction:Ao,progress:wo}=ee.useContext(Te.E_),Or=Kr("progress",mt),[no,xr]=Ba(Or),Xr=ee.useMemo(()=>{if(!Oa)return null;const Pt=wt(_e);let ut;const Nn=lr||(ma=>`${ma}%`),wa=Yn==="line";return lr||wr!=="exception"&&wr!=="success"?ut=Nn(Pn(Wt),Pn(Pt)):wr==="exception"?ut=wa?ee.createElement(pe.Z,null):ee.createElement(fe.Z,null):wr==="success"&&(ut=wa?ee.createElement(se.Z,null):ee.createElement(ue.Z,null)),ee.createElement("span",{className:`${Or}-text`,title:typeof ut=="string"?ut:void 0},ut)},[Oa,Wt,pr,wr,Yn,Or,lr]),Fo=Array.isArray(Xt)?Xt[0]:Xt,Jr=typeof Xt=="string"||Array.isArray(Xt)?Xt:void 0;let Va;Yn==="line"?Va=Tn?ee.createElement(Vt,Object.assign({},_e,{strokeColor:Jr,prefixCls:Or,steps:Tn}),Xr):ee.createElement(Ha,Object.assign({},_e,{strokeColor:Fo,prefixCls:Or,direction:Ao}),Xr):(Yn==="circle"||Yn==="dashboard")&&(Va=ee.createElement(dn,Object.assign({},_e,{strokeColor:Fo,prefixCls:Or,progressStatus:wr}),Xr));const ht=oe()(Or,`${Or}-status-${wr}`,`${Or}-${Yn==="dashboard"&&"circle"||Tn&&"steps"||Yn}`,{[`${Or}-inline-circle`]:Yn==="circle"&&nt(Jt,"circle")[0]<=20,[`${Or}-show-info`]:Oa,[`${Or}-${Jt}`]:typeof Jt=="string",[`${Or}-rtl`]:Ao==="rtl"},wo==null?void 0:wo.className,un,jt,xr);return no(ee.createElement("div",Object.assign({ref:Ge,style:Object.assign(Object.assign({},wo==null?void 0:wo.style),Xa),className:ht,role:"progressbar","aria-valuenow":pr},(0,Ae.Z)(cr,["trailColor","strokeWidth","width","gapDegree","gapPosition","strokeLinecap","success","successPercent"])),Va))}),aa=ct},49867:function(de,ne,y){"use strict";y.d(ne,{N:function(){return ee}});const ee=se=>({color:se.colorLink,textDecoration:"none",outline:"none",cursor:"pointer",transition:`color ${se.motionDurationSlow}`,"&:focus, &:hover":{color:se.colorLinkHover},"&:active":{color:se.colorLinkActive}})},86129:function(de,ne,y){"use strict";y.d(ne,{default:function(){return vu}});var ee={},se="rc-table-internal-hook",ue=y(97685),pe=y(66680),fe=y(8410),Ce=y(91881),oe=y(67294),Ae=y(73935);function Te(Se){var ve=oe.createContext(void 0),xe=function(ze){var He=ze.value,Je=ze.children,ot=oe.useRef(He);ot.current=He;var rt=oe.useState(function(){return{getValue:function(){return ot.current},listeners:new Set}}),yt=(0,ue.Z)(rt,1),Mt=yt[0];return(0,fe.Z)(function(){(0,Ae.unstable_batchedUpdates)(function(){Mt.listeners.forEach(function(Nt){Nt(He)})})},[He]),oe.createElement(ve.Provider,{value:Mt},Je)};return{Context:ve,Provider:xe,defaultValue:Se}}function Ie(Se,ve){var xe=(0,pe.Z)(typeof ve=="function"?ve:function(Nt){if(ve===void 0)return Nt;if(!Array.isArray(ve))return Nt[ve];var Yt={};return ve.forEach(function(en){Yt[en]=Nt[en]}),Yt}),Re=oe.useContext(Se==null?void 0:Se.Context),ze=Re||{},He=ze.listeners,Je=ze.getValue,ot=oe.useRef();ot.current=xe(Re?Je():Se==null?void 0:Se.defaultValue);var rt=oe.useState({}),yt=(0,ue.Z)(rt,2),Mt=yt[1];return(0,fe.Z)(function(){if(!Re)return;function Nt(Yt){var en=xe(Yt);(0,Ce.Z)(ot.current,en,!0)||Mt({})}return He.add(Nt),function(){He.delete(Nt)}},[Re]),ot.current}var De=y(87462),Fe=y(42550);function Oe(){var Se=oe.createContext(null);function ve(){return oe.useContext(Se)}function xe(ze,He){var Je=(0,Fe.Yr)(ze),ot=function(yt,Mt){var Nt=Je?{ref:Mt}:{},Yt=oe.useRef(0),en=oe.useRef(yt),nn=ve();return nn!==null?oe.createElement(ze,(0,De.Z)({},yt,Nt)):((!He||He(en.current,yt))&&(Yt.current+=1),en.current=yt,oe.createElement(Se.Provider,{value:Yt.current},oe.createElement(ze,(0,De.Z)({},yt,Nt))))};return Je?oe.forwardRef(ot):ot}function Re(ze,He){var Je=(0,Fe.Yr)(ze),ot=function(yt,Mt){var Nt=Je?{ref:Mt}:{};return ve(),oe.createElement(ze,(0,De.Z)({},yt,Nt))};return Je?oe.memo(oe.forwardRef(ot),He):oe.memo(ot,He)}return{makeImmutable:xe,responseImmutable:Re,useImmutableMark:ve}}var me=Oe(),a=me.makeImmutable,b=me.responseImmutable,z=me.useImmutableMark,E=Oe(),te=E.makeImmutable,ae=E.responseImmutable,le=E.useImmutableMark,ce=Te(),he=ce;function ye(Se,ve){var xe=oe.useRef(0);xe.current+=1;var Re=oe.useRef(Se),ze=[];Object.keys(Se||{}).map(function(Je){var ot;(Se==null?void 0:Se[Je])!==((ot=Re.current)===null||ot===void 0?void 0:ot[Je])&&ze.push(Je)}),Re.current=Se;var He=oe.useRef([]);return ze.length&&(He.current=ze),oe.useDebugValue(xe.current),oe.useDebugValue(He.current.join(", ")),ve&&console.log("".concat(ve,":"),xe.current,He.current),xe.current}var Pe=null,Me=oe.memo(function(){var Se=ye();return oe.createElement("h1",null,"Render Times: ",Se)});Me.displayName="RenderBlock";var Be=y(71002),Ze=y(1413),Le=y(4942),bt=y(94184),xt=y.n(bt);function Sn(Se,ve,xe){var Re=oe.useRef({});return(!("value"in Re.current)||xe(Re.current.condition,ve))&&(Re.current.value=Se(),Re.current.condition=ve),Re.current.value}var Ct={},St=[],Ht=function(ve){St.push(ve)};function zt(Se,ve){if(0)var xe}function sn(Se,ve){if(0)var xe}function Pn(){Ct={}}function wt(Se,ve,xe){!ve&&!Ct[xe]&&(Se(!1,xe),Ct[xe]=!0)}function gn(Se,ve){wt(zt,Se,ve)}function Gn(Se,ve){wt(sn,Se,ve)}gn.preMessage=Ht,gn.resetWarned=Pn,gn.noteOnce=Gn;var nt=gn;function _t(Se,ve){var xe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Re=new Set;function ze(He,Je){var ot=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,rt=Re.has(He);if(nt(!rt,"Warning: There may be circular references"),rt)return!1;if(He===Je)return!0;if(xe&&ot>1)return!1;Re.add(He);var yt=ot+1;if(Array.isArray(He)){if(!Array.isArray(Je)||He.length!==Je.length)return!1;for(var Mt=0;Mt<He.length;Mt++)if(!ze(He[Mt],Je[Mt],yt))return!1;return!0}if(He&&Je&&(0,Be.Z)(He)==="object"&&(0,Be.Z)(Je)==="object"){var Nt=Object.keys(He);return Nt.length!==Object.keys(Je).length?!1:Nt.every(function(Yt){return ze(He[Yt],Je[Yt],yt)})}return!1}return ze(Se,ve)}var Qt=_t;function Vn(Se,ve){for(var xe=Se,Re=0;Re<ve.length;Re+=1){if(xe==null)return;xe=xe[ve[Re]]}return xe}var dn=oe.createContext({renderWithProps:!1}),Fn=dn,Qe="RC_TABLE_KEY";function Cn(Se){return Se==null?[]:Array.isArray(Se)?Se:[Se]}function Kn(Se){var ve=[],xe={};return Se.forEach(function(Re){for(var ze=Re||{},He=ze.key,Je=ze.dataIndex,ot=He||Cn(Je).join("-")||Qe;xe[ot];)ot="".concat(ot,"_next");xe[ot]=!0,ve.push(ot)}),ve}function Ha(Se){return Se!=null}function _n(Se){return Se&&(0,Be.Z)(Se)==="object"&&!Array.isArray(Se)&&!oe.isValidElement(Se)}function Vt(Se,ve,xe,Re,ze,He){var Je=oe.useContext(Fn),ot=le(),rt=Sn(function(){if(Ha(Re))return[Re];var yt=ve==null||ve===""?[]:Array.isArray(ve)?ve:[ve],Mt=Vn(Se,yt),Nt=Mt,Yt=void 0;if(ze){var en=ze(Mt,Se,xe);_n(en)?(Nt=en.children,Yt=en.props,Je.renderWithProps=!0):Nt=en}return[Nt,Yt]},[ot,Se,Re,ve,ze,xe],function(yt,Mt){if(He){var Nt=(0,ue.Z)(yt,2),Yt=Nt[1],en=(0,ue.Z)(Mt,2),nn=en[1];return He(nn,Yt)}return Je.renderWithProps?!0:!Qt(yt,Mt,!0)});return rt}function Tt(Se,ve,xe,Re){var ze=Se+ve-1;return Se<=Re&&ze>=xe}function gt(Se,ve){return Ie(he,function(xe){var Re=Tt(Se,ve||1,xe.hoverStartRow,xe.hoverEndRow);return[Re,xe.onHover]})}var ln=function(ve){var xe=ve.ellipsis,Re=ve.rowType,ze=ve.children,He,Je=xe===!0?{showTitle:!0}:xe;return Je&&(Je.showTitle||Re==="header")&&(typeof ze=="string"||typeof ze=="number"?He=ze.toString():oe.isValidElement(ze)&&typeof ze.props.children=="string"&&(He=ze.props.children)),He};function pn(Se){var ve,xe,Re,ze,He,Je,ot,rt,yt=Se.component,Mt=Se.children,Nt=Se.ellipsis,Yt=Se.scope,en=Se.prefixCls,nn=Se.className,kn=Se.align,xn=Se.record,Mn=Se.render,An=Se.dataIndex,zn=Se.renderIndex,Ra=Se.shouldCellUpdate,Ma=Se.index,fa=Se.rowType,ir=Se.colSpan,er=Se.rowSpan,Wn=Se.fixLeft,ya=Se.fixRight,Qn=Se.firstFixLeft,Dn=Se.lastFixLeft,ua=Se.firstFixRight,Qa=Se.lastFixRight,Lr=Se.appendNode,Pr=Se.additionalProps,_a=Pr===void 0?{}:Pr,Ur=Se.isSticky,zr="".concat(en,"-cell"),Hn=Ie(he,["supportSticky","allColumnsFixedLeft"]),ha=Hn.supportSticky,Gr=Hn.allColumnsFixedLeft,Qr=Vt(xn,An,zn,Mt,Mn,Ra),Aa=(0,ue.Z)(Qr,2),di=Aa[0],mo=Aa[1],ti={},Zo=typeof Wn=="number"&&ha,ps=typeof ya=="number"&&ha;Zo&&(ti.position="sticky",ti.left=Wn),ps&&(ti.position="sticky",ti.right=ya);var or=(ve=(xe=(Re=mo==null?void 0:mo.colSpan)!==null&&Re!==void 0?Re:_a.colSpan)!==null&&xe!==void 0?xe:ir)!==null&&ve!==void 0?ve:1,nr=(ze=(He=(Je=mo==null?void 0:mo.rowSpan)!==null&&Je!==void 0?Je:_a.rowSpan)!==null&&He!==void 0?He:er)!==null&&ze!==void 0?ze:1,tr=gt(Ma,nr),ja=(0,ue.Z)(tr,2),To=ja[0],Ka=ja[1],Tr=function(Di){var Es;xn&&Ka(Ma,Ma+nr-1),_a==null||(Es=_a.onMouseEnter)===null||Es===void 0||Es.call(_a,Di)},fo=function(Di){var Es;xn&&Ka(-1,-1),_a==null||(Es=_a.onMouseLeave)===null||Es===void 0||Es.call(_a,Di)};if(or===0||nr===0)return null;var ho=(ot=_a.title)!==null&&ot!==void 0?ot:ln({rowType:fa,ellipsis:Nt,children:di}),rs=xt()(zr,nn,(rt={},(0,Le.Z)(rt,"".concat(zr,"-fix-left"),Zo&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-left-first"),Qn&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-left-last"),Dn&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-left-all"),Dn&&Gr&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-right"),ps&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-right-first"),ua&&ha),(0,Le.Z)(rt,"".concat(zr,"-fix-right-last"),Qa&&ha),(0,Le.Z)(rt,"".concat(zr,"-ellipsis"),Nt),(0,Le.Z)(rt,"".concat(zr,"-with-append"),Lr),(0,Le.Z)(rt,"".concat(zr,"-fix-sticky"),(Zo||ps)&&Ur&&ha),(0,Le.Z)(rt,"".concat(zr,"-row-hover"),!mo&&To),rt),_a.className,mo==null?void 0:mo.className),Ki={};kn&&(Ki.textAlign=kn);var rl=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},ti),_a.style),Ki),mo==null?void 0:mo.style),ki=di;return(0,Be.Z)(ki)==="object"&&!Array.isArray(ki)&&!oe.isValidElement(ki)&&(ki=null),Nt&&(Dn||ua)&&(ki=oe.createElement("span",{className:"".concat(zr,"-content")},ki)),oe.createElement(yt,(0,De.Z)({},mo,_a,{className:rs,style:rl,title:ho,scope:Yt,onMouseEnter:Tr,onMouseLeave:fo,colSpan:or!==1?or:null,rowSpan:nr!==1?nr:null}),Lr,ki)}var On=oe.memo(pn);function Xn(Se,ve,xe,Re,ze,He){var Je=xe[Se]||{},ot=xe[ve]||{},rt,yt;Je.fixed==="left"?rt=Re.left[ze==="rtl"?ve:Se]:ot.fixed==="right"&&(yt=Re.right[ze==="rtl"?Se:ve]);var Mt=!1,Nt=!1,Yt=!1,en=!1,nn=xe[ve+1],kn=xe[Se-1],xn=!(He!=null&&He.children);if(ze==="rtl"){if(rt!==void 0){var Mn=kn&&kn.fixed==="left";en=!Mn&&xn}else if(yt!==void 0){var An=nn&&nn.fixed==="right";Yt=!An&&xn}}else if(rt!==void 0){var zn=nn&&nn.fixed==="left";Mt=!zn&&xn}else if(yt!==void 0){var Ra=kn&&kn.fixed==="right";Nt=!Ra&&xn}return{fixLeft:rt,fixRight:yt,lastFixLeft:Mt,firstFixRight:Nt,lastFixRight:Yt,firstFixLeft:en,isSticky:Re.isSticky}}var ga=oe.createContext({}),La=ga;function Fa(Se){var ve=Se.className,xe=Se.index,Re=Se.children,ze=Se.colSpan,He=ze===void 0?1:ze,Je=Se.rowSpan,ot=Se.align,rt=Ie(he,["prefixCls","direction"]),yt=rt.prefixCls,Mt=rt.direction,Nt=oe.useContext(La),Yt=Nt.scrollColumnIndex,en=Nt.stickyOffsets,nn=Nt.flattenColumns,kn=Nt.columns,xn=xe+He-1,Mn=xn+1===Yt?He+1:He,An=Xn(xe,xe+Mn-1,nn,en,Mt,kn==null?void 0:kn[xe]);return oe.createElement(On,(0,De.Z)({className:ve,index:xe,component:"td",prefixCls:yt,record:null,dataIndex:null,align:ot,colSpan:Mn,rowSpan:Je,render:function(){return Re}},An))}var Ba=y(45987),pa=["children"];function Ja(Se){var ve=Se.children,xe=(0,Ba.Z)(Se,pa);return oe.createElement("tr",xe,ve)}function Er(Se){var ve=Se.children;return ve}Er.Row=Ja,Er.Cell=Fa;var Xe=Er;function ct(Se){var ve=Se.children,xe=Se.stickyOffsets,Re=Se.flattenColumns,ze=Se.columns,He=Ie(he,"prefixCls"),Je=Re.length-1,ot=Re[Je],rt=oe.useMemo(function(){return{stickyOffsets:xe,flattenColumns:Re,scrollColumnIndex:ot!=null&&ot.scrollbar?Je:null,columns:ze}},[ot,Re,Je,xe,ze]);return oe.createElement(La.Provider,{value:rt},oe.createElement("tfoot",{className:"".concat(He,"-summary")},ve))}var aa=ae(ct),_e=Xe;function Ge(Se){var ve=oe.useRef();ve.current=Se;var xe=oe.useCallback(function(){for(var Re,ze=arguments.length,He=new Array(ze),Je=0;Je<ze;Je++)He[Je]=arguments[Je];return(Re=ve.current)===null||Re===void 0?void 0:Re.call.apply(Re,[ve].concat(He))},[]);return xe}function mt(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var un=mt()?oe.useLayoutEffect:oe.useEffect,jt=function(ve,xe){var Re=React.useRef(!0);un(function(){return ve(Re.current)},xe),un(function(){return Re.current=!1,function(){Re.current=!0}},[])},Tn=function(ve,xe){jt(function(Re){if(!Re)return ve()},xe)},Xt=null;function Wt(Se){var ve=React.useRef(!1),xe=React.useState(Se),Re=_slicedToArray(xe,2),ze=Re[0],He=Re[1];React.useEffect(function(){return ve.current=!1,function(){ve.current=!0}},[]);function Je(ot,rt){rt&&ve.current||He(ot)}return[ze,Je]}function Jt(Se){return Se!==void 0}function Oa(Se,ve){var xe=ve||{},Re=xe.defaultValue,ze=xe.value,He=xe.onChange,Je=xe.postState,ot=useState(function(){return Jt(ze)?ze:Jt(Re)?typeof Re=="function"?Re():Re:typeof Se=="function"?Se():Se}),rt=_slicedToArray(ot,2),yt=rt[0],Mt=rt[1],Nt=ze!==void 0?ze:yt,Yt=Je?Je(Nt):Nt,en=useEvent(He),nn=useState([Nt]),kn=_slicedToArray(nn,2),xn=kn[0],Mn=kn[1];useLayoutUpdateEffect(function(){var zn=xn[0];yt!==zn&&en(yt,zn)},[xn]),useLayoutUpdateEffect(function(){Jt(ze)||Mt(ze)},[ze]);var An=useEvent(function(zn,Ra){Mt(zn,Ra),Mn([Nt],Ra)});return[Yt,An]}var Yn=y(35110);function Pa(Se,ve){typeof Se=="function"?Se(ve):(0,Be.Z)(Se)==="object"&&Se&&"current"in Se&&(Se.current=ve)}function lr(){for(var Se=arguments.length,ve=new Array(Se),xe=0;xe<Se;xe++)ve[xe]=arguments[xe];var Re=ve.filter(function(ze){return ze});return Re.length<=1?Re[0]:function(ze){ve.forEach(function(He){Pa(He,ze)})}}function Xa(){for(var Se=arguments.length,ve=new Array(Se),xe=0;xe<Se;xe++)ve[xe]=arguments[xe];return useMemo(function(){return lr.apply(void 0,ve)},ve,function(Re,ze){return Re.length!==ze.length||Re.every(function(He,Je){return He!==ze[Je]})})}function cr(Se){var ve,xe,Re=isMemo(Se)?Se.type.type:Se.type;return!(typeof Re=="function"&&!((ve=Re.prototype)!==null&&ve!==void 0&&ve.render)||typeof Se=="function"&&!((xe=Se.prototype)!==null&&xe!==void 0&&xe.render))}function pr(Se){return!isValidElement(Se)||isFragment(Se)?!1:cr(Se)}function wr(Se,ve,xe,Re){if(!ve.length)return xe;var ze=_toArray(ve),He=ze[0],Je=ze.slice(1),ot;return!Se&&typeof He=="number"?ot=[]:Array.isArray(Se)?ot=_toConsumableArray(Se):ot=_objectSpread({},Se),Re&&xe===void 0&&Je.length===1?delete ot[He][Je[0]]:ot[He]=wr(ot[He],Je,xe,Re),ot}function Kr(Se,ve,xe){var Re=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return ve.length&&Re&&xe===void 0&&!get(Se,ve.slice(0,-1))?Se:wr(Se,ve,xe,Re)}function Ao(Se){return _typeof(Se)==="object"&&Se!==null&&Object.getPrototypeOf(Se)===Object.prototype}function wo(Se){return Array.isArray(Se)?[]:{}}var Or=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function no(){for(var Se=arguments.length,ve=new Array(Se),xe=0;xe<Se;xe++)ve[xe]=arguments[xe];var Re=wo(ve[0]);return ve.forEach(function(ze){function He(Je,ot){var rt=new Set(ot),yt=get(ze,Je),Mt=Array.isArray(yt);if(Mt||Ao(yt)){if(!rt.has(yt)){rt.add(yt);var Nt=get(Re,Je);Mt?Re=Kr(Re,Je,[]):(!Nt||_typeof(Nt)!=="object")&&(Re=Kr(Re,Je,wo(yt))),Or(yt).forEach(function(Yt){He([].concat(_toConsumableArray(Je),[Yt]),rt)})}}else Re=Kr(Re,Je,yt)}He([])}),Re}var xr=y(48555),Xr=function(Se){if(!Se)return!1;if(Se instanceof Element){if(Se.offsetParent)return!0;if(Se.getBBox){var ve=Se.getBBox(),xe=ve.width,Re=ve.height;if(xe||Re)return!0}if(Se.getBoundingClientRect){var ze=Se.getBoundingClientRect(),He=ze.width,Je=ze.height;if(He||Je)return!0}}return!1},Fo=function(ve){if(mt()&&window.document.documentElement){var xe=Array.isArray(ve)?ve:[ve],Re=window.document.documentElement;return xe.some(function(ze){return ze in Re.style})}return!1},Jr=function(ve,xe){if(!Fo(ve))return!1;var Re=document.createElement("div"),ze=Re.style[ve];return Re.style[ve]=xe,Re.style[ve]!==ze};function Va(Se,ve){return!Array.isArray(Se)&&ve!==void 0?Jr(Se,ve):Fo(Se)}var ht;function Pt(Se){if(typeof document=="undefined")return 0;if(Se||ht===void 0){var ve=document.createElement("div");ve.style.width="100%",ve.style.height="200px";var xe=document.createElement("div"),Re=xe.style;Re.position="absolute",Re.top="0",Re.left="0",Re.pointerEvents="none",Re.visibility="hidden",Re.width="200px",Re.height="150px",Re.overflow="hidden",xe.appendChild(ve),document.body.appendChild(xe);var ze=ve.offsetWidth;xe.style.overflow="scroll";var He=ve.offsetWidth;ze===He&&(He=xe.clientWidth),document.body.removeChild(xe),ht=ze-He}return ht}function ut(Se){var ve=Se.match(/^(.*)px$/),xe=Number(ve==null?void 0:ve[1]);return Number.isNaN(xe)?Pt():xe}function Nn(Se){if(typeof document=="undefined"||!Se||!(Se instanceof Element))return{width:0,height:0};var ve=getComputedStyle(Se,"::-webkit-scrollbar"),xe=ve.width,Re=ve.height;return{width:ut(xe),height:ut(Re)}}var wa=`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`,ma=`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`,vr="".concat(wa," ").concat(ma).split(/[\s\n]+/),mr="aria-",_r="data-";function Wr(Se,ve){return Se.indexOf(ve)===0}function No(Se){var ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,xe;ve===!1?xe={aria:!0,data:!0,attr:!0}:ve===!0?xe={aria:!0}:xe=(0,Ze.Z)({},ve);var Re={};return Object.keys(Se).forEach(function(ze){(xe.aria&&(ze==="role"||Wr(ze,mr))||xe.data&&Wr(ze,_r)||xe.attr&&vr.includes(ze))&&(Re[ze]=Se[ze])}),Re}function En(Se,ve,xe,Re,ze,He,Je){Se.push({record:ve,indent:xe,index:Je});var ot=He(ve),rt=ze==null?void 0:ze.has(ot);if(ve&&Array.isArray(ve[Re])&&rt)for(var yt=0;yt<ve[Re].length;yt+=1)En(Se,ve[Re][yt],xe+1,Re,ze,He,yt)}function Nr(Se,ve,xe,Re){var ze=oe.useMemo(function(){if(xe!=null&&xe.size){for(var He=[],Je=0;Je<(Se==null?void 0:Se.length);Je+=1){var ot=Se[Je];En(He,ot,0,ve,xe,Re,Je)}return He}return Se==null?void 0:Se.map(function(rt,yt){return{record:rt,indent:0,index:yt}})},[Se,ve,xe,Re]);return ze}function lo(Se){var ve=Se.prefixCls,xe=Se.children,Re=Se.component,ze=Se.cellComponent,He=Se.className,Je=Se.expanded,ot=Se.colSpan,rt=Se.isEmpty,yt=Ie(he,["scrollbarSize","fixHeader","fixColumn","componentWidth","horizonScroll"]),Mt=yt.scrollbarSize,Nt=yt.fixHeader,Yt=yt.fixColumn,en=yt.componentWidth,nn=yt.horizonScroll,kn=xe;return(rt?nn&&en:Yt)&&(kn=oe.createElement("div",{style:{width:en-(Nt?Mt:0),position:"sticky",left:0,overflow:"hidden"},className:"".concat(ve,"-expanded-row-fixed")},kn)),oe.createElement(Re,{className:He,style:{display:Je?null:"none"}},oe.createElement(On,{component:ze,prefixCls:ve,colSpan:ot},kn))}var bi=lo;function Bo(Se,ve,xe,Re){var ze=Ie(he,["prefixCls","fixedInfoList","flattenColumns","expandableType","expandRowByClick","onTriggerExpand","rowClassName","expandedRowClassName","indentSize","expandIcon","expandedRowRender","expandIconColumnIndex","expandedKeys","childrenColumnName","rowExpandable","onRow"]),He=ze.flattenColumns,Je=ze.expandableType,ot=ze.expandedKeys,rt=ze.childrenColumnName,yt=ze.onTriggerExpand,Mt=ze.rowExpandable,Nt=ze.onRow,Yt=ze.expandRowByClick,en=ze.rowClassName,nn=Je==="nest",kn=Je==="row"&&(!Mt||Mt(Se)),xn=kn||nn,Mn=ot&&ot.has(ve),An=rt&&Se&&Se[rt],zn=Ge(yt),Ra=Nt==null?void 0:Nt(Se,xe),Ma=Ra==null?void 0:Ra.onClick,fa=function(ya){Yt&&xn&&yt(Se,ya);for(var Qn=arguments.length,Dn=new Array(Qn>1?Qn-1:0),ua=1;ua<Qn;ua++)Dn[ua-1]=arguments[ua];Ma==null||Ma.apply(void 0,[ya].concat(Dn))},ir;typeof en=="string"?ir=en:typeof en=="function"&&(ir=en(Se,xe,Re));var er=Kn(He);return(0,Ze.Z)((0,Ze.Z)({},ze),{},{columnsKey:er,nestExpandable:nn,expanded:Mn,hasNestChildren:An,record:Se,onTriggerExpand:zn,rowSupportExpand:kn,expandable:xn,rowProps:(0,Ze.Z)((0,Ze.Z)({},Ra),{},{className:xt()(ir,Ra==null?void 0:Ra.className),onClick:fa})})}function uo(Se,ve,xe,Re,ze){var He=Se.record,Je=Se.prefixCls,ot=Se.columnsKey,rt=Se.fixedInfoList,yt=Se.expandIconColumnIndex,Mt=Se.nestExpandable,Nt=Se.indentSize,Yt=Se.expandIcon,en=Se.expanded,nn=Se.hasNestChildren,kn=Se.onTriggerExpand,xn=ot[xe],Mn=rt[xe],An;xe===(yt||0)&&Mt&&(An=oe.createElement(oe.Fragment,null,oe.createElement("span",{style:{paddingLeft:"".concat(Nt*Re,"px")},className:"".concat(Je,"-row-indent indent-level-").concat(Re)}),Yt({prefixCls:Je,expanded:en,expandable:nn,record:He,onExpand:kn})));var zn;return ve.onCell&&(zn=ve.onCell(He,ze)),{key:xn,fixedInfo:Mn,appendCellNode:An,additionalCellProps:zn||{}}}function pi(Se){var ve=Se.className,xe=Se.style,Re=Se.record,ze=Se.index,He=Se.renderIndex,Je=Se.rowKey,ot=Se.indent,rt=ot===void 0?0:ot,yt=Se.rowComponent,Mt=Se.cellComponent,Nt=Se.scopeCellComponent,Yt=Bo(Re,Je,ze,rt),en=Yt.prefixCls,nn=Yt.flattenColumns,kn=Yt.expandedRowClassName,xn=Yt.expandedRowRender,Mn=Yt.rowProps,An=Yt.expanded,zn=Yt.rowSupportExpand,Ra=oe.useState(!1),Ma=(0,ue.Z)(Ra,2),fa=Ma[0],ir=Ma[1];oe.useEffect(function(){An&&ir(!0)},[An]);var er=oe.createElement(yt,(0,De.Z)({},Mn,{"data-row-key":Je,className:xt()(ve,"".concat(en,"-row"),"".concat(en,"-row-level-").concat(rt),Mn==null?void 0:Mn.className),style:(0,Ze.Z)((0,Ze.Z)({},xe),Mn==null?void 0:Mn.style)}),nn.map(function(Dn,ua){var Qa=Dn.render,Lr=Dn.dataIndex,Pr=Dn.className,_a=uo(Yt,Dn,ua,rt,ze),Ur=_a.key,zr=_a.fixedInfo,Hn=_a.appendCellNode,ha=_a.additionalCellProps;return oe.createElement(On,(0,De.Z)({className:Pr,ellipsis:Dn.ellipsis,align:Dn.align,scope:Dn.rowScope,component:Dn.rowScope?Nt:Mt,prefixCls:en,key:Ur,record:Re,index:ze,renderIndex:He,dataIndex:Lr,render:Qa,shouldCellUpdate:Dn.shouldCellUpdate},zr,{appendNode:Hn,additionalProps:ha}))})),Wn;if(zn&&(fa||An)){var ya=xn(Re,ze,rt+1,An),Qn=kn&&kn(Re,ze,rt);Wn=oe.createElement(bi,{expanded:An,className:xt()("".concat(en,"-expanded-row"),"".concat(en,"-expanded-row-level-").concat(rt+1),Qn),prefixCls:en,component:yt,cellComponent:Mt,colSpan:nn.length,isEmpty:!1},ya)}return oe.createElement(oe.Fragment,null,er,Wn)}pi.displayName="BodyRow";var kr=ae(pi);function st(Se){var ve=Se.columnKey,xe=Se.onColumnResize,Re=oe.useRef();return oe.useEffect(function(){Re.current&&xe(ve,Re.current.offsetWidth)},[]),oe.createElement(xr.Z,{data:ve},oe.createElement("td",{ref:Re,style:{padding:0,border:0,height:0}},oe.createElement("div",{style:{height:0,overflow:"hidden"}},"\xA0")))}function Ft(Se){var ve=Se.prefixCls,xe=Se.columnsKey,Re=Se.onColumnResize;return oe.createElement("tr",{"aria-hidden":"true",className:"".concat(ve,"-measure-row"),style:{height:0,fontSize:0}},oe.createElement(xr.Z.Collection,{onBatchResize:function(He){He.forEach(function(Je){var ot=Je.data,rt=Je.size;Re(ot,rt.offsetWidth)})}},xe.map(function(ze){return oe.createElement(st,{key:ze,columnKey:ze,onColumnResize:Re})})))}function Gt(Se){var ve=Se.data,xe=Se.measureColumnWidth,Re=Ie(he,["prefixCls","getComponent","onColumnResize","flattenColumns","getRowKey","expandedKeys","childrenColumnName","emptyNode"]),ze=Re.prefixCls,He=Re.getComponent,Je=Re.onColumnResize,ot=Re.flattenColumns,rt=Re.getRowKey,yt=Re.expandedKeys,Mt=Re.childrenColumnName,Nt=Re.emptyNode,Yt=Nr(ve,Mt,yt,rt),en=oe.useRef({renderWithProps:!1}),nn=He(["body","wrapper"],"tbody"),kn=He(["body","row"],"tr"),xn=He(["body","cell"],"td"),Mn=He(["body","cell"],"th"),An;ve.length?An=Yt.map(function(Ra,Ma){var fa=Ra.record,ir=Ra.indent,er=Ra.index,Wn=rt(fa,Ma);return oe.createElement(kr,{key:Wn,rowKey:Wn,record:fa,index:Ma,renderIndex:er,rowComponent:kn,cellComponent:xn,scopeCellComponent:Mn,getRowKey:rt,indent:ir})}):An=oe.createElement(bi,{expanded:!0,className:"".concat(ze,"-placeholder"),prefixCls:ze,component:kn,cellComponent:xn,colSpan:ot.length,isEmpty:!0},Nt);var zn=Kn(ot);return oe.createElement(Fn.Provider,{value:en.current},oe.createElement(nn,{className:"".concat(ze,"-tbody")},xe&&oe.createElement(Ft,{prefixCls:ze,columnsKey:zn,onColumnResize:Je}),An))}Gt.displayName="Body";var Zt=ae(Gt),In=["expandable"],tn="RC_TABLE_INTERNAL_COL_DEFINE";function yn(Se){var ve=Se.expandable,xe=(0,Ba.Z)(Se,In),Re;return"expandable"in Se?Re=(0,Ze.Z)((0,Ze.Z)({},xe),ve):Re=xe,Re.showExpandColumn===!1&&(Re.expandIconColumnIndex=-1),Re}var at=["columnType"];function ar(Se){for(var ve=Se.colWidths,xe=Se.columns,Re=Se.columCount,ze=[],He=Re||xe.length,Je=!1,ot=He-1;ot>=0;ot-=1){var rt=ve[ot],yt=xe&&xe[ot],Mt=yt&&yt[tn];if(rt||Mt||Je){var Nt=Mt||{},Yt=Nt.columnType,en=(0,Ba.Z)(Nt,at);ze.unshift(oe.createElement("col",(0,De.Z)({key:ot,style:{width:rt}},en))),Je=!0}}return oe.createElement("colgroup",null,ze)}var Ia=ar,sa=y(74902),Dr=["className","noData","columns","flattenColumns","colWidths","columCount","stickyOffsets","direction","fixHeader","stickyTopOffset","stickyBottomOffset","stickyClassName","onScroll","maxContentScroll","children"];function an(Se,ve){return(0,oe.useMemo)(function(){for(var xe=[],Re=0;Re<ve;Re+=1){var ze=Se[Re];if(ze!==void 0)xe[Re]=ze;else return null}return xe},[Se.join("_"),ve])}var Ln=oe.forwardRef(function(Se,ve){var xe=Se.className,Re=Se.noData,ze=Se.columns,He=Se.flattenColumns,Je=Se.colWidths,ot=Se.columCount,rt=Se.stickyOffsets,yt=Se.direction,Mt=Se.fixHeader,Nt=Se.stickyTopOffset,Yt=Se.stickyBottomOffset,en=Se.stickyClassName,nn=Se.onScroll,kn=Se.maxContentScroll,xn=Se.children,Mn=(0,Ba.Z)(Se,Dr),An=Ie(he,["prefixCls","scrollbarSize","isSticky"]),zn=An.prefixCls,Ra=An.scrollbarSize,Ma=An.isSticky,fa=Ma&&!Mt?0:Ra,ir=oe.useRef(null),er=oe.useCallback(function(Pr){Pa(ve,Pr),Pa(ir,Pr)},[]);oe.useEffect(function(){var Pr;function _a(Ur){var zr=Ur,Hn=zr.currentTarget,ha=zr.deltaX;ha&&(nn({currentTarget:Hn,scrollLeft:Hn.scrollLeft+ha}),Ur.preventDefault())}return(Pr=ir.current)===null||Pr===void 0||Pr.addEventListener("wheel",_a),function(){var Ur;(Ur=ir.current)===null||Ur===void 0||Ur.removeEventListener("wheel",_a)}},[]);var Wn=oe.useMemo(function(){return He.every(function(Pr){return Pr.width})},[He]),ya=He[He.length-1],Qn={fixed:ya?ya.fixed:null,scrollbar:!0,onHeaderCell:function(){return{className:"".concat(zn,"-cell-scrollbar")}}},Dn=(0,oe.useMemo)(function(){return fa?[].concat((0,sa.Z)(ze),[Qn]):ze},[fa,ze]),ua=(0,oe.useMemo)(function(){return fa?[].concat((0,sa.Z)(He),[Qn]):He},[fa,He]),Qa=(0,oe.useMemo)(function(){var Pr=rt.right,_a=rt.left;return(0,Ze.Z)((0,Ze.Z)({},rt),{},{left:yt==="rtl"?[].concat((0,sa.Z)(_a.map(function(Ur){return Ur+fa})),[0]):_a,right:yt==="rtl"?Pr:[].concat((0,sa.Z)(Pr.map(function(Ur){return Ur+fa})),[0]),isSticky:Ma})},[fa,rt,Ma]),Lr=an(Je,ot);return oe.createElement("div",{style:(0,Ze.Z)({overflow:"hidden"},Ma?{top:Nt,bottom:Yt}:{}),ref:er,className:xt()(xe,(0,Le.Z)({},en,!!en))},oe.createElement("table",{style:{tableLayout:"fixed",visibility:Re||Lr?null:"hidden"}},(!Re||!kn||Wn)&&oe.createElement(Ia,{colWidths:Lr?[].concat((0,sa.Z)(Lr),[fa]):[],columCount:ot+1,columns:ua}),xn((0,Ze.Z)((0,Ze.Z)({},Mn),{},{stickyOffsets:Qa,columns:Dn,flattenColumns:ua}))))});Ln.displayName="FixedHolder";var Sa=oe.memo(Ln);function qn(Se){var ve=Se.cells,xe=Se.stickyOffsets,Re=Se.flattenColumns,ze=Se.rowComponent,He=Se.cellComponent,Je=Se.tdCellComponent,ot=Se.onHeaderRow,rt=Se.index,yt=Ie(he,["prefixCls","direction"]),Mt=yt.prefixCls,Nt=yt.direction,Yt;ot&&(Yt=ot(ve.map(function(nn){return nn.column}),rt));var en=Kn(ve.map(function(nn){return nn.column}));return oe.createElement(ze,Yt,ve.map(function(nn,kn){var xn=nn.column,Mn=Xn(nn.colStart,nn.colEnd,Re,xe,Nt,xn),An;return xn&&xn.onHeaderCell&&(An=nn.column.onHeaderCell(xn)),oe.createElement(On,(0,De.Z)({},nn,{scope:xn.title?nn.colSpan>1?"colgroup":"col":null,ellipsis:xn.ellipsis,align:xn.align,component:xn.title?He:Je,prefixCls:Mt,key:en[kn]},Mn,{additionalProps:An,rowType:"header"}))}))}qn.displayName="HeaderRow";var Mr=qn;function Rr(Se){var ve=[];function xe(Je,ot){var rt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;ve[rt]=ve[rt]||[];var yt=ot,Mt=Je.filter(Boolean).map(function(Nt){var Yt={key:Nt.key,className:Nt.className||"",children:Nt.title,column:Nt,colStart:yt},en=1,nn=Nt.children;return nn&&nn.length>0&&(en=xe(nn,yt,rt+1).reduce(function(kn,xn){return kn+xn},0),Yt.hasSubColumns=!0),"colSpan"in Nt&&(en=Nt.colSpan),"rowSpan"in Nt&&(Yt.rowSpan=Nt.rowSpan),Yt.colSpan=en,Yt.colEnd=Yt.colStart+en-1,ve[rt].push(Yt),yt+=en,en});return Mt}xe(Se,0);for(var Re=ve.length,ze=function(ot){ve[ot].forEach(function(rt){!("rowSpan"in rt)&&!rt.hasSubColumns&&(rt.rowSpan=Re-ot)})},He=0;He<Re;He+=1)ze(He);return ve}function co(Se){var ve=Se.stickyOffsets,xe=Se.columns,Re=Se.flattenColumns,ze=Se.onHeaderRow,He=Ie(he,["prefixCls","getComponent"]),Je=He.prefixCls,ot=He.getComponent,rt=oe.useMemo(function(){return Rr(xe)},[xe]),yt=ot(["header","wrapper"],"thead"),Mt=ot(["header","row"],"tr"),Nt=ot(["header","cell"],"th"),Yt=ot(["header","cell"],"td");return oe.createElement(yt,{className:"".concat(Je,"-thead")},rt.map(function(en,nn){var kn=oe.createElement(Mr,{key:nn,flattenColumns:Re,cells:en,stickyOffsets:ve,rowComponent:Mt,cellComponent:Nt,tdCellComponent:Yt,onHeaderRow:ze,index:nn});return kn}))}var Eo=ae(co);function ra(Se){var ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},xe=[];return oe.Children.forEach(Se,function(Re){Re==null&&!ve.keepEmpty||(Array.isArray(Re)?xe=xe.concat(ra(Re)):(0,Yn.isFragment)(Re)&&Re.props?xe=xe.concat(ra(Re.props.children,ve)):xe.push(Re))}),xe}function Ke(Se){var ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return typeof ve=="number"?ve:ve.endsWith("%")?Se*parseFloat(ve)/100:null}function We(Se,ve){return oe.useMemo(function(){if(ve&&ve>0){var xe=0,Re=0;Se.forEach(function(yt){var Mt=Ke(ve,yt.width);Mt?xe+=Mt:Re+=1});var ze=ve-xe,He=Re,Je=ze/Re,ot=0,rt=Se.map(function(yt){var Mt=(0,Ze.Z)({},yt),Nt=Ke(ve,Mt.width);if(Nt)Mt.width=Nt;else{var Yt=Math.floor(Je);Mt.width=He===1?ze:Yt,ze-=Yt,He-=1}return ot+=Mt.width,Mt});return[rt,ot]}return[Se,ve]},[Se,ve])}var At=["children"],Kt=["fixed"];function on(Se){return ra(Se).filter(function(ve){return oe.isValidElement(ve)}).map(function(ve){var xe=ve.key,Re=ve.props,ze=Re.children,He=(0,Ba.Z)(Re,At),Je=(0,Ze.Z)({key:xe},He);return ze&&(Je.children=on(ze)),Je})}function wn(Se){var ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"key";return Se.filter(function(xe){return xe&&(0,Be.Z)(xe)==="object"}).reduce(function(xe,Re,ze){var He=Re.fixed,Je=He===!0?"left":He,ot="".concat(ve,"-").concat(ze),rt=Re.children;return rt&&rt.length>0?[].concat((0,sa.Z)(xe),(0,sa.Z)(wn(rt,ot).map(function(yt){return(0,Ze.Z)({fixed:Je},yt)}))):[].concat((0,sa.Z)(xe),[(0,Ze.Z)((0,Ze.Z)({key:ot},Re),{},{fixed:Je})])},[])}function va(Se){for(var ve=!0,xe=0;xe<Se.length;xe+=1){var Re=Se[xe];if(ve&&Re.fixed!=="left")ve=!1;else if(!ve&&Re.fixed==="left"){warning(!1,"Index ".concat(xe-1," of `columns` missing `fixed='left'` prop."));break}}for(var ze=!0,He=Se.length-1;He>=0;He-=1){var Je=Se[He];if(ze&&Je.fixed!=="right")ze=!1;else if(!ze&&Je.fixed==="right"){warning(!1,"Index ".concat(He+1," of `columns` missing `fixed='right'` prop."));break}}}function Na(Se){return Se.map(function(ve){var xe=ve.fixed,Re=(0,Ba.Z)(ve,Kt),ze=xe;return xe==="left"?ze="right":xe==="right"&&(ze="left"),(0,Ze.Z)({fixed:ze},Re)})}function rr(Se,ve){var xe=Se.prefixCls,Re=Se.columns,ze=Se.children,He=Se.expandable,Je=Se.expandedKeys,ot=Se.columnTitle,rt=Se.getRowKey,yt=Se.onTriggerExpand,Mt=Se.expandIcon,Nt=Se.rowExpandable,Yt=Se.expandIconColumnIndex,en=Se.direction,nn=Se.expandRowByClick,kn=Se.columnWidth,xn=Se.fixed,Mn=Se.scrollWidth,An=oe.useMemo(function(){return Re||on(ze)},[Re,ze]),zn=oe.useMemo(function(){if(He){var ya,Qn=An.slice();if(!Qn.includes(ee)){var Dn=Yt||0;Dn>=0&&Qn.splice(Dn,0,ee)}var ua=Qn.indexOf(ee);Qn=Qn.filter(function(_a,Ur){return _a!==ee||Ur===ua});var Qa=An[ua],Lr;(xn==="left"||xn)&&!Yt?Lr="left":(xn==="right"||xn)&&Yt===An.length?Lr="right":Lr=Qa?Qa.fixed:null;var Pr=(ya={},(0,Le.Z)(ya,tn,{className:"".concat(xe,"-expand-icon-col"),columnType:"EXPAND_COLUMN"}),(0,Le.Z)(ya,"title",ot),(0,Le.Z)(ya,"fixed",Lr),(0,Le.Z)(ya,"className","".concat(xe,"-row-expand-icon-cell")),(0,Le.Z)(ya,"width",kn),(0,Le.Z)(ya,"render",function(Ur,zr,Hn){var ha=rt(zr,Hn),Gr=Je.has(ha),Qr=Nt?Nt(zr):!0,Aa=Mt({prefixCls:xe,expanded:Gr,expandable:Qr,record:zr,onExpand:yt});return nn?oe.createElement("span",{onClick:function(mo){return mo.stopPropagation()}},Aa):Aa}),ya);return Qn.map(function(_a){return _a===ee?Pr:_a})}return An.filter(function(_a){return _a!==ee})},[He,An,rt,Je,Mt,en]),Ra=oe.useMemo(function(){var ya=zn;return ve&&(ya=ve(ya)),ya.length||(ya=[{render:function(){return null}}]),ya},[ve,zn,en]),Ma=oe.useMemo(function(){return en==="rtl"?Na(wn(Ra)):wn(Ra)},[Ra,en,Mn]),fa=We(Ma,Mn),ir=(0,ue.Z)(fa,2),er=ir[0],Wn=ir[1];return[Ra,er,Wn]}var fr=rr;function br(Se){var ve,xe=Se.prefixCls,Re=Se.record,ze=Se.onExpand,He=Se.expanded,Je=Se.expandable,ot="".concat(xe,"-row-expand-icon");if(!Je)return oe.createElement("span",{className:xt()(ot,"".concat(xe,"-row-spaced"))});var rt=function(Mt){ze(Re,Mt),Mt.stopPropagation()};return oe.createElement("span",{className:xt()(ot,(ve={},(0,Le.Z)(ve,"".concat(xe,"-row-expanded"),He),(0,Le.Z)(ve,"".concat(xe,"-row-collapsed"),!He),ve)),onClick:rt})}function dr(Se,ve,xe){var Re=[];function ze(He){(He||[]).forEach(function(Je,ot){Re.push(ve(Je,ot)),ze(Je[xe])})}return ze(Se),Re}function qr(Se,ve,xe){var Re=yn(Se),ze=Re.expandIcon,He=Re.expandedRowKeys,Je=Re.defaultExpandedRowKeys,ot=Re.defaultExpandAllRows,rt=Re.expandedRowRender,yt=Re.onExpand,Mt=Re.onExpandedRowsChange,Nt=Re.childrenColumnName,Yt=ze||br,en=Nt||"children",nn=oe.useMemo(function(){return rt?"row":Se.expandable&&Se.internalHooks===se&&Se.expandable.__PARENT_RENDER_ICON__||ve.some(function(Ma){return Ma&&(0,Be.Z)(Ma)==="object"&&Ma[en]})?"nest":!1},[!!rt,ve]),kn=oe.useState(function(){return Je||(ot?dr(ve,xe,en):[])}),xn=(0,ue.Z)(kn,2),Mn=xn[0],An=xn[1],zn=oe.useMemo(function(){return new Set(He||Mn||[])},[He,Mn]),Ra=oe.useCallback(function(Ma){var fa=xe(Ma,ve.indexOf(Ma)),ir,er=zn.has(fa);er?(zn.delete(fa),ir=(0,sa.Z)(zn)):ir=[].concat((0,sa.Z)(zn),[fa]),An(ir),yt&&yt(!er,Ma),Mt&&Mt(ir)},[xe,zn,ve,yt,Mt]);return[Re,nn,zn,Yt,en,Ra]}function Ro(Se,ve,xe,Re){var ze=Se.map(function(He,Je){return Xn(Je,Je,Se,ve,xe,Re==null?void 0:Re[Je])});return Sn(function(){return ze},[ze],function(He,Je){return!Qt(He,Je)})}function Fr(Se){var ve=(0,oe.useRef)(Se),xe=(0,oe.useState)({}),Re=(0,ue.Z)(xe,2),ze=Re[1],He=(0,oe.useRef)(null),Je=(0,oe.useRef)([]);function ot(rt){Je.current.push(rt);var yt=Promise.resolve();He.current=yt,yt.then(function(){if(He.current===yt){var Mt=Je.current,Nt=ve.current;Je.current=[],Mt.forEach(function(Yt){ve.current=Yt(ve.current)}),He.current=null,Nt!==ve.current&&ze({})}})}return(0,oe.useEffect)(function(){return function(){He.current=null}},[]),[ve.current,ot]}function Po(Se){var ve=(0,oe.useRef)(Se||null),xe=(0,oe.useRef)();function Re(){window.clearTimeout(xe.current)}function ze(Je){ve.current=Je,Re(),xe.current=window.setTimeout(function(){ve.current=null,xe.current=void 0},100)}function He(){return ve.current}return(0,oe.useEffect)(function(){return Re},[]),[ze,He]}function Br(){var Se=oe.useState(-1),ve=(0,ue.Z)(Se,2),xe=ve[0],Re=ve[1],ze=oe.useState(-1),He=(0,ue.Z)(ze,2),Je=He[0],ot=He[1],rt=oe.useCallback(function(yt,Mt){Re(yt),ot(Mt)},[]);return[xe,Je,rt]}var ao=mt()?window:null;function $a(Se,ve){var xe=(0,Be.Z)(Se)==="object"?Se:{},Re=xe.offsetHeader,ze=Re===void 0?0:Re,He=xe.offsetSummary,Je=He===void 0?0:He,ot=xe.offsetScroll,rt=ot===void 0?0:ot,yt=xe.getContainer,Mt=yt===void 0?function(){return ao}:yt,Nt=Mt()||ao;return oe.useMemo(function(){var Yt=!!Se;return{isSticky:Yt,stickyClassName:Yt?"".concat(ve,"-sticky-holder"):"",offsetHeader:ze,offsetSummary:Je,offsetScroll:rt,container:Nt}},[rt,ze,Je,ve,Nt])}function tt(Se,ve,xe){var Re=(0,oe.useMemo)(function(){for(var ze=[],He=[],Je=0,ot=0,rt=0;rt<ve;rt+=1)if(xe==="rtl"){He[rt]=ot,ot+=Se[rt]||0;var yt=ve-rt-1;ze[yt]=Je,Je+=Se[yt]||0}else{ze[rt]=Je,Je+=Se[rt]||0;var Mt=ve-rt-1;He[Mt]=ot,ot+=Se[Mt]||0}return{left:ze,right:He}},[Se,ve,xe]);return Re}var ft=tt;function Rt(Se){var ve=Se.className,xe=Se.children;return oe.createElement("div",{className:ve},xe)}var Ue=Rt;function Bt(Se,ve,xe,Re){var ze=Ae.unstable_batchedUpdates?function(Je){Ae.unstable_batchedUpdates(xe,Je)}:xe;return Se!=null&&Se.addEventListener&&Se.addEventListener(ve,ze,Re),{remove:function(){Se!=null&&Se.removeEventListener&&Se.removeEventListener(ve,ze,Re)}}}var cn=/margin|padding|width|height|max|min|offset/,bn={left:!0,top:!0},vt={cssFloat:1,styleFloat:1,float:1};function Lt(Se){return Se.nodeType===1?Se.ownerDocument.defaultView.getComputedStyle(Se,null):{}}function It(Se,ve,xe){if(ve=ve.toLowerCase(),xe==="auto"){if(ve==="height")return Se.offsetHeight;if(ve==="width")return Se.offsetWidth}return ve in bn||(bn[ve]=cn.test(ve)),bn[ve]?parseFloat(xe)||0:xe}function kt(Se,ve){var xe=arguments.length,Re=Lt(Se);return ve=vt[ve]?"cssFloat"in Se.style?"cssFloat":"styleFloat":ve,xe===1?Re:It(Se,ve,Re[ve]||Se.style[ve])}function Ot(Se,ve,xe){var Re=arguments.length;if(ve=vt[ve]?"cssFloat"in Se.style?"cssFloat":"styleFloat":ve,Re===3)return typeof xe=="number"&&cn.test(ve)&&(xe="".concat(xe,"px")),Se.style[ve]=xe,xe;for(var ze in ve)ve.hasOwnProperty(ze)&&Ot(Se,ze,ve[ze]);return Lt(Se)}function Ut(Se){return Se===document.body?document.documentElement.clientWidth:Se.offsetWidth}function $t(Se){return Se===document.body?window.innerHeight||document.documentElement.clientHeight:Se.offsetHeight}function fn(){var Se=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth),ve=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);return{width:Se,height:ve}}function Zn(){var Se=document.documentElement.clientWidth,ve=window.innerHeight||document.documentElement.clientHeight;return{width:Se,height:ve}}function ba(){return{scrollLeft:Math.max(document.documentElement.scrollLeft,document.body.scrollLeft),scrollTop:Math.max(document.documentElement.scrollTop,document.body.scrollTop)}}function mn(Se){var ve=Se.getBoundingClientRect(),xe=document.documentElement;return{left:ve.left+(window.pageXOffset||xe.scrollLeft)-(xe.clientLeft||document.body.clientLeft||0),top:ve.top+(window.pageYOffset||xe.scrollTop)-(xe.clientTop||document.body.clientTop||0)}}var ea=function(ve,xe){var Re,ze,He=ve.scrollBodyRef,Je=ve.onScroll,ot=ve.offsetScroll,rt=ve.container,yt=Ie(he,"prefixCls"),Mt=((Re=He.current)===null||Re===void 0?void 0:Re.scrollWidth)||0,Nt=((ze=He.current)===null||ze===void 0?void 0:ze.clientWidth)||0,Yt=Mt&&Nt*(Nt/Mt),en=oe.useRef(),nn=Fr({scrollLeft:0,isHiddenScrollBar:!1}),kn=(0,ue.Z)(nn,2),xn=kn[0],Mn=kn[1],An=oe.useRef({delta:0,x:0}),zn=oe.useState(!1),Ra=(0,ue.Z)(zn,2),Ma=Ra[0],fa=Ra[1],ir=function(){fa(!1)},er=function(ua){ua.persist(),An.current.delta=ua.pageX-xn.scrollLeft,An.current.x=0,fa(!0),ua.preventDefault()},Wn=function(ua){var Qa,Lr=ua||((Qa=window)===null||Qa===void 0?void 0:Qa.event),Pr=Lr.buttons;if(!Ma||Pr===0){Ma&&fa(!1);return}var _a=An.current.x+ua.pageX-An.current.x-An.current.delta;_a<=0&&(_a=0),_a+Yt>=Nt&&(_a=Nt-Yt),Je({scrollLeft:_a/Nt*(Mt+2)}),An.current.x=ua.pageX},ya=function(){if(He.current){var ua=mn(He.current).top,Qa=ua+He.current.offsetHeight,Lr=rt===window?document.documentElement.scrollTop+window.innerHeight:mn(rt).top+rt.clientHeight;Qa-Pt()<=Lr||ua>=Lr-ot?Mn(function(Pr){return(0,Ze.Z)((0,Ze.Z)({},Pr),{},{isHiddenScrollBar:!0})}):Mn(function(Pr){return(0,Ze.Z)((0,Ze.Z)({},Pr),{},{isHiddenScrollBar:!1})})}},Qn=function(ua){Mn(function(Qa){return(0,Ze.Z)((0,Ze.Z)({},Qa),{},{scrollLeft:ua/Mt*Nt||0})})};return oe.useImperativeHandle(xe,function(){return{setScrollLeft:Qn}}),oe.useEffect(function(){var Dn=Bt(document.body,"mouseup",ir,!1),ua=Bt(document.body,"mousemove",Wn,!1);return ya(),function(){Dn.remove(),ua.remove()}},[Yt,Ma]),oe.useEffect(function(){var Dn=Bt(rt,"scroll",ya,!1),ua=Bt(window,"resize",ya,!1);return function(){Dn.remove(),ua.remove()}},[rt]),oe.useEffect(function(){xn.isHiddenScrollBar||Mn(function(Dn){var ua=He.current;return ua?(0,Ze.Z)((0,Ze.Z)({},Dn),{},{scrollLeft:ua.scrollLeft/ua.scrollWidth*ua.clientWidth}):Dn})},[xn.isHiddenScrollBar]),Mt<=Nt||!Yt||xn.isHiddenScrollBar?null:oe.createElement("div",{style:{height:Pt(),width:Nt,bottom:ot},className:"".concat(yt,"-sticky-scroll")},oe.createElement("div",{onMouseDown:er,ref:en,className:xt()("".concat(yt,"-sticky-scroll-bar"),(0,Le.Z)({},"".concat(yt,"-sticky-scroll-bar-active"),Ma)),style:{width:"".concat(Yt,"px"),transform:"translate3d(".concat(xn.scrollLeft,"px, 0, 0)")}}))},la=oe.forwardRef(ea);function da(Se){return null}var ka=da;function qa(Se){return null}var Hr=qa,ur="rc-table",Jn=[],ta={};function $n(){return"No Data"}function Un(Se){var ve,xe=(0,Ze.Z)({rowKey:"key",prefixCls:ur,emptyText:$n},Se),Re=xe.prefixCls,ze=xe.className,He=xe.rowClassName,Je=xe.style,ot=xe.data,rt=xe.rowKey,yt=xe.scroll,Mt=xe.tableLayout,Nt=xe.direction,Yt=xe.title,en=xe.footer,nn=xe.summary,kn=xe.caption,xn=xe.id,Mn=xe.showHeader,An=xe.components,zn=xe.emptyText,Ra=xe.onRow,Ma=xe.onHeaderRow,fa=xe.internalHooks,ir=xe.transformColumns,er=xe.internalRefs,Wn=xe.tailor,ya=xe.sticky,Qn=ot||Jn,Dn=!!Qn.length,ua=fa===se,Qa=oe.useCallback(function(ko,oi){return Vn(An,ko)||oi},[An]),Lr=oe.useMemo(function(){return typeof rt=="function"?rt:function(ko){var oi=ko&&ko[rt];return oi}},[rt]),Pr=Qa(["body"]),_a=Br(),Ur=(0,ue.Z)(_a,3),zr=Ur[0],Hn=Ur[1],ha=Ur[2],Gr=qr(xe,Qn,Lr),Qr=(0,ue.Z)(Gr,6),Aa=Qr[0],di=Qr[1],mo=Qr[2],ti=Qr[3],Zo=Qr[4],ps=Qr[5],or=yt==null?void 0:yt.x,nr=oe.useState(0),tr=(0,ue.Z)(nr,2),ja=tr[0],To=tr[1],Ka=fr((0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},xe),Aa),{},{expandable:!!Aa.expandedRowRender,columnTitle:Aa.columnTitle,expandedKeys:mo,getRowKey:Lr,onTriggerExpand:ps,expandIcon:ti,expandIconColumnIndex:Aa.expandIconColumnIndex,direction:Nt,scrollWidth:ua&&Wn&&typeof or=="number"?or:null}),ua?ir:null),Tr=(0,ue.Z)(Ka,3),fo=Tr[0],ho=Tr[1],rs=Tr[2],Ki=rs!=null?rs:or,rl=oe.useMemo(function(){return{columns:fo,flattenColumns:ho}},[fo,ho]),ki=oe.useRef(),ms=oe.useRef(),Di=oe.useRef(),Es=oe.useRef(),Zl=oe.useRef(),Io=oe.useState(!1),Go=(0,ue.Z)(Io,2),Qo=Go[0],Mi=Go[1],Ni=oe.useState(!1),ro=(0,ue.Z)(Ni,2),fs=ro[0],Xi=ro[1],ks=Fr(new Map),ol=(0,ue.Z)(ks,2),il=ol[0],Ru=ol[1],yl=Kn(ho),Gi=yl.map(function(ko){return il.get(ko)}),Ps=oe.useMemo(function(){return Gi},[Gi.join("_")]),hs=ft(Ps,ho.length,Nt),Fi=yt&&Ha(yt.y),Si=yt&&Ha(Ki)||!!Aa.fixed,El=Si&&ho.some(function(ko){var oi=ko.fixed;return oi}),Wl=oe.useRef(),Ol=$a(ya,Re),$s=Ol.isSticky,Lu=Ol.offsetHeader,qu=Ol.offsetSummary,Co=Ol.offsetScroll,ni=Ol.stickyClassName,Ji=Ol.container,vi=oe.useMemo(function(){return nn==null?void 0:nn(Qn)},[nn,Qn]),os=(Fi||$s)&&oe.isValidElement(vi)&&vi.type===Xe&&vi.props.fixed,Cs,ws,kl;Fi&&(ws={overflowY:"scroll",maxHeight:yt.y}),Si&&(Cs={overflowX:"auto"},Fi||(ws={overflowY:"hidden"}),kl={width:Ki===!0?"auto":Ki,minWidth:"100%"});var ec=oe.useCallback(function(ko,oi){Xr(ki.current)&&Ru(function(Ys){if(Ys.get(ko)!==oi){var Vl=new Map(Ys);return Vl.set(ko,oi),Vl}return Ys})},[]),Cc=Po(null),pc=(0,ue.Z)(Cc,2),tc=pc[0],Uu=pc[1];function Ou(ko,oi){oi&&(typeof oi=="function"?oi(ko):oi.scrollLeft!==ko&&(oi.scrollLeft=ko,oi.scrollLeft!==ko&&setTimeout(function(){oi.scrollLeft=ko},0)))}var Dl=Ge(function(ko){var oi=ko.currentTarget,Ys=ko.scrollLeft,Vl=Nt==="rtl",x=typeof Ys=="number"?Ys:oi.scrollLeft,re=oi||ta;if(!Uu()||Uu()===re){var ie;tc(re),Ou(x,ms.current),Ou(x,Di.current),Ou(x,Zl.current),Ou(x,(ie=Wl.current)===null||ie===void 0?void 0:ie.setScrollLeft)}var ge=oi||ms.current;if(ge){var be=ge.scrollWidth,Ee=ge.clientWidth;if(be===Ee){Mi(!1),Xi(!1);return}Vl?(Mi(-x<be-Ee),Xi(-x>0)):(Mi(x>0),Xi(x<be-Ee))}}),wi=function(){Si&&Di.current?Dl({currentTarget:Di.current}):(Mi(!1),Xi(!1))},wc=function(oi){var Ys=oi.width;Ys!==ja&&(wi(),To(ki.current?ki.current.offsetWidth:Ys))},ku=oe.useRef(!1);oe.useEffect(function(){ku.current&&wi()},[Si,ot,fo.length]),oe.useEffect(function(){ku.current=!0},[]);var mc=oe.useState(0),nc=(0,ue.Z)(mc,2),Du=nc[0],ac=nc[1],xc=oe.useState(!0),fc=(0,ue.Z)(xc,2),Ac=fc[0],Tc=fc[1];oe.useEffect(function(){(!Wn||!ua)&&(Di.current instanceof Element?ac(Nn(Di.current).width):ac(Nn(Es.current).width)),Tc(Va("position","sticky"))},[]),oe.useEffect(function(){ua&&er&&(er.body.current=Di.current)});var _o=oe.useCallback(function(ko){return oe.createElement(oe.Fragment,null,oe.createElement(Eo,ko),os==="top"&&oe.createElement(aa,ko,vi))},[os,vi]),rc=oe.useCallback(function(ko){return oe.createElement(aa,ko,vi)},[vi]),zu=Qa(["table"],"table"),oc=oe.useMemo(function(){return Mt||(El?Ki==="max-content"?"auto":"fixed":Fi||$s||ho.some(function(ko){var oi=ko.ellipsis;return oi})?"fixed":"auto")},[Fi,El,ho,Mt,$s]),ic,sc={colWidths:Ps,columCount:ho.length,stickyOffsets:hs,onHeaderRow:Ma,fixHeader:Fi,scroll:yt},hc=oe.useMemo(function(){return Dn?null:typeof zn=="function"?zn():zn},[Dn,zn]),Sc=oe.createElement(Zt,{data:Qn,measureColumnWidth:Fi||Si||$s}),vc=oe.createElement(Ia,{colWidths:ho.map(function(ko){var oi=ko.width;return oi}),columns:ho}),bc=kn!=null?oe.createElement("caption",{className:"".concat(Re,"-caption")},kn):void 0,Ic=No(xe,{data:!0}),lc=No(xe,{aria:!0});if(Fi||$s){var uc;typeof Pr=="function"?(uc=Pr(Qn,{scrollbarSize:Du,ref:Di,onScroll:Dl}),sc.colWidths=ho.map(function(ko,oi){var Ys=ko.width,Vl=oi===ho.length-1?Ys-Du:Ys;return typeof Vl=="number"&&!Number.isNaN(Vl)?Vl:0})):uc=oe.createElement("div",{style:(0,Ze.Z)((0,Ze.Z)({},Cs),ws),onScroll:Dl,ref:Di,className:xt()("".concat(Re,"-body"))},oe.createElement(zu,(0,De.Z)({style:(0,Ze.Z)((0,Ze.Z)({},kl),{},{tableLayout:oc})},lc),bc,vc,Sc,!os&&vi&&oe.createElement(aa,{stickyOffsets:hs,flattenColumns:ho,columns:fo},vi)));var cc=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({noData:!Qn.length,maxContentScroll:Si&&Ki==="max-content"},sc),rl),{},{direction:Nt,stickyClassName:ni,onScroll:Dl});ic=oe.createElement(oe.Fragment,null,Mn!==!1&&oe.createElement(Sa,(0,De.Z)({},cc,{stickyTopOffset:Lu,className:"".concat(Re,"-header"),ref:ms}),_o),uc,os&&os!=="top"&&oe.createElement(Sa,(0,De.Z)({},cc,{stickyBottomOffset:qu,className:"".concat(Re,"-summary"),ref:Zl}),rc),$s&&oe.createElement(la,{ref:Wl,offsetScroll:Co,scrollBodyRef:Di,onScroll:Dl,container:Ji}))}else ic=oe.createElement("div",{style:(0,Ze.Z)((0,Ze.Z)({},Cs),ws),className:xt()("".concat(Re,"-content")),onScroll:Dl,ref:Di},oe.createElement(zu,(0,De.Z)({style:(0,Ze.Z)((0,Ze.Z)({},kl),{},{tableLayout:oc})},lc),bc,vc,Mn!==!1&&oe.createElement(Eo,(0,De.Z)({},sc,rl)),Sc,vi&&oe.createElement(aa,{stickyOffsets:hs,flattenColumns:ho,columns:fo},vi)));var dc=oe.createElement("div",(0,De.Z)({className:xt()(Re,ze,(ve={},(0,Le.Z)(ve,"".concat(Re,"-rtl"),Nt==="rtl"),(0,Le.Z)(ve,"".concat(Re,"-ping-left"),Qo),(0,Le.Z)(ve,"".concat(Re,"-ping-right"),fs),(0,Le.Z)(ve,"".concat(Re,"-layout-fixed"),Mt==="fixed"),(0,Le.Z)(ve,"".concat(Re,"-fixed-header"),Fi),(0,Le.Z)(ve,"".concat(Re,"-fixed-column"),El),(0,Le.Z)(ve,"".concat(Re,"-scroll-horizontal"),Si),(0,Le.Z)(ve,"".concat(Re,"-has-fix-left"),ho[0]&&ho[0].fixed),(0,Le.Z)(ve,"".concat(Re,"-has-fix-right"),ho[ho.length-1]&&ho[ho.length-1].fixed==="right"),ve)),style:Je,id:xn,ref:ki},Ic),Yt&&oe.createElement(Ue,{className:"".concat(Re,"-title")},Yt(Qn)),oe.createElement("div",{ref:Es,className:"".concat(Re,"-container")},ic),en&&oe.createElement(Ue,{className:"".concat(Re,"-footer")},en(Qn)));Si&&(dc=oe.createElement(xr.Z,{onResize:wc},dc));var yc=Ro(ho,hs,Nt,fo),Ec=oe.useMemo(function(){return{scrollX:Ki,prefixCls:Re,getComponent:Qa,scrollbarSize:Du,direction:Nt,fixedInfoList:yc,isSticky:$s,supportSticky:Ac,componentWidth:ja,fixHeader:Fi,fixColumn:El,horizonScroll:Si,tableLayout:oc,rowClassName:He,expandedRowClassName:Aa.expandedRowClassName,expandIcon:ti,expandableType:di,expandRowByClick:Aa.expandRowByClick,expandedRowRender:Aa.expandedRowRender,onTriggerExpand:ps,expandIconColumnIndex:Aa.expandIconColumnIndex,indentSize:Aa.indentSize,allColumnsFixedLeft:ho.every(function(ko){return ko.fixed==="left"}),emptyNode:hc,columns:fo,flattenColumns:ho,onColumnResize:ec,hoverStartRow:zr,hoverEndRow:Hn,onHover:ha,rowExpandable:Aa.rowExpandable,onRow:Ra,getRowKey:Lr,expandedKeys:mo,childrenColumnName:Zo}},[Ki,Re,Qa,Du,Nt,yc,$s,Ac,ja,Fi,El,Si,oc,He,Aa.expandedRowClassName,ti,di,Aa.expandRowByClick,Aa.expandedRowRender,ps,Aa.expandIconColumnIndex,Aa.indentSize,hc,fo,ho,ec,zr,Hn,ha,Aa.rowExpandable,Ra,Lr,mo,Zo]);return oe.createElement(he.Provider,{value:Ec},dc)}function xa(Se){return te(Un,Se)}var hr=xa();hr.EXPAND_COLUMN=ee,hr.INTERNAL_HOOKS=se,hr.Column=ka,hr.ColumnGroup=Hr,hr.Summary=_e;var $r=hr,Lo=y(73299),Vr=Te(null),jo=Te(null);function ui(Se,ve,xe){var Re=ve||1;return xe[Se+Re]-(xe[Se]||0)}function Yi(Se){var ve=Se.rowInfo,xe=Se.column,Re=Se.colIndex,ze=Se.indent,He=Se.index,Je=Se.renderIndex,ot=Se.record,rt=Se.style,yt=Se.className,Mt=Se.inverse,Nt=Se.getHeight,Yt=xe.render,en=xe.dataIndex,nn=xe.className,kn=xe.width,xn=Ie(jo,["columnsOffset"]),Mn=xn.columnsOffset,An=uo(ve,xe,Re,ze,He),zn=An.key,Ra=An.fixedInfo,Ma=An.appendCellNode,fa=An.additionalCellProps,ir=fa.style,er=fa.colSpan,Wn=er===void 0?1:er,ya=fa.rowSpan,Qn=ya===void 0?1:ya,Dn=Re-1,ua=ui(Dn,Wn,Mn),Qa=Wn>1?kn-ua:0,Lr=(0,Ze.Z)((0,Ze.Z)((0,Ze.Z)({},ir),rt),{},{flex:"0 0 ".concat(ua,"px"),width:"".concat(ua,"px"),marginRight:Qa,pointerEvents:"auto"}),Pr=oe.useMemo(function(){return Mt?Qn<=1:Wn===0||Qn===0||Qn>1},[Qn,Wn,Mt]);Pr?Lr.visibility="hidden":Mt&&(Lr.height=Nt==null?void 0:Nt(Qn));var _a=Pr?function(){return null}:Yt,Ur={};return(Qn===0||Wn===0)&&(Ur.rowSpan=1,Ur.colSpan=1),oe.createElement(On,(0,De.Z)({className:xt()(nn,yt),ellipsis:xe.ellipsis,align:xe.align,scope:xe.rowScope,component:"div",prefixCls:ve.prefixCls,key:zn,record:ot,index:He,renderIndex:Je,dataIndex:en,render:_a,shouldCellUpdate:xe.shouldCellUpdate},Ra,{appendNode:Ma,additionalProps:(0,Ze.Z)((0,Ze.Z)({},fa),{},{style:Lr},Ur)}))}var Uo=Yi,yi=["data","index","className","rowKey","style","extra","getHeight"],Hi=oe.forwardRef(function(Se,ve){var xe=Se.data,Re=Se.index,ze=Se.className,He=Se.rowKey,Je=Se.style,ot=Se.extra,rt=Se.getHeight,yt=(0,Ba.Z)(Se,yi),Mt=xe.record,Nt=xe.indent,Yt=xe.index,en=Ie(he,["prefixCls","flattenColumns","fixColumn","componentWidth","scrollX"]),nn=en.scrollX,kn=en.flattenColumns,xn=en.prefixCls,Mn=en.fixColumn,An=en.componentWidth,zn=Bo(Mt,He,Re,Nt),Ra=zn.rowSupportExpand,Ma=zn.expanded,fa=zn.rowProps,ir=zn.expandedRowRender,er=zn.expandedRowClassName,Wn;if(Ra&&Ma){var ya=ir(Mt,Re,Nt+1,Ma),Qn=er==null?void 0:er(Mt,Re,Nt),Dn={};Mn&&(Dn={style:(0,Le.Z)({},"--virtual-width","".concat(An,"px"))});var ua="".concat(xn,"-expanded-row-cell");Wn=oe.createElement("div",{className:xt()("".concat(xn,"-expanded-row"),"".concat(xn,"-expanded-row-level-").concat(Nt+1),Qn)},oe.createElement(On,{component:"div",prefixCls:xn,className:xt()(ua,(0,Le.Z)({},"".concat(ua,"-fixed"),Mn)),additionalProps:Dn},ya))}var Qa=(0,Ze.Z)((0,Ze.Z)({},Je),{},{width:nn});ot&&(Qa.position="absolute",Qa.pointerEvents="none");var Lr=oe.createElement("div",(0,De.Z)({},fa,yt,{ref:Ra?null:ve,className:xt()(ze,"".concat(xn,"-row"),fa==null?void 0:fa.className,(0,Le.Z)({},"".concat(xn,"-row-extra"),ot)),style:(0,Ze.Z)((0,Ze.Z)({},Qa),fa==null?void 0:fa.style)}),kn.map(function(Pr,_a){return oe.createElement(Uo,{key:_a,rowInfo:zn,column:Pr,colIndex:_a,indent:Nt,index:Re,renderIndex:Yt,record:Mt,inverse:ot,getHeight:rt})}));return Ra?oe.createElement("div",{ref:ve},Lr,Wn):Lr}),Ui=ae(Hi),ss=Ui,Ms=oe.forwardRef(function(Se,ve){var xe=Se.data,Re=Se.onScroll,ze=Ie(he,["flattenColumns","onColumnResize","getRowKey","prefixCls","expandedKeys","childrenColumnName","emptyNode","scrollX"]),He=ze.flattenColumns,Je=ze.onColumnResize,ot=ze.getRowKey,rt=ze.expandedKeys,yt=ze.prefixCls,Mt=ze.childrenColumnName,Nt=ze.emptyNode,Yt=ze.scrollX,en=Ie(Vr),nn=en.scrollY,kn=en.listItemHeight,xn=oe.useRef(),Mn=Nr(xe,Mt,rt,ot),An=oe.useMemo(function(){var Wn=0;return He.map(function(ya){var Qn=ya.width,Dn=ya.key;return Wn+=Qn,[Dn,Qn,Wn]})},[He]),zn=oe.useMemo(function(){return An.map(function(Wn){return Wn[2]})},[An]);oe.useEffect(function(){An.forEach(function(Wn){var ya=(0,ue.Z)(Wn,2),Qn=ya[0],Dn=ya[1];Je(Qn,Dn)})},[An]),oe.useImperativeHandle(ve,function(){var Wn={};return Object.defineProperty(Wn,"scrollLeft",{get:function(){var Qn;return((Qn=xn.current)===null||Qn===void 0?void 0:Qn.getScrollInfo().x)||0},set:function(Qn){var Dn;(Dn=xn.current)===null||Dn===void 0||Dn.scrollTo({left:Qn})}}),Wn});var Ra=function(ya,Qn){var Dn,ua=(Dn=Mn[Qn])===null||Dn===void 0?void 0:Dn.record,Qa=ya.onCell;if(Qa){var Lr,Pr=Qa(ua,Qn);return(Lr=Pr==null?void 0:Pr.rowSpan)!==null&&Lr!==void 0?Lr:1}return 1},Ma=function(ya){var Qn=ya.start,Dn=ya.end,ua=ya.getSize,Qa=ya.offsetY;if(Dn<0)return null;for(var Lr=He.filter(function(or){return Ra(or,Qn)===0}),Pr=Qn,_a=function(nr){if(Lr=Lr.filter(function(tr){return Ra(tr,nr)===0}),!Lr.length)return Pr=nr,"break"},Ur=Qn;Ur>=0;Ur-=1){var zr=_a(Ur);if(zr==="break")break}for(var Hn=He.filter(function(or){return Ra(or,Dn)!==1}),ha=Dn,Gr=function(nr){if(Hn=Hn.filter(function(tr){return Ra(tr,nr)!==1}),!Hn.length)return ha=Math.max(nr-1,Dn),"break"},Qr=Dn;Qr<Mn.length;Qr+=1){var Aa=Gr(Qr);if(Aa==="break")break}for(var di=[],mo=function(nr){var tr=Mn[nr];if(!tr)return"continue";He.some(function(ja){return Ra(ja,nr)>1})&&di.push(nr)},ti=Pr;ti<=ha;ti+=1)var Zo=mo(ti);var ps=di.map(function(or){var nr=Mn[or],tr=ot(nr.record,or),ja=function(Tr){var fo=or+Tr-1,ho=ot(Mn[fo].record,fo),rs=ua(tr,ho);return rs.bottom-rs.top},To=ua(tr);return oe.createElement(ss,{key:or,data:nr,rowKey:tr,index:or,style:{top:-Qa+To.top},extra:!0,getHeight:ja})});return ps},fa=oe.useMemo(function(){return{columnsOffset:zn}},[zn]),ir="".concat(yt,"-tbody"),er;return Mn.length?er=oe.createElement(Lo.Z,{fullHeight:!1,ref:xn,className:xt()(ir,"".concat(ir,"-virtual")),height:nn,itemHeight:kn||24,data:Mn,itemKey:function(ya){return ot(ya.record)},scrollWidth:Yt,onVirtualScroll:function(ya){var Qn=ya.x;Re({scrollLeft:Qn})},extraRender:Ma},function(Wn,ya,Qn){var Dn=ot(Wn.record,ya);return oe.createElement(ss,(0,De.Z)({data:Wn,rowKey:Dn,index:ya},Qn))}):er=oe.createElement("div",{className:xt()("".concat(yt,"-placeholder"))},oe.createElement(On,{component:"div",prefixCls:yt},Nt)),oe.createElement(jo.Provider,{value:fa},er)}),Js=ae(Ms),Cl=Js,ls=function(ve,xe){var Re=xe.ref,ze=xe.onScroll;return oe.createElement(Cl,{ref:Re,data:ve,onScroll:ze})},pl=100;function Ts(Se){var ve=Se.columns,xe=Se.scroll,Re=Se.prefixCls,ze=Re===void 0?ur:Re,He=Se.className,Je=Se.listItemHeight,ot=xe||{},rt=ot.x,yt=ot.y;typeof rt!="number"&&(rt=((ve||[]).length+1)*pl),typeof yt!="number"&&(yt=500);var Mt=oe.useMemo(function(){return{scrollY:yt,listItemHeight:Je}},[yt,Je]);return oe.createElement(Vr.Provider,{value:Mt},oe.createElement($r,(0,De.Z)({},Se,{className:xt()(He,"".concat(ze,"-virtual")),scroll:(0,Ze.Z)((0,Ze.Z)({},xe),{},{x:rt}),components:{body:ls},columns:ve,internalHooks:se,tailor:!0})))}function zl(Se){return te(Ts,Se)}var Fs=zl(),lu=null;function ml(Se){return null}var wl=ml;function mi(Se){return null}var fi=mi,Ua=y(10366),qs=y(58375),Xl=y(53124),Ei=y(88258),Is=y(98675),Zs=y(25378),fl=y(24457),es=y(34435),us=y(57953),hl=y(46605);function xl(Se){return function(xe){let{prefixCls:Re,onExpand:ze,record:He,expanded:Je,expandable:ot}=xe;const rt=`${Re}-row-expand-icon`;return oe.createElement("button",{type:"button",onClick:yt=>{ze(He,yt),yt.stopPropagation()},className:xt()(rt,{[`${rt}-spaced`]:!ot,[`${rt}-expanded`]:ot&&Je,[`${rt}-collapsed`]:ot&&!Je}),"aria-label":Je?Se.collapse:Se.expand,"aria-expanded":Je})}}var el=xl;function Sl(Se,ve){return"key"in Se&&Se.key!==void 0&&Se.key!==null?Se.key:Se.dataIndex?Array.isArray(Se.dataIndex)?Se.dataIndex.join("."):Se.dataIndex:ve}function Jl(Se,ve){return ve?`${ve}-${Se}`:`${Se}`}function uu(Se,ve){return typeof Se=="function"?Se(ve):Se}function $u(Se,ve){const xe=uu(Se,ve);return Object.prototype.toString.call(xe)==="[object Object]"?"":xe}var ju={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"},Ku=ju,Pu=y(44327),Zu=function(ve,xe){return oe.createElement(Pu.Z,(0,De.Z)({},ve,{ref:xe,icon:Ku}))},Wu=oe.forwardRef(Zu),Mu=y(7699),Vu=y(57838);function Fu(Se){const ve=oe.useRef(Se),xe=(0,Vu.Z)();return[()=>ve.current,Re=>{ve.current=Re,xe()}]}var cu=y(71577),du=y(84567),Yu=y(85418),ql=y(32983),Qu=y(68508),Xu=y(76529),Bu=y(78045),Ju=y(86132),Ne=y(47880),$e=y(11486);function je(Se){let{value:ve,onChange:xe,filterSearch:Re,tablePrefixCls:ze,locale:He}=Se;return Re?oe.createElement("div",{className:`${ze}-filter-dropdown-search`},oe.createElement($e.default,{prefix:oe.createElement(Ne.Z,null),placeholder:He.filterSearchPlaceholder,onChange:xe,value:ve,htmlSize:1,className:`${ze}-filter-dropdown-search-input`})):null}var it=je,Dt=y(92389);const qt=Se=>{const{keyCode:ve}=Se;ve===Dt.Z.ENTER&&Se.stopPropagation()};var jn=oe.forwardRef((Se,ve)=>oe.createElement("div",{className:Se.className,onClick:xe=>xe.stopPropagation(),onKeyDown:qt,ref:ve},Se.children));function ca(Se){let ve=[];return(Se||[]).forEach(xe=>{let{value:Re,children:ze}=xe;ve.push(Re),ze&&(ve=[].concat((0,sa.Z)(ve),(0,sa.Z)(ca(ze))))}),ve}function na(Se){return Se.some(ve=>{let{children:xe}=ve;return xe})}function Wa(Se,ve){return typeof ve=="string"||typeof ve=="number"?ve==null?void 0:ve.toString().toLowerCase().includes(Se.trim().toLowerCase()):!1}function oa(Se){let{filters:ve,prefixCls:xe,filteredKeys:Re,filterMultiple:ze,searchValue:He,filterSearch:Je}=Se;return ve.map((ot,rt)=>{const yt=String(ot.value);if(ot.children)return{key:yt||rt,label:ot.text,popupClassName:`${xe}-dropdown-submenu`,children:oa({filters:ot.children,prefixCls:xe,filteredKeys:Re,filterMultiple:ze,searchValue:He,filterSearch:Je})};const Mt=ze?du.default:Bu.ZP,Nt={key:ot.value!==void 0?yt:rt,label:oe.createElement(oe.Fragment,null,oe.createElement(Mt,{checked:Re.includes(yt)}),oe.createElement("span",null,ot.text))};return He.trim()?typeof Je=="function"?Je(He,ot)?Nt:null:Wa(He,ot.text)?Nt:null:Nt})}function Ya(Se){var ve,xe;const{tablePrefixCls:Re,prefixCls:ze,column:He,dropdownPrefixCls:Je,columnKey:ot,filterMultiple:rt,filterMode:yt="menu",filterSearch:Mt=!1,filterState:Nt,triggerFilter:Yt,locale:en,children:nn,getPopupContainer:kn}=Se,{filterDropdownOpen:xn,onFilterDropdownOpenChange:Mn,filterResetToDefaultFilteredValue:An,defaultFilteredValue:zn,filterDropdownVisible:Ra,onFilterDropdownVisibleChange:Ma}=He,[fa,ir]=oe.useState(!1),er=!!(Nt&&(!((ve=Nt.filteredKeys)===null||ve===void 0)&&ve.length||Nt.forceFiltered)),Wn=Ka=>{ir(Ka),Mn==null||Mn(Ka),Ma==null||Ma(Ka)},ya=(xe=xn!=null?xn:Ra)!==null&&xe!==void 0?xe:fa,Qn=Nt==null?void 0:Nt.filteredKeys,[Dn,ua]=Fu(Qn||[]),Qa=Ka=>{let{selectedKeys:Tr}=Ka;ua(Tr)},Lr=(Ka,Tr)=>{let{node:fo,checked:ho}=Tr;Qa(rt?{selectedKeys:Ka}:{selectedKeys:ho&&fo.key?[fo.key]:[]})};oe.useEffect(()=>{fa&&Qa({selectedKeys:Qn||[]})},[Qn]);const[Pr,_a]=oe.useState([]),Ur=Ka=>{_a(Ka)},[zr,Hn]=oe.useState(""),ha=Ka=>{const{value:Tr}=Ka.target;Hn(Tr)};oe.useEffect(()=>{fa||Hn("")},[fa]);const Gr=Ka=>{const Tr=Ka&&Ka.length?Ka:null;if(Tr===null&&(!Nt||!Nt.filteredKeys)||(0,Mu.Z)(Tr,Nt==null?void 0:Nt.filteredKeys,!0))return null;Yt({column:He,key:ot,filteredKeys:Tr})},Qr=()=>{Wn(!1),Gr(Dn())},Aa=function(){let{confirm:Ka,closeDropdown:Tr}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{confirm:!1,closeDropdown:!1};Ka&&Gr([]),Tr&&Wn(!1),Hn(""),ua(An?(zn||[]).map(fo=>String(fo)):[])},di=function(){let{closeDropdown:Ka}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{closeDropdown:!0};Ka&&Wn(!1),Gr(Dn())},mo=Ka=>{Ka&&Qn!==void 0&&ua(Qn||[]),Wn(Ka),!Ka&&!He.filterDropdown&&Qr()},ti=xt()({[`${Je}-menu-without-submenu`]:!na(He.filters||[])}),Zo=Ka=>{if(Ka.target.checked){const Tr=ca(He==null?void 0:He.filters).map(fo=>String(fo));ua(Tr)}else ua([])},ps=Ka=>{let{filters:Tr}=Ka;return(Tr||[]).map((fo,ho)=>{const rs=String(fo.value),Ki={title:fo.text,key:fo.value!==void 0?rs:ho};return fo.children&&(Ki.children=ps({filters:fo.children})),Ki})},or=Ka=>{var Tr;return Object.assign(Object.assign({},Ka),{text:Ka.title,value:Ka.key,children:((Tr=Ka.children)===null||Tr===void 0?void 0:Tr.map(fo=>or(fo)))||[]})};let nr;if(typeof He.filterDropdown=="function")nr=He.filterDropdown({prefixCls:`${Je}-custom`,setSelectedKeys:Ka=>Qa({selectedKeys:Ka}),selectedKeys:Dn(),confirm:di,clearFilters:Aa,filters:He.filters,visible:ya,close:()=>{Wn(!1)}});else if(He.filterDropdown)nr=He.filterDropdown;else{const Ka=Dn()||[],Tr=()=>(He.filters||[]).length===0?oe.createElement(ql.Z,{image:ql.Z.PRESENTED_IMAGE_SIMPLE,description:en.filterEmptyText,imageStyle:{height:24},style:{margin:0,padding:"16px 0"}}):yt==="tree"?oe.createElement(oe.Fragment,null,oe.createElement(it,{filterSearch:Mt,value:zr,onChange:ha,tablePrefixCls:Re,locale:en}),oe.createElement("div",{className:`${Re}-filter-dropdown-tree`},rt?oe.createElement(du.default,{checked:Ka.length===ca(He.filters).length,indeterminate:Ka.length>0&&Ka.length<ca(He.filters).length,className:`${Re}-filter-dropdown-checkall`,onChange:Zo},en.filterCheckall):null,oe.createElement(Ju.default,{checkable:!0,selectable:!1,blockNode:!0,multiple:rt,checkStrictly:!rt,className:`${Je}-menu`,onCheck:Lr,checkedKeys:Ka,selectedKeys:Ka,showIcon:!1,treeData:ps({filters:He.filters}),autoExpandParent:!0,defaultExpandAll:!0,filterTreeNode:zr.trim()?ho=>typeof Mt=="function"?Mt(zr,or(ho)):Wa(zr,ho.title):void 0}))):oe.createElement(oe.Fragment,null,oe.createElement(it,{filterSearch:Mt,value:zr,onChange:ha,tablePrefixCls:Re,locale:en}),oe.createElement(Qu.default,{selectable:!0,multiple:rt,prefixCls:`${Je}-menu`,className:ti,onSelect:Qa,onDeselect:Qa,selectedKeys:Ka,getPopupContainer:kn,openKeys:Pr,onOpenChange:Ur,items:oa({filters:He.filters||[],filterSearch:Mt,prefixCls:ze,filteredKeys:Dn(),filterMultiple:rt,searchValue:zr})})),fo=()=>An?(0,Mu.Z)((zn||[]).map(ho=>String(ho)),Ka,!0):Ka.length===0;nr=oe.createElement(oe.Fragment,null,Tr(),oe.createElement("div",{className:`${ze}-dropdown-btns`},oe.createElement(cu.ZP,{type:"link",size:"small",disabled:fo(),onClick:()=>Aa()},en.filterReset),oe.createElement(cu.ZP,{type:"primary",size:"small",onClick:Qr},en.filterConfirm)))}He.filterDropdown&&(nr=oe.createElement(Xu.J,{selectable:void 0},nr));const tr=()=>oe.createElement(jn,{className:`${ze}-dropdown`},nr);let ja;typeof He.filterIcon=="function"?ja=He.filterIcon(er):He.filterIcon?ja=He.filterIcon:ja=oe.createElement(Wu,null);const{direction:To}=oe.useContext(Xl.E_);return oe.createElement("div",{className:`${ze}-column`},oe.createElement("span",{className:`${Re}-column-title`},nn),oe.createElement(Yu.Z,{dropdownRender:tr,trigger:["click"],open:ya,onOpenChange:mo,getPopupContainer:kn,placement:To==="rtl"?"bottomLeft":"bottomRight"},oe.createElement("span",{role:"button",tabIndex:-1,className:xt()(`${ze}-trigger`,{active:er}),onClick:Ka=>{Ka.stopPropagation()}},ja)))}var za=Ya;function gr(Se,ve,xe){let Re=[];return(Se||[]).forEach((ze,He)=>{var Je;const ot=Jl(He,xe);if(ze.filters||"filterDropdown"in ze||"onFilter"in ze)if("filteredValue"in ze){let rt=ze.filteredValue;"filterDropdown"in ze||(rt=(Je=rt==null?void 0:rt.map(String))!==null&&Je!==void 0?Je:rt),Re.push({column:ze,key:Sl(ze,ot),filteredKeys:rt,forceFiltered:ze.filtered})}else Re.push({column:ze,key:Sl(ze,ot),filteredKeys:ve&&ze.defaultFilteredValue?ze.defaultFilteredValue:void 0,forceFiltered:ze.filtered});"children"in ze&&(Re=[].concat((0,sa.Z)(Re),(0,sa.Z)(gr(ze.children,ve,ot))))}),Re}function oo(Se,ve,xe,Re,ze,He,Je,ot){return xe.map((rt,yt)=>{const Mt=Jl(yt,ot),{filterMultiple:Nt=!0,filterMode:Yt,filterSearch:en}=rt;let nn=rt;if(nn.filters||nn.filterDropdown){const kn=Sl(nn,Mt),xn=Re.find(Mn=>{let{key:An}=Mn;return kn===An});nn=Object.assign(Object.assign({},nn),{title:Mn=>oe.createElement(za,{tablePrefixCls:Se,prefixCls:`${Se}-filter`,dropdownPrefixCls:ve,column:nn,columnKey:kn,filterState:xn,filterMultiple:Nt,filterMode:Yt,filterSearch:en,triggerFilter:He,locale:ze,getPopupContainer:Je},uu(rt.title,Mn))})}return"children"in nn&&(nn=Object.assign(Object.assign({},nn),{children:oo(Se,ve,nn.children,Re,ze,He,Je,Mt)})),nn})}function jr(Se){const ve={};return Se.forEach(xe=>{let{key:Re,filteredKeys:ze,column:He}=xe;const{filters:Je,filterDropdown:ot}=He;if(ot)ve[Re]=ze||null;else if(Array.isArray(ze)){const rt=ca(Je);ve[Re]=rt.filter(yt=>ze.includes(String(yt)))}else ve[Re]=null}),ve}function So(Se,ve){return ve.reduce((xe,Re)=>{const{column:{onFilter:ze,filters:He},filteredKeys:Je}=Re;return ze&&Je&&Je.length?xe.filter(ot=>Je.some(rt=>{const yt=ca(He),Mt=yt.findIndex(Yt=>String(Yt)===String(rt)),Nt=Mt!==-1?yt[Mt]:rt;return ze(Nt,ot)})):xe},Se)}const Yr=Se=>Se.flatMap(ve=>"children"in ve?[ve].concat((0,sa.Z)(Yr(ve.children||[]))):[ve]);function Ir(Se){let{prefixCls:ve,dropdownPrefixCls:xe,mergedColumns:Re,onFilterChange:ze,getPopupContainer:He,locale:Je}=Se;const ot=oe.useMemo(()=>Yr(Re||[]),[Re]),[rt,yt]=oe.useState(()=>gr(ot,!0)),Mt=oe.useMemo(()=>{const nn=gr(ot,!1);if(nn.length===0)return nn;let kn=!0,xn=!0;if(nn.forEach(Mn=>{let{filteredKeys:An}=Mn;An!==void 0?kn=!1:xn=!1}),kn){const Mn=(ot||[]).map((An,zn)=>Sl(An,Jl(zn)));return rt.filter(An=>{let{key:zn}=An;return Mn.includes(zn)}).map(An=>{const zn=ot[Mn.findIndex(Ra=>Ra===An.key)];return Object.assign(Object.assign({},An),{column:Object.assign(Object.assign({},An.column),zn),forceFiltered:zn.filtered})})}return nn},[ot,rt]),Nt=oe.useMemo(()=>jr(Mt),[Mt]),Yt=nn=>{const kn=Mt.filter(xn=>{let{key:Mn}=xn;return Mn!==nn.key});kn.push(nn),yt(kn),ze(jr(kn),kn)};return[nn=>oo(ve,xe,nn,Mt,Je,Yt,He),Mt,Nt]}var Ga=Ir;function Jo(Se,ve,xe){const Re=oe.useRef({});function ze(He){if(!Re.current||Re.current.data!==Se||Re.current.childrenColumnName!==ve||Re.current.getRowKey!==xe){let ot=function(rt){rt.forEach((yt,Mt)=>{const Nt=xe(yt,Mt);Je.set(Nt,yt),yt&&typeof yt=="object"&&ve in yt&&ot(yt[ve]||[])})};const Je=new Map;ot(Se),Re.current={data:Se,childrenColumnName:ve,kvMap:Je,getRowKey:xe}}return Re.current.kvMap.get(He)}return[ze]}var Wo=y(38780),qo=function(Se,ve){var xe={};for(var Re in Se)Object.prototype.hasOwnProperty.call(Se,Re)&&ve.indexOf(Re)<0&&(xe[Re]=Se[Re]);if(Se!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,Re=Object.getOwnPropertySymbols(Se);ze<Re.length;ze++)ve.indexOf(Re[ze])<0&&Object.prototype.propertyIsEnumerable.call(Se,Re[ze])&&(xe[Re[ze]]=Se[Re[ze]]);return xe};const ai=10;function Ri(Se,ve){const xe={current:Se.current,pageSize:Se.pageSize};return Object.keys(ve&&typeof ve=="object"?ve:{}).forEach(ze=>{const He=Se[ze];typeof He!="function"&&(xe[ze]=He)}),xe}function Ho(Se,ve,xe){const Re=xe&&typeof xe=="object"?xe:{},{total:ze=0}=Re,He=qo(Re,["total"]),[Je,ot]=(0,oe.useState)(()=>({current:"defaultCurrent"in He?He.defaultCurrent:1,pageSize:"defaultPageSize"in He?He.defaultPageSize:ai})),rt=(0,Wo.Z)(Je,He,{total:ze>0?ze:Se}),yt=Math.ceil((ze||Se)/rt.pageSize);rt.current>yt&&(rt.current=yt||1);const Mt=(Yt,en)=>{ot({current:Yt!=null?Yt:1,pageSize:en||rt.pageSize})},Nt=(Yt,en)=>{var nn;xe&&((nn=xe.onChange)===null||nn===void 0||nn.call(xe,Yt,en)),Mt(Yt,en),ve(Yt,en||(rt==null?void 0:rt.pageSize))};return xe===!1?[{},()=>{}]:[Object.assign(Object.assign({},rt),{onChange:Nt}),Mt]}var Zr=Ho,ri=y(15558),hi=y(29873),Ko=y(97153),po=y(83898),zo=y(5663);const Ar={},ci="SELECT_ALL",xo="SELECT_INVERT",Pi="SELECT_NONE",ji=[],Ii=(Se,ve)=>{let xe=[];return(ve||[]).forEach(Re=>{xe.push(Re),Re&&typeof Re=="object"&&Se in Re&&(xe=[].concat((0,sa.Z)(xe),(0,sa.Z)(Ii(Se,Re[Se]))))}),xe};var cs=(Se,ve)=>{const{preserveSelectedRowKeys:xe,selectedRowKeys:Re,defaultSelectedRowKeys:ze,getCheckboxProps:He,onChange:Je,onSelect:ot,onSelectAll:rt,onSelectInvert:yt,onSelectNone:Mt,onSelectMultiple:Nt,columnWidth:Yt,type:en,selections:nn,fixed:kn,renderCell:xn,hideSelectAll:Mn,checkStrictly:An=!0}=ve||{},{prefixCls:zn,data:Ra,pageData:Ma,getRecordByKey:fa,getRowKey:ir,expandType:er,childrenColumnName:Wn,locale:ya,getPopupContainer:Qn}=Se,[Dn,ua]=(0,zo.Z)(Re||ze||ji,{value:Re}),Qa=oe.useRef(new Map),Lr=(0,oe.useCallback)(or=>{if(xe){const nr=new Map;or.forEach(tr=>{let ja=fa(tr);!ja&&Qa.current.has(tr)&&(ja=Qa.current.get(tr)),nr.set(tr,ja)}),Qa.current=nr}},[fa,xe]);oe.useEffect(()=>{Lr(Dn)},[Dn]);const{keyEntities:Pr}=(0,oe.useMemo)(()=>{if(An)return{keyEntities:null};let or=Ra;if(xe){const nr=new Set(Ra.map((ja,To)=>ir(ja,To))),tr=Array.from(Qa.current).reduce((ja,To)=>{let[Ka,Tr]=To;return nr.has(Ka)?ja:ja.concat(Tr)},[]);or=[].concat((0,sa.Z)(or),(0,sa.Z)(tr))}return(0,po.I8)(or,{externalGetKey:ir,childrenPropName:Wn})},[Ra,ir,An,Wn,xe]),_a=(0,oe.useMemo)(()=>Ii(Wn,Ma),[Wn,Ma]),Ur=(0,oe.useMemo)(()=>{const or=new Map;return _a.forEach((nr,tr)=>{const ja=ir(nr,tr),To=(He?He(nr):null)||{};or.set(ja,To)}),or},[_a,ir,He]),zr=(0,oe.useCallback)(or=>{var nr;return!!(!((nr=Ur.get(ir(or)))===null||nr===void 0)&&nr.disabled)},[Ur,ir]),[Hn,ha]=(0,oe.useMemo)(()=>{if(An)return[Dn||[],[]];const{checkedKeys:or,halfCheckedKeys:nr}=(0,Ko.S)(Dn,!0,Pr,zr);return[or||[],nr]},[Dn,An,Pr,zr]),Gr=(0,oe.useMemo)(()=>{const or=en==="radio"?Hn.slice(0,1):Hn;return new Set(or)},[Hn,en]),Qr=(0,oe.useMemo)(()=>en==="radio"?new Set:new Set(ha),[ha,en]),[Aa,di]=(0,oe.useState)(null);oe.useEffect(()=>{ve||ua(ji)},[!!ve]);const mo=(0,oe.useCallback)((or,nr)=>{let tr,ja;Lr(or),xe?(tr=or,ja=or.map(To=>Qa.current.get(To))):(tr=[],ja=[],or.forEach(To=>{const Ka=fa(To);Ka!==void 0&&(tr.push(To),ja.push(Ka))})),ua(tr),Je==null||Je(tr,ja,{type:nr})},[ua,fa,Je,xe]),ti=(0,oe.useCallback)((or,nr,tr,ja)=>{if(ot){const To=tr.map(Ka=>fa(Ka));ot(fa(or),nr,To,ja)}mo(tr,"single")},[ot,fa,mo]),Zo=(0,oe.useMemo)(()=>!nn||Mn?null:(nn===!0?[ci,xo,Pi]:nn).map(nr=>nr===ci?{key:"all",text:ya.selectionAll,onSelect(){mo(Ra.map((tr,ja)=>ir(tr,ja)).filter(tr=>{const ja=Ur.get(tr);return!(ja!=null&&ja.disabled)||Gr.has(tr)}),"all")}}:nr===xo?{key:"invert",text:ya.selectInvert,onSelect(){const tr=new Set(Gr);Ma.forEach((To,Ka)=>{const Tr=ir(To,Ka),fo=Ur.get(Tr);fo!=null&&fo.disabled||(tr.has(Tr)?tr.delete(Tr):tr.add(Tr))});const ja=Array.from(tr);yt&&yt(ja),mo(ja,"invert")}}:nr===Pi?{key:"none",text:ya.selectNone,onSelect(){Mt==null||Mt(),mo(Array.from(Gr).filter(tr=>{const ja=Ur.get(tr);return ja==null?void 0:ja.disabled}),"none")}}:nr).map(nr=>Object.assign(Object.assign({},nr),{onSelect:function(){for(var tr,ja,To=arguments.length,Ka=new Array(To),Tr=0;Tr<To;Tr++)Ka[Tr]=arguments[Tr];(ja=nr.onSelect)===null||ja===void 0||(tr=ja).call.apply(tr,[nr].concat(Ka)),di(null)}})),[nn,Gr,Ma,ir,yt,mo]);return[(0,oe.useCallback)(or=>{var nr;if(!ve)return or.filter(Io=>Io!==Ar);let tr=(0,sa.Z)(or);const ja=new Set(Gr),To=_a.map(ir).filter(Io=>!Ur.get(Io).disabled),Ka=To.every(Io=>ja.has(Io)),Tr=To.some(Io=>ja.has(Io)),fo=()=>{const Io=[];Ka?To.forEach(Qo=>{ja.delete(Qo),Io.push(Qo)}):To.forEach(Qo=>{ja.has(Qo)||(ja.add(Qo),Io.push(Qo))});const Go=Array.from(ja);rt==null||rt(!Ka,Go.map(Qo=>fa(Qo)),Io.map(Qo=>fa(Qo))),mo(Go,"all"),di(null)};let ho;if(en!=="radio"){let Io;if(Zo){const ro={getPopupContainer:Qn,items:Zo.map((fs,Xi)=>{const{key:ks,text:ol,onSelect:il}=fs;return{key:ks!=null?ks:Xi,onClick:()=>{il==null||il(To)},label:ol}})};Io=oe.createElement("div",{className:`${zn}-selection-extra`},oe.createElement(Yu.Z,{menu:ro,getPopupContainer:Qn},oe.createElement("span",null,oe.createElement(ri.Z,null))))}const Go=_a.map((ro,fs)=>{const Xi=ir(ro,fs),ks=Ur.get(Xi)||{};return Object.assign({checked:ja.has(Xi)},ks)}).filter(ro=>{let{disabled:fs}=ro;return fs}),Qo=!!Go.length&&Go.length===_a.length,Mi=Qo&&Go.every(ro=>{let{checked:fs}=ro;return fs}),Ni=Qo&&Go.some(ro=>{let{checked:fs}=ro;return fs});ho=!Mn&&oe.createElement("div",{className:`${zn}-selection`},oe.createElement(du.default,{checked:Qo?Mi:!!_a.length&&Ka,indeterminate:Qo?!Mi&&Ni:!Ka&&Tr,onChange:fo,disabled:_a.length===0||Qo,"aria-label":Io?"Custom selection":"Select all",skipGroup:!0}),Io)}let rs;en==="radio"?rs=(Io,Go,Qo)=>{const Mi=ir(Go,Qo),Ni=ja.has(Mi);return{node:oe.createElement(Bu.ZP,Object.assign({},Ur.get(Mi),{checked:Ni,onClick:ro=>ro.stopPropagation(),onChange:ro=>{ja.has(Mi)||ti(Mi,!0,[Mi],ro.nativeEvent)}})),checked:Ni}}:rs=(Io,Go,Qo)=>{var Mi;const Ni=ir(Go,Qo),ro=ja.has(Ni),fs=Qr.has(Ni),Xi=Ur.get(Ni);let ks;return er==="nest"?ks=fs:ks=(Mi=Xi==null?void 0:Xi.indeterminate)!==null&&Mi!==void 0?Mi:fs,{node:oe.createElement(du.default,Object.assign({},Xi,{indeterminate:ks,checked:ro,skipGroup:!0,onClick:ol=>ol.stopPropagation(),onChange:ol=>{let{nativeEvent:il}=ol;const{shiftKey:Ru}=il;let yl=-1,Gi=-1;if(Ru&&An){const Ps=new Set([Aa,Ni]);To.some((hs,Fi)=>{if(Ps.has(hs))if(yl===-1)yl=Fi;else return Gi=Fi,!0;return!1})}if(Gi!==-1&&yl!==Gi&&An){const Ps=To.slice(yl,Gi+1),hs=[];ro?Ps.forEach(Si=>{ja.has(Si)&&(hs.push(Si),ja.delete(Si))}):Ps.forEach(Si=>{ja.has(Si)||(hs.push(Si),ja.add(Si))});const Fi=Array.from(ja);Nt==null||Nt(!ro,Fi.map(Si=>fa(Si)),hs.map(Si=>fa(Si))),mo(Fi,"multiple")}else{const Ps=Hn;if(An){const hs=ro?(0,hi._5)(Ps,Ni):(0,hi.L0)(Ps,Ni);ti(Ni,!ro,hs,il)}else{const hs=(0,Ko.S)([].concat((0,sa.Z)(Ps),[Ni]),!0,Pr,zr),{checkedKeys:Fi,halfCheckedKeys:Si}=hs;let El=Fi;if(ro){const Wl=new Set(Fi);Wl.delete(Ni),El=(0,Ko.S)(Array.from(Wl),{checked:!1,halfCheckedKeys:Si},Pr,zr).checkedKeys}ti(Ni,!ro,El,il)}}di(ro?null:Ni)}})),checked:ro}};const Ki=(Io,Go,Qo)=>{const{node:Mi,checked:Ni}=rs(Io,Go,Qo);return xn?xn(Ni,Go,Qo,Mi):Mi};if(!tr.includes(Ar))if(tr.findIndex(Io=>{var Go;return((Go=Io[tn])===null||Go===void 0?void 0:Go.columnType)==="EXPAND_COLUMN"})===0){const[Io,...Go]=tr;tr=[Io,Ar].concat((0,sa.Z)(Go))}else tr=[Ar].concat((0,sa.Z)(tr));const rl=tr.indexOf(Ar);tr=tr.filter((Io,Go)=>Io!==Ar||Go===rl);const ki=tr[rl-1],ms=tr[rl+1];let Di=kn;Di===void 0&&((ms==null?void 0:ms.fixed)!==void 0?Di=ms.fixed:(ki==null?void 0:ki.fixed)!==void 0&&(Di=ki.fixed)),Di&&ki&&((nr=ki[tn])===null||nr===void 0?void 0:nr.columnType)==="EXPAND_COLUMN"&&ki.fixed===void 0&&(ki.fixed=Di);const Es=xt()(`${zn}-selection-col`,{[`${zn}-selection-col-with-dropdown`]:nn&&en==="checkbox"}),Zl={fixed:Di,width:Yt,className:`${zn}-selection-column`,title:ve.columnTitle||ho,render:Ki,onCell:ve.onCell,[tn]:{className:Es}};return tr.map(Io=>Io===Ar?Zl:Io)},[ir,_a,ve,Hn,Gr,Qr,Yt,Zo,er,Aa,Ur,Nt,ti,zr]),Gr]},Oo={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"},ns=Oo,Ci=function(ve,xe){return oe.createElement(Pu.Z,(0,De.Z)({},ve,{ref:xe,icon:ns}))},Vo=oe.forwardRef(Ci),si={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"},Ns=si,tl=function(ve,xe){return oe.createElement(Pu.Z,(0,De.Z)({},ve,{ref:xe,icon:Ns}))},Rs=oe.forwardRef(tl),zi=y(83062);const $i="ascend",bs="descend";function Li(Se){return typeof Se.sorter=="object"&&typeof Se.sorter.multiple=="number"?Se.sorter.multiple:!1}function ei(Se){return typeof Se=="function"?Se:Se&&typeof Se=="object"&&Se.compare?Se.compare:!1}function Sr(Se,ve){return ve?Se[Se.indexOf(ve)+1]:Se[0]}function Ti(Se,ve,xe){let Re=[];function ze(He,Je){Re.push({column:He,key:Sl(He,Je),multiplePriority:Li(He),sortOrder:He.sortOrder})}return(Se||[]).forEach((He,Je)=>{const ot=Jl(Je,xe);He.children?("sortOrder"in He&&ze(He,ot),Re=[].concat((0,sa.Z)(Re),(0,sa.Z)(Ti(He.children,ve,ot)))):He.sorter&&("sortOrder"in He?ze(He,ot):ve&&He.defaultSortOrder&&Re.push({column:He,key:Sl(He,ot),multiplePriority:Li(He),sortOrder:He.defaultSortOrder}))}),Re}function as(Se,ve,xe,Re,ze,He,Je,ot){return(ve||[]).map((rt,yt)=>{const Mt=Jl(yt,ot);let Nt=rt;if(Nt.sorter){const Yt=Nt.sortDirections||ze,en=Nt.showSorterTooltip===void 0?Je:Nt.showSorterTooltip,nn=Sl(Nt,Mt),kn=xe.find(er=>{let{key:Wn}=er;return Wn===nn}),xn=kn?kn.sortOrder:null,Mn=Sr(Yt,xn);let An;if(rt.sortIcon)An=rt.sortIcon({sortOrder:xn});else{const er=Yt.includes($i)&&oe.createElement(Rs,{className:xt()(`${Se}-column-sorter-up`,{active:xn===$i})}),Wn=Yt.includes(bs)&&oe.createElement(Vo,{className:xt()(`${Se}-column-sorter-down`,{active:xn===bs})});An=oe.createElement("span",{className:xt()(`${Se}-column-sorter`,{[`${Se}-column-sorter-full`]:!!(er&&Wn)})},oe.createElement("span",{className:`${Se}-column-sorter-inner`,"aria-hidden":"true"},er,Wn))}const{cancelSort:zn,triggerAsc:Ra,triggerDesc:Ma}=He||{};let fa=zn;Mn===bs?fa=Ma:Mn===$i&&(fa=Ra);const ir=typeof en=="object"?en:{title:fa};Nt=Object.assign(Object.assign({},Nt),{className:xt()(Nt.className,{[`${Se}-column-sort`]:xn}),title:er=>{const Wn=oe.createElement("div",{className:`${Se}-column-sorters`},oe.createElement("span",{className:`${Se}-column-title`},uu(rt.title,er)),An);return en?oe.createElement(zi.Z,Object.assign({},ir),Wn):Wn},onHeaderCell:er=>{const Wn=rt.onHeaderCell&&rt.onHeaderCell(er)||{},ya=Wn.onClick,Qn=Wn.onKeyDown;Wn.onClick=Qa=>{Re({column:rt,key:nn,sortOrder:Mn,multiplePriority:Li(rt)}),ya==null||ya(Qa)},Wn.onKeyDown=Qa=>{Qa.keyCode===Dt.Z.ENTER&&(Re({column:rt,key:nn,sortOrder:Mn,multiplePriority:Li(rt)}),Qn==null||Qn(Qa))};const Dn=$u(rt.title,{}),ua=Dn==null?void 0:Dn.toString();return xn?Wn["aria-sort"]=xn==="ascend"?"ascending":"descending":Wn["aria-label"]=ua||"",Wn.className=xt()(Wn.className,`${Se}-column-has-sorters`),Wn.tabIndex=0,rt.ellipsis&&(Wn.title=(Dn!=null?Dn:"").toString()),Wn}})}return"children"in Nt&&(Nt=Object.assign(Object.assign({},Nt),{children:as(Se,Nt.children,xe,Re,ze,He,Je,Mt)})),Nt})}function Bs(Se){const{column:ve,sortOrder:xe}=Se;return{column:ve,order:xe,field:ve.dataIndex,columnKey:ve.key}}function vl(Se){const ve=Se.filter(xe=>{let{sortOrder:Re}=xe;return Re}).map(Bs);return ve.length===0&&Se.length?Object.assign(Object.assign({},Bs(Se[Se.length-1])),{column:void 0}):ve.length<=1?ve[0]||{}:ve}function Us(Se,ve,xe){const Re=ve.slice().sort((Je,ot)=>ot.multiplePriority-Je.multiplePriority),ze=Se.slice(),He=Re.filter(Je=>{let{column:{sorter:ot},sortOrder:rt}=Je;return ei(ot)&&rt});return He.length?ze.sort((Je,ot)=>{for(let rt=0;rt<He.length;rt+=1){const yt=He[rt],{column:{sorter:Mt},sortOrder:Nt}=yt,Yt=ei(Mt);if(Yt&&Nt){const en=Yt(Je,ot,Nt);if(en!==0)return Nt===$i?en:-en}}return 0}).map(Je=>{const ot=Je[xe];return ot?Object.assign(Object.assign({},Je),{[xe]:Us(ot,ve,xe)}):Je}):ze}function Cu(Se){let{prefixCls:ve,mergedColumns:xe,onSorterChange:Re,sortDirections:ze,tableLocale:He,showSorterTooltip:Je}=Se;const[ot,rt]=oe.useState(Ti(xe,!0)),yt=oe.useMemo(()=>{let nn=!0;const kn=Ti(xe,!1);if(!kn.length)return ot;const xn=[];function Mn(zn){nn?xn.push(zn):xn.push(Object.assign(Object.assign({},zn),{sortOrder:null}))}let An=null;return kn.forEach(zn=>{An===null?(Mn(zn),zn.sortOrder&&(zn.multiplePriority===!1?nn=!1:An=!0)):(An&&zn.multiplePriority!==!1||(nn=!1),Mn(zn))}),xn},[xe,ot]),Mt=oe.useMemo(()=>{const nn=yt.map(kn=>{let{column:xn,sortOrder:Mn}=kn;return{column:xn,order:Mn}});return{sortColumns:nn,sortColumn:nn[0]&&nn[0].column,sortOrder:nn[0]&&nn[0].order}},[yt]);function Nt(nn){let kn;nn.multiplePriority===!1||!yt.length||yt[0].multiplePriority===!1?kn=[nn]:kn=[].concat((0,sa.Z)(yt.filter(xn=>{let{key:Mn}=xn;return Mn!==nn.key})),[nn]),rt(kn),Re(vl(kn),kn)}return[nn=>as(ve,nn,yt,Nt,ze,He,Je),yt,Mt,()=>vl(yt)]}function eu(Se,ve){return Se.map(xe=>{const Re=Object.assign({},xe);return Re.title=uu(xe.title,ve),"children"in Re&&(Re.children=eu(Re.children,ve)),Re})}function zs(Se){return[oe.useCallback(xe=>eu(xe,Se),[Se])]}var Al=xa((Se,ve)=>{const{_renderTimes:xe}=Se,{_renderTimes:Re}=ve;return xe!==Re}),Gs=zl((Se,ve)=>{const{_renderTimes:xe}=Se,{_renderTimes:Re}=ve;return xe!==Re}),Qi=y(84780),Gl=y(14747),Ls=y(67968),wu=y(45503),_l=Se=>{const{componentCls:ve}=Se,xe=`${Se.lineWidth}px ${Se.lineType} ${Se.tableBorderColor}`,Re=(ze,He,Je)=>({[`&${ve}-${ze}`]:{[`> ${ve}-container`]:{[`> ${ve}-content, > ${ve}-body`]:{"\n > table > tbody > tr > th,\n > table > tbody > tr > td\n ":{[`> ${ve}-expanded-row-fixed`]:{margin:`-${He}px -${Je+Se.lineWidth}px`}}}}}});return{[`${ve}-wrapper`]:{[`${ve}${ve}-bordered`]:Object.assign(Object.assign(Object.assign({[`> ${ve}-title`]:{border:xe,borderBottom:0},[`> ${ve}-container`]:{borderInlineStart:xe,borderTop:xe,[`
|
|
|
> ${ve}-content,
|
|
|
> ${ve}-header,
|
|
|
> ${ve}-body,
|
|
|
> ${ve}-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:xe},"> thead":{"> tr:not(:last-child) > th":{borderBottom:xe},"> tr > th::before":{backgroundColor:"transparent !important"}},"\n > thead > tr,\n > tbody > tr,\n > tfoot > tr\n ":{[`> ${ve}-cell-fix-right-first::after`]:{borderInlineEnd:xe}},"\n > tbody > tr > th,\n > tbody > tr > td\n ":{[`> ${ve}-expanded-row-fixed`]:{margin:`-${Se.tablePaddingVertical}px -${Se.tablePaddingHorizontal+Se.lineWidth}px`,"&::after":{position:"absolute",top:0,insetInlineEnd:Se.lineWidth,bottom:0,borderInlineEnd:xe,content:'""'}}}}}},[`&${ve}-scroll-horizontal`]:{[`> ${ve}-container > ${ve}-body`]:{"> table > tbody":{[`
|
|
|
> tr${ve}-expanded-row,
|
|
|
> tr${ve}-placeholder
|
|
|
`]:{"> th, > td":{borderInlineEnd:0}}}}}},Re("middle",Se.tablePaddingVerticalMiddle,Se.tablePaddingHorizontalMiddle)),Re("small",Se.tablePaddingVerticalSmall,Se.tablePaddingHorizontalSmall)),{[`> ${ve}-footer`]:{border:xe,borderTop:0}}),[`${ve}-cell`]:{[`${ve}-container:first-child`]:{borderTop:0},"&-scrollbar:not([rowspan])":{boxShadow:`0 ${Se.lineWidth}px 0 ${Se.lineWidth}px ${Se.tableHeaderBg}`}},[`${ve}-bordered ${ve}-cell-scrollbar`]:{borderInlineEnd:xe}}}},bl=Se=>{const{componentCls:ve}=Se;return{[`${ve}-wrapper`]:{[`${ve}-cell-ellipsis`]:Object.assign(Object.assign({},Gl.vS),{wordBreak:"keep-all",[`
|
|
|
&${ve}-cell-fix-left-last,
|
|
|
&${ve}-cell-fix-right-first
|
|
|
`]:{overflow:"visible",[`${ve}-cell-content`]:{display:"block",overflow:"hidden",textOverflow:"ellipsis"}},[`${ve}-column-title`]:{overflow:"hidden",textOverflow:"ellipsis",wordBreak:"keep-all"}})}}},nl=Se=>{const{componentCls:ve}=Se;return{[`${ve}-wrapper`]:{[`${ve}-tbody > tr${ve}-placeholder`]:{textAlign:"center",color:Se.colorTextDisabled,"\n &:hover > th,\n &:hover > td,\n ":{background:Se.colorBgContainer}}}}},ys=y(49867),tu=Se=>{const{componentCls:ve,antCls:xe,controlInteractiveSize:Re,motionDurationSlow:ze,lineWidth:He,paddingXS:Je,lineType:ot,tableBorderColor:rt,tableExpandIconBg:yt,tableExpandColumnWidth:Mt,borderRadius:Nt,fontSize:Yt,fontSizeSM:en,lineHeight:nn,tablePaddingVertical:kn,tablePaddingHorizontal:xn,tableExpandedRowBg:Mn,paddingXXS:An}=Se,zn=Re/2-He,Ra=zn*2+He*3,Ma=`${He}px ${ot} ${rt}`,fa=An-He;return{[`${ve}-wrapper`]:{[`${ve}-expand-icon-col`]:{width:Mt},[`${ve}-row-expand-icon-cell`]:{textAlign:"center",[`${ve}-row-expand-icon`]:{display:"inline-flex",float:"none",verticalAlign:"sub"}},[`${ve}-row-indent`]:{height:1,float:"left"},[`${ve}-row-expand-icon`]:Object.assign(Object.assign({},(0,ys.N)(Se)),{position:"relative",float:"left",boxSizing:"border-box",width:Ra,height:Ra,padding:0,color:"inherit",lineHeight:`${Ra}px`,background:yt,border:Ma,borderRadius:Nt,transform:`scale(${Re/Ra})`,transition:`all ${ze}`,userSelect:"none","&:focus, &:hover, &:active":{borderColor:"currentcolor"},"&::before, &::after":{position:"absolute",background:"currentcolor",transition:`transform ${ze} ease-out`,content:'""'},"&::before":{top:zn,insetInlineEnd:fa,insetInlineStart:fa,height:He},"&::after":{top:fa,bottom:fa,insetInlineStart:zn,width:He,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"}}),[`${ve}-row-indent + ${ve}-row-expand-icon`]:{marginTop:(Yt*nn-He*3)/2-Math.ceil((en*1.4-He*3)/2),marginInlineEnd:Je},[`tr${ve}-expanded-row`]:{"&, &:hover":{"> th, > td":{background:Mn}},[`${xe}-descriptions-view`]:{display:"flex",table:{flex:"auto",width:"auto"}}},[`${ve}-expanded-row-fixed`]:{position:"relative",margin:`-${kn}px -${xn}px`,padding:`${kn}px ${xn}px`}}}},Oi=Se=>{const{componentCls:ve,antCls:xe,iconCls:Re,tableFilterDropdownWidth:ze,tableFilterDropdownSearchWidth:He,paddingXXS:Je,paddingXS:ot,colorText:rt,lineWidth:yt,lineType:Mt,tableBorderColor:Nt,tableHeaderIconColor:Yt,fontSizeSM:en,tablePaddingHorizontal:nn,borderRadius:kn,motionDurationSlow:xn,colorTextDescription:Mn,colorPrimary:An,tableHeaderFilterActiveBg:zn,colorTextDisabled:Ra,tableFilterDropdownBg:Ma,tableFilterDropdownHeight:fa,controlItemBgHover:ir,controlItemBgActive:er,boxShadowSecondary:Wn,filterDropdownMenuBg:ya}=Se,Qn=`${xe}-dropdown`,Dn=`${ve}-filter-dropdown`,ua=`${xe}-tree`,Qa=`${yt}px ${Mt} ${Nt}`;return[{[`${ve}-wrapper`]:{[`${ve}-filter-column`]:{display:"flex",justifyContent:"space-between"},[`${ve}-filter-trigger`]:{position:"relative",display:"flex",alignItems:"center",marginBlock:-Je,marginInline:`${Je}px ${-nn/2}px`,padding:`0 ${Je}px`,color:Yt,fontSize:en,borderRadius:kn,cursor:"pointer",transition:`all ${xn}`,"&:hover":{color:Mn,background:zn},"&.active":{color:An}}}},{[`${xe}-dropdown`]:{[Dn]:Object.assign(Object.assign({},(0,Gl.Wf)(Se)),{minWidth:ze,backgroundColor:Ma,borderRadius:kn,boxShadow:Wn,overflow:"hidden",[`${Qn}-menu`]:{maxHeight:fa,overflowX:"hidden",border:0,boxShadow:"none",borderRadius:"unset",backgroundColor:ya,"&:empty::after":{display:"block",padding:`${ot}px 0`,color:Ra,fontSize:en,textAlign:"center",content:'"Not Found"'}},[`${Dn}-tree`]:{paddingBlock:`${ot}px 0`,paddingInline:ot,[ua]:{padding:0},[`${ua}-treenode ${ua}-node-content-wrapper:hover`]:{backgroundColor:ir},[`${ua}-treenode-checkbox-checked ${ua}-node-content-wrapper`]:{"&, &:hover":{backgroundColor:er}}},[`${Dn}-search`]:{padding:ot,borderBottom:Qa,"&-input":{input:{minWidth:He},[Re]:{color:Ra}}},[`${Dn}-checkall`]:{width:"100%",marginBottom:Je,marginInlineStart:Je},[`${Dn}-btns`]:{display:"flex",justifyContent:"space-between",padding:`${ot-yt}px ${ot}px`,overflow:"hidden",borderTop:Qa}})}},{[`${xe}-dropdown ${Dn}, ${Dn}-submenu`]:{[`${xe}-checkbox-wrapper + span`]:{paddingInlineStart:ot,color:rt},"> ul":{maxHeight:"calc(100vh - 130px)",overflowX:"hidden",overflowY:"auto"}}}]},Ws=Se=>{const{componentCls:ve,lineWidth:xe,colorSplit:Re,motionDurationSlow:ze,zIndexTableFixed:He,tableBg:Je,zIndexTableSticky:ot}=Se,rt=Re;return{[`${ve}-wrapper`]:{[`
|
|
|
${ve}-cell-fix-left,
|
|
|
${ve}-cell-fix-right
|
|
|
`]:{position:"sticky !important",zIndex:He,background:Je},[`
|
|
|
${ve}-cell-fix-left-first::after,
|
|
|
${ve}-cell-fix-left-last::after
|
|
|
`]:{position:"absolute",top:0,right:{_skip_check_:!0,value:0},bottom:-xe,width:30,transform:"translateX(100%)",transition:`box-shadow ${ze}`,content:'""',pointerEvents:"none"},[`${ve}-cell-fix-left-all::after`]:{display:"none"},[`
|
|
|
${ve}-cell-fix-right-first::after,
|
|
|
${ve}-cell-fix-right-last::after
|
|
|
`]:{position:"absolute",top:0,bottom:-xe,left:{_skip_check_:!0,value:0},width:30,transform:"translateX(-100%)",transition:`box-shadow ${ze}`,content:'""',pointerEvents:"none"},[`${ve}-container`]:{"&::before, &::after":{position:"absolute",top:0,bottom:0,zIndex:ot+1,width:30,transition:`box-shadow ${ze}`,content:'""',pointerEvents:"none"},"&::before":{insetInlineStart:0},"&::after":{insetInlineEnd:0}},[`${ve}-ping-left`]:{[`&:not(${ve}-has-fix-left) ${ve}-container`]:{position:"relative","&::before":{boxShadow:`inset 10px 0 8px -8px ${rt}`}},[`
|
|
|
${ve}-cell-fix-left-first::after,
|
|
|
${ve}-cell-fix-left-last::after
|
|
|
`]:{boxShadow:`inset 10px 0 8px -8px ${rt}`},[`${ve}-cell-fix-left-last::before`]:{backgroundColor:"transparent !important"}},[`${ve}-ping-right`]:{[`&:not(${ve}-has-fix-right) ${ve}-container`]:{position:"relative","&::after":{boxShadow:`inset -10px 0 8px -8px ${rt}`}},[`
|
|
|
${ve}-cell-fix-right-first::after,
|
|
|
${ve}-cell-fix-right-last::after
|
|
|
`]:{boxShadow:`inset -10px 0 8px -8px ${rt}`}}}}},nu=Se=>{const{componentCls:ve,antCls:xe}=Se;return{[`${ve}-wrapper`]:{[`${ve}-pagination${xe}-pagination`]:{margin:`${Se.margin}px 0`},[`${ve}-pagination`]:{display:"flex",flexWrap:"wrap",rowGap:Se.paddingXS,"> *":{flex:"none"},"&-left":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-right":{justifyContent:"flex-end"}}}}},au=Se=>{const{componentCls:ve,tableRadius:xe}=Se;return{[`${ve}-wrapper`]:{[ve]:{[`${ve}-title, ${ve}-header`]:{borderRadius:`${xe}px ${xe}px 0 0`},[`${ve}-title + ${ve}-container`]:{borderStartStartRadius:0,borderStartEndRadius:0,[`${ve}-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:xe,borderStartEndRadius:xe,"table > thead > tr:first-child":{"> *:first-child":{borderStartStartRadius:xe},"> *:last-child":{borderStartEndRadius:xe}}},"&-footer":{borderRadius:`0 0 ${xe}px ${xe}px`}}}}},Hl=Se=>{const{componentCls:ve}=Se;return{[`${ve}-wrapper-rtl`]:{direction:"rtl",table:{direction:"rtl"},[`${ve}-pagination-left`]:{justifyContent:"flex-end"},[`${ve}-pagination-right`]:{justifyContent:"flex-start"},[`${ve}-row-expand-icon`]:{float:"right","&::after":{transform:"rotate(-90deg)"},"&-collapsed::before":{transform:"rotate(180deg)"},"&-collapsed::after":{transform:"rotate(0deg)"}},[`${ve}-container`]:{"&::before":{insetInlineStart:"unset",insetInlineEnd:0},"&::after":{insetInlineStart:0,insetInlineEnd:"unset"},[`${ve}-row-indent`]:{float:"right"}}}}},ru=Se=>{const{componentCls:ve,antCls:xe,iconCls:Re,fontSizeIcon:ze,padding:He,paddingXS:Je,tableHeaderIconColor:ot,tableHeaderIconColorHover:rt,tableSelectionColumnWidth:yt}=Se;return{[`${ve}-wrapper`]:{[`${ve}-selection-col`]:{width:yt,[`&${ve}-selection-col-with-dropdown`]:{width:yt+ze+He/4}},[`${ve}-bordered ${ve}-selection-col`]:{width:yt+Je*2,[`&${ve}-selection-col-with-dropdown`]:{width:yt+ze+He/4+Je*2}},[`
|
|
|
table tr th${ve}-selection-column,
|
|
|
table tr td${ve}-selection-column
|
|
|
`]:{paddingInlineEnd:Se.paddingXS,paddingInlineStart:Se.paddingXS,textAlign:"center",[`${xe}-radio-wrapper`]:{marginInlineEnd:0}},[`table tr th${ve}-selection-column${ve}-cell-fix-left`]:{zIndex:Se.zIndexTableFixed+1},[`table tr th${ve}-selection-column::after`]:{backgroundColor:"transparent !important"},[`${ve}-selection`]:{position:"relative",display:"inline-flex",flexDirection:"column"},[`${ve}-selection-extra`]:{position:"absolute",top:0,zIndex:1,cursor:"pointer",transition:`all ${Se.motionDurationSlow}`,marginInlineStart:"100%",paddingInlineStart:`${Se.tablePaddingHorizontal/4}px`,[Re]:{color:ot,fontSize:ze,verticalAlign:"baseline","&:hover":{color:rt}}}}}},pu=Se=>{const{componentCls:ve}=Se,xe=(Re,ze,He,Je)=>({[`${ve}${ve}-${Re}`]:{fontSize:Je,[`
|
|
|
${ve}-title,
|
|
|
${ve}-footer,
|
|
|
${ve}-cell,
|
|
|
${ve}-thead > tr > th,
|
|
|
${ve}-tbody > tr > th,
|
|
|
${ve}-tbody > tr > td,
|
|
|
tfoot > tr > th,
|
|
|
tfoot > tr > td
|
|
|
`]:{padding:`${ze}px ${He}px`},[`${ve}-filter-trigger`]:{marginInlineEnd:`-${He/2}px`},[`${ve}-expanded-row-fixed`]:{margin:`-${ze}px -${He}px`},[`${ve}-tbody`]:{[`${ve}-wrapper:only-child ${ve}`]:{marginBlock:`-${ze}px`,marginInline:`${Se.tableExpandColumnWidth-He}px -${He}px`}},[`${ve}-selection-column`]:{paddingInlineStart:`${He/4}px`}}});return{[`${ve}-wrapper`]:Object.assign(Object.assign({},xe("middle",Se.tablePaddingVerticalMiddle,Se.tablePaddingHorizontalMiddle,Se.tableFontSizeMiddle)),xe("small",Se.tablePaddingVerticalSmall,Se.tablePaddingHorizontalSmall,Se.tableFontSizeSmall))}},al=Se=>{const{componentCls:ve,marginXXS:xe,fontSizeIcon:Re,tableHeaderIconColor:ze,tableHeaderIconColorHover:He}=Se;return{[`${ve}-wrapper`]:{[`${ve}-thead th${ve}-column-has-sorters`]:{outline:"none",cursor:"pointer",transition:`all ${Se.motionDurationSlow}`,"&:hover":{background:Se.tableHeaderSortHoverBg,"&::before":{backgroundColor:"transparent !important"}},"&:focus-visible":{color:Se.colorPrimary},[`
|
|
|
&${ve}-cell-fix-left:hover,
|
|
|
&${ve}-cell-fix-right:hover
|
|
|
`]:{background:Se.tableFixedHeaderSortActiveBg}},[`${ve}-thead th${ve}-column-sort`]:{background:Se.tableHeaderSortBg,"&::before":{backgroundColor:"transparent !important"}},[`td${ve}-column-sort`]:{background:Se.tableBodySortBg},[`${ve}-column-title`]:{position:"relative",zIndex:1,flex:1},[`${ve}-column-sorters`]:{display:"flex",flex:"auto",alignItems:"center",justifyContent:"space-between","&::after":{position:"absolute",inset:0,width:"100%",height:"100%",content:'""'}},[`${ve}-column-sorter`]:{marginInlineStart:xe,color:ze,fontSize:0,transition:`color ${Se.motionDurationSlow}`,"&-inner":{display:"inline-flex",flexDirection:"column",alignItems:"center"},"&-up, &-down":{fontSize:Re,"&.active":{color:Se.colorPrimary}},[`${ve}-column-sorter-up + ${ve}-column-sorter-down`]:{marginTop:"-0.3em"}},[`${ve}-column-sorters:hover ${ve}-column-sorter`]:{color:He}}}},Il=Se=>{const{componentCls:ve,opacityLoading:xe,tableScrollThumbBg:Re,tableScrollThumbBgHover:ze,tableScrollThumbSize:He,tableScrollBg:Je,zIndexTableSticky:ot,stickyScrollBarBorderRadius:rt}=Se,yt=`${Se.lineWidth}px ${Se.lineType} ${Se.tableBorderColor}`;return{[`${ve}-wrapper`]:{[`${ve}-sticky`]:{"&-holder":{position:"sticky",zIndex:ot,background:Se.colorBgContainer},"&-scroll":{position:"sticky",bottom:0,height:`${He}px !important`,zIndex:ot,display:"flex",alignItems:"center",background:Je,borderTop:yt,opacity:xe,"&:hover":{transformOrigin:"center bottom"},"&-bar":{height:He,backgroundColor:Re,borderRadius:rt,transition:`all ${Se.motionDurationSlow}, transform none`,position:"absolute",bottom:0,"&:hover, &-active":{backgroundColor:ze}}}}}}},Kl=Se=>{const{componentCls:ve,lineWidth:xe,tableBorderColor:Re}=Se,ze=`${xe}px ${Se.lineType} ${Re}`;return{[`${ve}-wrapper`]:{[`${ve}-summary`]:{position:"relative",zIndex:Se.zIndexTableFixed,background:Se.tableBg,"> tr":{"> th, > td":{borderBottom:ze}}},[`div${ve}-summary`]:{boxShadow:`0 -${xe}px 0 ${Re}`}}}},Hs=Se=>{const{componentCls:ve}=Se,xe=`${Se.lineWidth}px ${Se.lineType} ${Se.tableBorderColor}`,Re=`${ve}-expanded-row-cell`;return{[`${ve}-wrapper`]:{[`${ve}-tbody-virtual`]:{[`${ve}-row`]:{display:"flex",boxSizing:"border-box",width:"100%"},[`${ve}-cell`]:{borderBottom:xe},[`${ve}-expanded-row`]:{[`${Re}${Re}-fixed`]:{position:"sticky",insetInlineStart:0,overflow:"hidden",width:`calc(var(--virtual-width) - ${Se.lineWidth}px)`,borderInlineEnd:"none"}}},[`${ve}-bordered`]:{[`${ve}-tbody-virtual`]:{"&:after":{content:'""',insetInline:0,bottom:0,borderBottom:xe,position:"absolute"},[`${ve}-cell`]:{borderInlineEnd:xe,[`&${ve}-cell-fix-right-first:before`]:{content:'""',position:"absolute",insetBlock:0,insetInlineStart:-Se.lineWidth,borderInlineStart:xe}}}}}}};const hu=Se=>{const{componentCls:ve,fontWeightStrong:xe,tablePaddingVertical:Re,tablePaddingHorizontal:ze,lineWidth:He,lineType:Je,tableBorderColor:ot,tableFontSize:rt,tableBg:yt,tableRadius:Mt,tableHeaderTextColor:Nt,motionDurationMid:Yt,tableHeaderBg:en,tableHeaderCellSplitColor:nn,tableRowHoverBg:kn,tableSelectedRowBg:xn,tableSelectedRowHoverBg:Mn,tableFooterTextColor:An,tableFooterBg:zn,paddingContentVerticalLG:Ra}=Se,Ma=`${He}px ${Je} ${ot}`;return{[`${ve}-wrapper`]:Object.assign(Object.assign({clear:"both",maxWidth:"100%"},(0,Gl.dF)()),{[ve]:Object.assign(Object.assign({},(0,Gl.Wf)(Se)),{fontSize:rt,background:yt,borderRadius:`${Mt}px ${Mt}px 0 0`}),table:{width:"100%",textAlign:"start",borderRadius:`${Mt}px ${Mt}px 0 0`,borderCollapse:"separate",borderSpacing:0},[`
|
|
|
${ve}-cell,
|
|
|
${ve}-thead > tr > th,
|
|
|
${ve}-tbody > tr > th,
|
|
|
${ve}-tbody > tr > td,
|
|
|
tfoot > tr > th,
|
|
|
tfoot > tr > td
|
|
|
`]:{position:"relative",padding:`${Ra}px ${ze}px`,overflowWrap:"break-word"},[`${ve}-title`]:{padding:`${Re}px ${ze}px`},[`${ve}-thead`]:{"\n > tr > th,\n > tr > td\n ":{position:"relative",color:Nt,fontWeight:xe,textAlign:"start",background:en,borderBottom:Ma,transition:`background ${Yt} ease`,"&[colspan]:not([colspan='1'])":{textAlign:"center"},[`&:not(:last-child):not(${ve}-selection-column):not(${ve}-row-expand-icon-cell):not([colspan])::before`]:{position:"absolute",top:"50%",insetInlineEnd:0,width:1,height:"1.6em",backgroundColor:nn,transform:"translateY(-50%)",transition:`background-color ${Yt}`,content:'""'}},"> tr:not(:last-child) > th[colspan]":{borderBottom:0}},[`${ve}-tbody`]:{"> tr":{"> th, > td":{transition:`background ${Yt}, border-color ${Yt}`,borderBottom:Ma,[`
|
|
|
> ${ve}-wrapper:only-child,
|
|
|
> ${ve}-expanded-row-fixed > ${ve}-wrapper:only-child
|
|
|
`]:{[ve]:{marginBlock:`-${Re}px`,marginInline:`${Se.tableExpandColumnWidth-ze}px -${ze}px`,[`${ve}-tbody > tr:last-child > td`]:{borderBottom:0,"&:first-child, &:last-child":{borderRadius:0}}}}},"> th":{position:"relative",color:Nt,fontWeight:xe,textAlign:"start",background:en,borderBottom:Ma,transition:`background ${Yt} ease`},[`
|
|
|
&${ve}-row:hover > th,
|
|
|
&${ve}-row:hover > td,
|
|
|
> th${ve}-cell-row-hover,
|
|
|
> td${ve}-cell-row-hover
|
|
|
`]:{background:kn},[`&${ve}-row-selected`]:{"> th, > td":{background:xn},"&:hover > th, &:hover > td":{background:Mn}}}},[`${ve}-footer`]:{padding:`${Re}px ${ze}px`,color:An,background:zn}})}};var ds=(0,Ls.Z)("Table",Se=>{const{colorTextHeading:ve,colorSplit:xe,colorIcon:Re,colorIconHover:ze,opacityLoading:He,colorBgContainer:Je,controlInteractiveSize:ot,headerBg:rt,headerColor:yt,headerSortActiveBg:Mt,headerSortHoverBg:Nt,bodySortBg:Yt,rowHoverBg:en,rowSelectedBg:nn,rowSelectedHoverBg:kn,rowExpandedBg:xn,cellPaddingBlock:Mn,cellPaddingInline:An,cellPaddingBlockMD:zn,cellPaddingInlineMD:Ra,cellPaddingBlockSM:Ma,cellPaddingInlineSM:fa,borderColor:ir,footerBg:er,footerColor:Wn,headerBorderRadius:ya,cellFontSize:Qn,cellFontSizeMD:Dn,cellFontSizeSM:ua,headerSplitColor:Qa,fixedHeaderSortActiveBg:Lr,headerFilterHoverBg:Pr,filterDropdownBg:_a,expandIconBg:Ur,selectionColumnWidth:zr,stickyScrollBarBg:Hn}=Se,ha=new Qi.C(Re),Gr=new Qi.C(ze),Qr=2,Aa=(0,wu.TS)(Se,{tableFontSize:Qn,tableBg:Je,tableRadius:ya,tablePaddingVertical:Mn,tablePaddingHorizontal:An,tablePaddingVerticalMiddle:zn,tablePaddingHorizontalMiddle:Ra,tablePaddingVerticalSmall:Ma,tablePaddingHorizontalSmall:fa,tableBorderColor:ir,tableHeaderTextColor:yt,tableHeaderBg:rt,tableFooterTextColor:Wn,tableFooterBg:er,tableHeaderCellSplitColor:Qa,tableHeaderSortBg:Mt,tableHeaderSortHoverBg:Nt,tableHeaderIconColor:ha.clone().setAlpha(ha.getAlpha()*He).toRgbString(),tableHeaderIconColorHover:Gr.clone().setAlpha(Gr.getAlpha()*He).toRgbString(),tableBodySortBg:Yt,tableFixedHeaderSortActiveBg:Lr,tableHeaderFilterActiveBg:Pr,tableFilterDropdownBg:_a,tableRowHoverBg:en,tableSelectedRowBg:nn,tableSelectedRowHoverBg:kn,zIndexTableFixed:Qr,zIndexTableSticky:Qr+1,tableFontSizeMiddle:Dn,tableFontSizeSmall:ua,tableSelectionColumnWidth:zr,tableExpandIconBg:Ur,tableExpandColumnWidth:ot+2*Se.padding,tableExpandedRowBg:xn,tableFilterDropdownWidth:120,tableFilterDropdownHeight:264,tableFilterDropdownSearchWidth:140,tableScrollThumbSize:8,tableScrollThumbBg:Hn,tableScrollThumbBgHover:ve,tableScrollBg:xe});return[hu(Aa),nu(Aa),Kl(Aa),al(Aa),Oi(Aa),_l(Aa),au(Aa),tu(Aa),Kl(Aa),nl(Aa),ru(Aa),Ws(Aa),Il(Aa),bl(Aa),pu(Aa),Hl(Aa),Hs(Aa)]},Se=>{const{colorFillAlter:ve,colorBgContainer:xe,colorTextHeading:Re,colorFillSecondary:ze,colorFillContent:He,controlItemBgActive:Je,controlItemBgActiveHover:ot,padding:rt,paddingSM:yt,paddingXS:Mt,colorBorderSecondary:Nt,borderRadiusLG:Yt,fontSize:en,controlHeight:nn,colorTextPlaceholder:kn}=Se,xn=new Qi.C(ze).onBackground(xe).toHexShortString(),Mn=new Qi.C(He).onBackground(xe).toHexShortString(),An=new Qi.C(ve).onBackground(xe).toHexShortString();return{headerBg:An,headerColor:Re,headerSortActiveBg:xn,headerSortHoverBg:Mn,bodySortBg:An,rowHoverBg:An,rowSelectedBg:Je,rowSelectedHoverBg:ot,rowExpandedBg:ve,cellPaddingBlock:rt,cellPaddingInline:rt,cellPaddingBlockMD:yt,cellPaddingInlineMD:Mt,cellPaddingBlockSM:Mt,cellPaddingInlineSM:Mt,borderColor:Nt,headerBorderRadius:Yt,footerBg:An,footerColor:Re,cellFontSize:en,cellFontSizeMD:en,cellFontSizeSM:en,headerSplitColor:Nt,fixedHeaderSortActiveBg:xn,headerFilterHoverBg:He,filterDropdownMenuBg:xe,filterDropdownBg:xe,expandIconBg:xe,selectionColumnWidth:nn,stickyScrollBarBg:kn,stickyScrollBarBorderRadius:100}});const Nl=[],Su=(Se,ve)=>{const{prefixCls:xe,className:Re,rootClassName:ze,style:He,size:Je,bordered:ot,dropdownPrefixCls:rt,dataSource:yt,pagination:Mt,rowSelection:Nt,rowKey:Yt="key",rowClassName:en,columns:nn,children:kn,childrenColumnName:xn,onChange:Mn,getPopupContainer:An,loading:zn,expandIcon:Ra,expandable:Ma,expandedRowRender:fa,expandIconColumnIndex:ir,indentSize:er,scroll:Wn,sortDirections:ya,locale:Qn,showSorterTooltip:Dn=!0,virtual:ua}=Se,Qa=oe.useMemo(()=>nn||on(kn),[nn,kn]),Lr=oe.useMemo(()=>Qa.some(Co=>Co.responsive),[Qa]),Pr=(0,Zs.Z)(Lr),_a=oe.useMemo(()=>{const Co=new Set(Object.keys(Pr).filter(ni=>Pr[ni]));return Qa.filter(ni=>!ni.responsive||ni.responsive.some(Ji=>Co.has(Ji)))},[Qa,Pr]),Ur=(0,Ua.Z)(Se,["className","style","columns"]),{locale:zr=fl.Z,direction:Hn,table:ha,renderEmpty:Gr,getPrefixCls:Qr,getPopupContainer:Aa}=oe.useContext(Xl.E_),di=(0,Is.Z)(Je),mo=Object.assign(Object.assign({},zr.Table),Qn),ti=yt||Nl,Zo=Qr("table",xe),ps=Qr("dropdown",rt),or=Object.assign({childrenColumnName:xn,expandIconColumnIndex:ir},Ma),{childrenColumnName:nr="children"}=or,tr=oe.useMemo(()=>ti.some(Co=>Co==null?void 0:Co[nr])?"nest":fa||Ma&&Ma.expandedRowRender?"row":null,[ti]),ja={body:oe.useRef()},To=oe.useMemo(()=>typeof Yt=="function"?Yt:Co=>Co==null?void 0:Co[Yt],[Yt]),[Ka]=Jo(ti,nr,To),Tr={},fo=function(Co,ni){let Ji=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;var vi,os,Cs;const ws=Object.assign(Object.assign({},Tr),Co);Ji&&((vi=Tr.resetPagination)===null||vi===void 0||vi.call(Tr),!((os=ws.pagination)===null||os===void 0)&&os.current&&(ws.pagination.current=1),Mt&&Mt.onChange&&Mt.onChange(1,(Cs=ws.pagination)===null||Cs===void 0?void 0:Cs.pageSize)),Wn&&Wn.scrollToFirstRowOnChange!==!1&&ja.body.current&&(0,qs.Z)(0,{getContainer:()=>ja.body.current}),Mn==null||Mn(ws.pagination,ws.filters,ws.sorter,{currentDataSource:So(Us(ti,ws.sorterStates,nr),ws.filterStates),action:ni})},ho=(Co,ni)=>{fo({sorter:Co,sorterStates:ni},"sort",!1)},[rs,Ki,rl,ki]=Cu({prefixCls:Zo,mergedColumns:_a,onSorterChange:ho,sortDirections:ya||["ascend","descend"],tableLocale:mo,showSorterTooltip:Dn}),ms=oe.useMemo(()=>Us(ti,Ki,nr),[ti,Ki]);Tr.sorter=ki(),Tr.sorterStates=Ki;const Di=(Co,ni)=>{fo({filters:Co,filterStates:ni},"filter",!0)},[Es,Zl,Io]=Ga({prefixCls:Zo,locale:mo,dropdownPrefixCls:ps,mergedColumns:_a,onFilterChange:Di,getPopupContainer:An||Aa}),Go=So(ms,Zl);Tr.filters=Io,Tr.filterStates=Zl;const Qo=oe.useMemo(()=>{const Co={};return Object.keys(Io).forEach(ni=>{Io[ni]!==null&&(Co[ni]=Io[ni])}),Object.assign(Object.assign({},rl),{filters:Co})},[rl,Io]),[Mi]=zs(Qo),Ni=(Co,ni)=>{fo({pagination:Object.assign(Object.assign({},Tr.pagination),{current:Co,pageSize:ni})},"paginate")},[ro,fs]=Zr(Go.length,Ni,Mt);Tr.pagination=Mt===!1?{}:Ri(ro,Mt),Tr.resetPagination=fs;const Xi=oe.useMemo(()=>{if(Mt===!1||!ro.pageSize)return Go;const{current:Co=1,total:ni,pageSize:Ji=ai}=ro;return Go.length<ni?Go.length>Ji?Go.slice((Co-1)*Ji,Co*Ji):Go:Go.slice((Co-1)*Ji,Co*Ji)},[!!Mt,Go,ro&&ro.current,ro&&ro.pageSize,ro&&ro.total]),[ks,ol]=cs({prefixCls:Zo,data:Go,pageData:Xi,getRowKey:To,getRecordByKey:Ka,expandType:tr,childrenColumnName:nr,locale:mo,getPopupContainer:An||Aa},Nt),il=(Co,ni,Ji)=>{let vi;return typeof en=="function"?vi=xt()(en(Co,ni,Ji)):vi=xt()(en),xt()({[`${Zo}-row-selected`]:ol.has(To(Co,ni))},vi)};or.__PARENT_RENDER_ICON__=or.expandIcon,or.expandIcon=or.expandIcon||Ra||el(mo),tr==="nest"&&or.expandIconColumnIndex===void 0?or.expandIconColumnIndex=Nt?1:0:or.expandIconColumnIndex>0&&Nt&&(or.expandIconColumnIndex-=1),typeof or.indentSize!="number"&&(or.indentSize=typeof er=="number"?er:15);const Ru=oe.useCallback(Co=>Mi(ks(Es(rs(Co)))),[rs,Es,ks]);let yl,Gi;if(Mt!==!1&&(ro!=null&&ro.total)){let Co;ro.size?Co=ro.size:Co=di==="small"||di==="middle"?"small":void 0;const ni=os=>oe.createElement(es.Z,Object.assign({},ro,{className:xt()(`${Zo}-pagination ${Zo}-pagination-${os}`,ro.className),size:Co})),Ji=Hn==="rtl"?"left":"right",{position:vi}=ro;if(vi!==null&&Array.isArray(vi)){const os=vi.find(kl=>kl.includes("top")),Cs=vi.find(kl=>kl.includes("bottom")),ws=vi.every(kl=>`${kl}`=="none");!os&&!Cs&&!ws&&(Gi=ni(Ji)),os&&(yl=ni(os.toLowerCase().replace("top",""))),Cs&&(Gi=ni(Cs.toLowerCase().replace("bottom","")))}else Gi=ni(Ji)}let Ps;typeof zn=="boolean"?Ps={spinning:zn}:typeof zn=="object"&&(Ps=Object.assign({spinning:!0},zn));const[hs,Fi]=ds(Zo),[,Si]=(0,hl.Z)(),El=xt()(`${Zo}-wrapper`,ha==null?void 0:ha.className,{[`${Zo}-wrapper-rtl`]:Hn==="rtl"},Re,ze,Fi),Wl=Object.assign(Object.assign({},ha==null?void 0:ha.style),He),Ol=Qn&&Qn.emptyText||(Gr==null?void 0:Gr("Table"))||oe.createElement(Ei.Z,{componentName:"Table"}),$s=ua?Gs:Al,Lu={},qu=oe.useMemo(()=>{const{fontSize:Co,lineHeight:ni,padding:Ji,paddingXS:vi,paddingSM:os}=Si,Cs=Math.floor(Co*ni);switch(di){case"large":return Ji*2+Cs;case"small":return vi*2+Cs;default:return os*2+Cs}},[Si,di]);return ua&&(Lu.listItemHeight=qu),hs(oe.createElement("div",{ref:ve,className:El,style:Wl},oe.createElement(us.Z,Object.assign({spinning:!1},Ps),yl,oe.createElement($s,Object.assign({},Lu,Ur,{columns:_a,direction:Hn,expandable:or,prefixCls:Zo,className:xt()({[`${Zo}-middle`]:di==="middle",[`${Zo}-small`]:di==="small",[`${Zo}-bordered`]:ot,[`${Zo}-empty`]:ti.length===0}),data:Xi,rowKey:To,rowClassName:il,emptyText:Ol,internalHooks:se,internalRefs:ja,transformColumns:Ru})),Gi)))};var Nu=oe.forwardRef(Su);const Rl=(Se,ve)=>{const xe=oe.useRef(0);return xe.current+=1,oe.createElement(Nu,Object.assign({},Se,{ref:ve,_renderTimes:xe.current}))},gs=oe.forwardRef(Rl);gs.SELECTION_COLUMN=Ar,gs.EXPAND_COLUMN=ee,gs.SELECTION_ALL=ci,gs.SELECTION_INVERT=xo,gs.SELECTION_NONE=Pi,gs.Column=wl,gs.ColumnGroup=fi,gs.Summary=_e;var Ll=gs,vu=Ll},86132:function(de,ne,y){"use strict";y.d(ne,{default:function(){return $a}});var ee=y(87462),se=y(4942),ue=y(71002),pe=y(1413),fe=y(74902),Ce=y(15671),oe=y(43144),Ae=y(97326),Te=y(60136),Ie=y(51630),De=y(94184),Fe=y.n(De),Oe={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(ft){var Rt=ft.keyCode;if(ft.altKey&&!ft.ctrlKey||ft.metaKey||Rt>=Oe.F1&&Rt<=Oe.F12)return!1;switch(Rt){case Oe.ALT:case Oe.CAPS_LOCK:case Oe.CONTEXT_MENU:case Oe.CTRL:case Oe.DOWN:case Oe.END:case Oe.ESC:case Oe.HOME:case Oe.INSERT:case Oe.LEFT:case Oe.MAC_FF_META:case Oe.META:case Oe.NUMLOCK:case Oe.NUM_CENTER:case Oe.PAGE_DOWN:case Oe.PAGE_UP:case Oe.PAUSE:case Oe.PRINT_SCREEN:case Oe.RIGHT:case Oe.SHIFT:case Oe.UP:case Oe.WIN_KEY:case Oe.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(ft){if(ft>=Oe.ZERO&&ft<=Oe.NINE||ft>=Oe.NUM_ZERO&&ft<=Oe.NUM_MULTIPLY||ft>=Oe.A&&ft<=Oe.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&ft===0)return!0;switch(ft){case Oe.SPACE:case Oe.QUESTION_MARK:case Oe.NUM_PLUS:case Oe.NUM_MINUS:case Oe.NUM_PERIOD:case Oe.NUM_DIVISION:case Oe.SEMICOLON:case Oe.DASH:case Oe.EQUALS:case Oe.COMMA:case Oe.PERIOD:case Oe.SLASH:case Oe.APOSTROPHE:case Oe.SINGLE_QUOTE:case Oe.OPEN_SQUARE_BRACKET:case Oe.BACKSLASH:case Oe.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},me=Oe,a=y(34952),b=y(72978),z=y(67294),E=y(69610);function te(tt){var ft=tt.dropPosition,Rt=tt.dropLevelOffset,Ue=tt.indent,Bt={pointerEvents:"none",position:"absolute",right:0,backgroundColor:"red",height:2};switch(ft){case-1:Bt.top=0,Bt.left=-Rt*Ue;break;case 1:Bt.bottom=0,Bt.left=-Rt*Ue;break;case 0:Bt.bottom=0,Bt.left=Ue;break}return z.createElement("div",{style:Bt})}var ae=y(36459),le=y(97685),ce=y(45987);function he(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}var ye=he()?z.useLayoutEffect:z.useEffect,Pe=ye,Me=function(ft,Rt){var Ue=React.useRef(!0);ye(function(){if(!Ue.current)return ft()},Rt),ye(function(){return Ue.current=!1,function(){Ue.current=!0}},[])},Be=y(73299),Ze=y(73935);function Le(tt){return tt instanceof HTMLElement||tt instanceof SVGElement}function bt(tt){return Le(tt)?tt:tt instanceof z.Component?Ze.findDOMNode(tt):null}var xt=y(28580);function Sn(tt,ft,Rt){var Ue=React.useRef({});return(!("value"in Ue.current)||Rt(Ue.current.condition,ft))&&(Ue.current.value=tt(),Ue.current.condition=ft),Ue.current.value}function Ct(tt,ft){typeof tt=="function"?tt(ft):(0,ue.Z)(tt)==="object"&&tt&&"current"in tt&&(tt.current=ft)}function St(){for(var tt=arguments.length,ft=new Array(tt),Rt=0;Rt<tt;Rt++)ft[Rt]=arguments[Rt];var Ue=ft.filter(function(Bt){return Bt});return Ue.length<=1?Ue[0]:function(Bt){ft.forEach(function(cn){Ct(cn,Bt)})}}function Ht(){for(var tt=arguments.length,ft=new Array(tt),Rt=0;Rt<tt;Rt++)ft[Rt]=arguments[Rt];return useMemo(function(){return St.apply(void 0,ft)},ft,function(Ue,Bt){return Ue.length===Bt.length&&Ue.every(function(cn,bn){return cn===Bt[bn]})})}function zt(tt){var ft,Rt,Ue=(0,xt.isMemo)(tt)?tt.type.type:tt.type;return!(typeof Ue=="function"&&!((ft=Ue.prototype)!==null&&ft!==void 0&&ft.render)||typeof tt=="function"&&!((Rt=tt.prototype)!==null&&Rt!==void 0&&Rt.render))}function sn(tt,ft){var Rt={};return Rt[tt.toLowerCase()]=ft.toLowerCase(),Rt["Webkit".concat(tt)]="webkit".concat(ft),Rt["Moz".concat(tt)]="moz".concat(ft),Rt["ms".concat(tt)]="MS".concat(ft),Rt["O".concat(tt)]="o".concat(ft.toLowerCase()),Rt}function Pn(tt,ft){var Rt={animationend:sn("Animation","AnimationEnd"),transitionend:sn("Transition","TransitionEnd")};return tt&&("AnimationEvent"in ft||delete Rt.animationend.animation,"TransitionEvent"in ft||delete Rt.transitionend.transition),Rt}var wt=Pn(he(),typeof window!="undefined"?window:{}),gn={};if(he()){var Gn=document.createElement("div");gn=Gn.style}var nt={};function _t(tt){if(nt[tt])return nt[tt];var ft=wt[tt];if(ft)for(var Rt=Object.keys(ft),Ue=Rt.length,Bt=0;Bt<Ue;Bt+=1){var cn=Rt[Bt];if(Object.prototype.hasOwnProperty.call(ft,cn)&&cn in gn)return nt[tt]=ft[cn],nt[tt]}return""}var Qt=_t("animationend"),Vn=_t("transitionend"),dn=!!(Qt&&Vn),Fn=Qt||"animationend",Qe=Vn||"transitionend";function Cn(tt,ft){if(!tt)return null;if((0,ue.Z)(tt)==="object"){var Rt=ft.replace(/-\w/g,function(Ue){return Ue[1].toUpperCase()});return tt[Rt]}return"".concat(tt,"-").concat(ft)}var Kn="none",Ha="appear",_n="enter",Vt="leave",Tt="none",gt="prepare",ln="start",pn="active",On="end";function Xn(tt){var ft=z.useRef(!1),Rt=z.useState(tt),Ue=(0,le.Z)(Rt,2),Bt=Ue[0],cn=Ue[1];z.useEffect(function(){return ft.current=!1,function(){ft.current=!0}},[]);function bn(vt,Lt){Lt&&ft.current||cn(vt)}return[Bt,bn]}var ga=function(ft){return+setTimeout(ft,16)},La=function(ft){return clearTimeout(ft)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(ga=function(ft){return window.requestAnimationFrame(ft)},La=function(ft){return window.cancelAnimationFrame(ft)});var Fa=0,Ba=new Map;function pa(tt){Ba.delete(tt)}var Ja=function(ft){var Rt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;Fa+=1;var Ue=Fa;function Bt(cn){if(cn===0)pa(Ue),ft();else{var bn=ga(function(){Bt(cn-1)});Ba.set(Ue,bn)}}return Bt(Rt),Ue};Ja.cancel=function(tt){var ft=Ba.get(tt);return pa(ft),La(ft)};var Er=Ja,Xe=function(){var tt=z.useRef(null);function ft(){Er.cancel(tt.current)}function Rt(Ue){var Bt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;ft();var cn=Er(function(){Bt<=1?Ue({isCanceled:function(){return cn!==tt.current}}):Rt(Ue,Bt-1)});tt.current=cn}return z.useEffect(function(){return function(){ft()}},[]),[Rt,ft]},ct=he()?z.useLayoutEffect:z.useEffect,aa=ct,_e=[gt,ln,pn,On],Ge=!1,mt=!0;function un(tt){return tt===pn||tt===On}var jt=function(tt,ft){var Rt=Xn(Tt),Ue=(0,le.Z)(Rt,2),Bt=Ue[0],cn=Ue[1],bn=Xe(),vt=(0,le.Z)(bn,2),Lt=vt[0],It=vt[1];function kt(){cn(gt,!0)}return aa(function(){if(Bt!==Tt&&Bt!==On){var Ot=_e.indexOf(Bt),Ut=_e[Ot+1],$t=ft(Bt);$t===Ge?cn(Ut,!0):Lt(function(fn){function Zn(){fn.isCanceled()||cn(Ut,!0)}$t===!0?Zn():Promise.resolve($t).then(Zn)})}},[tt,Bt]),z.useEffect(function(){return function(){It()}},[]),[kt,Bt]},Tn=function(tt){var ft=(0,z.useRef)(),Rt=(0,z.useRef)(tt);Rt.current=tt;var Ue=z.useCallback(function(bn){Rt.current(bn)},[]);function Bt(bn){bn&&(bn.removeEventListener(Qe,Ue),bn.removeEventListener(Fn,Ue))}function cn(bn){ft.current&&ft.current!==bn&&Bt(ft.current),bn&&bn!==ft.current&&(bn.addEventListener(Qe,Ue),bn.addEventListener(Fn,Ue),ft.current=bn)}return z.useEffect(function(){return function(){Bt(ft.current)}},[]),[cn,Bt]};function Xt(tt,ft,Rt,Ue){var Bt=Ue.motionEnter,cn=Bt===void 0?!0:Bt,bn=Ue.motionAppear,vt=bn===void 0?!0:bn,Lt=Ue.motionLeave,It=Lt===void 0?!0:Lt,kt=Ue.motionDeadline,Ot=Ue.motionLeaveImmediately,Ut=Ue.onAppearPrepare,$t=Ue.onEnterPrepare,fn=Ue.onLeavePrepare,Zn=Ue.onAppearStart,ba=Ue.onEnterStart,mn=Ue.onLeaveStart,ea=Ue.onAppearActive,la=Ue.onEnterActive,da=Ue.onLeaveActive,ka=Ue.onAppearEnd,qa=Ue.onEnterEnd,Hr=Ue.onLeaveEnd,ur=Ue.onVisibleChanged,Jn=Xn(),ta=(0,le.Z)(Jn,2),$n=ta[0],Un=ta[1],xa=Xn(Kn),hr=(0,le.Z)(xa,2),$r=hr[0],Lo=hr[1],Vr=Xn(null),jo=(0,le.Z)(Vr,2),ui=jo[0],Yi=jo[1],Uo=(0,z.useRef)(!1),yi=(0,z.useRef)(null);function Hi(){return Rt()}var Ui=(0,z.useRef)(!1);function ss(mi){var fi=Hi();if(!(mi&&!mi.deadline&&mi.target!==fi)){var Ua=Ui.current,qs;$r===Ha&&Ua?qs=ka==null?void 0:ka(fi,mi):$r===_n&&Ua?qs=qa==null?void 0:qa(fi,mi):$r===Vt&&Ua&&(qs=Hr==null?void 0:Hr(fi,mi)),$r!==Kn&&Ua&&qs!==!1&&(Lo(Kn,!0),Yi(null,!0))}}var Ms=Tn(ss),Js=(0,le.Z)(Ms,1),Cl=Js[0],ls=z.useMemo(function(){var mi,fi,Ua;switch($r){case Ha:return mi={},(0,se.Z)(mi,gt,Ut),(0,se.Z)(mi,ln,Zn),(0,se.Z)(mi,pn,ea),mi;case _n:return fi={},(0,se.Z)(fi,gt,$t),(0,se.Z)(fi,ln,ba),(0,se.Z)(fi,pn,la),fi;case Vt:return Ua={},(0,se.Z)(Ua,gt,fn),(0,se.Z)(Ua,ln,mn),(0,se.Z)(Ua,pn,da),Ua;default:return{}}},[$r]),pl=jt($r,function(mi){if(mi===gt){var fi=ls[gt];return fi?fi(Hi()):Ge}if(Fs in ls){var Ua;Yi(((Ua=ls[Fs])===null||Ua===void 0?void 0:Ua.call(ls,Hi(),null))||null)}return Fs===pn&&(Cl(Hi()),kt>0&&(clearTimeout(yi.current),yi.current=setTimeout(function(){ss({deadline:!0})},kt))),mt}),Ts=(0,le.Z)(pl,2),zl=Ts[0],Fs=Ts[1],lu=un(Fs);Ui.current=lu,aa(function(){Un(ft);var mi=Uo.current;if(Uo.current=!0,!!tt){var fi;!mi&&ft&&vt&&(fi=Ha),mi&&ft&&cn&&(fi=_n),(mi&&!ft&&It||!mi&&Ot&&!ft&&It)&&(fi=Vt),fi&&(Lo(fi),zl())}},[ft]),(0,z.useEffect)(function(){($r===Ha&&!vt||$r===_n&&!cn||$r===Vt&&!It)&&Lo(Kn)},[vt,cn,It]),(0,z.useEffect)(function(){return function(){Uo.current=!1,clearTimeout(yi.current)}},[]);var ml=z.useRef(!1);(0,z.useEffect)(function(){$n&&(ml.current=!0),$n!==void 0&&$r===Kn&&((ml.current||$n)&&(ur==null||ur($n)),ml.current=!0)},[$n,$r]);var wl=ui;return ls[gt]&&Fs===ln&&(wl=(0,pe.Z)({transition:"none"},wl)),[$r,Fs,wl,$n!=null?$n:ft]}var Wt=function(tt){(0,Te.Z)(Rt,tt);var ft=(0,Ie.Z)(Rt);function Rt(){return(0,Ce.Z)(this,Rt),ft.apply(this,arguments)}return(0,oe.Z)(Rt,[{key:"render",value:function(){return this.props.children}}]),Rt}(z.Component),Jt=Wt;function Oa(tt){var ft=tt;(0,ue.Z)(tt)==="object"&&(ft=tt.transitionSupport);function Rt(Bt){return!!(Bt.motionName&&ft)}var Ue=z.forwardRef(function(Bt,cn){var bn=Bt.visible,vt=bn===void 0?!0:bn,Lt=Bt.removeOnLeave,It=Lt===void 0?!0:Lt,kt=Bt.forceRender,Ot=Bt.children,Ut=Bt.motionName,$t=Bt.leavedClassName,fn=Bt.eventProps,Zn=Rt(Bt),ba=(0,z.useRef)(),mn=(0,z.useRef)();function ea(){try{return ba.current instanceof HTMLElement?ba.current:bt(mn.current)}catch(Vr){return null}}var la=Xt(Zn,vt,ea,Bt),da=(0,le.Z)(la,4),ka=da[0],qa=da[1],Hr=da[2],ur=da[3],Jn=z.useRef(ur);ur&&(Jn.current=!0);var ta=z.useCallback(function(Vr){ba.current=Vr,Ct(cn,Vr)},[cn]),$n,Un=(0,pe.Z)((0,pe.Z)({},fn),{},{visible:vt});if(!Ot)$n=null;else if(ka===Kn||!Rt(Bt))ur?$n=Ot((0,pe.Z)({},Un),ta):!It&&Jn.current&&$t?$n=Ot((0,pe.Z)((0,pe.Z)({},Un),{},{className:$t}),ta):kt||!It&&!$t?$n=Ot((0,pe.Z)((0,pe.Z)({},Un),{},{style:{display:"none"}}),ta):$n=null;else{var xa,hr;qa===gt?hr="prepare":un(qa)?hr="active":qa===ln&&(hr="start"),$n=Ot((0,pe.Z)((0,pe.Z)({},Un),{},{className:Fe()(Cn(Ut,ka),(xa={},(0,se.Z)(xa,Cn(Ut,"".concat(ka,"-").concat(hr)),hr),(0,se.Z)(xa,Ut,typeof Ut=="string"),xa)),style:Hr}),ta)}if(z.isValidElement($n)&&zt($n)){var $r=$n,Lo=$r.ref;Lo||($n=z.cloneElement($n,{ref:ta}))}return z.createElement(Jt,{ref:mn},$n)});return Ue.displayName="CSSMotion",Ue}var Yn=Oa(dn),Pa="add",lr="keep",Xa="remove",cr="removed";function pr(tt){var ft;return tt&&(0,ue.Z)(tt)==="object"&&"key"in tt?ft=tt:ft={key:tt},(0,pe.Z)((0,pe.Z)({},ft),{},{key:String(ft.key)})}function wr(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return tt.map(pr)}function Kr(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],ft=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Rt=[],Ue=0,Bt=ft.length,cn=wr(tt),bn=wr(ft);cn.forEach(function(It){for(var kt=!1,Ot=Ue;Ot<Bt;Ot+=1){var Ut=bn[Ot];if(Ut.key===It.key){Ue<Ot&&(Rt=Rt.concat(bn.slice(Ue,Ot).map(function($t){return(0,pe.Z)((0,pe.Z)({},$t),{},{status:Pa})})),Ue=Ot),Rt.push((0,pe.Z)((0,pe.Z)({},Ut),{},{status:lr})),Ue+=1,kt=!0;break}}kt||Rt.push((0,pe.Z)((0,pe.Z)({},It),{},{status:Xa}))}),Ue<Bt&&(Rt=Rt.concat(bn.slice(Ue).map(function(It){return(0,pe.Z)((0,pe.Z)({},It),{},{status:Pa})})));var vt={};Rt.forEach(function(It){var kt=It.key;vt[kt]=(vt[kt]||0)+1});var Lt=Object.keys(vt).filter(function(It){return vt[It]>1});return Lt.forEach(function(It){Rt=Rt.filter(function(kt){var Ot=kt.key,Ut=kt.status;return Ot!==It||Ut!==Xa}),Rt.forEach(function(kt){kt.key===It&&(kt.status=lr)})}),Rt}var Ao=["component","children","onVisibleChanged","onAllRemoved"],wo=["status"],Or=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function no(tt){var ft=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Yn,Rt=function(Ue){(0,Te.Z)(cn,Ue);var Bt=(0,Ie.Z)(cn);function cn(){var bn;(0,Ce.Z)(this,cn);for(var vt=arguments.length,Lt=new Array(vt),It=0;It<vt;It++)Lt[It]=arguments[It];return bn=Bt.call.apply(Bt,[this].concat(Lt)),(0,se.Z)((0,Ae.Z)(bn),"state",{keyEntities:[]}),(0,se.Z)((0,Ae.Z)(bn),"removeKey",function(kt){var Ot=bn.state.keyEntities,Ut=Ot.map(function($t){return $t.key!==kt?$t:(0,pe.Z)((0,pe.Z)({},$t),{},{status:cr})});return bn.setState({keyEntities:Ut}),Ut.filter(function($t){var fn=$t.status;return fn!==cr}).length}),bn}return(0,oe.Z)(cn,[{key:"render",value:function(){var vt=this,Lt=this.state.keyEntities,It=this.props,kt=It.component,Ot=It.children,Ut=It.onVisibleChanged,$t=It.onAllRemoved,fn=(0,ce.Z)(It,Ao),Zn=kt||z.Fragment,ba={};return Or.forEach(function(mn){ba[mn]=fn[mn],delete fn[mn]}),delete fn.keys,z.createElement(Zn,fn,Lt.map(function(mn){var ea=mn.status,la=(0,ce.Z)(mn,wo),da=ea===Pa||ea===lr;return z.createElement(ft,(0,ee.Z)({},ba,{key:la.key,visible:da,eventProps:la,onVisibleChanged:function(qa){if(Ut==null||Ut(qa,{key:la.key}),!qa){var Hr=vt.removeKey(la.key);Hr===0&&$t&&$t()}}}),Ot)}))}}],[{key:"getDerivedStateFromProps",value:function(vt,Lt){var It=vt.keys,kt=Lt.keyEntities,Ot=wr(It),Ut=Kr(kt,Ot);return{keyEntities:Ut.filter(function($t){var fn=kt.find(function(Zn){var ba=Zn.key;return $t.key===ba});return!(fn&&fn.status===cr&&$t.status===Xa)})}}}]),cn}(z.Component);return(0,se.Z)(Rt,"defaultProps",{component:"div"}),Rt}var xr=no(dn),Xr=Yn,Fo=y(56261);function Jr(tt,ft){var Rt=z.useState(!1),Ue=(0,le.Z)(Rt,2),Bt=Ue[0],cn=Ue[1];z.useLayoutEffect(function(){if(Bt)return tt(),function(){ft()}},[Bt]),z.useLayoutEffect(function(){return cn(!0),function(){cn(!1)}},[])}var Va=y(83898),ht=["className","style","motion","motionNodes","motionType","onMotionStart","onMotionEnd","active","treeNodeRequiredProps"],Pt=function(ft,Rt){var Ue=ft.className,Bt=ft.style,cn=ft.motion,bn=ft.motionNodes,vt=ft.motionType,Lt=ft.onMotionStart,It=ft.onMotionEnd,kt=ft.active,Ot=ft.treeNodeRequiredProps,Ut=(0,ce.Z)(ft,ht),$t=z.useState(!0),fn=(0,le.Z)($t,2),Zn=fn[0],ba=fn[1],mn=z.useContext(E.k),ea=mn.prefixCls,la=bn&&vt!=="hide";Pe(function(){bn&&la!==Zn&&ba(la)},[bn]);var da=function(){bn&&Lt()},ka=z.useRef(!1),qa=function(){bn&&!ka.current&&(ka.current=!0,It())};Jr(da,qa);var Hr=function(Jn){la===Jn&&qa()};return bn?z.createElement(Xr,(0,ee.Z)({ref:Rt,visible:Zn},cn,{motionAppear:vt==="show",onVisibleChanged:Hr}),function(ur,Jn){var ta=ur.className,$n=ur.style;return z.createElement("div",{ref:Jn,className:Fe()("".concat(ea,"-treenode-motion"),ta),style:$n},bn.map(function(Un){var xa=(0,ee.Z)({},((0,ae.Z)(Un.data),Un.data)),hr=Un.title,$r=Un.key,Lo=Un.isStart,Vr=Un.isEnd;delete xa.children;var jo=(0,Va.H8)($r,Ot);return z.createElement(Fo.Z,(0,ee.Z)({},xa,jo,{title:hr,active:kt,data:Un.data,key:$r,isStart:Lo,isEnd:Vr}))}))}):z.createElement(Fo.Z,(0,ee.Z)({domRef:Rt,className:Ue,style:Bt},Ut,{active:kt}))};Pt.displayName="MotionTreeNode";var ut=z.forwardRef(Pt),Nn=ut;function wa(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],ft=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Rt=tt.length,Ue=ft.length;if(Math.abs(Rt-Ue)!==1)return{add:!1,key:null};function Bt(cn,bn){var vt=new Map;cn.forEach(function(It){vt.set(It,!0)});var Lt=bn.filter(function(It){return!vt.has(It)});return Lt.length===1?Lt[0]:null}return Rt<Ue?{add:!0,key:Bt(tt,ft)}:{add:!1,key:Bt(ft,tt)}}function ma(tt,ft,Rt){var Ue=tt.findIndex(function(vt){return vt.key===Rt}),Bt=tt[Ue+1],cn=ft.findIndex(function(vt){return vt.key===Rt});if(Bt){var bn=ft.findIndex(function(vt){return vt.key===Bt.key});return ft.slice(cn+1,bn)}return ft.slice(cn+1)}var vr=["prefixCls","data","selectable","checkable","expandedKeys","selectedKeys","checkedKeys","loadedKeys","loadingKeys","halfCheckedKeys","keyEntities","disabled","dragging","dragOverNodeKey","dropPosition","motion","height","itemHeight","virtual","focusable","activeItem","focused","tabIndex","onKeyDown","onFocus","onBlur","onActiveChange","onListChangeStart","onListChangeEnd"],mr={width:0,height:0,display:"flex",overflow:"hidden",opacity:0,border:0,padding:0,margin:0},_r=function(){},Wr="RC_TREE_MOTION_".concat(Math.random()),No={key:Wr},En={key:Wr,level:0,index:0,pos:"0",node:No,nodes:[No]},Nr={parent:null,children:[],pos:En.pos,data:No,title:null,key:Wr,isStart:[],isEnd:[]};function lo(tt,ft,Rt,Ue){return ft===!1||!Rt?tt:tt.slice(0,Math.ceil(Rt/Ue)+1)}function bi(tt){var ft=tt.key,Rt=tt.pos;return(0,Va.km)(ft,Rt)}function Bo(tt){for(var ft=String(tt.data.key),Rt=tt;Rt.parent;)Rt=Rt.parent,ft="".concat(Rt.data.key," > ").concat(ft);return ft}var uo=z.forwardRef(function(tt,ft){var Rt=tt.prefixCls,Ue=tt.data,Bt=tt.selectable,cn=tt.checkable,bn=tt.expandedKeys,vt=tt.selectedKeys,Lt=tt.checkedKeys,It=tt.loadedKeys,kt=tt.loadingKeys,Ot=tt.halfCheckedKeys,Ut=tt.keyEntities,$t=tt.disabled,fn=tt.dragging,Zn=tt.dragOverNodeKey,ba=tt.dropPosition,mn=tt.motion,ea=tt.height,la=tt.itemHeight,da=tt.virtual,ka=tt.focusable,qa=tt.activeItem,Hr=tt.focused,ur=tt.tabIndex,Jn=tt.onKeyDown,ta=tt.onFocus,$n=tt.onBlur,Un=tt.onActiveChange,xa=tt.onListChangeStart,hr=tt.onListChangeEnd,$r=(0,ce.Z)(tt,vr),Lo=z.useRef(null),Vr=z.useRef(null);z.useImperativeHandle(ft,function(){return{scrollTo:function(Is){Lo.current.scrollTo(Is)},getIndentWidth:function(){return Vr.current.offsetWidth}}});var jo=z.useState(bn),ui=(0,le.Z)(jo,2),Yi=ui[0],Uo=ui[1],yi=z.useState(Ue),Hi=(0,le.Z)(yi,2),Ui=Hi[0],ss=Hi[1],Ms=z.useState(Ue),Js=(0,le.Z)(Ms,2),Cl=Js[0],ls=Js[1],pl=z.useState([]),Ts=(0,le.Z)(pl,2),zl=Ts[0],Fs=Ts[1],lu=z.useState(null),ml=(0,le.Z)(lu,2),wl=ml[0],mi=ml[1],fi=z.useRef(Ue);fi.current=Ue;function Ua(){var Ei=fi.current;ss(Ei),ls(Ei),Fs([]),mi(null),hr()}Pe(function(){Uo(bn);var Ei=wa(Yi,bn);if(Ei.key!==null)if(Ei.add){var Is=Ui.findIndex(function(xl){var el=xl.key;return el===Ei.key}),Zs=lo(ma(Ui,Ue,Ei.key),da,ea,la),fl=Ui.slice();fl.splice(Is+1,0,Nr),ls(fl),Fs(Zs),mi("show")}else{var es=Ue.findIndex(function(xl){var el=xl.key;return el===Ei.key}),us=lo(ma(Ue,Ui,Ei.key),da,ea,la),hl=Ue.slice();hl.splice(es+1,0,Nr),ls(hl),Fs(us),mi("hide")}else Ui!==Ue&&(ss(Ue),ls(Ue))},[bn,Ue]),z.useEffect(function(){fn||Ua()},[fn]);var qs=mn?Cl:Ue,Xl={expandedKeys:bn,selectedKeys:vt,loadedKeys:It,loadingKeys:kt,checkedKeys:Lt,halfCheckedKeys:Ot,dragOverNodeKey:Zn,dropPosition:ba,keyEntities:Ut};return z.createElement(z.Fragment,null,Hr&&qa&&z.createElement("span",{style:mr,"aria-live":"assertive"},Bo(qa)),z.createElement("div",null,z.createElement("input",{style:mr,disabled:ka===!1||$t,tabIndex:ka!==!1?ur:null,onKeyDown:Jn,onFocus:ta,onBlur:$n,value:"",onChange:_r,"aria-label":"for screen reader"})),z.createElement("div",{className:"".concat(Rt,"-treenode"),"aria-hidden":!0,style:{position:"absolute",pointerEvents:"none",visibility:"hidden",height:0,overflow:"hidden",border:0,padding:0}},z.createElement("div",{className:"".concat(Rt,"-indent")},z.createElement("div",{ref:Vr,className:"".concat(Rt,"-indent-unit")}))),z.createElement(Be.Z,(0,ee.Z)({},$r,{data:qs,itemKey:bi,height:ea,fullHeight:!1,virtual:da,itemHeight:la,prefixCls:"".concat(Rt,"-list"),ref:Lo,onVisibleChange:function(Is,Zs){var fl=new Set(Is),es=Zs.filter(function(us){return!fl.has(us)});es.some(function(us){return bi(us)===Wr})&&Ua()}}),function(Ei){var Is=Ei.pos,Zs=(0,ee.Z)({},((0,ae.Z)(Ei.data),Ei.data)),fl=Ei.title,es=Ei.key,us=Ei.isStart,hl=Ei.isEnd,xl=(0,Va.km)(es,Is);delete Zs.key,delete Zs.children;var el=(0,Va.H8)(xl,Xl);return z.createElement(Nn,(0,ee.Z)({},Zs,el,{title:fl,active:!!qa&&es===qa.key,pos:Is,data:Ei.data,isStart:us,isEnd:hl,motion:mn,motionNodes:es===Wr?zl:null,motionType:wl,onMotionStart:xa,onMotionEnd:Ua,treeNodeRequiredProps:Xl,onMouseMove:function(){Un(null)}}))}))});uo.displayName="NodeList";var pi=uo,kr=y(29873),st=y(97153),Ft=y(3596),Gt=10,Zt=function(tt){(0,Te.Z)(Rt,tt);var ft=(0,Ie.Z)(Rt);function Rt(){var Ue;(0,Ce.Z)(this,Rt);for(var Bt=arguments.length,cn=new Array(Bt),bn=0;bn<Bt;bn++)cn[bn]=arguments[bn];return Ue=ft.call.apply(ft,[this].concat(cn)),Ue.destroyed=!1,Ue.delayedDragEnterLogic=void 0,Ue.loadingRetryTimes={},Ue.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,Va.w$)()},Ue.dragStartMousePosition=null,Ue.dragNode=void 0,Ue.currentMouseOverDroppableNodeKey=null,Ue.listRef=z.createRef(),Ue.onNodeDragStart=function(vt,Lt){var It=Ue.state,kt=It.expandedKeys,Ot=It.keyEntities,Ut=Ue.props.onDragStart,$t=Lt.props.eventKey;Ue.dragNode=Lt,Ue.dragStartMousePosition={x:vt.clientX,y:vt.clientY};var fn=(0,kr._5)(kt,$t);Ue.setState({draggingNodeKey:$t,dragChildrenKeys:(0,kr.wA)($t,Ot),indent:Ue.listRef.current.getIndentWidth()}),Ue.setExpandedKeys(fn),window.addEventListener("dragend",Ue.onWindowDragEnd),Ut==null||Ut({event:vt,node:(0,Va.F)(Lt.props)})},Ue.onNodeDragEnter=function(vt,Lt){var It=Ue.state,kt=It.expandedKeys,Ot=It.keyEntities,Ut=It.dragChildrenKeys,$t=It.flattenNodes,fn=It.indent,Zn=Ue.props,ba=Zn.onDragEnter,mn=Zn.onExpand,ea=Zn.allowDrop,la=Zn.direction,da=Lt.props,ka=da.pos,qa=da.eventKey,Hr=(0,Ae.Z)(Ue),ur=Hr.dragNode;if(Ue.currentMouseOverDroppableNodeKey!==qa&&(Ue.currentMouseOverDroppableNodeKey=qa),!ur){Ue.resetDragState();return}var Jn=(0,kr.OM)(vt,ur,Lt,fn,Ue.dragStartMousePosition,ea,$t,Ot,kt,la),ta=Jn.dropPosition,$n=Jn.dropLevelOffset,Un=Jn.dropTargetKey,xa=Jn.dropContainerKey,hr=Jn.dropTargetPos,$r=Jn.dropAllowed,Lo=Jn.dragOverNodeKey;if(Ut.indexOf(Un)!==-1||!$r){Ue.resetDragState();return}if(Ue.delayedDragEnterLogic||(Ue.delayedDragEnterLogic={}),Object.keys(Ue.delayedDragEnterLogic).forEach(function(Vr){clearTimeout(Ue.delayedDragEnterLogic[Vr])}),ur.props.eventKey!==Lt.props.eventKey&&(vt.persist(),Ue.delayedDragEnterLogic[ka]=window.setTimeout(function(){if(Ue.state.draggingNodeKey!==null){var Vr=(0,fe.Z)(kt),jo=(0,Ft.Z)(Ot,Lt.props.eventKey);jo&&(jo.children||[]).length&&(Vr=(0,kr.L0)(kt,Lt.props.eventKey)),"expandedKeys"in Ue.props||Ue.setExpandedKeys(Vr),mn==null||mn(Vr,{node:(0,Va.F)(Lt.props),expanded:!0,nativeEvent:vt.nativeEvent})}},800)),ur.props.eventKey===Un&&$n===0){Ue.resetDragState();return}Ue.setState({dragOverNodeKey:Lo,dropPosition:ta,dropLevelOffset:$n,dropTargetKey:Un,dropContainerKey:xa,dropTargetPos:hr,dropAllowed:$r}),ba==null||ba({event:vt,node:(0,Va.F)(Lt.props),expandedKeys:kt})},Ue.onNodeDragOver=function(vt,Lt){var It=Ue.state,kt=It.dragChildrenKeys,Ot=It.flattenNodes,Ut=It.keyEntities,$t=It.expandedKeys,fn=It.indent,Zn=Ue.props,ba=Zn.onDragOver,mn=Zn.allowDrop,ea=Zn.direction,la=(0,Ae.Z)(Ue),da=la.dragNode;if(da){var ka=(0,kr.OM)(vt,da,Lt,fn,Ue.dragStartMousePosition,mn,Ot,Ut,$t,ea),qa=ka.dropPosition,Hr=ka.dropLevelOffset,ur=ka.dropTargetKey,Jn=ka.dropContainerKey,ta=ka.dropAllowed,$n=ka.dropTargetPos,Un=ka.dragOverNodeKey;kt.indexOf(ur)!==-1||!ta||(da.props.eventKey===ur&&Hr===0?Ue.state.dropPosition===null&&Ue.state.dropLevelOffset===null&&Ue.state.dropTargetKey===null&&Ue.state.dropContainerKey===null&&Ue.state.dropTargetPos===null&&Ue.state.dropAllowed===!1&&Ue.state.dragOverNodeKey===null||Ue.resetDragState():qa===Ue.state.dropPosition&&Hr===Ue.state.dropLevelOffset&&ur===Ue.state.dropTargetKey&&Jn===Ue.state.dropContainerKey&&$n===Ue.state.dropTargetPos&&ta===Ue.state.dropAllowed&&Un===Ue.state.dragOverNodeKey||Ue.setState({dropPosition:qa,dropLevelOffset:Hr,dropTargetKey:ur,dropContainerKey:Jn,dropTargetPos:$n,dropAllowed:ta,dragOverNodeKey:Un}),ba==null||ba({event:vt,node:(0,Va.F)(Lt.props)}))}},Ue.onNodeDragLeave=function(vt,Lt){Ue.currentMouseOverDroppableNodeKey===Lt.props.eventKey&&!vt.currentTarget.contains(vt.relatedTarget)&&(Ue.resetDragState(),Ue.currentMouseOverDroppableNodeKey=null);var It=Ue.props.onDragLeave;It==null||It({event:vt,node:(0,Va.F)(Lt.props)})},Ue.onWindowDragEnd=function(vt){Ue.onNodeDragEnd(vt,null,!0),window.removeEventListener("dragend",Ue.onWindowDragEnd)},Ue.onNodeDragEnd=function(vt,Lt){var It=Ue.props.onDragEnd;Ue.setState({dragOverNodeKey:null}),Ue.cleanDragState(),It==null||It({event:vt,node:(0,Va.F)(Lt.props)}),Ue.dragNode=null,window.removeEventListener("dragend",Ue.onWindowDragEnd)},Ue.onNodeDrop=function(vt,Lt){var It,kt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,Ot=Ue.state,Ut=Ot.dragChildrenKeys,$t=Ot.dropPosition,fn=Ot.dropTargetKey,Zn=Ot.dropTargetPos,ba=Ot.dropAllowed;if(ba){var mn=Ue.props.onDrop;if(Ue.setState({dragOverNodeKey:null}),Ue.cleanDragState(),fn!==null){var ea=(0,pe.Z)((0,pe.Z)({},(0,Va.H8)(fn,Ue.getTreeNodeRequiredProps())),{},{active:((It=Ue.getActiveItem())===null||It===void 0?void 0:It.key)===fn,data:(0,Ft.Z)(Ue.state.keyEntities,fn).node}),la=Ut.indexOf(fn)!==-1;(0,b.ZP)(!la,"Can not drop to dragNode's children node. This is a bug of rc-tree. Please report an issue.");var da=(0,kr.yx)(Zn),ka={event:vt,node:(0,Va.F)(ea),dragNode:Ue.dragNode?(0,Va.F)(Ue.dragNode.props):null,dragNodesKeys:[Ue.dragNode.props.eventKey].concat(Ut),dropToGap:$t!==0,dropPosition:$t+Number(da[da.length-1])};kt||mn==null||mn(ka),Ue.dragNode=null}}},Ue.cleanDragState=function(){var vt=Ue.state.draggingNodeKey;vt!==null&&Ue.setState({draggingNodeKey:null,dropPosition:null,dropContainerKey:null,dropTargetKey:null,dropLevelOffset:null,dropAllowed:!0,dragOverNodeKey:null}),Ue.dragStartMousePosition=null,Ue.currentMouseOverDroppableNodeKey=null},Ue.triggerExpandActionExpand=function(vt,Lt){var It=Ue.state,kt=It.expandedKeys,Ot=It.flattenNodes,Ut=Lt.expanded,$t=Lt.key,fn=Lt.isLeaf;if(!(fn||vt.shiftKey||vt.metaKey||vt.ctrlKey)){var Zn=Ot.filter(function(mn){return mn.key===$t})[0],ba=(0,Va.F)((0,pe.Z)((0,pe.Z)({},(0,Va.H8)($t,Ue.getTreeNodeRequiredProps())),{},{data:Zn.data}));Ue.setExpandedKeys(Ut?(0,kr._5)(kt,$t):(0,kr.L0)(kt,$t)),Ue.onNodeExpand(vt,ba)}},Ue.onNodeClick=function(vt,Lt){var It=Ue.props,kt=It.onClick,Ot=It.expandAction;Ot==="click"&&Ue.triggerExpandActionExpand(vt,Lt),kt==null||kt(vt,Lt)},Ue.onNodeDoubleClick=function(vt,Lt){var It=Ue.props,kt=It.onDoubleClick,Ot=It.expandAction;Ot==="doubleClick"&&Ue.triggerExpandActionExpand(vt,Lt),kt==null||kt(vt,Lt)},Ue.onNodeSelect=function(vt,Lt){var It=Ue.state.selectedKeys,kt=Ue.state,Ot=kt.keyEntities,Ut=kt.fieldNames,$t=Ue.props,fn=$t.onSelect,Zn=$t.multiple,ba=Lt.selected,mn=Lt[Ut.key],ea=!ba;ea?Zn?It=(0,kr.L0)(It,mn):It=[mn]:It=(0,kr._5)(It,mn);var la=It.map(function(da){var ka=(0,Ft.Z)(Ot,da);return ka?ka.node:null}).filter(function(da){return da});Ue.setUncontrolledState({selectedKeys:It}),fn==null||fn(It,{event:"select",selected:ea,node:Lt,selectedNodes:la,nativeEvent:vt.nativeEvent})},Ue.onNodeCheck=function(vt,Lt,It){var kt=Ue.state,Ot=kt.keyEntities,Ut=kt.checkedKeys,$t=kt.halfCheckedKeys,fn=Ue.props,Zn=fn.checkStrictly,ba=fn.onCheck,mn=Lt.key,ea,la={event:"check",node:Lt,checked:It,nativeEvent:vt.nativeEvent};if(Zn){var da=It?(0,kr.L0)(Ut,mn):(0,kr._5)(Ut,mn),ka=(0,kr._5)($t,mn);ea={checked:da,halfChecked:ka},la.checkedNodes=da.map(function($n){return(0,Ft.Z)(Ot,$n)}).filter(function($n){return $n}).map(function($n){return $n.node}),Ue.setUncontrolledState({checkedKeys:da})}else{var qa=(0,st.S)([].concat((0,fe.Z)(Ut),[mn]),!0,Ot),Hr=qa.checkedKeys,ur=qa.halfCheckedKeys;if(!It){var Jn=new Set(Hr);Jn.delete(mn);var ta=(0,st.S)(Array.from(Jn),{checked:!1,halfCheckedKeys:ur},Ot);Hr=ta.checkedKeys,ur=ta.halfCheckedKeys}ea=Hr,la.checkedNodes=[],la.checkedNodesPositions=[],la.halfCheckedKeys=ur,Hr.forEach(function($n){var Un=(0,Ft.Z)(Ot,$n);if(Un){var xa=Un.node,hr=Un.pos;la.checkedNodes.push(xa),la.checkedNodesPositions.push({node:xa,pos:hr})}}),Ue.setUncontrolledState({checkedKeys:Hr},!1,{halfCheckedKeys:ur})}ba==null||ba(ea,la)},Ue.onNodeLoad=function(vt){var Lt=vt.key,It=new Promise(function(kt,Ot){Ue.setState(function(Ut){var $t=Ut.loadedKeys,fn=$t===void 0?[]:$t,Zn=Ut.loadingKeys,ba=Zn===void 0?[]:Zn,mn=Ue.props,ea=mn.loadData,la=mn.onLoad;if(!ea||fn.indexOf(Lt)!==-1||ba.indexOf(Lt)!==-1)return null;var da=ea(vt);return da.then(function(){var ka=Ue.state.loadedKeys,qa=(0,kr.L0)(ka,Lt);la==null||la(qa,{event:"load",node:vt}),Ue.setUncontrolledState({loadedKeys:qa}),Ue.setState(function(Hr){return{loadingKeys:(0,kr._5)(Hr.loadingKeys,Lt)}}),kt()}).catch(function(ka){if(Ue.setState(function(Hr){return{loadingKeys:(0,kr._5)(Hr.loadingKeys,Lt)}}),Ue.loadingRetryTimes[Lt]=(Ue.loadingRetryTimes[Lt]||0)+1,Ue.loadingRetryTimes[Lt]>=Gt){var qa=Ue.state.loadedKeys;(0,b.ZP)(!1,"Retry for `loadData` many times but still failed. No more retry."),Ue.setUncontrolledState({loadedKeys:(0,kr.L0)(qa,Lt)}),kt()}Ot(ka)}),{loadingKeys:(0,kr.L0)(ba,Lt)}})});return It.catch(function(){}),It},Ue.onNodeMouseEnter=function(vt,Lt){var It=Ue.props.onMouseEnter;It==null||It({event:vt,node:Lt})},Ue.onNodeMouseLeave=function(vt,Lt){var It=Ue.props.onMouseLeave;It==null||It({event:vt,node:Lt})},Ue.onNodeContextMenu=function(vt,Lt){var It=Ue.props.onRightClick;It&&(vt.preventDefault(),It({event:vt,node:Lt}))},Ue.onFocus=function(){var vt=Ue.props.onFocus;Ue.setState({focused:!0});for(var Lt=arguments.length,It=new Array(Lt),kt=0;kt<Lt;kt++)It[kt]=arguments[kt];vt==null||vt.apply(void 0,It)},Ue.onBlur=function(){var vt=Ue.props.onBlur;Ue.setState({focused:!1}),Ue.onActiveChange(null);for(var Lt=arguments.length,It=new Array(Lt),kt=0;kt<Lt;kt++)It[kt]=arguments[kt];vt==null||vt.apply(void 0,It)},Ue.getTreeNodeRequiredProps=function(){var vt=Ue.state,Lt=vt.expandedKeys,It=vt.selectedKeys,kt=vt.loadedKeys,Ot=vt.loadingKeys,Ut=vt.checkedKeys,$t=vt.halfCheckedKeys,fn=vt.dragOverNodeKey,Zn=vt.dropPosition,ba=vt.keyEntities;return{expandedKeys:Lt||[],selectedKeys:It||[],loadedKeys:kt||[],loadingKeys:Ot||[],checkedKeys:Ut||[],halfCheckedKeys:$t||[],dragOverNodeKey:fn,dropPosition:Zn,keyEntities:ba}},Ue.setExpandedKeys=function(vt){var Lt=Ue.state,It=Lt.treeData,kt=Lt.fieldNames,Ot=(0,Va.oH)(It,vt,kt);Ue.setUncontrolledState({expandedKeys:vt,flattenNodes:Ot},!0)},Ue.onNodeExpand=function(vt,Lt){var It=Ue.state.expandedKeys,kt=Ue.state,Ot=kt.listChanging,Ut=kt.fieldNames,$t=Ue.props,fn=$t.onExpand,Zn=$t.loadData,ba=Lt.expanded,mn=Lt[Ut.key];if(!Ot){var ea=It.indexOf(mn),la=!ba;if((0,b.ZP)(ba&&ea!==-1||!ba&&ea===-1,"Expand state not sync with index check"),la?It=(0,kr.L0)(It,mn):It=(0,kr._5)(It,mn),Ue.setExpandedKeys(It),fn==null||fn(It,{node:Lt,expanded:la,nativeEvent:vt.nativeEvent}),la&&Zn){var da=Ue.onNodeLoad(Lt);da&&da.then(function(){var ka=(0,Va.oH)(Ue.state.treeData,It,Ut);Ue.setUncontrolledState({flattenNodes:ka})}).catch(function(){var ka=Ue.state.expandedKeys,qa=(0,kr._5)(ka,mn);Ue.setExpandedKeys(qa)})}}},Ue.onListChangeStart=function(){Ue.setUncontrolledState({listChanging:!0})},Ue.onListChangeEnd=function(){setTimeout(function(){Ue.setUncontrolledState({listChanging:!1})})},Ue.onActiveChange=function(vt){var Lt=Ue.state.activeKey,It=Ue.props.onActiveChange;Lt!==vt&&(Ue.setState({activeKey:vt}),vt!==null&&Ue.scrollTo({key:vt}),It==null||It(vt))},Ue.getActiveItem=function(){var vt=Ue.state,Lt=vt.activeKey,It=vt.flattenNodes;return Lt===null?null:It.find(function(kt){var Ot=kt.key;return Ot===Lt})||null},Ue.offsetActiveKey=function(vt){var Lt=Ue.state,It=Lt.flattenNodes,kt=Lt.activeKey,Ot=It.findIndex(function(fn){var Zn=fn.key;return Zn===kt});Ot===-1&&vt<0&&(Ot=It.length),Ot=(Ot+vt+It.length)%It.length;var Ut=It[Ot];if(Ut){var $t=Ut.key;Ue.onActiveChange($t)}else Ue.onActiveChange(null)},Ue.onKeyDown=function(vt){var Lt=Ue.state,It=Lt.activeKey,kt=Lt.expandedKeys,Ot=Lt.checkedKeys,Ut=Lt.fieldNames,$t=Ue.props,fn=$t.onKeyDown,Zn=$t.checkable,ba=$t.selectable;switch(vt.which){case me.UP:{Ue.offsetActiveKey(-1),vt.preventDefault();break}case me.DOWN:{Ue.offsetActiveKey(1),vt.preventDefault();break}}var mn=Ue.getActiveItem();if(mn&&mn.data){var ea=Ue.getTreeNodeRequiredProps(),la=mn.data.isLeaf===!1||!!(mn.data[Ut.children]||[]).length,da=(0,Va.F)((0,pe.Z)((0,pe.Z)({},(0,Va.H8)(It,ea)),{},{data:mn.data,active:!0}));switch(vt.which){case me.LEFT:{la&&kt.includes(It)?Ue.onNodeExpand({},da):mn.parent&&Ue.onActiveChange(mn.parent.key),vt.preventDefault();break}case me.RIGHT:{la&&!kt.includes(It)?Ue.onNodeExpand({},da):mn.children&&mn.children.length&&Ue.onActiveChange(mn.children[0].key),vt.preventDefault();break}case me.ENTER:case me.SPACE:{Zn&&!da.disabled&&da.checkable!==!1&&!da.disableCheckbox?Ue.onNodeCheck({},da,!Ot.includes(It)):!Zn&&ba&&!da.disabled&&da.selectable!==!1&&Ue.onNodeSelect({},da);break}}}fn==null||fn(vt)},Ue.setUncontrolledState=function(vt){var Lt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,It=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!Ue.destroyed){var kt=!1,Ot=!0,Ut={};Object.keys(vt).forEach(function($t){if($t in Ue.props){Ot=!1;return}kt=!0,Ut[$t]=vt[$t]}),kt&&(!Lt||Ot)&&Ue.setState((0,pe.Z)((0,pe.Z)({},Ut),It))}},Ue.scrollTo=function(vt){Ue.listRef.current.scrollTo(vt)},Ue}return(0,oe.Z)(Rt,[{key:"componentDidMount",value:function(){this.destroyed=!1,this.onUpdated()}},{key:"componentDidUpdate",value:function(){this.onUpdated()}},{key:"onUpdated",value:function(){var Bt=this.props.activeKey;Bt!==void 0&&Bt!==this.state.activeKey&&(this.setState({activeKey:Bt}),Bt!==null&&this.scrollTo({key:Bt}))}},{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 Bt,cn=this.state,bn=cn.focused,vt=cn.flattenNodes,Lt=cn.keyEntities,It=cn.draggingNodeKey,kt=cn.activeKey,Ot=cn.dropLevelOffset,Ut=cn.dropContainerKey,$t=cn.dropTargetKey,fn=cn.dropPosition,Zn=cn.dragOverNodeKey,ba=cn.indent,mn=this.props,ea=mn.prefixCls,la=mn.className,da=mn.style,ka=mn.showLine,qa=mn.focusable,Hr=mn.tabIndex,ur=Hr===void 0?0:Hr,Jn=mn.selectable,ta=mn.showIcon,$n=mn.icon,Un=mn.switcherIcon,xa=mn.draggable,hr=mn.checkable,$r=mn.checkStrictly,Lo=mn.disabled,Vr=mn.motion,jo=mn.loadData,ui=mn.filterTreeNode,Yi=mn.height,Uo=mn.itemHeight,yi=mn.virtual,Hi=mn.titleRender,Ui=mn.dropIndicatorRender,ss=mn.onContextMenu,Ms=mn.onScroll,Js=mn.direction,Cl=mn.rootClassName,ls=mn.rootStyle,pl=(0,a.Z)(this.props,{aria:!0,data:!0}),Ts;return xa&&((0,ue.Z)(xa)==="object"?Ts=xa:typeof xa=="function"?Ts={nodeDraggable:xa}:Ts={}),z.createElement(E.k.Provider,{value:{prefixCls:ea,selectable:Jn,showIcon:ta,icon:$n,switcherIcon:Un,draggable:Ts,draggingNodeKey:It,checkable:hr,checkStrictly:$r,disabled:Lo,keyEntities:Lt,dropLevelOffset:Ot,dropContainerKey:Ut,dropTargetKey:$t,dropPosition:fn,dragOverNodeKey:Zn,indent:ba,direction:Js,dropIndicatorRender:Ui,loadData:jo,filterTreeNode:ui,titleRender:Hi,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}},z.createElement("div",{role:"tree",className:Fe()(ea,la,Cl,(Bt={},(0,se.Z)(Bt,"".concat(ea,"-show-line"),ka),(0,se.Z)(Bt,"".concat(ea,"-focused"),bn),(0,se.Z)(Bt,"".concat(ea,"-active-focused"),kt!==null),Bt)),style:ls},z.createElement(pi,(0,ee.Z)({ref:this.listRef,prefixCls:ea,style:da,data:vt,disabled:Lo,selectable:Jn,checkable:!!hr,motion:Vr,dragging:It!==null,height:Yi,itemHeight:Uo,virtual:yi,focusable:qa,focused:bn,tabIndex:ur,activeItem:this.getActiveItem(),onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown,onActiveChange:this.onActiveChange,onListChangeStart:this.onListChangeStart,onListChangeEnd:this.onListChangeEnd,onContextMenu:ss,onScroll:Ms},this.getTreeNodeRequiredProps(),pl))))}}],[{key:"getDerivedStateFromProps",value:function(Bt,cn){var bn=cn.prevProps,vt={prevProps:Bt};function Lt(qa){return!bn&&qa in Bt||bn&&bn[qa]!==Bt[qa]}var It,kt=cn.fieldNames;if(Lt("fieldNames")&&(kt=(0,Va.w$)(Bt.fieldNames),vt.fieldNames=kt),Lt("treeData")?It=Bt.treeData:Lt("children")&&((0,b.ZP)(!1,"`children` of Tree is deprecated. Please use `treeData` instead."),It=(0,Va.zn)(Bt.children)),It){vt.treeData=It;var Ot=(0,Va.I8)(It,{fieldNames:kt});vt.keyEntities=(0,pe.Z)((0,se.Z)({},Wr,En),Ot.keyEntities)}var Ut=vt.keyEntities||cn.keyEntities;if(Lt("expandedKeys")||bn&&Lt("autoExpandParent"))vt.expandedKeys=Bt.autoExpandParent||!bn&&Bt.defaultExpandParent?(0,kr.r7)(Bt.expandedKeys,Ut):Bt.expandedKeys;else if(!bn&&Bt.defaultExpandAll){var $t=(0,pe.Z)({},Ut);delete $t[Wr],vt.expandedKeys=Object.keys($t).map(function(qa){return $t[qa].key})}else!bn&&Bt.defaultExpandedKeys&&(vt.expandedKeys=Bt.autoExpandParent||Bt.defaultExpandParent?(0,kr.r7)(Bt.defaultExpandedKeys,Ut):Bt.defaultExpandedKeys);if(vt.expandedKeys||delete vt.expandedKeys,It||vt.expandedKeys){var fn=(0,Va.oH)(It||cn.treeData,vt.expandedKeys||cn.expandedKeys,kt);vt.flattenNodes=fn}if(Bt.selectable&&(Lt("selectedKeys")?vt.selectedKeys=(0,kr.BT)(Bt.selectedKeys,Bt):!bn&&Bt.defaultSelectedKeys&&(vt.selectedKeys=(0,kr.BT)(Bt.defaultSelectedKeys,Bt))),Bt.checkable){var Zn;if(Lt("checkedKeys")?Zn=(0,kr.E6)(Bt.checkedKeys)||{}:!bn&&Bt.defaultCheckedKeys?Zn=(0,kr.E6)(Bt.defaultCheckedKeys)||{}:It&&(Zn=(0,kr.E6)(Bt.checkedKeys)||{checkedKeys:cn.checkedKeys,halfCheckedKeys:cn.halfCheckedKeys}),Zn){var ba=Zn,mn=ba.checkedKeys,ea=mn===void 0?[]:mn,la=ba.halfCheckedKeys,da=la===void 0?[]:la;if(!Bt.checkStrictly){var ka=(0,st.S)(ea,!0,Ut);ea=ka.checkedKeys,da=ka.halfCheckedKeys}vt.checkedKeys=ea,vt.halfCheckedKeys=da}}return Lt("loadedKeys")&&(vt.loadedKeys=Bt.loadedKeys),vt}}]),Rt}(z.Component);Zt.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},Zt.TreeNode=Fo.Z;var In=Zt,tn=In,yn=y(46214),at={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"},ar=at,Ia=y(44327),sa=function(ft,Rt){return z.createElement(Ia.Z,(0,ee.Z)({},ft,{ref:Rt,icon:ar}))},Dr=z.forwardRef(sa),an={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"},Ln=an,Sa=function(ft,Rt){return z.createElement(Ia.Z,(0,ee.Z)({},ft,{ref:Rt,icon:Ln}))},qn=z.forwardRef(Sa),Mr=y(53124),Rr={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"},co=Rr,Eo=function(ft,Rt){return z.createElement(Ia.Z,(0,ee.Z)({},ft,{ref:Rt,icon:co}))},ra=z.forwardRef(Eo),Ke=y(33603),We=y(32157);const At=4;function Kt(tt){const{dropPosition:ft,dropLevelOffset:Rt,prefixCls:Ue,indent:Bt,direction:cn="ltr"}=tt,bn=cn==="ltr"?"left":"right",vt=cn==="ltr"?"right":"left",Lt={[bn]:-Rt*Bt+At,[vt]:0};switch(ft){case-1:Lt.top=-3;break;case 1:Lt.bottom=-3;break;default:Lt.bottom=-3,Lt[bn]=Bt+At;break}return z.createElement("div",{style:Lt,className:`${Ue}-drop-indicator`})}var on=y(7349),va=z.forwardRef((tt,ft)=>{const{getPrefixCls:Rt,direction:Ue,virtual:Bt,tree:cn}=z.useContext(Mr.E_),{prefixCls:bn,className:vt,showIcon:Lt=!1,showLine:It,switcherIcon:kt,blockNode:Ot=!1,children:Ut,checkable:$t=!1,selectable:fn=!0,draggable:Zn,motion:ba,style:mn}=tt,ea=Rt("tree",bn),la=Rt(),da=ba!=null?ba:Object.assign(Object.assign({},(0,Ke.Z)(la)),{motionAppear:!1}),ka=Object.assign(Object.assign({},tt),{checkable:$t,selectable:fn,showIcon:Lt,motion:da,blockNode:Ot,showLine:!!It,dropIndicatorRender:Kt}),[qa,Hr]=(0,We.ZP)(ea),ur=z.useMemo(()=>{if(!Zn)return!1;let ta={};switch(typeof Zn){case"function":ta.nodeDraggable=Zn;break;case"object":ta=Object.assign({},Zn);break;default:break}return ta.icon!==!1&&(ta.icon=ta.icon||z.createElement(ra,null)),ta},[Zn]),Jn=ta=>z.createElement(on.Z,{prefixCls:ea,switcherIcon:kt,treeNodeProps:ta,showLine:It});return qa(z.createElement(tn,Object.assign({itemHeight:20,ref:ft,virtual:Bt},ka,{style:Object.assign(Object.assign({},cn==null?void 0:cn.style),mn),prefixCls:ea,className:Fe()({[`${ea}-icon-hide`]:!Lt,[`${ea}-block-node`]:Ot,[`${ea}-unselectable`]:!fn,[`${ea}-rtl`]:Ue==="rtl"},cn==null?void 0:cn.className,vt,Hr),direction:Ue,checkable:$t&&z.createElement("span",{className:`${ea}-checkbox-inner`}),selectable:fn,switcherIcon:Jn,draggable:ur}),Ut))}),Na;(function(tt){tt[tt.None=0]="None",tt[tt.Start=1]="Start",tt[tt.End=2]="End"})(Na||(Na={}));function rr(tt,ft){function Rt(Ue){const{key:Bt,children:cn}=Ue;ft(Bt,Ue)!==!1&&rr(cn||[],ft)}tt.forEach(Rt)}function fr(tt){let{treeData:ft,expandedKeys:Rt,startKey:Ue,endKey:Bt}=tt;const cn=[];let bn=Na.None;if(Ue&&Ue===Bt)return[Ue];if(!Ue||!Bt)return[];function vt(Lt){return Lt===Ue||Lt===Bt}return rr(ft,Lt=>{if(bn===Na.End)return!1;if(vt(Lt)){if(cn.push(Lt),bn===Na.None)bn=Na.Start;else if(bn===Na.Start)return bn=Na.End,!1}else bn===Na.Start&&cn.push(Lt);return Rt.includes(Lt)}),cn}function br(tt,ft){const Rt=(0,fe.Z)(ft),Ue=[];return rr(tt,(Bt,cn)=>{const bn=Rt.indexOf(Bt);return bn!==-1&&(Ue.push(cn),Rt.splice(bn,1)),!!Rt.length}),Ue}var dr=function(tt,ft){var Rt={};for(var Ue in tt)Object.prototype.hasOwnProperty.call(tt,Ue)&&ft.indexOf(Ue)<0&&(Rt[Ue]=tt[Ue]);if(tt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Bt=0,Ue=Object.getOwnPropertySymbols(tt);Bt<Ue.length;Bt++)ft.indexOf(Ue[Bt])<0&&Object.prototype.propertyIsEnumerable.call(tt,Ue[Bt])&&(Rt[Ue[Bt]]=tt[Ue[Bt]]);return Rt};function qr(tt){const{isLeaf:ft,expanded:Rt}=tt;return ft?z.createElement(yn.Z,null):Rt?z.createElement(Dr,null):z.createElement(qn,null)}function Ro(tt){let{treeData:ft,children:Rt}=tt;return ft||(0,Va.zn)(Rt)}const Fr=(tt,ft)=>{var{defaultExpandAll:Rt,defaultExpandParent:Ue,defaultExpandedKeys:Bt}=tt,cn=dr(tt,["defaultExpandAll","defaultExpandParent","defaultExpandedKeys"]);const bn=z.useRef(),vt=z.useRef(),Lt=()=>{const{keyEntities:ur}=(0,Va.I8)(Ro(cn));let Jn;return Rt?Jn=Object.keys(ur):Ue?Jn=(0,kr.r7)(cn.expandedKeys||Bt||[],ur):Jn=cn.expandedKeys||Bt,Jn},[It,kt]=z.useState(cn.selectedKeys||cn.defaultSelectedKeys||[]),[Ot,Ut]=z.useState(()=>Lt());z.useEffect(()=>{"selectedKeys"in cn&&kt(cn.selectedKeys)},[cn.selectedKeys]),z.useEffect(()=>{"expandedKeys"in cn&&Ut(cn.expandedKeys)},[cn.expandedKeys]);const $t=(ur,Jn)=>{var ta;return"expandedKeys"in cn||Ut(ur),(ta=cn.onExpand)===null||ta===void 0?void 0:ta.call(cn,ur,Jn)},fn=(ur,Jn)=>{var ta;const{multiple:$n}=cn,{node:Un,nativeEvent:xa}=Jn,{key:hr=""}=Un,$r=Ro(cn),Lo=Object.assign(Object.assign({},Jn),{selected:!0}),Vr=(xa==null?void 0:xa.ctrlKey)||(xa==null?void 0:xa.metaKey),jo=xa==null?void 0:xa.shiftKey;let ui;$n&&Vr?(ui=ur,bn.current=hr,vt.current=ui,Lo.selectedNodes=br($r,ui)):$n&&jo?(ui=Array.from(new Set([].concat((0,fe.Z)(vt.current||[]),(0,fe.Z)(fr({treeData:$r,expandedKeys:Ot,startKey:hr,endKey:bn.current}))))),Lo.selectedNodes=br($r,ui)):(ui=[hr],bn.current=hr,vt.current=ui,Lo.selectedNodes=br($r,ui)),(ta=cn.onSelect)===null||ta===void 0||ta.call(cn,ui,Lo),"selectedKeys"in cn||kt(ui)},{getPrefixCls:Zn,direction:ba}=z.useContext(Mr.E_),{prefixCls:mn,className:ea,showIcon:la=!0,expandAction:da="click"}=cn,ka=dr(cn,["prefixCls","className","showIcon","expandAction"]),qa=Zn("tree",mn),Hr=Fe()(`${qa}-directory`,{[`${qa}-directory-rtl`]:ba==="rtl"},ea);return z.createElement(va,Object.assign({icon:qr,ref:ft,blockNode:!0},ka,{showIcon:la,expandAction:da,prefixCls:qa,className:Hr,expandedKeys:Ot,selectedKeys:It,onSelect:fn,onExpand:$t}))};var Br=z.forwardRef(Fr);const ao=va;ao.DirectoryTree=Br,ao.TreeNode=Fo.Z;var $a=ao},32157:function(de,ne,y){"use strict";y.d(ne,{TM:function(){return Oe},Yk:function(){return Fe}});var ee=y(45930),se=y(63185),ue=y(14747),pe=y(33507),fe=y(45503),Ce=y(67968);const oe=new ee.Keyframes("ant-tree-node-fx-do-not-use",{"0%":{opacity:0},"100%":{opacity:1}}),Ae=(me,a)=>({[`.${me}-switcher-icon`]:{display:"inline-block",fontSize:10,verticalAlign:"baseline",svg:{transition:`transform ${a.motionDurationSlow}`}}}),Te=(me,a)=>({[`.${me}-drop-indicator`]:{position:"absolute",zIndex:1,height:2,backgroundColor:a.colorPrimary,borderRadius:1,pointerEvents:"none","&:after":{position:"absolute",top:-3,insetInlineStart:-6,width:8,height:8,backgroundColor:"transparent",border:`${a.lineWidthBold}px solid ${a.colorPrimary}`,borderRadius:"50%",content:'""'}}}),Ie=(me,a)=>{const{treeCls:b,treeNodeCls:z,treeNodePadding:E,titleHeight:te,nodeSelectedBg:ae,nodeHoverBg:le}=a,ce=a.paddingXS;return{[b]:Object.assign(Object.assign({},(0,ue.Wf)(a)),{background:a.colorBgContainer,borderRadius:a.borderRadius,transition:`background-color ${a.motionDurationSlow}`,[`&${b}-rtl`]:{[`${b}-switcher`]:{"&_close":{[`${b}-switcher-icon`]:{svg:{transform:"rotate(90deg)"}}}}},[`&-focused:not(:hover):not(${b}-active-focused)`]:Object.assign({},(0,ue.oN)(a)),[`${b}-list-holder-inner`]:{alignItems:"flex-start"},[`&${b}-block-node`]:{[`${b}-list-holder-inner`]:{alignItems:"stretch",[`${b}-node-content-wrapper`]:{flex:"auto"},[`${z}.dragging`]:{position:"relative","&:after":{position:"absolute",top:0,insetInlineEnd:0,bottom:E,insetInlineStart:0,border:`1px solid ${a.colorPrimary}`,opacity:0,animationName:oe,animationDuration:a.motionDurationSlow,animationPlayState:"running",animationFillMode:"forwards",content:'""',pointerEvents:"none"}}}},[`${z}`]:{display:"flex",alignItems:"flex-start",padding:`0 0 ${E}px 0`,outline:"none","&-rtl":{direction:"rtl"},"&-disabled":{[`${b}-node-content-wrapper`]:{color:a.colorTextDisabled,cursor:"not-allowed","&:hover":{background:"transparent"}}},[`&-active ${b}-node-content-wrapper`]:Object.assign({},(0,ue.oN)(a)),[`&:not(${z}-disabled).filter-node ${b}-title`]:{color:"inherit",fontWeight:500},"&-draggable":{[`${b}-draggable-icon`]:{flexShrink:0,width:te,lineHeight:`${te}px`,textAlign:"center",visibility:"visible",opacity:.2,transition:`opacity ${a.motionDurationSlow}`,[`${z}:hover &`]:{opacity:.45}},[`&${z}-disabled`]:{[`${b}-draggable-icon`]:{visibility:"hidden"}}}},[`${b}-indent`]:{alignSelf:"stretch",whiteSpace:"nowrap",userSelect:"none","&-unit":{display:"inline-block",width:te}},[`${b}-draggable-icon`]:{visibility:"hidden"},[`${b}-switcher`]:Object.assign(Object.assign({},Ae(me,a)),{position:"relative",flex:"none",alignSelf:"stretch",width:te,margin:0,lineHeight:`${te}px`,textAlign:"center",cursor:"pointer",userSelect:"none","&-noop":{cursor:"default"},"&_close":{[`${b}-switcher-icon`]:{svg:{transform:"rotate(-90deg)"}}},"&-loading-icon":{color:a.colorPrimary},"&-leaf-line":{position:"relative",zIndex:1,display:"inline-block",width:"100%",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:te/2,bottom:-E,marginInlineStart:-1,borderInlineEnd:`1px solid ${a.colorBorder}`,content:'""'},"&:after":{position:"absolute",width:te/2*.8,height:te/2,borderBottom:`1px solid ${a.colorBorder}`,content:'""'}}}),[`${b}-checkbox`]:{top:"initial",marginInlineEnd:ce},[`${b}-node-content-wrapper, ${b}-checkbox + span`]:{position:"relative",zIndex:"auto",minHeight:te,margin:0,padding:`0 ${a.paddingXS/2}px`,color:"inherit",lineHeight:`${te}px`,background:"transparent",borderRadius:a.borderRadius,cursor:"pointer",transition:`all ${a.motionDurationMid}, border 0s, line-height 0s, box-shadow 0s`,"&:hover":{backgroundColor:le},[`&${b}-node-selected`]:{backgroundColor:ae},[`${b}-iconEle`]:{display:"inline-block",width:te,height:te,lineHeight:`${te}px`,textAlign:"center",verticalAlign:"top","&:empty":{display:"none"}}},[`${b}-unselectable ${b}-node-content-wrapper:hover`]:{backgroundColor:"transparent"},[`${b}-node-content-wrapper`]:Object.assign({lineHeight:`${te}px`,userSelect:"none"},Te(me,a)),[`${z}.drop-container`]:{"> [draggable]":{boxShadow:`0 0 0 2px ${a.colorPrimary}`}},"&-show-line":{[`${b}-indent`]:{"&-unit":{position:"relative",height:"100%","&:before":{position:"absolute",top:0,insetInlineEnd:te/2,bottom:-E,borderInlineEnd:`1px solid ${a.colorBorder}`,content:'""'},"&-end":{"&:before":{display:"none"}}}},[`${b}-switcher`]:{background:"transparent","&-line-icon":{verticalAlign:"-0.15em"}}},[`${z}-leaf-last`]:{[`${b}-switcher`]:{"&-leaf-line":{"&:before":{top:"auto !important",bottom:"auto !important",height:`${te/2}px !important`}}}}})}},De=me=>{const{treeCls:a,treeNodeCls:b,treeNodePadding:z,directoryNodeSelectedBg:E,directoryNodeSelectedColor:te}=me;return{[`${a}${a}-directory`]:{[b]:{position:"relative","&:before":{position:"absolute",top:0,insetInlineEnd:0,bottom:z,insetInlineStart:0,transition:`background-color ${me.motionDurationMid}`,content:'""',pointerEvents:"none"},"&:hover":{"&:before":{background:me.controlItemBgHover}},"> *":{zIndex:1},[`${a}-switcher`]:{transition:`color ${me.motionDurationMid}`},[`${a}-node-content-wrapper`]:{borderRadius:0,userSelect:"none","&:hover":{background:"transparent"},[`&${a}-node-selected`]:{color:te,background:"transparent"}},"&-selected":{"\n &:hover::before,\n &::before\n ":{background:E},[`${a}-switcher`]:{color:te},[`${a}-node-content-wrapper`]:{color:te,background:"transparent"}}}}}},Fe=(me,a)=>{const b=`.${me}`,z=`${b}-treenode`,E=a.paddingXS/2,te=(0,fe.TS)(a,{treeCls:b,treeNodeCls:z,treeNodePadding:E});return[Ie(me,te),De(te)]},Oe=me=>{const{controlHeightSM:a}=me;return{titleHeight:a,nodeHoverBg:me.controlItemBgHover,nodeSelectedBg:me.controlItemBgActive}};ne.ZP=(0,Ce.Z)("Tree",(me,a)=>{let{prefixCls:b}=a;return[{[me.componentCls]:(0,se.C2)(`${b}-checkbox`,me)},Fe(b,me),(0,pe.Z)(me)]},me=>{const{colorTextLightSolid:a,colorPrimary:b}=me;return Object.assign(Object.assign({},Oe(me)),{directoryNodeSelectedColor:a,directoryNodeSelectedBg:b})})},7349:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ce}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(ye,Pe){return se.createElement(fe.Z,(0,ee.Z)({},ye,{ref:Pe,icon:pe}))},oe=se.forwardRef(Ce),Ae=y(46214),Te=y(77322),Ie={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"},De=Ie,Fe=function(ye,Pe){return se.createElement(fe.Z,(0,ee.Z)({},ye,{ref:Pe,icon:De}))},Oe=se.forwardRef(Fe),me={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"},a=me,b=function(ye,Pe){return se.createElement(fe.Z,(0,ee.Z)({},ye,{ref:Pe,icon:a}))},z=se.forwardRef(b),E=y(94184),te=y.n(E),ae=y(96159),ce=he=>{const{prefixCls:ye,switcherIcon:Pe,treeNodeProps:Me,showLine:Be}=he,{isLeaf:Ze,expanded:Le,loading:bt}=Me;if(bt)return se.createElement(Te.Z,{className:`${ye}-switcher-loading-icon`});let xt;if(Be&&typeof Be=="object"&&(xt=Be.showLeafIcon),Ze){if(!Be)return null;if(typeof xt!="boolean"&&xt){const St=typeof xt=="function"?xt(Me):xt,Ht=`${ye}-switcher-line-custom-icon`;return(0,ae.l$)(St)?(0,ae.Tm)(St,{className:te()(St.props.className||"",Ht)}):St}return xt?se.createElement(Ae.Z,{className:`${ye}-switcher-line-icon`}):se.createElement("span",{className:`${ye}-switcher-leaf-line`})}const Sn=`${ye}-switcher-icon`,Ct=typeof Pe=="function"?Pe(Me):Pe;return(0,ae.l$)(Ct)?(0,ae.Tm)(Ct,{className:te()(Ct.props.className||"",Sn)}):Ct!==void 0?Ct:Be?Le?se.createElement(Oe,{className:`${ye}-switcher-line-icon`}):se.createElement(z,{className:`${ye}-switcher-line-icon`}):se.createElement(oe,{className:Sn})}},92421:function(de,ne,y){"use strict";y.d(ne,{default:function(){return kr}});var ee=y(67294),se=y(74902),ue=y(94184),pe=y.n(ue),fe=y(87462),Ce=y(15671),oe=y(43144),Ae=y(60136),Te=y(51630),Ie=y(4942),De=y(45987),Fe=y(74165),Oe=y(71002),me=y(15861),a=y(64217);function b(st,Ft){var Gt="cannot ".concat(st.method," ").concat(st.action," ").concat(Ft.status,"'"),Zt=new Error(Gt);return Zt.status=Ft.status,Zt.method=st.method,Zt.url=st.action,Zt}function z(st){var Ft=st.responseText||st.response;if(!Ft)return Ft;try{return JSON.parse(Ft)}catch(Gt){return Ft}}function E(st){var Ft=new XMLHttpRequest;st.onProgress&&Ft.upload&&(Ft.upload.onprogress=function(tn){tn.total>0&&(tn.percent=tn.loaded/tn.total*100),st.onProgress(tn)});var Gt=new FormData;st.data&&Object.keys(st.data).forEach(function(In){var tn=st.data[In];if(Array.isArray(tn)){tn.forEach(function(yn){Gt.append("".concat(In,"[]"),yn)});return}Gt.append(In,tn)}),st.file instanceof Blob?Gt.append(st.filename,st.file,st.file.name):Gt.append(st.filename,st.file),Ft.onerror=function(tn){st.onError(tn)},Ft.onload=function(){return Ft.status<200||Ft.status>=300?st.onError(b(st,Ft),z(Ft)):st.onSuccess(z(Ft),Ft)},Ft.open(st.method,st.action,!0),st.withCredentials&&"withCredentials"in Ft&&(Ft.withCredentials=!0);var Zt=st.headers||{};return Zt["X-Requested-With"]!==null&&Ft.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(Zt).forEach(function(In){Zt[In]!==null&&Ft.setRequestHeader(In,Zt[In])}),Ft.send(Gt),{abort:function(){Ft.abort()}}}var te=+new Date,ae=0;function le(){return"rc-upload-".concat(te,"-").concat(++ae)}var ce=y(80334),he=function(st,Ft){if(st&&Ft){var Gt=Array.isArray(Ft)?Ft:Ft.split(","),Zt=st.name||"",In=st.type||"",tn=In.replace(/\/.*$/,"");return Gt.some(function(yn){var at=yn.trim();if(/^\*(\/\*)?$/.test(yn))return!0;if(at.charAt(0)==="."){var ar=Zt.toLowerCase(),Ia=at.toLowerCase(),sa=[Ia];return(Ia===".jpg"||Ia===".jpeg")&&(sa=[".jpg",".jpeg"]),sa.some(function(Dr){return ar.endsWith(Dr)})}return/\/\*$/.test(at)?tn===at.replace(/\/.*$/,""):In===at?!0:/^\w+$/.test(at)?((0,ce.ZP)(!1,"Upload takes an invalidate 'accept' type '".concat(at,"'.Skip for check.")),!0):!1})}return!0};function ye(st,Ft){var Gt=st.createReader(),Zt=[];function In(){Gt.readEntries(function(tn){var yn=Array.prototype.slice.apply(tn);Zt=Zt.concat(yn);var at=!yn.length;at?Ft(Zt):In()})}In()}var Pe=function(Ft,Gt,Zt){var In=function tn(yn,at){yn&&(yn.path=at||"",yn.isFile?yn.file(function(ar){Zt(ar)&&(yn.fullPath&&!ar.webkitRelativePath&&(Object.defineProperties(ar,{webkitRelativePath:{writable:!0}}),ar.webkitRelativePath=yn.fullPath.replace(/^\//,""),Object.defineProperties(ar,{webkitRelativePath:{writable:!1}})),Gt([ar]))}):yn.isDirectory&&ye(yn,function(ar){ar.forEach(function(Ia){tn(Ia,"".concat(at).concat(yn.name,"/"))})}))};Ft.forEach(function(tn){In(tn.webkitGetAsEntry())})},Me=Pe,Be=["component","prefixCls","className","disabled","id","style","multiple","accept","capture","children","directory","openFileDialogOnClick","onMouseEnter","onMouseLeave"],Ze=function(st){(0,Ae.Z)(Gt,st);var Ft=(0,Te.Z)(Gt);function Gt(){var Zt;(0,Ce.Z)(this,Gt);for(var In=arguments.length,tn=new Array(In),yn=0;yn<In;yn++)tn[yn]=arguments[yn];return Zt=Ft.call.apply(Ft,[this].concat(tn)),Zt.state={uid:le()},Zt.reqs={},Zt.fileInput=void 0,Zt._isMounted=void 0,Zt.onChange=function(at){var ar=Zt.props,Ia=ar.accept,sa=ar.directory,Dr=at.target.files,an=(0,se.Z)(Dr).filter(function(Ln){return!sa||he(Ln,Ia)});Zt.uploadFiles(an),Zt.reset()},Zt.onClick=function(at){var ar=Zt.fileInput;if(ar){var Ia=Zt.props,sa=Ia.children,Dr=Ia.onClick;if(sa&&sa.type==="button"){var an=ar.parentNode;an.focus(),an.querySelector("button").blur()}ar.click(),Dr&&Dr(at)}},Zt.onKeyDown=function(at){at.key==="Enter"&&Zt.onClick(at)},Zt.onFileDrop=function(at){var ar=Zt.props.multiple;if(at.preventDefault(),at.type!=="dragover")if(Zt.props.directory)Me(Array.prototype.slice.call(at.dataTransfer.items),Zt.uploadFiles,function(sa){return he(sa,Zt.props.accept)});else{var Ia=(0,se.Z)(at.dataTransfer.files).filter(function(sa){return he(sa,Zt.props.accept)});ar===!1&&(Ia=Ia.slice(0,1)),Zt.uploadFiles(Ia)}},Zt.uploadFiles=function(at){var ar=(0,se.Z)(at),Ia=ar.map(function(sa){return sa.uid=le(),Zt.processFile(sa,ar)});Promise.all(Ia).then(function(sa){var Dr=Zt.props.onBatchStart;Dr==null||Dr(sa.map(function(an){var Ln=an.origin,Sa=an.parsedFile;return{file:Ln,parsedFile:Sa}})),sa.filter(function(an){return an.parsedFile!==null}).forEach(function(an){Zt.post(an)})})},Zt.processFile=function(){var at=(0,me.Z)((0,Fe.Z)().mark(function ar(Ia,sa){var Dr,an,Ln,Sa,qn,Mr,Rr,co,Eo;return(0,Fe.Z)().wrap(function(Ke){for(;;)switch(Ke.prev=Ke.next){case 0:if(Dr=Zt.props.beforeUpload,an=Ia,!Dr){Ke.next=14;break}return Ke.prev=3,Ke.next=6,Dr(Ia,sa);case 6:an=Ke.sent,Ke.next=12;break;case 9:Ke.prev=9,Ke.t0=Ke.catch(3),an=!1;case 12:if(an!==!1){Ke.next=14;break}return Ke.abrupt("return",{origin:Ia,parsedFile:null,action:null,data:null});case 14:if(Ln=Zt.props.action,typeof Ln!="function"){Ke.next=21;break}return Ke.next=18,Ln(Ia);case 18:Sa=Ke.sent,Ke.next=22;break;case 21:Sa=Ln;case 22:if(qn=Zt.props.data,typeof qn!="function"){Ke.next=29;break}return Ke.next=26,qn(Ia);case 26:Mr=Ke.sent,Ke.next=30;break;case 29:Mr=qn;case 30:return Rr=((0,Oe.Z)(an)==="object"||typeof an=="string")&&an?an:Ia,Rr instanceof File?co=Rr:co=new File([Rr],Ia.name,{type:Ia.type}),Eo=co,Eo.uid=Ia.uid,Ke.abrupt("return",{origin:Ia,data:Mr,parsedFile:Eo,action:Sa});case 35:case"end":return Ke.stop()}},ar,null,[[3,9]])}));return function(ar,Ia){return at.apply(this,arguments)}}(),Zt.saveFileInput=function(at){Zt.fileInput=at},Zt}return(0,oe.Z)(Gt,[{key:"componentDidMount",value:function(){this._isMounted=!0}},{key:"componentWillUnmount",value:function(){this._isMounted=!1,this.abort()}},{key:"post",value:function(In){var tn=this,yn=In.data,at=In.origin,ar=In.action,Ia=In.parsedFile;if(this._isMounted){var sa=this.props,Dr=sa.onStart,an=sa.customRequest,Ln=sa.name,Sa=sa.headers,qn=sa.withCredentials,Mr=sa.method,Rr=at.uid,co=an||E,Eo={action:ar,filename:Ln,data:yn,file:Ia,headers:Sa,withCredentials:qn,method:Mr||"post",onProgress:function(Ke){var We=tn.props.onProgress;We==null||We(Ke,Ia)},onSuccess:function(Ke,We){var At=tn.props.onSuccess;At==null||At(Ke,Ia,We),delete tn.reqs[Rr]},onError:function(Ke,We){var At=tn.props.onError;At==null||At(Ke,We,Ia),delete tn.reqs[Rr]}};Dr(at),this.reqs[Rr]=co(Eo)}}},{key:"reset",value:function(){this.setState({uid:le()})}},{key:"abort",value:function(In){var tn=this.reqs;if(In){var yn=In.uid?In.uid:In;tn[yn]&&tn[yn].abort&&tn[yn].abort(),delete tn[yn]}else Object.keys(tn).forEach(function(at){tn[at]&&tn[at].abort&&tn[at].abort(),delete tn[at]})}},{key:"render",value:function(){var In,tn=this.props,yn=tn.component,at=tn.prefixCls,ar=tn.className,Ia=tn.disabled,sa=tn.id,Dr=tn.style,an=tn.multiple,Ln=tn.accept,Sa=tn.capture,qn=tn.children,Mr=tn.directory,Rr=tn.openFileDialogOnClick,co=tn.onMouseEnter,Eo=tn.onMouseLeave,ra=(0,De.Z)(tn,Be),Ke=pe()((In={},(0,Ie.Z)(In,at,!0),(0,Ie.Z)(In,"".concat(at,"-disabled"),Ia),(0,Ie.Z)(In,ar,ar),In)),We=Mr?{directory:"directory",webkitdirectory:"webkitdirectory"}:{},At=Ia?{}:{onClick:Rr?this.onClick:function(){},onKeyDown:Rr?this.onKeyDown:function(){},onMouseEnter:co,onMouseLeave:Eo,onDrop:this.onFileDrop,onDragOver:this.onFileDrop,tabIndex:"0"};return ee.createElement(yn,(0,fe.Z)({},At,{className:Ke,role:"button",style:Dr}),ee.createElement("input",(0,fe.Z)({},(0,a.Z)(ra,{aria:!0,data:!0}),{id:sa,disabled:Ia,type:"file",ref:this.saveFileInput,onClick:function(on){return on.stopPropagation()},key:this.state.uid,style:{display:"none"},accept:Ln},We,{multiple:an,onChange:this.onChange},Sa!=null?{capture:Sa}:{})),qn)}}]),Gt}(ee.Component),Le=Ze;function bt(){}var xt=function(st){(0,Ae.Z)(Gt,st);var Ft=(0,Te.Z)(Gt);function Gt(){var Zt;(0,Ce.Z)(this,Gt);for(var In=arguments.length,tn=new Array(In),yn=0;yn<In;yn++)tn[yn]=arguments[yn];return Zt=Ft.call.apply(Ft,[this].concat(tn)),Zt.uploader=void 0,Zt.saveUploader=function(at){Zt.uploader=at},Zt}return(0,oe.Z)(Gt,[{key:"abort",value:function(In){this.uploader.abort(In)}},{key:"render",value:function(){return ee.createElement(Le,(0,fe.Z)({},this.props,{ref:this.saveUploader}))}}]),Gt}(ee.Component);xt.defaultProps={component:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,onStart:bt,onError:bt,onSuccess:bt,multiple:!1,beforeUpload:null,customRequest:null,withCredentials:!1,openFileDialogOnClick:!0};var Sn=xt,Ct=Sn,St=y(5663),Ht=y(73935),zt=y(53124),sn=y(98866),Pn=y(10110),wt=y(24457),gn={icon:function(Ft,Gt){return{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M534 352V136H232v752h560V394H576a42 42 0 01-42-42z",fill:Gt}},{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:Ft}}]}},name:"file",theme:"twotone"},Gn=gn,nt=y(44327),_t=function(Ft,Gt){return ee.createElement(nt.Z,(0,fe.Z)({},Ft,{ref:Gt,icon:Gn}))},Qt=ee.forwardRef(_t),Vn=y(77322),dn={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"},Fn=dn,Qe=function(Ft,Gt){return ee.createElement(nt.Z,(0,fe.Z)({},Ft,{ref:Gt,icon:Fn}))},Cn=ee.forwardRef(Qe),Kn={icon:function(Ft,Gt){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:Ft}},{tag:"path",attrs:{d:"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z",fill:Gt}},{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:Gt}},{tag:"path",attrs:{d:"M276 368a28 28 0 1056 0 28 28 0 10-56 0z",fill:Gt}},{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:Ft}}]}},name:"picture",theme:"twotone"},Ha=Kn,_n=function(Ft,Gt){return ee.createElement(nt.Z,(0,fe.Z)({},Ft,{ref:Gt,icon:Ha}))},Vt=ee.forwardRef(_n),Tt=y(38379),gt=y(57838),ln=y(33603),pn=y(96159),On=y(71577);function Xn(st){return Object.assign(Object.assign({},st),{lastModified:st.lastModified,lastModifiedDate:st.lastModifiedDate,name:st.name,size:st.size,type:st.type,uid:st.uid,percent:0,originFileObj:st})}function ga(st,Ft){const Gt=(0,se.Z)(Ft),Zt=Gt.findIndex(In=>{let{uid:tn}=In;return tn===st.uid});return Zt===-1?Gt.push(st):Gt[Zt]=st,Gt}function La(st,Ft){const Gt=st.uid!==void 0?"uid":"name";return Ft.filter(Zt=>Zt[Gt]===st[Gt])[0]}function Fa(st,Ft){const Gt=st.uid!==void 0?"uid":"name",Zt=Ft.filter(In=>In[Gt]!==st[Gt]);return Zt.length===Ft.length?null:Zt}const Ba=function(){const Ft=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:"").split("/"),Zt=Ft[Ft.length-1].split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(Zt)||[""])[0]},pa=st=>st.indexOf("image/")===0,Ja=st=>{if(st.type&&!st.thumbUrl)return pa(st.type);const Ft=st.thumbUrl||st.url||"",Gt=Ba(Ft);return/^data:image\//.test(Ft)||/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test(Gt)?!0:!(/^data:/.test(Ft)||Gt)},Er=200;function Xe(st){return new Promise(Ft=>{if(!st.type||!pa(st.type)){Ft("");return}const Gt=document.createElement("canvas");Gt.width=Er,Gt.height=Er,Gt.style.cssText=`position: fixed; left: 0; top: 0; width: ${Er}px; height: ${Er}px; z-index: 9999; display: none;`,document.body.appendChild(Gt);const Zt=Gt.getContext("2d"),In=new Image;if(In.onload=()=>{const{width:tn,height:yn}=In;let at=Er,ar=Er,Ia=0,sa=0;tn>yn?(ar=yn*(Er/tn),sa=-(ar-at)/2):(at=tn*(Er/yn),Ia=-(at-ar)/2),Zt.drawImage(In,Ia,sa,at,ar);const Dr=Gt.toDataURL();document.body.removeChild(Gt),window.URL.revokeObjectURL(In.src),Ft(Dr)},In.crossOrigin="anonymous",st.type.startsWith("image/svg+xml")){const tn=new FileReader;tn.onload=()=>{tn.result&&(In.src=tn.result)},tn.readAsDataURL(st)}else if(st.type.startsWith("image/gif")){const tn=new FileReader;tn.onload=()=>{tn.result&&Ft(tn.result)},tn.readAsDataURL(st)}else In.src=window.URL.createObjectURL(st)})}var ct={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"},aa=ct,_e=function(Ft,Gt){return ee.createElement(nt.Z,(0,fe.Z)({},Ft,{ref:Gt,icon:aa}))},Ge=ee.forwardRef(_e),mt={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"},un=mt,jt=function(Ft,Gt){return ee.createElement(nt.Z,(0,fe.Z)({},Ft,{ref:Gt,icon:un}))},Tn=ee.forwardRef(jt),Xt=y(43481),Wt=y(38703),Jt=y(83062),Yn=ee.forwardRef((st,Ft)=>{let{prefixCls:Gt,className:Zt,style:In,locale:tn,listType:yn,file:at,items:ar,progress:Ia,iconRender:sa,actionIconRender:Dr,itemRender:an,isImgUrl:Ln,showPreviewIcon:Sa,showRemoveIcon:qn,showDownloadIcon:Mr,previewIcon:Rr,removeIcon:co,downloadIcon:Eo,onPreview:ra,onDownload:Ke,onClose:We}=st;var At,Kt;const{status:on}=at,[wn,va]=ee.useState(on);ee.useEffect(()=>{on!=="removed"&&va(on)},[on]);const[Na,rr]=ee.useState(!1);ee.useEffect(()=>{const vt=setTimeout(()=>{rr(!0)},300);return()=>{clearTimeout(vt)}},[]);const fr=sa(at);let br=ee.createElement("div",{className:`${Gt}-icon`},fr);if(yn==="picture"||yn==="picture-card"||yn==="picture-circle")if(wn==="uploading"||!at.thumbUrl&&!at.url){const vt=pe()(`${Gt}-list-item-thumbnail`,{[`${Gt}-list-item-file`]:wn!=="uploading"});br=ee.createElement("div",{className:vt},fr)}else{const vt=Ln!=null&&Ln(at)?ee.createElement("img",{src:at.thumbUrl||at.url,alt:at.name,className:`${Gt}-list-item-image`,crossOrigin:at.crossOrigin}):fr,Lt=pe()(`${Gt}-list-item-thumbnail`,{[`${Gt}-list-item-file`]:Ln&&!Ln(at)});br=ee.createElement("a",{className:Lt,onClick:It=>ra(at,It),href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer"},vt)}const dr=pe()(`${Gt}-list-item`,`${Gt}-list-item-${wn}`),qr=typeof at.linkProps=="string"?JSON.parse(at.linkProps):at.linkProps,Ro=qn?Dr((typeof co=="function"?co(at):co)||ee.createElement(Ge,null),()=>We(at),Gt,tn.removeFile):null,Fr=Mr&&wn==="done"?Dr((typeof Eo=="function"?Eo(at):Eo)||ee.createElement(Tn,null),()=>Ke(at),Gt,tn.downloadFile):null,Po=yn!=="picture-card"&&yn!=="picture-circle"&&ee.createElement("span",{key:"download-delete",className:pe()(`${Gt}-list-item-actions`,{picture:yn==="picture"})},Fr,Ro),Br=pe()(`${Gt}-list-item-name`),ao=at.url?[ee.createElement("a",Object.assign({key:"view",target:"_blank",rel:"noopener noreferrer",className:Br,title:at.name},qr,{href:at.url,onClick:vt=>ra(at,vt)}),at.name),Po]:[ee.createElement("span",{key:"view",className:Br,onClick:vt=>ra(at,vt),title:at.name},at.name),Po],$a={pointerEvents:"none",opacity:.5},tt=Sa?ee.createElement("a",{href:at.url||at.thumbUrl,target:"_blank",rel:"noopener noreferrer",style:at.url||at.thumbUrl?void 0:$a,onClick:vt=>ra(at,vt),title:tn.previewFile},typeof Rr=="function"?Rr(at):Rr||ee.createElement(Xt.Z,null)):null,ft=(yn==="picture-card"||yn==="picture-circle")&&wn!=="uploading"&&ee.createElement("span",{className:`${Gt}-list-item-actions`},tt,wn==="done"&&Fr,Ro),{getPrefixCls:Rt}=ee.useContext(zt.E_),Ue=Rt(),Bt=ee.createElement("div",{className:dr},br,ao,ft,Na&&ee.createElement(Tt.default,{motionName:`${Ue}-fade`,visible:wn==="uploading",motionDeadline:2e3},vt=>{let{className:Lt}=vt;const It="percent"in at?ee.createElement(Wt.Z,Object.assign({},Ia,{type:"line",percent:at.percent,"aria-label":at["aria-label"],"aria-labelledby":at["aria-labelledby"]})):null;return ee.createElement("div",{className:pe()(`${Gt}-list-item-progress`,Lt)},It)})),cn=at.response&&typeof at.response=="string"?at.response:((At=at.error)===null||At===void 0?void 0:At.statusText)||((Kt=at.error)===null||Kt===void 0?void 0:Kt.message)||tn.uploadError,bn=wn==="error"?ee.createElement(Jt.Z,{title:cn,getPopupContainer:vt=>vt.parentNode},Bt):Bt;return ee.createElement("div",{className:pe()(`${Gt}-list-item-container`,Zt),style:In,ref:Ft},an?an(bn,at,ar,{download:Ke.bind(null,at),preview:ra.bind(null,at),remove:We.bind(null,at)}):bn)});const Pa=(st,Ft)=>{const{listType:Gt="text",previewFile:Zt=Xe,onPreview:In,onDownload:tn,onRemove:yn,locale:at,iconRender:ar,isImageUrl:Ia=Ja,prefixCls:sa,items:Dr=[],showPreviewIcon:an=!0,showRemoveIcon:Ln=!0,showDownloadIcon:Sa=!1,removeIcon:qn,previewIcon:Mr,downloadIcon:Rr,progress:co={size:[-1,2],showInfo:!1},appendAction:Eo,appendActionVisible:ra=!0,itemRender:Ke,disabled:We}=st,At=(0,gt.Z)(),[Kt,on]=ee.useState(!1);ee.useEffect(()=>{Gt!=="picture"&&Gt!=="picture-card"&&Gt!=="picture-circle"||(Dr||[]).forEach($a=>{typeof document=="undefined"||typeof window=="undefined"||!window.FileReader||!window.File||!($a.originFileObj instanceof File||$a.originFileObj instanceof Blob)||$a.thumbUrl!==void 0||($a.thumbUrl="",Zt&&Zt($a.originFileObj).then(tt=>{$a.thumbUrl=tt||"",At()}))})},[Gt,Dr,Zt]),ee.useEffect(()=>{on(!0)},[]);const wn=($a,tt)=>{if(In)return tt==null||tt.preventDefault(),In($a)},va=$a=>{typeof tn=="function"?tn($a):$a.url&&window.open($a.url)},Na=$a=>{yn==null||yn($a)},rr=$a=>{if(ar)return ar($a,Gt);const tt=$a.status==="uploading",ft=Ia&&Ia($a)?ee.createElement(Vt,null):ee.createElement(Qt,null);let Rt=tt?ee.createElement(Vn.Z,null):ee.createElement(Cn,null);return Gt==="picture"?Rt=tt?ee.createElement(Vn.Z,null):ft:(Gt==="picture-card"||Gt==="picture-circle")&&(Rt=tt?at.uploading:ft),Rt},fr=($a,tt,ft,Rt)=>{const Ue={type:"text",size:"small",title:Rt,onClick:Bt=>{tt(),(0,pn.l$)($a)&&$a.props.onClick&&$a.props.onClick(Bt)},className:`${ft}-list-item-action`,disabled:We};if((0,pn.l$)($a)){const Bt=(0,pn.Tm)($a,Object.assign(Object.assign({},$a.props),{onClick:()=>{}}));return ee.createElement(On.ZP,Object.assign({},Ue,{icon:Bt}))}return ee.createElement(On.ZP,Object.assign({},Ue),ee.createElement("span",null,$a))};ee.useImperativeHandle(Ft,()=>({handlePreview:wn,handleDownload:va}));const{getPrefixCls:br}=ee.useContext(zt.E_),dr=br("upload",sa),qr=br(),Ro=pe()(`${dr}-list`,`${dr}-list-${Gt}`),Fr=(0,se.Z)(Dr.map($a=>({key:$a.uid,file:$a})));let Br={motionDeadline:2e3,motionName:`${dr}-${Gt==="picture-card"||Gt==="picture-circle"?"animate-inline":"animate"}`,keys:Fr,motionAppear:Kt};const ao=ee.useMemo(()=>{const $a=Object.assign({},(0,ln.Z)(qr));return delete $a.onAppearEnd,delete $a.onEnterEnd,delete $a.onLeaveEnd,$a},[qr]);return Gt!=="picture-card"&&Gt!=="picture-circle"&&(Br=Object.assign(Object.assign({},ao),Br)),ee.createElement("div",{className:Ro},ee.createElement(Tt.CSSMotionList,Object.assign({},Br,{component:!1}),$a=>{let{key:tt,file:ft,className:Rt,style:Ue}=$a;return ee.createElement(Yn,{key:tt,locale:at,prefixCls:dr,className:Rt,style:Ue,file:ft,items:Dr,progress:co,listType:Gt,isImgUrl:Ia,showPreviewIcon:an,showRemoveIcon:Ln,showDownloadIcon:Sa,removeIcon:qn,previewIcon:Mr,downloadIcon:Rr,iconRender:rr,actionIconRender:fr,itemRender:Ke,onPreview:wn,onDownload:va,onClose:Na})}),Eo&&ee.createElement(Tt.default,Object.assign({},Br,{visible:ra,forceRender:!0}),$a=>{let{className:tt,style:ft}=$a;return(0,pn.Tm)(Eo,Rt=>({className:pe()(Rt.className,tt),style:Object.assign(Object.assign(Object.assign({},ft),{pointerEvents:tt?"none":void 0}),Rt.style)}))}))};var Xa=ee.forwardRef(Pa),cr=y(14747),pr=y(33507),wr=y(67968),Kr=y(45503),wo=st=>{const{componentCls:Ft,iconCls:Gt}=st;return{[`${Ft}-wrapper`]:{[`${Ft}-drag`]:{position:"relative",width:"100%",height:"100%",textAlign:"center",background:st.colorFillAlter,border:`${st.lineWidth}px dashed ${st.colorBorder}`,borderRadius:st.borderRadiusLG,cursor:"pointer",transition:`border-color ${st.motionDurationSlow}`,[Ft]:{padding:`${st.padding}px 0`},[`${Ft}-btn`]:{display:"table",width:"100%",height:"100%",outline:"none"},[`${Ft}-drag-container`]:{display:"table-cell",verticalAlign:"middle"},[`&:not(${Ft}-disabled):hover`]:{borderColor:st.colorPrimaryHover},[`p${Ft}-drag-icon`]:{marginBottom:st.margin,[Gt]:{color:st.colorPrimary,fontSize:st.uploadThumbnailSize}},[`p${Ft}-text`]:{margin:`0 0 ${st.marginXXS}px`,color:st.colorTextHeading,fontSize:st.fontSizeLG},[`p${Ft}-hint`]:{color:st.colorTextDescription,fontSize:st.fontSize},[`&${Ft}-disabled`]:{cursor:"not-allowed",[`p${Ft}-drag-icon ${Gt},
|
|
|
p${Ft}-text,
|
|
|
p${Ft}-hint
|
|
|
`]:{color:st.colorTextDisabled}}}}}},no=st=>{const{componentCls:Ft,antCls:Gt,iconCls:Zt,fontSize:In,lineHeight:tn}=st,yn=`${Ft}-list-item`,at=`${yn}-actions`,ar=`${yn}-action`,Ia=Math.round(In*tn);return{[`${Ft}-wrapper`]:{[`${Ft}-list`]:Object.assign(Object.assign({},(0,cr.dF)()),{lineHeight:st.lineHeight,[yn]:{position:"relative",height:st.lineHeight*In,marginTop:st.marginXS,fontSize:In,display:"flex",alignItems:"center",transition:`background-color ${st.motionDurationSlow}`,"&:hover":{backgroundColor:st.controlItemBgHover},[`${yn}-name`]:Object.assign(Object.assign({},cr.vS),{padding:`0 ${st.paddingXS}px`,lineHeight:tn,flex:"auto",transition:`all ${st.motionDurationSlow}`}),[at]:{[ar]:{opacity:0},[`${ar}${Gt}-btn-sm`]:{height:Ia,border:0,lineHeight:1,"> span":{transform:"scale(1)"}},[`
|
|
|
${ar}:focus-visible,
|
|
|
&.picture ${ar}
|
|
|
`]:{opacity:1},[Zt]:{color:st.actionsColor,transition:`all ${st.motionDurationSlow}`},[`&:hover ${Zt}`]:{color:st.colorText}},[`${Ft}-icon ${Zt}`]:{color:st.colorTextDescription,fontSize:In},[`${yn}-progress`]:{position:"absolute",bottom:-st.uploadProgressOffset,width:"100%",paddingInlineStart:In+st.paddingXS,fontSize:In,lineHeight:0,pointerEvents:"none","> div":{margin:0}}},[`${yn}:hover ${ar}`]:{opacity:1,color:st.colorText},[`${yn}-error`]:{color:st.colorError,[`${yn}-name, ${Ft}-icon ${Zt}`]:{color:st.colorError},[at]:{[`${Zt}, ${Zt}:hover`]:{color:st.colorError},[ar]:{opacity:1}}},[`${Ft}-list-item-container`]:{transition:`opacity ${st.motionDurationSlow}, height ${st.motionDurationSlow}`,"&::before":{display:"table",width:0,height:0,content:'""'}}})}}},xr=y(45930),Xr=y(16932);const Fo=new xr.Keyframes("uploadAnimateInlineIn",{from:{width:0,height:0,margin:0,padding:0,opacity:0}}),Jr=new xr.Keyframes("uploadAnimateInlineOut",{to:{width:0,height:0,margin:0,padding:0,opacity:0}});var ht=st=>{const{componentCls:Ft}=st,Gt=`${Ft}-animate-inline`;return[{[`${Ft}-wrapper`]:{[`${Gt}-appear, ${Gt}-enter, ${Gt}-leave`]:{animationDuration:st.motionDurationSlow,animationTimingFunction:st.motionEaseInOutCirc,animationFillMode:"forwards"},[`${Gt}-appear, ${Gt}-enter`]:{animationName:Fo},[`${Gt}-leave`]:{animationName:Jr}}},{[`${Ft}-wrapper`]:(0,Xr.J$)(st)},Fo,Jr]},Pt=y(47448),ut=y(84780);const Nn=st=>{const{componentCls:Ft,iconCls:Gt,uploadThumbnailSize:Zt,uploadProgressOffset:In}=st,tn=`${Ft}-list`,yn=`${tn}-item`;return{[`${Ft}-wrapper`]:{[`
|
|
|
${tn}${tn}-picture,
|
|
|
${tn}${tn}-picture-card,
|
|
|
${tn}${tn}-picture-circle
|
|
|
`]:{[yn]:{position:"relative",height:Zt+st.lineWidth*2+st.paddingXS*2,padding:st.paddingXS,border:`${st.lineWidth}px ${st.lineType} ${st.colorBorder}`,borderRadius:st.borderRadiusLG,"&:hover":{background:"transparent"},[`${yn}-thumbnail`]:Object.assign(Object.assign({},cr.vS),{width:Zt,height:Zt,lineHeight:`${Zt+st.paddingSM}px`,textAlign:"center",flex:"none",[Gt]:{fontSize:st.fontSizeHeading2,color:st.colorPrimary},img:{display:"block",width:"100%",height:"100%",overflow:"hidden"}}),[`${yn}-progress`]:{bottom:In,width:`calc(100% - ${st.paddingSM*2}px)`,marginTop:0,paddingInlineStart:Zt+st.paddingXS}},[`${yn}-error`]:{borderColor:st.colorError,[`${yn}-thumbnail ${Gt}`]:{[`svg path[fill='${Pt.blue[0]}']`]:{fill:st.colorErrorBg},[`svg path[fill='${Pt.blue.primary}']`]:{fill:st.colorError}}},[`${yn}-uploading`]:{borderStyle:"dashed",[`${yn}-name`]:{marginBottom:In}}},[`${tn}${tn}-picture-circle ${yn}`]:{[`&, &::before, ${yn}-thumbnail`]:{borderRadius:"50%"}}}}},wa=st=>{const{componentCls:Ft,iconCls:Gt,fontSizeLG:Zt,colorTextLightSolid:In}=st,tn=`${Ft}-list`,yn=`${tn}-item`,at=st.uploadPicCardSize;return{[`
|
|
|
${Ft}-wrapper${Ft}-picture-card-wrapper,
|
|
|
${Ft}-wrapper${Ft}-picture-circle-wrapper
|
|
|
`]:Object.assign(Object.assign({},(0,cr.dF)()),{display:"inline-block",width:"100%",[`${Ft}${Ft}-select`]:{width:at,height:at,marginInlineEnd:st.marginXS,marginBottom:st.marginXS,textAlign:"center",verticalAlign:"top",backgroundColor:st.colorFillAlter,border:`${st.lineWidth}px dashed ${st.colorBorder}`,borderRadius:st.borderRadiusLG,cursor:"pointer",transition:`border-color ${st.motionDurationSlow}`,[`> ${Ft}`]:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",textAlign:"center"},[`&:not(${Ft}-disabled):hover`]:{borderColor:st.colorPrimary}},[`${tn}${tn}-picture-card, ${tn}${tn}-picture-circle`]:{[`${tn}-item-container`]:{display:"inline-block",width:at,height:at,marginBlock:`0 ${st.marginXS}px`,marginInline:`0 ${st.marginXS}px`,verticalAlign:"top"},"&::after":{display:"none"},[yn]:{height:"100%",margin:0,"&::before":{position:"absolute",zIndex:1,width:`calc(100% - ${st.paddingXS*2}px)`,height:`calc(100% - ${st.paddingXS*2}px)`,backgroundColor:st.colorBgMask,opacity:0,transition:`all ${st.motionDurationSlow}`,content:'" "'}},[`${yn}:hover`]:{[`&::before, ${yn}-actions`]:{opacity:1}},[`${yn}-actions`]:{position:"absolute",insetInlineStart:0,zIndex:10,width:"100%",whiteSpace:"nowrap",textAlign:"center",opacity:0,transition:`all ${st.motionDurationSlow}`,[`${Gt}-eye, ${Gt}-download, ${Gt}-delete`]:{zIndex:10,width:Zt,margin:`0 ${st.marginXXS}px`,fontSize:Zt,cursor:"pointer",transition:`all ${st.motionDurationSlow}`,svg:{verticalAlign:"baseline"}}},[`${yn}-actions, ${yn}-actions:hover`]:{[`${Gt}-eye, ${Gt}-download, ${Gt}-delete`]:{color:new ut.C(In).setAlpha(.65).toRgbString(),"&:hover":{color:In}}},[`${yn}-thumbnail, ${yn}-thumbnail img`]:{position:"static",display:"block",width:"100%",height:"100%",objectFit:"contain"},[`${yn}-name`]:{display:"none",textAlign:"center"},[`${yn}-file + ${yn}-name`]:{position:"absolute",bottom:st.margin,display:"block",width:`calc(100% - ${st.paddingXS*2}px)`},[`${yn}-uploading`]:{[`&${yn}`]:{backgroundColor:st.colorFillAlter},[`&::before, ${Gt}-eye, ${Gt}-download, ${Gt}-delete`]:{display:"none"}},[`${yn}-progress`]:{bottom:st.marginXL,width:`calc(100% - ${st.paddingXS*2}px)`,paddingInlineStart:0}}}),[`${Ft}-wrapper${Ft}-picture-circle-wrapper`]:{[`${Ft}${Ft}-select`]:{borderRadius:"50%"}}}};var vr=st=>{const{componentCls:Ft}=st;return{[`${Ft}-rtl`]:{direction:"rtl"}}};const mr=st=>{const{componentCls:Ft,colorTextDisabled:Gt}=st;return{[`${Ft}-wrapper`]:Object.assign(Object.assign({},(0,cr.Wf)(st)),{[Ft]:{outline:0,"input[type='file']":{cursor:"pointer"}},[`${Ft}-select`]:{display:"inline-block"},[`${Ft}-disabled`]:{color:Gt,cursor:"not-allowed"}})}};var _r=(0,wr.Z)("Upload",st=>{const{fontSizeHeading3:Ft,fontSize:Gt,lineHeight:Zt,lineWidth:In,controlHeightLG:tn}=st,yn=Math.round(Gt*Zt),at=(0,Kr.TS)(st,{uploadThumbnailSize:Ft*2,uploadProgressOffset:yn/2+In,uploadPicCardSize:tn*2.55});return[mr(at),wo(at),Nn(at),wa(at),no(at),ht(at),vr(at),(0,pr.Z)(at)]},st=>({actionsColor:st.colorTextDescription})),Wr=function(st,Ft,Gt,Zt){function In(tn){return tn instanceof Gt?tn:new Gt(function(yn){yn(tn)})}return new(Gt||(Gt=Promise))(function(tn,yn){function at(sa){try{Ia(Zt.next(sa))}catch(Dr){yn(Dr)}}function ar(sa){try{Ia(Zt.throw(sa))}catch(Dr){yn(Dr)}}function Ia(sa){sa.done?tn(sa.value):In(sa.value).then(at,ar)}Ia((Zt=Zt.apply(st,Ft||[])).next())})};const No=`__LIST_IGNORE_${Date.now()}__`,En=(st,Ft)=>{const{fileList:Gt,defaultFileList:Zt,onRemove:In,showUploadList:tn=!0,listType:yn="text",onPreview:at,onDownload:ar,onChange:Ia,onDrop:sa,previewFile:Dr,disabled:an,locale:Ln,iconRender:Sa,isImageUrl:qn,progress:Mr,prefixCls:Rr,className:co,type:Eo="select",children:ra,style:Ke,itemRender:We,maxCount:At,data:Kt={},multiple:on=!1,action:wn="",accept:va="",supportServerRender:Na=!0,rootClassName:rr}=st,fr=ee.useContext(sn.Z),br=an!=null?an:fr,[dr,qr]=(0,St.Z)(Zt||[],{value:Gt,postState:Jn=>Jn!=null?Jn:[]}),[Ro,Fr]=ee.useState("drop"),Po=ee.useRef(null);ee.useMemo(()=>{const Jn=Date.now();(Gt||[]).forEach((ta,$n)=>{!ta.uid&&!Object.isFrozen(ta)&&(ta.uid=`__AUTO__${Jn}_${$n}__`)})},[Gt]);const Br=(Jn,ta,$n)=>{let Un=(0,se.Z)(ta),xa=!1;At===1?Un=Un.slice(-1):At&&(xa=Un.length>At,Un=Un.slice(0,At)),(0,Ht.flushSync)(()=>{qr(Un)});const hr={file:Jn,fileList:Un};$n&&(hr.event=$n),(!xa||Un.some($r=>$r.uid===Jn.uid))&&(0,Ht.flushSync)(()=>{Ia==null||Ia(hr)})},ao=(Jn,ta)=>Wr(void 0,void 0,void 0,function*(){const{beforeUpload:$n,transformFile:Un}=st;let xa=Jn;if($n){const hr=yield $n(Jn,ta);if(hr===!1)return!1;if(delete Jn[No],hr===No)return Object.defineProperty(Jn,No,{value:!0,configurable:!0}),!1;typeof hr=="object"&&hr&&(xa=hr)}return Un&&(xa=yield Un(xa)),xa}),$a=Jn=>{const ta=Jn.filter(xa=>!xa.file[No]);if(!ta.length)return;const $n=ta.map(xa=>Xn(xa.file));let Un=(0,se.Z)(dr);$n.forEach(xa=>{Un=ga(xa,Un)}),$n.forEach((xa,hr)=>{let $r=xa;if(ta[hr].parsedFile)xa.status="uploading";else{const{originFileObj:Lo}=xa;let Vr;try{Vr=new File([Lo],Lo.name,{type:Lo.type})}catch(jo){Vr=new Blob([Lo],{type:Lo.type}),Vr.name=Lo.name,Vr.lastModifiedDate=new Date,Vr.lastModified=new Date().getTime()}Vr.uid=xa.uid,$r=Vr}Br($r,Un)})},tt=(Jn,ta,$n)=>{try{typeof Jn=="string"&&(Jn=JSON.parse(Jn))}catch(hr){}if(!La(ta,dr))return;const Un=Xn(ta);Un.status="done",Un.percent=100,Un.response=Jn,Un.xhr=$n;const xa=ga(Un,dr);Br(Un,xa)},ft=(Jn,ta)=>{if(!La(ta,dr))return;const $n=Xn(ta);$n.status="uploading",$n.percent=Jn.percent;const Un=ga($n,dr);Br($n,Un,Jn)},Rt=(Jn,ta,$n)=>{if(!La($n,dr))return;const Un=Xn($n);Un.error=Jn,Un.response=ta,Un.status="error";const xa=ga(Un,dr);Br(Un,xa)},Ue=Jn=>{let ta;Promise.resolve(typeof In=="function"?In(Jn):In).then($n=>{var Un;if($n===!1)return;const xa=Fa(Jn,dr);xa&&(ta=Object.assign(Object.assign({},Jn),{status:"removed"}),dr==null||dr.forEach(hr=>{const $r=ta.uid!==void 0?"uid":"name";hr[$r]===ta[$r]&&!Object.isFrozen(hr)&&(hr.status="removed")}),(Un=Po.current)===null||Un===void 0||Un.abort(ta),Br(ta,xa))})},Bt=Jn=>{Fr(Jn.type),Jn.type==="drop"&&(sa==null||sa(Jn))};ee.useImperativeHandle(Ft,()=>({onBatchStart:$a,onSuccess:tt,onProgress:ft,onError:Rt,fileList:dr,upload:Po.current}));const{getPrefixCls:cn,direction:bn,upload:vt}=ee.useContext(zt.E_),Lt=cn("upload",Rr),It=Object.assign(Object.assign({onBatchStart:$a,onError:Rt,onProgress:ft,onSuccess:tt},st),{data:Kt,multiple:on,action:wn,accept:va,supportServerRender:Na,prefixCls:Lt,disabled:br,beforeUpload:ao,onChange:void 0});delete It.className,delete It.style,(!ra||br)&&delete It.id;const[kt,Ot]=_r(Lt),[Ut]=(0,Pn.Z)("Upload",wt.Z.Upload),{showRemoveIcon:$t,showPreviewIcon:fn,showDownloadIcon:Zn,removeIcon:ba,previewIcon:mn,downloadIcon:ea}=typeof tn=="boolean"?{}:tn,la=(Jn,ta)=>tn?ee.createElement(Xa,{prefixCls:Lt,listType:yn,items:dr,previewFile:Dr,onPreview:at,onDownload:ar,onRemove:Ue,showRemoveIcon:!br&&$t,showPreviewIcon:fn,showDownloadIcon:Zn,removeIcon:ba,previewIcon:mn,downloadIcon:ea,iconRender:Sa,locale:Object.assign(Object.assign({},Ut),Ln),isImageUrl:qn,progress:Mr,appendAction:Jn,appendActionVisible:ta,itemRender:We,disabled:br}):Jn,da=pe()(`${Lt}-wrapper`,co,rr,Ot,vt==null?void 0:vt.className,{[`${Lt}-rtl`]:bn==="rtl",[`${Lt}-picture-card-wrapper`]:yn==="picture-card",[`${Lt}-picture-circle-wrapper`]:yn==="picture-circle"}),ka=Object.assign(Object.assign({},vt==null?void 0:vt.style),Ke);if(Eo==="drag"){const Jn=pe()(Ot,Lt,`${Lt}-drag`,{[`${Lt}-drag-uploading`]:dr.some(ta=>ta.status==="uploading"),[`${Lt}-drag-hover`]:Ro==="dragover",[`${Lt}-disabled`]:br,[`${Lt}-rtl`]:bn==="rtl"});return kt(ee.createElement("span",{className:da},ee.createElement("div",{className:Jn,style:ka,onDrop:Bt,onDragOver:Bt,onDragLeave:Bt},ee.createElement(Ct,Object.assign({},It,{ref:Po,className:`${Lt}-btn`}),ee.createElement("div",{className:`${Lt}-drag-container`},ra))),la()))}const qa=pe()(Lt,`${Lt}-select`,{[`${Lt}-disabled`]:br}),ur=(Jn=>ee.createElement("div",{className:qa,style:Jn},ee.createElement(Ct,Object.assign({},It,{ref:Po}))))(ra?void 0:{display:"none"});return kt(yn==="picture-card"||yn==="picture-circle"?ee.createElement("span",{className:da},la(ur,!!ra)):ee.createElement("span",{className:da},ur,la()))};var lo=ee.forwardRef(En),bi=function(st,Ft){var Gt={};for(var Zt in st)Object.prototype.hasOwnProperty.call(st,Zt)&&Ft.indexOf(Zt)<0&&(Gt[Zt]=st[Zt]);if(st!=null&&typeof Object.getOwnPropertySymbols=="function")for(var In=0,Zt=Object.getOwnPropertySymbols(st);In<Zt.length;In++)Ft.indexOf(Zt[In])<0&&Object.prototype.propertyIsEnumerable.call(st,Zt[In])&&(Gt[Zt[In]]=st[Zt[In]]);return Gt},uo=ee.forwardRef((st,Ft)=>{var{style:Gt,height:Zt}=st,In=bi(st,["style","height"]);return ee.createElement(lo,Object.assign({ref:Ft},In,{type:"drag",style:Object.assign(Object.assign({},Gt),{height:Zt})}))});const pi=lo;pi.Dragger=uo,pi.LIST_IGNORE=No;var kr=pi},46214:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return oe}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(Te,Ie){return se.createElement(fe.Z,(0,ee.Z)({},Te,{ref:Ie,icon:pe}))},oe=se.forwardRef(Ce)},55007:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return oe}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(Te,Ie){return se.createElement(fe.Z,(0,ee.Z)({},Te,{ref:Ie,icon:pe}))},oe=se.forwardRef(Ce)},79269:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return oe}});var ee=y(87462),se=y(67294),ue={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"},pe=ue,fe=y(44327),Ce=function(Te,Ie){return se.createElement(fe.Z,(0,ee.Z)({},Te,{ref:Ie,icon:pe}))},oe=se.forwardRef(Ce)},62661:function(de,ne){"use strict";var y;var ee=Symbol.for("react.element"),se=Symbol.for("react.portal"),ue=Symbol.for("react.fragment"),pe=Symbol.for("react.strict_mode"),fe=Symbol.for("react.profiler"),Ce=Symbol.for("react.provider"),oe=Symbol.for("react.context"),Ae=Symbol.for("react.server_context"),Te=Symbol.for("react.forward_ref"),Ie=Symbol.for("react.suspense"),De=Symbol.for("react.suspense_list"),Fe=Symbol.for("react.memo"),Oe=Symbol.for("react.lazy"),me=Symbol.for("react.offscreen"),a;a=Symbol.for("react.module.reference");function b(z){if(typeof z=="object"&&z!==null){var E=z.$$typeof;switch(E){case ee:switch(z=z.type,z){case ue:case fe:case pe:case Ie:case De:return z;default:switch(z=z&&z.$$typeof,z){case Ae:case oe:case Te:case Oe:case Fe:case Ce:return z;default:return E}}case se:return E}}}y=oe,y=Ce,y=ee,y=Te,y=ue,y=Oe,y=Fe,y=se,y=fe,y=pe,y=Ie,y=De,y=function(){return!1},y=function(){return!1},y=function(z){return b(z)===oe},y=function(z){return b(z)===Ce},y=function(z){return typeof z=="object"&&z!==null&&z.$$typeof===ee},y=function(z){return b(z)===Te},y=function(z){return b(z)===ue},y=function(z){return b(z)===Oe},ne.isMemo=function(z){return b(z)===Fe},y=function(z){return b(z)===se},y=function(z){return b(z)===fe},y=function(z){return b(z)===pe},y=function(z){return b(z)===Ie},y=function(z){return b(z)===De},y=function(z){return typeof z=="string"||typeof z=="function"||z===ue||z===fe||z===pe||z===Ie||z===De||z===me||typeof z=="object"&&z!==null&&(z.$$typeof===Oe||z.$$typeof===Fe||z.$$typeof===Ce||z.$$typeof===oe||z.$$typeof===Te||z.$$typeof===a||z.getModuleId!==void 0)},y=b},95845:function(de,ne,y){"use strict";de.exports=y(62661)},72665:function(de,ne){"use strict";var y;var ee=typeof Symbol=="function"&&Symbol.for,se=ee?Symbol.for("react.element"):60103,ue=ee?Symbol.for("react.portal"):60106,pe=ee?Symbol.for("react.fragment"):60107,fe=ee?Symbol.for("react.strict_mode"):60108,Ce=ee?Symbol.for("react.profiler"):60114,oe=ee?Symbol.for("react.provider"):60109,Ae=ee?Symbol.for("react.context"):60110,Te=ee?Symbol.for("react.async_mode"):60111,Ie=ee?Symbol.for("react.concurrent_mode"):60111,De=ee?Symbol.for("react.forward_ref"):60112,Fe=ee?Symbol.for("react.suspense"):60113,Oe=ee?Symbol.for("react.suspense_list"):60120,me=ee?Symbol.for("react.memo"):60115,a=ee?Symbol.for("react.lazy"):60116,b=ee?Symbol.for("react.block"):60121,z=ee?Symbol.for("react.fundamental"):60117,E=ee?Symbol.for("react.responder"):60118,te=ee?Symbol.for("react.scope"):60119;function ae(ce){if(typeof ce=="object"&&ce!==null){var he=ce.$$typeof;switch(he){case se:switch(ce=ce.type,ce){case Te:case Ie:case pe:case Ce:case fe:case Fe:return ce;default:switch(ce=ce&&ce.$$typeof,ce){case Ae:case De:case a:case me:case oe:return ce;default:return he}}case ue:return he}}}function le(ce){return ae(ce)===Ie}y=Te,y=Ie,y=Ae,y=oe,y=se,y=De,y=pe,y=a,y=me,y=ue,y=Ce,y=fe,y=Fe,y=function(ce){return le(ce)||ae(ce)===Te},y=le,y=function(ce){return ae(ce)===Ae},y=function(ce){return ae(ce)===oe},y=function(ce){return typeof ce=="object"&&ce!==null&&ce.$$typeof===se},y=function(ce){return ae(ce)===De},y=function(ce){return ae(ce)===pe},y=function(ce){return ae(ce)===a},ne.isMemo=function(ce){return ae(ce)===me},y=function(ce){return ae(ce)===ue},y=function(ce){return ae(ce)===Ce},y=function(ce){return ae(ce)===fe},y=function(ce){return ae(ce)===Fe},y=function(ce){return typeof ce=="string"||typeof ce=="function"||ce===pe||ce===Ie||ce===Ce||ce===fe||ce===Fe||ce===Oe||typeof ce=="object"&&ce!==null&&(ce.$$typeof===a||ce.$$typeof===me||ce.$$typeof===oe||ce.$$typeof===Ae||ce.$$typeof===De||ce.$$typeof===z||ce.$$typeof===E||ce.$$typeof===te||ce.$$typeof===b)},y=ae},12060:function(de,ne,y){"use strict";de.exports=y(72665)},56261:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Pe}});var ee=y(87462),se=y(4942),ue=y(45987),pe=y(1413),fe=y(15671),Ce=y(43144),oe=y(97326),Ae=y(60136),Te=y(51630),Ie=y(94184),De=y.n(Ie),Fe=y(34952),Oe=y(67294),me=y(69610),a=function(Be){for(var Ze=Be.prefixCls,Le=Be.level,bt=Be.isStart,xt=Be.isEnd,Sn="".concat(Ze,"-indent-unit"),Ct=[],St=0;St<Le;St+=1){var Ht;Ct.push(Oe.createElement("span",{key:St,className:De()(Sn,(Ht={},(0,se.Z)(Ht,"".concat(Sn,"-start"),bt[St]),(0,se.Z)(Ht,"".concat(Sn,"-end"),xt[St]),Ht))}))}return Oe.createElement("span",{"aria-hidden":"true",className:"".concat(Ze,"-indent")},Ct)},b=Oe.memo(a),z=y(3596),E=y(83898),te=["eventKey","className","style","dragOver","dragOverGapTop","dragOverGapBottom","isLeaf","isStart","isEnd","expanded","selected","checked","halfChecked","loading","domRef","active","data","onMouseMove","selectable"],ae="open",le="close",ce="---",he=function(Me){(0,Ae.Z)(Ze,Me);var Be=(0,Te.Z)(Ze);function Ze(){var Le;(0,fe.Z)(this,Ze);for(var bt=arguments.length,xt=new Array(bt),Sn=0;Sn<bt;Sn++)xt[Sn]=arguments[Sn];return Le=Be.call.apply(Be,[this].concat(xt)),Le.state={dragNodeHighlight:!1},Le.selectHandle=void 0,Le.cacheIndent=void 0,Le.onSelectorClick=function(Ct){var St=Le.props.context.onNodeClick;St(Ct,(0,E.F)(Le.props)),Le.isSelectable()?Le.onSelect(Ct):Le.onCheck(Ct)},Le.onSelectorDoubleClick=function(Ct){var St=Le.props.context.onNodeDoubleClick;St(Ct,(0,E.F)(Le.props))},Le.onSelect=function(Ct){if(!Le.isDisabled()){var St=Le.props.context.onNodeSelect;St(Ct,(0,E.F)(Le.props))}},Le.onCheck=function(Ct){if(!Le.isDisabled()){var St=Le.props,Ht=St.disableCheckbox,zt=St.checked,sn=Le.props.context.onNodeCheck;if(!(!Le.isCheckable()||Ht)){var Pn=!zt;sn(Ct,(0,E.F)(Le.props),Pn)}}},Le.onMouseEnter=function(Ct){var St=Le.props.context.onNodeMouseEnter;St(Ct,(0,E.F)(Le.props))},Le.onMouseLeave=function(Ct){var St=Le.props.context.onNodeMouseLeave;St(Ct,(0,E.F)(Le.props))},Le.onContextMenu=function(Ct){var St=Le.props.context.onNodeContextMenu;St(Ct,(0,E.F)(Le.props))},Le.onDragStart=function(Ct){var St=Le.props.context.onNodeDragStart;Ct.stopPropagation(),Le.setState({dragNodeHighlight:!0}),St(Ct,(0,oe.Z)(Le));try{Ct.dataTransfer.setData("text/plain","")}catch(Ht){}},Le.onDragEnter=function(Ct){var St=Le.props.context.onNodeDragEnter;Ct.preventDefault(),Ct.stopPropagation(),St(Ct,(0,oe.Z)(Le))},Le.onDragOver=function(Ct){var St=Le.props.context.onNodeDragOver;Ct.preventDefault(),Ct.stopPropagation(),St(Ct,(0,oe.Z)(Le))},Le.onDragLeave=function(Ct){var St=Le.props.context.onNodeDragLeave;Ct.stopPropagation(),St(Ct,(0,oe.Z)(Le))},Le.onDragEnd=function(Ct){var St=Le.props.context.onNodeDragEnd;Ct.stopPropagation(),Le.setState({dragNodeHighlight:!1}),St(Ct,(0,oe.Z)(Le))},Le.onDrop=function(Ct){var St=Le.props.context.onNodeDrop;Ct.preventDefault(),Ct.stopPropagation(),Le.setState({dragNodeHighlight:!1}),St(Ct,(0,oe.Z)(Le))},Le.onExpand=function(Ct){var St=Le.props,Ht=St.loading,zt=St.context.onNodeExpand;Ht||zt(Ct,(0,E.F)(Le.props))},Le.setSelectHandle=function(Ct){Le.selectHandle=Ct},Le.getNodeState=function(){var Ct=Le.props.expanded;return Le.isLeaf()?null:Ct?ae:le},Le.hasChildren=function(){var Ct=Le.props.eventKey,St=Le.props.context.keyEntities,Ht=(0,z.Z)(St,Ct)||{},zt=Ht.children;return!!(zt||[]).length},Le.isLeaf=function(){var Ct=Le.props,St=Ct.isLeaf,Ht=Ct.loaded,zt=Le.props.context.loadData,sn=Le.hasChildren();return St===!1?!1:St||!zt&&!sn||zt&&Ht&&!sn},Le.isDisabled=function(){var Ct=Le.props.disabled,St=Le.props.context.disabled;return!!(St||Ct)},Le.isCheckable=function(){var Ct=Le.props.checkable,St=Le.props.context.checkable;return!St||Ct===!1?!1:St},Le.syncLoadData=function(Ct){var St=Ct.expanded,Ht=Ct.loading,zt=Ct.loaded,sn=Le.props.context,Pn=sn.loadData,wt=sn.onNodeLoad;Ht||Pn&&St&&!Le.isLeaf()&&!Le.hasChildren()&&!zt&&wt((0,E.F)(Le.props))},Le.isDraggable=function(){var Ct=Le.props,St=Ct.data,Ht=Ct.context.draggable;return!!(Ht&&(!Ht.nodeDraggable||Ht.nodeDraggable(St)))},Le.renderDragHandler=function(){var Ct=Le.props.context,St=Ct.draggable,Ht=Ct.prefixCls;return St!=null&&St.icon?Oe.createElement("span",{className:"".concat(Ht,"-draggable-icon")},St.icon):null},Le.renderSwitcherIconDom=function(Ct){var St=Le.props.switcherIcon,Ht=Le.props.context.switcherIcon,zt=St||Ht;return typeof zt=="function"?zt((0,pe.Z)((0,pe.Z)({},Le.props),{},{isLeaf:Ct})):zt},Le.renderSwitcher=function(){var Ct=Le.props.expanded,St=Le.props.context.prefixCls;if(Le.isLeaf()){var Ht=Le.renderSwitcherIconDom(!0);return Ht!==!1?Oe.createElement("span",{className:De()("".concat(St,"-switcher"),"".concat(St,"-switcher-noop"))},Ht):null}var zt=De()("".concat(St,"-switcher"),"".concat(St,"-switcher_").concat(Ct?ae:le)),sn=Le.renderSwitcherIconDom(!1);return sn!==!1?Oe.createElement("span",{onClick:Le.onExpand,className:zt},sn):null},Le.renderCheckbox=function(){var Ct=Le.props,St=Ct.checked,Ht=Ct.halfChecked,zt=Ct.disableCheckbox,sn=Le.props.context.prefixCls,Pn=Le.isDisabled(),wt=Le.isCheckable();if(!wt)return null;var gn=typeof wt!="boolean"?wt:null;return Oe.createElement("span",{className:De()("".concat(sn,"-checkbox"),St&&"".concat(sn,"-checkbox-checked"),!St&&Ht&&"".concat(sn,"-checkbox-indeterminate"),(Pn||zt)&&"".concat(sn,"-checkbox-disabled")),onClick:Le.onCheck},gn)},Le.renderIcon=function(){var Ct=Le.props.loading,St=Le.props.context.prefixCls;return Oe.createElement("span",{className:De()("".concat(St,"-iconEle"),"".concat(St,"-icon__").concat(Le.getNodeState()||"docu"),Ct&&"".concat(St,"-icon_loading"))})},Le.renderSelector=function(){var Ct=Le.state.dragNodeHighlight,St=Le.props,Ht=St.title,zt=Ht===void 0?ce:Ht,sn=St.selected,Pn=St.icon,wt=St.loading,gn=St.data,Gn=Le.props.context,nt=Gn.prefixCls,_t=Gn.showIcon,Qt=Gn.icon,Vn=Gn.loadData,dn=Gn.titleRender,Fn=Le.isDisabled(),Qe="".concat(nt,"-node-content-wrapper"),Cn;if(_t){var Kn=Pn||Qt;Cn=Kn?Oe.createElement("span",{className:De()("".concat(nt,"-iconEle"),"".concat(nt,"-icon__customize"))},typeof Kn=="function"?Kn(Le.props):Kn):Le.renderIcon()}else Vn&&wt&&(Cn=Le.renderIcon());var Ha;typeof zt=="function"?Ha=zt(gn):dn?Ha=dn(gn):Ha=zt;var _n=Oe.createElement("span",{className:"".concat(nt,"-title")},Ha);return Oe.createElement("span",{ref:Le.setSelectHandle,title:typeof zt=="string"?zt:"",className:De()("".concat(Qe),"".concat(Qe,"-").concat(Le.getNodeState()||"normal"),!Fn&&(sn||Ct)&&"".concat(nt,"-node-selected")),onMouseEnter:Le.onMouseEnter,onMouseLeave:Le.onMouseLeave,onContextMenu:Le.onContextMenu,onClick:Le.onSelectorClick,onDoubleClick:Le.onSelectorDoubleClick},Cn,_n,Le.renderDropIndicator())},Le.renderDropIndicator=function(){var Ct=Le.props,St=Ct.disabled,Ht=Ct.eventKey,zt=Le.props.context,sn=zt.draggable,Pn=zt.dropLevelOffset,wt=zt.dropPosition,gn=zt.prefixCls,Gn=zt.indent,nt=zt.dropIndicatorRender,_t=zt.dragOverNodeKey,Qt=zt.direction,Vn=!!sn,dn=!St&&Vn&&_t===Ht,Fn=Gn!=null?Gn:Le.cacheIndent;return Le.cacheIndent=Gn,dn?nt({dropPosition:wt,dropLevelOffset:Pn,indent:Fn,prefixCls:gn,direction:Qt}):null},Le}return(0,Ce.Z)(Ze,[{key:"componentDidMount",value:function(){this.syncLoadData(this.props)}},{key:"componentDidUpdate",value:function(){this.syncLoadData(this.props)}},{key:"isSelectable",value:function(){var bt=this.props.selectable,xt=this.props.context.selectable;return typeof bt=="boolean"?bt:xt}},{key:"render",value:function(){var bt,xt=this.props,Sn=xt.eventKey,Ct=xt.className,St=xt.style,Ht=xt.dragOver,zt=xt.dragOverGapTop,sn=xt.dragOverGapBottom,Pn=xt.isLeaf,wt=xt.isStart,gn=xt.isEnd,Gn=xt.expanded,nt=xt.selected,_t=xt.checked,Qt=xt.halfChecked,Vn=xt.loading,dn=xt.domRef,Fn=xt.active,Qe=xt.data,Cn=xt.onMouseMove,Kn=xt.selectable,Ha=(0,ue.Z)(xt,te),_n=this.props.context,Vt=_n.prefixCls,Tt=_n.filterTreeNode,gt=_n.keyEntities,ln=_n.dropContainerKey,pn=_n.dropTargetKey,On=_n.draggingNodeKey,Xn=this.isDisabled(),ga=(0,Fe.Z)(Ha,{aria:!0,data:!0}),La=(0,z.Z)(gt,Sn)||{},Fa=La.level,Ba=gn[gn.length-1],pa=this.isDraggable(),Ja=!Xn&&pa,Er=On===Sn,Xe=Kn!==void 0?{"aria-selected":!!Kn}:void 0;return Oe.createElement("div",(0,ee.Z)({ref:dn,className:De()(Ct,"".concat(Vt,"-treenode"),(bt={},(0,se.Z)(bt,"".concat(Vt,"-treenode-disabled"),Xn),(0,se.Z)(bt,"".concat(Vt,"-treenode-switcher-").concat(Gn?"open":"close"),!Pn),(0,se.Z)(bt,"".concat(Vt,"-treenode-checkbox-checked"),_t),(0,se.Z)(bt,"".concat(Vt,"-treenode-checkbox-indeterminate"),Qt),(0,se.Z)(bt,"".concat(Vt,"-treenode-selected"),nt),(0,se.Z)(bt,"".concat(Vt,"-treenode-loading"),Vn),(0,se.Z)(bt,"".concat(Vt,"-treenode-active"),Fn),(0,se.Z)(bt,"".concat(Vt,"-treenode-leaf-last"),Ba),(0,se.Z)(bt,"".concat(Vt,"-treenode-draggable"),pa),(0,se.Z)(bt,"dragging",Er),(0,se.Z)(bt,"drop-target",pn===Sn),(0,se.Z)(bt,"drop-container",ln===Sn),(0,se.Z)(bt,"drag-over",!Xn&&Ht),(0,se.Z)(bt,"drag-over-gap-top",!Xn&&zt),(0,se.Z)(bt,"drag-over-gap-bottom",!Xn&&sn),(0,se.Z)(bt,"filter-node",Tt&&Tt((0,E.F)(this.props))),bt)),style:St,draggable:Ja,"aria-grabbed":Er,onDragStart:Ja?this.onDragStart:void 0,onDragEnter:pa?this.onDragEnter:void 0,onDragOver:pa?this.onDragOver:void 0,onDragLeave:pa?this.onDragLeave:void 0,onDrop:pa?this.onDrop:void 0,onDragEnd:pa?this.onDragEnd:void 0,onMouseMove:Cn},Xe,ga),Oe.createElement(b,{prefixCls:Vt,level:Fa,isStart:wt,isEnd:gn}),this.renderDragHandler(),this.renderSwitcher(),this.renderCheckbox(),this.renderSelector())}}]),Ze}(Oe.Component),ye=function(Be){return Oe.createElement(me.k.Consumer,null,function(Ze){return Oe.createElement(he,(0,ee.Z)({},Be,{context:Ze}))})};ye.displayName="TreeNode",ye.isTreeNode=1;var Pe=ye},69610:function(de,ne,y){"use strict";y.d(ne,{k:function(){return se}});var ee=y(67294),se=ee.createContext(null)},29873:function(de,ne,y){"use strict";y.d(ne,{BT:function(){return b},E6:function(){return te},L0:function(){return Ie},OM:function(){return a},_5:function(){return Te},r7:function(){return ae},wA:function(){return Fe},yx:function(){return De}});var ee=y(74902),se=y(71002),ue=y(72978),pe=y(67294),fe=y(56261),Ce=y(3596),oe=y(83898),Ae=null;function Te(le,ce){if(!le)return[];var he=le.slice(),ye=he.indexOf(ce);return ye>=0&&he.splice(ye,1),he}function Ie(le,ce){var he=(le||[]).slice();return he.indexOf(ce)===-1&&he.push(ce),he}function De(le){return le.split("-")}function Fe(le,ce){var he=[],ye=(0,Ce.Z)(ce,le);function Pe(){var Me=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];Me.forEach(function(Be){var Ze=Be.key,Le=Be.children;he.push(Ze),Pe(Le)})}return Pe(ye.children),he}function Oe(le){if(le.parent){var ce=De(le.pos);return Number(ce[ce.length-1])===le.parent.children.length-1}return!1}function me(le){var ce=De(le.pos);return Number(ce[ce.length-1])===0}function a(le,ce,he,ye,Pe,Me,Be,Ze,Le,bt){var xt,Sn=le.clientX,Ct=le.clientY,St=le.target.getBoundingClientRect(),Ht=St.top,zt=St.height,sn=(bt==="rtl"?-1:1)*(((Pe==null?void 0:Pe.x)||0)-Sn),Pn=(sn-12)/ye,wt=(0,Ce.Z)(Ze,he.props.eventKey);if(Ct<Ht+zt/2){var gn=Be.findIndex(function(_n){return _n.key===wt.key}),Gn=gn<=0?0:gn-1,nt=Be[Gn].key;wt=(0,Ce.Z)(Ze,nt)}var _t=wt.key,Qt=wt,Vn=wt.key,dn=0,Fn=0;if(!Le.includes(_t))for(var Qe=0;Qe<Pn&&Oe(wt);Qe+=1)wt=wt.parent,Fn+=1;var Cn=ce.props.data,Kn=wt.node,Ha=!0;return me(wt)&&wt.level===0&&Ct<Ht+zt/2&&Me({dragNode:Cn,dropNode:Kn,dropPosition:-1})&&wt.key===he.props.eventKey?dn=-1:(Qt.children||[]).length&&Le.includes(Vn)?Me({dragNode:Cn,dropNode:Kn,dropPosition:0})?dn=0:Ha=!1:Fn===0?Pn>-1.5?Me({dragNode:Cn,dropNode:Kn,dropPosition:1})?dn=1:Ha=!1:Me({dragNode:Cn,dropNode:Kn,dropPosition:0})?dn=0:Me({dragNode:Cn,dropNode:Kn,dropPosition:1})?dn=1:Ha=!1:Me({dragNode:Cn,dropNode:Kn,dropPosition:1})?dn=1:Ha=!1,{dropPosition:dn,dropLevelOffset:Fn,dropTargetKey:wt.key,dropTargetPos:wt.pos,dragOverNodeKey:Vn,dropContainerKey:dn===0?null:((xt=wt.parent)===null||xt===void 0?void 0:xt.key)||null,dropAllowed:Ha}}function b(le,ce){if(le){var he=ce.multiple;return he?le.slice():le.length?[le[0]]:le}}var z=function(ce){return ce};function E(le,ce){if(!le)return[];var he=ce||{},ye=he.processProps,Pe=ye===void 0?z:ye,Me=Array.isArray(le)?le:[le];return Me.map(function(Be){var Ze=Be.children,Le=_objectWithoutProperties(Be,Ae),bt=E(Ze,ce);return React.createElement(TreeNode,_extends({key:Le.key},Pe(Le)),bt)})}function te(le){if(!le)return null;var ce;if(Array.isArray(le))ce={checkedKeys:le,halfCheckedKeys:void 0};else if((0,se.Z)(le)==="object")ce={checkedKeys:le.checked||void 0,halfCheckedKeys:le.halfChecked||void 0};else return(0,ue.ZP)(!1,"`checkedKeys` is not an array or an object"),null;return ce}function ae(le,ce){var he=new Set;function ye(Pe){if(!he.has(Pe)){var Me=(0,Ce.Z)(ce,Pe);if(Me){he.add(Pe);var Be=Me.parent,Ze=Me.node;Ze.disabled||Be&&ye(Be.key)}}}return(le||[]).forEach(function(Pe){ye(Pe)}),(0,ee.Z)(he)}},97153:function(de,ne,y){"use strict";y.d(ne,{S:function(){return oe}});var ee=y(72978),se=y(3596);function ue(Ae,Te){var Ie=new Set;return Ae.forEach(function(De){Te.has(De)||Ie.add(De)}),Ie}function pe(Ae){var Te=Ae||{},Ie=Te.disabled,De=Te.disableCheckbox,Fe=Te.checkable;return!!(Ie||De)||Fe===!1}function fe(Ae,Te,Ie,De){for(var Fe=new Set(Ae),Oe=new Set,me=0;me<=Ie;me+=1){var a=Te.get(me)||new Set;a.forEach(function(te){var ae=te.key,le=te.node,ce=te.children,he=ce===void 0?[]:ce;Fe.has(ae)&&!De(le)&&he.filter(function(ye){return!De(ye.node)}).forEach(function(ye){Fe.add(ye.key)})})}for(var b=new Set,z=Ie;z>=0;z-=1){var E=Te.get(z)||new Set;E.forEach(function(te){var ae=te.parent,le=te.node;if(!(De(le)||!te.parent||b.has(te.parent.key))){if(De(te.parent.node)){b.add(ae.key);return}var ce=!0,he=!1;(ae.children||[]).filter(function(ye){return!De(ye.node)}).forEach(function(ye){var Pe=ye.key,Me=Fe.has(Pe);ce&&!Me&&(ce=!1),!he&&(Me||Oe.has(Pe))&&(he=!0)}),ce&&Fe.add(ae.key),he&&Oe.add(ae.key),b.add(ae.key)}})}return{checkedKeys:Array.from(Fe),halfCheckedKeys:Array.from(ue(Oe,Fe))}}function Ce(Ae,Te,Ie,De,Fe){for(var Oe=new Set(Ae),me=new Set(Te),a=0;a<=De;a+=1){var b=Ie.get(a)||new Set;b.forEach(function(ae){var le=ae.key,ce=ae.node,he=ae.children,ye=he===void 0?[]:he;!Oe.has(le)&&!me.has(le)&&!Fe(ce)&&ye.filter(function(Pe){return!Fe(Pe.node)}).forEach(function(Pe){Oe.delete(Pe.key)})})}me=new Set;for(var z=new Set,E=De;E>=0;E-=1){var te=Ie.get(E)||new Set;te.forEach(function(ae){var le=ae.parent,ce=ae.node;if(!(Fe(ce)||!ae.parent||z.has(ae.parent.key))){if(Fe(ae.parent.node)){z.add(le.key);return}var he=!0,ye=!1;(le.children||[]).filter(function(Pe){return!Fe(Pe.node)}).forEach(function(Pe){var Me=Pe.key,Be=Oe.has(Me);he&&!Be&&(he=!1),!ye&&(Be||me.has(Me))&&(ye=!0)}),he||Oe.delete(le.key),ye&&me.add(le.key),z.add(le.key)}})}return{checkedKeys:Array.from(Oe),halfCheckedKeys:Array.from(ue(me,Oe))}}function oe(Ae,Te,Ie,De){var Fe=[],Oe;De?Oe=De:Oe=pe;var me=new Set(Ae.filter(function(E){var te=!!(0,se.Z)(Ie,E);return te||Fe.push(E),te})),a=new Map,b=0;Object.keys(Ie).forEach(function(E){var te=Ie[E],ae=te.level,le=a.get(ae);le||(le=new Set,a.set(ae,le)),le.add(te),b=Math.max(b,ae)}),(0,ee.ZP)(!Fe.length,"Tree missing follow keys: ".concat(Fe.slice(0,100).map(function(E){return"'".concat(E,"'")}).join(", ")));var z;return Te===!0?z=fe(me,a,b,Oe):z=Ce(me,Te.halfCheckedKeys,a,b,Oe),z}},3596:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ee}});function ee(se,ue){return se[ue]}},83898:function(de,ne,y){"use strict";y.d(ne,{I8:function(){return ae},F:function(){return ce},zn:function(){return z},w$:function(){return a},oH:function(){return E},km:function(){return me},H8:function(){return le}});var ee=y(71002),se=y(74902),ue=y(1413),pe=y(45987),fe=y(67294),Ce=y(28580);function oe(he){var ye=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Pe=[];return fe.Children.forEach(he,function(Me){Me==null&&!ye.keepEmpty||(Array.isArray(Me)?Pe=Pe.concat(oe(Me)):(0,Ce.isFragment)(Me)&&Me.props?Pe=Pe.concat(oe(Me.props.children,ye)):Pe.push(Me))}),Pe}function Ae(he,ye){var Pe=(0,ue.Z)({},he);return Array.isArray(ye)&&ye.forEach(function(Me){delete Pe[Me]}),Pe}var Te=y(72978),Ie=y(3596),De=["children"];function Fe(he,ye){return"".concat(he,"-").concat(ye)}function Oe(he){return he&&he.type&&he.type.isTreeNode}function me(he,ye){return he!=null?he:ye}function a(he){var ye=he||{},Pe=ye.title,Me=ye._title,Be=ye.key,Ze=ye.children,Le=Pe||"title";return{title:Le,_title:Me||[Le],key:Be||"key",children:Ze||"children"}}function b(he,ye){var Pe=new Map;function Me(Be){var Ze=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(Be||[]).forEach(function(Le){var bt=Le[ye.key],xt=Le[ye.children];warning(bt!=null,"Tree node must have a certain key: [".concat(Ze).concat(bt,"]"));var Sn=String(bt);warning(!Pe.has(Sn)||bt===null||bt===void 0,"Same 'key' exist in the Tree: ".concat(Sn)),Pe.set(Sn,!0),Me(xt,"".concat(Ze).concat(Sn," > "))})}Me(he)}function z(he){function ye(Pe){var Me=oe(Pe);return Me.map(function(Be){if(!Oe(Be))return(0,Te.ZP)(!Be,"Tree/TreeNode can only accept TreeNode as children."),null;var Ze=Be.key,Le=Be.props,bt=Le.children,xt=(0,pe.Z)(Le,De),Sn=(0,ue.Z)({key:Ze},xt),Ct=ye(bt);return Ct.length&&(Sn.children=Ct),Sn}).filter(function(Be){return Be})}return ye(he)}function E(he,ye,Pe){var Me=a(Pe),Be=Me._title,Ze=Me.key,Le=Me.children,bt=new Set(ye===!0?[]:ye),xt=[];function Sn(Ct){var St=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return Ct.map(function(Ht,zt){for(var sn=Fe(St?St.pos:"0",zt),Pn=me(Ht[Ze],sn),wt,gn=0;gn<Be.length;gn+=1){var Gn=Be[gn];if(Ht[Gn]!==void 0){wt=Ht[Gn];break}}var nt=(0,ue.Z)((0,ue.Z)({},Ae(Ht,[].concat((0,se.Z)(Be),[Ze,Le]))),{},{title:wt,key:Pn,parent:St,pos:sn,children:null,data:Ht,isStart:[].concat((0,se.Z)(St?St.isStart:[]),[zt===0]),isEnd:[].concat((0,se.Z)(St?St.isEnd:[]),[zt===Ct.length-1])});return xt.push(nt),ye===!0||bt.has(Pn)?nt.children=Sn(Ht[Le]||[],nt):nt.children=[],nt})}return Sn(he),xt}function te(he,ye,Pe){var Me={};(0,ee.Z)(Pe)==="object"?Me=Pe:Me={externalGetKey:Pe},Me=Me||{};var Be=Me,Ze=Be.childrenPropName,Le=Be.externalGetKey,bt=Be.fieldNames,xt=a(bt),Sn=xt.key,Ct=xt.children,St=Ze||Ct,Ht;Le?typeof Le=="string"?Ht=function(Pn){return Pn[Le]}:typeof Le=="function"&&(Ht=function(Pn){return Le(Pn)}):Ht=function(Pn,wt){return me(Pn[Sn],wt)};function zt(sn,Pn,wt,gn){var Gn=sn?sn[St]:he,nt=sn?Fe(wt.pos,Pn):"0",_t=sn?[].concat((0,se.Z)(gn),[sn]):[];if(sn){var Qt=Ht(sn,nt),Vn={node:sn,index:Pn,pos:nt,key:Qt,parentPos:wt.node?wt.pos:null,level:wt.level+1,nodes:_t};ye(Vn)}Gn&&Gn.forEach(function(dn,Fn){zt(dn,Fn,{node:sn,pos:nt,level:wt?wt.level+1:-1},_t)})}zt(null)}function ae(he){var ye=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Pe=ye.initWrapper,Me=ye.processEntity,Be=ye.onProcessFinished,Ze=ye.externalGetKey,Le=ye.childrenPropName,bt=ye.fieldNames,xt=arguments.length>2?arguments[2]:void 0,Sn=Ze||xt,Ct={},St={},Ht={posEntities:Ct,keyEntities:St};return Pe&&(Ht=Pe(Ht)||Ht),te(he,function(zt){var sn=zt.node,Pn=zt.index,wt=zt.pos,gn=zt.key,Gn=zt.parentPos,nt=zt.level,_t=zt.nodes,Qt={node:sn,nodes:_t,index:Pn,key:gn,pos:wt,level:nt},Vn=me(gn,wt);Ct[wt]=Qt,St[Vn]=Qt,Qt.parent=Ct[Gn],Qt.parent&&(Qt.parent.children=Qt.parent.children||[],Qt.parent.children.push(Qt)),Me&&Me(Qt,Ht)},{externalGetKey:Sn,childrenPropName:Le,fieldNames:bt}),Be&&Be(Ht),Ht}function le(he,ye){var Pe=ye.expandedKeys,Me=ye.selectedKeys,Be=ye.loadedKeys,Ze=ye.loadingKeys,Le=ye.checkedKeys,bt=ye.halfCheckedKeys,xt=ye.dragOverNodeKey,Sn=ye.dropPosition,Ct=ye.keyEntities,St=(0,Ie.Z)(Ct,he),Ht={eventKey:he,expanded:Pe.indexOf(he)!==-1,selected:Me.indexOf(he)!==-1,loaded:Be.indexOf(he)!==-1,loading:Ze.indexOf(he)!==-1,checked:Le.indexOf(he)!==-1,halfChecked:bt.indexOf(he)!==-1,pos:String(St?St.pos:""),dragOver:xt===he&&Sn===0,dragOverGapTop:xt===he&&Sn===-1,dragOverGapBottom:xt===he&&Sn===1};return Ht}function ce(he){var ye=he.data,Pe=he.expanded,Me=he.selected,Be=he.checked,Ze=he.loaded,Le=he.loading,bt=he.halfChecked,xt=he.dragOver,Sn=he.dragOverGapTop,Ct=he.dragOverGapBottom,St=he.pos,Ht=he.active,zt=he.eventKey,sn=(0,ue.Z)((0,ue.Z)({},ye),{},{expanded:Pe,selected:Me,checked:Be,loaded:Ze,loading:Le,halfChecked:bt,dragOver:xt,dragOverGapTop:Sn,dragOverGapBottom:Ct,pos:St,active:Ht,key:zt});return"props"in sn||Object.defineProperty(sn,"props",{get:function(){return(0,Te.ZP)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),he}}),sn}},34952:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Ae}});var ee=y(1413),se=`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`,ue=`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`,pe="".concat(se," ").concat(ue).split(/[\s\n]+/),fe="aria-",Ce="data-";function oe(Te,Ie){return Te.indexOf(Ie)===0}function Ae(Te){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,De;Ie===!1?De={aria:!0,data:!0,attr:!0}:Ie===!0?De={aria:!0}:De=(0,ee.Z)({},Ie);var Fe={};return Object.keys(Te).forEach(function(Oe){(De.aria&&(Oe==="role"||oe(Oe,fe))||De.data&&oe(Oe,Ce)||De.attr&&pe.includes(Oe))&&(Fe[Oe]=Te[Oe])}),Fe}},72978:function(de,ne,y){"use strict";var ee={};function se(Ae,Te){}function ue(Ae,Te){}function pe(){ee={}}function fe(Ae,Te,Ie){!Te&&!ee[Ie]&&(Ae(!1,Ie),ee[Ie]=!0)}function Ce(Ae,Te){fe(se,Ae,Te)}function oe(Ae,Te){fe(ue,Ae,Te)}ne.ZP=Ce},81533:function(de,ne){"use strict";var y;var ee=typeof Symbol=="function"&&Symbol.for,se=ee?Symbol.for("react.element"):60103,ue=ee?Symbol.for("react.portal"):60106,pe=ee?Symbol.for("react.fragment"):60107,fe=ee?Symbol.for("react.strict_mode"):60108,Ce=ee?Symbol.for("react.profiler"):60114,oe=ee?Symbol.for("react.provider"):60109,Ae=ee?Symbol.for("react.context"):60110,Te=ee?Symbol.for("react.async_mode"):60111,Ie=ee?Symbol.for("react.concurrent_mode"):60111,De=ee?Symbol.for("react.forward_ref"):60112,Fe=ee?Symbol.for("react.suspense"):60113,Oe=ee?Symbol.for("react.suspense_list"):60120,me=ee?Symbol.for("react.memo"):60115,a=ee?Symbol.for("react.lazy"):60116,b=ee?Symbol.for("react.block"):60121,z=ee?Symbol.for("react.fundamental"):60117,E=ee?Symbol.for("react.responder"):60118,te=ee?Symbol.for("react.scope"):60119;function ae(ce){if(typeof ce=="object"&&ce!==null){var he=ce.$$typeof;switch(he){case se:switch(ce=ce.type,ce){case Te:case Ie:case pe:case Ce:case fe:case Fe:return ce;default:switch(ce=ce&&ce.$$typeof,ce){case Ae:case De:case a:case me:case oe:return ce;default:return he}}case ue:return he}}}function le(ce){return ae(ce)===Ie}y=Te,y=Ie,y=Ae,y=oe,y=se,y=De,y=pe,y=a,y=me,y=ue,y=Ce,y=fe,y=Fe,y=function(ce){return le(ce)||ae(ce)===Te},y=le,y=function(ce){return ae(ce)===Ae},y=function(ce){return ae(ce)===oe},y=function(ce){return typeof ce=="object"&&ce!==null&&ce.$$typeof===se},y=function(ce){return ae(ce)===De},ne.isFragment=function(ce){return ae(ce)===pe},y=function(ce){return ae(ce)===a},ne.isMemo=function(ce){return ae(ce)===me},y=function(ce){return ae(ce)===ue},y=function(ce){return ae(ce)===Ce},y=function(ce){return ae(ce)===fe},y=function(ce){return ae(ce)===Fe},y=function(ce){return typeof ce=="string"||typeof ce=="function"||ce===pe||ce===Ie||ce===Ce||ce===fe||ce===Fe||ce===Oe||typeof ce=="object"&&ce!==null&&(ce.$$typeof===a||ce.$$typeof===me||ce.$$typeof===oe||ce.$$typeof===Ae||ce.$$typeof===De||ce.$$typeof===z||ce.$$typeof===E||ce.$$typeof===te||ce.$$typeof===b)},y=ae},28580:function(de,ne,y){"use strict";de.exports=y(81533)},92389:function(de,ne){"use strict";var y={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(se){var ue=se.keyCode;if(se.altKey&&!se.ctrlKey||se.metaKey||ue>=y.F1&&ue<=y.F12)return!1;switch(ue){case y.ALT:case y.CAPS_LOCK:case y.CONTEXT_MENU:case y.CTRL:case y.DOWN:case y.END:case y.ESC:case y.HOME:case y.INSERT:case y.LEFT:case y.MAC_FF_META:case y.META:case y.NUMLOCK:case y.NUM_CENTER:case y.PAGE_DOWN:case y.PAGE_UP:case y.PAUSE:case y.PRINT_SCREEN:case y.RIGHT:case y.SHIFT:case y.UP:case y.WIN_KEY:case y.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(se){if(se>=y.ZERO&&se<=y.NINE||se>=y.NUM_ZERO&&se<=y.NUM_MULTIPLY||se>=y.A&&se<=y.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&se===0)return!0;switch(se){case y.SPACE:case y.QUESTION_MARK:case y.NUM_PLUS:case y.NUM_MINUS:case y.NUM_PERIOD:case y.NUM_DIVISION:case y.SEMICOLON:case y.DASH:case y.EQUALS:case y.COMMA:case y.PERIOD:case y.SLASH:case y.APOSTROPHE:case y.SINGLE_QUOTE:case y.OPEN_SQUARE_BRACKET:case y.BACKSLASH:case y.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};ne.Z=y},94470:function(de){"use strict";var ne=Object.prototype.hasOwnProperty,y=Object.prototype.toString,ee=Object.defineProperty,se=Object.getOwnPropertyDescriptor,ue=function(Ae){return typeof Array.isArray=="function"?Array.isArray(Ae):y.call(Ae)==="[object Array]"},pe=function(Ae){if(!Ae||y.call(Ae)!=="[object Object]")return!1;var Te=ne.call(Ae,"constructor"),Ie=Ae.constructor&&Ae.constructor.prototype&&ne.call(Ae.constructor.prototype,"isPrototypeOf");if(Ae.constructor&&!Te&&!Ie)return!1;var De;for(De in Ae);return typeof De=="undefined"||ne.call(Ae,De)},fe=function(Ae,Te){ee&&Te.name==="__proto__"?ee(Ae,Te.name,{enumerable:!0,configurable:!0,value:Te.newValue,writable:!0}):Ae[Te.name]=Te.newValue},Ce=function(Ae,Te){if(Te==="__proto__")if(ne.call(Ae,Te)){if(se)return se(Ae,Te).value}else return;return Ae[Te]};de.exports=function oe(){var Ae,Te,Ie,De,Fe,Oe,me=arguments[0],a=1,b=arguments.length,z=!1;for(typeof me=="boolean"&&(z=me,me=arguments[1]||{},a=2),(me==null||typeof me!="object"&&typeof me!="function")&&(me={});a<b;++a)if(Ae=arguments[a],Ae!=null)for(Te in Ae)Ie=Ce(me,Te),De=Ce(Ae,Te),me!==De&&(z&&De&&(pe(De)||(Fe=ue(De)))?(Fe?(Fe=!1,Oe=Ie&&ue(Ie)?Ie:[]):Oe=Ie&&pe(Ie)?Ie:{},fe(me,{name:Te,newValue:oe(z,Oe,De)})):typeof De!="undefined"&&fe(me,{name:Te,newValue:De}));return me}},78892:function(de){"use strict";de.exports=y;var ne=/[#.]/g;function y(ee,se){for(var ue=ee||"",pe=se||"div",fe={},Ce=0,oe,Ae,Te;Ce<ue.length;)ne.lastIndex=Ce,Te=ne.exec(ue),oe=ue.slice(Ce,Te?Te.index:ue.length),oe&&(Ae?Ae==="#"?fe.id=oe:fe.className?fe.className.push(oe):fe.className=[oe]:pe=oe,Ce+=oe.length),Te&&(Ae=Te[0],Ce++);return{type:"element",tagName:pe,properties:fe,children:[]}}},62502:function(de,ne,y){"use strict";var ee=y(15575),se=y(64977),ue=y(78892),pe=y(32473).Q,fe=y(24395).Q;de.exports=oe;var Ce={}.hasOwnProperty;function oe(a,b,z){var E=z?me(z):null;return te;function te(le,ce){var he=ue(le,b),ye=Array.prototype.slice.call(arguments,2),Pe=he.tagName.toLowerCase(),Me;if(he.tagName=E&&Ce.call(E,Pe)?E[Pe]:Pe,ce&&Ae(ce,he)&&(ye.unshift(ce),ce=null),ce)for(Me in ce)ae(he.properties,Me,ce[Me]);return Ie(he.children,ye),he.tagName==="template"&&(he.content={type:"root",children:he.children},he.children=[]),he}function ae(le,ce,he){var ye,Pe,Me;he==null||he!==he||(ye=ee(a,ce),Pe=ye.property,Me=he,typeof Me=="string"&&(ye.spaceSeparated?Me=pe(Me):ye.commaSeparated?Me=fe(Me):ye.commaOrSpaceSeparated&&(Me=pe(fe(Me).join(" ")))),Pe==="style"&&typeof he!="string"&&(Me=Oe(Me)),Pe==="className"&&le.className&&(Me=le.className.concat(Me)),le[Pe]=De(ye,Pe,Me))}}function Ae(a,b){return typeof a=="string"||"length"in a||Te(b.tagName,a)}function Te(a,b){var z=b.type;return a==="input"||!z||typeof z!="string"?!1:typeof b.children=="object"&&"length"in b.children?!0:(z=z.toLowerCase(),a==="button"?z!=="menu"&&z!=="submit"&&z!=="reset"&&z!=="button":"value"in b)}function Ie(a,b){var z,E;if(typeof b=="string"||typeof b=="number"){a.push({type:"text",value:String(b)});return}if(typeof b=="object"&&"length"in b){for(z=-1,E=b.length;++z<E;)Ie(a,b[z]);return}if(typeof b!="object"||!("type"in b))throw new Error("Expected node, nodes, or string, got `"+b+"`");a.push(b)}function De(a,b,z){var E,te,ae;if(typeof z!="object"||!("length"in z))return Fe(a,b,z);for(te=z.length,E=-1,ae=[];++E<te;)ae[E]=Fe(a,b,z[E]);return ae}function Fe(a,b,z){var E=z;return a.number||a.positiveNumber?!isNaN(E)&&E!==""&&(E=Number(E)):(a.boolean||a.overloadedBoolean)&&typeof E=="string"&&(E===""||se(z)===se(b))&&(E=!0),E}function Oe(a){var b=[],z;for(z in a)b.push([z,a[z]].join(": "));return b.join("; ")}function me(a){for(var b=a.length,z=-1,E={},te;++z<b;)te=a[z],E[te.toLowerCase()]=te;return E}},52579:function(de,ne,y){"use strict";var ee=y(48055),se=y(62502),ue=se(ee,"div");ue.displayName="html",de.exports=ue},31742:function(de,ne,y){"use strict";de.exports=y(52579)},24395:function(de,ne){"use strict";var y;ne.Q=pe,y=fe;var ee=",",se=" ",ue="";function pe(Ce){for(var oe=[],Ae=String(Ce||ue),Te=Ae.indexOf(ee),Ie=0,De=!1,Fe;!De;)Te===-1&&(Te=Ae.length,De=!0),Fe=Ae.slice(Ie,Te).trim(),(Fe||!De)&&oe.push(Fe),Ie=Te+1,Te=Ae.indexOf(ee,Ie);return oe}function fe(Ce,oe){var Ae=oe||{},Te=Ae.padLeft===!1?ue:se,Ie=Ae.padRight?se:ue;return Ce[Ce.length-1]===ue&&(Ce=Ce.concat(ue)),Ce.join(Ie+ee+Te).trim()}},15575:function(de,ne,y){"use strict";var ee=y(64977),se=y(78444),ue=y(40313),pe="data";de.exports=Ae;var fe=/^data[-\w.:]+$/i,Ce=/-[a-z]/g,oe=/[A-Z]/g;function Ae(Oe,me){var a=ee(me),b=me,z=ue;return a in Oe.normal?Oe.property[Oe.normal[a]]:(a.length>4&&a.slice(0,4)===pe&&fe.test(me)&&(me.charAt(4)==="-"?b=Te(me):me=Ie(me),z=se),new z(b,me))}function Te(Oe){var me=Oe.slice(5).replace(Ce,Fe);return pe+me.charAt(0).toUpperCase()+me.slice(1)}function Ie(Oe){var me=Oe.slice(4);return Ce.test(me)?Oe:(me=me.replace(oe,De),me.charAt(0)!=="-"&&(me="-"+me),pe+me)}function De(Oe){return"-"+Oe.toLowerCase()}function Fe(Oe){return Oe.charAt(1).toUpperCase()}},48055:function(de,ne,y){"use strict";var ee=y(26230),se=y(13970),ue=y(10629),pe=y(647),fe=y(91305),Ce=y(22537);de.exports=ee([ue,se,pe,fe,Ce])},91305:function(de,ne,y){"use strict";var ee=y(61422),se=y(47589),ue=ee.booleanish,pe=ee.number,fe=ee.spaceSeparated;de.exports=se({transform:Ce,properties:{ariaActiveDescendant:null,ariaAtomic:ue,ariaAutoComplete:null,ariaBusy:ue,ariaChecked:ue,ariaColCount:pe,ariaColIndex:pe,ariaColSpan:pe,ariaControls:fe,ariaCurrent:null,ariaDescribedBy:fe,ariaDetails:null,ariaDisabled:ue,ariaDropEffect:fe,ariaErrorMessage:null,ariaExpanded:ue,ariaFlowTo:fe,ariaGrabbed:ue,ariaHasPopup:null,ariaHidden:ue,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:fe,ariaLevel:pe,ariaLive:null,ariaModal:ue,ariaMultiLine:ue,ariaMultiSelectable:ue,ariaOrientation:null,ariaOwns:fe,ariaPlaceholder:null,ariaPosInSet:pe,ariaPressed:ue,ariaReadOnly:ue,ariaRelevant:null,ariaRequired:ue,ariaRoleDescription:fe,ariaRowCount:pe,ariaRowIndex:pe,ariaRowSpan:pe,ariaSelected:ue,ariaSetSize:pe,ariaSort:null,ariaValueMax:pe,ariaValueMin:pe,ariaValueNow:pe,ariaValueText:null,role:null}});function Ce(oe,Ae){return Ae==="role"?Ae:"aria-"+Ae.slice(4).toLowerCase()}},22537:function(de,ne,y){"use strict";var ee=y(61422),se=y(47589),ue=y(19348),pe=ee.boolean,fe=ee.overloadedBoolean,Ce=ee.booleanish,oe=ee.number,Ae=ee.spaceSeparated,Te=ee.commaSeparated;de.exports=se({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:ue,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Te,acceptCharset:Ae,accessKey:Ae,action:null,allow:null,allowFullScreen:pe,allowPaymentRequest:pe,allowUserMedia:pe,alt:null,as:null,async:pe,autoCapitalize:null,autoComplete:Ae,autoFocus:pe,autoPlay:pe,capture:pe,charSet:null,checked:pe,cite:null,className:Ae,cols:oe,colSpan:null,content:null,contentEditable:Ce,controls:pe,controlsList:Ae,coords:oe|Te,crossOrigin:null,data:null,dateTime:null,decoding:null,default:pe,defer:pe,dir:null,dirName:null,disabled:pe,download:fe,draggable:Ce,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:pe,formTarget:null,headers:Ae,height:oe,hidden:pe,high:oe,href:null,hrefLang:null,htmlFor:Ae,httpEquiv:Ae,id:null,imageSizes:null,imageSrcSet:Te,inputMode:null,integrity:null,is:null,isMap:pe,itemId:null,itemProp:Ae,itemRef:Ae,itemScope:pe,itemType:Ae,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:pe,low:oe,manifest:null,max:null,maxLength:oe,media:null,method:null,min:null,minLength:oe,multiple:pe,muted:pe,name:null,nonce:null,noModule:pe,noValidate:pe,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:pe,optimum:oe,pattern:null,ping:Ae,placeholder:null,playsInline:pe,poster:null,preload:null,readOnly:pe,referrerPolicy:null,rel:Ae,required:pe,reversed:pe,rows:oe,rowSpan:oe,sandbox:Ae,scope:null,scoped:pe,seamless:pe,selected:pe,shape:null,size:oe,sizes:null,slot:null,span:oe,spellCheck:Ce,src:null,srcDoc:null,srcLang:null,srcSet:Te,start:oe,step:null,style:null,tabIndex:oe,target:null,title:null,translate:null,type:null,typeMustMatch:pe,useMap:null,value:Ce,width:oe,wrap:null,align:null,aLink:null,archive:Ae,axis:null,background:null,bgColor:null,border:oe,borderColor:null,bottomMargin:oe,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:pe,declare:pe,event:null,face:null,frame:null,frameBorder:null,hSpace:oe,leftMargin:oe,link:null,longDesc:null,lowSrc:null,marginHeight:oe,marginWidth:oe,noResize:pe,noHref:pe,noShade:pe,noWrap:pe,object:null,profile:null,prompt:null,rev:null,rightMargin:oe,rules:null,scheme:null,scrolling:Ce,standby:null,summary:null,text:null,topMargin:oe,valueType:null,version:null,vAlign:null,vLink:null,vSpace:oe,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:pe,disableRemotePlayback:pe,prefix:null,property:null,results:oe,security:null,unselectable:null}})},19348:function(de,ne,y){"use strict";var ee=y(21098);de.exports=se;function se(ue,pe){return ee(ue,pe.toLowerCase())}},21098:function(de){"use strict";de.exports=ne;function ne(y,ee){return ee in y?y[ee]:ee}},47589:function(de,ne,y){"use strict";var ee=y(64977),se=y(16038),ue=y(78444);de.exports=pe;function pe(fe){var Ce=fe.space,oe=fe.mustUseProperty||[],Ae=fe.attributes||{},Te=fe.properties,Ie=fe.transform,De={},Fe={},Oe,me;for(Oe in Te)me=new ue(Oe,Ie(Ae,Oe),Te[Oe],Ce),oe.indexOf(Oe)!==-1&&(me.mustUseProperty=!0),De[Oe]=me,Fe[ee(Oe)]=Oe,Fe[ee(me.attribute)]=Oe;return new se(De,Fe,Ce)}},78444:function(de,ne,y){"use strict";var ee=y(40313),se=y(61422);de.exports=fe,fe.prototype=new ee,fe.prototype.defined=!0;var ue=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],pe=ue.length;function fe(oe,Ae,Te,Ie){var De=-1,Fe;for(Ce(this,"space",Ie),ee.call(this,oe,Ae);++De<pe;)Fe=ue[De],Ce(this,Fe,(Te&se[Fe])===se[Fe])}function Ce(oe,Ae,Te){Te&&(oe[Ae]=Te)}},40313:function(de){"use strict";de.exports=y;var ne=y.prototype;ne.space=null,ne.attribute=null,ne.property=null,ne.boolean=!1,ne.booleanish=!1,ne.overloadedBoolean=!1,ne.number=!1,ne.commaSeparated=!1,ne.spaceSeparated=!1,ne.commaOrSpaceSeparated=!1,ne.mustUseProperty=!1,ne.defined=!1;function y(ee,se){this.property=ee,this.attribute=se}},26230:function(de,ne,y){"use strict";var ee=y(47529),se=y(16038);de.exports=ue;function ue(pe){for(var fe=pe.length,Ce=[],oe=[],Ae=-1,Te,Ie;++Ae<fe;)Te=pe[Ae],Ce.push(Te.property),oe.push(Te.normal),Ie=Te.space;return new se(ee.apply(null,Ce),ee.apply(null,oe),Ie)}},16038:function(de){"use strict";de.exports=y;var ne=y.prototype;ne.space=null,ne.normal={},ne.property={};function y(ee,se,ue){this.property=ee,this.normal=se,ue&&(this.space=ue)}},61422:function(de,ne){"use strict";var y=0;ne.boolean=ee(),ne.booleanish=ee(),ne.overloadedBoolean=ee(),ne.number=ee(),ne.spaceSeparated=ee(),ne.commaSeparated=ee(),ne.commaOrSpaceSeparated=ee();function ee(){return Math.pow(2,++y)}},13970:function(de,ne,y){"use strict";var ee=y(47589);de.exports=ee({space:"xlink",transform:se,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function se(ue,pe){return"xlink:"+pe.slice(5).toLowerCase()}},10629:function(de,ne,y){"use strict";var ee=y(47589);de.exports=ee({space:"xml",transform:se,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function se(ue,pe){return"xml:"+pe.slice(3).toLowerCase()}},647:function(de,ne,y){"use strict";var ee=y(47589),se=y(19348);de.exports=ee({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:se,properties:{xmlns:null,xmlnsXLink:null}})},64977:function(de){"use strict";de.exports=ne;function ne(y){return y.toLowerCase()}},32473:function(de,ne){"use strict";var y;ne.Q=pe,y=fe;var ee="",se=" ",ue=/[ \t\n\r\f]+/g;function pe(Ce){var oe=String(Ce||ee).trim();return oe===ee?[]:oe.split(ue)}function fe(Ce){return Ce.join(se).trim()}},18139:function(de){var ne=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,y=/\n/g,ee=/^\s*/,se=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,ue=/^:\s*/,pe=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,fe=/^[;\s]*/,Ce=/^\s+|\s+$/g,oe=`
|
|
|
`,Ae="/",Te="*",Ie="",De="comment",Fe="declaration";de.exports=function(me,a){if(typeof me!="string")throw new TypeError("First argument must be a string");if(!me)return[];a=a||{};var b=1,z=1;function E(Le){var bt=Le.match(y);bt&&(b+=bt.length);var xt=Le.lastIndexOf(oe);z=~xt?Le.length-xt:z+Le.length}function te(){var Le={line:b,column:z};return function(bt){return bt.position=new ae(Le),ye(),bt}}function ae(Le){this.start=Le,this.end={line:b,column:z},this.source=a.source}ae.prototype.content=me;var le=[];function ce(Le){var bt=new Error(a.source+":"+b+":"+z+": "+Le);if(bt.reason=Le,bt.filename=a.source,bt.line=b,bt.column=z,bt.source=me,a.silent)le.push(bt);else throw bt}function he(Le){var bt=Le.exec(me);if(bt){var xt=bt[0];return E(xt),me=me.slice(xt.length),bt}}function ye(){he(ee)}function Pe(Le){var bt;for(Le=Le||[];bt=Me();)bt!==!1&&Le.push(bt);return Le}function Me(){var Le=te();if(!(Ae!=me.charAt(0)||Te!=me.charAt(1))){for(var bt=2;Ie!=me.charAt(bt)&&(Te!=me.charAt(bt)||Ae!=me.charAt(bt+1));)++bt;if(bt+=2,Ie===me.charAt(bt-1))return ce("End of comment missing");var xt=me.slice(2,bt-2);return z+=2,E(xt),me=me.slice(bt),z+=2,Le({type:De,comment:xt})}}function Be(){var Le=te(),bt=he(se);if(bt){if(Me(),!he(ue))return ce("property missing ':'");var xt=he(pe),Sn=Le({type:Fe,property:Oe(bt[0].replace(ne,Ie)),value:xt?Oe(xt[0].replace(ne,Ie)):Ie});return he(fe),Sn}}function Ze(){var Le=[];Pe(Le);for(var bt;bt=Be();)bt!==!1&&(Le.push(bt),Pe(Le));return Le}return ye(),Ze()};function Oe(me){return me?me.replace(Ce,Ie):Ie}},46260:function(de){"use strict";de.exports=ne;function ne(y){var ee=typeof y=="string"?y.charCodeAt(0):y;return ee>=97&&ee<=122||ee>=65&&ee<=90}},7961:function(de,ne,y){"use strict";var ee=y(46260),se=y(46195);de.exports=ue;function ue(pe){return ee(pe)||se(pe)}},46195:function(de){"use strict";de.exports=ne;function ne(y){var ee=typeof y=="string"?y.charCodeAt(0):y;return ee>=48&&ee<=57}},79480:function(de){"use strict";de.exports=ne;function ne(y){var ee=typeof y=="string"?y.charCodeAt(0):y;return ee>=97&&ee<=102||ee>=65&&ee<=70||ee>=48&&ee<=57}},89435:function(de){"use strict";var ne,y=59;de.exports=ee;function ee(se){var ue="&"+se+";",pe;return ne=ne||document.createElement("i"),ne.innerHTML=ue,pe=ne.textContent,pe.charCodeAt(pe.length-1)===y&&se!=="semi"||pe===ue?!1:pe}},57574:function(de,ne,y){"use strict";var ee=y(21922),se=y(93580),ue=y(46195),pe=y(79480),fe=y(7961),Ce=y(89435);de.exports=zt;var oe={}.hasOwnProperty,Ae=String.fromCharCode,Te=Function.prototype,Ie={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},De=9,Fe=10,Oe=12,me=32,a=38,b=59,z=60,E=61,te=35,ae=88,le=120,ce=65533,he="named",ye="hexadecimal",Pe="decimal",Me={};Me[ye]=16,Me[Pe]=10;var Be={};Be[he]=fe,Be[Pe]=ue,Be[ye]=pe;var Ze=1,Le=2,bt=3,xt=4,Sn=5,Ct=6,St=7,Ht={};Ht[Ze]="Named character references must be terminated by a semicolon",Ht[Le]="Numeric character references must be terminated by a semicolon",Ht[bt]="Named character references cannot be empty",Ht[xt]="Numeric character references cannot be empty",Ht[Sn]="Named character references must be known",Ht[Ct]="Numeric character references cannot be disallowed",Ht[St]="Numeric character references cannot be outside the permissible Unicode range";function zt(gn,Gn){var nt={},_t,Qt;Gn||(Gn={});for(Qt in Ie)_t=Gn[Qt],nt[Qt]=_t==null?Ie[Qt]:_t;return(nt.position.indent||nt.position.start)&&(nt.indent=nt.position.indent||[],nt.position=nt.position.start),sn(gn,nt)}function sn(gn,Gn){var nt=Gn.additional,_t=Gn.nonTerminated,Qt=Gn.text,Vn=Gn.reference,dn=Gn.warning,Fn=Gn.textContext,Qe=Gn.referenceContext,Cn=Gn.warningContext,Kn=Gn.position,Ha=Gn.indent||[],_n=gn.length,Vt=0,Tt=-1,gt=Kn.column||1,ln=Kn.line||1,pn="",On=[],Xn,ga,La,Fa,Ba,pa,Ja,Er,Xe,ct,aa,_e,Ge,mt,un,jt,Tn,Xt,Wt;for(typeof nt=="string"&&(nt=nt.charCodeAt(0)),jt=Jt(),Er=dn?Oa:Te,Vt--,_n++;++Vt<_n;)if(Ba===Fe&&(gt=Ha[Tt]||1),Ba=gn.charCodeAt(Vt),Ba===a){if(Ja=gn.charCodeAt(Vt+1),Ja===De||Ja===Fe||Ja===Oe||Ja===me||Ja===a||Ja===z||Ja!==Ja||nt&&Ja===nt){pn+=Ae(Ba),gt++;continue}for(Ge=Vt+1,_e=Ge,Wt=Ge,Ja===te?(Wt=++_e,Ja=gn.charCodeAt(Wt),Ja===ae||Ja===le?(mt=ye,Wt=++_e):mt=Pe):mt=he,Xn="",aa="",Fa="",un=Be[mt],Wt--;++Wt<_n&&(Ja=gn.charCodeAt(Wt),!!un(Ja));)Fa+=Ae(Ja),mt===he&&oe.call(ee,Fa)&&(Xn=Fa,aa=ee[Fa]);La=gn.charCodeAt(Wt)===b,La&&(Wt++,ga=mt===he?Ce(Fa):!1,ga&&(Xn=Fa,aa=ga)),Xt=1+Wt-Ge,!La&&!_t||(Fa?mt===he?(La&&!aa?Er(Sn,1):(Xn!==Fa&&(Wt=_e+Xn.length,Xt=1+Wt-_e,La=!1),La||(Xe=Xn?Ze:bt,Gn.attribute?(Ja=gn.charCodeAt(Wt),Ja===E?(Er(Xe,Xt),aa=null):fe(Ja)?aa=null:Er(Xe,Xt)):Er(Xe,Xt))),pa=aa):(La||Er(Le,Xt),pa=parseInt(Fa,Me[mt]),Pn(pa)?(Er(St,Xt),pa=Ae(ce)):pa in se?(Er(Ct,Xt),pa=se[pa]):(ct="",wt(pa)&&Er(Ct,Xt),pa>65535&&(pa-=65536,ct+=Ae(pa>>>10|55296),pa=56320|pa&1023),pa=ct+Ae(pa))):mt!==he&&Er(xt,Xt)),pa?(Yn(),jt=Jt(),Vt=Wt-1,gt+=Wt-Ge+1,On.push(pa),Tn=Jt(),Tn.offset++,Vn&&Vn.call(Qe,pa,{start:jt,end:Tn},gn.slice(Ge-1,Wt)),jt=Tn):(Fa=gn.slice(Ge-1,Wt),pn+=Fa,gt+=Fa.length,Vt=Wt-1)}else Ba===10&&(ln++,Tt++,gt=0),Ba===Ba?(pn+=Ae(Ba),gt++):Yn();return On.join("");function Jt(){return{line:ln,column:gt,offset:Vt+(Kn.offset||0)}}function Oa(Pa,lr){var Xa=Jt();Xa.column+=lr,Xa.offset+=lr,dn.call(Cn,Ht[Pa],Xa,Pa)}function Yn(){pn&&(On.push(pn),Qt&&Qt.call(Fn,pn,{start:jt,end:Jt()}),pn="")}}function Pn(gn){return gn>=55296&&gn<=57343||gn>1114111}function wt(gn){return gn>=1&&gn<=8||gn===11||gn>=13&&gn<=31||gn>=127&&gn<=159||gn>=64976&&gn<=65007||(gn&65535)===65535||(gn&65535)===65534}},26819:function(de,ne){"use strict";var y;var ee=typeof Symbol=="function"&&Symbol.for,se=ee?Symbol.for("react.element"):60103,ue=ee?Symbol.for("react.portal"):60106,pe=ee?Symbol.for("react.fragment"):60107,fe=ee?Symbol.for("react.strict_mode"):60108,Ce=ee?Symbol.for("react.profiler"):60114,oe=ee?Symbol.for("react.provider"):60109,Ae=ee?Symbol.for("react.context"):60110,Te=ee?Symbol.for("react.async_mode"):60111,Ie=ee?Symbol.for("react.concurrent_mode"):60111,De=ee?Symbol.for("react.forward_ref"):60112,Fe=ee?Symbol.for("react.suspense"):60113,Oe=ee?Symbol.for("react.suspense_list"):60120,me=ee?Symbol.for("react.memo"):60115,a=ee?Symbol.for("react.lazy"):60116,b=ee?Symbol.for("react.block"):60121,z=ee?Symbol.for("react.fundamental"):60117,E=ee?Symbol.for("react.responder"):60118,te=ee?Symbol.for("react.scope"):60119;function ae(ce){if(typeof ce=="object"&&ce!==null){var he=ce.$$typeof;switch(he){case se:switch(ce=ce.type,ce){case Te:case Ie:case pe:case Ce:case fe:case Fe:return ce;default:switch(ce=ce&&ce.$$typeof,ce){case Ae:case De:case a:case me:case oe:return ce;default:return he}}case ue:return he}}}function le(ce){return ae(ce)===Ie}y=Te,y=Ie,y=Ae,y=oe,y=se,y=De,y=pe,y=a,y=me,y=ue,y=Ce,y=fe,y=Fe,y=function(ce){return le(ce)||ae(ce)===Te},y=le,y=function(ce){return ae(ce)===Ae},y=function(ce){return ae(ce)===oe},y=function(ce){return typeof ce=="object"&&ce!==null&&ce.$$typeof===se},y=function(ce){return ae(ce)===De},y=function(ce){return ae(ce)===pe},y=function(ce){return ae(ce)===a},ne.isMemo=function(ce){return ae(ce)===me},y=function(ce){return ae(ce)===ue},y=function(ce){return ae(ce)===Ce},y=function(ce){return ae(ce)===fe},y=function(ce){return ae(ce)===Fe},y=function(ce){return typeof ce=="string"||typeof ce=="function"||ce===pe||ce===Ie||ce===Ce||ce===fe||ce===Fe||ce===Oe||typeof ce=="object"&&ce!==null&&(ce.$$typeof===a||ce.$$typeof===me||ce.$$typeof===oe||ce.$$typeof===Ae||ce.$$typeof===De||ce.$$typeof===z||ce.$$typeof===E||ce.$$typeof===te||ce.$$typeof===b)},y=ae},18459:function(de,ne,y){"use strict";de.exports=y(26819)},16651:function(de,ne){"use strict";var y;var ee=Symbol.for("react.element"),se=Symbol.for("react.portal"),ue=Symbol.for("react.fragment"),pe=Symbol.for("react.strict_mode"),fe=Symbol.for("react.profiler"),Ce=Symbol.for("react.provider"),oe=Symbol.for("react.context"),Ae=Symbol.for("react.server_context"),Te=Symbol.for("react.forward_ref"),Ie=Symbol.for("react.suspense"),De=Symbol.for("react.suspense_list"),Fe=Symbol.for("react.memo"),Oe=Symbol.for("react.lazy"),me=Symbol.for("react.offscreen"),a;a=Symbol.for("react.module.reference");function b(z){if(typeof z=="object"&&z!==null){var E=z.$$typeof;switch(E){case ee:switch(z=z.type,z){case ue:case fe:case pe:case Ie:case De:return z;default:switch(z=z&&z.$$typeof,z){case Ae:case oe:case Te:case Oe:case Fe:case Ce:return z;default:return E}}case se:return E}}}y=oe,y=Ce,y=ee,y=Te,y=ue,y=Oe,y=Fe,y=se,y=fe,y=pe,y=Ie,y=De,y=function(){return!1},y=function(){return!1},y=function(z){return b(z)===oe},y=function(z){return b(z)===Ce},y=function(z){return typeof z=="object"&&z!==null&&z.$$typeof===ee},y=function(z){return b(z)===Te},y=function(z){return b(z)===ue},y=function(z){return b(z)===Oe},y=function(z){return b(z)===Fe},y=function(z){return b(z)===se},y=function(z){return b(z)===fe},y=function(z){return b(z)===pe},y=function(z){return b(z)===Ie},y=function(z){return b(z)===De},y=function(z){return typeof z=="string"||typeof z=="function"||z===ue||z===fe||z===pe||z===Ie||z===De||z===me||typeof z=="object"&&z!==null&&(z.$$typeof===Oe||z.$$typeof===Fe||z.$$typeof===Ce||z.$$typeof===oe||z.$$typeof===Te||z.$$typeof===a||z.getModuleId!==void 0)},y=b},33993:function(de,ne,y){"use strict";y(16651)},46762:function(de,ne){"use strict";var y;var ee=Symbol.for("react.element"),se=Symbol.for("react.portal"),ue=Symbol.for("react.fragment"),pe=Symbol.for("react.strict_mode"),fe=Symbol.for("react.profiler"),Ce=Symbol.for("react.provider"),oe=Symbol.for("react.context"),Ae=Symbol.for("react.server_context"),Te=Symbol.for("react.forward_ref"),Ie=Symbol.for("react.suspense"),De=Symbol.for("react.suspense_list"),Fe=Symbol.for("react.memo"),Oe=Symbol.for("react.lazy"),me=Symbol.for("react.offscreen"),a;a=Symbol.for("react.module.reference");function b(z){if(typeof z=="object"&&z!==null){var E=z.$$typeof;switch(E){case ee:switch(z=z.type,z){case ue:case fe:case pe:case Ie:case De:return z;default:switch(z=z&&z.$$typeof,z){case Ae:case oe:case Te:case Oe:case Fe:case Ce:return z;default:return E}}case se:return E}}}y=oe,y=Ce,y=ee,y=Te,y=ue,y=Oe,y=Fe,y=se,y=fe,y=pe,y=Ie,y=De,y=function(){return!1},y=function(){return!1},y=function(z){return b(z)===oe},y=function(z){return b(z)===Ce},y=function(z){return typeof z=="object"&&z!==null&&z.$$typeof===ee},y=function(z){return b(z)===Te},ne.isFragment=function(z){return b(z)===ue},y=function(z){return b(z)===Oe},y=function(z){return b(z)===Fe},y=function(z){return b(z)===se},y=function(z){return b(z)===fe},y=function(z){return b(z)===pe},y=function(z){return b(z)===Ie},y=function(z){return b(z)===De},y=function(z){return typeof z=="string"||typeof z=="function"||z===ue||z===fe||z===pe||z===Ie||z===De||z===me||typeof z=="object"&&z!==null&&(z.$$typeof===Oe||z.$$typeof===Fe||z.$$typeof===Ce||z.$$typeof===oe||z.$$typeof===Te||z.$$typeof===a||z.getModuleId!==void 0)},y=b},35110:function(de,ne,y){"use strict";de.exports=y(46762)},64217:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return Ae}});var ee=y(1413),se=`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`,ue=`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`,pe="".concat(se," ").concat(ue).split(/[\s\n]+/),fe="aria-",Ce="data-";function oe(Te,Ie){return Te.indexOf(Ie)===0}function Ae(Te){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,De;Ie===!1?De={aria:!0,data:!0,attr:!0}:Ie===!0?De={aria:!0}:De=(0,ee.Z)({},Ie);var Fe={};return Object.keys(Te).forEach(function(Oe){(De.aria&&(Oe==="role"||oe(Oe,fe))||De.data&&oe(Oe,Ce)||De.attr&&pe.includes(Oe))&&(Fe[Oe]=Te[Oe])}),Fe}},75251:function(de,ne,y){"use strict";y(27418);var ee=y(67294),se=60103;if(ne.Fragment=60107,typeof Symbol=="function"&&Symbol.for){var ue=Symbol.for;se=ue("react.element"),ne.Fragment=ue("react.fragment")}var pe=ee.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,fe=Object.prototype.hasOwnProperty,Ce={key:!0,ref:!0,__self:!0,__source:!0};function oe(Ae,Te,Ie){var De,Fe={},Oe=null,me=null;Ie!==void 0&&(Oe=""+Ie),Te.key!==void 0&&(Oe=""+Te.key),Te.ref!==void 0&&(me=Te.ref);for(De in Te)fe.call(Te,De)&&!Ce.hasOwnProperty(De)&&(Fe[De]=Te[De]);if(Ae&&Ae.defaultProps)for(De in Te=Ae.defaultProps,Te)Fe[De]===void 0&&(Fe[De]=Te[De]);return{$$typeof:se,type:Ae,key:Oe,ref:me,props:Fe,_owner:pe.current}}ne.jsx=oe,ne.jsxs=oe},85893:function(de,ne,y){"use strict";de.exports=y(75251)},11215:function(de,ne,y){"use strict";var ee=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof y.g=="object"?y.g:{},se=ce();ee.Prism={manual:!0,disableWorkerMessageHandler:!0};var ue=y(31742),pe=y(57574),fe=y(59216),Ce=y(2717),oe=y(12049),Ae=y(29726),Te=y(36155);se();var Ie={}.hasOwnProperty;function De(){}De.prototype=fe;var Fe=new De;de.exports=Fe,Fe.highlight=a,Fe.register=Oe,Fe.alias=me,Fe.registered=b,Fe.listLanguages=z,Oe(Ce),Oe(oe),Oe(Ae),Oe(Te),Fe.util.encode=ae,Fe.Token.stringify=E;function Oe(he){if(typeof he!="function"||!he.displayName)throw new Error("Expected `function` for `grammar`, got `"+he+"`");Fe.languages[he.displayName]===void 0&&he(Fe)}function me(he,ye){var Pe=Fe.languages,Me=he,Be,Ze,Le,bt;ye&&(Me={},Me[he]=ye);for(Be in Me)for(Ze=Me[Be],Ze=typeof Ze=="string"?[Ze]:Ze,Le=Ze.length,bt=-1;++bt<Le;)Pe[Ze[bt]]=Pe[Be]}function a(he,ye){var Pe=fe.highlight,Me;if(typeof he!="string")throw new Error("Expected `string` for `value`, got `"+he+"`");if(Fe.util.type(ye)==="Object")Me=ye,ye=null;else{if(typeof ye!="string")throw new Error("Expected `string` for `name`, got `"+ye+"`");if(Ie.call(Fe.languages,ye))Me=Fe.languages[ye];else throw new Error("Unknown language: `"+ye+"` is not registered")}return Pe.call(this,he,Me,ye)}function b(he){if(typeof he!="string")throw new Error("Expected `string` for `language`, got `"+he+"`");return Ie.call(Fe.languages,he)}function z(){var he=Fe.languages,ye=[],Pe;for(Pe in he)Ie.call(he,Pe)&&typeof he[Pe]=="object"&&ye.push(Pe);return ye}function E(he,ye,Pe){var Me;return typeof he=="string"?{type:"text",value:he}:Fe.util.type(he)==="Array"?te(he,ye):(Me={type:he.type,content:Fe.Token.stringify(he.content,ye,Pe),tag:"span",classes:["token",he.type],attributes:{},language:ye,parent:Pe},he.alias&&(Me.classes=Me.classes.concat(he.alias)),Fe.hooks.run("wrap",Me),ue(Me.tag+"."+Me.classes.join("."),le(Me.attributes),Me.content))}function te(he,ye){for(var Pe=[],Me=he.length,Be=-1,Ze;++Be<Me;)Ze=he[Be],Ze!==""&&Ze!==null&&Ze!==void 0&&Pe.push(Ze);for(Be=-1,Me=Pe.length;++Be<Me;)Ze=Pe[Be],Pe[Be]=Fe.Token.stringify(Ze,ye,Pe);return Pe}function ae(he){return he}function le(he){var ye;for(ye in he)he[ye]=pe(he[ye]);return he}function ce(){var he="Prism"in ee,ye=he?ee.Prism:void 0;return Pe;function Pe(){he?ee.Prism=ye:delete ee.Prism,he=void 0,ye=void 0}}},98695:function(de,ne,y){"use strict";var ee=y(11215);de.exports=ee,ee.register(y(36167)),ee.register(y(68313)),ee.register(y(5199)),ee.register(y(89693)),ee.register(y(24001)),ee.register(y(18018)),ee.register(y(36363)),ee.register(y(35281)),ee.register(y(10433)),ee.register(y(84039)),ee.register(y(71336)),ee.register(y(4481)),ee.register(y(2159)),ee.register(y(60274)),ee.register(y(18738)),ee.register(y(58572)),ee.register(y(28937)),ee.register(y(78734)),ee.register(y(6681)),ee.register(y(53358)),ee.register(y(81700)),ee.register(y(37219)),ee.register(y(6979)),ee.register(y(46241)),ee.register(y(94781)),ee.register(y(62260)),ee.register(y(36153)),ee.register(y(59258)),ee.register(y(62890)),ee.register(y(15958)),ee.register(y(61321)),ee.register(y(77856)),ee.register(y(90741)),ee.register(y(83410)),ee.register(y(65806)),ee.register(y(33039)),ee.register(y(85082)),ee.register(y(79415)),ee.register(y(62849)),ee.register(y(55773)),ee.register(y(32762)),ee.register(y(43576)),ee.register(y(71794)),ee.register(y(1315)),ee.register(y(80096)),ee.register(y(99176)),ee.register(y(61958)),ee.register(y(90312)),ee.register(y(65447)),ee.register(y(4762)),ee.register(y(78090)),ee.register(y(40315)),ee.register(y(7902)),ee.register(y(28651)),ee.register(y(55579)),ee.register(y(93685)),ee.register(y(13934)),ee.register(y(93336)),ee.register(y(13294)),ee.register(y(38223)),ee.register(y(97266)),ee.register(y(77125)),ee.register(y(36500)),ee.register(y(30296)),ee.register(y(50115)),ee.register(y(20791)),ee.register(y(11974)),ee.register(y(8645)),ee.register(y(84790)),ee.register(y(4502)),ee.register(y(66055)),ee.register(y(34668)),ee.register(y(95126)),ee.register(y(90618)),ee.register(y(63128)),ee.register(y(37225)),ee.register(y(16725)),ee.register(y(95559)),ee.register(y(82114)),ee.register(y(6806)),ee.register(y(12208)),ee.register(y(62728)),ee.register(y(81549)),ee.register(y(6024)),ee.register(y(13600)),ee.register(y(3322)),ee.register(y(53877)),ee.register(y(60794)),ee.register(y(20222)),ee.register(y(51519)),ee.register(y(94055)),ee.register(y(43826)),ee.register(y(29536)),ee.register(y(82834)),ee.register(y(58090)),ee.register(y(95121)),ee.register(y(59904)),ee.register(y(9436)),ee.register(y(60591)),ee.register(y(76942)),ee.register(y(60561)),ee.register(y(49660)),ee.register(y(30615)),ee.register(y(93865)),ee.register(y(51078)),ee.register(y(91178)),ee.register(y(40011)),ee.register(y(12017)),ee.register(y(65175)),ee.register(y(14970)),ee.register(y(30764)),ee.register(y(87624)),ee.register(y(15909)),ee.register(y(36553)),ee.register(y(9858)),ee.register(y(11223)),ee.register(y(57957)),ee.register(y(66604)),ee.register(y(77935)),ee.register(y(46155)),ee.register(y(47359)),ee.register(y(25319)),ee.register(y(45950)),ee.register(y(50235)),ee.register(y(80963)),ee.register(y(79358)),ee.register(y(96412)),ee.register(y(39259)),ee.register(y(32409)),ee.register(y(35760)),ee.register(y(19715)),ee.register(y(27614)),ee.register(y(82819)),ee.register(y(42876)),ee.register(y(2980)),ee.register(y(41701)),ee.register(y(42491)),ee.register(y(34927)),ee.register(y(3848)),ee.register(y(41469)),ee.register(y(73070)),ee.register(y(35049)),ee.register(y(8789)),ee.register(y(59803)),ee.register(y(86328)),ee.register(y(33055)),ee.register(y(90542)),ee.register(y(93205)),ee.register(y(27992)),ee.register(y(91115)),ee.register(y(606)),ee.register(y(68582)),ee.register(y(23388)),ee.register(y(90596)),ee.register(y(95721)),ee.register(y(64262)),ee.register(y(18190)),ee.register(y(70896)),ee.register(y(42242)),ee.register(y(37943)),ee.register(y(293)),ee.register(y(83873)),ee.register(y(75932)),ee.register(y(60221)),ee.register(y(44188)),ee.register(y(74426)),ee.register(y(88447)),ee.register(y(16032)),ee.register(y(33607)),ee.register(y(22001)),ee.register(y(22950)),ee.register(y(23254)),ee.register(y(92694)),ee.register(y(43273)),ee.register(y(60718)),ee.register(y(39303)),ee.register(y(77393)),ee.register(y(19023)),ee.register(y(74212)),ee.register(y(5137)),ee.register(y(88262)),ee.register(y(63632)),ee.register(y(59149)),ee.register(y(50256)),ee.register(y(61777)),ee.register(y(3623)),ee.register(y(82707)),ee.register(y(59338)),ee.register(y(56267)),ee.register(y(98809)),ee.register(y(37548)),ee.register(y(82161)),ee.register(y(80625)),ee.register(y(88393)),ee.register(y(78404)),ee.register(y(92923)),ee.register(y(52992)),ee.register(y(55762)),ee.register(y(4137)),ee.register(y(28260)),ee.register(y(71360)),ee.register(y(29308)),ee.register(y(32168)),ee.register(y(5755)),ee.register(y(54105)),ee.register(y(93503)),ee.register(y(35108)),ee.register(y(46678)),ee.register(y(47496)),ee.register(y(30527)),ee.register(y(5261)),ee.register(y(56939)),ee.register(y(83648)),ee.register(y(16009)),ee.register(y(41720)),ee.register(y(6054)),ee.register(y(9997)),ee.register(y(24296)),ee.register(y(49246)),ee.register(y(18890)),ee.register(y(11037)),ee.register(y(64020)),ee.register(y(49760)),ee.register(y(33351)),ee.register(y(13570)),ee.register(y(38181)),ee.register(y(98774)),ee.register(y(22855)),ee.register(y(29611)),ee.register(y(11114)),ee.register(y(67386)),ee.register(y(28067)),ee.register(y(49168)),ee.register(y(23651)),ee.register(y(21483)),ee.register(y(32268)),ee.register(y(2329)),ee.register(y(82996)),ee.register(y(17290)),ee.register(y(67989)),ee.register(y(31065)),ee.register(y(85572)),ee.register(y(27536)),ee.register(y(87041)),ee.register(y(61028)),ee.register(y(24691)),ee.register(y(19892)),ee.register(y(4979)),ee.register(y(23159)),ee.register(y(34966)),ee.register(y(44623)),ee.register(y(38521)),ee.register(y(7255)),ee.register(y(28173)),ee.register(y(53813)),ee.register(y(46891)),ee.register(y(91824)),ee.register(y(9447)),ee.register(y(53062)),ee.register(y(46215)),ee.register(y(10784)),ee.register(y(17684)),ee.register(y(64851)),ee.register(y(18191)),ee.register(y(75242)),ee.register(y(93639)),ee.register(y(97202)),ee.register(y(13808)),ee.register(y(21301)),ee.register(y(20349)),ee.register(y(65039)),ee.register(y(96319)),ee.register(y(31501))},36167:function(de){"use strict";de.exports=ne,ne.displayName="abap",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="abnf",ne.aliases=[];function ne(y){(function(ee){var se="(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)";ee.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-])"+se+"|<"+se+">)(?![\\w-])","i"),lookbehind:!0,alias:["rule","constant"],inside:{punctuation:/<|>/}},rule:{pattern:/(^|[^<\w-])[a-z][\w-]*|<[^<>\r\n]*>/i,lookbehind:!0,inside:{punctuation:/<|>/}},operator:/=\/?|\//,punctuation:/[()\[\]]/}})(y)}},5199:function(de){"use strict";de.exports=ne,ne.displayName="actionscript",ne.aliases=[];function ne(y){y.languages.actionscript=y.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:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),y.languages.actionscript["class-name"].alias="function",delete y.languages.actionscript.parameter,delete y.languages.actionscript["literal-property"],y.languages.markup&&y.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:y.languages.markup}})}},89693:function(de){"use strict";de.exports=ne,ne.displayName="ada",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="agda",ne.aliases=[];function ne(y){(function(ee){ee.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/}})(y)}},18018:function(de){"use strict";de.exports=ne,ne.displayName="al",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="antlr4",ne.aliases=["g4"];function ne(y){y.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:/[;:()=]/},y.languages.g4=y.languages.antlr4}},35281:function(de){"use strict";de.exports=ne,ne.displayName="apacheconf",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(11114);de.exports=se,se.displayName="apex",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=/\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,Ce=/\b(?:(?=[a-z_]\w*\s*[<\[])|(?!<keyword>))[A-Z_]\w*(?:\s*\.\s*[A-Z_]\w*)*\b(?:\s*(?:\[\s*\]|<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>))*/.source.replace(/<keyword>/g,function(){return fe.source});function oe(Te){return RegExp(Te.replace(/<CLASS-NAME>/g,function(){return Ce}),"i")}var Ae={keyword:fe,punctuation:/[()\[\]{};,:.<>]/};pe.languages.apex={comment:pe.languages.clike.comment,string:pe.languages.clike.string,sql:{pattern:/((?:[=,({:]|\breturn)\s*)\[[^\[\]]*\]/i,lookbehind:!0,greedy:!0,alias:"language-sql",inside:pe.languages.sql},annotation:{pattern:/@\w+\b/,alias:"punctuation"},"class-name":[{pattern:oe(/(\b(?:class|enum|extends|implements|instanceof|interface|new|trigger\s+\w+\s+on)\s+)<CLASS-NAME>/.source),lookbehind:!0,inside:Ae},{pattern:oe(/(\(\s*)<CLASS-NAME>(?=\s*\)\s*[\w(])/.source),lookbehind:!0,inside:Ae},{pattern:oe(/<CLASS-NAME>(?=\s*\w+\s*[;=,(){:])/.source),inside:Ae}],trigger:{pattern:/(\btrigger\s+)\w+\b/i,lookbehind:!0,alias:"class-name"},keyword:fe,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:/[()\[\]{};,.]/}}(ue)}},84039:function(de){"use strict";de.exports=ne,ne.displayName="apl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="applescript",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="aql",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(80096);de.exports=se,se.displayName="arduino",se.aliases=["ino"];function se(ue){ue.register(ee),ue.languages.arduino=ue.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/}),ue.languages.ino=ue.languages.arduino}},60274:function(de){"use strict";de.exports=ne,ne.displayName="arff",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="asciidoc",ne.aliases=["adoc"];function ne(y){(function(ee){var se={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+$).+/}},ue=ee.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:se,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:se.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:se,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 pe(fe){fe=fe.split(" ");for(var Ce={},oe=0,Ae=fe.length;oe<Ae;oe++)Ce[fe[oe]]=ue[fe[oe]];return Ce}se.inside.interpreted.inside.rest=pe("macro inline replacement entity"),ue["passthrough-block"].inside.rest=pe("macro"),ue["literal-block"].inside.rest=pe("callout"),ue.table.inside.rest=pe("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"),ue["other-block"].inside.rest=pe("table list-punctuation indented-block comment attribute-entry attributes hr page-break admonition list-label macro inline replacement entity line-continuation"),ue.title.inside.rest=pe("macro inline replacement entity"),ee.hooks.add("wrap",function(fe){fe.type==="entity"&&(fe.attributes.title=fe.content.value.replace(/&/,"&"))}),ee.languages.adoc=ee.languages.asciidoc})(y)}},58572:function(de){"use strict";de.exports=ne,ne.displayName="asm6502",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="asmatmel",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(61958);de.exports=se,se.displayName="aspnet",se.aliases=[];function se(ue){ue.register(ee),ue.languages.aspnet=ue.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:ue.languages.markup.tag.inside}},directive:{pattern:/<%.*%>/,alias:"tag",inside:{directive:{pattern:/<%\s*?[$=%#:]{0,2}|%>/,alias:"tag"},rest:ue.languages.csharp}}}),ue.languages.aspnet.tag.pattern=/<(?!%)\/?[^\s>\/]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,ue.languages.insertBefore("inside","punctuation",{directive:ue.languages.aspnet.directive},ue.languages.aspnet.tag.inside["attr-value"]),ue.languages.insertBefore("aspnet","comment",{"asp-comment":{pattern:/<%--[\s\S]*?--%>/,alias:["asp","comment"]}}),ue.languages.insertBefore("aspnet",ue.languages.javascript?"script":"tag",{"asp-script":{pattern:/(<script(?=.*runat=['"]?server\b)[^>]*>)[\s\S]*?(?=<\/script>)/i,lookbehind:!0,alias:["asp","script"],inside:ue.languages.csharp||{}}})}},6681:function(de){"use strict";de.exports=ne,ne.displayName="autohotkey",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="autoit",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="avisynth",ne.aliases=["avs"];function ne(y){(function(ee){function se(Te,Ie){return Te.replace(/<<(\d+)>>/g,function(De,Fe){return Ie[+Fe]})}function ue(Te,Ie,De){return RegExp(se(Te,Ie),De||"")}var pe=/bool|clip|float|int|string|val/.source,fe=[/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("|"),Ce=[/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("|"),oe=[/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("|"),Ae=[fe,Ce,oe].join("|");ee.languages.avisynth={comment:[{pattern:/(^|[^\\])\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|\[\*(?:[^\[*]|\[(?!\*)|\*(?!\]))*\*\])*\*\]/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],argument:{pattern:ue(/\b(?:<<0>>)\s+("?)\w+\1/.source,[pe],"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:ue(/\b(?:<<0>>)\b/.source,[Ae],"i"),alias:"function"},"type-cast":{pattern:ue(/\b(?:<<0>>)(?=\s*\()/.source,[pe],"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:/[{}\[\]();,.]/},ee.languages.avs=ee.languages.avisynth})(y)}},37219:function(de){"use strict";de.exports=ne,ne.displayName="avroIdl",ne.aliases=[];function ne(y){y.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:/[()\[\]{}<>.:,;-]/},y.languages.avdl=y.languages["avro-idl"]}},6979:function(de){"use strict";de.exports=ne,ne.displayName="bash",ne.aliases=["shell"];function ne(y){(function(ee){var se="\\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",ue={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},pe={bash:ue,environment:{pattern:RegExp("\\$"+se),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("(\\{)"+se),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})/};ee.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;|&]|[<>]\\()"+se),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:pe},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:ue}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:pe},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:pe.entity}}],environment:{pattern:RegExp("\\$?"+se),alias:"constant"},variable:pe.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}},ue.inside=ee.languages.bash;for(var fe=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],Ce=pe.variable[1].inside,oe=0;oe<fe.length;oe++)Ce[fe[oe]]=ee.languages.bash[fe[oe]];ee.languages.shell=ee.languages.bash})(y)}},46241:function(de){"use strict";de.exports=ne,ne.displayName="basic",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="batch",ne.aliases=[];function ne(y){(function(ee){var se=/%%?[~:\w]+%?|!\S+!/,ue={pattern:/\/[a-z?]+(?=[ :]|$):?|-[a-z]\b|--[a-z-]+\b/im,alias:"attr-name",inside:{punctuation:/:/}},pe=/"(?:[\\"]"|[^"])*"(?!")/,fe=/(?:\b|-)\d+\b/;ee.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:pe,parameter:ue,variable:se,number:fe,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:pe,parameter:ue,variable:se,number:fe,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:pe,parameter:ue,variable:[se,/\w+(?=(?:[*\/%+\-&^|]|<<|>>)?=)/],number:fe,operator:/[*\/%+\-&^|]=?|<<=?|>>=?|[!~_=]/,punctuation:/[()',]/}},{pattern:/((?:^|[&(])[ \t]*@?)\w+\b(?:"(?:[\\"]"|[^"])*"(?!")|[^"^&)\r\n]|\^(?:\r\n|[\s\S]))*/m,lookbehind:!0,inside:{keyword:/^\w+\b/,string:pe,parameter:ue,label:{pattern:/(^\s*):\S+/m,lookbehind:!0,alias:"property"},variable:se,number:fe,operator:/\^/}}],operator:/[&@]/,punctuation:/[()']/}})(y)}},62260:function(de){"use strict";de.exports=ne,ne.displayName="bbcode",ne.aliases=["shortcode"];function ne(y){y.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=\]]+/}}},y.languages.shortcode=y.languages.bbcode}},36153:function(de){"use strict";de.exports=ne,ne.displayName="bicep",ne.aliases=[];function ne(y){y.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:/[{}[\];(),.:]/},y.languages.bicep["interpolated-string"].inside.interpolation.inside.expression.inside=y.languages.bicep}},59258:function(de){"use strict";de.exports=ne,ne.displayName="birb",ne.aliases=[];function ne(y){y.languages.birb=y.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/}),y.languages.insertBefore("birb","function",{metadata:{pattern:/<\w+>/,greedy:!0,alias:"symbol"}})}},62890:function(de,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="bison",se.aliases=[];function se(ue){ue.register(ee),ue.languages.bison=ue.languages.extend("c",{}),ue.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:ue.languages.c}},comment:ue.languages.c.comment,string:ue.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=ne,ne.displayName="bnf",ne.aliases=["rbnf"];function ne(y){y.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}/},y.languages.rbnf=y.languages.bnf}},61321:function(de){"use strict";de.exports=ne,ne.displayName="brainfuck",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="brightscript",ne.aliases=[];function ne(y){y.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},y.languages.brightscript["directive-statement"].inside.expression.inside=y.languages.brightscript}},90741:function(de){"use strict";de.exports=ne,ne.displayName="bro",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="bsl",ne.aliases=[];function ne(y){y.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"}]},y.languages.oscript=y.languages.bsl}},65806:function(de){"use strict";de.exports=ne,ne.displayName="c",ne.aliases=[];function ne(y){y.languages.c=y.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|[?:~]|[-+*/%&|^!=<>]=?/}),y.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),y.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},y.languages.c.string],char:y.languages.c.char,comment:y.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:y.languages.c}}}}),y.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 y.languages.c.boolean}},33039:function(de){"use strict";de.exports=ne,ne.displayName="cfscript",ne.aliases=[];function ne(y){y.languages.cfscript=y.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"}}),y.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 y.languages.cfscript["class-name"],y.languages.cfc=y.languages.cfscript}},85082:function(de,ne,y){"use strict";var ee=y(80096);de.exports=se,se.displayName="chaiscript",se.aliases=[];function se(ue){ue.register(ee),ue.languages.chaiscript=ue.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:[ue.languages.cpp.number,/\b(?:Infinity|NaN)\b/],operator:/>>=?|<<=?|\|\||&&|:[:=]?|--|\+\+|[=!<>+\-*/%|&^]=?|[?~]|`[^`\r\n]{1,4}`/}),ue.languages.insertBefore("chaiscript","operator",{"parameter-type":{pattern:/([,(]\s*)\w+(?=\s+\w)/,lookbehind:!0,alias:"class-name"}}),ue.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:ue.languages.chaiscript},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"}}},string:/[\s\S]+/}}})}},79415:function(de){"use strict";de.exports=ne,ne.displayName="cil",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="clike",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="clojure",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="cmake",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="cobol",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="coffeescript",ne.aliases=["coffee"];function ne(y){(function(ee){var se=/#(?!\{).+/,ue={pattern:/#\{[^}]+\}/,alias:"variable"};ee.languages.coffeescript=ee.languages.extend("javascript",{comment:se,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:ue}}],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"}}),ee.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:se,interpolation:ue}}}),ee.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:ee.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:ue}}]}),ee.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete ee.languages.coffeescript["template-string"],ee.languages.coffee=ee.languages.coffeescript})(y)}},71794:function(de){"use strict";de.exports=ne,ne.displayName="concurnas",ne.aliases=["conc"];function ne(y){y.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"}},y.languages.insertBefore("concurnas","langext",{"regex-literal":{pattern:/\br("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:y.languages.concurnas},regex:/[\s\S]+/}},"string-literal":{pattern:/(?:\B|\bs)("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:y.languages.concurnas},string:/[\s\S]+/}}}),y.languages.conc=y.languages.concurnas}},1315:function(de){"use strict";de.exports=ne,ne.displayName="coq",ne.aliases=[];function ne(y){(function(ee){for(var se=/\(\*(?:[^(*]|\((?!\*)|\*(?!\))|<self>)*\*\)/.source,ue=0;ue<2;ue++)se=se.replace(/<self>/g,function(){return se});se=se.replace(/<self>/g,"[]"),ee.languages.coq={comment:RegExp(se),string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},attribute:[{pattern:RegExp(/#\[(?:[^\[\]("]|"(?:[^"]|"")*"(?!")|\((?!\*)|<comment>)*\]/.source.replace(/<comment>/g,function(){return se})),greedy:!0,alias:"attr-name",inside:{comment:RegExp(se),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:/\.\(|`\(|@\{|`\{|\{\||\[=|:>|[:.,;(){}\[\]]/}})(y)}},80096:function(de,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="cpp",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=/\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/,Ce=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return fe.source});pe.languages.cpp=pe.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return fe.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:fe,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/}),pe.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 Ce})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),pe.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:pe.languages.cpp}}}}),pe.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),pe.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:pe.languages.extend("cpp",{})}}),pe.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},pe.languages.cpp["base-clause"])}(ue)}},99176:function(de,ne,y){"use strict";var ee=y(56939);de.exports=se,se.displayName="crystal",se.aliases=[];function se(ue){ue.register(ee),function(pe){pe.languages.crystal=pe.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:[/->/,pe.languages.ruby.operator],punctuation:/[(){}[\].,;\\]/}),pe.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:pe.languages.crystal}}},expansion:{pattern:/\{(?:\{.*?\}|%.*?%)\}/,inside:{content:{pattern:/^(\{.)[\s\S]+(?=.\}$)/,lookbehind:!0,inside:pe.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}})}(ue)}},61958:function(de){"use strict";de.exports=ne,ne.displayName="csharp",ne.aliases=["dotnet","cs"];function ne(y){(function(ee){function se(zt,sn){return zt.replace(/<<(\d+)>>/g,function(Pn,wt){return"(?:"+sn[+wt]+")"})}function ue(zt,sn,Pn){return RegExp(se(zt,sn),Pn||"")}function pe(zt,sn){for(var Pn=0;Pn<sn;Pn++)zt=zt.replace(/<<self>>/g,function(){return"(?:"+zt+")"});return zt.replace(/<<self>>/g,"[^\\s\\S]")}var fe={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 Ce(zt){return"\\b(?:"+zt.trim().replace(/ /g,"|")+")\\b"}var oe=Ce(fe.typeDeclaration),Ae=RegExp(Ce(fe.type+" "+fe.typeDeclaration+" "+fe.contextual+" "+fe.other)),Te=Ce(fe.typeDeclaration+" "+fe.contextual+" "+fe.other),Ie=Ce(fe.type+" "+fe.typeDeclaration+" "+fe.other),De=pe(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),Fe=pe(/\((?:[^()]|<<self>>)*\)/.source,2),Oe=/@?\b[A-Za-z_]\w*\b/.source,me=se(/<<0>>(?:\s*<<1>>)?/.source,[Oe,De]),a=se(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[Te,me]),b=/\[\s*(?:,\s*)*\]/.source,z=se(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[a,b]),E=se(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[De,Fe,b]),te=se(/\(<<0>>+(?:,<<0>>+)+\)/.source,[E]),ae=se(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[te,a,b]),le={keyword:Ae,punctuation:/[<>()?,.:[\]]/},ce=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,he=/"(?:\\.|[^\\"\r\n])*"/.source,ye=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;ee.languages.csharp=ee.languages.extend("clike",{string:[{pattern:ue(/(^|[^$\\])<<0>>/.source,[ye]),lookbehind:!0,greedy:!0},{pattern:ue(/(^|[^@$\\])<<0>>/.source,[he]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:ue(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[a]),lookbehind:!0,inside:le},{pattern:ue(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[Oe,ae]),lookbehind:!0,inside:le},{pattern:ue(/(\busing\s+)<<0>>(?=\s*=)/.source,[Oe]),lookbehind:!0},{pattern:ue(/(\b<<0>>\s+)<<1>>/.source,[oe,me]),lookbehind:!0,inside:le},{pattern:ue(/(\bcatch\s*\(\s*)<<0>>/.source,[a]),lookbehind:!0,inside:le},{pattern:ue(/(\bwhere\s+)<<0>>/.source,[Oe]),lookbehind:!0},{pattern:ue(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[z]),lookbehind:!0,inside:le},{pattern:ue(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[ae,Ie,Oe]),inside:le}],keyword:Ae,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:/\?\.?|::|[{}[\];(),.:]/}),ee.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),ee.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:ue(/([(,]\s*)<<0>>(?=\s*:)/.source,[Oe]),lookbehind:!0,alias:"punctuation"}}),ee.languages.insertBefore("csharp","class-name",{namespace:{pattern:ue(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[Oe]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:ue(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[Fe]),lookbehind:!0,alias:"class-name",inside:le},"return-type":{pattern:ue(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[ae,a]),inside:le,alias:"class-name"},"constructor-invocation":{pattern:ue(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[ae]),lookbehind:!0,inside:le,alias:"class-name"},"generic-method":{pattern:ue(/<<0>>\s*<<1>>(?=\s*\()/.source,[Oe,De]),inside:{function:ue(/^<<0>>/.source,[Oe]),generic:{pattern:RegExp(De),alias:"class-name",inside:le}}},"type-list":{pattern:ue(/\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,[oe,me,Oe,ae,Ae.source,Fe,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:ue(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[me,Fe]),lookbehind:!0,greedy:!0,inside:ee.languages.csharp},keyword:Ae,"class-name":{pattern:RegExp(ae),greedy:!0,inside:le},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 Pe=he+"|"+ce,Me=se(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[Pe]),Be=pe(se(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Me]),2),Ze=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,Le=se(/<<0>>(?:\s*\(<<1>>*\))?/.source,[a,Be]);ee.languages.insertBefore("csharp","class-name",{attribute:{pattern:ue(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[Ze,Le]),lookbehind:!0,greedy:!0,inside:{target:{pattern:ue(/^<<0>>(?=\s*:)/.source,[Ze]),alias:"keyword"},"attribute-arguments":{pattern:ue(/\(<<0>>*\)/.source,[Be]),inside:ee.languages.csharp},"class-name":{pattern:RegExp(a),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var bt=/:[^}\r\n]+/.source,xt=pe(se(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Me]),2),Sn=se(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[xt,bt]),Ct=pe(se(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[Pe]),2),St=se(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[Ct,bt]);function Ht(zt,sn){return{interpolation:{pattern:ue(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[zt]),lookbehind:!0,inside:{"format-string":{pattern:ue(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[sn,bt]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:ee.languages.csharp}}},string:/[\s\S]+/}}ee.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:ue(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[Sn]),lookbehind:!0,greedy:!0,inside:Ht(Sn,xt)},{pattern:ue(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[St]),lookbehind:!0,greedy:!0,inside:Ht(St,Ct)}],char:{pattern:RegExp(ce),greedy:!0}}),ee.languages.dotnet=ee.languages.cs=ee.languages.csharp})(y)}},90312:function(de,ne,y){"use strict";var ee=y(61958);de.exports=se,se.displayName="cshtml",se.aliases=["razor"];function se(ue){ue.register(ee),function(pe){var fe=/\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source,Ce=/@(?!")|"(?:[^\r\n\\"]|\\.)*"|@"(?:[^\\"]|""|\\[\s\S])*"(?!")/.source+"|"+/'(?:(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'|(?=[^\\](?!')))/.source;function oe(z,E){for(var te=0;te<E;te++)z=z.replace(/<self>/g,function(){return"(?:"+z+")"});return z.replace(/<self>/g,"[^\\s\\S]").replace(/<str>/g,"(?:"+Ce+")").replace(/<comment>/g,"(?:"+fe+")")}var Ae=oe(/\((?:[^()'"@/]|<str>|<comment>|<self>)*\)/.source,2),Te=oe(/\[(?:[^\[\]'"@/]|<str>|<comment>|<self>)*\]/.source,2),Ie=oe(/\{(?:[^{}'"@/]|<str>|<comment>|<self>)*\}/.source,2),De=oe(/<(?:[^<>'"@/]|<str>|<comment>|<self>)*>/.source,2),Fe=/(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?/.source,Oe=/(?!\d)[^\s>\/=$<%]+/.source+Fe+/\s*\/?>/.source,me=/\B@?/.source+"(?:"+/<([a-zA-Z][\w:]*)/.source+Fe+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source+Oe+"|"+oe(/<\1/.source+Fe+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source+Oe+"|<self>")+")*"+/<\/\1\s*>/.source,2))+")*"+/<\/\1\s*>/.source+"|"+/</.source+Oe+")";pe.languages.cshtml=pe.languages.extend("markup",{});var a=pe.languages.insertBefore("csharp","string",{html:{pattern:RegExp(me),greedy:!0,inside:pe.languages.cshtml}},{csharp:pe.languages.extend("csharp",{})}),b={pattern:/\S[\s\S]*/,alias:"language-csharp",inside:a};pe.languages.insertBefore("cshtml","prolog",{"razor-comment":{pattern:/@\*[\s\S]*?\*@/,greedy:!0,alias:"comment"},block:{pattern:RegExp(/(^|[^@])@/.source+"(?:"+[Ie,/(?:code|functions)\s*/.source+Ie,/(?:for|foreach|lock|switch|using|while)\s*/.source+Ae+/\s*/.source+Ie,/do\s*/.source+Ie+/\s*while\s*/.source+Ae+/(?:\s*;)?/.source,/try\s*/.source+Ie+/\s*catch\s*/.source+Ae+/\s*/.source+Ie+/\s*finally\s*/.source+Ie,/if\s*/.source+Ae+/\s*/.source+Ie+"(?:"+/\s*else/.source+"(?:"+/\s+if\s*/.source+Ae+")?"+/\s*/.source+Ie+")*"].join("|")+")"),lookbehind:!0,greedy:!0,inside:{keyword:/^@\w*/,csharp:b}},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:b}},value:{pattern:RegExp(/(^|[^@])@/.source+/(?:await\b\s*)?/.source+"(?:"+/\w+\b/.source+"|"+Ae+")(?:"+/[?!]?\.\w+\b/.source+"|"+Ae+"|"+Te+"|"+De+Ae+")*"),lookbehind:!0,greedy:!0,alias:"variable",inside:{keyword:/^@/,csharp:b}},"delegate-operator":{pattern:/(^|[^@])@(?=<)/,lookbehind:!0,alias:"operator"}}),pe.languages.razor=pe.languages.cshtml}(ue)}},65447:function(de){"use strict";de.exports=ne,ne.displayName="csp",ne.aliases=[];function ne(y){(function(ee){function se(ue){return RegExp(/([ \t])/.source+"(?:"+ue+")"+/(?=[\s;]|$)/.source,"i")}ee.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:se(/[a-z][a-z0-9.+-]*:/.source),lookbehind:!0},none:{pattern:se(/'none'/.source),lookbehind:!0,alias:"keyword"},nonce:{pattern:se(/'nonce-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},hash:{pattern:se(/'sha(?:256|384|512)-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},host:{pattern:se(/[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:se(/'unsafe-[a-z-]+'/.source),lookbehind:!0,alias:"unsafe"},{pattern:se(/'[a-z-]+'/.source),lookbehind:!0,alias:"safe"}],punctuation:/;/}})(y)}},4762:function(de){"use strict";de.exports=ne,ne.displayName="cssExtras",ne.aliases=[];function ne(y){(function(ee){var se=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,ue;ee.languages.css.selector={pattern:ee.languages.css.selector.pattern,lookbehind:!0,inside:ue={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+se.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":[se,{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:/[(),]/}},ee.languages.css.atrule.inside["selector-function-argument"].inside=ue,ee.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var pe={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},fe={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};ee.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:pe,number:fe,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:pe,number:fe})})(y)}},12049:function(de){"use strict";de.exports=ne,ne.displayName="css",ne.aliases=[];function ne(y){(function(ee){var se=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;ee.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\\((?:"+se.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+se.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+se.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:se,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:/[(){};:,]/},ee.languages.css.atrule.inside.rest=ee.languages.css;var ue=ee.languages.markup;ue&&(ue.tag.addInlined("style","css"),ue.tag.addAttribute("style","css"))})(y)}},78090:function(de){"use strict";de.exports=ne,ne.displayName="csv",ne.aliases=[];function ne(y){y.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/}}},40315:function(de){"use strict";de.exports=ne,ne.displayName="cypher",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="d",ne.aliases=[];function ne(y){y.languages.d=y.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|(?:<[<>]?|>>?>?|\^\^|[*\/%^~])=?/}),y.languages.insertBefore("d","string",{char:/'(?:\\(?:\W|\w+)|[^\\])'/}),y.languages.insertBefore("d","keyword",{property:/\B@\w*/}),y.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=ne,ne.displayName="dart",ne.aliases=[];function ne(y){(function(ee){var se=[/\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/],ue=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,pe={pattern:RegExp(ue+/[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:/\./}}}};ee.languages.dart=ee.languages.extend("clike",{"class-name":[pe,{pattern:RegExp(ue+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:pe.inside}],keyword:se,operator:/\bis!|\b(?:as|is)\b|\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?/}),ee.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:ee.languages.dart}}},string:/[\s\S]+/}},string:void 0}),ee.languages.insertBefore("dart","class-name",{metadata:{pattern:/@\w+/,alias:"function"}}),ee.languages.insertBefore("dart","class-name",{generics:{pattern:/<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<[\w\s,.&?]*>)*>)*>)*>/,inside:{"class-name":pe,keyword:se,punctuation:/[<>(),.:]/,operator:/[?&|]/}}})})(y)}},55579:function(de){"use strict";de.exports=ne,ne.displayName="dataweave",ne.aliases=[];function ne(y){(function(ee){ee.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/}})(y)}},93685:function(de){"use strict";de.exports=ne,ne.displayName="dax",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="dhall",ne.aliases=[];function ne(y){y.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/},y.languages.dhall.string.inside.interpolation.inside.expression.inside=y.languages.dhall}},93336:function(de){"use strict";de.exports=ne,ne.displayName="diff",ne.aliases=[];function ne(y){(function(ee){ee.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var se={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(se).forEach(function(ue){var pe=se[ue],fe=[];/^\w+$/.test(ue)||fe.push(/\w+/.exec(ue)[0]),ue==="diff"&&fe.push("bold"),ee.languages.diff[ue]={pattern:RegExp("^(?:["+pe+`].*(?:\r
|
|
|
?|
|
|
|
|(?![\\s\\S])))+`,"m"),alias:fe,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(ue)[0]}}}}),Object.defineProperty(ee.languages.diff,"PREFIXES",{value:se})})(y)}},13294:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="django",se.aliases=["jinja2"];function se(ue){ue.register(ee),function(pe){pe.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 fe=/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}|\{#[\s\S]*?#\}/g,Ce=pe.languages["markup-templating"];pe.hooks.add("before-tokenize",function(oe){Ce.buildPlaceholders(oe,"django",fe)}),pe.hooks.add("after-tokenize",function(oe){Ce.tokenizePlaceholders(oe,"django")}),pe.languages.jinja2=pe.languages.django,pe.hooks.add("before-tokenize",function(oe){Ce.buildPlaceholders(oe,"jinja2",fe)}),pe.hooks.add("after-tokenize",function(oe){Ce.tokenizePlaceholders(oe,"jinja2")})}(ue)}},38223:function(de){"use strict";de.exports=ne,ne.displayName="dnsZoneFile",ne.aliases=[];function ne(y){y.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:/[()]/},y.languages["dns-zone"]=y.languages["dns-zone-file"]}},97266:function(de){"use strict";de.exports=ne,ne.displayName="docker",ne.aliases=["dockerfile"];function ne(y){(function(ee){var se=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,ue=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return se}),pe=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,fe=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return pe}),Ce={pattern:RegExp(pe),greedy:!0},oe={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function Ae(Te,Ie){return Te=Te.replace(/<OPT>/g,function(){return fe}).replace(/<SP>/g,function(){return ue}),RegExp(Te,Ie)}ee.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:Ae(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[Ce,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:Ae(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:Ae(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:Ae(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:oe,string:Ce,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:oe},ee.languages.dockerfile=ee.languages.docker})(y)}},77125:function(de){"use strict";de.exports=ne,ne.displayName="dot",ne.aliases=["gv"];function ne(y){(function(ee){var se="(?:"+[/[a-zA-Z_\x80-\uFFFF][\w\x80-\uFFFF]*/.source,/-?(?:\.\d+|\d+(?:\.\d*)?)/.source,/"[^"\\]*(?:\\[\s\S][^"\\]*)*"/.source,/<(?:[^<>]|(?!<!--)<(?:[^<>"']|"[^"]*"|'[^']*')+>|<!--(?:[^-]|-(?!->))*-->)*>/.source].join("|")+")",ue={markup:{pattern:/(^<)[\s\S]+(?=>$)/,lookbehind:!0,alias:["language-markup","language-html","language-xml"],inside:ee.languages.markup}};function pe(fe,Ce){return RegExp(fe.replace(/<ID>/g,function(){return se}),Ce)}ee.languages.dot={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\/|^#.*/m,greedy:!0},"graph-name":{pattern:pe(/(\b(?:digraph|graph|subgraph)[ \t\r\n]+)<ID>/.source,"i"),lookbehind:!0,greedy:!0,alias:"class-name",inside:ue},"attr-value":{pattern:pe(/(=[ \t\r\n]*)<ID>/.source),lookbehind:!0,greedy:!0,inside:ue},"attr-name":{pattern:pe(/([\[;, \t\r\n])<ID>(?=[ \t\r\n]*=)/.source),lookbehind:!0,greedy:!0,inside:ue},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:pe(/(^|[^-.\w\x80-\uFFFF\\])<ID>/.source),lookbehind:!0,greedy:!0,inside:ue},operator:/[=:]|-[->]/,punctuation:/[\[\]{};,]/},ee.languages.gv=ee.languages.dot})(y)}},36500:function(de){"use strict";de.exports=ne,ne.displayName="ebnf",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="editorconfig",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="eiffel",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="ejs",se.aliases=["eta"];function se(ue){ue.register(ee),function(pe){pe.languages.ejs={delimiter:{pattern:/^<%[-_=]?|[-_]?%>$/,alias:"punctuation"},comment:/^#[\s\S]*/,"language-javascript":{pattern:/[\s\S]+/,inside:pe.languages.javascript}},pe.hooks.add("before-tokenize",function(fe){var Ce=/<%(?!%)[\s\S]+?%>/g;pe.languages["markup-templating"].buildPlaceholders(fe,"ejs",Ce)}),pe.hooks.add("after-tokenize",function(fe){pe.languages["markup-templating"].tokenizePlaceholders(fe,"ejs")}),pe.languages.eta=pe.languages.ejs}(ue)}},11974:function(de){"use strict";de.exports=ne,ne.displayName="elixir",ne.aliases=[];function ne(y){y.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:/<<|>>|[.,%\[\]{}()]/},y.languages.elixir.string.forEach(function(ee){ee.inside={interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},rest:y.languages.elixir}}}})}},8645:function(de){"use strict";de.exports=ne,ne.displayName="elm",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(56939),se=y(93205);de.exports=ue,ue.displayName="erb",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){fe.languages.erb={delimiter:{pattern:/^(\s*)<%=?|%>(?=\s*$)/,lookbehind:!0,alias:"punctuation"},ruby:{pattern:/\s*\S[\s\S]*/,alias:"language-ruby",inside:fe.languages.ruby}},fe.hooks.add("before-tokenize",function(Ce){var oe=/<%=?(?:[^\r\n]|[\r\n](?!=begin)|[\r\n]=begin\s(?:[^\r\n]|[\r\n](?!=end))*[\r\n]=end)+?%>/g;fe.languages["markup-templating"].buildPlaceholders(Ce,"erb",oe)}),fe.hooks.add("after-tokenize",function(Ce){fe.languages["markup-templating"].tokenizePlaceholders(Ce,"erb")})}(pe)}},4502:function(de){"use strict";de.exports=ne,ne.displayName="erlang",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(59803),se=y(93205);de.exports=ue,ue.displayName="etlua",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){fe.languages.etlua={delimiter:{pattern:/^<%[-=]?|-?%>$/,alias:"punctuation"},"language-lua":{pattern:/[\s\S]+/,inside:fe.languages.lua}},fe.hooks.add("before-tokenize",function(Ce){var oe=/<%[\s\S]+?%>/g;fe.languages["markup-templating"].buildPlaceholders(Ce,"etlua",oe)}),fe.hooks.add("after-tokenize",function(Ce){fe.languages["markup-templating"].tokenizePlaceholders(Ce,"etlua")})}(pe)}},34668:function(de){"use strict";de.exports=ne,ne.displayName="excelFormula",ne.aliases=[];function ne(y){y.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:/[[\]();{}|]/},y.languages.xlsx=y.languages.xls=y.languages["excel-formula"]}},95126:function(de){"use strict";de.exports=ne,ne.displayName="factor",ne.aliases=[];function ne(y){(function(ee){var se={function:/\b(?:BUGS?|FIX(?:MES?)?|NOTES?|TODOS?|XX+|HACKS?|WARN(?:ING)?|\?{2,}|!{2,})\b/},ue={number:/\\[^\s']|%\w/},pe={comment:[{pattern:/(^|\s)(?:! .*|!$)/,lookbehind:!0,inside:se},{pattern:/(^|\s)\/\*\s[\s\S]*?\*\/(?=\s|$)/,lookbehind:!0,greedy:!0,inside:se},{pattern:/(^|\s)!\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,inside:se}],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:ue.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:ue},{pattern:/(^|\s)\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:ue}],"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:ue}},fe=function(Te){return(Te+"").replace(/([.?*+\^$\[\]\\(){}|\-])/g,"\\$1")},Ce=function(Te){return new RegExp("(^|\\s)(?:"+Te.map(fe).join("|")+")(?=\\s|$)")},oe={"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(oe).forEach(function(Te){pe[Te].pattern=Ce(oe[Te])});var Ae=["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"];pe.combinators.pattern=Ce(Ae),ee.languages.factor=pe})(y)}},90618:function(de){"use strict";de.exports=ne,ne.displayName="$false",ne.aliases=[];function ne(y){(function(ee){ee.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"}}})(y)}},63128:function(de){"use strict";de.exports=ne,ne.displayName="firestoreSecurityRules",ne.aliases=[];function ne(y){y.languages["firestore-security-rules"]=y.languages.extend("clike",{comment:/\/\/.*/,keyword:/\b(?:allow|function|if|match|null|return|rules_version|service)\b/,operator:/&&|\|\||[<>!=]=?|[-+*/%]|\b(?:in|is)\b/}),delete y.languages["firestore-security-rules"]["class-name"],y.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=ne,ne.displayName="flow",ne.aliases=[];function ne(y){(function(ee){ee.languages.flow=ee.languages.extend("javascript",{}),ee.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|any|mixed|null|void)\b/,alias:"tag"}]}),ee.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 ee.languages.flow.parameter,ee.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(ee.languages.flow.keyword)||(ee.languages.flow.keyword=[ee.languages.flow.keyword]),ee.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})})(y)}},16725:function(de){"use strict";de.exports=ne,ne.displayName="fortran",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="fsharp",ne.aliases=[];function ne(y){y.languages.fsharp=y.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}>?|\??(?:<=|>=|<>|[-+*/%=<>])\??|[!?^&]|~[+~-]|:>|:\?>?/}),y.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"}}}}),y.languages.insertBefore("fsharp","punctuation",{"computation-expression":{pattern:/\b[_a-z]\w*(?=\s*\{)/i,alias:"keyword"}}),y.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:y.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,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="ftl",se.aliases=[];function se(ue){ue.register(ee),function(pe){for(var fe=/[^<()"']|\((?:<expr>)*\)|<(?!#--)|<#--(?:[^-]|-(?!->))*-->|"(?:[^\\"]|\\.)*"|'(?:[^\\']|\\.)*'/.source,Ce=0;Ce<2;Ce++)fe=fe.replace(/<expr>/g,function(){return fe});fe=fe.replace(/<expr>/g,/[^\s\S]/.source);var oe={comment:/<#--[\s\S]*?-->/,string:[{pattern:/\br("|')(?:(?!\1)[^\\]|\\.)*\1/,greedy:!0},{pattern:RegExp(/("|')(?:(?!\1|\$\{)[^\\]|\\.|\$\{(?:(?!\})(?:<expr>))*\})*\1/.source.replace(/<expr>/g,function(){return fe})),greedy:!0,inside:{interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\\\)*)\$\{(?:(?!\})(?:<expr>))*\}/.source.replace(/<expr>/g,function(){return fe})),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:/[,;.:()[\]{}]/};oe.string[1].inside.interpolation.inside.rest=oe,pe.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:oe}}},"ftl-interpolation":{pattern:/^\$\{[\s\S]*\}$/,inside:{punctuation:/^\$\{|\}$/,content:{pattern:/\s*\S[\s\S]*/,alias:"ftl",inside:oe}}}},pe.hooks.add("before-tokenize",function(Ae){var Te=RegExp(/<#--[\s\S]*?-->|<\/?[#@][a-zA-Z](?:<expr>)*?>|\$\{(?:<expr>)*?\}/.source.replace(/<expr>/g,function(){return fe}),"gi");pe.languages["markup-templating"].buildPlaceholders(Ae,"ftl",Te)}),pe.hooks.add("after-tokenize",function(Ae){pe.languages["markup-templating"].tokenizePlaceholders(Ae,"ftl")})}(ue)}},6806:function(de){"use strict";de.exports=ne,ne.displayName="gap",ne.aliases=[];function ne(y){y.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:/[()[\]{},;.:]/},y.languages.gap.shell.inside.gap.inside=y.languages.gap}},12208:function(de){"use strict";de.exports=ne,ne.displayName="gcode",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="gdscript",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="gedcom",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="gherkin",ne.aliases=[];function ne(y){(function(ee){var se=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source;ee.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("("+se+")(?:"+se+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(se),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"}}})(y)}},13600:function(de){"use strict";de.exports=ne,ne.displayName="git",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="glsl",se.aliases=[];function se(ue){ue.register(ee),ue.languages.glsl=ue.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=ne,ne.displayName="gml",ne.aliases=[];function ne(y){y.languages.gamemakerlanguage=y.languages.gml=y.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=ne,ne.displayName="gn",ne.aliases=["gni"];function ne(y){y.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:/[(){}[\],.]/},y.languages.gn["string-literal"].inside.interpolation.inside.expression.inside=y.languages.gn,y.languages.gni=y.languages.gn}},20222:function(de){"use strict";de.exports=ne,ne.displayName="goModule",ne.aliases=[];function ne(y){y.languages["go-mod"]=y.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=ne,ne.displayName="go",ne.aliases=[];function ne(y){y.languages.go=y.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/}),y.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete y.languages.go["class-name"]}},94055:function(de){"use strict";de.exports=ne,ne.displayName="graphql",ne.aliases=[];function ne(y){y.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:y.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+/},y.hooks.add("after-tokenize",function(se){if(se.language!=="graphql")return;var ue=se.tokens.filter(function(b){return typeof b!="string"&&b.type!=="comment"&&b.type!=="scalar"}),pe=0;function fe(b){return ue[pe+b]}function Ce(b,z){z=z||0;for(var E=0;E<b.length;E++){var te=fe(E+z);if(!te||te.type!==b[E])return!1}return!0}function oe(b,z){for(var E=1,te=pe;te<ue.length;te++){var ae=ue[te],le=ae.content;if(ae.type==="punctuation"&&typeof le=="string"){if(b.test(le))E++;else if(z.test(le)&&(E--,E===0))return te}}return-1}function Ae(b,z){var E=b.alias;E?Array.isArray(E)||(b.alias=E=[E]):b.alias=E=[],E.push(z)}for(;pe<ue.length;){var Te=ue[pe++];if(Te.type==="keyword"&&Te.content==="mutation"){var Ie=[];if(Ce(["definition-mutation","punctuation"])&&fe(1).content==="("){pe+=2;var De=oe(/^\($/,/^\)$/);if(De===-1)continue;for(;pe<De;pe++){var Fe=fe(0);Fe.type==="variable"&&(Ae(Fe,"variable-input"),Ie.push(Fe.content))}pe=De+1}if(Ce(["punctuation","property-query"])&&fe(0).content==="{"&&(pe++,Ae(fe(0),"property-mutation"),Ie.length>0)){var Oe=oe(/^\{$/,/^\}$/);if(Oe===-1)continue;for(var me=pe;me<Oe;me++){var a=ue[me];a.type==="variable"&&Ie.indexOf(a.content)>=0&&Ae(a,"variable-input")}}}}})}},43826:function(de){"use strict";de.exports=ne,ne.displayName="groovy",ne.aliases=[];function ne(y){y.languages.groovy=y.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:/\.+|[{}[\];(),:$]/}),y.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment"}}),y.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),y.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),y.hooks.add("wrap",function(ee){if(ee.language==="groovy"&&ee.type==="string"){var se=ee.content.value[0];if(se!="'"){var ue=/([^\\])(?:\$(?:\{.*?\}|[\w.]+))/;se==="$"&&(ue=/([^\$])(?:\$(?:\{.*?\}|[\w.]+))/),ee.content.value=ee.content.value.replace(/</g,"<").replace(/&/g,"&"),ee.content=y.highlight(ee.content.value,{expression:{pattern:ue,lookbehind:!0,inside:y.languages.groovy}}),ee.classes.push(se==="/"?"regex":"gstring")}}})}},29536:function(de,ne,y){"use strict";var ee=y(56939);de.exports=se,se.displayName="haml",se.aliases=[];function se(ue){ue.register(ee),function(pe){pe.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:pe.languages.ruby},{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*\|[\t ]*(?:(?:\r?\n|\r)\2[\t ].*\|[\t ]*)*/,lookbehind:!0,inside:pe.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:pe.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:pe.languages.ruby},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*)(?:"(?:\\.|[^\\"\r\n])*"|[^)\s]+)/,lookbehind:!0},"attr-name":/[\w:-]+(?=\s*!?=|\s*[,)])/,punctuation:/[=(),]/}},{pattern:/\[[^\]]+\]/,inside:pe.languages.ruby}],punctuation:/[<>]/}},code:{pattern:/((?:^|\r?\n|\r)[\t ]*(?:[~-]|[&!]?=)).+/,lookbehind:!0,inside:pe.languages.ruby},interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},ruby:{pattern:/[\s\S]+/,inside:pe.languages.ruby}}},punctuation:{pattern:/((?:^|\r?\n|\r)[\t ]*)[~=\-&!]+/,lookbehind:!0}};for(var fe="((?:^|\\r?\\n|\\r)([\\t ]*)):{{filter_name}}(?:(?:\\r?\\n|\\r)(?:\\2[\\t ].+|\\s*?(?=\\r?\\n|\\r)))+",Ce=["css",{filter:"coffee",language:"coffeescript"},"erb","javascript","less","markdown","ruby","scss","textile"],oe={},Ae=0,Te=Ce.length;Ae<Te;Ae++){var Ie=Ce[Ae];Ie=typeof Ie=="string"?{filter:Ie,language:Ie}:Ie,pe.languages[Ie.language]&&(oe["filter-"+Ie.filter]={pattern:RegExp(fe.replace("{{filter_name}}",function(){return Ie.filter})),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"symbol"},text:{pattern:/[\s\S]+/,alias:[Ie.language,"language-"+Ie.language],inside:pe.languages[Ie.language]}}})}pe.languages.insertBefore("haml","filter",oe)}(ue)}},82834:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="handlebars",se.aliases=["hbs"];function se(ue){ue.register(ee),function(pe){pe.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]+/},pe.hooks.add("before-tokenize",function(fe){var Ce=/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g;pe.languages["markup-templating"].buildPlaceholders(fe,"handlebars",Ce)}),pe.hooks.add("after-tokenize",function(fe){pe.languages["markup-templating"].tokenizePlaceholders(fe,"handlebars")}),pe.languages.hbs=pe.languages.handlebars}(ue)}},58090:function(de){"use strict";de.exports=ne,ne.displayName="haskell",ne.aliases=["hs"];function ne(y){y.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:/[{}[\];(),.:]/},y.languages.hs=y.languages.haskell}},95121:function(de){"use strict";de.exports=ne,ne.displayName="haxe",ne.aliases=[];function ne(y){y.languages.haxe=y.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}|[-+*/%!=&|^])=?|[?:~]/}),y.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:y.languages.haxe}}},string:/[\s\S]+/}}}),y.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:y.languages.regex},"regex-delimiter":/^~\/|\/$/}}}),y.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=ne,ne.displayName="hcl",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="hlsl",se.aliases=[];function se(ue){ue.register(ee),ue.languages.hlsl=ue.languages.extend("c",{"class-name":[ue.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=ne,ne.displayName="hoon",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="hpkp",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="hsts",ne.aliases=[];function ne(y){y.languages.hsts={directive:{pattern:/\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,alias:"property"},operator:/=/,punctuation:/;/}}},49660:function(de){"use strict";de.exports=ne,ne.displayName="http",ne.aliases=[];function ne(y){(function(ee){function se(Ie){return RegExp("(^(?:"+Ie+"):[ ]*(?![ ]))[^]+","i")}ee.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:ee.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:se(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:ee.languages.csp},{pattern:se(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:ee.languages.hpkp},{pattern:se(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:ee.languages.hsts},{pattern:se(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var ue=ee.languages,pe={"application/javascript":ue.javascript,"application/json":ue.json||ue.javascript,"application/xml":ue.xml,"text/xml":ue.xml,"text/html":ue.html,"text/css":ue.css,"text/plain":ue.plain},fe={"application/json":!0,"application/xml":!0};function Ce(Ie){var De=Ie.replace(/^[a-z]+\//,""),Fe="\\w+/(?:[\\w.-]+\\+)+"+De+"(?![+\\w.-])";return"(?:"+Ie+"|"+Fe+")"}var oe;for(var Ae in pe)if(pe[Ae]){oe=oe||{};var Te=fe[Ae]?Ce(Ae):Ae;oe[Ae.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+Te+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:pe[Ae]}}oe&&ee.languages.insertBefore("http","header",oe)})(y)}},30615:function(de){"use strict";de.exports=ne,ne.displayName="ichigojam",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="icon",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="icuMessageFormat",ne.aliases=[];function ne(y){(function(ee){function se(Ae,Te){return Te<=0?/[]/.source:Ae.replace(/<SELF>/g,function(){return se(Ae,Te-1)})}var ue=/'[{}:=,](?:[^']|'')*'(?!')/,pe={pattern:/''/,greedy:!0,alias:"operator"},fe={pattern:ue,greedy:!0,inside:{escape:pe}},Ce=se(/\{(?:[^{}']|'(?![{},'])|''|<STR>|<SELF>)*\}/.source.replace(/<STR>/g,function(){return ue.source}),8),oe={pattern:RegExp(Ce),inside:{message:{pattern:/^(\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:null},"message-delimiter":{pattern:/./,alias:"punctuation"}}};ee.languages["icu-message-format"]={argument:{pattern:RegExp(Ce),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":oe,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":oe,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+se(/(?:[^{}']|'[^']*'|\{(?:<SELF>)?\})+/.source,8)+"$"),lookbehind:!0,alias:"string"},punctuation:/,/}},"argument-delimiter":{pattern:/./,alias:"operator"}}},escape:pe,string:fe},oe.inside.message.inside=ee.languages["icu-message-format"],ee.languages["icu-message-format"].argument.inside.content.inside["choice-style"].inside.rest=ee.languages["icu-message-format"]})(y)}},91178:function(de,ne,y){"use strict";var ee=y(58090);de.exports=se,se.displayName="idris",se.aliases=["idr"];function se(ue){ue.register(ee),ue.languages.idris=ue.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}),ue.languages.insertBefore("idris","keyword",{"import-statement":{pattern:/(^\s*import\s+)(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*/m,lookbehind:!0,inside:{punctuation:/\./}}}),ue.languages.idr=ue.languages.idris}},40011:function(de){"use strict";de.exports=ne,ne.displayName="iecst",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="ignore",ne.aliases=["gitignore","hgignore","npmignore"];function ne(y){(function(ee){ee.languages.ignore={comment:/^#.*/m,entry:{pattern:/\S(?:.*(?:(?:\\ )|\S))?/,alias:"string",inside:{operator:/^!|\*\*?|\?/,regex:{pattern:/(^|[^\\])\[[^\[\]]*\]/,lookbehind:!0},punctuation:/\//}}},ee.languages.gitignore=ee.languages.ignore,ee.languages.hgignore=ee.languages.ignore,ee.languages.npmignore=ee.languages.ignore})(y)}},65175:function(de){"use strict";de.exports=ne,ne.displayName="inform7",ne.aliases=[];function ne(y){y.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:/[.,:;(){}]/},y.languages.inform7.string.inside.substitution.inside.rest=y.languages.inform7,y.languages.inform7.string.inside.substitution.inside.rest.text={pattern:/\S(?:\s*\S)*/,alias:"comment"}}},14970:function(de){"use strict";de.exports=ne,ne.displayName="ini",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="io",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="j",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="java",ne.aliases=[];function ne(y){(function(ee){var se=/\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/,ue=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,pe={pattern:RegExp(ue+/[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:/\./}};ee.languages.java=ee.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[pe,{pattern:RegExp(ue+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:pe.inside}],keyword:se,function:[ee.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}}),ee.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),ee.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":pe,keyword:se,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 se.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(y)}},36553:function(de,ne,y){"use strict";var ee=y(15909),se=y(9858);de.exports=ue,ue.displayName="javadoc",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){var Ce=/(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m,oe=/#\s*\w+(?:\s*\([^()]*\))?/.source,Ae=/(?:\b[a-zA-Z]\w+\s*\.\s*)*\b[A-Z]\w*(?:\s*<mem>)?|<mem>/.source.replace(/<mem>/g,function(){return oe});fe.languages.javadoc=fe.languages.extend("javadoclike",{}),fe.languages.insertBefore("javadoc","keyword",{reference:{pattern:RegExp(/(@(?:exception|link|linkplain|see|throws|value)\s+(?:\*\s*)?)/.source+"(?:"+Ae+")"),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:fe.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:Ce,lookbehind:!0,inside:fe.languages.java,alias:"language-java"}}},{pattern:/(<(code|pre|tt)>(?!<code>)\s*)\S(?:\S|\s+\S)*?(?=\s*<\/\2>)/,lookbehind:!0,inside:{line:{pattern:Ce,lookbehind:!0,inside:{tag:fe.languages.markup.tag,entity:fe.languages.markup.entity,code:{pattern:/.+/,inside:fe.languages.java,alias:"language-java"}}}}}],tag:fe.languages.markup.tag,entity:fe.languages.markup.entity}),fe.languages.javadoclike.addSupport("java",fe.languages.javadoc)}(pe)}},9858:function(de){"use strict";de.exports=ne,ne.displayName="javadoclike",ne.aliases=[];function ne(y){(function(ee){var se=ee.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 ue(fe,Ce){var oe="doc-comment",Ae=ee.languages[fe];if(Ae){var Te=Ae[oe];if(!Te){var Ie={};Ie[oe]={pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"},Ae=ee.languages.insertBefore(fe,"comment",Ie),Te=Ae[oe]}if(Te instanceof RegExp&&(Te=Ae[oe]={pattern:Te}),Array.isArray(Te))for(var De=0,Fe=Te.length;De<Fe;De++)Te[De]instanceof RegExp&&(Te[De]={pattern:Te[De]}),Ce(Te[De]);else Ce(Te)}}function pe(fe,Ce){typeof fe=="string"&&(fe=[fe]),fe.forEach(function(oe){ue(oe,function(Ae){Ae.inside||(Ae.inside={}),Ae.inside.rest=Ce})})}Object.defineProperty(se,"addSupport",{value:pe}),se.addSupport(["java","javascript","php"],se)})(y)}},36155:function(de){"use strict";de.exports=ne,ne.displayName="javascript",ne.aliases=["js"];function ne(y){y.languages.javascript=y.languages.extend("clike",{"class-name":[y.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}|\?\?=?|\?\.?|[~:]/}),y.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,y.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:y.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:y.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:y.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:y.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:y.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),y.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:y.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"}}),y.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),y.languages.markup&&(y.languages.markup.tag.addInlined("script","javascript"),y.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")),y.languages.js=y.languages.javascript}},11223:function(de){"use strict";de.exports=ne,ne.displayName="javastacktrace",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="jexl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="jolie",ne.aliases=[];function ne(y){y.languages.jolie=y.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/}),y.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=ne,ne.displayName="jq",ne.aliases=[];function ne(y){(function(ee){var se=/\\\((?:[^()]|\([^()]*\))*\)/.source,ue=RegExp(/(^|[^\\])"(?:[^"\r\n\\]|\\[^\r\n(]|__)*"/.source.replace(/__/g,function(){return se})),pe={interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+se),lookbehind:!0,inside:{content:{pattern:/^(\\\()[\s\S]+(?=\)$)/,lookbehind:!0,inside:null},punctuation:/^\\\(|\)$/}}},fe=ee.languages.jq={comment:/#.*/,property:{pattern:RegExp(ue.source+/(?=\s*:(?!:))/.source),lookbehind:!0,greedy:!0,inside:pe},string:{pattern:ue,lookbehind:!0,greedy:!0,inside:pe},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"}};pe.interpolation.inside.content.inside=fe})(y)}},46155:function(de){"use strict";de.exports=ne,ne.displayName="jsExtras",ne.aliases=[];function ne(y){(function(ee){ee.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+ee.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),ee.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+ee.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),ee.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 se(Ae,Te){return RegExp(Ae.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),Te)}ee.languages.insertBefore("javascript","keyword",{imports:{pattern:se(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:ee.languages.javascript},exports:{pattern:se(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:ee.languages.javascript}}),ee.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"}),ee.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),ee.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:se(/(\.\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 ue=["function","function-variable","method","method-variable","property-access"],pe=0;pe<ue.length;pe++){var fe=ue[pe],Ce=ee.languages.javascript[fe];ee.util.type(Ce)==="RegExp"&&(Ce=ee.languages.javascript[fe]={pattern:Ce});var oe=Ce.inside||{};Ce.inside=oe,oe["maybe-class-name"]=/^[A-Z][\s\S]*/}})(y)}},47359:function(de){"use strict";de.exports=ne,ne.displayName="jsTemplates",ne.aliases=[];function ne(y){(function(ee){var se=ee.languages.javascript["template-string"],ue=se.pattern.source,pe=se.inside.interpolation,fe=pe.inside["interpolation-punctuation"],Ce=pe.pattern.source;function oe(me,a){if(ee.languages[me])return{pattern:RegExp("((?:"+a+")\\s*)"+ue),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:me}}}}ee.languages.javascript["template-string"]=[oe("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),oe("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),oe("svg",/\bsvg/.source),oe("markdown",/\b(?:markdown|md)/.source),oe("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),oe("sql",/\bsql/.source),se].filter(Boolean);function Ae(me,a){return"___"+a.toUpperCase()+"_"+me+"___"}function Te(me,a,b){var z={code:me,grammar:a,language:b};return ee.hooks.run("before-tokenize",z),z.tokens=ee.tokenize(z.code,z.grammar),ee.hooks.run("after-tokenize",z),z.tokens}function Ie(me){var a={};a["interpolation-punctuation"]=fe;var b=ee.tokenize(me,a);if(b.length===3){var z=[1,1];z.push.apply(z,Te(b[1],ee.languages.javascript,"javascript")),b.splice.apply(b,z)}return new ee.Token("interpolation",b,pe.alias,me)}function De(me,a,b){var z=ee.tokenize(me,{interpolation:{pattern:RegExp(Ce),lookbehind:!0}}),E=0,te={},ae=z.map(function(ye){if(typeof ye=="string")return ye;for(var Pe=ye.content,Me;me.indexOf(Me=Ae(E++,b))!==-1;);return te[Me]=Pe,Me}).join(""),le=Te(ae,a,b),ce=Object.keys(te);E=0;function he(ye){for(var Pe=0;Pe<ye.length;Pe++){if(E>=ce.length)return;var Me=ye[Pe];if(typeof Me=="string"||typeof Me.content=="string"){var Be=ce[E],Ze=typeof Me=="string"?Me:Me.content,Le=Ze.indexOf(Be);if(Le!==-1){++E;var bt=Ze.substring(0,Le),xt=Ie(te[Be]),Sn=Ze.substring(Le+Be.length),Ct=[];if(bt&&Ct.push(bt),Ct.push(xt),Sn){var St=[Sn];he(St),Ct.push.apply(Ct,St)}typeof Me=="string"?(ye.splice.apply(ye,[Pe,1].concat(Ct)),Pe+=Ct.length-1):Me.content=Ct}}else{var Ht=Me.content;Array.isArray(Ht)?he(Ht):he([Ht])}}}return he(le),new ee.Token(b,le,"language-"+b,me)}var Fe={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};ee.hooks.add("after-tokenize",function(me){if(!(me.language in Fe))return;function a(b){for(var z=0,E=b.length;z<E;z++){var te=b[z];if(typeof te!="string"){var ae=te.content;if(!Array.isArray(ae)){typeof ae!="string"&&a([ae]);continue}if(te.type==="template-string"){var le=ae[1];if(ae.length===3&&typeof le!="string"&&le.type==="embedded-code"){var ce=Oe(le),he=le.alias,ye=Array.isArray(he)?he[0]:he,Pe=ee.languages[ye];if(!Pe)continue;ae[1]=De(ce,Pe,ye)}}else a(ae)}}}a(me.tokens)});function Oe(me){return typeof me=="string"?me:Array.isArray(me)?me.map(Oe).join(""):Oe(me.content)}})(y)}},25319:function(de,ne,y){"use strict";var ee=y(9858),se=y(4979);de.exports=ue,ue.displayName="jsdoc",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){var Ce=fe.languages.javascript,oe=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,Ae="(@(?:arg|argument|param|property)\\s+(?:"+oe+"\\s+)?)";fe.languages.jsdoc=fe.languages.extend("javadoclike",{parameter:{pattern:RegExp(Ae+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),fe.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(Ae+/\[(?:(?!\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:Ce,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 oe})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+oe),lookbehind:!0,inside:{string:Ce.string,number:Ce.number,boolean:Ce.boolean,keyword:fe.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:Ce,alias:"language-javascript"}}}}),fe.languages.javadoclike.addSupport("javascript",fe.languages.jsdoc)}(pe)}},45950:function(de){"use strict";de.exports=ne,ne.displayName="json",ne.aliases=["webmanifest"];function ne(y){y.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"}},y.languages.webmanifest=y.languages.json}},50235:function(de,ne,y){"use strict";var ee=y(45950);de.exports=se,se.displayName="json5",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=/("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/;pe.languages.json5=pe.languages.extend("json",{property:[{pattern:RegExp(fe.source+"(?=\\s*:)"),greedy:!0},{pattern:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/,alias:"unquoted"}],string:{pattern:fe,greedy:!0},number:/[+-]?\b(?:NaN|Infinity|0x[a-fA-F\d]+)\b|[+-]?(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+\b)?/})}(ue)}},80963:function(de,ne,y){"use strict";var ee=y(45950);de.exports=se,se.displayName="jsonp",se.aliases=[];function se(ue){ue.register(ee),ue.languages.jsonp=ue.languages.extend("json",{punctuation:/[{}[\]();,.]/}),ue.languages.insertBefore("jsonp","punctuation",{function:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/})}},79358:function(de){"use strict";de.exports=ne,ne.displayName="jsstacktrace",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="jsx",ne.aliases=[];function ne(y){(function(ee){var se=ee.util.clone(ee.languages.javascript),ue=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,pe=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,fe=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function Ce(Te,Ie){return Te=Te.replace(/<S>/g,function(){return ue}).replace(/<BRACES>/g,function(){return pe}).replace(/<SPREAD>/g,function(){return fe}),RegExp(Te,Ie)}fe=Ce(fe).source,ee.languages.jsx=ee.languages.extend("markup",se),ee.languages.jsx.tag.pattern=Ce(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),ee.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,ee.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,ee.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,ee.languages.jsx.tag.inside.comment=se.comment,ee.languages.insertBefore("inside","attr-name",{spread:{pattern:Ce(/<SPREAD>/.source),inside:ee.languages.jsx}},ee.languages.jsx.tag),ee.languages.insertBefore("inside","special-attr",{script:{pattern:Ce(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:ee.languages.jsx}}},ee.languages.jsx.tag);var oe=function(Te){return Te?typeof Te=="string"?Te:typeof Te.content=="string"?Te.content:Te.content.map(oe).join(""):""},Ae=function(Te){for(var Ie=[],De=0;De<Te.length;De++){var Fe=Te[De],Oe=!1;if(typeof Fe!="string"&&(Fe.type==="tag"&&Fe.content[0]&&Fe.content[0].type==="tag"?Fe.content[0].content[0].content==="</"?Ie.length>0&&Ie[Ie.length-1].tagName===oe(Fe.content[0].content[1])&&Ie.pop():Fe.content[Fe.content.length-1].content==="/>"||Ie.push({tagName:oe(Fe.content[0].content[1]),openedBraces:0}):Ie.length>0&&Fe.type==="punctuation"&&Fe.content==="{"?Ie[Ie.length-1].openedBraces++:Ie.length>0&&Ie[Ie.length-1].openedBraces>0&&Fe.type==="punctuation"&&Fe.content==="}"?Ie[Ie.length-1].openedBraces--:Oe=!0),(Oe||typeof Fe=="string")&&Ie.length>0&&Ie[Ie.length-1].openedBraces===0){var me=oe(Fe);De<Te.length-1&&(typeof Te[De+1]=="string"||Te[De+1].type==="plain-text")&&(me+=oe(Te[De+1]),Te.splice(De+1,1)),De>0&&(typeof Te[De-1]=="string"||Te[De-1].type==="plain-text")&&(me=oe(Te[De-1])+me,Te.splice(De-1,1),De--),Te[De]=new ee.Token("plain-text",me,null,me)}Fe.content&&typeof Fe.content!="string"&&Ae(Fe.content)}};ee.hooks.add("after-tokenize",function(Te){Te.language!=="jsx"&&Te.language!=="tsx"||Ae(Te.tokens)})})(y)}},39259:function(de){"use strict";de.exports=ne,ne.displayName="julia",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="keepalived",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="keyman",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="kotlin",ne.aliases=["kt","kts"];function ne(y){(function(ee){ee.languages.kotlin=ee.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 ee.languages.kotlin["class-name"];var se={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:ee.languages.kotlin}};ee.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:se},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:se},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete ee.languages.kotlin.string,ee.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),ee.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),ee.languages.kt=ee.languages.kotlin,ee.languages.kts=ee.languages.kotlin})(y)}},27614:function(de){"use strict";de.exports=ne,ne.displayName="kumir",ne.aliases=["kum"];function ne(y){(function(ee){var se=/\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source;function ue(pe,fe){return RegExp(pe.replace(/<nonId>/g,se),fe)}ee.languages.kumir={comment:{pattern:/\|.*/},prolog:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^\n\r"]*"|'[^\n\r']*'/,greedy:!0},boolean:{pattern:ue(/(^|[<nonId>])(?:да|нет)(?=[<nonId>]|$)/.source),lookbehind:!0},"operator-word":{pattern:ue(/(^|[<nonId>])(?:и|или|не)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},"system-variable":{pattern:ue(/(^|[<nonId>])знач(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},type:[{pattern:ue(/(^|[<nonId>])(?:вещ|лит|лог|сим|цел)(?:\x20*таб)?(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"builtin"},{pattern:ue(/(^|[<nonId>])(?:компл|сканкод|файл|цвет)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"important"}],keyword:{pattern:ue(/(^|[<nonId>])(?:алг|арг(?:\x20*рез)?|ввод|ВКЛЮЧИТЬ|вс[её]|выбор|вывод|выход|дано|для|до|дс|если|иначе|исп|использовать|кон(?:(?:\x20+|_)исп)?|кц(?:(?:\x20+|_)при)?|надо|нач|нс|нц|от|пауза|пока|при|раза?|рез|стоп|таб|то|утв|шаг)(?=[<nonId>]|$)/.source),lookbehind:!0},name:{pattern:ue(/(^|[<nonId>])[^\d<nonId>][^<nonId>]*(?:\x20+[^<nonId>]+)*(?=[<nonId>]|$)/.source),lookbehind:!0},number:{pattern:ue(/(^|[<nonId>])(?:\B\$[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)(?=[<nonId>]|$)/.source,"i"),lookbehind:!0},punctuation:/:=|[(),:;\[\]]/,"operator-char":{pattern:/\*\*?|<[=>]?|>=?|[-+/=]/,alias:"operator"}},ee.languages.kum=ee.languages.kumir})(y)}},82819:function(de){"use strict";de.exports=ne,ne.displayName="kusto",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="latex",ne.aliases=["tex","context"];function ne(y){(function(ee){var se=/\\(?:[^a-z()[\]]|[a-z*]+)/i,ue={"equation-command":{pattern:se,alias:"regex"}};ee.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:ue,alias:"string"},{pattern:/(\\begin\{((?:align|eqnarray|equation|gather|math|multline)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0,inside:ue,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:se,alias:"selector"},punctuation:/[[\]{}&]/},ee.languages.tex=ee.languages.latex,ee.languages.context=ee.languages.latex})(y)}},2980:function(de,ne,y){"use strict";var ee=y(93205),se=y(88262);de.exports=ue,ue.displayName="latte",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){fe.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:fe.languages.php}};var Ce=fe.languages.extend("markup",{});fe.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:fe.languages.php}}}}}},Ce.tag),fe.hooks.add("before-tokenize",function(oe){if(oe.language==="latte"){var Ae=/\{\*[\s\S]*?\*\}|\{[^'"\s{}*](?:[^"'/{}]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|\/\*(?:[^*]|\*(?!\/))*\*\/)*\}/g;fe.languages["markup-templating"].buildPlaceholders(oe,"latte",Ae),oe.grammar=Ce}}),fe.hooks.add("after-tokenize",function(oe){fe.languages["markup-templating"].tokenizePlaceholders(oe,"latte")})}(pe)}},41701:function(de){"use strict";de.exports=ne,ne.displayName="less",ne.aliases=[];function ne(y){y.languages.less=y.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:/[+\-*\/]/}),y.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})}},42491:function(de,ne,y){"use strict";var ee=y(9997);de.exports=se,se.displayName="lilypond",se.aliases=[];function se(ue){ue.register(ee),function(pe){for(var fe=/\((?:[^();"#\\]|\\[\s\S]|;.*(?!.)|"(?:[^"\\]|\\.)*"|#(?:\{(?:(?!#\})[\s\S])*#\}|[^{])|<expr>)*\)/.source,Ce=5,oe=0;oe<Ce;oe++)fe=fe.replace(/<expr>/g,function(){return fe});fe=fe.replace(/<expr>/g,/[^\s\S]/.source);var Ae=pe.languages.lilypond={comment:/%(?:(?!\{).*|\{[\s\S]*?%\})/,"embedded-scheme":{pattern:RegExp(/(^|[=\s])#(?:"(?:[^"\\]|\\.)*"|[^\s()"]*(?:[^\s()]|<expr>))/.source.replace(/<expr>/g,function(){return fe}),"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:pe.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/};Ae["embedded-scheme"].inside.scheme.inside["embedded-lilypond"].inside.lilypond.inside=Ae,pe.languages.ly=Ae}(ue)}},34927:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="liquid",se.aliases=[];function se(ue){ue.register(ee),ue.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"}},ue.hooks.add("before-tokenize",function(pe){var fe=/\{%\s*comment\s*%\}[\s\S]*?\{%\s*endcomment\s*%\}|\{(?:%[\s\S]*?%|\{\{[\s\S]*?\}\}|\{[\s\S]*?\})\}/g,Ce=!1;ue.languages["markup-templating"].buildPlaceholders(pe,"liquid",fe,function(oe){var Ae=/^\{%-?\s*(\w+)/.exec(oe);if(Ae){var Te=Ae[1];if(Te==="raw"&&!Ce)return Ce=!0,!0;if(Te==="endraw")return Ce=!1,!0}return!Ce})}),ue.hooks.add("after-tokenize",function(pe){ue.languages["markup-templating"].tokenizePlaceholders(pe,"liquid")})}},3848:function(de){"use strict";de.exports=ne,ne.displayName="lisp",ne.aliases=[];function ne(y){(function(ee){function se(me){return RegExp(/(\()/.source+"(?:"+me+")"+/(?=[\s\)])/.source)}function ue(me){return RegExp(/([\s([])/.source+"(?:"+me+")"+/(?=[\s)])/.source)}var pe=/(?!\d)[-+*/~!@$%^=<>{}\w]+/.source,fe="&"+pe,Ce="(\\()",oe="(?=\\))",Ae="(?=\\s)",Te=/(?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\))*\))*\))*/.source,Ie={heading:{pattern:/;;;.*/,alias:["comment","title"]},comment:/;.*/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0,inside:{argument:/[-A-Z]+(?=[.,\s])/,symbol:RegExp("`"+pe+"'")}},"quoted-symbol":{pattern:RegExp("#?'"+pe),alias:["variable","symbol"]},"lisp-property":{pattern:RegExp(":"+pe),alias:"property"},splice:{pattern:RegExp(",@?"+pe),alias:["symbol","variable"]},keyword:[{pattern:RegExp(Ce+"(?:and|(?:cl-)?letf|cl-loop|cond|cons|error|if|(?:lexical-)?let\\*?|message|not|null|or|provide|require|setq|unless|use-package|when|while)"+Ae),lookbehind:!0},{pattern:RegExp(Ce+"(?:append|by|collect|concat|do|finally|for|in|return)"+Ae),lookbehind:!0}],declare:{pattern:se(/declare/.source),lookbehind:!0,alias:"keyword"},interactive:{pattern:se(/interactive/.source),lookbehind:!0,alias:"keyword"},boolean:{pattern:ue(/nil|t/.source),lookbehind:!0},number:{pattern:ue(/[-+]?\d+(?:\.\d*)?/.source),lookbehind:!0},defvar:{pattern:RegExp(Ce+"def(?:const|custom|group|var)\\s+"+pe),lookbehind:!0,inside:{keyword:/^def[a-z]+/,variable:RegExp(pe)}},defun:{pattern:RegExp(Ce+/(?:cl-)?(?:defmacro|defun\*?)\s+/.source+pe+/\s+\(/.source+Te+/\)/.source),lookbehind:!0,greedy:!0,inside:{keyword:/^(?:cl-)?def\S+/,arguments:null,function:{pattern:RegExp("(^\\s)"+pe),lookbehind:!0},punctuation:/[()]/}},lambda:{pattern:RegExp(Ce+"lambda\\s+\\(\\s*(?:&?"+pe+"(?:\\s+&?"+pe+")*\\s*)?\\)"),lookbehind:!0,greedy:!0,inside:{keyword:/^lambda/,arguments:null,punctuation:/[()]/}},car:{pattern:RegExp(Ce+pe),lookbehind:!0},punctuation:[/(?:['`,]?\(|[)\[\]])/,{pattern:/(\s)\.(?=\s)/,lookbehind:!0}]},De={"lisp-marker":RegExp(fe),varform:{pattern:RegExp(/\(/.source+pe+/\s+(?=\S)/.source+Te+/\)/.source),inside:Ie},argument:{pattern:RegExp(/(^|[\s(])/.source+pe),lookbehind:!0,alias:"variable"},rest:Ie},Fe="\\S+(?:\\s+\\S+)*",Oe={pattern:RegExp(Ce+Te+oe),lookbehind:!0,inside:{"rest-vars":{pattern:RegExp("&(?:body|rest)\\s+"+Fe),inside:De},"other-marker-vars":{pattern:RegExp("&(?:aux|optional)\\s+"+Fe),inside:De},keys:{pattern:RegExp("&key\\s+"+Fe+"(?:\\s+&allow-other-keys)?"),inside:De},argument:{pattern:RegExp(pe),alias:"variable"},punctuation:/[()]/}};Ie.lambda.inside.arguments=Oe,Ie.defun.inside.arguments=ee.util.clone(Oe),Ie.defun.inside.arguments.inside.sublist=Oe,ee.languages.lisp=Ie,ee.languages.elisp=Ie,ee.languages.emacs=Ie,ee.languages["emacs-lisp"]=Ie})(y)}},41469:function(de){"use strict";de.exports=ne,ne.displayName="livescript",ne.aliases=[];function ne(y){y.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:/[(){}\[\]|.,:;`]/},y.languages.livescript["interpolated-string"].inside.interpolation.inside.rest=y.languages.livescript}},73070:function(de){"use strict";de.exports=ne,ne.displayName="llvm",ne.aliases=[];function ne(y){(function(ee){ee.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:/[{}[\];(),.!*=<>]/}})(y)}},35049:function(de){"use strict";de.exports=ne,ne.displayName="log",ne.aliases=[];function ne(y){y.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:y.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=ne,ne.displayName="lolcode",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="lua",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="magma",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="makefile",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="markdown",ne.aliases=["md"];function ne(y){(function(ee){var se=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function ue(De){return De=De.replace(/<inner>/g,function(){return se}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+De+")")}var pe=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,fe=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return pe}),Ce=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;ee.languages.markdown=ee.languages.extend("markup",{}),ee.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:ee.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+fe+Ce+"(?:"+fe+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+fe+Ce+")(?:"+fe+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(pe),inside:ee.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+fe+")"+Ce+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+fe+"$"),inside:{"table-header":{pattern:RegExp(pe),alias:"important",inside:ee.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:ue(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:ue(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:ue(/(~~?)(?:(?!~)<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:ue(/!?\[(?:(?!\])<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(De){["url","bold","italic","strike","code-snippet"].forEach(function(Fe){De!==Fe&&(ee.languages.markdown[De].inside.content.inside[Fe]=ee.languages.markdown[Fe])})}),ee.hooks.add("after-tokenize",function(De){if(De.language!=="markdown"&&De.language!=="md")return;function Fe(Oe){if(!(!Oe||typeof Oe=="string"))for(var me=0,a=Oe.length;me<a;me++){var b=Oe[me];if(b.type!=="code"){Fe(b.content);continue}var z=b.content[1],E=b.content[3];if(z&&E&&z.type==="code-language"&&E.type==="code-block"&&typeof z.content=="string"){var te=z.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");te=(/[a-z][\w-]*/i.exec(te)||[""])[0].toLowerCase();var ae="language-"+te;E.alias?typeof E.alias=="string"?E.alias=[E.alias,ae]:E.alias.push(ae):E.alias=[ae]}}}Fe(De.tokens)}),ee.hooks.add("wrap",function(De){if(De.type==="code-block"){for(var Fe="",Oe=0,me=De.classes.length;Oe<me;Oe++){var a=De.classes[Oe],b=/language-(.+)/.exec(a);if(b){Fe=b[1];break}}var z=ee.languages[Fe];if(z)De.content=ee.highlight(Ie(De.content.value),z,Fe);else if(Fe&&Fe!=="none"&&ee.plugins.autoloader){var E="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);De.attributes.id=E,ee.plugins.autoloader.loadLanguages(Fe,function(){var te=document.getElementById(E);te&&(te.innerHTML=ee.highlight(te.textContent,ee.languages[Fe],Fe))})}}});var oe=RegExp(ee.languages.markup.tag.pattern.source,"gi"),Ae={amp:"&",lt:"<",gt:">",quot:'"'},Te=String.fromCodePoint||String.fromCharCode;function Ie(De){var Fe=De.replace(oe,"");return Fe=Fe.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(Oe,me){if(me=me.toLowerCase(),me[0]==="#"){var a;return me[1]==="x"?a=parseInt(me.slice(2),16):a=Number(me.slice(1)),Te(a)}else{var b=Ae[me];return b||Oe}}),Fe}ee.languages.md=ee.languages.markdown})(y)}},93205:function(de){"use strict";de.exports=ne,ne.displayName="markupTemplating",ne.aliases=[];function ne(y){(function(ee){function se(ue,pe){return"___"+ue.toUpperCase()+pe+"___"}Object.defineProperties(ee.languages["markup-templating"]={},{buildPlaceholders:{value:function(ue,pe,fe,Ce){if(ue.language===pe){var oe=ue.tokenStack=[];ue.code=ue.code.replace(fe,function(Ae){if(typeof Ce=="function"&&!Ce(Ae))return Ae;for(var Te=oe.length,Ie;ue.code.indexOf(Ie=se(pe,Te))!==-1;)++Te;return oe[Te]=Ae,Ie}),ue.grammar=ee.languages.markup}}},tokenizePlaceholders:{value:function(ue,pe){if(ue.language!==pe||!ue.tokenStack)return;ue.grammar=ee.languages[pe];var fe=0,Ce=Object.keys(ue.tokenStack);function oe(Ae){for(var Te=0;Te<Ae.length&&!(fe>=Ce.length);Te++){var Ie=Ae[Te];if(typeof Ie=="string"||Ie.content&&typeof Ie.content=="string"){var De=Ce[fe],Fe=ue.tokenStack[De],Oe=typeof Ie=="string"?Ie:Ie.content,me=se(pe,De),a=Oe.indexOf(me);if(a>-1){++fe;var b=Oe.substring(0,a),z=new ee.Token(pe,ee.tokenize(Fe,ue.grammar),"language-"+pe,Fe),E=Oe.substring(a+me.length),te=[];b&&te.push.apply(te,oe([b])),te.push(z),E&&te.push.apply(te,oe([E])),typeof Ie=="string"?Ae.splice.apply(Ae,[Te,1].concat(te)):Ie.content=te}}else Ie.content&&oe(Ie.content)}return Ae}oe(ue.tokens)}}})})(y)}},2717:function(de){"use strict";de.exports=ne,ne.displayName="markup",ne.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function ne(y){y.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]},y.languages.markup.tag.inside["attr-value"].inside.entity=y.languages.markup.entity,y.languages.markup.doctype.inside["internal-subset"].inside=y.languages.markup,y.hooks.add("wrap",function(ee){ee.type==="entity"&&(ee.attributes.title=ee.content.value.replace(/&/,"&"))}),Object.defineProperty(y.languages.markup.tag,"addInlined",{value:function(se,ue){var pe={};pe["language-"+ue]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:y.languages[ue]},pe.cdata=/^<!\[CDATA\[|\]\]>$/i;var fe={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:pe}};fe["language-"+ue]={pattern:/[\s\S]+/,inside:y.languages[ue]};var Ce={};Ce[se]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return se}),"i"),lookbehind:!0,greedy:!0,inside:fe},y.languages.insertBefore("markup","cdata",Ce)}}),Object.defineProperty(y.languages.markup.tag,"addAttribute",{value:function(ee,se){y.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+ee+")"+/\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:[se,"language-"+se],inside:y.languages[se]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),y.languages.html=y.languages.markup,y.languages.mathml=y.languages.markup,y.languages.svg=y.languages.markup,y.languages.xml=y.languages.extend("markup",{}),y.languages.ssml=y.languages.xml,y.languages.atom=y.languages.xml,y.languages.rss=y.languages.xml}},27992:function(de){"use strict";de.exports=ne,ne.displayName="matlab",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="maxscript",ne.aliases=[];function ne(y){(function(ee){var se=/\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;ee.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)+")[ ]*)(?!"+se.source+")"+/[a-z_]\w*\b/.source+"(?=[ ]*(?:"+("(?!"+se.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:se,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}})(y)}},606:function(de){"use strict";de.exports=ne,ne.displayName="mel",ne.aliases=[];function ne(y){y.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:/<<|>>|[.,:;?\[\](){}]/},y.languages.mel.code.inside.rest=y.languages.mel}},68582:function(de){"use strict";de.exports=ne,ne.displayName="mermaid",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="mizar",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="mongodb",ne.aliases=[];function ne(y){(function(ee){var se=["$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"],ue=["ObjectId","Code","BinData","DBRef","Timestamp","NumberLong","NumberDecimal","MaxKey","MinKey","RegExp","ISODate","UUID"];se=se.map(function(fe){return fe.replace("$","\\$")});var pe="(?:"+se.join("|")+")\\b";ee.languages.mongodb=ee.languages.extend("javascript",{}),ee.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(`^(['"])?`+pe+"(?:\\1)?$")}}}),ee.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}},ee.languages.insertBefore("mongodb","constant",{builtin:{pattern:RegExp("\\b(?:"+ue.join("|")+")\\b"),alias:"keyword"}})})(y)}},95721:function(de){"use strict";de.exports=ne,ne.displayName="monkey",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="moonscript",ne.aliases=["moon"];function ne(y){y.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:/[.,()[\]{}\\]/},y.languages.moonscript.string[1].inside.interpolation.inside.moonscript.inside=y.languages.moonscript,y.languages.moon=y.languages.moonscript}},18190:function(de){"use strict";de.exports=ne,ne.displayName="n1ql",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="n4js",ne.aliases=["n4jsd"];function ne(y){y.languages.n4js=y.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/}),y.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),y.languages.n4jsd=y.languages.n4js}},42242:function(de){"use strict";de.exports=ne,ne.displayName="nand2tetrisHdl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="naniscript",ne.aliases=[];function ne(y){(function(ee){var se=/\{[^\r\n\[\]{}]*\}/,ue={"quoted-string":{pattern:/"(?:[^"\\]|\\.)*"/,alias:"operator"},"command-param-id":{pattern:/(\s)\w+:/,lookbehind:!0,alias:"property"},"command-param-value":[{pattern:se,alias:"selector"},{pattern:/([\t ])\S+/,lookbehind:!0,greedy:!0,alias:"operator"},{pattern:/\S(?:.*\S)?/,alias:"operator"}]};ee.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:se,greedy:!0,alias:"selector"},"command-params":{pattern:/\s*\S[\s\S]*/,inside:ue}}},"generic-text":{pattern:/(^[ \t]*)[^#@>;\s].*/m,lookbehind:!0,alias:"punctuation",inside:{"escaped-char":/\\[{}\[\]"]/,expression:{pattern:se,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:ue},"command-param-name":{pattern:/^(\[[\t ]*)\w+/,lookbehind:!0,alias:"name"},"start-stop-char":/[\[\]]/}}}}},ee.languages.nani=ee.languages.naniscript,ee.hooks.add("after-tokenize",function(Ce){var oe=Ce.tokens;oe.forEach(function(Ae){if(typeof Ae!="string"&&Ae.type==="generic-text"){var Te=fe(Ae);pe(Te)||(Ae.type="bad-line",Ae.content=Te)}})});function pe(Ce){for(var oe="[]{}",Ae=[],Te=0;Te<Ce.length;Te++){var Ie=Ce[Te],De=oe.indexOf(Ie);if(De!==-1){if(De%2===0)Ae.push(De+1);else if(Ae.pop()!==De)return!1}}return Ae.length===0}function fe(Ce){return typeof Ce=="string"?Ce:Array.isArray(Ce)?Ce.map(fe).join(""):fe(Ce.content)}})(y)}},293:function(de){"use strict";de.exports=ne,ne.displayName="nasm",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="neon",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="nevod",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="nginx",ne.aliases=[];function ne(y){(function(ee){var se=/\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i;ee.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:se}},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:se}},punctuation:/[{};]/}})(y)}},44188:function(de){"use strict";de.exports=ne,ne.displayName="nim",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="nix",ne.aliases=[];function ne(y){y.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:/[{}()[\].,:;]/},y.languages.nix.string.inside.interpolation.inside=y.languages.nix}},88447:function(de){"use strict";de.exports=ne,ne.displayName="nsis",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="objectivec",se.aliases=["objc"];function se(ue){ue.register(ee),ue.languages.objectivec=ue.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 ue.languages.objectivec["class-name"],ue.languages.objc=ue.languages.objectivec}},33607:function(de){"use strict";de.exports=ne,ne.displayName="ocaml",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(65806);de.exports=se,se.displayName="opencl",se.aliases=[];function se(ue){ue.register(ee),function(pe){pe.languages.opencl=pe.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"}}),pe.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 fe={"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"}};pe.languages.insertBefore("c","keyword",fe),pe.languages.cpp&&(fe["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"},pe.languages.insertBefore("cpp","keyword",fe))}(ue)}},22950:function(de){"use strict";de.exports=ne,ne.displayName="openqasm",ne.aliases=["qasm"];function ne(y){y.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:/[(){}\[\];,:.]/},y.languages.qasm=y.languages.openqasm}},23254:function(de){"use strict";de.exports=ne,ne.displayName="oz",ne.aliases=[];function ne(y){y.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:/[\[\](){}.:;?]/}}},92694:function(de){"use strict";de.exports=ne,ne.displayName="parigp",ne.aliases=[];function ne(y){y.languages.parigp={comment:/\/\*[\s\S]*?\*\/|\\\\.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"/,greedy:!0},keyword:function(){var ee=["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 ee=ee.map(function(se){return se.split("").join(" *")}).join("|"),RegExp("\\b(?:"+ee+")\\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=ne,ne.displayName="parser",ne.aliases=[];function ne(y){(function(ee){var se=ee.languages.parser=ee.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:/[\[\](){};]/});se=ee.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:se.keyword,variable:se.variable,function:se.function,boolean:/\b(?:false|true)\b/,number:/\b(?:0x[a-f\d]+|\d+(?:\.\d*)?(?:e[+-]?\d+)?)\b/i,escape:se.escape,operator:/[~+*\/\\%]|!(?:\|\|?|=)?|&&?|\|\|?|==|<[<=]?|>[>=]?|-[fd]?|\b(?:def|eq|ge|gt|in|is|le|lt|ne)\b/,punctuation:se.punctuation}}}),ee.languages.insertBefore("inside","punctuation",{expression:se.expression,keyword:se.keyword,variable:se.variable,function:se.function,escape:se.escape,"parser-punctuation":{pattern:se.punctuation,alias:"punctuation"}},se.tag.inside["attr-value"])})(y)}},60718:function(de){"use strict";de.exports=ne,ne.displayName="pascal",ne.aliases=["objectpascal"];function ne(y){y.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:/\(\.|\.\)|[()\[\]:;,.]/},y.languages.pascal.asm.inside=y.languages.extend("pascal",{asm:void 0,keyword:void 0,operator:void 0}),y.languages.objectpascal=y.languages.pascal}},39303:function(de){"use strict";de.exports=ne,ne.displayName="pascaligo",ne.aliases=[];function ne(y){(function(ee){var se=/\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source,ue=/(?:\b\w+(?:<braces>)?|<braces>)/.source.replace(/<braces>/g,function(){return se}),pe=ee.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 ue}),"i"),lookbehind:!0,inside:null},{pattern:RegExp(/<type>(?=\s+is\b)/.source.replace(/<type>/g,function(){return ue}),"i"),inside:null},{pattern:RegExp(/(:\s*)<type>/.source.replace(/<type>/g,function(){return ue})),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:/\(\.|\.\)|[()\[\]:;,.{}]/},fe=["comment","keyword","builtin","operator","punctuation"].reduce(function(Ce,oe){return Ce[oe]=pe[oe],Ce},{});pe["class-name"].forEach(function(Ce){Ce.inside=fe})})(y)}},77393:function(de){"use strict";de.exports=ne,ne.displayName="pcaxis",ne.aliases=["px"];function ne(y){y.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/},y.languages.px=y.languages.pcaxis}},19023:function(de){"use strict";de.exports=ne,ne.displayName="peoplecode",ne.aliases=["pcode"];function ne(y){y.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:/[:.;,()[\]]/},y.languages.pcode=y.languages.peoplecode}},74212:function(de){"use strict";de.exports=ne,ne.displayName="perl",ne.aliases=[];function ne(y){(function(ee){var se=/(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/.source;ee.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,se].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,se].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,se+/\s*/.source+se].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:/[{}[\];(),:]/}})(y)}},5137:function(de,ne,y){"use strict";var ee=y(88262);de.exports=se,se.displayName="phpExtras",se.aliases=[];function se(ue){ue.register(ee),ue.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,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="php",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,Ce=[{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*\()/],oe=/\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,Ae=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,Te=/[{}\[\](),:;]/;pe.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:fe,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:Ce,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:oe,operator:Ae,punctuation:Te};var Ie={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:pe.languages.php},De=[{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:Ie}},{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:Ie}}];pe.languages.insertBefore("php","variable",{string:De,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:fe,string:De,"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:Ce,number:oe,operator:Ae,punctuation:Te}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),pe.hooks.add("before-tokenize",function(Fe){if(/<\?/.test(Fe.code)){var Oe=/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g;pe.languages["markup-templating"].buildPlaceholders(Fe,"php",Oe)}}),pe.hooks.add("after-tokenize",function(Fe){pe.languages["markup-templating"].tokenizePlaceholders(Fe,"php")})}(ue)}},63632:function(de,ne,y){"use strict";var ee=y(88262),se=y(9858);de.exports=ue,ue.displayName="phpdoc",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){var Ce=/(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source;fe.languages.phpdoc=fe.languages.extend("javadoclike",{parameter:{pattern:RegExp("(@(?:global|param|property(?:-read|-write)?|var)\\s+(?:"+Ce+"\\s+)?)\\$\\w+"),lookbehind:!0}}),fe.languages.insertBefore("phpdoc","keyword",{"class-name":[{pattern:RegExp("(@(?:global|package|param|property(?:-read|-write)?|return|subpackage|throws|var)\\s+)"+Ce),lookbehind:!0,inside:{keyword:/\b(?:array|bool|boolean|callback|double|false|float|int|integer|mixed|null|object|resource|self|string|true|void)\b/,punctuation:/[|\\[\]()]/}}]}),fe.languages.javadoclike.addSupport("php",fe.languages.phpdoc)}(pe)}},59149:function(de,ne,y){"use strict";var ee=y(11114);de.exports=se,se.displayName="plsql",se.aliases=[];function se(ue){ue.register(ee),ue.languages.plsql=ue.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:/:=?|=>|[<>^~!]=|\.\.|\|\||\*\*|[-+*/%<>=@]/}),ue.languages.insertBefore("plsql","operator",{label:{pattern:/<<\s*\w+\s*>>/,alias:"symbol"}})}},50256:function(de){"use strict";de.exports=ne,ne.displayName="powerquery",ne.aliases=[];function ne(y){y.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:/[,;\[\](){}]/},y.languages.pq=y.languages.powerquery,y.languages.mscript=y.languages.powerquery}},61777:function(de){"use strict";de.exports=ne,ne.displayName="powershell",ne.aliases=[];function ne(y){(function(ee){var se=ee.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:/[|{}[\];(),.]/};se.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:se},boolean:se.boolean,variable:se.variable}})(y)}},3623:function(de){"use strict";de.exports=ne,ne.displayName="processing",ne.aliases=[];function ne(y){y.languages.processing=y.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:/<[<=]?|>[>=]?|&&?|\|\|?|[%?]|[!=+\-*\/]=?/}),y.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=ne,ne.displayName="prolog",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="promql",ne.aliases=[];function ne(y){(function(ee){var se=["sum","min","max","avg","group","stddev","stdvar","count","count_values","bottomk","topk","quantile"],ue=["on","ignoring","group_right","group_left","by","without"],pe=["offset"],fe=se.concat(ue,pe);ee.languages.promql={comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},"vector-match":{pattern:new RegExp("((?:"+ue.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(?:"+fe.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:/[{};()`,.[\]]/}})(y)}},56267:function(de){"use strict";de.exports=ne,ne.displayName="properties",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="protobuf",ne.aliases=[];function ne(y){(function(ee){var se=/\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/;ee.languages.protobuf=ee.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}),ee.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:se}},builtin:se,"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}})})(y)}},37548:function(de){"use strict";de.exports=ne,ne.displayName="psl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="pug",ne.aliases=[];function ne(y){(function(ee){ee.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:ee.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:ee.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:ee.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:ee.languages.javascript}}],script:{pattern:/(^[\t ]*script(?:(?:&[^(]+)?\([^)]+\))*[\t ]).+/m,lookbehind:!0,inside:ee.languages.javascript},"plain-text":{pattern:/(^[\t ]*(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?[\t ]).+/m,lookbehind:!0},tag:{pattern:/(^[\t ]*)(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?:?/m,lookbehind:!0,inside:{attributes:[{pattern:/&[^(]+\([^)]+\)/,inside:ee.languages.javascript},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*(?!\s))(?:\{[^}]*\}|[^,)\r\n]+)/,lookbehind:!0,inside:ee.languages.javascript},"attr-name":/[\w-]+(?=\s*!?=|\s*[,)])/,punctuation:/[!=(),]+/}}],punctuation:/:/,"attr-id":/#[\w\-]+/,"attr-class":/\.[\w\-]+/}},code:[{pattern:/(^[\t ]*(?:-|!?=)).+/m,lookbehind:!0,inside:ee.languages.javascript}],punctuation:/[.\-!=|]+/};for(var se=/(^([\t ]*)):<filter_name>(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/.source,ue=[{filter:"atpl",language:"twig"},{filter:"coffee",language:"coffeescript"},"ejs","handlebars","less","livescript","markdown",{filter:"sass",language:"scss"},"stylus"],pe={},fe=0,Ce=ue.length;fe<Ce;fe++){var oe=ue[fe];oe=typeof oe=="string"?{filter:oe,language:oe}:oe,ee.languages[oe.language]&&(pe["filter-"+oe.filter]={pattern:RegExp(se.replace("<filter_name>",function(){return oe.filter}),"m"),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},text:{pattern:/\S[\s\S]*/,alias:[oe.language,"language-"+oe.language],inside:ee.languages[oe.language]}}})}ee.languages.insertBefore("pug","filter",pe)})(y)}},80625:function(de){"use strict";de.exports=ne,ne.displayName="puppet",ne.aliases=[];function ne(y){(function(ee){ee.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 se=[{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:ee.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];ee.languages.puppet.heredoc[0].inside.interpolation=se,ee.languages.puppet.string.inside["double-quoted"].inside.interpolation=se})(y)}},88393:function(de){"use strict";de.exports=ne,ne.displayName="pure",ne.aliases=[];function ne(y){(function(ee){ee.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 se=["c",{lang:"c++",alias:"cpp"},"fortran"],ue=/%< *-\*- *<lang>\d* *-\*-[\s\S]+?%>/.source;se.forEach(function(pe){var fe=pe;if(typeof pe!="string"&&(fe=pe.alias,pe=pe.lang),ee.languages[fe]){var Ce={};Ce["inline-lang-"+fe]={pattern:RegExp(ue.replace("<lang>",pe.replace(/([.+*?\/\\(){}\[\]])/g,"\\$1")),"i"),inside:ee.util.clone(ee.languages.pure["inline-lang"].inside)},Ce["inline-lang-"+fe].inside.rest=ee.util.clone(ee.languages[fe]),ee.languages.insertBefore("pure","inline-lang",Ce)}}),ee.languages.c&&(ee.languages.pure["inline-lang"].inside.rest=ee.util.clone(ee.languages.c))})(y)}},78404:function(de){"use strict";de.exports=ne,ne.displayName="purebasic",ne.aliases=[];function ne(y){y.languages.purebasic=y.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+|-[>-]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|?\||[~^%?*/@]/}),y.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 y.languages.purebasic["class-name"],delete y.languages.purebasic.boolean,y.languages.pbfasm=y.languages.purebasic}},92923:function(de,ne,y){"use strict";var ee=y(58090);de.exports=se,se.displayName="purescript",se.aliases=["purs"];function se(ue){ue.register(ee),ue.languages.purescript=ue.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:[ue.languages.haskell.operator[0],ue.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]/]}),ue.languages.purs=ue.languages.purescript}},52992:function(de){"use strict";de.exports=ne,ne.displayName="python",ne.aliases=["py"];function ne(y){y.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:/[{}[\];(),.:]/},y.languages.python["string-interpolation"].inside.interpolation.inside.rest=y.languages.python,y.languages.py=y.languages.python}},55762:function(de){"use strict";de.exports=ne,ne.displayName="q",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="qml",ne.aliases=[];function ne(y){(function(ee){for(var se=/"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source,ue=/\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))*\*\//.source,pe=/(?:[^\\()[\]{}"'/]|<string>|\/(?![*/])|<comment>|\(<expr>*\)|\[<expr>*\]|\{<expr>*\}|\\[\s\S])/.source.replace(/<string>/g,function(){return se}).replace(/<comment>/g,function(){return ue}),fe=0;fe<2;fe++)pe=pe.replace(/<expr>/g,function(){return pe});pe=pe.replace(/<expr>/g,"[^\\s\\S]"),ee.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 pe}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:ee.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 pe}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:ee.languages.javascript},string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},keyword:/\b(?:as|import|on)\b/,punctuation:/[{}[\]:;,]/}})(y)}},28260:function(de){"use strict";de.exports=ne,ne.displayName="qore",ne.aliases=[];function ne(y){y.languages.qore=y.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=ne,ne.displayName="qsharp",ne.aliases=["qs"];function ne(y){(function(ee){function se(Oe,me){return Oe.replace(/<<(\d+)>>/g,function(a,b){return"(?:"+me[+b]+")"})}function ue(Oe,me,a){return RegExp(se(Oe,me),a||"")}function pe(Oe,me){for(var a=0;a<me;a++)Oe=Oe.replace(/<<self>>/g,function(){return"(?:"+Oe+")"});return Oe.replace(/<<self>>/g,"[^\\s\\S]")}var fe={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 Ce(Oe){return"\\b(?:"+Oe.trim().replace(/ /g,"|")+")\\b"}var oe=RegExp(Ce(fe.type+" "+fe.other)),Ae=/\b[A-Za-z_]\w*\b/.source,Te=se(/<<0>>(?:\s*\.\s*<<0>>)*/.source,[Ae]),Ie={keyword:oe,punctuation:/[<>()?,.:[\]]/},De=/"(?:\\.|[^\\"])*"/.source;ee.languages.qsharp=ee.languages.extend("clike",{comment:/\/\/.*/,string:[{pattern:ue(/(^|[^$\\])<<0>>/.source,[De]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:ue(/(\b(?:as|open)\s+)<<0>>(?=\s*(?:;|as\b))/.source,[Te]),lookbehind:!0,inside:Ie},{pattern:ue(/(\bnamespace\s+)<<0>>(?=\s*\{)/.source,[Te]),lookbehind:!0,inside:Ie}],keyword:oe,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:/::|[{}[\];(),.:]/}),ee.languages.insertBefore("qsharp","number",{range:{pattern:/\.\./,alias:"operator"}});var Fe=pe(se(/\{(?:[^"{}]|<<0>>|<<self>>)*\}/.source,[De]),2);ee.languages.insertBefore("qsharp","string",{"interpolation-string":{pattern:ue(/\$"(?:\\.|<<0>>|[^\\"{])*"/.source,[Fe]),greedy:!0,inside:{interpolation:{pattern:ue(/((?:^|[^\\])(?:\\\\)*)<<0>>/.source,[Fe]),lookbehind:!0,inside:{punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-qsharp",inside:ee.languages.qsharp}}},string:/[\s\S]+/}}})})(y),y.languages.qs=y.languages.qsharp}},29308:function(de){"use strict";de.exports=ne,ne.displayName="r",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(9997);de.exports=se,se.displayName="racket",se.aliases=["rkt"];function se(ue){ue.register(ee),ue.languages.racket=ue.languages.extend("scheme",{"lambda-parameter":{pattern:/([(\[]lambda\s+[(\[])[^()\[\]'\s]+/,lookbehind:!0}}),ue.languages.insertBefore("racket","string",{lang:{pattern:/^#lang.+/m,greedy:!0,alias:"keyword"}}),ue.languages.rkt=ue.languages.racket}},5755:function(de){"use strict";de.exports=ne,ne.displayName="reason",ne.aliases=[];function ne(y){y.languages.reason=y.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/}),y.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 y.languages.reason.function}},54105:function(de){"use strict";de.exports=ne,ne.displayName="regex",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},ue=/\\(?: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]|.)/,pe={pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},fe={pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},Ce="(?:[^\\\\-]|"+ue.source+")",oe=RegExp(Ce+"-"+Ce),Ae={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};ee.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:oe,inside:{escape:ue,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":se,"char-set":fe,escape:ue}},"special-escape":se,"char-set":pe,backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":Ae}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:ue,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":Ae}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}})(y)}},93503:function(de){"use strict";de.exports=ne,ne.displayName="rego",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="renpy",ne.aliases=["rpy"];function ne(y){y.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:/[{}[\];(),.:]/},y.languages.rpy=y.languages.renpy}},46678:function(de){"use strict";de.exports=ne,ne.displayName="rest",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="rip",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="roboconf",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="robotframework",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/(^[ \t]*| {2}|\t)#.*/m,lookbehind:!0,greedy:!0},ue={pattern:/((?:^|[^\\])(?:\\{2})*)[$@&%]\{(?:[^{}\r\n]|\{[^{}\r\n]*\})*\}/,lookbehind:!0,inside:{punctuation:/^[$@&%]\{|\}$/}};function pe(Ae,Te){var Ie={};Ie["section-header"]={pattern:/^ ?\*{3}.+?\*{3}/,alias:"keyword"};for(var De in Te)Ie[De]=Te[De];return Ie.tag={pattern:/([\r\n](?: {2}|\t)[ \t]*)\[[-\w]+\]/,lookbehind:!0,inside:{punctuation:/\[|\]/}},Ie.variable=ue,Ie.comment=se,{pattern:RegExp(/^ ?\*{3}[ \t]*<name>[ \t]*\*{3}(?:.|[\r\n](?!\*{3}))*/.source.replace(/<name>/g,function(){return Ae}),"im"),alias:"section",inside:Ie}}var fe={pattern:/(\[Documentation\](?: {2}|\t)[ \t]*)(?![ \t]|#)(?:.|(?:\r\n?|\n)[ \t]*\.{3})+/,lookbehind:!0,alias:"string"},Ce={pattern:/([\r\n] ?)(?!#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,alias:"function",inside:{variable:ue}},oe={pattern:/([\r\n](?: {2}|\t)[ \t]*)(?!\[|\.{3}|#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,inside:{variable:ue}};ee.languages.robotframework={settings:pe("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:pe("Variables"),"test-cases":pe("Test Cases",{"test-name":Ce,documentation:fe,property:oe}),keywords:pe("Keywords",{"keyword-name":Ce,documentation:fe,property:oe}),tasks:pe("Tasks",{"task-name":Ce,documentation:fe,property:oe}),comment:se},ee.languages.robot=ee.languages.robotframework})(y)}},56939:function(de){"use strict";de.exports=ne,ne.displayName="ruby",ne.aliases=["rb"];function ne(y){(function(ee){ee.languages.ruby=ee.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:/[(){}[\].,;]/}),ee.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var se={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:ee.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete ee.languages.ruby.function;var ue="(?:"+[/([^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("|")+")",pe=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;ee.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+ue+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:se,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:se,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+pe),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+pe+/(?=:(?!:))/.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:/\./}}}),ee.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+ue),greedy:!0,inside:{interpolation:se,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:se,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:se,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+ue),greedy:!0,inside:{interpolation:se,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:se,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete ee.languages.ruby.string,ee.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)/}),ee.languages.rb=ee.languages.ruby})(y)}},83648:function(de){"use strict";de.exports=ne,ne.displayName="rust",ne.aliases=[];function ne(y){(function(ee){for(var se=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,ue=0;ue<2;ue++)se=se.replace(/<self>/g,function(){return se});se=se.replace(/<self>/g,function(){return/[^\s\S]/.source}),ee.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+se),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:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},ee.languages.rust["closure-params"].inside.rest=ee.languages.rust,ee.languages.rust.attribute.inside.string=ee.languages.rust.string})(y)}},16009:function(de){"use strict";de.exports=ne,ne.displayName="sas",ne.aliases=[];function ne(y){(function(ee){var se=/(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source,ue=/\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,pe={pattern:RegExp(se+"[bx]"),alias:"number"},fe={pattern:/&[a-z_]\w*/i},Ce={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"},oe={pattern:/(^|\s)(?:proc\s+\w+|data(?!=)|quit|run)\b/i,alias:"keyword",lookbehind:!0},Ae=[/\/\*[\s\S]*?\*\//,{pattern:/(^[ \t]*|;\s*)\*[^;]*;/m,lookbehind:!0}],Te={pattern:RegExp(se),greedy:!0},Ie=/[$%@.(){}\[\];,\\]/,De={pattern:/%?\b\w+(?=\()/,alias:"keyword"},Fe={function:De,"arg-value":{pattern:/(=\s*)[A-Z\.]+/i,lookbehind:!0},operator:/=/,"macro-variable":fe,arg:{pattern:/[A-Z]+/i,alias:"keyword"},number:ue,"numeric-constant":pe,punctuation:Ie,string:Te},Oe={pattern:/\b(?:format|put)\b=?[\w'$.]+/i,inside:{keyword:/^(?:format|put)(?==)/i,equals:/=/,format:{pattern:/(?:\w|\$\d)+\.\d?/,alias:"number"}}},me={pattern:/\b(?:format|put)\s+[\w']+(?:\s+[$.\w]+)+(?=;)/i,inside:{keyword:/^(?:format|put)/i,format:{pattern:/[\w$]+\.\d?/,alias:"number"}}},a={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"},b={pattern:/(^|\s)(?:submit(?:\s+(?:load|norun|parseonly))?|endsubmit)\b/i,lookbehind:!0,alias:"keyword"},z=/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,E={pattern:RegExp(/(^|\s)(?:action\s+)?(?:<act>)\.[a-z]+\b[^;]+/.source.replace(/<act>/g,function(){return z}),"i"),lookbehind:!0,inside:{keyword:RegExp(/(?:<act>)\.[a-z]+\b/.source.replace(/<act>/g,function(){return z}),"i"),action:{pattern:/(?:action)/i,alias:"keyword"},comment:Ae,function:De,"arg-value":Fe["arg-value"],operator:Fe.operator,argument:Fe.arg,number:ue,"numeric-constant":pe,punctuation:Ie,string:Te}},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};ee.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 se}),"im"),alias:"language-sql",inside:ee.languages.sql},"global-statements":a,"sql-statements":{pattern:/(^|\s)(?:disconnect\s+from|begin|commit|exec(?:ute)?|reset|rollback|validate)\b/i,lookbehind:!0,alias:"keyword"},number:ue,"numeric-constant":pe,punctuation:Ie,string:Te}},"proc-groovy":{pattern:/(^proc\s+groovy(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Ae,groovy:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return se}),"im"),lookbehind:!0,alias:"language-groovy",inside:ee.languages.groovy},keyword:te,"submit-statement":b,"global-statements":a,number:ue,"numeric-constant":pe,punctuation:Ie,string:Te}},"proc-lua":{pattern:/(^proc\s+lua(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Ae,lua:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return se}),"im"),lookbehind:!0,alias:"language-lua",inside:ee.languages.lua},keyword:te,"submit-statement":b,"global-statements":a,number:ue,"numeric-constant":pe,punctuation:Ie,string:Te}},"proc-cas":{pattern:/(^proc\s+cas(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|quit|data);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:Ae,"statement-var":{pattern:/((?:^|\s)=?)saveresult\s[^;]+/im,lookbehind:!0,inside:{statement:{pattern:/^saveresult\s+\S+/i,inside:{keyword:/^(?:saveresult)/i}},rest:Fe}},"cas-actions":E,statement:{pattern:/((?:^|\s)=?)(?:default|(?:un)?set|on|output|upload)[^;]+/im,lookbehind:!0,inside:Fe},step:oe,keyword:te,function:De,format:Oe,altformat:me,"global-statements":a,number:ue,"numeric-constant":pe,punctuation:Ie,string:Te}},"proc-args":{pattern:RegExp(/(^proc\s+\w+\s+)(?!\s)(?:[^;"']|<str>)+;/.source.replace(/<str>/g,function(){return se}),"im"),lookbehind:!0,inside:Fe},"macro-keyword":Ce,"macro-variable":fe,"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":Ce,"macro-variable":fe,"escaped-char":{pattern:/%['"()<>=¬^~;,#]/},punctuation:Ie}},"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:Ae,number:ue,"numeric-constant":pe}},"options-args":{pattern:/(^options)[-'"|/\\<>*+=:()\w\s]*(?=;)/im,lookbehind:!0,inside:Fe},"cas-actions":E,comment:Ae,function:De,format:Oe,altformat:me,"numeric-constant":pe,datetime:{pattern:RegExp(se+"(?:dt?|t)"),alias:"number"},string:Te,step:oe,keyword:te,"operator-keyword":{pattern:/\b(?:eq|ge|gt|in|le|lt|ne|not)\b/i,alias:"operator"},number:ue,operator:/\*\*?|\|\|?|!!?|¦¦?|<[>=]?|>[<=]?|[-+\/=&]|[~¬^]=?/,punctuation:Ie}})(y)}},41720:function(de){"use strict";de.exports=ne,ne.displayName="sass",ne.aliases=[];function ne(y){(function(ee){ee.languages.sass=ee.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),ee.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete ee.languages.sass.atrule;var se=/\$[-\w]+|#\{\$[-\w]+\}/,ue=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];ee.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:se,operator:ue}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:se,operator:ue,important:ee.languages.sass.important}}}),delete ee.languages.sass.property,delete ee.languages.sass.important,ee.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}})})(y)}},6054:function(de,ne,y){"use strict";var ee=y(15909);de.exports=se,se.displayName="scala",se.aliases=[];function se(ue){ue.register(ee),ue.languages.scala=ue.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*/}),ue.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:ue.languages.scala}}},string:/[\s\S]+/}}}),delete ue.languages.scala["class-name"],delete ue.languages.scala.function}},9997:function(de){"use strict";de.exports=ne,ne.displayName="scheme",ne.aliases=[];function ne(y){(function(ee){ee.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(se({"<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 se(ue){for(var pe in ue)ue[pe]=ue[pe].replace(/<[\w\s]+>/g,function(fe){return"(?:"+ue[fe].trim()+")"});return ue[pe]}})(y)}},24296:function(de){"use strict";de.exports=ne,ne.displayName="scss",ne.aliases=[];function ne(y){y.languages.scss=y.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]+\}/}}}),y.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}]}),y.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),y.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}}),y.languages.scss.atrule.inside.rest=y.languages.scss}},49246:function(de,ne,y){"use strict";var ee=y(6979);de.exports=se,se.displayName="shellSession",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");pe.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 fe}),"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:pe.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},pe.languages["sh-session"]=pe.languages.shellsession=pe.languages["shell-session"]}(ue)}},18890:function(de){"use strict";de.exports=ne,ne.displayName="smali",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="smalltalk",ne.aliases=[];function ne(y){y.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,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="smarty",se.aliases=[];function se(ue){ue.register(ee),function(pe){pe.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:pe.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/]},pe.languages.smarty["embedded-php"].inside.smarty.inside=pe.languages.smarty,pe.languages.smarty.string[0].inside.interpolation.inside.expression.inside=pe.languages.smarty;var fe=/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,Ce=RegExp(/\{\*[\s\S]*?\*\}/.source+"|"+/\{php\}[\s\S]*?\{\/php\}/.source+"|"+/\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>)*\})*\})*\}/.source.replace(/<str>/g,function(){return fe.source}),"g");pe.hooks.add("before-tokenize",function(oe){var Ae="{literal}",Te="{/literal}",Ie=!1;pe.languages["markup-templating"].buildPlaceholders(oe,"smarty",Ce,function(De){return De===Te&&(Ie=!1),Ie?!1:(De===Ae&&(Ie=!0),!0)})}),pe.hooks.add("after-tokenize",function(oe){pe.languages["markup-templating"].tokenizePlaceholders(oe,"smarty")})}(ue)}},49760:function(de){"use strict";de.exports=ne,ne.displayName="sml",ne.aliases=["smlnj"];function ne(y){(function(ee){var se=/\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;ee.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 se.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:se,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:/[(){}\[\].:,;]/},ee.languages.sml["class-name"][0].inside=ee.languages.sml,ee.languages.smlnj=ee.languages.sml})(y)}},33351:function(de){"use strict";de.exports=ne,ne.displayName="solidity",ne.aliases=["sol"];function ne(y){y.languages.solidity=y.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:/=>|->|:=|=:|\*\*|\+\+|--|\|\||&&|<<=?|>>=?|[-+*/%^&|<>!=]=?|[~?]/}),y.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/}),y.languages.insertBefore("solidity","number",{version:{pattern:/([<>]=?|\^)\d+\.\d+\.\d+\b/,lookbehind:!0,alias:"number"}}),y.languages.sol=y.languages.solidity}},13570:function(de){"use strict";de.exports=ne,ne.displayName="solutionFile",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i,alias:"constant",inside:{punctuation:/[{}]/}};ee.languages["solution-file"]={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0,inside:{guid:se}},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:se}},guid:se,number:/\b\d+(?:\.\d+)*\b/,boolean:/\b(?:FALSE|TRUE)\b/,operator:/=/,punctuation:/[(),]/},ee.languages.sln=ee.languages["solution-file"]})(y)}},38181:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="soy",se.aliases=[];function se(ue){ue.register(ee),function(pe){var fe=/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,Ce=/\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/;pe.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:fe,greedy:!0},number:Ce,punctuation:/[\[\].?]/}},string:{pattern:fe,greedy:!0},function:[/\w+(?=\()/,{pattern:/(\|[^\S\r\n]*)\w+/,lookbehind:!0}],boolean:/\b(?:false|true)\b/,number:Ce,operator:/\?:?|<=?|>=?|==?|!=|[+*/%-]|\b(?:and|not|or)\b/,punctuation:/[{}()\[\]|.,:]/},pe.hooks.add("before-tokenize",function(oe){var Ae=/\{\{.+?\}\}|\{.+?\}|\s\/\/.*|\/\*[\s\S]*?\*\//g,Te="{literal}",Ie="{/literal}",De=!1;pe.languages["markup-templating"].buildPlaceholders(oe,"soy",Ae,function(Fe){return Fe===Ie&&(De=!1),De?!1:(Fe===Te&&(De=!0),!0)})}),pe.hooks.add("after-tokenize",function(oe){pe.languages["markup-templating"].tokenizePlaceholders(oe,"soy")})}(ue)}},98774:function(de,ne,y){"use strict";var ee=y(24691);de.exports=se,se.displayName="sparql",se.aliases=["rq"];function se(ue){ue.register(ee),ue.languages.sparql=ue.languages.extend("turtle",{boolean:/\b(?:false|true)\b/i,variable:{pattern:/[?$]\w+/,greedy:!0}}),ue.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]}),ue.languages.rq=ue.languages.sparql}},22855:function(de){"use strict";de.exports=ne,ne.displayName="splunkSpl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="sqf",ne.aliases=[];function ne(y){y.languages.sqf=y.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}),y.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:y.languages.sqf.comment}}}),delete y.languages.sqf["class-name"]}},11114:function(de){"use strict";de.exports=ne,ne.displayName="sql",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="squirrel",ne.aliases=[];function ne(y){y.languages.squirrel=y.languages.extend("clike",{comment:[y.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:/[(){}\[\],;.]/}),y.languages.insertBefore("squirrel","string",{char:{pattern:/(^|[^\\"'])'(?:[^\\']|\\(?:[xuU][0-9a-fA-F]{0,8}|[\s\S]))'/,lookbehind:!0,greedy:!0}}),y.languages.insertBefore("squirrel","operator",{"attribute-punctuation":{pattern:/<\/|\/>/,alias:"important"},lambda:{pattern:/@(?=\()/,alias:"operator"}})}},28067:function(de){"use strict";de.exports=ne,ne.displayName="stan",ne.aliases=[];function ne(y){(function(ee){var se=/\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/;ee.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("("+se.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/,se],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:/[()\[\]{},;]/},ee.languages.stan.constraint.inside.expression.inside=ee.languages.stan})(y)}},49168:function(de){"use strict";de.exports=ne,ne.displayName="stylus",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},ue={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},pe={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:se,number:ue,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:se,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:ue,punctuation:/[{}()\[\];:,]/};pe.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:pe}},pe.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:pe}},ee.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:pe}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:pe}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:pe}},"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:pe.interpolation}},rest:pe}},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:pe.interpolation,comment:pe.comment,punctuation:/[{},]/}},func:pe.func,string:pe.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:pe.interpolation,punctuation:/[{}()\[\];:.]/}})(y)}},23651:function(de){"use strict";de.exports=ne,ne.displayName="swift",ne.aliases=[];function ne(y){y.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:/[{}[\]();,.:\\]/},y.languages.swift["string-literal"].forEach(function(ee){ee.inside.interpolation.inside=y.languages.swift})}},21483:function(de){"use strict";de.exports=ne,ne.displayName="systemd",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/^[;#].*/m,greedy:!0},ue=/"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source;ee.languages.systemd={comment:se,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+"(?:"+ue+`|(?=[^"\r
|
|
|
]))(?:`+(/[^\s\\]/.source+'|[ ]+(?:(?![ "])|'+ue+")|"+/\\[\r\n]+(?:[#;].*[\r\n]+)*(?![#;])/.source)+")*"),lookbehind:!0,greedy:!0,alias:"attr-value",inside:{comment:se,quoted:{pattern:RegExp(/(^|\s)/.source+ue),lookbehind:!0,greedy:!0},punctuation:/\\$/m,boolean:{pattern:/^(?:false|no|off|on|true|yes)$/,greedy:!0}}},punctuation:/=/}})(y)}},32268:function(de,ne,y){"use strict";var ee=y(2329),se=y(61958);de.exports=ue,ue.displayName="t4Cs",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),pe.languages.t4=pe.languages["t4-cs"]=pe.languages["t4-templating"].createT4("csharp")}},2329:function(de){"use strict";de.exports=ne,ne.displayName="t4Templating",ne.aliases=[];function ne(y){(function(ee){function se(pe,fe,Ce){return{pattern:RegExp("<#"+pe+"[\\s\\S]*?#>"),alias:"block",inside:{delimiter:{pattern:RegExp("^<#"+pe+"|#>$"),alias:"important"},content:{pattern:/[\s\S]+/,inside:fe,alias:Ce}}}}function ue(pe){var fe=ee.languages[pe],Ce="language-"+pe;return{block:{pattern:/<#[\s\S]+?#>/,inside:{directive:se("@",{"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/,inside:{punctuation:/^=|^["']|["']$/}},keyword:/\b\w+(?=\s)/,"attr-name":/\b\w+/}),expression:se("=",fe,Ce),"class-feature":se("\\+",fe,Ce),standard:se("",fe,Ce)}}}}ee.languages["t4-templating"]=Object.defineProperty({},"createT4",{value:ue})})(y)}},82996:function(de,ne,y){"use strict";var ee=y(2329),se=y(53813);de.exports=ue,ue.displayName="t4Vb",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),pe.languages["t4-vb"]=pe.languages["t4-templating"].createT4("vbnet")}},17290:function(de,ne,y){"use strict";var ee=y(65039);de.exports=se,se.displayName="tap",se.aliases=[];function se(ue){ue.register(ee),ue.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:ue.languages.yaml,alias:"language-yaml"}}}},67989:function(de){"use strict";de.exports=ne,ne.displayName="tcl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="textile",ne.aliases=[];function ne(y){(function(ee){var se=/\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source,ue=/\)|\((?![^|()\n]+\))/.source;function pe(De,Fe){return RegExp(De.replace(/<MOD>/g,function(){return"(?:"+se+")"}).replace(/<PAR>/g,function(){return"(?:"+ue+")"}),Fe||"")}var fe={css:{pattern:/\{[^{}]+\}/,inside:{rest:ee.languages.css}},"class-id":{pattern:/(\()[^()]+(?=\))/,lookbehind:!0,alias:"attr-value"},lang:{pattern:/(\[)[^\[\]]+(?=\])/,lookbehind:!0,alias:"attr-value"},punctuation:/[\\\/]\d+|\S/},Ce=ee.languages.textile=ee.languages.extend("markup",{phrase:{pattern:/(^|\r|\n)\S[\s\S]*?(?=$|\r?\n\r?\n|\r\r)/,lookbehind:!0,inside:{"block-tag":{pattern:pe(/^[a-z]\w*(?:<MOD>|<PAR>|[<>=])*\./.source),inside:{modifier:{pattern:pe(/(^[a-z]\w*)(?:<MOD>|<PAR>|[<>=])+(?=\.)/.source),lookbehind:!0,inside:fe},tag:/^[a-z]\w*/,punctuation:/\.$/}},list:{pattern:pe(/^[*#]+<MOD>*\s+\S.*/.source,"m"),inside:{modifier:{pattern:pe(/(^[*#]+)<MOD>+/.source),lookbehind:!0,inside:fe},punctuation:/^[*#]+/}},table:{pattern:pe(/^(?:(?:<MOD>|<PAR>|[<>=^~])+\.\s*)?(?:\|(?:(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.|(?!(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.))[^|]*)+\|/.source,"m"),inside:{modifier:{pattern:pe(/(^|\|(?:\r?\n|\r)?)(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+(?=\.)/.source),lookbehind:!0,inside:fe},punctuation:/\||^\./}},inline:{pattern:pe(/(^|[^a-zA-Z\d])(\*\*|__|\?\?|[*_%@+\-^~])<MOD>*.+?\2(?![a-zA-Z\d])/.source),lookbehind:!0,inside:{bold:{pattern:pe(/(^(\*\*?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},italic:{pattern:pe(/(^(__?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},cite:{pattern:pe(/(^\?\?<MOD>*).+?(?=\?\?)/.source),lookbehind:!0,alias:"string"},code:{pattern:pe(/(^@<MOD>*).+?(?=@)/.source),lookbehind:!0,alias:"keyword"},inserted:{pattern:pe(/(^\+<MOD>*).+?(?=\+)/.source),lookbehind:!0},deleted:{pattern:pe(/(^-<MOD>*).+?(?=-)/.source),lookbehind:!0},span:{pattern:pe(/(^%<MOD>*).+?(?=%)/.source),lookbehind:!0},modifier:{pattern:pe(/(^\*\*|__|\?\?|[*_%@+\-^~])<MOD>+/.source),lookbehind:!0,inside:fe},punctuation:/[*_%?@+\-^~]+/}},"link-ref":{pattern:/^\[[^\]]+\]\S+$/m,inside:{string:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0},url:{pattern:/(^\])\S+$/,lookbehind:!0},punctuation:/[\[\]]/}},link:{pattern:pe(/"<MOD>*[^"]+":.+?(?=[^\w/]?(?:\s|$))/.source),inside:{text:{pattern:pe(/(^"<MOD>*)[^"]+(?=")/.source),lookbehind:!0},modifier:{pattern:pe(/(^")<MOD>+/.source),lookbehind:!0,inside:fe},url:{pattern:/(:).+/,lookbehind:!0},punctuation:/[":]/}},image:{pattern:pe(/!(?:<MOD>|<PAR>|[<>=])*(?![<>=])[^!\s()]+(?:\([^)]+\))?!(?::.+?(?=[^\w/]?(?:\s|$)))?/.source),inside:{source:{pattern:pe(/(^!(?:<MOD>|<PAR>|[<>=])*)(?![<>=])[^!\s()]+(?:\([^)]+\))?(?=!)/.source),lookbehind:!0,alias:"url"},modifier:{pattern:pe(/(^!)(?:<MOD>|<PAR>|[<>=])+/.source),lookbehind:!0,inside:fe},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:/[()]/}}}}}),oe=Ce.phrase.inside,Ae={inline:oe.inline,link:oe.link,image:oe.image,footnote:oe.footnote,acronym:oe.acronym,mark:oe.mark};Ce.tag.pattern=/<\/?(?!\d)[a-z0-9]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i;var Te=oe.inline.inside;Te.bold.inside=Ae,Te.italic.inside=Ae,Te.inserted.inside=Ae,Te.deleted.inside=Ae,Te.span.inside=Ae;var Ie=oe.table.inside;Ie.inline=Ae.inline,Ie.link=Ae.link,Ie.image=Ae.image,Ie.footnote=Ae.footnote,Ie.acronym=Ae.acronym,Ie.mark=Ae.mark})(y)}},85572:function(de){"use strict";de.exports=ne,ne.displayName="toml",ne.aliases=[];function ne(y){(function(ee){var se=/(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source;function ue(pe){return pe.replace(/__/g,function(){return se})}ee.languages.toml={comment:{pattern:/#.*/,greedy:!0},table:{pattern:RegExp(ue(/(^[\t ]*\[\s*(?:\[\s*)?)__(?:\s*\.\s*__)*(?=\s*\])/.source),"m"),lookbehind:!0,greedy:!0,alias:"class-name"},key:{pattern:RegExp(ue(/(^[\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:/[.,=[\]{}]/}})(y)}},27536:function(de){"use strict";de.exports=ne,ne.displayName="tremor",ne.aliases=[];function ne(y){(function(ee){ee.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 se=/#\{(?:[^"{}]|\{[^{}]*\}|"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*")*\}/.source;ee.languages.tremor["interpolated-string"]={pattern:RegExp(/(^|[^\\])/.source+'(?:"""(?:'+/[^"\\#]|\\[\s\S]|"(?!"")|#(?!\{)/.source+"|"+se+')*"""|"(?:'+/[^"\\\r\n#]|\\(?:\r\n|[\s\S])|#(?!\{)/.source+"|"+se+')*")'),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:RegExp(se),inside:{punctuation:/^#\{|\}$/,expression:{pattern:/[\s\S]+/,inside:ee.languages.tremor}}},string:/[\s\S]+/}},ee.languages.troy=ee.languages.tremor,ee.languages.trickle=ee.languages.tremor})(y)}},87041:function(de,ne,y){"use strict";var ee=y(96412),se=y(4979);de.exports=ue,ue.displayName="tsx",ue.aliases=[];function ue(pe){pe.register(ee),pe.register(se),function(fe){var Ce=fe.util.clone(fe.languages.typescript);fe.languages.tsx=fe.languages.extend("jsx",Ce),delete fe.languages.tsx.parameter,delete fe.languages.tsx["literal-property"];var oe=fe.languages.tsx.tag;oe.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+oe.pattern.source+")",oe.pattern.flags),oe.lookbehind=!0}(pe)}},61028:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="tt2",se.aliases=[];function se(ue){ue.register(ee),function(pe){pe.languages.tt2=pe.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:/[[\]{},()]/}),pe.languages.insertBefore("tt2","number",{operator:/=[>=]?|!=?|<=?|>=?|&&|\|\|?|\b(?:and|not|or)\b/,variable:{pattern:/\b[a-z]\w*(?:\s*\.\s*(?:\d+|\$?[a-z]\w*))*\b/i}}),pe.languages.insertBefore("tt2","keyword",{delimiter:{pattern:/^(?:\[%|%%)-?|-?%\]$/,alias:"punctuation"}}),pe.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 pe.languages.tt2.string,pe.hooks.add("before-tokenize",function(fe){var Ce=/\[%[\s\S]+?%\]/g;pe.languages["markup-templating"].buildPlaceholders(fe,"tt2",Ce)}),pe.hooks.add("after-tokenize",function(fe){pe.languages["markup-templating"].tokenizePlaceholders(fe,"tt2")})}(ue)}},24691:function(de){"use strict";de.exports=ne,ne.displayName="turtle",ne.aliases=[];function ne(y){y.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:/@/}}},y.languages.trig=y.languages.turtle}},19892:function(de,ne,y){"use strict";var ee=y(93205);de.exports=se,se.displayName="twig",se.aliases=[];function se(ue){ue.register(ee),ue.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:/[()\[\]{}:.,]/},ue.hooks.add("before-tokenize",function(pe){if(pe.language==="twig"){var fe=/\{(?:#[\s\S]*?#|%[\s\S]*?%|\{[\s\S]*?\})\}/g;ue.languages["markup-templating"].buildPlaceholders(pe,"twig",fe)}}),ue.hooks.add("after-tokenize",function(pe){ue.languages["markup-templating"].tokenizePlaceholders(pe,"twig")})}},4979:function(de){"use strict";de.exports=ne,ne.displayName="typescript",ne.aliases=["ts"];function ne(y){(function(ee){ee.languages.typescript=ee.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/}),ee.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 ee.languages.typescript.parameter,delete ee.languages.typescript["literal-property"];var se=ee.languages.extend("typescript",{});delete se["class-name"],ee.languages.typescript["class-name"].inside=se,ee.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:se}}}}),ee.languages.ts=ee.languages.typescript})(y)}},23159:function(de){"use strict";de.exports=ne,ne.displayName="typoscript",ne.aliases=["tsconfig"];function ne(y){(function(ee){var se=/\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/;ee.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:se}},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:se,number:/^\d+$/,punctuation:/[,|:]/}},keyword:se,number:{pattern:/\b\d+\s*[.{=]/,inside:{operator:/[.{=]/}},tag:{pattern:/\.?[-\w\\]+\.?/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:|]/,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/},ee.languages.tsconfig=ee.languages.typoscript})(y)}},34966:function(de){"use strict";de.exports=ne,ne.displayName="unrealscript",ne.aliases=["uc","uscript"];function ne(y){y.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:/[()[\]{};,.]/},y.languages.uc=y.languages.uscript=y.languages.unrealscript}},44623:function(de){"use strict";de.exports=ne,ne.displayName="uorazor",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="uri",ne.aliases=["url"];function ne(y){y.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":/\//}}},y.languages.url=y.languages.uri}},7255:function(de){"use strict";de.exports=ne,ne.displayName="v",ne.aliases=[];function ne(y){(function(ee){var se={pattern:/[\s\S]+/,inside:null};ee.languages.v=ee.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":se}}}},"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/}),se.inside=ee.languages.v,ee.languages.insertBefore("v","string",{char:{pattern:/`(?:\\`|\\?[^`]{1,2})`/,alias:"rune"}}),ee.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+/}}}),ee.languages.insertBefore("v","function",{"generic-function":{pattern:/\b\w+\s*<\w+>(?=\()/,inside:{function:/^\w+/,generic:{pattern:/<\w+>/,inside:ee.languages.v.generic.inside}}}})})(y)}},28173:function(de){"use strict";de.exports=ne,ne.displayName="vala",ne.aliases=[];function ne(y){y.languages.vala=y.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/}),y.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:y.languages.vala}},string:/[\s\S]+/}}}),y.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:y.languages.regex},"regex-delimiter":/^\//,"regex-flags":/^[a-z]+$/}}})}},53813:function(de,ne,y){"use strict";var ee=y(46241);de.exports=se,se.displayName="vbnet",se.aliases=[];function se(ue){ue.register(ee),ue.languages.vbnet=ue.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=ne,ne.displayName="velocity",ne.aliases=[];function ne(y){(function(ee){ee.languages.velocity=ee.languages.extend("markup",{});var se={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:/[(){}[\]:,.]/};se.variable.inside={string:se.string,function:{pattern:/([^\w-])[a-z][\w-]*(?=\()/,lookbehind:!0},number:se.number,boolean:se.boolean,punctuation:se.punctuation},ee.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:se}},variable:se.variable}),ee.languages.velocity.tag.inside["attr-value"].inside.rest=ee.languages.velocity})(y)}},91824:function(de){"use strict";de.exports=ne,ne.displayName="verilog",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="vhdl",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="vim",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="visualBasic",ne.aliases=[];function ne(y){y.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:/[{}().,:?]/},y.languages.vb=y.languages["visual-basic"],y.languages.vba=y.languages["visual-basic"]}},10784:function(de){"use strict";de.exports=ne,ne.displayName="warpscript",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="wasm",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="webIdl",ne.aliases=[];function ne(y){(function(ee){var se=/(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source,ue="(?:"+/\b(?:unsigned\s+)?long\s+long(?![\w-])/.source+"|"+/\b(?:unrestricted|unsigned)\s+[a-z]+(?![\w-])/.source+"|"+/(?!(?:unrestricted|unsigned)\b)/.source+se+/(?:\s*<(?:[^<>]|<[^<>]*>)*>)?/.source+")"+/(?:\s*\?)?/.source,pe={};ee.languages["web-idl"]={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/"[^"]*"/,greedy:!0},namespace:{pattern:RegExp(/(\bnamespace\s+)/.source+se),lookbehind:!0},"class-name":[{pattern:/(^|[^\w-])(?:iterable|maplike|setlike)\s*<(?:[^<>]|<[^<>]*>)*>/,lookbehind:!0,inside:pe},{pattern:RegExp(/(\b(?:attribute|const|deleter|getter|optional|setter)\s+)/.source+ue),lookbehind:!0,inside:pe},{pattern:RegExp("("+/\bcallback\s+/.source+se+/\s*=\s*/.source+")"+ue),lookbehind:!0,inside:pe},{pattern:RegExp(/(\btypedef\b\s*)/.source+ue),lookbehind:!0,inside:pe},{pattern:RegExp(/(\b(?:callback|dictionary|enum|interface(?:\s+mixin)?)\s+)(?!(?:interface|mixin)\b)/.source+se),lookbehind:!0},{pattern:RegExp(/(:\s*)/.source+se),lookbehind:!0},RegExp(se+/(?=\s+(?:implements|includes)\b)/.source),{pattern:RegExp(/(\b(?:implements|includes)\s+)/.source+se),lookbehind:!0},{pattern:RegExp(ue+"(?="+/\s*(?:\.{3}\s*)?/.source+se+/\s*[(),;=]/.source+")"),inside:pe}],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 fe in ee.languages["web-idl"])fe!=="class-name"&&(pe[fe]=ee.languages["web-idl"][fe]);ee.languages.webidl=ee.languages["web-idl"]})(y)}},18191:function(de){"use strict";de.exports=ne,ne.displayName="wiki",ne.aliases=[];function ne(y){y.languages.wiki=y.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:y.languages.markup.tag.inside}},punctuation:/^(?:\{\||\|\}|\|-|[*#:;!|])|\|\||!!/m}),y.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:y.languages.markup.tag.inside}}}})}},75242:function(de){"use strict";de.exports=ne,ne.displayName="wolfram",ne.aliases=["mathematica","wl","nb"];function ne(y){y.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:/[{}[\];(),.:]/},y.languages.mathematica=y.languages.wolfram,y.languages.wl=y.languages.wolfram,y.languages.nb=y.languages.wolfram}},93639:function(de){"use strict";de.exports=ne,ne.displayName="wren",ne.aliases=[];function ne(y){y.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:/[\[\](){}.,;]/},y.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:y.languages.wren},"interpolation-punctuation":{pattern:/^%\(|\)$/,alias:"punctuation"}}},string:/[\s\S]+/}}}},97202:function(de){"use strict";de.exports=ne,ne.displayName="xeora",ne.aliases=["xeoracube"];function ne(y){(function(ee){ee.languages.xeora=ee.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"}}),ee.languages.insertBefore("inside","punctuation",{variable:ee.languages.xeora["function-inline"].inside.variable},ee.languages.xeora["function-block"]),ee.languages.xeoracube=ee.languages.xeora})(y)}},13808:function(de){"use strict";de.exports=ne,ne.displayName="xmlDoc",ne.aliases=[];function ne(y){(function(ee){function se(Ce,oe){ee.languages[Ce]&&ee.languages.insertBefore(Ce,"comment",{"doc-comment":oe})}var ue=ee.languages.markup.tag,pe={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:ue}},fe={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:ue}};se("csharp",pe),se("fsharp",pe),se("vbnet",fe)})(y)}},21301:function(de){"use strict";de.exports=ne,ne.displayName="xojo",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="xquery",ne.aliases=[];function ne(y){(function(ee){ee.languages.xquery=ee.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:/[[\](){},;:/]/}),ee.languages.xquery.tag.pattern=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,ee.languages.xquery.tag.inside["attr-value"].pattern=/=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+)/,ee.languages.xquery.tag.inside["attr-value"].inside.punctuation=/^="|"$/,ee.languages.xquery.tag.inside["attr-value"].inside.expression={pattern:/\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}/,inside:ee.languages.xquery,alias:"language-xquery"};var se=function(pe){return typeof pe=="string"?pe:typeof pe.content=="string"?pe.content:pe.content.map(se).join("")},ue=function(pe){for(var fe=[],Ce=0;Ce<pe.length;Ce++){var oe=pe[Ce],Ae=!1;if(typeof oe!="string"&&(oe.type==="tag"&&oe.content[0]&&oe.content[0].type==="tag"?oe.content[0].content[0].content==="</"?fe.length>0&&fe[fe.length-1].tagName===se(oe.content[0].content[1])&&fe.pop():oe.content[oe.content.length-1].content==="/>"||fe.push({tagName:se(oe.content[0].content[1]),openedBraces:0}):fe.length>0&&oe.type==="punctuation"&&oe.content==="{"&&(!pe[Ce+1]||pe[Ce+1].type!=="punctuation"||pe[Ce+1].content!=="{")&&(!pe[Ce-1]||pe[Ce-1].type!=="plain-text"||pe[Ce-1].content!=="{")?fe[fe.length-1].openedBraces++:fe.length>0&&fe[fe.length-1].openedBraces>0&&oe.type==="punctuation"&&oe.content==="}"?fe[fe.length-1].openedBraces--:oe.type!=="comment"&&(Ae=!0)),(Ae||typeof oe=="string")&&fe.length>0&&fe[fe.length-1].openedBraces===0){var Te=se(oe);Ce<pe.length-1&&(typeof pe[Ce+1]=="string"||pe[Ce+1].type==="plain-text")&&(Te+=se(pe[Ce+1]),pe.splice(Ce+1,1)),Ce>0&&(typeof pe[Ce-1]=="string"||pe[Ce-1].type==="plain-text")&&(Te=se(pe[Ce-1])+Te,pe.splice(Ce-1,1),Ce--),/^\s+$/.test(Te)?pe[Ce]=Te:pe[Ce]=new ee.Token("plain-text",Te,null,Te)}oe.content&&typeof oe.content!="string"&&ue(oe.content)}};ee.hooks.add("after-tokenize",function(pe){pe.language==="xquery"&&ue(pe.tokens)})})(y)}},65039:function(de){"use strict";de.exports=ne,ne.displayName="yaml",ne.aliases=["yml"];function ne(y){(function(ee){var se=/[*&][^\s[\]{},]+/,ue=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,pe="(?:"+ue.source+"(?:[ ]+"+se.source+")?|"+se.source+"(?:[ ]+"+ue.source+")?)",fe=/(?:[^\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}),Ce=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function oe(Ae,Te){Te=(Te||"").replace(/m/g,"")+"m";var Ie=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return pe}).replace(/<<value>>/g,function(){return Ae});return RegExp(Ie,Te)}ee.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 pe})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return pe}).replace(/<<key>>/g,function(){return"(?:"+fe+"|"+Ce+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:oe(/\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:oe(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:oe(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:oe(Ce),lookbehind:!0,greedy:!0},number:{pattern:oe(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:ue,important:se,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},ee.languages.yml=ee.languages.yaml})(y)}},96319:function(de){"use strict";de.exports=ne,ne.displayName="yang",ne.aliases=[];function ne(y){y.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=ne,ne.displayName="zig",ne.aliases=[];function ne(y){(function(ee){function se(Te){return function(){return Te}}var ue=/\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/,pe="\\b(?!"+ue.source+")(?!\\d)\\w+\\b",fe=/align\s*\((?:[^()]|\([^()]*\))*\)/.source,Ce=/(?:\?|\bpromise->|(?:\[[^[\]]*\]|\*(?!\*)|\*\*)(?:\s*<ALIGN>|\s*const\b|\s*volatile\b|\s*allowzero\b)*)/.source.replace(/<ALIGN>/g,se(fe)),oe=/(?:\bpromise\b|(?:\berror\.)?<ID>(?:\.<ID>)*(?!\s+<ID>))/.source.replace(/<ID>/g,se(pe)),Ae="(?!\\s)(?:!?\\s*(?:"+Ce+"\\s*)*"+oe+")+";ee.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,se(Ae)).replace(/<ALIGN>/g,se(fe))),lookbehind:!0,inside:null},{pattern:RegExp(/(\)\s*)<TYPE>(?=\s*(?:<ALIGN>\s*)?;)/.source.replace(/<TYPE>/g,se(Ae)).replace(/<ALIGN>/g,se(fe))),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:ue,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:/[.:,;(){}[\]]/},ee.languages.zig["class-name"].forEach(function(Te){Te.inside===null&&(Te.inside=ee.languages.zig)})})(y)}},59216:function(de,ne,y){var ee=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};var se=function(ue){var pe=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,fe=0,Ce={},oe={manual:ue.Prism&&ue.Prism.manual,disableWorkerMessageHandler:ue.Prism&&ue.Prism.disableWorkerMessageHandler,util:{encode:function E(te){return te instanceof Ae?new Ae(te.type,E(te.content),te.alias):Array.isArray(te)?te.map(E):te.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(E){return Object.prototype.toString.call(E).slice(8,-1)},objId:function(E){return E.__id||Object.defineProperty(E,"__id",{value:++fe}),E.__id},clone:function E(te,ae){ae=ae||{};var le,ce;switch(oe.util.type(te)){case"Object":if(ce=oe.util.objId(te),ae[ce])return ae[ce];le={},ae[ce]=le;for(var he in te)te.hasOwnProperty(he)&&(le[he]=E(te[he],ae));return le;case"Array":return ce=oe.util.objId(te),ae[ce]?ae[ce]:(le=[],ae[ce]=le,te.forEach(function(ye,Pe){le[Pe]=E(ye,ae)}),le);default:return te}},getLanguage:function(E){for(;E;){var te=pe.exec(E.className);if(te)return te[1].toLowerCase();E=E.parentElement}return"none"},setLanguage:function(E,te){E.className=E.className.replace(RegExp(pe,"gi"),""),E.classList.add("language-"+te)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(le){var E=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(le.stack)||[])[1];if(E){var te=document.getElementsByTagName("script");for(var ae in te)if(te[ae].src==E)return te[ae]}return null}},isActive:function(E,te,ae){for(var le="no-"+te;E;){var ce=E.classList;if(ce.contains(te))return!0;if(ce.contains(le))return!1;E=E.parentElement}return!!ae}},languages:{plain:Ce,plaintext:Ce,text:Ce,txt:Ce,extend:function(E,te){var ae=oe.util.clone(oe.languages[E]);for(var le in te)ae[le]=te[le];return ae},insertBefore:function(E,te,ae,le){le=le||oe.languages;var ce=le[E],he={};for(var ye in ce)if(ce.hasOwnProperty(ye)){if(ye==te)for(var Pe in ae)ae.hasOwnProperty(Pe)&&(he[Pe]=ae[Pe]);ae.hasOwnProperty(ye)||(he[ye]=ce[ye])}var Me=le[E];return le[E]=he,oe.languages.DFS(oe.languages,function(Be,Ze){Ze===Me&&Be!=E&&(this[Be]=he)}),he},DFS:function E(te,ae,le,ce){ce=ce||{};var he=oe.util.objId;for(var ye in te)if(te.hasOwnProperty(ye)){ae.call(te,ye,te[ye],le||ye);var Pe=te[ye],Me=oe.util.type(Pe);Me==="Object"&&!ce[he(Pe)]?(ce[he(Pe)]=!0,E(Pe,ae,null,ce)):Me==="Array"&&!ce[he(Pe)]&&(ce[he(Pe)]=!0,E(Pe,ae,ye,ce))}}},plugins:{},highlightAll:function(E,te){oe.highlightAllUnder(document,E,te)},highlightAllUnder:function(E,te,ae){var le={callback:ae,container:E,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};oe.hooks.run("before-highlightall",le),le.elements=Array.prototype.slice.apply(le.container.querySelectorAll(le.selector)),oe.hooks.run("before-all-elements-highlight",le);for(var ce=0,he;he=le.elements[ce++];)oe.highlightElement(he,te===!0,le.callback)},highlightElement:function(E,te,ae){var le=oe.util.getLanguage(E),ce=oe.languages[le];oe.util.setLanguage(E,le);var he=E.parentElement;he&&he.nodeName.toLowerCase()==="pre"&&oe.util.setLanguage(he,le);var ye=E.textContent,Pe={element:E,language:le,grammar:ce,code:ye};function Me(Ze){Pe.highlightedCode=Ze,oe.hooks.run("before-insert",Pe),Pe.element.innerHTML=Pe.highlightedCode,oe.hooks.run("after-highlight",Pe),oe.hooks.run("complete",Pe),ae&&ae.call(Pe.element)}if(oe.hooks.run("before-sanity-check",Pe),he=Pe.element.parentElement,he&&he.nodeName.toLowerCase()==="pre"&&!he.hasAttribute("tabindex")&&he.setAttribute("tabindex","0"),!Pe.code){oe.hooks.run("complete",Pe),ae&&ae.call(Pe.element);return}if(oe.hooks.run("before-highlight",Pe),!Pe.grammar){Me(oe.util.encode(Pe.code));return}if(te&&ue.Worker){var Be=new Worker(oe.filename);Be.onmessage=function(Ze){Me(Ze.data)},Be.postMessage(JSON.stringify({language:Pe.language,code:Pe.code,immediateClose:!0}))}else Me(oe.highlight(Pe.code,Pe.grammar,Pe.language))},highlight:function(E,te,ae){var le={code:E,grammar:te,language:ae};if(oe.hooks.run("before-tokenize",le),!le.grammar)throw new Error('The language "'+le.language+'" has no grammar.');return le.tokens=oe.tokenize(le.code,le.grammar),oe.hooks.run("after-tokenize",le),Ae.stringify(oe.util.encode(le.tokens),le.language)},tokenize:function(E,te){var ae=te.rest;if(ae){for(var le in ae)te[le]=ae[le];delete te.rest}var ce=new De;return Fe(ce,ce.head,E),Ie(E,ce,te,ce.head,0),me(ce)},hooks:{all:{},add:function(E,te){var ae=oe.hooks.all;ae[E]=ae[E]||[],ae[E].push(te)},run:function(E,te){var ae=oe.hooks.all[E];if(!(!ae||!ae.length))for(var le=0,ce;ce=ae[le++];)ce(te)}},Token:Ae};ue.Prism=oe;function Ae(E,te,ae,le){this.type=E,this.content=te,this.alias=ae,this.length=(le||"").length|0}Ae.stringify=function E(te,ae){if(typeof te=="string")return te;if(Array.isArray(te)){var le="";return te.forEach(function(Me){le+=E(Me,ae)}),le}var ce={type:te.type,content:E(te.content,ae),tag:"span",classes:["token",te.type],attributes:{},language:ae},he=te.alias;he&&(Array.isArray(he)?Array.prototype.push.apply(ce.classes,he):ce.classes.push(he)),oe.hooks.run("wrap",ce);var ye="";for(var Pe in ce.attributes)ye+=" "+Pe+'="'+(ce.attributes[Pe]||"").replace(/"/g,""")+'"';return"<"+ce.tag+' class="'+ce.classes.join(" ")+'"'+ye+">"+ce.content+"</"+ce.tag+">"};function Te(E,te,ae,le){E.lastIndex=te;var ce=E.exec(ae);if(ce&&le&&ce[1]){var he=ce[1].length;ce.index+=he,ce[0]=ce[0].slice(he)}return ce}function Ie(E,te,ae,le,ce,he){for(var ye in ae)if(!(!ae.hasOwnProperty(ye)||!ae[ye])){var Pe=ae[ye];Pe=Array.isArray(Pe)?Pe:[Pe];for(var Me=0;Me<Pe.length;++Me){if(he&&he.cause==ye+","+Me)return;var Be=Pe[Me],Ze=Be.inside,Le=!!Be.lookbehind,bt=!!Be.greedy,xt=Be.alias;if(bt&&!Be.pattern.global){var Sn=Be.pattern.toString().match(/[imsuy]*$/)[0];Be.pattern=RegExp(Be.pattern.source,Sn+"g")}for(var Ct=Be.pattern||Be,St=le.next,Ht=ce;St!==te.tail&&!(he&&Ht>=he.reach);Ht+=St.value.length,St=St.next){var zt=St.value;if(te.length>E.length)return;if(!(zt instanceof Ae)){var sn=1,Pn;if(bt){if(Pn=Te(Ct,Ht,E,Le),!Pn||Pn.index>=E.length)break;var nt=Pn.index,wt=Pn.index+Pn[0].length,gn=Ht;for(gn+=St.value.length;nt>=gn;)St=St.next,gn+=St.value.length;if(gn-=St.value.length,Ht=gn,St.value instanceof Ae)continue;for(var Gn=St;Gn!==te.tail&&(gn<wt||typeof Gn.value=="string");Gn=Gn.next)sn++,gn+=Gn.value.length;sn--,zt=E.slice(Ht,gn),Pn.index-=Ht}else if(Pn=Te(Ct,0,zt,Le),!Pn)continue;var nt=Pn.index,_t=Pn[0],Qt=zt.slice(0,nt),Vn=zt.slice(nt+_t.length),dn=Ht+zt.length;he&&dn>he.reach&&(he.reach=dn);var Fn=St.prev;Qt&&(Fn=Fe(te,Fn,Qt),Ht+=Qt.length),Oe(te,Fn,sn);var Qe=new Ae(ye,Ze?oe.tokenize(_t,Ze):_t,xt,_t);if(St=Fe(te,Fn,Qe),Vn&&Fe(te,St,Vn),sn>1){var Cn={cause:ye+","+Me,reach:dn};Ie(E,te,ae,St.prev,Ht,Cn),he&&Cn.reach>he.reach&&(he.reach=Cn.reach)}}}}}}function De(){var E={value:null,prev:null,next:null},te={value:null,prev:E,next:null};E.next=te,this.head=E,this.tail=te,this.length=0}function Fe(E,te,ae){var le=te.next,ce={value:ae,prev:te,next:le};return te.next=ce,le.prev=ce,E.length++,ce}function Oe(E,te,ae){for(var le=te.next,ce=0;ce<ae&&le!==E.tail;ce++)le=le.next;te.next=le,le.prev=te,E.length-=ce}function me(E){for(var te=[],ae=E.head.next;ae!==E.tail;)te.push(ae.value),ae=ae.next;return te}if(!ue.document)return ue.addEventListener&&(oe.disableWorkerMessageHandler||ue.addEventListener("message",function(E){var te=JSON.parse(E.data),ae=te.language,le=te.code,ce=te.immediateClose;ue.postMessage(oe.highlight(le,oe.languages[ae],ae)),ce&&ue.close()},!1)),oe;var a=oe.util.currentScript();a&&(oe.filename=a.src,a.hasAttribute("data-manual")&&(oe.manual=!0));function b(){oe.manual||oe.highlightAll()}if(!oe.manual){var z=document.readyState;z==="loading"||z==="interactive"&&a&&a.defer?document.addEventListener("DOMContentLoaded",b):window.requestAnimationFrame?window.requestAnimationFrame(b):window.setTimeout(b,16)}return oe}(ee);de.exports&&(de.exports=se),typeof y.g!="undefined"&&(y.g.Prism=se)},5174:function(de,ne,y){"use strict";var ee=this&&this.__importDefault||function(pe){return pe&&pe.__esModule?pe:{default:pe}};Object.defineProperty(ne,"__esModule",{value:!0});var se=ee(y(18139));function ue(pe,fe){var Ce=null;if(!pe||typeof pe!="string")return Ce;var oe=(0,se.default)(pe),Ae=typeof fe=="function";return oe.forEach(function(Te){if(Te.type==="declaration"){var Ie=Te.property,De=Te.value;Ae?fe(Ie,De,Te):De&&(Ce=Ce||{},Ce[Ie]=De)}}),Ce}ne.default=ue},47529:function(de){de.exports=y;var ne=Object.prototype.hasOwnProperty;function y(){for(var ee={},se=0;se<arguments.length;se++){var ue=arguments[se];for(var pe in ue)ne.call(ue,pe)&&(ee[pe]=ue[pe])}return ee}},90034:function(de,ne,y){var ee={"./doc.png":63604,"./docx.png":30045,"./jpg.png":13740,"./md.png":58881,"./pdf.png":28982,"./png.png":2487,"./txt.png":3164};function se(pe){var fe=ue(pe);return y(fe)}function ue(pe){if(!y.o(ee,pe)){var fe=new Error("Cannot find module '"+pe+"'");throw fe.code="MODULE_NOT_FOUND",fe}return ee[pe]}se.keys=function(){return Object.keys(ee)},se.resolve=ue,de.exports=se,se.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,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"},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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"},36459:function(de,ne,y){"use strict";y.d(ne,{Z:function(){return ee}});function ee(se){if(se==null)throw new TypeError("Cannot destructure "+se)}},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"}')}}]);
|
|
|
}()); |