@maka/maka-cli 4.12.25 → 4.12.26
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/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/patreon.js +1 -1
- package/bundle/obf/src/commands/profile.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/register.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/service/docker/Dockerfile +2 -2
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(
|
|
1
|
+
const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(0x1cf))/0x1+parseInt(o(0x1d7))/0x2*(-parseInt(o(0x1f7))/0x3)+-parseInt(o(0x201))/0x4+-parseInt(o(0x1d8))/0x5*(parseInt(o(0x1be))/0x6)+-parseInt(o(0x1e0))/0x7*(parseInt(o(0x1fd))/0x8)+-parseInt(o(0x1c6))/0x9*(parseInt(o(0x1dc))/0xa)+parseInt(o(0x1d9))/0xb*(parseInt(o(0x1ce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xb5142));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0x1da)]()[q(0x1c2)](q(0x1d3))[q(0x1da)]()[q(0x1c8)](a116a)[q(0x1c2)](q(0x1d3));});a116a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a116d(a,b);}import a116f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a116c(){const u=['injectImport','\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','useTracker','search','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','meteor','Accounts','797994AtaRws','kit/auth/service/meteor-auth-service.js','constructor','/imports/startup/client/authentication-service','meteor/maka:react-tracker','export\x20const\x20AuthProvider','authentication-provider','checkMeteorPackage','4872XxAHOZ','242391HDaOLo','injectIntoFile','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','processAndRunGenerator','(((.+)+)+)+$','fsi','create','const\x20sendForgotPasswordEmail','3194sVQVXl','419570PGHOBS','95216QSlfOW','toString','engines','60xnLsGc','\x0a\x20\x20\x20\x20\x20\x20WebAppInternals.setInlineScriptsAllowed(false);\x0a\x0a\x20\x20\x20\x20\x20\x20Accounts.urls.resetPassword\x20=\x20function\x20(token)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.absoluteUrl(\x27reset-password/\x27\x20+\x20token);\x0a\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20','startup','index','4921jjDNQB','const\x20getUserAuthorizations','true','force','REACT','react','/imports/startup/lib','error','template','getMakaProjectConfig','pathFromApp','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','meteor/accounts-base','authentication-service','publish','/imports/startup/lib/authentication-service','withValue','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','AuthService','injectIntoCodeBlock','const\x20deauthenticateUser','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','apply','354ydTYZg','server','const\x20registerNewUser','alanning:roles','exit','accounts-password','3896uubTOZ','const\x20authenticateToken','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','findProjectDirectory','5534120EOUBDD','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20start\x20by\x20generating\x20your\x20auth\x20provider\x20and\x20context,\x20and\x20then\x20setup\x20Meteor\x20Accounts\x0a\x20\x20\x20\x20to\x20handle\x20authentication\x20and\x20authorization.\x0a\x20\x20','const\x20authenticateUser','6ZMHbJj'];a116c=function(){return u;};return a116c();}Generator[a116r(0x1d5)]({'name':a116r(0x1c4),'aliases':['m'],'usage':a116r(0x1d1),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':[a116r(0x1e3)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116r(0x1e4)]},'description':a116r(0x1bc)},async function(a,b){const s=a116r;try{const c=b[s(0x1e3)]||![];await this[s(0x1d4)][s(0x1cd)]([s(0x1fc),s(0x1fa)],{'shouldInstall':!![]});const d=this[s(0x1d4)][s(0x200)](),f=this[s(0x1d4)][s(0x1e9)](),g=f[s(0x1db)]['ssr']===s(0x1e2);await a116f[s(0x1d2)]('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x1d2)](s(0x1ee),['auth/roles'],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x1e6):'/imports/startup/client',j=this[s(0x1d4)][s(0x1ea)]({'pathParts':[i,'','',s(0x1ed)]});await this[s(0x1d4)][s(0x1f0)](f,async()=>{const t=s;await this['fsi'][t(0x1e8)]({'srcPath':t(0x1c7),'destPath':j+'.js','framework':t(0x1e5),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x1d4)][s(0x1ea)]({'pathParts':[i,'','',s(0x1cc)]}),l=f[s(0x1db)]['js'];await this[s(0x1d4)][s(0x1bf)]({'filePath':k+'.'+l,'importName':s(0x1f2),'modulePath':g?s(0x1ef):s(0x1c9),'isNamedExport':![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x1bd),'replace':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':s(0x1c3),'begin':s(0x1fe),'replace':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20const\x20authorizations\x20=\x20await\x20AuthService.getUserAuthorizations(user.id);\x0a\x20\x20\x20\x20\x20\x20return\x20authorizations;\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x1e1),'replace':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':s(0x1eb),'begin':s(0x1f4),'replace':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':s(0x1ff),'begin':s(0x1d6),'replace':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x1f5),'begin':s(0x1f9),'replace':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':k+'.'+l,'content':s(0x1f1),'begin':'const\x20resetPasswordWithToken','replace':!![]});g&&(await this[s(0x1d4)][s(0x1bf)]({'filePath':k+'.'+l,'importName':s(0x1c1),'modulePath':s(0x1ca),'isNamedExport':!![]}),await this[s(0x1d4)][s(0x1d0)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x1cb),'end':'return\x20\x5c('}));await this[s(0x1d4)][s(0x1bf)]({'filePath':h,'importName':'Meteor','modulePath':'meteor/meteor','isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x1d4)][s(0x1f3)]({'filePath':h,'content':s(0x1c0),'begin':'Meteor.publish','replace':!![]});const m=this[s(0x1d4)][s(0x1ea)]({'pathParts':['imports',s(0x1de),s(0x1f8),s(0x1df)]});await this[s(0x1d4)]['injectImport']({'filePath':m+'.'+l,'importName':s(0x1c5),'modulePath':s(0x1ec),'isNamedExport':!![]}),await this[s(0x1d4)]['injectIntoCodeBlock']({'filePath':m+'.'+l,'content':s(0x1dd),'begin':'Meteor.startup','replace':!![]});}catch(n){Log[s(0x1e7)](n),process[s(0x1fb)](0x1);}},async function(){},a116e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a117x=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=-parseInt(u(
|
|
1
|
+
const a117x=a117d;function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x17d;let f=c[d];return f;},a117d(a,b);}(function(a,b){const u=a117d,c=a();while(!![]){try{const d=-parseInt(u(0x19e))/0x1+-parseInt(u(0x1a5))/0x2*(parseInt(u(0x187))/0x3)+-parseInt(u(0x1a2))/0x4+parseInt(u(0x1a6))/0x5+-parseInt(u(0x181))/0x6+parseInt(u(0x18b))/0x7+parseInt(u(0x19a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x6d96a));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0x180)]()['search'](w(0x19b))[w(0x180)]()[w(0x189)](a117a)[w(0x18a)](w(0x19b));});a117a();import{Generator}from'../../../generator.js';function a117c(){const A=['constructor','search','2960132CAVUBC','/imports/startup/client','injectImport','injectIntoCodeBlock','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<PublicRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20return\x20(!currentUser)\x20?\x20<PublicRoutes\x20history={history}/>\x20:\x20<PrivateRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/lib/authentication-provider','function\x20Routes','REACT','true','create','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','error','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','appName','split','6158592ctgPEY','(((.+)+)+)+$','apply','<Routes\x20history={history}/>','399330AtqULx','injectAroundString','replaceAll','react','2902860ArrMfg','</AuthProvider>','/routes','93178yMJyJQ','2817000OiyqtR','engines','fsi','kit/auth/provider/authentication-provider.js','exit','.js','<AuthProvider>','force','AuthContext','toString','813552bywVaH','/imports/startup/client/authentication-provider','/imports/startup/client/index','pathFromApp','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','useContext','3BXkIJv','/imports/startup/server/index'];a117c=function(){return A;};return a117c();}import{Log}from'../../../tools/log/log.class.js';import a117e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117x(0x194)]({'name':'provider','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':a117x(0x185),'validOpts':[a117x(0x17e)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117x(0x192)]},'description':a117x(0x197)},async function(a,b){const y=a117x;try{const c=b[y(0x17e)]||![];Log['bright'](y(0x195));const d=this[y(0x1a8)]['getMakaProjectConfig'](),f=d[y(0x1a7)]['ssr']===y(0x193),g={'name':headerCase(d[y(0x198)])[y(0x1a0)]('-','\x20')},h=f?'/imports/startup/lib':y(0x18c),i=this[y(0x1a8)][y(0x184)]({'pathParts':[h,'','','authentication-provider']});await this[y(0x1a8)]['withValue'](d,async()=>{const z=y;await this[z(0x1a8)]['template']({'srcPath':z(0x1a9),'destPath':i+z(0x1ab),'framework':z(0x1a1),'context':g,'config':d,'force':c,'ignore':![]});});const j=d['engines']['js'],k=h+y(0x1a4),l=k[y(0x199)]('/'),m=this[y(0x1a8)][y(0x184)]({'pathParts':l});await this[y(0x1a8)][y(0x18d)]({'filePath':m+'.'+j,'importName':y(0x17f),'modulePath':f?y(0x190):y(0x182),'isNamedExport':!![]}),await this[y(0x1a8)][y(0x18d)]({'filePath':m+'.'+j,'importName':y(0x186),'modulePath':y(0x1a1),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x1a8)][y(0x18e)]({'filePath':m+'.'+j,'content':y(0x18f),'begin':['const\x20Routes',y(0x191)],'replace':!![]});const n=y(0x183),o=n[y(0x199)]('/'),p=this[y(0x1a8)][y(0x184)]({'pathParts':o});await this[y(0x1a8)][y(0x18d)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x190):y(0x182),'isNamedExport':!![]}),await this['fsi']['injectAroundString']({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x1a3),'targetString':'<Routes\x20history={browserHistory}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x188),r=q[y(0x199)]('/'),s=this[y(0x1a8)][y(0x184)]({'pathParts':r});await this[y(0x1a8)][y(0x18d)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x190):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this['fsi'][y(0x19f)]({'filePath':s+'.'+j,'aboveContent':y(0x17d),'belowContent':'</AuthProvider>','targetString':y(0x19d),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0x196)](t),process[y(0x1aa)](0x1);}},async function(){},a117e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x1a2))/0x1+parseInt(f(0x1a8))/0x2*(parseInt(f(0x1a0))/0x3)+parseInt(f(0x1a5))/0x4*(parseInt(f(0x19e))/0x5)+-parseInt(f(0x1ae))/0x6*(-parseInt(f(0x1ac))/0x7)+parseInt(f(0x1a3))/0x8+parseInt(f(0x1a9))/0x9*(-parseInt(f(0x1a1))/0xa)+parseInt(f(0x1ab))/0xb*(-parseInt(f(0x1a4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x906ec));function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x19e;var f=c[d];return f;},a118d(a,b);}function a118c(){var i=['98870GrwNoG','apply','18AkJmHf','6568730yFdgyI','226581YyEqsN','3604136tgTakd','11244uVphQc','124qfnNIY','search','constructor','256814CnkiLM','9bSbsmL','toString','17897arGKmy','1662346rRZCAA','(((.+)+)+)+$','18fnZXPj'];a118c=function(){return i;};return a118c();}var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0x1aa)]()[h(0x1a6)](h(0x1ad))[h(0x1aa)]()[h(0x1a7)](a118a)[h(0x1a6)](h(0x1ad));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){const f=a119d,c=a();while(!![]){try{const d
|
|
1
|
+
function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x121;let f=c[d];return f;},a119d(a,b);}const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=-parseInt(f(0x12d))/0x1+parseInt(f(0x123))/0x2*(parseInt(f(0x12f))/0x3)+-parseInt(f(0x12c))/0x4+parseInt(f(0x122))/0x5+parseInt(f(0x126))/0x6+-parseInt(f(0x12a))/0x7+parseInt(f(0x121))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x6c4cc));function a119c(){const k=['search','create','1774428SyZjOf','(((.+)+)+)+$','/foo','apply','5924982rRKTdn','toString','1622952YQfAUC','871186ndYnFm','/foo/bar','237IxZMrV','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','constructor','8831568ZpeORc','4146895vZcgRe','8554cVNmey'];a119c=function(){return k;};return a119c();}const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x129)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a[h(0x12b)]()[h(0x124)](h(0x127))[h(0x12b)]()[h(0x131)](a119a)[h(0x124)](h(0x127));});a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';const EsriGen=Generator[a119i(0x125)]({'name':'esri','aliases':['e'],'usage':a119i(0x130),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:e'],'description':'\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20'},async function(){const j=a119i;return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':[j(0x12e)],'filesUpdated':[j(0x128)]}};},async function(){},a119e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a120s=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=-parseInt(p(
|
|
1
|
+
const a120s=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=-parseInt(p(0x16c))/0x1+-parseInt(p(0x177))/0x2+parseInt(p(0x17a))/0x3+-parseInt(p(0x169))/0x4*(-parseInt(p(0x18a))/0x5)+-parseInt(p(0x178))/0x6+parseInt(p(0x179))/0x7+parseInt(p(0x183))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0xb7805));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0x164)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a[r(0x18b)]()[r(0x180)](r(0x186))['toString']()[r(0x163)](a120a)[r(0x180)]('(((.+)+)+)+$');});a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120e from'./esri.generator.js';import a120f from'../../../generators/maka.gen.js';function a120c(){const v=['4160OXiJeK','toString','page','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','template','constructor','apply','basic-map','esri-loader','injectImport','engines','804mKrLPX','checkNpmPackage','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','545179hqSZkQ','/imports/startup/client/templates','getMakaProjectConfig','error','FALSE','findProjectDirectory','Generate\x20an\x20Esri\x20map\x20component','react','<div\x20id=\x22map\x22>','map','</div>','934046vZYrow','3196920LNLKTG','7342279YByPli','2881833FbLogv','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20','true','replaceAll','fsi','/imports/ui/','search','@esri/react-arcgis','/imports/ui/hooks','959224nqGvqM','pathFromApp','injectTemplateModule','(((.+)+)+)+$','injectIntoFile','dir','kit/esri/map/'];a120c=function(){return v;};return a120c();}import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x160;let f=c[d];return f;},a120d(a,b);}Generator['create']({'name':'map','aliases':['m'],'usage':a120s(0x16b),'shortDesc':a120s(0x172),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a120s(0x170)]},'description':a120s(0x17b)},async function(a,b){const t=a120s;try{Log['bright']('Generating\x20a\x20map\x20component');const c=t(0x165);await this[t(0x17e)][t(0x16a)]([t(0x181),t(0x166)],{'shouldInstall':!![]});const d=this[t(0x17e)][t(0x171)](),f=this['fsi'][t(0x16e)](),g=f[t(0x168)]['ssr']===t(0x17c),h=await a120f['processAndRunGenerator'](t(0x160),[t(0x175)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[t(0x17d)]('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?t(0x17f)+b['baseDir']:t(0x182),k=this[t(0x17e)][t(0x184)]({'pathParts':[j,b[t(0x188)],paramCase(c),paramCase(c)]});await this['fsi']['withValue'](f,async()=>{const u=t;await this[u(0x17e)][u(0x162)]({'srcPath':u(0x189)+c+'.js','destPath':k+'.js','framework':u(0x173),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b['dir']+'/'+c+'/'+c;await this[t(0x17e)][t(0x185)](c,f,l);const m=h['split']('/'),n=this['fsi'][t(0x184)]({'pathParts':m});await this[t(0x17e)][t(0x167)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':t(0x16d),'isNamedExport':!![]}),await this[t(0x17e)][t(0x187)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x161),'begin':[t(0x174),'<div\x20id=\x22map\x22>'],'end':[t(0x176)],'replace':!![]});}catch(o){Log[t(0x16f)](o),process['exit'](0x1);}},async function(){},a120e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=-parseInt(f(0x179))/0x1+parseInt(f(0x182))/0x2+parseInt(f(0x186))/0x3*(parseInt(f(0x176))/0x4)+parseInt(f(0x184))/0x5*(-parseInt(f(0x17f))/0x6)+parseInt(f(0x177))/0x7+-parseInt(f(0x174))/0x8+parseInt(f(0x185))/0x9*(parseInt(f(0x175))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x3241e));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x183)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0x180)]()[h(0x17e)](h(0x178))[h(0x180)]()['constructor'](a121a)['search'](h(0x178));});a121a();function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x174;let f=c[d];return f;},a121d(a,b);}import{Generator}from'../../generator.js';const KitGen=Generator[a121i(0x181)]({'name':a121i(0x17c),'aliases':['k'],'usage':a121i(0x17a),'shortDesc':a121i(0x17b),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:kit',a121i(0x17d)]},async function(){});export default KitGen;function a121c(){const j=['35tNASGS','2016MAykUx','636DvMKaC','391168NrKljf','9140ydTnxc','704luAKig','2306745vIRLsZ','(((.+)+)+)+$','184078jiFUDh','maka\x20{generate,\x20g}:{kit}\x20<name>','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','kit','maka\x20g:k','search','301302sxiqwQ','toString','create','437528AxnQlq','apply'];a121c=function(){return j;};return a121c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0xe0;var f=c[d];return f;},a122d(a,b);}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0xe9))/0x1+-parseInt(f(0xe8))/0x2+parseInt(f(0xee))/0x3*(-parseInt(f(0xe4))/0x4)+parseInt(f(0xe6))/0x5+parseInt(f(0xe0))/0x6*(parseInt(f(0xe5))/0x7)+-parseInt(f(0xed))/0x8+parseInt(f(0xe7))/0x9*(parseInt(f(0xec))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xa155c));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0xe2)]()[h(0xe3)](h(0xeb))[h(0xe2)]()[h(0xe1)](a122a)[h(0xe3)]('(((.+)+)+)+$');});a122a();import'./mui.generator.js';function a122c(){var i=['apply','(((.+)+)+)+$','17202750VKRcur','1383584cTEcqK','18030dbKinh','372vGASDT','constructor','toString','search','716tWorUR','94206uRMcAO','1236970usUVDG','9pAfqgs','1778684sJvuxG','3157ongQOl'];a122c=function(){return i;};return a122c();}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0x139))/0x1+parseInt(G(0x12f))/0x2+-parseInt(G(0x11c))/0x3+-parseInt(G(0x129))/0x4*(-parseInt(G(0x114))/0x5)+-parseInt(G(0x127))/0x6+parseInt(G(0x118))/0x7*(parseInt(G(0x10d))/0x8)+parseInt(G(0x119))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xe7c9b));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a[I(0x110)]()[I(0x105)](I(0x109))['toString']()[I(0x12c)](a123a)[I(0x105)](I(0x109));});function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0xfc;let f=c[d];return f;},a123d(a,b);}a123a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a123e from'../../../generators/maka.gen.js';function a123c(){const N=['true','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','maka\x20generate:kit:mui:frame','kit:auth:meteor','auth','4214148aMubif','.js','4QiRhgv','kit/mui/auth/forgot-password/','force','constructor','login','basic-register-page','356408nplOoW','react','layouts','/imports/startup/lib/authentication-provider','withValue','kit/mui/auth/login/','apply','kit/mui/auth/register/','kit/mui/auth/password-reset/','basic-login-page','1127883GqrjMZ','fsi','route','list','log','reset-password/:token','register','Custom\x20(roll\x20your\x20own)','template','AuthContext','basic-forgot-password-page','kit/mui/auth/logout/','search','replaceAll','ssr','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','(((.+)+)+)+$','/imports/ui/','meteor','findProjectDirectory','96CJRcrD','injectImport','/imports/startup/client/authentication-provider','toString','dir','engines','split','2776705oXBKrt','baseDir','authType','Meteor\x20Accounts','906073czorkw','16967052KsRmtL','forgot-password','pathFromApp','4177191skhNcH','processAndRunGenerator','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','maka\x20g:k:m:f','basic-password-reset-page','injectTemplateModule'];a123c=function(){return N;};return a123c();}import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a123J(0x126),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a123J(0x11e),'validOpts':[a123J(0x131),a123J(0x12b)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines['REACT']},'examples':[a123J(0x124),a123J(0x11f)],'description':a123J(0x123)},async function(a,b){const K=a123J;try{const c=b[K(0x12b)]||![],d=this['fsi'][K(0x10c)](),f=this['fsi']['getMakaProjectConfig'](),{authType:g}=await Actions['options']({'type':K(0xfc),'name':K(0x116),'message':K(0x108),'choices':[{'name':K(0x117),'value':K(0x10b)},{'name':K(0x100),'value':'custom'}]}),h='basic-login-page',i='basic-logout-page',j=K(0x12e),k=K(0x120),l=K(0x103),m=b['baseDir']?K(0x10a)+b[K(0x115)]:'/imports/ui/pages/auth',n=this[K(0x13a)]['pathFromApp']({'pathParts':[m,b[K(0x111)],paramCase(h),paramCase(h)]}),o=this[K(0x13a)][K(0x11b)]({'pathParts':[m,b[K(0x111)],paramCase(i),paramCase(i)]}),p=this[K(0x13a)][K(0x11b)]({'pathParts':[m,b['dir'],paramCase(j),paramCase(j)]}),q=this[K(0x13a)][K(0x11b)]({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this[K(0x13a)][K(0x11b)]({'pathParts':[m,b[K(0x111)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f['appName'])[K(0x106)]('-','\x20')};await this[K(0x13a)][K(0x133)](f,async()=>{const L=K;await this[L(0x13a)][L(0x101)]({'srcPath':L(0x134)+h+L(0x128),'destPath':n+L(0x128),'framework':L(0x130),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x13a)]['template']({'srcPath':L(0x104)+i+L(0x128),'destPath':o+L(0x128),'framework':L(0x130),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x13a)][L(0x101)]({'srcPath':L(0x136)+j+L(0x128),'destPath':p+L(0x128),'framework':L(0x130),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x13a)][L(0x101)]({'srcPath':L(0x137)+k+L(0x128),'destPath':q+L(0x128),'framework':L(0x130),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][L(0x101)]({'srcPath':L(0x12a)+l+'.js','destPath':r+L(0x128),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b['dir']+'/'+h+'/'+h;await this[K(0x13a)][K(0x121)](h,f,t);const u=''+m+b[K(0x111)]+'/'+i+'/'+i;await this[K(0x13a)]['injectTemplateModule'](i,f,u);const v=''+m+b[K(0x111)]+'/'+j+'/'+j;await this[K(0x13a)][K(0x121)](j,f,v);const w=''+m+b[K(0x111)]+'/'+k+'/'+k;await this[K(0x13a)][K(0x121)](k,f,w);const x=''+m+b[K(0x111)]+'/'+l+'/'+l;await this[K(0x13a)]['injectTemplateModule'](l,f,x),await a123e[K(0x11d)]('route',[K(0x138)],{'url':K(0x12d),'cwd':d,'config':f}),await a123e[K(0x11d)](K(0x13b),['basic-logout-page'],{'url':'logout','private':!![],'cwd':d,'config':f}),await a123e[K(0x11d)](K(0x13b),[K(0x12e)],{'url':K(0xff),'cwd':d,'config':f}),await a123e[K(0x11d)]('route',[K(0x120)],{'url':K(0xfe),'cwd':d,'config':f}),await a123e[K(0x11d)](K(0x13b),[K(0x103)],{'url':K(0x11a),'cwd':d,'config':f});g===K(0x10b)&&await a123e[K(0x11d)](K(0x125),[],{'force':c,'cwd':d,'config':f});g==='custom'&&await a123e[K(0x11d)]('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const y=f[K(0x112)][K(0x107)]===K(0x122),z=f[K(0x112)]['js'],A=this[K(0x13a)][K(0x11b)]({'pathParts':t[K(0x113)]('/')});await this['fsi'][K(0x10e)]({'filePath':A+'.'+z,'importName':'AuthContext','modulePath':y?K(0x132):K(0x10f),'isNamedExport':!![]});const B=this[K(0x13a)][K(0x11b)]({'pathParts':u[K(0x113)]('/')});await this[K(0x13a)][K(0x10e)]({'filePath':B+'.'+z,'importName':K(0x102),'modulePath':y?K(0x132):K(0x10f),'isNamedExport':!![]});const C=this[K(0x13a)][K(0x11b)]({'pathParts':v[K(0x113)]('/')});await this[K(0x13a)][K(0x10e)]({'filePath':C+'.'+z,'importName':K(0x102),'modulePath':y?K(0x132):K(0x10f),'isNamedExport':!![]});const D=this['fsi'][K(0x11b)]({'pathParts':w[K(0x113)]('/')});await this[K(0x13a)][K(0x10e)]({'filePath':D+'.'+z,'importName':'AuthContext','modulePath':y?K(0x132):K(0x10f),'isNamedExport':!![]});const E=this[K(0x13a)][K(0x11b)]({'pathParts':x[K(0x113)]('/')});await this[K(0x13a)]['injectImport']({'filePath':E+'.'+z,'importName':K(0x102),'modulePath':y?K(0x132):K(0x10f),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const M=a123J;console[M(0xfd)]('Cleaning\x20up...');},a123f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124E=a124d;
|
|
1
|
+
const a124E=a124d;function a124c(){const I=['toString','pathFromApp','/imports/startup/lib/templates','37350JeIkUt','fsi','Container','maka\x20generate:kit:mui:frame','checkMeteorPackage','replaceAll','jsx','36iyByCn','-hook\x22>','dir','<Box\x20style={{\x20display:\x20\x27flex\x27,\x20flexDirection:\x20\x27column\x27,\x20minHeight:\x20\x27calc(100vh\x20-\x20157px)\x27\x20}}>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Container\x20component=\x22main\x22>','51688IFRFob','imports','test','{\x20this.props.children\x20}','checkbox','348sXFfMs','{\x20props.children\x20}','\x20/>\x0a','error','.js','/imports/startup/client/templates','basic-drawer','Cleaning\x20up...','injectIntoFile','Box','{this.props.children}','true','kit/mui/frame/drawers/','getFiles','</div>','injectTemplateModule','(((.+)+)+)+$','@mui/material/Container','basic-app-bar','join','appName','685264jtFAVW','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','3449970tSyYik','ssr','kit/mui/frame/app-bars/','react','findAppDirectory','injectImport','apply','engines','/imports/ui/components','{props.children}','tsx','template','baseDir','maka\x20g:k:m:f','force','basic-sticky-footer','kit/mui/frame/footers/','/imports/ui/','create','2573795IHhtvo','2392008mLikZk','70WCVAkZ','getMakaProjectConfig','REACT','search','maka:react-tracker','1110708vfkunz','<div\x20id=\x22','layouts','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','@mui/material/Box'];a124c=function(){return I;};return a124c();}(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0xd9))/0x1+-parseInt(B(0xc6))/0x2+parseInt(B(0xce))/0x3*(parseInt(B(0xde))/0x4)+-parseInt(B(0xbf))/0x5+parseInt(B(0xc0))/0x6+-parseInt(B(0xc1))/0x7*(parseInt(B(0xaa))/0x8)+-parseInt(B(0xd5))/0x9*(-parseInt(B(0xac))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xd7ae1));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a[D(0xcb)]()['search'](D(0xa5))[D(0xcb)]()['constructor'](a124a)[D(0xc4)](D(0xa5));});a124a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x9c;let f=c[d];return f;},a124d(a,b);}import{Actions}from'../../../tools/actions/actions.class.js';import a124e from'path';import a124f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124E(0xbe)]({'name':'frame','aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a124E(0xc8),a124E(0xb8),a124E(0xd7),a124E(0xba)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines[a124E(0xc3)]},'examples':[a124E(0xd1),a124E(0xb9)],'description':a124E(0xc9)},async function(a,b){const F=a124E;try{const c=b['force']||![],d=F(0xa7),f=F(0xe4),g=F(0xbb),h=this[F(0xcf)][F(0xc2)](),i=h[F(0xb3)][F(0xad)]===F(0xa0);await this['fsi'][F(0xd2)](['session',F(0xc5)],{'shouldInstall':!![]});const j=this['fsi'][F(0xb0)](),k=a124e[F(0xa8)](j,F(0xda),'ui',F(0xc8)),l=this[F(0xcf)]['getDirectories'](k),m=await Actions['options']({'type':F(0xdd),'name':'layouts','message':F(0xab),'choices':l});if(m['layouts']['length']===0x0){Log[F(0xe1)]('No\x20layouts\x20selected');return;}const n=b[F(0xb8)]?F(0xbd)+b[F(0xb8)]:F(0xb4),o=this[F(0xcf)]['pathFromApp']({'pathParts':[n,b['dir'],paramCase(d),paramCase(d)]}),p=this[F(0xcf)][F(0xcc)]({'pathParts':[n,b[F(0xd7)],paramCase(f),paramCase(f)]}),q=this['fsi'][F(0xcc)]({'pathParts':[n,b['dir'],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0xa9)])[F(0xd3)]('-','\x20')};await this[F(0xcf)]['withValue'](h,async()=>{const G=F;await this['fsi'][G(0xb7)]({'srcPath':G(0xae)+d+G(0xe2),'destPath':o+'.js','framework':G(0xaf),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0xcf)][G(0xb7)]({'srcPath':G(0xa1)+f+G(0xe2),'destPath':p+G(0xe2),'framework':G(0xaf),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0xcf)][G(0xb7)]({'srcPath':G(0xbc)+g+G(0xe2),'destPath':q+G(0xe2),'framework':'react','context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b['dir']+'/'+d+'/'+d;await this[F(0xcf)]['injectTemplateModule'](d,h,s);const t=''+n+b[F(0xd7)]+'/'+f+'/'+f;await this[F(0xcf)][F(0xa4)](f,h,t);const u=''+n+b[F(0xd7)]+'/'+g+'/'+g;await this[F(0xcf)]['injectTemplateModule'](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0xcf)][F(0xa2)](a124e[F(0xa8)](k,w),{'extensions':[F(0xd4),F(0xb6)],'omit':['app-tests','tests',F(0xdb)]});for(const y of x){const z=a124e[F(0xa8)](k,w,y);await this[F(0xcf)][F(0xb1)]({'filePath':z,'importName':F(0x9e),'modulePath':F(0xca),'isNamedExport':![]}),await this['fsi'][F(0xb1)]({'filePath':z,'importName':F(0xd0),'modulePath':F(0xa6),'isNamedExport':![]}),await this['fsi'][F(0xb1)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0xcd):F(0xe3),'isNamedExport':!![]}),await this['fsi'][F(0x9d)]({'filePath':z,'content':'<'+pascalCase(d)+F(0xe0),'begin':[F(0xc7)+w+'\x22>',F(0xc7)+w+'-hook\x22>'],'end':['{this.props.children}',F(0xdc),F(0xb5),'{\x20props.children\x20}']}),await this['fsi'][F(0xb1)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0xcd):F(0xe3),'isNamedExport':!![]}),await this[F(0xcf)][F(0x9d)]({'filePath':z,'content':'<'+pascalCase(f)+'\x20/>\x0a','begin':[F(0xc7)+w+'\x22>','<div\x20id=\x22'+w+F(0xd6)],'end':[F(0x9f),F(0xdc),'{props.children}',F(0xdf)]}),await this['fsi'][F(0x9d)]({'filePath':z,'content':'<'+pascalCase(g)+'\x20/>\x0a','begin':[F(0x9f),'{\x20this.props.children\x20}','{props.children}',F(0xdf)],'end':[F(0xa3)]}),await this[F(0xcf)][F(0xb1)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0xcd):F(0xe3),'isNamedExport':!![]}),await this[F(0xcf)]['injectAroundString']({'filePath':z,'aboveContent':F(0xd8),'belowContent':'</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','targetString':[F(0x9f),F(0xdc),F(0xb5),F(0xdf)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0xe1)](A);}},async function(){const H=a124E;console['log'](H(0x9c));},a124f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125j=a125d;function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xe2;let f=c[d];return f;},a125d(a,b);}function a125c(){const l=['includes','4934620rCIoUi','checkbox','maka\x20g:kit:m','No\x20MUI\x20kits\x20selected.\x20Exiting.','create','kitChoices','9SOqYRR','frame','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','2335851oNIVol','findProjectDirectory','info','search','processAndRunGenerator','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','1757564xwLpyJ','mui','notice','kit:mui:auth','kit:mui:frame','Material-UI\x20Kit','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','apply','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','984Nklitn','auth','1032900UryEXr','1515784byDPGz','length','1867220CwnDkp','constructor','Header,\x20Footer,\x20and\x20Drawer','toString','fsi','462aDIigI','(((.+)+)+)+$'];a125c=function(){return l;};return a125c();}(function(a,b){const g=a125d,c=a();while(!![]){try{const d=parseInt(g(0xf1))/0x1+-parseInt(g(0xf4))/0x2+parseInt(g(0x105))/0x3+parseInt(g(0xe6))/0x4+-parseInt(g(0xfc))/0x5+parseInt(g(0xef))/0x6*(parseInt(g(0xf9))/0x7)+-parseInt(g(0xf2))/0x8*(-parseInt(g(0x102))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x818ef));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0xf7)]()[i(0xe3)](i(0xfa))[i(0xf7)]()[i(0xf5)](a125a)[i(0xe3)](i(0xfa));});a125a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a125e from'../../../generators/maka.gen.js';import a125f from'../kit.js';const MuiGen=Generator[a125j(0x100)]({'name':a125j(0xe7),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a125j(0xeb),'validOpts':[''],'isPro':!![],'examples':[a125j(0xfe)]},async function(){const k=a125j;Log[k(0xe2)](k(0xec)),Log[k(0xe8)](k(0x104));const {kitChoices:a}=await Actions['options']({'type':k(0xfd),'name':k(0x101),'message':k(0xee),'choices':[{'name':k(0xf6),'value':k(0x103)},{'name':k(0xe5),'value':k(0xf0)}]}),b=this['fsi'][k(0x106)](),c=this[k(0xf8)]['getMakaProjectConfig']();a[k(0xfb)]('frame')&&await a125e[k(0xe4)](k(0xea),[],{'force':!![],'cwd':b,'config':c});a['includes'](k(0xf0))&&await a125e[k(0xe4)](k(0xe9),[],{'force':!![],'cwd':b,'config':c});if(a[k(0xf3)]===0x0){Log[k(0xe2)](k(0xff));return;}},async function(){},a125f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a126n=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a126n=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x18e))/0x1+-parseInt(l(0x171))/0x2*(parseInt(l(0x175))/0x3)+-parseInt(l(0x194))/0x4*(parseInt(l(0x167))/0x5)+-parseInt(l(0x17b))/0x6*(-parseInt(l(0x16c))/0x7)+parseInt(l(0x15f))/0x8+parseInt(l(0x17c))/0x9+-parseInt(l(0x18b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x67f45));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const m=a126d;return a126a[m(0x15c)]()[m(0x17f)](m(0x161))[m(0x15c)]()[m(0x17d)](a126a)[m(0x17f)](m(0x161));});a126a();import a126e from'path';import{Generator}from'../generator.js';function a126c(){const q=['maka\x20g:layout\x20mobile/iPhone8','getMakaProjectConfig','api','dir','1692788HdKreo','resourceName','injectAtBeginningOfFile','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','toString','pathFromProject','test/test.js','3541584GfQxcm','engines','(((.+)+)+)+$','/imports/ui/layouts','Scaffolding\x20for\x20a\x20React\x20Layout.','warn','split','withValue','5wXLkuZ','checkNpmPackage','import\x20\x27./','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','template/template.css','3811801MuIZzs','.css','css','fileName','ramda','1626yMtFOf','test','withHook','component/component.js','591FKmouu','theme','ssr','react','true','setTemplate','6TFiEGI','5781195XtLvFt','constructor','template','search','assign','graphql','.js','withHooks','maka\x20g:l\x20web/safari','relative','create','string','none','features','fsi','10559470ihYSRi','withTranslations','pathFromApp','435506yaGBWg','installNpmPackage'];a126c=function(){return q;};return a126c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x159;let f=c[d];return f;},a126d(a,b);}Generator[a126n(0x186)]({'name':'layout','aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a126n(0x163),'validOpts':['withHook'],'examples':[a126n(0x190),a126n(0x184)]},async function(a,b){const o=a126n,c=o(0x162),d=this[o(0x18a)]['findAppDirectory'](),e=this[o(0x18a)][o(0x18d)]({'pathParts':[c,b[o(0x193)],paramCase(b['resourceName']),paramCase(b[o(0x159)])]}),f=this[o(0x18a)][o(0x191)]();await this[o(0x18a)][o(0x166)](f,async()=>{const p=o;typeof f['template'][p(0x172)]===p(0x187)&&(f['template'][p(0x172)]=f[p(0x17e)]['test']===p(0x179)?!![]:![],this[p(0x18a)][p(0x17a)]('test',f['template'][p(0x172)]));typeof f['template'][p(0x16e)]===p(0x187)&&(f['template'][p(0x16e)]=f[p(0x17e)][p(0x16e)]==='true'?!![]:![],this[p(0x18a)][p(0x17a)](p(0x16e),f[p(0x17e)]['css']));typeof f[p(0x17e)]['js']==='string'&&(f[p(0x17e)]['js']=f[p(0x17e)]['js']===p(0x179)?!![]:![],this['fsi'][p(0x17a)]('js',f[p(0x17e)]['js']));!f[p(0x189)]&&(f['features']={});const g=b['_']?b['_'][0x0][p(0x165)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this['checkNpmPackage'](p(0x170))&&(Log[p(0x164)](p(0x16a)),this[p(0x18a)][p(0x18f)]('ramda',{'cwd':d}));if(h&&!this[p(0x168)]('react')){Log[p(0x164)](p(0x15b));return;}const i={'name':pascalCase(b[p(0x159)]),'myPath':a126e[p(0x185)](this['fsi'][p(0x15d)]({}),e),'cssCaseName':paramCase(b[p(0x159)]),'className':pascalCase(b[p(0x159)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b['resourceName']),'graphql':f[p(0x160)][p(0x181)],'features':f[p(0x189)],'client':f['engines']['client'],'api':f['engines'][p(0x192)],'ssr':f[p(0x160)][p(0x177)],'test':f['engines'][p(0x172)],'theme':f[p(0x160)][p(0x176)],'isComponent':![],'isLayout':!![],'withTranslations':f['features'][p(0x18c)]};f[p(0x189)]?.[p(0x183)]||b[p(0x173)]?await this['fsi'][p(0x17e)]({'srcPath':'hook/hook.js','destPath':e+p(0x182),'framework':p(0x178),'context':i,'config':f}):await this[p(0x18a)][p(0x17e)]({'srcPath':p(0x174),'destPath':e+p(0x182),'framework':p(0x178),'context':i,'config':f});f[p(0x160)][p(0x172)]!==p(0x188)&&await this[p(0x18a)][p(0x17e)]({'srcPath':p(0x15e),'destPath':e+'.app-tests.js','framework':p(0x178),'context':i,'config':f});f[p(0x17e)][p(0x16e)]&&(await this[p(0x18a)][p(0x17e)]({'srcPath':p(0x16b),'destPath':e+p(0x16d),'context':Object[p(0x180)]({},i,{'className':paramCase(b[p(0x159)])}),'config':f}),await this['fsi'][p(0x15a)]({'filePath':e+'.'+f['engines']['js'],'content':p(0x169)+i['fileName']+'.'+f[p(0x160)]['css']+'\x27;'}));const j=b[p(0x193)]?'/'+b['dir']+'/':'/',k=''+c+j+i[p(0x16f)]+'/'+i[p(0x16f)];await this[p(0x18a)]['injectTemplateModule'](i['className'],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127h=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x126))/0x1*(-parseInt(f(0x118))/0x2)+parseInt(f(0x115))/0x3*(parseInt(f(0x112))/0x4)+-parseInt(f(0x116))/0x5+parseInt(f(0x11b))/0x6+-parseInt(f(0x11a))/0x7*(-parseInt(f(0x11f))/0x8)+parseInt(f(0x117))/0x9+parseInt(f(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xa8ba4));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const g=a127d;return a127a[g(0x120)]()[g(0x11c)](g(0x124))[g(0x120)]()[g(0x123)](a127a)[g(0x11c)](g(0x124));});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x112;let f=c[d];return f;},a127d(a,b);}a127a();function a127c(){const i=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','generate','236247kuvfpe','5501500USHxst','1740492qFebBT','8iGYOJW','Scaffold\x20various\x20parts\x20of\x20your\x20application','1138697pHqNSt','1882464knrdMx','search','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','32pSfaNB','toString','7431930ihniGt','maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','(((.+)+)+)+$','maka\x20g:scaffold\x20todos','165211PqGzrD','28EgPNXh'];a127c=function(){return i;};return a127c();}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a127h(0x114),'aliases':['g'],'usage':a127h(0x122),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127h(0x119),'examples':['maka\x20generate:scaffold\x20todos',a127h(0x125),'maka\x20g:template\x20todos/todo_item',a127h(0x11d),a127h(0x11e),'maka\x20g:api\x20trucks',a127h(0x113)]},function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x136;let f=c[d];return f;},a128d(a,b);}const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0x13e))/0x1+parseInt(j(0x15a))/0x2+-parseInt(j(0x143))/0x3+parseInt(j(0x148))/0x4*(parseInt(j(0x153))/0x5)+-parseInt(j(0x14a))/0x6*(-parseInt(j(0x152))/0x7)+parseInt(j(0x138))/0x8*(parseInt(j(0x14b))/0x9)+parseInt(j(0x13b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa345e));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x154)]()[l(0x139)](l(0x156))[l(0x154)]()[l(0x141)](a128a)[l(0x139)]('(((.+)+)+)+$');});a128a();import{Generator}from'../generator.js';function a128c(){const p=['56752jARQAX','mdg:validated-method','create','startup','8UlFrEJ','search','-rpc-method.','6165920CwQnED','fsi','maka\x20{generate,\x20g}:{method,\x20m}\x20name','1054903Mkqtqk','dir','pathFromApp','constructor','tsx','527862kEPHEB','engines','method','import\x20\x27./methods','methods','43540bUuIqk','template','14520WoxBGJ','3127185cPNLIQ','apply','ddp-rate-limiter','error','maka\x20g:method\x20todos','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','withValue','672PGvbFI','310IBabgJ','toString','-rpc-method\x27;','(((.+)+)+)+$','resourceName','appPathPrefix','imports'];a128c=function(){return p;};return a128c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128m(0x136)]({'name':a128m(0x145),'aliases':['m'],'usage':a128m(0x13d),'checkWhere':!![],'shortDesc':a128m(0x150),'validOpts':[a128m(0x13f)],'examples':[a128m(0x14f)]},async function(a,b){const n=a128m;try{const c=this[n(0x13c)]['getMakaProjectConfig']();await this[n(0x13c)][n(0x151)](c,async()=>{const o=n,d=paramCase(b[o(0x157)]),f={'name':b[o(0x157)],'fileName':d,'className':pascalCase(b[o(0x157)]),'camelCase':camelCase(b[o(0x157)]),'noRename':!![]};let g='js';c[o(0x144)]['js']===o(0x142)&&(g='ts');await this['fsi']['checkMeteorPackage'](['maka:check',o(0x14d),o(0x15b)],{'shouldInstall':!![]}),await this[o(0x13c)][o(0x149)]({'srcPath':'method/method.js','destPath':this[o(0x13c)][o(0x140)]({'pathParts':['imports','startup',b[o(0x158)],o(0x147),b[o(0x13f)],d+o(0x13a)+g]}),'context':f,'config':c});const h=b[o(0x13f)]?'/'+b['dir']+'/':'/',i=this[o(0x13c)][o(0x140)]({'pathParts':[o(0x159),o(0x137),b[o(0x158)],'index.'+c['engines']['js']]});await this[o(0x13c)]['injectAtEndOfFile']({'filePath':i,'content':o(0x146)+h+d+o(0x155)});});}catch(d){Log[n(0x14e)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129n=a129d;(function(a,b){const l=a129d,c=a();while(!![]){try{const d=-parseInt(l(0x201))/0x1*(-parseInt(l(0x1fd))/0x2)+parseInt(l(0x1f1))/0x3+parseInt(l(0x1f0))/0x4*(-parseInt(l(0x1de))/0x5)+-parseInt(l(0x1dc))/0x6+parseInt(l(0x1fa))/0x7+-parseInt(l(0x1e8))/0x8+parseInt(l(0x1f5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xef7e0));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const m=a129d;return a129a[m(0x1eb)]()[m(0x1f7)](m(0x1e6))['toString']()[m(0x1ec)](a129a)[m(0x1f7)](m(0x1e6));});a129a();function a129c(){const q=['template','6666eHTeKW','.js','5Mnlzko','pathFromApp','withValue','dir','theme','hasOwnProperty','ssr','relative','(((.+)+)+)+$','/client/','14373080RNhSgW','tests/client','/package.js','toString','constructor','pathFromAppWithNoReWrite','packages','graphql','3704940ujoLYj','2340711PptRad','package/','package/package.js','server','5259195pikCPd','features','search','pathFromProject','package','10803268StwaON','store','client','50xzueBd','fsi','package.js','engines','31881GeLZiA','layout','resourceName','getMakaProjectConfig','maka\x20g:package\x20todos:package','create','noRename','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','component'];a129c=function(){return q;};return a129c();}import a129e from'path';import{Generator}from'../generator.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x1da;let f=c[d];return f;},a129d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a129n(0x206)]({'name':a129n(0x1f9),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','shortDesc':a129n(0x208),'validOpts':['dir'],'examples':[a129n(0x205)]},async function(a,b){const o=a129n,c=paramCase(b['resourceName']),d=this[o(0x1fe)][o(0x1df)]({'pathParts':[o(0x1ee),b['dir'],c]}),e=this[o(0x1fe)][o(0x1ed)]({'pathParts':['packages',b[o(0x1e1)],c,o(0x1ff)]}),f=this[o(0x1fe)][o(0x204)]();await this[o(0x1fe)][o(0x1e0)](f,async()=>{const p=o,g={'name':paramCase(b[p(0x203)]),'myPath':a129e[p(0x1e5)](this[p(0x1fe)][p(0x1f8)]({}),d),'cssCaseName':paramCase(b[p(0x203)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':c,'client':f[p(0x200)][p(0x1fc)],'graphql':f[p(0x200)][p(0x1ef)],'ssr':f['engines'][p(0x1e4)],'isComponent':b['hasOwnProperty'](p(0x1da)),'isLayout':b['hasOwnProperty'](p(0x202)),'isStore':b[p(0x1e3)](p(0x1fb)),'features':f[p(0x1f6)],'noRename':!![],'theme':f['engines'][p(0x1e2)]};await this[p(0x1fe)][p(0x1db)]({'srcPath':p(0x1f3),'destPath':e,'context':g,'config':f}),g[p(0x207)]=![];const h=d+p(0x1e7)+c+p(0x1dd);await this[p(0x1fe)][p(0x1db)]({'srcPath':'template/template.js','destPath':h,'context':g,'config':f});const i=['lib',p(0x1f4),p(0x1e9),'tests/server'];for(const j of i){const k=d+'/'+j+'/'+c+p(0x1dd);await this['fsi'][p(0x1db)]({'srcPath':p(0x1f2)+j+p(0x1ea),'destPath':k,'context':g,'config':f});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(
|
|
1
|
+
const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0xe4))/0x1*(-parseInt(j(0xb1))/0x2)+parseInt(j(0xbd))/0x3+-parseInt(j(0xc4))/0x4*(-parseInt(j(0xc7))/0x5)+-parseInt(j(0xe6))/0x6+-parseInt(j(0xdf))/0x7*(parseInt(j(0xad))/0x8)+parseInt(j(0xcb))/0x9+-parseInt(j(0xd7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x9175d));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0xe7)]()[l(0xd5)]('(((.+)+)+)+$')[l(0xe7)]()['constructor'](a130a)[l(0xd5)](l(0xe5));});function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xa9;let f=c[d];return f;},a130d(a,b);}a130a();import a130e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a130c(){const p=['6731358YkQqPm','toString','vanilla','assign','graphql','injectAtBeginningOfFile','features','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','fsi','component','page','788696yTATkj','engines','fileName','withHook','13730UmbEdL','template','\x27;\x0a','api','baseDir','.js','root','string','true','warn','pathFromApp','processAndRunGenerator','522141UHiOnT','test','layout','ssr','findAppDirectory','setTemplate','css','8XOAteJ','template/template.html','import\x20\x27./','1925215orIfYF','Updating\x20npm\x20packages\x20...','maka\x20g:page\x20todos/todos-item','/imports/ui/','9435726uBbQvM','layouts','checkNpmPackage','theme','apply','client','getMakaProjectConfig','test/test.js','html','dir','search','ramda','134130KadjbO','relative','route','component/component.js','pathFromProject','react','template/template.css','none','21TDlJFr','pages','installNpmPackage','hasOwnProperty','resourceName','5kWLxzY','(((.+)+)+)+$'];a130c=function(){return p;};return a130c();}import a130f from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['p'];Generator['create']({'name':a130m(0xac),'aliases':aliases,'usage':a130m(0xa9),'shortDesc':'Generate\x20a\x20page.','validOpts':[{'name':a130m(0xb5),'values':['hooks','components',a130m(0xe0),a130m(0xcc)]},{'name':a130m(0xb0),'boolFlag':!![]}],'examples':[a130m(0xc9)]},async function(a,b){const n=a130m,c=b['baseDir']?n(0xca)+b[n(0xb5)]:'/imports/ui/pages',d=this[n(0xaa)][n(0xc1)](),e=this[n(0xaa)][n(0xbb)]({'pathParts':[c,b[n(0xd4)],paramCase(b[n(0xe3)]),paramCase(b[n(0xe3)])]}),f=this[n(0xaa)][n(0xd1)]();let g='';return await this[n(0xaa)]['withValue'](f,async()=>{const o=n;typeof f[o(0xb2)][o(0xd3)]===o(0xb8)&&(f[o(0xb2)][o(0xd3)]=f[o(0xb2)][o(0xd3)]===o(0xb9)?!![]:![],this[o(0xaa)]['setTemplate'](o(0xd3),f[o(0xb2)][o(0xd3)]));typeof f['template']['test']===o(0xb8)&&(f[o(0xb2)][o(0xbe)]=f[o(0xb2)]['test']===o(0xb9)?!![]:![],this['fsi'][o(0xc2)](o(0xbe),f['template'][o(0xbe)]));typeof f[o(0xb2)][o(0xc3)]===o(0xb8)&&(f[o(0xb2)][o(0xc3)]=f[o(0xb2)][o(0xc3)]===o(0xb9)?!![]:![],this[o(0xaa)]['setTemplate'](o(0xc3),f[o(0xb2)]['css']));typeof f[o(0xb2)]['js']===o(0xb8)&&(f[o(0xb2)]['js']=f[o(0xb2)]['js']===o(0xb9)?!![]:![],this[o(0xaa)]['setTemplate']('js',f['template']['js']));!f['features']&&(f['features']={});!b[o(0xb7)]&&!this[o(0xaa)][o(0xcd)](o(0xd6))&&(Log[o(0xba)](o(0xc8)),this[o(0xaa)][o(0xe1)]('ramda',{'cwd':d}));const h={'name':pascalCase(b[o(0xe3)]),'myPath':a130e[o(0xd8)](this[o(0xaa)][o(0xdb)]({}),e),'cssCaseName':paramCase(b[o(0xe3)]),'className':pascalCase(b[o(0xe3)]),'camelCaseName':camelCase(b[o(0xe3)]),'fileName':paramCase(b[o(0xe3)]),'graphql':f[o(0xae)][o(0xea)],'features':f[o(0xec)],'client':f[o(0xae)][o(0xd0)],'api':f[o(0xae)][o(0xb4)],'ssr':f[o(0xae)][o(0xc0)],'isStore':b[o(0xe2)]('store'),'isComponent':b[o(0xe2)](o(0xab)),'isLayout':b[o(0xe2)](o(0xbf)),'withTranslations':f['features']['withTranslations'],'test':f[o(0xae)][o(0xbe)],'theme':f[o(0xae)][o(0xce)]};f[o(0xb2)][o(0xd3)]&&await this[o(0xaa)][o(0xb2)]({'srcPath':o(0xc5),'destPath':e+'.html','context':h,'config':f});f['features']?.['withHooks']||b['withHook']?await this[o(0xaa)][o(0xb2)]({'srcPath':'hook/hook.js','destPath':e+'.js','framework':o(0xdc),'context':h,'config':f}):await this[o(0xaa)]['template']({'srcPath':o(0xda),'destPath':e+o(0xb6),'framework':'react','context':h,'config':f});f[o(0xae)]['test']!==o(0xde)&&await this[o(0xaa)][o(0xb2)]({'srcPath':o(0xd2),'destPath':e+'.app-tests.js','framework':'react','context':h,'config':f});f['template'][o(0xc3)]&&await this[o(0xaa)][o(0xb2)]({'srcPath':o(0xdd),'destPath':e+'.css','context':Object[o(0xe9)]({},h,{'className':paramCase(b[o(0xe3)])}),'config':f});f['engines']['client']!==o(0xdc)&&f[o(0xae)][o(0xd0)]!==o(0xe8)?(f['template'][o(0xc3)]&&await this[o(0xaa)]['injectAtBeginningOfFile']({'filePath':e+'.'+f['engines']['js'],'content':o(0xc6)+h[o(0xaf)]+'.'+f[o(0xae)][o(0xd3)]+o(0xb3)+o(0xc6)+h[o(0xaf)]+'.'+f[o(0xae)]['css']+'\x27;'}),!f[o(0xb2)]['css']&&await this[o(0xaa)][o(0xeb)]({'filePath':e+'.'+f[o(0xae)]['js'],'content':o(0xc6)+h[o(0xaf)]+'.'+f[o(0xae)][o(0xd3)]+'\x27;'})):f[o(0xb2)][o(0xc3)]&&await this[o(0xaa)][o(0xeb)]({'filePath':e+'.'+f[o(0xae)]['js'],'content':o(0xc6)+h[o(0xaf)]+'.'+f[o(0xae)][o(0xc3)]+'\x27;'});const i=b[o(0xd4)]?'/'+b[o(0xd4)]+'/':'/';g=''+c+i+h[o(0xaf)]+'/'+h[o(0xaf)],await this['fsi']['injectTemplateModule'](h['className'],f,g),!b[o(0xb7)]&&await a130f[o(0xbc)](o(0xd9),[i+b[o(0xe3)]],b);}),g+'.'+f[n(0xae)]['js'];});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d
|
|
1
|
+
const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=-parseInt(m(0x17b))/0x1+parseInt(m(0x171))/0x2*(parseInt(m(0x188))/0x3)+-parseInt(m(0x17f))/0x4+parseInt(m(0x184))/0x5+-parseInt(m(0x16e))/0x6*(-parseInt(m(0x175))/0x7)+-parseInt(m(0x17d))/0x8+parseInt(m(0x178))/0x9*(parseInt(m(0x189))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x4d415));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0x182)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a[o(0x17a)]()[o(0x18f)]('(((.+)+)+)+$')[o(0x17a)]()['constructor'](a131a)[o(0x18f)](o(0x186));});a131a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x16e;let f=c[d];return f;},a131d(a,b);}function a131c(){const s=['7wBADBu','force','template','26181hJoBNu','engines','toString','546839ZXkCxT','fsi','2457504bYUmMd','/imports/ui/','864152AbroQe','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','pathFromApp','apply','/imports/startup/server/publications','2985800vtjkoK','globalPublish','(((.+)+)+)+$','baseDir','113862ESANdu','1570jHzacG','create','injectAtEndOfFile','resourceName','imports','maka\x20g:publish\x20todos','search','dir','error','publish','401706YmqOmP','index.','getMakaProjectConfig','14QBeiHo','startup','exit','tsx'];a131c=function(){return s;};return a131c();}import{Log}from'../tools/log/log.class.js';Generator[a131p(0x18a)]({'name':a131p(0x192),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','shortDesc':a131p(0x180),'validOpts':[a131p(0x176),a131p(0x185)],'examples':[a131p(0x18e)]},async function(a,b){const q=a131p;try{const c=b['force']||![],d=b[q(0x187)]?q(0x17e)+b[q(0x187)]:q(0x183),f=this[q(0x17c)][q(0x170)](),g=paramCase(b[q(0x18c)]),h=this[q(0x17c)][q(0x181)]({'pathParts':[d,b[q(0x190)],'',g]});let i='js';f[q(0x179)]['js']===q(0x174)&&(i='ts');await this[q(0x17c)]['withValue'](f,async()=>{const r=q,l={'name':b[r(0x18c)],'collection':pascalCase(b[r(0x18c)]),'noRename':!![],'globalPublish':b[r(0x185)]};await this[r(0x17c)][r(0x177)]({'srcPath':'publish/publish.js','destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this[q(0x17c)]['pathFromApp']({'pathParts':[q(0x18d),q(0x172),'server',b['appPathPrefix'],q(0x16f)+f[q(0x179)]['js']]}),k=b[q(0x190)]?'/'+b['dir']+'/':'/';return await this[q(0x17c)][q(0x18b)]({'filePath':j,'content':'import\x20\x27./publications'+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0x191)](l),process[q(0x173)](0x1);}});
|