@maka/maka-cli 4.12.2 → 4.12.4
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 -16
- 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 -0
- 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 -0
- 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 -0
- 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/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 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a110l=a110d;(function(a,b){const j=a110d,c=a();while(!![]){try{const d=parseInt(j(0x167))/0x1+parseInt(j(0x17a))/0x2+-parseInt(j(0x178))/0x3+-parseInt(j(0x175))/0x4+-parseInt(j(0x160))/0x5+-parseInt(j(0x18a))/0x6+parseInt(j(0x163))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0x2220b));const a110b=(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;};}()),a110a=a110b(this,function(){const k=a110d;return a110a[k(0x17f)]()[k(0x162)](k(0x164))[k(0x17f)]()[k(0x173)](a110a)['search']('(((.+)+)+)+$');});function a110c(){const o=['create','search','2690177TGukFA','(((.+)+)+)+$','config.','maka\x20g:dbc\x20geoserver\x20--type=pgsql','58510lxBzUy','dbc/conn.js','template','server','Npm\x20package\x20\x22mssql\x22\x20not\x20installed,\x20installing...','better-sqlite3','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','checkNpmPackage','installNpmPackage','warn','sqlite','import\x20\x27./register-','constructor','type','1048364LOOSFx','dbc','Npm\x20package\x20\x22better-sqlite3\x22\x20not\x20installed,\x20installing...','82158FUDqid','resourceName','425878wrLKvm','error','pgsql','pathFromApp','register-','toString','engines','maka\x20g:dbc\x20azure\x20--type=mssql','dbc/config.js','maka\x20g:dbc\x20todos\x20--type=sqlite','conn.','startup','index.','injectAtEndOfFile','withValue','mssql','386256glSQUb','fsi','810600PkEVIQ'];a110c=function(){return o;};return a110c();}a110a();import{camelCase,paramCase,pascalCase}from'change-case';function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0x160;let f=c[d];return f;},a110d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a110l(0x161)]({'name':a110l(0x176),'usage':'maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','shortDesc':a110l(0x16d),'validOpts':['dir'],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a110l(0x174),'values':[a110l(0x17c),'mssql',a110l(0x171)]}],'examples':[a110l(0x166),a110l(0x181),a110l(0x183)]},async function(a,b){const m=a110l;try{const c=await this[m(0x18b)]['getMakaProjectConfig'](),d=this[m(0x18b)][m(0x17d)]({}),f=paramCase(b[m(0x179)]),g={'name':pascalCase(b[m(0x179)]),'fileName':paramCase(b[m(0x179)]),'camelCase':camelCase(b['resourceName']),'type':b[m(0x174)],'engine':c[m(0x180)]['js'],'noRename':!![]};await this[m(0x18b)][m(0x188)](c,async()=>{const n=m;let h='js';c[n(0x180)]['js']==='tsx'&&(h='ts');b[n(0x174)]===n(0x17c)&&!this[n(0x18b)][n(0x16e)]('pg')&&(Log[n(0x170)]('Npm\x20package\x20\x22pg\x22\x20not\x20installed,\x20installing...'),await this['fsi'][n(0x16f)]('pg',{'cwd':d}));b[n(0x174)]===n(0x189)&&!this['fsi']['checkNpmPackage'](n(0x189))&&(Log[n(0x170)](n(0x16b)),await this[n(0x18b)][n(0x16f)](n(0x189),{'cwd':d}));b[n(0x174)]===n(0x171)&&!this['fsi'][n(0x16e)](n(0x16c))&&(Log[n(0x170)](n(0x177)),await this[n(0x18b)]['installNpmPackage'](n(0x16c),{'cwd':d}));await this[n(0x18b)][n(0x169)]({'srcPath':n(0x182),'destPath':this[n(0x18b)]['pathFromApp']({'pathParts':['imports',n(0x185),n(0x16a),'dbc',b['dir'],f,n(0x165)+h]}),'context':g,'config':c}),await this[n(0x18b)][n(0x169)]({'srcPath':n(0x168),'destPath':this[n(0x18b)]['pathFromApp']({'pathParts':['imports','startup',n(0x16a),n(0x176),b['dir'],f,n(0x184)+h]}),'context':g,'config':c}),await this[n(0x18b)]['template']({'srcPath':'dbc/register-dbc.js','destPath':this[n(0x18b)][n(0x17d)]({'pathParts':['imports',n(0x185),'server',n(0x17e)+f+'-dbc.'+h]}),'context':g,'config':c});const i=this[n(0x18b)][n(0x17d)]({'pathParts':['imports',n(0x185),n(0x16a),n(0x186)+c[n(0x180)]['js']]});await this[n(0x18b)][n(0x187)]({'filePath':i,'content':n(0x172)+f+'-dbc\x27;'});});}catch(h){Log[m(0x17b)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a111h=a111d;(function(a,b){const f=a111d,c=a();while(!![]){try{const d=-parseInt(f(0x107))/0x1+parseInt(f(0x100))/0x2*(-parseInt(f(0x106))/0x3)+parseInt(f(0x101))/0x4+parseInt(f(0x111))/0x5+parseInt(f(0xf9))/0x6+-parseInt(f(0x10f))/0x7*(parseInt(f(0xfa))/0x8)+parseInt(f(0x108))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a111c,0x2faee));function a111c(){const k=['build','1159779jhuQoQ','340671WqkVWB','2920473gVlnNV','findProjectDirectory','appName','(((.+)+)+)+$','isFile','Generate\x20an\x20updated\x20dockerfile','docker/Dockerfile','21hbefvI','join','1660655VnxVgq','getGlobalConfig','maka\x20g:dockerfile','toString','Dockerfile','template','app','2299470pqVMBt','754512YcHecU','error','maka\x20{generate,\x20g}:dockerfile','constructor','service','fsi','2vflrAQ','662572jKGafO','search','withValue','create'];a111c=function(){return k;};return a111c();}const a111b=(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;};}()),a111a=a111b(this,function(){const g=a111d;return a111a[g(0xf5)]()[g(0x102)]('(((.+)+)+)+$')['toString']()[g(0xfd)](a111a)[g(0x102)](g(0x10b));});a111a();import{Generator}from'../generator.js';function a111d(a,b){const c=a111c();return a111d=function(d,e){d=d-0xf3;let f=c[d];return f;},a111d(a,b);}import{Log}from'../tools/log/log.class.js';import a111e from'path';Generator[a111h(0x104)]({'name':'dockerfile','usage':a111h(0xfc),'shortDesc':a111h(0x10d),'validOpts':[],'noNeedResource':!![],'examples':[a111h(0xf4)]},async function(){const i=a111h;try{const a=await this[i(0xff)]['getMakaProjectConfig'](),b=await this[i(0xff)][i(0xf3)](),c=this[i(0xff)][i(0x109)]();await this[i(0xff)][i(0x103)](a,async()=>{const j=i,d={'app':b[j(0x10a)],'config':a,'appPath':a111e[j(0x110)](c,j(0xf8)),'bundlePath':a111e[j(0x110)](c,j(0x105),'app.tar.gz'),'useCert':this[j(0xff)][j(0x10c)](b['cert'])};await this['fsi'][j(0xf7)]({'srcPath':j(0x10e),'destPath':a111e[j(0x110)](c,j(0xf6)),'framework':j(0xfe),'context':d,'config':a});});}catch(d){Log[i(0xfb)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a112c(){const r=['\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\x0a\x0a\x20\x20If\x20you\x27d\x20like\x20a\x20hook\x20created\x20as\x20part\x20of\x20an\x20existing\x20page,\x20component,\x20or\x20layout,\x0a\x20\x20use\x20the\x20maka\x20g:hook\x20command\x20with\x20the\x20--baseDir\x20option.\x20For\x20example,\x0a\x0a\x20\x20\x20\x20maka\x20g:hook\x20--baseDir=pages\x20myPage/useCoolHook\x0a\x0a\x20\x20will\x20create\x20a\x20hook\x20in\x20imports/ui/pages/my-page/use-cool-hook.jsx\x0a\x0a\x20\x20','1013553Rsdzup','apply','maka\x20g:hook\x20cool-hook','features','.app-tests.js','import\x20\x27./','react','22BEdQyg','hook','test/test.js','3874664dLWSaG','true','hook/hook.js','pathFromProject','relative','/imports/ui/components','notice','getMakaProjectConfig','checkNpmPackage','87693LWQMNx','assign','components','fileName','layouts','hooks','force','3375510pkwVLN','css','toString','Creating\x20','warn','search','.css','fsi','7419709gXGYwD','10mbtHwn','withValue','pages','engines','string','/imports/ui/','dir','template','.js','className','graphql','setTemplate','(((.+)+)+)+$','21xcEDzI','15SQCEKf','create','theme','baseDir','@apollo/client\x20isomorphic-fetch','none','1336758mXFyck','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','@apollo/client','template/template.css','findAppDirectory','resourceName','5376156yWOgQl'];a112c=function(){return r;};return a112c();}const a112o=a112d;(function(a,b){const l=a112d,c=a();while(!![]){try{const d=parseInt(l(0x16a))/0x1*(parseInt(l(0x19d))/0x2)+-parseInt(l(0x171))/0x3+parseInt(l(0x194))/0x4+-parseInt(l(0x188))/0x5*(-parseInt(l(0x18e))/0x6)+parseInt(l(0x187))/0x7*(-parseInt(l(0x1a0))/0x8)+-parseInt(l(0x196))/0x9+-parseInt(l(0x17a))/0xa*(-parseInt(l(0x179))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0xea906));const a112b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a112d;if(c){const e=c[m(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){const n=a112d;return a112a['toString']()[n(0x176)](n(0x186))[n(0x173)]()['constructor'](a112a)['search'](n(0x186));});a112a();import a112e from'path';function a112d(a,b){const c=a112c();return a112d=function(d,e){d=d-0x16a;let f=c[d];return f;},a112d(a,b);}import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator[a112o(0x189)]({'name':a112o(0x19e),'aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':a112o(0x18f),'validOpts':[{'name':a112o(0x18b),'values':[a112o(0x16f),a112o(0x16c),a112o(0x17c),a112o(0x16e)]},{'name':a112o(0x170),'boolFlag':!![]}],'examples':[a112o(0x198)],'description':a112o(0x195)},async function(a,b){const p=a112o;Log[p(0x1a6)](p(0x174)+b[p(0x193)]+'\x20hook...');try{const c=this[p(0x178)][p(0x1a8)]('react');if(!c){Log['error']('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this[p(0x178)][p(0x192)](),f=b[p(0x18b)]?p(0x17f)+b[p(0x18b)]:p(0x1a5),g=this[p(0x178)]['pathFromApp']({'pathParts':[f,b[p(0x180)],paramCase(b[p(0x193)]),paramCase(b[p(0x193)])]}),h=await this[p(0x178)][p(0x1a7)]();await this[p(0x178)][p(0x17b)](h,async()=>{const q=p;typeof h[q(0x181)]['css']===q(0x17e)&&(h[q(0x181)][q(0x172)]=h[q(0x181)][q(0x172)]===q(0x1a1)?!![]:![],this[q(0x178)][q(0x185)](q(0x172),h[q(0x181)][q(0x172)]));h['engines'][q(0x184)]==='apollo'&&!this['fsi'][q(0x1a8)](q(0x190))&&(Log[q(0x175)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),await this[q(0x178)]['installNpmPackage'](q(0x18c),{'cwd':d}));const i={'cssCaseName':paramCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b['resourceName']),'name':pascalCase(b[q(0x193)]),'graphql':h[q(0x17d)]['graphql'],'theme':h[q(0x17d)][q(0x18a)],'features':h[q(0x199)],'myPath':a112e[q(0x1a4)](this['fsi'][q(0x1a3)]({}),g),'fileName':paramCase(b[q(0x193)]),'isComponent':![],'isLayout':![],'withTranslations':h[q(0x199)]['withTranslations']};await this['fsi'][q(0x181)]({'srcPath':q(0x1a2),'destPath':g+q(0x182),'context':i,'config':h,'framework':q(0x19c),'force':b['force']});h['template'][q(0x172)]&&(await this[q(0x178)][q(0x181)]({'srcPath':q(0x191),'destPath':g+q(0x177),'context':Object[q(0x16b)]({},i,{'className':i['cssCaseName']}),'config':h,'force':b[q(0x170)]}),await this[q(0x178)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[q(0x17d)]['js'],'content':q(0x19b)+i[q(0x16d)]+'.'+h['engines']['css']+'\x27;'}));h[q(0x17d)]['test']!==q(0x18d)&&await this[q(0x178)]['template']({'srcPath':q(0x19f),'destPath':g+q(0x19a),'framework':q(0x19c),'context':i,'config':h,'force':b[q(0x170)]});const j=b[q(0x180)]?'/'+b[q(0x180)]+'/':'/',k=''+f+j+i['fileName']+'/'+i[q(0x16d)];await this['fsi']['injectTemplateModule'](i[q(0x183)],h,k);});}catch(i){Log['error'](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a113d,c=a();while(!![]){try{var d=parseInt(f(0x1a1))/0x1+parseInt(f(0x1a2))/0x2*(-parseInt(f(0x197))/0x3)+parseInt(f(0x198))/0x4+parseInt(f(0x19b))/0x5*(-parseInt(f(0x194))/0x6)+parseInt(f(0x19c))/0x7*(-parseInt(f(0x19d))/0x8)+-parseInt(f(0x199))/0x9*(parseInt(f(0x196))/0xa)+parseInt(f(0x1a0))/0xb*(parseInt(f(0x19f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0x872b5));function a113c(){var h=['1465513wIYsaZ','32hMbFNb','search','2564472zvNlmJ','33mIARrl','778736VSlSxZ','504626wjOoqn','2370pZMnqT','(((.+)+)+)+$','2790QbTAJH','3KrkmDx','3583444AYUQqP','5913zEjOGB','toString','6190EqBGDt'];a113c=function(){return h;};return a113c();}var a113b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a113a=a113b(this,function(){var g=a113d;return a113a['toString']()['search'](g(0x195))[g(0x19a)]()['constructor'](a113a)[g(0x19e)](g(0x195));});a113a();import'./kit.js';function a113d(a,b){var c=a113c();return a113d=function(d,e){d=d-0x194;var f=c[d];return f;},a113d(a,b);}import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a114d,c=a();while(!![]){try{var d=parseInt(f(0x19e))/0x1*(-parseInt(f(0x19f))/0x2)+parseInt(f(0x1a8))/0x3*(parseInt(f(0x1a2))/0x4)+parseInt(f(0x1a9))/0x5*(-parseInt(f(0x19d))/0x6)+parseInt(f(0x1a7))/0x7+parseInt(f(0x1a4))/0x8*(-parseInt(f(0x1a3))/0x9)+parseInt(f(0x19c))/0xa+-parseInt(f(0x1a0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0x214b5));var a114b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){var g=a114d;return a114a[g(0x1a1)]()['search'](g(0x1a5))['toString']()['constructor'](a114a)[g(0x1a6)](g(0x1a5));});function a114d(a,b){var c=a114c();return a114d=function(d,e){d=d-0x19c;var f=c[d];return f;},a114d(a,b);}function a114c(){var h=['116120TzPdMA','(((.+)+)+)+$','search','1698557obNVyh','3JVrfAd','15EVlZdH','92090vEMeJS','129438hySsLB','1231QlqHND','38mhVSCt','1613678tEiEEc','toString','767576WnGjbU','45Iuscyy'];a114c=function(){return h;};return a114c();}a114a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a115i=a115d;(function(a,b){const f=a115d,c=a();while(!![]){try{const d=-parseInt(f(0x1b0))/0x1*(parseInt(f(0x1a1))/0x2)+parseInt(f(0x1af))/0x3*(parseInt(f(0x19f))/0x4)+-parseInt(f(0x1a0))/0x5+-parseInt(f(0x1ad))/0x6*(parseInt(f(0x1a5))/0x7)+parseInt(f(0x1a3))/0x8*(parseInt(f(0x1a4))/0x9)+parseInt(f(0x1ae))/0xa+parseInt(f(0x1aa))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x96e25));const a115b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a115d;if(c){const e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a115a=a115b(this,function(){const h=a115d;return a115a[h(0x1ac)]()['search'](h(0x1a8))[h(0x1ac)]()[h(0x1a6)](a115a)['search'](h(0x1a8));});a115a();import{Generator}from'../../../generator.js';import a115e from'../kit.js';const AuthGen=Generator['create']({'name':'auth','aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','noNeedResource':!![],'shortDesc':a115i(0x1a2),'validOpts':[''],'isPro':!![],'examples':[a115i(0x1a7)],'description':a115i(0x1a9)},async function(){throw'NIE';},async function(){},a115e);export default AuthGen;function a115d(a,b){const c=a115c();return a115d=function(d,e){d=d-0x19f;let f=c[d];return f;},a115d(a,b);}function a115c(){const j=['toString','53706AyZBaN','2927970ErpxJl','27WXIlBs','7717SYEyPU','455876kYtAHr','2271525pLVszV','262mxXYVy','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','6848CDrRwy','6570fpAqqt','581kSuSVK','constructor','maka\x20g:kit:a','(((.+)+)+)+$','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','9710668HUChYF','apply'];a115c=function(){return j;};return a115c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x14f;let f=c[d];return f;},a116d(a,b);}const a116r=a116d;function a116c(){const u=['(((.+)+)+)+$','force','/imports/startup/client','32pBAUXV','20677086HRGAtb','injectImport','const\x20deauthenticateUser','const\x20authenticateToken','meteor/meteor','processAndRunGenerator','598587VwbyJa','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','\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','const\x20registerNewUser','exit','create','const\x20resetPasswordWithToken','imports','\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','toString','injectIntoFile','2371719cPBcPx','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','export\x20const\x20AuthProvider','meteor','error','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/lib','template','fsi','meteor/accounts-base','const\x20getUserAuthorizations','authentication-provider','\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','constructor','567486yDIoIB','const\x20sendForgotPasswordEmail','/imports/startup/lib/authentication-service','Meteor.startup','authentication-service','pathFromApp','3412976lYHweZ','kit/auth/service/meteor-auth-service.js','apply','index','const\x20authenticateUser','Meteor.publish','alanning:roles','auth/roles','true','accounts-password','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','checkMeteorPackage','injectIntoCodeBlock','ssr','\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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','startup','\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','548653vzXmHU','useTracker','48yBfuOn','522890sLaezj','\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','\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','.js','AuthService','kit:auth:provider','Meteor'];a116c=function(){return u;};return a116c();}(function(a,b){const o=a116d,c=a();while(!![]){try{const d=parseInt(o(0x172))/0x1+-parseInt(o(0x18b))/0x2+-parseInt(o(0x17d))/0x3+-parseInt(o(0x191))/0x4+-parseInt(o(0x161))/0x5*(parseInt(o(0x160))/0x6)+parseInt(o(0x15e))/0x7*(parseInt(o(0x16b))/0x8)+parseInt(o(0x16c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x6cbbd));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0x17b)]()['search'](q(0x168))[q(0x17b)]()[q(0x18a)](a116a)['search']('(((.+)+)+)+$');});a116a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';import a116f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116r(0x177)]({'name':a116r(0x180),'aliases':['m'],'usage':a116r(0x156),'shortDesc':a116r(0x173),'validOpts':[a116r(0x169)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a116r(0x162)},async function(a,b){const s=a116r;try{const c=b['force']||![];await this[s(0x185)][s(0x157)]([s(0x155),s(0x152)],{'shouldInstall':!![]});const d=this[s(0x185)]['findProjectDirectory'](),f=this[s(0x185)]['getMakaProjectConfig'](),g=f['engines'][s(0x159)]===s(0x154);await a116f[s(0x171)](s(0x166),[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x171)]('publish',[s(0x153)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x183):s(0x16a),j=this[s(0x185)][s(0x190)]({'pathParts':[i,'','',s(0x18f)]});await this['fsi']['withValue'](f,async()=>{const t=s;await this[t(0x185)][t(0x184)]({'srcPath':t(0x192),'destPath':j+t(0x164),'framework':'react','context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x185)]['pathFromApp']({'pathParts':[i,'','',s(0x188)]}),l=f['engines']['js'];await this['fsi']['injectImport']({'filePath':k+'.'+l,'importName':s(0x165),'modulePath':g?s(0x18d):'/imports/startup/client/authentication-service','isNamedExport':![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x174),'begin':s(0x150),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':s(0x189),'begin':s(0x16f),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':s(0x15a),'begin':s(0x187),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':s(0x17e),'begin':s(0x16e),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':s(0x15b),'begin':s(0x18c),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x175),'replace':!![]}),await this[s(0x185)][s(0x158)]({'filePath':k+'.'+l,'content':s(0x182),'begin':s(0x178),'replace':!![]});g&&(await this[s(0x185)]['injectImport']({'filePath':k+'.'+l,'importName':s(0x15f),'modulePath':'meteor/maka:react-tracker','isNamedExport':!![]}),await this[s(0x185)][s(0x17c)]({'filePath':k+'.'+l,'content':s(0x17a),'begin':s(0x17f),'end':'return\x20\x5c('}));await this[s(0x185)][s(0x16d)]({'filePath':h,'importName':s(0x167),'modulePath':s(0x170),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x185)][s(0x158)]({'filePath':h,'content':s(0x163),'begin':s(0x151),'replace':!![]});const m=this[s(0x185)][s(0x190)]({'pathParts':[s(0x179),s(0x15c),'server',s(0x14f)]});await this['fsi'][s(0x16d)]({'filePath':m+'.'+l,'importName':'Accounts','modulePath':s(0x186),'isNamedExport':!![]}),await this[s(0x185)][s(0x158)]({'filePath':m+'.'+l,'content':s(0x15d),'begin':s(0x18e),'replace':!![]});}catch(n){Log[s(0x181)](n),process[s(0x176)](0x1);}},async function(){},a116e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a117c(){const A=['appName','provider','kit/auth/provider/authentication-provider.js','fsi','9908432qJiMwc','(((.+)+)+)+$','.js','/imports/startup/client/index','5ASlMVH','694NmTPZX','const\x20Routes','/imports/startup/lib','REACT','injectAroundString','useContext','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','create','force','5619332UyyiVg','replaceAll','30989SZMRIr','AuthContext','template','\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','authentication-provider','apply','6109532EuJHKx','engines','/routes','<Routes\x20history={history}/>','10PqTGcG','AuthProvider','toString','search','function\x20Routes','split','/imports/startup/server/index','12132fTYrjc','getMakaProjectConfig','/imports/startup/client/authentication-provider','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','pathFromApp','true','/imports/startup/lib/authentication-provider','injectIntoCodeBlock','withValue','bright','react','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','exit','<AuthProvider>','333619aMunBc','</AuthProvider>','9430461aNEisk','462lZfNUg','injectImport','ssr'];a117c=function(){return A;};return a117c();}const a117x=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=-parseInt(u(0x114))/0x1+parseInt(u(0x123))/0x2*(-parseInt(u(0x13f))/0x3)+-parseInt(u(0x12c))/0x4*(-parseInt(u(0x122))/0x5)+-parseInt(u(0x117))/0x6*(-parseInt(u(0x12e))/0x7)+parseInt(u(0x11e))/0x8+parseInt(u(0x116))/0x9*(-parseInt(u(0x138))/0xa)+parseInt(u(0x134))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xb8512));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0x13a)]()[w(0x13b)](w(0x11f))['toString']()['constructor'](a117a)[w(0x13b)]('(((.+)+)+)+$');});function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x10d;let f=c[d];return f;},a117d(a,b);}a117a();import{Generator}from'../../../generator.js';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(0x12a)]({'name':a117x(0x11b),'aliases':['p'],'usage':a117x(0x142),'shortDesc':a117x(0x111),'validOpts':[a117x(0x12b)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117x(0x126)]},'description':a117x(0x131)},async function(a,b){const y=a117x;try{const c=b[y(0x12b)]||![];Log[y(0x10f)](y(0x129));const d=this[y(0x11d)][y(0x140)](),f=d[y(0x135)][y(0x119)]===y(0x144),g={'name':headerCase(d[y(0x11a)])[y(0x12d)]('-','\x20')},h=f?y(0x125):'/imports/startup/client',i=this[y(0x11d)][y(0x143)]({'pathParts':[h,'','',y(0x132)]});await this['fsi'][y(0x10e)](d,async()=>{const z=y;await this[z(0x11d)][z(0x130)]({'srcPath':z(0x11c),'destPath':i+z(0x120),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x135)]['js'],k=h+y(0x136),l=k['split']('/'),m=this[y(0x11d)][y(0x143)]({'pathParts':l});await this['fsi']['injectImport']({'filePath':m+'.'+j,'importName':y(0x12f),'modulePath':f?y(0x145):y(0x141),'isNamedExport':!![]}),await this[y(0x11d)][y(0x118)]({'filePath':m+'.'+j,'importName':y(0x128),'modulePath':y(0x110),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x11d)][y(0x10d)]({'filePath':m+'.'+j,'content':'\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','begin':[y(0x124),y(0x13c)],'replace':!![]});const n=y(0x121),o=n[y(0x13d)]('/'),p=this[y(0x11d)]['pathFromApp']({'pathParts':o});await this[y(0x11d)][y(0x118)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x145):y(0x141),'isNamedExport':!![]}),await this[y(0x11d)][y(0x127)]({'filePath':p+'.'+j,'aboveContent':y(0x113),'belowContent':'</AuthProvider>','targetString':'<Routes\x20history={browserHistory}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x13e),r=q[y(0x13d)]('/'),s=this[y(0x11d)][y(0x143)]({'pathParts':r});await this[y(0x11d)][y(0x118)]({'filePath':s+'.'+j,'importName':y(0x139),'modulePath':f?'/imports/startup/lib/authentication-provider':y(0x141),'isNamedExport':!![]}),await this['fsi'][y(0x127)]({'filePath':s+'.'+j,'aboveContent':y(0x113),'belowContent':y(0x115),'targetString':y(0x137),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process[y(0x112)](0x1);}},async function(){},a117e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0xa0;var f=c[d];return f;},a118d(a,b);}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1*(-parseInt(f(0xb0))/0x2)+parseInt(f(0xab))/0x3*(-parseInt(f(0xac))/0x4)+parseInt(f(0xad))/0x5*(-parseInt(f(0xa7))/0x6)+-parseInt(f(0xa4))/0x7+parseInt(f(0xa1))/0x8+-parseInt(f(0xa6))/0x9*(parseInt(f(0xaf))/0xa)+-parseInt(f(0xa8))/0xb*(-parseInt(f(0xae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x24177));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xa5)]()[h(0xa2)](h(0xa0))[h(0xa5)]()[h(0xa3)](a118a)[h(0xa2)](h(0xa0));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';function a118c(){var i=['537735FSwNDs','apply','1XgXtZb','9RcGWWw','71196XFSmpE','18545tIyCpY','156yWFnod','20SFOneo','221962QHXJBH','(((.+)+)+)+$','171688YygTdH','search','constructor','626024bftOSE','toString','1098891ResJsl','18qmLJop'];a118c=function(){return i;};return a118c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0xf9))/0x1*(-parseInt(f(0xf7))/0x2)+parseInt(f(0xec))/0x3*(-parseInt(f(0xfc))/0x4)+parseInt(f(0xe8))/0x5+parseInt(f(0xef))/0x6+-parseInt(f(0xf6))/0x7+parseInt(f(0xed))/0x8*(parseInt(f(0xf0))/0x9)+parseInt(f(0xeb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x56ef8));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a[h(0xe9)]()[h(0xfb)](h(0xee))[h(0xe9)]()['constructor'](a119a)[h(0xfb)](h(0xee));});a119a();import{Generator}from'../../../generator.js';function a119c(){const k=['maka\x20g:kit:e','74460TwZxib','toString','create','14601960qrqLSc','3pFpVpj','2398856eJYXjG','(((.+)+)+)+$','21792bXvvqK','9LgQjUL','/foo','Esri\x20Kit\x20generated\x20successfully','esri','\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','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','4270490cLhzQs','4208PWSrOd','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','307YGATcs','apply','search','665964PbDMkK'];a119c=function(){return k;};return a119c();}function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0xe7;let f=c[d];return f;},a119d(a,b);}import a119e from'../kit.js';const EsriGen=Generator[a119i(0xea)]({'name':a119i(0xf3),'aliases':['e'],'usage':a119i(0xf8),'noNeedResource':!![],'shortDesc':a119i(0xf5),'validOpts':[''],'isPro':!![],'examples':[a119i(0xe7)],'description':a119i(0xf4)},async function(){const j=a119i;return{'success':!![],'message':j(0xf2),'details':{'filesCreated':['/foo/bar'],'filesUpdated':[j(0xf1)]}};},async function(){},a119e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120s=a120d;function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x168;let f=c[d];return f;},a120d(a,b);}(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x193))/0x1*(parseInt(p(0x175))/0x2)+parseInt(p(0x178))/0x3*(parseInt(p(0x172))/0x4)+parseInt(p(0x17b))/0x5+-parseInt(p(0x198))/0x6*(parseInt(p(0x184))/0x7)+parseInt(p(0x185))/0x8+-parseInt(p(0x177))/0x9+parseInt(p(0x16a))/0xa*(parseInt(p(0x194))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x268d1));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a['toString']()[r(0x195)](r(0x168))['toString']()[r(0x170)](a120a)[r(0x195)](r(0x168));});function a120c(){const v=['FALSE','2336598JpPCqn','3NicPhW','template','fsi','88900hQkSEB','injectIntoFile','getMakaProjectConfig','baseDir','true','injectTemplateModule','<div\x20id=\x22map\x22>','ssr','bright','1678292LCqpet','418352jTKxLj','engines','dir','Generate\x20an\x20Esri\x20map\x20component','pathFromApp','\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','map','appName','REACT','esri-loader','exit','processAndRunGenerator','checkNpmPackage','/imports/startup/client/templates','41diGXNC','2264042qYRhlh','search','Generating\x20a\x20map\x20component','@esri/react-arcgis','6wnSNnW','.js','(((.+)+)+)+$','injectImport','10eXFUQw','split','apply','page','findProjectDirectory','create','constructor','kit/esri/map/','367216LHSeSd','replaceAll','react','14126dgyOEZ'];a120c=function(){return v;};return a120c();}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';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120s(0x16f)]({'name':'map','aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a120s(0x188),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120s(0x18d)],'ssr':SsrEngines[a120s(0x176)]},'description':a120s(0x18a)},async function(a,b){const t=a120s;try{Log[t(0x183)](t(0x196));const c='basic-map';await this[t(0x17a)][t(0x191)]([t(0x197),t(0x18e)],{'shouldInstall':!![]});const d=this['fsi'][t(0x16e)](),f=this[t(0x17a)][t(0x17d)](),g=f[t(0x186)][t(0x182)]===t(0x17f),h=await a120f[t(0x190)](t(0x16d),[t(0x18b)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x18c)])[t(0x173)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x17e)]?'/imports/ui/'+b[t(0x17e)]:'/imports/ui/hooks',k=this[t(0x17a)][t(0x189)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this[t(0x17a)]['withValue'](f,async()=>{const u=t;await this[u(0x17a)][u(0x179)]({'srcPath':u(0x171)+c+u(0x199),'destPath':k+u(0x199),'framework':u(0x174),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x187)]+'/'+c+'/'+c;await this[t(0x17a)][t(0x180)](c,f,l);const m=h[t(0x16b)]('/'),n=this[t(0x17a)]['pathFromApp']({'pathParts':m});await this['fsi'][t(0x169)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':t(0x192),'isNamedExport':!![]}),await this[t(0x17a)][t(0x17c)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[t(0x181),t(0x181)],'end':['</div>'],'replace':!![]});}catch(o){Log['error'](o),process[t(0x18f)](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(0xb5))/0x1*(parseInt(f(0xb1))/0x2)+-parseInt(f(0xae))/0x3+-parseInt(f(0xb7))/0x4*(parseInt(f(0xa9))/0x5)+-parseInt(f(0xb3))/0x6+parseInt(f(0xaa))/0x7*(-parseInt(f(0xac))/0x8)+parseInt(f(0xb8))/0x9+parseInt(f(0xb9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x1ec39));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0xb2)]()[h(0xb0)](h(0xaf))[h(0xb2)]()['constructor'](a121a)[h(0xb0)](h(0xaf));});function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0xa9;let f=c[d];return f;},a121d(a,b);}a121a();import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':'kit','aliases':['k'],'usage':a121i(0xab),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121i(0xad),a121i(0xb6)]},async function(){});export default KitGen;function a121c(){const j=['(((.+)+)+)+$','search','423422DnFANb','toString','108678WvrjbA','apply','1NrfIeU','maka\x20g:k','28dUZBkC','342270WOTBhd','8259820GoIkdV','112435JOJkpm','924364KKobaA','maka\x20{generate,\x20g}:{kit}\x20<name>','8dZuTwG','maka\x20g:kit','656154XnhJxj'];a121c=function(){return j;};return a121c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x8b))/0x1*(-parseInt(f(0x83))/0x2)+parseInt(f(0x84))/0x3*(-parseInt(f(0x7f))/0x4)+-parseInt(f(0x89))/0x5+parseInt(f(0x82))/0x6+-parseInt(f(0x86))/0x7+-parseInt(f(0x88))/0x8*(-parseInt(f(0x87))/0x9)+parseInt(f(0x81))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xadd34));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x85)]()[h(0x7e)](h(0x8c))['toString']()[h(0x8a)](a122a)[h(0x7e)](h(0x8c));});a122a();function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x7e;var f=c[d];return f;},a122d(a,b);}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';function a122c(){var i=['(((.+)+)+)+$','search','4117768Dqvses','apply','23018350zeqsKE','8029854RYwpmQ','2AMkXCO','3mYZRwq','toString','7447594rGWTwI','470331rXybzO','8JtgjzQ','2879650ZzRaVo','constructor','311101GbznJU'];a122c=function(){return i;};return a122c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0x92))/0x1*(parseInt(G(0x9e))/0x2)+-parseInt(G(0x81))/0x3*(-parseInt(G(0x94))/0x4)+parseInt(G(0xae))/0x5*(parseInt(G(0xac))/0x6)+parseInt(G(0xb0))/0x7*(-parseInt(G(0x98))/0x8)+-parseInt(G(0x7e))/0x9+-parseInt(G(0x9b))/0xa*(parseInt(G(0x7b))/0xb)+parseInt(G(0xb2))/0xc*(parseInt(G(0xa5))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xd6095));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a[I(0xa6)]()[I(0x90)](I(0x84))['toString']()[I(0x8a)](a123a)[I(0x90)]('(((.+)+)+)+$');});function a123c(){const N=['Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','4uHrBbS','meteor','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','layouts','1624AfDwwX','basic-register-page','log','470410zArBXn','engines','kit/mui/auth/forgot-password/','1417816yrSIkR','maka\x20g:k:m:f','/imports/startup/client/authentication-provider','pathFromApp','getMakaProjectConfig','kit/mui/auth/login/','auth','14068444pKwdSB','toString','error','ssr','authType','injectTemplateModule','force','117786bEfcVC','login','265XsHMIu','split','12635wnCVzi','kit/mui/auth/logout/','12sflQsZ','create','kit/mui/auth/password-reset/','fsi','appName','route','basic-password-reset-page','list','REACT','withValue','dir','baseDir','basic-forgot-password-page','react','basic-logout-page','template','Custom\x20(roll\x20your\x20own)','121xOFwhC','AuthContext','injectImport','10571499yIGpQa','processAndRunGenerator','kit:auth:meteor','4564341djZlVF','/imports/ui/','.js','(((.+)+)+)+$','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','forgot-password','MATERIAL','options','/imports/ui/pages/auth','constructor','reset-password/:token','basic-login-page','/imports/startup/lib/authentication-provider','custom','apply','search','Cleaning\x20up...','1bZQXxG'];a123c=function(){return N;};return a123c();}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';import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x75;let f=c[d];return f;},a123d(a,b);}Generator[a123J(0xb3)]({'name':a123J(0xa4),'aliases':['a'],'usage':a123J(0x96),'shortDesc':a123J(0x93),'validOpts':[a123J(0x97),a123J(0xab)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123J(0x87)],'client':ClientEngines[a123J(0xba)]},'examples':['maka\x20generate:kit:mui:frame',a123J(0x9f)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const K=a123J;try{const c=b['force']||![],d=this['fsi']['findProjectDirectory'](),f=this[K(0xb5)][K(0xa2)](),{authType:g}=await Actions[K(0x88)]({'type':K(0xb9),'name':K(0xa9),'message':K(0x85),'choices':[{'name':'Meteor\x20Accounts','value':K(0x95)},{'name':K(0x7a),'value':K(0x8e)}]}),h=K(0x8c),i=K(0x78),j=K(0x99),k=K(0xb8),l=K(0x76),m=b[K(0x75)]?K(0x82)+b[K(0x75)]:K(0x89),n=this['fsi'][K(0xa1)]({'pathParts':[m,b['dir'],paramCase(h),paramCase(h)]}),o=this[K(0xb5)][K(0xa1)]({'pathParts':[m,b['dir'],paramCase(i),paramCase(i)]}),p=this[K(0xb5)][K(0xa1)]({'pathParts':[m,b[K(0xbc)],paramCase(j),paramCase(j)]}),q=this[K(0xb5)]['pathFromApp']({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this[K(0xb5)][K(0xa1)]({'pathParts':[m,b[K(0xbc)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0xb6)])['replaceAll']('-','\x20')};await this[K(0xb5)][K(0xbb)](f,async()=>{const L=K;await this[L(0xb5)][L(0x79)]({'srcPath':L(0xa3)+h+'.js','destPath':n+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xb5)][L(0x79)]({'srcPath':L(0xb1)+i+L(0x83),'destPath':o+L(0x83),'framework':L(0x77),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xb5)][L(0x79)]({'srcPath':'kit/mui/auth/register/'+j+L(0x83),'destPath':p+'.js','framework':L(0x77),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xb5)][L(0x79)]({'srcPath':L(0xb4)+k+L(0x83),'destPath':q+L(0x83),'framework':L(0x77),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][L(0x79)]({'srcPath':L(0x9d)+l+L(0x83),'destPath':r+L(0x83),'framework':L(0x77),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0xbc)]+'/'+h+'/'+h;await this[K(0xb5)]['injectTemplateModule'](h,f,t);const u=''+m+b['dir']+'/'+i+'/'+i;await this['fsi'][K(0xaa)](i,f,u);const v=''+m+b[K(0xbc)]+'/'+j+'/'+j;await this['fsi']['injectTemplateModule'](j,f,v);const w=''+m+b[K(0xbc)]+'/'+k+'/'+k;await this[K(0xb5)]['injectTemplateModule'](k,f,w);const x=''+m+b['dir']+'/'+l+'/'+l;await this[K(0xb5)][K(0xaa)](l,f,x),await a123e[K(0x7f)](K(0xb7),[K(0x8c)],{'url':K(0xad),'cwd':d,'config':f}),await a123e[K(0x7f)](K(0xb7),['basic-logout-page'],{'url':'logout','private':!![],'cwd':d,'config':f}),await a123e[K(0x7f)](K(0xb7),[K(0x99)],{'url':'register','cwd':d,'config':f}),await a123e[K(0x7f)](K(0xb7),['basic-password-reset-page'],{'url':K(0x8b),'cwd':d,'config':f}),await a123e[K(0x7f)]('route',[K(0x76)],{'url':K(0x86),'cwd':d,'config':f});g===K(0x95)&&await a123e[K(0x7f)](K(0x80),[],{'force':c,'cwd':d,'config':f});g===K(0x8e)&&await a123e['processAndRunGenerator']('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const y=f[K(0x9c)][K(0xa8)]==='true',z=f[K(0x9c)]['js'],A=this[K(0xb5)][K(0xa1)]({'pathParts':t[K(0xaf)]('/')});await this[K(0xb5)][K(0x7d)]({'filePath':A+'.'+z,'importName':K(0x7c),'modulePath':y?K(0x8d):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const B=this[K(0xb5)]['pathFromApp']({'pathParts':u[K(0xaf)]('/')});await this[K(0xb5)]['injectImport']({'filePath':B+'.'+z,'importName':'AuthContext','modulePath':y?K(0x8d):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const C=this[K(0xb5)][K(0xa1)]({'pathParts':v[K(0xaf)]('/')});await this['fsi'][K(0x7d)]({'filePath':C+'.'+z,'importName':K(0x7c),'modulePath':y?K(0x8d):K(0xa0),'isNamedExport':!![]});const D=this['fsi'][K(0xa1)]({'pathParts':w['split']('/')});await this[K(0xb5)][K(0x7d)]({'filePath':D+'.'+z,'importName':'AuthContext','modulePath':y?'/imports/startup/lib/authentication-provider':K(0xa0),'isNamedExport':!![]});const E=this[K(0xb5)][K(0xa1)]({'pathParts':x[K(0xaf)]('/')});await this['fsi'][K(0x7d)]({'filePath':E+'.'+z,'importName':'AuthContext','modulePath':y?K(0x8d):K(0xa0),'isNamedExport':!![]});}catch(F){Log[K(0xa7)](F);}},async function(){const M=a123J;console[M(0x9a)](M(0x91));},a123f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0x1c0))/0x1+-parseInt(B(0x1b1))/0x2+parseInt(B(0x1f0))/0x3+-parseInt(B(0x1bc))/0x4*(-parseInt(B(0x1c1))/0x5)+parseInt(B(0x1ec))/0x6+-parseInt(B(0x1d8))/0x7+-parseInt(B(0x1c8))/0x8*(-parseInt(B(0x1b3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xc718b));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a['toString']()[D(0x1bd)](D(0x1e4))[D(0x1dd)]()[D(0x1cc)](a124a)[D(0x1bd)](D(0x1e4));});a124a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1aa;let f=c[d];return f;},a124d(a,b);}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['create']({'name':'frame','aliases':['f'],'usage':a124E(0x1f3),'shortDesc':a124E(0x1e8),'validOpts':[a124E(0x1bf),a124E(0x1b8),'dir',a124E(0x1ea)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a124E(0x1c2)],'client':ClientEngines[a124E(0x1da)]},'examples':[a124E(0x1dc),'maka\x20g:k:m:f'],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const F=a124E;try{const c=b['force']||![],d=F(0x1ca),f=F(0x1d3),g='basic-sticky-footer',h=this['fsi'][F(0x1e5)](),i=h[F(0x1ed)][F(0x1cb)]===F(0x1c4);await this[F(0x1cf)][F(0x1bb)]([F(0x1b4),'maka:react-tracker'],{'shouldInstall':!![]});const j=this[F(0x1cf)]['findAppDirectory'](),k=a124e[F(0x1ac)](j,F(0x1d7),'ui',F(0x1bf)),l=this[F(0x1cf)][F(0x1c9)](k),m=await Actions['options']({'type':F(0x1de),'name':'layouts','message':F(0x1c3),'choices':l});if(m[F(0x1bf)][F(0x1db)]===0x0){Log[F(0x1e9)]('No\x20layouts\x20selected');return;}const n=b[F(0x1b8)]?F(0x1af)+b[F(0x1b8)]:F(0x1f2),o=this[F(0x1cf)][F(0x1c5)]({'pathParts':[n,b[F(0x1c6)],paramCase(d),paramCase(d)]}),p=this[F(0x1cf)][F(0x1c5)]({'pathParts':[n,b['dir'],paramCase(f),paramCase(f)]}),q=this[F(0x1cf)][F(0x1c5)]({'pathParts':[n,b[F(0x1c6)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x1e0)])['replaceAll']('-','\x20')};await this['fsi'][F(0x1d1)](h,async()=>{const G=F;await this['fsi'][G(0x1d6)]({'srcPath':G(0x1b0)+d+G(0x1e6),'destPath':o+G(0x1e6),'framework':G(0x1ee),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x1cf)]['template']({'srcPath':G(0x1f1)+f+G(0x1e6),'destPath':p+G(0x1e6),'framework':G(0x1ee),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi'][G(0x1d6)]({'srcPath':G(0x1b6)+g+G(0x1e6),'destPath':q+G(0x1e6),'framework':G(0x1ee),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x1c6)]+'/'+d+'/'+d;await this['fsi'][F(0x1ef)](d,h,s);const t=''+n+b[F(0x1c6)]+'/'+f+'/'+f;await this[F(0x1cf)]['injectTemplateModule'](f,h,t);const u=''+n+b['dir']+'/'+g+'/'+g;await this['fsi'][F(0x1ef)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x1cf)][F(0x1d2)](a124e[F(0x1ac)](k,w),{'extensions':['jsx',F(0x1eb)],'omit':[F(0x1d0),F(0x1b2),'test']});for(const y of x){const z=a124e[F(0x1ac)](k,w,y);await this[F(0x1cf)][F(0x1d9)]({'filePath':z,'importName':F(0x1be),'modulePath':F(0x1b5),'isNamedExport':![]}),await this[F(0x1cf)][F(0x1d9)]({'filePath':z,'importName':F(0x1ad),'modulePath':'@mui/material/Container','isNamedExport':![]}),await this[F(0x1cf)][F(0x1d9)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x1e1):F(0x1d5),'isNamedExport':!![]}),await this['fsi'][F(0x1ab)]({'filePath':z,'content':'<'+pascalCase(d)+F(0x1e3),'begin':['<div\x20id=\x22'+w+'\x22>',F(0x1e7)+w+'-hook\x22>'],'end':[F(0x1cd),'{\x20this.props.children\x20}',F(0x1df),F(0x1aa)]}),await this[F(0x1cf)]['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x1e1):F(0x1d5),'isNamedExport':!![]}),await this[F(0x1cf)][F(0x1ab)]({'filePath':z,'content':'<'+pascalCase(f)+'\x20/>\x0a','begin':[F(0x1e7)+w+'\x22>',F(0x1e7)+w+F(0x1b9)],'end':[F(0x1cd),F(0x1b7),F(0x1df),F(0x1aa)]}),await this[F(0x1cf)][F(0x1ab)]({'filePath':z,'content':'<'+pascalCase(g)+F(0x1e3),'begin':[F(0x1cd),F(0x1b7),F(0x1df),'{\x20props.children\x20}'],'end':['</div>']}),await this['fsi']['injectImport']({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x1e1):F(0x1d5),'isNamedExport':!![]}),await this[F(0x1cf)][F(0x1c7)]({'filePath':z,'aboveContent':F(0x1ae),'belowContent':F(0x1ce),'targetString':[F(0x1cd),F(0x1b7),'{props.children}','{\x20props.children\x20}'],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x1e9)](A);}},async function(){const H=a124E;console[H(0x1e2)](H(0x1ba));},a124f);function a124c(){const I=['14870151fIHAHg','session','@mui/material/Box','kit/mui/frame/footers/','{\x20this.props.children\x20}','baseDir','-hook\x22>','Cleaning\x20up...','checkMeteorPackage','164ChubMJ','search','Box','layouts','1117112DoBDHJ','36610GqTulY','MATERIAL','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','true','pathFromApp','dir','injectAroundString','8WYIHzN','getDirectories','basic-app-bar','ssr','constructor','{this.props.children}','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','fsi','app-tests','withValue','getFiles','basic-drawer','apply','/imports/startup/client/templates','template','imports','8412096LazPLc','injectImport','REACT','length','maka\x20generate:kit:mui:frame','toString','checkbox','{props.children}','appName','/imports/startup/lib/templates','log','\x20/>\x0a','(((.+)+)+)+$','getMakaProjectConfig','.js','<div\x20id=\x22','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','error','force','tsx','1294266GRVRLT','engines','react','injectTemplateModule','3899778LnuJZs','kit/mui/frame/drawers/','/imports/ui/components','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','{\x20props.children\x20}','injectIntoFile','join','Container','<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>','/imports/ui/','kit/mui/frame/app-bars/','667478zImdER','tests'];a124c=function(){return I;};return a124c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a125c(){const l=['2737838hFEHfw','constructor','231HuwRMV','info','mui','Header,\x20Footer,\x20and\x20Drawer','processAndRunGenerator','options','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','toString','apply','search','getMakaProjectConfig','notice','6252392ESpUiO','55RemnKt','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','kitChoices','2839560PPBaWU','1243552lNcQQA','9uaQdBd','4300910SvDcRH','(((.+)+)+)+$','includes','fsi','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','18WihTwF','No\x20MUI\x20kits\x20selected.\x20Exiting.','\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','maka\x20g:kit:m','3316ZvDBpg','3568376dhydpz','checkbox','frame','length','Material-UI\x20Kit','create'];a125c=function(){return l;};return a125c();}const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=-parseInt(g(0x108))/0x1+-parseInt(g(0x11a))/0x2+parseInt(g(0x11c))/0x3*(-parseInt(g(0x113))/0x4)+parseInt(g(0x107))/0x5+parseInt(g(0x10f))/0x6*(parseInt(g(0x114))/0x7)+-parseInt(g(0x103))/0x8*(parseInt(g(0x109))/0x9)+parseInt(g(0x10a))/0xa*(parseInt(g(0x104))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xc0d3a));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x124)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0x123)]()[i(0x125)](i(0x10b))[i(0x123)]()[i(0x11b)](a125a)['search'](i(0x10b));});a125a();function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x103;let f=c[d];return f;},a125d(a,b);}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(0x119)]({'name':a125j(0x11e),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a125j(0x118),'validOpts':[''],'isPro':!![],'examples':[a125j(0x112)]},async function(){const k=a125j;Log['info'](k(0x122)),Log[k(0x127)](k(0x111));const {kitChoices:a}=await Actions[k(0x121)]({'type':k(0x115),'name':k(0x106),'message':k(0x10e),'choices':[{'name':k(0x11f),'value':'frame'},{'name':k(0x105),'value':'auth'}]}),b=this[k(0x10d)]['findProjectDirectory'](),c=this[k(0x10d)][k(0x126)]();a[k(0x10c)](k(0x116))&&await a125e['processAndRunGenerator']('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a['includes']('auth')&&await a125e[k(0x120)]('kit:mui:auth',[],{'force':!![],'cwd':b,'config':c});if(a[k(0x117)]===0x0){Log[k(0x11d)](k(0x110));return;}},async function(){},a125f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x1fd))/0x1+parseInt(l(0x224))/0x2*(parseInt(l(0x204))/0x3)+-parseInt(l(0x1f7))/0x4*(parseInt(l(0x216))/0x5)+-parseInt(l(0x21b))/0x6*(-parseInt(l(0x221))/0x7)+-parseInt(l(0x219))/0x8+parseInt(l(0x213))/0x9*(-parseInt(l(0x201))/0xa)+-parseInt(l(0x20c))/0xb*(-parseInt(l(0x1fa))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc8b62));function a126c(){const r=['template','injectTemplateModule','dir','fileName','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','includes','layout','5866256OVGkCm','template/template.css','import\x20\x27./','4312260JOVtrJ','findAppDirectory','test','1630199CqdXvf','theme','test/test.js','engines','10ROtXRn','checkNpmPackage','resourceName','9aDqaQv','injectAtBeginningOfFile','true','assign','search','setTemplate','client','css','33Bcwzun','installNpmPackage','warn','split','hook/hook.js','create','react','8139438KRZFNj','features','getMakaProjectConfig','5gQhgPJ','fsi','pathFromApp','9509392elXqFE','Scaffolding\x20for\x20a\x20React\x20Layout.','1115466oFwlhF','apply','/imports/ui/layouts','(((.+)+)+)+$','.app-tests.js','withHook','49xnqXzP','withValue','string','248062kzpiGI','.js','ramda','toString'];a126c=function(){return r;};return a126c();}const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x21c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a[n(0x227)]()[n(0x208)](n(0x21e))['toString']()['constructor'](a126a)[n(0x208)](n(0x21e));});a126a();import a126e from'path';import{Generator}from'../generator.js';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-0x1f0;let f=c[d];return f;},a126d(a,b);}Generator[a126o(0x211)]({'name':a126o(0x1f6),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a126o(0x21a),'validOpts':[a126o(0x220)],'examples':['maka\x20g:layout\x20mobile/iPhone8','maka\x20g:l\x20web/safari']},async function(a,b){const p=a126o,c=p(0x21d),d=this[p(0x217)][p(0x1fb)](),e=this['fsi'][p(0x218)]({'pathParts':[c,b[p(0x1f2)],paramCase(b['resourceName']),paramCase(b['resourceName'])]}),f=this[p(0x217)][p(0x215)]();await this[p(0x217)][p(0x222)](f,async()=>{const q=p;typeof f[q(0x1f0)][q(0x1fc)]===q(0x223)&&(f[q(0x1f0)][q(0x1fc)]=f['template'][q(0x1fc)]==='true'?!![]:![],this['fsi']['setTemplate'](q(0x1fc),f[q(0x1f0)]['test']));typeof f[q(0x1f0)][q(0x20b)]===q(0x223)&&(f[q(0x1f0)][q(0x20b)]=f['template'][q(0x20b)]===q(0x206)?!![]:![],this['fsi'][q(0x209)](q(0x20b),f[q(0x1f0)][q(0x20b)]));typeof f[q(0x1f0)]['js']===q(0x223)&&(f[q(0x1f0)]['js']=f[q(0x1f0)]['js']==='true'?!![]:![],this[q(0x217)][q(0x209)]('js',f['template']['js']));!f[q(0x214)]&&(f[q(0x214)]={});const g=b['_']?b['_'][0x0][q(0x20f)](':')[0x1]:![],h=b['_']&&aliases[q(0x1f5)](g);h&&!this['checkNpmPackage'](q(0x226))&&(Log[q(0x20e)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),this[q(0x217)][q(0x20d)](q(0x226),{'cwd':d}));if(h&&!this[q(0x202)]('react')){Log['warn'](q(0x1f4));return;}const i={'name':pascalCase(b[q(0x203)]),'myPath':a126e['relative'](this[q(0x217)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[q(0x203)]),'className':pascalCase(b[q(0x203)]),'camelCaseName':camelCase(b[q(0x203)]),'fileName':paramCase(b[q(0x203)]),'graphql':f[q(0x200)]['graphql'],'features':f[q(0x214)],'client':f[q(0x200)][q(0x20a)],'api':f[q(0x200)]['api'],'ssr':f['engines']['ssr'],'test':f[q(0x200)][q(0x1fc)],'theme':f[q(0x200)][q(0x1fe)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x214)]['withTranslations']};f[q(0x214)]?.['withHooks']||b['withHook']?await this[q(0x217)][q(0x1f0)]({'srcPath':q(0x210),'destPath':e+q(0x225),'framework':q(0x212),'context':i,'config':f}):await this[q(0x217)][q(0x1f0)]({'srcPath':'component/component.js','destPath':e+'.js','framework':q(0x212),'context':i,'config':f});f[q(0x200)][q(0x1fc)]!=='none'&&await this[q(0x217)]['template']({'srcPath':q(0x1ff),'destPath':e+q(0x21f),'framework':q(0x212),'context':i,'config':f});f[q(0x1f0)][q(0x20b)]&&(await this['fsi'][q(0x1f0)]({'srcPath':q(0x1f8),'destPath':e+'.css','context':Object[q(0x207)]({},i,{'className':paramCase(b[q(0x203)])}),'config':f}),await this[q(0x217)][q(0x205)]({'filePath':e+'.'+f[q(0x200)]['js'],'content':q(0x1f9)+i[q(0x1f3)]+'.'+f[q(0x200)][q(0x20b)]+'\x27;'}));const j=b[q(0x1f2)]?'/'+b[q(0x1f2)]+'/':'/',k=''+c+j+i['fileName']+'/'+i['fileName'];await this[q(0x217)][q(0x1f1)](i['className'],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127i=a127d;function a127c(){const j=['7LbfCGG','23bCnUNM','search','19324keYhtF','maka\x20g:package\x20package:name','generate','4QkQQSN','5697hSEolG','1199944YcOduZ','(((.+)+)+)+$','2274162ftolpf','1354686rFPPCQ','apply','985011TOeqXd','toString','maka\x20g:scaffold\x20todos','374790SgxdzD','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','maka\x20{generate,\x20g}:<generator>\x20<name>','4610IHAEUt','maka\x20generate:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','constructor'];a127c=function(){return j;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x15e))/0x1*(parseInt(f(0x160))/0x2)+-parseInt(f(0x151))/0x3*(-parseInt(f(0x163))/0x4)+parseInt(f(0x154))/0x5+-parseInt(f(0x14f))/0x6*(-parseInt(f(0x15d))/0x7)+-parseInt(f(0x165))/0x8+-parseInt(f(0x164))/0x9*(parseInt(f(0x158))/0xa)+-parseInt(f(0x14e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x31802));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x152)]()['search']('(((.+)+)+)+$')[h(0x152)]()[h(0x15c)](a127a)[h(0x15f)](h(0x14d));});a127a();import{Generator}from'../generator.js';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x14d;let f=c[d];return f;},a127d(a,b);}const MakaGen=new Generator({'name':a127i(0x162),'aliases':['g'],'usage':a127i(0x157),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':[a127i(0x159),a127i(0x153),a127i(0x156),a127i(0x161),a127i(0x15b),a127i(0x155),a127i(0x15a)]},function(){});export default MakaGen;
|