@maka/maka-cli 4.12.10 → 4.12.12

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 (162) 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/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +1 -1
  140. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +1 -1
  141. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +1 -1
  142. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +1 -1
  143. package/bundle/obf/src/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/https/https.class.js +1 -1
  152. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  153. package/bundle/obf/src/tools/log/log.class.js +1 -1
  154. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/options/options.class.js +1 -1
  156. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  157. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  162. package/package.json +1 -1
@@ -1 +1 @@
1
- const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=parseInt(o(0xcb))/0x1+-parseInt(o(0xd7))/0x2+-parseInt(o(0xd4))/0x3+-parseInt(o(0xb9))/0x4+-parseInt(o(0xbd))/0x5+parseInt(o(0xd8))/0x6+parseInt(o(0xef))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x52045));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0xd9)]()[q(0xea)](q(0xdb))[q(0xd9)]()[q(0xe1)](a116a)[q(0xea)](q(0xdb));});a116a();import{Generator}from'../../../generator.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0xb5;let f=c[d];return f;},a116d(a,b);}function a116c(){const u=['211160gwJHcu','const\x20getUserAuthorizations','authentication-provider','/imports/startup/lib/authentication-service','exit','.js','apply','engines','/imports/startup/client/authentication-service','ssr','meteor/meteor','\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','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','\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','618695RqZuZa','imports','auth/roles','meteor','create','accounts-password','Meteor.startup','const\x20registerNewUser','processAndRunGenerator','1101984SESsxl','kit/auth/service/meteor-auth-service.js','AuthService','1320158bWdZgu','953826IYvGTJ','toString','pathFromApp','(((.+)+)+)+$','Meteor','startup','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','alanning:roles','const\x20authenticateToken','constructor','export\x20const\x20AuthProvider','meteor/maka:react-tracker','injectImport','kit:auth:provider','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','injectIntoCodeBlock','authentication-service','const\x20authenticateUser','search','const\x20deauthenticateUser','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','server','index','8329174sDHmCH','return\x20\x5c(','injectIntoFile','force','fsi','Meteor.publish','getMakaProjectConfig','\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','2247872HXoVgJ','const\x20resetPasswordWithToken','findProjectDirectory','useTracker'];a116c=function(){return u;};return a116c();}import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';import a116f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116r(0xcf)]({'name':a116r(0xce),'aliases':['m'],'usage':a116r(0xc9),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a116r(0xca)},async function(a,b){const s=a116r;try{const c=b[s(0xf2)]||![];await this['fsi']['checkMeteorPackage']([s(0xd0),s(0xdf)],{'shouldInstall':!![]});const d=this[s(0xb5)][s(0xbb)](),f=this['fsi'][s(0xb7)](),g=f[s(0xc4)][s(0xc6)]==='true';await a116f['processAndRunGenerator'](s(0xe5),[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0xd3)]('publish',[s(0xcd)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?'/imports/startup/lib':'/imports/startup/client',j=this[s(0xb5)][s(0xda)]({'pathParts':[i,'','',s(0xe8)]});await this['fsi']['withValue'](f,async()=>{const t=s;await this[t(0xb5)]['template']({'srcPath':t(0xd5),'destPath':j+t(0xc2),'framework':'react','context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0xb5)][s(0xda)]({'pathParts':[i,'','',s(0xbf)]}),l=f['engines']['js'];await this[s(0xb5)][s(0xe4)]({'filePath':k+'.'+l,'importName':s(0xd6),'modulePath':g?s(0xc0):s(0xc5),'isNamedExport':![]}),await this[s(0xb5)]['injectIntoCodeBlock']({'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':s(0xe9),'replace':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0xec),'begin':s(0xe0),'replace':!![]}),await this['fsi'][s(0xe7)]({'filePath':k+'.'+l,'content':s(0xc8),'begin':s(0xbe),'replace':!![]}),await this['fsi'][s(0xe7)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':s(0xeb),'replace':!![]}),await this[s(0xb5)][s(0xe7)]({'filePath':k+'.'+l,'content':s(0xe6),'begin':'const\x20sendForgotPasswordEmail','replace':!![]}),await this['fsi'][s(0xe7)]({'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':s(0xd2),'replace':!![]}),await this[s(0xb5)][s(0xe7)]({'filePath':k+'.'+l,'content':s(0xde),'begin':s(0xba),'replace':!![]});g&&(await this[s(0xb5)][s(0xe4)]({'filePath':k+'.'+l,'importName':s(0xbc),'modulePath':s(0xe3),'isNamedExport':!![]}),await this['fsi'][s(0xf1)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','begin':s(0xe2),'end':s(0xf0)}));await this[s(0xb5)]['injectImport']({'filePath':h,'importName':s(0xdc),'modulePath':s(0xc7),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0xb5)][s(0xe7)]({'filePath':h,'content':s(0xb8),'begin':s(0xb6),'replace':!![]});const m=this[s(0xb5)][s(0xda)]({'pathParts':[s(0xcc),s(0xdd),s(0xed),s(0xee)]});await this['fsi'][s(0xe4)]({'filePath':m+'.'+l,'importName':'Accounts','modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this[s(0xb5)]['injectIntoCodeBlock']({'filePath':m+'.'+l,'content':'\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','begin':s(0xd1),'replace':!![]});}catch(n){Log['error'](n),process[s(0xc1)](0x1);}},async function(){},a116e);
1
+ const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=parseInt(o(0x19e))/0x1*(parseInt(o(0x1c9))/0x2)+parseInt(o(0x1b8))/0x3+-parseInt(o(0x1a7))/0x4*(parseInt(o(0x1d6))/0x5)+parseInt(o(0x19b))/0x6+parseInt(o(0x1c7))/0x7+parseInt(o(0x1b0))/0x8*(-parseInt(o(0x1b7))/0x9)+-parseInt(o(0x19a))/0xa*(parseInt(o(0x1a9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x5477c));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a['toString']()[q(0x1a2)]('(((.+)+)+)+$')[q(0x1cc)]()[q(0x1c3)](a116a)['search'](q(0x198));});a116a();function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x197;let f=c[d];return f;},a116d(a,b);}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';import a116f from'../../../generators/maka.gen.js';function a116c(){const u=['apply','611932nRpYbK','engines','9560507NjaEcC','injectImport','template','\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','index','injectIntoCodeBlock','REACT','384NAJfSU','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','const\x20authenticateToken','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','\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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','force','882jmBiQV','1019721NSRbgK','const\x20sendForgotPasswordEmail','exit','/imports/startup/lib','\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','findProjectDirectory','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','export\x20const\x20AuthProvider','error','\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','fsi','constructor','.js','const\x20resetPasswordWithToken','/imports/startup/client','2838003Xvhrmx','meteor/meteor','18yJtgtY','withValue','return\x20\x5c(','toString','\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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','getMakaProjectConfig','/imports/startup/client/authentication-service','Meteor.publish','imports','meteor','meteor/maka:react-tracker','pathFromApp','20nkMeRT','react','authentication-service','create','true','/imports/startup/lib/authentication-service','(((.+)+)+)+$','server','10pJtbrf','3518586PJvUtu','meteor/accounts-base','processAndRunGenerator','55554Ajbihm','AuthService','useTracker','Meteor','search','injectIntoFile','ssr','\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'];a116c=function(){return u;};return a116c();}import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116r(0x1d9)]({'name':a116r(0x1d3),'aliases':['m'],'usage':a116r(0x1be),'shortDesc':a116r(0x1b3),'validOpts':[a116r(0x1b6)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116r(0x1af)]},'description':a116r(0x1a5)},async function(a,b){const s=a116r;try{const c=b['force']||![];await this[s(0x1c2)]['checkMeteorPackage'](['accounts-password','alanning:roles'],{'shouldInstall':!![]});const d=this[s(0x1c2)][s(0x1bd)](),f=this[s(0x1c2)][s(0x1cf)](),g=f['engines'][s(0x1a4)]===s(0x1da);await a116f[s(0x19d)]('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x19d)]('publish',['auth/roles'],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x1bb):s(0x1c6),j=this['fsi'][s(0x1d5)]({'pathParts':[i,'','',s(0x1d8)]});await this[s(0x1c2)][s(0x1ca)](f,async()=>{const t=s;await this[t(0x1c2)][t(0x1ab)]({'srcPath':'kit/auth/service/meteor-auth-service.js','destPath':j+t(0x1c4),'framework':t(0x1d7),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x1c2)][s(0x1d5)]({'pathParts':[i,'','','authentication-provider']}),l=f[s(0x1a8)]['js'];await this['fsi'][s(0x1aa)]({'filePath':k+'.'+l,'importName':s(0x19f),'modulePath':g?s(0x197):s(0x1d0),'isNamedExport':![]}),await this[s(0x1c2)][s(0x1ae)]({'filePath':k+'.'+l,'content':s(0x1c1),'begin':'const\x20authenticateUser','replace':!![]}),await this[s(0x1c2)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x1bc),'begin':s(0x1b2),'replace':!![]}),await this[s(0x1c2)][s(0x1ae)]({'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':'const\x20getUserAuthorizations','replace':!![]}),await this[s(0x1c2)][s(0x1ae)]({'filePath':k+'.'+l,'content':s(0x1ce),'begin':'const\x20deauthenticateUser','replace':!![]}),await this[s(0x1c2)][s(0x1ae)]({'filePath':k+'.'+l,'content':s(0x1b1),'begin':s(0x1b9),'replace':!![]}),await this['fsi']['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':'const\x20registerNewUser','replace':!![]}),await this[s(0x1c2)][s(0x1ae)]({'filePath':k+'.'+l,'content':s(0x1b5),'begin':s(0x1c5),'replace':!![]});g&&(await this['fsi'][s(0x1aa)]({'filePath':k+'.'+l,'importName':s(0x1a0),'modulePath':s(0x1d4),'isNamedExport':!![]}),await this[s(0x1c2)][s(0x1a3)]({'filePath':k+'.'+l,'content':s(0x1b4),'begin':s(0x1bf),'end':s(0x1cb)}));await this[s(0x1c2)][s(0x1aa)]({'filePath':h,'importName':s(0x1a1),'modulePath':s(0x1c8),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x1c2)][s(0x1ae)]({'filePath':h,'content':s(0x1cd),'begin':s(0x1d1),'replace':!![]});const m=this[s(0x1c2)][s(0x1d5)]({'pathParts':[s(0x1d2),'startup',s(0x199),s(0x1ad)]});await this[s(0x1c2)][s(0x1aa)]({'filePath':m+'.'+l,'importName':'Accounts','modulePath':s(0x19c),'isNamedExport':!![]}),await this[s(0x1c2)]['injectIntoCodeBlock']({'filePath':m+'.'+l,'content':s(0x1ac),'begin':'Meteor.startup','replace':!![]});}catch(n){Log[s(0x1c0)](n),process[s(0x1ba)](0x1);}},async function(){},a116e);
@@ -1 +1 @@
1
- const a117x=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0x1cd))/0x1+-parseInt(u(0x1d3))/0x2+parseInt(u(0x1e8))/0x3+-parseInt(u(0x1be))/0x4*(-parseInt(u(0x1ee))/0x5)+parseInt(u(0x1bb))/0x6*(parseInt(u(0x1ed))/0x7)+-parseInt(u(0x1eb))/0x8*(parseInt(u(0x1e5))/0x9)+-parseInt(u(0x1d7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xaf02e));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0x1bf)]()['search'](w(0x1de))[w(0x1bf)]()[w(0x1ea)](a117a)['search']('(((.+)+)+)+$');});function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a117d(a,b);}function a117c(){const A=['provider','1080576NCOsLZ','.js','/imports/startup/lib/authentication-provider','fsi','7423480wXAVSx','create','/routes','template','apply','const\x20Routes','/imports/startup/client','(((.+)+)+)+$','pathFromApp','error','injectIntoCodeBlock','\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','kit/auth/provider/authentication-provider.js','<AuthProvider>','27zkvcki','ssr','/imports/startup/client/authentication-provider','2160438rBRWpd','AuthContext','constructor','2315944zYbmtj','engines','159257AuYkTj','4578485YKsiOl','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','/imports/startup/server/index','258WOJHDg','withValue','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','4OrXPGr','toString','replaceAll','force','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','injectAroundString','function\x20Routes','<Routes\x20history={history}/>','/imports/startup/lib','AuthProvider','REACT','appName','useContext','injectImport','exit','253825CeMcTW','true','split','bright','<Routes\x20history={browserHistory}/>'];a117c=function(){return A;};return a117c();}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[a117x(0x1d8)]({'name':a117x(0x1d2),'aliases':['p'],'usage':a117x(0x1bd),'shortDesc':a117x(0x1b9),'validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117x(0x1c8)]},'description':'\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20'},async function(a,b){const y=a117x;try{const c=b[y(0x1c1)]||![];Log[y(0x1d0)](y(0x1c2));const d=this[y(0x1d6)]['getMakaProjectConfig'](),f=d[y(0x1ec)][y(0x1e6)]===y(0x1ce),g={'name':headerCase(d[y(0x1c9)])[y(0x1c0)]('-','\x20')},h=f?y(0x1c6):y(0x1dd),i=this[y(0x1d6)][y(0x1df)]({'pathParts':[h,'','','authentication-provider']});await this['fsi'][y(0x1bc)](d,async()=>{const z=y;await this[z(0x1d6)][z(0x1da)]({'srcPath':z(0x1e3),'destPath':i+z(0x1d4),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x1ec)]['js'],k=h+y(0x1d9),l=k[y(0x1cf)]('/'),m=this['fsi'][y(0x1df)]({'pathParts':l});await this[y(0x1d6)][y(0x1cb)]({'filePath':m+'.'+j,'importName':y(0x1e9),'modulePath':f?y(0x1d5):y(0x1e7),'isNamedExport':!![]}),await this[y(0x1d6)][y(0x1cb)]({'filePath':m+'.'+j,'importName':y(0x1ca),'modulePath':'react','isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x1d6)][y(0x1e1)]({'filePath':m+'.'+j,'content':y(0x1e2),'begin':[y(0x1dc),y(0x1c4)],'replace':!![]});const n='/imports/startup/client/index',o=n[y(0x1cf)]('/'),p=this[y(0x1d6)][y(0x1df)]({'pathParts':o});await this[y(0x1d6)]['injectImport']({'filePath':p+'.'+j,'importName':y(0x1c7),'modulePath':f?y(0x1d5):y(0x1e7),'isNamedExport':!![]}),await this['fsi'][y(0x1c3)]({'filePath':p+'.'+j,'aboveContent':y(0x1e4),'belowContent':'</AuthProvider>','targetString':y(0x1d1),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x1ba),r=q[y(0x1cf)]('/'),s=this['fsi'][y(0x1df)]({'pathParts':r});await this['fsi'][y(0x1cb)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x1d5):y(0x1e7),'isNamedExport':!![]}),await this[y(0x1d6)][y(0x1c3)]({'filePath':s+'.'+j,'aboveContent':y(0x1e4),'belowContent':'</AuthProvider>','targetString':y(0x1c5),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0x1e0)](t),process[y(0x1cc)](0x1);}},async function(){},a117e);
1
+ const a117x=a117d;function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0xb9;let f=c[d];return f;},a117d(a,b);}(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0xe8))/0x1+parseInt(u(0xc9))/0x2*(-parseInt(u(0xbe))/0x3)+-parseInt(u(0xd3))/0x4*(parseInt(u(0xe0))/0x5)+parseInt(u(0xd9))/0x6*(parseInt(u(0xbd))/0x7)+parseInt(u(0xc1))/0x8*(parseInt(u(0xf1))/0x9)+-parseInt(u(0xdd))/0xa+parseInt(u(0xe6))/0xb*(parseInt(u(0xdc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xae1b6));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0xee)]()[w(0xc0)](w(0xd5))['toString']()[w(0xea)](a117a)[w(0xc0)](w(0xd5));});a117a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117e from'./auth.generator.js';function a117c(){const A=['useContext','apply','toString','REACT','.js','17676yspKJl','pathFromApp','appName','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','injectAroundString','123991GMheUD','3XFLXAL','</AuthProvider>','search','824BgIOtJ','/imports/startup/client/authentication-provider','withValue','/imports/startup/client','split','<Routes\x20history={history}/>','AuthProvider','react','2427116hzdIKc','error','bright','/imports/startup/client/index','AuthContext','\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','true','<AuthProvider>','ssr','<Routes\x20history={browserHistory}/>','4adloKd','fsi','(((.+)+)+)+$','create','getMakaProjectConfig','template','174oclkhj','\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','/routes','12RxWiPL','7294150bdHWnu','injectImport','/imports/startup/lib/authentication-provider','6082945ZObPKz','/imports/startup/lib','kit/auth/provider/authentication-provider.js','/imports/startup/server/index','const\x20Routes','injectIntoCodeBlock','34300574xXGnRZ','force','38501ulADdO','engines','constructor','replaceAll'];a117c=function(){return A;};return a117c();}import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117x(0xd6)]({'name':'provider','aliases':['p'],'usage':a117x(0xbb),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','validOpts':[a117x(0xe7)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117x(0xef)]},'description':a117x(0xce)},async function(a,b){const y=a117x;try{const c=b[y(0xe7)]||![];Log[y(0xcb)]('Creating\x20an\x20AuthProvider\x20and\x20AuthContext');const d=this['fsi'][y(0xd7)](),f=d[y(0xe9)][y(0xd1)]===y(0xcf),g={'name':headerCase(d[y(0xba)])[y(0xeb)]('-','\x20')},h=f?y(0xe1):y(0xc4),i=this[y(0xd4)][y(0xb9)]({'pathParts':[h,'','','authentication-provider']});await this['fsi'][y(0xc3)](d,async()=>{const z=y;await this[z(0xd4)][z(0xd8)]({'srcPath':z(0xe2),'destPath':i+z(0xf0),'framework':z(0xc8),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0xe9)]['js'],k=h+y(0xdb),l=k['split']('/'),m=this[y(0xd4)]['pathFromApp']({'pathParts':l});await this[y(0xd4)][y(0xde)]({'filePath':m+'.'+j,'importName':y(0xcd),'modulePath':f?'/imports/startup/lib/authentication-provider':y(0xc2),'isNamedExport':!![]}),await this['fsi']['injectImport']({'filePath':m+'.'+j,'importName':y(0xec),'modulePath':y(0xc8),'isNamedExport':!![],'injectAtStart':!![]}),await this['fsi'][y(0xe5)]({'filePath':m+'.'+j,'content':y(0xda),'begin':[y(0xe4),'function\x20Routes'],'replace':!![]});const n=y(0xcc),o=n['split']('/'),p=this[y(0xd4)][y(0xb9)]({'pathParts':o});await this[y(0xd4)][y(0xde)]({'filePath':p+'.'+j,'importName':y(0xc7),'modulePath':f?y(0xdf):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[y(0xd4)][y(0xbc)]({'filePath':p+'.'+j,'aboveContent':y(0xd0),'belowContent':y(0xbf),'targetString':y(0xd2),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0xe3),r=q[y(0xc5)]('/'),s=this[y(0xd4)][y(0xb9)]({'pathParts':r});await this[y(0xd4)][y(0xde)]({'filePath':s+'.'+j,'importName':y(0xc7),'modulePath':f?y(0xdf):y(0xc2),'isNamedExport':!![]}),await this['fsi'][y(0xbc)]({'filePath':s+'.'+j,'aboveContent':y(0xd0),'belowContent':y(0xbf),'targetString':y(0xc6),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0xca)](t),process['exit'](0x1);}},async function(){},a117e);
@@ -1 +1 @@
1
- (function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1*(parseInt(f(0x103))/0x2)+-parseInt(f(0x102))/0x3*(parseInt(f(0xfc))/0x4)+parseInt(f(0xf8))/0x5+parseInt(f(0xf6))/0x6*(parseInt(f(0xf7))/0x7)+parseInt(f(0xfd))/0x8+-parseInt(f(0xf4))/0x9+parseInt(f(0xf5))/0xa*(-parseInt(f(0xfe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x311ac));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xff)]()[h(0x101)]('(((.+)+)+)+$')[h(0xff)]()[h(0x100)](a118a)[h(0x101)](h(0xf9));});a118a();function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0xf4;var f=c[d];return f;},a118d(a,b);}import'./esri.generator.js';import'./map.esri.gen.js';function a118c(){var i=['apply','55lzGskr','3236unhsUL','1916624bGRSIv','22VtucjS','toString','constructor','search','1227UAduFF','10030qTJJQD','1070010WBvkDS','1953020LgOULd','84174dzgTAh','91CPIYKm','1718635VYuIeZ','(((.+)+)+)+$'];a118c=function(){return i;};return a118c();}
1
+ function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x178;var f=c[d];return f;},a118d(a,b);}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0x17d))/0x1+-parseInt(f(0x178))/0x2*(-parseInt(f(0x186))/0x3)+parseInt(f(0x183))/0x4*(-parseInt(f(0x185))/0x5)+parseInt(f(0x17a))/0x6+-parseInt(f(0x17b))/0x7*(parseInt(f(0x17e))/0x8)+-parseInt(f(0x184))/0x9*(-parseInt(f(0x17c))/0xa)+parseInt(f(0x179))/0xb*(parseInt(f(0x17f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xa98ef));function a118c(){var h=['2458561CwXEsb','13358690yEhWWU','94977BPcTIk','8JrFJBG','36HuuTNJ','(((.+)+)+)+$','toString','constructor','311948kdTjFo','9BSWUKj','85REljVI','26658QIEWdf','search','82stZzDi','2463098ieSVJw','567246xytfHz'];a118c=function(){return h;};return a118c();}var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var g=a118d;return a118a[g(0x181)]()[g(0x187)](g(0x180))[g(0x181)]()[g(0x182)](a118a)[g(0x187)](g(0x180));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';
@@ -1 +1 @@
1
- const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x105))/0x1+-parseInt(f(0x109))/0x2+parseInt(f(0x104))/0x3*(parseInt(f(0x110))/0x4)+-parseInt(f(0x107))/0x5*(-parseInt(f(0xff))/0x6)+parseInt(f(0x10a))/0x7*(parseInt(f(0x103))/0x8)+parseInt(f(0xfe))/0x9*(parseInt(f(0x100))/0xa)+-parseInt(f(0x108))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x9b9d4));function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0xfc;let f=c[d];return f;},a119d(a,b);}const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a[h(0x10d)]()[h(0x101)](h(0x10e))[h(0x10d)]()[h(0xfc)](a119a)[h(0x101)](h(0x10e));});a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';function a119c(){const j=['maka\x20g:kit:e','153UcEjiE','10476IsALgf','628480dBoEuK','search','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','1821224VjKnCb','3TVzyKi','984359BEWOom','\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','2395GSCYna','25986312bOcdRQ','2530374DkMbdu','21mzPDkF','esri','apply','toString','(((.+)+)+)+$','create','2771628RNbhHs','constructor'];a119c=function(){return j;};return a119c();}const EsriGen=Generator[a119i(0x10f)]({'name':a119i(0x10b),'aliases':['e'],'usage':a119i(0x102),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':[a119i(0xfd)],'description':a119i(0x106)},async function(){return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':['/foo/bar'],'filesUpdated':['/foo']}};},async function(){},a119e);export default EsriGen;
1
+ const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x129))/0x1+parseInt(f(0x11c))/0x2+-parseInt(f(0x11d))/0x3*(-parseInt(f(0x11f))/0x4)+-parseInt(f(0x128))/0x5+parseInt(f(0x12c))/0x6+parseInt(f(0x120))/0x7*(-parseInt(f(0x130))/0x8)+parseInt(f(0x12b))/0x9*(-parseInt(f(0x11e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xa6ce9));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x124)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a[h(0x12f)]()[h(0x126)](h(0x12e))['toString']()[h(0x127)](a119a)[h(0x126)](h(0x12e));});a119a();function a119c(){const k=['1336aLCORx','765044NtAEpy','Esri\x20Kit\x20generated\x20successfully','create','esri','apply','maka\x20g:kit:e','search','constructor','182815fnQVQn','938905MaRaED','/foo','783LxYmoF','1762350jJFfFp','\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','(((.+)+)+)+$','toString','8IMEUmi','2728418oBPKAP','11109ZDuwjk','345350DgMksA'];a119c=function(){return k;};return a119c();}import{Generator}from'../../../generator.js';import a119e from'../kit.js';const EsriGen=Generator[a119i(0x122)]({'name':a119i(0x123),'aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':[a119i(0x125)],'description':a119i(0x12d)},async function(){const j=a119i;return{'success':!![],'message':j(0x121),'details':{'filesCreated':['/foo/bar'],'filesUpdated':[j(0x12a)]}};},async function(){},a119e);function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x11c;let f=c[d];return f;},a119d(a,b);}export default EsriGen;
@@ -1 +1 @@
1
- const a120s=a120d;function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x13b;let f=c[d];return f;},a120d(a,b);}(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x149))/0x1*(parseInt(p(0x16c))/0x2)+parseInt(p(0x151))/0x3+-parseInt(p(0x145))/0x4*(parseInt(p(0x141))/0x5)+-parseInt(p(0x156))/0x6*(-parseInt(p(0x153))/0x7)+parseInt(p(0x140))/0x8+-parseInt(p(0x150))/0x9*(parseInt(p(0x148))/0xa)+-parseInt(p(0x165))/0xb*(-parseInt(p(0x14e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0xe615f));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a[r(0x13d)]()[r(0x169)](r(0x15b))[r(0x13d)]()[r(0x158)](a120a)[r(0x169)](r(0x15b));});a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120e from'./esri.generator.js';import a120f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a120c(){const v=['REACT','/imports/startup/lib/templates','withValue','12TqxYnL','@esri/react-arcgis','18NxFvGV','435591dhftMa','template','7lUPzJs','true','engines','5035224tiQnDy','kit/esri/map/','constructor','Generating\x20a\x20map\x20component','appName','(((.+)+)+)+$','create','error','.js','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','dir','react','replaceAll','injectIntoFile','pathFromApp','15820123CkwZDz','exit','findProjectDirectory','baseDir','search','<div\x20id=\x22map\x22>','injectTemplateModule','322jFPGdL','esri-loader','map','fsi','getMakaProjectConfig','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','</div>','Generate\x20an\x20Esri\x20map\x20component','ssr','toString','FALSE','injectImport','2489656OVGoEH','5KKQzAs','processAndRunGenerator','/imports/startup/client/templates','/imports/ui/hooks','491188AgfUqa','apply','/imports/ui/','9085880JsLHnG','923iTjPvl','page'];a120c=function(){return v;};return a120c();}Generator[a120s(0x15c)]({'name':'map','aliases':['m'],'usage':a120s(0x171),'shortDesc':a120s(0x13b),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120s(0x14b)],'ssr':SsrEngines[a120s(0x13e)]},'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=a120s;try{Log['bright'](t(0x159));const c='basic-map';await this['fsi']['checkNpmPackage']([t(0x14f),t(0x16d)],{'shouldInstall':!![]});const d=this['fsi'][t(0x167)](),f=this[t(0x16f)][t(0x170)](),g=f[t(0x155)][t(0x13c)]===t(0x154),h=await a120f[t(0x142)](t(0x14a),[t(0x16e)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x15a)])[t(0x162)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x168)]?t(0x147)+b[t(0x168)]:t(0x144),k=this['fsi'][t(0x164)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this[t(0x16f)][t(0x14d)](f,async()=>{const u=t;await this[u(0x16f)][u(0x152)]({'srcPath':u(0x157)+c+'.js','destPath':k+u(0x15e),'framework':u(0x161),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x160)]+'/'+c+'/'+c;await this['fsi'][t(0x16b)](c,f,l);const m=h['split']('/'),n=this['fsi']['pathFromApp']({'pathParts':m});await this['fsi'][t(0x13f)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x14c):t(0x143),'isNamedExport':!![]}),await this[t(0x16f)][t(0x163)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x15f),'begin':[t(0x16a),t(0x16a)],'end':[t(0x172)],'replace':!![]});}catch(o){Log[t(0x15d)](o),process[t(0x166)](0x1);}},async function(){},a120e);
1
+ const a120r=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x168))/0x1*(parseInt(p(0x162))/0x2)+-parseInt(p(0x187))/0x3+-parseInt(p(0x17a))/0x4+parseInt(p(0x18b))/0x5+parseInt(p(0x16b))/0x6+parseInt(p(0x16f))/0x7*(-parseInt(p(0x16d))/0x8)+parseInt(p(0x163))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x5f1e3));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(0x169)]()[q(0x161)](q(0x167))[q(0x169)]()[q(0x17f)](a120a)['search'](q(0x167));});function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x161;let f=c[d];return f;},a120d(a,b);}function a120c(){const u=['esri-loader','21JCOsjE','findProjectDirectory','/imports/startup/lib/templates','REACT','injectIntoFile','processAndRunGenerator','<div\x20id=\x22map\x22>','withValue','.js','/imports/ui/hooks','fsi','776064ucrSMb','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','FALSE','error','dir','constructor','baseDir','kit/esri/map/','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20','/imports/startup/client/templates','basic-map','page','pathFromApp','835503GlAsid','exit','</div>','true','1088885jCpwho','create','map','bright','template','search','1257598eTxqQc','4384098fHGHYC','Generating\x20a\x20map\x20component','getMakaProjectConfig','split','(((.+)+)+)+$','1LuPAJG','toString','replaceAll','1806450pvLfmP','Generate\x20an\x20Esri\x20map\x20component','2060408OpZqcy'];a120c=function(){return u;};return a120c();}a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120e from'./esri.generator.js';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(0x18c)]({'name':a120r(0x18d),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a120r(0x16c),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120r(0x172)],'ssr':SsrEngines[a120r(0x17c)]},'description':a120r(0x182)},async function(a,b){const s=a120r;try{Log[s(0x18e)](s(0x164));const c=s(0x184);await this['fsi']['checkNpmPackage'](['@esri/react-arcgis',s(0x16e)],{'shouldInstall':!![]});const d=this['fsi'][s(0x170)](),f=this['fsi'][s(0x165)](),g=f['engines']['ssr']===s(0x18a),h=await a120f[s(0x174)](s(0x185),[s(0x18d)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[s(0x16a)]('-','\x20'),'componentName':pascalCase(c)},j=b[s(0x180)]?'/imports/ui/'+b[s(0x180)]:s(0x178),k=this['fsi'][s(0x186)]({'pathParts':[j,b[s(0x17e)],paramCase(c),paramCase(c)]});await this[s(0x179)][s(0x176)](f,async()=>{const t=s;await this[t(0x179)][t(0x18f)]({'srcPath':t(0x181)+c+t(0x177),'destPath':k+t(0x177),'framework':'react','context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[s(0x17e)]+'/'+c+'/'+c;await this[s(0x179)]['injectTemplateModule'](c,f,l);const m=h[s(0x166)]('/'),n=this['fsi']['pathFromApp']({'pathParts':m});await this[s(0x179)]['injectImport']({'filePath':n,'importName':pascalCase(c),'modulePath':g?s(0x171):s(0x183),'isNamedExport':!![]}),await this[s(0x179)][s(0x173)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+s(0x17b),'begin':[s(0x175),'<div\x20id=\x22map\x22>'],'end':[s(0x189)],'replace':!![]});}catch(o){Log[s(0x17d)](o),process[s(0x188)](0x1);}},async function(){},a120e);
@@ -1 +1 @@
1
- const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=-parseInt(f(0x161))/0x1+parseInt(f(0x163))/0x2*(parseInt(f(0x167))/0x3)+parseInt(f(0x165))/0x4*(parseInt(f(0x16f))/0x5)+-parseInt(f(0x16b))/0x6*(parseInt(f(0x16e))/0x7)+parseInt(f(0x16d))/0x8*(-parseInt(f(0x168))/0x9)+parseInt(f(0x169))/0xa*(parseInt(f(0x170))/0xb)+parseInt(f(0x164))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x6f9f7));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x15d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0x16a)]()[h(0x16c)]('(((.+)+)+)+$')[h(0x16a)]()[h(0x15e)](a121a)['search'](h(0x162));});a121a();import{Generator}from'../../generator.js';function a121c(){const j=['632draJrG','72331xmEpzI','104735aPSbZX','11lpNusB','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','apply','constructor','maka\x20{generate,\x20g}:{kit}\x20<name>','kit','888540nJACCR','(((.+)+)+)+$','36ClozPW','2692980AePrKE','88fbFEWW','maka\x20g:k','67029HvkXZk','44757nnEofw','8578510yrlEMe','toString','120NQBROm','search'];a121c=function(){return j;};return a121c();}const KitGen=Generator['create']({'name':a121i(0x160),'aliases':['k'],'usage':a121i(0x15f),'shortDesc':a121i(0x171),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:kit',a121i(0x166)]},async function(){});function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x15d;let f=c[d];return f;},a121d(a,b);}export default KitGen;
1
+ function a121c(){const j=['42922vRQkQP','1092500vdvuca','1101670myQFwN','(((.+)+)+)+$','20FGfNTP','search','27wKXQNY','toString','kit','6MUHNGB','108633tEeLYd','maka\x20{generate,\x20g}:{kit}\x20<name>','132DRuQiD','create','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','apply','7570108uElVSS','25703ivOvra','278929FGHfXi','26eGllpX','8CfDLqf','16WVWpNj','maka\x20g:kit'];a121c=function(){return j;};return a121c();}const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1*(-parseInt(f(0x74))/0x2)+parseInt(f(0x80))/0x3*(-parseInt(f(0x7a))/0x4)+parseInt(f(0x78))/0x5*(-parseInt(f(0x7f))/0x6)+parseInt(f(0x88))/0x7*(parseInt(f(0x8a))/0x8)+-parseInt(f(0x7c))/0x9*(parseInt(f(0x77))/0xa)+-parseInt(f(0x76))/0xb*(-parseInt(f(0x82))/0xc)+parseInt(f(0x89))/0xd*(parseInt(f(0x86))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x3804a));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0x7d)]()[h(0x7b)]('(((.+)+)+)+$')['toString']()['constructor'](a121a)[h(0x7b)](h(0x79));});a121a();function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x74;let f=c[d];return f;},a121d(a,b);}import{Generator}from'../../generator.js';const KitGen=Generator[a121i(0x83)]({'name':a121i(0x7e),'aliases':['k'],'usage':a121i(0x81),'shortDesc':a121i(0x84),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121i(0x75),'maka\x20g:k']},async function(){});export default KitGen;
@@ -1 +1 @@
1
- function a122c(){var i=['9445oBiJXL','4787272qTUDMH','8034ssmchr','27FBqUkA','search','toString','7639uVJnkL','apply','455ANFttp','constructor','468BwAoeg','2133588NFAPkH','30MoWZRq','16423000oUZqEd','2044870CcGIMf'];a122c=function(){return i;};return a122c();}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x149))/0x1*(-parseInt(f(0x14f))/0x2)+parseInt(f(0x14e))/0x3+parseInt(f(0x14d))/0x4*(parseInt(f(0x143))/0x5)+-parseInt(f(0x145))/0x6*(parseInt(f(0x14b))/0x7)+parseInt(f(0x144))/0x8+-parseInt(f(0x146))/0x9*(-parseInt(f(0x151))/0xa)+-parseInt(f(0x150))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x6dbb3));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a['toString']()[h(0x147)]('(((.+)+)+)+$')[h(0x148)]()[h(0x14c)](a122a)['search']('(((.+)+)+)+$');});a122a();function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x143;var f=c[d];return f;},a122d(a,b);}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
1
+ (function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x1c6))/0x1+parseInt(f(0x1c8))/0x2+-parseInt(f(0x1c7))/0x3+-parseInt(f(0x1c4))/0x4+-parseInt(f(0x1c3))/0x5+parseInt(f(0x1c9))/0x6*(parseInt(f(0x1cc))/0x7)+parseInt(f(0x1ca))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x8a78a));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var g=a122d;return a122a[g(0x1cb)]()[g(0x1c5)](g(0x1cd))[g(0x1cb)]()['constructor'](a122a)['search'](g(0x1cd));});function a122c(){var h=['1489672jDabIU','search','1075751skROJC','1241478QEGylZ','1579424BqUeiM','10368dSrapH','3636488PpFozO','toString','266tcoNiU','(((.+)+)+)+$','5161330UMEJhY'];a122c=function(){return h;};return a122c();}a122a();import'./mui.generator.js';function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a122d(a,b);}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
@@ -1 +1 @@
1
- function a123c(){const N=['login','engines','route','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','options','basic-register-page','kit:auth:provider','3282280ZLApXY','force','template','react','basic-forgot-password-page','/imports/ui/','findProjectDirectory','register','apply','kit/mui/auth/login/','error','.js','pathFromApp','create','/imports/startup/client/authentication-provider','kit/mui/auth/password-reset/','processAndRunGenerator','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','basic-login-page','11133738xRGEoS','kit/mui/auth/logout/','MATERIAL','REACT','/imports/startup/lib/authentication-provider','(((.+)+)+)+$','forgot-password','injectTemplateModule','fsi','basic-password-reset-page','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','search','true','getMakaProjectConfig','maka\x20g:k:m:f','639006AhNfMu','/imports/ui/pages/auth','injectImport','63644UPqLUV','meteor','AuthContext','reset-password/:token','dir','custom','toString','3087892mmBLDf','basic-logout-page','constructor','40DbkAAj','layouts','baseDir','ssr','8355852DAJiQn','log','140940TiMpQO','Meteor\x20Accounts','kit/mui/auth/forgot-password/','split'];a123c=function(){return N;};return a123c();}const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0x1fd))/0x1+parseInt(G(0x1c7))/0x2+parseInt(G(0x1d0))/0x3+-parseInt(G(0x200))/0x4*(-parseInt(G(0x1ca))/0x5)+-parseInt(G(0x1ce))/0x6+parseInt(G(0x1ee))/0x7+-parseInt(G(0x1db))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xd39ff));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0x1e3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a['toString']()['search'](I(0x1f3))[I(0x1c6)]()[I(0x1c9)](a123a)[I(0x1f9)]('(((.+)+)+)+$');});function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a123d(a,b);}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';import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a123J(0x1e8)]({'name':'auth','aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a123J(0x1f8),'validOpts':[a123J(0x1cb),a123J(0x1dc)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123J(0x1f0)],'client':ClientEngines[a123J(0x1f1)]},'examples':['maka\x20generate:kit:mui:frame',a123J(0x1fc)],'description':a123J(0x1ec)},async function(a,b){const K=a123J;try{const c=b[K(0x1dc)]||![],d=this['fsi'][K(0x1e1)](),f=this[K(0x1f6)][K(0x1fb)](),{authType:g}=await Actions[K(0x1d8)]({'type':'list','name':'authType','message':K(0x1d7),'choices':[{'name':K(0x1d1),'value':K(0x1c1)},{'name':'Custom\x20(roll\x20your\x20own)','value':K(0x1c5)}]}),h=K(0x1ed),i='basic-logout-page',j=K(0x1d9),k=K(0x1f7),l=K(0x1df),m=b[K(0x1cc)]?K(0x1e0)+b[K(0x1cc)]:K(0x1fe),n=this[K(0x1f6)][K(0x1e7)]({'pathParts':[m,b[K(0x1c4)],paramCase(h),paramCase(h)]}),o=this['fsi'][K(0x1e7)]({'pathParts':[m,b['dir'],paramCase(i),paramCase(i)]}),p=this['fsi'][K(0x1e7)]({'pathParts':[m,b['dir'],paramCase(j),paramCase(j)]}),q=this[K(0x1f6)][K(0x1e7)]({'pathParts':[m,b[K(0x1c4)],paramCase(k),paramCase(k)]}),r=this[K(0x1f6)][K(0x1e7)]({'pathParts':[m,b[K(0x1c4)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f['appName'])['replaceAll']('-','\x20')};await this[K(0x1f6)]['withValue'](f,async()=>{const L=K;await this[L(0x1f6)]['template']({'srcPath':L(0x1e4)+h+L(0x1e6),'destPath':n+L(0x1e6),'framework':L(0x1de),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1f6)][L(0x1dd)]({'srcPath':L(0x1ef)+i+'.js','destPath':o+L(0x1e6),'framework':L(0x1de),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1f6)][L(0x1dd)]({'srcPath':'kit/mui/auth/register/'+j+L(0x1e6),'destPath':p+L(0x1e6),'framework':L(0x1de),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1f6)][L(0x1dd)]({'srcPath':L(0x1ea)+k+L(0x1e6),'destPath':q+L(0x1e6),'framework':L(0x1de),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][L(0x1dd)]({'srcPath':L(0x1d2)+l+L(0x1e6),'destPath':r+L(0x1e6),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0x1c4)]+'/'+h+'/'+h;await this['fsi'][K(0x1f5)](h,f,t);const u=''+m+b['dir']+'/'+i+'/'+i;await this[K(0x1f6)][K(0x1f5)](i,f,u);const v=''+m+b['dir']+'/'+j+'/'+j;await this[K(0x1f6)]['injectTemplateModule'](j,f,v);const w=''+m+b[K(0x1c4)]+'/'+k+'/'+k;await this[K(0x1f6)]['injectTemplateModule'](k,f,w);const x=''+m+b['dir']+'/'+l+'/'+l;await this[K(0x1f6)][K(0x1f5)](l,f,x),await a123e[K(0x1eb)](K(0x1d6),[K(0x1ed)],{'url':K(0x1d4),'cwd':d,'config':f}),await a123e[K(0x1eb)](K(0x1d6),[K(0x1c8)],{'url':'logout','private':!![],'cwd':d,'config':f}),await a123e[K(0x1eb)](K(0x1d6),['basic-register-page'],{'url':K(0x1e2),'cwd':d,'config':f}),await a123e[K(0x1eb)](K(0x1d6),['basic-password-reset-page'],{'url':K(0x1c3),'cwd':d,'config':f}),await a123e[K(0x1eb)]('route',[K(0x1df)],{'url':K(0x1f4),'cwd':d,'config':f});g===K(0x1c1)&&await a123e[K(0x1eb)]('kit:auth:meteor',[],{'force':c,'cwd':d,'config':f});g===K(0x1c5)&&await a123e[K(0x1eb)](K(0x1da),[],{'force':c,'cwd':d,'config':f});const y=f[K(0x1d5)][K(0x1cd)]===K(0x1fa),z=f[K(0x1d5)]['js'],A=this['fsi']['pathFromApp']({'pathParts':t[K(0x1d3)]('/')});await this['fsi'][K(0x1ff)]({'filePath':A+'.'+z,'importName':K(0x1c2),'modulePath':y?K(0x1f2):K(0x1e9),'isNamedExport':!![]});const B=this[K(0x1f6)][K(0x1e7)]({'pathParts':u['split']('/')});await this['fsi'][K(0x1ff)]({'filePath':B+'.'+z,'importName':K(0x1c2),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x1e9),'isNamedExport':!![]});const C=this[K(0x1f6)]['pathFromApp']({'pathParts':v['split']('/')});await this['fsi']['injectImport']({'filePath':C+'.'+z,'importName':K(0x1c2),'modulePath':y?K(0x1f2):K(0x1e9),'isNamedExport':!![]});const D=this[K(0x1f6)][K(0x1e7)]({'pathParts':w[K(0x1d3)]('/')});await this[K(0x1f6)][K(0x1ff)]({'filePath':D+'.'+z,'importName':K(0x1c2),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x1e9),'isNamedExport':!![]});const E=this['fsi']['pathFromApp']({'pathParts':x[K(0x1d3)]('/')});await this[K(0x1f6)][K(0x1ff)]({'filePath':E+'.'+z,'importName':K(0x1c2),'modulePath':y?K(0x1f2):K(0x1e9),'isNamedExport':!![]});}catch(F){Log[K(0x1e5)](F);}},async function(){const M=a123J;console[M(0x1cf)]('Cleaning\x20up...');},a123f);
1
+ const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0xb1))/0x1*(-parseInt(G(0xd6))/0x2)+-parseInt(G(0xd2))/0x3+parseInt(G(0x9d))/0x4*(parseInt(G(0xbf))/0x5)+-parseInt(G(0xc6))/0x6*(-parseInt(G(0xa7))/0x7)+parseInt(G(0xcc))/0x8*(-parseInt(G(0xc2))/0x9)+parseInt(G(0xa3))/0xa+-parseInt(G(0xb2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x9f716));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a['toString']()[I(0xc1)]('(((.+)+)+)+$')[I(0xa1)]()['constructor'](a123a)[I(0xc1)](I(0xac));});function a123c(){const N=['(((.+)+)+)+$','template','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','logout','apply','43853rUQIqr','11689117izFuDH','basic-login-page','create','AuthContext','kit:auth:provider','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','true','authType','log','baseDir','.js','ssr','split','1460SNSVmB','getMakaProjectConfig','search','928422vGTbTG','basic-password-reset-page','findProjectDirectory','custom','222LFpdHH','/imports/ui/pages/auth','appName','route','fsi','kit:auth:meteor','48ZYPSMw','basic-register-page','injectTemplateModule','replaceAll','meteor','/imports/startup/lib/authentication-provider','3499740mvUIHN','react','Custom\x20(roll\x20your\x20own)','dir','44nBmBRe','options','layouts','MATERIAL','force','/imports/startup/client/authentication-provider','/imports/ui/','auth','kit/mui/auth/forgot-password/','list','5876XcuHAK','processAndRunGenerator','pathFromApp','basic-logout-page','toString','reset-password/:token','8164610NDEzkl','basic-forgot-password-page','kit/mui/auth/login/','engines','244258koeDyE','kit/mui/auth/register/','maka\x20g:k:m:f','register','injectImport'];a123c=function(){return N;};return a123c();}a123a();import{Generator}from'../../../generator.js';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x99;let f=c[d];return f;},a123d(a,b);}import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a123e from'../../../generators/maka.gen.js';import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a123J(0xb4)]({'name':a123J(0x9a),'aliases':['a'],'usage':a123J(0xb7),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','validOpts':[a123J(0xd8),a123J(0xda)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123J(0xd9)],'client':ClientEngines['REACT']},'examples':['maka\x20generate:kit:mui:frame',a123J(0xa9)],'description':a123J(0xae)},async function(a,b){const K=a123J;try{const c=b[K(0xda)]||![],d=this[K(0xca)][K(0xc4)](),f=this['fsi'][K(0xc0)](),{authType:g}=await Actions[K(0xd7)]({'type':K(0x9c),'name':K(0xb9),'message':'What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','choices':[{'name':'Meteor\x20Accounts','value':K(0xd0)},{'name':K(0xd4),'value':'custom'}]}),h=K(0xb3),i=K(0xa0),j=K(0xcd),k=K(0xc3),l=K(0xa4),m=b[K(0xbb)]?K(0x99)+b[K(0xbb)]:K(0xc7),n=this[K(0xca)][K(0x9f)]({'pathParts':[m,b['dir'],paramCase(h),paramCase(h)]}),o=this[K(0xca)][K(0x9f)]({'pathParts':[m,b[K(0xd5)],paramCase(i),paramCase(i)]}),p=this[K(0xca)]['pathFromApp']({'pathParts':[m,b[K(0xd5)],paramCase(j),paramCase(j)]}),q=this[K(0xca)][K(0x9f)]({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this[K(0xca)][K(0x9f)]({'pathParts':[m,b[K(0xd5)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0xc8)])[K(0xcf)]('-','\x20')};await this[K(0xca)]['withValue'](f,async()=>{const L=K;await this[L(0xca)][L(0xad)]({'srcPath':L(0xa5)+h+L(0xbc),'destPath':n+'.js','framework':L(0xd3),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xca)][L(0xad)]({'srcPath':'kit/mui/auth/logout/'+i+L(0xbc),'destPath':o+L(0xbc),'framework':L(0xd3),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xca)][L(0xad)]({'srcPath':L(0xa8)+j+L(0xbc),'destPath':p+L(0xbc),'framework':L(0xd3),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xca)][L(0xad)]({'srcPath':'kit/mui/auth/password-reset/'+k+'.js','destPath':q+L(0xbc),'framework':L(0xd3),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xca)][L(0xad)]({'srcPath':L(0x9b)+l+'.js','destPath':r+L(0xbc),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b['dir']+'/'+h+'/'+h;await this[K(0xca)]['injectTemplateModule'](h,f,t);const u=''+m+b[K(0xd5)]+'/'+i+'/'+i;await this['fsi'][K(0xce)](i,f,u);const v=''+m+b[K(0xd5)]+'/'+j+'/'+j;await this[K(0xca)]['injectTemplateModule'](j,f,v);const w=''+m+b[K(0xd5)]+'/'+k+'/'+k;await this[K(0xca)][K(0xce)](k,f,w);const x=''+m+b['dir']+'/'+l+'/'+l;await this[K(0xca)]['injectTemplateModule'](l,f,x),await a123e['processAndRunGenerator'](K(0xc9),[K(0xb3)],{'url':'login','cwd':d,'config':f}),await a123e['processAndRunGenerator'](K(0xc9),[K(0xa0)],{'url':K(0xaf),'private':!![],'cwd':d,'config':f}),await a123e['processAndRunGenerator']('route',['basic-register-page'],{'url':K(0xaa),'cwd':d,'config':f}),await a123e[K(0x9e)](K(0xc9),['basic-password-reset-page'],{'url':K(0xa2),'cwd':d,'config':f}),await a123e[K(0x9e)]('route',[K(0xa4)],{'url':'forgot-password','cwd':d,'config':f});g===K(0xd0)&&await a123e['processAndRunGenerator'](K(0xcb),[],{'force':c,'cwd':d,'config':f});g===K(0xc5)&&await a123e[K(0x9e)](K(0xb6),[],{'force':c,'cwd':d,'config':f});const y=f['engines'][K(0xbd)]===K(0xb8),z=f[K(0xa6)]['js'],A=this[K(0xca)][K(0x9f)]({'pathParts':t[K(0xbe)]('/')});await this[K(0xca)]['injectImport']({'filePath':A+'.'+z,'importName':K(0xb5),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0xdb),'isNamedExport':!![]});const B=this[K(0xca)]['pathFromApp']({'pathParts':u[K(0xbe)]('/')});await this[K(0xca)][K(0xab)]({'filePath':B+'.'+z,'importName':K(0xb5),'modulePath':y?K(0xd1):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const C=this[K(0xca)]['pathFromApp']({'pathParts':v['split']('/')});await this[K(0xca)]['injectImport']({'filePath':C+'.'+z,'importName':'AuthContext','modulePath':y?K(0xd1):K(0xdb),'isNamedExport':!![]});const D=this[K(0xca)][K(0x9f)]({'pathParts':w[K(0xbe)]('/')});await this['fsi'][K(0xab)]({'filePath':D+'.'+z,'importName':K(0xb5),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0xdb),'isNamedExport':!![]});const E=this[K(0xca)][K(0x9f)]({'pathParts':x[K(0xbe)]('/')});await this['fsi'][K(0xab)]({'filePath':E+'.'+z,'importName':K(0xb5),'modulePath':y?K(0xd1):K(0xdb),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const M=a123J;console[M(0xba)]('Cleaning\x20up...');},a123f);
@@ -1 +1 @@
1
- const a124D=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0xe5))/0x1+parseInt(B(0x11e))/0x2*(parseInt(B(0xf6))/0x3)+parseInt(B(0xf5))/0x4+-parseInt(B(0xef))/0x5*(parseInt(B(0x117))/0x6)+-parseInt(B(0x112))/0x7*(parseInt(B(0x10e))/0x8)+parseInt(B(0x101))/0x9+parseInt(B(0x111))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xd7f6b));function a124c(){const H=['checkbox','14865966lhkijQ','-hook\x22>','injectAroundString','join','{\x20props.children\x20}','template','kit/mui/frame/footers/','injectImport','create','tsx','force','REACT','injectTemplateModule','28360kMkOoT','getFiles','replaceAll','13762540axngdo','1211gggwaN','</div>','getDirectories','\x20/>\x0a','tests','12YsVUXH','fsi','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','constructor','dir','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','<div\x20id=\x22','93064XZBGfa','{this.props.children}','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','No\x20layouts\x20selected','<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>','frame','Cleaning\x20up...','maka\x20g:k:m:f','toString','/imports/startup/lib/templates','getMakaProjectConfig','withValue','options','jsx','search','session','ssr','app-tests','.js','length','Box','{\x20this.props.children\x20}','1541037ODoHFm','@mui/material/Container','log','(((.+)+)+)+$','MATERIAL','react','appName','findAppDirectory','basic-sticky-footer','maka:react-tracker','3233045zYFRXC','test','/imports/ui/','kit/mui/frame/drawers/','@mui/material/Box','{props.children}','3168988ciPcgZ','33ZtSHUD','/imports/startup/client/templates','error','layouts','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','pathFromApp','engines','injectIntoFile','baseDir','imports'];a124c=function(){return H;};return a124c();}const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const C=a124d;return a124a['toString']()[C(0xdd)](C(0xe8))[C(0xd7)]()[C(0x11a)](a124a)['search']('(((.+)+)+)+$');});a124a();import{Generator}from'../../../generator.js';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';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0xd1;let f=c[d];return f;},a124d(a,b);}import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124D(0x109)]({'name':a124D(0xd4),'aliases':['f'],'usage':a124D(0x11c),'shortDesc':a124D(0x119),'validOpts':['layouts',a124D(0xfe),'dir',a124D(0x10b)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a124D(0xe9)],'client':ClientEngines[a124D(0x10c)]},'examples':['maka\x20generate:kit:mui:frame',a124D(0xd6)],'description':a124D(0xd1)},async function(a,b){const E=a124D;try{const c=b[E(0x10b)]||![],d='basic-app-bar',f='basic-drawer',g=E(0xed),h=this[E(0x118)][E(0xd9)](),i=h[E(0xfc)][E(0xdf)]==='true';await this[E(0x118)]['checkMeteorPackage']([E(0xde),E(0xee)],{'shouldInstall':!![]});const j=this[E(0x118)][E(0xec)](),k=a124e[E(0x104)](j,E(0xff),'ui',E(0xf9)),l=this[E(0x118)][E(0x114)](k),m=await Actions[E(0xdb)]({'type':E(0x100),'name':E(0xf9),'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m[E(0xf9)][E(0xe2)]===0x0){Log[E(0xf8)](E(0xd2));return;}const n=b['baseDir']?E(0xf1)+b[E(0xfe)]:'/imports/ui/components',o=this[E(0x118)]['pathFromApp']({'pathParts':[n,b[E(0x11b)],paramCase(d),paramCase(d)]}),p=this[E(0x118)][E(0xfb)]({'pathParts':[n,b[E(0x11b)],paramCase(f),paramCase(f)]}),q=this[E(0x118)][E(0xfb)]({'pathParts':[n,b[E(0x11b)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[E(0xeb)])[E(0x110)]('-','\x20')};await this['fsi'][E(0xda)](h,async()=>{const F=E;await this[F(0x118)][F(0x106)]({'srcPath':'kit/mui/frame/app-bars/'+d+F(0xe1),'destPath':o+F(0xe1),'framework':F(0xea),'context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x118)]['template']({'srcPath':F(0xf2)+f+F(0xe1),'destPath':p+F(0xe1),'framework':'react','context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x118)][F(0x106)]({'srcPath':F(0x107)+g+F(0xe1),'destPath':q+F(0xe1),'framework':F(0xea),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[E(0x11b)]+'/'+d+'/'+d;await this[E(0x118)]['injectTemplateModule'](d,h,s);const t=''+n+b[E(0x11b)]+'/'+f+'/'+f;await this[E(0x118)][E(0x10d)](f,h,t);const u=''+n+b[E(0x11b)]+'/'+g+'/'+g;await this[E(0x118)][E(0x10d)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[E(0x118)][E(0x10f)](a124e[E(0x104)](k,w),{'extensions':[E(0xdc),E(0x10a)],'omit':[E(0xe0),E(0x116),E(0xf0)]});for(const y of x){const z=a124e[E(0x104)](k,w,y);await this[E(0x118)]['injectImport']({'filePath':z,'importName':E(0xe3),'modulePath':E(0xf3),'isNamedExport':![]}),await this[E(0x118)][E(0x108)]({'filePath':z,'importName':'Container','modulePath':E(0xe6),'isNamedExport':![]}),await this[E(0x118)][E(0x108)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?E(0xd8):E(0xf7),'isNamedExport':!![]}),await this['fsi'][E(0xfd)]({'filePath':z,'content':'<'+pascalCase(d)+E(0x115),'begin':[E(0x11d)+w+'\x22>',E(0x11d)+w+E(0x102)],'end':[E(0x11f),E(0xe4),E(0xf4),E(0x105)]}),await this[E(0x118)][E(0x108)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?E(0xd8):E(0xf7),'isNamedExport':!![]}),await this[E(0x118)][E(0xfd)]({'filePath':z,'content':'<'+pascalCase(f)+E(0x115),'begin':[E(0x11d)+w+'\x22>',E(0x11d)+w+E(0x102)],'end':[E(0x11f),'{\x20this.props.children\x20}',E(0xf4),'{\x20props.children\x20}']}),await this[E(0x118)][E(0xfd)]({'filePath':z,'content':'<'+pascalCase(g)+E(0x115),'begin':['{this.props.children}',E(0xe4),E(0xf4),E(0x105)],'end':[E(0x113)]}),await this[E(0x118)][E(0x108)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?E(0xd8):E(0xf7),'isNamedExport':!![]}),await this[E(0x118)][E(0x103)]({'filePath':z,'aboveContent':E(0xd3),'belowContent':E(0xfa),'targetString':['{this.props.children}','{\x20this.props.children\x20}','{props.children}','{\x20props.children\x20}'],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[E(0xf8)](A);}},async function(){const G=a124D;console[G(0xe7)](G(0xd5));},a124f);
1
+ const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0xa0))/0x1*(-parseInt(B(0xc6))/0x2)+-parseInt(B(0xbf))/0x3*(-parseInt(B(0xca))/0x4)+-parseInt(B(0xc4))/0x5*(parseInt(B(0x92))/0x6)+-parseInt(B(0xcd))/0x7+-parseInt(B(0xab))/0x8*(-parseInt(B(0x9d))/0x9)+parseInt(B(0xa9))/0xa+-parseInt(B(0xa2))/0xb*(parseInt(B(0xbc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x1d819));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a['toString']()['search'](D(0x94))[D(0xb0)]()[D(0x9a)](a124a)[D(0xbd)](D(0x94));});a124a();import{Generator}from'../../../generator.js';function a124c(){const I=['{props.children}','appName','app-tests','toString','options','join','getDirectories','{this.props.children}','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','injectIntoFile','injectImport','kit/mui/frame/drawers/','maka\x20g:k:m:f','replaceAll','injectTemplateModule','12lZIXTy','search','injectAroundString','48309JkWIZp','ssr','force','create','template','200LqlCgA','basic-drawer','30dpbfnO','test','session','{\x20props.children\x20}','44dcsvOF','baseDir','basic-sticky-footer','712390GrLRaX','jsx','REACT','<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>','apply','-hook\x22>','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','true','react','/imports/startup/lib/templates','getMakaProjectConfig','basic-app-bar','kit/mui/frame/footers/','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','/imports/startup/client/templates','maka\x20generate:kit:mui:frame','getFiles','fsi','{\x20this.props.children\x20}','3594gxZmUu','error','(((.+)+)+)+$','.js','dir','<div\x20id=\x22','log','withValue','constructor','Container','frame','630lYvKuP','kit/mui/frame/app-bars/','layouts','2591YkrkBF','pathFromApp','2775575zqJGOl','Box','tsx','</div>','@mui/material/Container','/imports/ui/components','\x20/>\x0a','2008740MfgOAX','maka:react-tracker','9376qyIEFo','checkMeteorPackage'];a124c=function(){return I;};return a124c();}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';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x83;let f=c[d];return f;},a124d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124E(0xc2)]({'name':a124E(0x9c),'aliases':['f'],'usage':a124E(0xb5),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a124E(0x9f),a124E(0xcb),a124E(0x96),a124E(0xc1)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines[a124E(0xcf)]},'examples':[a124E(0x8e),a124E(0xb9)],'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 F=a124E;try{const c=b[F(0xc1)]||![],d=F(0x8a),f=F(0xc5),g=F(0xcc),h=this[F(0x90)][F(0x89)](),i=h['engines'][F(0xc0)]===F(0x86);await this['fsi'][F(0xac)]([F(0xc8),F(0xaa)],{'shouldInstall':!![]});const j=this['fsi']['findAppDirectory'](),k=a124e[F(0xb2)](j,'imports','ui',F(0x9f)),l=this[F(0x90)][F(0xb3)](k),m=await Actions[F(0xb1)]({'type':'checkbox','name':F(0x9f),'message':F(0x85),'choices':l});if(m[F(0x9f)]['length']===0x0){Log[F(0x93)]('No\x20layouts\x20selected');return;}const n=b[F(0xcb)]?'/imports/ui/'+b[F(0xcb)]:F(0xa7),o=this[F(0x90)][F(0xa1)]({'pathParts':[n,b[F(0x96)],paramCase(d),paramCase(d)]}),p=this[F(0x90)][F(0xa1)]({'pathParts':[n,b[F(0x96)],paramCase(f),paramCase(f)]}),q=this[F(0x90)][F(0xa1)]({'pathParts':[n,b[F(0x96)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0xae)])[F(0xba)]('-','\x20')};await this['fsi'][F(0x99)](h,async()=>{const G=F;await this[G(0x90)]['template']({'srcPath':G(0x9e)+d+G(0x95),'destPath':o+G(0x95),'framework':G(0x87),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x90)]['template']({'srcPath':G(0xb8)+f+'.js','destPath':p+'.js','framework':G(0x87),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi'][G(0xc3)]({'srcPath':G(0x8b)+g+G(0x95),'destPath':q+G(0x95),'framework':G(0x87),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x96)]+'/'+d+'/'+d;await this[F(0x90)]['injectTemplateModule'](d,h,s);const t=''+n+b[F(0x96)]+'/'+f+'/'+f;await this[F(0x90)][F(0xbb)](f,h,t);const u=''+n+b['dir']+'/'+g+'/'+g;await this[F(0x90)][F(0xbb)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x90)][F(0x8f)](a124e[F(0xb2)](k,w),{'extensions':[F(0xce),F(0xa4)],'omit':[F(0xaf),'tests',F(0xc7)]});for(const y of x){const z=a124e[F(0xb2)](k,w,y);await this[F(0x90)][F(0xb7)]({'filePath':z,'importName':F(0xa3),'modulePath':'@mui/material/Box','isNamedExport':![]}),await this['fsi'][F(0xb7)]({'filePath':z,'importName':F(0x9b),'modulePath':F(0xa6),'isNamedExport':![]}),await this['fsi'][F(0xb7)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?'/imports/startup/lib/templates':F(0x8d),'isNamedExport':!![]}),await this[F(0x90)][F(0xb6)]({'filePath':z,'content':'<'+pascalCase(d)+F(0xa8),'begin':[F(0x97)+w+'\x22>',F(0x97)+w+F(0x84)],'end':[F(0xb4),F(0x91),F(0xad),F(0xc9)]}),await this[F(0x90)][F(0xb7)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?'/imports/startup/lib/templates':F(0x8d),'isNamedExport':!![]}),await this['fsi'][F(0xb6)]({'filePath':z,'content':'<'+pascalCase(f)+F(0xa8),'begin':['<div\x20id=\x22'+w+'\x22>','<div\x20id=\x22'+w+'-hook\x22>'],'end':[F(0xb4),F(0x91),F(0xad),F(0xc9)]}),await this[F(0x90)][F(0xb6)]({'filePath':z,'content':'<'+pascalCase(g)+F(0xa8),'begin':[F(0xb4),F(0x91),'{props.children}',F(0xc9)],'end':[F(0xa5)]}),await this[F(0x90)][F(0xb7)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x88):F(0x8d),'isNamedExport':!![]}),await this[F(0x90)][F(0xbe)]({'filePath':z,'aboveContent':F(0xd0),'belowContent':F(0x8c),'targetString':[F(0xb4),F(0x91),F(0xad),F(0xc9)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log['error'](A);}},async function(){const H=a124E;console[H(0x98)]('Cleaning\x20up...');},a124f);
@@ -1 +1 @@
1
- const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=parseInt(g(0x101))/0x1+parseInt(g(0xfd))/0x2+-parseInt(g(0xee))/0x3*(-parseInt(g(0xfc))/0x4)+parseInt(g(0xec))/0x5+parseInt(g(0xe9))/0x6*(parseInt(g(0xff))/0x7)+-parseInt(g(0xef))/0x8*(parseInt(g(0xf0))/0x9)+-parseInt(g(0xed))/0xa*(parseInt(g(0xf4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xdfbad));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a['toString']()[i(0xe3)](i(0xf2))[i(0xf9)]()[i(0x100)](a125a)[i(0xe3)](i(0xf2));});a125a();function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xe1;let f=c[d];return f;},a125d(a,b);}import{Generator}from'../../../generator.js';function a125c(){const l=['notice','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','findProjectDirectory','processAndRunGenerator','create','10074GMzzPm','Material-UI\x20Kit','auth','6811315guvuCt','29734960cvwZez','6846ifLiHY','16kEulIq','488394SYuRlI','options','(((.+)+)+)+$','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','11YPtNRU','length','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Header,\x20Footer,\x20and\x20Drawer','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','toString','frame','info','1360HfaBAq','2975188uGRkLD','maka\x20g:kit:m','1134KbOMWe','constructor','100690rbveVD','fsi','apply','mui','includes','No\x20MUI\x20kits\x20selected.\x20Exiting.','kit:mui:frame','kit:mui:auth','search'];a125c=function(){return l;};return a125c();}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[a125j(0xe8)]({'name':a125j(0x104),'aliases':['m'],'usage':a125j(0xf6),'noNeedResource':!![],'shortDesc':a125j(0xea),'validOpts':[''],'isPro':!![],'examples':[a125j(0xfe)]},async function(){const k=a125j;Log[k(0xfb)](k(0xf8)),Log[k(0xe4)]('\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20');const {kitChoices:a}=await Actions[k(0xf1)]({'type':'checkbox','name':'kitChoices','message':k(0xe5),'choices':[{'name':k(0xf7),'value':k(0xfa)},{'name':k(0xf3),'value':k(0xeb)}]}),b=this[k(0x102)][k(0xe6)](),c=this[k(0x102)]['getMakaProjectConfig']();a[k(0x105)](k(0xfa))&&await a125e[k(0xe7)](k(0xe1),[],{'force':!![],'cwd':b,'config':c});a[k(0x105)]('auth')&&await a125e[k(0xe7)](k(0xe2),[],{'force':!![],'cwd':b,'config':c});if(a[k(0xf5)]===0x0){Log['info'](k(0x106));return;}},async function(){},a125f);export default MuiGen;
1
+ function a125c(){const l=['887436LfVQfO','480GUqiwH','checkbox','options','(((.+)+)+)+$','frame','1125858XMCBzn','kit:mui:frame','kitChoices','236HGqxRL','Material-UI\x20Kit','\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','kit:mui:auth','1110536kAHPQH','notice','info','6401943ugtIFY','create','toString','auth','8rvgqZO','mui','includes','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','629275nbqHCS','apply','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','search','122000XHuwEs','processAndRunGenerator','length','findProjectDirectory','fsi'];a125c=function(){return l;};return a125c();}const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=-parseInt(g(0x145))/0x1+parseInt(g(0x153))/0x2*(-parseInt(g(0x14b))/0x3)+-parseInt(g(0x14a))/0x4+parseInt(g(0x140))/0x5+-parseInt(g(0x150))/0x6+-parseInt(g(0x135))/0x7+parseInt(g(0x13c))/0x8*(parseInt(g(0x138))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x1f498));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0x13a)]()[i(0x144)]('(((.+)+)+)+$')[i(0x13a)]()['constructor'](a125a)[i(0x144)](i(0x14e));});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x133;let f=c[d];return f;},a125d(a,b);}a125a();import{Generator}from'../../../generator.js';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[a125j(0x139)]({'name':a125j(0x13d),'aliases':['m'],'usage':a125j(0x142),'noNeedResource':!![],'shortDesc':a125j(0x154),'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:m']},async function(){const k=a125j;Log[k(0x137)](k(0x13f)),Log[k(0x136)](k(0x133));const {kitChoices:a}=await Actions[k(0x14d)]({'type':k(0x14c),'name':k(0x152),'message':'Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x14f)},{'name':k(0x143),'value':k(0x13b)}]}),b=this['fsi'][k(0x148)](),c=this[k(0x149)]['getMakaProjectConfig']();a[k(0x13e)](k(0x14f))&&await a125e['processAndRunGenerator'](k(0x151),[],{'force':!![],'cwd':b,'config':c});a[k(0x13e)](k(0x13b))&&await a125e[k(0x146)](k(0x134),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x147)]===0x0){Log[k(0x137)]('No\x20MUI\x20kits\x20selected.\x20Exiting.');return;}},async function(){},a125f);export default MuiGen;
@@ -1 +1 @@
1
- const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x1e7))/0x1+-parseInt(l(0x1f8))/0x2+parseInt(l(0x1e9))/0x3*(parseInt(l(0x1df))/0x4)+parseInt(l(0x1ea))/0x5+parseInt(l(0x1db))/0x6*(parseInt(l(0x1ec))/0x7)+-parseInt(l(0x1e4))/0x8+-parseInt(l(0x1d4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xf2503));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a['toString']()[n(0x1d1)]('(((.+)+)+)+$')[n(0x201)]()['constructor'](a126a)['search'](n(0x1cf));});a126a();import a126e from'path';import{Generator}from'../generator.js';function a126c(){const r=['findAppDirectory','test/test.js','warn','import\x20\x27./','184926wQvySB','split','withTranslations','setTemplate','features','test','engines','.css','injectTemplateModule','toString','css','none','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','assign','.js','checkNpmPackage','maka\x20g:layout\x20mobile/iPhone8','withHook','getMakaProjectConfig','(((.+)+)+)+$','apply','search','graphql','fsi','30515130AnBBFp','includes','string','className','template/template.css','ramda','relative','11065854iodRmQ','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','client','react','4rOpImy','template','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','installNpmPackage','true','15059112yRnfxf','layout','dir','877138dOxxWY','component/component.js','5624898JWPZNa','8807620aBZahR','theme','7cbndUE','fileName','maka\x20g:l\x20web/safari','injectAtBeginningOfFile','/imports/ui/layouts','create','.app-tests.js','resourceName'];a126c=function(){return r;};return a126c();}import{Log}from'../tools/log/log.class.js';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a126d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a126o(0x1f1)]({'name':a126o(0x1e5),'aliases':aliases,'usage':a126o(0x204),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':[a126o(0x1cd)],'examples':[a126o(0x1cc),a126o(0x1ee)]},async function(a,b){const p=a126o,c=p(0x1f0),d=this[p(0x1d3)][p(0x1f4)](),e=this[p(0x1d3)]['pathFromApp']({'pathParts':[c,b[p(0x1e6)],paramCase(b[p(0x1f3)]),paramCase(b['resourceName'])]}),f=this['fsi'][p(0x1ce)]();await this[p(0x1d3)]['withValue'](f,async()=>{const q=p;typeof f['template']['test']==='string'&&(f[q(0x1e0)][q(0x1fd)]=f[q(0x1e0)][q(0x1fd)]===q(0x1e3)?!![]:![],this[q(0x1d3)][q(0x1fb)](q(0x1fd),f['template']['test']));typeof f[q(0x1e0)][q(0x202)]===q(0x1d6)&&(f[q(0x1e0)]['css']=f[q(0x1e0)]['css']==='true'?!![]:![],this[q(0x1d3)][q(0x1fb)](q(0x202),f[q(0x1e0)][q(0x202)]));typeof f[q(0x1e0)]['js']===q(0x1d6)&&(f['template']['js']=f['template']['js']==='true'?!![]:![],this[q(0x1d3)]['setTemplate']('js',f[q(0x1e0)]['js']));!f[q(0x1fc)]&&(f[q(0x1fc)]={});const g=b['_']?b['_'][0x0][q(0x1f9)](':')[0x1]:![],h=b['_']&&aliases[q(0x1d5)](g);h&&!this[q(0x1cb)](q(0x1d9))&&(Log[q(0x1f6)](q(0x1e1)),this[q(0x1d3)][q(0x1e2)](q(0x1d9),{'cwd':d}));if(h&&!this[q(0x1cb)](q(0x1de))){Log[q(0x1f6)](q(0x1dc));return;}const i={'name':pascalCase(b[q(0x1f3)]),'myPath':a126e[q(0x1da)](this[q(0x1d3)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[q(0x1f3)]),'className':pascalCase(b[q(0x1f3)]),'camelCaseName':camelCase(b[q(0x1f3)]),'fileName':paramCase(b['resourceName']),'graphql':f['engines'][q(0x1d2)],'features':f[q(0x1fc)],'client':f[q(0x1fe)][q(0x1dd)],'api':f['engines']['api'],'ssr':f[q(0x1fe)]['ssr'],'test':f[q(0x1fe)]['test'],'theme':f[q(0x1fe)][q(0x1eb)],'isComponent':![],'isLayout':!![],'withTranslations':f['features'][q(0x1fa)]};f[q(0x1fc)]?.['withHooks']||b[q(0x1cd)]?await this[q(0x1d3)][q(0x1e0)]({'srcPath':'hook/hook.js','destPath':e+'.js','framework':q(0x1de),'context':i,'config':f}):await this['fsi'][q(0x1e0)]({'srcPath':q(0x1e8),'destPath':e+q(0x206),'framework':q(0x1de),'context':i,'config':f});f[q(0x1fe)][q(0x1fd)]!==q(0x203)&&await this[q(0x1d3)][q(0x1e0)]({'srcPath':q(0x1f5),'destPath':e+q(0x1f2),'framework':'react','context':i,'config':f});f[q(0x1e0)]['css']&&(await this[q(0x1d3)][q(0x1e0)]({'srcPath':q(0x1d8),'destPath':e+q(0x1ff),'context':Object[q(0x205)]({},i,{'className':paramCase(b[q(0x1f3)])}),'config':f}),await this[q(0x1d3)][q(0x1ef)]({'filePath':e+'.'+f[q(0x1fe)]['js'],'content':q(0x1f7)+i[q(0x1ed)]+'.'+f[q(0x1fe)]['css']+'\x27;'}));const j=b['dir']?'/'+b[q(0x1e6)]+'/':'/',k=''+c+j+i['fileName']+'/'+i[q(0x1ed)];await this[q(0x1d3)][q(0x200)](i[q(0x1d7)],f,k);});});
1
+ const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=-parseInt(l(0x1f3))/0x1+parseInt(l(0x1f2))/0x2+parseInt(l(0x1d3))/0x3*(-parseInt(l(0x1eb))/0x4)+parseInt(l(0x1ed))/0x5+parseInt(l(0x1d9))/0x6+parseInt(l(0x1e5))/0x7+-parseInt(l(0x1d6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x8844d));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a[n(0x1f9)]()[n(0x1e2)]('(((.+)+)+)+$')['toString']()[n(0x1e4)](a126a)[n(0x1e2)](n(0x1c9));});a126a();import a126e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a126d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];function a126c(){const r=['3MxXADA','split','warn','7097000DPGFeC','.js','hook/hook.js','5286078hgpzHg','dir','withHook','apply','features','className','create','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','react','search','includes','constructor','3016125YjERBn','withValue','fileName','maka\x20g:l\x20web/safari','true','pathFromProject','1342756njbXqv','Scaffolding\x20for\x20a\x20React\x20Layout.','2823180KOrbUD','string','engines','getMakaProjectConfig','injectTemplateModule','126260eZioRb','158683NhUppQ','template','layout','api','pathFromApp','client','toString','findAppDirectory','ramda','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','assign','test','resourceName','css','installNpmPackage','(((.+)+)+)+$','ssr','setTemplate','fsi','checkNpmPackage','template/template.css','withHooks','component/component.js','injectAtBeginningOfFile','/imports/ui/layouts'];a126c=function(){return r;};return a126c();}Generator[a126o(0x1df)]({'name':a126o(0x1f5),'aliases':aliases,'usage':a126o(0x1e0),'shortDesc':a126o(0x1ec),'validOpts':[a126o(0x1db)],'examples':['maka\x20g:layout\x20mobile/iPhone8',a126o(0x1e8)]},async function(a,b){const p=a126o,c=p(0x1d2),d=this[p(0x1cc)][p(0x1fa)](),e=this[p(0x1cc)][p(0x1f7)]({'pathParts':[c,b[p(0x1da)],paramCase(b[p(0x1c6)]),paramCase(b[p(0x1c6)])]}),f=this[p(0x1cc)][p(0x1f0)]();await this['fsi'][p(0x1e6)](f,async()=>{const q=p;typeof f[q(0x1f4)][q(0x1c5)]==='string'&&(f[q(0x1f4)]['test']=f['template'][q(0x1c5)]===q(0x1e9)?!![]:![],this[q(0x1cc)][q(0x1cb)]('test',f[q(0x1f4)][q(0x1c5)]));typeof f['template'][q(0x1c7)]===q(0x1ee)&&(f[q(0x1f4)][q(0x1c7)]=f['template'][q(0x1c7)]===q(0x1e9)?!![]:![],this[q(0x1cc)][q(0x1cb)](q(0x1c7),f[q(0x1f4)][q(0x1c7)]));typeof f[q(0x1f4)]['js']===q(0x1ee)&&(f['template']['js']=f[q(0x1f4)]['js']==='true'?!![]:![],this[q(0x1cc)][q(0x1cb)]('js',f[q(0x1f4)]['js']));!f[q(0x1dd)]&&(f[q(0x1dd)]={});const g=b['_']?b['_'][0x0][q(0x1d4)](':')[0x1]:![],h=b['_']&&aliases[q(0x1e3)](g);h&&!this[q(0x1cd)](q(0x1fb))&&(Log[q(0x1d5)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),this['fsi'][q(0x1c8)](q(0x1fb),{'cwd':d}));if(h&&!this['checkNpmPackage'](q(0x1e1))){Log[q(0x1d5)](q(0x1c3));return;}const i={'name':pascalCase(b[q(0x1c6)]),'myPath':a126e['relative'](this[q(0x1cc)][q(0x1ea)]({}),e),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[q(0x1c6)]),'camelCaseName':camelCase(b[q(0x1c6)]),'fileName':paramCase(b['resourceName']),'graphql':f['engines']['graphql'],'features':f['features'],'client':f[q(0x1ef)][q(0x1f8)],'api':f[q(0x1ef)][q(0x1f6)],'ssr':f[q(0x1ef)][q(0x1ca)],'test':f['engines'][q(0x1c5)],'theme':f[q(0x1ef)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f['features']['withTranslations']};f['features']?.[q(0x1cf)]||b[q(0x1db)]?await this['fsi'][q(0x1f4)]({'srcPath':q(0x1d8),'destPath':e+q(0x1d7),'framework':q(0x1e1),'context':i,'config':f}):await this[q(0x1cc)][q(0x1f4)]({'srcPath':q(0x1d0),'destPath':e+q(0x1d7),'framework':q(0x1e1),'context':i,'config':f});f['engines'][q(0x1c5)]!=='none'&&await this[q(0x1cc)][q(0x1f4)]({'srcPath':'test/test.js','destPath':e+'.app-tests.js','framework':q(0x1e1),'context':i,'config':f});f[q(0x1f4)][q(0x1c7)]&&(await this[q(0x1cc)][q(0x1f4)]({'srcPath':q(0x1ce),'destPath':e+'.css','context':Object[q(0x1c4)]({},i,{'className':paramCase(b[q(0x1c6)])}),'config':f}),await this[q(0x1cc)][q(0x1d1)]({'filePath':e+'.'+f[q(0x1ef)]['js'],'content':'import\x20\x27./'+i['fileName']+'.'+f[q(0x1ef)][q(0x1c7)]+'\x27;'}));const j=b[q(0x1da)]?'/'+b[q(0x1da)]+'/':'/',k=''+c+j+i[q(0x1e7)]+'/'+i[q(0x1e7)];await this[q(0x1cc)][q(0x1f1)](i[q(0x1de)],f,k);});});
@@ -1 +1 @@
1
- const a127h=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0xba))/0x1*(-parseInt(f(0xc4))/0x2)+parseInt(f(0xca))/0x3*(parseInt(f(0xc9))/0x4)+parseInt(f(0xbb))/0x5+-parseInt(f(0xc1))/0x6+-parseInt(f(0xc3))/0x7+-parseInt(f(0xc0))/0x8*(parseInt(f(0xc6))/0x9)+parseInt(f(0xbc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x9fe5f));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const g=a127d;return a127a[g(0xbe)]()[g(0xb7)]('(((.+)+)+)+$')[g(0xbe)]()[g(0xbd)](a127a)[g(0xb7)]('(((.+)+)+)+$');});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xb7;let f=c[d];return f;},a127d(a,b);}a127a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a127h(0xc2),'aliases':['g'],'usage':a127h(0xb8),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127h(0xb9),'examples':[a127h(0xc5),a127h(0xcb),a127h(0xc8),a127h(0xbf),'maka\x20g:route\x20todos/edit',a127h(0xc7),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(){});export default MakaGen;function a127c(){const i=['776637BPipgk','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','418112lufsbw','6SBoVAf','maka\x20g:scaffold\x20todos','search','maka\x20{generate,\x20g}:<generator>\x20<name>','Scaffold\x20various\x20parts\x20of\x20your\x20application','102293RrPcuE','1237300mwfeiQ','23195130rsOyyP','constructor','toString','maka\x20g:package\x20package:name','48KUGEgk','2735196asWeWO','generate','1587775LEpduL','18IUMOTo','maka\x20generate:scaffold\x20todos'];a127c=function(){return i;};return a127c();}
1
+ const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x94))/0x1+-parseInt(f(0x86))/0x2+parseInt(f(0x98))/0x3*(-parseInt(f(0x91))/0x4)+parseInt(f(0x89))/0x5+-parseInt(f(0x92))/0x6*(-parseInt(f(0x8b))/0x7)+-parseInt(f(0x97))/0x8*(parseInt(f(0x93))/0x9)+parseInt(f(0x95))/0xa*(parseInt(f(0x8e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xefa2a));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x8a)]()['search'](h(0x87))[h(0x8a)]()[h(0x85)](a127a)[h(0x90)](h(0x87));});function a127c(){const j=['1616GRLalW','1274379NqnEOu','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:scaffold\x20todos','constructor','1380390KBqXns','(((.+)+)+)+$','maka\x20g:template\x20todos/todo_item','4205045mwCikT','toString','388087wVvFkW','apply','maka\x20{generate,\x20g}:<generator>\x20<name>','35097392YIQege','maka\x20g:api\x20trucks','search','12MvRGiM','36tTcBBA','75321CPsgZp','272331jfJKmJ','10GOMZeu','maka\x20g:route\x20todos/edit'];a127c=function(){return j;};return a127c();}a127a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a127i(0x8d),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0x83),'examples':['maka\x20generate:scaffold\x20todos',a127i(0x84),a127i(0x88),'maka\x20g:package\x20package:name',a127i(0x96),a127i(0x8f),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(){});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x83;let f=c[d];return f;},a127d(a,b);}export default MakaGen;
@@ -1 +1 @@
1
- const a128l=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1f4))/0x1+parseInt(j(0x20d))/0x2*(-parseInt(j(0x211))/0x3)+parseInt(j(0x1fa))/0x4*(parseInt(j(0x1fd))/0x5)+-parseInt(j(0x1fc))/0x6+-parseInt(j(0x1f0))/0x7*(-parseInt(j(0x200))/0x8)+parseInt(j(0x204))/0x9+parseInt(j(0x202))/0xa*(parseInt(j(0x201))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x43852));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']()['search'](k(0x1ef))['toString']()[k(0x1fb)](a128a)[k(0x1f5)](k(0x1ef));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a128d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a128c(){const o=['22Spmmku','startup','method','ddp-rate-limiter','120423REaWni','import\x20\x27./methods','getMakaProjectConfig','(((.+)+)+)+$','1785AIxnTX','imports','engines','maka\x20g:method\x20todos','163010uNjbuC','search','maka:check','method/method.js','tsx','index.','220972wFypjm','constructor','2803386ddNnFg','10JcOiuY','dir','pathFromApp','3064xsxBdo','9229tenHLX','5510AirSEI','-rpc-method\x27;','3167046RjZtno','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','resourceName','create','template','mdg:validated-method','appPathPrefix','methods','fsi'];a128c=function(){return o;};return a128c();}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128l(0x207)]({'name':a128l(0x20f),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{method,\x20m}\x20name','checkWhere':!![],'shortDesc':a128l(0x205),'validOpts':[a128l(0x1fe)],'examples':[a128l(0x1f3)]},async function(a,b){const m=a128l;try{const c=this['fsi'][m(0x1ee)]();await this[m(0x20c)]['withValue'](c,async()=>{const n=m,d=paramCase(b['resourceName']),f={'name':b[n(0x206)],'fileName':d,'className':pascalCase(b[n(0x206)]),'camelCase':camelCase(b[n(0x206)]),'noRename':!![]};let g='js';c[n(0x1f2)]['js']===n(0x1f8)&&(g='ts');await this[n(0x20c)]['checkMeteorPackage']([n(0x1f6),n(0x210),n(0x209)],{'shouldInstall':!![]}),await this['fsi'][n(0x208)]({'srcPath':n(0x1f7),'destPath':this[n(0x20c)][n(0x1ff)]({'pathParts':[n(0x1f1),n(0x20e),b['appPathPrefix'],n(0x20b),b[n(0x1fe)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[n(0x1fe)]?'/'+b[n(0x1fe)]+'/':'/',i=this[n(0x20c)]['pathFromApp']({'pathParts':[n(0x1f1),n(0x20e),b[n(0x20a)],n(0x1f9)+c[n(0x1f2)]['js']]});await this[n(0x20c)]['injectAtEndOfFile']({'filePath':i,'content':n(0x212)+h+d+n(0x203)});});}catch(d){Log['error'](d);}});
1
+ const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1f0))/0x1*(-parseInt(j(0x1ed))/0x2)+parseInt(j(0x1f5))/0x3+-parseInt(j(0x1fb))/0x4+-parseInt(j(0x1e9))/0x5*(-parseInt(j(0x208))/0x6)+parseInt(j(0x205))/0x7*(parseInt(j(0x201))/0x8)+-parseInt(j(0x1f7))/0x9*(-parseInt(j(0x1ec))/0xa)+parseInt(j(0x209))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x6a18d));function a128c(){const p=['maka:check','dir','search','maka\x20{generate,\x20g}:{method,\x20m}\x20name','index.','getMakaProjectConfig','maka\x20g:method\x20todos','1445iYBusZ','import\x20\x27./methods','method/method.js','1510pnULwD','247306KSNVLW','-rpc-method.','fsi','6JAyRrl','template','ddp-rate-limiter','(((.+)+)+)+$','checkMeteorPackage','817527UUjCqs','method','33714UOpmWm','-rpc-method\x27;','withValue','tsx','2199260GyfjjH','engines','pathFromApp','create','appPathPrefix','constructor','24nYwRwb','injectAtEndOfFile','startup','error','485877zUkCAE','imports','resourceName','8922KhVHXI','2751925MVLBbd','apply'];a128c=function(){return p;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x20a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a['toString']()[l(0x20d)](l(0x1f3))['toString']()[l(0x200)](a128a)[l(0x20d)](l(0x1f3));});function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a128d(a,b);}a128a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128m(0x1fe)]({'name':a128m(0x1f6),'aliases':['m'],'usage':a128m(0x20e),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':[a128m(0x20c)],'examples':[a128m(0x211)]},async function(a,b){const n=a128m;try{const c=this[n(0x1ef)][n(0x210)]();await this[n(0x1ef)][n(0x1f9)](c,async()=>{const o=n,d=paramCase(b[o(0x207)]),f={'name':b[o(0x207)],'fileName':d,'className':pascalCase(b['resourceName']),'camelCase':camelCase(b[o(0x207)]),'noRename':!![]};let g='js';c[o(0x1fc)]['js']===o(0x1fa)&&(g='ts');await this[o(0x1ef)][o(0x1f4)]([o(0x20b),o(0x1f2),'mdg:validated-method'],{'shouldInstall':!![]}),await this[o(0x1ef)][o(0x1f1)]({'srcPath':o(0x1eb),'destPath':this[o(0x1ef)][o(0x1fd)]({'pathParts':[o(0x206),o(0x203),b[o(0x1ff)],'methods',b['dir'],d+o(0x1ee)+g]}),'context':f,'config':c});const h=b[o(0x20c)]?'/'+b[o(0x20c)]+'/':'/',i=this['fsi']['pathFromApp']({'pathParts':['imports','startup',b[o(0x1ff)],o(0x20f)+c[o(0x1fc)]['js']]});await this[o(0x1ef)][o(0x202)]({'filePath':i,'content':o(0x1ea)+h+d+o(0x1f8)});});}catch(d){Log[n(0x204)](d);}});
@@ -1 +1 @@
1
- const a129o=a129d;function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xe3;let f=c[d];return f;},a129d(a,b);}(function(a,b){const l=a129d,c=a();while(!![]){try{const d=-parseInt(l(0x10e))/0x1*(-parseInt(l(0xf0))/0x2)+-parseInt(l(0x10c))/0x3*(parseInt(l(0xfc))/0x4)+parseInt(l(0xf9))/0x5*(-parseInt(l(0xeb))/0x6)+-parseInt(l(0x105))/0x7*(-parseInt(l(0xec))/0x8)+-parseInt(l(0xed))/0x9+-parseInt(l(0x102))/0xa*(-parseInt(l(0xfa))/0xb)+parseInt(l(0x10d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x2612c));function a129c(){const r=['5qXsYvw','1811293xGNzMi','tests/server','76iyyKfX','packages','package','search','package/','package.js','10ZwszTH','client','tests/client','2926lRBMOK','pathFromAppWithNoReWrite','relative','hasOwnProperty','component','lib','ssr','48171LsKQqg','713496UQrjXq','2LZVbye','layout','dir','engines','toString','theme','features','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','graphql','apply','withValue','fsi','262146YgZijM','4832uQwWtr','2178423VhSJuq','pathFromApp','resourceName','270176XtoOUV','constructor','package/package.js','template','.js','(((.+)+)+)+$','template/template.js','maka\x20g:package\x20todos:package','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html'];a129c=function(){return r;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a['toString']()[n(0xff)](n(0xf5))[n(0xe3)]()[n(0xf1)](a129a)['search'](n(0xf5));});a129a();import a129e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a129o(0xfe),'aliases':['p'],'usage':a129o(0xe6),'shortDesc':a129o(0xf8),'validOpts':['dir'],'examples':[a129o(0xf7)]},async function(a,b){const p=a129o,c=paramCase(b[p(0xef)]),d=this[p(0xea)][p(0xee)]({'pathParts':[p(0xfd),b[p(0x110)],c]}),e=this[p(0xea)][p(0x106)]({'pathParts':[p(0xfd),b['dir'],c,p(0x101)]}),f=this[p(0xea)]['getMakaProjectConfig']();await this['fsi'][p(0xe9)](f,async()=>{const q=p,g={'name':paramCase(b['resourceName']),'myPath':a129e[q(0x107)](this['fsi']['pathFromProject']({}),d),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[q(0xef)]),'camelCaseName':camelCase(b['resourceName']),'fileName':c,'client':f[q(0x111)][q(0x103)],'graphql':f[q(0x111)][q(0xe7)],'ssr':f[q(0x111)][q(0x10b)],'isComponent':b[q(0x108)](q(0x109)),'isLayout':b['hasOwnProperty'](q(0x10f)),'isStore':b[q(0x108)]('store'),'features':f[q(0xe5)],'noRename':!![],'theme':f[q(0x111)][q(0xe4)]};await this[q(0xea)][q(0xf3)]({'srcPath':q(0xf2),'destPath':e,'context':g,'config':f}),g['noRename']=![];const h=d+'/client/'+c+q(0xf4);await this[q(0xea)][q(0xf3)]({'srcPath':q(0xf6),'destPath':h,'context':g,'config':f});const i=[q(0x10a),'server',q(0x104),q(0xfb)];for(const j of i){const k=d+'/'+j+'/'+c+q(0xf4);await this[q(0xea)][q(0xf3)]({'srcPath':q(0x100)+j+'/package.js','destPath':k,'context':g,'config':f});}});});
1
+ const a129o=a129d;function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xb8;let f=c[d];return f;},a129d(a,b);}(function(a,b){const l=a129d,c=a();while(!![]){try{const d=-parseInt(l(0xcd))/0x1*(-parseInt(l(0xde))/0x2)+parseInt(l(0xd2))/0x3*(-parseInt(l(0xd6))/0x4)+-parseInt(l(0xd9))/0x5+parseInt(l(0xbb))/0x6+-parseInt(l(0xc9))/0x7+parseInt(l(0xd5))/0x8*(parseInt(l(0xe3))/0x9)+-parseInt(l(0xd3))/0xa*(-parseInt(l(0xc7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x98b59));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0xe1)]()[n(0xdf)](n(0xd7))[n(0xe1)]()[n(0xe4)](a129a)[n(0xdf)](n(0xd7));});function a129c(){const r=['layout','engines','pathFromAppWithNoReWrite','hasOwnProperty','23710OGIRam','search','template','toString','features','3671424yeMbei','constructor','package/package.js','store','tests/server','package','fsi','4783980briJVA','package.js','packages','withValue','apply','/package.js','noRename','resourceName','template/template.js','create','ssr','maka\x20g:package\x20todos:package','517LYqQvw','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','6194412QNxoTi','server','lib','.js','58jXitGX','component','getMakaProjectConfig','/client/','dir','3BlGBtD','176570EIcPsD','relative','16DTmYrF','2286524OHFxHM','(((.+)+)+)+$','theme','5243135InpFMa'];a129c=function(){return r;};return a129c();}a129a();import a129e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a129o(0xc4)]({'name':a129o(0xb9),'aliases':['p'],'usage':a129o(0xc8),'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':[a129o(0xd1)],'examples':[a129o(0xc6)]},async function(a,b){const p=a129o,c=paramCase(b[p(0xc2)]),d=this[p(0xba)]['pathFromApp']({'pathParts':[p(0xbd),b[p(0xd1)],c]}),e=this[p(0xba)][p(0xdc)]({'pathParts':[p(0xbd),b[p(0xd1)],c,p(0xbc)]}),f=this[p(0xba)][p(0xcf)]();await this['fsi'][p(0xbe)](f,async()=>{const q=p,g={'name':paramCase(b[q(0xc2)]),'myPath':a129e[q(0xd4)](this['fsi']['pathFromProject']({}),d),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0xc2)]),'fileName':c,'client':f[q(0xdb)]['client'],'graphql':f[q(0xdb)]['graphql'],'ssr':f[q(0xdb)][q(0xc5)],'isComponent':b[q(0xdd)](q(0xce)),'isLayout':b['hasOwnProperty'](q(0xda)),'isStore':b[q(0xdd)](q(0xe6)),'features':f[q(0xe2)],'noRename':!![],'theme':f[q(0xdb)][q(0xd8)]};await this[q(0xba)][q(0xe0)]({'srcPath':q(0xe5),'destPath':e,'context':g,'config':f}),g[q(0xc1)]=![];const h=d+q(0xd0)+c+q(0xcc);await this[q(0xba)]['template']({'srcPath':q(0xc3),'destPath':h,'context':g,'config':f});const i=[q(0xcb),q(0xca),'tests/client',q(0xb8)];for(const j of i){const k=d+'/'+j+'/'+c+'.js';await this[q(0xba)][q(0xe0)]({'srcPath':'package/'+j+q(0xc0),'destPath':k,'context':g,'config':f});}});});
@@ -1 +1 @@
1
- const a130l=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0xfd))/0x1*(-parseInt(j(0xec))/0x2)+-parseInt(j(0x114))/0x3+-parseInt(j(0x123))/0x4*(parseInt(j(0xe4))/0x5)+-parseInt(j(0xf5))/0x6+-parseInt(j(0xf9))/0x7*(parseInt(j(0xef))/0x8)+parseInt(j(0xe3))/0x9+parseInt(j(0x10d))/0xa*(parseInt(j(0xf1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x60c8a));function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xdc;let f=c[d];return f;},a130d(a,b);}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const k=a130d;return a130a[k(0xdf)]()['search'](k(0x11a))[k(0xdf)]()[k(0xf7)](a130a)[k(0x10a)](k(0x11a));});a130a();import a130e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a130f from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['p'];function a130c(){const o=['hasOwnProperty','injectTemplateModule','pathFromApp','client','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','import\x20\x27./','hook/hook.js','getMakaProjectConfig','true','setTemplate','search','template/template.html','engines','290YbWJRb','installNpmPackage','baseDir','theme','none','layouts','Updating\x20npm\x20packages\x20...','711594cUahxR','resourceName','dir','pages','page','warn','(((.+)+)+)+$','withValue','component/component.js','layout','template/template.css','vanilla','create','string','html','4Jnnomi','injectAtBeginningOfFile','Generate\x20a\x20page.','findAppDirectory','toString','processAndRunGenerator','route','graphql','3395232fYjghi','2579015LSzIdz','root','relative','react','fsi','.css','fileName','checkNpmPackage','6UJVAkA','template','.html','85928odHUdb','features','735581vinnpj','assign','withTranslations','withHook','4047984lLjtCZ','.js','constructor','ramda','497gBiLCP','test','api','className','90065aAunPz','css','store'];a130c=function(){return o;};return a130c();}Generator[a130l(0x120)]({'name':a130l(0x118),'aliases':aliases,'usage':a130l(0x104),'shortDesc':a130l(0xdd),'validOpts':[{'name':a130l(0x10f),'values':['hooks','components',a130l(0x117),a130l(0x112)]},{'name':a130l(0xf4),'boolFlag':!![]}],'examples':['maka\x20g:page\x20todos/todos-item']},async function(a,b){const m=a130l,c=b[m(0x10f)]?'/imports/ui/'+b[m(0x10f)]:'/imports/ui/pages',d=this['fsi'][m(0xde)](),e=this[m(0xe8)][m(0x102)]({'pathParts':[c,b[m(0x116)],paramCase(b[m(0x115)]),paramCase(b[m(0x115)])]}),f=this['fsi'][m(0x107)]();let g='';return await this['fsi'][m(0x11b)](f,async()=>{const n=m;typeof f[n(0xed)]['html']===n(0x121)&&(f[n(0xed)][n(0x122)]=f[n(0xed)]['html']===n(0x108)?!![]:![],this[n(0xe8)][n(0x109)](n(0x122),f['template'][n(0x122)]));typeof f[n(0xed)][n(0xfa)]===n(0x121)&&(f['template'][n(0xfa)]=f[n(0xed)][n(0xfa)]==='true'?!![]:![],this['fsi'][n(0x109)](n(0xfa),f[n(0xed)][n(0xfa)]));typeof f[n(0xed)][n(0xfe)]===n(0x121)&&(f[n(0xed)][n(0xfe)]=f['template'][n(0xfe)]==='true'?!![]:![],this[n(0xe8)][n(0x109)](n(0xfe),f[n(0xed)][n(0xfe)]));typeof f['template']['js']===n(0x121)&&(f[n(0xed)]['js']=f[n(0xed)]['js']===n(0x108)?!![]:![],this[n(0xe8)][n(0x109)]('js',f[n(0xed)]['js']));!f['features']&&(f[n(0xf0)]={});!b['root']&&!this[n(0xe8)][n(0xeb)](n(0xf8))&&(Log[n(0x119)](n(0x113)),this[n(0xe8)][n(0x10e)]('ramda',{'cwd':d}));const h={'name':pascalCase(b[n(0x115)]),'myPath':a130e[n(0xe6)](this[n(0xe8)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[n(0x115)]),'className':pascalCase(b[n(0x115)]),'camelCaseName':camelCase(b[n(0x115)]),'fileName':paramCase(b[n(0x115)]),'graphql':f[n(0x10c)][n(0xe2)],'features':f[n(0xf0)],'client':f[n(0x10c)]['client'],'api':f['engines'][n(0xfb)],'ssr':f[n(0x10c)]['ssr'],'isStore':b['hasOwnProperty'](n(0xff)),'isComponent':b[n(0x100)]('component'),'isLayout':b[n(0x100)](n(0x11d)),'withTranslations':f[n(0xf0)][n(0xf3)],'test':f[n(0x10c)][n(0xfa)],'theme':f[n(0x10c)][n(0x110)]};f[n(0xed)]['html']&&await this[n(0xe8)]['template']({'srcPath':n(0x10b),'destPath':e+n(0xee),'context':h,'config':f});f[n(0xf0)]?.['withHooks']||b[n(0xf4)]?await this[n(0xe8)]['template']({'srcPath':n(0x106),'destPath':e+n(0xf6),'framework':n(0xe7),'context':h,'config':f}):await this[n(0xe8)][n(0xed)]({'srcPath':n(0x11c),'destPath':e+n(0xf6),'framework':'react','context':h,'config':f});f['engines'][n(0xfa)]!==n(0x111)&&await this[n(0xe8)][n(0xed)]({'srcPath':'test/test.js','destPath':e+'.app-tests.js','framework':n(0xe7),'context':h,'config':f});f['template'][n(0xfe)]&&await this[n(0xe8)][n(0xed)]({'srcPath':n(0x11e),'destPath':e+n(0xe9),'context':Object[n(0xf2)]({},h,{'className':paramCase(b[n(0x115)])}),'config':f});f[n(0x10c)][n(0x103)]!==n(0xe7)&&f['engines'][n(0x103)]!==n(0x11f)?(f[n(0xed)][n(0xfe)]&&await this[n(0xe8)][n(0xdc)]({'filePath':e+'.'+f[n(0x10c)]['js'],'content':n(0x105)+h[n(0xea)]+'.'+f[n(0x10c)][n(0x122)]+'\x27;\x0a'+n(0x105)+h[n(0xea)]+'.'+f[n(0x10c)]['css']+'\x27;'}),!f[n(0xed)]['css']&&await this[n(0xe8)][n(0xdc)]({'filePath':e+'.'+f[n(0x10c)]['js'],'content':n(0x105)+h[n(0xea)]+'.'+f['engines'][n(0x122)]+'\x27;'})):f['template'][n(0xfe)]&&await this[n(0xe8)][n(0xdc)]({'filePath':e+'.'+f['engines']['js'],'content':n(0x105)+h[n(0xea)]+'.'+f[n(0x10c)][n(0xfe)]+'\x27;'});const i=b[n(0x116)]?'/'+b[n(0x116)]+'/':'/';g=''+c+i+h['fileName']+'/'+h['fileName'],await this[n(0xe8)][n(0x101)](h[n(0xfc)],f,g),!b[n(0xe5)]&&await a130f[n(0xe0)](n(0xe1),[i+b[n(0x115)]],b);}),g+'.'+f[m(0x10c)]['js'];});
1
+ const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x19f))/0x1+-parseInt(j(0x1c4))/0x2+parseInt(j(0x1c7))/0x3*(parseInt(j(0x1ad))/0x4)+parseInt(j(0x1b3))/0x5*(-parseInt(j(0x1c1))/0x6)+-parseInt(j(0x1be))/0x7*(-parseInt(j(0x1b2))/0x8)+parseInt(j(0x1b1))/0x9*(-parseInt(j(0x1ce))/0xa)+parseInt(j(0x1bd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xdae64));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x1b8)]()[l(0x19d)]('(((.+)+)+)+$')[l(0x1b8)]()[l(0x1bb)](a130a)[l(0x19d)]('(((.+)+)+)+$');});a130a();import a130e from'path';import{Generator}from'../generator.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x191;let f=c[d];return f;},a130d(a,b);}import{Log}from'../tools/log/log.class.js';import a130f from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';function a130c(){const p=['client','true','/imports/ui/','create','getMakaProjectConfig','baseDir','html','pathFromProject','css','template/template.html','layouts','vanilla','.js','fileName','className','string','withHook','store','search','route','889192lPaOnL','maka\x20g:page\x20todos/todos-item','resourceName','injectTemplateModule','theme','root','dir','import\x20\x27./','none','checkNpmPackage','test/test.js','features','react','ramda','71332yZtOJS','hasOwnProperty','page','Generate\x20a\x20page.','729wBzIuh','11266952IWOpRk','5OCIzDA','withHooks','injectAtBeginningOfFile','findAppDirectory','assign','toString','Updating\x20npm\x20packages\x20...','withValue','constructor','apply','13820840SKKPwP','7XllExZ','pathFromApp','pages','5367948gKaAkh','ssr','engines','106602vkfpsy','fsi','.html','267LlWMDZ','template','withTranslations','template/template.css','setTemplate','test','hooks','187430ZyftZw','relative'];a130c=function(){return p;};return a130c();}const aliases=['p'];Generator[a130m(0x1d3)]({'name':a130m(0x1af),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','shortDesc':a130m(0x1b0),'validOpts':[{'name':a130m(0x1d5),'values':[a130m(0x1cd),'components',a130m(0x1c0),a130m(0x195)]},{'name':'withHook','boolFlag':!![]}],'examples':[a130m(0x1a0)]},async function(a,b){const n=a130m,c=b[n(0x1d5)]?n(0x1d2)+b[n(0x1d5)]:'/imports/ui/pages',d=this[n(0x1c5)][n(0x1b6)](),e=this[n(0x1c5)][n(0x1bf)]({'pathParts':[c,b[n(0x1a5)],paramCase(b[n(0x1a1)]),paramCase(b[n(0x1a1)])]}),f=this[n(0x1c5)][n(0x1d4)]();let g='';return await this[n(0x1c5)][n(0x1ba)](f,async()=>{const o=n;typeof f[o(0x1c8)][o(0x191)]===o(0x19a)&&(f[o(0x1c8)][o(0x191)]=f[o(0x1c8)]['html']===o(0x1d1)?!![]:![],this[o(0x1c5)]['setTemplate']('html',f[o(0x1c8)][o(0x191)]));typeof f[o(0x1c8)]['test']===o(0x19a)&&(f[o(0x1c8)][o(0x1cc)]=f['template'][o(0x1cc)]==='true'?!![]:![],this[o(0x1c5)][o(0x1cb)](o(0x1cc),f[o(0x1c8)][o(0x1cc)]));typeof f[o(0x1c8)]['css']===o(0x19a)&&(f[o(0x1c8)][o(0x193)]=f[o(0x1c8)][o(0x193)]===o(0x1d1)?!![]:![],this['fsi']['setTemplate'](o(0x193),f['template'][o(0x193)]));typeof f[o(0x1c8)]['js']===o(0x19a)&&(f[o(0x1c8)]['js']=f[o(0x1c8)]['js']==='true'?!![]:![],this[o(0x1c5)][o(0x1cb)]('js',f[o(0x1c8)]['js']));!f['features']&&(f['features']={});!b['root']&&!this['fsi'][o(0x1a8)](o(0x1ac))&&(Log['warn'](o(0x1b9)),this[o(0x1c5)]['installNpmPackage']('ramda',{'cwd':d}));const h={'name':pascalCase(b[o(0x1a1)]),'myPath':a130e[o(0x1cf)](this[o(0x1c5)][o(0x192)]({}),e),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[o(0x1a1)]),'fileName':paramCase(b[o(0x1a1)]),'graphql':f[o(0x1c3)]['graphql'],'features':f['features'],'client':f[o(0x1c3)][o(0x1d0)],'api':f[o(0x1c3)]['api'],'ssr':f['engines'][o(0x1c2)],'isStore':b[o(0x1ae)](o(0x19c)),'isComponent':b[o(0x1ae)]('component'),'isLayout':b[o(0x1ae)]('layout'),'withTranslations':f[o(0x1aa)][o(0x1c9)],'test':f[o(0x1c3)][o(0x1cc)],'theme':f['engines'][o(0x1a3)]};f[o(0x1c8)][o(0x191)]&&await this[o(0x1c5)][o(0x1c8)]({'srcPath':o(0x194),'destPath':e+o(0x1c6),'context':h,'config':f});f[o(0x1aa)]?.[o(0x1b4)]||b[o(0x19b)]?await this[o(0x1c5)][o(0x1c8)]({'srcPath':'hook/hook.js','destPath':e+'.js','framework':o(0x1ab),'context':h,'config':f}):await this[o(0x1c5)][o(0x1c8)]({'srcPath':'component/component.js','destPath':e+o(0x197),'framework':o(0x1ab),'context':h,'config':f});f['engines'][o(0x1cc)]!==o(0x1a7)&&await this[o(0x1c5)][o(0x1c8)]({'srcPath':o(0x1a9),'destPath':e+'.app-tests.js','framework':o(0x1ab),'context':h,'config':f});f['template'][o(0x193)]&&await this[o(0x1c5)][o(0x1c8)]({'srcPath':o(0x1ca),'destPath':e+'.css','context':Object[o(0x1b7)]({},h,{'className':paramCase(b[o(0x1a1)])}),'config':f});f[o(0x1c3)][o(0x1d0)]!=='react'&&f[o(0x1c3)][o(0x1d0)]!==o(0x196)?(f[o(0x1c8)][o(0x193)]&&await this[o(0x1c5)][o(0x1b5)]({'filePath':e+'.'+f[o(0x1c3)]['js'],'content':o(0x1a6)+h['fileName']+'.'+f[o(0x1c3)][o(0x191)]+'\x27;\x0a'+o(0x1a6)+h[o(0x198)]+'.'+f[o(0x1c3)][o(0x193)]+'\x27;'}),!f[o(0x1c8)][o(0x193)]&&await this['fsi']['injectAtBeginningOfFile']({'filePath':e+'.'+f['engines']['js'],'content':'import\x20\x27./'+h[o(0x198)]+'.'+f['engines'][o(0x191)]+'\x27;'})):f[o(0x1c8)][o(0x193)]&&await this[o(0x1c5)][o(0x1b5)]({'filePath':e+'.'+f[o(0x1c3)]['js'],'content':o(0x1a6)+h[o(0x198)]+'.'+f[o(0x1c3)][o(0x193)]+'\x27;'});const i=b['dir']?'/'+b[o(0x1a5)]+'/':'/';g=''+c+i+h['fileName']+'/'+h[o(0x198)],await this['fsi'][o(0x1a2)](h[o(0x199)],f,g),!b[o(0x1a4)]&&await a130f['processAndRunGenerator'](o(0x19e),[i+b[o(0x1a1)]],b);}),g+'.'+f['engines']['js'];});
@@ -1 +1 @@
1
- const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=parseInt(m(0x9b))/0x1+parseInt(m(0xad))/0x2*(-parseInt(m(0xbc))/0x3)+-parseInt(m(0xba))/0x4+-parseInt(m(0xa7))/0x5*(parseInt(m(0xb8))/0x6)+parseInt(m(0x98))/0x7+parseInt(m(0xb9))/0x8*(-parseInt(m(0xa4))/0x9)+parseInt(m(0xb7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1b734));function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x97;let f=c[d];return f;},a131d(a,b);}const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a[o(0xa0)]()[o(0xb4)](o(0x9f))[o(0xa0)]()[o(0xbe)](a131a)[o(0xb4)](o(0x9f));});a131a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a131p(0xaf)]({'name':a131p(0xa5),'aliases':['p'],'usage':a131p(0xb3),'shortDesc':a131p(0xa2),'validOpts':['force',a131p(0xb6)],'examples':[a131p(0x9c)]},async function(a,b){const q=a131p;try{const c=b[q(0xab)]||![],d=b[q(0x9d)]?q(0xbb)+b[q(0x9d)]:q(0xbd),f=this[q(0xa3)][q(0xb0)](),g=paramCase(b[q(0xa8)]),h=this['fsi']['pathFromApp']({'pathParts':[d,b[q(0xae)],'',g]});let i='js';f[q(0x97)]['js']===q(0xa9)&&(i='ts');await this[q(0xa3)][q(0xaa)](f,async()=>{const r=q,l={'name':b[r(0xa8)],'collection':pascalCase(b['resourceName']),'noRename':!![],'globalPublish':b[r(0xb6)]};await this[r(0xa3)][r(0xac)]({'srcPath':'publish/publish.js','destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this[q(0xa3)][q(0x9a)]({'pathParts':[q(0x99),q(0x9e),'server',b['appPathPrefix'],q(0xa6)+f[q(0x97)]['js']]}),k=b[q(0xae)]?'/'+b[q(0xae)]+'/':'/';return await this['fsi']['injectAtEndOfFile']({'filePath':j,'content':q(0xb2)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0xa1)](l),process[q(0xb5)](0x1);}});function a131c(){const s=['getMakaProjectConfig','apply','import\x20\x27./publications','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','search','exit','globalPublish','3333070unZSbK','366018TDlwVG','16fPijGK','681916ykpEDb','/imports/ui/','5403nObzlt','/imports/startup/server/publications','constructor','engines','471051nJswHp','imports','pathFromApp','161091kNKdaU','maka\x20g:publish\x20todos','baseDir','startup','(((.+)+)+)+$','toString','error','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','fsi','890829lSMtVA','publish','index.','5mAusYu','resourceName','tsx','withValue','force','template','22IoNUvp','dir','create'];a131c=function(){return s;};return a131c();}
1
+ const a131o=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=parseInt(m(0x1c2))/0x1*(-parseInt(m(0x1e6))/0x2)+-parseInt(m(0x1d5))/0x3+-parseInt(m(0x1d4))/0x4*(parseInt(m(0x1d1))/0x5)+-parseInt(m(0x1db))/0x6*(-parseInt(m(0x1d0))/0x7)+parseInt(m(0x1e5))/0x8*(-parseInt(m(0x1cf))/0x9)+-parseInt(m(0x1df))/0xa*(-parseInt(m(0x1cc))/0xb)+parseInt(m(0x1d2))/0xc*(parseInt(m(0x1c1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xcd8a9));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 n=a131d;return a131a[n(0x1c5)]()[n(0x1e7)](n(0x1cd))[n(0x1c5)]()['constructor'](a131a)['search'](n(0x1cd));});a131a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a131d(a,b);}function a131c(){const r=['getMakaProjectConfig','10aGKpsq','import\x20\x27./publications','resourceName','force','/imports/startup/server/publications','startup','71480wLnEOx','2ngWzeL','search','error','39HKCSxi','1462195mWTQMQ','dir','globalPublish','toString','imports','maka\x20g:publish\x20todos','tsx','/imports/ui/','create','baseDir','9333401uwpKEe','(((.+)+)+)+$','publish/publish.js','1197kQTfqZ','7RUVici','42015jnIftG','12851472ndgeWa','pathFromApp','288gAbaSu','3051402WmdZxZ','template','injectAtEndOfFile','engines','fsi','publish','6319428AkEIob','withValue','exit'];a131c=function(){return r;};return a131c();}import{Log}from'../tools/log/log.class.js';Generator[a131o(0x1ca)]({'name':a131o(0x1da),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','shortDesc':'Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','validOpts':[a131o(0x1e2),'globalPublish'],'examples':[a131o(0x1c7)]},async function(a,b){const p=a131o;try{const c=b[p(0x1e2)]||![],d=b[p(0x1cb)]?p(0x1c9)+b[p(0x1cb)]:p(0x1e3),f=this[p(0x1d9)][p(0x1de)](),g=paramCase(b[p(0x1e1)]),h=this[p(0x1d9)][p(0x1d3)]({'pathParts':[d,b[p(0x1c3)],'',g]});let i='js';f[p(0x1d8)]['js']===p(0x1c8)&&(i='ts');await this['fsi'][p(0x1dc)](f,async()=>{const q=p,l={'name':b[q(0x1e1)],'collection':pascalCase(b[q(0x1e1)]),'noRename':!![],'globalPublish':b[q(0x1c4)]};await this['fsi'][q(0x1d6)]({'srcPath':q(0x1ce),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this[p(0x1d9)][p(0x1d3)]({'pathParts':[p(0x1c6),p(0x1e4),'server',b['appPathPrefix'],'index.'+f[p(0x1d8)]['js']]}),k=b['dir']?'/'+b[p(0x1c3)]+'/':'/';return await this[p(0x1d9)][p(0x1d7)]({'filePath':j,'content':p(0x1e0)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[p(0x1e8)](l),process[p(0x1dd)](0x1);}});