@maka/maka-cli 5.0.31 → 5.0.33
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/templates/service/eslint/babelrc +16 -1
- package/bundle/obf/src/templates/service/eslint/config.eslint.js +29 -33
- 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
|
-
|
|
1
|
+
const a116o=a116d;(function(a,b){const l=a116d,c=a();while(!![]){try{const d=parseInt(l(0x189))/0x1+-parseInt(l(0x1ab))/0x2+-parseInt(l(0x194))/0x3*(-parseInt(l(0x191))/0x4)+parseInt(l(0x1bf))/0x5+parseInt(l(0x1c2))/0x6+parseInt(l(0x1b8))/0x7*(parseInt(l(0x1bc))/0x8)+-parseInt(l(0x1b9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x52ddc));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a116d;if(c){const e=c[m(0x1a8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const n=a116d;return a116a[n(0x1b3)]()[n(0x1c0)]('(((.+)+)+)+$')[n(0x1b3)]()[n(0x188)](a116a)[n(0x1c0)](n(0x193));});a116a();import a116e from'path';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x182;let f=c[d];return f;},a116d(a,b);}import{kebabCase,pascalCase,camelCase}from'change-case';function a116c(){const q=['notice','hook','className','@apollo/client\x20isomorphic-fetch','assign','setTemplate','pathFromApp','relative','css','layouts','/imports/ui/','pkg','apply','components','@apollo/client','612828VRZRAY','apollo','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','warn','create','cfg','checkNpmPackage','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','toString','\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','graphql','string','fsi','3286444FSwbxF','13525407kHJFMF','injectAtBeginningOfFile','error','8NYqtwL','fileName','import\x20\x27./','27400FjfHyP','search','withTranslations','3908304xowyOT','force','react','findAppDirectory','hooks','.css','baseDir','constructor','595017WajLaM','resourceName','Creating\x20','template','.app-tests.js','findProjectDirectory','theme','maka\x20g:hook\x20cool-hook','312IeyLkG','injectTemplateModule','(((.+)+)+)+$','16434HaXZqG','none','dir','scaffold','engines','template/template.css','/imports/ui/components','features'];a116c=function(){return q;};return a116c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a116o(0x1af)]({'name':a116o(0x19d),'aliases':['h'],'checkWhere':![],'usage':a116o(0x1ad),'shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','mustBeInMakaProject':!![],'validOpts':[{'name':a116o(0x187),'values':[a116o(0x185),a116o(0x1a9),'pages',a116o(0x1a5)]},{'name':a116o(0x182),'boolFlag':!![]}],'examples':[a116o(0x190)],'description':a116o(0x1b4)},async function(a,b){const p=a116o;Log[p(0x19c)](p(0x18b)+b[p(0x18a)]+'\x20hook...');try{await this['pkg']['checkNpmPackage'](p(0x183),{'shouldInstall':!![]});const c=this[p(0x1b7)][p(0x184)](),d=b[p(0x187)]?p(0x1a6)+b[p(0x187)]:p(0x19a),f=this[p(0x197)][p(0x1a2)]({'pathParts':[d,b['dir'],kebabCase(b['resourceName']),kebabCase(b[p(0x18a)])]}),g=this['projectConfig'];typeof g[p(0x18c)][p(0x1a4)]===p(0x1b6)&&this[p(0x1b0)][p(0x1a1)](p(0x1a4),g[p(0x18c)][p(0x1a4)]);g['engines'][p(0x1b5)]===p(0x1ac)&&!this['pkg'][p(0x1b1)](p(0x1aa))&&(Log[p(0x1ae)](p(0x1b2)),await this[p(0x1a7)]['installNpmPackage'](p(0x19f),{'cwd':c}));const h={'cssCaseName':kebabCase(b[p(0x18a)]),'camelCaseName':camelCase(b[p(0x18a)]),'className':pascalCase(b[p(0x18a)]),'name':pascalCase(b[p(0x18a)]),'graphql':g[p(0x198)][p(0x1b5)],'theme':g['engines'][p(0x18f)],'features':g[p(0x19b)],'myPath':a116e[p(0x1a3)](this['fsi'][p(0x18e)](),f),'fileName':kebabCase(b['resourceName']),'isComponent':![],'isLayout':![],'withTranslations':g[p(0x19b)][p(0x1c1)]};await this[p(0x197)][p(0x18c)]({'srcPath':'hook/hook.js','destPath':f+'.js','context':h,'config':g,'framework':p(0x183),'force':b['force']});g[p(0x18c)][p(0x1a4)]&&(await this[p(0x197)]['template']({'srcPath':p(0x199),'destPath':f+p(0x186),'context':Object[p(0x1a0)]({},h,{'className':h['cssCaseName']}),'config':g,'force':b['force']}),await this['scaffold'][p(0x1ba)]({'filePath':f+'.'+g[p(0x198)]['js'],'content':p(0x1be)+h[p(0x1bd)]+'.'+g[p(0x198)][p(0x1a4)]+'\x27;'}));g[p(0x198)]['test']!==p(0x195)&&await this[p(0x197)][p(0x18c)]({'srcPath':'test/test.js','destPath':f+p(0x18d),'framework':p(0x183),'context':h,'config':g,'force':b['force']});const i=b['dir']?'/'+b[p(0x196)]+'/':'/',j=''+d+i+h['fileName']+'/'+h[p(0x1bd)];await this[p(0x197)][p(0x192)](h[p(0x19e)],g,j);}catch(k){Log[p(0x1bb)](k);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a117d,c=a();while(!![]){try{var d
|
|
1
|
+
function a117d(a,b){var c=a117c();return a117d=function(d,e){d=d-0xe7;var f=c[d];return f;},a117d(a,b);}(function(a,b){var f=a117d,c=a();while(!![]){try{var d=parseInt(f(0xf2))/0x1+-parseInt(f(0xec))/0x2*(parseInt(f(0xf4))/0x3)+parseInt(f(0xed))/0x4+parseInt(f(0xee))/0x5*(-parseInt(f(0xe7))/0x6)+parseInt(f(0xea))/0x7+parseInt(f(0xf3))/0x8*(parseInt(f(0xef))/0x9)+parseInt(f(0xf0))/0xa*(-parseInt(f(0xeb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xdfc4c));var a117b=(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;};}()),a117a=a117b(this,function(){var g=a117d;return a117a[g(0xf1)]()[g(0xe8)](g(0xe9))[g(0xf1)]()['constructor'](a117a)[g(0xe8)](g(0xe9));});a117a();import'./kit.js';function a117c(){var h=['14810010tVKIXf','toString','1825571BbznzD','9095024zWSsMf','3vUyouy','42ctmZDK','search','(((.+)+)+)+$','4139569gBHHzB','22NJAXXY','1216166yzWBSG','4353264NhlXJg','111065XIEysg','9QnLkuo'];a117c=function(){return h;};return a117c();}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 a118c(){var h=['4649754pyzMKr','1215PKqfNF','23588HjguQF','1592884IQpXwp','constructor','7xjROwa','3031164wSonQC','search','1831064LiOuhM','9419267eNiCXi','toString','30ZkYziS','(((.+)+)+)+$','1120884atafux','1SfnfJB'];a118c=function(){return h;};return a118c();}function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a118d(a,b);}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x1f2))/0x1*(parseInt(f(0x1f6))/0x2)+parseInt(f(0x1f1))/0x3+parseInt(f(0x1f5))/0x4*(-parseInt(f(0x1f4))/0x5)+-parseInt(f(0x1f3))/0x6+-parseInt(f(0x1f8))/0x7*(parseInt(f(0x1fb))/0x8)+-parseInt(f(0x1f9))/0x9+parseInt(f(0x1ef))/0xa*(parseInt(f(0x1fc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xebae8));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(0x1ee)]()[g(0x1fa)]('(((.+)+)+)+$')[g(0x1ee)]()[g(0x1f7)](a118a)[g(0x1fa)](g(0x1f0));});a118a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -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(0xfd))/0x1+parseInt(f(0x101))/0x2+parseInt(f(0xf8))/0x3*(parseInt(f(0xfc))/0x4)+parseInt(f(0x100))/0x5+parseInt(f(0x103))/0x6*(-parseInt(f(0x106))/0x7)+-parseInt(f(0xfe))/0x8*(-parseInt(f(0x107))/0x9)+-parseInt(f(0x104))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x22d05));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(0xf9)]()[g(0xf5)](g(0x102))[g(0xf9)]()[g(0xf7)](a119a)[g(0xf5)](g(0x102));});function a119c(){const j=['auth','897844bNxFRR','207997AyeAJh','32KiDCXW','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','1150125OeqIRG','367028SUtAkm','(((.+)+)+)+$','12RhDopU','7339340ZPNgxA','NIE','840245hPUAHW','608859KiGXYY','search','create','constructor','3rAMbRu','toString','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20'];a119c=function(){return j;};return a119c();}a119a();function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0xf5;let f=c[d];return f;},a119d(a,b);}import{Generator}from'../../../generator.js';import a119e from'../kit.js';const AuthGen=Generator[a119h(0xf6)]({'name':a119h(0xfb),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','shortDesc':a119h(0xff),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:a'],'description':a119h(0xfa)},async function(){const i=a119h;throw i(0x105);},async function(){},a119e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a120v=a120d;(function(a,b){const s=a120d,c=a();while(!![]){try{const d
|
|
1
|
+
const a120v=a120d;(function(a,b){const s=a120d,c=a();while(!![]){try{const d=parseInt(s(0x1c6))/0x1*(-parseInt(s(0x1f4))/0x2)+parseInt(s(0x1c7))/0x3*(-parseInt(s(0x1ec))/0x4)+-parseInt(s(0x1d6))/0x5+-parseInt(s(0x1e9))/0x6+parseInt(s(0x1f9))/0x7*(-parseInt(s(0x1b7))/0x8)+parseInt(s(0x1e8))/0x9*(parseInt(s(0x1d9))/0xa)+parseInt(s(0x1f7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x7e091));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a120d;if(c){const e=c[t(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const u=a120d;return a120a[u(0x1e3)]()[u(0x1e4)]('(((.+)+)+)+$')[u(0x1e3)]()[u(0x1bc)](a120a)['search']('(((.+)+)+)+$');});a120a();function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x1b6;let f=c[d];return f;},a120d(a,b);}import a120e from'path';import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a120c(){const x=['151498XqJMrq','const\x20authenticateUser','exit','16550347lqjBkA','/imports/startup/server/publications/auth/roles.js','1206233JVHCpw','Meteor.startup','8FgjaTP','/imports/startup/lib/authentication-service','engines','react','auth/roles','constructor','const\x20deauthenticateUser','kit/auth/service/meteor-auth-service.js','/imports/startup/client','\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','pathFromApp','const\x20authenticateToken','injectImport','authentication-provider','kit:auth:provider','5IrFzCQ','3iFpRvk','checkMeteorPackage','normalize','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\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','Accounts','accounts-password','REACT','const\x20registerNewUser','const\x20getUserAuthorizations','startup','/imports/startup/lib','meteor/accounts-base','index','processAndRunGenerator','716005BVWCpT','injectIntoFile','export\x20const\x20AuthProvider','230FPVjcQ','authentication-service','publish','injectIntoCodeBlock','apply','template','force','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','const\x20sendForgotPasswordEmail','\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','toString','search','imports','\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','\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','381681mbclCF','2933898aewona','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','Meteor.publish','3121980cLsfbW','\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','findProjectDirectory','\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','meteor/maka:react-tracker','create','meteor','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20'];a120c=function(){return x;};return a120c();}import a120f from'./auth.generator.js';import a120g from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120v(0x1f1)]({'name':a120v(0x1f2),'aliases':['m'],'usage':a120v(0x1e0),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':[a120v(0x1df)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines[a120v(0x1ce)]},'description':a120v(0x1e2)},async function(a,b){const w=a120v,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[w(0x1df)]||![];await d[w(0x1c8)]([w(0x1cd)],{'shouldInstall':!![]});const i=c[w(0x1ee)](),j=c['findAppDirectory'](),k=g[w(0x1b9)]['ssr']===w(0x1f2);await a120g[w(0x1d5)](w(0x1c5),[],{'force':h,'cwd':i,'config':g}),await a120g[w(0x1d5)](w(0x1db),[w(0x1bb)],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a120e[w(0x1c9)](w(0x1f8)),m=k?w(0x1d2):w(0x1bf),n=f[w(0x1c1)]({'pathParts':[m,'','',w(0x1da)]});await f[w(0x1de)]({'srcPath':w(0x1be),'destPath':n+'.js','framework':w(0x1ba),'context':{},'config':g,'force':h,'ignore':![]});const o=f['pathFromApp']({'pathParts':[m,'','',w(0x1c4)]}),p=g[w(0x1b9)]['js'];await f[w(0x1c3)]({'filePath':o+'.'+p,'importName':'AuthService','modulePath':k?w(0x1b8):'/imports/startup/client/authentication-service','isNamedExport':![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0x1e6),'begin':w(0x1f5),'replace':!![]}),await f[w(0x1dc)]({'filePath':o+'.'+p,'content':w(0x1cb),'begin':w(0x1c2),'replace':!![]}),await f[w(0x1dc)]({'filePath':o+'.'+p,'content':w(0x1e7),'begin':w(0x1d0),'replace':!![]}),await f[w(0x1dc)]({'filePath':o+'.'+p,'content':w(0x1f3),'begin':w(0x1bd),'replace':!![]}),await f[w(0x1dc)]({'filePath':o+'.'+p,'content':w(0x1ea),'begin':w(0x1e1),'replace':!![]}),await f[w(0x1dc)]({'filePath':o+'.'+p,'content':w(0x1ca),'begin':w(0x1cf),'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':'const\x20resetPasswordWithToken','replace':!![]});k&&(await f[w(0x1c3)]({'filePath':o+'.'+p,'importName':'useTracker','modulePath':w(0x1f0),'isNamedExport':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1c0),'begin':w(0x1d8),'end':'useEffect\x5c('}));await f[w(0x1c3)]({'filePath':l,'importName':'Meteor','modulePath':'meteor/meteor','isNamedExport':!![],'injectAtStart':!![]}),await f[w(0x1dc)]({'filePath':l,'content':w(0x1ef),'begin':w(0x1eb),'replace':!![]});const q=f['pathFromApp']({'pathParts':[w(0x1e5),w(0x1d1),'server',w(0x1d4)]});await f[w(0x1c3)]({'filePath':q+'.'+p,'importName':w(0x1cc),'modulePath':w(0x1d3),'isNamedExport':!![]}),await f[w(0x1dc)]({'filePath':q+'.'+p,'content':w(0x1ed),'begin':w(0x1b6),'replace':!![]});}catch(r){Log['error'](r),process[w(0x1f6)](0x1);}},async function(){},a120f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a121x=a121d;(function(a,b){const u=a121d,c=a();while(!![]){try{const d=-parseInt(u(0xb0))/0x1+parseInt(u(0xb8))/0x2*(-parseInt(u(0xcd))/0x3)+-parseInt(u(0xbc))/0x4+parseInt(u(0xb4))/0x5*(parseInt(u(0xb5))/0x6)+-parseInt(u(0xbd))/0x7+-parseInt(u(0xb2))/0x8+parseInt(u(0xc3))/0x9*(parseInt(u(0xc9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x47dd3));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a121d;if(c){const e=c[v(0xb6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const w=a121d;return a121a[w(0xad)]()['search'](w(0xc5))[w(0xad)]()[w(0xae)](a121a)['search'](w(0xc5));});function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0xa8;let f=c[d];return f;},a121d(a,b);}a121a();import{Generator}from'../../../generator.js';function a121c(){const z=['react','<AuthProvider>','1243323nvibof','function\x20useAuth','(((.+)+)+)+$','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','AuthContext','/imports/startup/client/index','80lrUfJG','AuthProvider','useContext','force','276807MaDSBL','exit','authentication-provider','/imports/startup/client/authentication-provider','<AppRoutes\x20history={history}/>','/imports/startup/lib','/imports/startup/client','error','<AppRoutes\x20/>','/imports/startup/lib/authentication-provider','/routes','engines','</AuthProvider>','provider','scaffold','ssr','injectImport','const\x20useAuth','meteor','toString','constructor','appName','372834prInoa','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','2816880vRhprO','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','39945tthBzJ','120nyqJjk','apply','create','2Ijkqyx','injectAroundString','kit/auth/provider/authentication-provider.js','pathFromApp','349260KbLzlI','462511LqFDBW','split','\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','.js'];a121c=function(){return z;};return a121c();}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[a121x(0xb7)]({'name':a121x(0xda),'aliases':['p'],'usage':a121x(0xb3),'shortDesc':a121x(0xc6),'validOpts':[a121x(0xcc)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines['REACT']},'description':'\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'},async function(a,b){const y=a121x;try{const c=b[y(0xcc)]||![];Log['bright'](y(0xb1));const {projectConfig:d}=this,f=d[y(0xd8)][y(0xa9)]===y(0xac),g={'name':capitalCase(d[y(0xaf)])},h=f?y(0xd2):y(0xd3),i=this[y(0xa8)]['pathFromApp']({'pathParts':[h,'','',y(0xcf)]});await this[y(0xa8)]['template']({'srcPath':y(0xba),'destPath':i+y(0xc0),'framework':y(0xc1),'context':g,'config':d,'force':c,'ignore':![]});const j=d[y(0xd8)]['js'],k=h+y(0xd7),l=k[y(0xbe)]('/'),m=this['scaffold'][y(0xbb)]({'pathParts':l});await this['scaffold'][y(0xaa)]({'filePath':m+'.'+j,'importName':y(0xc7),'modulePath':f?y(0xd6):y(0xd0),'isNamedExport':!![]}),await this[y(0xa8)][y(0xaa)]({'filePath':m+'.'+j,'importName':y(0xcb),'modulePath':y(0xc1),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0xa8)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0xbf),'begin':[y(0xab),y(0xc4)],'replace':!![]}),await this['scaffold']['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':'\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','begin':['const\x20PrivateRoute'],'replace':!![]});const n=y(0xc8),o=n[y(0xbe)]('/'),p=this[y(0xa8)]['pathFromApp']({'pathParts':o});await this['scaffold'][y(0xaa)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?y(0xd6):y(0xd0),'isNamedExport':!![]}),await this[y(0xa8)][y(0xb9)]({'filePath':p+'.'+j,'aboveContent':y(0xc2),'belowContent':y(0xd9),'targetString':y(0xd5),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q[y(0xbe)]('/'),s=this[y(0xa8)][y(0xbb)]({'pathParts':r});await this[y(0xa8)][y(0xaa)]({'filePath':s+'.'+j,'importName':y(0xca),'modulePath':f?y(0xd6):y(0xd0),'isNamedExport':!![]}),await this[y(0xa8)][y(0xb9)]({'filePath':s+'.'+j,'aboveContent':y(0xc2),'belowContent':y(0xd9),'targetString':y(0xd1),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0xd4)](t),process[y(0xce)](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0xad;var f=c[d];return f;},a122d(a,b);}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0xb7))/0x1+-parseInt(f(0xb3))/0x2*(-parseInt(f(0xba))/0x3)+-parseInt(f(0xb0))/0x4+parseInt(f(0xb2))/0x5+-parseInt(f(0xb5))/0x6*(parseInt(f(0xb9))/0x7)+parseInt(f(0xb6))/0x8+parseInt(f(0xad))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x9b59e));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0xb1)]()[h(0xaf)](h(0xb8))[h(0xb1)]()[h(0xae)](a122a)[h(0xaf)](h(0xb8));});a122a();function a122c(){var i=['(((.+)+)+)+$','14sJwmpy','372ceCWRV','15929658bKIPti','constructor','search','4779480KLrXoi','toString','2568530KpTooj','1048GNXJbF','apply','2954628DvcLrx','4676728SPtgAc','117171WyqOSg'];a122c=function(){return i;};return a122c();}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1e5;let f=c[d];return f;},a123d(a,b);}const a123h=a123d;(function(a,b){const f=a123d,c=a();while(!![]){try{const d=-parseInt(f(0x1e5))/0x1*(-parseInt(f(0x1f7))/0x2)+-parseInt(f(0x1f6))/0x3+parseInt(f(0x1ef))/0x4*(parseInt(f(0x1f3))/0x5)+-parseInt(f(0x1e7))/0x6*(parseInt(f(0x1ed))/0x7)+parseInt(f(0x1ec))/0x8*(-parseInt(f(0x1f1))/0x9)+parseInt(f(0x1f4))/0xa*(-parseInt(f(0x1e9))/0xb)+parseInt(f(0x1f8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x2d0a8));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(0x1eb)]()[g(0x1ee)](g(0x1e6))[g(0x1eb)]()[g(0x1f2)](a123a)[g(0x1ee)](g(0x1e6));});function a123c(){const j=['10806528kjxzpR','Esri\x20Kit\x20generated\x20successfully','1NmPXDk','(((.+)+)+)+$','582gFUerT','create','11KxwvmJ','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','toString','8XATlZs','18879XEfsCr','search','10872WUIRKJ','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','2858283XZqxdd','constructor','205XiTKyT','2860730WAlxDu','/foo/bar','11214YsAJxo','83026abpvCi'];a123c=function(){return j;};return a123c();}a123a();import{Generator}from'../../../generator.js';import a123e from'../kit.js';const EsriGen=Generator[a123h(0x1e8)]({'name':'esri','aliases':['e'],'usage':a123h(0x1f0),'shortDesc':a123h(0x1ea),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:e'],'description':'\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20'},async function(){const i=a123h;return{'success':!![],'message':i(0x1f9),'details':{'filesCreated':[i(0x1f5)],'filesUpdated':['/foo']}};},async function(){},a123e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124v=a124d;(function(a,b){const s=a124d,c=a();while(!![]){try{const d
|
|
1
|
+
const a124v=a124d;(function(a,b){const s=a124d,c=a();while(!![]){try{const d=parseInt(s(0x1ca))/0x1+parseInt(s(0x1bb))/0x2*(-parseInt(s(0x1cd))/0x3)+parseInt(s(0x1b4))/0x4+-parseInt(s(0x1c6))/0x5+parseInt(s(0x1b5))/0x6*(-parseInt(s(0x1d4))/0x7)+-parseInt(s(0x1d7))/0x8*(-parseInt(s(0x1c4))/0x9)+-parseInt(s(0x1c8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xb043b));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a124d;if(c){const e=c[t(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const u=a124d;return a124a[u(0x1d9)]()['search'](u(0x1cc))[u(0x1d9)]()[u(0x1df)](a124a)[u(0x1b0)](u(0x1cc));});a124a();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';function a124c(){const x=['constructor','search','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','checkNpmPackage','injectTemplateModule','5403716KCKaaE','756FeSRGe','injectImport','@esri/react-arcgis','split','esri-loader','/imports/ui/hooks','2ogMwue','page','map','bright','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','findProjectDirectory','appName','apply','create','11183121YHwiKu','/imports/startup/client/templates','6029670ORJyCv','template','7752350qeXAno','.js','829771Kiprzh','Generate\x20an\x20Esri\x20map\x20component','(((.+)+)+)+$','1042617DXxlHq','NONE','Generating\x20a\x20map\x20component','basic-map','kit/esri/map/','exit','dir','20699exnXrf','processAndRunGenerator','pathFromApp','8okqpoX','engines','toString','injectIntoFile','baseDir','/imports/startup/lib/templates','\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','replaceAll'];a124c=function(){return x;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a124d(a,b);}import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124v(0x1c3)]({'name':a124v(0x1bd),'aliases':['m'],'usage':a124v(0x1bf),'shortDesc':a124v(0x1cb),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a124v(0x1ce)]},'description':a124v(0x1dd)},async function(a,b){const w=a124v;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[w(0x1be)](w(0x1cf));const h=w(0x1d0);await f[w(0x1b2)]([w(0x1b7),w(0x1b9)],{'shouldInstall':!![]});const i=d[w(0x1c0)](),j=c[w(0x1d8)]['ssr']==='meteor',k=await a124f[w(0x1d5)](w(0x1bc),[w(0x1bd)],{'cwd':i,'config':c}),l={'name':capitalCase(c[w(0x1c1)])[w(0x1de)]('-','\x20'),'componentName':pascalCase(h)},m=b[w(0x1db)]?'/imports/ui/'+b[w(0x1db)]:w(0x1ba),n=g[w(0x1d6)]({'pathParts':[m,b[w(0x1d3)],kebabCase(h),kebabCase(h)]});await g[w(0x1c7)]({'srcPath':w(0x1d1)+h+'.js','destPath':n+w(0x1c9),'framework':'react','context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[w(0x1d3)]+'/'+h+'/'+h;await g[w(0x1b3)](h,c,o);const p=k[w(0x1b8)]('/'),q=g['pathFromApp']({'pathParts':p});await g[w(0x1b6)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?w(0x1dc):w(0x1c5),'isNamedExport':!![]}),await g[w(0x1da)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+w(0x1b1),'begin':['<div\x20id=\x22map\x22>','<div\x20id=\x22map\x22>'],'end':['</div>'],'replace':!![]});}catch(r){Log['error'](r),process[w(0x1d2)](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(0xe3))/0x1+parseInt(f(0xe1))/0x2*(parseInt(f(0xd9))/0x3)+parseInt(f(0xdc))/0x4+-parseInt(f(0xdd))/0x5*(parseInt(f(0xe0))/0x6)+-parseInt(f(0xd8))/0x7*(-parseInt(f(0xdf))/0x8)+-parseInt(f(0xe4))/0x9+-parseInt(f(0xe2))/0xa*(-parseInt(f(0xda))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x5d1a1));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(0xdb)]()[g(0xde)](g(0xe5))['toString']()['constructor'](a125a)[g(0xde)](g(0xe5));});a125a();import{Generator}from'../../generator.js';function a125c(){const i=['toString','479020BzlUYy','140eyoeKC','search','22968kxEzYg','120246adbCsU','8300hkycZC','10FWXmPu','96161IcvKDv','3041415mIhOeB','(((.+)+)+)+$','kit','maka\x20g:k','1610XdjNFG','141VaWEFI','4415994jBmjxq'];a125c=function(){return i;};return a125c();}const KitGen=Generator['create']({'name':a125h(0xe6),'aliases':['k'],'usage':'maka\x20{generate,\x20g}:{kit}\x20<name>','shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':['maka\x20g:kit',a125h(0xd7)]},async function(){});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xd7;let f=c[d];return f;},a125d(a,b);}export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d
|
|
1
|
+
function a126c(){var i=['toString','apply','12770EYnyBr','13041wvHZHL','(((.+)+)+)+$','3174936BgFTzd','223367VXYPeX','5912635BvLONG','292GGaTie','search','6310800kohDrx','10ycpkTV','2407671UTuFRt','37191dGDErG'];a126c=function(){return i;};return a126c();}(function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0xbd))/0x1*(-parseInt(f(0xc2))/0x2)+parseInt(f(0xc4))/0x3*(-parseInt(f(0xbf))/0x4)+parseInt(f(0xbe))/0x5+-parseInt(f(0xc1))/0x6+parseInt(f(0xc3))/0x7+parseInt(f(0xbc))/0x8+parseInt(f(0xc8))/0x9*(parseInt(f(0xc7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xaaec8));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0xc5)]()[h(0xc0)](h(0xbb))['toString']()['constructor'](a126a)[h(0xc0)](h(0xbb));});a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xbb;var f=c[d];return f;},a126d(a,b);}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127L=a127d;(function(a,b){const I=a127d,c=a();while(!![]){try{const d=parseInt(I(0x1b6))/0x1+parseInt(I(0x1c2))/0x2+-parseInt(I(0x1a9))/0x3+-parseInt(I(0x1d2))/0x4*(-parseInt(I(0x1aa))/0x5)+parseInt(I(0x1b0))/0x6+parseInt(I(0x1dd))/0x7*(parseInt(I(0x1ce))/0x8)+-parseInt(I(0x1a8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xaec31));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const J=a127d;if(c){const e=c[J(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const K=a127d;return a127a[K(0x1d5)]()[K(0x1b3)](K(0x1d6))['toString']()['constructor'](a127a)[K(0x1b3)](K(0x1d6));});a127a();import{Generator}from'../../../generator.js';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a127d(a,b);}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 a127c(){const O=['REACT','MATERIAL','5682174lFfXcO','template','custom','search','exit','appName','980584DAdZEA','processAndRunGenerator','/imports/startup/lib/authentication-provider','pathFromApp','AuthContext','kit/mui/auth/login/','/imports/startup/client/authentication-provider','log','basic-login-page','authType','engines','kit/mui/auth/register/','1259202eiDBlB','react','Custom\x20(roll\x20your\x20own)','kit/mui/auth/password-reset/','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','injectImport','route','apply','injectTemplateModule','kit/mui/auth/logout/','/imports/ui/pages/auth','maka\x20generate:kit:mui:auth','7016mbFUrM','logout','maka\x20g:k:m:a','basic-logout-page','20GXgOhO','basic-password-reset-page','.js','toString','(((.+)+)+)+$','findProjectDirectory','select','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','split','dir','register','3689crsHXN','baseDir','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','Meteor\x20Accounts','force','Cleaning\x20up...','create','17964378NCHHXD','2608533dllGxw','561985UMutAZ','meteor','forgot-password','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page'];a127c=function(){return O;};return a127c();}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a127L(0x1a7)]({'name':'auth','aliases':['a'],'usage':a127L(0x1c6),'shortDesc':a127L(0x1ad),'validOpts':['layouts',a127L(0x1a5)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a127L(0x1af)],'client':ClientEngines[a127L(0x1ae)]},'examples':[a127L(0x1cd),a127L(0x1d0)],'description':a127L(0x1d9)},async function(a,b){const M=a127L;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b[M(0x1a5)]||![],h=d[M(0x1d7)](),i=await Actions[M(0x1d8)]({'name':M(0x1bf),'message':M(0x1df),'choices':[{'name':M(0x1a4),'value':M(0x1ab)},{'name':M(0x1c4),'value':'custom'}]}),j=M(0x1be),k=M(0x1d1),l='basic-register-page',m=M(0x1d3),n='basic-forgot-password-page',o=b[M(0x1de)]?'/imports/ui/'+b[M(0x1de)]:M(0x1cc),p=f['pathFromApp']({'pathParts':[o,b['dir'],kebabCase(j),kebabCase(j)]}),q=f[M(0x1b9)]({'pathParts':[o,b['dir'],kebabCase(k),kebabCase(k)]}),r=f[M(0x1b9)]({'pathParts':[o,b[M(0x1db)],kebabCase(l),kebabCase(l)]}),s=f[M(0x1b9)]({'pathParts':[o,b['dir'],kebabCase(m),kebabCase(m)]}),t=f[M(0x1b9)]({'pathParts':[o,b[M(0x1db)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[M(0x1b5)])};await f[M(0x1b1)]({'srcPath':M(0x1bb)+j+M(0x1d4),'destPath':p+M(0x1d4),'framework':M(0x1c3),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':M(0x1cb)+k+M(0x1d4),'destPath':q+'.js','framework':M(0x1c3),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':M(0x1c1)+l+M(0x1d4),'destPath':r+M(0x1d4),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x1b1)]({'srcPath':M(0x1c5)+m+M(0x1d4),'destPath':s+M(0x1d4),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x1b1)]({'srcPath':'kit/mui/auth/forgot-password/'+n+M(0x1d4),'destPath':t+'.js','framework':M(0x1c3),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[M(0x1db)]+'/'+j+'/'+j;await f[M(0x1ca)](j,c,v);const w=''+o+b[M(0x1db)]+'/'+k+'/'+k;await f[M(0x1ca)](k,c,w);const x=''+o+b[M(0x1db)]+'/'+l+'/'+l;await f[M(0x1ca)](l,c,x);const y=''+o+b['dir']+'/'+m+'/'+m;await f[M(0x1ca)](m,c,y);const z=''+o+b[M(0x1db)]+'/'+n+'/'+n;await f[M(0x1ca)](n,c,z),await a127e['processAndRunGenerator'](M(0x1c8),['basic-login-page'],{'route':'login','cwd':h,'config':c}),await a127e[M(0x1b7)](M(0x1c8),[M(0x1d1)],{'route':M(0x1cf),'private':!![],'cwd':h,'config':c}),await a127e[M(0x1b7)](M(0x1c8),['basic-register-page'],{'route':M(0x1dc),'cwd':h,'config':c}),await a127e[M(0x1b7)](M(0x1c8),[M(0x1d3)],{'route':'reset-password/:token','cwd':h,'config':c}),await a127e[M(0x1b7)](M(0x1c8),['basic-forgot-password-page'],{'route':M(0x1ac),'cwd':h,'config':c});i==='meteor'&&await a127e['processAndRunGenerator']('kit:auth:meteor',[],{'force':g,'cwd':h,'config':c});i===M(0x1b2)&&await a127e[M(0x1b7)]('kit:auth:provider',[],{'force':g,'cwd':h,'config':c});const A=c['engines']['ssr']===M(0x1ab),B=c[M(0x1c0)]['js'],C=f[M(0x1b9)]({'pathParts':v[M(0x1da)]('/')});await f[M(0x1c7)]({'filePath':C+'.'+B,'importName':M(0x1ba),'modulePath':A?M(0x1b8):M(0x1bc),'isNamedExport':!![]});const D=f[M(0x1b9)]({'pathParts':w[M(0x1da)]('/')});await f['injectImport']({'filePath':D+'.'+B,'importName':M(0x1ba),'modulePath':A?M(0x1b8):M(0x1bc),'isNamedExport':!![]});const E=f[M(0x1b9)]({'pathParts':x[M(0x1da)]('/')});await f['injectImport']({'filePath':E+'.'+B,'importName':M(0x1ba),'modulePath':A?M(0x1b8):M(0x1bc),'isNamedExport':!![]});const F=f['pathFromApp']({'pathParts':y[M(0x1da)]('/')});await f[M(0x1c7)]({'filePath':F+'.'+B,'importName':M(0x1ba),'modulePath':A?M(0x1b8):M(0x1bc),'isNamedExport':!![]});const G=f[M(0x1b9)]({'pathParts':z[M(0x1da)]('/')});await f[M(0x1c7)]({'filePath':G+'.'+B,'importName':M(0x1ba),'modulePath':A?M(0x1b8):M(0x1bc),'isNamedExport':!![]});}catch(H){Log['error'](H),process[M(0x1b4)](0x1);}},async function(){const N=a127L;console[N(0x1bd)](N(0x1a6));},a127f);export default a127f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128H=a128d;(function(a,b){const E=a128d,c=a();while(!![]){try{const d
|
|
1
|
+
const a128H=a128d;(function(a,b){const E=a128d,c=a();while(!![]){try{const d=-parseInt(E(0x176))/0x1*(-parseInt(E(0x16d))/0x2)+parseInt(E(0x181))/0x3+parseInt(E(0x16e))/0x4+-parseInt(E(0x183))/0x5+parseInt(E(0x19b))/0x6*(parseInt(E(0x196))/0x7)+parseInt(E(0x18f))/0x8+-parseInt(E(0x1aa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x8ede5));function a128c(){const K=['join','test','1BXRTjq','Cleaning\x20up...','Box','injectIntoFile','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','-hook\x22>','.js','kit/mui/frame/app-bars/','layouts','frame','log','2554044dnocMI','session','432700zMwmbD','\x20/>\x0a','force','@mui/material/Box','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','template','constructor','injectImport','/imports/startup/lib/templates','search','error','injectTemplateModule','2362648wYqvHy','apply','ssr','jsx','/imports/ui/','map','imports','210JoNukM','react','basic-drawer','/imports/startup/client/templates','(((.+)+)+)+$','186168nyManw','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','appName','meteor','<div\x20id=\x22','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','app-tests','dir','injectAroundString','getDirectories','engines','length','kit/mui/frame/footers/','findAppDirectory','27786735vUfneV','tsx','<Outlet/>','No\x20layouts\x20selected','toString','basic-app-bar','1231654DMgZWe','4263192lWJkGy','MATERIAL','<Outlet\x20/>','</div>','pathFromApp','basic-sticky-footer'];a128c=function(){return K;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a128d;if(c){const e=c[F(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const G=a128d;return a128a['toString']()[G(0x18c)](G(0x19a))[G(0x16b)]()[G(0x189)](a128a)[G(0x18c)](G(0x19a));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x168;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'path';import a128f from'./mui.generator.js';import{kebabCase,pascalCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a128H(0x17f),'aliases':['f'],'usage':a128H(0x1a0),'shortDesc':a128H(0x17a),'validOpts':[a128H(0x17e),'baseDir',a128H(0x1a3),a128H(0x185)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a128H(0x16f)],'client':ClientEngines['REACT']},'examples':['maka\x20generate:kit:mui:frame','maka\x20g:k:m:f'],'description':a128H(0x1a1)},async function(a,b){const I=a128H,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b['force']||![],i=I(0x16c),j=I(0x198),k=I(0x173),l=c[I(0x1a6)][I(0x191)]===I(0x19e);await f['checkMeteorPackage']([I(0x182),'maka:react-tracker'],{'shouldInstall':!![]});const m=d[I(0x1a9)](),n=a128e[I(0x174)](m,I(0x195),'ui',I(0x17e)),o=d[I(0x1a5)](n),p=o[I(0x194)](z=>({'name':z,'value':z})),q=await Actions['checkbox']({'message':I(0x19c),'name':I(0x17e),'choices':p});if(q[I(0x1a7)]===0x0){Log[I(0x18d)](I(0x16a));return;}const r=b['baseDir']?I(0x193)+b['baseDir']:'/imports/ui/components',s=g['pathFromApp']({'pathParts':[r,b[I(0x1a3)],kebabCase(i),kebabCase(i)]}),t=g[I(0x172)]({'pathParts':[r,b['dir'],kebabCase(j),kebabCase(j)]}),u=g[I(0x172)]({'pathParts':[r,b[I(0x1a3)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[I(0x19d)])};await g[I(0x188)]({'srcPath':I(0x17d)+i+I(0x17c),'destPath':s+'.js','framework':'react','context':v,'config':c,'force':h,'ignore':![]}),await g[I(0x188)]({'srcPath':'kit/mui/frame/drawers/'+j+I(0x17c),'destPath':t+I(0x17c),'framework':I(0x197),'context':v,'config':c,'force':h,'ignore':![]}),await g[I(0x188)]({'srcPath':I(0x1a8)+k+I(0x17c),'destPath':u+I(0x17c),'framework':I(0x197),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[I(0x1a3)]+'/'+i+'/'+i;await g[I(0x18e)](i,c,w);const x=''+r+b[I(0x1a3)]+'/'+j+'/'+j;await g[I(0x18e)](j,c,x);const y=''+r+b[I(0x1a3)]+'/'+k+'/'+k;await g[I(0x18e)](k,c,y);for(const z of q){const A=d['getFiles'](a128e[I(0x174)](n,z),{'extensions':[I(0x192),I(0x168)],'omit':[I(0x1a2),'tests',I(0x175)]});for(const B of A){const C=a128e[I(0x174)](n,z,B);await g[I(0x18a)]({'filePath':C,'importName':I(0x178),'modulePath':I(0x186),'isNamedExport':![]}),await g[I(0x18a)]({'filePath':C,'importName':'Container','modulePath':'@mui/material/Container','isNamedExport':![]}),await g['injectImport']({'filePath':C,'importName':pascalCase(i),'modulePath':l?I(0x18b):'/imports/startup/client/templates','isNamedExport':!![]}),await g[I(0x179)]({'filePath':C,'content':'<'+pascalCase(i)+I(0x184),'begin':[I(0x19f)+z+'\x22>',I(0x19f)+z+I(0x17b)],'end':['<Outlet/>',I(0x170)]}),await g[I(0x18a)]({'filePath':C,'importName':pascalCase(j),'modulePath':l?'/imports/startup/lib/templates':I(0x199),'isNamedExport':!![]}),await g[I(0x179)]({'filePath':C,'content':'<'+pascalCase(j)+'\x20/>\x0a','begin':[I(0x19f)+z+'\x22>',I(0x19f)+z+I(0x17b)],'end':[I(0x169),I(0x170)]}),await g[I(0x179)]({'filePath':C,'content':'<'+pascalCase(k)+I(0x184),'begin':[I(0x169),I(0x170)],'end':[I(0x171)]}),await g[I(0x18a)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?I(0x18b):I(0x199),'isNamedExport':!![]}),await g[I(0x1a4)]({'filePath':C,'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':I(0x187),'targetString':[I(0x169),I(0x170)],'targetIndentAdjustment':0x6});}}}catch(D){Log['error'](D);}},async function(){const J=a128H;console[J(0x180)](J(0x177));},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129j=a129d;(function(a,b){const g=a129d,c=a();while(!![]){try{const d
|
|
1
|
+
const a129j=a129d;(function(a,b){const g=a129d,c=a();while(!![]){try{const d=-parseInt(g(0x141))/0x1*(-parseInt(g(0x166))/0x2)+-parseInt(g(0x154))/0x3*(-parseInt(g(0x15b))/0x4)+parseInt(g(0x153))/0x5+parseInt(g(0x15c))/0x6*(-parseInt(g(0x163))/0x7)+-parseInt(g(0x164))/0x8+-parseInt(g(0x150))/0x9*(parseInt(g(0x15a))/0xa)+-parseInt(g(0x155))/0xb*(-parseInt(g(0x14f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x9e423));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a129d;if(c){const e=c[h(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const i=a129d;return a129a[i(0x15e)]()[i(0x14d)](i(0x146))[i(0x15e)]()[i(0x156)](a129a)[i(0x14d)](i(0x146));});a129a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x140;let f=c[d];return f;},a129d(a,b);}import a129e from'../../../generators/maka.gen.js';import a129f from'../kit.js';const MuiGen=Generator[a129j(0x147)]({'name':'mui','aliases':['m'],'usage':a129j(0x14b),'resourceNameRequired':![],'shortDesc':a129j(0x168),'validOpts':[''],'isPro':!![],'examples':[a129j(0x140)]},async function(){const k=a129j;try{Log['info'](k(0x162)),Log['notice'](k(0x149));const a=await Actions[k(0x144)]({'message':k(0x14c),'name':k(0x157),'choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x148)},{'name':k(0x145),'value':k(0x160)}]}),b=this[k(0x169)][k(0x167)](),c=this[k(0x165)][k(0x14a)]();a[k(0x15d)]('frame')&&await a129e[k(0x152)](k(0x143),[],{'force':!![],'cwd':b,'config':c});a[k(0x15d)](k(0x160))&&await a129e[k(0x152)](k(0x161),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x151)]===0x0){Log[k(0x159)](k(0x15f));return;}}catch(d){Log[k(0x158)](d),process[k(0x14e)](0x1);}},async function(){},a129f);export default MuiGen;function a129c(){const l=['cfg','13168eZPLNt','findProjectDirectory','Material-UI\x20Kit','fsi','maka\x20g:kit:m','151OfusIm','apply','kit:mui:frame','checkbox','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','(((.+)+)+)+$','create','frame','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','getMakaProjectConfig','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','search','exit','7080WgYYRS','9dyhGqj','length','processAndRunGenerator','5693990bhPyZI','3265011jIIlQu','1375gFLkBI','constructor','kitChoices','error','info','8735140stxBOc','4wBwEDr','3484854NRlpGX','includes','toString','No\x20MUI\x20kits\x20selected.\x20Exiting.','auth','kit:mui:auth','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','7NDDDnl','9540152NRQdlO'];a129c=function(){return l;};return a129c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130s=a130d;(function(a,b){const p=a130d,c=a();while(!![]){try{const d
|
|
1
|
+
const a130s=a130d;(function(a,b){const p=a130d,c=a();while(!![]){try{const d=-parseInt(p(0x1e1))/0x1+-parseInt(p(0x1e9))/0x2+parseInt(p(0x1c3))/0x3*(-parseInt(p(0x1eb))/0x4)+-parseInt(p(0x1ec))/0x5+parseInt(p(0x1cc))/0x6+-parseInt(p(0x1dd))/0x7*(parseInt(p(0x1ca))/0x8)+parseInt(p(0x1d0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xbf690));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a130d;if(c){const e=c[q(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const r=a130d;return a130a[r(0x1c9)]()[r(0x1e0)](r(0x1f0))[r(0x1c9)]()['constructor'](a130a)['search'](r(0x1f0));});a130a();function a130c(){const u=['This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','hook/hook.js','.css','template','apply','toString','183664lzwJfx','/imports/ui/layouts','3895206sCLQDT','includes','maka\x20g:l\x20web/safari','create','59616522MaInmW','import\x20\x27./','withTranslations','checkNpmPackage','template/template.css','Scaffolding\x20for\x20a\x20React\x20Layout.','.app-tests.js','test','ramda','assign','graphql','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','.js','427iKjfME','features','findAppDirectory','search','886754SFcger','component/component.js','fileName','api','layout','theme','client','none','3099212vKqzyV','findProjectDirectory','504KUChSm','5634185yKCelb','test/test.js','maka\x20g:layout\x20mobile/iPhone8','relative','(((.+)+)+)+$','resourceName','string','engines','injectAtBeginningOfFile','split','setTemplate','warn','css','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','react','pathFromApp','ssr','injectTemplateModule','withHook','dir','36324DXtLCR'];a130c=function(){return u;};return a130c();}function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1c2;let f=c[d];return f;},a130d(a,b);}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[a130s(0x1cf)]({'name':a130s(0x1e5),'aliases':aliases,'usage':a130s(0x1db),'shortDesc':a130s(0x1d5),'validOpts':[a130s(0x1fe)],'mustBeInMakaProject':!![],'examples':[a130s(0x1ee),a130s(0x1ce)]},async function(a,b){const t=a130s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x1cb),i=d[t(0x1df)](),j=g[t(0x1fb)]({'pathParts':[h,b[t(0x1c2)],kebabCase(b[t(0x1f1)]),kebabCase(b[t(0x1f1)])]});typeof c['template'][t(0x1d7)]===t(0x1f2)&&e[t(0x1f6)]('test',c[t(0x1c7)][t(0x1d7)]);typeof c[t(0x1c7)]['css']==='string'&&e['setTemplate'](t(0x1f8),c[t(0x1c7)][t(0x1f8)]);typeof c[t(0x1c7)]['js']==='string'&&e[t(0x1f6)]('js',c[t(0x1c7)]['js']);const k=b['_']?b['_'][0x0][t(0x1f5)](':')[0x1]:![],l=b['_']&&aliases[t(0x1cd)](k);l&&!f[t(0x1d3)](t(0x1d8))&&(Log[t(0x1f7)](t(0x1f9)),f['installNpmPackage'](t(0x1d8),{'cwd':i}));if(l&&!f[t(0x1d3)](t(0x1fa))){Log[t(0x1f7)](t(0x1c4));return;}const m={'name':pascalCase(b[t(0x1f1)]),'myPath':a130e[t(0x1ef)](d[t(0x1ea)](),j),'cssCaseName':kebabCase(b[t(0x1f1)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':kebabCase(b[t(0x1f1)]),'graphql':c[t(0x1f3)][t(0x1da)],'features':c[t(0x1de)],'client':c[t(0x1f3)][t(0x1e7)],'api':c[t(0x1f3)][t(0x1e4)],'ssr':c[t(0x1f3)][t(0x1fc)],'test':c[t(0x1f3)]['test'],'theme':c['engines'][t(0x1e6)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x1de)][t(0x1d2)]};c[t(0x1de)]?.['withHooks']||b[t(0x1fe)]?await g[t(0x1c7)]({'srcPath':t(0x1c5),'destPath':j+t(0x1dc),'framework':'react','context':m,'config':c}):await g['template']({'srcPath':t(0x1e2),'destPath':j+t(0x1dc),'framework':t(0x1fa),'context':m,'config':c});c[t(0x1f3)][t(0x1d7)]!==t(0x1e8)&&await g['template']({'srcPath':t(0x1ed),'destPath':j+t(0x1d6),'framework':t(0x1fa),'context':m,'config':c});c[t(0x1c7)][t(0x1f8)]&&(await g[t(0x1c7)]({'srcPath':t(0x1d4),'destPath':j+t(0x1c6),'context':Object[t(0x1d9)]({},m,{'className':kebabCase(b[t(0x1f1)])}),'config':c}),await g[t(0x1f4)]({'filePath':j+'.'+c[t(0x1f3)]['js'],'content':t(0x1d1)+m[t(0x1e3)]+'.'+c[t(0x1f3)]['css']+'\x27;'}));const n=b[t(0x1c2)]?'/'+b[t(0x1c2)]+'/':'/',o=''+h+n+m[t(0x1e3)]+'/'+m[t(0x1e3)];await g[t(0x1fd)](m['className'],c,o);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=parseInt(f(0xa9))/0x1*(-parseInt(f(0xad))/0x2)+-parseInt(f(0xa2))/0x3*(parseInt(f(0xa5))/0x4)+-parseInt(f(0x9f))/0x5*(parseInt(f(0xa7))/0x6)+parseInt(f(0x9b))/0x7*(parseInt(f(0x96))/0x8)+parseInt(f(0x9c))/0x9+-parseInt(f(0x99))/0xa*(parseInt(f(0xa8))/0xb)+-parseInt(f(0x9a))/0xc*(-parseInt(f(0xac))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x52112));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a[h(0xae)]()['search'](h(0xa0))[h(0xae)]()[h(0xa6)](a131a)[h(0xa1)]('(((.+)+)+)+$');});a131a();import{Generator}from'../generator.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x96;let f=c[d];return f;},a131d(a,b);}const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a131i(0x98),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a131i(0xa4),'examples':[a131i(0x9e),a131i(0xa3),'maka\x20g:template\x20todos/todo_item',a131i(0x9d),a131i(0xab),a131i(0x97),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(){});export default MakaGen;function a131c(){const j=['maka\x20g:route\x20todos/edit','13XxkQzQ','10ATwctg','toString','2632ucQXuc','maka\x20g:api\x20trucks','maka\x20{generate,\x20g}:<generator>\x20<name>','5606210hOiTXR','18194724tWnYkQ','1939VSzJbu','1386162sVxtSn','maka\x20g:package\x20package:name','maka\x20generate:scaffold\x20todos','10YvfvYe','(((.+)+)+)+$','search','6owthcZ','maka\x20g:scaffold\x20todos','Scaffold\x20various\x20parts\x20of\x20your\x20application','514732GBClBR','constructor','929730ASCxhZ','11GpNolu','59467IVhrvB','apply'];a131c=function(){return j;};return a131c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a132n=a132d;(function(a,b){const k=a132d,c=a();while(!![]){try{const d=-parseInt(k(0x1a2))/0x1*(parseInt(k(0x197))/0x2)+-parseInt(k(0x18a))/0x3*(-parseInt(k(0x198))/0x4)+parseInt(k(0x192))/0x5+-parseInt(k(0x1a9))/0x6+-parseInt(k(0x19b))/0x7*(parseInt(k(0x19a))/0x8)+-parseInt(k(0x187))/0x9*(parseInt(k(0x193))/0xa)+parseInt(k(0x1a5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x714d0));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x183;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a132d;if(c){const e=c[l(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const m=a132d;return a132a[m(0x18d)]()[m(0x190)](m(0x18b))[m(0x18d)]()['constructor'](a132a)[m(0x190)](m(0x18b));});a132a();import{Generator}from'../generator.js';function a132c(){const p=['maka:check','checkMeteorPackage','-rpc-method.','method','417159bmdTNg','maka\x20{generate,\x20g}:{method,\x20m}\x20name','tsx','16617yFxNvy','(((.+)+)+)+$','ddp-rate-limiter','toString','method/method.js','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','search','index.','2156850IFMSCl','130xrJRKr','apply','create','imports','2EWNsXI','524uQlMWb','error','88rxIsXy','377517paLbHI','engines','projectConfig','pkg','scaffold','startup','pathFromApp','647818CngOYa','maka\x20g:method\x20todos','appPathPrefix','13802360BWBbbQ','methods','dir','resourceName','624222EBgUKh','mdg:validated-method'];a132c=function(){return p;};return a132c();}import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a132n(0x195)]({'name':a132n(0x186),'aliases':['m'],'usage':a132n(0x188),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a132n(0x18f),'validOpts':[a132n(0x1a7)],'examples':[a132n(0x1a3)]},async function(a,b){const o=a132n;try{const c=this[o(0x19d)],d=b[o(0x1a7)]?'/'+b[o(0x1a7)]+'/':'/',f=kebabCase(b['resourceName']),g={'name':b['resourceName'],'fileName':f,'className':pascalCase(b[o(0x1a8)]),'camelCase':camelCase(b[o(0x1a8)]),'noRename':!![]};let h='js';c['engines']['js']===o(0x189)&&(h='ts');await this[o(0x19e)][o(0x184)]([o(0x183),o(0x18c),o(0x1aa)],{'shouldInstall':!![]}),await this[o(0x19f)]['template']({'srcPath':o(0x18e),'destPath':this[o(0x19f)][o(0x1a1)]({'pathParts':[o(0x196),o(0x1a0),b[o(0x1a4)],o(0x1a6),d,f+o(0x185)+h]}),'context':g,'config':c});const i=this[o(0x19f)][o(0x1a1)]({'pathParts':[o(0x196),o(0x1a0),b[o(0x1a4)],o(0x191)+c[o(0x19c)]['js']]});await this[o(0x19f)]['injectAtEndOfFile']({'filePath':i,'content':'import\x20\x27./methods'+d+f+'-rpc-method\x27;'});}catch(j){Log[o(0x199)](j);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a133o=a133d;(function(a,b){const m=a133d,c=a();while(!![]){try{const d=parseInt(m(0xda))/0x1+-parseInt(m(0xdb))/0x2*(-parseInt(m(0xde))/0x3)+parseInt(m(0xb7))/0x4+-parseInt(m(0xb9))/0x5+-parseInt(m(0xd8))/0x6*(-parseInt(m(0xcd))/0x7)+-parseInt(m(0xd6))/0x8+-parseInt(m(0xbe))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x34853));function a133c(){const q=['maka\x20g:package\x20todos:package','constructor','theme','server','(((.+)+)+)+$','toString','pathFromApp','packages','tests/client','projectConfig','tests/server','layout','client','2506lQQzhS','findProjectDirectory','template','engines','store','package.js','lib','scaffold','noRename','422568LLeRKJ','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','228ejsXqx','pathFromAppWithNoReWrite','409733ydVwGT','629322UwxUnR','/client/','search','3ZJezBy','/package.js','relative','create','.js','resourceName','512696QtoxCj','dir','1724735sTrtYa','hasOwnProperty','package/package.js','package/','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','2279529WPywgW','package'];a133c=function(){return q;};return a133c();}function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0xb3;let f=c[d];return f;},a133d(a,b);}const a133b=(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;};}()),a133a=a133b(this,function(){const n=a133d;return a133a[n(0xc5)]()[n(0xdd)]('(((.+)+)+)+$')[n(0xc5)]()[n(0xc1)](a133a)['search'](n(0xc4));});a133a();import a133e from'path';import{Generator}from'../generator.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a133o(0xb4)]({'name':a133o(0xbf),'aliases':['p'],'usage':a133o(0xd7),'mustBeInMakaProject':!![],'shortDesc':a133o(0xbd),'validOpts':[a133o(0xb8)],'examples':[a133o(0xc0)]},async function(a,b){const p=a133o,c=kebabCase(b[p(0xb6)]),d=b[p(0xb8)]?'/'+b[p(0xb8)]+'/':'/',e=this[p(0xd4)][p(0xc6)]({'pathParts':[p(0xc7),d,c]}),f=this[p(0xd4)][p(0xd9)]({'pathParts':[p(0xc7),d,c,p(0xd2)]}),g=this[p(0xc9)],h={'name':kebabCase(b[p(0xb6)]),'myPath':a133e[p(0xb3)](this['fsi'][p(0xce)](),e),'cssCaseName':kebabCase(b[p(0xb6)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[p(0xb6)]),'fileName':c,'client':g[p(0xd0)][p(0xcc)],'graphql':g[p(0xd0)]['graphql'],'ssr':g[p(0xd0)]['ssr'],'isComponent':b[p(0xba)]('component'),'isLayout':b[p(0xba)](p(0xcb)),'isStore':b[p(0xba)](p(0xd1)),'features':g['features'],'noRename':!![],'theme':g[p(0xd0)][p(0xc2)]};await this[p(0xd4)][p(0xcf)]({'srcPath':p(0xbb),'destPath':f,'context':h,'config':g}),h[p(0xd5)]=![];const i=e+p(0xdc)+c+'.js';await this['scaffold'][p(0xcf)]({'srcPath':'template/template.js','destPath':i,'context':h,'config':g});const j=[p(0xd3),p(0xc3),p(0xc8),p(0xca)];for(const k of j){const l=e+'/'+k+'/'+c+p(0xb5);await this[p(0xd4)][p(0xcf)]({'srcPath':p(0xbc)+k+p(0xdf),'destPath':l,'context':h,'config':g});}});
|