@maka/maka-cli 4.13.3 → 4.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -0
  109. package/bundle/obf/src/generators/aws/aws.js +1 -0
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -0
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -0
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -0
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/templates/aws/cloudformation/create-ec2-instance.template +14 -0
  145. package/bundle/obf/src/tool.js +1 -1
  146. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/https/https.class.js +1 -1
  154. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  155. package/bundle/obf/src/tools/log/log.class.js +1 -1
  156. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  160. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  162. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  164. package/package.json +1 -1
@@ -1 +1 @@
1
- const a112o=a112d;(function(a,b){const l=a112d,c=a();while(!![]){try{const d=-parseInt(l(0x1eb))/0x1+parseInt(l(0x1ce))/0x2+parseInt(l(0x1db))/0x3+-parseInt(l(0x1ba))/0x4*(parseInt(l(0x1b7))/0x5)+parseInt(l(0x1c7))/0x6*(parseInt(l(0x1d7))/0x7)+-parseInt(l(0x1c0))/0x8+parseInt(l(0x1b8))/0x9*(-parseInt(l(0x1cf))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0x5c91a));const a112b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a112d;if(c){const e=c[m(0x1c6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){const n=a112d;return a112a['toString']()[n(0x1e2)]('(((.+)+)+)+$')[n(0x1dd)]()[n(0x1df)](a112a)[n(0x1e2)]('(((.+)+)+)+$');});a112a();import a112e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';function a112d(a,b){const c=a112c();return a112d=function(d,e){d=d-0x1b4;let f=c[d];return f;},a112d(a,b);}import{Log}from'../tools/log/log.class.js';function a112c(){const r=['injectTemplateModule','25535KzycoA','4149toyTAY','checkNpmPackage','200HscmQK','fileName','template/template.css','features','engines','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','879720pCVqGx','fsi','react','/imports/ui/','@apollo/client\x20isomorphic-fetch','resourceName','apply','1727202OMhwew','hooks','graphql','Creating\x20','.js','pages','warn','1102854JeCydf','570wnIhtO','hook/hook.js','pathFromApp','findAppDirectory','css','getMakaProjectConfig','className','assign','14yobVMR','apollo','test','pathFromProject','388617fjUneg','.css','toString','setTemplate','constructor','baseDir','string','search','test/test.js','/imports/ui/components','create','hook','force','import\x20\x27./','template','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','485946RIHQXs','injectAtBeginningOfFile','true','withValue'];a112c=function(){return r;};return a112c();}import{UsageError}from'../error.js';Generator[a112o(0x1e5)]({'name':a112o(0x1e6),'aliases':['h'],'checkWhere':![],'usage':a112o(0x1bf),'shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','validOpts':[{'name':a112o(0x1e0),'values':[a112o(0x1c8),'components',a112o(0x1cc),'layouts']},{'name':a112o(0x1e7),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':'\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'},async function(a,b){const p=a112o;Log['notice'](p(0x1ca)+b[p(0x1c5)]+'\x20hook...');try{const c=this['fsi'][p(0x1b9)](p(0x1c2));if(!c){Log['error'](p(0x1ea));throw new UsageError();}const d=this[p(0x1c1)][p(0x1d2)](),f=b[p(0x1e0)]?p(0x1c3)+b[p(0x1e0)]:p(0x1e4),g=this['fsi'][p(0x1d1)]({'pathParts':[f,b['dir'],paramCase(b['resourceName']),paramCase(b['resourceName'])]}),h=await this[p(0x1c1)][p(0x1d4)]();await this[p(0x1c1)][p(0x1b5)](h,async()=>{const q=p;typeof h[q(0x1e9)][q(0x1d3)]===q(0x1e1)&&(h[q(0x1e9)][q(0x1d3)]=h['template'][q(0x1d3)]===q(0x1b4)?!![]:![],this[q(0x1c1)][q(0x1de)](q(0x1d3),h[q(0x1e9)][q(0x1d3)]));h['engines'][q(0x1c9)]===q(0x1d8)&&!this[q(0x1c1)][q(0x1b9)]('@apollo/client')&&(Log[q(0x1cd)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),await this[q(0x1c1)]['installNpmPackage'](q(0x1c4),{'cwd':d}));const i={'cssCaseName':paramCase(b[q(0x1c5)]),'camelCaseName':camelCase(b[q(0x1c5)]),'className':pascalCase(b[q(0x1c5)]),'name':pascalCase(b[q(0x1c5)]),'graphql':h[q(0x1be)][q(0x1c9)],'theme':h[q(0x1be)]['theme'],'features':h[q(0x1bd)],'myPath':a112e['relative'](this['fsi'][q(0x1da)]({}),g),'fileName':paramCase(b[q(0x1c5)]),'isComponent':![],'isLayout':![],'withTranslations':h[q(0x1bd)]['withTranslations']};await this[q(0x1c1)][q(0x1e9)]({'srcPath':q(0x1d0),'destPath':g+q(0x1cb),'context':i,'config':h,'framework':'react','force':b[q(0x1e7)]});h['template'][q(0x1d3)]&&(await this[q(0x1c1)][q(0x1e9)]({'srcPath':q(0x1bc),'destPath':g+q(0x1dc),'context':Object[q(0x1d6)]({},i,{'className':i['cssCaseName']}),'config':h,'force':b[q(0x1e7)]}),await this['fsi'][q(0x1ec)]({'filePath':g+'.'+h[q(0x1be)]['js'],'content':q(0x1e8)+i[q(0x1bb)]+'.'+h[q(0x1be)]['css']+'\x27;'}));h[q(0x1be)][q(0x1d9)]!=='none'&&await this[q(0x1c1)][q(0x1e9)]({'srcPath':q(0x1e3),'destPath':g+'.app-tests.js','framework':q(0x1c2),'context':i,'config':h,'force':b[q(0x1e7)]});const j=b['dir']?'/'+b['dir']+'/':'/',k=''+f+j+i['fileName']+'/'+i[q(0x1bb)];await this['fsi'][q(0x1b6)](i[q(0x1d5)],h,k);});}catch(i){Log['error'](i);}});
1
+ const a117o=a117d;(function(a,b){const l=a117d,c=a();while(!![]){try{const d=parseInt(l(0x125))/0x1*(-parseInt(l(0x108))/0x2)+parseInt(l(0x10e))/0x3+-parseInt(l(0x10a))/0x4*(-parseInt(l(0x128))/0x5)+parseInt(l(0x10c))/0x6+-parseInt(l(0x127))/0x7*(parseInt(l(0xfb))/0x8)+-parseInt(l(0x116))/0x9+parseInt(l(0x101))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x6f113));function a117c(){const r=['warn','220414jkbljY','graphql','7368ZdsxhT','apply','5335200WSkjKf','react','1115817TadnAa','template','theme','error','pages','css','fsi','test','626967fmtnLB','hook/hook.js','cssCaseName','engines','notice','apollo','import\x20\x27./','layouts','hook','force','/imports/ui/','string','resourceName','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','dir','8XLxobk','Creating\x20','328825PjIbUx','1465AocWRB','toString','relative','assign','components','\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','/imports/ui/components','@apollo/client','constructor','pathFromApp','setTemplate','checkNpmPackage','withValue','pathFromProject','.css','\x20hook...','none','120Edoryb','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','.js','features','template/template.css','search','3100300iCGixQ','(((.+)+)+)+$','baseDir','injectTemplateModule','fileName','maka\x20g:hook\x20cool-hook'];a117c=function(){return r;};return a117c();}function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0xf4;let f=c[d];return f;},a117d(a,b);}const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a117d;if(c){const e=c[m(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const n=a117d;return a117a[n(0x129)]()[n(0x100)](n(0x102))[n(0x129)]()[n(0x130)](a117a)[n(0x100)](n(0x102));});a117a();import a117e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator['create']({'name':a117o(0x11e),'aliases':['h'],'checkWhere':![],'usage':a117o(0xfc),'shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','validOpts':[{'name':a117o(0x103),'values':['hooks',a117o(0x12c),a117o(0x112),a117o(0x11d)]},{'name':a117o(0x11f),'boolFlag':!![]}],'examples':[a117o(0x106)],'description':a117o(0x12d)},async function(a,b){const p=a117o;Log[p(0x11a)](p(0x126)+b[p(0x122)]+p(0xf9));try{const c=this[p(0x114)]['checkNpmPackage'](p(0x10d));if(!c){Log[p(0x111)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this['fsi']['findAppDirectory'](),f=b[p(0x103)]?p(0x120)+b[p(0x103)]:p(0x12e),g=this['fsi'][p(0x131)]({'pathParts':[f,b[p(0x124)],paramCase(b['resourceName']),paramCase(b[p(0x122)])]}),h=await this['fsi']['getMakaProjectConfig']();await this[p(0x114)][p(0xf6)](h,async()=>{const q=p;typeof h[q(0x10f)]['css']===q(0x121)&&(h[q(0x10f)][q(0x113)]=h[q(0x10f)]['css']==='true'?!![]:![],this[q(0x114)][q(0xf4)](q(0x113),h[q(0x10f)][q(0x113)]));h[q(0x119)][q(0x109)]===q(0x11b)&&!this['fsi'][q(0xf5)](q(0x12f))&&(Log[q(0x107)](q(0x123)),await this[q(0x114)]['installNpmPackage']('@apollo/client\x20isomorphic-fetch',{'cwd':d}));const i={'cssCaseName':paramCase(b[q(0x122)]),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b[q(0x122)]),'name':pascalCase(b[q(0x122)]),'graphql':h[q(0x119)][q(0x109)],'theme':h[q(0x119)][q(0x110)],'features':h[q(0xfe)],'myPath':a117e[q(0x12a)](this['fsi'][q(0xf7)]({}),g),'fileName':paramCase(b[q(0x122)]),'isComponent':![],'isLayout':![],'withTranslations':h['features']['withTranslations']};await this[q(0x114)]['template']({'srcPath':q(0x117),'destPath':g+q(0xfd),'context':i,'config':h,'framework':'react','force':b['force']});h['template']['css']&&(await this[q(0x114)][q(0x10f)]({'srcPath':q(0xff),'destPath':g+q(0xf8),'context':Object[q(0x12b)]({},i,{'className':i[q(0x118)]}),'config':h,'force':b[q(0x11f)]}),await this[q(0x114)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[q(0x119)]['js'],'content':q(0x11c)+i[q(0x105)]+'.'+h['engines'][q(0x113)]+'\x27;'}));h[q(0x119)][q(0x115)]!==q(0xfa)&&await this[q(0x114)][q(0x10f)]({'srcPath':'test/test.js','destPath':g+'.app-tests.js','framework':'react','context':i,'config':h,'force':b[q(0x11f)]});const j=b[q(0x124)]?'/'+b[q(0x124)]+'/':'/',k=''+f+j+i[q(0x105)]+'/'+i[q(0x105)];await this[q(0x114)][q(0x104)](i['className'],h,k);});}catch(i){Log[p(0x111)](i);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a113d,c=a();while(!![]){try{var d=-parseInt(f(0x1ec))/0x1+parseInt(f(0x1f1))/0x2*(-parseInt(f(0x1eb))/0x3)+-parseInt(f(0x1f2))/0x4+parseInt(f(0x1ea))/0x5+parseInt(f(0x1e9))/0x6+-parseInt(f(0x1ed))/0x7+parseInt(f(0x1ee))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0xbe52d));var a113b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a113d;if(c){var e=c[g(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a113a=a113b(this,function(){var h=a113d;return a113a[h(0x1f0)]()[h(0x1e7)](h(0x1e8))[h(0x1f0)]()[h(0x1ef)](a113a)['search']('(((.+)+)+)+$');});function a113c(){var i=['65296FUsoZs','7426784KolIGU','constructor','toString','2qQfTzX','4334892XRSLyI','apply','search','(((.+)+)+)+$','7499364NDTWRZ','5569770MqMVHS','2273016hzfVeu','661908IhirUe'];a113c=function(){return i;};return a113c();}a113a();function a113d(a,b){var c=a113c();return a113d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a113d(a,b);}import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
1
+ (function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0xc5))/0x1+-parseInt(f(0xc0))/0x2+-parseInt(f(0xbd))/0x3*(-parseInt(f(0xbb))/0x4)+-parseInt(f(0xc3))/0x5+-parseInt(f(0xc4))/0x6*(parseInt(f(0xc1))/0x7)+parseInt(f(0xbc))/0x8*(parseInt(f(0xc6))/0x9)+parseInt(f(0xb9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xd29df));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xba)]()[h(0xbf)](h(0xc2))[h(0xba)]()[h(0xb8)](a118a)[h(0xbf)](h(0xc2));});a118a();function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0xb8;var f=c[d];return f;},a118d(a,b);}import'./kit.js';import'./mui/_index.js';function a118c(){var i=['constructor','31121040CDhiKb','toString','28yQRtch','24iPVIDj','146499MFVXBG','apply','search','1405320TOaGIM','1631GUuyEm','(((.+)+)+)+$','4003885LlgYVJ','25368VQbtui','149253brsMit','139698IZJkZO'];a118c=function(){return i;};return a118c();}import'./esri/_index.js';import'./auth/_index.js';
@@ -1 +1 @@
1
- (function(a,b){var f=a114d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1*(-parseInt(f(0xa8))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0xab))/0x4)+-parseInt(f(0xa2))/0x5+parseInt(f(0xa9))/0x6+parseInt(f(0xa6))/0x7+parseInt(f(0xa5))/0x8+parseInt(f(0xa0))/0x9*(-parseInt(f(0xa1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0xdb8fc));var a114b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a114d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){var h=a114d;return a114a[h(0x9f)]()[h(0xa7)](h(0xa4))[h(0x9f)]()['constructor'](a114a)[h(0xa7)](h(0xa4));});a114a();function a114c(){var i=['(((.+)+)+)+$','4700808ayAuvk','10005247CQzzQQ','search','64124vovdTE','2543394PZNsZf','47TkZPvE','102028gwGrXv','apply','toString','2646981urrHCk','20kLGzte','930340dlCySZ','87GEWuUq'];a114c=function(){return i;};return a114c();}function a114d(a,b){var c=a114c();return a114d=function(d,e){d=d-0x9f;var f=c[d];return f;},a114d(a,b);}import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
1
+ (function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(0xfe))/0x1*(parseInt(f(0xf5))/0x2)+-parseInt(f(0xf1))/0x3+parseInt(f(0xf2))/0x4*(-parseInt(f(0xef))/0x5)+parseInt(f(0xf0))/0x6*(-parseInt(f(0xf9))/0x7)+-parseInt(f(0xf7))/0x8*(-parseInt(f(0xfd))/0x9)+parseInt(f(0xf4))/0xa+-parseInt(f(0xfa))/0xb*(-parseInt(f(0xf8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xacabb));var a119b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a119d;if(c){var e=c[g(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){var h=a119d;return a119a[h(0xf6)]()[h(0xf3)](h(0xfc))['toString']()['constructor'](a119a)[h(0xf3)]('(((.+)+)+)+$');});a119a();import'./auth.generator.js';import'./provider.auth.gen.js';function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0xef;var f=c[d];return f;},a119d(a,b);}function a119c(){var i=['apply','(((.+)+)+)+$','101457JUVldq','1319903welLMy','248065NQzFAG','1178220dPMOAi','432024zDFzZp','4MufloU','search','585450HuBSJP','2WZyPYz','toString','184ZRyhrr','564OPSGTX','42MQyZpl','721127DSWpZW'];a119c=function(){return i;};return a119c();}import'./basic-meteor.auth.gen.js';
@@ -1 +1 @@
1
- const a115h=a115d;(function(a,b){const f=a115d,c=a();while(!![]){try{const d=parseInt(f(0xb3))/0x1*(-parseInt(f(0xb2))/0x2)+parseInt(f(0xb1))/0x3+-parseInt(f(0xb7))/0x4*(parseInt(f(0xbf))/0x5)+-parseInt(f(0xb8))/0x6+-parseInt(f(0xbb))/0x7+-parseInt(f(0xbe))/0x8+parseInt(f(0xae))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x2eddd));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 g=a115d;return a115a[g(0xbc)]()[g(0xaf)](g(0xb4))['toString']()[g(0xb6)](a115a)[g(0xaf)]('(((.+)+)+)+$');});a115a();function a115c(){const j=['1675920Koywyl','6672870vFZKVe','search','create','408432raffPa','4bryUkc','36727wVdlxX','(((.+)+)+)+$','auth','constructor','4EpuyvN','958872ChuTkR','maka\x20g:kit:a','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','164206xwuKFe','toString','NIE','749608koogaf'];a115c=function(){return j;};return a115c();}import{Generator}from'../../../generator.js';function a115d(a,b){const c=a115c();return a115d=function(d,e){d=d-0xae;let f=c[d];return f;},a115d(a,b);}import a115e from'../kit.js';const AuthGen=Generator[a115h(0xb0)]({'name':a115h(0xb5),'aliases':['a'],'usage':a115h(0xba),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','validOpts':[''],'isPro':!![],'examples':[a115h(0xb9)],'description':'\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20'},async function(){const i=a115h;throw i(0xbd);},async function(){},a115e);export default AuthGen;
1
+ const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d=parseInt(f(0xe4))/0x1*(parseInt(f(0xdc))/0x2)+parseInt(f(0xde))/0x3+-parseInt(f(0xe3))/0x4*(parseInt(f(0xe6))/0x5)+-parseInt(f(0xe9))/0x6*(parseInt(f(0xe0))/0x7)+-parseInt(f(0xd6))/0x8+parseInt(f(0xd9))/0x9*(parseInt(f(0xe1))/0xa)+-parseInt(f(0xe5))/0xb*(-parseInt(f(0xd7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x51bed));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a120d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const h=a120d;return a120a[h(0xdf)]()['search'](h(0xda))['toString']()[h(0xdd)](a120a)[h(0xd8)]('(((.+)+)+)+$');});a120a();import{Generator}from'../../../generator.js';import a120e from'../kit.js';const AuthGen=Generator[a120i(0xdb)]({'name':a120i(0xe8),'aliases':['a'],'usage':a120i(0xd3),'noNeedResource':!![],'shortDesc':a120i(0xd4),'validOpts':[''],'isPro':!![],'examples':[a120i(0xe7)],'description':a120i(0xd2)},async function(){const j=a120i;throw j(0xd5);},async function(){},a120e);function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0xd2;let f=c[d];return f;},a120d(a,b);}export default AuthGen;function a120c(){const k=['22tSSEez','6065zwxdEW','maka\x20g:kit:a','auth','6GcCMHM','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','NIE','2431568pQHVct','2021604QHQbdf','search','68661jCLIkf','(((.+)+)+)+$','create','608wHdSIT','constructor','1285254ewPcvg','toString','911582bIRHtp','60aKlnqE','apply','1796vcalCp','1653qcjHub'];a120c=function(){return k;};return a120c();}
@@ -1 +1 @@
1
- const a116q=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=parseInt(o(0x15d))/0x1+parseInt(o(0x138))/0x2+-parseInt(o(0x12c))/0x3*(parseInt(o(0x15b))/0x4)+-parseInt(o(0x11d))/0x5*(parseInt(o(0x124))/0x6)+parseInt(o(0x11f))/0x7*(parseInt(o(0x148))/0x8)+parseInt(o(0x11c))/0x9*(-parseInt(o(0x154))/0xa)+-parseInt(o(0x150))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x86c28));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 p=a116d;return a116a[p(0x119)]()[p(0x147)]('(((.+)+)+)+$')['toString']()[p(0x127)](a116a)[p(0x147)](p(0x125));});a116a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x119;let f=c[d];return f;},a116d(a,b);}import a116e from'./auth.generator.js';function a116c(){const t=['\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','REACT','true','25782wuTtlQ','withValue','const\x20getUserAuthorizations','meteor/meteor','authentication-service','alanning:roles','create','kit:auth:provider','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','fsi','const\x20authenticateToken','startup','Meteor.startup','findProjectDirectory','AuthService','search','2104mKIIph','meteor/maka:react-tracker','error','react','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','pathFromApp','injectImport','exit','433576FFVDIb','checkMeteorPackage','/imports/startup/lib','\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','85840NLGwyP','accounts-password','return\x20\x5c(','authentication-provider','/imports/startup/client/authentication-service','\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','const\x20authenticateUser','432836yRjKGt','getMakaProjectConfig','422187JrXTNX','toString','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\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','747ZiZBIX','150XFNLtV','injectIntoCodeBlock','28455ReDhpA','force','processAndRunGenerator','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','.js','18420VMaIhc','(((.+)+)+)+$','const\x20deauthenticateUser','constructor','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','Accounts','/imports/startup/client','Meteor.publish','3EbJgir','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','ssr','/imports/startup/lib/authentication-service','kit/auth/service/meteor-auth-service.js','injectIntoFile','template','const\x20registerNewUser','imports'];a116c=function(){return t;};return a116c();}import a116f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116q(0x13e)]({'name':'meteor','aliases':['m'],'usage':a116q(0x122),'shortDesc':a116q(0x12d),'validOpts':[a116q(0x120)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116q(0x136)]},'description':a116q(0x159)},async function(a,b){const r=a116q;try{const c=b[r(0x120)]||![];await this[r(0x141)][r(0x151)]([r(0x155),r(0x13d)],{'shouldInstall':!![]});const d=this[r(0x141)][r(0x145)](),f=this[r(0x141)][r(0x15c)](),g=f['engines'][r(0x12e)]===r(0x137);await a116f[r(0x121)](r(0x13f),[],{'force':c,'cwd':d,'config':f});const h=await a116f[r(0x121)]('publish',['auth/roles'],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?r(0x152):r(0x12a),j=this[r(0x141)]['pathFromApp']({'pathParts':[i,'','',r(0x13c)]});await this[r(0x141)][r(0x139)](f,async()=>{const s=r;await this[s(0x141)][s(0x132)]({'srcPath':s(0x130),'destPath':j+s(0x123),'framework':s(0x14b),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[r(0x141)][r(0x14d)]({'pathParts':[i,'','',r(0x157)]}),l=f['engines']['js'];await this[r(0x141)][r(0x14e)]({'filePath':k+'.'+l,'importName':r(0x146),'modulePath':g?r(0x12f):r(0x158),'isNamedExport':![]}),await this['fsi'][r(0x11e)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x15a),'replace':!![]}),await this['fsi'][r(0x11e)]({'filePath':k+'.'+l,'content':r(0x14c),'begin':r(0x142),'replace':!![]}),await this[r(0x141)][r(0x11e)]({'filePath':k+'.'+l,'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':r(0x13a),'replace':!![]}),await this[r(0x141)][r(0x11e)]({'filePath':k+'.'+l,'content':r(0x128),'begin':r(0x126),'replace':!![]}),await this['fsi'][r(0x11e)]({'filePath':k+'.'+l,'content':r(0x140),'begin':'const\x20sendForgotPasswordEmail','replace':!![]}),await this[r(0x141)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x133),'replace':!![]}),await this[r(0x141)][r(0x11e)]({'filePath':k+'.'+l,'content':r(0x11a),'begin':'const\x20resetPasswordWithToken','replace':!![]});g&&(await this[r(0x141)][r(0x14e)]({'filePath':k+'.'+l,'importName':'useTracker','modulePath':r(0x149),'isNamedExport':!![]}),await this[r(0x141)][r(0x131)]({'filePath':k+'.'+l,'content':r(0x11b),'begin':'export\x20const\x20AuthProvider','end':r(0x156)}));await this[r(0x141)][r(0x14e)]({'filePath':h,'importName':'Meteor','modulePath':r(0x13b),'isNamedExport':!![],'injectAtStart':!![]}),await this['fsi'][r(0x11e)]({'filePath':h,'content':r(0x135),'begin':r(0x12b),'replace':!![]});const m=this[r(0x141)]['pathFromApp']({'pathParts':[r(0x134),r(0x143),'server','index']});await this['fsi']['injectImport']({'filePath':m+'.'+l,'importName':r(0x129),'modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':m+'.'+l,'content':r(0x153),'begin':r(0x144),'replace':!![]});}catch(n){Log[r(0x14a)](n),process[r(0x14f)](0x1);}},async function(){},a116e);
1
+ const a121r=a121d;function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0xa3;let f=c[d];return f;},a121d(a,b);}(function(a,b){const o=a121d,c=a();while(!![]){try{const d=parseInt(o(0xbd))/0x1+parseInt(o(0xa4))/0x2*(-parseInt(o(0xde))/0x3)+-parseInt(o(0xca))/0x4*(parseInt(o(0xb7))/0x5)+parseInt(o(0xe2))/0x6*(parseInt(o(0xce))/0x7)+-parseInt(o(0xc0))/0x8*(-parseInt(o(0xd1))/0x9)+parseInt(o(0xa6))/0xa+-parseInt(o(0xd0))/0xb*(parseInt(o(0xad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x57362));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a121d;if(c){const e=c[p(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const q=a121d;return a121a[q(0xc3)]()[q(0xb3)](q(0xab))[q(0xc3)]()['constructor'](a121a)[q(0xb3)](q(0xab));});a121a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a121c(){const u=['true','26394GMZhgy','processAndRunGenerator','injectIntoCodeBlock','authentication-provider','6LLVmDp','AuthService','4287230AUoFGV','const\x20authenticateUser','\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','server','create','(((.+)+)+)+$','fsi','823788HZoEPC','\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','imports','\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','REACT','injectImport','search','useTracker','const\x20resetPasswordWithToken','meteor/maka:react-tracker','278315RKavMh','meteor','auth/roles','engines','accounts-password','force','99676nRYbtM','findProjectDirectory','/imports/startup/lib','1356664PIlzgd','kit/auth/service/meteor-auth-service.js','Meteor.publish','toString','apply','ssr','const\x20getUserAuthorizations','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','\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','const\x20sendForgotPasswordEmail','44SwPurH','Meteor.startup','meteor/meteor','template','959FehhyQ','\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','11VNCUtL','9pcXxLr','checkMeteorPackage','meteor/accounts-base','index','/imports/startup/client/authentication-service','const\x20authenticateToken','\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','Meteor','withValue','pathFromApp','\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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','error','262485UQrxMT','alanning:roles','exit'];a121c=function(){return u;};return a121c();}import a121e from'./auth.generator.js';import a121f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a121r(0xaa)]({'name':a121r(0xb8),'aliases':['m'],'usage':a121r(0xc7),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':[a121r(0xbc)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a121r(0xb1)]},'description':a121r(0xae)},async function(a,b){const s=a121r;try{const c=b[s(0xbc)]||![];await this[s(0xac)][s(0xd2)]([s(0xbb),s(0xdf)],{'shouldInstall':!![]});const d=this['fsi'][s(0xbe)](),f=this[s(0xac)]['getMakaProjectConfig'](),g=f[s(0xba)][s(0xc5)]===s(0xe1);await a121f[s(0xe3)]('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const h=await a121f[s(0xe3)]('publish',[s(0xb9)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0xbf):'/imports/startup/client',j=this[s(0xac)]['pathFromApp']({'pathParts':[i,'','','authentication-service']});await this[s(0xac)][s(0xd9)](f,async()=>{const t=s;await this[t(0xac)][t(0xcd)]({'srcPath':t(0xc1),'destPath':j+'.js','framework':'react','context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0xac)][s(0xda)]({'pathParts':[i,'','',s(0xa3)]}),l=f[s(0xba)]['js'];await this['fsi'][s(0xb2)]({'filePath':k+'.'+l,'importName':s(0xa5),'modulePath':g?'/imports/startup/lib/authentication-service':s(0xd5),'isNamedExport':![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0xd7),'begin':s(0xa7),'replace':!![]}),await this['fsi'][s(0xe4)]({'filePath':k+'.'+l,'content':s(0xb0),'begin':s(0xd6),'replace':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':k+'.'+l,'content':s(0xcf),'begin':s(0xc6),'replace':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':'const\x20deauthenticateUser','replace':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','begin':s(0xc9),'replace':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':k+'.'+l,'content':s(0xdc),'begin':'const\x20registerNewUser','replace':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':s(0xb5),'replace':!![]});g&&(await this['fsi'][s(0xb2)]({'filePath':k+'.'+l,'importName':s(0xb4),'modulePath':s(0xb6),'isNamedExport':!![]}),await this[s(0xac)]['injectIntoFile']({'filePath':k+'.'+l,'content':s(0xa8),'begin':'export\x20const\x20AuthProvider','end':'return\x20\x5c('}));await this[s(0xac)][s(0xb2)]({'filePath':h,'importName':s(0xd8),'modulePath':s(0xcc),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0xac)]['injectIntoCodeBlock']({'filePath':h,'content':s(0xc8),'begin':s(0xc2),'replace':!![]});const m=this[s(0xac)]['pathFromApp']({'pathParts':[s(0xaf),'startup',s(0xa9),s(0xd4)]});await this[s(0xac)]['injectImport']({'filePath':m+'.'+l,'importName':'Accounts','modulePath':s(0xd3),'isNamedExport':!![]}),await this[s(0xac)][s(0xe4)]({'filePath':m+'.'+l,'content':s(0xdb),'begin':s(0xcb),'replace':!![]});}catch(n){Log[s(0xdd)](n),process[s(0xe0)](0x1);}},async function(){},a121e);
@@ -1 +1 @@
1
- const a117w=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=-parseInt(u(0x1a7))/0x1*(parseInt(u(0x195))/0x2)+parseInt(u(0x18a))/0x3*(parseInt(u(0x185))/0x4)+-parseInt(u(0x188))/0x5+parseInt(u(0x17e))/0x6+parseInt(u(0x1a1))/0x7*(-parseInt(u(0x19e))/0x8)+parseInt(u(0x18e))/0x9+-parseInt(u(0x1a4))/0xa*(parseInt(u(0x178))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x35b01));const a117b=(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;};}()),a117a=a117b(this,function(){const v=a117d;return a117a[v(0x1a6)]()[v(0x183)]('(((.+)+)+)+$')[v(0x1a6)]()['constructor'](a117a)[v(0x183)](v(0x18b));});a117a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117w(0x190)]({'name':a117w(0x193),'aliases':['p'],'usage':a117w(0x17f),'shortDesc':a117w(0x181),'validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117w(0x1a3)]},'description':a117w(0x194)},async function(a,b){const x=a117w;try{const c=b['force']||![];Log[x(0x1a8)](x(0x186));const d=this[x(0x18d)][x(0x197)](),f=d[x(0x198)][x(0x184)]===x(0x1a5),g={'name':headerCase(d[x(0x196)])[x(0x1a0)]('-','\x20')},h=f?x(0x19b):'/imports/startup/client',i=this[x(0x18d)][x(0x180)]({'pathParts':[h,'','',x(0x175)]});await this[x(0x18d)]['withValue'](d,async()=>{const y=x;await this['fsi'][y(0x179)]({'srcPath':y(0x1a2),'destPath':i+y(0x174),'framework':y(0x19d),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[x(0x198)]['js'],k=h+x(0x189),l=k[x(0x18c)]('/'),m=this[x(0x18d)]['pathFromApp']({'pathParts':l});await this[x(0x18d)]['injectImport']({'filePath':m+'.'+j,'importName':x(0x1a9),'modulePath':f?x(0x187):x(0x19a),'isNamedExport':!![]}),await this[x(0x18d)][x(0x199)]({'filePath':m+'.'+j,'importName':x(0x17d),'modulePath':'react','isNamedExport':!![],'injectAtStart':!![]}),await this[x(0x18d)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':x(0x17a),'begin':[x(0x17b),'function\x20Routes'],'replace':!![]});const n=x(0x18f),o=n[x(0x18c)]('/'),p=this[x(0x18d)]['pathFromApp']({'pathParts':o});await this['fsi'][x(0x199)]({'filePath':p+'.'+j,'importName':x(0x19f),'modulePath':f?'/imports/startup/lib/authentication-provider':x(0x19a),'isNamedExport':!![]}),await this['fsi'][x(0x191)]({'filePath':p+'.'+j,'aboveContent':x(0x177),'belowContent':'</AuthProvider>','targetString':x(0x17c),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q[x(0x18c)]('/'),s=this[x(0x18d)][x(0x180)]({'pathParts':r});await this[x(0x18d)][x(0x199)]({'filePath':s+'.'+j,'importName':x(0x19f),'modulePath':f?x(0x187):x(0x19a),'isNamedExport':!![]}),await this[x(0x18d)][x(0x191)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':x(0x176),'targetString':x(0x182),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0x192)](t),process[x(0x19c)](0x1);}},async function(){},a117e);function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x174;let f=c[d];return f;},a117d(a,b);}function a117c(){const z=['appName','getMakaProjectConfig','engines','injectImport','/imports/startup/client/authentication-provider','/imports/startup/lib','exit','react','16VLxZwT','AuthProvider','replaceAll','27629oJsCwI','kit/auth/provider/authentication-provider.js','REACT','30RJirqA','true','toString','82763cTOJQe','bright','AuthContext','.js','authentication-provider','</AuthProvider>','<AuthProvider>','1409749legOFM','template','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<PublicRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20return\x20(!currentUser)\x20?\x20<PublicRoutes\x20history={history}/>\x20:\x20<PrivateRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20','const\x20Routes','<Routes\x20history={browserHistory}/>','useContext','1126596MXKHxt','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','pathFromApp','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','<Routes\x20history={history}/>','search','ssr','16636PFmayb','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','/imports/startup/lib/authentication-provider','1288495JDLdZw','/routes','291EbrBkF','(((.+)+)+)+$','split','fsi','3253941CfxEyl','/imports/startup/client/index','create','injectAroundString','error','provider','\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','2xIMmPy'];a117c=function(){return z;};return a117c();}
1
+ const a122w=a122d;(function(a,b){const u=a122d,c=a();while(!![]){try{const d=-parseInt(u(0x169))/0x1+-parseInt(u(0x162))/0x2*(-parseInt(u(0x15c))/0x3)+-parseInt(u(0x150))/0x4*(-parseInt(u(0x161))/0x5)+-parseInt(u(0x173))/0x6*(parseInt(u(0x166))/0x7)+parseInt(u(0x149))/0x8*(-parseInt(u(0x168))/0x9)+parseInt(u(0x167))/0xa+parseInt(u(0x158))/0xb*(parseInt(u(0x14c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xc1523));const a122b=(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;};}()),a122a=a122b(this,function(){const v=a122d;return a122a[v(0x154)]()['search'](v(0x171))[v(0x154)]()[v(0x155)](a122a)[v(0x16d)](v(0x171));});a122a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x140;let f=c[d];return f;},a122d(a,b);}import a122e from'./auth.generator.js';import{headerCase}from'change-case';function a122c(){const z=['8609067AXuCev','11954LYvPDp','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<PublicRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20return\x20(!currentUser)\x20?\x20<PublicRoutes\x20history={history}/>\x20:\x20<PrivateRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20','withValue','getMakaProjectConfig','search','fsi','injectImport','/imports/startup/client','(((.+)+)+)+$','useContext','582RgCGbT','/imports/startup/client/index','engines','ssr','/routes','.js','injectIntoCodeBlock','const\x20Routes','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','injectAroundString','8hULSaN','</AuthProvider>','/imports/startup/lib','3478632Lfqkvn','<AuthProvider>','authentication-provider','<Routes\x20history={history}/>','4oGhGqV','react','provider','bright','toString','constructor','/imports/startup/lib/authentication-provider','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','11IZzROQ','template','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','force','303hzONrF','AuthContext','split','replaceAll','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','396130cQanKZ','23174TxAiqs','/imports/startup/client/authentication-provider','REACT','AuthProvider','85414ZsvJzj','14045550SOgqoE'];a122c=function(){return z;};return a122c();}import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a122w(0x152),'aliases':['p'],'usage':a122w(0x147),'shortDesc':a122w(0x160),'validOpts':[a122w(0x15b)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a122w(0x164)]},'description':a122w(0x15a)},async function(a,b){const x=a122w;try{const c=b[x(0x15b)]||![];Log[x(0x153)](x(0x157));const d=this[x(0x16e)][x(0x16c)](),f=d[x(0x141)][x(0x142)]==='true',g={'name':headerCase(d['appName'])[x(0x15f)]('-','\x20')},h=f?x(0x14b):x(0x170),i=this[x(0x16e)]['pathFromApp']({'pathParts':[h,'','',x(0x14e)]});await this[x(0x16e)][x(0x16b)](d,async()=>{const y=x;await this[y(0x16e)][y(0x159)]({'srcPath':'kit/auth/provider/authentication-provider.js','destPath':i+y(0x144),'framework':y(0x151),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[x(0x141)]['js'],k=h+x(0x143),l=k[x(0x15e)]('/'),m=this[x(0x16e)]['pathFromApp']({'pathParts':l});await this[x(0x16e)][x(0x16f)]({'filePath':m+'.'+j,'importName':x(0x15d),'modulePath':f?x(0x156):x(0x163),'isNamedExport':!![]}),await this[x(0x16e)][x(0x16f)]({'filePath':m+'.'+j,'importName':x(0x172),'modulePath':'react','isNamedExport':!![],'injectAtStart':!![]}),await this[x(0x16e)][x(0x145)]({'filePath':m+'.'+j,'content':x(0x16a),'begin':[x(0x146),'function\x20Routes'],'replace':!![]});const n=x(0x140),o=n[x(0x15e)]('/'),p=this[x(0x16e)]['pathFromApp']({'pathParts':o});await this[x(0x16e)][x(0x16f)]({'filePath':p+'.'+j,'importName':x(0x165),'modulePath':f?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[x(0x16e)][x(0x148)]({'filePath':p+'.'+j,'aboveContent':x(0x14d),'belowContent':'</AuthProvider>','targetString':'<Routes\x20history={browserHistory}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q['split']('/'),s=this[x(0x16e)]['pathFromApp']({'pathParts':r});await this['fsi']['injectImport']({'filePath':s+'.'+j,'importName':x(0x165),'modulePath':f?x(0x156):x(0x163),'isNamedExport':!![]}),await this['fsi'][x(0x148)]({'filePath':s+'.'+j,'aboveContent':x(0x14d),'belowContent':x(0x14a),'targetString':x(0x14f),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process['exit'](0x1);}},async function(){},a122e);
@@ -1 +1 @@
1
- function a118c(){var i=['130dhKRXH','1423352NyhlLv','apply','search','7748408FCIUTv','toString','738122AnKjKK','11xTUZHK','9566235GFScIg','(((.+)+)+)+$','3hTHiuK','constructor','1983055oldJqZ','5542444caWxHY','12VhwGQV','243034IdCYkt'];a118c=function(){return i;};return a118c();}function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0xb7;var f=c[d];return f;},a118d(a,b);}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0xbe))/0x1*(-parseInt(f(0xc6))/0x2)+-parseInt(f(0xc1))/0x3*(parseInt(f(0xc4))/0x4)+parseInt(f(0xc3))/0x5+parseInt(f(0xc5))/0x6*(-parseInt(f(0xb8))/0x7)+parseInt(f(0xbb))/0x8+-parseInt(f(0xbf))/0x9+-parseInt(f(0xb7))/0xa*(-parseInt(f(0xbd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xaf881));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xbc)]()[h(0xba)](h(0xc0))[h(0xbc)]()[h(0xc2)](a118a)[h(0xba)]('(((.+)+)+)+$');});a118a();import'./esri.generator.js';import'./map.esri.gen.js';
1
+ (function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0xbf))/0x1*(parseInt(f(0xb9))/0x2)+-parseInt(f(0xc2))/0x3+-parseInt(f(0xba))/0x4*(parseInt(f(0xbb))/0x5)+parseInt(f(0xbd))/0x6+parseInt(f(0xc6))/0x7+-parseInt(f(0xc3))/0x8*(parseInt(f(0xc4))/0x9)+parseInt(f(0xbe))/0xa*(parseInt(f(0xbc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x73574));var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a[h(0xc7)]()['search'](h(0xc5))[h(0xc7)]()[h(0xc1)](a123a)['search'](h(0xc5));});a123a();function a123c(){var i=['constructor','2538474WAaXjF','8AEuULT','2703924jTkkBp','(((.+)+)+)+$','4689279lCDuoI','toString','54QuHsiz','1916iixlbq','4470PSLRPB','1067cSsdNF','5639442gWJxCx','78670iYGecX','12061NMbLnA','apply'];a123c=function(){return i;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0xb9;var f=c[d];return f;},a123d(a,b);}import'./esri.generator.js';import'./map.esri.gen.js';
@@ -1 +1 @@
1
- const a119h=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=-parseInt(f(0x1eb))/0x1*(parseInt(f(0x1e9))/0x2)+parseInt(f(0x1ec))/0x3*(-parseInt(f(0x1ed))/0x4)+parseInt(f(0x1f0))/0x5+parseInt(f(0x1e7))/0x6*(parseInt(f(0x1e2))/0x7)+parseInt(f(0x1e5))/0x8*(parseInt(f(0x1f2))/0x9)+parseInt(f(0x1e3))/0xa+-parseInt(f(0x1e4))/0xb*(parseInt(f(0x1ee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xc1a36));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(0x1e6)]()[g(0x1e0)]('(((.+)+)+)+$')[g(0x1e6)]()[g(0x1e1)](a119a)[g(0x1e0)](g(0x1f3));});a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x1df;let f=c[d];return f;},a119d(a,b);}const EsriGen=Generator[a119h(0x1f1)]({'name':'esri','aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','noNeedResource':!![],'shortDesc':a119h(0x1e8),'validOpts':[''],'isPro':!![],'examples':[a119h(0x1ea)],'description':a119h(0x1df)},async function(){const i=a119h;return{'success':!![],'message':i(0x1f4),'details':{'filesCreated':['/foo/bar'],'filesUpdated':[i(0x1ef)]}};},async function(){},a119e);export default EsriGen;function a119c(){const j=['63MWaYag','(((.+)+)+)+$','Esri\x20Kit\x20generated\x20successfully','\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','search','constructor','77knXyAd','6309310hElTQg','2651407ufvatf','764792NFsRug','toString','859302FNslvm','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','70672sRSLzz','maka\x20g:kit:e','10ZqLaPY','1263zKoPhr','956MuVQoR','156JVJNyF','/foo','7525455zrkKEM','create'];a119c=function(){return j;};return a119c();}
1
+ const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=-parseInt(f(0x143))/0x1*(parseInt(f(0x140))/0x2)+-parseInt(f(0x141))/0x3+-parseInt(f(0x14a))/0x4+-parseInt(f(0x153))/0x5*(parseInt(f(0x14e))/0x6)+parseInt(f(0x142))/0x7*(parseInt(f(0x154))/0x8)+-parseInt(f(0x14f))/0x9+-parseInt(f(0x151))/0xa*(-parseInt(f(0x144))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x6d2cd));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a[h(0x146)]()[h(0x14d)](h(0x149))['toString']()['constructor'](a124a)['search']('(((.+)+)+)+$');});function a124c(){const k=['914vduFBw','2441910lhdBux','7eaKItv','347MlGoyn','22BreJgn','/foo','toString','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','/foo/bar','(((.+)+)+)+$','2745408wWAais','\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','maka\x20g:kit:e','search','126SBksQP','6422355EKvPAs','create','11225330qSadSj','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','3025SOBMmm','4698528QDxwxM','apply'];a124c=function(){return k;};return a124c();}a124a();import{Generator}from'../../../generator.js';import a124e from'../kit.js';const EsriGen=Generator[a124i(0x150)]({'name':'esri','aliases':['e'],'usage':a124i(0x147),'noNeedResource':!![],'shortDesc':a124i(0x152),'validOpts':[''],'isPro':!![],'examples':[a124i(0x14c)],'description':a124i(0x14b)},async function(){const j=a124i;return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':[j(0x148)],'filesUpdated':[j(0x145)]}};},async function(){},a124e);function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x140;let f=c[d];return f;},a124d(a,b);}export default EsriGen;
@@ -1 +1 @@
1
- const a120r=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x1fd))/0x1+-parseInt(p(0x1e8))/0x2+parseInt(p(0x1ed))/0x3*(parseInt(p(0x20a))/0x4)+parseInt(p(0x1eb))/0x5*(parseInt(p(0x207))/0x6)+-parseInt(p(0x1ff))/0x7+parseInt(p(0x1e9))/0x8+-parseInt(p(0x208))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x59958));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const q=a120d;return a120a[q(0x1e4)]()[q(0x1f2)](q(0x200))[q(0x1e4)]()['constructor'](a120a)[q(0x1f2)](q(0x200));});a120a();function a120c(){const u=['basic-map','toString','page','pathFromApp','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','565188JiLGJr','4498360qKHdQt','processAndRunGenerator','15xKXDZn','findProjectDirectory','66uPWVng','</div>','/imports/startup/client/templates','.js','Generating\x20a\x20map\x20component','search','fsi','REACT','create','bright','split','/imports/startup/lib/templates','/imports/ui/hooks','replaceAll','appName','withValue','663482wmJQBZ','\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','2541357xnLyoX','(((.+)+)+)+$','<div\x20id=\x22map\x22>','map','injectIntoFile','/imports/ui/','ssr','react','1228938yqmBAa','12925863TcpsRd','esri-loader','110644lfzUdY'];a120c=function(){return u;};return a120c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120e from'./esri.generator.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a120d(a,b);}import a120f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120r(0x1f5)]({'name':a120r(0x202),'aliases':['m'],'usage':a120r(0x1e7),'shortDesc':'Generate\x20an\x20Esri\x20map\x20component','validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120r(0x1f4)],'ssr':SsrEngines['FALSE']},'description':a120r(0x1fe)},async function(a,b){const s=a120r;try{Log[s(0x1f6)](s(0x1f1));const c=s(0x20b);await this[s(0x1f3)]['checkNpmPackage'](['@esri/react-arcgis',s(0x209)],{'shouldInstall':!![]});const d=this[s(0x1f3)][s(0x1ec)](),f=this[s(0x1f3)]['getMakaProjectConfig'](),g=f['engines'][s(0x205)]==='true',h=await a120f[s(0x1ea)](s(0x1e5),[s(0x202)],{'cwd':d,'config':f}),i={'name':headerCase(f[s(0x1fb)])[s(0x1fa)]('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?s(0x204)+b['baseDir']:s(0x1f9),k=this[s(0x1f3)][s(0x1e6)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this[s(0x1f3)][s(0x1fc)](f,async()=>{const t=s;await this[t(0x1f3)]['template']({'srcPath':'kit/esri/map/'+c+t(0x1f0),'destPath':k+t(0x1f0),'framework':t(0x206),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b['dir']+'/'+c+'/'+c;await this[s(0x1f3)]['injectTemplateModule'](c,f,l);const m=h[s(0x1f7)]('/'),n=this['fsi'][s(0x1e6)]({'pathParts':m});await this[s(0x1f3)]['injectImport']({'filePath':n,'importName':pascalCase(c),'modulePath':g?s(0x1f8):s(0x1ef),'isNamedExport':!![]}),await this[s(0x1f3)][s(0x203)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[s(0x201),s(0x201)],'end':[s(0x1ee)],'replace':!![]});}catch(o){Log['error'](o),process['exit'](0x1);}},async function(){},a120e);
1
+ const a125s=a125d;(function(a,b){const p=a125d,c=a();while(!![]){try{const d=-parseInt(p(0x1d7))/0x1+-parseInt(p(0x1cc))/0x2+parseInt(p(0x1de))/0x3+parseInt(p(0x1ed))/0x4*(-parseInt(p(0x1d3))/0x5)+-parseInt(p(0x1d8))/0x6*(parseInt(p(0x1cf))/0x7)+parseInt(p(0x1e1))/0x8*(-parseInt(p(0x1d6))/0x9)+parseInt(p(0x1f2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xc5035));function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a125d(a,b);}const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a125d;if(c){const e=c[q(0x1e3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const r=a125d;return a125a[r(0x1d2)]()[r(0x1f6)](r(0x1d5))[r(0x1d2)]()['constructor'](a125a)[r(0x1f6)](r(0x1d5));});a125a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a125c(){const v=['esri-loader','baseDir','/imports/startup/client/templates','getMakaProjectConfig','split','Generating\x20a\x20map\x20component','page','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','34516JjSBRq','exit','<div\x20id=\x22map\x22>','processAndRunGenerator','engines','30003790WEPJcV','fsi','.js','react','search','true','@esri/react-arcgis','/imports/ui/hooks','FALSE','3087070ZrHfuA','bright','kit/esri/map/','21yjFeyJ','/imports/ui/','pathFromApp','toString','135Dcitfu','map','(((.+)+)+)+$','369zFQjYw','358071ylrSJU','123372HUleat','basic-map','replaceAll','</div>','appName','dir','100956QHhvuF','error','Generate\x20an\x20Esri\x20map\x20component','6008OYCQPE','injectImport','apply','/imports/startup/lib/templates'];a125c=function(){return v;};return a125c();}import a125e from'./esri.generator.js';import a125f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a125s(0x1d4),'aliases':['m'],'usage':a125s(0x1ec),'shortDesc':a125s(0x1e0),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a125s(0x1fa)]},'description':'\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20'},async function(a,b){const t=a125s;try{Log[t(0x1cd)](t(0x1ea));const c=t(0x1d9);await this[t(0x1f3)]['checkNpmPackage']([t(0x1f8),t(0x1e5)],{'shouldInstall':!![]});const d=this[t(0x1f3)]['findProjectDirectory'](),f=this[t(0x1f3)][t(0x1e8)](),g=f[t(0x1f1)]['ssr']===t(0x1f7),h=await a125f[t(0x1f0)](t(0x1eb),['map'],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x1dc)])[t(0x1da)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x1e6)]?t(0x1d0)+b[t(0x1e6)]:t(0x1f9),k=this[t(0x1f3)][t(0x1d1)]({'pathParts':[j,b[t(0x1dd)],paramCase(c),paramCase(c)]});await this['fsi']['withValue'](f,async()=>{const u=t;await this[u(0x1f3)]['template']({'srcPath':u(0x1ce)+c+'.js','destPath':k+u(0x1f4),'framework':u(0x1f5),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x1dd)]+'/'+c+'/'+c;await this[t(0x1f3)]['injectTemplateModule'](c,f,l);const m=h[t(0x1e9)]('/'),n=this['fsi'][t(0x1d1)]({'pathParts':m});await this[t(0x1f3)][t(0x1e2)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x1e4):t(0x1e7),'isNamedExport':!![]}),await this[t(0x1f3)]['injectIntoFile']({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[t(0x1ef),t(0x1ef)],'end':[t(0x1db)],'replace':!![]});}catch(o){Log[t(0x1df)](o),process[t(0x1ee)](0x1);}},async function(){},a125e);
@@ -1 +1 @@
1
- const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(0x129))/0x1*(parseInt(f(0x128))/0x2)+-parseInt(f(0x126))/0x3+-parseInt(f(0x12f))/0x4*(parseInt(f(0x11e))/0x5)+-parseInt(f(0x122))/0x6+-parseInt(f(0x12d))/0x7*(-parseInt(f(0x130))/0x8)+-parseInt(f(0x120))/0x9+parseInt(f(0x123))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x7ae76));function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x11e;let f=c[d];return f;},a121d(a,b);}const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0x11f)]()['search'](h(0x121))['toString']()[h(0x124)](a121a)[h(0x12e)](h(0x121));});function a121c(){const j=['630474RrXfqs','maka\x20g:k','maka\x20g:kit','kit','18704tDZrwQ','search','38988wnQKgX','2672yicDOi','105dNaSOY','toString','2830041ueGqvD','(((.+)+)+)+$','322752YqcDCj','5495940qiEuho','constructor','apply','2988522YiWQaa','maka\x20{generate,\x20g}:{kit}\x20<name>','2qyMRCH'];a121c=function(){return j;};return a121c();}a121a();import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':a121i(0x12c),'aliases':['k'],'usage':a121i(0x127),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121i(0x12b),a121i(0x12a)]},async function(){});export default KitGen;
1
+ function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0xfc;let f=c[d];return f;},a126d(a,b);}const a126h=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x10a))/0x1+parseInt(f(0x101))/0x2+-parseInt(f(0x107))/0x3+parseInt(f(0x10b))/0x4*(parseInt(f(0x108))/0x5)+parseInt(f(0x103))/0x6+parseInt(f(0x104))/0x7*(-parseInt(f(0x100))/0x8)+parseInt(f(0x102))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xe1dac));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const g=a126d;return a126a[g(0xfe)]()[g(0x105)]('(((.+)+)+)+$')[g(0xfe)]()[g(0x106)](a126a)[g(0x105)](g(0x109));});a126a();import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':a126h(0xfc),'aliases':['k'],'usage':a126h(0xff),'shortDesc':a126h(0xfd),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:kit','maka\x20g:k']},async function(){});export default KitGen;function a126c(){const i=['(((.+)+)+)+$','1289846HAplhx','2545836XHCnLO','kit','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','toString','maka\x20{generate,\x20g}:{kit}\x20<name>','286872EoCWEI','2261378ZRiphD','19527228gjIqmZ','722100eQMczH','287vuYSQk','search','constructor','1116075SVSwYF','5yryifs'];a126c=function(){return i;};return a126c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x7c))/0x1*(parseInt(f(0x75))/0x2)+-parseInt(f(0x74))/0x3+-parseInt(f(0x81))/0x4+parseInt(f(0x7d))/0x5+-parseInt(f(0x78))/0x6*(parseInt(f(0x7a))/0x7)+-parseInt(f(0x80))/0x8*(-parseInt(f(0x77))/0x9)+parseInt(f(0x7f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x492ef));function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x73;var f=c[d];return f;},a122d(a,b);}function a122c(){var i=['14OTBeLD','apply','67cEMGYp','2442785FMauTD','(((.+)+)+)+$','4916480xjSoYR','136rHofAf','722176SoXLFP','search','439578zPhuzA','15666NoBtKk','toString','197577uFzvmT','605298NCqJEw','constructor'];a122c=function(){return i;};return a122c();}var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x7b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x76)]()['search'](h(0x7e))[h(0x76)]()[h(0x79)](a122a)[h(0x73)](h(0x7e));});a122a();import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
1
+ (function(a,b){var f=a127d,c=a();while(!![]){try{var d=parseInt(f(0x143))/0x1*(parseInt(f(0x139))/0x2)+-parseInt(f(0x13d))/0x3*(parseInt(f(0x13e))/0x4)+-parseInt(f(0x13a))/0x5+-parseInt(f(0x13b))/0x6*(parseInt(f(0x13c))/0x7)+-parseInt(f(0x145))/0x8+parseInt(f(0x138))/0x9+parseInt(f(0x142))/0xa*(parseInt(f(0x13f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x53b2f));var a127b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a127d;if(c){var e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){var h=a127d;return a127a[h(0x141)]()[h(0x144)]('(((.+)+)+)+$')[h(0x141)]()['constructor'](a127a)[h(0x144)]('(((.+)+)+)+$');});a127a();function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x138;var f=c[d];return f;},a127d(a,b);}import'./mui.generator.js';function a127c(){var i=['101233PCyXIe','apply','toString','1640rcBRLu','1khgzZW','search','5375720xkjpXf','3430629RkpBBg','92578FjRYTw','1334195CKLdsg','515082kCnOcm','21SuifQV','24342iFrbbp','196lnZjpR'];a127c=function(){return i;};return a127c();}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
@@ -1 +1 @@
1
- const a123I=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=parseInt(G(0x12e))/0x1*(-parseInt(G(0x14b))/0x2)+-parseInt(G(0x117))/0x3+-parseInt(G(0x137))/0x4*(-parseInt(G(0x154))/0x5)+-parseInt(G(0x142))/0x6+parseInt(G(0x14f))/0x7+parseInt(G(0x11f))/0x8+parseInt(G(0x12a))/0x9*(parseInt(G(0x123))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x19945));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 H=a123d;return a123a['toString']()[H(0x145)]('(((.+)+)+)+$')[H(0x140)]()[H(0x133)](a123a)[H(0x145)]('(((.+)+)+)+$');});a123a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a123e from'../../../generators/maka.gen.js';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x114;let f=c[d];return f;},a123d(a,b);}import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a123c(){const M=['basic-password-reset-page','kit/mui/auth/password-reset/','layouts','4SnPAJl','REACT','kit:auth:provider','injectImport','create','/imports/startup/lib/authentication-provider','options','route','appName','toString','findProjectDirectory','515214WyPxbT','kit/mui/auth/forgot-password/','.js','search','login','auth','true','injectTemplateModule','template','2qhiIrE','withValue','react','MATERIAL','28770teGiWZ','meteor','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','authType','logout','716435JYQBBL','basic-login-page','baseDir','ssr','kit/mui/auth/register/','replaceAll','213642lyeRxQ','getMakaProjectConfig','basic-logout-page','AuthContext','Meteor\x20Accounts','/imports/startup/client/authentication-provider','maka\x20generate:kit:mui:frame','basic-forgot-password-page','606312EsIbSe','processAndRunGenerator','kit:auth:meteor','engines','730Xpatfs','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','fsi','log','pathFromApp','Cleaning\x20up...','custom','6471GsIWVG','register','reset-password/:token','basic-register-page','13817veumhm','error','dir','split','maka\x20g:k:m:f','constructor'];a123c=function(){return M;};return a123c();}Generator[a123I(0x13b)]({'name':a123I(0x147),'aliases':['a'],'usage':a123I(0x151),'shortDesc':a123I(0x124),'validOpts':[a123I(0x136),'force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123I(0x14e)],'client':ClientEngines[a123I(0x138)]},'examples':[a123I(0x11d),a123I(0x132)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const J=a123I;try{const c=b['force']||![],d=this[J(0x125)][J(0x141)](),f=this[J(0x125)][J(0x118)](),{authType:g}=await Actions[J(0x13d)]({'type':'list','name':J(0x152),'message':'What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','choices':[{'name':J(0x11b),'value':J(0x150)},{'name':'Custom\x20(roll\x20your\x20own)','value':J(0x129)}]}),h=J(0x155),i=J(0x119),j=J(0x12d),k=J(0x134),l=J(0x11e),m=b[J(0x156)]?'/imports/ui/'+b[J(0x156)]:'/imports/ui/pages/auth',n=this[J(0x125)][J(0x127)]({'pathParts':[m,b[J(0x130)],paramCase(h),paramCase(h)]}),o=this[J(0x125)][J(0x127)]({'pathParts':[m,b[J(0x130)],paramCase(i),paramCase(i)]}),p=this[J(0x125)][J(0x127)]({'pathParts':[m,b[J(0x130)],paramCase(j),paramCase(j)]}),q=this[J(0x125)]['pathFromApp']({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this['fsi'][J(0x127)]({'pathParts':[m,b['dir'],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[J(0x13f)])[J(0x116)]('-','\x20')};await this[J(0x125)][J(0x14c)](f,async()=>{const K=J;await this['fsi'][K(0x14a)]({'srcPath':'kit/mui/auth/login/'+h+K(0x144),'destPath':n+K(0x144),'framework':K(0x14d),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x125)]['template']({'srcPath':'kit/mui/auth/logout/'+i+K(0x144),'destPath':o+K(0x144),'framework':K(0x14d),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x125)]['template']({'srcPath':K(0x115)+j+K(0x144),'destPath':p+K(0x144),'framework':K(0x14d),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x125)][K(0x14a)]({'srcPath':K(0x135)+k+K(0x144),'destPath':q+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x125)][K(0x14a)]({'srcPath':K(0x143)+l+K(0x144),'destPath':r+K(0x144),'framework':K(0x14d),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b['dir']+'/'+h+'/'+h;await this[J(0x125)][J(0x149)](h,f,t);const u=''+m+b[J(0x130)]+'/'+i+'/'+i;await this[J(0x125)][J(0x149)](i,f,u);const v=''+m+b[J(0x130)]+'/'+j+'/'+j;await this[J(0x125)][J(0x149)](j,f,v);const w=''+m+b[J(0x130)]+'/'+k+'/'+k;await this[J(0x125)]['injectTemplateModule'](k,f,w);const x=''+m+b[J(0x130)]+'/'+l+'/'+l;await this[J(0x125)][J(0x149)](l,f,x),await a123e[J(0x120)](J(0x13e),['basic-login-page'],{'url':J(0x146),'cwd':d,'config':f}),await a123e[J(0x120)](J(0x13e),[J(0x119)],{'url':J(0x153),'private':!![],'cwd':d,'config':f}),await a123e[J(0x120)](J(0x13e),[J(0x12d)],{'url':J(0x12b),'cwd':d,'config':f}),await a123e[J(0x120)]('route',[J(0x134)],{'url':J(0x12c),'cwd':d,'config':f}),await a123e[J(0x120)](J(0x13e),[J(0x11e)],{'url':'forgot-password','cwd':d,'config':f});g==='meteor'&&await a123e[J(0x120)](J(0x121),[],{'force':c,'cwd':d,'config':f});g===J(0x129)&&await a123e[J(0x120)](J(0x139),[],{'force':c,'cwd':d,'config':f});const y=f[J(0x122)][J(0x114)]===J(0x148),z=f[J(0x122)]['js'],A=this[J(0x125)][J(0x127)]({'pathParts':t['split']('/')});await this[J(0x125)][J(0x13a)]({'filePath':A+'.'+z,'importName':J(0x11a),'modulePath':y?J(0x13c):J(0x11c),'isNamedExport':!![]});const B=this[J(0x125)]['pathFromApp']({'pathParts':u[J(0x131)]('/')});await this[J(0x125)][J(0x13a)]({'filePath':B+'.'+z,'importName':J(0x11a),'modulePath':y?J(0x13c):J(0x11c),'isNamedExport':!![]});const C=this[J(0x125)][J(0x127)]({'pathParts':v['split']('/')});await this['fsi'][J(0x13a)]({'filePath':C+'.'+z,'importName':J(0x11a),'modulePath':y?J(0x13c):J(0x11c),'isNamedExport':!![]});const D=this[J(0x125)][J(0x127)]({'pathParts':w[J(0x131)]('/')});await this[J(0x125)][J(0x13a)]({'filePath':D+'.'+z,'importName':J(0x11a),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=this[J(0x125)][J(0x127)]({'pathParts':x[J(0x131)]('/')});await this[J(0x125)][J(0x13a)]({'filePath':E+'.'+z,'importName':J(0x11a),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});}catch(F){Log[J(0x12f)](F);}},async function(){const L=a123I;console[L(0x126)](L(0x128));},a123f);
1
+ const a128I=a128d;(function(a,b){const G=a128d,c=a();while(!![]){try{const d=parseInt(G(0x1e9))/0x1+-parseInt(G(0x1e3))/0x2+-parseInt(G(0x1f3))/0x3+-parseInt(G(0x1f8))/0x4*(parseInt(G(0x1fc))/0x5)+-parseInt(G(0x1d6))/0x6*(-parseInt(G(0x1e1))/0x7)+parseInt(G(0x1f7))/0x8*(parseInt(G(0x209))/0x9)+parseInt(G(0x20c))/0xa*(parseInt(G(0x1f6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x66245));const a128b=(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;};}()),a128a=a128b(this,function(){const H=a128d;return a128a['toString']()[H(0x1fa)](H(0x1e4))[H(0x1f4)]()['constructor'](a128a)[H(0x1fa)](H(0x1e4));});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'../../../generators/maka.gen.js';import a128f from'./mui.generator.js';function a128c(){const M=['custom','Meteor\x20Accounts','MATERIAL','fsi','413230sdXZhe','baseDir','login','/imports/startup/client/authentication-provider','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','template','kit/mui/auth/password-reset/','true','basic-register-page','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','81093qWBQEj','toString','route','22lJsLAW','8upAvlq','44FxNVIq','basic-logout-page','search','REACT','117070hCIvVb','/imports/ui/pages/auth','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','/imports/startup/lib/authentication-provider','auth','kit:auth:provider','log','reset-password/:token','layouts','split','/imports/ui/','kit/mui/auth/register/','basic-password-reset-page','1018161qLdlQl','injectImport','dir','883220hNSyLh','pathFromApp','kit:auth:meteor','.js','processAndRunGenerator','engines','register','create','ssr','meteor','basic-login-page','Custom\x20(roll\x20your\x20own)','12gThkQV','maka\x20g:k:m:f','logout','forgot-password','authType','injectTemplateModule','appName','basic-forgot-password-page','list','force','react','2836337EjdQpJ','AuthContext','1620854sOJuup','(((.+)+)+)+$'];a128c=function(){return M;};return a128c();}import{paramCase,headerCase}from'change-case';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a128d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a128I(0x1d1)]({'name':a128I(0x200),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a128I(0x1f2),'validOpts':[a128I(0x204),'force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a128I(0x1e7)],'client':ClientEngines[a128I(0x1fb)]},'examples':['maka\x20generate:kit:mui:frame',a128I(0x1d7)],'description':a128I(0x1ed)},async function(a,b){const J=a128I;try{const c=b[J(0x1df)]||![],d=this[J(0x1e8)]['findProjectDirectory'](),f=this[J(0x1e8)]['getMakaProjectConfig'](),{authType:g}=await Actions['options']({'type':J(0x1de),'name':J(0x1da),'message':J(0x1fe),'choices':[{'name':J(0x1e6),'value':J(0x1d3)},{'name':J(0x1d5),'value':J(0x1e5)}]}),h=J(0x1d4),i=J(0x1f9),j=J(0x1f1),k='basic-password-reset-page',l=J(0x1dd),m=b[J(0x1ea)]?J(0x206)+b[J(0x1ea)]:J(0x1fd),n=this[J(0x1e8)]['pathFromApp']({'pathParts':[m,b[J(0x20b)],paramCase(h),paramCase(h)]}),o=this[J(0x1e8)]['pathFromApp']({'pathParts':[m,b['dir'],paramCase(i),paramCase(i)]}),p=this[J(0x1e8)][J(0x1cb)]({'pathParts':[m,b[J(0x20b)],paramCase(j),paramCase(j)]}),q=this['fsi'][J(0x1cb)]({'pathParts':[m,b[J(0x20b)],paramCase(k),paramCase(k)]}),r=this[J(0x1e8)][J(0x1cb)]({'pathParts':[m,b[J(0x20b)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[J(0x1dc)])['replaceAll']('-','\x20')};await this['fsi']['withValue'](f,async()=>{const K=J;await this[K(0x1e8)][K(0x1ee)]({'srcPath':'kit/mui/auth/login/'+h+'.js','destPath':n+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x1e8)][K(0x1ee)]({'srcPath':'kit/mui/auth/logout/'+i+K(0x1cd),'destPath':o+K(0x1cd),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][K(0x1ee)]({'srcPath':K(0x207)+j+K(0x1cd),'destPath':p+K(0x1cd),'framework':K(0x1e0),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x1e8)][K(0x1ee)]({'srcPath':K(0x1ef)+k+K(0x1cd),'destPath':q+K(0x1cd),'framework':K(0x1e0),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x1e8)]['template']({'srcPath':'kit/mui/auth/forgot-password/'+l+K(0x1cd),'destPath':r+'.js','framework':K(0x1e0),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[J(0x20b)]+'/'+h+'/'+h;await this[J(0x1e8)][J(0x1db)](h,f,t);const u=''+m+b[J(0x20b)]+'/'+i+'/'+i;await this[J(0x1e8)][J(0x1db)](i,f,u);const v=''+m+b[J(0x20b)]+'/'+j+'/'+j;await this['fsi'][J(0x1db)](j,f,v);const w=''+m+b['dir']+'/'+k+'/'+k;await this[J(0x1e8)][J(0x1db)](k,f,w);const x=''+m+b[J(0x20b)]+'/'+l+'/'+l;await this[J(0x1e8)][J(0x1db)](l,f,x),await a128e[J(0x1ce)](J(0x1f5),[J(0x1d4)],{'url':J(0x1eb),'cwd':d,'config':f}),await a128e[J(0x1ce)]('route',[J(0x1f9)],{'url':J(0x1d8),'private':!![],'cwd':d,'config':f}),await a128e['processAndRunGenerator']('route',[J(0x1f1)],{'url':J(0x1d0),'cwd':d,'config':f}),await a128e[J(0x1ce)](J(0x1f5),[J(0x208)],{'url':J(0x203),'cwd':d,'config':f}),await a128e[J(0x1ce)](J(0x1f5),[J(0x1dd)],{'url':J(0x1d9),'cwd':d,'config':f});g===J(0x1d3)&&await a128e['processAndRunGenerator'](J(0x1cc),[],{'force':c,'cwd':d,'config':f});g==='custom'&&await a128e['processAndRunGenerator'](J(0x201),[],{'force':c,'cwd':d,'config':f});const y=f[J(0x1cf)][J(0x1d2)]===J(0x1f0),z=f['engines']['js'],A=this[J(0x1e8)][J(0x1cb)]({'pathParts':t[J(0x205)]('/')});await this[J(0x1e8)][J(0x20a)]({'filePath':A+'.'+z,'importName':J(0x1e2),'modulePath':y?'/imports/startup/lib/authentication-provider':J(0x1ec),'isNamedExport':!![]});const B=this['fsi'][J(0x1cb)]({'pathParts':u['split']('/')});await this[J(0x1e8)][J(0x20a)]({'filePath':B+'.'+z,'importName':J(0x1e2),'modulePath':y?J(0x1ff):J(0x1ec),'isNamedExport':!![]});const C=this['fsi'][J(0x1cb)]({'pathParts':v[J(0x205)]('/')});await this[J(0x1e8)][J(0x20a)]({'filePath':C+'.'+z,'importName':'AuthContext','modulePath':y?J(0x1ff):J(0x1ec),'isNamedExport':!![]});const D=this[J(0x1e8)][J(0x1cb)]({'pathParts':w[J(0x205)]('/')});await this[J(0x1e8)][J(0x20a)]({'filePath':D+'.'+z,'importName':'AuthContext','modulePath':y?J(0x1ff):J(0x1ec),'isNamedExport':!![]});const E=this[J(0x1e8)][J(0x1cb)]({'pathParts':x[J(0x205)]('/')});await this[J(0x1e8)][J(0x20a)]({'filePath':E+'.'+z,'importName':J(0x1e2),'modulePath':y?'/imports/startup/lib/authentication-provider':J(0x1ec),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const L=a128I;console[L(0x202)]('Cleaning\x20up...');},a128f);
@@ -1 +1 @@
1
- const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=parseInt(B(0x233))/0x1+parseInt(B(0x217))/0x2+parseInt(B(0x22b))/0x3+-parseInt(B(0x239))/0x4*(parseInt(B(0x22d))/0x5)+-parseInt(B(0x236))/0x6*(-parseInt(B(0x1f3))/0x7)+parseInt(B(0x222))/0x8+-parseInt(B(0x20b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x28e6e));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a[D(0x225)]()[D(0x235)](D(0x211))['toString']()[D(0x21e)](a124a)[D(0x235)](D(0x211));});a124a();import{Generator}from'../../../generator.js';function a124c(){const I=['injectTemplateModule','-hook\x22>','injectAroundString','1560524EWpIzd','app-tests','</div>','<div\x20id=\x22','force','template','maka:react-tracker','injectImport','create','replaceAll','<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>','true','.js','apply','getMakaProjectConfig','error','\x20/>\x0a','maka\x20generate:kit:mui:frame','appName','Container','getDirectories','length','basic-sticky-footer','kit/mui/frame/drawers/','5706693QBLZHl','{\x20this.props.children\x20}','/imports/startup/lib/templates','@mui/material/Box','layouts','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','(((.+)+)+)+$','dir','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','basic-app-bar','checkMeteorPackage','/imports/startup/client/templates','373244kkkCNf','{\x20props.children\x20}','@mui/material/Container','ssr','baseDir','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','kit/mui/frame/app-bars/','constructor','/imports/ui/','tsx','withValue','2168840ZnFgYK','kit/mui/frame/footers/','react','toString','join','pathFromApp','basic-drawer','Cleaning\x20up...','No\x20layouts\x20selected','662448vaYtZN','{this.props.children}','269255ssUAQD','tests','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','session','findAppDirectory','MATERIAL','61689PMugKP','{props.children}','search','6BCLUfw','fsi','injectIntoFile','12DSglSB','jsx','engines','Box','checkbox'];a124c=function(){return I;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a124d(a,b);}import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a124e from'path';import a124f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124E(0x1fb)]({'name':'frame','aliases':['f'],'usage':a124E(0x213),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a124E(0x20f),'baseDir',a124E(0x212),a124E(0x1f7)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a124E(0x232)],'client':ClientEngines['REACT']},'examples':[a124E(0x204),'maka\x20g:k:m:f'],'description':a124E(0x210)},async function(a,b){const F=a124E;try{const c=b[F(0x1f7)]||![],d=F(0x214),f=F(0x228),g=F(0x209),h=this[F(0x237)][F(0x201)](),i=h[F(0x23b)][F(0x21a)]===F(0x1fe);await this[F(0x237)][F(0x215)]([F(0x230),F(0x1f9)],{'shouldInstall':!![]});const j=this[F(0x237)][F(0x231)](),k=a124e[F(0x226)](j,'imports','ui',F(0x20f)),l=this['fsi'][F(0x207)](k),m=await Actions['options']({'type':F(0x23d),'name':F(0x20f),'message':F(0x22f),'choices':l});if(m['layouts'][F(0x208)]===0x0){Log[F(0x202)](F(0x22a));return;}const n=b[F(0x21b)]?F(0x21f)+b[F(0x21b)]:'/imports/ui/components',o=this[F(0x237)][F(0x227)]({'pathParts':[n,b['dir'],paramCase(d),paramCase(d)]}),p=this['fsi'][F(0x227)]({'pathParts':[n,b[F(0x212)],paramCase(f),paramCase(f)]}),q=this['fsi'][F(0x227)]({'pathParts':[n,b['dir'],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x205)])[F(0x1fc)]('-','\x20')};await this[F(0x237)][F(0x221)](h,async()=>{const G=F;await this['fsi'][G(0x1f8)]({'srcPath':G(0x21d)+d+G(0x1ff),'destPath':o+G(0x1ff),'framework':G(0x224),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi'][G(0x1f8)]({'srcPath':G(0x20a)+f+G(0x1ff),'destPath':p+G(0x1ff),'framework':G(0x224),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi'][G(0x1f8)]({'srcPath':G(0x223)+g+G(0x1ff),'destPath':q+G(0x1ff),'framework':G(0x224),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x212)]+'/'+d+'/'+d;await this[F(0x237)][F(0x23e)](d,h,s);const t=''+n+b[F(0x212)]+'/'+f+'/'+f;await this[F(0x237)][F(0x23e)](f,h,t);const u=''+n+b[F(0x212)]+'/'+g+'/'+g;await this['fsi'][F(0x23e)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x237)]['getFiles'](a124e[F(0x226)](k,w),{'extensions':[F(0x23a),F(0x220)],'omit':[F(0x1f4),F(0x22e),'test']});for(const y of x){const z=a124e[F(0x226)](k,w,y);await this['fsi'][F(0x1fa)]({'filePath':z,'importName':F(0x23c),'modulePath':F(0x20e),'isNamedExport':![]}),await this[F(0x237)][F(0x1fa)]({'filePath':z,'importName':F(0x206),'modulePath':F(0x219),'isNamedExport':![]}),await this['fsi'][F(0x1fa)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x20d):F(0x216),'isNamedExport':!![]}),await this[F(0x237)][F(0x238)]({'filePath':z,'content':'<'+pascalCase(d)+F(0x203),'begin':['<div\x20id=\x22'+w+'\x22>',F(0x1f6)+w+F(0x1f1)],'end':[F(0x22c),F(0x20c),'{props.children}','{\x20props.children\x20}']}),await this[F(0x237)]['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x20d):F(0x216),'isNamedExport':!![]}),await this[F(0x237)][F(0x238)]({'filePath':z,'content':'<'+pascalCase(f)+F(0x203),'begin':[F(0x1f6)+w+'\x22>',F(0x1f6)+w+F(0x1f1)],'end':['{this.props.children}',F(0x20c),'{props.children}',F(0x218)]}),await this[F(0x237)][F(0x238)]({'filePath':z,'content':'<'+pascalCase(g)+F(0x203),'begin':[F(0x22c),F(0x20c),F(0x234),'{\x20props.children\x20}'],'end':[F(0x1f5)]}),await this[F(0x237)][F(0x1fa)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x20d):'/imports/startup/client/templates','isNamedExport':!![]}),await this[F(0x237)][F(0x1f2)]({'filePath':z,'aboveContent':F(0x1fd),'belowContent':F(0x21c),'targetString':[F(0x22c),F(0x20c),'{props.children}',F(0x218)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x202)](A);}},async function(){const H=a124E;console['log'](H(0x229));},a124f);
1
+ const a129D=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=-parseInt(B(0x160))/0x1+parseInt(B(0x17b))/0x2+parseInt(B(0x15f))/0x3*(parseInt(B(0x155))/0x4)+parseInt(B(0x18c))/0x5*(-parseInt(B(0x1a0))/0x6)+parseInt(B(0x19d))/0x7*(-parseInt(B(0x178))/0x8)+-parseInt(B(0x165))/0x9*(parseInt(B(0x187))/0xa)+parseInt(B(0x170))/0xb*(parseInt(B(0x152))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x40251));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const C=a129d;return a129a[C(0x19c)]()[C(0x153)](C(0x159))[C(0x19c)]()[C(0x151)](a129a)[C(0x153)]('(((.+)+)+)+$');});a129a();import{Generator}from'../../../generator.js';function a129c(){const H=['{this.props.children}','<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>','<div\x20id=\x22','injectIntoFile','287485IGLIKn','injectImport','withValue','Box','test','ssr','{props.children}','@mui/material/Container','94984LwvFJm','REACT','-hook\x22>','366174nrfqPs','baseDir','</div>','react','basic-drawer','/imports/startup/client/templates','template','dir','injectAroundString','checkMeteorPackage','/imports/ui/components','kit/mui/frame/app-bars/','970NuipEp','fsi','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','replaceAll','options','55NxEHzN','No\x20layouts\x20selected','length','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','Cleaning\x20up...','basic-app-bar','checkbox','engines','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','Container','true','getDirectories','tsx','jsx','{\x20props.children\x20}','maka\x20g:k:m:f','toString','14YcHOcu','injectTemplateModule','log','211206nRztUm','/imports/ui/','force','error','constructor','492YTVHEt','search','getMakaProjectConfig','24LopAFY','pathFromApp','/imports/startup/lib/templates','session','(((.+)+)+)+$','appName','\x20/>\x0a','getFiles','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','{\x20this.props.children\x20}','110235BhKGvC','423292NtCvJQ','@mui/material/Box','layouts','MATERIAL','join','35082afjQzJ','maka\x20generate:kit:mui:frame','.js','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','frame','basic-sticky-footer','tests'];a129c=function(){return H;};return a129c();}import{Log}from'../../../tools/log/log.class.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x14f;let f=c[d];return f;},a129d(a,b);}import{Actions}from'../../../tools/actions/actions.class.js';import a129e from'path';import a129f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a129D(0x169),'aliases':['f'],'usage':a129D(0x18f),'shortDesc':a129D(0x189),'validOpts':[a129D(0x162),a129D(0x17c),'dir',a129D(0x14f)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a129D(0x163)],'client':ClientEngines[a129D(0x179)]},'examples':[a129D(0x166),a129D(0x19b)],'description':a129D(0x15d)},async function(a,b){const E=a129D;try{const c=b[E(0x14f)]||![],d=E(0x191),f=E(0x17f),g=E(0x16a),h=this['fsi'][E(0x154)](),i=h[E(0x193)][E(0x175)]===E(0x196);await this[E(0x188)][E(0x184)]([E(0x158),'maka:react-tracker'],{'shouldInstall':!![]});const j=this[E(0x188)]['findAppDirectory'](),k=a129e['join'](j,'imports','ui',E(0x162)),l=this[E(0x188)][E(0x197)](k),m=await Actions[E(0x18b)]({'type':E(0x192),'name':'layouts','message':E(0x168),'choices':l});if(m[E(0x162)][E(0x18e)]===0x0){Log[E(0x150)](E(0x18d));return;}const n=b[E(0x17c)]?E(0x1a1)+b[E(0x17c)]:E(0x185),o=this[E(0x188)][E(0x156)]({'pathParts':[n,b['dir'],paramCase(d),paramCase(d)]}),p=this[E(0x188)][E(0x156)]({'pathParts':[n,b[E(0x182)],paramCase(f),paramCase(f)]}),q=this[E(0x188)]['pathFromApp']({'pathParts':[n,b[E(0x182)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[E(0x15a)])[E(0x18a)]('-','\x20')};await this['fsi'][E(0x172)](h,async()=>{const F=E;await this['fsi']['template']({'srcPath':F(0x186)+d+F(0x167),'destPath':o+'.js','framework':F(0x17e),'context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x188)][F(0x181)]({'srcPath':'kit/mui/frame/drawers/'+f+F(0x167),'destPath':p+F(0x167),'framework':F(0x17e),'context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x188)][F(0x181)]({'srcPath':'kit/mui/frame/footers/'+g+F(0x167),'destPath':q+F(0x167),'framework':F(0x17e),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b['dir']+'/'+d+'/'+d;await this['fsi'][E(0x19e)](d,h,s);const t=''+n+b[E(0x182)]+'/'+f+'/'+f;await this['fsi'][E(0x19e)](f,h,t);const u=''+n+b[E(0x182)]+'/'+g+'/'+g;await this[E(0x188)]['injectTemplateModule'](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[E(0x188)][E(0x15c)](a129e[E(0x164)](k,w),{'extensions':[E(0x199),E(0x198)],'omit':['app-tests',E(0x16b),E(0x174)]});for(const y of x){const z=a129e['join'](k,w,y);await this[E(0x188)]['injectImport']({'filePath':z,'importName':E(0x173),'modulePath':E(0x161),'isNamedExport':![]}),await this[E(0x188)][E(0x171)]({'filePath':z,'importName':E(0x195),'modulePath':E(0x177),'isNamedExport':![]}),await this['fsi'][E(0x171)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?E(0x157):E(0x180),'isNamedExport':!![]}),await this[E(0x188)][E(0x16f)]({'filePath':z,'content':'<'+pascalCase(d)+E(0x15b),'begin':['<div\x20id=\x22'+w+'\x22>',E(0x16e)+w+E(0x17a)],'end':[E(0x16c),E(0x15e),'{props.children}','{\x20props.children\x20}']}),await this['fsi'][E(0x171)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?'/imports/startup/lib/templates':'/imports/startup/client/templates','isNamedExport':!![]}),await this['fsi'][E(0x16f)]({'filePath':z,'content':'<'+pascalCase(f)+E(0x15b),'begin':[E(0x16e)+w+'\x22>',E(0x16e)+w+'-hook\x22>'],'end':[E(0x16c),E(0x15e),E(0x176),'{\x20props.children\x20}']}),await this[E(0x188)][E(0x16f)]({'filePath':z,'content':'<'+pascalCase(g)+E(0x15b),'begin':[E(0x16c),E(0x15e),'{props.children}',E(0x19a)],'end':[E(0x17d)]}),await this[E(0x188)]['injectImport']({'filePath':z,'importName':pascalCase(g),'modulePath':i?E(0x157):E(0x180),'isNamedExport':!![]}),await this['fsi'][E(0x183)]({'filePath':z,'aboveContent':E(0x16d),'belowContent':E(0x194),'targetString':[E(0x16c),E(0x15e),E(0x176),E(0x19a)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[E(0x150)](A);}},async function(){const G=a129D;console[G(0x19f)](G(0x190));},a129f);
@@ -1 +1 @@
1
- const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=parseInt(g(0x19b))/0x1+-parseInt(g(0x186))/0x2*(parseInt(g(0x189))/0x3)+parseInt(g(0x18a))/0x4+parseInt(g(0x17e))/0x5*(parseInt(g(0x188))/0x6)+parseInt(g(0x185))/0x7*(parseInt(g(0x198))/0x8)+-parseInt(g(0x18b))/0x9+-parseInt(g(0x190))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa99d5));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0x194)]()[i(0x196)]('(((.+)+)+)+$')['toString']()[i(0x193)](a125a)[i(0x196)](i(0x184));});function a125c(){const l=['\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','constructor','toString','apply','search','includes','880GgjhjN','auth','findProjectDirectory','1338956nkNjdF','mui','processAndRunGenerator','frame','fsi','maka\x20g:kit:m','getMakaProjectConfig','14585fnXHAA','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','No\x20MUI\x20kits\x20selected.\x20Exiting.','kit:mui:auth','checkbox','kit:mui:frame','(((.+)+)+)+$','64288XsITyJ','2474828JxhysV','Material-UI\x20Kit','570gGPfgX','3SaAdQj','890320IPoYXd','5200965MIwEcK','info','notice','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','3388510jjGnRl','options'];a125c=function(){return l;};return a125c();}a125a();import{Generator}from'../../../generator.js';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x17c;let f=c[d];return f;},a125d(a,b);}import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a125e from'../../../generators/maka.gen.js';import a125f from'../kit.js';const MuiGen=Generator['create']({'name':a125j(0x19c),'aliases':['m'],'usage':a125j(0x18e),'noNeedResource':!![],'shortDesc':a125j(0x187),'validOpts':[''],'isPro':!![],'examples':[a125j(0x17c)]},async function(){const k=a125j;Log['info'](k(0x18f)),Log[k(0x18d)](k(0x192));const {kitChoices:a}=await Actions[k(0x191)]({'type':k(0x182),'name':'kitChoices','message':k(0x17f),'choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x19e)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0x199)}]}),b=this[k(0x19f)][k(0x19a)](),c=this[k(0x19f)][k(0x17d)]();a['includes'](k(0x19e))&&await a125e['processAndRunGenerator'](k(0x183),[],{'force':!![],'cwd':b,'config':c});a[k(0x197)]('auth')&&await a125e[k(0x19d)](k(0x181),[],{'force':!![],'cwd':b,'config':c});if(a['length']===0x0){Log[k(0x18c)](k(0x180));return;}},async function(){},a125f);export default MuiGen;
1
+ const a130j=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d=-parseInt(g(0x207))/0x1+parseInt(g(0x1fb))/0x2+parseInt(g(0x20d))/0x3*(-parseInt(g(0x1f3))/0x4)+-parseInt(g(0x204))/0x5+-parseInt(g(0x20b))/0x6+parseInt(g(0x202))/0x7+-parseInt(g(0x1fc))/0x8*(-parseInt(g(0x1f8))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x57d74));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a130d;if(c){const e=c[h(0x1fe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const i=a130d;return a130a['toString']()[i(0x1f6)]('(((.+)+)+)+$')[i(0x201)]()['constructor'](a130a)[i(0x1f6)](i(0x205));});a130a();import{Generator}from'../../../generator.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a130d(a,b);}import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a130e from'../../../generators/maka.gen.js';function a130c(){const l=['info','4eVueqP','kitChoices','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','search','frame','5877FicOZG','auth','kit:mui:frame','795028sFjwej','29864BVVGWK','findProjectDirectory','apply','getMakaProjectConfig','kit:mui:auth','toString','770784jhhsvy','mui','3253445TokvTI','(((.+)+)+)+$','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','634614dbNeLs','fsi','\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','3876906zNOuqH','includes','1962075QImgnI'];a130c=function(){return l;};return a130c();}import a130f from'../kit.js';const MuiGen=Generator['create']({'name':a130j(0x203),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':'Material-UI\x20Kit','validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:m']},async function(){const k=a130j;Log[k(0x20e)](k(0x1f5)),Log[k(0x20a)](k(0x209));const {kitChoices:a}=await Actions['options']({'type':'checkbox','name':k(0x1f4),'message':k(0x206),'choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x1f7)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0x1f9)}]}),b=this['fsi'][k(0x1fd)](),c=this[k(0x208)][k(0x1ff)]();a['includes'](k(0x1f7))&&await a130e['processAndRunGenerator'](k(0x1fa),[],{'force':!![],'cwd':b,'config':c});a[k(0x20c)]('auth')&&await a130e['processAndRunGenerator'](k(0x200),[],{'force':!![],'cwd':b,'config':c});if(a['length']===0x0){Log[k(0x20e)]('No\x20MUI\x20kits\x20selected.\x20Exiting.');return;}},async function(){},a130f);export default MuiGen;
@@ -1 +1 @@
1
- function a126c(){const r=['template/template.css','template','ramda','string','className','resourceName','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','fileName','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','2278addIWq','maka\x20g:layout\x20mobile/iPhone8','4095335wRjJNi','ssr','true','import\x20\x27./','create','layout','/imports/ui/layouts','Scaffolding\x20for\x20a\x20React\x20Layout.','.css','react','checkNpmPackage','withHooks','engines','assign','(((.+)+)+)+$','features','fsi','pathFromProject','getMakaProjectConfig','501431KqjPDZ','constructor','pathFromApp','apply','8268790FqkKhz','split','withValue','33Sedswg','api','installNpmPackage','72280HUXvLm','6ssVBuR','.app-tests.js','.js','934UatHDf','warn','2794419uKCEtj','search','7817392NLSuzR','withHook','css','graphql','dir','injectAtBeginningOfFile','setTemplate','client','relative','test','test/test.js'];a126c=function(){return r;};return a126c();}function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x19a;let f=c[d];return f;},a126d(a,b);}const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=-parseInt(l(0x1c9))/0x1*(-parseInt(l(0x1a6))/0x2)+-parseInt(l(0x1c2))/0x3*(-parseInt(l(0x1c5))/0x4)+-parseInt(l(0x1a8))/0x5+parseInt(l(0x1c6))/0x6*(parseInt(l(0x1bb))/0x7)+-parseInt(l(0x1cd))/0x8+parseInt(l(0x1cb))/0x9+parseInt(l(0x1bf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xa4e1e));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a['toString']()[n(0x1cc)](n(0x1b6))['toString']()[n(0x1bc)](a126a)[n(0x1cc)](n(0x1b6));});a126a();import a126e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a126o(0x1ac)]({'name':a126o(0x1ad),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a126o(0x1af),'validOpts':[a126o(0x1ce)],'examples':[a126o(0x1a7),'maka\x20g:l\x20web/safari']},async function(a,b){const p=a126o,c=p(0x1ae),d=this[p(0x1b8)]['findAppDirectory'](),e=this[p(0x1b8)][p(0x1bd)]({'pathParts':[c,b[p(0x1d1)],paramCase(b[p(0x1a2)]),paramCase(b[p(0x1a2)])]}),f=this[p(0x1b8)][p(0x1ba)]();await this['fsi'][p(0x1c1)](f,async()=>{const q=p;typeof f[q(0x19e)][q(0x19b)]===q(0x1a0)&&(f[q(0x19e)]['test']=f['template'][q(0x19b)]===q(0x1aa)?!![]:![],this[q(0x1b8)][q(0x1d3)](q(0x19b),f[q(0x19e)][q(0x19b)]));typeof f[q(0x19e)][q(0x1cf)]===q(0x1a0)&&(f['template']['css']=f[q(0x19e)][q(0x1cf)]===q(0x1aa)?!![]:![],this[q(0x1b8)][q(0x1d3)]('css',f[q(0x19e)][q(0x1cf)]));typeof f[q(0x19e)]['js']==='string'&&(f['template']['js']=f[q(0x19e)]['js']===q(0x1aa)?!![]:![],this[q(0x1b8)][q(0x1d3)]('js',f[q(0x19e)]['js']));!f[q(0x1b7)]&&(f[q(0x1b7)]={});const g=b['_']?b['_'][0x0][q(0x1c0)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this[q(0x1b2)](q(0x19f))&&(Log[q(0x1ca)](q(0x1a5)),this[q(0x1b8)][q(0x1c4)](q(0x19f),{'cwd':d}));if(h&&!this[q(0x1b2)](q(0x1b1))){Log[q(0x1ca)](q(0x1a3));return;}const i={'name':pascalCase(b[q(0x1a2)]),'myPath':a126e[q(0x19a)](this[q(0x1b8)][q(0x1b9)]({}),e),'cssCaseName':paramCase(b[q(0x1a2)]),'className':pascalCase(b[q(0x1a2)]),'camelCaseName':camelCase(b[q(0x1a2)]),'fileName':paramCase(b[q(0x1a2)]),'graphql':f[q(0x1b4)][q(0x1d0)],'features':f['features'],'client':f['engines'][q(0x1d4)],'api':f[q(0x1b4)][q(0x1c3)],'ssr':f[q(0x1b4)][q(0x1a9)],'test':f[q(0x1b4)]['test'],'theme':f[q(0x1b4)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x1b7)]['withTranslations']};f[q(0x1b7)]?.[q(0x1b3)]||b[q(0x1ce)]?await this[q(0x1b8)][q(0x19e)]({'srcPath':'hook/hook.js','destPath':e+q(0x1c8),'framework':q(0x1b1),'context':i,'config':f}):await this['fsi'][q(0x19e)]({'srcPath':'component/component.js','destPath':e+q(0x1c8),'framework':q(0x1b1),'context':i,'config':f});f[q(0x1b4)][q(0x19b)]!=='none'&&await this['fsi'][q(0x19e)]({'srcPath':q(0x19c),'destPath':e+q(0x1c7),'framework':q(0x1b1),'context':i,'config':f});f[q(0x19e)]['css']&&(await this[q(0x1b8)]['template']({'srcPath':q(0x19d),'destPath':e+q(0x1b0),'context':Object[q(0x1b5)]({},i,{'className':paramCase(b[q(0x1a2)])}),'config':f}),await this[q(0x1b8)][q(0x1d2)]({'filePath':e+'.'+f[q(0x1b4)]['js'],'content':q(0x1ab)+i['fileName']+'.'+f['engines']['css']+'\x27;'}));const j=b['dir']?'/'+b[q(0x1d1)]+'/':'/',k=''+c+j+i['fileName']+'/'+i[q(0x1a4)];await this[q(0x1b8)]['injectTemplateModule'](i[q(0x1a1)],f,k);});});
1
+ const a131n=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=parseInt(l(0xd6))/0x1+-parseInt(l(0xd7))/0x2*(parseInt(l(0xdc))/0x3)+-parseInt(l(0xc9))/0x4+parseInt(l(0xb9))/0x5+parseInt(l(0xe0))/0x6*(parseInt(l(0xec))/0x7)+-parseInt(l(0xc5))/0x8*(-parseInt(l(0xea))/0x9)+-parseInt(l(0xd4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x33fa5));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const m=a131d;return a131a[m(0xf2)]()[m(0xc0)](m(0xba))[m(0xf2)]()['constructor'](a131a)[m(0xc0)](m(0xba));});a131a();import a131e from'path';import{Generator}from'../generator.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0xb7;let f=c[d];return f;},a131d(a,b);}function a131c(){const q=['Scaffolding\x20for\x20a\x20React\x20Layout.','2813970VkVynS','withValue','104483nkrnAs','50MuaFHn','setTemplate','pathFromApp','warn','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','48693vaaNSx','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','none','api','6miVVPT','className','template/template.css','maka\x20g:l\x20web/safari','getMakaProjectConfig','maka\x20g:layout\x20mobile/iPhone8','string','assign','withHook','ssr','2902959rSBlvP','resourceName','2304827DZuSpa','true','.css','injectAtBeginningOfFile','test/test.js','relative','toString','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','withHooks','test','997130GUhLhF','(((.+)+)+)+$','injectTemplateModule','css','.js','react','ramda','search','template','fileName','hook/hook.js','engines','8IKxuAG','checkNpmPackage','dir','.app-tests.js','222592rGsgMV','pathFromProject','split','component/component.js','findAppDirectory','withTranslations','features','/imports/ui/layouts','fsi','client'];a131c=function(){return q;};return a131c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':'layout','aliases':aliases,'usage':a131n(0xf3),'shortDesc':a131n(0xd3),'validOpts':[a131n(0xe8)],'examples':[a131n(0xe5),a131n(0xe3)]},async function(a,b){const o=a131n,c=o(0xd0),d=this[o(0xd1)][o(0xcd)](),e=this['fsi'][o(0xd9)]({'pathParts':[c,b[o(0xc7)],paramCase(b[o(0xeb)]),paramCase(b[o(0xeb)])]}),f=this['fsi'][o(0xe4)]();await this[o(0xd1)][o(0xd5)](f,async()=>{const p=o;typeof f[p(0xc1)]['test']===p(0xe6)&&(f[p(0xc1)][p(0xb8)]=f['template'][p(0xb8)]===p(0xed)?!![]:![],this[p(0xd1)][p(0xd8)](p(0xb8),f[p(0xc1)][p(0xb8)]));typeof f[p(0xc1)][p(0xbc)]===p(0xe6)&&(f[p(0xc1)][p(0xbc)]=f[p(0xc1)][p(0xbc)]===p(0xed)?!![]:![],this[p(0xd1)][p(0xd8)](p(0xbc),f[p(0xc1)][p(0xbc)]));typeof f[p(0xc1)]['js']===p(0xe6)&&(f[p(0xc1)]['js']=f['template']['js']==='true'?!![]:![],this[p(0xd1)]['setTemplate']('js',f[p(0xc1)]['js']));!f['features']&&(f['features']={});const g=b['_']?b['_'][0x0][p(0xcb)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this[p(0xc6)](p(0xbf))&&(Log[p(0xda)](p(0xdb)),this[p(0xd1)]['installNpmPackage'](p(0xbf),{'cwd':d}));if(h&&!this['checkNpmPackage']('react')){Log['warn'](p(0xdd));return;}const i={'name':pascalCase(b[p(0xeb)]),'myPath':a131e[p(0xf1)](this[p(0xd1)][p(0xca)]({}),e),'cssCaseName':paramCase(b[p(0xeb)]),'className':pascalCase(b[p(0xeb)]),'camelCaseName':camelCase(b[p(0xeb)]),'fileName':paramCase(b[p(0xeb)]),'graphql':f[p(0xc4)]['graphql'],'features':f[p(0xcf)],'client':f['engines'][p(0xd2)],'api':f[p(0xc4)][p(0xdf)],'ssr':f['engines'][p(0xe9)],'test':f[p(0xc4)]['test'],'theme':f[p(0xc4)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f[p(0xcf)][p(0xce)]};f[p(0xcf)]?.[p(0xb7)]||b[p(0xe8)]?await this[p(0xd1)][p(0xc1)]({'srcPath':p(0xc3),'destPath':e+p(0xbd),'framework':p(0xbe),'context':i,'config':f}):await this[p(0xd1)][p(0xc1)]({'srcPath':p(0xcc),'destPath':e+'.js','framework':p(0xbe),'context':i,'config':f});f[p(0xc4)][p(0xb8)]!==p(0xde)&&await this[p(0xd1)]['template']({'srcPath':p(0xf0),'destPath':e+p(0xc8),'framework':p(0xbe),'context':i,'config':f});f[p(0xc1)]['css']&&(await this[p(0xd1)][p(0xc1)]({'srcPath':p(0xe2),'destPath':e+p(0xee),'context':Object[p(0xe7)]({},i,{'className':paramCase(b[p(0xeb)])}),'config':f}),await this[p(0xd1)][p(0xef)]({'filePath':e+'.'+f[p(0xc4)]['js'],'content':'import\x20\x27./'+i['fileName']+'.'+f[p(0xc4)][p(0xbc)]+'\x27;'}));const j=b[p(0xc7)]?'/'+b['dir']+'/':'/',k=''+c+j+i[p(0xc2)]+'/'+i[p(0xc2)];await this[p(0xd1)][p(0xbb)](i[p(0xe1)],f,k);});});
@@ -1 +1 @@
1
- const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x1d3))/0x1+parseInt(f(0x1c1))/0x2+-parseInt(f(0x1c7))/0x3*(parseInt(f(0x1cd))/0x4)+parseInt(f(0x1ca))/0x5*(parseInt(f(0x1c9))/0x6)+parseInt(f(0x1ce))/0x7+parseInt(f(0x1cf))/0x8*(parseInt(f(0x1be))/0x9)+-parseInt(f(0x1c2))/0xa*(parseInt(f(0x1d1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xd918f));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x1bf)]()['search'](h(0x1cc))['toString']()[h(0x1d2)](a127a)['search'](h(0x1cc));});a127a();function a127c(){const j=['1281112GYSDBw','maka\x20g:scaffold\x20todos','23715INhvXA','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','3329526abSxQq','5717590chjPzW','maka\x20generate:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','Scaffold\x20various\x20parts\x20of\x20your\x20application','99ksZtRF','maka\x20g:template\x20todos/todo_item','241572WAoOqK','85SsdKHE','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','112912hbgrjr','9133208ggJhXp','2696YpXbNd','maka\x20g:package\x20package:name','77CAGHSK','constructor'];a127c=function(){return j;};return a127c();}function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a127d(a,b);}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a127i(0x1c0),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0x1c6),'examples':[a127i(0x1c3),a127i(0x1bd),a127i(0x1c8),a127i(0x1d0),a127i(0x1cb),'maka\x20g:api\x20trucks',a127i(0x1c4)]},function(){});export default MakaGen;
1
+ function a132c(){const j=['maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','4379724tHkVJr','maka\x20g:scaffold\x20todos','9908vAmiCl','toString','7238ifltFR','2892115xEJFEo','apply','maka\x20g:package\x20package:name','maka\x20g:template\x20todos/todo_item','122IkKxjO','1467jnCrEu','15284390PSuZbb','6672uoGwiv','10ckdYxq','maka\x20g:dbc\x20geoserver\x20--type=pgsql','9368InpOkO','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','search','maka\x20g:api\x20trucks','6876576lpiyps'];a132c=function(){return j;};return a132c();}const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x132))/0x1*(-parseInt(f(0x121))/0x2)+parseInt(f(0x122))/0x3*(-parseInt(f(0x127))/0x4)+parseInt(f(0x135))/0x5+-parseInt(f(0x124))/0x6*(-parseInt(f(0x134))/0x7)+-parseInt(f(0x12d))/0x8+parseInt(f(0x130))/0x9+-parseInt(f(0x125))/0xa*(-parseInt(f(0x123))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xf2f57));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x136)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a['toString']()[h(0x12b)](h(0x129))[h(0x133)]()[h(0x12f)](a132a)['search']('(((.+)+)+)+$');});function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x121;let f=c[d];return f;},a132d(a,b);}a132a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a132i(0x12e),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a132i(0x12a),'examples':['maka\x20generate:scaffold\x20todos',a132i(0x131),a132i(0x138),a132i(0x137),a132i(0x128),a132i(0x12c),a132i(0x126)]},function(){});export default MakaGen;
@@ -1 +1 @@
1
- const a128l=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1cc))/0x1+parseInt(j(0x1d9))/0x2+-parseInt(j(0x1dc))/0x3+-parseInt(j(0x1e0))/0x4+-parseInt(j(0x1d3))/0x5*(-parseInt(j(0x1c3))/0x6)+parseInt(j(0x1c9))/0x7+-parseInt(j(0x1e1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x6b8db));const a128b=(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;};}()),a128a=a128b(this,function(){const k=a128d;return a128a['toString']()[k(0x1c5)]('(((.+)+)+)+$')[k(0x1d0)]()[k(0x1dd)](a128a)['search']('(((.+)+)+)+$');});a128a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';function a128c(){const o=['551442JfifhS','-rpc-method\x27;','search','import\x20\x27./methods','mdg:validated-method','checkMeteorPackage','3044279vlTirJ','create','withValue','500696xfYvQM','injectAtEndOfFile','startup','dir','toString','method','fsi','35cAExPf','template','resourceName','appPathPrefix','method/method.js','maka\x20g:method\x20todos','985588OsHyJM','getMakaProjectConfig','error','759924JUvJLy','constructor','methods','maka:check','2350932NIDVJZ','6321248TpTCCK','imports','tsx','pathFromApp','engines'];a128c=function(){return o;};return a128c();}function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a128d(a,b);}Generator[a128l(0x1ca)]({'name':a128l(0x1d1),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{method,\x20m}\x20name','checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':[a128l(0x1cf)],'examples':[a128l(0x1d8)]},async function(a,b){const m=a128l;try{const c=this[m(0x1d2)][m(0x1da)]();await this[m(0x1d2)][m(0x1cb)](c,async()=>{const n=m,d=paramCase(b[n(0x1d5)]),f={'name':b[n(0x1d5)],'fileName':d,'className':pascalCase(b['resourceName']),'camelCase':camelCase(b[n(0x1d5)]),'noRename':!![]};let g='js';c[n(0x1e5)]['js']===n(0x1e3)&&(g='ts');await this[n(0x1d2)][n(0x1c8)]([n(0x1df),'ddp-rate-limiter',n(0x1c7)],{'shouldInstall':!![]}),await this[n(0x1d2)][n(0x1d4)]({'srcPath':n(0x1d7),'destPath':this[n(0x1d2)][n(0x1e4)]({'pathParts':[n(0x1e2),n(0x1ce),b[n(0x1d6)],n(0x1de),b['dir'],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[n(0x1cf)]?'/'+b[n(0x1cf)]+'/':'/',i=this['fsi'][n(0x1e4)]({'pathParts':['imports','startup',b['appPathPrefix'],'index.'+c[n(0x1e5)]['js']]});await this['fsi'][n(0x1cd)]({'filePath':i,'content':n(0x1c6)+h+d+n(0x1c4)});});}catch(d){Log[m(0x1db)](d);}});
1
+ const a133m=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d=parseInt(j(0x12b))/0x1*(-parseInt(j(0x146))/0x2)+parseInt(j(0x127))/0x3*(-parseInt(j(0x138))/0x4)+-parseInt(j(0x145))/0x5+parseInt(j(0x148))/0x6+parseInt(j(0x12e))/0x7*(-parseInt(j(0x132))/0x8)+parseInt(j(0x131))/0x9+-parseInt(j(0x13f))/0xa*(-parseInt(j(0x13a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xa90da));function a133c(){const p=['appPathPrefix','pathFromApp','3488562qJWwTL','8479208RyXtMw','template','injectAtEndOfFile','engines','search','withValue','4WMywBY','imports','509377dqQSpJ','maka\x20g:method\x20todos','maka\x20{generate,\x20g}:{method,\x20m}\x20name','index.','ddp-rate-limiter','970eKgxTV','startup','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','methods','(((.+)+)+)+$','create','6672065jcvMBH','1326ukIYCr','tsx','627690VOoWDK','fsi','error','apply','constructor','-rpc-method\x27;','getMakaProjectConfig','maka:check','3251265XJWhqo','method/method.js','toString','dir','1227edCIVW','checkMeteorPackage','resourceName','7rLynUr'];a133c=function(){return p;};return a133c();}const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a133d;if(c){const e=c[k(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const l=a133d;return a133a[l(0x129)]()['search'](l(0x143))[l(0x129)]()[l(0x123)](a133a)[l(0x136)]('(((.+)+)+)+$');});a133a();function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x121;let f=c[d];return f;},a133d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a133m(0x144)]({'name':'method','aliases':['m'],'usage':a133m(0x13c),'checkWhere':!![],'shortDesc':a133m(0x141),'validOpts':[a133m(0x12a)],'examples':[a133m(0x13b)]},async function(a,b){const n=a133m;try{const c=this[n(0x149)][n(0x125)]();await this[n(0x149)][n(0x137)](c,async()=>{const o=n,d=paramCase(b['resourceName']),f={'name':b['resourceName'],'fileName':d,'className':pascalCase(b[o(0x12d)]),'camelCase':camelCase(b[o(0x12d)]),'noRename':!![]};let g='js';c[o(0x135)]['js']===o(0x147)&&(g='ts');await this[o(0x149)][o(0x12c)]([o(0x126),o(0x13e),'mdg:validated-method'],{'shouldInstall':!![]}),await this['fsi'][o(0x133)]({'srcPath':o(0x128),'destPath':this[o(0x149)][o(0x130)]({'pathParts':[o(0x139),o(0x140),b[o(0x12f)],o(0x142),b[o(0x12a)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[o(0x12a)]?'/'+b['dir']+'/':'/',i=this[o(0x149)][o(0x130)]({'pathParts':[o(0x139),o(0x140),b[o(0x12f)],o(0x13d)+c['engines']['js']]});await this[o(0x149)][o(0x134)]({'filePath':i,'content':'import\x20\x27./methods'+h+d+o(0x124)});});}catch(d){Log[n(0x121)](d);}});