@dexteel/mesf-core 7.10.1 → 7.11.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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +19 -0
- package/dist/MESFMain.d.ts +1 -1
- package/dist/account/login.d.ts +1 -1
- package/dist/account/models/login.models.d.ts +1 -0
- package/dist/components/navigation/Header.d.ts +1 -2
- package/dist/components/navigation/Navigation.d.ts +1 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.esm.js +691 -3364
- package/dist/index.esm.js.map +1 -1
- package/dist/pages/trendings-v2/TrendingsPageV2.d.ts +2 -2
- package/dist/pages/trendings-v2/components/chart/components/TagFolderCustomNodeV2.d.ts +1 -1
- package/dist/pages/trendings-v2/components/chart/components/TagSearchInput.d.ts +1 -1
- package/dist/pages/trendings-v2/components/chart/components/TagsTreeModalV2.d.ts +1 -1
- package/dist/pages/{trendings/components/chart/components/modals/tagsTreeModal/ContextMenu → trendings-v2/components/chart/components/modals/tagsTreeModal}/ContextMenu.d.ts +1 -1
- package/dist/pages/{trendings → trendings-v2}/components/chart/components/modals/tagsTreeModal/CustomDragView.d.ts +1 -1
- package/dist/pages/{trendings/components/chart/components/modals/tagsTreeModal/ContextMenu/NewFolder/NewFolder.d.ts → trendings-v2/components/chart/components/modals/tagsTreeModal/NewFolderModal.d.ts} +1 -1
- package/dist/pages/{trendings/components/chart/components/modals/tagsTreeModal/ContextMenu/RemoveFolder/RemoveFolder.d.ts → trendings-v2/components/chart/components/modals/tagsTreeModal/RemoveFolderModal.d.ts} +1 -1
- package/dist/pages/trendings-v2/components/chart/context/TrendingContextV2.d.ts +1 -2
- package/dist/pages/trendings-v2/components/chart/hooks/useTagSearch.d.ts +1 -1
- package/dist/pages/trendings-v2/components/chart/models/TrendingModelsV2.d.ts +1 -0
- package/dist/pages/trendings-v2/components/chart/repository/TrendingRepositoryV2.d.ts +47 -1
- package/dist/pages/trendings-v2/components/chart/utils/buildTagsTree.d.ts +3 -0
- package/dist/pages/trendings-v2/components/chart/utils/calculateDateFromPeriod.d.ts +1 -1
- package/dist/pages/{trendings → trendings-v2}/components/chart/utils/dateNavigator.d.ts +1 -1
- package/package.json +1 -1
- package/dist/pages/trendings/TrendingsPage.d.ts +0 -3
- package/dist/pages/trendings/components/chart/DateComponent.d.ts +0 -6
- package/dist/pages/trendings/components/chart/TableComponent.d.ts +0 -14
- package/dist/pages/trendings/components/chart/Trending.d.ts +0 -9
- package/dist/pages/trendings/components/chart/components/CellComponent.d.ts +0 -11
- package/dist/pages/trendings/components/chart/components/ColorPicker.d.ts +0 -8
- package/dist/pages/trendings/components/chart/components/DraggableLineControl.d.ts +0 -11
- package/dist/pages/trendings/components/chart/components/modals/deleteViewModal/DeleteViewModal.d.ts +0 -9
- package/dist/pages/trendings/components/chart/components/modals/editViewModal/EditViewModal.d.ts +0 -9
- package/dist/pages/trendings/components/chart/components/modals/loadView/LoadViewModal.d.ts +0 -7
- package/dist/pages/trendings/components/chart/components/modals/saveAsView/SaveAsViewModal.d.ts +0 -7
- package/dist/pages/trendings/components/chart/components/modals/saveView/SaveViewModal.d.ts +0 -7
- package/dist/pages/trendings/components/chart/components/modals/tagsTreeModal/TagFolderCustomNode.d.ts +0 -20
- package/dist/pages/trendings/components/chart/components/modals/tagsTreeModal/TagSelectionModal.d.ts +0 -9
- package/dist/pages/trendings/components/chart/components/modals/tagsTreeModal/TagsTreeModal.d.ts +0 -9
- package/dist/pages/trendings/components/chart/context/TrendingContext.d.ts +0 -120
- package/dist/pages/trendings/components/chart/customOptionsComponent.d.ts +0 -10
- package/dist/pages/trendings/components/chart/hooks/useGetVerticalLinePlugin.d.ts +0 -2
- package/dist/pages/trendings/components/chart/hooks/useTagsDataTable.d.ts +0 -24
- package/dist/pages/trendings/components/chart/hooks/useUpdateCursorData.d.ts +0 -2
- package/dist/pages/trendings/components/chart/hooks/useXAxisDatePlugin.d.ts +0 -2
- package/dist/pages/trendings/components/chart/hooks/useYAxisPlugin.d.ts +0 -2
- package/dist/pages/trendings/components/chart/models/TagsTree.model.d.ts +0 -12
- package/dist/pages/trendings/components/chart/models/TrendingModels.d.ts +0 -65
- package/dist/pages/trendings/components/chart/models/scopes.model.d.ts +0 -1
- package/dist/pages/trendings/components/chart/repository/TrendingRepository.d.ts +0 -48
- package/dist/pages/trendings/components/chart/sections/chart/hooks/useChartOptions.d.ts +0 -105
- package/dist/pages/trendings/components/chart/sections/header.d.ts +0 -8
- package/dist/pages/trendings/components/chart/sections/trending-chart.d.ts +0 -12
- package/dist/pages/trendings/components/chart/utils/areRangeSimilar.d.ts +0 -2
- package/dist/pages/trendings/components/chart/utils/buildTagsTree.d.ts +0 -4
- package/dist/pages/trendings/components/chart/utils/calculateScales.d.ts +0 -4
- package/dist/pages/trendings/components/chart/utils/formatDateTimeToString.d.ts +0 -4
- package/dist/pages/trendings/components/chart/utils/formatTimeDiffWithMs.d.ts +0 -1
- package/dist/pages/trendings/components/chart/utils/timeDifference.d.ts +0 -1
- package/dist/pages/trendings/hooks/useTrendingQueries.d.ts +0 -15
- package/dist/pages/trendings/index.d.ts +0 -3
- package/dist/pages/trendings/reducers/trendings.reducer.d.ts +0 -115
- /package/dist/pages/{trendings → trendings-v2}/components/chart/utils/tagColors.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.11.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.11.0...@dexteel/mesf-core-v7.11.1) (2026-01-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **Logbook Report:** Remove the double refetch on the first load. ([3438c12](https://github.com/dexteel/mesf-core-frontend/commit/3438c12b1983442175a16275e84f378f9ea448a6))
|
|
9
|
+
|
|
10
|
+
## [7.11.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.10.1...@dexteel/mesf-core-v7.11.0) (2026-01-13)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **auth:** Enhance login flow with error handling and redirect support ([3015688](https://github.com/dexteel/mesf-core-frontend/commit/301568807376ed71de3198fb34c3702058617c2d))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **button-with-loading:** Difference isLoading and disabled. ([62642aa](https://github.com/dexteel/mesf-core-frontend/commit/62642aa289676460011ff895f1fbd8a222440254))
|
|
21
|
+
|
|
3
22
|
## [7.10.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v7.10.0...@dexteel/mesf-core-v7.10.1) (2025-12-30)
|
|
4
23
|
|
|
5
24
|
|
package/dist/MESFMain.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ interface Props {
|
|
|
15
15
|
theme?: any;
|
|
16
16
|
logbookSettings?: Partial<LogbookSettingsState>;
|
|
17
17
|
}
|
|
18
|
-
declare function MESFMain({ authentication, routes, navbar, navbarTitle, configurations, showAreaSelector,
|
|
18
|
+
declare function MESFMain({ authentication, routes, navbar, navbarTitle, configurations, showAreaSelector, showTrendingsV2Icon, byPassHeaderRoutes, plantAssetId, theme, logbookSettings, }: Props): React.JSX.Element;
|
|
19
19
|
export { MESFMain };
|
package/dist/account/login.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export default function Header({ showAreaSelector,
|
|
2
|
+
export default function Header({ showAreaSelector, showTrendingsV2Icon, navbarTitle, }: {
|
|
3
3
|
showAreaSelector?: boolean;
|
|
4
|
-
showTrendingsIcon?: boolean;
|
|
5
4
|
showTrendingsV2Icon?: boolean;
|
|
6
5
|
navbarTitle?: string;
|
|
7
6
|
}): React.JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
declare const Navigation: ({ showAreaSelector,
|
|
2
|
+
declare const Navigation: ({ showAreaSelector, showTrendingsV2Icon, navbarTitle, byPassHeaderRoutes, }: {
|
|
3
3
|
showAreaSelector?: boolean;
|
|
4
|
-
showTrendingsIcon?: boolean;
|
|
5
4
|
showTrendingsV2Icon?: boolean;
|
|
6
5
|
navbarTitle?: string;
|
|
7
6
|
byPassHeaderRoutes?: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ export { getEntries } from "./pages/logbook/entry/repository/LogbookRepository";
|
|
|
34
34
|
export { MESFLogbookReport } from "./pages/logbook/report/index";
|
|
35
35
|
export { routeLogbookReport } from "./pages/logbook/report/LogbookPage";
|
|
36
36
|
export * from "./pages/sp-executor";
|
|
37
|
-
export * from "./pages/trendings/TrendingsPage";
|
|
38
37
|
export * from "./reducers/LogbookSettingsReducer";
|
|
39
38
|
export * from "./services";
|
|
40
39
|
export * from "./utils";
|