datastake-daf 0.6.755 → 0.6.757

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 (49) hide show
  1. package/build/favicon.ico +0 -0
  2. package/build/logo192.png +0 -0
  3. package/build/logo512.png +0 -0
  4. package/build/manifest.json +25 -0
  5. package/build/robots.txt +3 -0
  6. package/dist/components/index.js +666 -626
  7. package/dist/constants/index.js +26 -0
  8. package/dist/hooks/index.js +11 -8
  9. package/dist/layouts/index.js +470 -448
  10. package/dist/pages/index.js +621 -551
  11. package/dist/utils/index.js +816 -448
  12. package/package.json +1 -1
  13. package/rollup.config.js +20 -0
  14. package/src/@daf/core/components/EditForm/form.jsx +1 -1
  15. package/src/@daf/core/components/EditForm/storyConfig2.js +866 -25029
  16. package/src/@daf/core/components/Graphs/components/BaseGraph.jsx +4 -2
  17. package/src/@daf/core/components/Icon/configs/ClockPlus.js +14 -0
  18. package/src/@daf/core/components/Icon/configs/WaziDarkIcon.js +15 -0
  19. package/src/@daf/core/components/Icon/configs/index.js +4 -0
  20. package/src/@daf/core/components/Screens/BaseScreen/index.jsx +3 -3
  21. package/src/@daf/hooks/useFilters.js +10 -8
  22. package/src/@daf/hooks/useWidgetFetch.js +3 -3
  23. package/src/@daf/pages/Dashboards/SupplyChain/index.jsx +2 -2
  24. package/src/@daf/pages/Dashboards/helper.js +3 -3
  25. package/src/@daf/pages/Documents/columns.js +2 -4
  26. package/src/@daf/pages/Documents/index.jsx +2 -3
  27. package/src/@daf/pages/Events/Activities/index.jsx +3 -4
  28. package/src/@daf/pages/Events/Incidents/index.jsx +2 -3
  29. package/src/@daf/pages/Events/columns.js +12 -14
  30. package/src/@daf/pages/Events/index.jsx +2 -3
  31. package/src/@daf/pages/Locations/MineSite/columns.js +23 -24
  32. package/src/@daf/pages/Locations/MineSite/index.jsx +5 -4
  33. package/src/@daf/pages/Locations/columns.js +2 -2
  34. package/src/@daf/pages/Locations/index.jsx +2 -3
  35. package/src/@daf/pages/Stakeholders/Operators/index.jsx +2 -2
  36. package/src/@daf/pages/Stakeholders/Workers/columns.js +14 -4
  37. package/src/@daf/pages/Stakeholders/Workers/index.jsx +2 -3
  38. package/src/@daf/pages/Stakeholders/index.jsx +2 -3
  39. package/src/@daf/pages/Summary/Minesite/components/MineDetailsSection/index.js +1 -1
  40. package/src/@daf/pages/Summary/Minesite/index.jsx +3 -0
  41. package/src/@daf/pages/Summary/Operator/components/KeyInformation/config.js +7 -1
  42. package/src/@daf/pages/Summary/Operator/index.jsx +4 -1
  43. package/src/@daf/pages/Summary/components/InformationAvailability/index.js +1 -1
  44. package/src/@daf/pages/Summary/hook.js +5 -2
  45. package/src/constants/breadCrumbs.js +20 -0
  46. package/src/constants.js +1 -0
  47. package/src/helpers/breadCrumbs.js +347 -0
  48. package/src/styles/components/_dataLink.scss +1 -0
  49. package/src/utils.js +3 -1
Binary file
Binary file
Binary file
@@ -0,0 +1,25 @@
1
+ {
2
+ "short_name": "React App",
3
+ "name": "Create React App Sample",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.ico",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/x-icon"
9
+ },
10
+ {
11
+ "src": "logo192.png",
12
+ "type": "image/png",
13
+ "sizes": "192x192"
14
+ },
15
+ {
16
+ "src": "logo512.png",
17
+ "type": "image/png",
18
+ "sizes": "512x512"
19
+ }
20
+ ],
21
+ "start_url": ".",
22
+ "display": "standalone",
23
+ "theme_color": "#000000",
24
+ "background_color": "#ffffff"
25
+ }
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: