@maka/maka-cli 4.13.4 → 4.13.5
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/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.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/aws/cloudformation/create-ec2-instance.template +3 -3
- 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 a117o=a117d;(function(a,b){const l=a117d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a117o=a117d;(function(a,b){const l=a117d,c=a();while(!![]){try{const d=parseInt(l(0x1b1))/0x1+parseInt(l(0x191))/0x2*(-parseInt(l(0x190))/0x3)+parseInt(l(0x195))/0x4+parseInt(l(0x1a2))/0x5+-parseInt(l(0x19e))/0x6*(parseInt(l(0x187))/0x7)+parseInt(l(0x1a6))/0x8+-parseInt(l(0x181))/0x9*(-parseInt(l(0x1ad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x4c42b));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a117d;if(c){const e=c[m(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const n=a117d;return a117a[n(0x1a9)]()[n(0x18e)](n(0x198))['toString']()[n(0x18d)](a117a)[n(0x18e)](n(0x198));});a117a();import a117e from'path';import{paramCase,pascalCase,camelCase}from'change-case';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x17c;let f=c[d];return f;},a117d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator[a117o(0x1b4)]({'name':'hook','aliases':['h'],'checkWhere':![],'usage':a117o(0x196),'shortDesc':a117o(0x18a),'validOpts':[{'name':'baseDir','values':[a117o(0x19f),a117o(0x17f),a117o(0x197),'layouts']},{'name':a117o(0x180),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':a117o(0x188)},async function(a,b){const p=a117o;Log[p(0x1b7)]('Creating\x20'+b[p(0x192)]+p(0x193));try{const c=this['fsi']['checkNpmPackage']('react');if(!c){Log[p(0x1a5)](p(0x19c));throw new UsageError();}const d=this[p(0x19a)]['findAppDirectory'](),f=b[p(0x1a8)]?p(0x1ac)+b[p(0x1a8)]:'/imports/ui/components',g=this[p(0x19a)][p(0x194)]({'pathParts':[f,b[p(0x17d)],paramCase(b[p(0x192)]),paramCase(b[p(0x192)])]}),h=await this[p(0x19a)][p(0x17c)]();await this[p(0x19a)]['withValue'](h,async()=>{const q=p;typeof h[q(0x1a4)]['css']===q(0x18b)&&(h['template'][q(0x1a1)]=h[q(0x1a4)][q(0x1a1)]===q(0x1b6)?!![]:![],this[q(0x19a)][q(0x199)](q(0x1a1),h['template'][q(0x1a1)]));h['engines'][q(0x185)]===q(0x1ae)&&!this[q(0x19a)][q(0x186)](q(0x183))&&(Log['warn'](q(0x1b0)),await this[q(0x19a)]['installNpmPackage'](q(0x18f),{'cwd':d}));const i={'cssCaseName':paramCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x192)]),'className':pascalCase(b['resourceName']),'name':pascalCase(b[q(0x192)]),'graphql':h[q(0x19d)][q(0x185)],'theme':h['engines'][q(0x1b5)],'features':h[q(0x1af)],'myPath':a117e[q(0x184)](this[q(0x19a)][q(0x1b3)]({}),g),'fileName':paramCase(b[q(0x192)]),'isComponent':![],'isLayout':![],'withTranslations':h[q(0x1af)][q(0x18c)]};await this[q(0x19a)][q(0x1a4)]({'srcPath':q(0x189),'destPath':g+'.js','context':i,'config':h,'framework':q(0x1a0),'force':b[q(0x180)]});h[q(0x1a4)][q(0x1a1)]&&(await this[q(0x19a)][q(0x1a4)]({'srcPath':'template/template.css','destPath':g+q(0x1aa),'context':Object[q(0x182)]({},i,{'className':i[q(0x1a7)]}),'config':h,'force':b[q(0x180)]}),await this[q(0x19a)]['injectAtBeginningOfFile']({'filePath':g+'.'+h['engines']['js'],'content':q(0x1ab)+i[q(0x19b)]+'.'+h[q(0x19d)][q(0x1a1)]+'\x27;'}));h[q(0x19d)]['test']!==q(0x17e)&&await this[q(0x19a)][q(0x1a4)]({'srcPath':'test/test.js','destPath':g+'.app-tests.js','framework':'react','context':i,'config':h,'force':b[q(0x180)]});const j=b[q(0x17d)]?'/'+b[q(0x17d)]+'/':'/',k=''+f+j+i[q(0x19b)]+'/'+i[q(0x19b)];await this[q(0x19a)][q(0x1b2)](i['className'],h,k);});}catch(i){Log[p(0x1a5)](i);}});function a117c(){const r=['Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','164591jMCCKN','injectTemplateModule','pathFromProject','create','theme','true','notice','getMakaProjectConfig','dir','none','components','force','243KUITjO','assign','@apollo/client','relative','graphql','checkNpmPackage','3354652auGxNe','\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','hook/hook.js','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','string','withTranslations','constructor','search','@apollo/client\x20isomorphic-fetch','3kSfeVX','289810ZMpzTi','resourceName','\x20hook...','pathFromApp','800000WTcsHt','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','pages','(((.+)+)+)+$','setTemplate','fsi','fileName','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','engines','6ndRaDZ','hooks','react','css','1621975YjPTuK','apply','template','error','1671264IkKfoP','cssCaseName','baseDir','toString','.css','import\x20\x27./','/imports/ui/','14300ZiKEEc','apollo','features'];a117c=function(){return r;};return a117c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0x7e))/0x1+-parseInt(f(0x85))/0x2*(-parseInt(f(0x83))/0x3)+parseInt(f(0x84))/0x4+-parseInt(f(0x80))/0x5*(parseInt(f(0x81))/0x6)+-parseInt(f(0x82))/0x7+-parseInt(f(0x7b))/0x8*(-parseInt(f(0x87))/0x9)+parseInt(f(0x7a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xed8f1));var a118b=(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;};}()),a118a=a118b(this,function(){var g=a118d;return a118a[g(0x7d)]()[g(0x7c)](g(0x7f))[g(0x7d)]()[g(0x86)](a118a)[g(0x7c)](g(0x7f));});function a118c(){var h=['16536970tSOGLX','4176928gyiFJH','search','toString','898916vqylwG','(((.+)+)+)+$','25sUwAEl','1068342webqBM','2676219SkyTMf','32673yBDCdY','825504ayDMrB','140xLYFFP','constructor','9pRuOic'];a118c=function(){return h;};return a118c();}a118a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x7a;var f=c[d];return f;},a118d(a,b);}import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(0x90))/0x1*(-parseInt(f(0x92))/0x2)+-parseInt(f(0x8d))/0x3+-parseInt(f(0x8e))/0x4+-parseInt(f(0x87))/0x5*(-parseInt(f(0x8c))/0x6)+parseInt(f(0x93))/0x7+-parseInt(f(0x8a))/0x8+-parseInt(f(0x8b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xcb26c));var a119b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a119d;if(c){var e=c[g(0x91)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){var h=a119d;return a119a[h(0x89)]()[h(0x88)]('(((.+)+)+)+$')['toString']()['constructor'](a119a)['search'](h(0x8f));});a119a();import'./auth.generator.js';function a119c(){var i=['2zLYlAO','8807638zOSpel','1785545fehFJw','search','toString','1957936ifXFIZ','13402719MnmBkJ','18dqVMeK','261189vNhJtw','1424640tzNPIQ','(((.+)+)+)+$','679703YYCLzO','apply'];a119c=function(){return i;};return a119c();}import'./provider.auth.gen.js';function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0x87;var f=c[d];return f;},a119d(a,b);}import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d
|
|
1
|
+
const a120i=a120d;function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0xe2;let f=c[d];return f;},a120d(a,b);}function a120c(){const j=['toString','12443GvWzFO','create','1256055VxMmKL','44AWuNfF','190nTzNJV','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','auth','6685aAUftF','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','search','4115367LMjejS','2322290uHLetZ','519277SzAHvs','maka\x20g:kit:a','3096isrfBS','apply','2590476jYUjmK','(((.+)+)+)+$','4pylrUB'];a120c=function(){return j;};return a120c();}(function(a,b){const f=a120d,c=a();while(!![]){try{const d=-parseInt(f(0xf4))/0x1*(-parseInt(f(0xe2))/0x2)+parseInt(f(0xf6))/0x3*(parseInt(f(0xf2))/0x4)+-parseInt(f(0xeb))/0x5+parseInt(f(0xf0))/0x6+parseInt(f(0xe7))/0x7*(parseInt(f(0xee))/0x8)+parseInt(f(0xea))/0x9+parseInt(f(0xe3))/0xa*(-parseInt(f(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x8ff42));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a120d;if(c){const e=c[g(0xef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const h=a120d;return a120a[h(0xf3)]()[h(0xe9)](h(0xf1))[h(0xf3)]()['constructor'](a120a)[h(0xe9)](h(0xf1));});a120a();import{Generator}from'../../../generator.js';import a120e from'../kit.js';const AuthGen=Generator[a120i(0xf5)]({'name':a120i(0xe6),'aliases':['a'],'usage':a120i(0xe8),'noNeedResource':!![],'shortDesc':a120i(0xe4),'validOpts':[''],'isPro':!![],'examples':[a120i(0xed)],'description':a120i(0xe5)},async function(){throw'NIE';},async function(){},a120e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121r=a121d;
|
|
1
|
+
const a121r=a121d;(function(a,b){const o=a121d,c=a();while(!![]){try{const d=-parseInt(o(0x125))/0x1*(parseInt(o(0x14a))/0x2)+parseInt(o(0x14e))/0x3+-parseInt(o(0x143))/0x4+parseInt(o(0x118))/0x5+-parseInt(o(0x128))/0x6*(-parseInt(o(0x131))/0x7)+-parseInt(o(0x13c))/0x8+parseInt(o(0x11e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x94b50));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a121d;if(c){const e=c[p(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const q=a121d;return a121a[q(0x13b)]()[q(0x122)](q(0x13a))['toString']()[q(0x137)](a121a)[q(0x122)](q(0x13a));});a121a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a121e from'./auth.generator.js';function a121c(){const u=['publish','2641048WzvmAN','/imports/startup/lib','meteor/meteor','withValue','/imports/startup/client/authentication-service','Accounts','\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','2vSFUAk','react','\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','processAndRunGenerator','1361136inUkuM','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','injectImport','auth/roles','engines','injectIntoFile','const\x20getUserAuthorizations','const\x20registerNewUser','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','3442695PRYEGN','startup','alanning:roles','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','fsi','useTracker','12629178fuzhcV','/imports/startup/client','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','\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','search','Meteor.publish','meteor/maka:react-tracker','654674SqgVKs','const\x20authenticateToken','apply','1830uvIimO','REACT','\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','AuthService','create','pathFromApp','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','index','ssr','3521czkMwE','kit:auth:provider','force','const\x20deauthenticateUser','\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\x20resetPasswordWithToken','constructor','const\x20authenticateUser','\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','(((.+)+)+)+$','toString','6198944IrhioN','.js','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','meteor/accounts-base','injectIntoCodeBlock','true'];a121c=function(){return u;};return a121c();}function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x113;let f=c[d];return f;},a121d(a,b);}import a121f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a121r(0x12c)]({'name':'meteor','aliases':['m'],'usage':a121r(0x14f),'shortDesc':a121r(0x117),'validOpts':[a121r(0x133)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a121r(0x129)]},'description':a121r(0x121)},async function(a,b){const s=a121r;try{const c=b[s(0x133)]||![];await this[s(0x11c)]['checkMeteorPackage'](['accounts-password',s(0x11a)],{'shouldInstall':!![]});const d=this[s(0x11c)]['findProjectDirectory'](),f=this[s(0x11c)]['getMakaProjectConfig'](),g=f['engines'][s(0x130)]===s(0x141);await a121f[s(0x14d)](s(0x132),[],{'force':c,'cwd':d,'config':f});const h=await a121f[s(0x14d)](s(0x142),[s(0x151)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x144):s(0x11f),j=this[s(0x11c)][s(0x12d)]({'pathParts':[i,'','','authentication-service']});await this['fsi'][s(0x146)](f,async()=>{const t=s;await this[t(0x11c)]['template']({'srcPath':'kit/auth/service/meteor-auth-service.js','destPath':j+t(0x13d),'framework':t(0x14b),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x11c)][s(0x12d)]({'pathParts':[i,'','','authentication-provider']}),l=f[s(0x113)]['js'];await this[s(0x11c)][s(0x150)]({'filePath':k+'.'+l,'importName':s(0x12b),'modulePath':g?'/imports/startup/lib/authentication-service':s(0x147),'isNamedExport':![]}),await this[s(0x11c)][s(0x140)]({'filePath':k+'.'+l,'content':s(0x135),'begin':s(0x138),'replace':!![]}),await this[s(0x11c)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x12a),'begin':s(0x126),'replace':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':k+'.'+l,'content':s(0x139),'begin':s(0x115),'replace':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':k+'.'+l,'content':s(0x120),'begin':s(0x134),'replace':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':k+'.'+l,'content':s(0x12e),'begin':'const\x20sendForgotPasswordEmail','replace':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x11b),'begin':s(0x116),'replace':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':k+'.'+l,'content':s(0x13e),'begin':s(0x136),'replace':!![]});g&&(await this[s(0x11c)][s(0x150)]({'filePath':k+'.'+l,'importName':s(0x11d),'modulePath':s(0x124),'isNamedExport':!![]}),await this['fsi'][s(0x114)]({'filePath':k+'.'+l,'content':s(0x149),'begin':'export\x20const\x20AuthProvider','end':'return\x20\x5c('}));await this['fsi']['injectImport']({'filePath':h,'importName':'Meteor','modulePath':s(0x145),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':h,'content':'\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','begin':s(0x123),'replace':!![]});const m=this[s(0x11c)][s(0x12d)]({'pathParts':['imports',s(0x119),'server',s(0x12f)]});await this[s(0x11c)]['injectImport']({'filePath':m+'.'+l,'importName':s(0x148),'modulePath':s(0x13f),'isNamedExport':!![]}),await this[s(0x11c)][s(0x140)]({'filePath':m+'.'+l,'content':s(0x14c),'begin':'Meteor.startup','replace':!![]});}catch(n){Log['error'](n),process['exit'](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a122x=a122d;function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x14f;let f=c[d];return f;},a122d(a,b);}function a122c(){const A=['replaceAll','toString','true','provider','2840082VLOnlY','10FVOJBp','AuthProvider','<Routes\x20history={history}/>','exit','injectAroundString','function\x20Routes','apply','authentication-provider','4114857OAgsSj','react','create','injectImport','pathFromApp','bright','10830330QtUjZe','44rLBQVO','appName','528KoGGZv','ssr','/imports/startup/client/index','</AuthProvider>','10566576TLBVBg','<AuthProvider>','getMakaProjectConfig','error','useContext','.js','search','kit/auth/provider/authentication-provider.js','(((.+)+)+)+$','/imports/startup/client/authentication-provider','89061hiffmW','\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','/imports/startup/lib/authentication-provider','387980UfCEmO','/routes','\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/client','fsi','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','4ssfndr','5OBpEUb','2001310zNpeeE','split'];a122c=function(){return A;};return a122c();}(function(a,b){const u=a122d,c=a();while(!![]){try{const d=-parseInt(u(0x162))/0x1*(-parseInt(u(0x15b))/0x2)+-parseInt(u(0x172))/0x3*(parseInt(u(0x161))/0x4)+-parseInt(u(0x16a))/0x5*(parseInt(u(0x169))/0x6)+parseInt(u(0x158))/0x7*(-parseInt(u(0x17b))/0x8)+parseInt(u(0x178))/0x9+-parseInt(u(0x163))/0xa*(-parseInt(u(0x179))/0xb)+parseInt(u(0x17f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xaa029));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a122d;if(c){const e=c[v(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const w=a122d;return a122a[w(0x166)]()[w(0x154)]('(((.+)+)+)+$')[w(0x166)]()['constructor'](a122a)[w(0x154)](w(0x156));});a122a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a122e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a122x(0x174)]({'name':a122x(0x168),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a122x(0x159)},async function(a,b){const y=a122x;try{const c=b['force']||![];Log[y(0x177)](y(0x160));const d=this[y(0x15f)][y(0x150)](),f=d['engines'][y(0x17c)]===y(0x167),g={'name':headerCase(d[y(0x17a)])[y(0x165)]('-','\x20')},h=f?'/imports/startup/lib':y(0x15e),i=this[y(0x15f)][y(0x176)]({'pathParts':[h,'','',y(0x171)]});await this['fsi']['withValue'](d,async()=>{const z=y;await this['fsi']['template']({'srcPath':z(0x155),'destPath':i+z(0x153),'framework':z(0x173),'context':g,'config':d,'force':c,'ignore':![]});});const j=d['engines']['js'],k=h+y(0x15c),l=k[y(0x164)]('/'),m=this['fsi'][y(0x176)]({'pathParts':l});await this[y(0x15f)][y(0x175)]({'filePath':m+'.'+j,'importName':'AuthContext','modulePath':f?y(0x15a):y(0x157),'isNamedExport':!![]}),await this[y(0x15f)]['injectImport']({'filePath':m+'.'+j,'importName':y(0x152),'modulePath':y(0x173),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x15f)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0x15d),'begin':['const\x20Routes',y(0x16f)],'replace':!![]});const n=y(0x17d),o=n[y(0x164)]('/'),p=this[y(0x15f)]['pathFromApp']({'pathParts':o});await this['fsi'][y(0x175)]({'filePath':p+'.'+j,'importName':y(0x16b),'modulePath':f?'/imports/startup/lib/authentication-provider':y(0x157),'isNamedExport':!![]}),await this[y(0x15f)][y(0x16e)]({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x17e),'targetString':'<Routes\x20history={browserHistory}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q[y(0x164)]('/'),s=this['fsi'][y(0x176)]({'pathParts':r});await this[y(0x15f)][y(0x175)]({'filePath':s+'.'+j,'importName':y(0x16b),'modulePath':f?y(0x15a):y(0x157),'isNamedExport':!![]}),await this[y(0x15f)][y(0x16e)]({'filePath':s+'.'+j,'aboveContent':y(0x14f),'belowContent':'</AuthProvider>','targetString':y(0x16c),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0x151)](t),process[y(0x16d)](0x1);}},async function(){},a122e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a123c(){var i=['search','891978TeJKVm','575wZcsTf','toString','1723743QtMJMT','11707830CiyxdA','2480860nYjOJF','1109453pQbVWT','(((.+)+)+)+$','7428550wxFpZK','48fLMrRD','apply','6LZcXqF','constructor','7272MVxnQE'];a123c=function(){return i;};return a123c();}(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x15b))/0x1+parseInt(f(0x155))/0x2*(-parseInt(f(0x160))/0x3)+-parseInt(f(0x15a))/0x4+parseInt(f(0x156))/0x5*(-parseInt(f(0x162))/0x6)+parseInt(f(0x158))/0x7*(parseInt(f(0x15e))/0x8)+parseInt(f(0x159))/0x9+parseInt(f(0x15d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xb9981));function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x155;var f=c[d];return f;},a123d(a,b);}var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a[h(0x157)]()[h(0x163)](h(0x15c))[h(0x157)]()[h(0x161)](a123a)[h(0x163)](h(0x15c));});a123a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=-parseInt(f(0x19b))/0x1*(parseInt(f(0x19a))/0x2)+-parseInt(f(0x194))/0x3+parseInt(f(0x1a3))/0x4*(parseInt(f(0x193))/0x5)+-parseInt(f(0x195))/0x6*(-parseInt(f(0x1a1))/0x7)+-parseInt(f(0x198))/0x8+-parseInt(f(0x192))/0x9+parseInt(f(0x19f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xaad1c));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a[h(0x196)]()[h(0x197)](h(0x191))[h(0x196)]()[h(0x1a4)](a124a)[h(0x197)](h(0x191));});a124a();import{Generator}from'../../../generator.js';import a124e from'../kit.js';const EsriGen=Generator['create']({'name':'esri','aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','noNeedResource':!![],'shortDesc':a124i(0x1a2),'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:e'],'description':a124i(0x19c)},async function(){const j=a124i;return{'success':!![],'message':j(0x19d),'details':{'filesCreated':[j(0x19e)],'filesUpdated':[j(0x199)]}};},async function(){},a124e);function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x191;let f=c[d];return f;},a124d(a,b);}export default EsriGen;function a124c(){const k=['46XaaEJi','24166vtdNWa','\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','Esri\x20Kit\x20generated\x20successfully','/foo/bar','29530680PPHFXk','apply','1286194FoeqfY','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','44ecHOHh','constructor','(((.+)+)+)+$','9055539tcxezr','265365DGQGER','3279069tTNPhu','6JJWmOi','toString','search','2927400dyeqHw','/foo'];a124c=function(){return k;};return a124c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125s=a125d;(function(a,b){const p=a125d,c=a();while(!![]){try{const d=-parseInt(p(
|
|
1
|
+
const a125s=a125d;function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x167;let f=c[d];return f;},a125d(a,b);}(function(a,b){const p=a125d,c=a();while(!![]){try{const d=-parseInt(p(0x177))/0x1+-parseInt(p(0x172))/0x2+-parseInt(p(0x17a))/0x3*(parseInt(p(0x17f))/0x4)+-parseInt(p(0x180))/0x5*(parseInt(p(0x188))/0x6)+-parseInt(p(0x18c))/0x7+parseInt(p(0x179))/0x8+parseInt(p(0x175))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xcc422));function a125c(){const v=['/imports/startup/client/templates','template','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','@esri/react-arcgis','replaceAll','/imports/startup/lib/templates','dir','map','\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','esri-loader','206542swMjzk','(((.+)+)+)+$','react','25675461HXVjic','constructor','1169578pYQzEt','injectImport','9576880YwAjCF','1606209oFqIyx','bright','toString','findProjectDirectory','true','4CPMiVy','1683805gvehCT','page','getMakaProjectConfig','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','apply','/imports/ui/hooks','pathFromApp','Generating\x20a\x20map\x20component','6uBzllZ','fsi','create','</div>','7477988bRsGqK','exit','injectTemplateModule','<div\x20id=\x22map\x22>','.js','basic-map','REACT'];a125c=function(){return v;};return a125c();}const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a125d;if(c){const e=c[q(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const r=a125d;return a125a[r(0x17c)]()['search'](r(0x173))[r(0x17c)]()[r(0x176)](a125a)['search']('(((.+)+)+)+$');});a125a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a125e from'./esri.generator.js';import a125f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a125s(0x18a)]({'name':'map','aliases':['m'],'usage':a125s(0x183),'shortDesc':'Generate\x20an\x20Esri\x20map\x20component','validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a125s(0x167)],'ssr':SsrEngines['FALSE']},'description':a125s(0x170)},async function(a,b){const t=a125s;try{Log[t(0x17b)](t(0x187));const c=t(0x191);await this[t(0x189)]['checkNpmPackage']([t(0x16b),t(0x171)],{'shouldInstall':!![]});const d=this[t(0x189)][t(0x17d)](),f=this[t(0x189)][t(0x182)](),g=f['engines']['ssr']===t(0x17e),h=await a125f['processAndRunGenerator'](t(0x181),[t(0x16f)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[t(0x16c)]('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?'/imports/ui/'+b['baseDir']:t(0x185),k=this[t(0x189)][t(0x186)]({'pathParts':[j,b[t(0x16e)],paramCase(c),paramCase(c)]});await this[t(0x189)]['withValue'](f,async()=>{const u=t;await this[u(0x189)][u(0x169)]({'srcPath':'kit/esri/map/'+c+'.js','destPath':k+u(0x190),'framework':u(0x174),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b['dir']+'/'+c+'/'+c;await this[t(0x189)][t(0x18e)](c,f,l);const m=h['split']('/'),n=this[t(0x189)][t(0x186)]({'pathParts':m});await this[t(0x189)][t(0x178)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x16d):t(0x168),'isNamedExport':!![]}),await this[t(0x189)]['injectIntoFile']({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x16a),'begin':[t(0x18f),t(0x18f)],'end':[t(0x18b)],'replace':!![]});}catch(o){Log['error'](o),process[t(0x18d)](0x1);}},async function(){},a125e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a126h=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x1f0))/0x1*(parseInt(f(0x1f8))/0x2)+parseInt(f(0x1ec))/0x3+parseInt(f(0x1ea))/0x4+parseInt(f(0x1f5))/0x5*(parseInt(f(0x1ef))/0x6)+-parseInt(f(0x1f7))/0x7*(-parseInt(f(0x1f1))/0x8)+-parseInt(f(0x1e7))/0x9+-parseInt(f(0x1f2))/0xa*(parseInt(f(0x1f3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xefa79));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 g=a126d;return a126a[g(0x1e8)]()[g(0x1f9)]('(((.+)+)+)+$')[g(0x1e8)]()[g(0x1f4)](a126a)['search'](g(0x1f6));});a126a();import{Generator}from'../../generator.js';const KitGen=Generator[a126h(0x1e9)]({'name':a126h(0x1eb),'aliases':['k'],'usage':a126h(0x1e6),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a126h(0x1ed),a126h(0x1ee)]},async function(){});function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a126d(a,b);}export default KitGen;function a126c(){const i=['353048olyNSf','18016510bAtVpj','11KdvcLa','constructor','315mLwssf','(((.+)+)+)+$','147VEJkma','4078OySQRg','search','maka\x20{generate,\x20g}:{kit}\x20<name>','4113468BFHhlq','toString','create','1003132dUuAEy','kit','2337951mUBIrp','maka\x20g:kit','maka\x20g:k','181464sUynrd','305sQZBtp'];a126c=function(){return i;};return a126c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a127d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0x153))/0x1+-parseInt(f(0x152))/0x2+-parseInt(f(0x14e))/0x3+parseInt(f(0x154))/0x4+parseInt(f(0x156))/0x5+parseInt(f(0x14d))/0x6+-parseInt(f(0x14b))/0x7*(-parseInt(f(0x155))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x25c1b));var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0x14c)]()[g(0x14f)](g(0x150))[g(0x14c)]()[g(0x151)](a127a)['search']('(((.+)+)+)+$');});function a127c(){var h=['305819hBQMkK','6608mNilIc','304pjYxqI','176920tfOQDy','106274rEBOhb','toString','1093830ByUNBm','199350EFoniN','search','(((.+)+)+)+$','constructor','538674cJbPQD'];a127c=function(){return h;};return a127c();}a127a();import'./mui.generator.js';function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x14b;var f=c[d];return f;},a127d(a,b);}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a128c(){const N=['ssr','1077954BPLaqS','.js','options','kit/mui/auth/login/','appName','4TowucW','maka\x20generate:kit:mui:frame','kit/mui/auth/logout/','replaceAll','list','logout','true','login','create','1278114GXtlNd','/imports/startup/client/authentication-provider','fsi','injectImport','basic-password-reset-page','search','kit/mui/auth/password-reset/','Custom\x20(roll\x20your\x20own)','2CodYhT','kit:auth:meteor','baseDir','/imports/startup/lib/authentication-provider','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','force','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','basic-register-page','forgot-password','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','withValue','kit/mui/auth/forgot-password/','log','template','react','split','5558675WAPwho','dir','findProjectDirectory','/imports/ui/','route','basic-forgot-password-page','register','AuthContext','meteor','3895074RfCQio','(((.+)+)+)+$','getMakaProjectConfig','6528BSjhHm','auth','1874844GfbYHV','processAndRunGenerator','toString','layouts','pathFromApp','kit:auth:provider','injectTemplateModule','5656MRvCYr','MATERIAL','REACT','3629860lpAXTR','error','Meteor\x20Accounts','apply','authType','custom'];a128c=function(){return N;};return a128c();}const a128J=a128d;(function(a,b){const G=a128d,c=a();while(!![]){try{const d=-parseInt(G(0x98))/0x1*(-parseInt(G(0x90))/0x2)+-parseInt(G(0xc7))/0x3+parseInt(G(0x87))/0x4*(parseInt(G(0xa8))/0x5)+-parseInt(G(0xb1))/0x6+parseInt(G(0xbd))/0x7*(-parseInt(G(0xb4))/0x8)+-parseInt(G(0xb6))/0x9+parseInt(G(0xc0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xd6096));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a128d;if(c){const e=c[H(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const I=a128d;return a128a[I(0xb8)]()[I(0x95)](I(0xb2))[I(0xb8)]()['constructor'](a128a)[I(0x95)](I(0xb2));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x87;let f=c[d];return f;},a128d(a,b);}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a128e from'../../../generators/maka.gen.js';import a128f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a128J(0x8f)]({'name':a128J(0xb5),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a128J(0xa1),'validOpts':[a128J(0xb9),a128J(0x9d)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a128J(0xbe)],'client':ClientEngines[a128J(0xbf)]},'examples':[a128J(0x88),'maka\x20g:k:m:f'],'description':a128J(0x9e)},async function(a,b){const K=a128J;try{const c=b[K(0x9d)]||![],d=this[K(0x92)][K(0xaa)](),f=this[K(0x92)][K(0xb3)](),{authType:g}=await Actions[K(0xc9)]({'type':K(0x8b),'name':K(0xc4),'message':K(0x9c),'choices':[{'name':K(0xc2),'value':K(0xb0)},{'name':K(0x97),'value':K(0xc5)}]}),h='basic-login-page',i='basic-logout-page',j=K(0x9f),k=K(0x94),l=K(0xad),m=b[K(0x9a)]?K(0xab)+b[K(0x9a)]:'/imports/ui/pages/auth',n=this['fsi'][K(0xba)]({'pathParts':[m,b[K(0xa9)],paramCase(h),paramCase(h)]}),o=this[K(0x92)]['pathFromApp']({'pathParts':[m,b[K(0xa9)],paramCase(i),paramCase(i)]}),p=this['fsi'][K(0xba)]({'pathParts':[m,b['dir'],paramCase(j),paramCase(j)]}),q=this[K(0x92)][K(0xba)]({'pathParts':[m,b[K(0xa9)],paramCase(k),paramCase(k)]}),r=this['fsi'][K(0xba)]({'pathParts':[m,b[K(0xa9)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0xcb)])[K(0x8a)]('-','\x20')};await this['fsi'][K(0xa2)](f,async()=>{const L=K;await this[L(0x92)]['template']({'srcPath':L(0xca)+h+L(0xc8),'destPath':n+L(0xc8),'framework':L(0xa6),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x92)][L(0xa5)]({'srcPath':L(0x89)+i+L(0xc8),'destPath':o+L(0xc8),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x92)]['template']({'srcPath':'kit/mui/auth/register/'+j+L(0xc8),'destPath':p+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x92)][L(0xa5)]({'srcPath':L(0x96)+k+L(0xc8),'destPath':q+'.js','framework':L(0xa6),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x92)][L(0xa5)]({'srcPath':L(0xa3)+l+L(0xc8),'destPath':r+L(0xc8),'framework':L(0xa6),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b['dir']+'/'+h+'/'+h;await this[K(0x92)][K(0xbc)](h,f,t);const u=''+m+b['dir']+'/'+i+'/'+i;await this[K(0x92)][K(0xbc)](i,f,u);const v=''+m+b[K(0xa9)]+'/'+j+'/'+j;await this['fsi'][K(0xbc)](j,f,v);const w=''+m+b[K(0xa9)]+'/'+k+'/'+k;await this[K(0x92)][K(0xbc)](k,f,w);const x=''+m+b[K(0xa9)]+'/'+l+'/'+l;await this[K(0x92)][K(0xbc)](l,f,x),await a128e[K(0xb7)]('route',['basic-login-page'],{'url':K(0x8e),'cwd':d,'config':f}),await a128e[K(0xb7)](K(0xac),['basic-logout-page'],{'url':K(0x8c),'private':!![],'cwd':d,'config':f}),await a128e[K(0xb7)]('route',[K(0x9f)],{'url':K(0xae),'cwd':d,'config':f}),await a128e[K(0xb7)](K(0xac),[K(0x94)],{'url':'reset-password/:token','cwd':d,'config':f}),await a128e['processAndRunGenerator'](K(0xac),[K(0xad)],{'url':K(0xa0),'cwd':d,'config':f});g===K(0xb0)&&await a128e[K(0xb7)](K(0x99),[],{'force':c,'cwd':d,'config':f});g===K(0xc5)&&await a128e[K(0xb7)](K(0xbb),[],{'force':c,'cwd':d,'config':f});const y=f['engines'][K(0xc6)]===K(0x8d),z=f['engines']['js'],A=this[K(0x92)][K(0xba)]({'pathParts':t[K(0xa7)]('/')});await this['fsi'][K(0x93)]({'filePath':A+'.'+z,'importName':K(0xaf),'modulePath':y?K(0x9b):K(0x91),'isNamedExport':!![]});const B=this[K(0x92)]['pathFromApp']({'pathParts':u[K(0xa7)]('/')});await this[K(0x92)][K(0x93)]({'filePath':B+'.'+z,'importName':K(0xaf),'modulePath':y?K(0x9b):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const C=this[K(0x92)]['pathFromApp']({'pathParts':v[K(0xa7)]('/')});await this[K(0x92)][K(0x93)]({'filePath':C+'.'+z,'importName':K(0xaf),'modulePath':y?K(0x9b):K(0x91),'isNamedExport':!![]});const D=this[K(0x92)][K(0xba)]({'pathParts':w[K(0xa7)]('/')});await this['fsi'][K(0x93)]({'filePath':D+'.'+z,'importName':'AuthContext','modulePath':y?K(0x9b):K(0x91),'isNamedExport':!![]});const E=this[K(0x92)][K(0xba)]({'pathParts':x['split']('/')});await this[K(0x92)][K(0x93)]({'filePath':E+'.'+z,'importName':K(0xaf),'modulePath':y?K(0x9b):'/imports/startup/client/authentication-provider','isNamedExport':!![]});}catch(F){Log[K(0xc1)](F);}},async function(){const M=a128J;console[M(0xa4)]('Cleaning\x20up...');},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x109;let f=c[d];return f;},a129d(a,b);}const a129E=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=-parseInt(B(0x134))/0x1+parseInt(B(0x13e))/0x2+parseInt(B(0x116))/0x3+-parseInt(B(0x153))/0x4*(-parseInt(B(0x125))/0x5)+-parseInt(B(0x132))/0x6+-parseInt(B(0x122))/0x7*(parseInt(B(0x13d))/0x8)+parseInt(B(0x143))/0x9*(parseInt(B(0x130))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x851a1));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a129d;if(c){const e=c[C(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const D=a129d;return a129a[D(0x119)]()[D(0x137)](D(0x138))[D(0x119)]()['constructor'](a129a)['search'](D(0x138));});a129a();function a129c(){const I=['findAppDirectory','layouts','test','getFiles','getMakaProjectConfig','768117QWthli','replaceAll','@mui/material/Container','toString','join','tsx','fsi','injectIntoFile','getDirectories','checkbox','apply','/imports/startup/client/templates','6013dafvHi','baseDir','dir','185CtTmmm','Container','maka\x20g:k:m:f','checkMeteorPackage','frame','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','ssr','jsx','imports','kit/mui/frame/footers/','Cleaning\x20up...','3563020zJgDKi','maka\x20generate:kit:mui:frame','1782492NwksVh','{\x20this.props.children\x20}','932115wAougo','kit/mui/frame/app-bars/','@mui/material/Box','search','(((.+)+)+)+$','MATERIAL','log','withValue','{\x20props.children\x20}','5976sGrTvb','257808YlHilB','Box','kit/mui/frame/drawers/','app-tests','create','45hBZqqc','{this.props.children}','error','-hook\x22>','injectImport','\x20/>\x0a','appName','{props.children}','/imports/ui/','injectTemplateModule','engines','/imports/startup/lib/templates','tests','maka:react-tracker','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','<div\x20id=\x22','26984wZSlad','react','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','session','template','pathFromApp','.js','REACT','</div>','true'];a129c=function(){return I;};return a129c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a129e from'path';import a129f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a129E(0x142)]({'name':a129E(0x129),'aliases':['f'],'usage':a129E(0x109),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a129E(0x112),a129E(0x123),a129E(0x124),'force'],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a129E(0x139)],'client':ClientEngines[a129E(0x10e)]},'examples':[a129E(0x131),a129E(0x127)],'description':a129E(0x12a)},async function(a,b){const F=a129E;try{const c=b['force']||![],d='basic-app-bar',f='basic-drawer',g='basic-sticky-footer',h=this[F(0x11c)][F(0x115)](),i=h[F(0x14d)][F(0x12b)]===F(0x110);await this[F(0x11c)][F(0x128)]([F(0x10a),F(0x150)],{'shouldInstall':!![]});const j=this['fsi'][F(0x111)](),k=a129e[F(0x11a)](j,F(0x12d),'ui',F(0x112)),l=this[F(0x11c)][F(0x11e)](k),m=await Actions['options']({'type':F(0x11f),'name':'layouts','message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m[F(0x112)]['length']===0x0){Log[F(0x145)]('No\x20layouts\x20selected');return;}const n=b[F(0x123)]?F(0x14b)+b[F(0x123)]:'/imports/ui/components',o=this[F(0x11c)][F(0x10c)]({'pathParts':[n,b['dir'],paramCase(d),paramCase(d)]}),p=this[F(0x11c)]['pathFromApp']({'pathParts':[n,b[F(0x124)],paramCase(f),paramCase(f)]}),q=this[F(0x11c)][F(0x10c)]({'pathParts':[n,b[F(0x124)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x149)])[F(0x117)]('-','\x20')};await this[F(0x11c)][F(0x13b)](h,async()=>{const G=F;await this[G(0x11c)][G(0x10b)]({'srcPath':G(0x135)+d+G(0x10d),'destPath':o+G(0x10d),'framework':G(0x154),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x11c)][G(0x10b)]({'srcPath':G(0x140)+f+'.js','destPath':p+G(0x10d),'framework':G(0x154),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi'][G(0x10b)]({'srcPath':G(0x12e)+g+'.js','destPath':q+G(0x10d),'framework':G(0x154),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x124)]+'/'+d+'/'+d;await this[F(0x11c)][F(0x14c)](d,h,s);const t=''+n+b[F(0x124)]+'/'+f+'/'+f;await this['fsi']['injectTemplateModule'](f,h,t);const u=''+n+b[F(0x124)]+'/'+g+'/'+g;await this[F(0x11c)][F(0x14c)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this['fsi'][F(0x114)](a129e[F(0x11a)](k,w),{'extensions':[F(0x12c),F(0x11b)],'omit':[F(0x141),F(0x14f),F(0x113)]});for(const y of x){const z=a129e['join'](k,w,y);await this['fsi'][F(0x147)]({'filePath':z,'importName':F(0x13f),'modulePath':F(0x136),'isNamedExport':![]}),await this[F(0x11c)][F(0x147)]({'filePath':z,'importName':F(0x126),'modulePath':F(0x118),'isNamedExport':![]}),await this['fsi'][F(0x147)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x14e):F(0x121),'isNamedExport':!![]}),await this[F(0x11c)][F(0x11d)]({'filePath':z,'content':'<'+pascalCase(d)+'\x20/>\x0a','begin':[F(0x152)+w+'\x22>',F(0x152)+w+F(0x146)],'end':[F(0x144),'{\x20this.props.children\x20}',F(0x14a),'{\x20props.children\x20}']}),await this[F(0x11c)]['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x14e):F(0x121),'isNamedExport':!![]}),await this[F(0x11c)][F(0x11d)]({'filePath':z,'content':'<'+pascalCase(f)+F(0x148),'begin':['<div\x20id=\x22'+w+'\x22>',F(0x152)+w+'-hook\x22>'],'end':[F(0x144),'{\x20this.props.children\x20}',F(0x14a),F(0x13c)]}),await this['fsi'][F(0x11d)]({'filePath':z,'content':'<'+pascalCase(g)+F(0x148),'begin':['{this.props.children}',F(0x133),F(0x14a),'{\x20props.children\x20}'],'end':[F(0x10f)]}),await this[F(0x11c)][F(0x147)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x14e):'/imports/startup/client/templates','isNamedExport':!![]}),await this[F(0x11c)]['injectAroundString']({'filePath':z,'aboveContent':'<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>','belowContent':F(0x151),'targetString':[F(0x144),F(0x133),F(0x14a),'{\x20props.children\x20}'],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log['error'](A);}},async function(){const H=a129E;console[H(0x13a)](H(0x12f));},a129f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130j=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d=-parseInt(g(
|
|
1
|
+
const a130j=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d=-parseInt(g(0x168))/0x1+-parseInt(g(0x172))/0x2*(-parseInt(g(0x155))/0x3)+-parseInt(g(0x16d))/0x4+parseInt(g(0x15d))/0x5+-parseInt(g(0x160))/0x6*(-parseInt(g(0x164))/0x7)+-parseInt(g(0x16b))/0x8+parseInt(g(0x173))/0x9*(parseInt(g(0x16c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xacf98));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a130d;if(c){const e=c[h(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const i=a130d;return a130a[i(0x169)]()[i(0x159)](i(0x162))['toString']()['constructor'](a130a)[i(0x159)]('(((.+)+)+)+$');});a130a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';function a130c(){const l=['Header,\x20Footer,\x20and\x20Drawer','apply','maka\x20g:kit:m','6355920NOupdK','getMakaProjectConfig','frame','6AUDtWn','kitChoices','(((.+)+)+)+$','create','2855342nBaoYD','auth','fsi','No\x20MUI\x20kits\x20selected.\x20Exiting.','414203sEWGgq','toString','notice','11119552GoPtzw','50kAgSTE','4323228xTygjQ','mui','Material-UI\x20Kit','findProjectDirectory','kit:mui:frame','602tiYVJK','1352889ZtScBd','options','processAndRunGenerator','11589xlYsLz','length','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','includes','search'];a130c=function(){return l;};return a130c();}import{Log}from'../../../tools/log/log.class.js';import a130e from'../../../generators/maka.gen.js';import a130f from'../kit.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x155;let f=c[d];return f;},a130d(a,b);}const MuiGen=Generator[a130j(0x163)]({'name':a130j(0x16e),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a130j(0x16f),'validOpts':[''],'isPro':!![],'examples':[a130j(0x15c)]},async function(){const k=a130j;Log['info']('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log[k(0x16a)]('\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');const {kitChoices:a}=await Actions[k(0x174)]({'type':'checkbox','name':k(0x161),'message':k(0x157),'choices':[{'name':k(0x15a),'value':k(0x15f)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0x165)}]}),b=this[k(0x166)][k(0x170)](),c=this['fsi'][k(0x15e)]();a['includes']('frame')&&await a130e[k(0x175)](k(0x171),[],{'force':!![],'cwd':b,'config':c});a[k(0x158)]('auth')&&await a130e[k(0x175)]('kit:mui:auth',[],{'force':!![],'cwd':b,'config':c});if(a[k(0x156)]===0x0){Log['info'](k(0x167));return;}},async function(){},a130f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a131o=a131d;function a131c(){const r=['template/template.css','split','includes','withTranslations','template','maka\x20g:l\x20web/safari','fsi','withHooks','component/component.js','toString','relative','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','fileName','dir','withValue','react','true','pathFromProject','1004HuKdtF','43121771SsRomg','.js','client','1536PADQxV','ramda','getMakaProjectConfig','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','injectAtBeginningOfFile','maka\x20g:layout\x20mobile/iPhone8','findAppDirectory','engines','resourceName','hook/hook.js','setTemplate','74319pRrLme','apply','test','features','css','.css','1085vdqSms','constructor','assign','(((.+)+)+)+$','21339ChvjPe','955059TOjjvg','2259744AOmxDQ','graphql','warn','import\x20\x27./','ssr','checkNpmPackage','1540lGfepA','injectTemplateModule','3206RgMSlU','string','api','search','withHook','none','124MlkkNc','/imports/ui/layouts'];a131c=function(){return r;};return a131c();}(function(a,b){const l=a131d,c=a();while(!![]){try{const d=-parseInt(l(0x166))/0x1+parseInt(l(0x175))/0x2*(-parseInt(l(0x15b))/0x3)+-parseInt(l(0x14c))/0x4*(-parseInt(l(0x161))/0x5)+-parseInt(l(0x167))/0x6+-parseInt(l(0x16f))/0x7*(-parseInt(l(0x150))/0x8)+-parseInt(l(0x165))/0x9*(parseInt(l(0x16d))/0xa)+parseInt(l(0x14d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xca97d));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a131d;if(c){const e=c[m(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const n=a131d;return a131a['toString']()[n(0x172)](n(0x164))[n(0x143)]()[n(0x162)](a131a)[n(0x172)](n(0x164));});a131a();import a131e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x13a;let f=c[d];return f;},a131d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':'layout','aliases':aliases,'usage':a131o(0x145),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':['withHook'],'examples':[a131o(0x155),a131o(0x13f)]},async function(a,b){const p=a131o,c=p(0x176),d=this[p(0x140)][p(0x156)](),e=this[p(0x140)]['pathFromApp']({'pathParts':[c,b['dir'],paramCase(b[p(0x158)]),paramCase(b['resourceName'])]}),f=this['fsi'][p(0x152)]();await this[p(0x140)][p(0x148)](f,async()=>{const q=p;typeof f[q(0x13e)][q(0x15d)]===q(0x170)&&(f[q(0x13e)]['test']=f[q(0x13e)][q(0x15d)]==='true'?!![]:![],this['fsi'][q(0x15a)](q(0x15d),f['template'][q(0x15d)]));typeof f[q(0x13e)][q(0x15f)]===q(0x170)&&(f[q(0x13e)][q(0x15f)]=f['template'][q(0x15f)]==='true'?!![]:![],this[q(0x140)][q(0x15a)](q(0x15f),f['template'][q(0x15f)]));typeof f[q(0x13e)]['js']===q(0x170)&&(f[q(0x13e)]['js']=f[q(0x13e)]['js']===q(0x14a)?!![]:![],this[q(0x140)][q(0x15a)]('js',f[q(0x13e)]['js']));!f['features']&&(f['features']={});const g=b['_']?b['_'][0x0][q(0x13b)](':')[0x1]:![],h=b['_']&&aliases[q(0x13c)](g);h&&!this['checkNpmPackage'](q(0x151))&&(Log['warn'](q(0x153)),this[q(0x140)]['installNpmPackage'](q(0x151),{'cwd':d}));if(h&&!this[q(0x16c)](q(0x149))){Log[q(0x169)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const i={'name':pascalCase(b[q(0x158)]),'myPath':a131e[q(0x144)](this['fsi'][q(0x14b)]({}),e),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[q(0x158)]),'camelCaseName':camelCase(b[q(0x158)]),'fileName':paramCase(b['resourceName']),'graphql':f[q(0x157)][q(0x168)],'features':f[q(0x15e)],'client':f[q(0x157)][q(0x14f)],'api':f[q(0x157)][q(0x171)],'ssr':f[q(0x157)][q(0x16b)],'test':f[q(0x157)]['test'],'theme':f['engines']['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x15e)][q(0x13d)]};f[q(0x15e)]?.[q(0x141)]||b[q(0x173)]?await this[q(0x140)]['template']({'srcPath':q(0x159),'destPath':e+q(0x14e),'framework':'react','context':i,'config':f}):await this[q(0x140)][q(0x13e)]({'srcPath':q(0x142),'destPath':e+q(0x14e),'framework':'react','context':i,'config':f});f[q(0x157)][q(0x15d)]!==q(0x174)&&await this[q(0x140)][q(0x13e)]({'srcPath':'test/test.js','destPath':e+'.app-tests.js','framework':q(0x149),'context':i,'config':f});f[q(0x13e)]['css']&&(await this[q(0x140)]['template']({'srcPath':q(0x13a),'destPath':e+q(0x160),'context':Object[q(0x163)]({},i,{'className':paramCase(b[q(0x158)])}),'config':f}),await this[q(0x140)][q(0x154)]({'filePath':e+'.'+f[q(0x157)]['js'],'content':q(0x16a)+i[q(0x146)]+'.'+f['engines'][q(0x15f)]+'\x27;'}));const j=b[q(0x147)]?'/'+b[q(0x147)]+'/':'/',k=''+c+j+i[q(0x146)]+'/'+i[q(0x146)];await this[q(0x140)][q(0x16e)](i['className'],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132h=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x196))/0x1*(-parseInt(f(0x192))/0x2)+-parseInt(f(0x199))/0x3+parseInt(f(0x193))/0x4*(-parseInt(f(0x19b))/0x5)+-parseInt(f(0x187))/0x6*(-parseInt(f(0x195))/0x7)+-parseInt(f(0x19a))/0x8+parseInt(f(0x189))/0x9+-parseInt(f(0x18b))/0xa*(-parseInt(f(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xefe8e));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x186;let f=c[d];return f;},a132d(a,b);}const a132b=(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;};}()),a132a=a132b(this,function(){const g=a132d;return a132a['toString']()['search'](g(0x186))[g(0x194)]()[g(0x18d)](a132a)[g(0x18f)](g(0x186));});a132a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a132h(0x190),'aliases':['g'],'usage':a132h(0x18c),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':[a132h(0x197),'maka\x20g:scaffold\x20todos',a132h(0x191),a132h(0x18a),a132h(0x198),'maka\x20g:api\x20trucks',a132h(0x18e)]},function(){});function a132c(){const i=['maka\x20g:template\x20todos/todo_item','12rJRqxP','932jgjVbt','toString','114695uMMaJV','131092GZdqRl','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','1401222YnvRKg','11698184PesPlE','13765EchHGm','(((.+)+)+)+$','474uHfSAs','2325169ZAWCdS','14093550KEnzue','maka\x20g:package\x20package:name','70yaBUSp','maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','generate'];a132c=function(){return i;};return a132c();}export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a133m=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d
|
|
1
|
+
const a133m=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d=-parseInt(j(0x10d))/0x1*(-parseInt(j(0x110))/0x2)+-parseInt(j(0x12a))/0x3*(parseInt(j(0x116))/0x4)+-parseInt(j(0x130))/0x5+parseInt(j(0x12b))/0x6+-parseInt(j(0x119))/0x7+-parseInt(j(0x12d))/0x8*(parseInt(j(0x11c))/0x9)+-parseInt(j(0x120))/0xa*(-parseInt(j(0x111))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x344b4));const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a133d;if(c){const e=c[k(0x11b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const l=a133d;return a133a[l(0x10c)]()[l(0x113)](l(0x12c))[l(0x10c)]()[l(0x11f)](a133a)['search'](l(0x12c));});a133a();import{Generator}from'../generator.js';function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x10a;let f=c[d];return f;},a133d(a,b);}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a133m(0x128)]({'name':a133m(0x11a),'aliases':['m'],'usage':a133m(0x126),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':['dir'],'examples':[a133m(0x125)]},async function(a,b){const n=a133m;try{const c=this[n(0x118)]['getMakaProjectConfig']();await this['fsi'][n(0x10f)](c,async()=>{const o=n,d=paramCase(b[o(0x12f)]),f={'name':b[o(0x12f)],'fileName':d,'className':pascalCase(b[o(0x12f)]),'camelCase':camelCase(b[o(0x12f)]),'noRename':!![]};let g='js';c[o(0x123)]['js']===o(0x10b)&&(g='ts');await this[o(0x118)][o(0x11e)]([o(0x124),'ddp-rate-limiter',o(0x122)],{'shouldInstall':!![]}),await this[o(0x118)][o(0x12e)]({'srcPath':o(0x121),'destPath':this[o(0x118)][o(0x117)]({'pathParts':[o(0x114),'startup',b[o(0x11d)],o(0x131),b[o(0x112)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b['dir']?'/'+b[o(0x112)]+'/':'/',i=this[o(0x118)][o(0x117)]({'pathParts':[o(0x114),o(0x10e),b['appPathPrefix'],'index.'+c[o(0x123)]['js']]});await this['fsi'][o(0x10a)]({'filePath':i,'content':o(0x127)+h+d+o(0x115)});});}catch(d){Log[n(0x129)](d);}});function a133c(){const p=['search','imports','-rpc-method\x27;','1096ldJCQt','pathFromApp','fsi','263956EGqwfq','method','apply','90837PaRIJo','appPathPrefix','checkMeteorPackage','constructor','10TNreIr','method/method.js','mdg:validated-method','engines','maka:check','maka\x20g:method\x20todos','maka\x20{generate,\x20g}:{method,\x20m}\x20name','import\x20\x27./methods','create','error','3216WIedDS','2327184xaGoJI','(((.+)+)+)+$','104VyXWqd','template','resourceName','58330GuoDFN','methods','injectAtEndOfFile','tsx','toString','2839XEMTqc','startup','withValue','100YeMoPB','1745623dtIzId','dir'];a133c=function(){return p;};return a133c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a134n=a134d;(function(a,b){const l=a134d,c=a();while(!![]){try{const d=-parseInt(l(0x1b3))/0x1*(parseInt(l(0x1ab))/0x2)+-parseInt(l(0x1b6))/0x3+-parseInt(l(0x197))/0x4*(parseInt(l(0x195))/0x5)+parseInt(l(0x1b8))/0x6*(parseInt(l(0x1bc))/0x7)+-parseInt(l(0x1a4))/0x8+parseInt(l(0x1ae))/0x9*(parseInt(l(0x199))/0xa)+parseInt(l(0x1af))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xc35fd));const a134b=(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;};}()),a134a=a134b(this,function(){const m=a134d;return a134a[m(0x1b0)]()[m(0x19d)]('(((.+)+)+)+$')[m(0x1b0)]()['constructor'](a134a)[m(0x19d)](m(0x194));});function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x194;let f=c[d];return f;},a134d(a,b);}function a134c(){const q=['6966018KcCBLq','tests/server','dir','resourceName','7UlPHKM','engines','package.js','withValue','pathFromAppWithNoReWrite','noRename','(((.+)+)+)+$','5cObBIu','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','2651708QRISOM','package/','10CkCSjx','client','/client/','pathFromApp','search','packages','layout','fsi','maka\x20g:package\x20todos:package','template/template.js','package','12586448RLFogc','server','getMakaProjectConfig','hasOwnProperty','package/package.js','relative','template','16SBnVjY','tests/client','ssr','8061759YwgpiY','36405127MbvmUj','toString','pathFromProject','graphql','146191JIRRYk','.js','theme','3480891KlTQjd','lib'];a134c=function(){return q;};return a134c();}a134a();import a134e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a134n(0x1a3),'aliases':['p'],'usage':a134n(0x196),'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':[a134n(0x1ba)],'examples':[a134n(0x1a1)]},async function(a,b){const o=a134n,c=paramCase(b[o(0x1bb)]),d=this['fsi'][o(0x19c)]({'pathParts':['packages',b['dir'],c]}),e=this[o(0x1a0)][o(0x1c0)]({'pathParts':[o(0x19e),b[o(0x1ba)],c,o(0x1be)]}),f=this['fsi'][o(0x1a6)]();await this[o(0x1a0)][o(0x1bf)](f,async()=>{const p=o,g={'name':paramCase(b[p(0x1bb)]),'myPath':a134e[p(0x1a9)](this[p(0x1a0)][p(0x1b1)]({}),d),'cssCaseName':paramCase(b[p(0x1bb)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[p(0x1bb)]),'fileName':c,'client':f['engines'][p(0x19a)],'graphql':f[p(0x1bd)][p(0x1b2)],'ssr':f[p(0x1bd)][p(0x1ad)],'isComponent':b['hasOwnProperty']('component'),'isLayout':b[p(0x1a7)](p(0x19f)),'isStore':b[p(0x1a7)]('store'),'features':f['features'],'noRename':!![],'theme':f[p(0x1bd)][p(0x1b5)]};await this[p(0x1a0)][p(0x1aa)]({'srcPath':p(0x1a8),'destPath':e,'context':g,'config':f}),g[p(0x1c1)]=![];const h=d+p(0x19b)+c+p(0x1b4);await this[p(0x1a0)][p(0x1aa)]({'srcPath':p(0x1a2),'destPath':h,'context':g,'config':f});const i=[p(0x1b7),p(0x1a5),p(0x1ac),p(0x1b9)];for(const j of i){const k=d+'/'+j+'/'+c+p(0x1b4);await this[p(0x1a0)][p(0x1aa)]({'srcPath':p(0x198)+j+'/package.js','destPath':k,'context':g,'config':f});}});});
|