udp-react-enterprise-component-library 1.0.1 → 1.0.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.
- package/dist/{MenuPage-DJNdI-BW.js → MenuPage-D59wUnHx.js} +1 -1
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +1 -1
- package/dist/{VirtualBrowser-BwufFn95.js → VirtualBrowser-CkZIC2h5.js} +1 -1
- package/dist/hooks/usePromotedLookupMethods.d.ts +1 -1
- package/dist/hooks/usePromotedMethodEntity.d.ts +1 -1
- package/dist/{index-D4ob0Len.js → index-ZceONLUX.js} +2057 -2061
- package/dist/index.modern.js +1 -1
- package/dist/shell/ui/EnvironmentRibbon.d.ts +0 -1
- package/dist/udp/utilities/methodUtils.d.ts +4 -4
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n, jsxs as $ } from "react/jsx-runtime";
|
|
2
2
|
import { useCallback as b, useState as A, useEffect as V } from "react";
|
|
3
3
|
import { useLocation as ne } from "react-router-dom";
|
|
4
|
-
import { N as ie, r as G, s as K, v as X, T as g, w as re, x as F, y as ae, z as le, B as Y, h as se, C as de, u as ce, j as pe, e as J, E as ge, G as ue, H as me, I as fe, g as he } from "./index-
|
|
4
|
+
import { N as ie, r as G, s as K, v as X, T as g, w as re, x as F, y as ae, z as le, B as Y, h as se, C as de, u as ce, j as pe, e as J, E as ge, G as ue, H as me, I as fe, g as he } from "./index-ZceONLUX.js";
|
|
5
5
|
import { makeStyles as _, useTheme as Z, Tooltip as Ie, CircularProgress as ee, darken as te, Typography as H, lighten as W } from "@material-ui/core";
|
|
6
6
|
import Ce from "@material-ui/lab/TreeView";
|
|
7
7
|
import ye from "@material-ui/lab/TreeItem";
|
|
@@ -45,5 +45,5 @@ export function styles(theme: any): {
|
|
|
45
45
|
width: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
|
-
declare const _default: import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<Pick<any, string | number | symbol> & import('@material-ui/core').StyledComponentProps<"active" | "error" | "label" | "root" | "disabled" | "horizontal" | "vertical" | "
|
|
48
|
+
declare const _default: import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<Pick<any, string | number | symbol> & import('@material-ui/core').StyledComponentProps<"active" | "error" | "label" | "root" | "disabled" | "horizontal" | "vertical" | "iconContainer" | "labelContainer" | "alternativeLabel" | "completed">>;
|
|
49
49
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o, jsxs as k, Fragment as G } from "react/jsx-runtime";
|
|
2
2
|
import Te, { useCallback as E, useState as L, useMemo as w, useEffect as J } from "react";
|
|
3
|
-
import { t as j, P as X, a as f, F as Z, b as Ve, f as A, D as Pe, c as Ce, d as Ae, S as Ee, u as me, e as ee, L as ce, g as Le, h as Ue, i as ke, j as Re, k as ue, l as xe, U as Ne, m as F, n as pe, o as Oe, A as ve, p as $e, q as qe } from "./index-
|
|
3
|
+
import { t as j, P as X, a as f, F as Z, b as Ve, f as A, D as Pe, c as Ce, d as Ae, S as Ee, u as me, e as ee, L as ce, g as Le, h as Ue, i as ke, j as Re, k as ue, l as xe, U as Ne, m as F, n as pe, o as Oe, A as ve, p as $e, q as qe } from "./index-ZceONLUX.js";
|
|
4
4
|
import { EditIcon as je, DeleteIcon as We, AddIcon as _e } from "@fluentui/react-icons";
|
|
5
5
|
import { TextField as Ge, FormControlLabel as ze, makeStyles as ye, Typography as be, Divider as He } from "@material-ui/core";
|
|
6
6
|
import { format as Qe } from "date-fns";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function usePromotedMethodEntity(entityName: any, compareSanitizedName: boolean | undefined, apiCatalogId: any, productId?:
|
|
1
|
+
export function usePromotedMethodEntity(entityName: any, compareSanitizedName: boolean | undefined, apiCatalogId: any, productId?: any): {
|
|
2
2
|
data: any;
|
|
3
3
|
loading: any;
|
|
4
4
|
error: any;
|