cob-cli 2.13.1 → 2.13.2

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 (33) hide show
  1. package/package.json +1 -1
  2. package/templates/dashboards/dash/dist/css/app.97b1c4b4.css +8 -0
  3. package/templates/dashboards/dash/dist/dashboard.html +5 -5
  4. package/templates/dashboards/dash/dist/js/{app.f9c19b80.js → app.a1c26814.js} +9 -9
  5. package/templates/dashboards/dash/dist/js/app.a1c26814.js.map +1 -0
  6. package/templates/dashboards/dash/package-lock.json +3918 -5165
  7. package/templates/dashboards/dash/package.json +1 -1
  8. package/templates/dashboards/dash/src/App.vue +108 -64
  9. package/templates/dashboards/dash/src/collector.js +107 -35
  10. package/templates/dashboards/dash/src/components/Attention.vue +30 -0
  11. package/templates/dashboards/dash/src/components/Board.vue +22 -53
  12. package/templates/dashboards/dash/src/components/Dashboard.vue +24 -0
  13. package/templates/dashboards/dash/src/components/Filter.vue +58 -0
  14. package/templates/dashboards/dash/src/components/Kibana.vue +107 -0
  15. package/templates/dashboards/dash/src/components/Label.vue +15 -0
  16. package/templates/dashboards/dash/src/components/Menu.vue +33 -22
  17. package/templates/dashboards/dash/src/components/Totals.vue +35 -53
  18. package/templates/dashboards/dash/src/components/TotalsValue.vue +48 -59
  19. package/templates/dashboards/dash/src/dashboard.html +1 -1
  20. package/templates/dashboards/dash/src/definition_dashboard.json +741 -0
  21. package/templates/dashboards/dash/src/output.css +20103 -76122
  22. package/templates/dashboards/dash/tailwind.config.js +6 -10
  23. package/templates/frontend/common/js/cob/_show_hidden.js +1 -1
  24. package/templates/dashboards/dash/definition_dashboard_v59.json +0 -1
  25. package/templates/dashboards/dash/dist/css/app.2ca409ad.css +0 -8
  26. package/templates/dashboards/dash/dist/js/app.8423eff3.js +0 -188
  27. package/templates/dashboards/dash/dist/js/app.8423eff3.js.map +0 -1
  28. package/templates/dashboards/dash/dist/js/app.f9c19b80.js.map +0 -1
  29. package/templates/dashboards/dash/src/Dashboard.vue +0 -66
  30. package/templates/dashboards/dash/src/components/BoardsNav.vue +0 -23
  31. package/templates/dashboards/dash/src/components/BoardsPage.vue +0 -36
  32. package/templates/dashboards/dash/src/components/Title.vue +0 -21
  33. package/templates/dashboards/dash/src/definition_dashboard_v59.json +0 -394
@@ -1,13 +1,13 @@
1
1
 
2
2
 
3
- <link href="localresource/dash/dist/css/app.2ca409ad.css" rel="preload" as="style">
4
- <link href="localresource/dash/dist/css/app.2ca409ad.css" rel="stylesheet">
3
+ <link href="localresource/dash/dist/css/app.97b1c4b4.css" rel="preload" as="style">
4
+ <link href="localresource/dash/dist/css/app.97b1c4b4.css" rel="stylesheet">
5
5
 
6
6
 
7
- <link href="localresource/dash/dist/js/app.f9c19b80.js" rel="preload" as="script">
7
+ <link href="localresource/dash/dist/js/app.a1c26814.js" rel="preload" as="script">
8
8
 
9
9
 
10
- <style>section.custom-resource{visibility: hidden;opacity:0;}</style>
10
+ <style>section.custom-resource{visibility: hidden;opacity:0;left:0px;right:0px;bottom:0px;padding:0px;}</style>
11
11
  <div id="app"></div>
12
12
  <script>
13
13
  // mimes: .cob-app tem estilos globais que se aplicam a elementos vuetify que mudam o aspecto previsto
@@ -20,6 +20,6 @@
20
20
  }
21
21
  </script>
22
22
 
23
- <script type="text/javascript" src="localresource/dash/dist/js/app.f9c19b80.js"></script>
23
+ <script type="text/javascript" src="localresource/dash/dist/js/app.a1c26814.js"></script>
24
24
 
25
25