andoncloud-dashboard-toolkit 1.5.14 → 1.5.16
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/components/DashboardFilters/DateRangePicker/index.d.ts +2 -2
- package/dist/components/DashboardFilters/PeriodList/index.d.ts +2 -2
- package/dist/components/DashboardFilters/types.d.ts +6 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/graphql-request.d.ts +153 -47
- package/dist/helpers/periods.d.ts +2 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/operations/generated/queries/index.d.ts +3 -0
- package/dist/version.d.ts +1 -1
- package/package.json +15 -15
|
@@ -11,7 +11,10 @@ export const metrics: string;
|
|
|
11
11
|
export const notifications: string;
|
|
12
12
|
export const orders: string;
|
|
13
13
|
export const ordersExecutions: string;
|
|
14
|
+
export const availabilityInsights: string;
|
|
15
|
+
export const productionInsights: string;
|
|
14
16
|
export const workplacePerformanceInsights: string;
|
|
17
|
+
export const workOrdersInsights: string;
|
|
15
18
|
export const products: string;
|
|
16
19
|
export const reasons: string;
|
|
17
20
|
export const reasonsRecommendation: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIBRARY_VERSION = "1.5.
|
|
1
|
+
export declare const LIBRARY_VERSION = "1.5.16";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-dashboard-toolkit",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.16",
|
|
4
4
|
"description": "Made with create-react-library",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@emotion/react": "^11.14.0",
|
|
49
49
|
"@emotion/styled": "^11.14.1",
|
|
50
|
-
"@graphql-codegen/cli": "^6.1.
|
|
50
|
+
"@graphql-codegen/cli": "^6.1.2",
|
|
51
51
|
"@graphql-codegen/introspection": "5.0.0",
|
|
52
|
-
"@graphql-codegen/typescript": "^5.0.
|
|
53
|
-
"@graphql-codegen/typescript-document-nodes": "5.0.
|
|
52
|
+
"@graphql-codegen/typescript": "^5.0.8",
|
|
53
|
+
"@graphql-codegen/typescript-document-nodes": "5.0.8",
|
|
54
54
|
"@graphql-codegen/typescript-graphql-files-modules": "3.0.1",
|
|
55
55
|
"@graphql-codegen/typescript-graphql-request": "^6.4.0",
|
|
56
|
-
"@graphql-codegen/typescript-operations": "^5.0.
|
|
57
|
-
"@mui/icons-material": "^7.3.
|
|
58
|
-
"@mui/lab": "^7.0.1-beta.
|
|
59
|
-
"@mui/material": "^7.3.
|
|
60
|
-
"@mui/x-date-pickers": "^8.27.
|
|
56
|
+
"@graphql-codegen/typescript-operations": "^5.0.8",
|
|
57
|
+
"@mui/icons-material": "^7.3.8",
|
|
58
|
+
"@mui/lab": "^7.0.1-beta.22",
|
|
59
|
+
"@mui/material": "^7.3.8",
|
|
60
|
+
"@mui/x-date-pickers": "^8.27.2",
|
|
61
61
|
"@parcel/watcher": "^2.5.6",
|
|
62
62
|
"@testing-library/jest-dom": "^6.9.1",
|
|
63
63
|
"@testing-library/react": "^16.3.2",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"@types/actioncable": "^5.2.11",
|
|
66
66
|
"@types/jest": "^30.0.0",
|
|
67
67
|
"@types/lodash.isempty": "^4.4.9",
|
|
68
|
-
"@types/node": "^25.
|
|
69
|
-
"@types/react": "^19.2.
|
|
68
|
+
"@types/node": "^25.3.3",
|
|
69
|
+
"@types/react": "^19.2.14",
|
|
70
70
|
"@types/react-dom": "^19.2.3",
|
|
71
71
|
"@types/react-text-truncate": "^0.19.0",
|
|
72
72
|
"actioncable": "^5.2.8",
|
|
73
|
-
"andoncloud-library-scripts": "^1.0.
|
|
74
|
-
"andoncloud-sdk": "^1.7.
|
|
73
|
+
"andoncloud-library-scripts": "^1.0.16",
|
|
74
|
+
"andoncloud-sdk": "^1.7.7",
|
|
75
75
|
"copyfiles": "^2.4.1",
|
|
76
76
|
"cross-env": "^10.1.0",
|
|
77
77
|
"eslint": "^8.57.1",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"gh-pages": "^6.3.0",
|
|
81
81
|
"gql-generator": "^2.0.0",
|
|
82
82
|
"graphql-request": "^4.3.0",
|
|
83
|
-
"i18next": "^25.8.
|
|
83
|
+
"i18next": "^25.8.14",
|
|
84
84
|
"jest": "^30.2.0",
|
|
85
85
|
"microbundle-crl": "^0.13.11",
|
|
86
86
|
"npm-run-all": "^4.1.5",
|
|
87
|
-
"postcss": "^8.5.
|
|
87
|
+
"postcss": "^8.5.8",
|
|
88
88
|
"prettier": "^3.8.1",
|
|
89
89
|
"react": "^19.2.4",
|
|
90
90
|
"react-dom": "^19.2.4",
|