@maka/maka-cli 5.0.21 → 5.0.24
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 +53 -56
- 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/meteor/app/imports/startup/lib/index.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +1 -1
- package/bundle/obf/src/templates/meteor/app/meteor.d.ts +56 -56
- package/bundle/obf/src/templates/meteor/service/logger/logger.js +2 -2
- package/bundle/obf/src/templates/meteor/service/logger/logger.js.ts +2 -2
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/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/delete-1.1.0.tgz +0 -0
- package/eslint.config.js +19 -0
- package/maka-maka-cli-5.0.23.tgz +0 -0
- package/matched-5.0.1.tgz +0 -0
- package/package.json +53 -56
- package/tsconfig.json +8 -3
- package/maka-tar-6.2.1.tgz +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const a114n=a114d;(function(a,b){const k=a114d,c=a();while(!![]){try{const d=-parseInt(k(
|
|
1
|
+
const a114n=a114d;(function(a,b){const k=a114d,c=a();while(!![]){try{const d=-parseInt(k(0x92))/0x1+parseInt(k(0xa6))/0x2+parseInt(k(0xa8))/0x3*(-parseInt(k(0x88))/0x4)+parseInt(k(0x98))/0x5+-parseInt(k(0x91))/0x6*(-parseInt(k(0xa0))/0x7)+parseInt(k(0x90))/0x8*(-parseInt(k(0x81))/0x9)+parseInt(k(0xab))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0x3d561));const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a114d;if(c){const e=c[l(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const m=a114d;return a114a['toString']()[m(0x85)](m(0x83))[m(0x93)]()[m(0x82)](a114a)[m(0x85)](m(0x83));});a114a();function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0x7f;let f=c[d];return f;},a114d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';function a114c(){const p=['scaffold','server','better-sqlite3','80395WOaJBf','maka\x20g:dbc\x20todos\x20--type=sqlite','pgsql','sqlite','create','-dbc\x27;','649304qSLLvl','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','384843XJtTua','dir','import\x20\x27./register-','1362650NTatgz','injectAtEndOfFile','type','pkg','maka\x20g:dbc\x20azure\x20--type=mssql','register-','tsx','414549JOYMSX','constructor','(((.+)+)+)+$','dbc/register-dbc.js','search','mssql','resourceName','8hwNtxJ','startup','dbc','template','conn.','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','projectConfig','checkNpmPackage','16NsCGef','36vNntxP','18740uNdxcQ','toString','apply','-dbc.','index.','imports','444150ogOryK','engines','pathFromApp','error','config.'];a114c=function(){return p;};return a114c();}import{Log}from'../tools/log/log.class.js';Generator[a114n(0xa4)]({'name':'dbc','usage':a114n(0x8d),'shortDesc':a114n(0xa7),'validOpts':['dir'],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a114n(0xad),'values':['pgsql',a114n(0x86),a114n(0xa3)]}],'examples':['maka\x20g:dbc\x20geoserver\x20--type=pgsql',a114n(0xaf),a114n(0xa1)]},async function(a,b){const o=a114n;try{const c=this[o(0x8e)],d=kebabCase(b[o(0x87)]),f={'name':pascalCase(b[o(0x87)]),'fileName':kebabCase(b['resourceName']),'camelCase':camelCase(b[o(0x87)]),'type':b[o(0xad)],'engine':c['engines']['js'],'noRename':!![]},g=b[o(0xa9)]?'/'+b['dir']+'/':'/';let h='js';c['engines']['js']===o(0x80)&&(h='ts');b['type']===o(0xa2)&&await this[o(0xae)][o(0x8f)]('pg',{'shouldInstall':!![]});b[o(0xad)]==='mssql'&&await this[o(0xae)]['checkNpmPackage'](o(0x86),{'shouldInstall':!![]});b['type']===o(0xa3)&&await this['pkg'][o(0x8f)](o(0x9f),{'shouldInstall':!![]});await this[o(0x9d)][o(0x8b)]({'srcPath':'dbc/config.js','destPath':this[o(0x9d)][o(0x9a)]({'pathParts':['imports',o(0x89),o(0x9e),o(0x8a),g,d,o(0x9c)+h]}),'context':f,'config':c}),await this['scaffold'][o(0x8b)]({'srcPath':'dbc/conn.js','destPath':this[o(0x9d)][o(0x9a)]({'pathParts':[o(0x97),o(0x89),o(0x9e),o(0x8a),g,d,o(0x8c)+h]}),'context':f,'config':c}),await this[o(0x9d)][o(0x8b)]({'srcPath':o(0x84),'destPath':this[o(0x9d)]['pathFromApp']({'pathParts':['imports',o(0x89),o(0x9e),o(0x7f)+d+o(0x95)+h]}),'context':f,'config':c});const i=this[o(0x9d)]['pathFromApp']({'pathParts':['imports',o(0x89),'server',o(0x96)+c[o(0x99)]['js']]});await this[o(0x9d)][o(0xac)]({'filePath':i,'content':o(0xaa)+d+o(0xa5)});}catch(j){Log[o(0x9b)](j);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a115d(a,b){const c=a115c();return a115d=function(d,e){d=d-0x69;let f=c[d];return f;},a115d(a,b);}function a115c(){const m=['cert','getGlobalConfig','11WLsKLi','1761884WIzcdj','977039JICBxX','force','app.tar.gz','service','constructor','11972810tZEYMf','1559583MgXvST','9745014YaZKqd','dockerfile','Generate\x20an\x20updated\x20dockerfile','430itBzhu','13263TJNxdr','8cCtdsa','7kznWxU','Dockerfile','cfg','search','error','isFile','appName','7303200MvixbJ','fsi','findProjectDirectory','docker/Dockerfile','(((.+)+)+)+$','scaffold','join','maka\x20g:dockerfile'];a115c=function(){return m;};return a115c();}const a115k=a115d;(function(a,b){const i=a115d,c=a();while(!![]){try{const d=parseInt(i(0x85))/0x1+-parseInt(i(0x6f))/0x2*(-parseInt(i(0x70))/0x3)+parseInt(i(0x84))/0x4+parseInt(i(0x79))/0x5+parseInt(i(0x6c))/0x6*(-parseInt(i(0x72))/0x7)+parseInt(i(0x71))/0x8*(-parseInt(i(0x6b))/0x9)+-parseInt(i(0x6a))/0xa*(parseInt(i(0x83))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0xcb988));const a115b=(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;};}()),a115a=a115b(this,function(){const j=a115d;return a115a['toString']()[j(0x75)](j(0x7d))['toString']()[j(0x69)](a115a)[j(0x75)](j(0x7d));});a115a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a115e from'path';Generator['create']({'name':a115k(0x6d),'usage':'maka\x20{generate,\x20g}:dockerfile','shortDesc':a115k(0x6e),'resourceNameRequired':![],'validOpts':[{'name':a115k(0x86),'boolFlag':!![]}],'examples':[a115k(0x80)]},async function(a,b){const l=a115k;try{const c=this[l(0x74)]['getMakaProjectConfig'](),d=await this[l(0x74)][l(0x82)](),f=this[l(0x7a)][l(0x7b)](),g={'app':c[l(0x78)],'config':c,'appPath':a115e[l(0x7f)](f,'app'),'bundlePath':a115e[l(0x7f)](f,'build',l(0x87)),'useCert':d[l(0x81)]?this['fsi'][l(0x77)](d[l(0x81)]):![]};await this[l(0x7e)]['template']({'srcPath':l(0x7c),'destPath':a115e[l(0x7f)](f,l(0x73)),'framework':l(0x88),'context':g,'config':c,'force':b[l(0x86)]});}catch(h){Log[l(0x76)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a116n=a116d;(function(a,b){const l=a116d,c=a();while(!![]){try{const d=parseInt(l(0xa2))/0x1*(parseInt(l(0xa5))/0x2)+-parseInt(l(0x8d))/0x3+-parseInt(l(0x9c))/0x4*(parseInt(l(0xcd))/0x5)+-parseInt(l(0xa1))/0x6*(-parseInt(l(0xc8))/0x7)+-parseInt(l(0xcc))/0x8+parseInt(l(0xa9))/0x9+parseInt(l(0x9a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x6aa03));const a116b=(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;};}()),a116a=a116b(this,function(){const m=a116d;return a116a['toString']()[m(0xc6)](m(0x8e))[m(0xb0)]()[m(0xb3)](a116a)[m(0xc6)](m(0x8e));});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';Generator[a116n(0xc7)]({'name':a116n(0xb4),'aliases':['h'],'checkWhere':![],'usage':a116n(0xa3),'shortDesc':a116n(0xcb),'validOpts':[{'name':'baseDir','values':[a116n(0x9f),'components',a116n(0xa4),a116n(0xc9)]},{'name':'force','boolFlag':!![]}],'examples':[a116n(0xbc)],'description':a116n(0xbf)},async function(a,b){const o=a116n;Log[o(0x8a)]('Creating\x20'+b[o(0xc1)]+o(0x91));try{await this[o(0xba)][o(0x8b)](o(0x93),{'shouldInstall':!![]});const c=this[o(0x94)][o(0xab)](),d=b[o(0xb2)]?o(0x9d)+b['baseDir']:o(0xc3),f=this[o(0xb1)][o(0xaf)]({'pathParts':[d,b['dir'],kebabCase(b[o(0xc1)]),kebabCase(b[o(0xc1)])]}),g=this['projectConfig'];typeof g[o(0xac)]['css']===o(0x97)&&this[o(0x9b)][o(0x98)](o(0x8c),g[o(0xac)][o(0x8c)]);g['engines'][o(0xb5)]===o(0xad)&&!this[o(0xba)][o(0x8b)](o(0xae))&&(Log[o(0xbd)](o(0xc0)),await this[o(0xba)][o(0xb7)](o(0x9e),{'cwd':c}));const h={'cssCaseName':kebabCase(b[o(0xc1)]),'camelCaseName':camelCase(b[o(0xc1)]),'className':pascalCase(b[o(0xc1)]),'name':pascalCase(b[o(0xc1)]),'graphql':g[o(0xb9)]['graphql'],'theme':g[o(0xb9)]['theme'],'features':g[o(0xc4)],'myPath':a116e[o(0xb6)](this[o(0x94)][o(0xb8)](),f),'fileName':kebabCase(b[o(0xc1)]),'isComponent':![],'isLayout':![],'withTranslations':g[o(0xc4)]['withTranslations']};await this[o(0xb1)][o(0xac)]({'srcPath':o(0xa8),'destPath':f+o(0xaa),'context':h,'config':g,'framework':o(0x93),'force':b[o(0xa0)]});g[o(0xac)][o(0x8c)]&&(await this['scaffold'][o(0xac)]({'srcPath':'template/template.css','destPath':f+o(0x92),'context':Object['assign']({},h,{'className':h[o(0x90)]}),'config':g,'force':b[o(0xa0)]}),await this[o(0xb1)][o(0xbb)]({'filePath':f+'.'+g['engines']['js'],'content':o(0xc2)+h[o(0xa6)]+'.'+g['engines'][o(0x8c)]+'\x27;'}));g[o(0xb9)][o(0x96)]!==o(0xa7)&&await this[o(0xb1)][o(0xac)]({'srcPath':o(0x99),'destPath':f+o(0xca),'framework':o(0x93),'context':h,'config':g,'force':b['force']});const i=b[o(0xc5)]?'/'+b[o(0xc5)]+'/':'/',j=''+d+i+h[o(0xa6)]+'/'+h[o(0xa6)];await this[o(0xb1)][o(0x8f)](h[o(0x95)],g,j);}catch(k){Log[o(0xbe)](k);}});function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x8a;let f=c[d];return f;},a116d(a,b);}function a116c(){const p=['test/test.js','4725250JaYXyb','cfg','4gQbZCW','/imports/ui/','@apollo/client\x20isomorphic-fetch','hooks','force','4344gXXqrn','75806MuOnSu','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','pages','14HmDOiC','fileName','none','hook/hook.js','722133TRGyok','.js','findAppDirectory','template','apollo','@apollo/client','pathFromApp','toString','scaffold','baseDir','constructor','hook','graphql','relative','installNpmPackage','findProjectDirectory','engines','pkg','injectAtBeginningOfFile','maka\x20g:hook\x20cool-hook','warn','error','\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','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','resourceName','import\x20\x27./','/imports/ui/components','features','dir','search','create','224jTEkgU','layouts','.app-tests.js','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','2059728xuGskT','1230275duAfGY','notice','checkNpmPackage','css','498936PVQboA','(((.+)+)+)+$','injectTemplateModule','cssCaseName','\x20hook...','.css','react','fsi','className','test','string','setTemplate'];a116c=function(){return p;};return a116c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a117d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a117d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1*(-parseInt(f(0xef))/0x2)+parseInt(f(0xee))/0x3+parseInt(f(0xe8))/0x4+parseInt(f(0xed))/0x5*(-parseInt(f(0xe9))/0x6)+parseInt(f(0xeb))/0x7+parseInt(f(0xf5))/0x8+parseInt(f(0xf4))/0x9*(-parseInt(f(0xec))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x1deeb));function a117c(){var i=['442ahXgYt','constructor','(((.+)+)+)+$','search','apply','94887zUSbxN','1920144YdCFBa','923628tfGBfD','1447926hpWwmN','279gMTVep','440958ZkKYUn','250xqarMU','5yQrkUH','95763utgNRA'];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(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){var h=a117d;return a117a['toString']()[h(0xf2)](h(0xf1))['toString']()[h(0xf0)](a117a)[h(0xf2)](h(0xf1));});a117a();import'./kit.js';function a117d(a,b){var c=a117c();return a117d=function(d,e){d=d-0xe8;var f=c[d];return f;},a117d(a,b);}import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0xa8))/0x1+parseInt(f(0xa4))/0x2+parseInt(f(0xa1))/0x3+parseInt(f(0x9d))/0x4+parseInt(f(0xa9))/0x5*(-parseInt(f(0xa2))/0x6)+parseInt(f(0xa6))/0x7*(-parseInt(f(0x9b))/0x8)+parseInt(f(0xa5))/0x9*(parseInt(f(0x9e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x95bfa));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xa7)]()[h(0x9f)](h(0xa0))[h(0xa7)]()[h(0xa3)](a118a)[h(0x9f)](h(0xa0));});function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x9b;var f=c[d];return f;},a118d(a,b);}function a118c(){var i=['10510qnjiVj','search','(((.+)+)+)+$','3390978RXBzwf','213630mAZNVD','constructor','914438zorGZJ','5112uazSKL','35YgLzXU','toString','229226yKZySr','85VLjYqf','1602976ypioYM','apply','1060912Pojwqg'];a118c=function(){return i;};return a118c();}a118a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a119h=a119d;function a119c(){const j=['1006490qBbvww','28695524gnCFaN','16GGNSiU','170OVctRQ','2782713OUHxHY','NIE','create','maka\x20g:kit:a','6MasGNC','constructor','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','auth','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','3690CmqElJ','(((.+)+)+)+$','search','21915ChaSXX','925120PKZxMS','toString','13427tPnYvp','6877619wHgpXy'];a119c=function(){return j;};return a119c();}(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x110))/0x1*(parseInt(f(0x115))/0x2)+parseInt(f(0x116))/0x3+-parseInt(f(0x114))/0x4*(parseInt(f(0x112))/0x5)+-parseInt(f(0x11a))/0x6*(-parseInt(f(0x111))/0x7)+parseInt(f(0x10e))/0x8+-parseInt(f(0x10d))/0x9*(-parseInt(f(0x10a))/0xa)+-parseInt(f(0x113))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x9f18e));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(0x10f)]()[g(0x10c)](g(0x10b))['toString']()[g(0x11b)](a119a)[g(0x10c)](g(0x10b));});a119a();function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x107;let f=c[d];return f;},a119d(a,b);}import{Generator}from'../../../generator.js';import a119e from'../kit.js';const AuthGen=Generator[a119h(0x118)]({'name':a119h(0x108),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','shortDesc':a119h(0x109),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a119h(0x119)],'description':a119h(0x107)},async function(){const i=a119h;throw i(0x117);},async function(){},a119e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120v=a120d;function a120c(){const x=['\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','findAppDirectory','index','injectIntoCodeBlock','toString','normalize','auth/roles','101648nXxLjJ','create','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','search','alanning:roles','meteor/meteor','meteor/maka:react-tracker','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','pathFromApp','kit:auth:provider','force','ssr','(((.+)+)+)+$','startup','injectImport','/imports/startup/server/publications/auth/roles.js','Meteor','const\x20sendForgotPasswordEmail','99DPNGYF','checkMeteorPackage','\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','kit/auth/service/meteor-auth-service.js','\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','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','30tySMJg','return\x20\x5c(','421323PRouUr','\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','server','export\x20const\x20AuthProvider','2042864JSfMNk','/imports/startup/client/authentication-service','apply','imports','injectIntoFile','const\x20resetPasswordWithToken','error','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','REACT','905244MszeuA','AuthService','meteor','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','meteor/accounts-base','processAndRunGenerator','90226XzcuBR','2aAxxli','findProjectDirectory','authentication-provider','48055pDQOus','const\x20registerNewUser','/imports/startup/client','.js','template','engines','const\x20deauthenticateUser','Meteor.startup','207490COodwz','Accounts','Meteor.publish','publish'];a120c=function(){return x;};return a120c();}(function(a,b){const s=a120d,c=a();while(!![]){try{const d=-parseInt(s(0xfc))/0x1*(-parseInt(s(0xfb))/0x2)+-parseInt(s(0xe8))/0x3+-parseInt(s(0x112))/0x4*(parseInt(s(0xe6))/0x5)+-parseInt(s(0xf5))/0x6+parseInt(s(0xff))/0x7+parseInt(s(0xec))/0x8+parseInt(s(0xe0))/0x9*(parseInt(s(0x107))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x216c5));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a120d;if(c){const e=c[t(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const u=a120d;return a120a['toString']()[u(0x115)](u(0xda))[u(0x10f)]()['constructor'](a120a)[u(0x115)](u(0xda));});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';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0xd1;let f=c[d];return f;},a120d(a,b);}Generator[a120v(0x113)]({'name':a120v(0xf7),'aliases':['m'],'usage':a120v(0xf8),'shortDesc':a120v(0xe5),'validOpts':[a120v(0xd8)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines[a120v(0xf4)]},'description':'\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'},async function(a,b){const w=a120v,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[w(0xd8)]||![];await d[w(0xe1)](['accounts-password',w(0xd1)],{'shouldInstall':!![]});const i=c[w(0xfd)](),j=c[w(0x10c)](),k=g[w(0x104)][w(0xd9)]===w(0xf7);await a120g[w(0xfa)](w(0xd7),[],{'force':h,'cwd':i,'config':g}),await a120g['processAndRunGenerator'](w(0x10a),[w(0x111)],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a120e[w(0x110)](w(0xdd)),m=k?'/imports/startup/lib':w(0x101),n=f[w(0xd6)]({'pathParts':[m,'','','authentication-service']});await f[w(0x103)]({'srcPath':w(0xe3),'destPath':n+w(0x102),'framework':'react','context':{},'config':g,'force':h,'ignore':![]});const o=f[w(0xd6)]({'pathParts':[m,'','',w(0xfe)]}),p=g['engines']['js'];await f[w(0xdc)]({'filePath':o+'.'+p,'importName':w(0xf6),'modulePath':k?'/imports/startup/lib/authentication-service':w(0xed),'isNamedExport':![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0xe4),'begin':'const\x20authenticateUser','replace':!![]}),await f[w(0x10e)]({'filePath':o+'.'+p,'content':w(0xe9),'begin':'const\x20authenticateToken','replace':!![]}),await f[w(0x10e)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20const\x20authorizations\x20=\x20await\x20AuthService.getUserAuthorizations(user.id);\x0a\x20\x20\x20\x20\x20\x20return\x20authorizations;\x0a\x20\x20\x20\x20\x20\x20','begin':'const\x20getUserAuthorizations','replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0xd5),'begin':w(0x105),'replace':!![]}),await f[w(0x10e)]({'filePath':o+'.'+p,'content':w(0xd4),'begin':w(0xdf),'replace':!![]}),await f[w(0x10e)]({'filePath':o+'.'+p,'content':w(0xf3),'begin':w(0x100),'replace':!![]}),await f[w(0x10e)]({'filePath':o+'.'+p,'content':w(0x114),'begin':w(0xf1),'replace':!![]});k&&(await f['injectImport']({'filePath':o+'.'+p,'importName':'useTracker','modulePath':w(0xd3),'isNamedExport':!![]}),await f[w(0xf0)]({'filePath':o+'.'+p,'content':w(0xe2),'begin':w(0xeb),'end':w(0xe7)}));await f[w(0xdc)]({'filePath':l,'importName':w(0xde),'modulePath':w(0xd2),'isNamedExport':!![],'injectAtStart':!![]}),await f[w(0x10e)]({'filePath':l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','begin':w(0x109),'replace':!![]});const q=f[w(0xd6)]({'pathParts':[w(0xef),w(0xdb),w(0xea),w(0x10d)]});await f[w(0xdc)]({'filePath':q+'.'+p,'importName':w(0x108),'modulePath':w(0xf9),'isNamedExport':!![]}),await f['injectIntoCodeBlock']({'filePath':q+'.'+p,'content':w(0x10b),'begin':w(0x106),'replace':!![]});}catch(r){Log[w(0xf2)](r),process['exit'](0x1);}},async function(){},a120f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121x=a121d;(function(a,b){const u=a121d,c=a();while(!![]){try{const d=parseInt(u(
|
|
1
|
+
function a121c(){const z=['toString','scaffold','.js','/imports/startup/lib/authentication-provider','search','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','\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','3bWFDhs','/routes','split','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','7872516XETOjf','injectAroundString','const\x20PrivateRoute','/imports/startup/client/index','force','create','injectImport','kit/auth/provider/authentication-provider.js','function\x20useAuth','appName','\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','apply','11dQDPHU','5930776vfyzDZ','const\x20useAuth','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','react','/imports/startup/lib','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','(((.+)+)+)+$','/imports/startup/client/authentication-provider','800620MyvNLi','template','engines','18bqIwSW','</AuthProvider>','/imports/startup/client','1180RQgYdi','authentication-provider','injectIntoCodeBlock','AuthContext','AuthProvider','pathFromApp','607274WsXGeC','10455FYTaMu','<AppRoutes\x20/>','<AuthProvider>','25707730qpJtqx','9703120SdnoJD','useContext'];a121c=function(){return z;};return a121c();}const a121x=a121d;(function(a,b){const u=a121d,c=a();while(!![]){try{const d=parseInt(u(0x11a))/0x1*(parseInt(u(0x10c))/0x2)+parseInt(u(0x10d))/0x3*(parseInt(u(0x106))/0x4)+parseInt(u(0x100))/0x5+parseInt(u(0x11e))/0x6+parseInt(u(0x111))/0x7+parseInt(u(0xf8))/0x8*(-parseInt(u(0x103))/0x9)+-parseInt(u(0x110))/0xa*(parseInt(u(0xf7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xb59d1));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a121d;if(c){const e=c[v(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const w=a121d;return a121a['toString']()[w(0x117)](w(0xfe))[w(0x113)]()['constructor'](a121a)[w(0x117)](w(0xfe));});function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0xf1;let f=c[d];return f;},a121d(a,b);}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[a121x(0x123)]({'name':'provider','aliases':['p'],'usage':a121x(0x11d),'shortDesc':a121x(0xfa),'validOpts':[a121x(0x122)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a121x(0xfd)},async function(a,b){const y=a121x;try{const c=b[y(0x122)]||![];Log['bright'](y(0x118));const {projectConfig:d}=this,f=d[y(0x102)]['ssr']==='meteor',g={'name':capitalCase(d[y(0xf4)])},h=f?y(0xfc):y(0x105),i=this[y(0x114)][y(0x10b)]({'pathParts':[h,'','',y(0x107)]});await this['scaffold'][y(0x101)]({'srcPath':y(0xf2),'destPath':i+y(0x115),'framework':y(0xfb),'context':g,'config':d,'force':c,'ignore':![]});const j=d[y(0x102)]['js'],k=h+y(0x11b),l=k[y(0x11c)]('/'),m=this[y(0x114)][y(0x10b)]({'pathParts':l});await this[y(0x114)][y(0xf1)]({'filePath':m+'.'+j,'importName':y(0x109),'modulePath':f?y(0x116):y(0xff),'isNamedExport':!![]}),await this['scaffold'][y(0xf1)]({'filePath':m+'.'+j,'importName':y(0x112),'modulePath':y(0xfb),'isNamedExport':!![],'injectAtStart':!![]}),await this['scaffold'][y(0x108)]({'filePath':m+'.'+j,'content':y(0xf5),'begin':[y(0xf9),y(0xf3)],'replace':!![]}),await this[y(0x114)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0x119),'begin':[y(0x120)],'replace':!![]});const n=y(0x121),o=n[y(0x11c)]('/'),p=this[y(0x114)][y(0x10b)]({'pathParts':o});await this[y(0x114)][y(0xf1)]({'filePath':p+'.'+j,'importName':y(0x10a),'modulePath':f?y(0x116):y(0xff),'isNamedExport':!![]}),await this[y(0x114)][y(0x11f)]({'filePath':p+'.'+j,'aboveContent':y(0x10f),'belowContent':y(0x104),'targetString':y(0x10e),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q[y(0x11c)]('/'),s=this[y(0x114)][y(0x10b)]({'pathParts':r});await this['scaffold'][y(0xf1)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x116):y(0xff),'isNamedExport':!![]}),await this[y(0x114)][y(0x11f)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x104),'targetString':'<AppRoutes\x20/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process['exit'](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x13f))/0x1+-parseInt(f(0x14a))/0x2+parseInt(f(0x142))/0x3+parseInt(f(0x140))/0x4*(-parseInt(f(0x14c))/0x5)+-parseInt(f(0x147))/0x6+-parseInt(f(0x141))/0x7+-parseInt(f(0x149))/0x8*(-parseInt(f(0x143))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x3bb62));function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x13f;var f=c[d];return f;},a122d(a,b);}var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a['toString']()[h(0x148)](h(0x14b))[h(0x145)]()[h(0x146)](a122a)['search'](h(0x14b));});a122a();function a122c(){var i=['toString','constructor','520392akQtPM','search','19504nrBMVB','544264ZavsyF','(((.+)+)+)+$','5nExYUU','322613BqsnjQ','1729220zLPIrG','1439004WgLwdB','54720pXOjTK','5706mnFeEX','apply'];a122c=function(){return i;};return a122c();}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a123h=a123d;(function(a,b){const f=a123d,c=a();while(!![]){try{const d=parseInt(f(0x89))/0x1+parseInt(f(0x9c))/0x2*(parseInt(f(0x9d))/0x3)+parseInt(f(0x98))/0x4+parseInt(f(0x8b))/0x5*(parseInt(f(0x8d))/0x6)+parseInt(f(0x93))/0x7*(-parseInt(f(0x9a))/0x8)+parseInt(f(0x8a))/0x9+-parseInt(f(0x8f))/0xa*(parseInt(f(0x9b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1bc0f));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(0x99)]()['search'](g(0x8e))[g(0x99)]()[g(0x95)](a123a)[g(0x9f)](g(0x8e));});a123a();function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x89;let f=c[d];return f;},a123d(a,b);}function a123c(){const j=['153135LdhGZG','10rtcJjA','maka\x20g:kit:e','186324MFQJkN','(((.+)+)+)+$','211160iBEHBD','create','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','\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','3038sfvFuy','esri','constructor','Esri\x20Kit\x20generated\x20successfully','/foo','837376TXQBUA','toString','1336oeQafI','154GlPXUr','2LDFKNg','155334YaDFAa','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','search','141536ddEezE'];a123c=function(){return j;};return a123c();}import{Generator}from'../../../generator.js';import a123e from'../kit.js';const EsriGen=Generator[a123h(0x90)]({'name':a123h(0x94),'aliases':['e'],'usage':a123h(0x9e),'shortDesc':a123h(0x91),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a123h(0x8c)],'description':a123h(0x92)},async function(){const i=a123h;return{'success':!![],'message':i(0x96),'details':{'filesCreated':['/foo/bar'],'filesUpdated':[i(0x97)]}};},async function(){},a123e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-
|
|
1
|
+
function a124c(){const w=['error','/imports/startup/client/templates','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','processAndRunGenerator','523457vLMYyx','bright','basic-map','11FJWzam','map','search','toString','injectTemplateModule','exit','888612YyTdnC','30fKfhOF','/imports/ui/','replaceAll','7908640HOGuAL','react','REACT','27908gqhXDn','\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','ssr','@esri/react-arcgis','58066IKmRqS','findProjectDirectory','(((.+)+)+)+$','kit/esri/map/','constructor','588QSVitj','create','5233144rXVGHO','split','/imports/startup/lib/templates','baseDir','esri-loader','.js','9anIAyg','injectIntoFile','159DSjdFH','Generate\x20an\x20Esri\x20map\x20component','<div\x20id=\x22map\x22>','meteor','dir','2749064ZBnZNl','injectImport','engines'];a124c=function(){return w;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x86;let f=c[d];return f;},a124d(a,b);}const a124u=a124d;(function(a,b){const s=a124d,c=a();while(!![]){try{const d=-parseInt(s(0x8a))/0x1*(parseInt(s(0x9b))/0x2)+parseInt(s(0xaa))/0x3*(parseInt(s(0x97))/0x4)+parseInt(s(0x91))/0x5*(parseInt(s(0x90))/0x6)+parseInt(s(0xa2))/0x7+parseInt(s(0xaf))/0x8+-parseInt(s(0xa8))/0x9*(-parseInt(s(0x94))/0xa)+parseInt(s(0x87))/0xb*(-parseInt(s(0xa0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x7778c));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(0x8d)]()[t(0x8c)](t(0x9d))[t(0x8d)]()[t(0x9f)](a124a)['search'](t(0x9d));});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';import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124u(0xa1)]({'name':a124u(0x8b),'aliases':['m'],'usage':a124u(0xb5),'shortDesc':a124u(0xab),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a124u(0x96)],'ssr':SsrEngines['NONE']},'description':a124u(0x98)},async function(a,b){const v=a124u;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[v(0x88)]('Generating\x20a\x20map\x20component');const h=v(0x89);await f['checkNpmPackage']([v(0x9a),v(0xa6)],{'shouldInstall':!![]});const i=d[v(0x9c)](),j=c[v(0xb1)][v(0x99)]===v(0xad),k=await a124f[v(0x86)]('page',[v(0x8b)],{'cwd':i,'config':c}),l={'name':capitalCase(c['appName'])[v(0x93)]('-','\x20'),'componentName':pascalCase(h)},m=b[v(0xa5)]?v(0x92)+b[v(0xa5)]:'/imports/ui/hooks',n=g['pathFromApp']({'pathParts':[m,b[v(0xae)],kebabCase(h),kebabCase(h)]});await g['template']({'srcPath':v(0x9e)+h+'.js','destPath':n+v(0xa7),'framework':v(0x95),'context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[v(0xae)]+'/'+h+'/'+h;await g[v(0x8e)](h,c,o);const p=k[v(0xa3)]('/'),q=g['pathFromApp']({'pathParts':p});await g[v(0xb0)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?v(0xa4):v(0xb3),'isNamedExport':!![]}),await g[v(0xa9)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+v(0xb4),'begin':[v(0xac),'<div\x20id=\x22map\x22>'],'end':['</div>'],'replace':!![]});}catch(r){Log[v(0xb2)](r),process[v(0x8f)](0x1);}},async function(){},a124e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a125i=a125d;(function(a,b){const f=a125d,c=a();while(!![]){try{const d=parseInt(f(0xec))/0x1+parseInt(f(0xe3))/0x2*(-parseInt(f(0xdf))/0x3)+-parseInt(f(0xde))/0x4+parseInt(f(0xe6))/0x5*(parseInt(f(0xee))/0x6)+parseInt(f(0xe4))/0x7+parseInt(f(0xe7))/0x8+parseInt(f(0xe8))/0x9*(-parseInt(f(0xdd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x7c85e));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a125d;if(c){const e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const h=a125d;return a125a[h(0xea)]()['search'](h(0xeb))['toString']()[h(0xdc)](a125a)['search'](h(0xeb));});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xdc;let f=c[d];return f;},a125d(a,b);}a125a();import{Generator}from'../../generator.js';const KitGen=Generator[a125i(0xed)]({'name':a125i(0xe9),'aliases':['k'],'usage':a125i(0xe0),'shortDesc':a125i(0xef),'minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':[a125i(0xe2),a125i(0xe5)]},async function(){});export default KitGen;function a125c(){const j=['2188008HFrfdV','1378779jDwojp','maka\x20{generate,\x20g}:{kit}\x20<name>','apply','maka\x20g:kit','2GSneyk','1317008RzkyQT','maka\x20g:k','15GJESZF','4667664SwNuii','9qFRMDP','kit','toString','(((.+)+)+)+$','201966huvaTL','create','1739082NGMFuv','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','constructor','3264680zCWPKW'];a125c=function(){return j;};return a125c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xc8;var f=c[d];return f;},a126d(a,b);}(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xc9))/0x1+parseInt(f(0xd2))/0x2+-parseInt(f(0xca))/0x3*(-parseInt(f(0xcf))/0x4)+parseInt(f(0xc8))/0x5*(parseInt(f(0xd0))/0x6)+-parseInt(f(0xcc))/0x7+parseInt(f(0xce))/0x8+-parseInt(f(0xd5))/0x9*(parseInt(f(0xd3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x1af4d));function a126c(){var i=['247332kLCZwG','toString','226464QgUpLK','(((.+)+)+)+$','1088872ELsLmm','4UVDGxb','6RSGbJC','search','174640zWITEK','1464670gduQvk','apply','9BPbUyN','135155oBKsMv','43672kFAYWC'];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(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0xcb)]()['search'](h(0xcd))[h(0xcb)]()['constructor'](a126a)[h(0xd1)](h(0xcd));});a126a();import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a127K=a127d;(function(a,b){const I=a127d,c=a();while(!![]){try{const d=parseInt(I(0xdf))/0x1+parseInt(I(0x109))/0x2+-parseInt(I(0x114))/0x3*(-parseInt(I(0xe6))/0x4)+parseInt(I(0xed))/0x5*(parseInt(I(0xff))/0x6)+-parseInt(I(0xdd))/0x7*(parseInt(I(0xf1))/0x8)+parseInt(I(0xe3))/0x9+-parseInt(I(0xf4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xee75e));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[J(0xfa)]()[J(0xf7)](J(0x10c))[J(0xfa)]()[J(0x103)](a127a)[J(0xf7)](J(0x10c));});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';function a127c(){const N=['layouts','engines','kit/mui/auth/register/','669080QGWCxc','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','kit/mui/auth/forgot-password/','15707920ALhDGF','register','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','search','AuthContext','Meteor\x20Accounts','toString','kit:auth:provider','/imports/startup/client/authentication-provider','kit:auth:meteor','basic-forgot-password-page','33294pFTUDr','processAndRunGenerator','injectTemplateModule','react','constructor','logout','basic-register-page','basic-password-reset-page','template','findProjectDirectory','917994MvbeJG','appName','split','(((.+)+)+)+$','MATERIAL','force','basic-logout-page','error','baseDir','meteor','reset-password/:token','18714RexKxl','injectImport','kit/mui/auth/login/','pathFromApp','ssr','route','authType','kit/mui/auth/password-reset/','log','77xMdrhu','dir','32753QCIsKX','Cleaning\x20up...','.js','kit/mui/auth/logout/','12986190lCKYav','/imports/ui/','maka\x20g:k:m:a','652bbktgF','Custom\x20(roll\x20your\x20own)','/imports/ui/pages/auth','/imports/startup/lib/authentication-provider','REACT','auth','custom','465NKmTQG'];a127c=function(){return N;};return a127c();}import{kebabCase,capitalCase}from'change-case';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xd5;let f=c[d];return f;},a127d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a127K(0xeb),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','shortDesc':a127K(0xf2),'validOpts':[a127K(0xee),a127K(0x10e)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a127K(0x10d)],'client':ClientEngines[a127K(0xea)]},'examples':['maka\x20generate:kit:mui:auth',a127K(0xe5)],'description':a127K(0xf6)},async function(a,b){const L=a127K;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b[L(0x10e)]||![],h=d[L(0x108)](),i=await Actions['select']({'name':L(0xda),'message':'What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','choices':[{'name':L(0xf9),'value':L(0x112)},{'name':L(0xe7),'value':L(0xec)}]}),j='basic-login-page',k=L(0x10f),l=L(0x105),m=L(0x106),n=L(0xfe),o=b[L(0x111)]?L(0xe4)+b[L(0x111)]:L(0xe8),p=f[L(0xd7)]({'pathParts':[o,b[L(0xde)],kebabCase(j),kebabCase(j)]}),q=f[L(0xd7)]({'pathParts':[o,b[L(0xde)],kebabCase(k),kebabCase(k)]}),r=f[L(0xd7)]({'pathParts':[o,b['dir'],kebabCase(l),kebabCase(l)]}),s=f['pathFromApp']({'pathParts':[o,b[L(0xde)],kebabCase(m),kebabCase(m)]}),t=f[L(0xd7)]({'pathParts':[o,b[L(0xde)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[L(0x10a)])};await f[L(0x107)]({'srcPath':L(0xd6)+j+L(0xe1),'destPath':p+L(0xe1),'framework':L(0x102),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x107)]({'srcPath':L(0xe2)+k+L(0xe1),'destPath':q+L(0xe1),'framework':L(0x102),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x107)]({'srcPath':L(0xf0)+l+L(0xe1),'destPath':r+'.js','framework':L(0x102),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x107)]({'srcPath':L(0xdb)+m+L(0xe1),'destPath':s+'.js','framework':L(0x102),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':L(0xf3)+n+L(0xe1),'destPath':t+'.js','framework':'react','context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[L(0xde)]+'/'+j+'/'+j;await f[L(0x101)](j,c,v);const w=''+o+b['dir']+'/'+k+'/'+k;await f[L(0x101)](k,c,w);const x=''+o+b['dir']+'/'+l+'/'+l;await f['injectTemplateModule'](l,c,x);const y=''+o+b[L(0xde)]+'/'+m+'/'+m;await f[L(0x101)](m,c,y);const z=''+o+b[L(0xde)]+'/'+n+'/'+n;await f[L(0x101)](n,c,z),await a127e[L(0x100)](L(0xd9),['basic-login-page'],{'route':'login','cwd':h,'config':c}),await a127e['processAndRunGenerator'](L(0xd9),[L(0x10f)],{'route':L(0x104),'private':!![],'cwd':h,'config':c}),await a127e[L(0x100)]('route',[L(0x105)],{'route':L(0xf5),'cwd':h,'config':c}),await a127e[L(0x100)](L(0xd9),[L(0x106)],{'route':L(0x113),'cwd':h,'config':c}),await a127e[L(0x100)](L(0xd9),[L(0xfe)],{'route':'forgot-password','cwd':h,'config':c});i==='meteor'&&await a127e[L(0x100)](L(0xfd),[],{'force':g,'cwd':h,'config':c});i===L(0xec)&&await a127e[L(0x100)](L(0xfb),[],{'force':g,'cwd':h,'config':c});const A=c[L(0xef)][L(0xd8)]===L(0x112),B=c[L(0xef)]['js'],C=f[L(0xd7)]({'pathParts':v['split']('/')});await f['injectImport']({'filePath':C+'.'+B,'importName':L(0xf8),'modulePath':A?L(0xe9):L(0xfc),'isNamedExport':!![]});const D=f[L(0xd7)]({'pathParts':w[L(0x10b)]('/')});await f[L(0xd5)]({'filePath':D+'.'+B,'importName':L(0xf8),'modulePath':A?L(0xe9):L(0xfc),'isNamedExport':!![]});const E=f[L(0xd7)]({'pathParts':x[L(0x10b)]('/')});await f['injectImport']({'filePath':E+'.'+B,'importName':L(0xf8),'modulePath':A?L(0xe9):L(0xfc),'isNamedExport':!![]});const F=f[L(0xd7)]({'pathParts':y[L(0x10b)]('/')});await f[L(0xd5)]({'filePath':F+'.'+B,'importName':L(0xf8),'modulePath':A?L(0xe9):L(0xfc),'isNamedExport':!![]});const G=f['pathFromApp']({'pathParts':z[L(0x10b)]('/')});await f['injectImport']({'filePath':G+'.'+B,'importName':L(0xf8),'modulePath':A?L(0xe9):L(0xfc),'isNamedExport':!![]});}catch(H){Log[L(0x110)](H);}},async function(){const M=a127K;console[M(0xdc)](M(0xe0));},a127f);export default a127f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a128H=a128d;(function(a,b){const E=a128d,c=a();while(!![]){try{const d=parseInt(E(0xb4))/0x1+parseInt(E(0xbf))/0x2*(parseInt(E(0xc0))/0x3)+parseInt(E(0xce))/0x4*(-parseInt(E(0x9f))/0x5)+-parseInt(E(0xcc))/0x6*(parseInt(E(0x90))/0x7)+-parseInt(E(0xc5))/0x8+parseInt(E(0xb1))/0x9*(-parseInt(E(0xb7))/0xa)+-parseInt(E(0xd1))/0xb*(-parseInt(E(0xb0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x53249));function a128c(){const K=['.js','1524504uksojk','<div\x20id=\x22','error','<Outlet\x20/>','-hook\x22>','baseDir','pathFromApp','161004iNfVIj','/imports/ui/components','76WxPNSz','join','@mui/material/Container','113663mFmiKM','layouts','map','<Outlet/>','basic-drawer','\x20/>\x0a','Container','7Mealzz','/imports/startup/lib/templates','injectAroundString','dir','react','frame','maka\x20g:k:m:f','MATERIAL','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','template','/imports/startup/client/templates','imports','apply','maka\x20generate:kit:mui:frame','checkMeteorPackage','44855BtUwmM','injectIntoFile','kit/mui/frame/footers/','ssr','kit/mui/frame/app-bars/','meteor','constructor','engines','toString','log','findAppDirectory','basic-sticky-footer','app-tests','checkbox','session','injectImport','REACT','96NjUwZB','243531tuGdES','force','</div>','321497qHXgPc','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','(((.+)+)+)+$','110GHcdxa','No\x20layouts\x20selected','appName','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','basic-app-bar','search','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','maka:react-tracker','146lLvueH','25557ygxOmD','length','injectTemplateModule','getFiles'];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(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const G=a128d;return a128a[G(0xa7)]()[G(0xbc)](G(0xb6))[G(0xa7)]()[G(0xa5)](a128a)[G(0xbc)]('(((.+)+)+)+$');});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';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x8c;let f=c[d];return f;},a128d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a128H(0x95),'aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','shortDesc':a128H(0x98),'validOpts':[a128H(0xd2),'baseDir','dir',a128H(0xb2)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a128H(0x97)],'client':ClientEngines[a128H(0xaf)]},'examples':[a128H(0x9d),a128H(0x96)],'description':a128H(0xba)},async function(a,b){const I=a128H,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b[I(0xb2)]||![],i=I(0xbb),j=I(0x8d),k=I(0xaa),l=c[I(0xa6)][I(0xa2)]===I(0xa4);await f[I(0x9e)]([I(0xad),I(0xbe)],{'shouldInstall':!![]});const m=d[I(0xa9)](),n=a128e['join'](m,I(0x9b),'ui','layouts'),o=d['getDirectories'](n),p=o[I(0xd3)](z=>({'name':z,'value':z})),q=await Actions[I(0xac)]({'message':I(0xbd),'name':'layouts','choices':p});if(q[I(0xc1)]===0x0){Log['error'](I(0xb8));return;}const r=b[I(0xca)]?'/imports/ui/'+b[I(0xca)]:I(0xcd),s=g['pathFromApp']({'pathParts':[r,b[I(0x93)],kebabCase(i),kebabCase(i)]}),t=g[I(0xcb)]({'pathParts':[r,b['dir'],kebabCase(j),kebabCase(j)]}),u=g[I(0xcb)]({'pathParts':[r,b[I(0x93)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[I(0xb9)])};await g[I(0x99)]({'srcPath':I(0xa3)+i+I(0xc4),'destPath':s+'.js','framework':I(0x94),'context':v,'config':c,'force':h,'ignore':![]}),await g[I(0x99)]({'srcPath':'kit/mui/frame/drawers/'+j+I(0xc4),'destPath':t+I(0xc4),'framework':I(0x94),'context':v,'config':c,'force':h,'ignore':![]}),await g[I(0x99)]({'srcPath':I(0xa1)+k+I(0xc4),'destPath':u+I(0xc4),'framework':I(0x94),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b['dir']+'/'+i+'/'+i;await g[I(0xc2)](i,c,w);const x=''+r+b[I(0x93)]+'/'+j+'/'+j;await g['injectTemplateModule'](j,c,x);const y=''+r+b['dir']+'/'+k+'/'+k;await g[I(0xc2)](k,c,y);for(const z of q){const A=d[I(0xc3)](a128e[I(0xcf)](n,z),{'extensions':['jsx','tsx'],'omit':[I(0xab),'tests','test']});for(const B of A){const C=a128e[I(0xcf)](n,z,B);await g[I(0xae)]({'filePath':C,'importName':'Box','modulePath':'@mui/material/Box','isNamedExport':![]}),await g[I(0xae)]({'filePath':C,'importName':I(0x8f),'modulePath':I(0xd0),'isNamedExport':![]}),await g[I(0xae)]({'filePath':C,'importName':pascalCase(i),'modulePath':l?'/imports/startup/lib/templates':I(0x9a),'isNamedExport':!![]}),await g[I(0xa0)]({'filePath':C,'content':'<'+pascalCase(i)+I(0x8e),'begin':['<div\x20id=\x22'+z+'\x22>','<div\x20id=\x22'+z+'-hook\x22>'],'end':['<Outlet/>',I(0xc8)]}),await g[I(0xae)]({'filePath':C,'importName':pascalCase(j),'modulePath':l?I(0x91):I(0x9a),'isNamedExport':!![]}),await g[I(0xa0)]({'filePath':C,'content':'<'+pascalCase(j)+I(0x8e),'begin':[I(0xc6)+z+'\x22>','<div\x20id=\x22'+z+I(0xc9)],'end':[I(0x8c),I(0xc8)]}),await g[I(0xa0)]({'filePath':C,'content':'<'+pascalCase(k)+I(0x8e),'begin':[I(0x8c),'<Outlet\x20/>'],'end':[I(0xb3)]}),await g[I(0xae)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?I(0x91):'/imports/startup/client/templates','isNamedExport':!![]}),await g[I(0x92)]({'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(0xb5),'targetString':[I(0x8c),I(0xc8)],'targetIndentAdjustment':0x6});}}}catch(D){Log[I(0xc7)](D);}},async function(){const J=a128H;console[J(0xa8)]('Cleaning\x20up...');},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129j=a129d;(function(a,b){const g=a129d,c=a();while(!![]){try{const d=parseInt(g(
|
|
1
|
+
const a129j=a129d;(function(a,b){const g=a129d,c=a();while(!![]){try{const d=parseInt(g(0x16f))/0x1*(parseInt(g(0x16c))/0x2)+-parseInt(g(0x159))/0x3+parseInt(g(0x167))/0x4+parseInt(g(0x161))/0x5+parseInt(g(0x171))/0x6*(parseInt(g(0x15a))/0x7)+parseInt(g(0x163))/0x8*(parseInt(g(0x15e))/0x9)+-parseInt(g(0x16a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xf0e6f));function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x152;let f=c[d];return f;},a129d(a,b);}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a129d;if(c){const e=c[h(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const i=a129d;return a129a[i(0x152)]()['search'](i(0x16e))[i(0x152)]()[i(0x169)](a129a)['search']('(((.+)+)+)+$');});a129a();function a129c(){const l=['includes','2GjlaSV','maka\x20g:kit:m','(((.+)+)+)+$','395990GKiWKn','processAndRunGenerator','12neKWmr','\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','kitChoices','cfg','toString','Header,\x20Footer,\x20and\x20Drawer','frame','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','kit:mui:auth','info','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','1371831xOvSWg','6745697bvoRMe','fsi','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','No\x20MUI\x20kits\x20selected.\x20Exiting.','117mhUzFu','length','mui','2352600RFOLAA','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','53912rrCTAh','Material-UI\x20Kit','auth','apply','1249708JFIXQi','getMakaProjectConfig','constructor','17498740oyWYfw'];a129c=function(){return l;};return a129c();}import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a129e from'../../../generators/maka.gen.js';import a129f from'../kit.js';const MuiGen=Generator['create']({'name':a129j(0x160),'aliases':['m'],'usage':a129j(0x158),'resourceNameRequired':![],'shortDesc':a129j(0x164),'validOpts':[''],'isPro':!![],'examples':[a129j(0x16d)]},async function(){const k=a129j;Log[k(0x157)](k(0x162)),Log[k(0x173)](k(0x172));const a=await Actions['checkbox']({'message':k(0x155),'name':k(0x174),'choices':[{'name':k(0x153),'value':k(0x154)},{'name':k(0x15c),'value':k(0x165)}]}),b=this[k(0x15b)]['findProjectDirectory'](),c=this[k(0x175)][k(0x168)]();a[k(0x16b)](k(0x154))&&await a129e[k(0x170)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a['includes'](k(0x165))&&await a129e['processAndRunGenerator'](k(0x156),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x15f)]===0x0){Log[k(0x157)](k(0x15d));return;}},async function(){},a129f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130s=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a130d(a,b);}(function(a,b){const p=a130d,c=a();while(!![]){try{const d=-parseInt(p(0x1cf))/0x1+parseInt(p(0x206))/0x2+-parseInt(p(0x200))/0x3*(-parseInt(p(0x1fa))/0x4)+parseInt(p(0x1f1))/0x5*(-parseInt(p(0x203))/0x6)+-parseInt(p(0x1d2))/0x7*(-parseInt(p(0x1f9))/0x8)+-parseInt(p(0x1d7))/0x9*(parseInt(p(0x1ee))/0xa)+parseInt(p(0x1d6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xc4bf2));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a130d;if(c){const e=c[q(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const r=a130d;return a130a['toString']()[r(0x1e3)](r(0x1e7))[r(0x1d9)]()[r(0x1db)](a130a)[r(0x1e3)](r(0x1e7));});function a130c(){const u=['css','678854hCtDeH','606942gOmuOV','withTranslations','toString','test','constructor','relative','findProjectDirectory','/imports/ui/layouts','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','.app-tests.js','component/component.js','client','search','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','dir','findAppDirectory','(((.+)+)+)+$','import\x20\x27./','template','ssr','layout','warn','setTemplate','160ZtXdCw','features','template/template.css','5mVSULu','apply','checkNpmPackage','api','fileName','.css','resourceName','test/test.js','8WCCAJj','275924HVexMr','ramda','maka\x20g:layout\x20mobile/iPhone8','react','withHook','pathFromApp','66RDANbm','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','engines','3891090uKJtTH','installNpmPackage','.js','1024974HKtScY','226083QCNRMq','injectAtBeginningOfFile','string','4673879zaEPCh','create','Scaffolding\x20for\x20a\x20React\x20Layout.'];a130c=function(){return u;};return a130c();}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[a130s(0x1d3)]({'name':a130s(0x1eb),'aliases':aliases,'usage':a130s(0x1e4),'shortDesc':a130s(0x1d4),'validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':[a130s(0x1fc),'maka\x20g:l\x20web/safari']},async function(a,b){const t=a130s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x1de),i=d[t(0x1e6)](),j=g[t(0x1ff)]({'pathParts':[h,b[t(0x1e5)],kebabCase(b['resourceName']),kebabCase(b['resourceName'])]});typeof c['template']['test']===t(0x1d1)&&e[t(0x1ed)]('test',c['template'][t(0x1da)]);typeof c[t(0x1e9)][t(0x1d5)]==='string'&&e[t(0x1ed)](t(0x1d5),c[t(0x1e9)]['css']);typeof c[t(0x1e9)]['js']===t(0x1d1)&&e[t(0x1ed)]('js',c[t(0x1e9)]['js']);const k=b['_']?b['_'][0x0]['split'](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[t(0x1f3)]('ramda')&&(Log[t(0x1ec)](t(0x201)),f[t(0x204)](t(0x1fb),{'cwd':i}));if(l&&!f['checkNpmPackage'](t(0x1fd))){Log[t(0x1ec)](t(0x1df));return;}const m={'name':pascalCase(b[t(0x1f7)]),'myPath':a130e[t(0x1dc)](d[t(0x1dd)](),j),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[t(0x1f7)]),'camelCaseName':camelCase(b[t(0x1f7)]),'fileName':kebabCase(b[t(0x1f7)]),'graphql':c['engines']['graphql'],'features':c[t(0x1ef)],'client':c['engines'][t(0x1e2)],'api':c[t(0x202)][t(0x1f4)],'ssr':c[t(0x202)][t(0x1ea)],'test':c[t(0x202)][t(0x1da)],'theme':c[t(0x202)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x1ef)][t(0x1d8)]};c[t(0x1ef)]?.['withHooks']||b[t(0x1fe)]?await g[t(0x1e9)]({'srcPath':'hook/hook.js','destPath':j+'.js','framework':t(0x1fd),'context':m,'config':c}):await g['template']({'srcPath':t(0x1e1),'destPath':j+t(0x205),'framework':t(0x1fd),'context':m,'config':c});c['engines']['test']!=='none'&&await g[t(0x1e9)]({'srcPath':t(0x1f8),'destPath':j+t(0x1e0),'framework':'react','context':m,'config':c});c['template'][t(0x1d5)]&&(await g['template']({'srcPath':t(0x1f0),'destPath':j+t(0x1f6),'context':Object['assign']({},m,{'className':kebabCase(b[t(0x1f7)])}),'config':c}),await g[t(0x1d0)]({'filePath':j+'.'+c[t(0x202)]['js'],'content':t(0x1e8)+m[t(0x1f5)]+'.'+c['engines'][t(0x1d5)]+'\x27;'}));const n=b[t(0x1e5)]?'/'+b[t(0x1e5)]+'/':'/',o=''+h+n+m[t(0x1f5)]+'/'+m['fileName'];await g['injectTemplateModule'](m['className'],c,o);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a131i=a131d;function a131c(){const j=['maka\x20g:route\x20todos/edit','apply','823960iFOcBb','591564xuJJZc','340196Yooakc','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','10680vIgxvm','search','2110500DonNNS','maka\x20g:api\x20trucks','247060Zmhnzp','(((.+)+)+)+$','maka\x20g:template\x20todos/todo_item','21qsDOlX','maka\x20g:package\x20package:name','48agkSdx','3LGmZsy','299947hNsYLf','generate','3987UfRkgW','20nDWvXe'];a131c=function(){return j;};return a131c();}(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x113))/0x1+parseInt(f(0x104))/0x2*(-parseInt(f(0x112))/0x3)+-parseInt(f(0x10a))/0x4+-parseInt(f(0x116))/0x5*(-parseInt(f(0x11a))/0x6)+-parseInt(f(0x10f))/0x7*(-parseInt(f(0x119))/0x8)+-parseInt(f(0x115))/0x9*(-parseInt(f(0x108))/0xa)+-parseInt(f(0x10c))/0xb*(-parseInt(f(0x111))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x4196f));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a['toString']()[h(0x109)](h(0x10d))['toString']()['constructor'](a131a)[h(0x109)](h(0x10d));});a131a();import{Generator}from'../generator.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x104;let f=c[d];return f;},a131d(a,b);}const MakaGen=new Generator({'name':a131i(0x114),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a131i(0x105),'examples':['maka\x20generate:scaffold\x20todos',a131i(0x106),a131i(0x10e),a131i(0x110),a131i(0x117),a131i(0x10b),a131i(0x107)]},async function(){});export default MakaGen;
|