@dexteel/mesf-core 4.26.1 → 4.26.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.
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +29 -0
- package/dist/configuration/pages/asset/theme.d.ts +1 -1
- package/dist/configuration/pages/log/styles/tableStyles.d.ts +1 -1
- package/dist/configuration/pages/settings/styles/useStyles.d.ts +1 -1
- package/dist/controls/contextMenu/styles/ContextMenuStyles.d.ts +1 -1
- package/dist/controls/panels.d.ts +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/pages/trendings/components/chart/styles/TagColorsStyles.d.ts +1 -1
- package/dist/pages/trendings/components/chart/styles/TagsTableStyles.d.ts +1 -1
- package/dist/pages/trendings/components/chart/styles/TasgTreeModalStyles.d.ts +1 -1
- package/dist/pages/trendings/components/chart/styles/TrendingStyles.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useTagColorsStyles: (props?: any) => import("@material-ui/
|
|
1
|
+
export declare const useTagColorsStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"swatch" | "popover">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useTagsTableStyles: (props?: any) => import("@material-ui/
|
|
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 +1 @@
|
|
|
1
|
-
export declare const useTagsTreeModalStyles: (props?: any) => import("@material-ui/
|
|
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 +1 @@
|
|
|
1
|
-
export declare const useTrendingStyles: (props?: any) => import("@material-ui/
|
|
1
|
+
export declare const useTrendingStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"datetimePicker" | "select" | "labelOptions" | "isPublicCheckbox" | "navigatorButton" | "iconContainer" | "optionContainer" | "optionLabel" | "inputCustom">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dexteel/mesf-core",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.3",
|
|
4
4
|
"author": "Dexteel Team",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@date-io/moment": "^1.3.13",
|
|
103
103
|
"@emotion/styled": "^11.11.0",
|
|
104
104
|
"@microsoft/signalr": "^8.0.7",
|
|
105
|
-
"@minoru/react-dnd-treeview": "
|
|
105
|
+
"@minoru/react-dnd-treeview": "3.4.4",
|
|
106
106
|
"@mui/x-date-pickers": "^7.9.0",
|
|
107
107
|
"axios": "^1.3.5",
|
|
108
108
|
"chart.js": "^4.4.1",
|