From 3bb9055484af3fca8d2faa009ebd72803babc572 Mon Sep 17 00:00:00 2001 From: mithunhegde-egov <152362871+mithunhegde-egov@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:30:40 +0530 Subject: [PATCH] breadcrumbs dss & COMMON_MASTER_null showing fix (#1473) * version upgrade and custompiechart fix * package updated * package version changed * dss breadcrumbs * dss breadcrumbs updated * version change dss * reverted version changes * removed ulb changes * removed ulb changes --------- Co-authored-by: nabeelmd-eGov --- .../packages/modules/dss/src/components/CustomPieChart.js | 2 +- micro-ui/web/sandbox/inter-package.json | 4 +++- micro-ui/web/sandbox/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/micro-ui/web/micro-ui-internals/packages/modules/dss/src/components/CustomPieChart.js b/micro-ui/web/micro-ui-internals/packages/modules/dss/src/components/CustomPieChart.js index cf963797f96..14b4ec89434 100644 --- a/micro-ui/web/micro-ui-internals/packages/modules/dss/src/components/CustomPieChart.js +++ b/micro-ui/web/micro-ui-internals/packages/modules/dss/src/components/CustomPieChart.js @@ -63,7 +63,7 @@ const CustomPieChart = ({ dataKey = "value", data, setChartDenomination,variant= ); } - return {t(`COMMON_MASTERS_${value && Digit.Utils.locale.getTransformedLocale(value)}`)} + return {t(`COMMON_MASTERS_${val && Digit.Utils.locale.getTransformedLocale(val)}`)} } const renderCustomLabel = (args) => { diff --git a/micro-ui/web/sandbox/inter-package.json b/micro-ui/web/sandbox/inter-package.json index 1a8355d8ffe..c4a5bb9ca7f 100644 --- a/micro-ui/web/sandbox/inter-package.json +++ b/micro-ui/web/sandbox/inter-package.json @@ -9,6 +9,8 @@ "packages/modules/workbench", "packages/modules/sandbox", "packages/modules/pgr", + "packages/modules/dss", + "packages/modules/hrms" ], "author": "JaganKumar ", @@ -39,7 +41,7 @@ "build": "run-p build:**", "build:libraries": "cd packages/libraries && yarn build", "build:components": "cd packages/react-components && yarn build", - "buildD:dss": "cd packages/modules/dss && yarn build", + "build:dss": "cd packages/modules/dss && yarn build", "build:core": "cd packages/modules/core && yarn build", "build:hrms": "cd packages/modules/hrms && yarn build", "buildD:common": "cd packages/modules/common && yarn build", diff --git a/micro-ui/web/sandbox/package.json b/micro-ui/web/sandbox/package.json index 49795ef09b1..d7b47598efd 100644 --- a/micro-ui/web/sandbox/package.json +++ b/micro-ui/web/sandbox/package.json @@ -14,6 +14,7 @@ "micro-ui-internals/packages/modules/workbench", "micro-ui-internals/packages/modules/sandbox", "micro-ui-internals/packages/modules/pgr", + "micro-ui-internals/packages/modules/dss", "micro-ui-internals/packages/modules/hrms" ], "homepage": "/sandbox-ui", @@ -25,7 +26,6 @@ "@egovernments/digit-ui-module-dss": "1.8.1", "@egovernments/digit-ui-module-core": "1.8.2-beta.20", "@egovernments/digit-ui-module-hrms": "1.8.1-beta.1", - "@egovernments/digit-ui-module-dss": "1.8.1", "@egovernments/digit-ui-module-pgr": "1.8.1-beta.1", "@egovernments/digit-ui-module-utilities": "1.0.1-beta.39", "@egovernments/digit-ui-react-components": "1.8.2-beta.13",