datastake-daf 0.6.733 → 0.6.735
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.
- package/dist/components/index.js +6 -6
- package/dist/hooks/index.js +20 -4659
- package/dist/layouts/index.js +6 -6
- package/dist/pages/index.js +66 -40
- package/dist/style/datastake/mapbox-gl.css +330 -0
- package/package.json +1 -1
- package/src/@daf/core/components/DynamicForm/storyConfig.js +192 -264
- package/src/@daf/core/components/Sidenav/Menu.jsx +265 -265
- package/src/@daf/hooks/useWidgetFetch.js +1 -1
- package/src/@daf/pages/dashboards/AllInformation/Locations/columns.js +15 -9
- package/src/@daf/pages/dashboards/AllInformation/Locations/create.jsx +1 -0
- package/src/@daf/pages/dashboards/AllInformation/Locations/index.jsx +6 -5
- package/src/@daf/pages/dashboards/AllInformation/Stakeholders/create.jsx +2 -0
- package/src/@daf/pages/dashboards/AllInformation/Stakeholders/index.jsx +2 -2
- package/src/@daf/pages/dashboards/SupplyChain/components/ChartsContainer/components/Identification/index.js +2 -0
- package/src/@daf/pages/dashboards/SupplyChain/components/TradeRelationships/index.js +1 -1
- package/src/@daf/pages/dashboards/UserDashboard/components/MineSites/index.jsx +3 -0
- package/src/@daf/pages/dashboards/helper.js +6 -5
package/dist/components/index.js
CHANGED
|
@@ -45357,6 +45357,12 @@ function SidenavMenu(_ref) {
|
|
|
45357
45357
|
className: "title-span",
|
|
45358
45358
|
children: t("core")
|
|
45359
45359
|
}), renderMenu(coreItems)]
|
|
45360
|
+
}) : null, operationsItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
45361
|
+
className: "sidemenu-cont",
|
|
45362
|
+
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|
|
45363
|
+
className: "title-span",
|
|
45364
|
+
children: t("operations")
|
|
45365
|
+
}), renderMenu(operationsItems)]
|
|
45360
45366
|
}) : null, activityItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
45361
45367
|
className: "sidemenu-cont",
|
|
45362
45368
|
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|
|
@@ -45411,12 +45417,6 @@ function SidenavMenu(_ref) {
|
|
|
45411
45417
|
className: "title-span",
|
|
45412
45418
|
children: t("specifications")
|
|
45413
45419
|
}), renderMenu(specificationsItems)]
|
|
45414
|
-
}) : null, operationsItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
45415
|
-
className: "sidemenu-cont",
|
|
45416
|
-
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|
|
45417
|
-
className: "title-span",
|
|
45418
|
-
children: t("operations")
|
|
45419
|
-
}), renderMenu(operationsItems)]
|
|
45420
45420
|
}) : null, projectDataItems.length ? /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
45421
45421
|
className: "sidemenu-cont",
|
|
45422
45422
|
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|