@maka/maka-cli 4.12.5 → 4.12.6

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 (158) 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/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. 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(0x7b))/0x1*(parseInt(o(0x80))/0x2)+parseInt(o(0xaa))/0x3+-parseInt(o(0x7e))/0x4+-parseInt(o(0x8a))/0x5*(-parseInt(o(0x7c))/0x6)+-parseInt(o(0x86))/0x7*(-parseInt(o(0x7a))/0x8)+-parseInt(o(0xb0))/0x9+parseInt(o(0x9b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xae6f4));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x96)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0x7d)]()[q(0x74)](q(0x81))[q(0x7d)]()[q(0x8b)](a116a)[q(0x74)](q(0x81));});a116a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';function a116c(){const u=['const\x20deauthenticateUser','ssr','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','const\x20getUserAuthorizations','\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','checkMeteorPackage','imports','apply','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','injectIntoCodeBlock','accounts-password','processAndRunGenerator','2280550YcxtCH','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','Meteor.publish','withValue','getMakaProjectConfig','template','injectImport','export\x20const\x20AuthProvider','const\x20authenticateToken','/imports/startup/client/authentication-service','\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','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','const\x20sendForgotPasswordEmail','react','kit/auth/service/meteor-auth-service.js','3486408agTjRM','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/client','/imports/startup/lib/authentication-service','pathFromApp','REACT','11154690cuXolA','const\x20authenticateUser','kit:auth:provider','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','error','injectIntoFile','const\x20resetPasswordWithToken','engines','alanning:roles','search','fsi','findProjectDirectory','\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','publish','.js','8VDbrlM','42RKFaSz','28320zbCKky','toString','2474224tMmgLv','Accounts','21218ZAzFeq','(((.+)+)+)+$','meteor','exit','server','force','2870539btEJjo','/imports/startup/lib','startup','authentication-service','1290YfVWmX','constructor','auth/roles','create'];a116c=function(){return u;};return a116c();}import a116f from'../../../generators/maka.gen.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x70;let f=c[d];return f;},a116d(a,b);}import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116r(0x8d)]({'name':a116r(0x82),'aliases':['m'],'usage':a116r(0xa6),'shortDesc':a116r(0x97),'validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116r(0xaf)]},'description':a116r(0xb4)},async function(a,b){const s=a116r;try{const c=b[s(0x85)]||![];await this[s(0x75)][s(0x94)]([s(0x99),s(0x73)],{'shouldInstall':!![]});const d=this[s(0x75)][s(0x76)](),f=this[s(0x75)][s(0x9f)](),g=f[s(0x72)][s(0x8f)]==='true';await a116f[s(0x9a)](s(0xb2),[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x9a)](s(0x78),[s(0x8c)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x87):s(0xac),j=this[s(0x75)]['pathFromApp']({'pathParts':[i,'','',s(0x89)]});await this[s(0x75)][s(0x9e)](f,async()=>{const t=s;await this[t(0x75)][t(0xa0)]({'srcPath':t(0xa9),'destPath':j+t(0x79),'framework':t(0xa8),'context':{},'config':f,'force':c,'ignore':![]});});const k=this['fsi'][s(0xae)]({'pathParts':[i,'','','authentication-provider']}),l=f[s(0x72)]['js'];await this[s(0x75)][s(0xa1)]({'filePath':k+'.'+l,'importName':'AuthService','modulePath':g?s(0xad):s(0xa4),'isNamedExport':![]}),await this[s(0x75)][s(0x98)]({'filePath':k+'.'+l,'content':s(0x9c),'begin':s(0xb1),'replace':!![]}),await this['fsi'][s(0x98)]({'filePath':k+'.'+l,'content':s(0x77),'begin':s(0xa3),'replace':!![]}),await this['fsi'][s(0x98)]({'filePath':k+'.'+l,'content':s(0x93),'begin':s(0x92),'replace':!![]}),await this[s(0x75)][s(0x98)]({'filePath':k+'.'+l,'content':s(0xab),'begin':s(0x8e),'replace':!![]}),await this[s(0x75)][s(0x98)]({'filePath':k+'.'+l,'content':s(0xb5),'begin':s(0xa7),'replace':!![]}),await this['fsi'][s(0x98)]({'filePath':k+'.'+l,'content':s(0xb3),'begin':'const\x20registerNewUser','replace':!![]}),await this['fsi'][s(0x98)]({'filePath':k+'.'+l,'content':s(0x90),'begin':s(0x71),'replace':!![]});g&&(await this[s(0x75)][s(0xa1)]({'filePath':k+'.'+l,'importName':'useTracker','modulePath':'meteor/maka:react-tracker','isNamedExport':!![]}),await this[s(0x75)][s(0x70)]({'filePath':k+'.'+l,'content':s(0x91),'begin':s(0xa2),'end':'return\x20\x5c('}));await this[s(0x75)][s(0xa1)]({'filePath':h,'importName':'Meteor','modulePath':'meteor/meteor','isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x75)]['injectIntoCodeBlock']({'filePath':h,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x9d),'replace':!![]});const m=this['fsi'][s(0xae)]({'pathParts':[s(0x95),s(0x88),s(0x84),'index']});await this['fsi'][s(0xa1)]({'filePath':m+'.'+l,'importName':s(0x7f),'modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this[s(0x75)][s(0x98)]({'filePath':m+'.'+l,'content':s(0xa5),'begin':'Meteor.startup','replace':!![]});}catch(n){Log[s(0xb6)](n),process[s(0x83)](0x1);}},async function(){},a116e);
1
+ const a116r=a116d;function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x73;let f=c[d];return f;},a116d(a,b);}(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(0x95))/0x1+-parseInt(o(0x77))/0x2+parseInt(o(0x8c))/0x3*(-parseInt(o(0xb2))/0x4)+-parseInt(o(0x8e))/0x5+-parseInt(o(0x96))/0x6+parseInt(o(0x81))/0x7+parseInt(o(0x92))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xcff3c));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0x7d)]()[q(0xaa)](q(0x7b))[q(0x7d)]()['constructor'](a116a)[q(0xaa)]('(((.+)+)+)+$');});a116a();import{Generator}from'../../../generator.js';function a116c(){const u=['kit/auth/service/meteor-auth-service.js','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','/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','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','meteor/accounts-base','alanning:roles','search','kit:auth:provider','withValue','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','fsi','startup','meteor','\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','76HgatzQ','pathFromApp','/imports/startup/client/authentication-service','injectImport','return\x20\x5c(','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','meteor/meteor','checkMeteorPackage','authentication-provider','meteor/maka:react-tracker','3023342TLRWtb','useTracker','template','\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','(((.+)+)+)+$','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','toString','getMakaProjectConfig','const\x20authenticateToken','const\x20authenticateUser','10442866bbpqjR','imports','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','true','react','AuthService','const\x20resetPasswordWithToken','Meteor.publish','ssr','Accounts','/imports/startup/client','207579FCyQNP','authentication-service','3172105zrsbKz','processAndRunGenerator','Meteor.startup','\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','28935664FVZLdX','injectIntoFile','export\x20const\x20AuthProvider','529045lzvIrN','1603320jCFJyE','const\x20sendForgotPasswordEmail','Meteor','force','findProjectDirectory','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/lib/authentication-service','exit','apply','injectIntoCodeBlock','engines','create'];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(0xa1)]({'name':a116r(0xb0),'aliases':['m'],'usage':a116r(0xa3),'shortDesc':a116r(0xad),'validOpts':[a116r(0x99)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a116r(0xa4)},async function(a,b){const s=a116r;try{const c=b[s(0x99)]||![];await this[s(0xae)][s(0x74)](['accounts-password',s(0xa9)],{'shouldInstall':!![]});const d=this[s(0xae)][s(0x9a)](),f=this[s(0xae)][s(0x7e)](),g=f[s(0xa0)][s(0x89)]===s(0x84);await a116f[s(0x8f)](s(0xab),[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x8f)]('publish',['auth/roles'],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0xa5):s(0x8b),j=this['fsi'][s(0xb3)]({'pathParts':[i,'','',s(0x8d)]});await this['fsi'][s(0xac)](f,async()=>{const t=s;await this['fsi'][t(0x79)]({'srcPath':t(0xa2),'destPath':j+'.js','framework':t(0x85),'context':{},'config':f,'force':c,'ignore':![]});});const k=this['fsi'][s(0xb3)]({'pathParts':[i,'','',s(0x75)]}),l=f[s(0xa0)]['js'];await this[s(0xae)]['injectImport']({'filePath':k+'.'+l,'importName':s(0x86),'modulePath':g?s(0x9c):s(0xb4),'isNamedExport':![]}),await this[s(0xae)][s(0x9f)]({'filePath':k+'.'+l,'content':s(0x83),'begin':s(0x80),'replace':!![]}),await this['fsi'][s(0x9f)]({'filePath':k+'.'+l,'content':s(0xa6),'begin':s(0x7f),'replace':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':k+'.'+l,'content':s(0x7a),'begin':'const\x20getUserAuthorizations','replace':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':k+'.'+l,'content':s(0xa7),'begin':'const\x20deauthenticateUser','replace':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':k+'.'+l,'content':s(0x9b),'begin':s(0x97),'replace':!![]}),await this['fsi'][s(0x9f)]({'filePath':k+'.'+l,'content':s(0x7c),'begin':'const\x20registerNewUser','replace':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':k+'.'+l,'content':s(0xb7),'begin':s(0x87),'replace':!![]});g&&(await this[s(0xae)][s(0xb5)]({'filePath':k+'.'+l,'importName':s(0x78),'modulePath':s(0x76),'isNamedExport':!![]}),await this[s(0xae)][s(0x93)]({'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(0x94),'end':s(0xb6)}));await this[s(0xae)]['injectImport']({'filePath':h,'importName':s(0x98),'modulePath':s(0x73),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':h,'content':s(0x91),'begin':s(0x88),'replace':!![]});const m=this[s(0xae)][s(0xb3)]({'pathParts':[s(0x82),s(0xaf),'server','index']});await this[s(0xae)][s(0xb5)]({'filePath':m+'.'+l,'importName':s(0x8a),'modulePath':s(0xa8),'isNamedExport':!![]}),await this[s(0xae)][s(0x9f)]({'filePath':m+'.'+l,'content':s(0xb1),'begin':s(0x90),'replace':!![]});}catch(n){Log['error'](n),process[s(0x9d)](0x1);}},async function(){},a116e);
@@ -1 +1 @@
1
- const a117w=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0x16d))/0x1+-parseInt(u(0x16b))/0x2+parseInt(u(0x196))/0x3+parseInt(u(0x190))/0x4*(parseInt(u(0x181))/0x5)+-parseInt(u(0x179))/0x6*(-parseInt(u(0x182))/0x7)+-parseInt(u(0x19f))/0x8+-parseInt(u(0x197))/0x9*(parseInt(u(0x183))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x94c67));function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x16a;let f=c[d];return f;},a117d(a,b);}const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const v=a117d;return a117a[v(0x16f)]()[v(0x178)]('(((.+)+)+)+$')['toString']()[v(0x170)](a117a)[v(0x178)](v(0x17e));});a117a();function a117c(){const z=['split','exit','search','126402amRpcp','appName','<AuthProvider>','react','useContext','(((.+)+)+)+$','REACT','withValue','5dHoptO','161EnoWwI','10lSDksS','injectImport','/imports/startup/lib','replaceAll','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','fsi','error','AuthProvider','/imports/startup/server/index','template','/routes','engines','</AuthProvider>','3315076LFqwZi','injectAroundString','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','/imports/startup/client','<Routes\x20history={history}/>','injectIntoCodeBlock','2477883GVgaDC','1419597GSKvZy','/imports/startup/client/authentication-provider','provider','force','true','kit/auth/provider/authentication-provider.js','getMakaProjectConfig','/imports/startup/client/index','4158896UfaPTs','pathFromApp','<Routes\x20history={browserHistory}/>','2392138rMFFxP','\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','343776ZjDIKE','const\x20Routes','toString','constructor','bright','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','authentication-provider','/imports/startup/lib/authentication-provider','create'];a117c=function(){return z;};return a117c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117w(0x175)]({'name':a117w(0x199),'aliases':['p'],'usage':a117w(0x187),'shortDesc':a117w(0x172),'validOpts':[a117w(0x19a)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117w(0x17f)]},'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 x=a117w;try{const c=b[x(0x19a)]||![];Log[x(0x171)](x(0x192));const d=this[x(0x188)][x(0x19d)](),f=d[x(0x18e)]['ssr']===x(0x19b),g={'name':headerCase(d[x(0x17a)])[x(0x186)]('-','\x20')},h=f?x(0x185):x(0x193),i=this[x(0x188)][x(0x1a0)]({'pathParts':[h,'','',x(0x173)]});await this[x(0x188)][x(0x180)](d,async()=>{const y=x;await this[y(0x188)][y(0x18c)]({'srcPath':y(0x19c),'destPath':i+'.js','framework':y(0x17c),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[x(0x18e)]['js'],k=h+x(0x18d),l=k[x(0x176)]('/'),m=this[x(0x188)]['pathFromApp']({'pathParts':l});await this['fsi']['injectImport']({'filePath':m+'.'+j,'importName':'AuthContext','modulePath':f?x(0x174):x(0x198),'isNamedExport':!![]}),await this[x(0x188)][x(0x184)]({'filePath':m+'.'+j,'importName':x(0x17d),'modulePath':'react','isNamedExport':!![],'injectAtStart':!![]}),await this[x(0x188)][x(0x195)]({'filePath':m+'.'+j,'content':x(0x16c),'begin':[x(0x16e),'function\x20Routes'],'replace':!![]});const n=x(0x19e),o=n[x(0x176)]('/'),p=this[x(0x188)]['pathFromApp']({'pathParts':o});await this[x(0x188)]['injectImport']({'filePath':p+'.'+j,'importName':x(0x18a),'modulePath':f?x(0x174):x(0x198),'isNamedExport':!![]}),await this['fsi'][x(0x191)]({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':x(0x18f),'targetString':x(0x16a),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=x(0x18b),r=q[x(0x176)]('/'),s=this['fsi'][x(0x1a0)]({'pathParts':r});await this['fsi']['injectImport']({'filePath':s+'.'+j,'importName':x(0x18a),'modulePath':f?x(0x174):x(0x198),'isNamedExport':!![]}),await this['fsi'][x(0x191)]({'filePath':s+'.'+j,'aboveContent':x(0x17b),'belowContent':x(0x18f),'targetString':x(0x194),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0x189)](t),process[x(0x177)](0x1);}},async function(){},a117e);
1
+ function a117c(){const A=['9yoVwht','34974HHUPsA','<Routes\x20history={history}/>','/imports/startup/client','\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','create','toString','exit','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','authentication-provider','appName','constructor','engines','</AuthProvider>','/imports/startup/client/index','(((.+)+)+)+$','252787bAVVOd','pathFromApp','injectImport','const\x20Routes','injectAroundString','/imports/startup/lib','3360mVtqbP','\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','function\x20Routes','13439432DtljqW','search','18366444vOfddA','7bavioV','/imports/startup/lib/authentication-provider','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','AuthProvider','<AuthProvider>','<Routes\x20history={browserHistory}/>','getMakaProjectConfig','apply','true','template','withValue','react','force','fsi','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','1194yDWxVR','split','489460CHVTaF','12902010RZmWxp','AuthContext','bright','10wOYcIA','6145gCyNWE','/imports/startup/client/authentication-provider'];a117c=function(){return A;};return a117c();}const a117x=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0x1f5))/0x1*(parseInt(u(0x1e2))/0x2)+parseInt(u(0x1e5))/0x3*(-parseInt(u(0x1de))/0x4)+parseInt(u(0x1e3))/0x5*(-parseInt(u(0x1dc))/0x6)+-parseInt(u(0x1cd))/0x7*(-parseInt(u(0x1ca))/0x8)+parseInt(u(0x1e6))/0x9*(parseInt(u(0x1c7))/0xa)+-parseInt(u(0x1df))/0xb+-parseInt(u(0x1cc))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xe422f));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0x1eb)]()[w(0x1cb)](w(0x1f4))[w(0x1eb)]()[w(0x1f0)](a117a)['search'](w(0x1f4));});a117a();import{Generator}from'../../../generator.js';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a117d(a,b);}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(0x1ea)]({'name':'provider','aliases':['p'],'usage':a117x(0x1cf),'shortDesc':a117x(0x1ed),'validOpts':[a117x(0x1d9)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a117x(0x1c8)},async function(a,b){const y=a117x;try{const c=b[y(0x1d9)]||![];Log[y(0x1e1)](y(0x1db));const d=this[y(0x1da)][y(0x1d3)](),f=d[y(0x1f1)]['ssr']===y(0x1d5),g={'name':headerCase(d[y(0x1ef)])['replaceAll']('-','\x20')},h=f?y(0x1c6):y(0x1e8),i=this[y(0x1da)]['pathFromApp']({'pathParts':[h,'','',y(0x1ee)]});await this[y(0x1da)][y(0x1d7)](d,async()=>{const z=y;await this[z(0x1da)][z(0x1d6)]({'srcPath':'kit/auth/provider/authentication-provider.js','destPath':i+'.js','framework':z(0x1d8),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x1f1)]['js'],k=h+'/routes',l=k[y(0x1dd)]('/'),m=this[y(0x1da)][y(0x1f6)]({'pathParts':l});await this['fsi'][y(0x1f7)]({'filePath':m+'.'+j,'importName':y(0x1e0),'modulePath':f?y(0x1ce):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this['fsi'][y(0x1f7)]({'filePath':m+'.'+j,'importName':'useContext','modulePath':y(0x1d8),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x1da)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0x1e9),'begin':[y(0x1c4),y(0x1c9)],'replace':!![]});const n=y(0x1f3),o=n[y(0x1dd)]('/'),p=this[y(0x1da)][y(0x1f6)]({'pathParts':o});await this[y(0x1da)]['injectImport']({'filePath':p+'.'+j,'importName':y(0x1d0),'modulePath':f?y(0x1ce):y(0x1e4),'isNamedExport':!![]}),await this['fsi'][y(0x1c5)]({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x1f2),'targetString':y(0x1d2),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q[y(0x1dd)]('/'),s=this[y(0x1da)]['pathFromApp']({'pathParts':r});await this[y(0x1da)][y(0x1f7)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[y(0x1da)][y(0x1c5)]({'filePath':s+'.'+j,'aboveContent':y(0x1d1),'belowContent':y(0x1f2),'targetString':y(0x1e7),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process[y(0x1ec)](0x1);}},async function(){},a117e);
@@ -1 +1 @@
1
- function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x67;var f=c[d];return f;},a118d(a,b);}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x6d))/0x1*(-parseInt(f(0x74))/0x2)+-parseInt(f(0x67))/0x3+parseInt(f(0x6b))/0x4+-parseInt(f(0x6f))/0x5+-parseInt(f(0x75))/0x6+-parseInt(f(0x72))/0x7*(parseInt(f(0x6c))/0x8)+-parseInt(f(0x69))/0x9*(-parseInt(f(0x68))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xcd156));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0x6a)]()[h(0x6e)](h(0x73))[h(0x6a)]()[h(0x70)](a118a)[h(0x6e)](h(0x73));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';function a118c(){var i=['2yPdcxT','search','483355oULTFB','constructor','apply','12866SOhkiI','(((.+)+)+)+$','651512UqVOLc','7411812mgShus','4896255atWsdk','7215490tElySx','63fbRtub','toString','3456484qtqQMG','6352JLQfJu'];a118c=function(){return i;};return a118c();}
1
+ (function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x1df))/0x1*(parseInt(f(0x1e4))/0x2)+parseInt(f(0x1e5))/0x3+parseInt(f(0x1e9))/0x4*(parseInt(f(0x1e8))/0x5)+parseInt(f(0x1e0))/0x6*(-parseInt(f(0x1ea))/0x7)+parseInt(f(0x1db))/0x8+-parseInt(f(0x1e7))/0x9+parseInt(f(0x1e3))/0xa*(parseInt(f(0x1dd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x88a5c));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x1de)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a['toString']()[h(0x1e6)](h(0x1e2))[h(0x1e1)]()[h(0x1dc)](a118a)[h(0x1e6)](h(0x1e2));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x1db;var f=c[d];return f;},a118d(a,b);}function a118c(){var i=['30926ALVqPE','186zpiaPp','toString','(((.+)+)+)+$','1515460OCCYMk','42wAbPEr','489954xygQxU','search','9758853Ykkjnq','50XIvpGZ','66908PTNkHE','216349xYYxol','2065552dVlXRi','constructor','99UrquCn','apply'];a118c=function(){return i;};return a118c();}
@@ -1 +1 @@
1
- const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x16d))/0x1*(parseInt(f(0x161))/0x2)+parseInt(f(0x15c))/0x3*(-parseInt(f(0x164))/0x4)+-parseInt(f(0x15e))/0x5+-parseInt(f(0x16a))/0x6*(-parseInt(f(0x16e))/0x7)+-parseInt(f(0x16b))/0x8*(parseInt(f(0x167))/0x9)+-parseInt(f(0x16f))/0xa*(parseInt(f(0x170))/0xb)+parseInt(f(0x15d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x31f45));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a['toString']()[h(0x168)](h(0x166))['toString']()[h(0x15f)](a119a)[h(0x168)](h(0x166));});function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x15c;let f=c[d];return f;},a119d(a,b);}function a119c(){const k=['252huWYVk','search','Esri\x20Kit\x20generated\x20successfully','229092sGTVRt','7736OxwvvK','\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','591nWIGtR','28TtjOYz','440cIsEQr','72974YaFoii','566859iwzoTN','7741188FZcyOr','10625dMMJxt','constructor','apply','358XUsSzj','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','create','8ZuzEaG','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','(((.+)+)+)+$'];a119c=function(){return k;};return a119c();}a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';const EsriGen=Generator[a119i(0x163)]({'name':'esri','aliases':['e'],'usage':a119i(0x165),'noNeedResource':!![],'shortDesc':a119i(0x162),'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:e'],'description':a119i(0x16c)},async function(){const j=a119i;return{'success':!![],'message':j(0x169),'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(0x138))/0x1*(parseInt(f(0x13f))/0x2)+-parseInt(f(0x13b))/0x3*(-parseInt(f(0x136))/0x4)+-parseInt(f(0x135))/0x5*(parseInt(f(0x139))/0x6)+-parseInt(f(0x133))/0x7+parseInt(f(0x141))/0x8*(-parseInt(f(0x143))/0x9)+-parseInt(f(0x146))/0xa+parseInt(f(0x149))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xe49d7));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a['toString']()[h(0x137)](h(0x145))[h(0x13c)]()[h(0x142)](a119a)[h(0x137)](h(0x145));});function a119c(){const k=['426546ggINKY','/foo','27zUHQnp','toString','apply','esri','10fsxVmb','/foo/bar','3784208rgzAfm','constructor','9zFoKAQ','maka\x20g:kit:e','(((.+)+)+)+$','6506320DeFmVT','\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','Esri\x20Kit\x20generated\x20successfully','25793922htPHkC','5912172nbhtnq','create','80ECDtfT','503060yBdFjb','search','113066OHToPj'];a119c=function(){return k;};return a119c();}a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x133;let f=c[d];return f;},a119d(a,b);}const EsriGen=Generator[a119i(0x134)]({'name':a119i(0x13e),'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(0x144)],'description':a119i(0x147)},async function(){const j=a119i;return{'success':!![],'message':j(0x148),'details':{'filesCreated':[j(0x140)],'filesUpdated':[j(0x13a)]}};},async function(){},a119e);export default EsriGen;
@@ -1 +1 @@
1
- const a120s=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=-parseInt(p(0x16b))/0x1*(parseInt(p(0x149))/0x2)+parseInt(p(0x142))/0x3*(-parseInt(p(0x174))/0x4)+parseInt(p(0x144))/0x5+parseInt(p(0x155))/0x6+parseInt(p(0x145))/0x7+parseInt(p(0x146))/0x8+parseInt(p(0x165))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x36158));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a[r(0x168)]()['search'](r(0x14c))[r(0x168)]()['constructor'](a120a)[r(0x152)]('(((.+)+)+)+$');});function a120c(){const v=['Generating\x20a\x20map\x20component','ssr','search','exit','engines','1573824iSIlLE','appName','split','template','injectImport','react','basic-map','@esri/react-arcgis','checkNpmPackage','fsi','.js','</div>','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','baseDir','dir','/imports/startup/client/templates','1057734QuCgve','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','Generate\x20an\x20Esri\x20map\x20component','toString','kit/esri/map/','true','71861eDoLAI','pathFromApp','create','error','bright','processAndRunGenerator','getMakaProjectConfig','<div\x20id=\x22map\x22>','injectIntoFile','1472164rgMjLt','apply','3kjdzAj','FALSE','764995txJcbo','2081891IEFphM','1523944vPyuWc','findProjectDirectory','/imports/ui/','12NMieuD','\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','injectTemplateModule','(((.+)+)+)+$','esri-loader','map','withValue'];a120c=function(){return v;};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';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x141;let f=c[d];return f;},a120d(a,b);}import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120s(0x16d)]({'name':a120s(0x14e),'aliases':['m'],'usage':a120s(0x166),'shortDesc':a120s(0x167),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a120s(0x143)]},'description':a120s(0x14a)},async function(a,b){const t=a120s;try{Log[t(0x16f)](t(0x150));const c=t(0x15b);await this[t(0x15e)][t(0x15d)]([t(0x15c),t(0x14d)],{'shouldInstall':!![]});const d=this[t(0x15e)][t(0x147)](),f=this[t(0x15e)][t(0x171)](),g=f[t(0x154)][t(0x151)]===t(0x16a),h=await a120f[t(0x170)]('page',[t(0x14e)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x156)])['replaceAll']('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?t(0x148)+b[t(0x162)]:'/imports/ui/hooks',k=this['fsi'][t(0x16c)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this[t(0x15e)][t(0x14f)](f,async()=>{const u=t;await this[u(0x15e)][u(0x158)]({'srcPath':u(0x169)+c+u(0x15f),'destPath':k+u(0x15f),'framework':u(0x15a),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x163)]+'/'+c+'/'+c;await this[t(0x15e)][t(0x14b)](c,f,l);const m=h[t(0x157)]('/'),n=this[t(0x15e)][t(0x16c)]({'pathParts':m});await this[t(0x15e)][t(0x159)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':t(0x164),'isNamedExport':!![]}),await this[t(0x15e)][t(0x173)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x161),'begin':[t(0x172),t(0x172)],'end':[t(0x160)],'replace':!![]});}catch(o){Log[t(0x16e)](o),process[t(0x153)](0x1);}},async function(){},a120e);
1
+ const a120r=a120d;function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x6a;let f=c[d];return f;},a120d(a,b);}(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x7e))/0x1*(parseInt(p(0x9d))/0x2)+parseInt(p(0x6e))/0x3*(-parseInt(p(0x8e))/0x4)+-parseInt(p(0x7b))/0x5+-parseInt(p(0x9a))/0x6+-parseInt(p(0x84))/0x7+parseInt(p(0x7c))/0x8+parseInt(p(0x77))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0xa86da));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(0x7a)]()[q(0x72)]('(((.+)+)+)+$')['toString']()[q(0x87)](a120a)[q(0x72)](q(0x8c));});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(0x70)]({'name':a120r(0x74),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a120r(0x71),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120r(0x86)],'ssr':SsrEngines['FALSE']},'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 s=a120r;try{Log[s(0x7f)](s(0x8b));const c=s(0x95);await this[s(0x76)][s(0x99)]([s(0x6d),s(0x92)],{'shouldInstall':!![]});const d=this[s(0x76)][s(0x97)](),f=this['fsi'][s(0x6c)](),g=f[s(0x85)][s(0x8f)]===s(0x82),h=await a120f['processAndRunGenerator'](s(0x90),[s(0x74)],{'cwd':d,'config':f}),i={'name':headerCase(f[s(0x6a)])[s(0x98)]('-','\x20'),'componentName':pascalCase(c)},j=b[s(0x83)]?s(0x75)+b[s(0x83)]:s(0x6b),k=this[s(0x76)][s(0x78)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this[s(0x76)][s(0x9b)](f,async()=>{const t=s;await this[t(0x76)][t(0x8d)]({'srcPath':t(0x93)+c+t(0x80),'destPath':k+t(0x80),'framework':t(0x81),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[s(0x7d)]+'/'+c+'/'+c;await this[s(0x76)][s(0x6f)](c,f,l);const m=h[s(0x9c)]('/'),n=this[s(0x76)][s(0x78)]({'pathParts':m});await this[s(0x76)][s(0x94)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?s(0x89):s(0x88),'isNamedExport':!![]}),await this[s(0x76)]['injectIntoFile']({'filePath':n,'content':'\x0a<'+pascalCase(c)+s(0x79),'begin':[s(0x96),s(0x96)],'end':[s(0x8a)],'replace':!![]});}catch(o){Log[s(0x73)](o),process[s(0x91)](0x1);}},async function(){},a120e);function a120c(){const u=['fsi','4782762YHbVnq','pathFromApp','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','toString','6609140aUymaY','9562696wmBTuO','dir','7LNyFsl','bright','.js','react','true','baseDir','2291415ztIBhR','engines','REACT','constructor','/imports/startup/client/templates','/imports/startup/lib/templates','</div>','Generating\x20a\x20map\x20component','(((.+)+)+)+$','template','3076WBTyoB','ssr','page','exit','esri-loader','kit/esri/map/','injectImport','basic-map','<div\x20id=\x22map\x22>','findProjectDirectory','replaceAll','checkNpmPackage','167970YNKEXn','withValue','split','308618UocPwL','appName','/imports/ui/hooks','getMakaProjectConfig','@esri/react-arcgis','1716XMQvBc','injectTemplateModule','create','Generate\x20an\x20Esri\x20map\x20component','search','error','map','/imports/ui/'];a120c=function(){return u;};return a120c();}
@@ -1 +1 @@
1
- function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x187;let f=c[d];return f;},a121d(a,b);}const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=-parseInt(f(0x18c))/0x1+parseInt(f(0x18f))/0x2+parseInt(f(0x190))/0x3+-parseInt(f(0x18a))/0x4+-parseInt(f(0x18e))/0x5+parseInt(f(0x192))/0x6+-parseInt(f(0x194))/0x7*(parseInt(f(0x18d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x58183));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a['toString']()[h(0x189)](h(0x196))[h(0x197)]()[h(0x187)](a121a)['search'](h(0x196));});function a121c(){const j=['toString','constructor','create','search','471440fpdoJT','kit','537841GBAaXr','368ncPlkO','312030LXHTDZ','1116506eivcOx','989601WiarHP','maka\x20{generate,\x20g}:{kit}\x20<name>','4273944SUCLdP','maka\x20g:k','79359rzsgeL','apply','(((.+)+)+)+$'];a121c=function(){return j;};return a121c();}a121a();import{Generator}from'../../generator.js';const KitGen=Generator[a121i(0x188)]({'name':a121i(0x18b),'aliases':['k'],'usage':a121i(0x191),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:kit',a121i(0x193)]},async function(){});export default KitGen;
1
+ const a121h=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(0x18a))/0x1+-parseInt(f(0x17d))/0x2+-parseInt(f(0x17c))/0x3*(-parseInt(f(0x189))/0x4)+-parseInt(f(0x186))/0x5+parseInt(f(0x182))/0x6*(parseInt(f(0x184))/0x7)+parseInt(f(0x181))/0x8*(-parseInt(f(0x187))/0x9)+parseInt(f(0x17a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x9006c));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const g=a121d;return a121a[g(0x183)]()[g(0x18b)](g(0x17e))['toString']()['constructor'](a121a)['search'](g(0x17e));});function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x179;let f=c[d];return f;},a121d(a,b);}function a121c(){const i=['Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','maka\x20{generate,\x20g}:{kit}\x20<name>','136ljJAaQ','552kChFmm','toString','63980bcuHOs','kit','4015570RyptVn','457533huzGdT','maka\x20g:k','9764GoERWC','30257HAPmVJ','search','maka\x20g:kit','18995460HtJXAc','create','3JmDwpT','1031698LxJrcX','(((.+)+)+)+$'];a121c=function(){return i;};return a121c();}a121a();import{Generator}from'../../generator.js';const KitGen=Generator[a121h(0x17b)]({'name':a121h(0x185),'aliases':['k'],'usage':a121h(0x180),'shortDesc':a121h(0x17f),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121h(0x179),a121h(0x188)]},async function(){});export default KitGen;
@@ -1 +1 @@
1
- function a122c(){var i=['5919GidGvK','75zPRWgU','23168530KgikFX','24984pnIasI','1064XtsqRj','28744Ubusuq','10tFhNFt','constructor','toString','apply','4533320CAEHRV','120644PaISpL','2133nwTkeJ','192044myOSlK','(((.+)+)+)+$'];a122c=function(){return i;};return a122c();}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x1a7))/0x1+parseInt(f(0x1a2))/0x2*(parseInt(f(0x19c))/0x3)+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x19d))/0x5)+parseInt(f(0x19f))/0x6*(parseInt(f(0x1a0))/0x7)+parseInt(f(0x1a1))/0x8*(parseInt(f(0x1a8))/0x9)+parseInt(f(0x1a6))/0xa+-parseInt(f(0x19e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x6ba7d));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x1a5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x1a4)]()['search']('(((.+)+)+)+$')['toString']()[h(0x1a3)](a122a)['search'](h(0x1aa));});a122a();import'./mui.generator.js';import'./frame.mui.gen.js';function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x19c;var f=c[d];return f;},a122d(a,b);}import'./auth.mui.gen.js';
1
+ (function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0xad))/0x1*(-parseInt(f(0xac))/0x2)+-parseInt(f(0xa1))/0x3+-parseInt(f(0x9f))/0x4+parseInt(f(0xa5))/0x5*(parseInt(f(0xa6))/0x6)+-parseInt(f(0xa8))/0x7*(parseInt(f(0xa7))/0x8)+-parseInt(f(0xa4))/0x9*(-parseInt(f(0xa2))/0xa)+parseInt(f(0xab))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x388ee));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0xa9)]()[h(0xa3)](h(0xaa))['toString']()['constructor'](a122a)[h(0xa3)]('(((.+)+)+)+$');});function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x9f;var f=c[d];return f;},a122d(a,b);}a122a();function a122c(){var i=['(((.+)+)+)+$','14261313KtFIdS','1366ykcgQo','521fuvEgB','1583384hudSIv','apply','1249851cuuhqD','693640YNRmPm','search','9NjfFob','1794505dlflso','6YjmTom','173216tOgWJH','105seECLC','toString'];a122c=function(){return i;};return a122c();}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
@@ -1 +1 @@
1
- const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0x14b))/0x1*(parseInt(G(0x13e))/0x2)+-parseInt(G(0x144))/0x3+-parseInt(G(0x17a))/0x4+parseInt(G(0x166))/0x5+-parseInt(G(0x179))/0x6*(-parseInt(G(0x15f))/0x7)+-parseInt(G(0x14c))/0x8*(parseInt(G(0x15a))/0x9)+parseInt(G(0x15e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x515b5));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0x17e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a['toString']()[I(0x172)](I(0x143))['toString']()[I(0x15d)](a123a)[I(0x172)](I(0x143));});a123a();function a123c(){const N=['pathFromApp','basic-forgot-password-page','engines','Meteor\x20Accounts','MATERIAL','basic-login-page','kit:auth:meteor','forgot-password','findProjectDirectory','5518269WFbFou','authType','Custom\x20(roll\x20your\x20own)','constructor','22420040mnYxSX','108108oglESf','route','baseDir','/imports/startup/client/authentication-provider','error','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','list','333160mreBBY','processAndRunGenerator','register','react','basic-password-reset-page','/imports/startup/lib/authentication-provider','log','fsi','appName','split','true','force','search','kit/mui/auth/login/','kit/mui/auth/logout/','options','logout','.js','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','12bWVNcj','2444992CBcTIt','layouts','maka\x20g:k:m:f','injectTemplateModule','apply','dir','ssr','maka\x20generate:kit:mui:frame','/imports/ui/','custom','4QKuGUB','getMakaProjectConfig','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','injectImport','template','(((.+)+)+)+$','624420xFkNzS','meteor','REACT','kit:auth:provider','withValue','basic-logout-page','replaceAll','286879CvpfZY','8Znoltu','basic-register-page','AuthContext','reset-password/:token','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?'];a123c=function(){return N;};return a123c();}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';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x13e;let f=c[d];return f;},a123d(a,b);}import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':'auth','aliases':['a'],'usage':a123J(0x140),'shortDesc':a123J(0x164),'validOpts':[a123J(0x17b),a123J(0x171)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123J(0x155)],'client':ClientEngines[a123J(0x146)]},'examples':[a123J(0x181),a123J(0x17c)],'description':a123J(0x178)},async function(a,b){const K=a123J;try{const c=b[K(0x171)]||![],d=this[K(0x16d)][K(0x159)](),f=this[K(0x16d)][K(0x13f)](),{authType:g}=await Actions[K(0x175)]({'type':K(0x165),'name':K(0x15b),'message':K(0x150),'choices':[{'name':K(0x154),'value':K(0x145)},{'name':K(0x15c),'value':K(0x183)}]}),h=K(0x156),i=K(0x149),j=K(0x14d),k=K(0x16a),l='basic-forgot-password-page',m=b[K(0x161)]?K(0x182)+b[K(0x161)]:'/imports/ui/pages/auth',n=this[K(0x16d)]['pathFromApp']({'pathParts':[m,b[K(0x17f)],paramCase(h),paramCase(h)]}),o=this[K(0x16d)][K(0x151)]({'pathParts':[m,b['dir'],paramCase(i),paramCase(i)]}),p=this[K(0x16d)][K(0x151)]({'pathParts':[m,b[K(0x17f)],paramCase(j),paramCase(j)]}),q=this[K(0x16d)]['pathFromApp']({'pathParts':[m,b[K(0x17f)],paramCase(k),paramCase(k)]}),r=this['fsi']['pathFromApp']({'pathParts':[m,b['dir'],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0x16e)])[K(0x14a)]('-','\x20')};await this[K(0x16d)][K(0x148)](f,async()=>{const L=K;await this[L(0x16d)]['template']({'srcPath':L(0x173)+h+L(0x177),'destPath':n+L(0x177),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16d)][L(0x142)]({'srcPath':L(0x174)+i+L(0x177),'destPath':o+L(0x177),'framework':L(0x169),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16d)][L(0x142)]({'srcPath':'kit/mui/auth/register/'+j+'.js','destPath':p+L(0x177),'framework':L(0x169),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16d)]['template']({'srcPath':'kit/mui/auth/password-reset/'+k+L(0x177),'destPath':q+L(0x177),'framework':L(0x169),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16d)][L(0x142)]({'srcPath':'kit/mui/auth/forgot-password/'+l+L(0x177),'destPath':r+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0x17f)]+'/'+h+'/'+h;await this[K(0x16d)]['injectTemplateModule'](h,f,t);const u=''+m+b[K(0x17f)]+'/'+i+'/'+i;await this[K(0x16d)][K(0x17d)](i,f,u);const v=''+m+b['dir']+'/'+j+'/'+j;await this[K(0x16d)][K(0x17d)](j,f,v);const w=''+m+b[K(0x17f)]+'/'+k+'/'+k;await this[K(0x16d)][K(0x17d)](k,f,w);const x=''+m+b['dir']+'/'+l+'/'+l;await this[K(0x16d)][K(0x17d)](l,f,x),await a123e['processAndRunGenerator'](K(0x160),['basic-login-page'],{'url':'login','cwd':d,'config':f}),await a123e['processAndRunGenerator'](K(0x160),[K(0x149)],{'url':K(0x176),'private':!![],'cwd':d,'config':f}),await a123e[K(0x167)](K(0x160),[K(0x14d)],{'url':K(0x168),'cwd':d,'config':f}),await a123e[K(0x167)](K(0x160),['basic-password-reset-page'],{'url':K(0x14f),'cwd':d,'config':f}),await a123e[K(0x167)](K(0x160),[K(0x152)],{'url':K(0x158),'cwd':d,'config':f});g===K(0x145)&&await a123e[K(0x167)](K(0x157),[],{'force':c,'cwd':d,'config':f});g===K(0x183)&&await a123e['processAndRunGenerator'](K(0x147),[],{'force':c,'cwd':d,'config':f});const y=f[K(0x153)][K(0x180)]===K(0x170),z=f['engines']['js'],A=this[K(0x16d)]['pathFromApp']({'pathParts':t['split']('/')});await this[K(0x16d)]['injectImport']({'filePath':A+'.'+z,'importName':'AuthContext','modulePath':y?'/imports/startup/lib/authentication-provider':K(0x162),'isNamedExport':!![]});const B=this[K(0x16d)]['pathFromApp']({'pathParts':u[K(0x16f)]('/')});await this[K(0x16d)][K(0x141)]({'filePath':B+'.'+z,'importName':K(0x14e),'modulePath':y?K(0x16b):K(0x162),'isNamedExport':!![]});const C=this[K(0x16d)][K(0x151)]({'pathParts':v[K(0x16f)]('/')});await this['fsi'][K(0x141)]({'filePath':C+'.'+z,'importName':K(0x14e),'modulePath':y?K(0x16b):K(0x162),'isNamedExport':!![]});const D=this[K(0x16d)][K(0x151)]({'pathParts':w[K(0x16f)]('/')});await this[K(0x16d)]['injectImport']({'filePath':D+'.'+z,'importName':K(0x14e),'modulePath':y?K(0x16b):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=this[K(0x16d)][K(0x151)]({'pathParts':x[K(0x16f)]('/')});await this['fsi'][K(0x141)]({'filePath':E+'.'+z,'importName':K(0x14e),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});}catch(F){Log[K(0x163)](F);}},async function(){const M=a123J;console[M(0x16c)]('Cleaning\x20up...');},a123f);
1
+ const a123I=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=parseInt(G(0x14c))/0x1+parseInt(G(0x15b))/0x2+-parseInt(G(0x15e))/0x3*(parseInt(G(0x152))/0x4)+parseInt(G(0x14b))/0x5+-parseInt(G(0x149))/0x6+-parseInt(G(0x140))/0x7*(-parseInt(G(0x16a))/0x8)+parseInt(G(0x157))/0x9*(-parseInt(G(0x162))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xa9ca3));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const H=a123d;return a123a[H(0x164)]()['search'](H(0x16d))['toString']()[H(0x15c)](a123a)[H(0x134)](H(0x16d));});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[a123I(0x136)]({'name':a123I(0x163),'aliases':['a'],'usage':a123I(0x15a),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','validOpts':['layouts',a123I(0x16b)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123I(0x146)],'client':ClientEngines['REACT']},'examples':[a123I(0x142),a123I(0x15f)],'description':a123I(0x151)},async function(a,b){const J=a123I;try{const c=b[J(0x16b)]||![],d=this[J(0x159)]['findProjectDirectory'](),f=this[J(0x159)][J(0x156)](),{authType:g}=await Actions[J(0x169)]({'type':'list','name':J(0x16c),'message':J(0x13c),'choices':[{'name':J(0x141),'value':'meteor'},{'name':J(0x154),'value':J(0x143)}]}),h=J(0x137),i=J(0x14f),j=J(0x166),k=J(0x13e),l='basic-forgot-password-page',m=b[J(0x148)]?J(0x138)+b['baseDir']:J(0x13b),n=this[J(0x159)][J(0x153)]({'pathParts':[m,b[J(0x14d)],paramCase(h),paramCase(h)]}),o=this[J(0x159)][J(0x153)]({'pathParts':[m,b[J(0x14d)],paramCase(i),paramCase(i)]}),p=this['fsi'][J(0x153)]({'pathParts':[m,b[J(0x14d)],paramCase(j),paramCase(j)]}),q=this['fsi'][J(0x153)]({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this[J(0x159)][J(0x153)]({'pathParts':[m,b['dir'],paramCase(l),paramCase(l)]}),s={'name':headerCase(f['appName'])[J(0x139)]('-','\x20')};await this[J(0x159)][J(0x132)](f,async()=>{const K=J;await this[K(0x159)][K(0x16e)]({'srcPath':'kit/mui/auth/login/'+h+K(0x13f),'destPath':n+K(0x13f),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x159)][K(0x16e)]({'srcPath':'kit/mui/auth/logout/'+i+K(0x13f),'destPath':o+K(0x13f),'framework':K(0x171),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x159)][K(0x16e)]({'srcPath':K(0x170)+j+K(0x13f),'destPath':p+K(0x13f),'framework':K(0x171),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x159)][K(0x16e)]({'srcPath':K(0x16f)+k+K(0x13f),'destPath':q+K(0x13f),'framework':K(0x171),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':K(0x13a)+l+K(0x13f),'destPath':r+K(0x13f),'framework':K(0x171),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[J(0x14d)]+'/'+h+'/'+h;await this[J(0x159)][J(0x15d)](h,f,t);const u=''+m+b[J(0x14d)]+'/'+i+'/'+i;await this['fsi'][J(0x15d)](i,f,u);const v=''+m+b['dir']+'/'+j+'/'+j;await this[J(0x159)][J(0x15d)](j,f,v);const w=''+m+b['dir']+'/'+k+'/'+k;await this[J(0x159)]['injectTemplateModule'](k,f,w);const x=''+m+b[J(0x14d)]+'/'+l+'/'+l;await this['fsi'][J(0x15d)](l,f,x),await a123e[J(0x160)](J(0x172),['basic-login-page'],{'url':J(0x165),'cwd':d,'config':f}),await a123e['processAndRunGenerator'](J(0x172),[J(0x14f)],{'url':J(0x147),'private':!![],'cwd':d,'config':f}),await a123e['processAndRunGenerator'](J(0x172),[J(0x166)],{'url':J(0x173),'cwd':d,'config':f}),await a123e[J(0x160)](J(0x172),[J(0x13e)],{'url':J(0x155),'cwd':d,'config':f}),await a123e[J(0x160)]('route',[J(0x14a)],{'url':'forgot-password','cwd':d,'config':f});g===J(0x161)&&await a123e[J(0x160)](J(0x14e),[],{'force':c,'cwd':d,'config':f});g==='custom'&&await a123e[J(0x160)](J(0x145),[],{'force':c,'cwd':d,'config':f});const y=f[J(0x131)]['ssr']===J(0x150),z=f[J(0x131)]['js'],A=this[J(0x159)][J(0x153)]({'pathParts':t['split']('/')});await this['fsi'][J(0x135)]({'filePath':A+'.'+z,'importName':'AuthContext','modulePath':y?'/imports/startup/lib/authentication-provider':J(0x144),'isNamedExport':!![]});const B=this[J(0x159)][J(0x153)]({'pathParts':u[J(0x133)]('/')});await this[J(0x159)][J(0x135)]({'filePath':B+'.'+z,'importName':'AuthContext','modulePath':y?'/imports/startup/lib/authentication-provider':J(0x144),'isNamedExport':!![]});const C=this['fsi'][J(0x153)]({'pathParts':v[J(0x133)]('/')});await this['fsi']['injectImport']({'filePath':C+'.'+z,'importName':'AuthContext','modulePath':y?J(0x13d):J(0x144),'isNamedExport':!![]});const D=this[J(0x159)]['pathFromApp']({'pathParts':w['split']('/')});await this[J(0x159)]['injectImport']({'filePath':D+'.'+z,'importName':J(0x168),'modulePath':y?J(0x13d):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=this[J(0x159)][J(0x153)]({'pathParts':x[J(0x133)]('/')});await this[J(0x159)][J(0x135)]({'filePath':E+'.'+z,'importName':J(0x168),'modulePath':y?J(0x13d):J(0x144),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const L=a123I;console[L(0x167)](L(0x158));},a123f);function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x131;let f=c[d];return f;},a123d(a,b);}function a123c(){const M=['390509vbxDph','Meteor\x20Accounts','maka\x20generate:kit:mui:frame','custom','/imports/startup/client/authentication-provider','kit:auth:provider','MATERIAL','logout','baseDir','3284160ZEoTpn','basic-forgot-password-page','5702895PBBwDx','131742vfvYTj','dir','kit:auth:meteor','basic-logout-page','true','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','5162876CSmBoO','pathFromApp','Custom\x20(roll\x20your\x20own)','reset-password/:token','getMakaProjectConfig','27747pFZxFm','Cleaning\x20up...','fsi','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','1660392pSPEkR','constructor','injectTemplateModule','3qlowWs','maka\x20g:k:m:f','processAndRunGenerator','meteor','2040zrepgO','auth','toString','login','basic-register-page','log','AuthContext','options','152GzeiHq','force','authType','(((.+)+)+)+$','template','kit/mui/auth/password-reset/','kit/mui/auth/register/','react','route','register','engines','withValue','split','search','injectImport','create','basic-login-page','/imports/ui/','replaceAll','kit/mui/auth/forgot-password/','/imports/ui/pages/auth','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','/imports/startup/lib/authentication-provider','basic-password-reset-page','.js'];a123c=function(){return M;};return a123c();}
@@ -1 +1 @@
1
- const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=parseInt(B(0x119))/0x1+-parseInt(B(0x12c))/0x2*(-parseInt(B(0xfa))/0x3)+-parseInt(B(0x117))/0x4+-parseInt(B(0x13e))/0x5+parseInt(B(0x109))/0x6*(parseInt(B(0x100))/0x7)+parseInt(B(0x142))/0x8*(parseInt(B(0x135))/0x9)+-parseInt(B(0xfc))/0xa*(parseInt(B(0x137))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x52929));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a[D(0x139)]()[D(0x128)](D(0x13b))['toString']()[D(0x103)](a124a)[D(0x128)](D(0x13b));});a124a();function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0xf8;let f=c[d];return f;},a124d(a,b);}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';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124E(0x112)]({'name':a124E(0x11a),'aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a124E(0xf9),'validOpts':[a124E(0x120),'baseDir',a124E(0x111),a124E(0x131)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines['REACT']},'examples':[a124E(0x108),'maka\x20g:k:m:f'],'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(0x131)]||![],d=F(0x105),f=F(0x12a),g=F(0x106),h=this[F(0x121)][F(0x10a)](),i=h['engines'][F(0xff)]==='true';await this[F(0x121)][F(0x140)]([F(0xfe),F(0x13a)],{'shouldInstall':!![]});const j=this[F(0x121)]['findAppDirectory'](),k=a124e['join'](j,'imports','ui',F(0x120)),l=this[F(0x121)][F(0x12b)](k),m=await Actions[F(0x11e)]({'type':F(0x113),'name':'layouts','message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m[F(0x120)][F(0x114)]===0x0){Log[F(0x10b)](F(0x126));return;}const n=b[F(0x134)]?F(0x13f)+b['baseDir']:'/imports/ui/components',o=this[F(0x121)][F(0x10d)]({'pathParts':[n,b[F(0x111)],paramCase(d),paramCase(d)]}),p=this[F(0x121)][F(0x10d)]({'pathParts':[n,b[F(0x111)],paramCase(f),paramCase(f)]}),q=this['fsi'][F(0x10d)]({'pathParts':[n,b[F(0x111)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x12f)])[F(0x11f)]('-','\x20')};await this['fsi'][F(0x10f)](h,async()=>{const G=F;await this[G(0x121)][G(0x10c)]({'srcPath':G(0x110)+d+'.js','destPath':o+G(0x13c),'framework':G(0xf8),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x121)][G(0x10c)]({'srcPath':G(0x10e)+f+G(0x13c),'destPath':p+G(0x13c),'framework':G(0xf8),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x121)]['template']({'srcPath':G(0x104)+g+G(0x13c),'destPath':q+'.js','framework':G(0xf8),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x111)]+'/'+d+'/'+d;await this[F(0x121)][F(0x116)](d,h,s);const t=''+n+b[F(0x111)]+'/'+f+'/'+f;await this['fsi'][F(0x116)](f,h,t);const u=''+n+b[F(0x111)]+'/'+g+'/'+g;await this['fsi'][F(0x116)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x121)][F(0x129)](a124e[F(0x124)](k,w),{'extensions':[F(0x130),'tsx'],'omit':[F(0x132),F(0x138),F(0x143)]});for(const y of x){const z=a124e[F(0x124)](k,w,y);await this['fsi']['injectImport']({'filePath':z,'importName':F(0x136),'modulePath':'@mui/material/Box','isNamedExport':![]}),await this[F(0x121)][F(0x11b)]({'filePath':z,'importName':F(0x11c),'modulePath':F(0x133),'isNamedExport':![]}),await this[F(0x121)][F(0x11b)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x127):F(0x118),'isNamedExport':!![]}),await this[F(0x121)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(d)+F(0x122),'begin':[F(0xfd)+w+'\x22>','<div\x20id=\x22'+w+'-hook\x22>'],'end':['{this.props.children}',F(0x123),F(0x102),F(0x12d)]}),await this[F(0x121)][F(0x11b)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x127):'/imports/startup/client/templates','isNamedExport':!![]}),await this[F(0x121)][F(0x125)]({'filePath':z,'content':'<'+pascalCase(f)+F(0x122),'begin':[F(0xfd)+w+'\x22>',F(0xfd)+w+F(0x12e)],'end':[F(0xfb),F(0x123),F(0x102),'{\x20props.children\x20}']}),await this['fsi'][F(0x125)]({'filePath':z,'content':'<'+pascalCase(g)+'\x20/>\x0a','begin':['{this.props.children}',F(0x123),F(0x102),F(0x12d)],'end':[F(0x141)]}),await this['fsi'][F(0x11b)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x127):'/imports/startup/client/templates','isNamedExport':!![]}),await this[F(0x121)]['injectAroundString']({'filePath':z,'aboveContent':F(0x11d),'belowContent':F(0x13d),'targetString':[F(0xfb),'{\x20this.props.children\x20}',F(0x102),F(0x12d)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log['error'](A);}},async function(){const H=a124E;console[H(0x101)](H(0x115));},a124f);function a124c(){const I=['1322654ghhHTc','{\x20props.children\x20}','-hook\x22>','appName','jsx','force','app-tests','@mui/material/Container','baseDir','99oZFYfu','Box','1254iKuarX','tests','toString','maka:react-tracker','(((.+)+)+)+$','.js','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','1132230WGuoOJ','/imports/ui/','checkMeteorPackage','</div>','424312cVJrai','test','react','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','3KHfOOw','{this.props.children}','77960fSyvkR','<div\x20id=\x22','session','ssr','343nZoCxR','log','{props.children}','constructor','kit/mui/frame/footers/','basic-app-bar','basic-sticky-footer','apply','maka\x20generate:kit:mui:frame','7932UZSliW','getMakaProjectConfig','error','template','pathFromApp','kit/mui/frame/drawers/','withValue','kit/mui/frame/app-bars/','dir','create','checkbox','length','Cleaning\x20up...','injectTemplateModule','1196800wPLvWv','/imports/startup/client/templates','443073LdPmWE','frame','injectImport','Container','<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>','options','replaceAll','layouts','fsi','\x20/>\x0a','{\x20this.props.children\x20}','join','injectIntoFile','No\x20layouts\x20selected','/imports/startup/lib/templates','search','getFiles','basic-drawer','getDirectories'];a124c=function(){return I;};return a124c();}
1
+ const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0x1ce))/0x1*(parseInt(B(0x1dd))/0x2)+-parseInt(B(0x1c8))/0x3+parseInt(B(0x1bf))/0x4*(-parseInt(B(0x1d6))/0x5)+parseInt(B(0x1ca))/0x6*(-parseInt(B(0x1e2))/0x7)+parseInt(B(0x1ad))/0x8+-parseInt(B(0x1eb))/0x9*(-parseInt(B(0x1d5))/0xa)+parseInt(B(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xb5c46));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a[D(0x1a9)]()['search'](D(0x1b2))[D(0x1a9)]()[D(0x1cd)](a124a)[D(0x1c0)](D(0x1b2));});a124a();function a124c(){const I=['tests','app-tests','getFiles','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','baseDir','injectAroundString','layouts','<div\x20id=\x22','</div>','toString','appName','session','getDirectories','2599664cIjUiF','@mui/material/Box','<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>','react','injectImport','(((.+)+)+)+$','{this.props.children}','injectIntoFile','@mui/material/Container','join','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','\x20/>\x0a','injectTemplateModule','pathFromApp','dir','basic-app-bar','maka\x20generate:kit:mui:frame','REACT','994556JytnHt','search','apply','kit/mui/frame/app-bars/','-hook\x22>','/imports/ui/components','findAppDirectory','Box','{\x20props.children\x20}','1460004aMittk','{props.children}','1604982wopyuk','maka:react-tracker','test','constructor','24443Rqfpwe','tsx','withValue','Container','template','force','34179365gIrGLH','13587890NGNNMs','25llAUPu','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','jsx','fsi','engines','maka\x20g:k:m:f','/imports/startup/lib/templates','102lGCCeY','Cleaning\x20up...','true','/imports/startup/client/templates','error','28kvLAPV','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','No\x20layouts\x20selected','kit/mui/frame/footers/','checkbox','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','.js','basic-sticky-footer','getMakaProjectConfig','9WRuAwY','{\x20this.props.children\x20}'];a124c=function(){return I;};return a124c();}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';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a124d(a,b);}Generator['create']({'name':'frame','aliases':['f'],'usage':a124E(0x1d7),'shortDesc':a124E(0x1e7),'validOpts':[a124E(0x1f3),a124E(0x1f1),a124E(0x1bb),a124E(0x1d3)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines[a124E(0x1be)]},'examples':[a124E(0x1bd),a124E(0x1db)],'description':a124E(0x1f0)},async function(a,b){const F=a124E;try{const c=b['force']||![],d=F(0x1bc),f='basic-drawer',g=F(0x1e9),h=this[F(0x1d9)][F(0x1ea)](),i=h[F(0x1da)]['ssr']===F(0x1df);await this[F(0x1d9)]['checkMeteorPackage']([F(0x1ab),F(0x1cb)],{'shouldInstall':!![]});const j=this[F(0x1d9)][F(0x1c5)](),k=a124e[F(0x1b6)](j,'imports','ui','layouts'),l=this[F(0x1d9)][F(0x1ac)](k),m=await Actions['options']({'type':F(0x1e6),'name':'layouts','message':F(0x1e3),'choices':l});if(m['layouts']['length']===0x0){Log[F(0x1e1)](F(0x1e4));return;}const n=b['baseDir']?'/imports/ui/'+b[F(0x1f1)]:F(0x1c4),o=this[F(0x1d9)][F(0x1ba)]({'pathParts':[n,b['dir'],paramCase(d),paramCase(d)]}),p=this[F(0x1d9)][F(0x1ba)]({'pathParts':[n,b[F(0x1bb)],paramCase(f),paramCase(f)]}),q=this[F(0x1d9)][F(0x1ba)]({'pathParts':[n,b[F(0x1bb)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x1aa)])['replaceAll']('-','\x20')};await this['fsi'][F(0x1d0)](h,async()=>{const G=F;await this['fsi'][G(0x1d2)]({'srcPath':G(0x1c2)+d+G(0x1e8),'destPath':o+G(0x1e8),'framework':G(0x1b0),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x1d9)][G(0x1d2)]({'srcPath':'kit/mui/frame/drawers/'+f+G(0x1e8),'destPath':p+G(0x1e8),'framework':G(0x1b0),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x1d9)][G(0x1d2)]({'srcPath':G(0x1e5)+g+G(0x1e8),'destPath':q+G(0x1e8),'framework':G(0x1b0),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x1bb)]+'/'+d+'/'+d;await this[F(0x1d9)][F(0x1b9)](d,h,s);const t=''+n+b[F(0x1bb)]+'/'+f+'/'+f;await this[F(0x1d9)][F(0x1b9)](f,h,t);const u=''+n+b[F(0x1bb)]+'/'+g+'/'+g;await this[F(0x1d9)][F(0x1b9)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x1d9)][F(0x1ef)](a124e['join'](k,w),{'extensions':[F(0x1d8),F(0x1cf)],'omit':[F(0x1ee),F(0x1ed),F(0x1cc)]});for(const y of x){const z=a124e[F(0x1b6)](k,w,y);await this['fsi']['injectImport']({'filePath':z,'importName':F(0x1c6),'modulePath':F(0x1ae),'isNamedExport':![]}),await this[F(0x1d9)][F(0x1b1)]({'filePath':z,'importName':F(0x1d1),'modulePath':F(0x1b5),'isNamedExport':![]}),await this[F(0x1d9)]['injectImport']({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x1dc):F(0x1e0),'isNamedExport':!![]}),await this[F(0x1d9)][F(0x1b4)]({'filePath':z,'content':'<'+pascalCase(d)+F(0x1b8),'begin':[F(0x1f4)+w+'\x22>',F(0x1f4)+w+F(0x1c3)],'end':[F(0x1b3),F(0x1ec),F(0x1c9),'{\x20props.children\x20}']}),await this['fsi'][F(0x1b1)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x1dc):F(0x1e0),'isNamedExport':!![]}),await this[F(0x1d9)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(f)+F(0x1b8),'begin':['<div\x20id=\x22'+w+'\x22>',F(0x1f4)+w+F(0x1c3)],'end':[F(0x1b3),F(0x1ec),F(0x1c9),F(0x1c7)]}),await this[F(0x1d9)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(g)+F(0x1b8),'begin':[F(0x1b3),F(0x1ec),F(0x1c9),F(0x1c7)],'end':[F(0x1f5)]}),await this['fsi'][F(0x1b1)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?'/imports/startup/lib/templates':'/imports/startup/client/templates','isNamedExport':!![]}),await this[F(0x1d9)][F(0x1f2)]({'filePath':z,'aboveContent':F(0x1af),'belowContent':F(0x1b7),'targetString':[F(0x1b3),F(0x1ec),F(0x1c9),F(0x1c7)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x1e1)](A);}},async function(){const H=a124E;console['log'](H(0x1de));},a124f);
@@ -1 +1 @@
1
- const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=-parseInt(g(0x182))/0x1*(parseInt(g(0x195))/0x2)+-parseInt(g(0x19a))/0x3+-parseInt(g(0x18e))/0x4+parseInt(g(0x1a8))/0x5*(-parseInt(g(0x190))/0x6)+parseInt(g(0x1a5))/0x7*(parseInt(g(0x18c))/0x8)+-parseInt(g(0x1a3))/0x9*(parseInt(g(0x187))/0xa)+parseInt(g(0x196))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x287d2));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0x1a6)]()[i(0x184)](i(0x19b))['toString']()[i(0x18d)](a125a)[i(0x184)](i(0x19b));});a125a();function a125c(){const l=['mui','kitChoices','info','9boPqNK','apply','246526vmBlkE','toString','kit:mui:auth','325OXNaQU','187295iGFJlV','notice','search','kit:mui:frame','frame','2000110xOJYiV','fsi','maka\x20g:kit:m','No\x20MUI\x20kits\x20selected.\x20Exiting.','processAndRunGenerator','64IFPGEg','constructor','1250708uKfTyJ','findProjectDirectory','15306HEBcEm','length','auth','includes','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','2JVBCPH','10206834ZNyaLJ','\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','options','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','533994XZAgHO','(((.+)+)+)+$','checkbox','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Material-UI\x20Kit','Header,\x20Footer,\x20and\x20Drawer'];a125c=function(){return l;};return a125c();}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';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x182;let f=c[d];return f;},a125d(a,b);}const MuiGen=Generator['create']({'name':a125j(0x1a0),'aliases':['m'],'usage':a125j(0x19d),'noNeedResource':!![],'shortDesc':a125j(0x19e),'validOpts':[''],'isPro':!![],'examples':[a125j(0x189)]},async function(){const k=a125j;Log[k(0x1a2)]('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log[k(0x183)](k(0x197));const {kitChoices:a}=await Actions[k(0x198)]({'type':k(0x19c),'name':k(0x1a1),'message':k(0x199),'choices':[{'name':k(0x19f),'value':'frame'},{'name':k(0x194),'value':k(0x192)}]}),b=this[k(0x188)][k(0x18f)](),c=this[k(0x188)]['getMakaProjectConfig']();a[k(0x193)](k(0x186))&&await a125e[k(0x18b)](k(0x185),[],{'force':!![],'cwd':b,'config':c});a[k(0x193)]('auth')&&await a125e[k(0x18b)](k(0x1a7),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x191)]===0x0){Log['info'](k(0x18a));return;}},async function(){},a125f);export default MuiGen;
1
+ const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=parseInt(g(0x1d8))/0x1*(parseInt(g(0x1c7))/0x2)+parseInt(g(0x1cd))/0x3*(-parseInt(g(0x1ca))/0x4)+parseInt(g(0x1c9))/0x5+parseInt(g(0x1cc))/0x6*(parseInt(g(0x1c8))/0x7)+parseInt(g(0x1d3))/0x8*(parseInt(g(0x1da))/0x9)+-parseInt(g(0x1dc))/0xa*(-parseInt(g(0x1e0))/0xb)+-parseInt(g(0x1e4))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xe659d));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a[i(0x1d4)]()[i(0x1e5)](i(0x1cf))[i(0x1d4)]()[i(0x1e9)](a125a)[i(0x1e5)](i(0x1cf));});a125a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a125d(a,b);}function a125c(){const l=['1njthLZ','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','99RSppeW','kitChoices','1642790lsdQlh','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','No\x20MUI\x20kits\x20selected.\x20Exiting.','length','77NOSJgF','frame','processAndRunGenerator','Header,\x20Footer,\x20and\x20Drawer','42874848uzppkP','search','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','options','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','constructor','checkbox','apply','kit:mui:auth','fsi','3666044qZfvrt','2121UYBYGS','677110Wpsuju','1076rsvnjy','Material-UI\x20Kit','30204xoLvUf','7905JWLHSt','\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','(((.+)+)+)+$','mui','findProjectDirectory','notice','422936SesJXf','toString','maka\x20g:kit:m','kit:mui:frame','auth'];a125c=function(){return l;};return a125c();}import a125e from'../../../generators/maka.gen.js';import a125f from'../kit.js';const MuiGen=Generator['create']({'name':a125j(0x1d0),'aliases':['m'],'usage':a125j(0x1dd),'noNeedResource':!![],'shortDesc':a125j(0x1cb),'validOpts':[''],'isPro':!![],'examples':[a125j(0x1d5)]},async function(){const k=a125j;Log['info'](k(0x1d9)),Log[k(0x1d2)](k(0x1ce));const {kitChoices:a}=await Actions[k(0x1e7)]({'type':k(0x1ea),'name':k(0x1db),'message':k(0x1e6),'choices':[{'name':k(0x1e3),'value':k(0x1e1)},{'name':k(0x1e8),'value':'auth'}]}),b=this[k(0x1c6)][k(0x1d1)](),c=this[k(0x1c6)]['getMakaProjectConfig']();a['includes'](k(0x1e1))&&await a125e[k(0x1e2)](k(0x1d6),[],{'force':!![],'cwd':b,'config':c});a['includes'](k(0x1d7))&&await a125e[k(0x1e2)](k(0x1c5),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x1df)]===0x0){Log['info'](k(0x1de));return;}},async function(){},a125f);export default MuiGen;
@@ -1 +1 @@
1
- const a126n=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x1c4))/0x1*(parseInt(l(0x1c5))/0x2)+-parseInt(l(0x1db))/0x3+parseInt(l(0x1b7))/0x4*(parseInt(l(0x1d9))/0x5)+-parseInt(l(0x1c0))/0x6*(-parseInt(l(0x1d1))/0x7)+parseInt(l(0x1ce))/0x8+-parseInt(l(0x1b1))/0x9*(parseInt(l(0x1da))/0xa)+parseInt(l(0x1d5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x8ccaa));function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1aa;let f=c[d];return f;},a126d(a,b);}const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const m=a126d;return a126a[m(0x1df)]()[m(0x1d4)](m(0x1b9))[m(0x1df)]()['constructor'](a126a)['search']('(((.+)+)+)+$');});a126a();import a126e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a126c(){const q=['87434qApcLS','resourceName','injectAtBeginningOfFile','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','client','fileName','withHook','/imports/ui/layouts','installNpmPackage','2748352YeZVFD','hook/hook.js','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','21LmRqva','import\x20\x27./','none','search','264693SfnbOP','.css','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','className','5zwENdq','7050ucuzFy','359982qXLnGl','findAppDirectory','features','test','toString','withTranslations','relative','string','injectTemplateModule','template','dir','css','maka\x20g:layout\x20mobile/iPhone8','engines','create','5940qVuYps','.js','assign','setTemplate','layout','warn','824452QzgAJM','ramda','(((.+)+)+)+$','getMakaProjectConfig','ssr','test/test.js','Scaffolding\x20for\x20a\x20React\x20Layout.','react','true','1089078IfkKwE','theme','fsi','pathFromApp','1KNjrMy'];a126c=function(){return q;};return a126c();}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a126n(0x1b0)]({'name':a126n(0x1b5),'aliases':aliases,'usage':a126n(0x1d7),'shortDesc':a126n(0x1bd),'validOpts':[a126n(0x1cb)],'examples':[a126n(0x1ae),'maka\x20g:l\x20web/safari']},async function(a,b){const o=a126n,c=o(0x1cc),d=this[o(0x1c2)][o(0x1dc)](),e=this[o(0x1c2)][o(0x1c3)]({'pathParts':[c,b[o(0x1ac)],paramCase(b['resourceName']),paramCase(b[o(0x1c6)])]}),f=this[o(0x1c2)][o(0x1ba)]();await this[o(0x1c2)]['withValue'](f,async()=>{const p=o;typeof f['template'][p(0x1de)]==='string'&&(f['template'][p(0x1de)]=f['template'][p(0x1de)]==='true'?!![]:![],this[p(0x1c2)][p(0x1b4)](p(0x1de),f[p(0x1ab)][p(0x1de)]));typeof f['template'][p(0x1ad)]==='string'&&(f[p(0x1ab)][p(0x1ad)]=f['template'][p(0x1ad)]===p(0x1bf)?!![]:![],this[p(0x1c2)][p(0x1b4)](p(0x1ad),f[p(0x1ab)][p(0x1ad)]));typeof f[p(0x1ab)]['js']===p(0x1e2)&&(f[p(0x1ab)]['js']=f[p(0x1ab)]['js']===p(0x1bf)?!![]:![],this[p(0x1c2)][p(0x1b4)]('js',f[p(0x1ab)]['js']));!f[p(0x1dd)]&&(f[p(0x1dd)]={});const g=b['_']?b['_'][0x0]['split'](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this['checkNpmPackage'](p(0x1b8))&&(Log[p(0x1b6)](p(0x1d0)),this[p(0x1c2)][p(0x1cd)](p(0x1b8),{'cwd':d}));if(h&&!this['checkNpmPackage'](p(0x1be))){Log[p(0x1b6)](p(0x1c8));return;}const i={'name':pascalCase(b[p(0x1c6)]),'myPath':a126e[p(0x1e1)](this[p(0x1c2)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[p(0x1c6)]),'className':pascalCase(b[p(0x1c6)]),'camelCaseName':camelCase(b[p(0x1c6)]),'fileName':paramCase(b[p(0x1c6)]),'graphql':f['engines']['graphql'],'features':f[p(0x1dd)],'client':f[p(0x1af)][p(0x1c9)],'api':f[p(0x1af)]['api'],'ssr':f[p(0x1af)][p(0x1bb)],'test':f[p(0x1af)]['test'],'theme':f[p(0x1af)][p(0x1c1)],'isComponent':![],'isLayout':!![],'withTranslations':f[p(0x1dd)][p(0x1e0)]};f['features']?.['withHooks']||b[p(0x1cb)]?await this['fsi'][p(0x1ab)]({'srcPath':p(0x1cf),'destPath':e+p(0x1b2),'framework':p(0x1be),'context':i,'config':f}):await this[p(0x1c2)][p(0x1ab)]({'srcPath':'component/component.js','destPath':e+'.js','framework':p(0x1be),'context':i,'config':f});f[p(0x1af)]['test']!==p(0x1d3)&&await this[p(0x1c2)][p(0x1ab)]({'srcPath':p(0x1bc),'destPath':e+'.app-tests.js','framework':p(0x1be),'context':i,'config':f});f['template']['css']&&(await this[p(0x1c2)]['template']({'srcPath':'template/template.css','destPath':e+p(0x1d6),'context':Object[p(0x1b3)]({},i,{'className':paramCase(b[p(0x1c6)])}),'config':f}),await this[p(0x1c2)][p(0x1c7)]({'filePath':e+'.'+f[p(0x1af)]['js'],'content':p(0x1d2)+i['fileName']+'.'+f[p(0x1af)][p(0x1ad)]+'\x27;'}));const j=b[p(0x1ac)]?'/'+b[p(0x1ac)]+'/':'/',k=''+c+j+i['fileName']+'/'+i[p(0x1ca)];await this[p(0x1c2)][p(0x1aa)](i[p(0x1d8)],f,k);});});
1
+ const a126o=a126d;function a126c(){const r=['fileName','maka\x20g:l\x20web/safari','resourceName','test','string','client','1199433Qtgdov','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','import\x20\x27./','includes','/imports/ui/layouts','withValue','(((.+)+)+)+$','Scaffolding\x20for\x20a\x20React\x20Layout.','6FUnVmW','layout','getMakaProjectConfig','2138775ASCSqS','injectTemplateModule','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','engines','withTranslations','5847480KBtfWp','1060032muBgQm','css','test/test.js','ramda','none','pathFromProject','hook/hook.js','ssr','warn','apply','dir','react','component/component.js','true','pathFromApp','assign','relative','592330KyUghx','features','4494616irNTXv','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','injectAtBeginningOfFile','7TZoSQv','fsi','4dCNBDs','search','withHooks','withHook','className','checkNpmPackage','toString','.css','setTemplate','template','theme','graphql','.js','split','7020657zwBDgJ'];a126c=function(){return r;};return a126c();}(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x185))/0x1+-parseInt(l(0x1b2))/0x2+-parseInt(l(0x1a1))/0x3*(-parseInt(l(0x18c))/0x4)+-parseInt(l(0x1ac))/0x5*(parseInt(l(0x1a9))/0x6)+parseInt(l(0x18a))/0x7*(parseInt(l(0x187))/0x8)+-parseInt(l(0x19a))/0x9+parseInt(l(0x1b1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x61de8));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x1bb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a[n(0x192)]()[n(0x18d)]('(((.+)+)+)+$')[n(0x192)]()['constructor'](a126a)[n(0x18d)](n(0x1a7));});a126a();import a126e from'path';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x182;let f=c[d];return f;},a126d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':a126o(0x1aa),'aliases':aliases,'usage':a126o(0x1ae),'shortDesc':a126o(0x1a8),'validOpts':[a126o(0x18f)],'examples':['maka\x20g:layout\x20mobile/iPhone8',a126o(0x19c)]},async function(a,b){const p=a126o,c=p(0x1a5),d=this[p(0x18b)]['findAppDirectory'](),e=this['fsi'][p(0x182)]({'pathParts':[c,b[p(0x1bc)],paramCase(b['resourceName']),paramCase(b[p(0x19d)])]}),f=this['fsi'][p(0x1ab)]();await this[p(0x18b)][p(0x1a6)](f,async()=>{const q=p;typeof f[q(0x195)]['test']===q(0x19f)&&(f['template'][q(0x19e)]=f[q(0x195)][q(0x19e)]===q(0x1bf)?!![]:![],this[q(0x18b)][q(0x194)](q(0x19e),f[q(0x195)][q(0x19e)]));typeof f[q(0x195)][q(0x1b3)]===q(0x19f)&&(f[q(0x195)][q(0x1b3)]=f[q(0x195)][q(0x1b3)]===q(0x1bf)?!![]:![],this[q(0x18b)][q(0x194)](q(0x1b3),f[q(0x195)]['css']));typeof f['template']['js']===q(0x19f)&&(f[q(0x195)]['js']=f[q(0x195)]['js']==='true'?!![]:![],this[q(0x18b)]['setTemplate']('js',f['template']['js']));!f[q(0x186)]&&(f[q(0x186)]={});const g=b['_']?b['_'][0x0][q(0x199)](':')[0x1]:![],h=b['_']&&aliases[q(0x1a4)](g);h&&!this[q(0x191)](q(0x1b5))&&(Log['warn'](q(0x1a2)),this[q(0x18b)]['installNpmPackage'](q(0x1b5),{'cwd':d}));if(h&&!this['checkNpmPackage'](q(0x1bd))){Log[q(0x1ba)](q(0x188));return;}const i={'name':pascalCase(b[q(0x19d)]),'myPath':a126e[q(0x184)](this[q(0x18b)][q(0x1b7)]({}),e),'cssCaseName':paramCase(b[q(0x19d)]),'className':pascalCase(b[q(0x19d)]),'camelCaseName':camelCase(b[q(0x19d)]),'fileName':paramCase(b[q(0x19d)]),'graphql':f[q(0x1af)][q(0x197)],'features':f[q(0x186)],'client':f[q(0x1af)][q(0x1a0)],'api':f[q(0x1af)]['api'],'ssr':f[q(0x1af)][q(0x1b9)],'test':f[q(0x1af)][q(0x19e)],'theme':f[q(0x1af)][q(0x196)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x186)][q(0x1b0)]};f['features']?.[q(0x18e)]||b[q(0x18f)]?await this[q(0x18b)][q(0x195)]({'srcPath':q(0x1b8),'destPath':e+q(0x198),'framework':q(0x1bd),'context':i,'config':f}):await this[q(0x18b)][q(0x195)]({'srcPath':q(0x1be),'destPath':e+'.js','framework':q(0x1bd),'context':i,'config':f});f[q(0x1af)][q(0x19e)]!==q(0x1b6)&&await this['fsi'][q(0x195)]({'srcPath':q(0x1b4),'destPath':e+'.app-tests.js','framework':q(0x1bd),'context':i,'config':f});f[q(0x195)][q(0x1b3)]&&(await this[q(0x18b)][q(0x195)]({'srcPath':'template/template.css','destPath':e+q(0x193),'context':Object[q(0x183)]({},i,{'className':paramCase(b[q(0x19d)])}),'config':f}),await this[q(0x18b)][q(0x189)]({'filePath':e+'.'+f['engines']['js'],'content':q(0x1a3)+i['fileName']+'.'+f[q(0x1af)][q(0x1b3)]+'\x27;'}));const j=b[q(0x1bc)]?'/'+b[q(0x1bc)]+'/':'/',k=''+c+j+i[q(0x19b)]+'/'+i[q(0x19b)];await this[q(0x18b)][q(0x1ad)](i[q(0x190)],f,k);});});
@@ -1 +1 @@
1
- const a127i=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x7b;let f=c[d];return f;},a127d(a,b);}function a127c(){const j=['1791YTyfui','search','1gxJdXG','(((.+)+)+)+$','apply','maka\x20g:package\x20package:name','541986QdVeoV','generate','35qDGDia','2790716VgMCso','maka\x20g:dbc\x20geoserver\x20--type=pgsql','7854161yLbasH','maka\x20g:template\x20todos/todo_item','135944ELEHVi','maka\x20generate:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:route\x20todos/edit','149190fJCooL','toString','3927628dZwYFU','maka\x20g:api\x20trucks','2490471OxAnYF','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a127c=function(){return j;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x87))/0x1*(-parseInt(f(0x8e))/0x2)+parseInt(f(0x83))/0x3+parseInt(f(0x81))/0x4+parseInt(f(0x8d))/0x5*(-parseInt(f(0x8b))/0x6)+parseInt(f(0x90))/0x7+parseInt(f(0x7b))/0x8+-parseInt(f(0x85))/0x9*(parseInt(f(0x7f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xb5f18));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x80)]()[h(0x86)](h(0x88))[h(0x80)]()['constructor'](a127a)['search'](h(0x88));});a127a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a127i(0x8c),'aliases':['g'],'usage':a127i(0x7d),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0x84),'examples':[a127i(0x7c),'maka\x20g:scaffold\x20todos',a127i(0x91),a127i(0x8a),a127i(0x7e),a127i(0x82),a127i(0x8f)]},function(){});export default MakaGen;
1
+ const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x85))/0x1*(-parseInt(f(0x92))/0x2)+parseInt(f(0x89))/0x3*(-parseInt(f(0x9b))/0x4)+-parseInt(f(0x9a))/0x5*(parseInt(f(0x90))/0x6)+-parseInt(f(0x97))/0x7+parseInt(f(0x8f))/0x8*(parseInt(f(0x91))/0x9)+-parseInt(f(0x95))/0xa*(-parseInt(f(0x8e))/0xb)+-parseInt(f(0x94))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x5eeda));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a['toString']()[h(0x86)](h(0x98))[h(0x8d)]()[h(0x96)](a127a)[h(0x86)]('(((.+)+)+)+$');});a127a();function a127c(){const j=['27760hyquRg','constructor','2399383NREloJ','(((.+)+)+)+$','maka\x20g:template\x20todos/todo_item','10FPgzVu','4dZtebM','maka\x20generate:scaffold\x20todos','76079cXqtJH','search','maka\x20g:route\x20todos/edit','maka\x20g:package\x20package:name','451281Owswrz','maka\x20g:api\x20trucks','apply','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','2882XkQdoe','65168TGTgmi','352512uxcZQW','684QuyFRs','10lPLSTS','maka\x20{generate,\x20g}:<generator>\x20<name>','8727324TobfGQ'];a127c=function(){return j;};return a127c();}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a127i(0x93),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0x8c),'examples':[a127i(0x9c),'maka\x20g:scaffold\x20todos',a127i(0x99),a127i(0x88),a127i(0x87),a127i(0x8a),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(){});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x85;let f=c[d];return f;},a127d(a,b);}export default MakaGen;
@@ -1 +1 @@
1
- const a128l=a128d;function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a128d(a,b);}(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1d6))/0x1+parseInt(j(0x1d9))/0x2+-parseInt(j(0x1d2))/0x3+-parseInt(j(0x1db))/0x4*(-parseInt(j(0x1da))/0x5)+-parseInt(j(0x1e1))/0x6*(-parseInt(j(0x1e0))/0x7)+-parseInt(j(0x1e8))/0x8*(-parseInt(j(0x1ef))/0x9)+-parseInt(j(0x1e7))/0xa*(parseInt(j(0x1ce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x8b4d4));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[k(0x1d0)]()[k(0x1dd)]('(((.+)+)+)+$')['toString']()['constructor'](a128a)[k(0x1dd)](k(0x1d7));});a128a();import{Generator}from'../generator.js';function a128c(){const o=['checkMeteorPackage','appPathPrefix','maka\x20g:method\x20todos','fsi','14930rVHpnb','594096eRqOVv','getMakaProjectConfig','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','import\x20\x27./methods','dir','-rpc-method.','maka:check','27IIaxCG','-rpc-method\x27;','methods','template','12507DBMUtp','engines','toString','method/method.js','1854627dYidXx','ddp-rate-limiter','maka\x20{generate,\x20g}:{method,\x20m}\x20name','create','913737gKKbeW','(((.+)+)+)+$','method','1197392vdqMiK','4785FJlTvM','592JzFWCT','withValue','search','resourceName','imports','9485pJgyea','4470MwvzWy','mdg:validated-method'];a128c=function(){return o;};return a128c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128l(0x1d5)]({'name':a128l(0x1d8),'aliases':['m'],'usage':a128l(0x1d4),'checkWhere':!![],'shortDesc':a128l(0x1ea),'validOpts':['dir'],'examples':[a128l(0x1e5)]},async function(a,b){const m=a128l;try{const c=this[m(0x1e6)][m(0x1e9)]();await this['fsi'][m(0x1dc)](c,async()=>{const n=m,d=paramCase(b[n(0x1de)]),f={'name':b[n(0x1de)],'fileName':d,'className':pascalCase(b[n(0x1de)]),'camelCase':camelCase(b['resourceName']),'noRename':!![]};let g='js';c['engines']['js']==='tsx'&&(g='ts');await this['fsi'][n(0x1e3)]([n(0x1ee),n(0x1d3),n(0x1e2)],{'shouldInstall':!![]}),await this[n(0x1e6)][n(0x1cd)]({'srcPath':n(0x1d1),'destPath':this[n(0x1e6)]['pathFromApp']({'pathParts':[n(0x1df),'startup',b[n(0x1e4)],n(0x1cc),b[n(0x1ec)],d+n(0x1ed)+g]}),'context':f,'config':c});const h=b[n(0x1ec)]?'/'+b['dir']+'/':'/',i=this[n(0x1e6)]['pathFromApp']({'pathParts':[n(0x1df),'startup',b[n(0x1e4)],'index.'+c[n(0x1cf)]['js']]});await this['fsi']['injectAtEndOfFile']({'filePath':i,'content':n(0x1eb)+h+d+n(0x1f0)});});}catch(d){Log['error'](d);}});
1
+ const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1e9))/0x1*(parseInt(j(0x1e4))/0x2)+-parseInt(j(0x1f8))/0x3+-parseInt(j(0x1f4))/0x4*(-parseInt(j(0x1e0))/0x5)+parseInt(j(0x1f6))/0x6+parseInt(j(0x1e7))/0x7*(parseInt(j(0x1ee))/0x8)+-parseInt(j(0x1ed))/0x9+parseInt(j(0x1fa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x5e9b4));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x1e3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x1e6)]()[l(0x1eb)]('(((.+)+)+)+$')[l(0x1e6)]()[l(0x1fc)](a128a)[l(0x1eb)](l(0x1df));});a128a();import{Generator}from'../generator.js';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1db;let f=c[d];return f;},a128d(a,b);}function a128c(){const p=['resourceName','appPathPrefix','ddp-rate-limiter','dir','error','(((.+)+)+)+$','392260xqQhXN','getMakaProjectConfig','startup','apply','69942Gmtkld','method/method.js','toString','224287xKlbUB','injectAtEndOfFile','15aYHMde','maka\x20g:method\x20todos','search','methods','2268720RlfuCx','24TFMzbH','pathFromApp','index.','template','maka\x20{generate,\x20g}:{method,\x20m}\x20name','-rpc-method\x27;','4KXbiEQ','imports','2110848ODtwMA','withValue','1998465pkFGJz','tsx','2547950BMhTLh','create','constructor','engines','mdg:validated-method','maka:check','fsi','import\x20\x27./methods'];a128c=function(){return p;};return a128c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128m(0x1fb)]({'name':'method','aliases':['m'],'usage':a128m(0x1f2),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':['dir'],'examples':[a128m(0x1ea)]},async function(a,b){const n=a128m;try{const c=this[n(0x200)][n(0x1e1)]();await this[n(0x200)][n(0x1f7)](c,async()=>{const o=n,d=paramCase(b[o(0x202)]),f={'name':b[o(0x202)],'fileName':d,'className':pascalCase(b[o(0x202)]),'camelCase':camelCase(b[o(0x202)]),'noRename':!![]};let g='js';c['engines']['js']===o(0x1f9)&&(g='ts');await this[o(0x200)]['checkMeteorPackage']([o(0x1ff),o(0x1dc),o(0x1fe)],{'shouldInstall':!![]}),await this[o(0x200)][o(0x1f1)]({'srcPath':o(0x1e5),'destPath':this[o(0x200)][o(0x1ef)]({'pathParts':[o(0x1f5),o(0x1e2),b[o(0x1db)],o(0x1ec),b[o(0x1dd)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[o(0x1dd)]?'/'+b[o(0x1dd)]+'/':'/',i=this[o(0x200)]['pathFromApp']({'pathParts':[o(0x1f5),'startup',b[o(0x1db)],o(0x1f0)+c[o(0x1fd)]['js']]});await this[o(0x200)][o(0x1e8)]({'filePath':i,'content':o(0x201)+h+d+o(0x1f3)});});}catch(d){Log[n(0x1de)](d);}});
@@ -1 +1 @@
1
- const a129o=a129d;(function(a,b){const l=a129d,c=a();while(!![]){try{const d=parseInt(l(0x10c))/0x1*(parseInt(l(0xf8))/0x2)+-parseInt(l(0x11f))/0x3*(-parseInt(l(0x114))/0x4)+parseInt(l(0x104))/0x5*(parseInt(l(0xf5))/0x6)+-parseInt(l(0x10e))/0x7*(-parseInt(l(0x116))/0x8)+-parseInt(l(0x101))/0x9+parseInt(l(0xfc))/0xa+parseInt(l(0xf6))/0xb*(-parseInt(l(0xfe))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x7f428));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0x111)]()['search'](n(0x110))[n(0x111)]()[n(0x121)](a129a)[n(0xfd)](n(0x110));});function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xf3;let f=c[d];return f;},a129d(a,b);}a129a();import a129e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';function a129c(){const r=['component','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','1647mPmgXY','engines','constructor','fsi','theme','36VpiyFi','11BormEF','client','43096SmpULh','package/package.js','lib','tests/client','4940040pqYHUd','search','29435064neLQiJ','resourceName','getMakaProjectConfig','4105233CtGyxa','package','package/','755020eMuiJd','graphql','pathFromAppWithNoReWrite','dir','/client/','packages','hasOwnProperty','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','37jFWuDO','template/template.js','7XCZSvS','layout','(((.+)+)+)+$','toString','pathFromApp','/package.js','5308vtjekO','template','4035904IrlGMk','noRename','ssr','.js','apply','create','package.js'];a129c=function(){return r;};return a129c();}Generator[a129o(0x11b)]({'name':a129o(0x102),'aliases':['p'],'usage':a129o(0x10b),'shortDesc':a129o(0x11e),'validOpts':[a129o(0x107)],'examples':['maka\x20g:package\x20todos:package']},async function(a,b){const p=a129o,c=paramCase(b[p(0xff)]),d=this[p(0xf3)][p(0x112)]({'pathParts':[p(0x109),b[p(0x107)],c]}),e=this[p(0xf3)][p(0x106)]({'pathParts':[p(0x109),b[p(0x107)],c,p(0x11c)]}),f=this[p(0xf3)][p(0x100)]();await this['fsi']['withValue'](f,async()=>{const q=p,g={'name':paramCase(b[q(0xff)]),'myPath':a129e['relative'](this[q(0xf3)]['pathFromProject']({}),d),'cssCaseName':paramCase(b[q(0xff)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0xff)]),'fileName':c,'client':f[q(0x120)][q(0xf7)],'graphql':f[q(0x120)][q(0x105)],'ssr':f[q(0x120)][q(0x118)],'isComponent':b['hasOwnProperty'](q(0x11d)),'isLayout':b['hasOwnProperty'](q(0x10f)),'isStore':b[q(0x10a)]('store'),'features':f['features'],'noRename':!![],'theme':f[q(0x120)][q(0xf4)]};await this['fsi']['template']({'srcPath':q(0xf9),'destPath':e,'context':g,'config':f}),g[q(0x117)]=![];const h=d+q(0x108)+c+q(0x119);await this['fsi'][q(0x115)]({'srcPath':q(0x10d),'destPath':h,'context':g,'config':f});const i=[q(0xfa),'server',q(0xfb),'tests/server'];for(const j of i){const k=d+'/'+j+'/'+c+q(0x119);await this[q(0xf3)][q(0x115)]({'srcPath':q(0x103)+j+q(0x113),'destPath':k,'context':g,'config':f});}});});
1
+ function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xb0;let f=c[d];return f;},a129d(a,b);}const a129o=a129d;(function(a,b){const l=a129d,c=a();while(!![]){try{const d=parseInt(l(0xc2))/0x1*(-parseInt(l(0xd2))/0x2)+parseInt(l(0xe1))/0x3+parseInt(l(0xb6))/0x4*(-parseInt(l(0xd9))/0x5)+-parseInt(l(0xc6))/0x6+-parseInt(l(0xd7))/0x7*(parseInt(l(0xbf))/0x8)+parseInt(l(0xbd))/0x9*(-parseInt(l(0xbb))/0xa)+parseInt(l(0xd4))/0xb*(parseInt(l(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3ea82));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0xb7)]()[n(0xbe)]('(((.+)+)+)+$')[n(0xb7)]()[n(0xb1)](a129a)[n(0xbe)](n(0xc8));});function a129c(){const r=['722769wbIjrK','theme','tests/server','constructor','engines','dir','hasOwnProperty','client','12uTFZzu','toString','package/','package','noRename','2870LiLiIo','component','15705lEjTnV','search','40WQwQBI','tests/client','pathFromProject','664yJNdVZ','/package.js','ssr','store','732552phEjOq','packages','(((.+)+)+)+$','withValue','9217896opkGXt','resourceName','package.js','graphql','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','template','/client/','pathFromApp','1352hnjcBe','lib','22BAtNmk','package/package.js','.js','310555lQlFDE','fsi','378335MdWiUb','pathFromAppWithNoReWrite','getMakaProjectConfig','features','template/template.js','apply','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','create'];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(0xe0)]({'name':a129o(0xb9),'aliases':['p'],'usage':a129o(0xce),'shortDesc':a129o(0xdf),'validOpts':[a129o(0xb3)],'examples':['maka\x20g:package\x20todos:package']},async function(a,b){const p=a129o,c=paramCase(b[p(0xcb)]),d=this[p(0xd8)][p(0xd1)]({'pathParts':[p(0xc7),b[p(0xb3)],c]}),e=this[p(0xd8)][p(0xda)]({'pathParts':['packages',b[p(0xb3)],c,p(0xcc)]}),f=this[p(0xd8)][p(0xdb)]();await this['fsi'][p(0xc9)](f,async()=>{const q=p,g={'name':paramCase(b[q(0xcb)]),'myPath':a129e['relative'](this['fsi'][q(0xc1)]({}),d),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[q(0xcb)]),'camelCaseName':camelCase(b[q(0xcb)]),'fileName':c,'client':f[q(0xb2)][q(0xb5)],'graphql':f[q(0xb2)][q(0xcd)],'ssr':f[q(0xb2)][q(0xc4)],'isComponent':b[q(0xb4)](q(0xbc)),'isLayout':b[q(0xb4)]('layout'),'isStore':b[q(0xb4)](q(0xc5)),'features':f[q(0xdc)],'noRename':!![],'theme':f[q(0xb2)][q(0xe2)]};await this[q(0xd8)][q(0xcf)]({'srcPath':q(0xd5),'destPath':e,'context':g,'config':f}),g[q(0xba)]=![];const h=d+q(0xd0)+c+q(0xd6);await this[q(0xd8)]['template']({'srcPath':q(0xdd),'destPath':h,'context':g,'config':f});const i=[q(0xd3),'server',q(0xc0),q(0xb0)];for(const j of i){const k=d+'/'+j+'/'+c+q(0xd6);await this[q(0xd8)][q(0xcf)]({'srcPath':q(0xb8)+j+q(0xc3),'destPath':k,'context':g,'config':f});}});});
@@ -1 +1 @@
1
- const a130m=a130d;function a130c(){const p=['warn','99DKsgzH','client','template/template.css','engines','import\x20\x27./','processAndRunGenerator','page','fileName','8teWKrD','getMakaProjectConfig','pages','relative','component/component.js','395750VZaKll','4052839LWiLQE','.app-tests.js','checkNpmPackage','component','withHook','toString','ramda','injectAtBeginningOfFile','assign','withValue','11114832ASayLF','apply','installNpmPackage','(((.+)+)+)+$','18IGIups','withHooks','2230745cSowwt','dir','layout','Updating\x20npm\x20packages\x20...','graphql','pathFromProject','true','template','api','hasOwnProperty','root','.html','baseDir','theme','findAppDirectory','hooks','\x27;\x0a','string','search','pathFromApp','className','test','css','setTemplate','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','react','create','4fZHLFn','vanilla','html','features','layouts','ssr','152227oFfvhL','store','template/template.html','fsi','6vjCyWL','test/test.js','2208924BoXaIa','hook/hook.js','21924LjAyci','resourceName','maka\x20g:page\x20todos/todos-item'];a130c=function(){return p;};return a130c();}function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a130d(a,b);}(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x207))/0x1*(parseInt(j(0x201))/0x2)+-parseInt(j(0x22f))/0x3*(-parseInt(j(0x20f))/0x4)+-parseInt(j(0x231))/0x5*(-parseInt(j(0x20b))/0x6)+parseInt(j(0x221))/0x7*(parseInt(j(0x21b))/0x8)+parseInt(j(0x20d))/0x9+-parseInt(j(0x220))/0xa*(parseInt(j(0x213))/0xb)+-parseInt(j(0x22b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x4f773));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x22c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a['toString']()[l(0x1f8)](l(0x22e))[l(0x226)]()['constructor'](a130a)['search'](l(0x22e));});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'];Generator[a130m(0x200)]({'name':a130m(0x219),'aliases':aliases,'usage':a130m(0x1fe),'shortDesc':'Generate\x20a\x20page.','validOpts':[{'name':a130m(0x1f2),'values':[a130m(0x1f5),'components',a130m(0x21d),a130m(0x205)]},{'name':a130m(0x225),'boolFlag':!![]}],'examples':[a130m(0x211)]},async function(a,b){const n=a130m,c=b[n(0x1f2)]?'/imports/ui/'+b[n(0x1f2)]:'/imports/ui/pages',d=this['fsi'][n(0x1f4)](),e=this[n(0x20a)][n(0x1f9)]({'pathParts':[c,b[n(0x232)],paramCase(b[n(0x210)]),paramCase(b['resourceName'])]}),f=this['fsi'][n(0x21c)]();let g='';return await this[n(0x20a)][n(0x22a)](f,async()=>{const o=n;typeof f['template'][o(0x203)]===o(0x1f7)&&(f[o(0x1ed)]['html']=f[o(0x1ed)][o(0x203)]===o(0x1ec)?!![]:![],this[o(0x20a)][o(0x1fd)](o(0x203),f[o(0x1ed)]['html']));typeof f[o(0x1ed)][o(0x1fb)]===o(0x1f7)&&(f[o(0x1ed)][o(0x1fb)]=f[o(0x1ed)][o(0x1fb)]===o(0x1ec)?!![]:![],this[o(0x20a)][o(0x1fd)](o(0x1fb),f[o(0x1ed)]['test']));typeof f[o(0x1ed)][o(0x1fc)]===o(0x1f7)&&(f[o(0x1ed)]['css']=f['template'][o(0x1fc)]==='true'?!![]:![],this['fsi'][o(0x1fd)](o(0x1fc),f[o(0x1ed)]['css']));typeof f['template']['js']===o(0x1f7)&&(f[o(0x1ed)]['js']=f[o(0x1ed)]['js']===o(0x1ec)?!![]:![],this[o(0x20a)][o(0x1fd)]('js',f[o(0x1ed)]['js']));!f[o(0x204)]&&(f[o(0x204)]={});!b['root']&&!this['fsi'][o(0x223)](o(0x227))&&(Log[o(0x212)](o(0x234)),this[o(0x20a)][o(0x22d)](o(0x227),{'cwd':d}));const h={'name':pascalCase(b[o(0x210)]),'myPath':a130e[o(0x21e)](this['fsi'][o(0x236)]({}),e),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[o(0x210)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[o(0x210)]),'graphql':f['engines'][o(0x235)],'features':f['features'],'client':f['engines'][o(0x214)],'api':f[o(0x216)][o(0x1ee)],'ssr':f[o(0x216)][o(0x206)],'isStore':b[o(0x1ef)](o(0x208)),'isComponent':b['hasOwnProperty'](o(0x224)),'isLayout':b[o(0x1ef)](o(0x233)),'withTranslations':f['features']['withTranslations'],'test':f['engines'][o(0x1fb)],'theme':f[o(0x216)][o(0x1f3)]};f['template'][o(0x203)]&&await this['fsi'][o(0x1ed)]({'srcPath':o(0x209),'destPath':e+o(0x1f1),'context':h,'config':f});f[o(0x204)]?.[o(0x230)]||b[o(0x225)]?await this[o(0x20a)][o(0x1ed)]({'srcPath':o(0x20e),'destPath':e+'.js','framework':'react','context':h,'config':f}):await this['fsi'][o(0x1ed)]({'srcPath':o(0x21f),'destPath':e+'.js','framework':o(0x1ff),'context':h,'config':f});f['engines'][o(0x1fb)]!=='none'&&await this['fsi'][o(0x1ed)]({'srcPath':o(0x20c),'destPath':e+o(0x222),'framework':o(0x1ff),'context':h,'config':f});f[o(0x1ed)]['css']&&await this['fsi'][o(0x1ed)]({'srcPath':o(0x215),'destPath':e+'.css','context':Object[o(0x229)]({},h,{'className':paramCase(b['resourceName'])}),'config':f});f[o(0x216)]['client']!=='react'&&f[o(0x216)][o(0x214)]!==o(0x202)?(f[o(0x1ed)][o(0x1fc)]&&await this[o(0x20a)][o(0x228)]({'filePath':e+'.'+f[o(0x216)]['js'],'content':o(0x217)+h[o(0x21a)]+'.'+f[o(0x216)][o(0x203)]+o(0x1f6)+'import\x20\x27./'+h['fileName']+'.'+f[o(0x216)][o(0x1fc)]+'\x27;'}),!f[o(0x1ed)][o(0x1fc)]&&await this[o(0x20a)][o(0x228)]({'filePath':e+'.'+f[o(0x216)]['js'],'content':'import\x20\x27./'+h[o(0x21a)]+'.'+f[o(0x216)]['html']+'\x27;'})):f[o(0x1ed)][o(0x1fc)]&&await this[o(0x20a)][o(0x228)]({'filePath':e+'.'+f[o(0x216)]['js'],'content':o(0x217)+h['fileName']+'.'+f['engines'][o(0x1fc)]+'\x27;'});const i=b[o(0x232)]?'/'+b[o(0x232)]+'/':'/';g=''+c+i+h['fileName']+'/'+h['fileName'],await this[o(0x20a)]['injectTemplateModule'](h[o(0x1fa)],f,g),!b[o(0x1f0)]&&await a130f[o(0x218)]('route',[i+b['resourceName']],b);}),g+'.'+f[n(0x216)]['js'];});
1
+ function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x6a;let f=c[d];return f;},a130d(a,b);}const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x7b))/0x1+-parseInt(j(0x7f))/0x2*(-parseInt(j(0xb4))/0x3)+-parseInt(j(0x8b))/0x4*(parseInt(j(0x88))/0x5)+parseInt(j(0x86))/0x6+-parseInt(j(0x7a))/0x7*(parseInt(j(0xaf))/0x8)+-parseInt(j(0x9e))/0x9*(-parseInt(j(0xad))/0xa)+parseInt(j(0x6f))/0xb*(parseInt(j(0xa3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x90f25));function a130c(){const p=['maka\x20g:page\x20todos/todos-item','5115udSFyB','.app-tests.js','toString','engines','css','template/template.css','5177711LSldvt','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','apply','injectTemplateModule','true','injectAtBeginningOfFile','pages','pathFromApp','features','installNpmPackage','fileName','7ccJFTh','638520kHKvbD','relative','warn','ramda','264gujIGZ','api','none','className','react','page','client','6536424oVXWvq','route','5905pUMVzb','hasOwnProperty','/imports/ui/pages','988oBnhLe','ssr','component','search','.html','dir','(((.+)+)+)+$','root','template/template.html','test','withTranslations','processAndRunGenerator','string','resourceName','baseDir','getMakaProjectConfig','components','pathFromProject','hooks','1845KmYxpp','fsi','theme','setTemplate','layout','12eQmGMU','component/component.js','html','graphql','\x27;\x0a','vanilla','.js','withHooks','test/test.js','hook/hook.js','26770ZBGybx','.css','6480176eURHlg','template','import\x20\x27./','Generate\x20a\x20page.'];a130c=function(){return p;};return a130c();}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x6b)]()[l(0x8e)](l(0x91))[l(0x6b)]()['constructor'](a130a)[l(0x8e)](l(0x91));});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'];Generator['create']({'name':a130m(0x84),'aliases':aliases,'usage':a130m(0x70),'shortDesc':a130m(0xb2),'validOpts':[{'name':a130m(0x99),'values':[a130m(0x9d),a130m(0x9b),a130m(0x75),'layouts']},{'name':'withHook','boolFlag':!![]}],'examples':[a130m(0xb3)]},async function(a,b){const n=a130m,c=b[n(0x99)]?'/imports/ui/'+b[n(0x99)]:n(0x8a),d=this[n(0x9f)]['findAppDirectory'](),e=this[n(0x9f)][n(0x76)]({'pathParts':[c,b[n(0x90)],paramCase(b[n(0x98)]),paramCase(b[n(0x98)])]}),f=this['fsi'][n(0x9a)]();let g='';return await this[n(0x9f)]['withValue'](f,async()=>{const o=n;typeof f[o(0xb0)][o(0xa5)]==='string'&&(f['template'][o(0xa5)]=f[o(0xb0)]['html']==='true'?!![]:![],this[o(0x9f)][o(0xa1)](o(0xa5),f[o(0xb0)][o(0xa5)]));typeof f['template'][o(0x94)]===o(0x97)&&(f[o(0xb0)][o(0x94)]=f[o(0xb0)][o(0x94)]===o(0x73)?!![]:![],this[o(0x9f)][o(0xa1)](o(0x94),f[o(0xb0)][o(0x94)]));typeof f[o(0xb0)][o(0x6d)]===o(0x97)&&(f[o(0xb0)][o(0x6d)]=f['template'][o(0x6d)]===o(0x73)?!![]:![],this['fsi']['setTemplate'](o(0x6d),f[o(0xb0)]['css']));typeof f['template']['js']===o(0x97)&&(f[o(0xb0)]['js']=f[o(0xb0)]['js']===o(0x73)?!![]:![],this[o(0x9f)]['setTemplate']('js',f['template']['js']));!f[o(0x77)]&&(f[o(0x77)]={});!b[o(0x92)]&&!this[o(0x9f)]['checkNpmPackage'](o(0x7e))&&(Log[o(0x7d)]('Updating\x20npm\x20packages\x20...'),this[o(0x9f)][o(0x78)]('ramda',{'cwd':d}));const h={'name':pascalCase(b[o(0x98)]),'myPath':a130e[o(0x7c)](this['fsi'][o(0x9c)]({}),e),'cssCaseName':paramCase(b[o(0x98)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[o(0x98)]),'graphql':f[o(0x6c)][o(0xa6)],'features':f[o(0x77)],'client':f['engines'][o(0x85)],'api':f[o(0x6c)][o(0x80)],'ssr':f[o(0x6c)][o(0x8c)],'isStore':b[o(0x89)]('store'),'isComponent':b[o(0x89)](o(0x8d)),'isLayout':b['hasOwnProperty'](o(0xa2)),'withTranslations':f[o(0x77)][o(0x95)],'test':f[o(0x6c)][o(0x94)],'theme':f[o(0x6c)][o(0xa0)]};f[o(0xb0)][o(0xa5)]&&await this[o(0x9f)][o(0xb0)]({'srcPath':o(0x93),'destPath':e+o(0x8f),'context':h,'config':f});f[o(0x77)]?.[o(0xaa)]||b['withHook']?await this[o(0x9f)]['template']({'srcPath':o(0xac),'destPath':e+o(0xa9),'framework':o(0x83),'context':h,'config':f}):await this[o(0x9f)][o(0xb0)]({'srcPath':o(0xa4),'destPath':e+o(0xa9),'framework':o(0x83),'context':h,'config':f});f[o(0x6c)][o(0x94)]!==o(0x81)&&await this[o(0x9f)]['template']({'srcPath':o(0xab),'destPath':e+o(0x6a),'framework':o(0x83),'context':h,'config':f});f[o(0xb0)][o(0x6d)]&&await this[o(0x9f)][o(0xb0)]({'srcPath':o(0x6e),'destPath':e+o(0xae),'context':Object['assign']({},h,{'className':paramCase(b['resourceName'])}),'config':f});f['engines'][o(0x85)]!==o(0x83)&&f['engines'][o(0x85)]!==o(0xa8)?(f[o(0xb0)]['css']&&await this['fsi'][o(0x74)]({'filePath':e+'.'+f[o(0x6c)]['js'],'content':'import\x20\x27./'+h['fileName']+'.'+f['engines'][o(0xa5)]+o(0xa7)+o(0xb1)+h[o(0x79)]+'.'+f[o(0x6c)][o(0x6d)]+'\x27;'}),!f[o(0xb0)]['css']&&await this['fsi'][o(0x74)]({'filePath':e+'.'+f['engines']['js'],'content':o(0xb1)+h[o(0x79)]+'.'+f[o(0x6c)]['html']+'\x27;'})):f['template']['css']&&await this[o(0x9f)]['injectAtBeginningOfFile']({'filePath':e+'.'+f[o(0x6c)]['js'],'content':'import\x20\x27./'+h['fileName']+'.'+f[o(0x6c)][o(0x6d)]+'\x27;'});const i=b[o(0x90)]?'/'+b[o(0x90)]+'/':'/';g=''+c+i+h['fileName']+'/'+h[o(0x79)],await this[o(0x9f)][o(0x72)](h[o(0x82)],f,g),!b[o(0x92)]&&await a130f[o(0x96)](o(0x87),[i+b[o(0x98)]],b);}),g+'.'+f[n(0x6c)]['js'];});
@@ -1 +1 @@
1
- const a131p=a131d;function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0xee;let f=c[d];return f;},a131d(a,b);}(function(a,b){const m=a131d,c=a();while(!![]){try{const d=parseInt(m(0xfa))/0x1+parseInt(m(0x105))/0x2*(-parseInt(m(0x100))/0x3)+parseInt(m(0x109))/0x4+-parseInt(m(0x101))/0x5*(parseInt(m(0x106))/0x6)+-parseInt(m(0xef))/0x7+-parseInt(m(0x107))/0x8+parseInt(m(0xf9))/0x9*(parseInt(m(0xfc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x84ba9));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a['toString']()[o(0x10f)](o(0xfe))[o(0xf3)]()[o(0x112)](a131a)[o(0x10f)](o(0xfe));});a131a();import{paramCase,pascalCase}from'change-case';function a131c(){const s=['force','2305365SIwMxp','5vuoDWM','publish','withValue','globalPublish','2lDorzh','391470MjpTzt','5095640LHDmQM','exit','3705828EJPUvm','appPathPrefix','getMakaProjectConfig','pathFromApp','injectAtEndOfFile','/imports/startup/server/publications','search','index.','startup','constructor','dir','publish/publish.js','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','template','6567666AIijGx','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','maka\x20g:publish\x20todos','imports','toString','error','apply','engines','import\x20\x27./publications','baseDir','9vlhluh','201174FMkewn','fsi','18249190lgNSVa','resourceName','(((.+)+)+)+$'];a131c=function(){return s;};return a131c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':a131p(0x102),'aliases':['p'],'usage':a131p(0x115),'shortDesc':a131p(0xf0),'validOpts':[a131p(0xff),a131p(0x104)],'examples':[a131p(0xf1)]},async function(a,b){const q=a131p;try{const c=b[q(0xff)]||![],d=b[q(0xf8)]?'/imports/ui/'+b[q(0xf8)]:q(0x10e),f=this['fsi'][q(0x10b)](),g=paramCase(b[q(0xfd)]),h=this[q(0xfb)][q(0x10c)]({'pathParts':[d,b[q(0x113)],'',g]});let i='js';f[q(0xf6)]['js']==='tsx'&&(i='ts');await this['fsi'][q(0x103)](f,async()=>{const r=q,l={'name':b[r(0xfd)],'collection':pascalCase(b[r(0xfd)]),'noRename':!![],'globalPublish':b[r(0x104)]};await this[r(0xfb)][r(0xee)]({'srcPath':r(0x114),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this[q(0xfb)][q(0x10c)]({'pathParts':[q(0xf2),q(0x111),'server',b[q(0x10a)],q(0x110)+f[q(0xf6)]['js']]}),k=b[q(0x113)]?'/'+b['dir']+'/':'/';return await this[q(0xfb)][q(0x10d)]({'filePath':j,'content':q(0xf7)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0xf4)](l),process[q(0x108)](0x1);}});
1
+ const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=parseInt(m(0x1e3))/0x1+-parseInt(m(0x1e4))/0x2*(parseInt(m(0x200))/0x3)+parseInt(m(0x1dc))/0x4*(-parseInt(m(0x1ec))/0x5)+-parseInt(m(0x1ed))/0x6*(parseInt(m(0x1dd))/0x7)+parseInt(m(0x1e1))/0x8+parseInt(m(0x1f5))/0x9+parseInt(m(0x1fd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x75e1a));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0x1fe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a['toString']()[o(0x1e9)]('(((.+)+)+)+$')[o(0x1f6)]()['constructor'](a131a)[o(0x1e9)]('(((.+)+)+)+$');});a131a();function a131c(){const s=['force','appPathPrefix','maka\x20g:publish\x20todos','7437736gqDxSX','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','397667NVnhjR','533714CXZQQE','/imports/ui/','index.','withValue','engines','search','globalPublish','import\x20\x27./publications','15bARhsL','60yUBnBW','resourceName','dir','publish','/imports/startup/server/publications','injectAtEndOfFile','fsi','error','3135276lBuvXH','toString','pathFromApp','server','create','startup','getMakaProjectConfig','exit','248860wpXfGu','apply','publish/publish.js','3cNQlJi','tsx','baseDir','imports','template','88300jmvQXL','619297iVQjhW'];a131c=function(){return s;};return a131c();}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-0x1dc;let f=c[d];return f;},a131d(a,b);}import{Log}from'../tools/log/log.class.js';Generator[a131p(0x1f9)]({'name':a131p(0x1f0),'aliases':['p'],'usage':a131p(0x1e2),'shortDesc':'Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','validOpts':[a131p(0x1de),a131p(0x1ea)],'examples':[a131p(0x1e0)]},async function(a,b){const q=a131p;try{const c=b[q(0x1de)]||![],d=b[q(0x202)]?q(0x1e5)+b['baseDir']:q(0x1f1),f=this[q(0x1f3)][q(0x1fb)](),g=paramCase(b['resourceName']),h=this[q(0x1f3)][q(0x1f7)]({'pathParts':[d,b[q(0x1ef)],'',g]});let i='js';f[q(0x1e8)]['js']===q(0x201)&&(i='ts');await this['fsi'][q(0x1e7)](f,async()=>{const r=q,l={'name':b['resourceName'],'collection':pascalCase(b[r(0x1ee)]),'noRename':!![],'globalPublish':b[r(0x1ea)]};await this[r(0x1f3)][r(0x204)]({'srcPath':r(0x1ff),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this['fsi'][q(0x1f7)]({'pathParts':[q(0x203),q(0x1fa),q(0x1f8),b[q(0x1df)],q(0x1e6)+f[q(0x1e8)]['js']]}),k=b[q(0x1ef)]?'/'+b[q(0x1ef)]+'/':'/';return await this[q(0x1f3)][q(0x1f2)]({'filePath':j,'content':q(0x1eb)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0x1f4)](l),process[q(0x1fc)](0x1);}});