cob-cli 2.7.0 → 2.9.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 (66) hide show
  1. package/customizations/dashboard.dash.js +11 -0
  2. package/customizations/dashboard.js +1 -0
  3. package/customizations/dashboard.simple.js +1 -1
  4. package/customizations/dashboard.vue.empty.js +1 -1
  5. package/customizations/keywords.js +3 -2
  6. package/customizations/keywords.log.js +17 -0
  7. package/lib/task_lists/customize_copy.js +7 -6
  8. package/package.json +1 -1
  9. package/templates/{cob-dashboard-html → dashboards/cob-dashboard-html}/demoDashboard.html +0 -0
  10. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/package-lock.json +0 -0
  11. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/package.json +0 -0
  12. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/src/App.vue +0 -0
  13. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/src/dashboard.html +0 -0
  14. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/src/main.js +0 -0
  15. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/src/plugins/cobUiVueComponents.js +0 -0
  16. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/src/plugins/vuetify.js +0 -0
  17. package/templates/{cob-dashboard-vue → dashboards/cob-dashboard-vue}/vue.config.js +0 -0
  18. package/templates/dashboards/dash/dist/css/app.a16bfc97.css +8 -0
  19. package/templates/dashboards/dash/dist/dashboard.html +20 -0
  20. package/templates/dashboards/dash/dist/fonts/fa-brands-400.a78ffbbe.ttf +0 -0
  21. package/templates/dashboards/dash/dist/fonts/fa-brands-400.cd2b4095.woff2 +0 -0
  22. package/templates/dashboards/dash/dist/fonts/fa-regular-400.b1a1bebb.ttf +0 -0
  23. package/templates/dashboards/dash/dist/fonts/fa-regular-400.e8a1ba41.woff2 +0 -0
  24. package/templates/dashboards/dash/dist/fonts/fa-solid-900.55b416a8.woff2 +0 -0
  25. package/templates/dashboards/dash/dist/fonts/fa-solid-900.73820155.ttf +0 -0
  26. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.0d6f5f18.ttf +0 -0
  27. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.786e6b33.woff2 +0 -0
  28. package/templates/dashboards/dash/dist/js/app.b5565900.js +188 -0
  29. package/templates/dashboards/dash/dist/js/app.b5565900.js.map +1 -0
  30. package/templates/dashboards/dash/package-lock.json +24340 -0
  31. package/templates/dashboards/dash/package.json +19 -0
  32. package/templates/dashboards/dash/src/App.vue +258 -0
  33. package/templates/dashboards/dash/src/Dashboard.vue +46 -0
  34. package/templates/dashboards/dash/src/assets/css/all.min.css +6 -0
  35. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.ttf +0 -0
  36. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.woff2 +0 -0
  37. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.ttf +0 -0
  38. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.woff2 +0 -0
  39. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.ttf +0 -0
  40. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.woff2 +0 -0
  41. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.ttf +0 -0
  42. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  43. package/templates/dashboards/dash/src/collector.js +3782 -0
  44. package/templates/dashboards/dash/src/components/Board.vue +49 -0
  45. package/templates/dashboards/dash/src/components/BoardsNav.vue +23 -0
  46. package/templates/dashboards/dash/src/components/BoardsPage.vue +36 -0
  47. package/templates/dashboards/dash/src/components/Menu.vue +19 -0
  48. package/templates/dashboards/dash/src/components/Title.vue +13 -0
  49. package/templates/dashboards/dash/src/components/Totals.vue +53 -0
  50. package/templates/dashboards/dash/src/components/TotalsBadge.vue +69 -0
  51. package/templates/dashboards/dash/src/dashboard.html +34 -0
  52. package/templates/dashboards/dash/src/input.css +9 -0
  53. package/templates/dashboards/dash/src/main.js +11 -0
  54. package/templates/dashboards/dash/src/output.css +1142 -0
  55. package/templates/dashboards/dash/tailwind.config.js +13 -0
  56. package/templates/dashboards/dash/vue.config.js +104 -0
  57. package/templates/frontend/common/css/_dashboard.css +7 -0
  58. package/templates/frontend/common/css/_dualColumn.css +2 -1
  59. package/templates/frontend/common/css/_global.css +14 -0
  60. package/templates/frontend/common/css/_mobile.css +3 -11
  61. package/templates/frontend/common/css/customizations.__MERGE__.css +1 -0
  62. package/templates/keywords/audit/backend/scripts/_audit.groovy +2 -1
  63. package/templates/keywords/audit/frontend/js/cob/_audit.js +5 -1
  64. package/templates/keywords/log/backend/scripts/_log.groovy +99 -0
  65. package/templates/keywords/log/frontend/css/_log.css +5 -0
  66. package/templates/keywords/log/frontend/css/customizations.__MERGE__.css +1 -0

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.