Skip to content

Commit

Permalink
Merge pull request #683 from odisha-muktasoft/UCEM-699
Browse files Browse the repository at this point in the history
kibana redirection core update
  • Loading branch information
Tulika-eGov authored Oct 3, 2024
2 parents d987d2a + 6f88c14 commit 3587ff5
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@egovernments/digit-ui-react-components": "1.5.12",
"@egovernments/digit-ui-components": "0.0.2-beta.43",
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-module-core": "1.8.2-beta.18",
"@egovernments/digit-ui-module-core": "1.8.2-beta.19",
"@egovernments/digit-ui-module-hrms": "1.5.26",
"@egovernments/digit-ui-module-dss": "1.5.52",
"@egovernments/digit-ui-module-attendencemgmt": "0.4.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-works-css",
"version": "0.2.48",
"version": "0.2.49",
"license": "MIT",
"author": "Jagankumar <[email protected]>",
"main": "dist/index.css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,19 @@

.digit-bread-crumb{
margin-bottom: 1.5rem;
}


th{
background-color: theme(digitv2.lightTheme.paper-primary);
}

.uploadfile-composer-textfield{
margin-bottom: 1.5rem;
}

.digit-header-content{
&.label{
margin-top: 0.565rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const GetParamFromUrl = (key, fallback, search) => {
return fallback;
};

const getMultiRootTenant = () => {
return window?.globalConfigs?.getConfig("MULTI_ROOT_TENANT") || false;
};

const getPattern = (type) => {
switch (type) {
case "Name":
Expand Down Expand Up @@ -320,6 +324,10 @@ const trimStringsInObject = ( obj ) => {
return trimmedObj;
}

const getRoleBasedHomeCard = () => {
return window?.globalConfigs?.getConfig("ROLE_BASED_HOMECARD") || false;
};

export default {
pdf: PDFUtil,
downloadWorksPDF,
Expand Down Expand Up @@ -369,5 +377,7 @@ export default {
trimStringsInObject,
statusBasedNavigation,
getThumbnails,
debouncing
debouncing,
getMultiRootTenant,
getRoleBasedHomeCard
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-works",
"version": "0.0.18",
"version": "0.0.19",
"description": "Works",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@egovernments/digit-ui-react-components": "^1.5.0",
"@egovernments/digit-ui-components": "0.0.2-beta.40",
"@egovernments/digit-ui-components": "0.0.2-beta.43",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TextInput from "./TextInput";
import { TextInput } from "@egovernments/digit-ui-components";

import React, { forwardRef, useImperativeHandle, useMemo, useRef, useEffect, useState } from "react";
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const FormComposer = (props) => {
case "amount":
// if (populators.defaultValue) setTimeout(setValue(populators?.name, populators.defaultValue));
return (
<div className="field-container">
<div className="digit-field-container">
{populators?.componentInFront ? (
<span className={`component-in-front ${disable && "disabled"}`}>{populators.componentInFront}</span>
) : null}
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@egovernments/digit-ui-react-components": "1.5.12",
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-components": "0.0.2-beta.43",
"@egovernments/digit-ui-module-core": "1.8.2-beta.18",
"@egovernments/digit-ui-module-core": "1.8.2-beta.19",
"@egovernments/digit-ui-module-hrms": "1.5.26",
"@egovernments/digit-ui-module-dss": "1.5.52",
"@egovernments/digit-ui-module-attendencemgmt": "0.4.9",
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].48/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].49/dist/index.css" />
<link rel="stylesheet" href="https://mukta-uat-bucket-s3.s3.ap-south-1.amazonaws.com/mukta-login.css" />
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-works-css/dist/index.css" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/works/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "/core-ui",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-module-core": "1.8.2-beta.18",
"@egovernments/digit-ui-module-core": "1.8.2-beta.19",
"@egovernments/digit-ui-react-components": "1.5.12",
"@egovernments/digit-ui-module-hrms": "1.5.5-alpha.4",
"@egovernments/digit-ui-module-works": "^0.0.9",
Expand Down

0 comments on commit 3587ff5

Please sign in to comment.