cob-cli 2.23.0 → 2.26.0

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 (202) hide show
  1. package/.gitmodules +27 -0
  2. package/bin/cob-cli.js +3 -1
  3. package/bin/handleAutoComplete.js +1 -4
  4. package/lib/commands/customize.js +213 -66
  5. package/package.json +3 -2
  6. package/.vscode/launch.json +0 -106
  7. package/customizations/backend.email.js +0 -10
  8. package/customizations/backend.js +0 -14
  9. package/customizations/backend.updateField.js +0 -11
  10. package/customizations/backend.vuepress.js +0 -35
  11. package/customizations/dashboard.dash.js +0 -11
  12. package/customizations/dashboard.js +0 -14
  13. package/customizations/dashboard.simple.js +0 -12
  14. package/customizations/dashboard.vue.empty.js +0 -12
  15. package/customizations/dashboard.vue.grid.js +0 -10
  16. package/customizations/dashboard.vue.js +0 -14
  17. package/customizations/dashboard.vue.menuAndGrid.js +0 -10
  18. package/customizations/frontend.common.js +0 -15
  19. package/customizations/frontend.easy.js +0 -16
  20. package/customizations/frontend.formatList.currency.js +0 -15
  21. package/customizations/frontend.formatList.js +0 -13
  22. package/customizations/frontend.js +0 -14
  23. package/customizations/importer.js +0 -10
  24. package/customizations/keywords.audit.js +0 -17
  25. package/customizations/keywords.calc.js +0 -17
  26. package/customizations/keywords.js +0 -15
  27. package/customizations/keywords.log.js +0 -17
  28. package/customizations/keywords.styleResults.js +0 -17
  29. package/templates/backend/vuepress/integrationm/actions/getVuePressDoc.groovy +0 -74
  30. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarConfig.groovy +0 -42
  31. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarRootElements.groovy +0 -17
  32. package/templates/backend/vuepress/others/vuepress/definition_contents_v234.json +0 -619
  33. package/templates/backend/vuepress/others/vuepress/nginx/README.md +0 -28
  34. package/templates/backend/vuepress/others/vuepress/package-lock.json +0 -29656
  35. package/templates/backend/vuepress/others/vuepress/package.json +0 -24
  36. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/DescriptVideo.vue +0 -22
  37. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/Graph.vue +0 -124
  38. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/ReadingTime.vue +0 -26
  39. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/References.vue +0 -228
  40. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/RestrictedContent.vue +0 -77
  41. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.js +0 -101
  42. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.json +0 -31
  43. package/templates/backend/vuepress/others/vuepress/src/.vuepress/enhanceApp.js +0 -14
  44. package/templates/backend/vuepress/others/vuepress/src/.vuepress/nav/getNavTranslated.js +0 -52
  45. package/templates/backend/vuepress/others/vuepress/src/.vuepress/plugins/References.js +0 -96
  46. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/Logo-Cult-of-Bits-400x400-1.png +0 -0
  47. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/favicon-cob.png +0 -0
  48. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/logo.png +0 -0
  49. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/index.styl +0 -39
  50. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/palette.styl +0 -17
  51. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/LICENSE +0 -21
  52. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/README.md +0 -11
  53. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/AlgoliaSearchBox.vue +0 -172
  54. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownLink.vue +0 -252
  55. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownTransition.vue +0 -33
  56. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Home.vue +0 -134
  57. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLink.vue +0 -98
  58. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLinks.vue +0 -165
  59. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Navbar.vue +0 -140
  60. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Page.vue +0 -31
  61. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageEdit.vue +0 -119
  62. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageNav.vue +0 -163
  63. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Sidebar.vue +0 -64
  64. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarButton.vue +0 -40
  65. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarGroup.vue +0 -144
  66. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLink.vue +0 -140
  67. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLinks.vue +0 -114
  68. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/Badge.vue +0 -44
  69. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeBlock.vue +0 -41
  70. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeGroup.vue +0 -120
  71. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/index.js +0 -59
  72. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/404.vue +0 -30
  73. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/Layout.vue +0 -151
  74. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/noopModule.js +0 -1
  75. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/package.json +0 -44
  76. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/arrow.styl +0 -22
  77. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/code.styl +0 -137
  78. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/config.styl +0 -1
  79. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/custom-blocks.styl +0 -44
  80. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/index.styl +0 -202
  81. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/mobile.styl +0 -37
  82. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/toc.styl +0 -3
  83. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/wrapper.styl +0 -10
  84. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/util/index.js +0 -244
  85. package/templates/dashboards/cob-dashboard-html/demoDashboard.html +0 -18
  86. package/templates/dashboards/cob-dashboard-vue/package-lock.json +0 -25020
  87. package/templates/dashboards/cob-dashboard-vue/package.json +0 -21
  88. package/templates/dashboards/cob-dashboard-vue/src/App.vue +0 -26
  89. package/templates/dashboards/cob-dashboard-vue/src/dashboard.html +0 -31
  90. package/templates/dashboards/cob-dashboard-vue/src/main.js +0 -12
  91. package/templates/dashboards/cob-dashboard-vue/src/plugins/cobUiVueComponents.js +0 -6
  92. package/templates/dashboards/cob-dashboard-vue/src/plugins/vuetify.js +0 -9
  93. package/templates/dashboards/cob-dashboard-vue/vue.config.js +0 -104
  94. package/templates/dashboards/dash/dist/css/app.7b16c01a.css +0 -11
  95. package/templates/dashboards/dash/dist/dashboard.html +0 -25
  96. package/templates/dashboards/dash/dist/fonts/fa-brands-400.a78ffbbe.ttf +0 -0
  97. package/templates/dashboards/dash/dist/fonts/fa-brands-400.cd2b4095.woff2 +0 -0
  98. package/templates/dashboards/dash/dist/fonts/fa-regular-400.b1a1bebb.ttf +0 -0
  99. package/templates/dashboards/dash/dist/fonts/fa-regular-400.e8a1ba41.woff2 +0 -0
  100. package/templates/dashboards/dash/dist/fonts/fa-solid-900.55b416a8.woff2 +0 -0
  101. package/templates/dashboards/dash/dist/fonts/fa-solid-900.73820155.ttf +0 -0
  102. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.0d6f5f18.ttf +0 -0
  103. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.786e6b33.woff2 +0 -0
  104. package/templates/dashboards/dash/dist/js/app.13b950c8.js +0 -199
  105. package/templates/dashboards/dash/dist/js/app.13b950c8.js.map +0 -1
  106. package/templates/dashboards/dash/package-lock.json +0 -22646
  107. package/templates/dashboards/dash/package.json +0 -27
  108. package/templates/dashboards/dash/src/App.vue +0 -124
  109. package/templates/dashboards/dash/src/assets/css/all.min.css +0 -6
  110. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.ttf +0 -0
  111. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.woff2 +0 -0
  112. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.ttf +0 -0
  113. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.woff2 +0 -0
  114. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.ttf +0 -0
  115. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.woff2 +0 -0
  116. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.ttf +0 -0
  117. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  118. package/templates/dashboards/dash/src/collector.js +0 -222
  119. package/templates/dashboards/dash/src/components/Attention.vue +0 -30
  120. package/templates/dashboards/dash/src/components/Board.vue +0 -35
  121. package/templates/dashboards/dash/src/components/Calendar.vue +0 -422
  122. package/templates/dashboards/dash/src/components/Dashboard.vue +0 -27
  123. package/templates/dashboards/dash/src/components/Filter.vue +0 -68
  124. package/templates/dashboards/dash/src/components/Kibana.vue +0 -138
  125. package/templates/dashboards/dash/src/components/Label.vue +0 -15
  126. package/templates/dashboards/dash/src/components/Menu.vue +0 -44
  127. package/templates/dashboards/dash/src/components/Totals.vue +0 -49
  128. package/templates/dashboards/dash/src/components/TotalsValue.vue +0 -59
  129. package/templates/dashboards/dash/src/components/shared/Instance.vue +0 -64
  130. package/templates/dashboards/dash/src/components/shared/Waiting.vue +0 -25
  131. package/templates/dashboards/dash/src/dashboard.html +0 -39
  132. package/templates/dashboards/dash/src/definition_dashboard_v0.json +0 -924
  133. package/templates/dashboards/dash/src/definition_dashboard_v1.json +0 -1
  134. package/templates/dashboards/dash/src/input.css +0 -9
  135. package/templates/dashboards/dash/src/main.js +0 -11
  136. package/templates/dashboards/dash/src/model/ComponentStatePersistence.js +0 -66
  137. package/templates/dashboards/dash/src/output.css +0 -314245
  138. package/templates/dashboards/dash/src/test_collector.js +0 -3719
  139. package/templates/dashboards/dash/src/utils/EsInstanceUtils.js +0 -8
  140. package/templates/dashboards/dash/tailwind.config.js +0 -12
  141. package/templates/dashboards/dash/vue.config.js +0 -104
  142. package/templates/frontend/common/css/_dualColumn.css +0 -46
  143. package/templates/frontend/common/css/_global.css +0 -19
  144. package/templates/frontend/common/css/_hidden.css +0 -13
  145. package/templates/frontend/common/css/_history.css +0 -13
  146. package/templates/frontend/common/css/_mobile.css +0 -125
  147. package/templates/frontend/common/css/customizations.__MERGE__.css +0 -5
  148. package/templates/frontend/common/js/cob/_disable_save_onSubdetail.js +0 -11
  149. package/templates/frontend/common/js/cob/_group_references.js +0 -22
  150. package/templates/frontend/common/js/cob/_show_hidden.js +0 -35
  151. package/templates/frontend/common/js/customizations2.__MERGE__.js +0 -3
  152. package/templates/frontend/easy/css/_easy/googlefonts.css +0 -360
  153. package/templates/frontend/easy/css/_easy/vuetify.cob-scoped.css +0 -10488
  154. package/templates/frontend/easy/js/_easy/lib/axios.min.js +0 -9
  155. package/templates/frontend/easy/js/_easy/lib/marked.min.js +0 -6
  156. package/templates/frontend/easy/js/_easy/lib/vue.js +0 -11912
  157. package/templates/frontend/easy/js/_easy/lib/vue.min.js +0 -6
  158. package/templates/frontend/easy/js/_easy/lib/vuetify.min.js +0 -6
  159. package/templates/frontend/easy/js/customizations2.__MERGE__.js +0 -22
  160. package/templates/frontend/easy/webapp/.browserslistrc +0 -2
  161. package/templates/frontend/easy/webapp/.eslintrc.js +0 -17
  162. package/templates/frontend/easy/webapp/README.md +0 -60
  163. package/templates/frontend/easy/webapp/babel.config.js +0 -5
  164. package/templates/frontend/easy/webapp/dist/css/app.a4fb91f8.css +0 -1
  165. package/templates/frontend/easy/webapp/dist/dashboard.html +0 -13
  166. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js +0 -2
  167. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js.map +0 -1
  168. package/templates/frontend/easy/webapp/package-lock.json +0 -32986
  169. package/templates/frontend/easy/webapp/package.json +0 -32
  170. package/templates/frontend/easy/webapp/postcss.config.js +0 -5
  171. package/templates/frontend/easy/webapp/public/dashboard.html +0 -13
  172. package/templates/frontend/easy/webapp/src/App.vue +0 -181
  173. package/templates/frontend/easy/webapp/src/assets/logo.png +0 -0
  174. package/templates/frontend/easy/webapp/src/components/HelloWorld.vue +0 -59
  175. package/templates/frontend/easy/webapp/src/components/PermBuilder.vue +0 -163
  176. package/templates/frontend/easy/webapp/src/components/PlanExecutor.vue +0 -225
  177. package/templates/frontend/easy/webapp/src/components/ProductPermBuilder.vue +0 -95
  178. package/templates/frontend/easy/webapp/src/components/RmDefinitionChooser.vue +0 -59
  179. package/templates/frontend/easy/webapp/src/components/RmDomainChooser.vue +0 -60
  180. package/templates/frontend/easy/webapp/src/components/RoleBuilder.vue +0 -73
  181. package/templates/frontend/easy/webapp/src/main.js +0 -19
  182. package/templates/frontend/easy/webapp/src/perm-templates.js +0 -189
  183. package/templates/frontend/easy/webapp/src/perms.js +0 -197
  184. package/templates/frontend/easy/webapp/vue.config.js +0 -66
  185. package/templates/frontend/formatList/currency/css/_format_currency.css +0 -11
  186. package/templates/frontend/formatList/currency/css/customizations.__MERGE__.css +0 -1
  187. package/templates/frontend/formatList/currency/js/cob/_format_currency.js +0 -11
  188. package/templates/frontend/formatList/currency/js/customizations2.__MERGE__.js +0 -1
  189. package/templates/gitignore +0 -14
  190. package/templates/keywords/audit/backend/scripts/_audit.groovy +0 -83
  191. package/templates/keywords/audit/frontend/js/cob/_audit.js +0 -24
  192. package/templates/keywords/audit/frontend/js/customizations2.__MERGE__.js +0 -1
  193. package/templates/keywords/calc/backend/scripts/_calc.groovy +0 -161
  194. package/templates/keywords/calc/frontend/js/cob/_calc.js +0 -193
  195. package/templates/keywords/calc/frontend/js/customizations2.__MERGE__.js +0 -1
  196. package/templates/keywords/log/backend/scripts/_log.groovy +0 -99
  197. package/templates/keywords/log/frontend/css/_log.css +0 -5
  198. package/templates/keywords/log/frontend/css/customizations.__MERGE__.css +0 -1
  199. package/templates/keywords/styleResults/frontend/css/_styleResults.css +0 -86
  200. package/templates/keywords/styleResults/frontend/css/customizations.__MERGE__.css +0 -1
  201. package/templates/keywords/styleResults/frontend/js/cob/_styleResults.js +0 -38
  202. package/templates/keywords/styleResults/frontend/js/customizations2.__MERGE__.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.