udp-react-enterprise-component-library 1.0.2 → 1.0.3

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.
@@ -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" | "iconContainer" | "labelContainer" | "alternativeLabel" | "completed">>;
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" | "alternativeLabel" | "completed" | "iconContainer" | "labelContainer">>;
49
49
  export default _default;
@@ -1,4 +1,4 @@
1
- export function usePromotedLookupMethods(apiCatalogId: any, productId?: any): {
1
+ export function usePromotedLookupMethods(apiCatalogId: any, productId?: string): {
2
2
  data: any;
3
3
  loading: any;
4
4
  error: any;
@@ -1,4 +1,4 @@
1
- export function usePromotedMethodEntity(entityName: any, compareSanitizedName: boolean | undefined, apiCatalogId: any, productId?: any): {
1
+ export function usePromotedMethodEntity(entityName: any, compareSanitizedName: boolean | undefined, apiCatalogId: any, productId?: string): {
2
2
  data: any;
3
3
  loading: any;
4
4
  error: any;
@@ -1,3 +1,4 @@
1
+ import { UnityEnvironment } from 'udp-react-stencil-component-library';
1
2
  export declare const APP_RIBBON_SPACE = 25;
2
3
  export declare const useBuildEnvironment: () => UnityEnvironment;
3
4
  export declare const EnvironmentRibbon: () => JSX.Element | null;
@@ -1,5 +1,5 @@
1
1
  export function getBaseMethod(type: any, baseType: any, catalogPromotedEntities: any): any;
2
- export function executeQueryAdHoc(data: any, apiMethodId: any, urlQueryParams?: string): Promise<any>;
3
- export function executeQueryWithParameters(data: any, apiMethodId: any, urlQueryParams?: string): Promise<any>;
4
- export function executeQueryInstance(data: any, apiMethodInstanceId: any, urlQueryParams?: string): Promise<any>;
5
- export function executeQueryInstanceWithApiMethodInstance(data: any, urlQueryParams?: string): Promise<any>;
2
+ export function executeQueryAdHoc(data: any, apiMethodId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
3
+ export function executeQueryWithParameters(data: any, apiMethodId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
4
+ export function executeQueryInstance(data: any, apiMethodInstanceId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
5
+ export function executeQueryInstanceWithApiMethodInstance(data: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-enterprise-component-library",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
5
5
  "author": "Univerus",
6
6
  "license": "MIT",
@@ -158,7 +158,7 @@
158
158
  "warning": "^4.0.3",
159
159
  "xlsx": "^0.18.5",
160
160
  "zustand": "^4.3.7",
161
- "udp-react-stencil-component-library": "1.0.1"
161
+ "udp-react-stencil-component-library": "1.0.2"
162
162
  },
163
163
  "scripts": {
164
164
  "build": "vite build",