new_naweigete/crmeb/public/admin/dist/system_static/js/chunk-0b65ffb6.968d91c2.js

1 line
248 KiB
JavaScript
Raw Normal View History

2025-03-12 10:47:34 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-0b65ffb6"],{db4f:function(e,t,r){r.r(t),r.d(t,"setupMode",(function(){return Cc}));var n,i=r("0b3c"),o=(s.prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null},s.prototype.dispose=function(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()},s.prototype._checkIfIdle=function(){this._worker&&12e4<Date.now()-this._lastUsedTime&&this._stopWorker()},s.prototype._getClient=function(){return this._lastUsedTime=Date.now(),this._client||(this._worker=i.editor.createWebWorker({moduleId:"vs/language/css/cssWorker",label:this._defaults.languageId,createData:{options:this._defaults.options,languageId:this._defaults.languageId}}),this._client=this._worker.getProxy()),this._client},s.prototype.getLanguageServiceWorker=function(){for(var e,t=this,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return this._getClient().then((function(t){e=t})).then((function(e){return t._worker.withSyncedResources(r)})).then((function(t){return e}))},s);function s(e){var t=this;this._defaults=e,this._worker=null,this._idleCheckInterval=window.setInterval((function(){return t._checkIfIdle()}),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange((function(){return t._stopWorker()}))}(t=n=n||{})[t.Ident=0]="Ident",t[t.AtKeyword=1]="AtKeyword",t[t.String=2]="String",t[t.BadString=3]="BadString",t[t.UnquotedString=4]="UnquotedString",t[t.Hash=5]="Hash",t[t.Num=6]="Num",t[t.Percentage=7]="Percentage",t[t.Dimension=8]="Dimension",t[t.UnicodeRange=9]="UnicodeRange",t[t.CDO=10]="CDO",t[t.CDC=11]="CDC",t[t.Colon=12]="Colon",t[t.SemiColon=13]="SemiColon",t[t.CurlyL=14]="CurlyL",t[t.CurlyR=15]="CurlyR",t[t.ParenthesisL=16]="ParenthesisL",t[t.ParenthesisR=17]="ParenthesisR",t[t.BracketL=18]="BracketL",t[t.BracketR=19]="BracketR",t[t.Whitespace=20]="Whitespace",t[t.Includes=21]="Includes",t[t.Dashmatch=22]="Dashmatch",t[t.SubstringOperator=23]="SubstringOperator",t[t.PrefixOperator=24]="PrefixOperator",t[t.SuffixOperator=25]="SuffixOperator",t[t.Delim=26]="Delim",t[t.EMS=27]="EMS",t[t.EXS=28]="EXS",t[t.Length=29]="Length",t[t.Angle=30]="Angle",t[t.Time=31]="Time",t[t.Freq=32]="Freq",t[t.Exclamation=33]="Exclamation",t[t.Resolution=34]="Resolution",t[t.Comma=35]="Comma",t[t.Charset=36]="Charset",t[t.EscapedJavaScript=37]="EscapedJavaScript",t[t.BadEscapedJavaScript=38]="BadEscapedJavaScript",t[t.Comment=39]="Comment",t[t.SingleLineComment=40]="SingleLineComment",t[t.EOF=41]="EOF",t[t.CustomToken=42]="CustomToken",c.prototype.substring=function(e,t){return void 0===t&&(t=this.position),this.source.substring(e,t)},c.prototype.eos=function(){return this.len<=this.position},c.prototype.pos=function(){return this.position},c.prototype.goBackTo=function(e){this.position=e},c.prototype.goBack=function(e){this.position-=e},c.prototype.advance=function(e){this.position+=e},c.prototype.nextChar=function(){return this.source.charCodeAt(this.position++)||0},c.prototype.peekChar=function(e){return this.source.charCodeAt(this.position+(e=void 0===e?0:e))||0},c.prototype.lookbackChar=function(e){return this.source.charCodeAt(this.position-(e=void 0===e?0:e))||0},c.prototype.advanceIfChar=function(e){return e===this.source.charCodeAt(this.position)&&(this.position++,!0)},c.prototype.advanceIfChars=function(e){if(this.position+e.length>this.source.length)return!1;for(var t=0;t<e.length;t++)if(this.source.charCodeAt(this.position+t)!==e[t])return!1;return this.advance(t),!0},c.prototype.advanceWhileChar=function(e){for(var t=this.position;this.position<this.len&&e(this.source.charCodeAt(this.position));)this.position++;return this.position-t};var a=c;function c(e){this.source=e,this.len=e.length,this.position=0}var l="a".charCodeAt(0),h="f".charCodeAt(0),u="z".charCodeAt(0),p="A".charCodeAt(0),d="F".charCodeAt(0),f="Z".charCodeAt(0),m="0".charCodeAt(0),g="9".charCodeAt(0),y="~".charCodeAt(0),v="^".charCodeAt(0),b="=".charCodeAt(0),x="|".charCodeAt(0),C="-".charCodeAt(0),k="_".charCodeAt(0),_="%".cha