@leav/ui 1.7.0-a928cf9c → 1.7.0-d4042e06
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/_gqlTypes/index.d.ts +0 -13
- package/dist/_gqlTypes/index.js +0 -14
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +1 -1
- package/dist/components/RecordHistory/utils/extendedAttribute.d.ts +3 -1
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const getEmbeddedFields: (depth?: number) =>
|
|
1
|
+
export declare const getEmbeddedFields: (depth?: number) => string;
|
|
2
2
|
export declare const getAttributeWithEmbeddedFields: (depth: number) => import("graphql").DocumentNode;
|
|
@@ -8,4 +8,6 @@ export declare const getExtendedAttributeDiffs: (extendedValueBefore: unknown |
|
|
|
8
8
|
before: string | null;
|
|
9
9
|
after: string | null;
|
|
10
10
|
}>;
|
|
11
|
-
export declare const getExtendedAttributeLabels: (path: string,
|
|
11
|
+
export declare const getExtendedAttributeLabels: (path: string, // dot separated path
|
|
12
|
+
embeddedFields: IEmbeddedField[], // root embedded fields
|
|
13
|
+
lang: string[], unknownAttributeLabel: string) => string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leav/ui",
|
|
3
|
-
"version": "1.7.0-
|
|
3
|
+
"version": "1.7.0-d4042e06",
|
|
4
4
|
"description": "Shared React components and hooks",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepublishOnly": "yarn build",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"repository": "https://github.com/leav-solutions/leav-engine",
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@apollo/client": "3.8.1",
|
|
28
|
-
"@babel/preset-env": "7.
|
|
28
|
+
"@babel/preset-env": "7.29.0",
|
|
29
29
|
"@babel/preset-react": "7.28.5",
|
|
30
30
|
"@graphql-codegen/add": "5.0.3",
|
|
31
31
|
"@graphql-codegen/cli": "6.1.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-router-dom": "6.22.0",
|
|
58
58
|
"ts-jest": "29.4.6",
|
|
59
59
|
"tsc-alias": "1.8.16",
|
|
60
|
-
"typescript": "5.
|
|
60
|
+
"typescript": "5.9.3",
|
|
61
61
|
"vite": "7.3.1"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|