climb-onyx-gui 0.14.2 → 0.14.4

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.
@@ -7,9 +7,7 @@ interface HeaderProps extends PageProps {
7
7
  tabKey: string;
8
8
  setTabKey: (k: string) => void;
9
9
  handleThemeChange: () => void;
10
- recordID: string;
11
10
  handleProjectRecordHide: () => void;
12
- analysisID: string;
13
11
  handleAnalysisHide: () => void;
14
12
  }
15
13
  declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
package/dist/types.d.ts CHANGED
@@ -1,17 +1,37 @@
1
+ export declare enum OnyxTabKeys {
2
+ USER = "user-tab",
3
+ SITE = "site-tab",
4
+ RECORDS = "records-tab",
5
+ ANALYSES = "analyses-tab",
6
+ GRAPHS = "graphs-tab"
7
+ }
1
8
  export declare enum RecordTabKeys {
2
- Data = "record-data-tab",
3
- History = "record-history-tab",
4
- Analyses = "record-analyses-tab"
9
+ LIST = "record-list-tab",
10
+ DETAIL = "record-detail-tab"
5
11
  }
6
12
  export declare enum AnalysisTabKeys {
7
- Data = "analysis-data-tab",
8
- History = "analysis-history-tab",
9
- Records = "analysis-records-tab",
10
- Upstream = "analysis-upstream-tab",
11
- Downstream = "analysis-downstream-tab"
13
+ LIST = "analysis-list-tab",
14
+ DETAIL = "analysis-detail-tab"
15
+ }
16
+ export declare enum RecordDetailTabKeys {
17
+ DATA = "record-detail-data-tab",
18
+ HISTORY = "record-detail-history-tab",
19
+ ANALYSES = "record-detail-analyses-tab"
20
+ }
21
+ export declare enum AnalysisDetailTabKeys {
22
+ DATA = "analysis-detail-data-tab",
23
+ HISTORY = "analysis-detail-history-tab",
24
+ RECORDS = "analysis-detail-records-tab",
25
+ UPSTREAM = "analysis-detail-upstream-tab",
26
+ DOWNSTREAM = "analysis-detail-downstream-tab"
12
27
  }
13
28
  export declare enum DataPanelTabKeys {
14
- Details = "data-panel-details"
29
+ DETAILS = "data-panel-details"
30
+ }
31
+ export declare enum GraphPanelTabKeys {
32
+ GRAPH = "graph-panel-graph",
33
+ FILTERS = "graph-panel-filters",
34
+ DISPLAY = "graph-panel-display"
15
35
  }
16
36
  export declare enum ExportStatus {
17
37
  READY = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "description": "Onyx Graphical User Interface",
5
5
  "keywords": [
6
6
  "gui",