@maka/maka-cli 5.0.25 → 5.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/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/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/cfg/cfg.class.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/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.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
|
-
function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-
|
|
1
|
+
const a116o=a116d;function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x160;let f=c[d];return f;},a116d(a,b);}(function(a,b){const l=a116d,c=a();while(!![]){try{const d=parseInt(l(0x190))/0x1*(parseInt(l(0x16c))/0x2)+parseInt(l(0x16e))/0x3*(parseInt(l(0x19a))/0x4)+parseInt(l(0x166))/0x5*(parseInt(l(0x187))/0x6)+-parseInt(l(0x189))/0x7+parseInt(l(0x18f))/0x8+-parseInt(l(0x182))/0x9*(parseInt(l(0x16a))/0xa)+parseInt(l(0x191))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xe8c00));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a116d;if(c){const e=c[m(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const n=a116d;return a116a[n(0x179)]()[n(0x183)](n(0x168))['toString']()[n(0x188)](a116a)[n(0x183)](n(0x168));});a116a();import a116e from'path';import{kebabCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a116c(){const q=['\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','5rwfiBM','template','(((.+)+)+)+$','create','9895220BLqIzt','layouts','334yGnKvt','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','12gGHqCk','engines','graphql','test/test.js','template/template.css','@apollo/client','.app-tests.js','error','findAppDirectory','force','import\x20\x27./','toString','cssCaseName','cfg','pkg','dir','fileName','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','assign','pages','9gIhZbO','search','Creating\x20','scaffold','none','2395368oIIhdx','constructor','8321999LkTQGV','findProjectDirectory','@apollo/client\x20isomorphic-fetch','notice','components','.css','1459704eAHFYo','2909VvWgYT','15923523jHZypH','relative','hooks','checkNpmPackage','apollo','injectAtBeginningOfFile','setTemplate','resourceName','react','616636VsOXMs','warn','features','/imports/ui/','css','hook','apply','baseDir','fsi','withTranslations','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','string','/imports/ui/components'];a116c=function(){return q;};return a116c();}Generator[a116o(0x169)]({'name':a116o(0x19f),'aliases':['h'],'checkWhere':![],'usage':a116o(0x161),'shortDesc':a116o(0x17f),'mustBeInMakaProject':!![],'validOpts':[{'name':a116o(0x1a1),'values':[a116o(0x193),a116o(0x18d),a116o(0x181),a116o(0x16b)]},{'name':a116o(0x177),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':a116o(0x164)},async function(a,b){const p=a116o;Log[p(0x18c)](p(0x184)+b[p(0x198)]+'\x20hook...');try{await this[p(0x17c)][p(0x194)](p(0x199),{'shouldInstall':!![]});const c=this[p(0x1a2)][p(0x176)](),d=b[p(0x1a1)]?p(0x19d)+b[p(0x1a1)]:p(0x163),f=this['scaffold']['pathFromApp']({'pathParts':[d,b[p(0x17d)],kebabCase(b[p(0x198)]),kebabCase(b[p(0x198)])]}),g=this['projectConfig'];typeof g[p(0x167)][p(0x19e)]===p(0x162)&&this[p(0x17b)][p(0x197)](p(0x19e),g[p(0x167)]['css']);g[p(0x16f)]['graphql']===p(0x195)&&!this[p(0x17c)][p(0x194)](p(0x173))&&(Log[p(0x19b)](p(0x16d)),await this[p(0x17c)]['installNpmPackage'](p(0x18b),{'cwd':c}));const h={'cssCaseName':kebabCase(b[p(0x198)]),'camelCaseName':camelCase(b[p(0x198)]),'className':pascalCase(b[p(0x198)]),'name':pascalCase(b['resourceName']),'graphql':g[p(0x16f)][p(0x170)],'theme':g[p(0x16f)]['theme'],'features':g[p(0x19c)],'myPath':a116e[p(0x192)](this[p(0x1a2)][p(0x18a)](),f),'fileName':kebabCase(b[p(0x198)]),'isComponent':![],'isLayout':![],'withTranslations':g['features'][p(0x160)]};await this['scaffold'][p(0x167)]({'srcPath':p(0x165),'destPath':f+'.js','context':h,'config':g,'framework':p(0x199),'force':b[p(0x177)]});g[p(0x167)][p(0x19e)]&&(await this['scaffold'][p(0x167)]({'srcPath':p(0x172),'destPath':f+p(0x18e),'context':Object[p(0x180)]({},h,{'className':h[p(0x17a)]}),'config':g,'force':b['force']}),await this[p(0x185)][p(0x196)]({'filePath':f+'.'+g[p(0x16f)]['js'],'content':p(0x178)+h['fileName']+'.'+g[p(0x16f)]['css']+'\x27;'}));g[p(0x16f)]['test']!==p(0x186)&&await this[p(0x185)][p(0x167)]({'srcPath':p(0x171),'destPath':f+p(0x174),'framework':p(0x199),'context':h,'config':g,'force':b[p(0x177)]});const i=b['dir']?'/'+b[p(0x17d)]+'/':'/',j=''+d+i+h[p(0x17e)]+'/'+h[p(0x17e)];await this[p(0x185)]['injectTemplateModule'](h['className'],g,j);}catch(k){Log[p(0x175)](k);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a117d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a117d(a,b){var c=a117c();return a117d=function(d,e){d=d-0x1c8;var f=c[d];return f;},a117d(a,b);}(function(a,b){var f=a117d,c=a();while(!![]){try{var d=-parseInt(f(0x1d2))/0x1+parseInt(f(0x1c9))/0x2*(parseInt(f(0x1c8))/0x3)+parseInt(f(0x1cf))/0x4*(parseInt(f(0x1d6))/0x5)+-parseInt(f(0x1ce))/0x6*(-parseInt(f(0x1d7))/0x7)+parseInt(f(0x1d4))/0x8*(parseInt(f(0x1cb))/0x9)+parseInt(f(0x1cd))/0xa+-parseInt(f(0x1d0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xcf361));function a117c(){var i=['27KwMgqv','(((.+)+)+)+$','8210440ZaHrjM','24WLbNlw','4IyGRuW','26288427kNYRkZ','constructor','1150129RJSoVe','apply','2884256OEpTJH','search','4393735kAvdwW','2172583CvufEn','109758ajcuJq','20dIsLOv','toString'];a117c=function(){return i;};return a117c();}var a117b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a117d;if(c){var e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){var h=a117d;return a117a['toString']()[h(0x1d5)]('(((.+)+)+)+$')[h(0x1ca)]()[h(0x1d1)](a117a)[h(0x1d5)](h(0x1cc));});a117a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x128))/0x1+-parseInt(f(0x124))/0x2*(-parseInt(f(0x12f))/0x3)+-parseInt(f(0x12e))/0x4*(parseInt(f(0x130))/0x5)+-parseInt(f(0x12b))/0x6*(parseInt(f(0x127))/0x7)+parseInt(f(0x12c))/0x8+-parseInt(f(0x126))/0x9+parseInt(f(0x12d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xd6c1b));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0x129)]()['search']('(((.+)+)+)+$')[h(0x129)]()[h(0x12a)](a118a)['search']('(((.+)+)+)+$');});a118a();function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x124;var f=c[d];return f;},a118d(a,b);}import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';function a118c(){var i=['315036sAAtpe','6137866zgdRCl','574531NuOitR','toString','constructor','12SAFSBr','4232152hNYfnO','24510510nOolJd','20cMgbPM','33MzdBiR','1176755OENUMC','52814BRusir','apply'];a118c=function(){return i;};return a118c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a119h=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a119h=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x19f))/0x1*(-parseInt(f(0x193))/0x2)+parseInt(f(0x1a4))/0x3*(-parseInt(f(0x19e))/0x4)+-parseInt(f(0x194))/0x5+-parseInt(f(0x1a0))/0x6*(parseInt(f(0x19c))/0x7)+-parseInt(f(0x1a3))/0x8+parseInt(f(0x197))/0x9*(-parseInt(f(0x198))/0xa)+parseInt(f(0x192))/0xb*(parseInt(f(0x196))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xd4bb9));const a119b=(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;};}()),a119a=a119b(this,function(){const g=a119d;return a119a[g(0x19d)]()[g(0x1a1)](g(0x1a2))[g(0x19d)]()['constructor'](a119a)[g(0x1a1)](g(0x1a2));});a119a();import{Generator}from'../../../generator.js';function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x192;let f=c[d];return f;},a119d(a,b);}function a119c(){const i=['3hoZRom','auth','11Jkzwfq','504194QBLzqD','8540815GoCuPn','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','75377592riRDUZ','3279618cVthMI','10ZgPnAv','create','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','maka\x20g:kit:a','215432ElQdqy','toString','1122372yxYMDC','1wxkntt','240dHVMiL','search','(((.+)+)+)+$','12590544obZERw'];a119c=function(){return i;};return a119c();}import a119e from'../kit.js';const AuthGen=Generator[a119h(0x199)]({'name':a119h(0x1a5),'aliases':['a'],'usage':a119h(0x195),'shortDesc':a119h(0x19a),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a119h(0x19b)],'description':'\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20'},async function(){throw'NIE';},async function(){},a119e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a120u=a120d;function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x167;let f=c[d];return f;},a120d(a,b);}(function(a,b){const s=a120d,c=a();while(!![]){try{const d=-parseInt(s(0x193))/0x1*(-parseInt(s(0x171))/0x2)+parseInt(s(0x179))/0x3*(parseInt(s(0x170))/0x4)+parseInt(s(0x19a))/0x5*(parseInt(s(0x168))/0x6)+parseInt(s(0x187))/0x7+-parseInt(s(0x184))/0x8+parseInt(s(0x190))/0x9*(parseInt(s(0x176))/0xa)+parseInt(s(0x18d))/0xb*(-parseInt(s(0x17a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0xdf493));const a120b=(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;};}()),a120a=a120b(this,function(){const t=a120d;return a120a['toString']()[t(0x18c)](t(0x18f))[t(0x1a2)]()[t(0x19f)](a120a)[t(0x18c)](t(0x18f));});a120a();import a120e from'path';import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120f from'./auth.generator.js';import a120g from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120u(0x1a7)]({'name':a120u(0x16d),'aliases':['m'],'usage':a120u(0x188),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':[a120u(0x199)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines[a120u(0x175)]},'description':a120u(0x19b)},async function(a,b){const v=a120u,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[v(0x199)]||![];await d[v(0x19e)]([v(0x19d)],{'shouldInstall':!![]});const i=c[v(0x194)](),j=c['findAppDirectory'](),k=g[v(0x189)][v(0x1a1)]===v(0x16d);await a120g['processAndRunGenerator']('kit:auth:provider',[],{'force':h,'cwd':i,'config':g}),await a120g['processAndRunGenerator']('publish',['auth/roles'],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a120e[v(0x182)](v(0x18e)),m=k?v(0x195):v(0x1a3),n=f[v(0x1a0)]({'pathParts':[m,'','',v(0x173)]});await f[v(0x169)]({'srcPath':v(0x16b),'destPath':n+v(0x198),'framework':v(0x17c),'context':{},'config':g,'force':h,'ignore':![]});const o=f[v(0x1a0)]({'pathParts':[m,'','','authentication-provider']}),p=g[v(0x189)]['js'];await f[v(0x1a6)]({'filePath':o+'.'+p,'importName':v(0x16e),'modulePath':k?v(0x177):v(0x1a8),'isNamedExport':![]}),await f[v(0x16a)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x17b),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':v(0x186),'begin':v(0x18b),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':v(0x196),'begin':v(0x185),'replace':!![]}),await f[v(0x16a)]({'filePath':o+'.'+p,'content':v(0x181),'begin':'const\x20deauthenticateUser','replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x197),'replace':!![]}),await f[v(0x16a)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x17e),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x1a9),'replace':!![]});k&&(await f['injectImport']({'filePath':o+'.'+p,'importName':v(0x191),'modulePath':v(0x17f),'isNamedExport':!![]}),await f[v(0x16c)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x167),'end':v(0x18a)}));await f[v(0x1a6)]({'filePath':l,'importName':'Meteor','modulePath':v(0x178),'isNamedExport':!![],'injectAtStart':!![]}),await f[v(0x16a)]({'filePath':l,'content':v(0x192),'begin':v(0x17d),'replace':!![]});const q=f[v(0x1a0)]({'pathParts':[v(0x172),v(0x1a4),v(0x19c),'index']});await f[v(0x1a6)]({'filePath':q+'.'+p,'importName':v(0x174),'modulePath':v(0x16f),'isNamedExport':!![]}),await f[v(0x16a)]({'filePath':q+'.'+p,'content':v(0x183),'begin':v(0x1a5),'replace':!![]});}catch(r){Log[v(0x180)](r),process['exit'](0x1);}},async function(){},a120f);function a120c(){const w=['react','Meteor.publish','const\x20registerNewUser','meteor/maka:react-tracker','error','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','normalize','\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','10574232cohUmU','const\x20getUserAuthorizations','\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','7939113ScWlRs','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','engines','useEffect\x5c(','const\x20authenticateToken','search','22UYQifI','/imports/startup/server/publications/auth/roles.js','(((.+)+)+)+$','369gdTrYB','useTracker','\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','118519yVYFgX','findProjectDirectory','/imports/startup/lib','\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','const\x20sendForgotPasswordEmail','.js','force','5fZqlIs','\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','server','accounts-password','checkMeteorPackage','constructor','pathFromApp','ssr','toString','/imports/startup/client','startup','Meteor.startup','injectImport','create','/imports/startup/client/authentication-service','const\x20resetPasswordWithToken','export\x20const\x20AuthProvider','8697156bzUyDV','template','injectIntoCodeBlock','kit/auth/service/meteor-auth-service.js','injectIntoFile','meteor','AuthService','meteor/accounts-base','204664XoxaTR','2eHAGtY','imports','authentication-service','Accounts','REACT','39980nJxCNP','/imports/startup/lib/authentication-service','meteor/meteor','12tuQECI','5006568XLvsmL','const\x20authenticateUser'];a120c=function(){return w;};return a120c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x86;let f=c[d];return f;},a121d(a,b);}function a121c(){const y=['create','/imports/startup/client/index','REACT','ssr','/routes','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','<AppRoutes\x20history={history}/>','</AuthProvider>','injectAroundString','const\x20useAuth','194850dgjwIK','/imports/startup/client/authentication-provider','search','pathFromApp','<AppRoutes\x20/>','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useAuth();\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<div>Loading...</div>;\x0a\x20\x20\x20\x20\x20\x20return\x20(currentUser)\x20?\x20<Outlet/>\x20:\x20<Navigate\x20to=\x22/login\x22\x20/>;\x0a\x20\x20\x20\x20\x20\x20','168400iNIKzt','/imports/startup/client','force','498594TrkYWd','exit','split','injectIntoCodeBlock','injectImport','constructor','\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','bright','AuthContext','function\x20useAuth','<AuthProvider>','error','AuthProvider','(((.+)+)+)+$','engines','useContext','/imports/startup/lib/authentication-provider','const\x20PrivateRoute','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20return\x20{\x20currentUser,\x20loading\x20};\x0a\x20\x20\x20\x20\x20\x20','toString','template','7mmKYJb','.js','1060840EipXuF','scaffold','505452NRiqDi','react','kit/auth/provider/authentication-provider.js','97174cUKJqe','930276lIanqe'];a121c=function(){return y;};return a121c();}const a121w=a121d;(function(a,b){const u=a121d,c=a();while(!![]){try{const d=-parseInt(u(0x8b))/0x1+-parseInt(u(0x97))/0x2+parseInt(u(0xa0))/0x3+parseInt(u(0x88))/0x4+parseInt(u(0x9d))/0x5+-parseInt(u(0x8c))/0x6+-parseInt(u(0xb5))/0x7*(-parseInt(u(0x86))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x1aa91));const a121b=(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;};}()),a121a=a121b(this,function(){const v=a121d;return a121a[v(0xb3)]()[v(0x99)](v(0xad))[v(0xb3)]()[v(0xa5)](a121a)[v(0x99)](v(0xad));});a121a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a121e from'./auth.generator.js';import{capitalCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a121w(0x8d)]({'name':'provider','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':a121w(0x92),'validOpts':[a121w(0x9f)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a121w(0x8f)]},'description':a121w(0xa6)},async function(a,b){const x=a121w;try{const c=b[x(0x9f)]||![];Log[x(0xa7)]('Creating\x20an\x20AuthProvider\x20and\x20AuthContext');const {projectConfig:d}=this,f=d[x(0xae)][x(0x90)]==='meteor',g={'name':capitalCase(d['appName'])},h=f?'/imports/startup/lib':x(0x9e),i=this['scaffold'][x(0x9a)]({'pathParts':[h,'','','authentication-provider']});await this[x(0x87)][x(0xb4)]({'srcPath':x(0x8a),'destPath':i+x(0xb6),'framework':x(0x89),'context':g,'config':d,'force':c,'ignore':![]});const j=d['engines']['js'],k=h+x(0x91),l=k['split']('/'),m=this['scaffold'][x(0x9a)]({'pathParts':l});await this['scaffold'][x(0xa4)]({'filePath':m+'.'+j,'importName':x(0xa8),'modulePath':f?x(0xb0):x(0x98),'isNamedExport':!![]}),await this[x(0x87)][x(0xa4)]({'filePath':m+'.'+j,'importName':x(0xaf),'modulePath':x(0x89),'isNamedExport':!![],'injectAtStart':!![]}),await this[x(0x87)][x(0xa3)]({'filePath':m+'.'+j,'content':x(0xb2),'begin':[x(0x96),x(0xa9)],'replace':!![]}),await this[x(0x87)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':x(0x9c),'begin':[x(0xb1)],'replace':!![]});const n=x(0x8e),o=n[x(0xa2)]('/'),p=this['scaffold'][x(0x9a)]({'pathParts':o});await this[x(0x87)][x(0xa4)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?x(0xb0):x(0x98),'isNamedExport':!![]}),await this[x(0x87)][x(0x95)]({'filePath':p+'.'+j,'aboveContent':x(0xaa),'belowContent':x(0x94),'targetString':x(0x9b),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q['split']('/'),s=this[x(0x87)]['pathFromApp']({'pathParts':r});await this['scaffold']['injectImport']({'filePath':s+'.'+j,'importName':x(0xac),'modulePath':f?x(0xb0):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[x(0x87)][x(0x95)]({'filePath':s+'.'+j,'aboveContent':x(0xaa),'belowContent':x(0x94),'targetString':x(0x93),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0xab)](t),process[x(0xa1)](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x1b3))/0x1*(-parseInt(f(0x1b5))/0x2)+-parseInt(f(0x1a8))/0x3*(parseInt(f(0x1aa))/0x4)+-parseInt(f(0x1b7))/0x5*(-parseInt(f(0x1ae))/0x6)+-parseInt(f(0x1b0))/0x7+parseInt(f(0x1ab))/0x8*(parseInt(f(0x1b1))/0x9)+-parseInt(f(0x1ac))/0xa+parseInt(f(0x1ad))/0xb*(parseInt(f(0x1af))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xad8a9));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x1a7)]()[h(0x1b6)](h(0x1a9))['toString']()[h(0x1b4)](a122a)[h(0x1b6)](h(0x1a9));});a122a();import'./esri.generator.js';import'./map.esri.gen.js';function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x1a7;var f=c[d];return f;},a122d(a,b);}function a122c(){var i=['7166920GauyjD','22wvbKbd','7435410kVNivt','2685408wZJTop','4559884omoFKX','7018056rHvHPM','apply','839rGgEGM','constructor','1738kQuKAy','search','5pYsfhj','toString','3350247aOgHMy','(((.+)+)+)+$','4vQRuOE','8wYzVke'];a122c=function(){return i;};return a122c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123h=a123d;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a123d(a,b);}(function(a,b){const f=a123d,c=a();while(!![]){try{const d=parseInt(f(0x1cc))/0x1+-parseInt(f(0x1ce))/0x2*(parseInt(f(0x1c0))/0x3)+parseInt(f(0x1c5))/0x4+parseInt(f(0x1ca))/0x5*(parseInt(f(0x1c9))/0x6)+-parseInt(f(0x1cd))/0x7*(-parseInt(f(0x1c2))/0x8)+-parseInt(f(0x1bd))/0x9+parseInt(f(0x1c8))/0xa*(-parseInt(f(0x1c1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1e032));const a123b=(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;};}()),a123a=a123b(this,function(){const g=a123d;return a123a[g(0x1c4)]()[g(0x1bb)]('(((.+)+)+)+$')[g(0x1c4)]()['constructor'](a123a)[g(0x1bb)](g(0x1c3));});a123a();function a123c(){const j=['352cVdcof','(((.+)+)+)+$','toString','77108WBDmyl','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','330NvrLTM','1938bppDGM','355LKiWjk','/foo','156074KJHSlg','28049OphuXw','980sLnqAX','maka\x20g:kit:e','Esri\x20Kit\x20generated\x20successfully','search','create','618309IBgZwj','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','/foo/bar','747xwCWsQ','20317TGQpey'];a123c=function(){return j;};return a123c();}import{Generator}from'../../../generator.js';import a123e from'../kit.js';const EsriGen=Generator[a123h(0x1bc)]({'name':a123h(0x1c6),'aliases':['e'],'usage':a123h(0x1be),'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a123h(0x1b9)],'description':a123h(0x1c7)},async function(){const i=a123h;return{'success':!![],'message':i(0x1ba),'details':{'filesCreated':[i(0x1bf)],'filesUpdated':[i(0x1cb)]}};},async function(){},a123e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a124u=a124d;(function(a,b){const s=a124d,c=a();while(!![]){try{const d=-parseInt(s(0x11a))/0x1+-parseInt(s(0x11b))/0x2*(parseInt(s(0x115))/0x3)+-parseInt(s(0x12b))/0x4*(parseInt(s(0x11e))/0x5)+-parseInt(s(0x10f))/0x6*(-parseInt(s(0x124))/0x7)+parseInt(s(0x10c))/0x8*(parseInt(s(0x117))/0x9)+-parseInt(s(0x121))/0xa+parseInt(s(0x11f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x8cd79));const a124b=(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;};}()),a124a=a124b(this,function(){const t=a124d;return a124a[t(0x125)]()['search'](t(0x120))[t(0x125)]()[t(0x11c)](a124a)['search']('(((.+)+)+)+$');});a124a();function a124c(){const w=['NONE','419728FLtZxO','22AtARRl','constructor','esri-loader','40505epuDsQ','16984858Qebzos','(((.+)+)+)+$','910310VeIzkK','injectTemplateModule','processAndRunGenerator','2030154btjaJv','toString','dir','appName','Generate\x20an\x20Esri\x20map\x20component','Generating\x20a\x20map\x20component','<div\x20id=\x22map\x22>','84zpqLbg','template','pathFromApp','react','/imports/startup/client/templates','@esri/react-arcgis','create','ssr','injectIntoFile','/imports/startup/lib/templates','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','checkNpmPackage','REACT','map','</div>','112gUHenD','error','/imports/ui/','6sbrHVY','findProjectDirectory','/imports/ui/hooks','injectImport','.js','meteor','175917GExmsC','kit/esri/map/','44163JlRscR','baseDir'];a124c=function(){return w;};return a124c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a124e from'./esri.generator.js';import a124f from'../../../generators/maka.gen.js';import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x105;let f=c[d];return f;},a124d(a,b);}Generator[a124u(0x131)]({'name':a124u(0x10a),'aliases':['m'],'usage':a124u(0x107),'shortDesc':a124u(0x128),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a124u(0x109)],'ssr':SsrEngines[a124u(0x119)]},'description':'\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'},async function(a,b){const v=a124u;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log['bright'](v(0x129));const h='basic-map';await f[v(0x108)]([v(0x130),v(0x11d)],{'shouldInstall':!![]});const i=d[v(0x110)](),j=c['engines'][v(0x132)]===v(0x114),k=await a124f[v(0x123)]('page',['map'],{'cwd':i,'config':c}),l={'name':capitalCase(c[v(0x127)])['replaceAll']('-','\x20'),'componentName':pascalCase(h)},m=b[v(0x118)]?v(0x10e)+b[v(0x118)]:v(0x111),n=g['pathFromApp']({'pathParts':[m,b[v(0x126)],kebabCase(h),kebabCase(h)]});await g[v(0x12c)]({'srcPath':v(0x116)+h+v(0x113),'destPath':n+v(0x113),'framework':v(0x12e),'context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[v(0x126)]+'/'+h+'/'+h;await g[v(0x122)](h,c,o);const p=k['split']('/'),q=g[v(0x12d)]({'pathParts':p});await g[v(0x112)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?v(0x106):v(0x12f),'isNamedExport':!![]}),await g[v(0x105)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[v(0x12a),v(0x12a)],'end':[v(0x10b)],'replace':!![]});}catch(r){Log[v(0x10d)](r),process['exit'](0x1);}},async function(){},a124e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125h=a125d;(function(a,b){const f=a125d,c=a();while(!![]){try{const d=parseInt(f(0x1eb))/0x1+parseInt(f(0x1e2))/0x2*(parseInt(f(0x1e6))/0x3)+-parseInt(f(0x1ec))/0x4*(-parseInt(f(0x1ef))/0x5)+parseInt(f(0x1e8))/0x6*(-parseInt(f(0x1ea))/0x7)+parseInt(f(0x1e7))/0x8+parseInt(f(0x1ee))/0x9+-parseInt(f(0x1f2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa3d24));const a125b=(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;};}()),a125a=a125b(this,function(){const g=a125d;return a125a[g(0x1ed)]()[g(0x1e3)](g(0x1e4))[g(0x1ed)]()[g(0x1f1)](a125a)[g(0x1e3)](g(0x1e4));});a125a();function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a125d(a,b);}import{Generator}from'../../generator.js';const KitGen=Generator[a125h(0x1f3)]({'name':'kit','aliases':['k'],'usage':a125h(0x1e9),'shortDesc':a125h(0x1e5),'minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':[a125h(0x1f0),'maka\x20g:k']},async function(){});function a125c(){const i=['(((.+)+)+)+$','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','6uzeBic','1571488xVNdXt','6iURUcG','maka\x20{generate,\x20g}:{kit}\x20<name>','6234389KILRoU','614575zmXwzH','12sNMWpd','toString','8584686HcYjTa','6390ZQrzIQ','maka\x20g:kit','constructor','8188260AWMpRJ','create','611766kEKWVi','search'];a125c=function(){return i;};return a125c();}export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xbc))/0x1+parseInt(f(0xbe))/0x2+-parseInt(f(0xbd))/0x3+-parseInt(f(0xb7))/0x4+-parseInt(f(0xbf))/0x5*(-parseInt(f(0xc0))/0x6)+-parseInt(f(0xb8))/0x7+parseInt(f(0xbb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x2d136));function a126c(){var i=['339327tYXVNk','728748uhkKyC','431912Nnnhea','909785gzvKue','6toxFQi','apply','(((.+)+)+)+$','constructor','787360lpKCxe','1515745vcSOHw','toString','search','6258680uORpGp'];a126c=function(){return i;};return a126c();}var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0xb9)]()[h(0xba)](h(0xb5))[h(0xb9)]()[h(0xb6)](a126a)[h(0xba)]('(((.+)+)+)+$');});a126a();import'./mui.generator.js';function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xb5;var f=c[d];return f;},a126d(a,b);}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127K=a127d;function a127c(){const N=['(((.+)+)+)+$','basic-login-page','error','force','3987770TETBLH','maka\x20generate:kit:mui:auth','layouts','basic-register-page','meteor','3155901csQXvQ','4BkYQxV','REACT','forgot-password','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','processAndRunGenerator','.js','ssr','36UNKeQC','MATERIAL','logout','18akZvTb','constructor','toString','appName','pathFromApp','auth','Cleaning\x20up...','injectImport','custom','dir','AuthContext','Meteor\x20Accounts','kit/mui/auth/register/','template','203594gFjRoy','kit/mui/auth/logout/','1570135xGjNel','search','maka\x20g:k:m:a','baseDir','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','kit/mui/auth/password-reset/','/imports/startup/lib/authentication-provider','2174228mvshHR','react','kit:auth:provider','3431854LcpBkJ','basic-logout-page','basic-password-reset-page','engines','Custom\x20(roll\x20your\x20own)','exit','login','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','8322432hVPWAd','basic-forgot-password-page','/imports/ui/','reset-password/:token','route','kit/mui/auth/login/','split','/imports/startup/client/authentication-provider','injectTemplateModule','findProjectDirectory','kit:auth:meteor'];a127c=function(){return N;};return a127c();}(function(a,b){const I=a127d,c=a();while(!![]){try{const d=-parseInt(I(0x18e))/0x1+-parseInt(I(0x19a))/0x2+-parseInt(I(0x1b6))/0x3*(-parseInt(I(0x1b7))/0x4)+-parseInt(I(0x190))/0x5*(-parseInt(I(0x1c1))/0x6)+parseInt(I(0x197))/0x7+-parseInt(I(0x1a2))/0x8+-parseInt(I(0x1be))/0x9*(-parseInt(I(0x1b1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xe579f));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const J=a127d;return a127a['toString']()[J(0x191)]('(((.+)+)+)+$')[J(0x182)]()[J(0x1c2)](a127a)[J(0x191)](J(0x1ad));});a127a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a127e from'../../../generators/maka.gen.js';import a127f from'./mui.generator.js';import{kebabCase,capitalCase}from'change-case';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x182;let f=c[d];return f;},a127d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a127K(0x185),'aliases':['a'],'usage':a127K(0x194),'shortDesc':a127K(0x1ba),'validOpts':[a127K(0x1b3),a127K(0x1b0)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a127K(0x1bf)],'client':ClientEngines[a127K(0x1b8)]},'examples':[a127K(0x1b2),a127K(0x192)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20'},async function(a,b){const L=a127K;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b[L(0x1b0)]||![],h=d[L(0x1ab)](),i=await Actions['select']({'name':'authType','message':L(0x1a1),'choices':[{'name':L(0x18b),'value':L(0x1b5)},{'name':L(0x19e),'value':'custom'}]}),j=L(0x1ae),k=L(0x19b),l='basic-register-page',m=L(0x19c),n=L(0x1a3),o=b[L(0x193)]?L(0x1a4)+b[L(0x193)]:'/imports/ui/pages/auth',p=f['pathFromApp']({'pathParts':[o,b['dir'],kebabCase(j),kebabCase(j)]}),q=f[L(0x184)]({'pathParts':[o,b[L(0x189)],kebabCase(k),kebabCase(k)]}),r=f[L(0x184)]({'pathParts':[o,b[L(0x189)],kebabCase(l),kebabCase(l)]}),s=f['pathFromApp']({'pathParts':[o,b['dir'],kebabCase(m),kebabCase(m)]}),t=f[L(0x184)]({'pathParts':[o,b[L(0x189)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[L(0x183)])};await f['template']({'srcPath':L(0x1a7)+j+L(0x1bc),'destPath':p+L(0x1bc),'framework':L(0x198),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x18d)]({'srcPath':L(0x18f)+k+L(0x1bc),'destPath':q+L(0x1bc),'framework':L(0x198),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x18d)]({'srcPath':L(0x18c)+l+'.js','destPath':r+L(0x1bc),'framework':L(0x198),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x18d)]({'srcPath':L(0x195)+m+L(0x1bc),'destPath':s+L(0x1bc),'framework':L(0x198),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x18d)]({'srcPath':'kit/mui/auth/forgot-password/'+n+L(0x1bc),'destPath':t+L(0x1bc),'framework':L(0x198),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[L(0x189)]+'/'+j+'/'+j;await f[L(0x1aa)](j,c,v);const w=''+o+b[L(0x189)]+'/'+k+'/'+k;await f[L(0x1aa)](k,c,w);const x=''+o+b[L(0x189)]+'/'+l+'/'+l;await f[L(0x1aa)](l,c,x);const y=''+o+b['dir']+'/'+m+'/'+m;await f[L(0x1aa)](m,c,y);const z=''+o+b['dir']+'/'+n+'/'+n;await f[L(0x1aa)](n,c,z),await a127e[L(0x1bb)](L(0x1a6),[L(0x1ae)],{'route':L(0x1a0),'cwd':h,'config':c}),await a127e[L(0x1bb)](L(0x1a6),[L(0x19b)],{'route':L(0x1c0),'private':!![],'cwd':h,'config':c}),await a127e[L(0x1bb)](L(0x1a6),[L(0x1b4)],{'route':'register','cwd':h,'config':c}),await a127e[L(0x1bb)](L(0x1a6),[L(0x19c)],{'route':L(0x1a5),'cwd':h,'config':c}),await a127e['processAndRunGenerator'](L(0x1a6),['basic-forgot-password-page'],{'route':L(0x1b9),'cwd':h,'config':c});i===L(0x1b5)&&await a127e['processAndRunGenerator'](L(0x1ac),[],{'force':g,'cwd':h,'config':c});i===L(0x188)&&await a127e[L(0x1bb)](L(0x199),[],{'force':g,'cwd':h,'config':c});const A=c[L(0x19d)][L(0x1bd)]===L(0x1b5),B=c['engines']['js'],C=f[L(0x184)]({'pathParts':v[L(0x1a8)]('/')});await f[L(0x187)]({'filePath':C+'.'+B,'importName':L(0x18a),'modulePath':A?L(0x196):L(0x1a9),'isNamedExport':!![]});const D=f[L(0x184)]({'pathParts':w[L(0x1a8)]('/')});await f[L(0x187)]({'filePath':D+'.'+B,'importName':L(0x18a),'modulePath':A?L(0x196):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=f[L(0x184)]({'pathParts':x[L(0x1a8)]('/')});await f['injectImport']({'filePath':E+'.'+B,'importName':'AuthContext','modulePath':A?'/imports/startup/lib/authentication-provider':L(0x1a9),'isNamedExport':!![]});const F=f[L(0x184)]({'pathParts':y[L(0x1a8)]('/')});await f[L(0x187)]({'filePath':F+'.'+B,'importName':L(0x18a),'modulePath':A?L(0x196):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const G=f[L(0x184)]({'pathParts':z[L(0x1a8)]('/')});await f[L(0x187)]({'filePath':G+'.'+B,'importName':L(0x18a),'modulePath':A?L(0x196):'/imports/startup/client/authentication-provider','isNamedExport':!![]});}catch(H){Log[L(0x1af)](H),process[L(0x19f)](0x1);}},async function(){const M=a127K;console['log'](M(0x186));},a127f);export default a127f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-
|
|
1
|
+
function a128c(){const K=['.js','876UPQBCh','/imports/ui/components','create','Container','tsx','checkMeteorPackage','kit/mui/frame/app-bars/','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','<Outlet\x20/>','log','imports','injectTemplateModule','injectIntoFile','toString','12rjZwEU','@mui/material/Container','pathFromApp','(((.+)+)+)+$','engines','3149159LSLCoq','5784CpIzQs','697455biNGZY','basic-sticky-footer','/imports/startup/lib/templates','injectAroundString','93HmCneY','react','maka\x20generate:kit:mui:frame','join','Cleaning\x20up...','<div\x20id=\x22','@mui/material/Box','appName','REACT','jsx','775496kOhfKI','14VzxbGc','search','maka\x20g:k:m:f','maka:react-tracker','session','2362698QjDFRT','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','</div>','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','MATERIAL','<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>','60tudjmA','map','injectImport','length','meteor','checkbox','/imports/ui/','template','getFiles','error','ssr','<Outlet/>','force','layouts','basic-app-bar','-hook\x22>','46476vRZqZm','dir','80WyZFAq','apply','No\x20layouts\x20selected','baseDir','kit/mui/frame/drawers/','test','tests','15862byzIyw','constructor','/imports/startup/client/templates','\x20/>\x0a'];a128c=function(){return K;};return a128c();}const a128H=a128d;function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x154;let f=c[d];return f;},a128d(a,b);}(function(a,b){const E=a128d,c=a();while(!![]){try{const d=-parseInt(E(0x17b))/0x1*(-parseInt(E(0x15d))/0x2)+-parseInt(E(0x176))/0x3*(parseInt(E(0x162))/0x4)+-parseInt(E(0x156))/0x5*(parseInt(E(0x154))/0x6)+parseInt(E(0x186))/0x7*(-parseInt(E(0x185))/0x8)+parseInt(E(0x18b))/0x9+-parseInt(E(0x191))/0xa*(-parseInt(E(0x177))/0xb)+-parseInt(E(0x170))/0xc*(parseInt(E(0x175))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x613aa));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a128d;if(c){const e=c[F(0x157)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const G=a128d;return a128a[G(0x16f)]()[G(0x187)](G(0x173))['toString']()[G(0x15e)](a128a)[G(0x187)](G(0x173));});a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a128e from'path';import a128f from'./mui.generator.js';import{kebabCase,pascalCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a128H(0x164)]({'name':'frame','aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','shortDesc':a128H(0x18c),'validOpts':[a128H(0x19e),a128H(0x159),'dir',a128H(0x19d)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a128H(0x18f)],'client':ClientEngines[a128H(0x183)]},'examples':[a128H(0x17d),a128H(0x188)],'description':a128H(0x18e)},async function(a,b){const I=a128H,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b[I(0x19d)]||![],i=I(0x19f),j='basic-drawer',k=I(0x178),l=c[I(0x174)][I(0x19b)]===I(0x195);await f[I(0x167)]([I(0x18a),I(0x189)],{'shouldInstall':!![]});const m=d['findAppDirectory'](),n=a128e[I(0x17e)](m,I(0x16c),'ui','layouts'),o=d['getDirectories'](n),p=o[I(0x192)](z=>({'name':z,'value':z})),q=await Actions[I(0x196)]({'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','name':I(0x19e),'choices':p});if(q[I(0x194)]===0x0){Log[I(0x19a)](I(0x158));return;}const r=b[I(0x159)]?I(0x197)+b[I(0x159)]:I(0x163),s=g[I(0x172)]({'pathParts':[r,b[I(0x155)],kebabCase(i),kebabCase(i)]}),t=g[I(0x172)]({'pathParts':[r,b[I(0x155)],kebabCase(j),kebabCase(j)]}),u=g[I(0x172)]({'pathParts':[r,b[I(0x155)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[I(0x182)])};await g[I(0x198)]({'srcPath':I(0x168)+i+I(0x161),'destPath':s+I(0x161),'framework':I(0x17c),'context':v,'config':c,'force':h,'ignore':![]}),await g['template']({'srcPath':I(0x15a)+j+'.js','destPath':t+I(0x161),'framework':I(0x17c),'context':v,'config':c,'force':h,'ignore':![]}),await g['template']({'srcPath':'kit/mui/frame/footers/'+k+I(0x161),'destPath':u+I(0x161),'framework':I(0x17c),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[I(0x155)]+'/'+i+'/'+i;await g['injectTemplateModule'](i,c,w);const x=''+r+b[I(0x155)]+'/'+j+'/'+j;await g[I(0x16d)](j,c,x);const y=''+r+b[I(0x155)]+'/'+k+'/'+k;await g[I(0x16d)](k,c,y);for(const z of q){const A=d[I(0x199)](a128e[I(0x17e)](n,z),{'extensions':[I(0x184),I(0x166)],'omit':['app-tests',I(0x15c),I(0x15b)]});for(const B of A){const C=a128e['join'](n,z,B);await g[I(0x193)]({'filePath':C,'importName':'Box','modulePath':I(0x181),'isNamedExport':![]}),await g[I(0x193)]({'filePath':C,'importName':I(0x165),'modulePath':I(0x171),'isNamedExport':![]}),await g['injectImport']({'filePath':C,'importName':pascalCase(i),'modulePath':l?I(0x179):I(0x15f),'isNamedExport':!![]}),await g[I(0x16e)]({'filePath':C,'content':'<'+pascalCase(i)+I(0x160),'begin':[I(0x180)+z+'\x22>',I(0x180)+z+'-hook\x22>'],'end':['<Outlet/>','<Outlet\x20/>']}),await g[I(0x193)]({'filePath':C,'importName':pascalCase(j),'modulePath':l?I(0x179):I(0x15f),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(j)+I(0x160),'begin':['<div\x20id=\x22'+z+'\x22>',I(0x180)+z+I(0x1a0)],'end':[I(0x19c),'<Outlet\x20/>']}),await g[I(0x16e)]({'filePath':C,'content':'<'+pascalCase(k)+I(0x160),'begin':[I(0x19c),I(0x16a)],'end':[I(0x18d)]}),await g[I(0x193)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?I(0x179):I(0x15f),'isNamedExport':!![]}),await g[I(0x17a)]({'filePath':C,'aboveContent':I(0x190),'belowContent':I(0x169),'targetString':[I(0x19c),'<Outlet\x20/>'],'targetIndentAdjustment':0x6});}}}catch(D){Log[I(0x19a)](D);}},async function(){const J=a128H;console[J(0x16b)](J(0x17f));},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129i=a129d;(function(a,b){const g=a129d,c=a();while(!![]){try{const d=parseInt(g(0x115))/0x1*(parseInt(g(0x129))/0x2)+-parseInt(g(0x11e))/0x3*(-parseInt(g(0x12c))/0x4)+-parseInt(g(0x105))/0x5*(parseInt(g(0x12a))/0x6)+-parseInt(g(0x123))/0x7+-parseInt(g(0x10e))/0x8+-parseInt(g(0x11c))/0x9+parseInt(g(0x12b))/0xa*(parseInt(g(0x11b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xaee81));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x109)]()[h(0x111)]('(((.+)+)+)+$')[h(0x109)]()[h(0x10a)](a129a)[h(0x111)](h(0x116));});a129a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';function a129c(){const k=['5NxEDfE','(((.+)+)+)+$','auth','info','maka\x20g:kit:m','length','55lsrZGZ','11383272myXEdv','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','3ChAZlP','Material-UI\x20Kit','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','\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','notice','168994HahDGd','error','includes','frame','create','getMakaProjectConfig','493226oEEDFW','2964OWHerJ','1622020wcVeuQ','4611412SankWX','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','680KniHsr','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','fsi','kit:mui:frame','toString','constructor','mui','kit:mui:auth','No\x20MUI\x20kits\x20selected.\x20Exiting.','8995016ErSAUf','checkbox','Header,\x20Footer,\x20and\x20Drawer','search','kitChoices','exit','processAndRunGenerator'];a129c=function(){return k;};return a129c();}function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x105;let f=c[d];return f;},a129d(a,b);}import{Log}from'../../../tools/log/log.class.js';import a129e from'../../../generators/maka.gen.js';import a129f from'../kit.js';const MuiGen=Generator[a129i(0x127)]({'name':a129i(0x10b),'aliases':['m'],'usage':a129i(0x12d),'resourceNameRequired':![],'shortDesc':a129i(0x11f),'validOpts':[''],'isPro':!![],'examples':[a129i(0x119)]},async function(){const j=a129i;try{Log[j(0x118)](j(0x11d)),Log[j(0x122)](j(0x121));const a=await Actions[j(0x10f)]({'message':j(0x120),'name':j(0x112),'choices':[{'name':j(0x110),'value':j(0x126)},{'name':j(0x106),'value':j(0x117)}]}),b=this[j(0x107)]['findProjectDirectory'](),c=this['cfg'][j(0x128)]();a[j(0x125)](j(0x126))&&await a129e[j(0x114)](j(0x108),[],{'force':!![],'cwd':b,'config':c});a[j(0x125)](j(0x117))&&await a129e[j(0x114)](j(0x10c),[],{'force':!![],'cwd':b,'config':c});if(a[j(0x11a)]===0x0){Log[j(0x118)](j(0x10d));return;}}catch(d){Log[j(0x124)](d),process[j(0x113)](0x1);}},async function(){},a129f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130r=a130d;function a130c(){const t=['import\x20\x27./','42696ZSdZQO','setTemplate','template/template.css','778DGANZl','hook/hook.js','none','.css','engines','withHooks','injectTemplateModule','3771798ggMOXG','resourceName','.js','assign','12077769hqPlMK','(((.+)+)+)+$','split','/imports/ui/layouts','fileName','theme','pathFromApp','322YWgidD','maka\x20g:l\x20web/safari','dir','findAppDirectory','template','4762472ZKCdzq','1747kqZHaT','test/test.js','features','className','warn','string','maka\x20g:layout\x20mobile/iPhone8','.app-tests.js','component/component.js','create','10sxdown','search','css','withTranslations','1075SBmNTR','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','graphql','withHook','test','findProjectDirectory','api','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','constructor','react','installNpmPackage','1038762FBfmuS','checkNpmPackage','4744dTnlhx','relative'];a130c=function(){return t;};return a130c();}function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x10b;let f=c[d];return f;},a130d(a,b);}(function(a,b){const p=a130d,c=a();while(!![]){try{const d=-parseInt(p(0x12d))/0x1*(-parseInt(p(0x115))/0x2)+parseInt(p(0x11c))/0x3+parseInt(p(0x10f))/0x4*(-parseInt(p(0x13b))/0x5)+-parseInt(p(0x112))/0x6*(parseInt(p(0x127))/0x7)+parseInt(p(0x12c))/0x8+parseInt(p(0x10d))/0x9*(-parseInt(p(0x137))/0xa)+-parseInt(p(0x120))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xb3cb3));const a130b=(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;};}()),a130a=a130b(this,function(){const q=a130d;return a130a['toString']()[q(0x138)](q(0x121))['toString']()[q(0x143)](a130a)[q(0x138)]('(((.+)+)+)+$');});a130a();import a130e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];Generator[a130r(0x136)]({'name':'layout','aliases':aliases,'usage':a130r(0x13c),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':[a130r(0x133),a130r(0x128)]},async function(a,b){const s=a130r,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=s(0x123),i=d[s(0x12a)](),j=g[s(0x126)]({'pathParts':[h,b[s(0x129)],kebabCase(b['resourceName']),kebabCase(b[s(0x11d)])]});typeof c[s(0x12b)][s(0x13f)]===s(0x132)&&e[s(0x113)](s(0x13f),c['template']['test']);typeof c[s(0x12b)]['css']===s(0x132)&&e[s(0x113)]('css',c[s(0x12b)][s(0x139)]);typeof c[s(0x12b)]['js']==='string'&&e[s(0x113)]('js',c['template']['js']);const k=b['_']?b['_'][0x0][s(0x122)](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[s(0x10e)]('ramda')&&(Log[s(0x131)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f[s(0x10c)]('ramda',{'cwd':i}));if(l&&!f[s(0x10e)](s(0x10b))){Log['warn'](s(0x142));return;}const m={'name':pascalCase(b[s(0x11d)]),'myPath':a130e[s(0x110)](d[s(0x140)](),j),'cssCaseName':kebabCase(b[s(0x11d)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[s(0x11d)]),'fileName':kebabCase(b['resourceName']),'graphql':c[s(0x119)][s(0x13d)],'features':c[s(0x12f)],'client':c[s(0x119)]['client'],'api':c[s(0x119)][s(0x141)],'ssr':c[s(0x119)]['ssr'],'test':c['engines']['test'],'theme':c['engines'][s(0x125)],'isComponent':![],'isLayout':!![],'withTranslations':c[s(0x12f)][s(0x13a)]};c['features']?.[s(0x11a)]||b[s(0x13e)]?await g[s(0x12b)]({'srcPath':s(0x116),'destPath':j+s(0x11e),'framework':s(0x10b),'context':m,'config':c}):await g[s(0x12b)]({'srcPath':s(0x135),'destPath':j+s(0x11e),'framework':s(0x10b),'context':m,'config':c});c[s(0x119)]['test']!==s(0x117)&&await g[s(0x12b)]({'srcPath':s(0x12e),'destPath':j+s(0x134),'framework':s(0x10b),'context':m,'config':c});c[s(0x12b)][s(0x139)]&&(await g[s(0x12b)]({'srcPath':s(0x114),'destPath':j+s(0x118),'context':Object[s(0x11f)]({},m,{'className':kebabCase(b[s(0x11d)])}),'config':c}),await g['injectAtBeginningOfFile']({'filePath':j+'.'+c['engines']['js'],'content':s(0x111)+m[s(0x124)]+'.'+c[s(0x119)][s(0x139)]+'\x27;'}));const n=b[s(0x129)]?'/'+b[s(0x129)]+'/':'/',o=''+h+n+m[s(0x124)]+'/'+m[s(0x124)];await g[s(0x11b)](m[s(0x130)],c,o);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x183;let f=c[d];return f;},a131d(a,b);}const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x191))/0x1+parseInt(f(0x183))/0x2+-parseInt(f(0x18b))/0x3*(parseInt(f(0x193))/0x4)+parseInt(f(0x189))/0x5+-parseInt(f(0x18a))/0x6*(parseInt(f(0x190))/0x7)+-parseInt(f(0x186))/0x8*(-parseInt(f(0x18f))/0x9)+-parseInt(f(0x18d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x9a450));const a131b=(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;};}()),a131a=a131b(this,function(){const g=a131d;return a131a['toString']()[g(0x18e)](g(0x184))[g(0x194)]()['constructor'](a131a)[g(0x18e)]('(((.+)+)+)+$');});a131a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a131h(0x195),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':[a131h(0x18c),a131h(0x192),a131h(0x185),'maka\x20g:package\x20package:name',a131h(0x188),a131h(0x187),a131h(0x196)]},async function(){});export default MakaGen;function a131c(){const i=['maka\x20g:template\x20todos/todo_item','880208eDURfw','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','3227400uvYhmT','5910ejreoj','3XVYuNM','maka\x20generate:scaffold\x20todos','2591840LTekoW','search','27WMaJuN','1155cYkRfI','147448SbnEwF','maka\x20g:scaffold\x20todos','1438876PHQesU','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1170412asgiqM','(((.+)+)+)+$'];a131c=function(){return i;};return a131c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a132n=a132d;(function(a,b){const k=a132d,c=a();while(!![]){try{const d=parseInt(k(
|
|
1
|
+
const a132n=a132d;(function(a,b){const k=a132d,c=a();while(!![]){try{const d=parseInt(k(0xcb))/0x1+-parseInt(k(0xe1))/0x2+-parseInt(k(0xdb))/0x3+-parseInt(k(0xdd))/0x4*(-parseInt(k(0xd2))/0x5)+-parseInt(k(0xc6))/0x6*(-parseInt(k(0xd0))/0x7)+-parseInt(k(0xe5))/0x8*(parseInt(k(0xc0))/0x9)+-parseInt(k(0xe2))/0xa*(-parseInt(k(0xce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xa94f8));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a132d;if(c){const e=c[l(0xd7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const m=a132d;return a132a[m(0xcd)]()[m(0xda)](m(0xdc))['toString']()['constructor'](a132a)[m(0xda)]('(((.+)+)+)+$');});a132a();function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xc0;let f=c[d];return f;},a132d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator['create']({'name':a132n(0xd9),'aliases':['m'],'usage':a132n(0xd6),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':[a132n(0xdf)],'examples':[a132n(0xc1)]},async function(a,b){const o=a132n;try{const c=this[o(0xd8)],d=b[o(0xdf)]?'/'+b[o(0xdf)]+'/':'/',f=kebabCase(b['resourceName']),g={'name':b[o(0xde)],'fileName':f,'className':pascalCase(b[o(0xde)]),'camelCase':camelCase(b[o(0xde)]),'noRename':!![]};let h='js';c[o(0xd3)]['js']===o(0xcc)&&(h='ts');await this[o(0xc8)]['checkMeteorPackage']([o(0xc5),o(0xc3),o(0xd4)],{'shouldInstall':!![]}),await this[o(0xc7)][o(0xcf)]({'srcPath':o(0xe6),'destPath':this[o(0xc7)]['pathFromApp']({'pathParts':['imports',o(0xe3),b[o(0xe0)],o(0xca),d,f+'-rpc-method.'+h]}),'context':g,'config':c});const i=this['scaffold'][o(0xc9)]({'pathParts':[o(0xc4),o(0xe3),b[o(0xe0)],o(0xc2)+c['engines']['js']]});await this[o(0xc7)][o(0xe7)]({'filePath':i,'content':o(0xd5)+d+f+o(0xd1)});}catch(j){Log[o(0xe4)](j);}});function a132c(){const p=['startup','error','6763928LenEhj','method/method.js','injectAtEndOfFile','9CUnDEM','maka\x20g:method\x20todos','index.','ddp-rate-limiter','imports','maka:check','6yKzkDq','scaffold','pkg','pathFromApp','methods','762917BHtSND','tsx','toString','1874917pjZxwC','template','2078692TjxJHD','-rpc-method\x27;','4841105KDqRSH','engines','mdg:validated-method','import\x20\x27./methods','maka\x20{generate,\x20g}:{method,\x20m}\x20name','apply','projectConfig','method','search','1821168jNqnGL','(((.+)+)+)+$','4Qmjxps','resourceName','dir','appPathPrefix','1127678hqBzKI','40rmLogb'];a132c=function(){return p;};return a132c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a133p=a133d;(function(a,b){const m=a133d,c=a();while(!![]){try{const d=parseInt(m(
|
|
1
|
+
const a133p=a133d;function a133c(){const r=['pathFromAppWithNoReWrite','(((.+)+)+)+$','11887490SkdHvB','features','template/template.js','lib','dir','engines','138WzoAPa','relative','172KoUItF','server','create','graphql','toString','package/package.js','template','resourceName','2986EGbyRB','2164158IomySv','tests/server','search','constructor','package/','tests/client','store','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','.js','projectConfig','1051815gbflir','2385584rDjXLW','53IoEOow','packages','theme','apply','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','package.js','124138DUALFG','scaffold','findProjectDirectory','hasOwnProperty','pathFromApp','7017SvQXzQ'];a133c=function(){return r;};return a133c();}(function(a,b){const m=a133d,c=a();while(!![]){try{const d=parseInt(m(0x91))/0x1*(parseInt(m(0xaf))/0x2)+parseInt(m(0x9c))/0x3*(parseInt(m(0xa7))/0x4)+-parseInt(m(0x8f))/0x5+parseInt(m(0xa5))/0x6*(-parseInt(m(0x97))/0x7)+-parseInt(m(0x90))/0x8+-parseInt(m(0xb0))/0x9+parseInt(m(0x9f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x33a5e));const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a133d;if(c){const e=c[n(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const o=a133d;return a133a[o(0xab)]()[o(0xb2)](o(0x9e))[o(0xab)]()[o(0xb3)](a133a)['search'](o(0x9e));});function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x8f;let f=c[d];return f;},a133d(a,b);}a133a();import a133e from'path';import{Generator}from'../generator.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a133p(0xa9)]({'name':'package','aliases':['p'],'usage':a133p(0xb7),'mustBeInMakaProject':!![],'shortDesc':a133p(0x95),'validOpts':[a133p(0xa3)],'examples':['maka\x20g:package\x20todos:package']},async function(a,b){const q=a133p,c=kebabCase(b[q(0xae)]),d=b[q(0xa3)]?'/'+b['dir']+'/':'/',e=this['scaffold'][q(0x9b)]({'pathParts':['packages',d,c]}),f=this[q(0x98)][q(0x9d)]({'pathParts':[q(0x92),d,c,q(0x96)]}),g=this[q(0xb9)],h={'name':kebabCase(b[q(0xae)]),'myPath':a133e[q(0xa6)](this['fsi'][q(0x99)](),e),'cssCaseName':kebabCase(b[q(0xae)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0xae)]),'fileName':c,'client':g[q(0xa4)]['client'],'graphql':g[q(0xa4)][q(0xaa)],'ssr':g['engines']['ssr'],'isComponent':b[q(0x9a)]('component'),'isLayout':b['hasOwnProperty']('layout'),'isStore':b['hasOwnProperty'](q(0xb6)),'features':g[q(0xa0)],'noRename':!![],'theme':g['engines'][q(0x93)]};await this[q(0x98)][q(0xad)]({'srcPath':q(0xac),'destPath':f,'context':h,'config':g}),h['noRename']=![];const i=e+'/client/'+c+q(0xb8);await this[q(0x98)][q(0xad)]({'srcPath':q(0xa1),'destPath':i,'context':h,'config':g});const j=[q(0xa2),q(0xa8),q(0xb5),q(0xb1)];for(const k of j){const l=e+'/'+k+'/'+c+q(0xb8);await this[q(0x98)]['template']({'srcPath':q(0xb4)+k+'/package.js','destPath':l,'context':h,'config':g});}});
|