@hybridcore/ui 1.5.89 → 1.6.0
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/{AccordionDetails-DhriPVPP.js → AccordionSummary-DgAwVTk8.js} +81 -82
- package/dist/{Add-CMz4N2zT.js → Add-DJLrrVHm.js} +52 -51
- package/dist/AnimatedTheme-jnasw6rT.js +11305 -0
- package/dist/AxisRenderer-DTyLLA6c.js +3579 -0
- package/dist/AxisRendererY-C_ItLPNV.js +445 -0
- package/dist/Box-p6OtTUEo.js +30 -0
- package/dist/Bullet-DVczI2TD.js +41 -0
- package/dist/Button-CcsPEIDh.js +35 -0
- package/dist/{Button-eqWvpDuh.js → Button-CvE2gnly.js} +138 -124
- package/dist/{ButtonBase-DsX-jMQJ.js → ButtonBase-2bPw77UP.js} +5 -5
- package/dist/{CardContent-DsYqqPeJ.js → CardContent-CSHh-ZlM.js} +4 -4
- package/dist/CategoryAxis-CwnfaGc8.js +458 -0
- package/dist/{Checkbox-CrU2hpWB.js → Checkbox-CWRMFTBp.js} +12 -11
- package/dist/Circle-Cy5s-pVc.js +27 -0
- package/dist/ColorSet-C7vpNXhM.js +2957 -0
- package/dist/{ColumnSeries-BTcqshjB.js → ColumnSeries-CjgdJ2QL.js} +129 -126
- package/dist/DataProcessor-CHDO51q4.js +83 -0
- package/dist/DateAxis-YX3QNIB-.js +569 -0
- package/dist/{Delete-86TO0fMo.js → Delete-CW0UZv1m.js} +1 -1
- package/dist/{DialogContent-CqTojymQ.js → DialogContent-B3nbEbuv.js} +10 -11
- package/dist/FormControl-BLbrq4C7.js +1636 -0
- package/dist/{FormControlLabel-BrdX4R71.js → FormControlLabel-C8SPv14J.js} +8 -8
- package/dist/Hierarchy-Bihj0S61.js +925 -0
- package/dist/{IconButton-DJ-31-Fd.js → IconButton-CHwRQF-g.js} +20 -19
- package/dist/IconPlus-yPkff_Vj.js +19 -0
- package/dist/{InputAdornment-B7qEA4kN.js → InputAdornment-DLxWUE6H.js} +6 -6
- package/dist/Legend-Dp_MKfS4.js +178 -0
- package/dist/LineSeries-Uiv5o56b.js +472 -0
- package/dist/{List-DOD5kSk3.js → List-tqElle9C.js} +4 -4
- package/dist/{ListItem-r8PbsvCz.js → ListItem-CfjsIg4B.js} +9 -8
- package/dist/{MenuItem-C6qlUyV3.js → MenuItem-xZx_w7zA.js} +14 -13
- package/dist/{Modal-CkcFEpHa.js → Modal-DhPpOoGB.js} +292 -277
- package/dist/{Paper-CjqLScHA.js → Paper-2B03OBmZ.js} +47 -41
- package/dist/PieSeries-B2fW3z0s.js +693 -0
- package/dist/RoundedRectangle-CWLi2PXn.js +34 -0
- package/dist/Scrollbar-D86MJyr2.js +171 -0
- package/dist/{Select-t3ewnSdf.js → Select-BgYwkZgI.js} +2066 -1633
- package/dist/Slice-B19rbYDZ.js +261 -0
- package/dist/{Source-BESIjd9X.js → Source-BSZST_GH.js} +2472 -2445
- package/dist/{Text-Cl1H4b0h.js → Text-ChJRuaD8.js} +398 -397
- package/dist/{TextField-BQ8a50fA.js → TextField-1yCesIbH.js} +23 -25
- package/dist/Tick-2bcLyHpF.js +162 -0
- package/dist/{Typography-D1t7XuLN.js → Typography-CxbneZy_.js} +11 -11
- package/dist/Vector-BmuhQO4p.js +3606 -0
- package/dist/Vector-DfTqQEln.js +1735 -0
- package/dist/WKT-2wsDT-nq.js +2310 -0
- package/dist/XYCursor-C8WktvKM.js +362 -0
- package/dist/ZoomableContainer-DYyqwaMb.js +220 -0
- package/dist/_commonjsHelpers-BVfed4GL.js +28 -0
- package/dist/capitalize-ciszXJ7R.js +9 -0
- package/dist/components/access/helpers.js +1 -1
- package/dist/components/access/index.js +1 -1
- package/dist/components/card/index.js +6 -6
- package/dist/components/card/styled.js +1 -1
- package/dist/components/charts/_common/utils.js +20 -0
- package/dist/components/charts/candlestick/logic.js +170 -140
- package/dist/components/charts/chart-wrapper/helpers.js +27 -0
- package/dist/components/charts/chart-wrapper/index.js +44 -0
- package/dist/components/charts/chart-wrapper/logic.js +47 -0
- package/dist/components/charts/chart-wrapper/styled.js +44 -0
- package/dist/components/charts/column-line-mix/index.js +10 -0
- package/dist/components/charts/column-line-mix/logic.js +162 -0
- package/dist/components/charts/column-line-mix/styled.js +12 -0
- package/dist/components/charts/drill-down-treemap/index.js +10 -0
- package/dist/components/charts/drill-down-treemap/logic.js +391 -0
- package/dist/components/charts/drill-down-treemap/styled.js +12 -0
- package/dist/components/charts/drill-down-voronoi-treemap/index.js +10 -0
- package/dist/components/charts/drill-down-voronoi-treemap/logic.js +1527 -0
- package/dist/components/charts/drill-down-voronoi-treemap/styled.js +12 -0
- package/dist/components/charts/heatmap/index.js +10 -0
- package/dist/components/charts/heatmap/logic.js +361 -0
- package/dist/components/charts/heatmap/styled.js +12 -0
- package/dist/components/charts/highlighting-line-data/logic.js +89 -256
- package/dist/components/charts/line/index.js +10 -0
- package/dist/components/charts/line/logic.js +148 -0
- package/dist/components/charts/line/styled.js +12 -0
- package/dist/components/charts/logaritmic-scale/index.js +10 -0
- package/dist/components/charts/logaritmic-scale/logic.js +119 -0
- package/dist/components/charts/logaritmic-scale/styled.js +12 -0
- package/dist/components/charts/multiple-value-axes/index.js +10 -0
- package/dist/components/charts/multiple-value-axes/logic.js +191 -0
- package/dist/components/charts/multiple-value-axes/styled.js +12 -0
- package/dist/components/charts/nested-pie/index.js +10 -0
- package/dist/components/charts/nested-pie/logic.js +110 -0
- package/dist/components/charts/nested-pie/styled.js +12 -0
- package/dist/components/charts/packed-circles/index.js +10 -0
- package/dist/components/charts/packed-circles/logic.js +423 -0
- package/dist/components/charts/packed-circles/styled.js +12 -0
- package/dist/components/charts/pie-chart/index.js +10 -0
- package/dist/components/charts/pie-chart/logic.js +70 -0
- package/dist/components/charts/pie-chart/styled.js +12 -0
- package/dist/components/charts/stacked-area-radar/index.js +10 -0
- package/dist/components/charts/stacked-area-radar/logic.js +868 -0
- package/dist/components/charts/stacked-area-radar/styled.js +12 -0
- package/dist/components/charts/stacked-column-chart/index.js +10 -0
- package/dist/components/charts/stacked-column-chart/logic.js +148 -0
- package/dist/components/charts/stacked-column-chart/styled.js +12 -0
- package/dist/components/charts/xy-chart/index.js +10 -0
- package/dist/components/charts/xy-chart/logic.js +170 -0
- package/dist/components/charts/xy-chart/styled.js +12 -0
- package/dist/components/collapsible-card/index.js +58 -32
- package/dist/components/collapsible-card/logic.js +20 -0
- package/dist/components/collapsible-card/styled.js +52 -0
- package/dist/components/confirm/dialog.js +3 -3
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/container/index.js +7 -7
- package/dist/components/context-menu/index.js +153 -253
- package/dist/components/data-map/components/controls/index.js +12 -0
- package/dist/components/data-map/components/controls/styled.js +34 -0
- package/dist/components/data-map/index.js +51 -0
- package/dist/components/data-map/logic.js +108 -0
- package/dist/components/data-map/styled.js +32 -0
- package/dist/components/data-security-selectors/security-level/index.js +5 -5
- package/dist/components/date-picker-with-custom-range/index.js +9 -0
- package/dist/components/date-picker-with-custom-range/logic.js +66 -0
- package/dist/components/date-picker-with-custom-range/styled.js +43 -0
- package/dist/components/divider/index.js +18 -0
- package/dist/components/divider/logic.js +13 -0
- package/dist/components/divider/styled.js +14 -0
- package/dist/components/geometry-picker/coordinate/index.js +1 -1
- package/dist/components/geometry-picker/edit/index.js +1 -1
- package/dist/components/geometry-picker/geometry/index.js +1 -1
- package/dist/components/geometry-picker/index.js +7 -8
- package/dist/components/geometry-picker/kml/index.js +1 -1
- package/dist/components/geometry-picker/map/index.js +1 -1
- package/dist/components/geometry-picker/map/logic.js +65 -62
- package/dist/components/geometry-picker/map/style.js +1 -1
- package/dist/components/heat-map/components/controls/index.js +12 -0
- package/dist/components/heat-map/components/controls/styled.js +34 -0
- package/dist/components/heat-map/components/legend/index.js +26 -0
- package/dist/components/heat-map/components/legend/styled.js +14 -0
- package/dist/components/heat-map/index.js +37 -0
- package/dist/components/heat-map/logic.js +1945 -0
- package/dist/components/heat-map/styled.js +32 -0
- package/dist/components/icon-button/index.js +22 -15
- package/dist/components/icon-button/logic.js +15 -0
- package/dist/components/icon-button/styled.js +22 -10
- package/dist/components/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +8 -7
- package/dist/components/instance-form/components/variable/index.js +8 -8
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/instance-hierarchy-table/styled.js +1 -1
- package/dist/components/instance-variable-list/index.js +34 -29
- package/dist/components/instance-variable-list/styled.js +21 -21
- package/dist/components/instance-variable-list/variable.js +44 -74
- package/dist/components/linear-indicator/index.js +10 -67
- package/dist/components/linear-indicator/logic.js +47 -0
- package/dist/components/linear-indicator/styled.js +39 -40
- package/dist/components/map/helpers/kml.js +1 -1
- package/dist/components/map/helpers/mapbox.js +14 -14
- package/dist/components/map/helpers/ol.js +23 -19
- package/dist/components/map/helpers/wkt.js +26 -1314
- package/dist/components/map/index.js +1 -1
- package/dist/components/map/logic.js +113 -101
- package/dist/components/map/styled.js +39 -31
- package/dist/components/metric-card/MetricChart.js +50 -498
- package/dist/components/metric-card/index.js +94 -115
- package/dist/components/metric-card/logic.js +70 -131
- package/dist/components/object-profile-card/components/avatar/index.js +44 -0
- package/dist/components/object-profile-card/components/avatar/logic.js +19 -0
- package/dist/components/object-profile-card/components/avatar/styled.js +41 -0
- package/dist/components/object-profile-card/index.js +90 -0
- package/dist/components/object-profile-card/logic.js +33 -0
- package/dist/components/object-profile-card/styled.js +48 -0
- package/dist/components/paginated-list/index.js +93 -89
- package/dist/components/paginated-list/logic.js +51 -40
- package/dist/components/paginated-list/styled.js +25 -21
- package/dist/components/property-mapping/index.js +2 -2
- package/dist/components/prr-map/components/controls/index.js +12 -0
- package/dist/components/prr-map/components/controls/styled.js +34 -0
- package/dist/components/prr-map/components/legend/index.js +36 -0
- package/dist/components/prr-map/components/legend/styled.js +21 -0
- package/dist/components/prr-map/index.js +38 -0
- package/dist/components/prr-map/logic.js +104 -0
- package/dist/components/prr-map/styled.js +32 -0
- package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
- package/dist/components/range-selector/components/date-range/index.js +4282 -7
- package/dist/components/range-selector/index.js +1 -1
- package/dist/components/raster-grid-map/components/controls/index.js +12 -0
- package/dist/components/raster-grid-map/components/controls/styled.js +34 -0
- package/dist/components/raster-grid-map/components/legend/index.js +14 -0
- package/dist/components/raster-grid-map/components/legend/styled.js +21 -0
- package/dist/components/raster-grid-map/helpers.js +190 -0
- package/dist/components/raster-grid-map/index.js +38 -0
- package/dist/components/raster-grid-map/logic.js +172 -0
- package/dist/components/raster-grid-map/styled.js +32 -0
- package/dist/components/search-input/index.js +62 -140
- package/dist/components/search-input/logic.js +43 -0
- package/dist/components/search-input/styled.js +33 -0
- package/dist/components/simple-pivot-table/index.js +66 -0
- package/dist/components/simple-pivot-table/logic.js +51 -0
- package/dist/components/simple-pivot-table/styled.js +45 -0
- package/dist/components/static-text/index.js +18 -0
- package/dist/components/static-text/logic.js +13 -0
- package/dist/components/static-text/styled.js +45 -0
- package/dist/components/tabs/index.js +56 -2160
- package/dist/components/tabs/logic.js +36 -0
- package/dist/components/tabs/styled.js +94 -16
- package/dist/components/tabs/tab-panel.js +11 -10
- package/dist/components/template-filters/components/tab-panel/index.js +1 -1
- package/dist/components/template-form/components/property-list/index.js +7 -7
- package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
- package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
- package/dist/components/template-form/index.js +5 -5
- package/dist/components/template-property-filters/property.js +5 -5
- package/dist/components/timeline/index.js +61 -0
- package/dist/components/timeline/logic.js +40 -0
- package/dist/components/timeline/styled.js +48 -0
- package/dist/components/tree-select/index.js +5 -5
- package/dist/components/treeview-filter/item-label/index.js +3 -3
- package/dist/constant-BiOGvlZc.js +21 -0
- package/dist/createReactComponent-C7L-DMHj.js +60 -0
- package/dist/{createSvgIcon-DLPYMuH1.js → createSvgIcon-BjpIhJ30.js} +30 -32
- package/dist/{createSvgIcon-OuwzpcaC.js → createSvgIcon-DrtgaibK.js} +5 -5
- package/dist/{createTheme-CNnKNxwL.js → createTheme-DYxDnE9u.js} +226 -285
- package/dist/{dialog-BE4D6swf.js → dialog-DcwXug9J.js} +6 -6
- package/dist/{helpers-DaCoWmi2.js → helpers-B4UL9NMD.js} +3 -3
- package/dist/index-BMS1Otro.js +183 -0
- package/dist/index-C__OZmYy.js +663 -0
- package/dist/{index-CGNxsLVm.js → index-CcdvNlgr.js} +7 -7
- package/dist/{index-JrtqxUdI.js → index-kCJ_Zvl8.js} +5 -5
- package/dist/index-syTc6m_V.js +1934 -0
- package/dist/index.es-CHNMhaMi.js +2067 -0
- package/dist/index.esm-BLLrbTzY.js +318 -0
- package/dist/{listItemTextClasses-CNjn41Of.js → listItemTextClasses-C3lndiXO.js} +2 -2
- package/dist/main.d.ts +1226 -358
- package/dist/main.js +141 -443
- package/dist/{has-DNclCIDV.js → math-Bvt2Ubuz.js} +220 -222
- package/dist/ol-yOE-NV0X.js +7465 -0
- package/dist/path-CNVruS--.js +84 -0
- package/dist/{property-list-form-C5hcK2y2.js → property-list-form-zZQfpR0X.js} +13 -13
- package/dist/styled-eZwjUruw.js +12 -0
- package/dist/useId-B4-oF9Mq.js +34 -0
- package/dist/useMobilePicker-BLg3Blg8.js +7589 -0
- package/dist/useThemeProps-BzzHcQyd.js +58 -0
- package/dist/{utils-CsOZUsQj.js → utils-BDNynJcd.js} +2 -2
- package/package.json +42 -9
- package/dist/AxisRendererY-kADUad00.js +0 -18370
- package/dist/Box-B1AVyJ_s.js +0 -71
- package/dist/DateAxis-CMum47iz.js +0 -924
- package/dist/Input-CoIrGZAh.js +0 -326
- package/dist/InputLabel-CBuAYyuT.js +0 -1367
- package/dist/LineSeries-CfcpoYla.js +0 -549
- package/dist/OutlinedInput-B-iZoc9l.js +0 -450
- package/dist/Tabs-Cn42Z5QI.js +0 -789
- package/dist/components/collapsible-card/style.js +0 -49
- package/dist/components/profile-card/index.js +0 -80
- package/dist/components/profile-card/logic.js +0 -33
- package/dist/components/profile-card/styled.js +0 -43
- package/dist/components/tabs/appleTabs.style.js +0 -55
- package/dist/createStyled-BGx1I94c.js +0 -352
- package/dist/createTheme-CyC5HawC.js +0 -879
- package/dist/exactProp-cjT0t_Pt.js +0 -36
- package/dist/extendSxProp-FEpqY5_S.js +0 -30
- package/dist/index-DMSHuq6l.js +0 -688
- package/dist/index-SpeaLUQD.js +0 -10963
- package/dist/ol-lGwSyEIV.js +0 -15050
- package/dist/ownerDocument-CUrv0DIK.js +0 -6
- package/dist/ownerWindow-niciwP7I.js +0 -7
- package/dist/styled-B8ugzvji.js +0 -12
- package/dist/useId-BHG98T5I.js +0 -26
- package/dist/useTheme-C15Eq8KG.js +0 -18
- package/dist/useTheme-D-uii9iX.js +0 -10
- package/dist/useThemeProps-DRP1dikX.js +0 -95
package/dist/main.d.ts
CHANGED
|
@@ -3,12 +3,16 @@ import { BoxOwnProps } from '@mui/system';
|
|
|
3
3
|
import { BoxProps } from '@mui/material';
|
|
4
4
|
import { Collection } from 'ol';
|
|
5
5
|
import { CommonProps } from '@mui/material/OverridableComponent';
|
|
6
|
+
import { ComponentsOverrides } from '@mui/material';
|
|
7
|
+
import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material/styles';
|
|
6
8
|
import { Coordinate } from 'ol/coordinate';
|
|
9
|
+
import { CoordinateFormat } from 'ol/coordinate';
|
|
7
10
|
import { createTheme } from '@mui/material';
|
|
8
11
|
import { Dayjs } from 'dayjs';
|
|
9
12
|
import { default as default_2 } from 'react';
|
|
10
13
|
import { default as default_3 } from 'ol/layer/Layer';
|
|
11
14
|
import { default as default_4 } from 'ol/layer/Group';
|
|
15
|
+
import { default as default_5 } from 'ol/View';
|
|
12
16
|
import { DefaultsOptions } from 'ol/interaction/defaults';
|
|
13
17
|
import { DefaultsOptions as DefaultsOptions_2 } from 'ol/control/defaults';
|
|
14
18
|
import { DefaultValues } from 'react-hook-form';
|
|
@@ -22,7 +26,7 @@ import { GridRenderCellParams } from '@mui/x-data-grid';
|
|
|
22
26
|
import { GridRowParams } from '@mui/x-data-grid';
|
|
23
27
|
import { HTMLAttributes } from 'react';
|
|
24
28
|
import { IconButtonClasses } from '@mui/material';
|
|
25
|
-
import { IconButtonProps } from '@mui/material/IconButton';
|
|
29
|
+
import { IconButtonProps as IconButtonProps_2 } from '@mui/material/IconButton';
|
|
26
30
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
27
31
|
import { LocalizationProvider } from '@mui/x-date-pickers';
|
|
28
32
|
import { MUIStyledCommonProps } from '@mui/system';
|
|
@@ -43,7 +47,6 @@ import { Theme } from '@mui/material';
|
|
|
43
47
|
import { Theme as Theme_2 } from '@mui/material/styles';
|
|
44
48
|
import { ThemeOptions } from '@mui/material';
|
|
45
49
|
import { ThemeProvider } from '@mui/material';
|
|
46
|
-
import { View } from 'ol';
|
|
47
50
|
|
|
48
51
|
export declare function Access<T extends string>({ pagePath, feature, appRoles, fallback, loading, children, }: Props<T>): string | number | true | Iterable<ReactNode> | JSX_2.Element | null;
|
|
49
52
|
|
|
@@ -59,6 +62,11 @@ export declare namespace AccessUtils {
|
|
|
59
62
|
|
|
60
63
|
export { AdapterDayjs }
|
|
61
64
|
|
|
65
|
+
declare interface Aggregation {
|
|
66
|
+
label: string;
|
|
67
|
+
value: number | string;
|
|
68
|
+
}
|
|
69
|
+
|
|
62
70
|
declare function alert_2(title: string, message: string): Promise<unknown>;
|
|
63
71
|
export { alert_2 as alert }
|
|
64
72
|
|
|
@@ -70,6 +78,11 @@ declare interface AvatarType {
|
|
|
70
78
|
image: string;
|
|
71
79
|
}
|
|
72
80
|
|
|
81
|
+
export declare interface BaseInterval {
|
|
82
|
+
timeUnit: TimeUnit;
|
|
83
|
+
count: number;
|
|
84
|
+
}
|
|
85
|
+
|
|
73
86
|
declare interface ButtonType {
|
|
74
87
|
label: string;
|
|
75
88
|
startIcon?: React.ReactNode;
|
|
@@ -79,8 +92,25 @@ declare interface ButtonType {
|
|
|
79
92
|
|
|
80
93
|
export declare function CandlestickChart(inProps: CandlestickChartProps): JSX_2.Element;
|
|
81
94
|
|
|
95
|
+
export declare type CandlestickChartComponentOverride<Theme = unknown> = {
|
|
96
|
+
defaultProps?: Partial<CandlestickChartProps>;
|
|
97
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCandlestickChart"];
|
|
98
|
+
};
|
|
99
|
+
|
|
82
100
|
export declare interface CandlestickChartProps {
|
|
83
101
|
data: CandlestickData[];
|
|
102
|
+
baseInterval?: {
|
|
103
|
+
timeUnit:
|
|
104
|
+
| "millisecond"
|
|
105
|
+
| "second"
|
|
106
|
+
| "minute"
|
|
107
|
+
| "hour"
|
|
108
|
+
| "day"
|
|
109
|
+
| "week"
|
|
110
|
+
| "month"
|
|
111
|
+
| "year";
|
|
112
|
+
count: number;
|
|
113
|
+
};
|
|
84
114
|
height?: string | number;
|
|
85
115
|
width?: string | number;
|
|
86
116
|
chartId?: string;
|
|
@@ -140,7 +170,92 @@ declare interface CardProps {
|
|
|
140
170
|
loading?: boolean;
|
|
141
171
|
}
|
|
142
172
|
|
|
143
|
-
export declare
|
|
173
|
+
export declare interface ChartDimension {
|
|
174
|
+
value: string;
|
|
175
|
+
type: string;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export declare type ChartNameType =
|
|
179
|
+
| "HeatLegend"
|
|
180
|
+
| "XYChart"
|
|
181
|
+
| "MultipleValueAxes"
|
|
182
|
+
| "PieChart"
|
|
183
|
+
| "StackedAreaRadar"
|
|
184
|
+
| "StackedColumnChart"
|
|
185
|
+
| "LineChart"
|
|
186
|
+
| "NestedPie"
|
|
187
|
+
| "SingleLevelPackedCircles"
|
|
188
|
+
| "LogarithmicScale"
|
|
189
|
+
| "ColumnAndLineMix"
|
|
190
|
+
| "DrillDownTreemap"
|
|
191
|
+
| "DrillDownVoronoiTreemap"
|
|
192
|
+
| "CandlestickChart";
|
|
193
|
+
|
|
194
|
+
export declare interface ChartProps {
|
|
195
|
+
dimensions: ChartDimension[];
|
|
196
|
+
values: ChartValue[];
|
|
197
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
198
|
+
data: any[];
|
|
199
|
+
initDelay?: number;
|
|
200
|
+
interval?: string;
|
|
201
|
+
baseInterval?: BaseInterval;
|
|
202
|
+
/**
|
|
203
|
+
* Color palette used for series. Defaults to the lib's built-in viridis-cool
|
|
204
|
+
* palette. Pass `theme.palette.viridisCool` (or any sequential palette) from
|
|
205
|
+
* a custom theme to override per-deployment.
|
|
206
|
+
*/
|
|
207
|
+
colors?: readonly string[];
|
|
208
|
+
sx?: SxProps<Theme>;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export declare interface ChartValue {
|
|
212
|
+
name: string;
|
|
213
|
+
fieldName: string;
|
|
214
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
215
|
+
operator: any;
|
|
216
|
+
dataFieldName: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export declare function ChartWrapper(inProps: ChartWrapperProps): JSX_2.Element;
|
|
220
|
+
|
|
221
|
+
export declare type ChartWrapperComponentOverride<Theme = unknown> = {
|
|
222
|
+
defaultProps?: Partial<ChartWrapperProps>;
|
|
223
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCChartWrapper"];
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
export declare interface ChartWrapperProps extends ChartProps {
|
|
227
|
+
id?: number;
|
|
228
|
+
title: string;
|
|
229
|
+
description?: string;
|
|
230
|
+
type: ChartNameType;
|
|
231
|
+
series?: SeriesResponse[];
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export declare const CollapsibleCard: (props: CollapsibleCardProps) => JSX_2.Element;
|
|
235
|
+
|
|
236
|
+
export declare type CollapsibleCardComponentOverride<Theme = unknown> = {
|
|
237
|
+
defaultProps?: CollapsibleCardProps;
|
|
238
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCollapsibleCard"];
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
export declare interface CollapsibleCardProps {
|
|
242
|
+
header: React.ReactNode;
|
|
243
|
+
content: React.ReactNode;
|
|
244
|
+
actions?: React.ReactNode;
|
|
245
|
+
expanded?: boolean;
|
|
246
|
+
defaultExpanded?: boolean;
|
|
247
|
+
sx?: SxProps<Theme>;
|
|
248
|
+
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export declare function ColumnLineMix(inProps: ColumnLineMixProps): JSX_2.Element;
|
|
252
|
+
|
|
253
|
+
export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
|
|
254
|
+
defaultProps?: Partial<ColumnLineMixProps>;
|
|
255
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCColumnLineMix"];
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
export declare type ColumnLineMixProps = ChartProps;
|
|
144
259
|
|
|
145
260
|
export declare const ConditionalWrapper: React.FC<ConditionalWrapperProps>;
|
|
146
261
|
|
|
@@ -203,18 +318,66 @@ declare interface ContainerProps {
|
|
|
203
318
|
children?: default_2.ReactNode;
|
|
204
319
|
}
|
|
205
320
|
|
|
206
|
-
export declare const ContextMenu: React.FC<
|
|
321
|
+
export declare const ContextMenu: React.FC<Props_2>;
|
|
207
322
|
|
|
208
323
|
export { createTheme }
|
|
209
324
|
|
|
325
|
+
export declare function DataMap(inProps: DataMapProps): JSX_2.Element;
|
|
326
|
+
|
|
327
|
+
export declare type DataMapComponentOverride<Theme = unknown> = {
|
|
328
|
+
defaultProps?: Partial<DataMapProps>;
|
|
329
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDataMap"];
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
export declare interface DataMapProps {
|
|
333
|
+
title: string;
|
|
334
|
+
data: FV.SearchResult[];
|
|
335
|
+
payload: FV.SearchDTO;
|
|
336
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
337
|
+
/**
|
|
338
|
+
* Mapbox access token. Required for the basemap. Pass the consumer's
|
|
339
|
+
* Mapbox public token here. The lib does not ship a token.
|
|
340
|
+
*/
|
|
341
|
+
accessToken: string;
|
|
342
|
+
sx?: SxProps<Theme>;
|
|
343
|
+
}
|
|
344
|
+
|
|
210
345
|
declare interface DataType extends ItemProps {
|
|
211
346
|
idKey?: string;
|
|
212
347
|
children?: DataType[];
|
|
213
348
|
defaultSelected?: string[];
|
|
214
349
|
}
|
|
215
350
|
|
|
351
|
+
export declare type DateFilterValue =
|
|
352
|
+
| { type: "relative"; value: RelativeDatePreset }
|
|
353
|
+
| { type: "custom"; value: { min?: string; max?: string } };
|
|
354
|
+
|
|
355
|
+
export declare function DatePickerWithCustomRange(inProps: DatePickerWithCustomRangeProps): JSX_2.Element;
|
|
356
|
+
|
|
357
|
+
export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
|
|
358
|
+
defaultProps?: Partial<DatePickerWithCustomRangeProps>;
|
|
359
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDatePickerWithCustomRange"];
|
|
360
|
+
};
|
|
361
|
+
|
|
362
|
+
export declare interface DatePickerWithCustomRangeProps {
|
|
363
|
+
value: DateFilterValue | null;
|
|
364
|
+
onChange: (value: DateFilterValue) => void;
|
|
365
|
+
/**
|
|
366
|
+
* Optional override for the relative preset labels. Defaults to
|
|
367
|
+
* `DEFAULT_RELATIVE_PRESET_LABELS` (English). Pass a partial map to override
|
|
368
|
+
* only the labels you want to customize.
|
|
369
|
+
*/
|
|
370
|
+
presetLabels?: Partial<Record<RelativeDatePreset, string>>;
|
|
371
|
+
sx?: SxProps<Theme>;
|
|
372
|
+
}
|
|
373
|
+
|
|
216
374
|
export declare const DateTimePicker: (props: DateTimePickerProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
|
|
217
375
|
|
|
376
|
+
export declare type DateTimePickerComponentOverride<Theme = unknown> = {
|
|
377
|
+
defaultProps?: Partial<DateTimePickerProps>;
|
|
378
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
|
|
379
|
+
};
|
|
380
|
+
|
|
218
381
|
export declare type DateTimePickerLabelPosition = "default" | "top";
|
|
219
382
|
|
|
220
383
|
export declare interface DateTimePickerProps {
|
|
@@ -247,8 +410,25 @@ declare function decrypt(encryptionKey: any, base64data: string): Promise<{
|
|
|
247
410
|
|
|
248
411
|
declare const _default: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
249
412
|
|
|
413
|
+
/**
|
|
414
|
+
* Default English labels for the relative preset chips. Consumers can override
|
|
415
|
+
* any subset via the `presetLabels` prop.
|
|
416
|
+
*/
|
|
417
|
+
export declare const DEFAULT_RELATIVE_PRESET_LABELS: Record<RelativeDatePreset, string>;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* Built-in fallback palette (viridis-cool gradient). Charts use this when the
|
|
421
|
+
* consumer does not pass a `colors` prop.
|
|
422
|
+
*/
|
|
423
|
+
export declare const DEFAULT_VIRIDIS_COOL: readonly string[];
|
|
424
|
+
|
|
250
425
|
export declare const DisseminationList: (props: DisseminationListProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
|
|
251
426
|
|
|
427
|
+
export declare type DisseminationListComponentOverride<Theme = unknown> = {
|
|
428
|
+
defaultProps?: Partial<DisseminationListProps>;
|
|
429
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDisseminationList"];
|
|
430
|
+
};
|
|
431
|
+
|
|
252
432
|
export declare type DisseminationListLabelPosition = "default" | "left" | "top";
|
|
253
433
|
|
|
254
434
|
export declare interface DisseminationListProps {
|
|
@@ -263,6 +443,18 @@ export declare interface DisseminationListProps {
|
|
|
263
443
|
|
|
264
444
|
export declare type DisseminationListVariant = "standard" | "outlined" | "filled";
|
|
265
445
|
|
|
446
|
+
export declare function Divider(inProps: DividerProps): JSX_2.Element;
|
|
447
|
+
|
|
448
|
+
export declare type DividerComponentOverride<Theme = unknown> = {
|
|
449
|
+
defaultProps?: Partial<DividerProps>;
|
|
450
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDivider"];
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
export declare interface DividerProps {
|
|
454
|
+
orientation?: "horizontal" | "vertical";
|
|
455
|
+
sx?: SxProps<Theme>;
|
|
456
|
+
}
|
|
457
|
+
|
|
266
458
|
export declare const DocumentViewer: FC<DocumentViewerProps>;
|
|
267
459
|
|
|
268
460
|
declare interface DocumentViewerProps {
|
|
@@ -275,6 +467,24 @@ declare interface DocumentViewerProps {
|
|
|
275
467
|
onBookmark(): void;
|
|
276
468
|
}
|
|
277
469
|
|
|
470
|
+
export declare function DrillDownTreemap(inProps: DrillDownTreemapProps): JSX_2.Element;
|
|
471
|
+
|
|
472
|
+
export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
|
|
473
|
+
defaultProps?: Partial<DrillDownTreemapProps>;
|
|
474
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDrillDownTreemap"];
|
|
475
|
+
};
|
|
476
|
+
|
|
477
|
+
export declare type DrillDownTreemapProps = ChartProps;
|
|
478
|
+
|
|
479
|
+
export declare function DrillDownVoronoiTreemap(inProps: DrillDownVoronoiTreemapProps): JSX_2.Element;
|
|
480
|
+
|
|
481
|
+
export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
|
|
482
|
+
defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
|
|
483
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDrillDownVoronoiTreemap"];
|
|
484
|
+
};
|
|
485
|
+
|
|
486
|
+
export declare type DrillDownVoronoiTreemapProps = ChartProps;
|
|
487
|
+
|
|
278
488
|
declare function encrypt(encryptionKey: any, data: any): Promise<{
|
|
279
489
|
status: string;
|
|
280
490
|
data: string;
|
|
@@ -313,7 +523,7 @@ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIR
|
|
|
313
523
|
|
|
314
524
|
declare function generateKey(): Promise<CryptoKey>;
|
|
315
525
|
|
|
316
|
-
export declare const GeometryPicker: React.FC<
|
|
526
|
+
export declare const GeometryPicker: React.FC<Props_3>;
|
|
317
527
|
|
|
318
528
|
declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
319
529
|
|
|
@@ -328,8 +538,46 @@ declare const hasDataAccess: (role: string, access: AccessType, permissions: AUT
|
|
|
328
538
|
|
|
329
539
|
declare const hasUIAccess: <T extends string>(feature: FeatureType | T, permissions?: AUTH.PermissionType) => boolean;
|
|
330
540
|
|
|
541
|
+
export declare function HeatMap(inProps: HeatMapProps): JSX_2.Element;
|
|
542
|
+
|
|
543
|
+
export declare function Heatmap(inProps: HeatmapProps): JSX_2.Element;
|
|
544
|
+
|
|
545
|
+
export declare type HeatMapComponentOverride<Theme = unknown> = {
|
|
546
|
+
defaultProps?: Partial<HeatMapProps>;
|
|
547
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCHeatMap"];
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
export declare type HeatmapComponentOverride<Theme = unknown> = {
|
|
551
|
+
defaultProps?: Partial<HeatmapProps>;
|
|
552
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCHeatmap"];
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
export declare interface HeatMapProps {
|
|
556
|
+
title: string;
|
|
557
|
+
data: FV.SearchResult[];
|
|
558
|
+
payload: FV.SearchDTO;
|
|
559
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
560
|
+
/**
|
|
561
|
+
* Mapbox access token. Required for the basemap.
|
|
562
|
+
*/
|
|
563
|
+
accessToken: string;
|
|
564
|
+
/**
|
|
565
|
+
* Color stops used for both the OL heatmap layer's gradient and the legend.
|
|
566
|
+
* Order is low → high. Defaults to the lib's `DEFAULT_VIRIDIS_COOL`.
|
|
567
|
+
*/
|
|
568
|
+
gradient?: readonly string[];
|
|
569
|
+
sx?: SxProps<Theme>;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export declare type HeatmapProps = ChartProps;
|
|
573
|
+
|
|
331
574
|
export declare function HighlightLineChart(props: HighlightLineChartProps): JSX_2.Element;
|
|
332
575
|
|
|
576
|
+
export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
|
|
577
|
+
defaultProps?: HighlightLineChartProps;
|
|
578
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
|
|
579
|
+
};
|
|
580
|
+
|
|
333
581
|
export declare interface HighlightLineChartProps {
|
|
334
582
|
seriesData: LineSeriesData[];
|
|
335
583
|
height?: string | number;
|
|
@@ -341,7 +589,20 @@ export declare interface HighlightLineChartProps {
|
|
|
341
589
|
sx?: SxProps<Theme>;
|
|
342
590
|
}
|
|
343
591
|
|
|
344
|
-
export declare const IconButton:
|
|
592
|
+
export declare const IconButton: (props: IconButtonProps) => JSX_2.Element;
|
|
593
|
+
|
|
594
|
+
export declare type IconButtonComponentOverride<Theme = unknown> = {
|
|
595
|
+
defaultProps?: IconButtonProps;
|
|
596
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCIconButton"];
|
|
597
|
+
};
|
|
598
|
+
|
|
599
|
+
export declare interface IconButtonProps extends Omit<IconButtonProps_2, "variant"> {
|
|
600
|
+
variant?: IconButtonVariant;
|
|
601
|
+
startIcon?: React.ReactNode;
|
|
602
|
+
children: React.ReactNode;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export declare type IconButtonVariant = "default" | "vertical" | "mini";
|
|
345
606
|
|
|
346
607
|
declare function importKey(jwk: any): Promise<CryptoKey>;
|
|
347
608
|
|
|
@@ -557,14 +818,19 @@ declare interface InstanceTableProps {
|
|
|
557
818
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
558
819
|
}
|
|
559
820
|
|
|
560
|
-
export declare
|
|
821
|
+
export declare function InstanceVariableList(inProps: InstanceVariableListProps): JSX_2.Element;
|
|
822
|
+
|
|
823
|
+
export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
|
|
824
|
+
defaultProps?: Partial<InstanceVariableListProps>;
|
|
825
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceVariableList"];
|
|
826
|
+
};
|
|
561
827
|
|
|
562
828
|
export declare interface InstanceVariableListProps {
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
829
|
+
variables: INSTANCE.GroupedVariables;
|
|
830
|
+
template?: ONTOLOGY.TemplateType;
|
|
831
|
+
extraData?: VariableDataType[];
|
|
832
|
+
disableDividers?: boolean;
|
|
833
|
+
sx?: SxProps<Theme>;
|
|
568
834
|
}
|
|
569
835
|
|
|
570
836
|
declare interface ItemProps {
|
|
@@ -588,11 +854,16 @@ export declare namespace KeyProductionUtils {
|
|
|
588
854
|
}
|
|
589
855
|
}
|
|
590
856
|
|
|
591
|
-
export declare const KeyProtectionMenu: React.FC<
|
|
857
|
+
export declare const KeyProtectionMenu: React.FC<Props_4>;
|
|
592
858
|
|
|
593
|
-
export declare const LinearIndicator:
|
|
859
|
+
export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
|
|
594
860
|
|
|
595
|
-
declare
|
|
861
|
+
export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
|
|
862
|
+
defaultProps?: LinearIndicatorProps;
|
|
863
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCLinearIndicator"];
|
|
864
|
+
};
|
|
865
|
+
|
|
866
|
+
export declare interface LinearIndicatorProps {
|
|
596
867
|
value: number | number[];
|
|
597
868
|
positiveBarColor?: string | string[];
|
|
598
869
|
negativeBarColor?: string | string[];
|
|
@@ -601,8 +872,18 @@ declare interface LinearIndicatorProps {
|
|
|
601
872
|
showPositive?: boolean;
|
|
602
873
|
showNegative?: boolean;
|
|
603
874
|
showMiddle?: boolean;
|
|
875
|
+
sx?: SxProps<Theme>;
|
|
604
876
|
}
|
|
605
877
|
|
|
878
|
+
export declare function LineChart(inProps: LineChartProps): JSX_2.Element;
|
|
879
|
+
|
|
880
|
+
export declare type LineChartComponentOverride<Theme = unknown> = {
|
|
881
|
+
defaultProps?: Partial<LineChartProps>;
|
|
882
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCLineChart"];
|
|
883
|
+
};
|
|
884
|
+
|
|
885
|
+
export declare type LineChartProps = ChartProps;
|
|
886
|
+
|
|
606
887
|
export declare interface LineDataPoint {
|
|
607
888
|
date: number; // timestamp
|
|
608
889
|
value: number;
|
|
@@ -615,10 +896,19 @@ export declare interface LineSeriesData {
|
|
|
615
896
|
color?: string;
|
|
616
897
|
}
|
|
617
898
|
|
|
618
|
-
export declare const Loading: React.FC<
|
|
899
|
+
export declare const Loading: React.FC<Props_5>;
|
|
619
900
|
|
|
620
901
|
export { LocalizationProvider }
|
|
621
902
|
|
|
903
|
+
export declare function LogaritmicScale(inProps: LogaritmicScaleProps): JSX_2.Element;
|
|
904
|
+
|
|
905
|
+
export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
|
|
906
|
+
defaultProps?: Partial<LogaritmicScaleProps>;
|
|
907
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCLogaritmicScale"];
|
|
908
|
+
};
|
|
909
|
+
|
|
910
|
+
export declare type LogaritmicScaleProps = ChartProps;
|
|
911
|
+
|
|
622
912
|
declare namespace MAP {
|
|
623
913
|
interface Coordinate {
|
|
624
914
|
latitude: number;
|
|
@@ -632,7 +922,7 @@ declare namespace MAP {
|
|
|
632
922
|
|
|
633
923
|
interface OptionsType {
|
|
634
924
|
cursor?: string;
|
|
635
|
-
cssPosition?:
|
|
925
|
+
cssPosition?: 'absolute' | 'fixed' | 'relative';
|
|
636
926
|
interactions?: DefaultsOptions;
|
|
637
927
|
controls?: DefaultsOptions_2;
|
|
638
928
|
}
|
|
@@ -646,6 +936,24 @@ declare namespace MAP {
|
|
|
646
936
|
onInit?(): void;
|
|
647
937
|
}
|
|
648
938
|
|
|
939
|
+
interface KMLMarker {
|
|
940
|
+
icon: string;
|
|
941
|
+
geometry: string[];
|
|
942
|
+
clusterIcon: string;
|
|
943
|
+
data?: FV.SearchResult;
|
|
944
|
+
groupName?: string;
|
|
945
|
+
selected?: boolean;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
interface WKTMarker {
|
|
949
|
+
icon: string;
|
|
950
|
+
geometry: string[];
|
|
951
|
+
clusterIcon: string;
|
|
952
|
+
data?: FV.SearchResult;
|
|
953
|
+
groupName?: string;
|
|
954
|
+
selected?: boolean;
|
|
955
|
+
}
|
|
956
|
+
|
|
649
957
|
interface Handle {
|
|
650
958
|
addLayer(layer: any): void;
|
|
651
959
|
addOverlay(overlay: any): void;
|
|
@@ -657,6 +965,7 @@ declare namespace MAP {
|
|
|
657
965
|
getCoordinateFromPixel(pixel: Pixel): Coordinate;
|
|
658
966
|
getLayerGroup(): void;
|
|
659
967
|
getLayers(): Collection<default_3 | default_4>;
|
|
968
|
+
getPixelFromCoordinate(coordinate: Coordinate): Pixel;
|
|
660
969
|
getSize(): Size;
|
|
661
970
|
getZoomLevel(): number | undefined;
|
|
662
971
|
removeLayer(layer: any): void;
|
|
@@ -665,39 +974,19 @@ declare namespace MAP {
|
|
|
665
974
|
addInteraction(interaction: any): void;
|
|
666
975
|
removeInteraction(interaction: any): void;
|
|
667
976
|
on(eventName: string, callback: (event?: any) => void): void;
|
|
668
|
-
getView():
|
|
977
|
+
getView(): default_5;
|
|
669
978
|
getEventPixel(event: MouseEvent): Pixel;
|
|
670
|
-
getEventCoordinate(event: MouseEvent):
|
|
671
|
-
forEachFeatureAtPixel(pixel: Pixel): Feature;
|
|
979
|
+
getEventCoordinate(event: MouseEvent): CoordinateFormat;
|
|
980
|
+
forEachFeatureAtPixel(pixel: Pixel, hitTolerance?: number): Feature;
|
|
672
981
|
centerToFeature(feature: Feature<Geometry>, padding?: number[]): void;
|
|
673
|
-
centerToExtent(
|
|
674
|
-
extent: Extent,
|
|
675
|
-
minResolution?: number,
|
|
676
|
-
padding?: number[]
|
|
677
|
-
): void;
|
|
982
|
+
centerToExtent(extent: Extent, minResolution?: number, padding?: number[]): void;
|
|
678
983
|
setCenter(coordinate: Coordinate): void;
|
|
679
984
|
setZoomLevel(level: number): void;
|
|
680
985
|
updateSize(): void;
|
|
681
986
|
zoomIn(): void;
|
|
682
987
|
zoomOut(): void;
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
interface KMLMarker {
|
|
686
|
-
icon: string;
|
|
687
|
-
geometry: string[];
|
|
688
|
-
clusterIcon: string;
|
|
689
|
-
data?: any;
|
|
690
|
-
groupName?: string;
|
|
691
|
-
selected?: boolean;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
interface WKTMarker {
|
|
695
|
-
icon: string;
|
|
696
|
-
geometry: string[];
|
|
697
|
-
clusterIcon: string;
|
|
698
|
-
data?: any;
|
|
699
|
-
groupName?: string;
|
|
700
|
-
selected?: boolean;
|
|
988
|
+
getResolution(): number;
|
|
989
|
+
getResolutionForZoom(zoom: number): number;
|
|
701
990
|
}
|
|
702
991
|
}
|
|
703
992
|
|
|
@@ -707,7 +996,12 @@ export declare namespace Map_2 {
|
|
|
707
996
|
}
|
|
708
997
|
}
|
|
709
998
|
|
|
710
|
-
export declare const MetricCard: (props: MetricCardProps
|
|
999
|
+
export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
|
|
1000
|
+
|
|
1001
|
+
export declare type MetricCardComponentOverride<Theme = unknown> = {
|
|
1002
|
+
defaultProps?: MetricCardProps;
|
|
1003
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
|
|
1004
|
+
};
|
|
711
1005
|
|
|
712
1006
|
export declare interface MetricCardDataPoint {
|
|
713
1007
|
t: string; // ISO date
|
|
@@ -769,6 +1063,46 @@ declare type MousePosition = {
|
|
|
769
1063
|
left: number;
|
|
770
1064
|
};
|
|
771
1065
|
|
|
1066
|
+
export declare function MultipleValueAxes(inProps: MultipleValueAxesProps): JSX_2.Element;
|
|
1067
|
+
|
|
1068
|
+
export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
|
|
1069
|
+
defaultProps?: Partial<MultipleValueAxesProps>;
|
|
1070
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCMultipleValueAxes"];
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
export declare type MultipleValueAxesProps = ChartProps;
|
|
1074
|
+
|
|
1075
|
+
export declare function NestedPie(inProps: NestedPieProps): JSX_2.Element;
|
|
1076
|
+
|
|
1077
|
+
export declare type NestedPieComponentOverride<Theme = unknown> = {
|
|
1078
|
+
defaultProps?: Partial<NestedPieProps>;
|
|
1079
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCNestedPie"];
|
|
1080
|
+
};
|
|
1081
|
+
|
|
1082
|
+
export declare type NestedPieProps = ChartProps;
|
|
1083
|
+
|
|
1084
|
+
export declare function ObjectProfileCard(inProps: ObjectProfileCardProps): JSX_2.Element | null;
|
|
1085
|
+
|
|
1086
|
+
export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
|
|
1087
|
+
defaultProps?: Partial<ObjectProfileCardProps>;
|
|
1088
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCObjectProfileCard"];
|
|
1089
|
+
};
|
|
1090
|
+
|
|
1091
|
+
export declare interface ObjectProfileCardProps {
|
|
1092
|
+
data: INSTANCE.Object;
|
|
1093
|
+
templates?: Map<string | number, API.ObjectOntology>;
|
|
1094
|
+
/**
|
|
1095
|
+
* Whether avatar upload is currently in progress. Forwarded to the avatar.
|
|
1096
|
+
*/
|
|
1097
|
+
avatarUploading?: boolean;
|
|
1098
|
+
/**
|
|
1099
|
+
* Called when the user picks a new avatar file. If omitted, the avatar is
|
|
1100
|
+
* read-only.
|
|
1101
|
+
*/
|
|
1102
|
+
onAvatarUpload?: (file: File) => void;
|
|
1103
|
+
sx?: SxProps<Theme>;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
772
1106
|
declare interface OptionsType {
|
|
773
1107
|
confirmButtonText?: string;
|
|
774
1108
|
cancelButtonText?: string;
|
|
@@ -777,9 +1111,23 @@ declare interface OptionsType {
|
|
|
777
1111
|
|
|
778
1112
|
declare type OrientationType_2 = "portrait" | "landscape";
|
|
779
1113
|
|
|
1114
|
+
export declare function PackedCircles(inProps: PackedCirclesProps): JSX_2.Element;
|
|
1115
|
+
|
|
1116
|
+
export declare type PackedCirclesComponentOverride<Theme = unknown> = {
|
|
1117
|
+
defaultProps?: Partial<PackedCirclesProps>;
|
|
1118
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPackedCircles"];
|
|
1119
|
+
};
|
|
1120
|
+
|
|
1121
|
+
export declare type PackedCirclesProps = ChartProps;
|
|
1122
|
+
|
|
780
1123
|
export declare function PaginatedList(inProps: PaginatedListProps): JSX_2.Element;
|
|
781
1124
|
|
|
782
|
-
declare
|
|
1125
|
+
export declare type PaginatedListComponentOverride<Theme = unknown> = {
|
|
1126
|
+
defaultProps?: Partial<PaginatedListProps>;
|
|
1127
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
|
|
1128
|
+
};
|
|
1129
|
+
|
|
1130
|
+
export declare interface PaginatedListItem {
|
|
783
1131
|
id: number;
|
|
784
1132
|
title: string;
|
|
785
1133
|
description: string;
|
|
@@ -793,10 +1141,34 @@ export declare interface PaginatedListProps {
|
|
|
793
1141
|
payload?: Partial<FV.SearchDTO>;
|
|
794
1142
|
onChange?: (params: Partial<FV.SearchDTO>) => void;
|
|
795
1143
|
onItemClick?: (item: PaginatedListItem) => void;
|
|
1144
|
+
/**
|
|
1145
|
+
* Enable selection mode. When `true`, items render with a checkbox and
|
|
1146
|
+
* clicking an item toggles its selection instead of calling `onItemClick`.
|
|
1147
|
+
* Controlled — pair with `selected` and `onSelectionChange`.
|
|
1148
|
+
*/
|
|
1149
|
+
selectionMode?: boolean;
|
|
1150
|
+
/** Currently selected item ids (controlled). */
|
|
1151
|
+
selected?: number[];
|
|
1152
|
+
/** Fires when the selection set changes in selection mode. */
|
|
1153
|
+
onSelectionChange?: (selected: number[], item: PaginatedListItem) => void;
|
|
796
1154
|
sx?: SxProps<Theme>;
|
|
797
1155
|
}
|
|
798
1156
|
|
|
799
|
-
export declare
|
|
1157
|
+
export declare interface PaginatedListSnapshot {
|
|
1158
|
+
title?: string;
|
|
1159
|
+
data: PaginatedListItem[];
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
export declare const PhoneInput: React.FC<Props_6>;
|
|
1163
|
+
|
|
1164
|
+
export declare function PieChart(inProps: PieChartProps): JSX_2.Element;
|
|
1165
|
+
|
|
1166
|
+
export declare type PieChartComponentOverride<Theme = unknown> = {
|
|
1167
|
+
defaultProps?: Partial<PieChartProps>;
|
|
1168
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPieChart"];
|
|
1169
|
+
};
|
|
1170
|
+
|
|
1171
|
+
export declare type PieChartProps = ChartProps;
|
|
800
1172
|
|
|
801
1173
|
export declare const PropertyFilterInput: FC<PropertyProps>;
|
|
802
1174
|
|
|
@@ -835,32 +1207,7 @@ declare interface Props<T extends string> {
|
|
|
835
1207
|
children?: default_2.ReactNode;
|
|
836
1208
|
}
|
|
837
1209
|
|
|
838
|
-
declare interface Props_10 {
|
|
839
|
-
data: DataType[];
|
|
840
|
-
idKey?: string;
|
|
841
|
-
selected?: string[];
|
|
842
|
-
expanded?: string[];
|
|
843
|
-
disabled?: string[];
|
|
844
|
-
disableSearch?: boolean;
|
|
845
|
-
onChange?(id: string, checked: boolean): void;
|
|
846
|
-
onExpansionToggle?(
|
|
847
|
-
event: React.SyntheticEvent,
|
|
848
|
-
itemId: string,
|
|
849
|
-
isExpanded: boolean
|
|
850
|
-
): void;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
1210
|
declare interface Props_2 {
|
|
854
|
-
header: React.ReactNode;
|
|
855
|
-
content: React.ReactNode;
|
|
856
|
-
expanded?: boolean;
|
|
857
|
-
defaultExpanded?: boolean;
|
|
858
|
-
actions?: React.ReactNode;
|
|
859
|
-
sx?: SxProps;
|
|
860
|
-
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
declare interface Props_3 {
|
|
864
1211
|
open: boolean;
|
|
865
1212
|
buttons: ButtonType[];
|
|
866
1213
|
position?: MousePosition;
|
|
@@ -869,7 +1216,7 @@ declare interface Props_3 {
|
|
|
869
1216
|
onClose?(): void;
|
|
870
1217
|
}
|
|
871
1218
|
|
|
872
|
-
declare interface
|
|
1219
|
+
declare interface Props_3 {
|
|
873
1220
|
/**
|
|
874
1221
|
*
|
|
875
1222
|
*/
|
|
@@ -898,41 +1245,22 @@ declare interface Props_4 {
|
|
|
898
1245
|
onChange?(value: string): void;
|
|
899
1246
|
}
|
|
900
1247
|
|
|
901
|
-
declare interface
|
|
902
|
-
/**
|
|
903
|
-
*
|
|
904
|
-
*/
|
|
905
|
-
variant?: "default" | "vertical" | "mini";
|
|
906
|
-
/**
|
|
907
|
-
*
|
|
908
|
-
*/
|
|
909
|
-
startIcon?: React.ReactNode;
|
|
910
|
-
/**
|
|
911
|
-
*
|
|
912
|
-
*/
|
|
913
|
-
onclick?(): void;
|
|
914
|
-
/**
|
|
915
|
-
*
|
|
916
|
-
*/
|
|
917
|
-
children: React.ReactNode;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
declare interface Props_6 {
|
|
1248
|
+
declare interface Props_4 {
|
|
921
1249
|
encryptionKey: CryptoKey | null;
|
|
922
1250
|
}
|
|
923
1251
|
|
|
924
|
-
declare interface
|
|
1252
|
+
declare interface Props_5 extends StyleProps {
|
|
925
1253
|
show: boolean;
|
|
926
1254
|
}
|
|
927
1255
|
|
|
928
|
-
declare interface
|
|
1256
|
+
declare interface Props_6 {
|
|
929
1257
|
label?: string;
|
|
930
1258
|
value: string;
|
|
931
1259
|
placeholder?: string;
|
|
932
1260
|
onChange(value: string): void;
|
|
933
1261
|
}
|
|
934
1262
|
|
|
935
|
-
declare interface
|
|
1263
|
+
declare interface Props_7 {
|
|
936
1264
|
values: FV.TemplateFilter[];
|
|
937
1265
|
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
938
1266
|
inputVariant?: "standard" | "outlined" | "filled";
|
|
@@ -942,28 +1270,122 @@ declare interface Props_9 {
|
|
|
942
1270
|
onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
|
|
943
1271
|
}
|
|
944
1272
|
|
|
945
|
-
declare
|
|
946
|
-
|
|
947
|
-
|
|
1273
|
+
declare interface Props_8 {
|
|
1274
|
+
data: DataType[];
|
|
1275
|
+
idKey?: string;
|
|
1276
|
+
selected?: string[];
|
|
1277
|
+
expanded?: string[];
|
|
1278
|
+
disabled?: string[];
|
|
1279
|
+
disableSearch?: boolean;
|
|
1280
|
+
onChange?(id: string, checked: boolean): void;
|
|
1281
|
+
onExpansionToggle?(
|
|
1282
|
+
event: React.SyntheticEvent,
|
|
1283
|
+
itemId: string,
|
|
1284
|
+
isExpanded: boolean
|
|
1285
|
+
): void;
|
|
1286
|
+
}
|
|
948
1287
|
|
|
949
|
-
export declare interface
|
|
950
|
-
|
|
1288
|
+
export declare interface PrrItem {
|
|
1289
|
+
id: string;
|
|
1290
|
+
templateId: string;
|
|
1291
|
+
title: string;
|
|
1292
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1293
|
+
description: any;
|
|
1294
|
+
templateName: string;
|
|
1295
|
+
templateType: string;
|
|
1296
|
+
createDate: number;
|
|
1297
|
+
createUser: string;
|
|
1298
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1299
|
+
updateDate: any;
|
|
1300
|
+
updateUser: string;
|
|
1301
|
+
variables: INSTANCE.GroupedVariables;
|
|
951
1302
|
}
|
|
952
1303
|
|
|
953
|
-
declare
|
|
954
|
-
|
|
1304
|
+
export declare function PrrMap(inProps: PrrMapProps): JSX_2.Element;
|
|
1305
|
+
|
|
1306
|
+
export declare type PrrMapComponentOverride<Theme = unknown> = {
|
|
1307
|
+
defaultProps?: Partial<PrrMapProps>;
|
|
1308
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPrrMap"];
|
|
1309
|
+
};
|
|
1310
|
+
|
|
1311
|
+
export declare interface PrrMapProps {
|
|
1312
|
+
title: string;
|
|
1313
|
+
data: PrrItem[];
|
|
1314
|
+
payload: FV.SearchDTO;
|
|
1315
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
1316
|
+
/**
|
|
1317
|
+
* Mapbox access token. Required for the basemap.
|
|
1318
|
+
*/
|
|
1319
|
+
accessToken: string;
|
|
1320
|
+
sx?: SxProps<Theme>;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
export declare function RasterGridMap(inProps: RasterGridMapProps): JSX_2.Element;
|
|
1324
|
+
|
|
1325
|
+
export declare type RasterGridMapComponentOverride<Theme = unknown> = {
|
|
1326
|
+
defaultProps?: Partial<RasterGridMapProps>;
|
|
1327
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCRasterGridMap"];
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
export declare interface RasterGridMapProps {
|
|
1331
|
+
title: string;
|
|
1332
|
+
data: FV.HeatMapResponseDTO;
|
|
1333
|
+
payload: FV.HeatMapRequestDTO;
|
|
1334
|
+
onPayloadUpdate(payload: FV.HeatMapRequestDTO): void;
|
|
1335
|
+
/**
|
|
1336
|
+
* Mapbox access token. Required for the basemap.
|
|
1337
|
+
*/
|
|
1338
|
+
accessToken: string;
|
|
1339
|
+
/**
|
|
1340
|
+
* Color stops used for the heat scale. Order is low → high. Defaults to the
|
|
1341
|
+
* lib's `DEFAULT_VIRIDIS_COOL` (reversed internally so high values get the
|
|
1342
|
+
* cooler end of the gradient).
|
|
1343
|
+
*/
|
|
1344
|
+
palette?: readonly string[];
|
|
1345
|
+
sx?: SxProps<Theme>;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
declare function register(): Promise<Credential | null>;
|
|
1349
|
+
|
|
1350
|
+
export declare type RelativeDatePreset =
|
|
1351
|
+
| "TODAY"
|
|
1352
|
+
| "YESTERDAY"
|
|
1353
|
+
| "THIS_WEEK"
|
|
1354
|
+
| "LAST_7_DAYS"
|
|
1355
|
+
| "THIS_MONTH"
|
|
1356
|
+
| "LAST_30_DAYS"
|
|
1357
|
+
| "LAST_MONTH"
|
|
1358
|
+
| "LAST_3_MONTHS"
|
|
1359
|
+
| "THIS_YEAR"
|
|
1360
|
+
| "LAST_YEAR";
|
|
1361
|
+
|
|
1362
|
+
export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
|
|
1363
|
+
|
|
1364
|
+
export declare type SearchInputComponentOverride<Theme = unknown> = {
|
|
1365
|
+
defaultProps?: SearchInputProps;
|
|
1366
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSearchInput"];
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
export declare type SearchInputIconSize = "small" | "medium" | "large";
|
|
1370
|
+
|
|
1371
|
+
export declare interface SearchInputProps {
|
|
1372
|
+
defaultValue?: string;
|
|
955
1373
|
label?: string;
|
|
956
1374
|
placeholder?: string;
|
|
957
1375
|
fullWidth?: boolean;
|
|
958
1376
|
disableLabel?: boolean;
|
|
959
|
-
variant?:
|
|
960
|
-
size?:
|
|
961
|
-
iconSize?:
|
|
962
|
-
sx?:
|
|
1377
|
+
variant?: SearchInputVariant;
|
|
1378
|
+
size?: SearchInputSize;
|
|
1379
|
+
iconSize?: SearchInputIconSize;
|
|
1380
|
+
sx?: SxProps<Theme>;
|
|
963
1381
|
onChange?(value: string): void;
|
|
964
1382
|
onSubmit?(value: string | undefined): void;
|
|
965
1383
|
}
|
|
966
1384
|
|
|
1385
|
+
export declare type SearchInputSize = "small" | "medium";
|
|
1386
|
+
|
|
1387
|
+
export declare type SearchInputVariant = "outlined" | "filled" | "standard";
|
|
1388
|
+
|
|
967
1389
|
export declare const SecurityLevel: React.FC<SecurityLevelProps>;
|
|
968
1390
|
|
|
969
1391
|
declare interface SecurityLevelConfig {
|
|
@@ -1023,6 +1445,73 @@ declare interface SecurityLevelProps {
|
|
|
1023
1445
|
onChange(value: number): void;
|
|
1024
1446
|
}
|
|
1025
1447
|
|
|
1448
|
+
export declare interface SeriesPoint {
|
|
1449
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1450
|
+
t: any;
|
|
1451
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1452
|
+
v: any;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export declare interface SeriesResponse {
|
|
1456
|
+
type: string;
|
|
1457
|
+
label: string;
|
|
1458
|
+
propertyId?: string;
|
|
1459
|
+
points?: SeriesPoint[];
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
export declare function SimplePivotTable(inProps: SimplePivotTableProps): JSX_2.Element;
|
|
1463
|
+
|
|
1464
|
+
export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
|
|
1465
|
+
defaultProps?: Partial<SimplePivotTableProps>;
|
|
1466
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSimplePivotTable"];
|
|
1467
|
+
};
|
|
1468
|
+
|
|
1469
|
+
export declare interface SimplePivotTableProps {
|
|
1470
|
+
title: string;
|
|
1471
|
+
description?: string;
|
|
1472
|
+
dimensions: ChartDimension[];
|
|
1473
|
+
values: ChartValue[];
|
|
1474
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1475
|
+
data: any[];
|
|
1476
|
+
sx?: SxProps<Theme>;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
export declare interface SimplePivotTableSnapshot
|
|
1480
|
+
extends Omit<SimplePivotTableProps, "sx"> {
|
|
1481
|
+
aggregations: Aggregation[];
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
export declare function StackedAreaRadar(inProps: StackedAreaRadarProps): JSX_2.Element;
|
|
1485
|
+
|
|
1486
|
+
export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
|
|
1487
|
+
defaultProps?: Partial<StackedAreaRadarProps>;
|
|
1488
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCStackedAreaRadar"];
|
|
1489
|
+
};
|
|
1490
|
+
|
|
1491
|
+
export declare type StackedAreaRadarProps = ChartProps;
|
|
1492
|
+
|
|
1493
|
+
export declare function StackedColumnChart(inProps: StackedColumnChartProps): JSX_2.Element;
|
|
1494
|
+
|
|
1495
|
+
export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
|
|
1496
|
+
defaultProps?: Partial<StackedColumnChartProps>;
|
|
1497
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCStackedColumnChart"];
|
|
1498
|
+
};
|
|
1499
|
+
|
|
1500
|
+
export declare type StackedColumnChartProps = ChartProps;
|
|
1501
|
+
|
|
1502
|
+
export declare function StaticText(inProps: StaticTextProps): JSX_2.Element;
|
|
1503
|
+
|
|
1504
|
+
export declare type StaticTextComponentOverride<Theme = unknown> = {
|
|
1505
|
+
defaultProps?: Partial<StaticTextProps>;
|
|
1506
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCStaticText"];
|
|
1507
|
+
};
|
|
1508
|
+
|
|
1509
|
+
export declare interface StaticTextProps {
|
|
1510
|
+
/** HTML string to render. Rendered via `dangerouslySetInnerHTML`. */
|
|
1511
|
+
content?: string;
|
|
1512
|
+
sx?: SxProps<Theme>;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1026
1515
|
declare interface StyleProps extends BoxProps {
|
|
1027
1516
|
overlay?: boolean;
|
|
1028
1517
|
overlayColor?: string;
|
|
@@ -1048,7 +1537,7 @@ declare interface SubmitButton_2 {
|
|
|
1048
1537
|
onClick?(): void;
|
|
1049
1538
|
}
|
|
1050
1539
|
|
|
1051
|
-
declare interface TabContent {
|
|
1540
|
+
export declare interface TabContent {
|
|
1052
1541
|
label: string;
|
|
1053
1542
|
content?: React.ReactNode;
|
|
1054
1543
|
badgeContent?: string | number;
|
|
@@ -1066,19 +1555,26 @@ declare interface TabItem {
|
|
|
1066
1555
|
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1067
1556
|
}
|
|
1068
1557
|
|
|
1069
|
-
export declare const Tabs:
|
|
1558
|
+
export declare const Tabs: (props: TabsProps) => JSX_2.Element;
|
|
1559
|
+
|
|
1560
|
+
export declare type TabsComponentOverride<Theme = unknown> = {
|
|
1561
|
+
defaultProps?: TabsProps;
|
|
1562
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCTabs"];
|
|
1563
|
+
};
|
|
1070
1564
|
|
|
1071
1565
|
export declare interface TabsProps extends TabsProps_2 {
|
|
1072
1566
|
id?: string;
|
|
1073
1567
|
defaultActive?: number;
|
|
1074
1568
|
tabContents: TabContent[];
|
|
1075
|
-
styleVariant?:
|
|
1569
|
+
styleVariant?: TabsStyleVariant;
|
|
1076
1570
|
tabPanelStyle?: React.CSSProperties;
|
|
1077
1571
|
bottomOffset?: number;
|
|
1078
1572
|
disableHashState?: boolean;
|
|
1079
1573
|
onChange?(value: any): void;
|
|
1080
1574
|
}
|
|
1081
1575
|
|
|
1576
|
+
export declare type TabsStyleVariant = "DEFAULT" | "APPLE";
|
|
1577
|
+
|
|
1082
1578
|
declare interface TemplateFilterProps {
|
|
1083
1579
|
tabs: TabItem[];
|
|
1084
1580
|
}
|
|
@@ -1150,12 +1646,58 @@ K extends
|
|
|
1150
1646
|
onCatalogueInstanceSearchSubmit?(value?: string): void;
|
|
1151
1647
|
}
|
|
1152
1648
|
|
|
1153
|
-
export declare const TemplatePropertyFilters: FC<
|
|
1649
|
+
export declare const TemplatePropertyFilters: FC<Props_7>;
|
|
1154
1650
|
|
|
1155
1651
|
export { ThemeOptions }
|
|
1156
1652
|
|
|
1157
1653
|
export { ThemeProvider }
|
|
1158
1654
|
|
|
1655
|
+
export declare type TimelineComponentOverride<Theme = unknown> = {
|
|
1656
|
+
defaultProps?: Partial<TimelineProps>;
|
|
1657
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTimeline"];
|
|
1658
|
+
};
|
|
1659
|
+
|
|
1660
|
+
export declare interface TimelineItem {
|
|
1661
|
+
id: number | string;
|
|
1662
|
+
title: string;
|
|
1663
|
+
startDate?: string;
|
|
1664
|
+
description?: string;
|
|
1665
|
+
timestamp?: number;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
export declare interface TimelineProps {
|
|
1669
|
+
data: TimelineItem[];
|
|
1670
|
+
title?: string;
|
|
1671
|
+
loading?: boolean;
|
|
1672
|
+
/**
|
|
1673
|
+
* How many items to show before the "Load more" button appears. The user can
|
|
1674
|
+
* load `pageSize` more items per click. Defaults to 5.
|
|
1675
|
+
*/
|
|
1676
|
+
pageSize?: number;
|
|
1677
|
+
/**
|
|
1678
|
+
* Optional custom node rendered inside each `TimelineDot`. Defaults to a
|
|
1679
|
+
* small filled dot. Pass an icon element to customize per-deployment.
|
|
1680
|
+
*/
|
|
1681
|
+
dotIcon?: ReactNode;
|
|
1682
|
+
/**
|
|
1683
|
+
* Locale passed to `Intl.DateTimeFormat`. Defaults to "en-US".
|
|
1684
|
+
*/
|
|
1685
|
+
locale?: string;
|
|
1686
|
+
sx?: SxProps<Theme>;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
export declare function TimelineWidget(inProps: TimelineProps): JSX_2.Element;
|
|
1690
|
+
|
|
1691
|
+
export declare type TimeUnit =
|
|
1692
|
+
| "millisecond"
|
|
1693
|
+
| "second"
|
|
1694
|
+
| "minute"
|
|
1695
|
+
| "hour"
|
|
1696
|
+
| "day"
|
|
1697
|
+
| "week"
|
|
1698
|
+
| "month"
|
|
1699
|
+
| "year";
|
|
1700
|
+
|
|
1159
1701
|
export declare const TreeSelect: FC<TreeSelectProps>;
|
|
1160
1702
|
|
|
1161
1703
|
declare interface TreeSelectProps {
|
|
@@ -1169,7 +1711,7 @@ declare interface TreeSelectProps {
|
|
|
1169
1711
|
onChange(id: string, checked: boolean): void;
|
|
1170
1712
|
}
|
|
1171
1713
|
|
|
1172
|
-
export declare const TreeViewFilter: FC<
|
|
1714
|
+
export declare const TreeViewFilter: FC<Props_8>;
|
|
1173
1715
|
|
|
1174
1716
|
export declare const Uploader: FC<UploaderProps>;
|
|
1175
1717
|
|
|
@@ -1185,6 +1727,13 @@ declare interface UploaderProps {
|
|
|
1185
1727
|
uploadAction(file: any): Promise<string>;
|
|
1186
1728
|
}
|
|
1187
1729
|
|
|
1730
|
+
export declare interface VariableDataType {
|
|
1731
|
+
title: string;
|
|
1732
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1733
|
+
value: any;
|
|
1734
|
+
type: string;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1188
1737
|
export declare const Widget: {
|
|
1189
1738
|
Root: StyledComponent<Pick<{
|
|
1190
1739
|
children?: React.ReactNode;
|
|
@@ -1207,31 +1756,384 @@ export declare const Widget: {
|
|
|
1207
1756
|
}, keyof BoxOwnProps<Theme>>, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1208
1757
|
};
|
|
1209
1758
|
|
|
1759
|
+
export declare type WidgetComponentOverride<Theme = unknown> = {
|
|
1760
|
+
defaultProps?: WidgetProps;
|
|
1761
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
|
|
1762
|
+
};
|
|
1763
|
+
|
|
1210
1764
|
export declare interface WidgetProps {
|
|
1211
1765
|
sx?: SxProps<Theme>;
|
|
1212
1766
|
}
|
|
1213
1767
|
|
|
1768
|
+
export declare function XYChart(inProps: XYChartProps): JSX_2.Element;
|
|
1769
|
+
|
|
1770
|
+
export declare type XYChartComponentOverride<Theme = unknown> = {
|
|
1771
|
+
defaultProps?: Partial<XYChartProps>;
|
|
1772
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCXYChart"];
|
|
1773
|
+
};
|
|
1774
|
+
|
|
1775
|
+
export declare type XYChartProps = ChartProps;
|
|
1776
|
+
|
|
1214
1777
|
export { }
|
|
1215
1778
|
|
|
1216
1779
|
|
|
1217
1780
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1781
|
+
declare module "@mui/material/styles" {
|
|
1782
|
+
interface ComponentNameToClassKey {
|
|
1783
|
+
HCCandlestickChart: "root";
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
interface ComponentsPropsList {
|
|
1787
|
+
HCCandlestickChart: Partial<CandlestickChartProps>;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
interface Components<Theme = unknown> {
|
|
1791
|
+
HCCandlestickChart?: CandlestickChartComponentOverride<Theme>;
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
declare module "@mui/material/styles" {
|
|
1798
|
+
interface ComponentNameToClassKey {
|
|
1799
|
+
HCColumnLineMix: "root";
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
interface ComponentsPropsList {
|
|
1803
|
+
HCColumnLineMix: Partial<ColumnLineMixProps>;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
interface Components<Theme = unknown> {
|
|
1807
|
+
HCColumnLineMix?: ColumnLineMixComponentOverride<Theme>;
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
declare module "@mui/material/styles" {
|
|
1814
|
+
interface ComponentNameToClassKey {
|
|
1815
|
+
HCDrillDownTreemap: "root";
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
interface ComponentsPropsList {
|
|
1819
|
+
HCDrillDownTreemap: Partial<DrillDownTreemapProps>;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
interface Components<Theme = unknown> {
|
|
1823
|
+
HCDrillDownTreemap?: DrillDownTreemapComponentOverride<Theme>;
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
declare module "@mui/material/styles" {
|
|
1830
|
+
interface ComponentNameToClassKey {
|
|
1831
|
+
HCDrillDownVoronoiTreemap: "root";
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
interface ComponentsPropsList {
|
|
1835
|
+
HCDrillDownVoronoiTreemap: Partial<DrillDownVoronoiTreemapProps>;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
interface Components<Theme = unknown> {
|
|
1839
|
+
HCDrillDownVoronoiTreemap?: DrillDownVoronoiTreemapComponentOverride<Theme>;
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
declare module "@mui/material/styles" {
|
|
1846
|
+
interface ComponentNameToClassKey {
|
|
1847
|
+
HCHeatmap: "root";
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
interface ComponentsPropsList {
|
|
1851
|
+
HCHeatmap: Partial<HeatmapProps>;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
interface Components<Theme = unknown> {
|
|
1855
|
+
HCHeatmap?: HeatmapComponentOverride<Theme>;
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
declare module "@mui/material/styles" {
|
|
1862
|
+
interface ComponentNameToClassKey {
|
|
1863
|
+
HCLineChart: "root";
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
interface ComponentsPropsList {
|
|
1867
|
+
HCLineChart: Partial<LineChartProps>;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
interface Components<Theme = unknown> {
|
|
1871
|
+
HCLineChart?: LineChartComponentOverride<Theme>;
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
declare module "@mui/material/styles" {
|
|
1878
|
+
interface ComponentNameToClassKey {
|
|
1879
|
+
HCLogaritmicScale: "root";
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
interface ComponentsPropsList {
|
|
1883
|
+
HCLogaritmicScale: Partial<LogaritmicScaleProps>;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
interface Components<Theme = unknown> {
|
|
1887
|
+
HCLogaritmicScale?: LogaritmicScaleComponentOverride<Theme>;
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
declare module "@mui/material/styles" {
|
|
1894
|
+
interface ComponentNameToClassKey {
|
|
1895
|
+
HCMultipleValueAxes: "root";
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
interface ComponentsPropsList {
|
|
1899
|
+
HCMultipleValueAxes: Partial<MultipleValueAxesProps>;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
interface Components<Theme = unknown> {
|
|
1903
|
+
HCMultipleValueAxes?: MultipleValueAxesComponentOverride<Theme>;
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
declare module "@mui/material/styles" {
|
|
1910
|
+
interface ComponentNameToClassKey {
|
|
1911
|
+
HCNestedPie: "root";
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
interface ComponentsPropsList {
|
|
1915
|
+
HCNestedPie: Partial<NestedPieProps>;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
interface Components<Theme = unknown> {
|
|
1919
|
+
HCNestedPie?: NestedPieComponentOverride<Theme>;
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
declare module "@mui/material/styles" {
|
|
1926
|
+
interface ComponentNameToClassKey {
|
|
1927
|
+
HCPackedCircles: "root";
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
interface ComponentsPropsList {
|
|
1931
|
+
HCPackedCircles: Partial<PackedCirclesProps>;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
interface Components<Theme = unknown> {
|
|
1935
|
+
HCPackedCircles?: PackedCirclesComponentOverride<Theme>;
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
declare module "@mui/material/styles" {
|
|
1942
|
+
interface ComponentNameToClassKey {
|
|
1943
|
+
HCPieChart: "root";
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
interface ComponentsPropsList {
|
|
1947
|
+
HCPieChart: Partial<PieChartProps>;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
interface Components<Theme = unknown> {
|
|
1951
|
+
HCPieChart?: PieChartComponentOverride<Theme>;
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
declare module "@mui/material/styles" {
|
|
1958
|
+
interface ComponentNameToClassKey {
|
|
1959
|
+
HCStackedAreaRadar: "root";
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
interface ComponentsPropsList {
|
|
1963
|
+
HCStackedAreaRadar: Partial<StackedAreaRadarProps>;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
interface Components<Theme = unknown> {
|
|
1967
|
+
HCStackedAreaRadar?: StackedAreaRadarComponentOverride<Theme>;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
declare module "@mui/material/styles" {
|
|
1974
|
+
interface ComponentNameToClassKey {
|
|
1975
|
+
HCStackedColumnChart: "root";
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
interface ComponentsPropsList {
|
|
1979
|
+
HCStackedColumnChart: Partial<StackedColumnChartProps>;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
interface Components<Theme = unknown> {
|
|
1983
|
+
HCStackedColumnChart?: StackedColumnChartComponentOverride<Theme>;
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
declare module "@mui/material/styles" {
|
|
1990
|
+
interface ComponentNameToClassKey {
|
|
1991
|
+
HCXYChart: "root";
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
interface ComponentsPropsList {
|
|
1995
|
+
HCXYChart: Partial<XYChartProps>;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
interface Components<Theme = unknown> {
|
|
1999
|
+
HCXYChart?: XYChartComponentOverride<Theme>;
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
declare module "@mui/material/styles" {
|
|
2006
|
+
interface ComponentNameToClassKey {
|
|
2007
|
+
HCChartWrapper: "root" | "header" | "content";
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
interface ComponentsPropsList {
|
|
2011
|
+
HCChartWrapper: Partial<ChartWrapperProps>;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
interface Components<Theme = unknown> {
|
|
2015
|
+
HCChartWrapper?: ChartWrapperComponentOverride<Theme>;
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
declare module "@mui/material/styles" {
|
|
2022
|
+
interface ComponentNameToClassKey {
|
|
2023
|
+
HCHighlightLineChart: "root";
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
interface ComponentsPropsList {
|
|
2027
|
+
HCHighlightLineChart: HighlightLineChartProps;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
interface Components<Theme = unknown> {
|
|
2031
|
+
HCHighlightLineChart?: HighlightLineChartComponentOverride<Theme>;
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
declare module "@mui/material/styles" {
|
|
2038
|
+
interface ComponentNameToClassKey {
|
|
2039
|
+
HCCollapsibleCard:
|
|
2040
|
+
| "root"
|
|
2041
|
+
| "accordion"
|
|
2042
|
+
| "summary"
|
|
2043
|
+
| "summaryHeader"
|
|
2044
|
+
| "summaryActions"
|
|
2045
|
+
| "details";
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
interface ComponentsPropsList {
|
|
2049
|
+
HCCollapsibleCard: CollapsibleCardProps;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
interface Components<Theme = unknown> {
|
|
2053
|
+
HCCollapsibleCard?: CollapsibleCardComponentOverride<Theme>;
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
declare namespace MAP {
|
|
2060
|
+
interface Coordinate {
|
|
2061
|
+
latitude: number;
|
|
2062
|
+
longitude: number;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
interface BoundingBox {
|
|
2066
|
+
bottomLeft: Coordinate;
|
|
2067
|
+
topRight: Coordinate;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
interface OptionsType {
|
|
2071
|
+
cursor?: string;
|
|
2072
|
+
cssPosition?: 'absolute' | 'fixed' | 'relative';
|
|
2073
|
+
interactions?: InteractionDefaultsOptions;
|
|
2074
|
+
controls?: ControlDefaultsOptions;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
interface Props {
|
|
2078
|
+
id?: string;
|
|
2079
|
+
layers?: any[];
|
|
2080
|
+
center?: Coordinate;
|
|
2081
|
+
zoom?: number;
|
|
2082
|
+
options?: OptionsType;
|
|
2083
|
+
onInit?(): void;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
interface KMLMarker {
|
|
2087
|
+
icon: string;
|
|
2088
|
+
geometry: string[];
|
|
2089
|
+
clusterIcon: string;
|
|
2090
|
+
data?: FV.SearchResult;
|
|
2091
|
+
groupName?: string;
|
|
2092
|
+
selected?: boolean;
|
|
1223
2093
|
}
|
|
1224
2094
|
|
|
1225
|
-
interface
|
|
1226
|
-
|
|
2095
|
+
interface WKTMarker {
|
|
2096
|
+
icon: string;
|
|
2097
|
+
geometry: string[];
|
|
2098
|
+
clusterIcon: string;
|
|
2099
|
+
data?: FV.SearchResult;
|
|
2100
|
+
groupName?: string;
|
|
2101
|
+
selected?: boolean;
|
|
1227
2102
|
}
|
|
1228
2103
|
|
|
1229
|
-
interface
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
2104
|
+
interface Handle {
|
|
2105
|
+
addLayer(layer: any): void;
|
|
2106
|
+
addOverlay(overlay: any): void;
|
|
2107
|
+
removeOverlay(overlay: any): void;
|
|
2108
|
+
removeOverlayById(id: string | number): void;
|
|
2109
|
+
insertLayerAt(index: number, layer: any): void;
|
|
2110
|
+
getAllLayers(): Array<Layer>;
|
|
2111
|
+
getBoundingBox(): BoundingBox;
|
|
2112
|
+
getCoordinateFromPixel(pixel: Pixel): OlCoordinate;
|
|
2113
|
+
getLayerGroup(): void;
|
|
2114
|
+
getLayers(): Collection<Layer | LayerGroup>;
|
|
2115
|
+
getPixelFromCoordinate(coordinate: OlCoordinate): Pixel;
|
|
2116
|
+
getSize(): Size;
|
|
2117
|
+
getZoomLevel(): number | undefined;
|
|
2118
|
+
removeLayer(layer: any): void;
|
|
2119
|
+
setLayerGroup(layerGroup: any): void;
|
|
2120
|
+
setLayers(layers: any[]): void;
|
|
2121
|
+
addInteraction(interaction: any): void;
|
|
2122
|
+
removeInteraction(interaction: any): void;
|
|
2123
|
+
on(eventName: string, callback: (event?: any) => void): void;
|
|
2124
|
+
getView(): View;
|
|
2125
|
+
getEventPixel(event: MouseEvent): Pixel;
|
|
2126
|
+
getEventCoordinate(event: MouseEvent): CoordinateFormat;
|
|
2127
|
+
forEachFeatureAtPixel(pixel: Pixel, hitTolerance?: number): Feature;
|
|
2128
|
+
centerToFeature(feature: Feature<Geometry>, padding?: number[]): void;
|
|
2129
|
+
centerToExtent(extent: Extent, minResolution?: number, padding?: number[]): void;
|
|
2130
|
+
setCenter(coordinate: OlCoordinate): void;
|
|
2131
|
+
setZoomLevel(level: number): void;
|
|
2132
|
+
updateSize(): void;
|
|
2133
|
+
zoomIn(): void;
|
|
2134
|
+
zoomOut(): void;
|
|
2135
|
+
getResolution(): number;
|
|
2136
|
+
getResolutionForZoom(zoom: number): number;
|
|
1235
2137
|
}
|
|
1236
2138
|
}
|
|
1237
2139
|
|
|
@@ -1239,41 +2141,36 @@ declare module "@mui/material" {
|
|
|
1239
2141
|
|
|
1240
2142
|
declare module "@mui/material/styles" {
|
|
1241
2143
|
interface ComponentNameToClassKey {
|
|
1242
|
-
|
|
2144
|
+
HCDataMap: "root" | "header" | "content";
|
|
1243
2145
|
}
|
|
1244
2146
|
|
|
1245
2147
|
interface ComponentsPropsList {
|
|
1246
|
-
|
|
2148
|
+
HCDataMap: Partial<DataMapProps>;
|
|
1247
2149
|
}
|
|
1248
2150
|
|
|
1249
|
-
interface Components {
|
|
1250
|
-
|
|
1251
|
-
defaultProps?: ComponentsPropsList["HCCandlestickChart"];
|
|
1252
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCCandlestickChart"];
|
|
1253
|
-
variants?: ComponentsVariants["HCCandlestickChart"];
|
|
1254
|
-
};
|
|
2151
|
+
interface Components<Theme = unknown> {
|
|
2152
|
+
HCDataMap?: DataMapComponentOverride<Theme>;
|
|
1255
2153
|
}
|
|
1256
2154
|
}
|
|
1257
2155
|
|
|
1258
2156
|
|
|
1259
2157
|
|
|
1260
|
-
|
|
1261
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1262
|
-
declare module "@mui/material" {
|
|
2158
|
+
declare module "@mui/material/styles" {
|
|
1263
2159
|
interface ComponentNameToClassKey {
|
|
1264
|
-
|
|
2160
|
+
HCDisseminationList:
|
|
2161
|
+
| "root"
|
|
2162
|
+
| "label"
|
|
2163
|
+
| "sideLabel"
|
|
2164
|
+
| "selectWrapper"
|
|
2165
|
+
| "helperText";
|
|
1265
2166
|
}
|
|
1266
2167
|
|
|
1267
2168
|
interface ComponentsPropsList {
|
|
1268
|
-
|
|
2169
|
+
HCDisseminationList: Partial<DisseminationListProps>;
|
|
1269
2170
|
}
|
|
1270
2171
|
|
|
1271
|
-
interface Components {
|
|
1272
|
-
|
|
1273
|
-
defaultProps?: ComponentsPropsList["HCHighlightLineChart"];
|
|
1274
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
|
|
1275
|
-
variants?: ComponentsVariants["HCHighlightLineChart"];
|
|
1276
|
-
};
|
|
2172
|
+
interface Components<Theme = unknown> {
|
|
2173
|
+
HCDisseminationList?: DisseminationListComponentOverride<Theme>;
|
|
1277
2174
|
}
|
|
1278
2175
|
}
|
|
1279
2176
|
|
|
@@ -1281,46 +2178,42 @@ declare module "@mui/material" {
|
|
|
1281
2178
|
|
|
1282
2179
|
declare module "@mui/material/styles" {
|
|
1283
2180
|
interface ComponentNameToClassKey {
|
|
1284
|
-
|
|
2181
|
+
HCDatePickerWithCustomRange:
|
|
2182
|
+
| "root"
|
|
2183
|
+
| "toggle"
|
|
2184
|
+
| "presetGrid"
|
|
2185
|
+
| "presetButton"
|
|
2186
|
+
| "customRow";
|
|
1285
2187
|
}
|
|
1286
2188
|
|
|
1287
2189
|
interface ComponentsPropsList {
|
|
1288
|
-
|
|
2190
|
+
HCDatePickerWithCustomRange: Partial<DatePickerWithCustomRangeProps>;
|
|
1289
2191
|
}
|
|
1290
2192
|
|
|
1291
|
-
interface Components {
|
|
1292
|
-
|
|
1293
|
-
defaultProps?: ComponentsPropsList["HCHighlightLineChart"];
|
|
1294
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
|
|
1295
|
-
variants?: ComponentsVariants["HCHighlightLineChart"];
|
|
1296
|
-
};
|
|
2193
|
+
interface Components<Theme = unknown> {
|
|
2194
|
+
HCDatePickerWithCustomRange?: DatePickerWithCustomRangeComponentOverride<Theme>;
|
|
1297
2195
|
}
|
|
1298
2196
|
}
|
|
1299
2197
|
|
|
1300
2198
|
|
|
1301
2199
|
|
|
1302
|
-
|
|
1303
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1304
|
-
declare module "@mui/material" {
|
|
2200
|
+
declare module "@mui/material/styles" {
|
|
1305
2201
|
interface ComponentNameToClassKey {
|
|
1306
|
-
|
|
2202
|
+
HCDateTimePicker:
|
|
1307
2203
|
| "root"
|
|
1308
2204
|
| "label"
|
|
1309
|
-
| "
|
|
1310
|
-
| "
|
|
1311
|
-
| "
|
|
2205
|
+
| "container"
|
|
2206
|
+
| "timeInputContainer"
|
|
2207
|
+
| "timeInput"
|
|
2208
|
+
| "timeButton";
|
|
1312
2209
|
}
|
|
1313
2210
|
|
|
1314
2211
|
interface ComponentsPropsList {
|
|
1315
|
-
|
|
2212
|
+
HCDateTimePicker: Partial<DateTimePickerProps>;
|
|
1316
2213
|
}
|
|
1317
2214
|
|
|
1318
|
-
interface Components {
|
|
1319
|
-
|
|
1320
|
-
defaultProps?: ComponentsPropsList["HCDisseminationList"];
|
|
1321
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDisseminationList"];
|
|
1322
|
-
variants?: ComponentsVariants["HCDisseminationList"];
|
|
1323
|
-
};
|
|
2215
|
+
interface Components<Theme = unknown> {
|
|
2216
|
+
HCDateTimePicker?: DateTimePickerComponentOverride<Theme>;
|
|
1324
2217
|
}
|
|
1325
2218
|
}
|
|
1326
2219
|
|
|
@@ -1328,52 +2221,31 @@ declare module "@mui/material" {
|
|
|
1328
2221
|
|
|
1329
2222
|
declare module "@mui/material/styles" {
|
|
1330
2223
|
interface ComponentNameToClassKey {
|
|
1331
|
-
|
|
1332
|
-
| "root"
|
|
1333
|
-
| "label"
|
|
1334
|
-
| "sideLabel"
|
|
1335
|
-
| "selectWrapper"
|
|
1336
|
-
| "helperText";
|
|
2224
|
+
HCDivider: "root";
|
|
1337
2225
|
}
|
|
1338
2226
|
|
|
1339
2227
|
interface ComponentsPropsList {
|
|
1340
|
-
|
|
2228
|
+
HCDivider: Partial<DividerProps>;
|
|
1341
2229
|
}
|
|
1342
2230
|
|
|
1343
|
-
interface Components {
|
|
1344
|
-
|
|
1345
|
-
defaultProps?: ComponentsPropsList["HCDisseminationList"];
|
|
1346
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDisseminationList"];
|
|
1347
|
-
variants?: ComponentsVariants["HCDisseminationList"];
|
|
1348
|
-
};
|
|
2231
|
+
interface Components<Theme = unknown> {
|
|
2232
|
+
HCDivider?: DividerComponentOverride<Theme>;
|
|
1349
2233
|
}
|
|
1350
2234
|
}
|
|
1351
2235
|
|
|
1352
2236
|
|
|
1353
2237
|
|
|
1354
|
-
|
|
1355
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1356
|
-
declare module "@mui/material" {
|
|
2238
|
+
declare module "@mui/material/styles" {
|
|
1357
2239
|
interface ComponentNameToClassKey {
|
|
1358
|
-
|
|
1359
|
-
| "root"
|
|
1360
|
-
| "label"
|
|
1361
|
-
| "container"
|
|
1362
|
-
| "timeInputContainer"
|
|
1363
|
-
| "timeInput"
|
|
1364
|
-
| "timeButton";
|
|
2240
|
+
HCIconButton: "root" | "verticalRoot" | "miniRoot";
|
|
1365
2241
|
}
|
|
1366
2242
|
|
|
1367
2243
|
interface ComponentsPropsList {
|
|
1368
|
-
|
|
2244
|
+
HCIconButton: IconButtonProps;
|
|
1369
2245
|
}
|
|
1370
2246
|
|
|
1371
|
-
interface Components {
|
|
1372
|
-
|
|
1373
|
-
defaultProps?: ComponentsPropsList["HCDateTimePicker"];
|
|
1374
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
|
|
1375
|
-
variants?: ComponentsVariants["HCDateTimePicker"];
|
|
1376
|
-
};
|
|
2247
|
+
interface Components<Theme = unknown> {
|
|
2248
|
+
HCIconButton?: IconButtonComponentOverride<Theme>;
|
|
1377
2249
|
}
|
|
1378
2250
|
}
|
|
1379
2251
|
|
|
@@ -1381,117 +2253,75 @@ declare module "@mui/material" {
|
|
|
1381
2253
|
|
|
1382
2254
|
declare module "@mui/material/styles" {
|
|
1383
2255
|
interface ComponentNameToClassKey {
|
|
1384
|
-
|
|
1385
|
-
| "root"
|
|
1386
|
-
| "label"
|
|
1387
|
-
| "container"
|
|
1388
|
-
| "timeInputContainer"
|
|
1389
|
-
| "timeInput"
|
|
1390
|
-
| "timeButton";
|
|
2256
|
+
HCHeatMap: "root" | "header" | "content";
|
|
1391
2257
|
}
|
|
1392
2258
|
|
|
1393
2259
|
interface ComponentsPropsList {
|
|
1394
|
-
|
|
2260
|
+
HCHeatMap: Partial<HeatMapProps>;
|
|
1395
2261
|
}
|
|
1396
2262
|
|
|
1397
|
-
interface Components {
|
|
1398
|
-
|
|
1399
|
-
defaultProps?: ComponentsPropsList["HCDateTimePicker"];
|
|
1400
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
|
|
1401
|
-
variants?: ComponentsVariants["HCDateTimePicker"];
|
|
1402
|
-
};
|
|
2263
|
+
interface Components<Theme = unknown> {
|
|
2264
|
+
HCHeatMap?: HeatMapComponentOverride<Theme>;
|
|
1403
2265
|
}
|
|
1404
2266
|
}
|
|
1405
2267
|
|
|
1406
2268
|
|
|
1407
2269
|
|
|
1408
|
-
declare
|
|
1409
|
-
interface
|
|
1410
|
-
|
|
1411
|
-
longitude: number;
|
|
2270
|
+
declare module "@mui/material/styles" {
|
|
2271
|
+
interface ComponentNameToClassKey {
|
|
2272
|
+
HCSearchInput: "root" | "label" | "input" | "endAdornment" | "iconButton";
|
|
1412
2273
|
}
|
|
1413
2274
|
|
|
1414
|
-
interface
|
|
1415
|
-
|
|
1416
|
-
topRight: Coordinate;
|
|
2275
|
+
interface ComponentsPropsList {
|
|
2276
|
+
HCSearchInput: SearchInputProps;
|
|
1417
2277
|
}
|
|
1418
2278
|
|
|
1419
|
-
interface
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
2279
|
+
interface Components<Theme = unknown> {
|
|
2280
|
+
HCSearchInput?: SearchInputComponentOverride<Theme>;
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
declare module "@mui/material/styles" {
|
|
2287
|
+
interface ComponentNameToClassKey {
|
|
2288
|
+
HCInstanceVariableList: "root" | "row" | "title" | "value";
|
|
1424
2289
|
}
|
|
1425
2290
|
|
|
1426
|
-
interface
|
|
1427
|
-
|
|
1428
|
-
layers?: any[];
|
|
1429
|
-
center?: Coordinate;
|
|
1430
|
-
zoom?: number;
|
|
1431
|
-
options?: OptionsType;
|
|
1432
|
-
onInit?(): void;
|
|
2291
|
+
interface ComponentsPropsList {
|
|
2292
|
+
HCInstanceVariableList: Partial<InstanceVariableListProps>;
|
|
1433
2293
|
}
|
|
1434
2294
|
|
|
1435
|
-
interface
|
|
1436
|
-
|
|
1437
|
-
addOverlay(overlay: any): void;
|
|
1438
|
-
removeOverlay(overlay: any): void;
|
|
1439
|
-
removeOverlayById(id: string | number): void;
|
|
1440
|
-
insertLayerAt(index: number, layer: any): void;
|
|
1441
|
-
getAllLayers(): Array<Layer>;
|
|
1442
|
-
getBoundingBox(): BoundingBox;
|
|
1443
|
-
getCoordinateFromPixel(pixel: Pixel): OlCoordinate;
|
|
1444
|
-
getLayerGroup(): void;
|
|
1445
|
-
getLayers(): Collection<Layer | LayerGroup>;
|
|
1446
|
-
getSize(): Size;
|
|
1447
|
-
getZoomLevel(): number | undefined;
|
|
1448
|
-
removeLayer(layer: any): void;
|
|
1449
|
-
setLayerGroup(layerGroup: any): void;
|
|
1450
|
-
setLayers(layers: any[]): void;
|
|
1451
|
-
addInteraction(interaction: any): void;
|
|
1452
|
-
removeInteraction(interaction: any): void;
|
|
1453
|
-
on(eventName: string, callback: (event?: any) => void): void;
|
|
1454
|
-
getView(): View;
|
|
1455
|
-
getEventPixel(event: MouseEvent): Pixel;
|
|
1456
|
-
getEventCoordinate(event: MouseEvent): OlCoordinate;
|
|
1457
|
-
forEachFeatureAtPixel(pixel: Pixel): Feature;
|
|
1458
|
-
centerToFeature(feature: Feature<Geometry>, padding?: number[]): void;
|
|
1459
|
-
centerToExtent(
|
|
1460
|
-
extent: Extent,
|
|
1461
|
-
minResolution?: number,
|
|
1462
|
-
padding?: number[]
|
|
1463
|
-
): void;
|
|
1464
|
-
setCenter(coordinate: OlCoordinate): void;
|
|
1465
|
-
setZoomLevel(level: number): void;
|
|
1466
|
-
updateSize(): void;
|
|
1467
|
-
zoomIn(): void;
|
|
1468
|
-
zoomOut(): void;
|
|
2295
|
+
interface Components<Theme = unknown> {
|
|
2296
|
+
HCInstanceVariableList?: InstanceVariableListComponentOverride<Theme>;
|
|
1469
2297
|
}
|
|
2298
|
+
}
|
|
1470
2299
|
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
declare module "@mui/material/styles" {
|
|
2303
|
+
interface ComponentNameToClassKey {
|
|
2304
|
+
HCLinearIndicator:
|
|
2305
|
+
| "root"
|
|
2306
|
+
| "barContainer"
|
|
2307
|
+
| "barBackground"
|
|
2308
|
+
| "bar"
|
|
2309
|
+
| "middleContainer"
|
|
2310
|
+
| "middle";
|
|
1478
2311
|
}
|
|
1479
2312
|
|
|
1480
|
-
interface
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
selected?: boolean;
|
|
2313
|
+
interface ComponentsPropsList {
|
|
2314
|
+
HCLinearIndicator: LinearIndicatorProps;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
interface Components<Theme = unknown> {
|
|
2318
|
+
HCLinearIndicator?: LinearIndicatorComponentOverride<Theme>;
|
|
1487
2319
|
}
|
|
1488
2320
|
}
|
|
1489
2321
|
|
|
1490
2322
|
|
|
1491
2323
|
|
|
1492
|
-
|
|
1493
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1494
|
-
declare module "@mui/material" {
|
|
2324
|
+
declare module "@mui/material/styles" {
|
|
1495
2325
|
interface ComponentNameToClassKey {
|
|
1496
2326
|
HCMetricCard:
|
|
1497
2327
|
| "root"
|
|
@@ -1510,12 +2340,8 @@ declare module "@mui/material" {
|
|
|
1510
2340
|
HCMetricCard: MetricCardProps;
|
|
1511
2341
|
}
|
|
1512
2342
|
|
|
1513
|
-
interface Components {
|
|
1514
|
-
HCMetricCard?:
|
|
1515
|
-
defaultProps?: ComponentsPropsList["HCMetricCard"];
|
|
1516
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
|
|
1517
|
-
variants?: ComponentsVariants["HCMetricCard"];
|
|
1518
|
-
};
|
|
2343
|
+
interface Components<Theme = unknown> {
|
|
2344
|
+
HCMetricCard?: MetricCardComponentOverride<Theme>;
|
|
1519
2345
|
}
|
|
1520
2346
|
}
|
|
1521
2347
|
|
|
@@ -1523,51 +2349,36 @@ declare module "@mui/material" {
|
|
|
1523
2349
|
|
|
1524
2350
|
declare module "@mui/material/styles" {
|
|
1525
2351
|
interface ComponentNameToClassKey {
|
|
1526
|
-
|
|
2352
|
+
HCObjectProfileCard:
|
|
1527
2353
|
| "root"
|
|
1528
2354
|
| "content"
|
|
1529
|
-
| "
|
|
1530
|
-
| "
|
|
1531
|
-
| "
|
|
1532
|
-
| "trendValue"
|
|
1533
|
-
| "description"
|
|
1534
|
-
| "icon"
|
|
1535
|
-
| "cornerIcon"
|
|
1536
|
-
| "chart";
|
|
2355
|
+
| "header"
|
|
2356
|
+
| "hierarchy"
|
|
2357
|
+
| "variables";
|
|
1537
2358
|
}
|
|
1538
2359
|
|
|
1539
2360
|
interface ComponentsPropsList {
|
|
1540
|
-
|
|
2361
|
+
HCObjectProfileCard: Partial<ObjectProfileCardProps>;
|
|
1541
2362
|
}
|
|
1542
2363
|
|
|
1543
|
-
interface Components {
|
|
1544
|
-
|
|
1545
|
-
defaultProps?: ComponentsPropsList["HCMetricCard"];
|
|
1546
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
|
|
1547
|
-
variants?: ComponentsVariants["HCMetricCard"];
|
|
1548
|
-
};
|
|
2364
|
+
interface Components<Theme = unknown> {
|
|
2365
|
+
HCObjectProfileCard?: ObjectProfileCardComponentOverride<Theme>;
|
|
1549
2366
|
}
|
|
1550
2367
|
}
|
|
1551
2368
|
|
|
1552
2369
|
|
|
1553
2370
|
|
|
1554
|
-
|
|
1555
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1556
|
-
declare module "@mui/material" {
|
|
2371
|
+
declare module "@mui/material/styles" {
|
|
1557
2372
|
interface ComponentNameToClassKey {
|
|
1558
|
-
HCPaginatedList: "root" | "
|
|
2373
|
+
HCPaginatedList: "root" | "header" | "content" | "list" | "pagination";
|
|
1559
2374
|
}
|
|
1560
2375
|
|
|
1561
2376
|
interface ComponentsPropsList {
|
|
1562
|
-
HCPaginatedList: PaginatedListProps
|
|
2377
|
+
HCPaginatedList: Partial<PaginatedListProps>;
|
|
1563
2378
|
}
|
|
1564
2379
|
|
|
1565
|
-
interface Components {
|
|
1566
|
-
HCPaginatedList?:
|
|
1567
|
-
defaultProps?: ComponentsPropsList["HCPaginatedList"];
|
|
1568
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
|
|
1569
|
-
variants?: ComponentsVariants["HCPaginatedList"];
|
|
1570
|
-
};
|
|
2380
|
+
interface Components<Theme = unknown> {
|
|
2381
|
+
HCPaginatedList?: PaginatedListComponentOverride<Theme>;
|
|
1571
2382
|
}
|
|
1572
2383
|
}
|
|
1573
2384
|
|
|
@@ -1575,41 +2386,31 @@ declare module "@mui/material" {
|
|
|
1575
2386
|
|
|
1576
2387
|
declare module "@mui/material/styles" {
|
|
1577
2388
|
interface ComponentNameToClassKey {
|
|
1578
|
-
|
|
2389
|
+
HCPrrMap: "root" | "header" | "content";
|
|
1579
2390
|
}
|
|
1580
2391
|
|
|
1581
2392
|
interface ComponentsPropsList {
|
|
1582
|
-
|
|
2393
|
+
HCPrrMap: Partial<PrrMapProps>;
|
|
1583
2394
|
}
|
|
1584
2395
|
|
|
1585
|
-
interface Components {
|
|
1586
|
-
|
|
1587
|
-
defaultProps?: ComponentsPropsList["HCPaginatedList"];
|
|
1588
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
|
|
1589
|
-
variants?: ComponentsVariants["HCPaginatedList"];
|
|
1590
|
-
};
|
|
2396
|
+
interface Components<Theme = unknown> {
|
|
2397
|
+
HCPrrMap?: PrrMapComponentOverride<Theme>;
|
|
1591
2398
|
}
|
|
1592
2399
|
}
|
|
1593
2400
|
|
|
1594
2401
|
|
|
1595
2402
|
|
|
1596
|
-
|
|
1597
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1598
|
-
declare module "@mui/material" {
|
|
2403
|
+
declare module "@mui/material/styles" {
|
|
1599
2404
|
interface ComponentNameToClassKey {
|
|
1600
|
-
|
|
2405
|
+
HCRasterGridMap: "root" | "header" | "content";
|
|
1601
2406
|
}
|
|
1602
2407
|
|
|
1603
2408
|
interface ComponentsPropsList {
|
|
1604
|
-
|
|
2409
|
+
HCRasterGridMap: Partial<RasterGridMapProps>;
|
|
1605
2410
|
}
|
|
1606
2411
|
|
|
1607
|
-
interface Components {
|
|
1608
|
-
|
|
1609
|
-
defaultProps?: ComponentsPropsList["HCWidget"];
|
|
1610
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
|
|
1611
|
-
variants?: ComponentsVariants["HCWidget"];
|
|
1612
|
-
};
|
|
2412
|
+
interface Components<Theme = unknown> {
|
|
2413
|
+
HCRasterGridMap?: RasterGridMapComponentOverride<Theme>;
|
|
1613
2414
|
}
|
|
1614
2415
|
}
|
|
1615
2416
|
|
|
@@ -1617,41 +2418,31 @@ declare module "@mui/material" {
|
|
|
1617
2418
|
|
|
1618
2419
|
declare module "@mui/material/styles" {
|
|
1619
2420
|
interface ComponentNameToClassKey {
|
|
1620
|
-
|
|
2421
|
+
HCSimplePivotTable: "root" | "header" | "content" | "footer";
|
|
1621
2422
|
}
|
|
1622
2423
|
|
|
1623
2424
|
interface ComponentsPropsList {
|
|
1624
|
-
|
|
2425
|
+
HCSimplePivotTable: Partial<SimplePivotTableProps>;
|
|
1625
2426
|
}
|
|
1626
2427
|
|
|
1627
|
-
interface Components {
|
|
1628
|
-
|
|
1629
|
-
defaultProps?: ComponentsPropsList["HCWidget"];
|
|
1630
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
|
|
1631
|
-
variants?: ComponentsVariants["HCWidget"];
|
|
1632
|
-
};
|
|
2428
|
+
interface Components<Theme = unknown> {
|
|
2429
|
+
HCSimplePivotTable?: SimplePivotTableComponentOverride<Theme>;
|
|
1633
2430
|
}
|
|
1634
2431
|
}
|
|
1635
2432
|
|
|
1636
2433
|
|
|
1637
2434
|
|
|
1638
|
-
|
|
1639
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1640
|
-
declare module "@mui/material" {
|
|
2435
|
+
declare module "@mui/material/styles" {
|
|
1641
2436
|
interface ComponentNameToClassKey {
|
|
1642
|
-
|
|
2437
|
+
HCStaticText: "root";
|
|
1643
2438
|
}
|
|
1644
2439
|
|
|
1645
2440
|
interface ComponentsPropsList {
|
|
1646
|
-
|
|
2441
|
+
HCStaticText: Partial<StaticTextProps>;
|
|
1647
2442
|
}
|
|
1648
2443
|
|
|
1649
|
-
interface Components {
|
|
1650
|
-
|
|
1651
|
-
defaultProps?: ComponentsPropsList["HCProfileCard"];
|
|
1652
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCProfileCard"];
|
|
1653
|
-
variants?: ComponentsVariants["HCProfileCard"];
|
|
1654
|
-
};
|
|
2444
|
+
interface Components<Theme = unknown> {
|
|
2445
|
+
HCStaticText?: StaticTextComponentOverride<Theme>;
|
|
1655
2446
|
}
|
|
1656
2447
|
}
|
|
1657
2448
|
|
|
@@ -1659,19 +2450,61 @@ declare module "@mui/material" {
|
|
|
1659
2450
|
|
|
1660
2451
|
declare module "@mui/material/styles" {
|
|
1661
2452
|
interface ComponentNameToClassKey {
|
|
1662
|
-
|
|
2453
|
+
HCTabs:
|
|
2454
|
+
| "root"
|
|
2455
|
+
| "tabs"
|
|
2456
|
+
| "tab"
|
|
2457
|
+
| "appleTabs"
|
|
2458
|
+
| "appleTab"
|
|
2459
|
+
| "badge"
|
|
2460
|
+
| "panel"
|
|
2461
|
+
| "panelContent";
|
|
1663
2462
|
}
|
|
1664
2463
|
|
|
1665
2464
|
interface ComponentsPropsList {
|
|
1666
|
-
|
|
2465
|
+
HCTabs: TabsProps;
|
|
1667
2466
|
}
|
|
1668
2467
|
|
|
1669
|
-
interface Components {
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
2468
|
+
interface Components<Theme = unknown> {
|
|
2469
|
+
HCTabs?: TabsComponentOverride<Theme>;
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
declare module "@mui/material/styles" {
|
|
2476
|
+
interface ComponentNameToClassKey {
|
|
2477
|
+
HCTimeline:
|
|
2478
|
+
| "root"
|
|
2479
|
+
| "header"
|
|
2480
|
+
| "content"
|
|
2481
|
+
| "list"
|
|
2482
|
+
| "dot"
|
|
2483
|
+
| "loadMore";
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
interface ComponentsPropsList {
|
|
2487
|
+
HCTimeline: Partial<TimelineProps>;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
interface Components<Theme = unknown> {
|
|
2491
|
+
HCTimeline?: TimelineComponentOverride<Theme>;
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
declare module "@mui/material/styles" {
|
|
2498
|
+
interface ComponentNameToClassKey {
|
|
2499
|
+
HCWidget: "root" | "header" | "content" | "footer";
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
interface ComponentsPropsList {
|
|
2503
|
+
HCWidget: WidgetProps;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
interface Components<Theme = unknown> {
|
|
2507
|
+
HCWidget?: WidgetComponentOverride<Theme>;
|
|
1675
2508
|
}
|
|
1676
2509
|
}
|
|
1677
2510
|
|
|
@@ -1868,6 +2701,26 @@ declare namespace FV {
|
|
|
1868
2701
|
pageNumber: number;
|
|
1869
2702
|
rows: number;
|
|
1870
2703
|
}
|
|
2704
|
+
|
|
2705
|
+
interface HeatMapRequestDTO {
|
|
2706
|
+
heatGridMapFilter: REPORT_API.HeatGridMapFilter;
|
|
2707
|
+
templateFilters?: TemplateFilter[];
|
|
2708
|
+
spatialFilter?: SpatialFilter | null;
|
|
2709
|
+
startDateFilter?: REPORT_API.DateRangeType | null;
|
|
2710
|
+
templateTypes?: TemplateType[];
|
|
2711
|
+
keyword?: string;
|
|
2712
|
+
languages?: string[];
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
interface HeatMapResponseDTO {
|
|
2716
|
+
minX: number;
|
|
2717
|
+
minY: number;
|
|
2718
|
+
maxX: number;
|
|
2719
|
+
maxY: number;
|
|
2720
|
+
rowCount: number;
|
|
2721
|
+
columnCount: number;
|
|
2722
|
+
result: number[][] | null;
|
|
2723
|
+
}
|
|
1871
2724
|
}
|
|
1872
2725
|
|
|
1873
2726
|
declare namespace INSTANCE {
|
|
@@ -2509,6 +3362,21 @@ declare module "react" {
|
|
|
2509
3362
|
): (props: P & React.RefAttributes<T>) => React.ReactNode | null;
|
|
2510
3363
|
}
|
|
2511
3364
|
|
|
3365
|
+
declare namespace REPORT_API {
|
|
3366
|
+
interface HeatGridMapFilter {
|
|
3367
|
+
minX: number;
|
|
3368
|
+
minY: number;
|
|
3369
|
+
maxX: number;
|
|
3370
|
+
maxY: number;
|
|
3371
|
+
gridLevel: number;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
interface DateRangeType {
|
|
3375
|
+
min?: string;
|
|
3376
|
+
max?: string;
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3379
|
+
|
|
2512
3380
|
declare namespace SIMULATION {
|
|
2513
3381
|
type EnvironmentType = "GIS" | "GIS_3D" | "CARTESIAN" | "NON_SPACE";
|
|
2514
3382
|
|