udp-react-enterprise-component-library 26.5.0-beta.2 → 26.5.0-beta.4
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/.tsbuildinfo +1 -1
- package/dist/UI/fluent-web-components/UdpChip.d.ts +4 -0
- package/dist/UI/fluent-web-components/UdpChip.d.ts.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.js +4 -0
- package/dist/UI/fluent-web-components/UdpChip.js.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.mjs +4 -0
- package/dist/UI/fluent-web-components/UdpChip.mjs.map +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts.map +1 -1
- package/dist/udp/utilities/useDateStringColumnDef.d.ts +1 -1
- package/package.json +3 -3
|
@@ -3,6 +3,10 @@ import { type JSX } from 'udp-react-stencil-component-library';
|
|
|
3
3
|
interface UdpChipProps extends Partial<JSX.UdpChip> {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
}
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This component is deprecated and will be removed in a future version.
|
|
8
|
+
* Use `UdpBadge` instead.
|
|
9
|
+
*/
|
|
6
10
|
export declare const UdpChip: React.FC<UdpChipProps>;
|
|
7
11
|
export {};
|
|
8
12
|
//# sourceMappingURL=UdpChip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UdpChip.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,YAAa,SAAQ,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC;IACjD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAE1C,CAAC"}
|
|
1
|
+
{"version":3,"file":"UdpChip.d.ts","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,+CAA+C,CAAC;AAEzE,UAAU,YAAa,SAAQ,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC;IACjD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAE1C,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { UdpChip as UdpFluentChipWebComponent } from 'udp-react-stencil-component-library';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This component is deprecated and will be removed in a future version.
|
|
5
|
+
* Use `UdpBadge` instead.
|
|
6
|
+
*/
|
|
3
7
|
export const UdpChip = (props) => {
|
|
4
8
|
return React.createElement(UdpFluentChipWebComponent, Object.assign({}, props));
|
|
5
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UdpChip.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAOrG,MAAM,CAAC,MAAM,OAAO,GAA2B,CAAC,KAAK,EAAE,EAAE,CAAC;IACxD,OAAO,oBAAC,yBAAyB,oBAAK,KAAK,EAAI,CAAC;AAAA,CACjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"UdpChip.js","sourceRoot":"","sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAOrG;;;GAGG;AACH,MAAM,CAAC,MAAM,OAAO,GAA2B,CAAC,KAAK,EAAE,EAAE,CAAC;IACxD,OAAO,oBAAC,yBAAyB,oBAAK,KAAK,EAAI,CAAC;AAAA,CACjD,CAAC"}
|
|
@@ -2,6 +2,10 @@ import { c } from "react-compiler-runtime";
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { UdpChip } from "udp-react-stencil-component-library";
|
|
4
4
|
//#region src/UI/fluent-web-components/UdpChip.tsx
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This component is deprecated and will be removed in a future version.
|
|
7
|
+
* Use `UdpBadge` instead.
|
|
8
|
+
*/
|
|
5
9
|
const UdpChip$1 = (props) => {
|
|
6
10
|
const $ = c(2);
|
|
7
11
|
let t0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UdpChip.mjs","names":["React","UdpChip","UdpFluentChipWebComponent","JSX","UdpChipProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpChip as UdpFluentChipWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpChipProps extends Partial<JSX.UdpChip> {\n children?: React.ReactNode;\n}\n\nexport const UdpChip: React.FC<UdpChipProps> = (props) => {\n return <UdpFluentChipWebComponent {...props} />;\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"UdpChip.mjs","names":["React","UdpChip","UdpFluentChipWebComponent","JSX","UdpChipProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpChip as UdpFluentChipWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpChipProps extends Partial<JSX.UdpChip> {\n children?: React.ReactNode;\n}\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * Use `UdpBadge` instead.\n */\nexport const UdpChip: React.FC<UdpChipProps> = (props) => {\n return <UdpFluentChipWebComponent {...props} />;\n};\n"],"mappings":";;;;;;;;AAYA,MAAaC,aAAkCQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACtCG,OAAA,sBAAA,cAAC,SAA8BH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAxCE"}
|
|
@@ -5,7 +5,6 @@ export declare const TableColumnDefs: (actionList: any) => ({
|
|
|
5
5
|
wrapText: boolean;
|
|
6
6
|
autoHeight: boolean;
|
|
7
7
|
sortable: boolean;
|
|
8
|
-
filter?: undefined;
|
|
9
8
|
pinned?: undefined;
|
|
10
9
|
cellRenderer?: undefined;
|
|
11
10
|
// minWidth: 50,
|
|
@@ -14,6 +13,7 @@ export declare const TableColumnDefs: (actionList: any) => ({
|
|
|
14
13
|
maxWidth?: undefined;
|
|
15
14
|
suppressMenu?: undefined;
|
|
16
15
|
cellStyle?: undefined;
|
|
16
|
+
filter?: undefined;
|
|
17
17
|
} | {
|
|
18
18
|
field?: undefined;
|
|
19
19
|
wrapText?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableColumnDefs.d.ts","sourceRoot":"","sources":["../../../src/maintenanceEngine/tableBrowser/TableColumnDefs.js"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"TableColumnDefs.d.ts","sourceRoot":"","sources":["../../../src/maintenanceEngine/tableBrowser/TableColumnDefs.js"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;IAsBtB,gBAAgB;;;;;;;;;;;;;;;IAAhB,gBAAgB;;;;;;;;;;;;;IAarB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;CAOnC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { GridExcelStyleEnums } from '../../enums/unitySystemEnums';
|
|
2
2
|
export declare const useDateStringColumnDef: (includeTime?: boolean, timeZone?: any, includeTimeZoneOffset?: boolean) => {
|
|
3
|
-
filter?: undefined;
|
|
4
3
|
valueFormatter?: undefined;
|
|
5
4
|
cellClass?: undefined;
|
|
5
|
+
filter?: undefined;
|
|
6
6
|
filterParams?: undefined;
|
|
7
7
|
} | {
|
|
8
8
|
valueFormatter: (params: any) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "udp-react-enterprise-component-library",
|
|
3
|
-
"version": "26.5.0-beta.
|
|
3
|
+
"version": "26.5.0-beta.4",
|
|
4
4
|
"description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
|
|
5
5
|
"author": "Univerus",
|
|
6
6
|
"license": "MIT",
|
|
@@ -3758,8 +3758,8 @@
|
|
|
3758
3758
|
"@microlink/react-json-view": "^1.31.20",
|
|
3759
3759
|
"@tanstack/react-query": "^5",
|
|
3760
3760
|
"@tanstack/react-query-devtools": "^5",
|
|
3761
|
-
"udp-react-stencil-component-library": "26.5.0-beta.
|
|
3762
|
-
"udp-stencil-component-library": "26.5.0-beta.
|
|
3761
|
+
"udp-react-stencil-component-library": "26.5.0-beta.4",
|
|
3762
|
+
"udp-stencil-component-library": "26.5.0-beta.4",
|
|
3763
3763
|
"axios": "^0.31.1",
|
|
3764
3764
|
"axios-hooks": "^2.1.0",
|
|
3765
3765
|
"broadcast-channel": "^4.17.0",
|