@deenruv/dashboard-widgets-plugin 1.0.0 → 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.
|
@@ -232,8 +232,6 @@ export declare const OrdersSummaryQuery: import("@graphql-typed-document-node/co
|
|
|
232
232
|
export declare const CategoriesMetricQuery: import("@graphql-typed-document-node/core").TypedDocumentNode<{
|
|
233
233
|
chartMetric: {
|
|
234
234
|
data: {
|
|
235
|
-
title: string;
|
|
236
|
-
type: import("../zeus").ChartMetricType;
|
|
237
235
|
entries: {
|
|
238
236
|
value: number;
|
|
239
237
|
intervalTick: number;
|
|
@@ -243,6 +241,8 @@ export declare const CategoriesMetricQuery: import("@graphql-typed-document-node
|
|
|
243
241
|
quantity: number;
|
|
244
242
|
}[] | undefined;
|
|
245
243
|
}[];
|
|
244
|
+
title: string;
|
|
245
|
+
type: import("../zeus").ChartMetricType;
|
|
246
246
|
}[];
|
|
247
247
|
};
|
|
248
248
|
}, {} & {
|
|
@@ -261,8 +261,6 @@ export declare const CategoriesMetricQuery: import("@graphql-typed-document-node
|
|
|
261
261
|
export declare const ChartMetricQuery: import("@graphql-typed-document-node/core").TypedDocumentNode<{
|
|
262
262
|
prevChartMetric: {
|
|
263
263
|
data: {
|
|
264
|
-
title: string;
|
|
265
|
-
type: import("../zeus").ChartMetricType;
|
|
266
264
|
entries: {
|
|
267
265
|
value: number;
|
|
268
266
|
intervalTick: number;
|
|
@@ -272,13 +270,13 @@ export declare const ChartMetricQuery: import("@graphql-typed-document-node/core
|
|
|
272
270
|
quantity: number;
|
|
273
271
|
}[] | undefined;
|
|
274
272
|
}[];
|
|
273
|
+
title: string;
|
|
274
|
+
type: import("../zeus").ChartMetricType;
|
|
275
275
|
}[];
|
|
276
276
|
};
|
|
277
277
|
} & {
|
|
278
278
|
chartMetric: {
|
|
279
279
|
data: {
|
|
280
|
-
title: string;
|
|
281
|
-
type: import("../zeus").ChartMetricType;
|
|
282
280
|
entries: {
|
|
283
281
|
value: number;
|
|
284
282
|
intervalTick: number;
|
|
@@ -288,6 +286,8 @@ export declare const ChartMetricQuery: import("@graphql-typed-document-node/core
|
|
|
288
286
|
quantity: number;
|
|
289
287
|
}[] | undefined;
|
|
290
288
|
}[];
|
|
289
|
+
title: string;
|
|
290
|
+
type: import("../zeus").ChartMetricType;
|
|
291
291
|
}[];
|
|
292
292
|
};
|
|
293
293
|
}, {} & {
|
|
@@ -318,8 +318,6 @@ export declare const ChartMetricQuery: import("@graphql-typed-document-node/core
|
|
|
318
318
|
export declare const BarChartMetricQuery: import("@graphql-typed-document-node/core").TypedDocumentNode<{
|
|
319
319
|
chartMetric: {
|
|
320
320
|
data: {
|
|
321
|
-
title: string;
|
|
322
|
-
type: import("../zeus").ChartMetricType;
|
|
323
321
|
entries: {
|
|
324
322
|
value: number;
|
|
325
323
|
intervalTick: number;
|
|
@@ -329,6 +327,8 @@ export declare const BarChartMetricQuery: import("@graphql-typed-document-node/c
|
|
|
329
327
|
quantity: number;
|
|
330
328
|
}[] | undefined;
|
|
331
329
|
}[];
|
|
330
|
+
title: string;
|
|
331
|
+
type: import("../zeus").ChartMetricType;
|
|
332
332
|
}[];
|
|
333
333
|
};
|
|
334
334
|
}, {} & {
|
package/dist/plugin-ui/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createDeenruvUIPlugin } from "@deenruv/react-ui-devkit";
|
|
1
|
+
import { createDeenruvUIPlugin, DEENRUV_UI_VERSION, } from "@deenruv/react-ui-devkit";
|
|
2
2
|
import { widgets } from "./widgets";
|
|
3
3
|
import pl from "./locales/pl";
|
|
4
4
|
import en from "./locales/en";
|
|
@@ -11,7 +11,7 @@ export const UIPlugin = createDeenruvUIPlugin({
|
|
|
11
11
|
},
|
|
12
12
|
barChartColors: ["#2563eb", "#60a5fa", "#3b82f6", "#93c5fd", "#bfdbfe"],
|
|
13
13
|
},
|
|
14
|
-
version:
|
|
14
|
+
version: DEENRUV_UI_VERSION,
|
|
15
15
|
name: "Dashboard Widgets Plugin",
|
|
16
16
|
widgets,
|
|
17
17
|
translations: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deenruv/dashboard-widgets-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"homepage": "https://deenruv.com/",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./plugin-ui": "./dist/plugin-ui/index.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"react": "^
|
|
16
|
+
"react": "^19.0.0",
|
|
17
17
|
"lucide-react": "^0.363.0",
|
|
18
18
|
"@nestjs/common": "^10.3.10",
|
|
19
19
|
"@nestjs/graphql": "^12.2.0",
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"react-router-dom": "^6.22.1",
|
|
27
27
|
"recharts": "^2.12.7",
|
|
28
28
|
"sonner": "^1.4.41",
|
|
29
|
-
"@deenruv/
|
|
30
|
-
"@deenruv/
|
|
31
|
-
"@deenruv/admin-types": "^1.0.
|
|
29
|
+
"@deenruv/react-ui-devkit": "^1.0.3",
|
|
30
|
+
"@deenruv/common": "^1.0.3",
|
|
31
|
+
"@deenruv/admin-types": "^1.0.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"rimraf": "^5.0.10",
|
|
35
35
|
"typescript": "5.3.3",
|
|
36
|
-
"@types/react": "^
|
|
37
|
-
"@types/react-dom": "^
|
|
36
|
+
"@types/react": "^19.0.0",
|
|
37
|
+
"@types/react-dom": "^19.0.0",
|
|
38
38
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
39
|
-
"@deenruv/core": "^1.0.
|
|
39
|
+
"@deenruv/core": "^1.0.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@deenruv/core": "^
|
|
42
|
+
"@deenruv/core": "^1.0.0",
|
|
43
43
|
"typeorm": "^0.3.20"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|