gant-core 0.2.22 → 0.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cli/create/module/index.js +1 -1
- package/lib/core/index.js +1 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/store/index.js +1 -1
- package/lib/core/store/index.js.map +1 -1
- package/lib/core/theme/index.js +1 -1
- package/lib/core/theme/index.js.map +1 -1
- package/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
*
|
|
8
8
|
* MIT Licensed
|
|
9
9
|
*/
|
|
10
|
-
const CA=v,xA=y,FA=l,PA=function(){var e;return e=jA?process.env.TEMP||process.env.TMP||(process.env.SystemRoot||process.env.windir)+"\\temp":process.env.TMPDIR||process.env.TMP||process.env.TEMP||"/tmp",SA.test(e)&&(e=e.slice(0,-1)),e},AA=process.binding("constants"),BA=PA(),MA="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",TA=/XXXXXX/,kA=3,RA=(AA.O_CREAT||AA.fs.O_CREAT)|(AA.O_EXCL||AA.fs.O_EXCL)|(AA.O_RDWR||AA.fs.O_RDWR),IA=AA.EBADF||AA.os.errno.EBADF,LA=AA.ENOENT||AA.os.errno.ENOENT,NA=[];var UA=!1,GA=!1;function WA(e){var t=[],r=null;try{r=FA.randomBytes(e)}catch(t){r=FA.pseudoRandomBytes(e)}for(var n=0;n<e;n++)t.push(MA[r[n]%MA.length]);return t.join("")}function qA(e){return void 0===e}function VA(e,t){return"function"==typeof e?[t||{},e]:qA(e)?[{},t]:[e,t]}function zA(e){if(e.name)return xA.join(e.dir||BA,e.name);if(e.template)return e.template.replace(TA,WA(6));const t=[e.prefix||"tmp-",process.pid,WA(12),e.postfix||""].join("");return xA.join(e.dir||BA,t)}function $A(e,t){var r=VA(e,t),n=r[0],o=r[1],i=n.name?1:n.tries||kA;return isNaN(i)||i<0?o(new Error("Invalid tries")):n.template&&!n.template.match(TA)?o(new Error("Invalid template provided")):void function e(){const t=zA(n);CA.stat(t,(function(r){if(!r)return i-- >0?e():o(new Error("Could not get a unique tmp filename, max tries reached "+t));o(null,t)}))}()}function KA(e){var t=VA(e)[0],r=t.name?1:t.tries||kA;if(isNaN(r)||r<0)throw new Error("Invalid tries");if(t.template&&!t.template.match(TA))throw new Error("Invalid template provided");do{const e=zA(t);try{CA.statSync(e)}catch(t){return e}}while(r-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function YA(e){const t=[e];do{for(var r=t.pop(),n=!1,o=CA.readdirSync(r),i=0,a=o.length;i<a;i++){var u=xA.join(r,o[i]);CA.lstatSync(u).isDirectory()?(n||(n=!0,t.push(r)),t.push(u)):CA.unlinkSync(u)}n||CA.rmdirSync(r)}while(0!==t.length)}function HA(e,t,r){const n=QA((function(e){try{0<=e[0]&&CA.closeSync(e[0])}catch(e){if(!(t=e,eB(t,-IA,"EBADF")||ZA(e)))throw e}var t;try{CA.unlinkSync(e[1])}catch(e){if(!ZA(e))throw e}}),[t,e]);return r.keep||NA.unshift(n),n}function JA(e,t){const r=QA(t.unsafeCleanup?YA:CA.rmdirSync.bind(CA),e);return t.keep||NA.unshift(r),r}function QA(e,t){var r=!1;return function n(o){if(!r){const o=NA.indexOf(n);o>=0&&NA.splice(o,1),r=!0,e(t)}o&&o(null)}}function XA(){if(!GA||UA)for(;NA.length;)try{NA[0].call(null)}catch(e){}}function ZA(e){return eB(e,-LA,"ENOENT")}function eB(e,t,r){return e.code==t||e.code==r}const tB=process.versions.node.split(".").map((function(e){return parseInt(e,10)}));0===tB[0]&&(tB[1]<9||9===tB[1]&&tB[2]<5)&&process.addListener("uncaughtException",(function(e){throw GA=!0,XA(),e})),process.addListener("exit",(function(e){e&&(GA=!0),XA()})),EA.tmpdir=BA,EA.dir=function(e,t){var r=VA(e,t),n=r[0],o=r[1];$A(n,(function(e,t){if(e)return o(e);CA.mkdir(t,n.mode||448,(function(e){if(e)return o(e);o(null,t,JA(t,n))}))}))},EA.dirSync=function(e){var t=VA(e)[0];const r=KA(t);return CA.mkdirSync(r,t.mode||448),{name:r,removeCallback:JA(r,t)}},EA.file=function(e,t){var r=VA(e,t),n=r[0],o=r[1];n.postfix=qA(n.postfix)?".tmp":n.postfix,$A(n,(function(e,t){if(e)return o(e);CA.open(t,RA,n.mode||384,(function(e,r){return e?o(e):n.discardDescriptor?CA.close(r,(function(e){if(e){try{CA.unlinkSync(t)}catch(t){ZA(t)||(e=t)}return o(e)}o(null,t,void 0,HA(t,-1,n))})):n.detachDescriptor?o(null,t,r,HA(t,-1,n)):void o(null,t,r,HA(t,r,n))}))}))},EA.fileSync=function(e){var t=VA(e)[0];t.postfix=t.postfix||".tmp";const r=t.discardDescriptor||t.detachDescriptor,n=KA(t);var o=CA.openSync(n,RA,t.mode||384);return t.discardDescriptor&&(CA.closeSync(o),o=void 0),{name:n,fd:o,removeCallback:HA(n,r?-1:o,t)}},EA.tmpName=$A,EA.tmpNameSync=KA,EA.setGracefulCleanup=function(){UA=!0};var rB={},nB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(rB,"__esModule",{value:!0});var oB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to create temporary file for editor")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return nB(t,e),t}(Error);rB.CreateFileError=oB;var iB={},aB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(iB,"__esModule",{value:!0});var uB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed launch editor")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return aB(t,e),t}(Error);iB.LaunchEditorError=uB;var sB={},cB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(sB,"__esModule",{value:!0});var lB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to read temporary file")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return cB(t,e),t}(Error);sB.ReadFileError=lB;var fB={},pB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(fB,"__esModule",{value:!0});var dB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to cleanup temporary file")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return pB(t,e),t}(Error);fB.RemoveFileError=dB,Object.defineProperty(dP,"__esModule",{value:!0});var hB=hP,bB=s,vB=v,yB=OA,mB=EA,gB=rB;dP.CreateFileError=gB.CreateFileError;var DB=iB;dP.LaunchEditorError=DB.LaunchEditorError;var _B=sB;dP.ReadFileError=_B.ReadFileError;var wB=fB;dP.RemoveFileError=wB.RemoveFileError,dP.edit=function(e,t){void 0===e&&(e="");var r=new EB(e,t);return r.run(),r.cleanup(),r.text};var OB=dP.editAsync=function(e,t,r){void 0===e&&(e="");var n=new EB(e,r);n.runAsync((function(e,r){if(e)setImmediate(t,e,null);else try{n.cleanup(),setImmediate(t,null,r)}catch(e){setImmediate(t,e,null)}}))},EB=function(){function e(e,t){void 0===e&&(e=""),this.text="",this.fileOptions={},this.text=e,t&&(this.fileOptions=t),this.determineEditor(),this.createTemporaryFile()}return e.splitStringBySpace=function(e){for(var t=[],r="",n=0;n<e.length;n++){var o=e[n];n>0&&" "===o&&"\\"!==e[n-1]&&r.length>0?(t.push(r),r=""):r+=o}return r.length>0&&t.push(r),t},Object.defineProperty(e.prototype,"temp_file",{get:function(){return console.log("DEPRECATED: temp_file. Use tempFile moving forward."),this.tempFile},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last_exit_status",{get:function(){return console.log("DEPRECATED: last_exit_status. Use lastExitStatus moving forward."),this.lastExitStatus},enumerable:!0,configurable:!0}),e.prototype.run=function(){return this.launchEditor(),this.readTemporaryFile(),this.text},e.prototype.runAsync=function(e){var t=this;try{this.launchEditorAsync((function(){try{t.readTemporaryFile(),setImmediate(e,null,t.text)}catch(t){setImmediate(e,t,null)}}))}catch(t){setImmediate(e,t,null)}},e.prototype.cleanup=function(){this.removeTemporaryFile()},e.prototype.determineEditor=function(){var t=process.env.VISUAL?process.env.VISUAL:process.env.EDITOR?process.env.EDITOR:/^win/.test(process.platform)?"notepad":"vim",r=e.splitStringBySpace(t).map((function(e){return e.replace("\\ "," ")})),n=r.shift();this.editor={args:r,bin:n}},e.prototype.createTemporaryFile=function(){try{this.tempFile=mB.tmpNameSync(this.fileOptions);var e={encoding:"utf8"};this.fileOptions.hasOwnProperty("mode")&&(e.mode=this.fileOptions.mode),vB.writeFileSync(this.tempFile,this.text,e)}catch(e){throw new gB.CreateFileError(e)}},e.prototype.readTemporaryFile=function(){try{var e=vB.readFileSync(this.tempFile);if(0===e.length)this.text="";else{var t=hB.detect(e).toString();yB.encodingExists(t)||(t="utf8"),this.text=yB.decode(e,t)}}catch(e){throw new _B.ReadFileError(e)}},e.prototype.removeTemporaryFile=function(){try{vB.unlinkSync(this.tempFile)}catch(e){throw new wB.RemoveFileError(e)}},e.prototype.launchEditor=function(){try{var e=bB.spawnSync(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"});this.lastExitStatus=e.status}catch(e){throw new DB.LaunchEditorError(e)}},e.prototype.launchEditorAsync=function(e){var t=this;try{bB.spawn(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"}).on("exit",(function(r){t.lastExitStatus=r,setImmediate(e)}))}catch(e){throw new DB.LaunchEditorError(e)}},e}();dP.ExternalEditor=EB;class jB extends nP{_run(e){this.done=e,this.editorResult=new Te.Subject;const t=Jv(this.rl);this.lineSubscription=t.line.subscribe(this.startExternalEditor.bind(this));void 0===this.opt.waitUserInput||this.opt.waitUserInput||this.startExternalEditor();const r=this.handleSubmitEvents(this.editorResult);return r.success.forEach(this.onEnd.bind(this)),r.error.forEach(this.onError.bind(this)),this.currentText=this.opt.default,this.opt.default=null,this.render(),this}render(e){let t="",r=this.getQuestion();"answered"===this.status?r+=K.dim("Received"):r+=K.dim("Press <enter> to launch your preferred editor."),e&&(t=K.red(">> ")+e),this.screen.render(r,t)}startExternalEditor(){this.rl.pause(),OB(this.currentText,this.endExternalEditor.bind(this),{postfix:this.opt.postfix??".txt"})}endExternalEditor(e,t){this.rl.resume(),e?this.editorResult.error(e):this.editorResult.next(t)}onEnd(e){this.editorResult.unsubscribe(),this.lineSubscription.unsubscribe(),this.answer=e.value,this.status="answered",this.render(),this.screen.done(),this.done(this.answer)}onError(e){this.render(e.isValid)}}var SB,CB={exports:{}},xB=Object.prototype.toString,FB=Math.max,PB=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var o=0;o<t.length;o+=1)r[o+e.length]=t[o];return r},AB=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==xB.apply(t))throw new TypeError("Function.prototype.bind called on incompatible "+t);for(var r,n=function(e,t){for(var r=[],n=t||0,o=0;n<e.length;n+=1,o+=1)r[o]=e[n];return r}(arguments,1),o=FB(0,t.length-n.length),i=[],a=0;a<o;a++)i[a]="$"+a;if(r=Function("binder","return function ("+function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(i,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var o=t.apply(this,PB(n,arguments));return Object(o)===o?o:this}return t.apply(e,PB(n,arguments))})),t.prototype){var u=function(){};u.prototype=t.prototype,r.prototype=new u,u.prototype=null}return r},BB=Function.prototype.bind||AB,MB=Error,TB=EvalError,kB=RangeError,RB=ReferenceError,IB=SyntaxError,LB=TypeError,NB=URIError,UB="undefined"!=typeof Symbol&&Symbol,GB=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0},WB={__proto__:null,foo:{}},qB=Object,VB=Function.prototype.call,zB=Object.prototype.hasOwnProperty,$B=BB.call(VB,zB),KB=MB,YB=TB,HB=kB,JB=RB,QB=IB,XB=LB,ZB=NB,eM=Function,tM=function(e){try{return eM('"use strict"; return ('+e+").constructor;")()}catch(e){}},rM=Object.getOwnPropertyDescriptor;if(rM)try{rM({},"")}catch(e){rM=null}var nM=function(){throw new XB},oM=rM?function(){try{return nM}catch(e){try{return rM(arguments,"callee").get}catch(e){return nM}}}():nM,iM="function"==typeof UB&&"function"==typeof Symbol&&"symbol"==typeof UB("foo")&&"symbol"==typeof Symbol("bar")&&GB(),aM={__proto__:WB}.foo===WB.foo&&!(WB instanceof qB),uM=Object.getPrototypeOf||(aM?function(e){return e.__proto__}:null),sM={},cM="undefined"!=typeof Uint8Array&&uM?uM(Uint8Array):SB,lM={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?SB:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?SB:ArrayBuffer,"%ArrayIteratorPrototype%":iM&&uM?uM([][Symbol.iterator]()):SB,"%AsyncFromSyncIteratorPrototype%":SB,"%AsyncFunction%":sM,"%AsyncGenerator%":sM,"%AsyncGeneratorFunction%":sM,"%AsyncIteratorPrototype%":sM,"%Atomics%":"undefined"==typeof Atomics?SB:Atomics,"%BigInt%":"undefined"==typeof BigInt?SB:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?SB:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?SB:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?SB:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":KB,"%eval%":eval,"%EvalError%":YB,"%Float32Array%":"undefined"==typeof Float32Array?SB:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?SB:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?SB:FinalizationRegistry,"%Function%":eM,"%GeneratorFunction%":sM,"%Int8Array%":"undefined"==typeof Int8Array?SB:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?SB:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?SB:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":iM&&uM?uM(uM([][Symbol.iterator]())):SB,"%JSON%":"object"==typeof JSON?JSON:SB,"%Map%":"undefined"==typeof Map?SB:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&iM&&uM?uM((new Map)[Symbol.iterator]()):SB,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?SB:Promise,"%Proxy%":"undefined"==typeof Proxy?SB:Proxy,"%RangeError%":HB,"%ReferenceError%":JB,"%Reflect%":"undefined"==typeof Reflect?SB:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?SB:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&iM&&uM?uM((new Set)[Symbol.iterator]()):SB,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?SB:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":iM&&uM?uM(""[Symbol.iterator]()):SB,"%Symbol%":iM?Symbol:SB,"%SyntaxError%":QB,"%ThrowTypeError%":oM,"%TypedArray%":cM,"%TypeError%":XB,"%Uint8Array%":"undefined"==typeof Uint8Array?SB:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?SB:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?SB:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?SB:Uint32Array,"%URIError%":ZB,"%WeakMap%":"undefined"==typeof WeakMap?SB:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?SB:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?SB:WeakSet};if(uM)try{null.error}catch(e){var fM=uM(uM(e));lM["%Error.prototype%"]=fM}var pM,dM,hM=function e(t){var r;if("%AsyncFunction%"===t)r=tM("async function () {}");else if("%GeneratorFunction%"===t)r=tM("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=tM("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&uM&&(r=uM(o.prototype))}return lM[t]=r,r},bM={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},vM=BB,yM=$B,mM=vM.call(Function.call,Array.prototype.concat),gM=vM.call(Function.apply,Array.prototype.splice),DM=vM.call(Function.call,String.prototype.replace),_M=vM.call(Function.call,String.prototype.slice),wM=vM.call(Function.call,RegExp.prototype.exec),OM=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,EM=/\\(\\)?/g,jM=function(e,t){var r,n=e;if(yM(bM,n)&&(n="%"+(r=bM[n])[0]+"%"),yM(lM,n)){var o=lM[n];if(o===sM&&(o=hM(n)),void 0===o&&!t)throw new XB("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new QB("intrinsic "+e+" does not exist!")},SM=function(e,t){if("string"!=typeof e||0===e.length)throw new XB("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new XB('"allowMissing" argument must be a boolean');if(null===wM(/^%?[^%]*%?$/,e))throw new QB("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=_M(e,0,1),r=_M(e,-1);if("%"===t&&"%"!==r)throw new QB("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new QB("invalid intrinsic syntax, expected opening `%`");var n=[];return DM(e,OM,(function(e,t,r,o){n[n.length]=r?DM(o,EM,"$1"):t||e})),n}(e),n=r.length>0?r[0]:"",o=jM("%"+n+"%",t),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],gM(r,mM([0,1],s)));for(var c=1,l=!0;c<r.length;c+=1){var f=r[c],p=_M(f,0,1),d=_M(f,-1);if(('"'===p||"'"===p||"`"===p||'"'===d||"'"===d||"`"===d)&&p!==d)throw new QB("property names with quotes must have matching quotes");if("constructor"!==f&&l||(u=!0),yM(lM,i="%"+(n+="."+f)+"%"))a=lM[i];else if(null!=a){if(!(f in a)){if(!t)throw new XB("base intrinsic for "+e+" exists, but the property is not available.");return}if(rM&&c+1>=r.length){var h=rM(a,f);a=(l=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:a[f]}else l=yM(a,f),a=a[f];l&&!u&&(lM[i]=a)}}return a};function CM(){if(dM)return pM;dM=1;var e=SM("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch(t){e=!1}return pM=e}var xM=SM("%Object.getOwnPropertyDescriptor%",!0);if(xM)try{xM([],"length")}catch(e){xM=null}var FM=xM,PM=CM(),AM=IB,BM=LB,MM=FM,TM=CM(),kM=function(){return!!TM};kM.hasArrayLengthDefineBug=function(){if(!TM)return null;try{return 1!==TM([],"length",{value:1}).length}catch(e){return!0}};var RM=SM,IM=function(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new BM("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new BM("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new BM("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new BM("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new BM("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new BM("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,a=arguments.length>6&&arguments[6],u=!!MM&&MM(e,t);if(PM)PM(e,t,{configurable:null===i&&u?u.configurable:!i,enumerable:null===n&&u?u.enumerable:!n,value:r,writable:null===o&&u?u.writable:!o});else{if(!a&&(n||o||i))throw new AM("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=r}},LM=kM(),NM=FM,UM=LB,GM=RM("%Math.floor%"),WM=function(e,t){if("function"!=typeof e)throw new UM("`fn` is not a function");if("number"!=typeof t||t<0||t>4294967295||GM(t)!==t)throw new UM("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,o=!0;if("length"in e&&NM){var i=NM(e,"length");i&&!i.configurable&&(n=!1),i&&!i.writable&&(o=!1)}return(n||o||!r)&&(LM?IM(e,"length",t,!0,!0):IM(e,"length",t)),e};!function(e){var t=BB,r=SM,n=WM,o=LB,i=r("%Function.prototype.apply%"),a=r("%Function.prototype.call%"),u=r("%Reflect.apply%",!0)||t.call(a,i),s=CM(),c=r("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new o("a function is required");var r=u(t,a,arguments);return n(r,1+c(0,e.length-(arguments.length-1)),!0)};var l=function(){return u(t,i,arguments)};s?s(e.exports,"apply",{value:l}):e.exports.apply=l}(CB);var qM=CB.exports,VM=i.Stream,zM=qM;function $M(e,t,r){var n=zM(e||function(e){this.queue(e)}),o=zM(t||function(){this.queue(null)}),i=!1,a=!1,u=[],s=!1,c=new VM;function l(){for(;u.length&&!c.paused;){var e=u.shift();if(null===e)return c.emit("end");c.emit("data",e)}}return c.readable=!0,c.writable=!0,c.paused=!1,c.autoDestroy=!(r&&!1===r.autoDestroy),c.write=function(e){return n(this,e),!c.paused},c.queue=function(e){return s||(null===e&&(s=!0),u.push(e),l()),c},c.push=c.queue,c.on("end",(function(){c.readable=!1,!c.writable&&c.autoDestroy&&process.nextTick((function(){c.destroy()}))})),c.end=function(e){if(!i)return i=!0,arguments.length&&c.write(e),c.writable=!1,o(c),!c.readable&&c.autoDestroy&&c.destroy(),c},c.destroy=function(){if(!a)return a=!0,i=!0,u.length=0,c.writable=!1,c.readable=!1,c.emit("close"),c},c.pause=function(){if(!c.paused)return c.paused=!0,c},c.resume=function(){return c.paused&&(c.paused=!1,c.emit("resume")),l(),c.paused||c.emit("drain"),c},c}var KM=$M;$M.through=$M;var YM=h.getDefaultExportFromCjs(KM);const HM=i;var JM=class extends HM{#e=null;constructor(e={}){super(e),this.writable=this.readable=!0,this.muted=!1,this.on("pipe",this._onpipe),this.replace=e.replace,this._prompt=e.prompt||null,this._hadControl=!1}#t(e,t){return this._dest?this._dest[e]:this._src?this._src[e]:t}#r(e,...t){"function"==typeof this._dest?.[e]&&this._dest[e](...t),"function"==typeof this._src?.[e]&&this._src[e](...t)}get isTTY(){return null!==this.#e?this.#e:this.#t("isTTY",!1)}set isTTY(e){this.#e=e}get rows(){return this.#t("rows")}get columns(){return this.#t("columns")}mute(){this.muted=!0}unmute(){this.muted=!1}_onpipe(e){this._src=e}pipe(e,t){return this._dest=e,super.pipe(e,t)}pause(){if(this._src)return this._src.pause()}resume(){if(this._src)return this._src.resume()}write(e){if(this.muted){if(!this.replace)return!0;if(e.match(/^\u001b/))return 0===e.indexOf(this._prompt)&&(e=(e=e.slice(this._prompt.length)).replace(/./g,this.replace),e=this._prompt+e),this._hadControl=!0,this.emit("data",e);this._prompt&&this._hadControl&&0===e.indexOf(this._prompt)&&(this._hadControl=!1,this.emit("data",this._prompt),e=e.slice(this._prompt.length)),e=e.toString().replace(/./g,this.replace)}this.emit("data",e)}end(e){this.muted&&(e=e&&this.replace?e.toString().replace(/./g,this.replace):null),e&&this.emit("data",e),this.emit("end")}destroy(...e){return this.#r("destroy",...e)}destroySoon(...e){return this.#r("destroySoon",...e)}close(...e){return this.#r("close",...e)}},QM=h.getDefaultExportFromCjs(JM);class XM{constructor(e){this.rl||=m.createInterface(function(e={}){e.skipTTYChecks=void 0===e.skipTTYChecks||e.skipTTYChecks;const t=e.input||process.stdin;if(!e.skipTTYChecks&&!t.isTTY){const e=new Error("Prompts can not be meaningfully rendered in non-TTY environments");throw e.isTtyError=!0,e}const r=new QM;r.pipe(e.output||process.stdout);const n=r;return{terminal:!0,...e,input:t,output:n}}(e)),this.rl.resume(),this.onForceClose=this.onForceClose.bind(this),process.on("exit",this.onForceClose),this.rl.on("SIGINT",this.onForceClose)}onForceClose(){this.close(),process.kill(process.pid,"SIGINT"),console.log("")}close(){this.rl.removeListener("SIGINT",this.onForceClose),process.removeListener("exit",this.onForceClose),this.rl.output.unmute(),this.activePrompt&&"function"==typeof this.activePrompt.close&&this.activePrompt.close(),this.rl.output.end(),this.rl.pause(),this.rl.close()}}var ZM=Dy,eT=j_,tT=vm,rT=Function.prototype,nT=Object.prototype,oT=rT.toString,iT=nT.hasOwnProperty,aT=oT.call(Object);var uT=function(e){if(!tT(e)||"[object Object]"!=ZM(e))return!1;var t=eT(e);if(null===t)return!0;var r=iT.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&oT.call(r)==aT},sT=VD,cT=rj,lT=cm,fT=_y,pT=oj;var dT=function(e,t,r,n){if(!fT(e))return e;for(var o=-1,i=(t=cT(t,e)).length,a=i-1,u=e;null!=u&&++o<i;){var s=pT(t[o]),c=r;if("__proto__"===s||"constructor"===s||"prototype"===s)return e;if(o!=a){var l=u[s];void 0===(c=n?n(l,s,u):void 0)&&(c=fT(l)?l:lT(t[o+1])?[]:{})}sT(u,s,c),u=u[s]}return e},hT=dT;var bT=function(e,t,r){return null==e?e:hT(e,t,r)};const vT=function(e,t,r){return"function"!=typeof e[t]?Te.of(e):Te.from(Me(e[t])(r).then((r=>(e[t]=r,e))))},yT={isPlainObject:h.getDefaultExportFromCjs(uT),set:h.getDefaultExportFromCjs(bT),get:lj};class mT extends XM{constructor(e,t){super(t),this.prompts=e}run(e,t){yT.isPlainObject(t)?this.answers={...t}:this.answers={},yT.isPlainObject(e)&&(e=Object.values(e).every((e=>yT.isPlainObject(e)&&void 0===e.name))?Object.entries(e).map((([e,t])=>({name:e,...t}))):[e]);const r=Array.isArray(e)?Te.from(e):e;return this.process=r.pipe(Te.concatMap(this.processQuestion.bind(this)),Te.publish()),this.process.connect(),this.process.pipe(Te.reduce(((e,t)=>(yT.set(e,t.name,t.answer),e)),this.answers)).toPromise(Promise).then(this.onCompletion.bind(this),this.onError.bind(this))}onCompletion(){return this.close(),this.answers}onError(e){return this.close(),Promise.reject(e)}processQuestion(e){return e={...e},Te.defer((()=>Te.of(e).pipe(Te.concatMap(this.setDefaultType.bind(this)),Te.concatMap(this.filterIfRunnable.bind(this)),Te.concatMap((()=>vT(e,"message",this.answers))),Te.concatMap((()=>vT(e,"default",this.answers))),Te.concatMap((()=>vT(e,"choices",this.answers))),Te.concatMap(this.fetchAnswer.bind(this)))))}fetchAnswer(e){const t=this.prompts[e.type];return this.activePrompt=new t(e,this.rl,this.answers),Te.defer((()=>Te.from(this.activePrompt.run().then((t=>({name:e.name,answer:t}))))))}setDefaultType(e){return this.prompts[e.type]||(e.type="input"),Te.defer((()=>Te.of(e)))}filterIfRunnable(e){if(!0!==e.askAnswered&&void 0!==yT.get(this.answers,e.name))return Te.empty();if(!1===e.when)return Te.empty();if("function"!=typeof e.when)return Te.of(e);const{answers:t}=this;return Te.defer((()=>Te.from(Me(e.when)(t).then((t=>{if(t)return e}))).pipe(Te.filter((e=>null!=e)))))}}function gT(e){const t=function(r,n){let o;try{o=new mT(t.prompts,e)}catch(e){return Promise.reject(e)}const i=o.run(r,n);return i.ui=o,i};return t.prompts={},t.registerPrompt=function(e,r){return t.prompts[e]=r,this},t.restoreDefaultPrompts=function(){this.registerPrompt("list",oP),this.registerPrompt("input",iP),this.registerPrompt("number",aP),this.registerPrompt("confirm",uP),this.registerPrompt("rawlist",sP),this.registerPrompt("expand",cP),this.registerPrompt("checkbox",lP),this.registerPrompt("password",pP),this.registerPrompt("editor",jB)},t.restoreDefaultPrompts(),t}const DT=gT();const _T={prompt:DT,ui:{BottomBar:class extends XM{constructor(e={}){super(e),this.log=YM(this.writeLog.bind(this)),this.bottomBar=e.bottomBar||"",this.render()}render(){return this.write(this.bottomBar),this}clean(){return XF(this.rl,this.bottomBar.split("\n").length),this}updateBottomBar(e){return XF(this.rl,1),this.rl.output.unmute(),this.clean(),this.bottomBar=e,this.render(),this.rl.output.mute(),this}writeLog(e){return this.rl.output.unmute(),this.clean(),this.rl.output.write(this.enforceLF(e.toString())),this.render(),this.rl.output.mute(),this}enforceLF(e){return e.match(/[\r\n]$/)?e:e+"\n"}write(e){const t=e.split(/\n/);this.height=t.length,this.rl.setPrompt(t[t.length-1]),0===this.rl.output.rows&&0===this.rl.output.columns&&JF(this.rl,e.length+this.rl.line.length),this.rl.output.write(e)}},Prompt:mT},createPromptModule:gT,registerPrompt:function(e,t){DT.registerPrompt(e,t)},restoreDefaultPrompts:function(){DT.restoreDefaultPrompts()},Separator:iS};var wT="0.2.22";const OT=process.cwd();exports.createModule=async()=>{const e=await g.loadJSON(y.resolve(OT,"package.json")),t=await _T.prompt([{type:"list",name:"type",message:"请选择一个选项:",default:"react",choices:["vue","react"]},{type:"input",message:"workspaces name",name:"workspaces",validate:function(e){return!(e&&!v.existsSync(y.resolve(OT,e)))||"工作空间不存在"}},{type:"input",message:"package name",name:"name",validate:function(e){return!!e.replace(/\s/g,"")||"姓名不能为空,请重新输入"}},{type:"input",message:"version",name:"version",default:e.version}]),r="vue"===t.type,n=v.readFileSync(y.resolve(__dirname,r?"../../template/template.vue.package.json":"../../template/template.package.json"),"utf-8"),o=h.ejs.compile(n),i=y.resolve(OT,t.workspaces,t.name);v.existsSync(y.resolve(i))||v.mkdirSync(i),s.exec(`cd ${i}`,((e,n,a)=>{e?console.error(`错误: ${e.message}`):a?console.error(`错误: ${a}`):(h.createCwdConfig(i,t.name,r),v.mkdirSync(y.resolve(i,"public")),v.mkdirSync(y.resolve(i,"src")),v.writeFileSync(y.resolve(i,"package.json"),o({...t,coreVersion:`^${wT}`})),v.writeFileSync(y.resolve(i,"tsconfig.json"),'{\n "extends": ["./src/.gant/tsconfig.json"]\n }'),v.writeFileSync(y.resolve(i,"tsconfig.json"),'{\n "extends": ["./src/.gant/tsconfig.json"]\n }'))}))},exports.stringWidthExports=FS;
|
|
10
|
+
const CA=v,xA=y,FA=l,PA=function(){var e;return e=jA?process.env.TEMP||process.env.TMP||(process.env.SystemRoot||process.env.windir)+"\\temp":process.env.TMPDIR||process.env.TMP||process.env.TEMP||"/tmp",SA.test(e)&&(e=e.slice(0,-1)),e},AA=process.binding("constants"),BA=PA(),MA="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",TA=/XXXXXX/,kA=3,RA=(AA.O_CREAT||AA.fs.O_CREAT)|(AA.O_EXCL||AA.fs.O_EXCL)|(AA.O_RDWR||AA.fs.O_RDWR),IA=AA.EBADF||AA.os.errno.EBADF,LA=AA.ENOENT||AA.os.errno.ENOENT,NA=[];var UA=!1,GA=!1;function WA(e){var t=[],r=null;try{r=FA.randomBytes(e)}catch(t){r=FA.pseudoRandomBytes(e)}for(var n=0;n<e;n++)t.push(MA[r[n]%MA.length]);return t.join("")}function qA(e){return void 0===e}function VA(e,t){return"function"==typeof e?[t||{},e]:qA(e)?[{},t]:[e,t]}function zA(e){if(e.name)return xA.join(e.dir||BA,e.name);if(e.template)return e.template.replace(TA,WA(6));const t=[e.prefix||"tmp-",process.pid,WA(12),e.postfix||""].join("");return xA.join(e.dir||BA,t)}function $A(e,t){var r=VA(e,t),n=r[0],o=r[1],i=n.name?1:n.tries||kA;return isNaN(i)||i<0?o(new Error("Invalid tries")):n.template&&!n.template.match(TA)?o(new Error("Invalid template provided")):void function e(){const t=zA(n);CA.stat(t,(function(r){if(!r)return i-- >0?e():o(new Error("Could not get a unique tmp filename, max tries reached "+t));o(null,t)}))}()}function KA(e){var t=VA(e)[0],r=t.name?1:t.tries||kA;if(isNaN(r)||r<0)throw new Error("Invalid tries");if(t.template&&!t.template.match(TA))throw new Error("Invalid template provided");do{const e=zA(t);try{CA.statSync(e)}catch(t){return e}}while(r-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function YA(e){const t=[e];do{for(var r=t.pop(),n=!1,o=CA.readdirSync(r),i=0,a=o.length;i<a;i++){var u=xA.join(r,o[i]);CA.lstatSync(u).isDirectory()?(n||(n=!0,t.push(r)),t.push(u)):CA.unlinkSync(u)}n||CA.rmdirSync(r)}while(0!==t.length)}function HA(e,t,r){const n=QA((function(e){try{0<=e[0]&&CA.closeSync(e[0])}catch(e){if(!(t=e,eB(t,-IA,"EBADF")||ZA(e)))throw e}var t;try{CA.unlinkSync(e[1])}catch(e){if(!ZA(e))throw e}}),[t,e]);return r.keep||NA.unshift(n),n}function JA(e,t){const r=QA(t.unsafeCleanup?YA:CA.rmdirSync.bind(CA),e);return t.keep||NA.unshift(r),r}function QA(e,t){var r=!1;return function n(o){if(!r){const o=NA.indexOf(n);o>=0&&NA.splice(o,1),r=!0,e(t)}o&&o(null)}}function XA(){if(!GA||UA)for(;NA.length;)try{NA[0].call(null)}catch(e){}}function ZA(e){return eB(e,-LA,"ENOENT")}function eB(e,t,r){return e.code==t||e.code==r}const tB=process.versions.node.split(".").map((function(e){return parseInt(e,10)}));0===tB[0]&&(tB[1]<9||9===tB[1]&&tB[2]<5)&&process.addListener("uncaughtException",(function(e){throw GA=!0,XA(),e})),process.addListener("exit",(function(e){e&&(GA=!0),XA()})),EA.tmpdir=BA,EA.dir=function(e,t){var r=VA(e,t),n=r[0],o=r[1];$A(n,(function(e,t){if(e)return o(e);CA.mkdir(t,n.mode||448,(function(e){if(e)return o(e);o(null,t,JA(t,n))}))}))},EA.dirSync=function(e){var t=VA(e)[0];const r=KA(t);return CA.mkdirSync(r,t.mode||448),{name:r,removeCallback:JA(r,t)}},EA.file=function(e,t){var r=VA(e,t),n=r[0],o=r[1];n.postfix=qA(n.postfix)?".tmp":n.postfix,$A(n,(function(e,t){if(e)return o(e);CA.open(t,RA,n.mode||384,(function(e,r){return e?o(e):n.discardDescriptor?CA.close(r,(function(e){if(e){try{CA.unlinkSync(t)}catch(t){ZA(t)||(e=t)}return o(e)}o(null,t,void 0,HA(t,-1,n))})):n.detachDescriptor?o(null,t,r,HA(t,-1,n)):void o(null,t,r,HA(t,r,n))}))}))},EA.fileSync=function(e){var t=VA(e)[0];t.postfix=t.postfix||".tmp";const r=t.discardDescriptor||t.detachDescriptor,n=KA(t);var o=CA.openSync(n,RA,t.mode||384);return t.discardDescriptor&&(CA.closeSync(o),o=void 0),{name:n,fd:o,removeCallback:HA(n,r?-1:o,t)}},EA.tmpName=$A,EA.tmpNameSync=KA,EA.setGracefulCleanup=function(){UA=!0};var rB={},nB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(rB,"__esModule",{value:!0});var oB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to create temporary file for editor")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return nB(t,e),t}(Error);rB.CreateFileError=oB;var iB={},aB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(iB,"__esModule",{value:!0});var uB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed launch editor")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return aB(t,e),t}(Error);iB.LaunchEditorError=uB;var sB={},cB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(sB,"__esModule",{value:!0});var lB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to read temporary file")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return cB(t,e),t}(Error);sB.ReadFileError=lB;var fB={},pB=h.commonjsGlobal&&h.commonjsGlobal.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(fB,"__esModule",{value:!0});var dB=function(e){function t(t){var r=this.constructor,n=e.call(this,"Failed to cleanup temporary file")||this;n.originalError=t;var o=r.prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,o):n.__proto__=r.prototype,n}return pB(t,e),t}(Error);fB.RemoveFileError=dB,Object.defineProperty(dP,"__esModule",{value:!0});var hB=hP,bB=s,vB=v,yB=OA,mB=EA,gB=rB;dP.CreateFileError=gB.CreateFileError;var DB=iB;dP.LaunchEditorError=DB.LaunchEditorError;var _B=sB;dP.ReadFileError=_B.ReadFileError;var wB=fB;dP.RemoveFileError=wB.RemoveFileError,dP.edit=function(e,t){void 0===e&&(e="");var r=new EB(e,t);return r.run(),r.cleanup(),r.text};var OB=dP.editAsync=function(e,t,r){void 0===e&&(e="");var n=new EB(e,r);n.runAsync((function(e,r){if(e)setImmediate(t,e,null);else try{n.cleanup(),setImmediate(t,null,r)}catch(e){setImmediate(t,e,null)}}))},EB=function(){function e(e,t){void 0===e&&(e=""),this.text="",this.fileOptions={},this.text=e,t&&(this.fileOptions=t),this.determineEditor(),this.createTemporaryFile()}return e.splitStringBySpace=function(e){for(var t=[],r="",n=0;n<e.length;n++){var o=e[n];n>0&&" "===o&&"\\"!==e[n-1]&&r.length>0?(t.push(r),r=""):r+=o}return r.length>0&&t.push(r),t},Object.defineProperty(e.prototype,"temp_file",{get:function(){return console.log("DEPRECATED: temp_file. Use tempFile moving forward."),this.tempFile},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last_exit_status",{get:function(){return console.log("DEPRECATED: last_exit_status. Use lastExitStatus moving forward."),this.lastExitStatus},enumerable:!0,configurable:!0}),e.prototype.run=function(){return this.launchEditor(),this.readTemporaryFile(),this.text},e.prototype.runAsync=function(e){var t=this;try{this.launchEditorAsync((function(){try{t.readTemporaryFile(),setImmediate(e,null,t.text)}catch(t){setImmediate(e,t,null)}}))}catch(t){setImmediate(e,t,null)}},e.prototype.cleanup=function(){this.removeTemporaryFile()},e.prototype.determineEditor=function(){var t=process.env.VISUAL?process.env.VISUAL:process.env.EDITOR?process.env.EDITOR:/^win/.test(process.platform)?"notepad":"vim",r=e.splitStringBySpace(t).map((function(e){return e.replace("\\ "," ")})),n=r.shift();this.editor={args:r,bin:n}},e.prototype.createTemporaryFile=function(){try{this.tempFile=mB.tmpNameSync(this.fileOptions);var e={encoding:"utf8"};this.fileOptions.hasOwnProperty("mode")&&(e.mode=this.fileOptions.mode),vB.writeFileSync(this.tempFile,this.text,e)}catch(e){throw new gB.CreateFileError(e)}},e.prototype.readTemporaryFile=function(){try{var e=vB.readFileSync(this.tempFile);if(0===e.length)this.text="";else{var t=hB.detect(e).toString();yB.encodingExists(t)||(t="utf8"),this.text=yB.decode(e,t)}}catch(e){throw new _B.ReadFileError(e)}},e.prototype.removeTemporaryFile=function(){try{vB.unlinkSync(this.tempFile)}catch(e){throw new wB.RemoveFileError(e)}},e.prototype.launchEditor=function(){try{var e=bB.spawnSync(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"});this.lastExitStatus=e.status}catch(e){throw new DB.LaunchEditorError(e)}},e.prototype.launchEditorAsync=function(e){var t=this;try{bB.spawn(this.editor.bin,this.editor.args.concat([this.tempFile]),{stdio:"inherit"}).on("exit",(function(r){t.lastExitStatus=r,setImmediate(e)}))}catch(e){throw new DB.LaunchEditorError(e)}},e}();dP.ExternalEditor=EB;class jB extends nP{_run(e){this.done=e,this.editorResult=new Te.Subject;const t=Jv(this.rl);this.lineSubscription=t.line.subscribe(this.startExternalEditor.bind(this));void 0===this.opt.waitUserInput||this.opt.waitUserInput||this.startExternalEditor();const r=this.handleSubmitEvents(this.editorResult);return r.success.forEach(this.onEnd.bind(this)),r.error.forEach(this.onError.bind(this)),this.currentText=this.opt.default,this.opt.default=null,this.render(),this}render(e){let t="",r=this.getQuestion();"answered"===this.status?r+=K.dim("Received"):r+=K.dim("Press <enter> to launch your preferred editor."),e&&(t=K.red(">> ")+e),this.screen.render(r,t)}startExternalEditor(){this.rl.pause(),OB(this.currentText,this.endExternalEditor.bind(this),{postfix:this.opt.postfix??".txt"})}endExternalEditor(e,t){this.rl.resume(),e?this.editorResult.error(e):this.editorResult.next(t)}onEnd(e){this.editorResult.unsubscribe(),this.lineSubscription.unsubscribe(),this.answer=e.value,this.status="answered",this.render(),this.screen.done(),this.done(this.answer)}onError(e){this.render(e.isValid)}}var SB,CB={exports:{}},xB=Object.prototype.toString,FB=Math.max,PB=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var o=0;o<t.length;o+=1)r[o+e.length]=t[o];return r},AB=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==xB.apply(t))throw new TypeError("Function.prototype.bind called on incompatible "+t);for(var r,n=function(e,t){for(var r=[],n=t||0,o=0;n<e.length;n+=1,o+=1)r[o]=e[n];return r}(arguments,1),o=FB(0,t.length-n.length),i=[],a=0;a<o;a++)i[a]="$"+a;if(r=Function("binder","return function ("+function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(i,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var o=t.apply(this,PB(n,arguments));return Object(o)===o?o:this}return t.apply(e,PB(n,arguments))})),t.prototype){var u=function(){};u.prototype=t.prototype,r.prototype=new u,u.prototype=null}return r},BB=Function.prototype.bind||AB,MB=Error,TB=EvalError,kB=RangeError,RB=ReferenceError,IB=SyntaxError,LB=TypeError,NB=URIError,UB="undefined"!=typeof Symbol&&Symbol,GB=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0},WB={__proto__:null,foo:{}},qB=Object,VB=Function.prototype.call,zB=Object.prototype.hasOwnProperty,$B=BB.call(VB,zB),KB=MB,YB=TB,HB=kB,JB=RB,QB=IB,XB=LB,ZB=NB,eM=Function,tM=function(e){try{return eM('"use strict"; return ('+e+").constructor;")()}catch(e){}},rM=Object.getOwnPropertyDescriptor;if(rM)try{rM({},"")}catch(e){rM=null}var nM=function(){throw new XB},oM=rM?function(){try{return nM}catch(e){try{return rM(arguments,"callee").get}catch(e){return nM}}}():nM,iM="function"==typeof UB&&"function"==typeof Symbol&&"symbol"==typeof UB("foo")&&"symbol"==typeof Symbol("bar")&&GB(),aM={__proto__:WB}.foo===WB.foo&&!(WB instanceof qB),uM=Object.getPrototypeOf||(aM?function(e){return e.__proto__}:null),sM={},cM="undefined"!=typeof Uint8Array&&uM?uM(Uint8Array):SB,lM={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?SB:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?SB:ArrayBuffer,"%ArrayIteratorPrototype%":iM&&uM?uM([][Symbol.iterator]()):SB,"%AsyncFromSyncIteratorPrototype%":SB,"%AsyncFunction%":sM,"%AsyncGenerator%":sM,"%AsyncGeneratorFunction%":sM,"%AsyncIteratorPrototype%":sM,"%Atomics%":"undefined"==typeof Atomics?SB:Atomics,"%BigInt%":"undefined"==typeof BigInt?SB:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?SB:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?SB:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?SB:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":KB,"%eval%":eval,"%EvalError%":YB,"%Float32Array%":"undefined"==typeof Float32Array?SB:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?SB:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?SB:FinalizationRegistry,"%Function%":eM,"%GeneratorFunction%":sM,"%Int8Array%":"undefined"==typeof Int8Array?SB:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?SB:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?SB:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":iM&&uM?uM(uM([][Symbol.iterator]())):SB,"%JSON%":"object"==typeof JSON?JSON:SB,"%Map%":"undefined"==typeof Map?SB:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&iM&&uM?uM((new Map)[Symbol.iterator]()):SB,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?SB:Promise,"%Proxy%":"undefined"==typeof Proxy?SB:Proxy,"%RangeError%":HB,"%ReferenceError%":JB,"%Reflect%":"undefined"==typeof Reflect?SB:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?SB:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&iM&&uM?uM((new Set)[Symbol.iterator]()):SB,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?SB:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":iM&&uM?uM(""[Symbol.iterator]()):SB,"%Symbol%":iM?Symbol:SB,"%SyntaxError%":QB,"%ThrowTypeError%":oM,"%TypedArray%":cM,"%TypeError%":XB,"%Uint8Array%":"undefined"==typeof Uint8Array?SB:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?SB:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?SB:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?SB:Uint32Array,"%URIError%":ZB,"%WeakMap%":"undefined"==typeof WeakMap?SB:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?SB:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?SB:WeakSet};if(uM)try{null.error}catch(e){var fM=uM(uM(e));lM["%Error.prototype%"]=fM}var pM,dM,hM=function e(t){var r;if("%AsyncFunction%"===t)r=tM("async function () {}");else if("%GeneratorFunction%"===t)r=tM("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=tM("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&uM&&(r=uM(o.prototype))}return lM[t]=r,r},bM={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},vM=BB,yM=$B,mM=vM.call(Function.call,Array.prototype.concat),gM=vM.call(Function.apply,Array.prototype.splice),DM=vM.call(Function.call,String.prototype.replace),_M=vM.call(Function.call,String.prototype.slice),wM=vM.call(Function.call,RegExp.prototype.exec),OM=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,EM=/\\(\\)?/g,jM=function(e,t){var r,n=e;if(yM(bM,n)&&(n="%"+(r=bM[n])[0]+"%"),yM(lM,n)){var o=lM[n];if(o===sM&&(o=hM(n)),void 0===o&&!t)throw new XB("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new QB("intrinsic "+e+" does not exist!")},SM=function(e,t){if("string"!=typeof e||0===e.length)throw new XB("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new XB('"allowMissing" argument must be a boolean');if(null===wM(/^%?[^%]*%?$/,e))throw new QB("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=_M(e,0,1),r=_M(e,-1);if("%"===t&&"%"!==r)throw new QB("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new QB("invalid intrinsic syntax, expected opening `%`");var n=[];return DM(e,OM,(function(e,t,r,o){n[n.length]=r?DM(o,EM,"$1"):t||e})),n}(e),n=r.length>0?r[0]:"",o=jM("%"+n+"%",t),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],gM(r,mM([0,1],s)));for(var c=1,l=!0;c<r.length;c+=1){var f=r[c],p=_M(f,0,1),d=_M(f,-1);if(('"'===p||"'"===p||"`"===p||'"'===d||"'"===d||"`"===d)&&p!==d)throw new QB("property names with quotes must have matching quotes");if("constructor"!==f&&l||(u=!0),yM(lM,i="%"+(n+="."+f)+"%"))a=lM[i];else if(null!=a){if(!(f in a)){if(!t)throw new XB("base intrinsic for "+e+" exists, but the property is not available.");return}if(rM&&c+1>=r.length){var h=rM(a,f);a=(l=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:a[f]}else l=yM(a,f),a=a[f];l&&!u&&(lM[i]=a)}}return a};function CM(){if(dM)return pM;dM=1;var e=SM("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch(t){e=!1}return pM=e}var xM=SM("%Object.getOwnPropertyDescriptor%",!0);if(xM)try{xM([],"length")}catch(e){xM=null}var FM=xM,PM=CM(),AM=IB,BM=LB,MM=FM,TM=CM(),kM=function(){return!!TM};kM.hasArrayLengthDefineBug=function(){if(!TM)return null;try{return 1!==TM([],"length",{value:1}).length}catch(e){return!0}};var RM=SM,IM=function(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new BM("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new BM("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new BM("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new BM("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new BM("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new BM("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,a=arguments.length>6&&arguments[6],u=!!MM&&MM(e,t);if(PM)PM(e,t,{configurable:null===i&&u?u.configurable:!i,enumerable:null===n&&u?u.enumerable:!n,value:r,writable:null===o&&u?u.writable:!o});else{if(!a&&(n||o||i))throw new AM("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=r}},LM=kM(),NM=FM,UM=LB,GM=RM("%Math.floor%"),WM=function(e,t){if("function"!=typeof e)throw new UM("`fn` is not a function");if("number"!=typeof t||t<0||t>4294967295||GM(t)!==t)throw new UM("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,o=!0;if("length"in e&&NM){var i=NM(e,"length");i&&!i.configurable&&(n=!1),i&&!i.writable&&(o=!1)}return(n||o||!r)&&(LM?IM(e,"length",t,!0,!0):IM(e,"length",t)),e};!function(e){var t=BB,r=SM,n=WM,o=LB,i=r("%Function.prototype.apply%"),a=r("%Function.prototype.call%"),u=r("%Reflect.apply%",!0)||t.call(a,i),s=CM(),c=r("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new o("a function is required");var r=u(t,a,arguments);return n(r,1+c(0,e.length-(arguments.length-1)),!0)};var l=function(){return u(t,i,arguments)};s?s(e.exports,"apply",{value:l}):e.exports.apply=l}(CB);var qM=CB.exports,VM=i.Stream,zM=qM;function $M(e,t,r){var n=zM(e||function(e){this.queue(e)}),o=zM(t||function(){this.queue(null)}),i=!1,a=!1,u=[],s=!1,c=new VM;function l(){for(;u.length&&!c.paused;){var e=u.shift();if(null===e)return c.emit("end");c.emit("data",e)}}return c.readable=!0,c.writable=!0,c.paused=!1,c.autoDestroy=!(r&&!1===r.autoDestroy),c.write=function(e){return n(this,e),!c.paused},c.queue=function(e){return s||(null===e&&(s=!0),u.push(e),l()),c},c.push=c.queue,c.on("end",(function(){c.readable=!1,!c.writable&&c.autoDestroy&&process.nextTick((function(){c.destroy()}))})),c.end=function(e){if(!i)return i=!0,arguments.length&&c.write(e),c.writable=!1,o(c),!c.readable&&c.autoDestroy&&c.destroy(),c},c.destroy=function(){if(!a)return a=!0,i=!0,u.length=0,c.writable=!1,c.readable=!1,c.emit("close"),c},c.pause=function(){if(!c.paused)return c.paused=!0,c},c.resume=function(){return c.paused&&(c.paused=!1,c.emit("resume")),l(),c.paused||c.emit("drain"),c},c}var KM=$M;$M.through=$M;var YM=h.getDefaultExportFromCjs(KM);const HM=i;var JM=class extends HM{#e=null;constructor(e={}){super(e),this.writable=this.readable=!0,this.muted=!1,this.on("pipe",this._onpipe),this.replace=e.replace,this._prompt=e.prompt||null,this._hadControl=!1}#t(e,t){return this._dest?this._dest[e]:this._src?this._src[e]:t}#r(e,...t){"function"==typeof this._dest?.[e]&&this._dest[e](...t),"function"==typeof this._src?.[e]&&this._src[e](...t)}get isTTY(){return null!==this.#e?this.#e:this.#t("isTTY",!1)}set isTTY(e){this.#e=e}get rows(){return this.#t("rows")}get columns(){return this.#t("columns")}mute(){this.muted=!0}unmute(){this.muted=!1}_onpipe(e){this._src=e}pipe(e,t){return this._dest=e,super.pipe(e,t)}pause(){if(this._src)return this._src.pause()}resume(){if(this._src)return this._src.resume()}write(e){if(this.muted){if(!this.replace)return!0;if(e.match(/^\u001b/))return 0===e.indexOf(this._prompt)&&(e=(e=e.slice(this._prompt.length)).replace(/./g,this.replace),e=this._prompt+e),this._hadControl=!0,this.emit("data",e);this._prompt&&this._hadControl&&0===e.indexOf(this._prompt)&&(this._hadControl=!1,this.emit("data",this._prompt),e=e.slice(this._prompt.length)),e=e.toString().replace(/./g,this.replace)}this.emit("data",e)}end(e){this.muted&&(e=e&&this.replace?e.toString().replace(/./g,this.replace):null),e&&this.emit("data",e),this.emit("end")}destroy(...e){return this.#r("destroy",...e)}destroySoon(...e){return this.#r("destroySoon",...e)}close(...e){return this.#r("close",...e)}},QM=h.getDefaultExportFromCjs(JM);class XM{constructor(e){this.rl||=m.createInterface(function(e={}){e.skipTTYChecks=void 0===e.skipTTYChecks||e.skipTTYChecks;const t=e.input||process.stdin;if(!e.skipTTYChecks&&!t.isTTY){const e=new Error("Prompts can not be meaningfully rendered in non-TTY environments");throw e.isTtyError=!0,e}const r=new QM;r.pipe(e.output||process.stdout);const n=r;return{terminal:!0,...e,input:t,output:n}}(e)),this.rl.resume(),this.onForceClose=this.onForceClose.bind(this),process.on("exit",this.onForceClose),this.rl.on("SIGINT",this.onForceClose)}onForceClose(){this.close(),process.kill(process.pid,"SIGINT"),console.log("")}close(){this.rl.removeListener("SIGINT",this.onForceClose),process.removeListener("exit",this.onForceClose),this.rl.output.unmute(),this.activePrompt&&"function"==typeof this.activePrompt.close&&this.activePrompt.close(),this.rl.output.end(),this.rl.pause(),this.rl.close()}}var ZM=Dy,eT=j_,tT=vm,rT=Function.prototype,nT=Object.prototype,oT=rT.toString,iT=nT.hasOwnProperty,aT=oT.call(Object);var uT=function(e){if(!tT(e)||"[object Object]"!=ZM(e))return!1;var t=eT(e);if(null===t)return!0;var r=iT.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&oT.call(r)==aT},sT=VD,cT=rj,lT=cm,fT=_y,pT=oj;var dT=function(e,t,r,n){if(!fT(e))return e;for(var o=-1,i=(t=cT(t,e)).length,a=i-1,u=e;null!=u&&++o<i;){var s=pT(t[o]),c=r;if("__proto__"===s||"constructor"===s||"prototype"===s)return e;if(o!=a){var l=u[s];void 0===(c=n?n(l,s,u):void 0)&&(c=fT(l)?l:lT(t[o+1])?[]:{})}sT(u,s,c),u=u[s]}return e},hT=dT;var bT=function(e,t,r){return null==e?e:hT(e,t,r)};const vT=function(e,t,r){return"function"!=typeof e[t]?Te.of(e):Te.from(Me(e[t])(r).then((r=>(e[t]=r,e))))},yT={isPlainObject:h.getDefaultExportFromCjs(uT),set:h.getDefaultExportFromCjs(bT),get:lj};class mT extends XM{constructor(e,t){super(t),this.prompts=e}run(e,t){yT.isPlainObject(t)?this.answers={...t}:this.answers={},yT.isPlainObject(e)&&(e=Object.values(e).every((e=>yT.isPlainObject(e)&&void 0===e.name))?Object.entries(e).map((([e,t])=>({name:e,...t}))):[e]);const r=Array.isArray(e)?Te.from(e):e;return this.process=r.pipe(Te.concatMap(this.processQuestion.bind(this)),Te.publish()),this.process.connect(),this.process.pipe(Te.reduce(((e,t)=>(yT.set(e,t.name,t.answer),e)),this.answers)).toPromise(Promise).then(this.onCompletion.bind(this),this.onError.bind(this))}onCompletion(){return this.close(),this.answers}onError(e){return this.close(),Promise.reject(e)}processQuestion(e){return e={...e},Te.defer((()=>Te.of(e).pipe(Te.concatMap(this.setDefaultType.bind(this)),Te.concatMap(this.filterIfRunnable.bind(this)),Te.concatMap((()=>vT(e,"message",this.answers))),Te.concatMap((()=>vT(e,"default",this.answers))),Te.concatMap((()=>vT(e,"choices",this.answers))),Te.concatMap(this.fetchAnswer.bind(this)))))}fetchAnswer(e){const t=this.prompts[e.type];return this.activePrompt=new t(e,this.rl,this.answers),Te.defer((()=>Te.from(this.activePrompt.run().then((t=>({name:e.name,answer:t}))))))}setDefaultType(e){return this.prompts[e.type]||(e.type="input"),Te.defer((()=>Te.of(e)))}filterIfRunnable(e){if(!0!==e.askAnswered&&void 0!==yT.get(this.answers,e.name))return Te.empty();if(!1===e.when)return Te.empty();if("function"!=typeof e.when)return Te.of(e);const{answers:t}=this;return Te.defer((()=>Te.from(Me(e.when)(t).then((t=>{if(t)return e}))).pipe(Te.filter((e=>null!=e)))))}}function gT(e){const t=function(r,n){let o;try{o=new mT(t.prompts,e)}catch(e){return Promise.reject(e)}const i=o.run(r,n);return i.ui=o,i};return t.prompts={},t.registerPrompt=function(e,r){return t.prompts[e]=r,this},t.restoreDefaultPrompts=function(){this.registerPrompt("list",oP),this.registerPrompt("input",iP),this.registerPrompt("number",aP),this.registerPrompt("confirm",uP),this.registerPrompt("rawlist",sP),this.registerPrompt("expand",cP),this.registerPrompt("checkbox",lP),this.registerPrompt("password",pP),this.registerPrompt("editor",jB)},t.restoreDefaultPrompts(),t}const DT=gT();const _T={prompt:DT,ui:{BottomBar:class extends XM{constructor(e={}){super(e),this.log=YM(this.writeLog.bind(this)),this.bottomBar=e.bottomBar||"",this.render()}render(){return this.write(this.bottomBar),this}clean(){return XF(this.rl,this.bottomBar.split("\n").length),this}updateBottomBar(e){return XF(this.rl,1),this.rl.output.unmute(),this.clean(),this.bottomBar=e,this.render(),this.rl.output.mute(),this}writeLog(e){return this.rl.output.unmute(),this.clean(),this.rl.output.write(this.enforceLF(e.toString())),this.render(),this.rl.output.mute(),this}enforceLF(e){return e.match(/[\r\n]$/)?e:e+"\n"}write(e){const t=e.split(/\n/);this.height=t.length,this.rl.setPrompt(t[t.length-1]),0===this.rl.output.rows&&0===this.rl.output.columns&&JF(this.rl,e.length+this.rl.line.length),this.rl.output.write(e)}},Prompt:mT},createPromptModule:gT,registerPrompt:function(e,t){DT.registerPrompt(e,t)},restoreDefaultPrompts:function(){DT.restoreDefaultPrompts()},Separator:iS};var wT="0.2.24";const OT=process.cwd();exports.createModule=async()=>{const e=await g.loadJSON(y.resolve(OT,"package.json")),t=await _T.prompt([{type:"list",name:"type",message:"请选择一个选项:",default:"react",choices:["vue","react"]},{type:"input",message:"workspaces name",name:"workspaces",validate:function(e){return!(e&&!v.existsSync(y.resolve(OT,e)))||"工作空间不存在"}},{type:"input",message:"package name",name:"name",validate:function(e){return!!e.replace(/\s/g,"")||"姓名不能为空,请重新输入"}},{type:"input",message:"version",name:"version",default:e.version}]),r="vue"===t.type,n=v.readFileSync(y.resolve(__dirname,r?"../../template/template.vue.package.json":"../../template/template.package.json"),"utf-8"),o=h.ejs.compile(n),i=y.resolve(OT,t.workspaces,t.name);v.existsSync(y.resolve(i))||v.mkdirSync(i),s.exec(`cd ${i}`,((e,n,a)=>{e?console.error(`错误: ${e.message}`):a?console.error(`错误: ${a}`):(h.createCwdConfig(i,t.name,r),v.mkdirSync(y.resolve(i,"public")),v.mkdirSync(y.resolve(i,"src")),v.writeFileSync(y.resolve(i,"package.json"),o({...t,coreVersion:`^${wT}`})),v.writeFileSync(y.resolve(i,"tsconfig.json"),'{\n "extends": ["./src/.gant/tsconfig.json"]\n }'),v.writeFileSync(y.resolve(i,"tsconfig.json"),'{\n "extends": ["./src/.gant/tsconfig.json"]\n }'))}))},exports.stringWidthExports=FS;
|
package/lib/core/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as S}from"./request/index.js";export{r as request}from"./request/index.js";export{e as expireCache}from"./cache/index.js";export{default as mitt}from"mitt";import{g as R,u as O}from"./store/index.js";export{a as MENU_BREADCRUMBS_UPDATE,M as MENU_HISTORY_UPDATE,b as PROGRESS_UPDEDATE,W as WS_CONTENT_CLOSE,d as WS_CONTENT_ERROR,e as WS_CONTENT_SUCCESS,c as codeListStore,i as companydataStore,l as loginStore,m as menuStore,p as parameterStore,P as progress,s as storageStore,w as websocket}from"./store/index.js";import{i as _}from"./i18n/index.js";export{t as tr}from"./i18n/index.js";export{P as PresetColors,T as TinyColor,A as bounds,b as compactAlgorithm,J as convertDecimalToHex,K as convertHexToDecimal,a as darkAlgorithm,d as defaultAlgorithm,f as formatAliasToken,u as fromRatio,g as getAliasToken,h as getAlphaColor,k as getBackgroundColor,i as getDarkenSolidColor,j as getLightenSolidColor,e as getTokenCssVar,D as hslToRgb,F as hsvToRgb,w as inputToRGB,o as isReadable,y as isValidCSSUnit,v as legacyRandom,l as lighten,c as meetingDerivative,p as mostReadable,n as names,M as numberInputToObject,L as parseIntFromHex,z as random,r as readability,G as rgbToHex,C as rgbToHsl,E as rgbToHsv,B as rgbToRgb,I as rgbaToArgbHex,H as rgbaToHex,s as seed,x as stringInputToObject,m as tinycolor,q as toMsFilter,t as token}from"./theme/index.js";export{g as getTraceId}from"./microservices/index.js";import{g as N}from"./utils/index.js";export{a as getAntdLocaleKey,b as getRoutes,s as setLocaleKey}from"./utils/index.js";import{uniqueId as U}from"lodash-es";export*from"axios";const $="X-G-TRACE-ID",V=e=>s=>{const{url:a="",serviceId:r}=s,o={};Object.keys(e).forEach((s=>{e[s].forEach((e=>{o[e]=s}))}))
|
|
1
|
+
import{a as S}from"./request/index.js";export{r as request}from"./request/index.js";export{e as expireCache}from"./cache/index.js";export{default as mitt}from"mitt";import{g as R,u as O}from"./store/index.js";export{a as MENU_BREADCRUMBS_UPDATE,M as MENU_HISTORY_UPDATE,b as PROGRESS_UPDEDATE,W as WS_CONTENT_CLOSE,d as WS_CONTENT_ERROR,e as WS_CONTENT_SUCCESS,c as codeListStore,i as companydataStore,l as loginStore,m as menuStore,p as parameterStore,P as progress,s as storageStore,w as websocket}from"./store/index.js";import{i as _}from"./i18n/index.js";export{t as tr}from"./i18n/index.js";export{P as PresetColors,T as TinyColor,A as bounds,b as compactAlgorithm,J as convertDecimalToHex,K as convertHexToDecimal,a as darkAlgorithm,d as defaultAlgorithm,f as formatAliasToken,u as fromRatio,g as getAliasToken,h as getAlphaColor,k as getBackgroundColor,i as getDarkenSolidColor,j as getLightenSolidColor,e as getTokenCssVar,D as hslToRgb,F as hsvToRgb,w as inputToRGB,o as isReadable,y as isValidCSSUnit,v as legacyRandom,l as lighten,c as meetingDerivative,p as mostReadable,n as names,M as numberInputToObject,L as parseIntFromHex,z as random,r as readability,G as rgbToHex,C as rgbToHsl,E as rgbToHsv,B as rgbToRgb,I as rgbaToArgbHex,H as rgbaToHex,s as seed,x as stringInputToObject,m as tinycolor,q as toMsFilter,t as token}from"./theme/index.js";export{g as getTraceId}from"./microservices/index.js";import{g as N}from"./utils/index.js";export{a as getAntdLocaleKey,b as getRoutes,s as setLocaleKey}from"./utils/index.js";import{uniqueId as U}from"lodash-es";export*from"axios";const $="X-G-TRACE-ID",V=e=>s=>{const{url:a="",serviceId:r}=s,o={};Object.keys(e).forEach((s=>{e[s].forEach((e=>{o[e]=s}))})),Object.keys(e).forEach((e=>{}));let t=`${a}.api`;const[,i]=t.split("/");return t=r?`/${r}${t}`:o[i]?`/${o[i]}${t}`:t,delete s.serviceId,s.url=t,s},X=e=>s=>{const a=U($);return s.headers={...s.headers,[$]:a,needHtmlEscape:"false",userLanguage:e,...O.userIdentity},s};var Y=async({microServiceMap:e,dynamicLangCallback:s,...a})=>{S.interceptors.request.use(V(e)),await R.findPlantform();const r=N();S.interceptors.request.use(X(r)),await _(r),await(s?.());return await R.init(a)};export{N as getLocaleKey,R as globalStore,Y as init,_ as initDynamicLang,S as requestInstance,X as useRequestHeader,V as useRequestMicroSevices,O as userStore};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/lib/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/main.ts"],"sourcesContent":["import { requestInstance, InternalAxiosRequestConfig, userStore, globalStore, initDynamicLang } from './core';\nimport type { GlobalOptions } from './core/store/type';\nimport { getLocaleKey } from './core/utils';\nimport { uniqueId, get, isEmpty } from 'lodash-es';\n\nconst TraceIdKey = 'X-G-TRACE-ID';\n\nexport const useRequestMicroSevices = (microServiceMap?: any) => {\n return (config: InternalAxiosRequestConfig) => {\n const { url = '', serviceId } = config;\n const serviceIdMap: any = {};\n Object.keys(microServiceMap).forEach(key => {\n microServiceMap[key as keyof typeof microServiceMap].forEach((module: any) => {\n serviceIdMap[module] = key;\n });\n });\n const urlMap: any = {};\n Object.keys(microServiceMap).forEach(key => {\n urlMap[key] = key;\n });\n const suffix = '.api';\n //传入拼接的url\n let newUrl = suffix ? `${url}${suffix}` : url;\n const [, urlPrefix] = newUrl.split('/');\n newUrl =
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/main.ts"],"sourcesContent":["import { requestInstance, InternalAxiosRequestConfig, userStore, globalStore, initDynamicLang } from './core';\nimport type { GlobalOptions } from './core/store/type';\nimport { getLocaleKey } from './core/utils';\nimport { uniqueId, get, isEmpty } from 'lodash-es';\n\nconst TraceIdKey = 'X-G-TRACE-ID';\n\nexport const useRequestMicroSevices = (microServiceMap?: any) => {\n return (config: InternalAxiosRequestConfig) => {\n const { url = '', serviceId } = config;\n const serviceIdMap: any = {};\n Object.keys(microServiceMap).forEach(key => {\n microServiceMap[key as keyof typeof microServiceMap].forEach((module: any) => {\n serviceIdMap[module] = key;\n });\n });\n const urlMap: any = {};\n Object.keys(microServiceMap).forEach(key => {\n urlMap[key] = key;\n });\n const suffix = '.api';\n //传入拼接的url\n let newUrl = suffix ? `${url}${suffix}` : url;\n const [, urlPrefix] = newUrl.split('/');\n newUrl = serviceId\n ? `/${serviceId}${newUrl}`\n : serviceIdMap[urlPrefix]\n ? `/${serviceIdMap[urlPrefix]}${newUrl}`\n :newUrl;\n\n delete config.serviceId;\n config.url = newUrl;\n return config;\n };\n};\nexport const useRequestHeader = (userLanguage: string) => (config: InternalAxiosRequestConfig) => {\n const TRACE_ID = uniqueId(TraceIdKey);\n config.headers = {\n ...config.headers,\n [TraceIdKey]: TRACE_ID,\n needHtmlEscape: 'false',\n userLanguage,\n ...userStore.userIdentity,\n } as any;\n return config;\n};\nexport interface MainOptions extends GlobalOptions {\n microServiceMap?: any;\n locale?: string;\n dynamicLangCallback?: () => void;\n}\n\nexport default async ({ microServiceMap, dynamicLangCallback, ...globalOptions }: MainOptions) => {\n requestInstance.interceptors.request.use(useRequestMicroSevices(microServiceMap));\n await globalStore.findPlantform();\n const locale = getLocaleKey();\n requestInstance.interceptors.request.use(useRequestHeader(locale));\n\n await initDynamicLang(locale);\n await dynamicLangCallback?.();\n const res = await globalStore.init(globalOptions);\n return res;\n};\n"],"names":["TraceIdKey","useRequestMicroSevices","microServiceMap","config","url","serviceId","serviceIdMap","Object","keys","forEach","key","module","newUrl","urlPrefix","split","useRequestHeader","userLanguage","TRACE_ID","uniqueId","headers","needHtmlEscape","userStore","userIdentity","main","async","dynamicLangCallback","globalOptions","requestInstance","interceptors","request","use","globalStore","findPlantform","locale","getLocaleKey","initDynamicLang","init"],"mappings":"ujDAKA,MAAMA,EAAa,eAENC,EAA0BC,GAC7BC,IACN,MAAMC,IAAEA,EAAM,GAAEC,UAAEA,GAAcF,EAC1BG,EAAoB,CAAA,EAC1BC,OAAOC,KAAKN,GAAiBO,SAAQC,IACnCR,EAAgBQ,GAAqCD,SAASE,IAC5DL,EAAaK,GAAUD,CAAG,GAC1B,IAGJH,OAAOC,KAAKN,GAAiBO,SAAQC,QAKrC,IAAIE,EAAkB,GAAGR,QACzB,MAAS,CAAAS,GAAaD,EAAOE,MAAM,KASnC,OARAF,EAAUP,EACJ,IAAIA,IAAYO,IAChBN,EAAaO,GACb,IAAIP,EAAaO,KAAaD,IAC/BA,SAEET,EAAOE,UACdF,EAAOC,IAAMQ,EACNT,CAAM,EAGJY,EAAoBC,GAA0Bb,IACzD,MAAMc,EAAWC,EAASlB,GAQ1B,OAPAG,EAAOgB,QAAU,IACZhB,EAAOgB,QACVnB,CAACA,GAAaiB,EACdG,eAAgB,QAChBJ,kBACGK,EAAUC,cAERnB,CAAM,EAQf,IAAeoB,EAAAC,OAAStB,kBAAiBuB,yBAAwBC,MAC/DC,EAAgBC,aAAaC,QAAQC,IAAI7B,EAAuBC,UAC1D6B,EAAYC,gBAClB,MAAMC,EAASC,IACfP,EAAgBC,aAAaC,QAAQC,IAAIf,EAAiBkB,UAEpDE,EAAgBF,SAChBR,OAEN,aADkBM,EAAYK,KAAKV,EACzB"}
|
package/lib/core/store/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t}from"../request/index.js";import{groupBy as e,reduce as s,find as i,keyBy as n,pick as r,get as a,uniqueId as o,omit as c,isEmpty as h,findIndex as u,isPlainObject as d,cloneDeep as m,mapValues as g,uniqBy as p}from"lodash-es";import l from"mitt";const y=new class{codeLists=[];codeMaps={};async findAllCodeList(){const s=await t("/codeList/findAll",{data:{},serviceId:"fwPlatform"})||[],i=e(s,"type");this.codeLists=s,this.codeMaps=i}getCodeLocaleList=t=>[...this.codeMaps?.[t]]||[];getCodeLocaleName=(t,e)=>{const n=this.getCodeLocaleList(t);function r(t){const e=i(n,(e=>e.value===String(t)));return e?.name||""}if(Array.isArray(e)){const t=s(e,((t="",e="")=>t+","+r(e)),"");return t.slice(1,t.length)}if(String(e).indexOf(",")>=0){const t=e.replace("[","").replace("]","").split(","),i=s(t,((t="",e="")=>t+","+r(e)),"");return i.slice(1,i.length)}return r(e)}};y.getCodeLocaleList,y.getCodeLocaleName;const w=new class{parameterList=[];parameterMap={};findAllParameters=async()=>{const e=await t("/parameter/findAll",{serviceId:"fwPlatform",data:{}},{showError:!1})||[],s=n(e,"name");this.parameterList=e,this.parameterMap=s};getSystemParameterByName=t=>"string"==typeof t?this.parameterMap[t]:r(this.parameterMap,t)},S="ping",f="pong",I="WS_CONTENT_SUCCESS",L="WS_CONTENT_ERROR",P="WS_CONTENT_CLOSE";const T=new class{RECIPIENT_TYPE_ALL="all";RECIPIENT_TYPE_USER="user";RECIPIENT_TYPE_OBSERVER="obsvr";RECIPIENT_TYPE_CONNECTION="conn";webSocketUrl="";ws=null;repeat=0;connectLoading=!1;disReconnect=!1;pingTimeoutFn=null;pongTimeoutFn=null;reconnectFn=null;repeatLimit=2;connectionId="";userLoginName="";eventStack={};emitter;constructor(){this.emitter=l()}init=(t,e)=>{this.userLoginName=t,this.webSocketUrl=(t=>{const e=`userLoginName=${t}`,{host:s,protocol:i,port:n,hostname:r}=window.location,a=i.includes("https");let o=a?"wss":"ws",c=s;!a&&n&&(c=`${r}:${parseInt(n)}`);return`${o}://${c}/notification-ws?${e}`})(t),this.disReconnect=a(e,"disReconnect",!1),this.repeatLimit=a(e,"repeatLimit",20),this.createWebSocket()};createWebSocket=()=>{this.connectLoading=!0;try{this.ws=new WebSocket(this.webSocketUrl),this.registerEvent()}catch(t){this.ws=null,this.reconnect()}finally{this.connectLoading=!1}};reconnect=()=>{this.reconnectFn&&clearTimeout(this.reconnectFn),this.repeatLimit&&this.repeatLimit<=this.repeat||this.connectLoading||this.disReconnect||this.ws||(this.repeat++,this.reconnectFn=setTimeout((()=>{this.createWebSocket()}),1e4))};heartCheck=()=>{this.repeat=0,this.disReconnect||(this.pingTimeoutFn=setTimeout((()=>{const t=`{"userLoginName":"${this.userLoginName}","connectionId":"${this.connectionId}","content":"${S}"}`;this.ws?.send(t),this.pongTimeoutFn=setTimeout((()=>{this.ws?.close()}),1e4)}),1e4))};heartReset=()=>{this.pingTimeoutFn&&(clearTimeout(this.pingTimeoutFn),this.pingTimeoutFn=null),this.pongTimeoutFn&&(clearTimeout(this.pongTimeoutFn),this.pongTimeoutFn=null)};disconnect=()=>{this.heartReset(),1==this.ws?.readyState&&this.ws?.close(),this.ws=null};registerEvent=()=>{this.ws&&(this.ws.onopen=()=>{this.heartCheck()},this.ws.onmessage=t=>{this.heartReset(),this.heartCheck();const e=t.data;try{if(e==f||JSON.parse(e).content==S||JSON.parse(e).content==f)return;const t=JSON.parse(e),s={...t,senderTime:t.senderTime};if(this.emitter.emit(I,s),Object.keys(this.eventStack).map((t=>{const e=this.eventStack[t],i=e.recipientType?.includes(s.recipientType);i&&e?.event?.(s)})),s.recipientType==this.RECIPIENT_TYPE_CONNECTION)return void(this.connectionId=s.recipientCode)}catch(t){console.warn("received error!!!",t)}},this.ws.onerror=()=>{this.heartReset(),this.reconnect(),this.emitter.emit(L)},this.ws.onclose=()=>{console.warn("webSocket close"),this.ws=null,this.heartReset(),this.reconnect(),this.emitter.emit(P)})};addTypeListener=(t,e)=>{const s=Array.isArray(t)?t:[t],i=o();return this.eventStack[i]={recipientType:s,type:"recipientType",event:e},i};removeListener=t=>{this.eventStack=c(this.eventStack,t)}},{RECIPIENT_TYPE_OBSERVER:C}=T,v="PROGRESS_UPDEDATE";const k=new class{websocketId;progressObserver={};emitter;constructor(){this.emitter=l(),this.progressEvent=this.progressEvent.bind(this),this.websocketId=T.addTypeListener(C,this.progressEvent)}progressEvent(t){Object.keys(this.progressObserver).map((e=>{const s=this.progressObserver[e];t?.recipientCode===s.type&&(this.progressObserver[e]={...s,data:t})})),this.updedataProgress()}updedataProgress(){const t=[];Object.keys(this.progressObserver).map((e=>{const s=this.progressObserver[e];h(s?.data)||t.push({...s})})),this.emitter.emit(v,t)}addProgressListener(t,e){const s=o();return this.progressObserver[s]={type:t,options:e},s}removeProgressListener(t){this.progressObserver=c(this.progressObserver,t)}async requestProgress(e,s){if(!T.connectionId&&!s?.headers?.connectionId)return console.error("WebSocket no link established");const i=(new Date).getDate()+"",n=this.addProgressListener(i),r=t=>{const e=t.find((t=>t.type===i));e&&s?.onProgress?.(e.data?.progress)};this.emitter.on(v,r);try{const n=await t.post(e,{headers:{observerId:i,connectionId:T.connectionId,...s?.headers},data:s?.params},{getParams:s?.getParams});s?.success?.(n)}catch(t){console.error("---\x3e",t),s?.error?.(t)}this.emitter.off(v,r),this.removeProgressListener(n)}};const U=(({prefixKey:t="",storage:e=localStorage}={})=>new class{storage=e;prefixKey=t;getKey(t){return`${this.prefixKey}${t}`.toUpperCase()}set(t,e,s=604800){const i=JSON.stringify({value:e,expire:null!==s?(new Date).getTime()+1e3*s:null});this.storage.setItem(this.getKey(t),i)}get(t,e=null){const s=this.storage.getItem(this.getKey(t));if(s)try{const e=JSON.parse(s),{value:i,expire:n}=e;if(null===n||n>=Date.now())return i;this.remove(t)}catch(t){return console.error(t),e}return e}remove(t){this.storage.removeItem(this.getKey(t))}clear(){this.storage.clear()}setCookie(t,e,s=604800){document.cookie=`${this.getKey(t)}=${e}; Max-Age=${s}`}getCookie(t){const e=document.cookie.split("; ");for(let s=0,i=e.length;s<i;s++){const i=e[s].split("=");if(i[0]===this.getKey(t))return i[1]}return""}removeCookie(t){this.setCookie(t,1,-1)}clearCookie(){const t=document.cookie.match(/[^ =;]+(?==)/g);if(t)for(let e=t.length;e--;)document.cookie=t[e]+"=0;expire="+new Date(0).toUTCString()}})();class b{userIdentity={};currentUser={};isSuperAdmin=!1;roles=[];functions=[];delegations=[];userSetting={};users=[];getUserIdentity(){if(!h(this.userIdentity))return this.userIdentity;const t=U?.get("userIdentity");return t||{}}setUserIdentity(t){return this.userIdentity={...this.userIdentity,...t},U.set("userIdentity",this.userIdentity),this.userIdentity}clearUserIdentity(){U.remove("userIdentity"),this.userIdentity={}}setUserAggregateInfo=({delegations:t,roles:e,functions:s,isSuperAdmin:i,currentUser:n})=>{this.delegations=t,this.roles=e,this.functions=s,this.isSuperAdmin=i,this.currentUser=n};getUserSettingType=t=>`${this.currentUser.id}-${t}`;getUserSetting=async e=>{const s=this.getUserSettingType(e),i=this.currentUser.id;if(this.userSetting[s])return this.userSetting[s];const n=await async function(e){return t("/accountUserSelf/getUserData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:i+e}),r=n?.bigData?JSON.parse(n.bigData):void 0;return this.userSetting[s]=r,r};updateUserSetting=async(e,s)=>{const i=this.getUserSettingType(e),n=this.currentUser.id;return await async function(e,s){return t("/accountUserSelf/setUserData",{data:e,serviceId:"fwSecurity"},s)}({dataType:e,dataId:n+e,bigData:JSON.stringify(s)}),this.userSetting[i]=s,s};removeUserSetting=async e=>{const s=this.getUserSettingType(e),i=this.currentUser.id;await async function(e,s){return t("/accountUserSelf/delUserData",{data:e,serviceId:"fwSecurity"},s)}({dataType:e,dataId:i}),delete this.userSetting[s]};getUserInfo=async(e,s)=>{const i=u(this.users,(t=>s?t.userLoginName===e:t.id===e));if(i>-1)return a(this.users,`[${i}]`);const n=s?await async function(e){return t("/security/getUserByUserLoginName",{method:"POST",data:{userLoginName:e},serviceId:"fwSecurity"})}(e):await async function(e){return t("/security/getUserById",{method:"POST",data:{id:e},serviceId:"fwSecurity"})}(e);return d(n)&&this.users.push(n),n}}const E=/^https?:\/\/(([a-zA-Z0-9_-])+(\.)?)*(:\d+)?(\/((\.)?(\?)?=?&?[a-zA-Z0-9_-](\?)?)*)*$/i,O=/^https?:\/\/(([a-zA-Z0-9_-])+(\.)?)*(:\d+)?(\/((\.)?(\?)?=?&?[a-zA-Z0-9_-](\?)?)*)*$/i,N=t=>E.test(t)||O.test(t)||0===t?.indexOf("/")?t:"/"+t,D="MENU_HISTORY_UPDATE",R="MENU_BREADCRUMBS_UPDATE";l();class A{menuDataMaps={};menuData=[];menuPathMaps={};breadcrumbs=[];menuHistorys=[];userId;emitter;constructor(){this.emitter=l()}addListenerMenuHistorys=t=>{this.emitter.on(D,t)};removeListenerMenuHistorys=t=>this.emitter.off(D,t);addListenerBreadcrumbs=t=>this.emitter.on(R,t);removeListenerBreadcrumbs=t=>this.emitter.off(R,t);getTreeMenuData=(t,e,s)=>t.map((t=>{const{id:i,path:n,leaf:r}=t,a=e[i],o={...t,key:i,path:s?s+N(n):N(n)};if(a&&!r){const t=this.getTreeMenuData(a,e,o.path);o.children=t}return this.menuDataMaps[o.path]=o,o})).sort(((t,e)=>t.seqNum-e.seqNum));init=(t,s)=>{const i=m(t);if(h(i))return;const n=e(i,"parentResourceId"),{ROOT:r,...a}=n;this.menuData=this.getTreeMenuData(r,a),this.menuData=[...this.menuData];const o=g(this.menuDataMaps,"name");this.updateMenuMaps(o),this.initMenuHistorys(s)};updateMenuMaps=t=>{this.menuPathMaps={...this.menuPathMaps,...t};const e=this.menuHistorys.map((t=>{const e=this.menuPathMaps[t.pathname];return{pathname:t.pathname,name:e||t.name}})),s=this.breadcrumbs.map((t=>{const e=this.menuPathMaps[t.pathname];return{...t,name:e||t.name}}));this.updatehistorys(e),this.updateBreadcrumbs(s)};liseterHistorys=t=>{let e=this.menuHistorys;this.menuDataMaps[t]?.leaf&&!e.some((e=>e.pathname===t))&&(e=[{pathname:t,name:this.menuPathMaps[t]},...e],this.updatehistorys(e))};updatehistorys=t=>{if(!this.userId)return;const e=t.map((t=>({...t,name:t.name?t.name:this.menuPathMaps[t.pathname]})));this.menuHistorys=e,this.menuHistorys=p(this.menuHistorys,"pathname"),this.emitter.emit(D,this.menuHistorys),U.set(`${this.userId}-menu-history`,this.menuHistorys)};initMenuHistorys=t=>{this.userId=t;const e=U.get(`${t}-menu-history`,this.menuHistorys);this.updatehistorys(e)};liseterBreadcrumbs=t=>{const e=t.split("/");let s=1;const i=[],n={pathname:t,name:this.menuPathMaps[t]};for(;s<e.length;){const t=e.slice(0,s).join("/");this.menuPathMaps[t]&&i.push({name:this.menuPathMaps[t],pathname:t}),s++}i.push(n),this.updateBreadcrumbs(i)};updateBreadcrumbs=t=>{this.breadcrumbs=t,this.breadcrumbs=p(this.breadcrumbs,"pathname"),this.emitter.emit(R,t)}}class M{loginPathname;BASE="/";get baseLoginPathname(){return`${this.BASE}${this.loginPathname?.replace("/","")}`}tokenValue="";get isLoginPathname(){const t=window.location.pathname;return this.baseLoginPathname==t}getRealPath=t=>`${this.BASE}${t.replace("/","")}`;chekToken=async()=>{const e=await t("/authentication/checkToken",{serviceId:"fwSecurity"},{showError:!1});return e&&this.isLoginPathname&&window.location.replace(this.BASE),e};getLoginMethod=async()=>t("/authentication/getLoginMethod",{serviceId:"fwSecurity"});redirectBaseLogin=async()=>{const t=window.location.pathname,e=window.location.href;if(this.isLoginPathname)return!0;const s=new URLSearchParams;t!==this.BASE&&"/"!==t&&s.append("redirectUrl",e);const i=decodeURIComponent(s.toString());return window.location.replace(`${this.baseLoginPathname}${i?"?"+decodeURIComponent(s.toString()):""}`),!1};checkPassword=async()=>"noPass"!==await t("/security/checkPasswordUpdateTime",{data:{}},{showError:!1})||(this.tokenValue=await t("/authentication/extractToken",{data:{}}),!1);refactorToken=async()=>{var e;await(e=this.tokenValue,t("/authentication/refactorToken",{data:{value:e}}))};login=async t=>{const e=await this.baseLogin(t);return e.error,e};baseLogin=async e=>{const s={error:void 0,data:void 0};try{const i=await function(e){return t("/authentication/login",{data:e,serviceId:"fwSecurity"})}(e),{userToken:n,traceId:r}=i;if(n){s.data=i;return await this.checkPassword()||(s.error="passwordExpiration"),s}return r?(s.data=i,s.error="SLIDER_VERIFICATION_LOGIN",s):(s.error="passwordError",s)}catch(t){return s.error="validateError",s}};loginSuccess=()=>{let t=new URLSearchParams(window.location.search).get("redirectUrl");t?window.location.href=t:window.location.replace(this.BASE)};baseLoginOut=async()=>{const e=new URLSearchParams,s=window.location.href;window.location.pathname!==this.BASE&&e.append("redirectUrl",s),await t("/authentication/logout",{data:{},serviceId:"fwSecurity"}),window.location.replace(`${this.baseLoginPathname}?${e.toString()}`)}}const $={sso:!1,ssoUrlSearchParams:["ticket"],ssoCheckTokenUrl:"",ssoSuccessUrlkey:"successUrl",ssoLoginUrl:window.location.origin+"/fwSecurity/ssoAuth/login.api",ssologinOutUrl:window.location.origin+"fwSecurity/ssoAuth/logout.api"};class _{init(t){this.ssoConfig={...this.ssoConfig,...t}}ssoConfig=$;isSso=async e=>{if(!this.ssoConfig.sso)return!1;let s=!1;try{s=await t("/ssoAuthConfig/checkOnlyRedirect",{},{showError:!1})}catch(t){console.error("sso",t)}return e&&(s=await e()),!!s};ssoLogin=()=>{const{ssoSuccessUrlkey:t,ssoUrlSearchParams:e,ssoLoginUrl:s}=this.ssoConfig,i=new URLSearchParams(window.location.search.slice(1)),n=new URLSearchParams,r=window.location.href;return n.append(t,encodeURIComponent(r)),e.map((t=>{const e=i.get(t);e&&n.append(t,e)})),window.location.href=`${s}?${n.toString()}`,!1};ssoLoginOut=()=>{window.location.href=this.ssoConfig.ssologinOutUrl}}class B{getValidateCodeImage=e=>function(e={}){return t("/authentication/getValidateCode",{data:e,serviceId:"fwSecurity"})}(e);sliderVerificationCodeImage=()=>t("/authentication/sliderVerificationCode",{method:"POST",serviceId:"fwSecurity"});checkCaptcha=e=>{return s=e,t("/authentication/checkCaptcha",{method:"POST",data:{...s},serviceId:"fwSecurity"});var s}}class x extends M{ssoLogin;validate;noCheckPermissionsPath=[];ssoCallback;constructor(){super(),this.ssoLogin=new _,this.validate=new B}init=(t,e="/",s)=>{this.BASE=e,this.ssoCallback=s,this.noCheckPermissionsPath=t?.noCheckPermissionsPath,this.ssoLogin.init(t),this.loginPathname=t?.loginPathname||"/login"};isNoLoginRequiredPage=()=>{const t=window.location.pathname,e=this.noCheckPermissionsPath?.some((e=>this.getRealPath(e)==t));return e};loginOut=async()=>{await this.ssoLogin.isSso(this.ssoCallback)&&this.ssoLogin.ssoLoginOut(),await this.baseLoginOut()};loginAuthentication=async e=>{var s;await(s=e,t("/authentication/beforeLoginCheckCode",{method:"POST",data:{...s},serviceId:"fwSecurity"})),this.loginSuccess()};redirectLogin=async()=>{if(this.isNoLoginRequiredPage())return!0;return await this.ssoLogin.isSso(this.ssoCallback)?(this.ssoLogin.ssoLogin(),!1):!!this.isLoginPathname||await this.redirectBaseLogin()}}const F=new class{userStore;menuStore;loginStore;isSuperAdmin=!1;loginCallback;constructor(){this.userStore=new b,this.menuStore=new A,this.loginStore=new x}platformLanguages=[];productInfo={isProdEnv:!1,productName:""};get isPrd(){return this.productInfo?.isProdEnv}get userInfo(){return this.userStore.currentUser}get menuData(){return this.menuStore.menuData}findPlantform=async()=>{const e=await t("/platformManage/getPlatformAggregateInfo",{method:"POST"},{showError:!1});this.platformLanguages=e.platformLanguages,this.productInfo=e.productInfo};getAggregateInfo=async e=>{const s=await async function(){return t("/security/findUserAggregateInfo",{method:"POST"})}(),{user:i,startMenus:n,isSuperAdmin:r,...a}=s;this.userStore.setUserAggregateInfo({...a,currentUser:i}),this.isSuperAdmin=r;const o="function"==typeof e?await e(s):e;this.menuStore.init(h(o)?n:o,i.id)};init=async t=>{const{base:e="/",menuData:s,loginSuccessCallback:i,ssoCallback:n,websocket:r=!0}=t;this.loginStore.init(t?.loginConfig,e,n);try{const t=await this.loginStore.chekToken();return t?(this.userStore.setUserIdentity(t),await this.getAggregateInfo(s),await y.findAllCodeList(),await w.findAllParameters(),r&&T.init(this.userStore.currentUser.userLoginName),await(i?.()),!0):await this.loginStore.redirectLogin()}catch(t){console.error(t)}return!1}};const H="company-v1";var V=new class{data={};getCompanyDataType=t=>`${H}-${t}`;getCompanyData=async e=>{const s=this.getCompanyDataType(e);if(this.data[s])return this.data[s];const i=await async function(e){return t("/companyData/getCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H}),n=i?.bigData?JSON.parse(i.bigData):void 0;return this.data[s]=n,n};updateCompanyData=async(e,s)=>{const i=this.getCompanyDataType(e);return await async function(e){return t("/companyData/setCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H,bigData:JSON.stringify(s)}),this.data[i]=s,s};removeCompanyData=async e=>{const s=this.getCompanyDataType(e);await async function(e){return t("/companyData/delCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H}),delete this.data[s]}};const J=y,K=w,W=F.userStore,Y=F.loginStore,q=F.menuStore;export{D as M,k as P,P as W,R as a,v as b,J as c,L as d,I as e,F as g,V as i,Y as l,q as m,K as p,U as s,W as u,T as w};
|
|
1
|
+
import{r as t}from"../request/index.js";import{groupBy as e,get as s,reduce as i,find as n,keyBy as r,pick as a,uniqueId as o,omit as c,isEmpty as h,findIndex as u,isPlainObject as d,cloneDeep as m,mapValues as g,uniqBy as p}from"lodash-es";import l from"mitt";const y=new class{codeLists=[];codeMaps={};async findAllCodeList(){const s=await t("/codeList/findAll",{data:{},serviceId:"fwPlatform"})||[],i=e(s,"type");this.codeLists=s,this.codeMaps=i}getCodeLocaleList=t=>s(this.codeMaps,t,[]);getCodeLocaleName=(t,e)=>{const s=this.getCodeLocaleList(t);function r(t){const e=n(s,(e=>e.value===String(t)));return e?.name||""}if(Array.isArray(e)){const t=i(e,((t="",e="")=>t+","+r(e)),"");return t.slice(1,t.length)}if(String(e).indexOf(",")>=0){const t=e.replace("[","").replace("]","").split(","),s=i(t,((t="",e="")=>t+","+r(e)),"");return s.slice(1,s.length)}return r(e)}};y.getCodeLocaleList,y.getCodeLocaleName;const w=new class{parameterList=[];parameterMap={};findAllParameters=async()=>{const e=await t("/parameter/findAll",{serviceId:"fwPlatform",data:{}},{showError:!1})||[],s=r(e,"name");this.parameterList=e,this.parameterMap=s};getSystemParameterByName=t=>"string"==typeof t?this.parameterMap[t]:a(this.parameterMap,t)},S="ping",f="pong",I="WS_CONTENT_SUCCESS",L="WS_CONTENT_ERROR",P="WS_CONTENT_CLOSE";const T=new class{RECIPIENT_TYPE_ALL="all";RECIPIENT_TYPE_USER="user";RECIPIENT_TYPE_OBSERVER="obsvr";RECIPIENT_TYPE_CONNECTION="conn";webSocketUrl="";ws=null;repeat=0;connectLoading=!1;disReconnect=!1;pingTimeoutFn=null;pongTimeoutFn=null;reconnectFn=null;repeatLimit=2;connectionId="";userLoginName="";eventStack={};emitter;constructor(){this.emitter=l()}init=(t,e)=>{this.userLoginName=t,this.webSocketUrl=(t=>{const e=`userLoginName=${t}`,{host:s,protocol:i,port:n,hostname:r}=window.location,a=i.includes("https");let o=a?"wss":"ws",c=s;!a&&n&&(c=`${r}:${parseInt(n)}`);return`${o}://${c}/notification-ws?${e}`})(t),this.disReconnect=s(e,"disReconnect",!1),this.repeatLimit=s(e,"repeatLimit",20),this.createWebSocket()};createWebSocket=()=>{this.connectLoading=!0;try{this.ws=new WebSocket(this.webSocketUrl),this.registerEvent()}catch(t){this.ws=null,this.reconnect()}finally{this.connectLoading=!1}};reconnect=()=>{this.reconnectFn&&clearTimeout(this.reconnectFn),this.repeatLimit&&this.repeatLimit<=this.repeat||this.connectLoading||this.disReconnect||this.ws||(this.repeat++,this.reconnectFn=setTimeout((()=>{this.createWebSocket()}),1e4))};heartCheck=()=>{this.repeat=0,this.disReconnect||(this.pingTimeoutFn=setTimeout((()=>{const t=`{"userLoginName":"${this.userLoginName}","connectionId":"${this.connectionId}","content":"${S}"}`;this.ws?.send(t),this.pongTimeoutFn=setTimeout((()=>{this.ws?.close()}),1e4)}),1e4))};heartReset=()=>{this.pingTimeoutFn&&(clearTimeout(this.pingTimeoutFn),this.pingTimeoutFn=null),this.pongTimeoutFn&&(clearTimeout(this.pongTimeoutFn),this.pongTimeoutFn=null)};disconnect=()=>{this.heartReset(),1==this.ws?.readyState&&this.ws?.close(),this.ws=null};registerEvent=()=>{this.ws&&(this.ws.onopen=()=>{this.heartCheck()},this.ws.onmessage=t=>{this.heartReset(),this.heartCheck();const e=t.data;try{if(e==f||JSON.parse(e).content==S||JSON.parse(e).content==f)return;const t=JSON.parse(e),s={...t,senderTime:t.senderTime};if(this.emitter.emit(I,s),Object.keys(this.eventStack).map((t=>{const e=this.eventStack[t],i=e.recipientType?.includes(s.recipientType);i&&e?.event?.(s)})),s.recipientType==this.RECIPIENT_TYPE_CONNECTION)return void(this.connectionId=s.recipientCode)}catch(t){console.warn("received error!!!",t)}},this.ws.onerror=()=>{this.heartReset(),this.reconnect(),this.emitter.emit(L)},this.ws.onclose=()=>{console.warn("webSocket close"),this.ws=null,this.heartReset(),this.reconnect(),this.emitter.emit(P)})};addTypeListener=(t,e)=>{const s=Array.isArray(t)?t:[t],i=o();return this.eventStack[i]={recipientType:s,type:"recipientType",event:e},i};removeListener=t=>{this.eventStack=c(this.eventStack,t)}},{RECIPIENT_TYPE_OBSERVER:C}=T,v="PROGRESS_UPDEDATE";const k=new class{websocketId;progressObserver={};emitter;constructor(){this.emitter=l(),this.progressEvent=this.progressEvent.bind(this),this.websocketId=T.addTypeListener(C,this.progressEvent)}progressEvent(t){Object.keys(this.progressObserver).map((e=>{const s=this.progressObserver[e];t?.recipientCode===s.type&&(this.progressObserver[e]={...s,data:t})})),this.updedataProgress()}updedataProgress(){const t=[];Object.keys(this.progressObserver).map((e=>{const s=this.progressObserver[e];h(s?.data)||t.push({...s})})),this.emitter.emit(v,t)}addProgressListener(t,e){const s=o();return this.progressObserver[s]={type:t,options:e},s}removeProgressListener(t){this.progressObserver=c(this.progressObserver,t)}async requestProgress(e,s){if(!T.connectionId&&!s?.headers?.connectionId)return console.error("WebSocket no link established");const i=(new Date).getDate()+"",n=this.addProgressListener(i),r=t=>{const e=t.find((t=>t.type===i));e&&s?.onProgress?.(e.data?.progress)};this.emitter.on(v,r);try{const n=await t.post(e,{headers:{observerId:i,connectionId:T.connectionId,...s?.headers},data:s?.params},{getParams:s?.getParams});s?.success?.(n)}catch(t){console.error("---\x3e",t),s?.error?.(t)}this.emitter.off(v,r),this.removeProgressListener(n)}};const U=(({prefixKey:t="",storage:e=localStorage}={})=>new class{storage=e;prefixKey=t;getKey(t){return`${this.prefixKey}${t}`.toUpperCase()}set(t,e,s=604800){const i=JSON.stringify({value:e,expire:null!==s?(new Date).getTime()+1e3*s:null});this.storage.setItem(this.getKey(t),i)}get(t,e=null){const s=this.storage.getItem(this.getKey(t));if(s)try{const e=JSON.parse(s),{value:i,expire:n}=e;if(null===n||n>=Date.now())return i;this.remove(t)}catch(t){return console.error(t),e}return e}remove(t){this.storage.removeItem(this.getKey(t))}clear(){this.storage.clear()}setCookie(t,e,s=604800){document.cookie=`${this.getKey(t)}=${e}; Max-Age=${s}`}getCookie(t){const e=document.cookie.split("; ");for(let s=0,i=e.length;s<i;s++){const i=e[s].split("=");if(i[0]===this.getKey(t))return i[1]}return""}removeCookie(t){this.setCookie(t,1,-1)}clearCookie(){const t=document.cookie.match(/[^ =;]+(?==)/g);if(t)for(let e=t.length;e--;)document.cookie=t[e]+"=0;expire="+new Date(0).toUTCString()}})();class b{userIdentity={};currentUser={};isSuperAdmin=!1;roles=[];functions=[];delegations=[];userSetting={};users=[];getUserIdentity(){if(!h(this.userIdentity))return this.userIdentity;const t=U?.get("userIdentity");return t||{}}setUserIdentity(t){return this.userIdentity={...this.userIdentity,...t},U.set("userIdentity",this.userIdentity),this.userIdentity}clearUserIdentity(){U.remove("userIdentity"),this.userIdentity={}}setUserAggregateInfo=({delegations:t,roles:e,functions:s,isSuperAdmin:i,currentUser:n})=>{this.delegations=t,this.roles=e,this.functions=s,this.isSuperAdmin=i,this.currentUser=n};getUserSettingType=t=>`${this.currentUser.id}-${t}`;getUserSetting=async e=>{const s=this.getUserSettingType(e),i=this.currentUser.id;if(this.userSetting[s])return this.userSetting[s];const n=await async function(e){return t("/accountUserSelf/getUserData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:i+e}),r=n?.bigData?JSON.parse(n.bigData):void 0;return this.userSetting[s]=r,r};updateUserSetting=async(e,s)=>{const i=this.getUserSettingType(e),n=this.currentUser.id;return await async function(e,s){return t("/accountUserSelf/setUserData",{data:e,serviceId:"fwSecurity"},s)}({dataType:e,dataId:n+e,bigData:JSON.stringify(s)}),this.userSetting[i]=s,s};removeUserSetting=async e=>{const s=this.getUserSettingType(e),i=this.currentUser.id;await async function(e,s){return t("/accountUserSelf/delUserData",{data:e,serviceId:"fwSecurity"},s)}({dataType:e,dataId:i}),delete this.userSetting[s]};getUserInfo=async(e,i)=>{const n=u(this.users,(t=>i?t.userLoginName===e:t.id===e));if(n>-1)return s(this.users,`[${n}]`);const r=i?await async function(e){return t("/security/getUserByUserLoginName",{method:"POST",data:{userLoginName:e},serviceId:"fwSecurity"})}(e):await async function(e){return t("/security/getUserById",{method:"POST",data:{id:e},serviceId:"fwSecurity"})}(e);return d(r)&&this.users.push(r),r}}const E=/^https?:\/\/(([a-zA-Z0-9_-])+(\.)?)*(:\d+)?(\/((\.)?(\?)?=?&?[a-zA-Z0-9_-](\?)?)*)*$/i,O=/^https?:\/\/(([a-zA-Z0-9_-])+(\.)?)*(:\d+)?(\/((\.)?(\?)?=?&?[a-zA-Z0-9_-](\?)?)*)*$/i,N=t=>E.test(t)||O.test(t)||0===t?.indexOf("/")?t:"/"+t,D="MENU_HISTORY_UPDATE",R="MENU_BREADCRUMBS_UPDATE";l();class A{menuDataMaps={};menuData=[];menuPathMaps={};breadcrumbs=[];menuHistorys=[];userId;emitter;constructor(){this.emitter=l()}addListenerMenuHistorys=t=>{this.emitter.on(D,t)};removeListenerMenuHistorys=t=>this.emitter.off(D,t);addListenerBreadcrumbs=t=>this.emitter.on(R,t);removeListenerBreadcrumbs=t=>this.emitter.off(R,t);getTreeMenuData=(t,e,s)=>t.map((t=>{const{id:i,path:n,leaf:r}=t,a=e[i],o={...t,key:i,path:s?s+N(n):N(n)};if(a&&!r){const t=this.getTreeMenuData(a,e,o.path);o.children=t}return this.menuDataMaps[o.path]=o,o})).sort(((t,e)=>t.seqNum-e.seqNum));init=(t,s)=>{const i=m(t);if(h(i))return;const n=e(i,"parentResourceId"),{ROOT:r,...a}=n;this.menuData=this.getTreeMenuData(r,a),this.menuData=[...this.menuData];const o=g(this.menuDataMaps,"name");this.updateMenuMaps(o),this.initMenuHistorys(s)};updateMenuMaps=t=>{this.menuPathMaps={...this.menuPathMaps,...t};const e=this.menuHistorys.map((t=>{const e=this.menuPathMaps[t.pathname];return{pathname:t.pathname,name:e||t.name}})),s=this.breadcrumbs.map((t=>{const e=this.menuPathMaps[t.pathname];return{...t,name:e||t.name}}));this.updatehistorys(e),this.updateBreadcrumbs(s)};liseterHistorys=t=>{let e=this.menuHistorys;this.menuDataMaps[t]?.leaf&&!e.some((e=>e.pathname===t))&&(e=[{pathname:t,name:this.menuPathMaps[t]},...e],this.updatehistorys(e))};updatehistorys=t=>{if(!this.userId)return;const e=t.map((t=>({...t,name:t.name?t.name:this.menuPathMaps[t.pathname]})));this.menuHistorys=e,this.menuHistorys=p(this.menuHistorys,"pathname"),this.emitter.emit(D,this.menuHistorys),U.set(`${this.userId}-menu-history`,this.menuHistorys)};initMenuHistorys=t=>{this.userId=t;const e=U.get(`${t}-menu-history`,this.menuHistorys);this.updatehistorys(e)};liseterBreadcrumbs=t=>{const e=t.split("/");let s=1;const i=[],n={pathname:t,name:this.menuPathMaps[t]};for(;s<e.length;){const t=e.slice(0,s).join("/");this.menuPathMaps[t]&&i.push({name:this.menuPathMaps[t],pathname:t}),s++}i.push(n),this.updateBreadcrumbs(i)};updateBreadcrumbs=t=>{this.breadcrumbs=t,this.breadcrumbs=p(this.breadcrumbs,"pathname"),this.emitter.emit(R,t)}}class M{loginPathname;BASE="/";get baseLoginPathname(){return`${this.BASE}${this.loginPathname?.replace("/","")}`}tokenValue="";get isLoginPathname(){const t=window.location.pathname;return this.baseLoginPathname==t}getRealPath=t=>`${this.BASE}${t.replace("/","")}`;chekToken=async()=>{const e=await t("/authentication/checkToken",{serviceId:"fwSecurity"},{showError:!1});return e&&this.isLoginPathname&&window.location.replace(this.BASE),e};getLoginMethod=async()=>t("/authentication/getLoginMethod",{serviceId:"fwSecurity"});redirectBaseLogin=async()=>{const t=window.location.pathname,e=window.location.href;if(this.isLoginPathname)return!0;const s=new URLSearchParams;t!==this.BASE&&"/"!==t&&s.append("redirectUrl",e);const i=decodeURIComponent(s.toString());return window.location.replace(`${this.baseLoginPathname}${i?"?"+decodeURIComponent(s.toString()):""}`),!1};checkPassword=async()=>"noPass"!==await t("/security/checkPasswordUpdateTime",{data:{}},{showError:!1})||(this.tokenValue=await t("/authentication/extractToken",{data:{}}),!1);refactorToken=async()=>{var e;await(e=this.tokenValue,t("/authentication/refactorToken",{data:{value:e}}))};login=async t=>{const e=await this.baseLogin(t);return e.error,e};baseLogin=async e=>{const s={error:void 0,data:void 0};try{const i=await function(e){return t("/authentication/login",{data:e,serviceId:"fwSecurity"})}(e),{userToken:n,traceId:r}=i;if(n){s.data=i;return await this.checkPassword()||(s.error="passwordExpiration"),s}return r?(s.data=i,s.error="SLIDER_VERIFICATION_LOGIN",s):(s.error="passwordError",s)}catch(t){return s.error="validateError",s}};loginSuccess=()=>{let t=new URLSearchParams(window.location.search).get("redirectUrl");t?window.location.href=t:window.location.replace(this.BASE)};baseLoginOut=async()=>{const e=new URLSearchParams,s=window.location.href;window.location.pathname!==this.BASE&&e.append("redirectUrl",s),await t("/authentication/logout",{data:{},serviceId:"fwSecurity"}),window.location.replace(`${this.baseLoginPathname}?${e.toString()}`)}}const $={sso:!1,ssoUrlSearchParams:["ticket"],ssoCheckTokenUrl:"",ssoSuccessUrlkey:"successUrl",ssoLoginUrl:window.location.origin+"/fwSecurity/ssoAuth/login.api",ssologinOutUrl:window.location.origin+"fwSecurity/ssoAuth/logout.api"};class _{init(t){this.ssoConfig={...this.ssoConfig,...t}}ssoConfig=$;isSso=async e=>{if(!this.ssoConfig.sso)return!1;let s=!1;try{s=await t("/ssoAuthConfig/checkOnlyRedirect",{},{showError:!1})}catch(t){console.error("sso",t)}return e&&(s=await e()),!!s};ssoLogin=()=>{const{ssoSuccessUrlkey:t,ssoUrlSearchParams:e,ssoLoginUrl:s}=this.ssoConfig,i=new URLSearchParams(window.location.search.slice(1)),n=new URLSearchParams,r=window.location.href;return n.append(t,encodeURIComponent(r)),e.map((t=>{const e=i.get(t);e&&n.append(t,e)})),window.location.href=`${s}?${n.toString()}`,!1};ssoLoginOut=()=>{window.location.href=this.ssoConfig.ssologinOutUrl}}class B{getValidateCodeImage=e=>function(e={}){return t("/authentication/getValidateCode",{data:e,serviceId:"fwSecurity"})}(e);sliderVerificationCodeImage=()=>t("/authentication/sliderVerificationCode",{method:"POST",serviceId:"fwSecurity"});checkCaptcha=e=>{return s=e,t("/authentication/checkCaptcha",{method:"POST",data:{...s},serviceId:"fwSecurity"});var s}}class x extends M{ssoLogin;validate;noCheckPermissionsPath=[];ssoCallback;constructor(){super(),this.ssoLogin=new _,this.validate=new B}init=(t,e="/",s)=>{this.BASE=e,this.ssoCallback=s,this.noCheckPermissionsPath=t?.noCheckPermissionsPath,this.ssoLogin.init(t),this.loginPathname=t?.loginPathname||"/login"};isNoLoginRequiredPage=()=>{const t=window.location.pathname,e=this.noCheckPermissionsPath?.some((e=>this.getRealPath(e)==t));return e};loginOut=async()=>{await this.ssoLogin.isSso(this.ssoCallback)&&this.ssoLogin.ssoLoginOut(),await this.baseLoginOut()};loginAuthentication=async e=>{var s;await(s=e,t("/authentication/beforeLoginCheckCode",{method:"POST",data:{...s},serviceId:"fwSecurity"})),this.loginSuccess()};redirectLogin=async()=>{if(this.isNoLoginRequiredPage())return!0;return await this.ssoLogin.isSso(this.ssoCallback)?(this.ssoLogin.ssoLogin(),!1):!!this.isLoginPathname||await this.redirectBaseLogin()}}const F=new class{userStore;menuStore;loginStore;isSuperAdmin=!1;loginCallback;constructor(){this.userStore=new b,this.menuStore=new A,this.loginStore=new x}platformLanguages=[];productInfo={isProdEnv:!1,productName:""};get isPrd(){return this.productInfo?.isProdEnv}get userInfo(){return this.userStore.currentUser}get menuData(){return this.menuStore.menuData}findPlantform=async()=>{const e=await t("/platformManage/getPlatformAggregateInfo",{method:"POST"},{showError:!1});this.platformLanguages=e.platformLanguages,this.productInfo=e.productInfo};getAggregateInfo=async e=>{const s=await async function(){return t("/security/findUserAggregateInfo",{method:"POST"})}(),{user:i,startMenus:n,isSuperAdmin:r,...a}=s;this.userStore.setUserAggregateInfo({...a,currentUser:i}),this.isSuperAdmin=r;const o="function"==typeof e?await e(s):e;this.menuStore.init(h(o)?n:o,i.id)};init=async t=>{const{base:e="/",menuData:s,loginSuccessCallback:i,ssoCallback:n,websocket:r=!0}=t;this.loginStore.init(t?.loginConfig,e,n);try{const t=await this.loginStore.chekToken();return t?(this.userStore.setUserIdentity(t),await this.getAggregateInfo(s),await y.findAllCodeList(),await w.findAllParameters(),r&&T.init(this.userStore.currentUser.userLoginName),await(i?.()),!0):await this.loginStore.redirectLogin()}catch(t){console.error(t)}return!1}};const H="company-v1";var V=new class{data={};getCompanyDataType=t=>`${H}-${t}`;getCompanyData=async e=>{const s=this.getCompanyDataType(e);if(this.data[s])return this.data[s];const i=await async function(e){return t("/companyData/getCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H}),n=i?.bigData?JSON.parse(i.bigData):void 0;return this.data[s]=n,n};updateCompanyData=async(e,s)=>{const i=this.getCompanyDataType(e);return await async function(e){return t("/companyData/setCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H,bigData:JSON.stringify(s)}),this.data[i]=s,s};removeCompanyData=async e=>{const s=this.getCompanyDataType(e);await async function(e){return t("/companyData/delCompanyData",{data:e,serviceId:"fwSecurity"})}({dataType:e,dataId:H}),delete this.data[s]}};const J=y,K=w,W=F.userStore,Y=F.loginStore,q=F.menuStore;export{D as M,k as P,P as W,R as a,v as b,J as c,L as d,I as e,F as g,V as i,Y as l,q as m,K as p,U as s,W as u,T as w};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|