@dexteel/mesf-core 6.1.1 → 7.0.1
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/.github/workflows/publish-to-npm.yaml +1 -0
- package/.github/workflows/release-please-v7.yml +18 -0
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +20 -0
- package/dist/MESFMain.d.ts +2 -2
- package/dist/components/modals/modal.mesf.d.ts +4 -11
- package/dist/components/navigation/TimeAndUserMenu.d.ts +1 -5
- package/dist/components/shared/buttons/button-with-loading.d.ts +1 -1
- package/dist/controls/alert.d.ts +1 -1
- package/dist/controls/contextMenu/index.d.ts +0 -1
- package/dist/controls/error-label.d.ts +4 -0
- package/dist/controls/filters/dialogFilter.d.ts +1 -1
- package/dist/controls/index.d.ts +0 -1
- package/dist/controls/panels.d.ts +1 -1
- package/dist/css/themeMESF.d.ts +1 -1
- package/dist/globalContext.d.ts +3 -3
- package/dist/index.esm.js +2764 -3367
- package/dist/index.esm.js.map +1 -1
- package/package.json +21 -30
- package/dist/configuration/pages/log/styles/tableStyles.d.ts +0 -1
- package/dist/configuration/pages/settings/styles/useStyles.d.ts +0 -1
- package/dist/controls/charts/genericChart.d.ts +0 -10
- package/dist/controls/contextMenu/styles/ContextMenuStyles.d.ts +0 -1
- package/dist/pages/logbook/entry/components/entry-viewer/styles/useEntryViewerStyles.d.ts +0 -1
- package/dist/pages/logbook/report/components/entry-viewer/styles/useEntryViewerStyles.d.ts +0 -1
- package/dist/pages/trendings/components/chart/styles/TagColorsStyles.d.ts +0 -1
- package/dist/pages/trendings/components/chart/styles/TagsTableStyles.d.ts +0 -1
- package/dist/pages/trendings/components/chart/styles/TasgTreeModalStyles.d.ts +0 -1
- package/dist/pages/trendings/components/chart/styles/TrendingStyles.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dexteel/mesf-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"author": "Dexteel Team",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"build": "rimraf -rf ./dist && rollup -c",
|
|
14
14
|
"watch": "cross-env rollup -wc",
|
|
15
15
|
"start": "cross-env rollup -wc",
|
|
16
|
-
"prepare": "husky"
|
|
16
|
+
"prepare": "husky",
|
|
17
|
+
"type-check": "npx --yes -p typescript tsc --noEmit"
|
|
17
18
|
},
|
|
18
19
|
"license": "ISC",
|
|
19
20
|
"devDependencies": {
|
|
@@ -25,13 +26,6 @@
|
|
|
25
26
|
"@babel/preset-typescript": "^7.16.7",
|
|
26
27
|
"@babel/runtime": "^7.17.2",
|
|
27
28
|
"@biomejs/biome": "^1.8.3",
|
|
28
|
-
"@material-ui/core": "^4.12.3",
|
|
29
|
-
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
30
|
-
"@material-ui/icons": "^4.11.2",
|
|
31
|
-
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
32
|
-
"@material-ui/pickers": "^3.3.10",
|
|
33
|
-
"@nivo/bar": "^0.79.1",
|
|
34
|
-
"@nivo/core": "^0.79.0",
|
|
35
29
|
"@react-spring/types": "^9.7.3",
|
|
36
30
|
"@reduxjs/toolkit": "^1.8.1",
|
|
37
31
|
"@rollup/plugin-babel": "^5.3.1",
|
|
@@ -40,15 +34,15 @@
|
|
|
40
34
|
"@types/lodash-es": "^4.17.6",
|
|
41
35
|
"@types/markdown-it": "^14.1.2",
|
|
42
36
|
"@types/node": "^12.20.46",
|
|
43
|
-
"@types/react": "^
|
|
37
|
+
"@types/react": "^18.3.26",
|
|
44
38
|
"autoprefixer": "^10.4.2",
|
|
45
39
|
"husky": "^9.1.4",
|
|
46
40
|
"moment": "^2.29.3",
|
|
47
41
|
"prop-types": "^15.8.1",
|
|
48
|
-
"react": "^
|
|
49
|
-
"react-dom": "^
|
|
42
|
+
"react": "^18.3.1",
|
|
43
|
+
"react-dom": "^18.3.1",
|
|
50
44
|
"react-hook-form": "^7.20.2",
|
|
51
|
-
"react-router-dom": "^6.
|
|
45
|
+
"react-router-dom": "^6.30.1",
|
|
52
46
|
"react-spring": "^9.4.3",
|
|
53
47
|
"rimraf": "^3.0.2",
|
|
54
48
|
"rollup": "^2.79.0",
|
|
@@ -62,21 +56,24 @@
|
|
|
62
56
|
"use-complex-state": "^1.1.0"
|
|
63
57
|
},
|
|
64
58
|
"peerDependencies": {
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
59
|
+
"@emotion/react": "^11.14.0",
|
|
60
|
+
"@emotion/styled": "^11.14.1",
|
|
61
|
+
"@mui/icons-material": "latest-v6",
|
|
62
|
+
"@mui/lab": "latest-v6",
|
|
63
|
+
"@mui/material": "latest-v6",
|
|
64
|
+
"@mui/styles": "latest-v6",
|
|
65
|
+
"@mui/x-data-grid": "latest-v7",
|
|
66
|
+
"@mui/x-tree-view": "latest-v7",
|
|
67
|
+
"@mui/x-date-pickers": "latest-v7",
|
|
71
68
|
"@reduxjs/toolkit": "^1.6.2",
|
|
72
69
|
"ag-grid-community": "^33.3.1",
|
|
73
70
|
"ag-grid-enterprise": "^33.3.1",
|
|
74
71
|
"ag-grid-react": "^33.3.1",
|
|
75
72
|
"moment": "^2.29.1",
|
|
76
73
|
"prop-types": "^15.8.1",
|
|
77
|
-
"react": "^
|
|
78
|
-
"react-dom": "^
|
|
79
|
-
"react-router-dom": "^6.
|
|
74
|
+
"react": "^18.3.1",
|
|
75
|
+
"react-dom": "^18.3.1",
|
|
76
|
+
"react-router-dom": "^6.30.1",
|
|
80
77
|
"react-spring": "^9.4.3",
|
|
81
78
|
"rimraf": "^3.0.2",
|
|
82
79
|
"string-to-color": "^2.2.2",
|
|
@@ -98,11 +95,9 @@
|
|
|
98
95
|
"@azure/msal-browser": "^2.18.0",
|
|
99
96
|
"@azure/msal-react": "^1.1.0",
|
|
100
97
|
"@date-io/moment": "^1.3.13",
|
|
101
|
-
"@emotion/styled": "^11.11.0",
|
|
102
98
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
103
99
|
"@microsoft/signalr": "^8.0.7",
|
|
104
100
|
"@minoru/react-dnd-treeview": "3.4.4",
|
|
105
|
-
"@mui/x-date-pickers": "^7.9.0",
|
|
106
101
|
"axios": "^1.3.5",
|
|
107
102
|
"chart.js": "^4.4.1",
|
|
108
103
|
"chartjs-adapter-moment": "^1.0.1",
|
|
@@ -116,6 +111,7 @@
|
|
|
116
111
|
"react-dnd": "^16.0.1",
|
|
117
112
|
"react-dropzone": "^14.3.8",
|
|
118
113
|
"react-helmet-async": "^2.0.5",
|
|
114
|
+
"react-is": "^18.3.1",
|
|
119
115
|
"react-markdown-editor-lite": "^1.3.4",
|
|
120
116
|
"string-to-color": "^2.2.2",
|
|
121
117
|
"windows-iana": "^5.1.0"
|
|
@@ -124,10 +120,5 @@
|
|
|
124
120
|
"type": "git",
|
|
125
121
|
"url": "https://github.com/dexteel/mesf-core-frontend"
|
|
126
122
|
},
|
|
127
|
-
"description": ""
|
|
128
|
-
"overrides": {
|
|
129
|
-
"react-spring": {
|
|
130
|
-
"@types/react": "^17.0.39"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
123
|
+
"description": ""
|
|
133
124
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "card" | "form">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "textfield" | "btnModal">;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import PropTypes from "prop-types";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare const BarChartControl: {
|
|
4
|
-
(props: any): React.JSX.Element;
|
|
5
|
-
propTypes: {
|
|
6
|
-
data: PropTypes.Requireable<any[]>;
|
|
7
|
-
keys: PropTypes.Requireable<any[]>;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export { BarChartControl };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"contextMenu">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useEntryViewerStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "paper" | "inputEditable">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useEntryViewerStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "paper" | "inputEditable">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useTagColorsStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"swatch" | "popover">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useTagsTableStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"topTitles" | "color" | "scale" | "checkbox" | "visible" | "bottomTitlesRow" | "rowHover" | "doubleInput" | "inputCol" | "aliasCol" | "viewSelected" | "autoScale" | "unit" | "numberInput" | "xStats" | "dataType">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useTagsTreeModalStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"dataTypeOfTree" | "icon" | "root" | "customNodeRoot" | "arrow" | "arrow > div" | "arrow.is-open" | "filetype" | "label" | "selected" | "dragging" | "contextMenu" | "storyRoot" | "assetRoot" | "dropTarget" | "customDragRoot" | "customDragLabel">;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useTrendingStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"datetimePicker" | "select" | "labelOptions" | "isPublicCheckbox" | "navigatorButton" | "iconContainer" | "optionContainer" | "optionLabel" | "inputCustom">;
|